@charset "UTF-8";
/*
 * 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, vendor/assets/stylesheets,
 * or vendor/assets/stylesheets of plugins, if any, 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 top of the
 * compiled file, but it's generally better to create a new file per style scope.
 *






 */
/*!
 *  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 PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url(/assets/font-awesome/fontawesome-webfont-82ff0fe46a6f60e0ab3c4a9891a0ae0a1f7b7e84c625f55358379177a2dcb202.eot?v=4.7.0);
  src: url(/assets/font-awesome/fontawesome-webfont-82ff0fe46a6f60e0ab3c4a9891a0ae0a1f7b7e84c625f55358379177a2dcb202.eot?v=4.7.0#iefix) format("embedded-opentype"), url(/assets/font-awesome/fontawesome-webfont-fa79d127baca4558a0b973f5f514b90fc5ef43314c41095f5cb285ffaa0a4029.woff2?v=4.7.0) format("woff2"), url(/assets/font-awesome/fontawesome-webfont-c9a0a23a23a3f6f7165cba218b40483a0b1750d92b49c40842f1d8f566f5f421.woff?v=4.7.0) format("woff"), url(/assets/font-awesome/fontawesome-webfont-2794b002e3568f5abce8991e2431ca79e0ce84a08ea1268884b4e097b62762a6.ttf?v=4.7.0) format("truetype"), url(/assets/font-awesome/fontawesome-webfont-67c6c8e9ffb0fcd7c7c64eaff12a298abf5b54a54b54f0e6c4c49161dba62d6d.svg?v=4.7.0#fontawesomeregular) format("svg");
  font-weight: normal;
  font-style: normal;
}

/* line 4, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_core.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;
}

/* makes the font 33% larger relative to the icon container */
/* line 5, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_larger.scss */
.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

/* line 10, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_larger.scss */
.fa-2x {
  font-size: 2em;
}

/* line 11, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_larger.scss */
.fa-3x {
  font-size: 3em;
}

/* line 12, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_larger.scss */
.fa-4x {
  font-size: 4em;
}

/* line 13, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_larger.scss */
.fa-5x {
  font-size: 5em;
}

/* line 3, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_fixed-width.scss */
.fa-fw {
  width: 1.2857142857em;
  text-align: center;
}

/* line 4, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_list.scss */
.fa-ul {
  padding-left: 0;
  margin-left: 2.1428571429em;
  list-style-type: none;
}

/* line 8, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_list.scss */
.fa-ul > li {
  position: relative;
}

/* line 10, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_list.scss */
.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center;
}

/* line 16, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_list.scss */
.fa-li.fa-lg {
  left: -1.8571428571em;
}

/* line 4, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_bordered-pulled.scss */
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em;
}

/* line 10, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_bordered-pulled.scss */
.fa-pull-left {
  float: left;
}

/* line 11, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_bordered-pulled.scss */
.fa-pull-right {
  float: right;
}

/* line 14, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_bordered-pulled.scss */
.fa.fa-pull-left {
  margin-right: .3em;
}

/* line 15, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_bordered-pulled.scss */
.fa.fa-pull-right {
  margin-left: .3em;
}

/* Deprecated as of 4.4.0 */
/* line 19, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_bordered-pulled.scss */
.pull-right {
  float: right;
}

/* line 20, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_bordered-pulled.scss */
.pull-left {
  float: left;
}

/* line 23, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_bordered-pulled.scss */
.fa.pull-left {
  margin-right: .3em;
}

/* line 24, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_bordered-pulled.scss */
.fa.pull-right {
  margin-left: .3em;
}

/* line 4, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_animated.scss */
.fa-spin {
  animation: fa-spin 2s infinite linear;
}

/* line 9, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_animated.scss */
.fa-pulse {
  animation: fa-spin 1s infinite steps(8);
}

@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}

/* line 4, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_rotated-flipped.scss */
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}

/* line 5, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_rotated-flipped.scss */
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg);
}

/* line 6, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_rotated-flipped.scss */
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg);
}

/* line 8, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_rotated-flipped.scss */
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1);
}

/* line 9, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_rotated-flipped.scss */
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1);
}

/* line 14, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_rotated-flipped.scss */
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

/* line 4, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_stacked.scss */
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

/* line 12, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_stacked.scss */
.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

/* line 18, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_stacked.scss */
.fa-stack-1x {
  line-height: inherit;
}

/* line 19, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_stacked.scss */
.fa-stack-2x {
  font-size: 2em;
}

/* line 20, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_stacked.scss */
.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
/* line 4, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-glass:before {
  content: "";
}

/* line 5, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-music:before {
  content: "";
}

/* line 6, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-search:before {
  content: "";
}

/* line 7, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-envelope-o:before {
  content: "";
}

/* line 8, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-heart:before {
  content: "";
}

/* line 9, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-star:before {
  content: "";
}

/* line 10, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-star-o:before {
  content: "";
}

/* line 11, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-user:before {
  content: "";
}

/* line 12, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-film:before {
  content: "";
}

/* line 13, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-th-large:before {
  content: "";
}

/* line 14, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-th:before {
  content: "";
}

/* line 15, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-th-list:before {
  content: "";
}

/* line 16, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-check:before {
  content: "";
}

/* line 17, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "";
}

/* line 18, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-search-plus:before {
  content: "";
}

/* line 19, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-search-minus:before {
  content: "";
}

/* line 20, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-power-off:before {
  content: "";
}

/* line 21, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-signal:before {
  content: "";
}

/* line 22, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-gear:before,
.fa-cog:before {
  content: "";
}

/* line 23, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-trash-o:before {
  content: "";
}

/* line 24, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-home:before {
  content: "";
}

/* line 25, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-o:before {
  content: "";
}

/* line 26, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-clock-o:before {
  content: "";
}

/* line 27, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-road:before {
  content: "";
}

/* line 28, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-download:before {
  content: "";
}

/* line 29, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-circle-o-down:before {
  content: "";
}

/* line 30, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-circle-o-up:before {
  content: "";
}

/* line 31, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-inbox:before {
  content: "";
}

/* line 32, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-play-circle-o:before {
  content: "";
}

/* line 33, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-rotate-right:before,
.fa-repeat:before {
  content: "";
}

/* line 34, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-refresh:before {
  content: "";
}

/* line 35, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-list-alt:before {
  content: "";
}

/* line 36, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-lock:before {
  content: "";
}

/* line 37, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-flag:before {
  content: "";
}

/* line 38, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-headphones:before {
  content: "";
}

/* line 39, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-volume-off:before {
  content: "";
}

/* line 40, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-volume-down:before {
  content: "";
}

/* line 41, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-volume-up:before {
  content: "";
}

/* line 42, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-qrcode:before {
  content: "";
}

/* line 43, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-barcode:before {
  content: "";
}

/* line 44, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-tag:before {
  content: "";
}

/* line 45, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-tags:before {
  content: "";
}

/* line 46, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-book:before {
  content: "";
}

/* line 47, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-bookmark:before {
  content: "";
}

/* line 48, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-print:before {
  content: "";
}

/* line 49, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-camera:before {
  content: "";
}

/* line 50, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-font:before {
  content: "";
}

/* line 51, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-bold:before {
  content: "";
}

/* line 52, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-italic:before {
  content: "";
}

/* line 53, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-text-height:before {
  content: "";
}

/* line 54, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-text-width:before {
  content: "";
}

/* line 55, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-align-left:before {
  content: "";
}

/* line 56, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-align-center:before {
  content: "";
}

/* line 57, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-align-right:before {
  content: "";
}

/* line 58, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-align-justify:before {
  content: "";
}

/* line 59, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-list:before {
  content: "";
}

/* line 60, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-dedent:before,
.fa-outdent:before {
  content: "";
}

/* line 61, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-indent:before {
  content: "";
}

/* line 62, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-video-camera:before {
  content: "";
}

/* line 63, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "";
}

/* line 64, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-pencil:before {
  content: "";
}

/* line 65, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-map-marker:before {
  content: "";
}

/* line 66, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-adjust:before {
  content: "";
}

/* line 67, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-tint:before {
  content: "";
}

/* line 68, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "";
}

/* line 69, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-share-square-o:before {
  content: "";
}

/* line 70, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-check-square-o:before {
  content: "";
}

/* line 71, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrows:before {
  content: "";
}

/* line 72, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-step-backward:before {
  content: "";
}

/* line 73, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-fast-backward:before {
  content: "";
}

/* line 74, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-backward:before {
  content: "";
}

/* line 75, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-play:before {
  content: "";
}

/* line 76, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-pause:before {
  content: "";
}

/* line 77, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-stop:before {
  content: "";
}

/* line 78, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-forward:before {
  content: "";
}

/* line 79, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-fast-forward:before {
  content: "";
}

/* line 80, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-step-forward:before {
  content: "";
}

/* line 81, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-eject:before {
  content: "";
}

/* line 82, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-chevron-left:before {
  content: "";
}

/* line 83, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-chevron-right:before {
  content: "";
}

/* line 84, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-plus-circle:before {
  content: "";
}

/* line 85, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-minus-circle:before {
  content: "";
}

/* line 86, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-times-circle:before {
  content: "";
}

/* line 87, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-check-circle:before {
  content: "";
}

/* line 88, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-question-circle:before {
  content: "";
}

/* line 89, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-info-circle:before {
  content: "";
}

/* line 90, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-crosshairs:before {
  content: "";
}

/* line 91, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-times-circle-o:before {
  content: "";
}

/* line 92, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-check-circle-o:before {
  content: "";
}

/* line 93, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-ban:before {
  content: "";
}

/* line 94, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-left:before {
  content: "";
}

/* line 95, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-right:before {
  content: "";
}

/* line 96, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-up:before {
  content: "";
}

/* line 97, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-down:before {
  content: "";
}

/* line 98, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-mail-forward:before,
.fa-share:before {
  content: "";
}

/* line 99, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-expand:before {
  content: "";
}

/* line 100, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-compress:before {
  content: "";
}

/* line 101, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-plus:before {
  content: "";
}

/* line 102, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-minus:before {
  content: "";
}

/* line 103, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-asterisk:before {
  content: "";
}

/* line 104, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-exclamation-circle:before {
  content: "";
}

/* line 105, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-gift:before {
  content: "";
}

/* line 106, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-leaf:before {
  content: "";
}

/* line 107, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-fire:before {
  content: "";
}

/* line 108, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-eye:before {
  content: "";
}

/* line 109, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-eye-slash:before {
  content: "";
}

/* line 110, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "";
}

/* line 111, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-plane:before {
  content: "";
}

/* line 112, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-calendar:before {
  content: "";
}

/* line 113, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-random:before {
  content: "";
}

/* line 114, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-comment:before {
  content: "";
}

/* line 115, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-magnet:before {
  content: "";
}

/* line 116, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-chevron-up:before {
  content: "";
}

/* line 117, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-chevron-down:before {
  content: "";
}

/* line 118, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-retweet:before {
  content: "";
}

/* line 119, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-shopping-cart:before {
  content: "";
}

/* line 120, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-folder:before {
  content: "";
}

/* line 121, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-folder-open:before {
  content: "";
}

/* line 122, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrows-v:before {
  content: "";
}

/* line 123, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrows-h:before {
  content: "";
}

/* line 124, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "";
}

/* line 125, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-twitter-square:before {
  content: "";
}

/* line 126, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-facebook-square:before {
  content: "";
}

/* line 127, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-camera-retro:before {
  content: "";
}

/* line 128, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-key:before {
  content: "";
}

/* line 129, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-gears:before,
.fa-cogs:before {
  content: "";
}

/* line 130, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-comments:before {
  content: "";
}

/* line 131, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-thumbs-o-up:before {
  content: "";
}

/* line 132, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-thumbs-o-down:before {
  content: "";
}

/* line 133, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-star-half:before {
  content: "";
}

/* line 134, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-heart-o:before {
  content: "";
}

/* line 135, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-sign-out:before {
  content: "";
}

/* line 136, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-linkedin-square:before {
  content: "";
}

/* line 137, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-thumb-tack:before {
  content: "";
}

/* line 138, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-external-link:before {
  content: "";
}

/* line 139, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-sign-in:before {
  content: "";
}

/* line 140, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-trophy:before {
  content: "";
}

/* line 141, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-github-square:before {
  content: "";
}

/* line 142, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-upload:before {
  content: "";
}

/* line 143, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-lemon-o:before {
  content: "";
}

/* line 144, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-phone:before {
  content: "";
}

/* line 145, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-square-o:before {
  content: "";
}

/* line 146, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-bookmark-o:before {
  content: "";
}

/* line 147, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-phone-square:before {
  content: "";
}

/* line 148, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-twitter:before {
  content: "";
}

/* line 149, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-facebook-f:before,
.fa-facebook:before {
  content: "";
}

/* line 150, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-github:before {
  content: "";
}

/* line 151, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-unlock:before {
  content: "";
}

/* line 152, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-credit-card:before {
  content: "";
}

/* line 153, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-feed:before,
.fa-rss:before {
  content: "";
}

/* line 154, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-hdd-o:before {
  content: "";
}

/* line 155, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-bullhorn:before {
  content: "";
}

/* line 156, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-bell:before {
  content: "";
}

/* line 157, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-certificate:before {
  content: "";
}

/* line 158, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-o-right:before {
  content: "";
}

/* line 159, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-o-left:before {
  content: "";
}

/* line 160, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-o-up:before {
  content: "";
}

/* line 161, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-o-down:before {
  content: "";
}

/* line 162, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-circle-left:before {
  content: "";
}

/* line 163, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-circle-right:before {
  content: "";
}

/* line 164, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-circle-up:before {
  content: "";
}

/* line 165, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-circle-down:before {
  content: "";
}

/* line 166, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-globe:before {
  content: "";
}

/* line 167, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-wrench:before {
  content: "";
}

/* line 168, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-tasks:before {
  content: "";
}

/* line 169, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-filter:before {
  content: "";
}

/* line 170, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-briefcase:before {
  content: "";
}

/* line 171, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrows-alt:before {
  content: "";
}

/* line 172, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-group:before,
.fa-users:before {
  content: "";
}

/* line 173, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-chain:before,
.fa-link:before {
  content: "";
}

/* line 174, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-cloud:before {
  content: "";
}

/* line 175, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-flask:before {
  content: "";
}

/* line 176, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-cut:before,
.fa-scissors:before {
  content: "";
}

/* line 177, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-copy:before,
.fa-files-o:before {
  content: "";
}

/* line 178, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-paperclip:before {
  content: "";
}

/* line 179, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-save:before,
.fa-floppy-o:before {
  content: "";
}

/* line 180, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-square:before {
  content: "";
}

/* line 181, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "";
}

/* line 182, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-list-ul:before {
  content: "";
}

/* line 183, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-list-ol:before {
  content: "";
}

/* line 184, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-strikethrough:before {
  content: "";
}

/* line 185, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-underline:before {
  content: "";
}

/* line 186, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-table:before {
  content: "";
}

/* line 187, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-magic:before {
  content: "";
}

/* line 188, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-truck:before {
  content: "";
}

/* line 189, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-pinterest:before {
  content: "";
}

/* line 190, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-pinterest-square:before {
  content: "";
}

/* line 191, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-google-plus-square:before {
  content: "";
}

/* line 192, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-google-plus:before {
  content: "";
}

/* line 193, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-money:before {
  content: "";
}

/* line 194, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-caret-down:before {
  content: "";
}

/* line 195, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-caret-up:before {
  content: "";
}

/* line 196, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-caret-left:before {
  content: "";
}

/* line 197, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-caret-right:before {
  content: "";
}

/* line 198, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-columns:before {
  content: "";
}

/* line 199, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-unsorted:before,
.fa-sort:before {
  content: "";
}

/* line 200, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "";
}

/* line 201, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "";
}

/* line 202, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-envelope:before {
  content: "";
}

/* line 203, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-linkedin:before {
  content: "";
}

/* line 204, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-rotate-left:before,
.fa-undo:before {
  content: "";
}

/* line 205, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-legal:before,
.fa-gavel:before {
  content: "";
}

/* line 206, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-dashboard:before,
.fa-tachometer:before {
  content: "";
}

/* line 207, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-comment-o:before {
  content: "";
}

/* line 208, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-comments-o:before {
  content: "";
}

/* line 209, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-flash:before,
.fa-bolt:before {
  content: "";
}

/* line 210, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-sitemap:before {
  content: "";
}

/* line 211, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-umbrella:before {
  content: "";
}

/* line 212, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-paste:before,
.fa-clipboard:before {
  content: "";
}

/* line 213, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-lightbulb-o:before {
  content: "";
}

/* line 214, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-exchange:before {
  content: "";
}

/* line 215, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-cloud-download:before {
  content: "";
}

/* line 216, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-cloud-upload:before {
  content: "";
}

/* line 217, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-md:before {
  content: "";
}

/* line 218, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-stethoscope:before {
  content: "";
}

/* line 219, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-suitcase:before {
  content: "";
}

/* line 220, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-bell-o:before {
  content: "";
}

/* line 221, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-coffee:before {
  content: "";
}

/* line 222, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-cutlery:before {
  content: "";
}

/* line 223, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-text-o:before {
  content: "";
}

/* line 224, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-building-o:before {
  content: "";
}

/* line 225, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-hospital-o:before {
  content: "";
}

/* line 226, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-ambulance:before {
  content: "";
}

/* line 227, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-medkit:before {
  content: "";
}

/* line 228, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-fighter-jet:before {
  content: "";
}

/* line 229, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-beer:before {
  content: "";
}

/* line 230, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-h-square:before {
  content: "";
}

/* line 231, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-plus-square:before {
  content: "";
}

/* line 232, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-angle-double-left:before {
  content: "";
}

/* line 233, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-angle-double-right:before {
  content: "";
}

/* line 234, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-angle-double-up:before {
  content: "";
}

/* line 235, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-angle-double-down:before {
  content: "";
}

/* line 236, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-angle-left:before {
  content: "";
}

/* line 237, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-angle-right:before {
  content: "";
}

/* line 238, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-angle-up:before {
  content: "";
}

/* line 239, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-angle-down:before {
  content: "";
}

/* line 240, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-desktop:before {
  content: "";
}

/* line 241, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-laptop:before {
  content: "";
}

/* line 242, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-tablet:before {
  content: "";
}

/* line 243, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "";
}

/* line 244, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle-o:before {
  content: "";
}

/* line 245, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-quote-left:before {
  content: "";
}

/* line 246, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-quote-right:before {
  content: "";
}

/* line 247, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-spinner:before {
  content: "";
}

/* line 248, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle:before {
  content: "";
}

/* line 249, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-mail-reply:before,
.fa-reply:before {
  content: "";
}

/* line 250, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-github-alt:before {
  content: "";
}

/* line 251, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-folder-o:before {
  content: "";
}

/* line 252, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-folder-open-o:before {
  content: "";
}

/* line 253, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-smile-o:before {
  content: "";
}

/* line 254, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-frown-o:before {
  content: "";
}

/* line 255, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-meh-o:before {
  content: "";
}

/* line 256, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-gamepad:before {
  content: "";
}

/* line 257, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-keyboard-o:before {
  content: "";
}

/* line 258, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-flag-o:before {
  content: "";
}

/* line 259, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-flag-checkered:before {
  content: "";
}

/* line 260, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-terminal:before {
  content: "";
}

/* line 261, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-code:before {
  content: "";
}

/* line 262, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "";
}

/* line 263, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "";
}

/* line 264, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-location-arrow:before {
  content: "";
}

/* line 265, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-crop:before {
  content: "";
}

/* line 266, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-code-fork:before {
  content: "";
}

/* line 267, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-unlink:before,
.fa-chain-broken:before {
  content: "";
}

/* line 268, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-question:before {
  content: "";
}

/* line 269, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-info:before {
  content: "";
}

/* line 270, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-exclamation:before {
  content: "";
}

/* line 271, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-superscript:before {
  content: "";
}

/* line 272, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-subscript:before {
  content: "";
}

/* line 273, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-eraser:before {
  content: "";
}

/* line 274, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-puzzle-piece:before {
  content: "";
}

/* line 275, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-microphone:before {
  content: "";
}

/* line 276, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-microphone-slash:before {
  content: "";
}

/* line 277, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-shield:before {
  content: "";
}

/* line 278, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-calendar-o:before {
  content: "";
}

/* line 279, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-fire-extinguisher:before {
  content: "";
}

/* line 280, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-rocket:before {
  content: "";
}

/* line 281, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-maxcdn:before {
  content: "";
}

/* line 282, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-chevron-circle-left:before {
  content: "";
}

/* line 283, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-chevron-circle-right:before {
  content: "";
}

/* line 284, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-chevron-circle-up:before {
  content: "";
}

/* line 285, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-chevron-circle-down:before {
  content: "";
}

/* line 286, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-html5:before {
  content: "";
}

/* line 287, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-css3:before {
  content: "";
}

/* line 288, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-anchor:before {
  content: "";
}

/* line 289, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-unlock-alt:before {
  content: "";
}

/* line 290, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-bullseye:before {
  content: "";
}

/* line 291, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-ellipsis-h:before {
  content: "";
}

/* line 292, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-ellipsis-v:before {
  content: "";
}

/* line 293, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-rss-square:before {
  content: "";
}

/* line 294, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-play-circle:before {
  content: "";
}

/* line 295, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-ticket:before {
  content: "";
}

/* line 296, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-minus-square:before {
  content: "";
}

/* line 297, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-minus-square-o:before {
  content: "";
}

/* line 298, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-level-up:before {
  content: "";
}

/* line 299, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-level-down:before {
  content: "";
}

/* line 300, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-check-square:before {
  content: "";
}

/* line 301, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-pencil-square:before {
  content: "";
}

/* line 302, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-external-link-square:before {
  content: "";
}

/* line 303, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-share-square:before {
  content: "";
}

/* line 304, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-compass:before {
  content: "";
}

/* line 305, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "";
}

/* line 306, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "";
}

/* line 307, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "";
}

/* line 308, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-euro:before,
.fa-eur:before {
  content: "";
}

/* line 309, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-gbp:before {
  content: "";
}

/* line 310, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-dollar:before,
.fa-usd:before {
  content: "";
}

/* line 311, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-rupee:before,
.fa-inr:before {
  content: "";
}

/* line 312, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "";
}

/* line 313, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "";
}

/* line 314, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-won:before,
.fa-krw:before {
  content: "";
}

/* line 315, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-bitcoin:before,
.fa-btc:before {
  content: "";
}

/* line 316, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-file:before {
  content: "";
}

/* line 317, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-text:before {
  content: "";
}

/* line 318, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-alpha-asc:before {
  content: "";
}

/* line 319, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-alpha-desc:before {
  content: "";
}

/* line 320, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-amount-asc:before {
  content: "";
}

/* line 321, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-amount-desc:before {
  content: "";
}

/* line 322, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-numeric-asc:before {
  content: "";
}

/* line 323, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-numeric-desc:before {
  content: "";
}

/* line 324, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-thumbs-up:before {
  content: "";
}

/* line 325, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-thumbs-down:before {
  content: "";
}

/* line 326, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-youtube-square:before {
  content: "";
}

/* line 327, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-youtube:before {
  content: "";
}

/* line 328, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-xing:before {
  content: "";
}

/* line 329, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-xing-square:before {
  content: "";
}

/* line 330, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-youtube-play:before {
  content: "";
}

/* line 331, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-dropbox:before {
  content: "";
}

/* line 332, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-stack-overflow:before {
  content: "";
}

/* line 333, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-instagram:before {
  content: "";
}

/* line 334, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-flickr:before {
  content: "";
}

/* line 335, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-adn:before {
  content: "";
}

/* line 336, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-bitbucket:before {
  content: "";
}

/* line 337, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-bitbucket-square:before {
  content: "";
}

/* line 338, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-tumblr:before {
  content: "";
}

/* line 339, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-tumblr-square:before {
  content: "";
}

/* line 340, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-long-arrow-down:before {
  content: "";
}

/* line 341, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-long-arrow-up:before {
  content: "";
}

/* line 342, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-long-arrow-left:before {
  content: "";
}

/* line 343, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-long-arrow-right:before {
  content: "";
}

/* line 344, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-apple:before {
  content: "";
}

/* line 345, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-windows:before {
  content: "";
}

/* line 346, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-android:before {
  content: "";
}

/* line 347, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-linux:before {
  content: "";
}

/* line 348, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-dribbble:before {
  content: "";
}

/* line 349, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-skype:before {
  content: "";
}

/* line 350, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-foursquare:before {
  content: "";
}

/* line 351, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-trello:before {
  content: "";
}

/* line 352, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-female:before {
  content: "";
}

/* line 353, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-male:before {
  content: "";
}

/* line 354, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-gittip:before,
.fa-gratipay:before {
  content: "";
}

/* line 355, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-sun-o:before {
  content: "";
}

/* line 356, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-moon-o:before {
  content: "";
}

/* line 357, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-archive:before {
  content: "";
}

/* line 358, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-bug:before {
  content: "";
}

/* line 359, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-vk:before {
  content: "";
}

/* line 360, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-weibo:before {
  content: "";
}

/* line 361, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-renren:before {
  content: "";
}

/* line 362, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-pagelines:before {
  content: "";
}

/* line 363, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-stack-exchange:before {
  content: "";
}

/* line 364, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-circle-o-right:before {
  content: "";
}

/* line 365, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-circle-o-left:before {
  content: "";
}

/* line 366, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "";
}

/* line 367, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-dot-circle-o:before {
  content: "";
}

/* line 368, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-wheelchair:before {
  content: "";
}

/* line 369, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-vimeo-square:before {
  content: "";
}

/* line 370, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-turkish-lira:before,
.fa-try:before {
  content: "";
}

/* line 371, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-plus-square-o:before {
  content: "";
}

/* line 372, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-space-shuttle:before {
  content: "";
}

/* line 373, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-slack:before {
  content: "";
}

/* line 374, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-envelope-square:before {
  content: "";
}

/* line 375, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-wordpress:before {
  content: "";
}

/* line 376, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-openid:before {
  content: "";
}

/* line 377, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "";
}

/* line 378, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "";
}

/* line 379, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-yahoo:before {
  content: "";
}

/* line 380, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-google:before {
  content: "";
}

/* line 381, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-reddit:before {
  content: "";
}

/* line 382, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-reddit-square:before {
  content: "";
}

/* line 383, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-stumbleupon-circle:before {
  content: "";
}

/* line 384, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-stumbleupon:before {
  content: "";
}

/* line 385, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-delicious:before {
  content: "";
}

/* line 386, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-digg:before {
  content: "";
}

/* line 387, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-pied-piper-pp:before {
  content: "";
}

/* line 388, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-pied-piper-alt:before {
  content: "";
}

/* line 389, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-drupal:before {
  content: "";
}

/* line 390, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-joomla:before {
  content: "";
}

/* line 391, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-language:before {
  content: "";
}

/* line 392, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-fax:before {
  content: "";
}

/* line 393, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-building:before {
  content: "";
}

/* line 394, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-child:before {
  content: "";
}

/* line 395, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-paw:before {
  content: "";
}

/* line 396, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-spoon:before {
  content: "";
}

/* line 397, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-cube:before {
  content: "";
}

/* line 398, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-cubes:before {
  content: "";
}

/* line 399, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-behance:before {
  content: "";
}

/* line 400, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-behance-square:before {
  content: "";
}

/* line 401, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-steam:before {
  content: "";
}

/* line 402, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-steam-square:before {
  content: "";
}

/* line 403, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-recycle:before {
  content: "";
}

/* line 404, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-automobile:before,
.fa-car:before {
  content: "";
}

/* line 405, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-cab:before,
.fa-taxi:before {
  content: "";
}

/* line 406, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-tree:before {
  content: "";
}

/* line 407, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-spotify:before {
  content: "";
}

/* line 408, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-deviantart:before {
  content: "";
}

/* line 409, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-soundcloud:before {
  content: "";
}

/* line 410, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-database:before {
  content: "";
}

/* line 411, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-pdf-o:before {
  content: "";
}

/* line 412, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-word-o:before {
  content: "";
}

/* line 413, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-excel-o:before {
  content: "";
}

/* line 414, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-powerpoint-o:before {
  content: "";
}

/* line 415, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "";
}

/* line 416, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "";
}

/* line 417, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "";
}

/* line 418, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "";
}

/* line 419, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-code-o:before {
  content: "";
}

/* line 420, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-vine:before {
  content: "";
}

/* line 421, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-codepen:before {
  content: "";
}

/* line 422, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-jsfiddle:before {
  content: "";
}

/* line 423, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "";
}

/* line 424, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle-o-notch:before {
  content: "";
}

/* line 425, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "";
}

/* line 426, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-ge:before,
.fa-empire:before {
  content: "";
}

/* line 427, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-git-square:before {
  content: "";
}

/* line 428, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-git:before {
  content: "";
}

/* line 429, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "";
}

/* line 430, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-tencent-weibo:before {
  content: "";
}

/* line 431, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-qq:before {
  content: "";
}

/* line 432, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-wechat:before,
.fa-weixin:before {
  content: "";
}

/* line 433, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-send:before,
.fa-paper-plane:before {
  content: "";
}

/* line 434, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "";
}

/* line 435, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-history:before {
  content: "";
}

/* line 436, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle-thin:before {
  content: "";
}

/* line 437, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-header:before {
  content: "";
}

/* line 438, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-paragraph:before {
  content: "";
}

/* line 439, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-sliders:before {
  content: "";
}

/* line 440, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-share-alt:before {
  content: "";
}

/* line 441, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-share-alt-square:before {
  content: "";
}

/* line 442, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-bomb:before {
  content: "";
}

/* line 443, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "";
}

/* line 444, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-tty:before {
  content: "";
}

/* line 445, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-binoculars:before {
  content: "";
}

/* line 446, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-plug:before {
  content: "";
}

/* line 447, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-slideshare:before {
  content: "";
}

/* line 448, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-twitch:before {
  content: "";
}

/* line 449, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-yelp:before {
  content: "";
}

/* line 450, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-newspaper-o:before {
  content: "";
}

/* line 451, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-wifi:before {
  content: "";
}

/* line 452, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-calculator:before {
  content: "";
}

/* line 453, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-paypal:before {
  content: "";
}

/* line 454, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-google-wallet:before {
  content: "";
}

/* line 455, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-cc-visa:before {
  content: "";
}

/* line 456, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-cc-mastercard:before {
  content: "";
}

/* line 457, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-cc-discover:before {
  content: "";
}

/* line 458, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-cc-amex:before {
  content: "";
}

/* line 459, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-cc-paypal:before {
  content: "";
}

/* line 460, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-cc-stripe:before {
  content: "";
}

/* line 461, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-bell-slash:before {
  content: "";
}

/* line 462, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-bell-slash-o:before {
  content: "";
}

/* line 463, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-trash:before {
  content: "";
}

/* line 464, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-copyright:before {
  content: "";
}

/* line 465, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-at:before {
  content: "";
}

/* line 466, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-eyedropper:before {
  content: "";
}

/* line 467, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-paint-brush:before {
  content: "";
}

/* line 468, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-birthday-cake:before {
  content: "";
}

/* line 469, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-area-chart:before {
  content: "";
}

/* line 470, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-pie-chart:before {
  content: "";
}

/* line 471, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-line-chart:before {
  content: "";
}

/* line 472, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-lastfm:before {
  content: "";
}

/* line 473, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-lastfm-square:before {
  content: "";
}

/* line 474, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-toggle-off:before {
  content: "";
}

/* line 475, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-toggle-on:before {
  content: "";
}

/* line 476, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-bicycle:before {
  content: "";
}

/* line 477, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-bus:before {
  content: "";
}

/* line 478, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-ioxhost:before {
  content: "";
}

/* line 479, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-angellist:before {
  content: "";
}

/* line 480, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-cc:before {
  content: "";
}

/* line 481, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "";
}

/* line 482, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-meanpath:before {
  content: "";
}

/* line 483, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-buysellads:before {
  content: "";
}

/* line 484, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-connectdevelop:before {
  content: "";
}

/* line 485, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-dashcube:before {
  content: "";
}

/* line 486, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-forumbee:before {
  content: "";
}

/* line 487, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-leanpub:before {
  content: "";
}

/* line 488, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-sellsy:before {
  content: "";
}

/* line 489, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-shirtsinbulk:before {
  content: "";
}

/* line 490, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-simplybuilt:before {
  content: "";
}

/* line 491, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-skyatlas:before {
  content: "";
}

/* line 492, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-cart-plus:before {
  content: "";
}

/* line 493, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-cart-arrow-down:before {
  content: "";
}

/* line 494, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-diamond:before {
  content: "";
}

/* line 495, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-ship:before {
  content: "";
}

/* line 496, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-secret:before {
  content: "";
}

/* line 497, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-motorcycle:before {
  content: "";
}

/* line 498, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-street-view:before {
  content: "";
}

/* line 499, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-heartbeat:before {
  content: "";
}

/* line 500, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-venus:before {
  content: "";
}

/* line 501, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-mars:before {
  content: "";
}

/* line 502, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-mercury:before {
  content: "";
}

/* line 503, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-intersex:before,
.fa-transgender:before {
  content: "";
}

/* line 504, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-transgender-alt:before {
  content: "";
}

/* line 505, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-venus-double:before {
  content: "";
}

/* line 506, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-mars-double:before {
  content: "";
}

/* line 507, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-venus-mars:before {
  content: "";
}

/* line 508, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-mars-stroke:before {
  content: "";
}

/* line 509, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-mars-stroke-v:before {
  content: "";
}

/* line 510, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-mars-stroke-h:before {
  content: "";
}

/* line 511, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-neuter:before {
  content: "";
}

/* line 512, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-genderless:before {
  content: "";
}

/* line 513, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-facebook-official:before {
  content: "";
}

/* line 514, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-pinterest-p:before {
  content: "";
}

/* line 515, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-whatsapp:before {
  content: "";
}

/* line 516, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-server:before {
  content: "";
}

/* line 517, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-plus:before {
  content: "";
}

/* line 518, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-times:before {
  content: "";
}

/* line 519, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-hotel:before,
.fa-bed:before {
  content: "";
}

/* line 520, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-viacoin:before {
  content: "";
}

/* line 521, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-train:before {
  content: "";
}

/* line 522, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-subway:before {
  content: "";
}

/* line 523, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-medium:before {
  content: "";
}

/* line 524, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-yc:before,
.fa-y-combinator:before {
  content: "";
}

/* line 525, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-optin-monster:before {
  content: "";
}

/* line 526, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-opencart:before {
  content: "";
}

/* line 527, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-expeditedssl:before {
  content: "";
}

/* line 528, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "";
}

/* line 529, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "";
}

/* line 530, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-battery-2:before,
.fa-battery-half:before {
  content: "";
}

/* line 531, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "";
}

/* line 532, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "";
}

/* line 533, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-mouse-pointer:before {
  content: "";
}

/* line 534, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-i-cursor:before {
  content: "";
}

/* line 535, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-object-group:before {
  content: "";
}

/* line 536, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-object-ungroup:before {
  content: "";
}

/* line 537, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-sticky-note:before {
  content: "";
}

/* line 538, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-sticky-note-o:before {
  content: "";
}

/* line 539, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-cc-jcb:before {
  content: "";
}

/* line 540, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-cc-diners-club:before {
  content: "";
}

/* line 541, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-clone:before {
  content: "";
}

/* line 542, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-balance-scale:before {
  content: "";
}

/* line 543, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-hourglass-o:before {
  content: "";
}

/* line 544, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "";
}

/* line 545, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "";
}

/* line 546, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "";
}

/* line 547, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-hourglass:before {
  content: "";
}

/* line 548, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "";
}

/* line 549, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "";
}

/* line 550, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-scissors-o:before {
  content: "";
}

/* line 551, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-lizard-o:before {
  content: "";
}

/* line 552, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-spock-o:before {
  content: "";
}

/* line 553, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-pointer-o:before {
  content: "";
}

/* line 554, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-peace-o:before {
  content: "";
}

/* line 555, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-trademark:before {
  content: "";
}

/* line 556, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-registered:before {
  content: "";
}

/* line 557, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-creative-commons:before {
  content: "";
}

/* line 558, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-gg:before {
  content: "";
}

/* line 559, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-gg-circle:before {
  content: "";
}

/* line 560, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-tripadvisor:before {
  content: "";
}

/* line 561, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-odnoklassniki:before {
  content: "";
}

/* line 562, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-odnoklassniki-square:before {
  content: "";
}

/* line 563, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-get-pocket:before {
  content: "";
}

/* line 564, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-wikipedia-w:before {
  content: "";
}

/* line 565, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-safari:before {
  content: "";
}

/* line 566, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-chrome:before {
  content: "";
}

/* line 567, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-firefox:before {
  content: "";
}

/* line 568, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-opera:before {
  content: "";
}

/* line 569, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-internet-explorer:before {
  content: "";
}

/* line 570, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-tv:before,
.fa-television:before {
  content: "";
}

/* line 571, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-contao:before {
  content: "";
}

/* line 572, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-500px:before {
  content: "";
}

/* line 573, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-amazon:before {
  content: "";
}

/* line 574, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-calendar-plus-o:before {
  content: "";
}

/* line 575, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-calendar-minus-o:before {
  content: "";
}

/* line 576, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-calendar-times-o:before {
  content: "";
}

/* line 577, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-calendar-check-o:before {
  content: "";
}

/* line 578, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-industry:before {
  content: "";
}

/* line 579, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-map-pin:before {
  content: "";
}

/* line 580, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-map-signs:before {
  content: "";
}

/* line 581, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-map-o:before {
  content: "";
}

/* line 582, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-map:before {
  content: "";
}

/* line 583, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-commenting:before {
  content: "";
}

/* line 584, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-commenting-o:before {
  content: "";
}

/* line 585, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-houzz:before {
  content: "";
}

/* line 586, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-vimeo:before {
  content: "";
}

/* line 587, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-black-tie:before {
  content: "";
}

/* line 588, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-fonticons:before {
  content: "";
}

/* line 589, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-reddit-alien:before {
  content: "";
}

/* line 590, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-edge:before {
  content: "";
}

/* line 591, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-credit-card-alt:before {
  content: "";
}

/* line 592, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-codiepie:before {
  content: "";
}

/* line 593, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-modx:before {
  content: "";
}

/* line 594, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-fort-awesome:before {
  content: "";
}

/* line 595, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-usb:before {
  content: "";
}

/* line 596, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-product-hunt:before {
  content: "";
}

/* line 597, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-mixcloud:before {
  content: "";
}

/* line 598, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-scribd:before {
  content: "";
}

/* line 599, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-pause-circle:before {
  content: "";
}

/* line 600, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-pause-circle-o:before {
  content: "";
}

/* line 601, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-stop-circle:before {
  content: "";
}

/* line 602, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-stop-circle-o:before {
  content: "";
}

/* line 603, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-shopping-bag:before {
  content: "";
}

/* line 604, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-shopping-basket:before {
  content: "";
}

/* line 605, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-hashtag:before {
  content: "";
}

/* line 606, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-bluetooth:before {
  content: "";
}

/* line 607, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-bluetooth-b:before {
  content: "";
}

/* line 608, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-percent:before {
  content: "";
}

/* line 609, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-gitlab:before {
  content: "";
}

/* line 610, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-wpbeginner:before {
  content: "";
}

/* line 611, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-wpforms:before {
  content: "";
}

/* line 612, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-envira:before {
  content: "";
}

/* line 613, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-universal-access:before {
  content: "";
}

/* line 614, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-wheelchair-alt:before {
  content: "";
}

/* line 615, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-question-circle-o:before {
  content: "";
}

/* line 616, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-blind:before {
  content: "";
}

/* line 617, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-audio-description:before {
  content: "";
}

/* line 618, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-volume-control-phone:before {
  content: "";
}

/* line 619, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-braille:before {
  content: "";
}

/* line 620, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-assistive-listening-systems:before {
  content: "";
}

/* line 621, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "";
}

/* line 622, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "";
}

/* line 623, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-glide:before {
  content: "";
}

/* line 624, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-glide-g:before {
  content: "";
}

/* line 625, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-signing:before,
.fa-sign-language:before {
  content: "";
}

/* line 626, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-low-vision:before {
  content: "";
}

/* line 627, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-viadeo:before {
  content: "";
}

/* line 628, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-viadeo-square:before {
  content: "";
}

/* line 629, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-snapchat:before {
  content: "";
}

/* line 630, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-snapchat-ghost:before {
  content: "";
}

/* line 631, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-snapchat-square:before {
  content: "";
}

/* line 632, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-pied-piper:before {
  content: "";
}

/* line 633, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-first-order:before {
  content: "";
}

/* line 634, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-yoast:before {
  content: "";
}

/* line 635, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-themeisle:before {
  content: "";
}

/* line 636, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "";
}

/* line 637, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-fa:before,
.fa-font-awesome:before {
  content: "";
}

/* line 638, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-handshake-o:before {
  content: "";
}

/* line 639, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-envelope-open:before {
  content: "";
}

/* line 640, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-envelope-open-o:before {
  content: "";
}

/* line 641, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-linode:before {
  content: "";
}

/* line 642, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-address-book:before {
  content: "";
}

/* line 643, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-address-book-o:before {
  content: "";
}

/* line 644, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-vcard:before,
.fa-address-card:before {
  content: "";
}

/* line 645, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "";
}

/* line 646, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-circle:before {
  content: "";
}

/* line 647, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-circle-o:before {
  content: "";
}

/* line 648, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-o:before {
  content: "";
}

/* line 649, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-id-badge:before {
  content: "";
}

/* line 650, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-drivers-license:before,
.fa-id-card:before {
  content: "";
}

/* line 651, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "";
}

/* line 652, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-quora:before {
  content: "";
}

/* line 653, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-free-code-camp:before {
  content: "";
}

/* line 654, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-telegram:before {
  content: "";
}

/* line 655, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "";
}

/* line 656, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "";
}

/* line 657, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "";
}

/* line 658, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "";
}

/* line 659, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "";
}

/* line 660, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-shower:before {
  content: "";
}

/* line 661, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "";
}

/* line 662, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-podcast:before {
  content: "";
}

/* line 663, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-window-maximize:before {
  content: "";
}

/* line 664, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-window-minimize:before {
  content: "";
}

/* line 665, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-window-restore:before {
  content: "";
}

/* line 666, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "";
}

/* line 667, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "";
}

/* line 668, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-bandcamp:before {
  content: "";
}

/* line 669, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-grav:before {
  content: "";
}

/* line 670, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-etsy:before {
  content: "";
}

/* line 671, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-imdb:before {
  content: "";
}

/* line 672, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-ravelry:before {
  content: "";
}

/* line 673, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-eercast:before {
  content: "";
}

/* line 674, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-microchip:before {
  content: "";
}

/* line 675, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-snowflake-o:before {
  content: "";
}

/* line 676, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-superpowers:before {
  content: "";
}

/* line 677, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-wpexplorer:before {
  content: "";
}

/* line 678, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-meetup:before {
  content: "";
}

/* line 4, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_screen-reader.scss */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* line 51, ../../shared/bundle/ruby/3.3.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_mixins.scss */
.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/* line 22, app/assets/stylesheets/application.css.scss */
body trix-editor {
  margin-bottom: 24px;
}

/* line 26, app/assets/stylesheets/application.css.scss */
.lh-h3 {
  line-height: 40px;
}

/* line 29, app/assets/stylesheets/application.css.scss */
.bt-0,
.bt-none {
  border-top: none !important;
}

/* line 33, app/assets/stylesheets/application.css.scss */
.b-none {
  border: none !important;
}

/* line 36, app/assets/stylesheets/application.css.scss */
.mt-0 {
  margin-top: 0 !important;
}

/* line 39, app/assets/stylesheets/application.css.scss */
.mt-1 {
  margin-top: 4px !important;
}

/* line 42, app/assets/stylesheets/application.css.scss */
.my-1 {
  margin-top: 4px !important;
  margin-bottom: 4px !important;
}

/* line 46, app/assets/stylesheets/application.css.scss */
.mt-2 {
  margin-top: 10px !important;
}

/* line 49, app/assets/stylesheets/application.css.scss */
.my-2 {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

/* line 53, app/assets/stylesheets/application.css.scss */
.mt-3 {
  margin-top: 18px !important;
}

/* line 56, app/assets/stylesheets/application.css.scss */
.my-3 {
  margin-top: 18px !important;
  margin-bottom: 18px !important;
}

/* line 60, app/assets/stylesheets/application.css.scss */
.mt-4 {
  margin-top: 24px !important;
}

/* line 63, app/assets/stylesheets/application.css.scss */
.mt-5 {
  margin-top: 30px !important;
}

/* line 66, app/assets/stylesheets/application.css.scss */
.p-0 {
  padding: 0 !important;
}

/* line 69, app/assets/stylesheets/application.css.scss */
.pt-0 {
  padding-top: 0;
}

/* line 72, app/assets/stylesheets/application.css.scss */
.pt-1 {
  padding-top: 4px !important;
}

/* line 75, app/assets/stylesheets/application.css.scss */
.pt-2 {
  padding-top: 10px !important;
}

/* line 78, app/assets/stylesheets/application.css.scss */
.pt-3 {
  padding-top: 18px !important;
}

/* line 81, app/assets/stylesheets/application.css.scss */
.pl-0 {
  padding-left: 0 !important;
}

/* line 84, app/assets/stylesheets/application.css.scss */
.pl-1 {
  padding-left: 4px !important;
}

/* line 87, app/assets/stylesheets/application.css.scss */
.p-1 {
  padding: 4px !important;
}

/* line 90, app/assets/stylesheets/application.css.scss */
.pl-2 {
  padding-left: 10px !important;
}

/* line 93, app/assets/stylesheets/application.css.scss */
.pl-3 {
  padding-left: 18px !important;
}

/* line 96, app/assets/stylesheets/application.css.scss */
.p-2 {
  padding: 10px !important;
}

/* line 99, app/assets/stylesheets/application.css.scss */
.pr-3 {
  padding-right: 18px !important;
}

/* line 102, app/assets/stylesheets/application.css.scss */
.pr-2 {
  padding-right: 10px !important;
}

/* line 105, app/assets/stylesheets/application.css.scss */
.p-3 {
  padding: 18px;
}

/* line 108, app/assets/stylesheets/application.css.scss */
.m-0 {
  margin: 0 !important;
}

/* line 111, app/assets/stylesheets/application.css.scss */
.ml-0 {
  margin-left: 0 !important;
}

/* line 114, app/assets/stylesheets/application.css.scss */
.mr-0 {
  margin-right: 0 !important;
}

/* line 117, app/assets/stylesheets/application.css.scss */
.mb-0 {
  margin-bottom: 0 !important;
}

/* line 120, app/assets/stylesheets/application.css.scss */
.mb-1 {
  margin-bottom: 4px !important;
}

/* line 123, app/assets/stylesheets/application.css.scss */
.mb-2 {
  margin-bottom: 10px !important;
}

/* line 126, app/assets/stylesheets/application.css.scss */
.mb-3 {
  margin-bottom: 18px !important;
}

/* line 129, app/assets/stylesheets/application.css.scss */
.my-1 {
  margin-top: 4px !important;
  margin-bottom: 4px !important;
}

/* line 133, app/assets/stylesheets/application.css.scss */
.my-2 {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

/* line 137, app/assets/stylesheets/application.css.scss */
.my-3 {
  margin-top: 18px !important;
  margin-bottom: 18px !important;
}

/* line 141, app/assets/stylesheets/application.css.scss */
.mr-1 {
  margin-right: 4px;
}

/* line 144, app/assets/stylesheets/application.css.scss */
.mr-2 {
  margin-right: 10px;
}

/* line 147, app/assets/stylesheets/application.css.scss */
.mr-3 {
  margin-right: 18px;
}

/* line 150, app/assets/stylesheets/application.css.scss */
.ml-1 {
  margin-left: 4px !important;
}

/* line 153, app/assets/stylesheets/application.css.scss */
.ml-2 {
  margin-left: 10px !important;
}

/* line 156, app/assets/stylesheets/application.css.scss */
.ml-3 {
  margin-left: 18px !important;
}

/* line 160, app/assets/stylesheets/application.css.scss */
.pb-1 {
  padding-bottom: 4px !important;
}

/* line 163, app/assets/stylesheets/application.css.scss */
.pb-2 {
  padding-bottom: 10px !important;
}

/* line 166, app/assets/stylesheets/application.css.scss */
.pb-3 {
  padding-bottom: 18px !important;
}

/* line 170, app/assets/stylesheets/application.css.scss */
.border {
  border: 1px solid #ddd;
}

/* line 174, app/assets/stylesheets/application.css.scss */
.w-100 {
  width: 100% !important;
}

/* line 177, app/assets/stylesheets/application.css.scss */
.w-auto {
  width: auto !important;
}

/* line 180, app/assets/stylesheets/application.css.scss */
.vertical-align-middle {
  vertical-align: middle;
}

/* line 183, app/assets/stylesheets/application.css.scss */
.vertical-align-top {
  vertical-align: top !important;
}

/* line 186, app/assets/stylesheets/application.css.scss */
.bg-light {
  background-color: #f5f5f5;
}

/* line 189, app/assets/stylesheets/application.css.scss */
.bg-info {
  background-color: #d9edf7;
}

/* line 193, app/assets/stylesheets/application.css.scss */
.system-status-card h3 {
  border-bottom: 1px solid #efefef;
}

/* line 197, app/assets/stylesheets/application.css.scss */
.text-nowrap {
  white-space: nowrap;
}

/* line 200, app/assets/stylesheets/application.css.scss */
.text-line-through {
  text-decoration: line-through;
}

/* line 203, app/assets/stylesheets/application.css.scss */
.font-weight-bold {
  font-weight: bold !important;
}

/* line 208, app/assets/stylesheets/application.css.scss */
ul.unstyled li {
  list-style-type: none;
}

/* line 214, app/assets/stylesheets/application.css.scss */
details summary {
  cursor: pointer;
}

/* line 219, app/assets/stylesheets/application.css.scss */
.table th.text-right,
.table td.text-right {
  text-align: right;
}

/* line 224, app/assets/stylesheets/application.css.scss */
.help-block {
  margin-top: 5px !important;
}

/* line 228, app/assets/stylesheets/application.css.scss */
.controls .help-block {
  color: #999999;
}

/* line 233, app/assets/stylesheets/application.css.scss */
.hint-text {
  color: #999999;
}

/* line 236, app/assets/stylesheets/application.css.scss */
.small {
  font-size: 85%;
}

/* line 240, app/assets/stylesheets/application.css.scss */
.form-text {
  padding-top: 5px;
  display: inline-block;
}

/* line 245, app/assets/stylesheets/application.css.scss */
code {
  padding: 6px 8px !important;
}

/* line 251, app/assets/stylesheets/application.css.scss */
.control-group .controls .control-text {
  padding-top: 5px;
}

/* line 257, app/assets/stylesheets/application.css.scss */
.d-none {
  display: none !important;
}

/* line 260, app/assets/stylesheets/application.css.scss */
.d-block {
  display: block !important;
}

/* line 263, app/assets/stylesheets/application.css.scss */
.d-inline-block {
  display: inline-block;
}

/* line 266, app/assets/stylesheets/application.css.scss */
.table-cell {
  display: table-cell;
}

/* line 269, app/assets/stylesheets/application.css.scss */
.text-center {
  text-align: center !important;
}

@keyframes kf-yellowfade {
  from {
    background-color: #fcf8e3;
  }
  to {
    background-color: white;
  }
}

/* line 281, app/assets/stylesheets/application.css.scss */
.yellow-fade {
  animation: kf-yellowfade 1.5s;
}

/* line 287, app/assets/stylesheets/application.css.scss */
form.simple_form span.help-inline.text-error {
  color: #b94a48;
}

@media (max-width: 496px) {
  /* line 293, app/assets/stylesheets/application.css.scss */
  .sm-mt-2 {
    margin-top: 10px !important;
  }
  /* line 296, app/assets/stylesheets/application.css.scss */
  .sm-mt-3 {
    margin-top: 16px !important;
  }
  /* line 299, app/assets/stylesheets/application.css.scss */
  .sm-mb-2 {
    margin-bottom: 10px !important;
  }
  /* line 302, app/assets/stylesheets/application.css.scss */
  .sm-mb-3 {
    margin-bottom: 16px !important;
  }
}
/*!
 * Bootstrap v2.3.2
 *
 * Copyright 2013 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world by @mdo and @fat.
 */.clearfix{*zoom:1}.clearfix:before,.clearfix:after{display:table;line-height:0;content:""}.clearfix:after{clear:both}.hide-text{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.input-block-level{display:block;width:100%;min-height:30px;box-sizing:border-box}article,aside,details,figcaption,figure,footer,header,hgroup,nav,section{display:block}audio,canvas,video{display:inline-block;*display:inline;*zoom:1}audio:not([controls]){display:none}html{font-size:100%;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}a:focus{outline:thin dotted #333;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}a:hover,a:active{outline:0}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{width:auto\9;height:auto;max-width:100%;vertical-align:middle;border:0;-ms-interpolation-mode:bicubic}#map_canvas img,.google-maps img{max-width:none}button,input,select,textarea{margin:0;font-size:100%;vertical-align:middle}button,input{*overflow:visible;line-height:normal}button::-moz-focus-inner,input::-moz-focus-inner{padding:0;border:0}button,html input[type="button"],input[type="reset"],input[type="submit"]{cursor:pointer;-webkit-appearance:button}label,select,button,input[type="button"],input[type="reset"],input[type="submit"],input[type="radio"],input[type="checkbox"]{cursor:pointer}input[type="search"]{box-sizing:content-box;-webkit-appearance:textfield}input[type="search"]::-webkit-search-decoration,input[type="search"]::-webkit-search-cancel-button{-webkit-appearance:none}textarea{overflow:auto;vertical-align:top}@media print{*{color:#000!important;text-shadow:none!important;background:transparent!important;box-shadow:none!important}a,a:visited{text-decoration:underline}a[href]:after{content:" (" attr(href) ")"}abbr[title]:after{content:" (" attr(title) ")"}.ir a:after,a[href^="javascript:"]:after,a[href^="#"]:after{content:""}pre,blockquote{border:1px solid #999;page-break-inside:avoid}thead{display:table-header-group}tr,img{page-break-inside:avoid}img{max-width:100%!important}@page{margin:.5cm}p,h2,h3{orphans:3;widows:3}h2,h3{page-break-after:avoid}}body{margin:0;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;line-height:20px;color:#333;background-color:#fff}a{color:#08c;text-decoration:none}a:hover,a:focus{color:#005580;text-decoration:underline}.img-rounded{border-radius:6px}.img-polaroid{padding:4px;background-color:#fff;border:1px solid #ccc;border:1px solid rgba(0,0,0,0.2);box-shadow:0 1px 3px rgba(0,0,0,0.1)}.img-circle{border-radius:500px}.row{margin-left:-20px;*zoom:1}.row:before,.row:after{display:table;line-height:0;content:""}.row:after{clear:both}[class*="span"]{float:left;min-height:1px;margin-left:20px}.container,.navbar-static-top .container,.navbar-fixed-top .container,.navbar-fixed-bottom .container{width:940px}.span12{width:940px}.span11{width:860px}.span10{width:780px}.span9{width:700px}.span8{width:620px}.span7{width:540px}.span6{width:460px}.span5{width:380px}.span4{width:300px}.span3{width:220px}.span2{width:140px}.span1{width:60px}.offset12{margin-left:980px}.offset11{margin-left:900px}.offset10{margin-left:820px}.offset9{margin-left:740px}.offset8{margin-left:660px}.offset7{margin-left:580px}.offset6{margin-left:500px}.offset5{margin-left:420px}.offset4{margin-left:340px}.offset3{margin-left:260px}.offset2{margin-left:180px}.offset1{margin-left:100px}.row-fluid{width:100%;*zoom:1}.row-fluid:before,.row-fluid:after{display:table;line-height:0;content:""}.row-fluid:after{clear:both}.row-fluid [class*="span"]{display:block;float:left;width:100%;min-height:30px;margin-left:2.127659574468085%;*margin-left:2.074468085106383%;box-sizing:border-box}.row-fluid [class*="span"]:first-child{margin-left:0}.row-fluid .controls-row [class*="span"]+[class*="span"]{margin-left:2.127659574468085%}.row-fluid .span12{width:100%;*width:99.94680851063829%}.row-fluid .span11{width:91.48936170212765%;*width:91.43617021276594%}.row-fluid .span10{width:82.97872340425532%;*width:82.92553191489361%}.row-fluid .span9{width:74.46808510638297%;*width:74.41489361702126%}.row-fluid .span8{width:65.95744680851064%;*width:65.90425531914893%}.row-fluid .span7{width:57.44680851063829%;*width:57.39361702127659%}.row-fluid .span6{width:48.93617021276595%;*width:48.88297872340425%}.row-fluid .span5{width:40.42553191489362%;*width:40.37234042553192%}.row-fluid .span4{width:31.914893617021278%;*width:31.861702127659576%}.row-fluid .span3{width:23.404255319148934%;*width:23.351063829787233%}.row-fluid .span2{width:14.893617021276595%;*width:14.840425531914894%}.row-fluid .span1{width:6.382978723404255%;*width:6.329787234042553%}.row-fluid .offset12{margin-left:104.25531914893617%;*margin-left:104.14893617021275%}.row-fluid .offset12:first-child{margin-left:102.12765957446808%;*margin-left:102.02127659574467%}.row-fluid .offset11{margin-left:95.74468085106382%;*margin-left:95.6382978723404%}.row-fluid .offset11:first-child{margin-left:93.61702127659574%;*margin-left:93.51063829787232%}.row-fluid .offset10{margin-left:87.23404255319149%;*margin-left:87.12765957446807%}.row-fluid .offset10:first-child{margin-left:85.1063829787234%;*margin-left:84.99999999999999%}.row-fluid .offset9{margin-left:78.72340425531914%;*margin-left:78.61702127659572%}.row-fluid .offset9:first-child{margin-left:76.59574468085106%;*margin-left:76.48936170212764%}.row-fluid .offset8{margin-left:70.2127659574468%;*margin-left:70.10638297872339%}.row-fluid .offset8:first-child{margin-left:68.08510638297872%;*margin-left:67.9787234042553%}.row-fluid .offset7{margin-left:61.70212765957446%;*margin-left:61.59574468085106%}.row-fluid .offset7:first-child{margin-left:59.574468085106375%;*margin-left:59.46808510638297%}.row-fluid .offset6{margin-left:53.191489361702125%;*margin-left:53.085106382978715%}.row-fluid .offset6:first-child{margin-left:51.063829787234035%;*margin-left:50.95744680851063%}.row-fluid .offset5{margin-left:44.68085106382979%;*margin-left:44.57446808510638%}.row-fluid .offset5:first-child{margin-left:42.5531914893617%;*margin-left:42.4468085106383%}.row-fluid .offset4{margin-left:36.170212765957444%;*margin-left:36.06382978723405%}.row-fluid .offset4:first-child{margin-left:34.04255319148936%;*margin-left:33.93617021276596%}.row-fluid .offset3{margin-left:27.659574468085104%;*margin-left:27.5531914893617%}.row-fluid .offset3:first-child{margin-left:25.53191489361702%;*margin-left:25.425531914893618%}.row-fluid .offset2{margin-left:19.148936170212764%;*margin-left:19.04255319148936%}.row-fluid .offset2:first-child{margin-left:17.02127659574468%;*margin-left:16.914893617021278%}.row-fluid .offset1{margin-left:10.638297872340425%;*margin-left:10.53191489361702%}.row-fluid .offset1:first-child{margin-left:8.51063829787234%;*margin-left:8.404255319148938%}[class*="span"].hide,.row-fluid [class*="span"].hide{display:none}[class*="span"].pull-right,.row-fluid [class*="span"].pull-right{float:right}.container{margin-right:auto;margin-left:auto;*zoom:1}.container:before,.container:after{display:table;line-height:0;content:""}.container:after{clear:both}.container-fluid{padding-right:20px;padding-left:20px;*zoom:1}.container-fluid:before,.container-fluid:after{display:table;line-height:0;content:""}.container-fluid:after{clear:both}p{margin:0 0 10px}.lead{margin-bottom:20px;font-size:21px;font-weight:200;line-height:30px}small{font-size:85%}strong{font-weight:bold}em{font-style:italic}cite{font-style:normal}.muted{color:#999}a.muted:hover,a.muted:focus{color:#808080}.text-warning{color:#c09853}a.text-warning:hover,a.text-warning:focus{color:#a47e3c}.text-error{color:#b94a48}a.text-error:hover,a.text-error:focus{color:#953b39}.text-info{color:#3a87ad}a.text-info:hover,a.text-info:focus{color:#2d6987}.text-success{color:#468847}a.text-success:hover,a.text-success:focus{color:#356635}.text-left{text-align:left}.text-right{text-align:right}.text-center{text-align:center}h1,h2,h3,h4,h5,h6{margin:10px 0;font-family:inherit;font-weight:bold;line-height:20px;color:inherit;text-rendering:optimizelegibility}h1 small,h2 small,h3 small,h4 small,h5 small,h6 small{font-weight:normal;line-height:1;color:#999}h1,h2,h3{line-height:40px}h1{font-size:38.5px}h2{font-size:31.5px}h3{font-size:24.5px}h4{font-size:17.5px}h5{font-size:14px}h6{font-size:11.9px}h1 small{font-size:24.5px}h2 small{font-size:17.5px}h3 small{font-size:14px}h4 small{font-size:14px}.page-header{padding-bottom:9px;margin:20px 0 30px;border-bottom:1px solid #eee}ul,ol{padding:0;margin:0 0 10px 25px}ul ul,ul ol,ol ol,ol ul{margin-bottom:0}li{line-height:20px}ul.unstyled,ol.unstyled{margin-left:0;list-style:none}ul.inline,ol.inline{margin-left:0;list-style:none}ul.inline>li,ol.inline>li{display:inline-block;*display:inline;padding-right:5px;padding-left:5px;*zoom:1}dl{margin-bottom:20px}dt,dd{line-height:20px}dt{font-weight:bold}dd{margin-left:10px}.dl-horizontal{*zoom:1}.dl-horizontal:before,.dl-horizontal:after{display:table;line-height:0;content:""}.dl-horizontal:after{clear:both}.dl-horizontal dt{float:left;width:160px;overflow:hidden;clear:left;text-align:right;text-overflow:ellipsis;white-space:nowrap}.dl-horizontal dd{margin-left:180px}hr{margin:20px 0;border:0;border-top:1px solid #eee;border-bottom:1px solid #fff}abbr[title],abbr[data-original-title]{cursor:help;border-bottom:1px dotted #999}abbr.initialism{font-size:90%;text-transform:uppercase}blockquote{padding:0 0 0 15px;margin:0 0 20px;border-left:5px solid #eee}blockquote p{margin-bottom:0;font-size:17.5px;font-weight:300;line-height:1.25}blockquote small{display:block;line-height:20px;color:#999}blockquote small:before{content:'\2014 \00A0'}blockquote.pull-right{float:right;padding-right:15px;padding-left:0;border-right:5px solid #eee;border-left:0}blockquote.pull-right p,blockquote.pull-right small{text-align:right}blockquote.pull-right small:before{content:''}blockquote.pull-right small:after{content:'\00A0 \2014'}q:before,q:after,blockquote:before,blockquote:after{content:""}address{display:block;margin-bottom:20px;font-style:normal;line-height:20px}code,pre{padding:0 3px 2px;font-family:Monaco,Menlo,Consolas,"Courier New",monospace;font-size:12px;color:#333;border-radius:3px}code{padding:2px 4px;color:#d14;white-space:nowrap;background-color:#f7f7f9;border:1px solid #e1e1e8}pre{display:block;padding:9.5px;margin:0 0 10px;font-size:13px;line-height:20px;word-break:break-all;word-wrap:break-word;white-space:pre;white-space:pre-wrap;background-color:#f5f5f5;border:1px solid #ccc;border:1px solid rgba(0,0,0,0.15);border-radius:4px}pre.prettyprint{margin-bottom:20px}pre code{padding:0;color:inherit;white-space:pre;white-space:pre-wrap;background-color:transparent;border:0}.pre-scrollable{max-height:340px;overflow-y:scroll}form{margin:0 0 20px}fieldset{padding:0;margin:0;border:0}legend{display:block;width:100%;padding:0;margin-bottom:20px;font-size:21px;line-height:40px;color:#333;border:0;border-bottom:1px solid #e5e5e5}legend small{font-size:15px;color:#999}label,input,button,select,textarea{font-size:14px;font-weight:normal;line-height:20px}input,button,select,textarea{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif}label{display:block;margin-bottom:5px}select,textarea,input[type="text"],input[type="password"],input[type="datetime"],input[type="datetime-local"],input[type="date"],input[type="month"],input[type="time"],input[type="week"],input[type="number"],input[type="email"],input[type="url"],input[type="search"],input[type="tel"],input[type="color"],.uneditable-input{display:inline-block;height:20px;padding:4px 6px;margin-bottom:10px;font-size:14px;line-height:20px;color:#555;vertical-align:middle;border-radius:4px}input,textarea,.uneditable-input{width:206px}textarea{height:auto}textarea,input[type="text"],input[type="password"],input[type="datetime"],input[type="datetime-local"],input[type="date"],input[type="month"],input[type="time"],input[type="week"],input[type="number"],input[type="email"],input[type="url"],input[type="search"],input[type="tel"],input[type="color"],.uneditable-input{background-color:#fff;border:1px solid #ccc;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);transition:border linear .2s,box-shadow linear .2s}textarea:focus,input[type="text"]:focus,input[type="password"]:focus,input[type="datetime"]:focus,input[type="datetime-local"]:focus,input[type="date"]:focus,input[type="month"]:focus,input[type="time"]:focus,input[type="week"]:focus,input[type="number"]:focus,input[type="email"]:focus,input[type="url"]:focus,input[type="search"]:focus,input[type="tel"]:focus,input[type="color"]:focus,.uneditable-input:focus{border-color:rgba(82,168,236,0.8);outline:0;outline:thin dotted \9;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(82,168,236,0.6)}input[type="radio"],input[type="checkbox"]{margin:4px 0 0;margin-top:1px \9;*margin-top:0;line-height:normal}input[type="file"],input[type="image"],input[type="submit"],input[type="reset"],input[type="button"],input[type="radio"],input[type="checkbox"]{width:auto}select,input[type="file"]{height:30px;*margin-top:4px;line-height:30px}select{width:220px;background-color:#fff;border:1px solid #ccc}select[multiple],select[size]{height:auto}select:focus,input[type="file"]:focus,input[type="radio"]:focus,input[type="checkbox"]:focus{outline:thin dotted #333;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.uneditable-input,.uneditable-textarea{color:#999;cursor:not-allowed;background-color:#fcfcfc;border-color:#ccc;box-shadow:inset 0 1px 2px rgba(0,0,0,0.025)}.uneditable-input{overflow:hidden;white-space:nowrap}.uneditable-textarea{width:auto;height:auto}input:-moz-placeholder,textarea:-moz-placeholder{color:#999}input:-ms-input-placeholder,textarea:-ms-input-placeholder{color:#999}input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{color:#999}.radio,.checkbox{min-height:20px;padding-left:20px}.radio input[type="radio"],.checkbox input[type="checkbox"]{float:left;margin-left:-20px}.controls>.radio:first-child,.controls>.checkbox:first-child{padding-top:5px}.radio.inline,.checkbox.inline{display:inline-block;padding-top:5px;margin-bottom:0;vertical-align:middle}.radio.inline+.radio.inline,.checkbox.inline+.checkbox.inline{margin-left:10px}.input-mini{width:60px}.input-small{width:90px}.input-medium{width:150px}.input-large{width:210px}.input-xlarge{width:270px}.input-xxlarge{width:530px}input[class*="span"],select[class*="span"],textarea[class*="span"],.uneditable-input[class*="span"],.row-fluid input[class*="span"],.row-fluid select[class*="span"],.row-fluid textarea[class*="span"],.row-fluid .uneditable-input[class*="span"]{float:none;margin-left:0}.input-append input[class*="span"],.input-append .uneditable-input[class*="span"],.input-prepend input[class*="span"],.input-prepend .uneditable-input[class*="span"],.row-fluid input[class*="span"],.row-fluid select[class*="span"],.row-fluid textarea[class*="span"],.row-fluid .uneditable-input[class*="span"],.row-fluid .input-prepend [class*="span"],.row-fluid .input-append [class*="span"]{display:inline-block}input,textarea,.uneditable-input{margin-left:0}.controls-row [class*="span"]+[class*="span"]{margin-left:20px}input.span12,textarea.span12,.uneditable-input.span12{width:926px}input.span11,textarea.span11,.uneditable-input.span11{width:846px}input.span10,textarea.span10,.uneditable-input.span10{width:766px}input.span9,textarea.span9,.uneditable-input.span9{width:686px}input.span8,textarea.span8,.uneditable-input.span8{width:606px}input.span7,textarea.span7,.uneditable-input.span7{width:526px}input.span6,textarea.span6,.uneditable-input.span6{width:446px}input.span5,textarea.span5,.uneditable-input.span5{width:366px}input.span4,textarea.span4,.uneditable-input.span4{width:286px}input.span3,textarea.span3,.uneditable-input.span3{width:206px}input.span2,textarea.span2,.uneditable-input.span2{width:126px}input.span1,textarea.span1,.uneditable-input.span1{width:46px}.controls-row{*zoom:1}.controls-row:before,.controls-row:after{display:table;line-height:0;content:""}.controls-row:after{clear:both}.controls-row [class*="span"],.row-fluid .controls-row [class*="span"]{float:left}.controls-row .checkbox[class*="span"],.controls-row .radio[class*="span"]{padding-top:5px}input[disabled],select[disabled],textarea[disabled],input[readonly],select[readonly],textarea[readonly]{cursor:not-allowed;background-color:#eee}input[type="radio"][disabled],input[type="checkbox"][disabled],input[type="radio"][readonly],input[type="checkbox"][readonly]{background-color:transparent}.control-group.warning .control-label,.control-group.warning .help-block,.control-group.warning .help-inline{color:#c09853}.control-group.warning .checkbox,.control-group.warning .radio,.control-group.warning input,.control-group.warning select,.control-group.warning textarea{color:#c09853}.control-group.warning input,.control-group.warning select,.control-group.warning textarea{border-color:#c09853;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075)}.control-group.warning input:focus,.control-group.warning select:focus,.control-group.warning textarea:focus{border-color:#a47e3c;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #dbc59e}.control-group.warning .input-prepend .add-on,.control-group.warning .input-append .add-on{color:#c09853;background-color:#fcf8e3;border-color:#c09853}.control-group.error .control-label,.control-group.error .help-block,.control-group.error .help-inline{color:#b94a48}.control-group.error .checkbox,.control-group.error .radio,.control-group.error input,.control-group.error select,.control-group.error textarea{color:#b94a48}.control-group.error input,.control-group.error select,.control-group.error textarea{border-color:#b94a48;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075)}.control-group.error input:focus,.control-group.error select:focus,.control-group.error textarea:focus{border-color:#953b39;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #d59392}.control-group.error .input-prepend .add-on,.control-group.error .input-append .add-on{color:#b94a48;background-color:#f2dede;border-color:#b94a48}.control-group.success .control-label,.control-group.success .help-block,.control-group.success .help-inline{color:#468847}.control-group.success .checkbox,.control-group.success .radio,.control-group.success input,.control-group.success select,.control-group.success textarea{color:#468847}.control-group.success input,.control-group.success select,.control-group.success textarea{border-color:#468847;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075)}.control-group.success input:focus,.control-group.success select:focus,.control-group.success textarea:focus{border-color:#356635;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #7aba7b}.control-group.success .input-prepend .add-on,.control-group.success .input-append .add-on{color:#468847;background-color:#dff0d8;border-color:#468847}.control-group.info .control-label,.control-group.info .help-block,.control-group.info .help-inline{color:#3a87ad}.control-group.info .checkbox,.control-group.info .radio,.control-group.info input,.control-group.info select,.control-group.info textarea{color:#3a87ad}.control-group.info input,.control-group.info select,.control-group.info textarea{border-color:#3a87ad;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075)}.control-group.info input:focus,.control-group.info select:focus,.control-group.info textarea:focus{border-color:#2d6987;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #7ab5d3}.control-group.info .input-prepend .add-on,.control-group.info .input-append .add-on{color:#3a87ad;background-color:#d9edf7;border-color:#3a87ad}input:focus:invalid,textarea:focus:invalid,select:focus:invalid{color:#b94a48;border-color:#ee5f5b}input:focus:invalid:focus,textarea:focus:invalid:focus,select:focus:invalid:focus{border-color:#e9322d;box-shadow:0 0 6px #f8b9b7}.form-actions{padding:19px 20px 20px;margin-top:20px;margin-bottom:20px;background-color:#f5f5f5;border-top:1px solid #e5e5e5;*zoom:1}.form-actions:before,.form-actions:after{display:table;line-height:0;content:""}.form-actions:after{clear:both}.help-block,.help-inline{color:#595959}.help-block{display:block;margin-bottom:10px}.help-inline{display:inline-block;*display:inline;padding-left:5px;vertical-align:middle;*zoom:1}.input-append,.input-prepend{display:inline-block;margin-bottom:10px;font-size:0;white-space:nowrap;vertical-align:middle}.input-append input,.input-prepend input,.input-append select,.input-prepend select,.input-append .uneditable-input,.input-prepend .uneditable-input,.input-append .dropdown-menu,.input-prepend .dropdown-menu,.input-append .popover,.input-prepend .popover{font-size:14px}.input-append input,.input-prepend input,.input-append select,.input-prepend select,.input-append .uneditable-input,.input-prepend .uneditable-input{position:relative;margin-bottom:0;*margin-left:0;vertical-align:top;border-radius:0 4px 4px 0}.input-append input:focus,.input-prepend input:focus,.input-append select:focus,.input-prepend select:focus,.input-append .uneditable-input:focus,.input-prepend .uneditable-input:focus{z-index:2}.input-append .add-on,.input-prepend .add-on{display:inline-block;width:auto;height:20px;min-width:16px;padding:4px 5px;font-size:14px;font-weight:normal;line-height:20px;text-align:center;text-shadow:0 1px 0 #fff;background-color:#eee;border:1px solid #ccc}.input-append .add-on,.input-prepend .add-on,.input-append .btn,.input-prepend .btn,.input-append .btn-group>.dropdown-toggle,.input-prepend .btn-group>.dropdown-toggle{vertical-align:top;border-radius:0}.input-append .active,.input-prepend .active{background-color:#a9dba9;border-color:#46a546}.input-prepend .add-on,.input-prepend .btn{margin-right:-1px}.input-prepend .add-on:first-child,.input-prepend .btn:first-child{border-radius:4px 0 0 4px}.input-append input,.input-append select,.input-append .uneditable-input{border-radius:4px 0 0 4px}.input-append input+.btn-group .btn:last-child,.input-append select+.btn-group .btn:last-child,.input-append .uneditable-input+.btn-group .btn:last-child{border-radius:0 4px 4px 0}.input-append .add-on,.input-append .btn,.input-append .btn-group{margin-left:-1px}.input-append .add-on:last-child,.input-append .btn:last-child,.input-append .btn-group:last-child>.dropdown-toggle{border-radius:0 4px 4px 0}.input-prepend.input-append input,.input-prepend.input-append select,.input-prepend.input-append .uneditable-input{border-radius:0}.input-prepend.input-append input+.btn-group .btn,.input-prepend.input-append select+.btn-group .btn,.input-prepend.input-append .uneditable-input+.btn-group .btn{border-radius:0 4px 4px 0}.input-prepend.input-append .add-on:first-child,.input-prepend.input-append .btn:first-child{margin-right:-1px;border-radius:4px 0 0 4px}.input-prepend.input-append .add-on:last-child,.input-prepend.input-append .btn:last-child{margin-left:-1px;border-radius:0 4px 4px 0}.input-prepend.input-append .btn-group:first-child{margin-left:0}input.search-query{padding-right:14px;padding-right:4px \9;padding-left:14px;padding-left:4px \9;margin-bottom:0;border-radius:15px}.form-search .input-append .search-query,.form-search .input-prepend .search-query{border-radius:0}.form-search .input-append .search-query{border-radius:14px 0 0 14px}.form-search .input-append .btn{border-radius:0 14px 14px 0}.form-search .input-prepend .search-query{border-radius:0 14px 14px 0}.form-search .input-prepend .btn{border-radius:14px 0 0 14px}.form-search input,.form-inline input,.form-horizontal input,.form-search textarea,.form-inline textarea,.form-horizontal textarea,.form-search select,.form-inline select,.form-horizontal select,.form-search .help-inline,.form-inline .help-inline,.form-horizontal .help-inline,.form-search .uneditable-input,.form-inline .uneditable-input,.form-horizontal .uneditable-input,.form-search .input-prepend,.form-inline .input-prepend,.form-horizontal .input-prepend,.form-search .input-append,.form-inline .input-append,.form-horizontal .input-append{display:inline-block;*display:inline;margin-bottom:0;vertical-align:middle;*zoom:1}.form-search .hide,.form-inline .hide,.form-horizontal .hide{display:none}.form-search label,.form-inline label,.form-search .btn-group,.form-inline .btn-group{display:inline-block}.form-search .input-append,.form-inline .input-append,.form-search .input-prepend,.form-inline .input-prepend{margin-bottom:0}.form-search .radio,.form-search .checkbox,.form-inline .radio,.form-inline .checkbox{padding-left:0;margin-bottom:0;vertical-align:middle}.form-search .radio input[type="radio"],.form-search .checkbox input[type="checkbox"],.form-inline .radio input[type="radio"],.form-inline .checkbox input[type="checkbox"]{float:left;margin-right:3px;margin-left:0}.control-group{margin-bottom:10px}legend+.control-group{margin-top:20px;-webkit-margin-top-collapse:separate}.form-horizontal .control-group{margin-bottom:20px;*zoom:1}.form-horizontal .control-group:before,.form-horizontal .control-group:after{display:table;line-height:0;content:""}.form-horizontal .control-group:after{clear:both}.form-horizontal .control-label{float:left;width:160px;padding-top:5px;text-align:right}.form-horizontal .controls{*display:inline-block;*padding-left:20px;margin-left:180px;*margin-left:0}.form-horizontal .controls:first-child{*padding-left:180px}.form-horizontal .help-block{margin-bottom:0}.form-horizontal input+.help-block,.form-horizontal select+.help-block,.form-horizontal textarea+.help-block,.form-horizontal .uneditable-input+.help-block,.form-horizontal .input-prepend+.help-block,.form-horizontal .input-append+.help-block{margin-top:10px}.form-horizontal .form-actions{padding-left:180px}table{max-width:100%;background-color:transparent;border-collapse:collapse;border-spacing:0}.table{width:100%;margin-bottom:20px}.table th,.table td{padding:8px;line-height:20px;text-align:left;vertical-align:top;border-top:1px solid #ddd}.table th{font-weight:bold}.table thead th{vertical-align:bottom}.table caption+thead tr:first-child th,.table caption+thead tr:first-child td,.table colgroup+thead tr:first-child th,.table colgroup+thead tr:first-child td,.table thead:first-child tr:first-child th,.table thead:first-child tr:first-child td{border-top:0}.table tbody+tbody{border-top:2px solid #ddd}.table .table{background-color:#fff}.table-condensed th,.table-condensed td{padding:4px 5px}.table-bordered{border:1px solid #ddd;border-collapse:separate;*border-collapse:collapse;border-left:0;border-radius:4px}.table-bordered th,.table-bordered td{border-left:1px solid #ddd}.table-bordered caption+thead tr:first-child th,.table-bordered caption+tbody tr:first-child th,.table-bordered caption+tbody tr:first-child td,.table-bordered colgroup+thead tr:first-child th,.table-bordered colgroup+tbody tr:first-child th,.table-bordered colgroup+tbody tr:first-child td,.table-bordered thead:first-child tr:first-child th,.table-bordered tbody:first-child tr:first-child th,.table-bordered tbody:first-child tr:first-child td{border-top:0}.table-bordered thead:first-child tr:first-child>th:first-child,.table-bordered tbody:first-child tr:first-child>td:first-child,.table-bordered tbody:first-child tr:first-child>th:first-child{border-top-left-radius:4px;-moz-border-radius-topleft:4px}.table-bordered thead:first-child tr:first-child>th:last-child,.table-bordered tbody:first-child tr:first-child>td:last-child,.table-bordered tbody:first-child tr:first-child>th:last-child{border-top-right-radius:4px;-moz-border-radius-topright:4px}.table-bordered thead:last-child tr:last-child>th:first-child,.table-bordered tbody:last-child tr:last-child>td:first-child,.table-bordered tbody:last-child tr:last-child>th:first-child,.table-bordered tfoot:last-child tr:last-child>td:first-child,.table-bordered tfoot:last-child tr:last-child>th:first-child{border-bottom-left-radius:4px;-moz-border-radius-bottomleft:4px}.table-bordered thead:last-child tr:last-child>th:last-child,.table-bordered tbody:last-child tr:last-child>td:last-child,.table-bordered tbody:last-child tr:last-child>th:last-child,.table-bordered tfoot:last-child tr:last-child>td:last-child,.table-bordered tfoot:last-child tr:last-child>th:last-child{border-bottom-right-radius:4px;-moz-border-radius-bottomright:4px}.table-bordered tfoot+tbody:last-child tr:last-child td:first-child{border-bottom-left-radius:0;-moz-border-radius-bottomleft:0}.table-bordered tfoot+tbody:last-child tr:last-child td:last-child{border-bottom-right-radius:0;-moz-border-radius-bottomright:0}.table-bordered caption+thead tr:first-child th:first-child,.table-bordered caption+tbody tr:first-child td:first-child,.table-bordered colgroup+thead tr:first-child th:first-child,.table-bordered colgroup+tbody tr:first-child td:first-child{border-top-left-radius:4px;-moz-border-radius-topleft:4px}.table-bordered caption+thead tr:first-child th:last-child,.table-bordered caption+tbody tr:first-child td:last-child,.table-bordered colgroup+thead tr:first-child th:last-child,.table-bordered colgroup+tbody tr:first-child td:last-child{border-top-right-radius:4px;-moz-border-radius-topright:4px}.table-striped tbody>tr:nth-child(odd)>td,.table-striped tbody>tr:nth-child(odd)>th{background-color:#f9f9f9}.table-hover tbody tr:hover>td,.table-hover tbody tr:hover>th{background-color:#f5f5f5}table td[class*="span"],table th[class*="span"],.row-fluid table td[class*="span"],.row-fluid table th[class*="span"]{display:table-cell;float:none;margin-left:0}.table td.span1,.table th.span1{float:none;width:44px;margin-left:0}.table td.span2,.table th.span2{float:none;width:124px;margin-left:0}.table td.span3,.table th.span3{float:none;width:204px;margin-left:0}.table td.span4,.table th.span4{float:none;width:284px;margin-left:0}.table td.span5,.table th.span5{float:none;width:364px;margin-left:0}.table td.span6,.table th.span6{float:none;width:444px;margin-left:0}.table td.span7,.table th.span7{float:none;width:524px;margin-left:0}.table td.span8,.table th.span8{float:none;width:604px;margin-left:0}.table td.span9,.table th.span9{float:none;width:684px;margin-left:0}.table td.span10,.table th.span10{float:none;width:764px;margin-left:0}.table td.span11,.table th.span11{float:none;width:844px;margin-left:0}.table td.span12,.table th.span12{float:none;width:924px;margin-left:0}.table tbody tr.success>td{background-color:#dff0d8}.table tbody tr.error>td{background-color:#f2dede}.table tbody tr.warning>td{background-color:#fcf8e3}.table tbody tr.info>td{background-color:#d9edf7}.table-hover tbody tr.success:hover>td{background-color:#d0e9c6}.table-hover tbody tr.error:hover>td{background-color:#ebcccc}.table-hover tbody tr.warning:hover>td{background-color:#faf2cc}.table-hover tbody tr.info:hover>td{background-color:#c4e3f3}[class^="icon-"],[class*=" icon-"]{display:inline-block;width:14px;height:14px;margin-top:1px;*margin-right:.3em;line-height:14px;vertical-align:text-top;background-image:url(/../img/glyphicons-halflings.png);background-position:14px 14px;background-repeat:no-repeat}.icon-white,.nav-pills>.active>a>[class^="icon-"],.nav-pills>.active>a>[class*=" icon-"],.nav-list>.active>a>[class^="icon-"],.nav-list>.active>a>[class*=" icon-"],.navbar-inverse .nav>.active>a>[class^="icon-"],.navbar-inverse .nav>.active>a>[class*=" icon-"],.dropdown-menu>li>a:hover>[class^="icon-"],.dropdown-menu>li>a:focus>[class^="icon-"],.dropdown-menu>li>a:hover>[class*=" icon-"],.dropdown-menu>li>a:focus>[class*=" icon-"],.dropdown-menu>.active>a>[class^="icon-"],.dropdown-menu>.active>a>[class*=" icon-"],.dropdown-submenu:hover>a>[class^="icon-"],.dropdown-submenu:focus>a>[class^="icon-"],.dropdown-submenu:hover>a>[class*=" icon-"],.dropdown-submenu:focus>a>[class*=" icon-"]{background-image:url(/../img/glyphicons-halflings-white.png)}.icon-glass{background-position:0 0}.icon-music{background-position:-24px 0}.icon-search{background-position:-48px 0}.icon-envelope{background-position:-72px 0}.icon-heart{background-position:-96px 0}.icon-star{background-position:-120px 0}.icon-star-empty{background-position:-144px 0}.icon-user{background-position:-168px 0}.icon-film{background-position:-192px 0}.icon-th-large{background-position:-216px 0}.icon-th{background-position:-240px 0}.icon-th-list{background-position:-264px 0}.icon-ok{background-position:-288px 0}.icon-remove{background-position:-312px 0}.icon-zoom-in{background-position:-336px 0}.icon-zoom-out{background-position:-360px 0}.icon-off{background-position:-384px 0}.icon-signal{background-position:-408px 0}.icon-cog{background-position:-432px 0}.icon-trash{background-position:-456px 0}.icon-home{background-position:0 -24px}.icon-file{background-position:-24px -24px}.icon-time{background-position:-48px -24px}.icon-road{background-position:-72px -24px}.icon-download-alt{background-position:-96px -24px}.icon-download{background-position:-120px -24px}.icon-upload{background-position:-144px -24px}.icon-inbox{background-position:-168px -24px}.icon-play-circle{background-position:-192px -24px}.icon-repeat{background-position:-216px -24px}.icon-refresh{background-position:-240px -24px}.icon-list-alt{background-position:-264px -24px}.icon-lock{background-position:-287px -24px}.icon-flag{background-position:-312px -24px}.icon-headphones{background-position:-336px -24px}.icon-volume-off{background-position:-360px -24px}.icon-volume-down{background-position:-384px -24px}.icon-volume-up{background-position:-408px -24px}.icon-qrcode{background-position:-432px -24px}.icon-barcode{background-position:-456px -24px}.icon-tag{background-position:0 -48px}.icon-tags{background-position:-25px -48px}.icon-book{background-position:-48px -48px}.icon-bookmark{background-position:-72px -48px}.icon-print{background-position:-96px -48px}.icon-camera{background-position:-120px -48px}.icon-font{background-position:-144px -48px}.icon-bold{background-position:-167px -48px}.icon-italic{background-position:-192px -48px}.icon-text-height{background-position:-216px -48px}.icon-text-width{background-position:-240px -48px}.icon-align-left{background-position:-264px -48px}.icon-align-center{background-position:-288px -48px}.icon-align-right{background-position:-312px -48px}.icon-align-justify{background-position:-336px -48px}.icon-list{background-position:-360px -48px}.icon-indent-left{background-position:-384px -48px}.icon-indent-right{background-position:-408px -48px}.icon-facetime-video{background-position:-432px -48px}.icon-picture{background-position:-456px -48px}.icon-pencil{background-position:0 -72px}.icon-map-marker{background-position:-24px -72px}.icon-adjust{background-position:-48px -72px}.icon-tint{background-position:-72px -72px}.icon-edit{background-position:-96px -72px}.icon-share{background-position:-120px -72px}.icon-check{background-position:-144px -72px}.icon-move{background-position:-168px -72px}.icon-step-backward{background-position:-192px -72px}.icon-fast-backward{background-position:-216px -72px}.icon-backward{background-position:-240px -72px}.icon-play{background-position:-264px -72px}.icon-pause{background-position:-288px -72px}.icon-stop{background-position:-312px -72px}.icon-forward{background-position:-336px -72px}.icon-fast-forward{background-position:-360px -72px}.icon-step-forward{background-position:-384px -72px}.icon-eject{background-position:-408px -72px}.icon-chevron-left{background-position:-432px -72px}.icon-chevron-right{background-position:-456px -72px}.icon-plus-sign{background-position:0 -96px}.icon-minus-sign{background-position:-24px -96px}.icon-remove-sign{background-position:-48px -96px}.icon-ok-sign{background-position:-72px -96px}.icon-question-sign{background-position:-96px -96px}.icon-info-sign{background-position:-120px -96px}.icon-screenshot{background-position:-144px -96px}.icon-remove-circle{background-position:-168px -96px}.icon-ok-circle{background-position:-192px -96px}.icon-ban-circle{background-position:-216px -96px}.icon-arrow-left{background-position:-240px -96px}.icon-arrow-right{background-position:-264px -96px}.icon-arrow-up{background-position:-289px -96px}.icon-arrow-down{background-position:-312px -96px}.icon-share-alt{background-position:-336px -96px}.icon-resize-full{background-position:-360px -96px}.icon-resize-small{background-position:-384px -96px}.icon-plus{background-position:-408px -96px}.icon-minus{background-position:-433px -96px}.icon-asterisk{background-position:-456px -96px}.icon-exclamation-sign{background-position:0 -120px}.icon-gift{background-position:-24px -120px}.icon-leaf{background-position:-48px -120px}.icon-fire{background-position:-72px -120px}.icon-eye-open{background-position:-96px -120px}.icon-eye-close{background-position:-120px -120px}.icon-warning-sign{background-position:-144px -120px}.icon-plane{background-position:-168px -120px}.icon-calendar{background-position:-192px -120px}.icon-random{width:16px;background-position:-216px -120px}.icon-comment{background-position:-240px -120px}.icon-magnet{background-position:-264px -120px}.icon-chevron-up{background-position:-288px -120px}.icon-chevron-down{background-position:-313px -119px}.icon-retweet{background-position:-336px -120px}.icon-shopping-cart{background-position:-360px -120px}.icon-folder-close{width:16px;background-position:-384px -120px}.icon-folder-open{width:16px;background-position:-408px -120px}.icon-resize-vertical{background-position:-432px -119px}.icon-resize-horizontal{background-position:-456px -118px}.icon-hdd{background-position:0 -144px}.icon-bullhorn{background-position:-24px -144px}.icon-bell{background-position:-48px -144px}.icon-certificate{background-position:-72px -144px}.icon-thumbs-up{background-position:-96px -144px}.icon-thumbs-down{background-position:-120px -144px}.icon-hand-right{background-position:-144px -144px}.icon-hand-left{background-position:-168px -144px}.icon-hand-up{background-position:-192px -144px}.icon-hand-down{background-position:-216px -144px}.icon-circle-arrow-right{background-position:-240px -144px}.icon-circle-arrow-left{background-position:-264px -144px}.icon-circle-arrow-up{background-position:-288px -144px}.icon-circle-arrow-down{background-position:-312px -144px}.icon-globe{background-position:-336px -144px}.icon-wrench{background-position:-360px -144px}.icon-tasks{background-position:-384px -144px}.icon-filter{background-position:-408px -144px}.icon-briefcase{background-position:-432px -144px}.icon-fullscreen{background-position:-456px -144px}.dropup,.dropdown{position:relative}.dropdown-toggle{*margin-bottom:-3px}.dropdown-toggle:active,.open .dropdown-toggle{outline:0}.caret{display:inline-block;width:0;height:0;vertical-align:top;border-top:4px solid #000;border-right:4px solid transparent;border-left:4px solid transparent;content:""}.dropdown .caret{margin-top:8px;margin-left:2px}.dropdown-menu{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;background-color:#fff;border:1px solid #ccc;border:1px solid rgba(0,0,0,0.2);*border-right-width:2px;*border-bottom-width:2px;border-radius:6px;box-shadow:0 5px 10px rgba(0,0,0,0.2);-webkit-background-clip:padding-box;-moz-background-clip:padding;background-clip:padding-box}.dropdown-menu.pull-right{right:0;left:auto}.dropdown-menu .divider{*width:100%;height:1px;margin:9px 1px;*margin:-5px 0 5px;overflow:hidden;background-color:#e5e5e5;border-bottom:1px solid #fff}.dropdown-menu>li>a{display:block;padding:3px 20px;clear:both;font-weight:normal;line-height:20px;color:#333;white-space:nowrap}.dropdown-menu>li>a:hover,.dropdown-menu>li>a:focus,.dropdown-submenu:hover>a,.dropdown-submenu:focus>a{color:#fff;text-decoration:none;background-color:#0081c2;background-image:linear-gradient(to bottom,#08c,#0077b3);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc',endColorstr='#ff0077b3',GradientType=0)}.dropdown-menu>.active>a,.dropdown-menu>.active>a:hover,.dropdown-menu>.active>a:focus{color:#fff;text-decoration:none;background-color:#0081c2;background-image:linear-gradient(to bottom,#08c,#0077b3);background-repeat:repeat-x;outline:0;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc',endColorstr='#ff0077b3',GradientType=0)}.dropdown-menu>.disabled>a,.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus{color:#999}.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus{text-decoration:none;cursor:default;background-color:transparent;background-image:none;filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}.open{*z-index:1000}.open>.dropdown-menu{display:block}.dropdown-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:990}.pull-right>.dropdown-menu{right:0;left:auto}.dropup .caret,.navbar-fixed-bottom .dropdown .caret{border-top:0;border-bottom:4px solid #000;content:""}.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu{top:auto;bottom:100%;margin-bottom:1px}.dropdown-submenu{position:relative}.dropdown-submenu>.dropdown-menu{top:0;left:100%;margin-top:-6px;margin-left:-1px;border-radius:0 6px 6px 6px}.dropdown-submenu:hover>.dropdown-menu{display:block}.dropup .dropdown-submenu>.dropdown-menu{top:auto;bottom:0;margin-top:0;margin-bottom:-2px;border-radius:5px 5px 5px 0}.dropdown-submenu>a:after{display:block;float:right;width:0;height:0;margin-top:5px;margin-right:-10px;border-color:transparent;border-left-color:#ccc;border-style:solid;border-width:5px 0 5px 5px;content:" "}.dropdown-submenu:hover>a:after{border-left-color:#fff}.dropdown-submenu.pull-left{float:none}.dropdown-submenu.pull-left>.dropdown-menu{left:-100%;margin-left:10px;border-radius:6px 0 6px 6px}.dropdown .dropdown-menu .nav-header{padding-right:20px;padding-left:20px}.typeahead{z-index:1051;margin-top:2px;border-radius:4px}.well{min-height:20px;padding:19px;margin-bottom:20px;background-color:#f5f5f5;border:1px solid #e3e3e3;border-radius:4px;box-shadow:inset 0 1px 1px rgba(0,0,0,0.05)}.well blockquote{border-color:#ddd;border-color:rgba(0,0,0,0.15)}.well-large{padding:24px;border-radius:6px}.well-small{padding:9px;border-radius:3px}.fade{opacity:0;transition:opacity .15s linear}.fade.in{opacity:1}.collapse{position:relative;height:0;overflow:hidden;transition:height .35s ease}.collapse.in{height:auto}.close{float:right;font-size:20px;font-weight:bold;line-height:20px;color:#000;text-shadow:0 1px 0 #fff;opacity:.2;filter:alpha(opacity=20)}.close:hover,.close:focus{color:#000;text-decoration:none;cursor:pointer;opacity:.4;filter:alpha(opacity=40)}button.close{padding:0;cursor:pointer;background:transparent;border:0;-webkit-appearance:none}.btn{display:inline-block;*display:inline;padding:4px 12px;margin-bottom:0;*margin-left:.3em;font-size:14px;line-height:20px;color:#333;text-align:center;text-shadow:0 1px 1px rgba(255,255,255,0.75);vertical-align:middle;cursor:pointer;background-color:#f5f5f5;*background-color:#e6e6e6;background-image:linear-gradient(to bottom,#fff,#e6e6e6);background-repeat:repeat-x;border:1px solid #ccc;*border:0;border-color:#e6e6e6 #e6e6e6 #bfbfbf;border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);border-bottom-color:#b3b3b3;border-radius:4px;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',endColorstr='#ffe6e6e6',GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);*zoom:1;box-shadow:inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05)}.btn:hover,.btn:focus,.btn:active,.btn.active,.btn.disabled,.btn[disabled]{color:#333;background-color:#e6e6e6;*background-color:#d9d9d9}.btn:active,.btn.active{background-color:#ccc \9}.btn:first-child{*margin-left:0}.btn:hover,.btn:focus{color:#333;text-decoration:none;background-position:0 -15px;transition:background-position .1s linear}.btn:focus{outline:thin dotted #333;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.btn.active,.btn:active{background-image:none;outline:0;box-shadow:inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05)}.btn.disabled,.btn[disabled]{cursor:default;background-image:none;opacity:.65;filter:alpha(opacity=65);box-shadow:none}.btn-large{padding:11px 19px;font-size:17.5px;border-radius:6px}.btn-large [class^="icon-"],.btn-large [class*=" icon-"]{margin-top:4px}.btn-small{padding:2px 10px;font-size:11.9px;border-radius:3px}.btn-small [class^="icon-"],.btn-small [class*=" icon-"]{margin-top:0}.btn-mini [class^="icon-"],.btn-mini [class*=" icon-"]{margin-top:-1px}.btn-mini{padding:0 6px;font-size:10.5px;border-radius:3px}.btn-block{display:block;width:100%;padding-right:0;padding-left:0;box-sizing:border-box}.btn-block+.btn-block{margin-top:5px}input[type="submit"].btn-block,input[type="reset"].btn-block,input[type="button"].btn-block{width:100%}.btn-primary.active,.btn-warning.active,.btn-danger.active,.btn-success.active,.btn-info.active,.btn-inverse.active{color:rgba(255,255,255,0.75)}.btn-primary{color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,0.25);background-color:#006dcc;*background-color:#04c;background-image:linear-gradient(to bottom,#08c,#04c);background-repeat:repeat-x;border-color:#04c #04c #002a80;border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc',endColorstr='#ff0044cc',GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}.btn-primary:hover,.btn-primary:focus,.btn-primary:active,.btn-primary.active,.btn-primary.disabled,.btn-primary[disabled]{color:#fff;background-color:#04c;*background-color:#003bb3}.btn-primary:active,.btn-primary.active{background-color:#039 \9}.btn-warning{color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,0.25);background-color:#faa732;*background-color:#f89406;background-image:linear-gradient(to bottom,#fbb450,#f89406);background-repeat:repeat-x;border-color:#f89406 #f89406 #ad6704;border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450',endColorstr='#fff89406',GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}.btn-warning:hover,.btn-warning:focus,.btn-warning:active,.btn-warning.active,.btn-warning.disabled,.btn-warning[disabled]{color:#fff;background-color:#f89406;*background-color:#df8505}.btn-warning:active,.btn-warning.active{background-color:#c67605 \9}.btn-danger{color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,0.25);background-color:#da4f49;*background-color:#bd362f;background-image:linear-gradient(to bottom,#ee5f5b,#bd362f);background-repeat:repeat-x;border-color:#bd362f #bd362f #802420;border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b',endColorstr='#ffbd362f',GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}.btn-danger:hover,.btn-danger:focus,.btn-danger:active,.btn-danger.active,.btn-danger.disabled,.btn-danger[disabled]{color:#fff;background-color:#bd362f;*background-color:#a9302a}.btn-danger:active,.btn-danger.active{background-color:#942a25 \9}.btn-success{color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,0.25);background-color:#5bb75b;*background-color:#51a351;background-image:linear-gradient(to bottom,#62c462,#51a351);background-repeat:repeat-x;border-color:#51a351 #51a351 #387038;border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462',endColorstr='#ff51a351',GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}.btn-success:hover,.btn-success:focus,.btn-success:active,.btn-success.active,.btn-success.disabled,.btn-success[disabled]{color:#fff;background-color:#51a351;*background-color:#499249}.btn-success:active,.btn-success.active{background-color:#408140 \9}.btn-info{color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,0.25);background-color:#49afcd;*background-color:#2f96b4;background-image:linear-gradient(to bottom,#5bc0de,#2f96b4);background-repeat:repeat-x;border-color:#2f96b4 #2f96b4 #1f6377;border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de',endColorstr='#ff2f96b4',GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}.btn-info:hover,.btn-info:focus,.btn-info:active,.btn-info.active,.btn-info.disabled,.btn-info[disabled]{color:#fff;background-color:#2f96b4;*background-color:#2a85a0}.btn-info:active,.btn-info.active{background-color:#24748c \9}.btn-inverse{color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,0.25);background-color:#363636;*background-color:#222;background-image:linear-gradient(to bottom,#444,#222);background-repeat:repeat-x;border-color:#222 #222 #000;border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444',endColorstr='#ff222222',GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}.btn-inverse:hover,.btn-inverse:focus,.btn-inverse:active,.btn-inverse.active,.btn-inverse.disabled,.btn-inverse[disabled]{color:#fff;background-color:#222;*background-color:#151515}.btn-inverse:active,.btn-inverse.active{background-color:#080808 \9}button.btn,input[type="submit"].btn{*padding-top:3px;*padding-bottom:3px}button.btn::-moz-focus-inner,input[type="submit"].btn::-moz-focus-inner{padding:0;border:0}button.btn.btn-large,input[type="submit"].btn.btn-large{*padding-top:7px;*padding-bottom:7px}button.btn.btn-small,input[type="submit"].btn.btn-small{*padding-top:3px;*padding-bottom:3px}button.btn.btn-mini,input[type="submit"].btn.btn-mini{*padding-top:1px;*padding-bottom:1px}.btn-link,.btn-link:active,.btn-link[disabled]{background-color:transparent;background-image:none;box-shadow:none}.btn-link{color:#08c;cursor:pointer;border-color:transparent;border-radius:0}.btn-link:hover,.btn-link:focus{color:#005580;text-decoration:underline;background-color:transparent}.btn-link[disabled]:hover,.btn-link[disabled]:focus{color:#333;text-decoration:none}.btn-group{position:relative;display:inline-block;*display:inline;*margin-left:.3em;font-size:0;white-space:nowrap;vertical-align:middle;*zoom:1}.btn-group:first-child{*margin-left:0}.btn-group+.btn-group{margin-left:5px}.btn-toolbar{margin-top:10px;margin-bottom:10px;font-size:0}.btn-toolbar>.btn+.btn,.btn-toolbar>.btn-group+.btn,.btn-toolbar>.btn+.btn-group{margin-left:5px}.btn-group>.btn{position:relative;border-radius:0}.btn-group>.btn+.btn{margin-left:-1px}.btn-group>.btn,.btn-group>.dropdown-menu,.btn-group>.popover{font-size:14px}.btn-group>.btn-mini{font-size:10.5px}.btn-group>.btn-small{font-size:11.9px}.btn-group>.btn-large{font-size:17.5px}.btn-group>.btn:first-child{margin-left:0;border-bottom-left-radius:4px;border-top-left-radius:4px;-moz-border-radius-bottomleft:4px;-moz-border-radius-topleft:4px}.btn-group>.btn:last-child,.btn-group>.dropdown-toggle{border-top-right-radius:4px;border-bottom-right-radius:4px;-moz-border-radius-topright:4px;-moz-border-radius-bottomright:4px}.btn-group>.btn.large:first-child{margin-left:0;border-bottom-left-radius:6px;border-top-left-radius:6px;-moz-border-radius-bottomleft:6px;-moz-border-radius-topleft:6px}.btn-group>.btn.large:last-child,.btn-group>.large.dropdown-toggle{border-top-right-radius:6px;border-bottom-right-radius:6px;-moz-border-radius-topright:6px;-moz-border-radius-bottomright:6px}.btn-group>.btn:hover,.btn-group>.btn:focus,.btn-group>.btn:active,.btn-group>.btn.active{z-index:2}.btn-group .dropdown-toggle:active,.btn-group.open .dropdown-toggle{outline:0}.btn-group>.btn+.dropdown-toggle{*padding-top:5px;padding-right:8px;*padding-bottom:5px;padding-left:8px;box-shadow:inset 1px 0 0 rgba(255,255,255,0.125),inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05)}.btn-group>.btn-mini+.dropdown-toggle{*padding-top:2px;padding-right:5px;*padding-bottom:2px;padding-left:5px}.btn-group>.btn-small+.dropdown-toggle{*padding-top:5px;*padding-bottom:4px}.btn-group>.btn-large+.dropdown-toggle{*padding-top:7px;padding-right:12px;*padding-bottom:7px;padding-left:12px}.btn-group.open .dropdown-toggle{background-image:none;box-shadow:inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05)}.btn-group.open .btn.dropdown-toggle{background-color:#e6e6e6}.btn-group.open .btn-primary.dropdown-toggle{background-color:#04c}.btn-group.open .btn-warning.dropdown-toggle{background-color:#f89406}.btn-group.open .btn-danger.dropdown-toggle{background-color:#bd362f}.btn-group.open .btn-success.dropdown-toggle{background-color:#51a351}.btn-group.open .btn-info.dropdown-toggle{background-color:#2f96b4}.btn-group.open .btn-inverse.dropdown-toggle{background-color:#222}.btn .caret{margin-top:8px;margin-left:0}.btn-large .caret{margin-top:6px}.btn-large .caret{border-top-width:5px;border-right-width:5px;border-left-width:5px}.btn-mini .caret,.btn-small .caret{margin-top:8px}.dropup .btn-large .caret{border-bottom-width:5px}.btn-primary .caret,.btn-warning .caret,.btn-danger .caret,.btn-info .caret,.btn-success .caret,.btn-inverse .caret{border-top-color:#fff;border-bottom-color:#fff}.btn-group-vertical{display:inline-block;*display:inline;*zoom:1}.btn-group-vertical>.btn{display:block;float:none;max-width:100%;border-radius:0}.btn-group-vertical>.btn+.btn{margin-top:-1px;margin-left:0}.btn-group-vertical>.btn:first-child{border-radius:4px 4px 0 0}.btn-group-vertical>.btn:last-child{border-radius:0 0 4px 4px}.btn-group-vertical>.btn-large:first-child{border-radius:6px 6px 0 0}.btn-group-vertical>.btn-large:last-child{border-radius:0 0 6px 6px}.alert{padding:8px 35px 8px 14px;margin-bottom:20px;text-shadow:0 1px 0 rgba(255,255,255,0.5);background-color:#fcf8e3;border:1px solid #fbeed5;border-radius:4px}.alert,.alert h4{color:#c09853}.alert h4{margin:0}.alert .close{position:relative;top:-2px;right:-21px;line-height:20px}.alert-success{color:#468847;background-color:#dff0d8;border-color:#d6e9c6}.alert-success h4{color:#468847}.alert-danger,.alert-error{color:#b94a48;background-color:#f2dede;border-color:#eed3d7}.alert-danger h4,.alert-error h4{color:#b94a48}.alert-info{color:#3a87ad;background-color:#d9edf7;border-color:#bce8f1}.alert-info h4{color:#3a87ad}.alert-block{padding-top:14px;padding-bottom:14px}.alert-block>p,.alert-block>ul{margin-bottom:0}.alert-block p+p{margin-top:5px}.nav{margin-bottom:20px;margin-left:0;list-style:none}.nav>li>a{display:block}.nav>li>a:hover,.nav>li>a:focus{text-decoration:none;background-color:#eee}.nav>li>a>img{max-width:none}.nav>.pull-right{float:right}.nav-header{display:block;padding:3px 15px;font-size:11px;font-weight:bold;line-height:20px;color:#999;text-shadow:0 1px 0 rgba(255,255,255,0.5);text-transform:uppercase}.nav li+.nav-header{margin-top:9px}.nav-list{padding-right:15px;padding-left:15px;margin-bottom:0}.nav-list>li>a,.nav-list .nav-header{margin-right:-15px;margin-left:-15px;text-shadow:0 1px 0 rgba(255,255,255,0.5)}.nav-list>li>a{padding:3px 15px}.nav-list>.active>a,.nav-list>.active>a:hover,.nav-list>.active>a:focus{color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,0.2);background-color:#08c}.nav-list [class^="icon-"],.nav-list [class*=" icon-"]{margin-right:2px}.nav-list .divider{*width:100%;height:1px;margin:9px 1px;*margin:-5px 0 5px;overflow:hidden;background-color:#e5e5e5;border-bottom:1px solid #fff}.nav-tabs,.nav-pills{*zoom:1}.nav-tabs:before,.nav-pills:before,.nav-tabs:after,.nav-pills:after{display:table;line-height:0;content:""}.nav-tabs:after,.nav-pills:after{clear:both}.nav-tabs>li,.nav-pills>li{float:left}.nav-tabs>li>a,.nav-pills>li>a{padding-right:12px;padding-left:12px;margin-right:2px;line-height:14px}.nav-tabs{border-bottom:1px solid #ddd}.nav-tabs>li{margin-bottom:-1px}.nav-tabs>li>a{padding-top:8px;padding-bottom:8px;line-height:20px;border:1px solid transparent;border-radius:4px 4px 0 0}.nav-tabs>li>a:hover,.nav-tabs>li>a:focus{border-color:#eee #eee #ddd}.nav-tabs>.active>a,.nav-tabs>.active>a:hover,.nav-tabs>.active>a:focus{color:#555;cursor:default;background-color:#fff;border:1px solid #ddd;border-bottom-color:transparent}.nav-pills>li>a{padding-top:8px;padding-bottom:8px;margin-top:2px;margin-bottom:2px;border-radius:5px}.nav-pills>.active>a,.nav-pills>.active>a:hover,.nav-pills>.active>a:focus{color:#fff;background-color:#08c}.nav-stacked>li{float:none}.nav-stacked>li>a{margin-right:0}.nav-tabs.nav-stacked{border-bottom:0}.nav-tabs.nav-stacked>li>a{border:1px solid #ddd;border-radius:0}.nav-tabs.nav-stacked>li:first-child>a{border-top-right-radius:4px;border-top-left-radius:4px;-moz-border-radius-topright:4px;-moz-border-radius-topleft:4px}.nav-tabs.nav-stacked>li:last-child>a{border-bottom-right-radius:4px;border-bottom-left-radius:4px;-moz-border-radius-bottomright:4px;-moz-border-radius-bottomleft:4px}.nav-tabs.nav-stacked>li>a:hover,.nav-tabs.nav-stacked>li>a:focus{z-index:2;border-color:#ddd}.nav-pills.nav-stacked>li>a{margin-bottom:3px}.nav-pills.nav-stacked>li:last-child>a{margin-bottom:1px}.nav-tabs .dropdown-menu{border-radius:0 0 6px 6px}.nav-pills .dropdown-menu{border-radius:6px}.nav .dropdown-toggle .caret{margin-top:6px;border-top-color:#08c;border-bottom-color:#08c}.nav .dropdown-toggle:hover .caret,.nav .dropdown-toggle:focus .caret{border-top-color:#005580;border-bottom-color:#005580}.nav-tabs .dropdown-toggle .caret{margin-top:8px}.nav .active .dropdown-toggle .caret{border-top-color:#fff;border-bottom-color:#fff}.nav-tabs .active .dropdown-toggle .caret{border-top-color:#555;border-bottom-color:#555}.nav>.dropdown.active>a:hover,.nav>.dropdown.active>a:focus{cursor:pointer}.nav-tabs .open .dropdown-toggle,.nav-pills .open .dropdown-toggle,.nav>li.dropdown.open.active>a:hover,.nav>li.dropdown.open.active>a:focus{color:#fff;background-color:#999;border-color:#999}.nav li.dropdown.open .caret,.nav li.dropdown.open.active .caret,.nav li.dropdown.open a:hover .caret,.nav li.dropdown.open a:focus .caret{border-top-color:#fff;border-bottom-color:#fff;opacity:1;filter:alpha(opacity=100)}.tabs-stacked .open>a:hover,.tabs-stacked .open>a:focus{border-color:#999}.tabbable{*zoom:1}.tabbable:before,.tabbable:after{display:table;line-height:0;content:""}.tabbable:after{clear:both}.tab-content{overflow:auto}.tabs-below>.nav-tabs,.tabs-right>.nav-tabs,.tabs-left>.nav-tabs{border-bottom:0}.tab-content>.tab-pane,.pill-content>.pill-pane{display:none}.tab-content>.active,.pill-content>.active{display:block}.tabs-below>.nav-tabs{border-top:1px solid #ddd}.tabs-below>.nav-tabs>li{margin-top:-1px;margin-bottom:0}.tabs-below>.nav-tabs>li>a{border-radius:0 0 4px 4px}.tabs-below>.nav-tabs>li>a:hover,.tabs-below>.nav-tabs>li>a:focus{border-top-color:#ddd;border-bottom-color:transparent}.tabs-below>.nav-tabs>.active>a,.tabs-below>.nav-tabs>.active>a:hover,.tabs-below>.nav-tabs>.active>a:focus{border-color:transparent #ddd #ddd #ddd}.tabs-left>.nav-tabs>li,.tabs-right>.nav-tabs>li{float:none}.tabs-left>.nav-tabs>li>a,.tabs-right>.nav-tabs>li>a{min-width:74px;margin-right:0;margin-bottom:3px}.tabs-left>.nav-tabs{float:left;margin-right:19px;border-right:1px solid #ddd}.tabs-left>.nav-tabs>li>a{margin-right:-1px;border-radius:4px 0 0 4px}.tabs-left>.nav-tabs>li>a:hover,.tabs-left>.nav-tabs>li>a:focus{border-color:#eee #ddd #eee #eee}.tabs-left>.nav-tabs .active>a,.tabs-left>.nav-tabs .active>a:hover,.tabs-left>.nav-tabs .active>a:focus{border-color:#ddd transparent #ddd #ddd;*border-right-color:#fff}.tabs-right>.nav-tabs{float:right;margin-left:19px;border-left:1px solid #ddd}.tabs-right>.nav-tabs>li>a{margin-left:-1px;border-radius:0 4px 4px 0}.tabs-right>.nav-tabs>li>a:hover,.tabs-right>.nav-tabs>li>a:focus{border-color:#eee #eee #eee #ddd}.tabs-right>.nav-tabs .active>a,.tabs-right>.nav-tabs .active>a:hover,.tabs-right>.nav-tabs .active>a:focus{border-color:#ddd #ddd #ddd transparent;*border-left-color:#fff}.nav>.disabled>a{color:#999}.nav>.disabled>a:hover,.nav>.disabled>a:focus{text-decoration:none;cursor:default;background-color:transparent}.navbar{*position:relative;*z-index:2;margin-bottom:20px;overflow:visible}.navbar-inner{min-height:40px;padding-right:20px;padding-left:20px;background-color:#fafafa;background-image:linear-gradient(to bottom,#fff,#f2f2f2);background-repeat:repeat-x;border:1px solid #d4d4d4;border-radius:4px;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',endColorstr='#fff2f2f2',GradientType=0);*zoom:1;box-shadow:0 1px 4px rgba(0,0,0,0.065)}.navbar-inner:before,.navbar-inner:after{display:table;line-height:0;content:""}.navbar-inner:after{clear:both}.navbar .container{width:auto}.nav-collapse.collapse{height:auto;overflow:visible}.navbar .brand{display:block;float:left;padding:10px 20px 10px;margin-left:-20px;font-size:20px;font-weight:200;color:#777;text-shadow:0 1px 0 #fff}.navbar .brand:hover,.navbar .brand:focus{text-decoration:none}.navbar-text{margin-bottom:0;line-height:40px;color:#777}.navbar-link{color:#777}.navbar-link:hover,.navbar-link:focus{color:#333}.navbar .divider-vertical{height:40px;margin:0 9px;border-right:1px solid #fff;border-left:1px solid #f2f2f2}.navbar .btn,.navbar .btn-group{margin-top:5px}.navbar .btn-group .btn,.navbar .input-prepend .btn,.navbar .input-append .btn,.navbar .input-prepend .btn-group,.navbar .input-append .btn-group{margin-top:0}.navbar-form{margin-bottom:0;*zoom:1}.navbar-form:before,.navbar-form:after{display:table;line-height:0;content:""}.navbar-form:after{clear:both}.navbar-form input,.navbar-form select,.navbar-form .radio,.navbar-form .checkbox{margin-top:5px}.navbar-form input,.navbar-form select,.navbar-form .btn{display:inline-block;margin-bottom:0}.navbar-form input[type="image"],.navbar-form input[type="checkbox"],.navbar-form input[type="radio"]{margin-top:3px}.navbar-form .input-append,.navbar-form .input-prepend{margin-top:5px;white-space:nowrap}.navbar-form .input-append input,.navbar-form .input-prepend input{margin-top:0}.navbar-search{position:relative;float:left;margin-top:5px;margin-bottom:0}.navbar-search .search-query{padding:4px 14px;margin-bottom:0;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:13px;font-weight:normal;line-height:1;border-radius:15px}.navbar-static-top{position:static;margin-bottom:0}.navbar-static-top .navbar-inner{border-radius:0}.navbar-fixed-top,.navbar-fixed-bottom{position:fixed;right:0;left:0;z-index:1030;margin-bottom:0}.navbar-fixed-top .navbar-inner,.navbar-static-top .navbar-inner{border-width:0 0 1px}.navbar-fixed-bottom .navbar-inner{border-width:1px 0 0}.navbar-fixed-top .navbar-inner,.navbar-fixed-bottom .navbar-inner{padding-right:0;padding-left:0;border-radius:0}.navbar-static-top .container,.navbar-fixed-top .container,.navbar-fixed-bottom .container{width:940px}.navbar-fixed-top{top:0}.navbar-fixed-top .navbar-inner,.navbar-static-top .navbar-inner{box-shadow:0 1px 10px rgba(0,0,0,0.1)}.navbar-fixed-bottom{bottom:0}.navbar-fixed-bottom .navbar-inner{box-shadow:0 -1px 10px rgba(0,0,0,0.1)}.navbar .nav{position:relative;left:0;display:block;float:left;margin:0 10px 0 0}.navbar .nav.pull-right{float:right;margin-right:0}.navbar .nav>li{float:left}.navbar .nav>li>a{float:none;padding:10px 15px 10px;color:#777;text-decoration:none;text-shadow:0 1px 0 #fff}.navbar .nav .dropdown-toggle .caret{margin-top:8px}.navbar .nav>li>a:focus,.navbar .nav>li>a:hover{color:#333;text-decoration:none;background-color:transparent}.navbar .nav>.active>a,.navbar .nav>.active>a:hover,.navbar .nav>.active>a:focus{color:#555;text-decoration:none;background-color:#e5e5e5;box-shadow:inset 0 3px 8px rgba(0,0,0,0.125)}.navbar .btn-navbar{display:none;float:right;padding:7px 10px;margin-right:5px;margin-left:5px;color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,0.25);background-color:#ededed;*background-color:#e5e5e5;background-image:linear-gradient(to bottom,#f2f2f2,#e5e5e5);background-repeat:repeat-x;border-color:#e5e5e5 #e5e5e5 #bfbfbf;border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2f2f2',endColorstr='#ffe5e5e5',GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);box-shadow:inset 0 1px 0 rgba(255,255,255,0.1),0 1px 0 rgba(255,255,255,0.075)}.navbar .btn-navbar:hover,.navbar .btn-navbar:focus,.navbar .btn-navbar:active,.navbar .btn-navbar.active,.navbar .btn-navbar.disabled,.navbar .btn-navbar[disabled]{color:#fff;background-color:#e5e5e5;*background-color:#d9d9d9}.navbar .btn-navbar:active,.navbar .btn-navbar.active{background-color:#ccc \9}.navbar .btn-navbar .icon-bar{display:block;width:18px;height:2px;background-color:#f5f5f5;border-radius:1px;box-shadow:0 1px 0 rgba(0,0,0,0.25)}.btn-navbar .icon-bar+.icon-bar{margin-top:3px}.navbar .nav>li>.dropdown-menu:before{position:absolute;top:-7px;left:9px;display:inline-block;border-right:7px solid transparent;border-bottom:7px solid #ccc;border-left:7px solid transparent;border-bottom-color:rgba(0,0,0,0.2);content:''}.navbar .nav>li>.dropdown-menu:after{position:absolute;top:-6px;left:10px;display:inline-block;border-right:6px solid transparent;border-bottom:6px solid #fff;border-left:6px solid transparent;content:''}.navbar-fixed-bottom .nav>li>.dropdown-menu:before{top:auto;bottom:-7px;border-top:7px solid #ccc;border-bottom:0;border-top-color:rgba(0,0,0,0.2)}.navbar-fixed-bottom .nav>li>.dropdown-menu:after{top:auto;bottom:-6px;border-top:6px solid #fff;border-bottom:0}.navbar .nav li.dropdown>a:hover .caret,.navbar .nav li.dropdown>a:focus .caret{border-top-color:#333;border-bottom-color:#333}.navbar .nav li.dropdown.open>.dropdown-toggle,.navbar .nav li.dropdown.active>.dropdown-toggle,.navbar .nav li.dropdown.open.active>.dropdown-toggle{color:#555;background-color:#e5e5e5}.navbar .nav li.dropdown>.dropdown-toggle .caret{border-top-color:#777;border-bottom-color:#777}.navbar .nav li.dropdown.open>.dropdown-toggle .caret,.navbar .nav li.dropdown.active>.dropdown-toggle .caret,.navbar .nav li.dropdown.open.active>.dropdown-toggle .caret{border-top-color:#555;border-bottom-color:#555}.navbar .pull-right>li>.dropdown-menu,.navbar .nav>li>.dropdown-menu.pull-right{right:0;left:auto}.navbar .pull-right>li>.dropdown-menu:before,.navbar .nav>li>.dropdown-menu.pull-right:before{right:12px;left:auto}.navbar .pull-right>li>.dropdown-menu:after,.navbar .nav>li>.dropdown-menu.pull-right:after{right:13px;left:auto}.navbar .pull-right>li>.dropdown-menu .dropdown-menu,.navbar .nav>li>.dropdown-menu.pull-right .dropdown-menu{right:100%;left:auto;margin-right:-1px;margin-left:0;border-radius:6px 0 6px 6px}.navbar-inverse .navbar-inner{background-color:#1b1b1b;background-image:linear-gradient(to bottom,#222,#111);background-repeat:repeat-x;border-color:#252525;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff222222',endColorstr='#ff111111',GradientType=0)}.navbar-inverse .brand,.navbar-inverse .nav>li>a{color:#999;text-shadow:0 -1px 0 rgba(0,0,0,0.25)}.navbar-inverse .brand:hover,.navbar-inverse .nav>li>a:hover,.navbar-inverse .brand:focus,.navbar-inverse .nav>li>a:focus{color:#fff}.navbar-inverse .brand{color:#999}.navbar-inverse .navbar-text{color:#999}.navbar-inverse .nav>li>a:focus,.navbar-inverse .nav>li>a:hover{color:#fff;background-color:transparent}.navbar-inverse .nav .active>a,.navbar-inverse .nav .active>a:hover,.navbar-inverse .nav .active>a:focus{color:#fff;background-color:#111}.navbar-inverse .navbar-link{color:#999}.navbar-inverse .navbar-link:hover,.navbar-inverse .navbar-link:focus{color:#fff}.navbar-inverse .divider-vertical{border-right-color:#222;border-left-color:#111}.navbar-inverse .nav li.dropdown.open>.dropdown-toggle,.navbar-inverse .nav li.dropdown.active>.dropdown-toggle,.navbar-inverse .nav li.dropdown.open.active>.dropdown-toggle{color:#fff;background-color:#111}.navbar-inverse .nav li.dropdown>a:hover .caret,.navbar-inverse .nav li.dropdown>a:focus .caret{border-top-color:#fff;border-bottom-color:#fff}.navbar-inverse .nav li.dropdown>.dropdown-toggle .caret{border-top-color:#999;border-bottom-color:#999}.navbar-inverse .nav li.dropdown.open>.dropdown-toggle .caret,.navbar-inverse .nav li.dropdown.active>.dropdown-toggle .caret,.navbar-inverse .nav li.dropdown.open.active>.dropdown-toggle .caret{border-top-color:#fff;border-bottom-color:#fff}.navbar-inverse .navbar-search .search-query{color:#fff;background-color:#515151;border-color:#111;box-shadow:inset 0 1px 2px rgba(0,0,0,0.1),0 1px 0 rgba(255,255,255,0.15);transition:none}.navbar-inverse .navbar-search .search-query:-moz-placeholder{color:#ccc}.navbar-inverse .navbar-search .search-query:-ms-input-placeholder{color:#ccc}.navbar-inverse .navbar-search .search-query::-webkit-input-placeholder{color:#ccc}.navbar-inverse .navbar-search .search-query:focus,.navbar-inverse .navbar-search .search-query.focused{padding:5px 15px;color:#333;text-shadow:0 1px 0 #fff;background-color:#fff;border:0;outline:0;box-shadow:0 0 3px rgba(0,0,0,0.15)}.navbar-inverse .btn-navbar{color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,0.25);background-color:#0e0e0e;*background-color:#040404;background-image:linear-gradient(to bottom,#151515,#040404);background-repeat:repeat-x;border-color:#040404 #040404 #000;border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff151515',endColorstr='#ff040404',GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}.navbar-inverse .btn-navbar:hover,.navbar-inverse .btn-navbar:focus,.navbar-inverse .btn-navbar:active,.navbar-inverse .btn-navbar.active,.navbar-inverse .btn-navbar.disabled,.navbar-inverse .btn-navbar[disabled]{color:#fff;background-color:#040404;*background-color:#000}.navbar-inverse .btn-navbar:active,.navbar-inverse .btn-navbar.active{background-color:#000 \9}.breadcrumb{padding:8px 15px;margin:0 0 20px;list-style:none;background-color:#f5f5f5;border-radius:4px}.breadcrumb>li{display:inline-block;*display:inline;text-shadow:0 1px 0 #fff;*zoom:1}.breadcrumb>li>.divider{padding:0 5px;color:#ccc}.breadcrumb>.active{color:#999}.pagination{margin:20px 0}.pagination ul{display:inline-block;*display:inline;margin-bottom:0;margin-left:0;border-radius:4px;*zoom:1;box-shadow:0 1px 2px rgba(0,0,0,0.05)}.pagination ul>li{display:inline}.pagination ul>li>a,.pagination ul>li>span{float:left;padding:4px 12px;line-height:20px;text-decoration:none;background-color:#fff;border:1px solid #ddd;border-left-width:0}.pagination ul>li>a:hover,.pagination ul>li>a:focus,.pagination ul>.active>a,.pagination ul>.active>span{background-color:#f5f5f5}.pagination ul>.active>a,.pagination ul>.active>span{color:#999;cursor:default}.pagination ul>.disabled>span,.pagination ul>.disabled>a,.pagination ul>.disabled>a:hover,.pagination ul>.disabled>a:focus{color:#999;cursor:default;background-color:transparent}.pagination ul>li:first-child>a,.pagination ul>li:first-child>span{border-left-width:1px;border-bottom-left-radius:4px;border-top-left-radius:4px;-moz-border-radius-bottomleft:4px;-moz-border-radius-topleft:4px}.pagination ul>li:last-child>a,.pagination ul>li:last-child>span{border-top-right-radius:4px;border-bottom-right-radius:4px;-moz-border-radius-topright:4px;-moz-border-radius-bottomright:4px}.pagination-centered{text-align:center}.pagination-right{text-align:right}.pagination-large ul>li>a,.pagination-large ul>li>span{padding:11px 19px;font-size:17.5px}.pagination-large ul>li:first-child>a,.pagination-large ul>li:first-child>span{border-bottom-left-radius:6px;border-top-left-radius:6px;-moz-border-radius-bottomleft:6px;-moz-border-radius-topleft:6px}.pagination-large ul>li:last-child>a,.pagination-large ul>li:last-child>span{border-top-right-radius:6px;border-bottom-right-radius:6px;-moz-border-radius-topright:6px;-moz-border-radius-bottomright:6px}.pagination-mini ul>li:first-child>a,.pagination-small ul>li:first-child>a,.pagination-mini ul>li:first-child>span,.pagination-small ul>li:first-child>span{border-bottom-left-radius:3px;border-top-left-radius:3px;-moz-border-radius-bottomleft:3px;-moz-border-radius-topleft:3px}.pagination-mini ul>li:last-child>a,.pagination-small ul>li:last-child>a,.pagination-mini ul>li:last-child>span,.pagination-small ul>li:last-child>span{border-top-right-radius:3px;border-bottom-right-radius:3px;-moz-border-radius-topright:3px;-moz-border-radius-bottomright:3px}.pagination-small ul>li>a,.pagination-small ul>li>span{padding:2px 10px;font-size:11.9px}.pagination-mini ul>li>a,.pagination-mini ul>li>span{padding:0 6px;font-size:10.5px}.pager{margin:20px 0;text-align:center;list-style:none;*zoom:1}.pager:before,.pager:after{display:table;line-height:0;content:""}.pager:after{clear:both}.pager li{display:inline}.pager li>a,.pager li>span{display:inline-block;padding:5px 14px;background-color:#fff;border:1px solid #ddd;border-radius:15px}.pager li>a:hover,.pager li>a:focus{text-decoration:none;background-color:#f5f5f5}.pager .next>a,.pager .next>span{float:right}.pager .previous>a,.pager .previous>span{float:left}.pager .disabled>a,.pager .disabled>a:hover,.pager .disabled>a:focus,.pager .disabled>span{color:#999;cursor:default;background-color:#fff}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;background-color:#000}.modal-backdrop.fade{opacity:0}.modal-backdrop,.modal-backdrop.fade.in{opacity:.8;filter:alpha(opacity=80)}.modal{position:fixed;top:10%;left:50%;z-index:1050;width:560px;margin-left:-280px;background-color:#fff;border:1px solid #999;border:1px solid rgba(0,0,0,0.3);*border:1px solid #999;border-radius:6px;outline:0;box-shadow:0 3px 7px rgba(0,0,0,0.3);-webkit-background-clip:padding-box;-moz-background-clip:padding-box;background-clip:padding-box}.modal.fade{top:-25%;transition:opacity .3s linear,top .3s ease-out}.modal.fade.in{top:10%}.modal-header{padding:9px 15px;border-bottom:1px solid #eee}.modal-header .close{margin-top:2px}.modal-header h3{margin:0;line-height:30px}.modal-body{position:relative;max-height:400px;padding:15px;overflow-y:auto}.modal-form{margin-bottom:0}.modal-footer{padding:14px 15px 15px;margin-bottom:0;text-align:right;background-color:#f5f5f5;border-top:1px solid #ddd;border-radius:0 0 6px 6px;*zoom:1;box-shadow:inset 0 1px 0 #fff}.modal-footer:before,.modal-footer:after{display:table;line-height:0;content:""}.modal-footer:after{clear:both}.modal-footer .btn+.btn{margin-bottom:0;margin-left:5px}.modal-footer .btn-group .btn+.btn{margin-left:-1px}.modal-footer .btn-block+.btn-block{margin-left:0}.tooltip{position:absolute;z-index:1030;display:block;font-size:11px;line-height:1.4;opacity:0;filter:alpha(opacity=0);visibility:visible}.tooltip.in{opacity:.8;filter:alpha(opacity=80)}.tooltip.top{padding:5px 0;margin-top:-3px}.tooltip.right{padding:0 5px;margin-left:3px}.tooltip.bottom{padding:5px 0;margin-top:3px}.tooltip.left{padding:0 5px;margin-left:-3px}.tooltip-inner{max-width:200px;padding:8px;color:#fff;text-align:center;text-decoration:none;background-color:#000;border-radius:4px}.tooltip-arrow{position:absolute;width:0;height:0;border-color:transparent;border-style:solid}.tooltip.top .tooltip-arrow{bottom:0;left:50%;margin-left:-5px;border-top-color:#000;border-width:5px 5px 0}.tooltip.right .tooltip-arrow{top:50%;left:0;margin-top:-5px;border-right-color:#000;border-width:5px 5px 5px 0}.tooltip.left .tooltip-arrow{top:50%;right:0;margin-top:-5px;border-left-color:#000;border-width:5px 0 5px 5px}.tooltip.bottom .tooltip-arrow{top:0;left:50%;margin-left:-5px;border-bottom-color:#000;border-width:0 5px 5px}.popover{position:absolute;top:0;left:0;z-index:1010;display:none;max-width:276px;padding:1px;text-align:left;white-space:normal;background-color:#fff;border:1px solid #ccc;border:1px solid rgba(0,0,0,0.2);border-radius:6px;box-shadow:0 5px 10px rgba(0,0,0,0.2);-webkit-background-clip:padding-box;-moz-background-clip:padding;background-clip:padding-box}.popover.top{margin-top:-10px}.popover.right{margin-left:10px}.popover.bottom{margin-top:10px}.popover.left{margin-left:-10px}.popover-title{padding:8px 14px;margin:0;font-size:14px;font-weight:normal;line-height:18px;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-radius:5px 5px 0 0}.popover-title:empty{display:none}.popover-content{padding:9px 14px}.popover .arrow,.popover .arrow:after{position:absolute;display:block;width:0;height:0;border-color:transparent;border-style:solid}.popover .arrow{border-width:11px}.popover .arrow:after{border-width:10px;content:""}.popover.top .arrow{bottom:-11px;left:50%;margin-left:-11px;border-top-color:#999;border-top-color:rgba(0,0,0,0.25);border-bottom-width:0}.popover.top .arrow:after{bottom:1px;margin-left:-10px;border-top-color:#fff;border-bottom-width:0}.popover.right .arrow{top:50%;left:-11px;margin-top:-11px;border-right-color:#999;border-right-color:rgba(0,0,0,0.25);border-left-width:0}.popover.right .arrow:after{bottom:-10px;left:1px;border-right-color:#fff;border-left-width:0}.popover.bottom .arrow{top:-11px;left:50%;margin-left:-11px;border-bottom-color:#999;border-bottom-color:rgba(0,0,0,0.25);border-top-width:0}.popover.bottom .arrow:after{top:1px;margin-left:-10px;border-bottom-color:#fff;border-top-width:0}.popover.left .arrow{top:50%;right:-11px;margin-top:-11px;border-left-color:#999;border-left-color:rgba(0,0,0,0.25);border-right-width:0}.popover.left .arrow:after{right:1px;bottom:-10px;border-left-color:#fff;border-right-width:0}.thumbnails{margin-left:-20px;list-style:none;*zoom:1}.thumbnails:before,.thumbnails:after{display:table;line-height:0;content:""}.thumbnails:after{clear:both}.row-fluid .thumbnails{margin-left:0}.thumbnails>li{float:left;margin-bottom:20px;margin-left:20px}.thumbnail{display:block;padding:4px;line-height:20px;border:1px solid #ddd;border-radius:4px;box-shadow:0 1px 3px rgba(0,0,0,0.055);transition:all .2s ease-in-out}a.thumbnail:hover,a.thumbnail:focus{border-color:#08c;box-shadow:0 1px 4px rgba(0,105,214,0.25)}.thumbnail>img{display:block;max-width:100%;margin-right:auto;margin-left:auto}.thumbnail .caption{padding:9px;color:#555}.media,.media-body{overflow:hidden;*overflow:visible;zoom:1}.media,.media .media{margin-top:15px}.media:first-child{margin-top:0}.media-object{display:block}.media-heading{margin:0 0 5px}.media>.pull-left{margin-right:10px}.media>.pull-right{margin-left:10px}.media-list{margin-left:0;list-style:none}.label,.badge{display:inline-block;padding:2px 4px;font-size:11.844px;font-weight:bold;line-height:14px;color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,0.25);white-space:nowrap;vertical-align:baseline;background-color:#999}.label{border-radius:3px}.badge{padding-right:9px;padding-left:9px;border-radius:9px}.label:empty,.badge:empty{display:none}a.label:hover,a.label:focus,a.badge:hover,a.badge:focus{color:#fff;text-decoration:none;cursor:pointer}.label-important,.badge-important{background-color:#b94a48}.label-important[href],.badge-important[href]{background-color:#953b39}.label-warning,.badge-warning{background-color:#f89406}.label-warning[href],.badge-warning[href]{background-color:#c67605}.label-success,.badge-success{background-color:#468847}.label-success[href],.badge-success[href]{background-color:#356635}.label-info,.badge-info{background-color:#3a87ad}.label-info[href],.badge-info[href]{background-color:#2d6987}.label-inverse,.badge-inverse{background-color:#333}.label-inverse[href],.badge-inverse[href]{background-color:#1a1a1a}.btn .label,.btn .badge{position:relative;top:-1px}.btn-mini .label,.btn-mini .badge{top:0}@keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}.progress{height:20px;margin-bottom:20px;overflow:hidden;background-color:#f7f7f7;background-image:linear-gradient(to bottom,#f5f5f5,#f9f9f9);background-repeat:repeat-x;border-radius:4px;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5',endColorstr='#fff9f9f9',GradientType=0);box-shadow:inset 0 1px 2px rgba(0,0,0,0.1)}.progress .bar{float:left;width:0;height:100%;font-size:12px;color:#fff;text-align:center;text-shadow:0 -1px 0 rgba(0,0,0,0.25);background-color:#0e90d2;background-image:linear-gradient(to bottom,#149bdf,#0480be);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff149bdf',endColorstr='#ff0480be',GradientType=0);box-shadow:inset 0 -1px 0 rgba(0,0,0,0.15);box-sizing:border-box;transition:width .6s ease}.progress .bar+.bar{box-shadow:inset 1px 0 0 rgba(0,0,0,0.15),inset 0 -1px 0 rgba(0,0,0,0.15)}.progress-striped .bar{background-color:#149bdf;background-image:linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-size:40px 40px}.progress.active .bar{animation:progress-bar-stripes 2s linear infinite}.progress-danger .bar,.progress .bar-danger{background-color:#dd514c;background-image:linear-gradient(to bottom,#ee5f5b,#c43c35);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b',endColorstr='#ffc43c35',GradientType=0)}.progress-danger.progress-striped .bar,.progress-striped .bar-danger{background-color:#ee5f5b;background-image:linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent)}.progress-success .bar,.progress .bar-success{background-color:#5eb95e;background-image:linear-gradient(to bottom,#62c462,#57a957);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462',endColorstr='#ff57a957',GradientType=0)}.progress-success.progress-striped .bar,.progress-striped .bar-success{background-color:#62c462;background-image:linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent)}.progress-info .bar,.progress .bar-info{background-color:#4bb1cf;background-image:linear-gradient(to bottom,#5bc0de,#339bb9);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de',endColorstr='#ff339bb9',GradientType=0)}.progress-info.progress-striped .bar,.progress-striped .bar-info{background-color:#5bc0de;background-image:linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent)}.progress-warning .bar,.progress .bar-warning{background-color:#faa732;background-image:linear-gradient(to bottom,#fbb450,#f89406);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450',endColorstr='#fff89406',GradientType=0)}.progress-warning.progress-striped .bar,.progress-striped .bar-warning{background-color:#fbb450;background-image:linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent)}.accordion{margin-bottom:20px}.accordion-group{margin-bottom:2px;border:1px solid #e5e5e5;border-radius:4px}.accordion-heading{border-bottom:0}.accordion-heading .accordion-toggle{display:block;padding:8px 15px}.accordion-toggle{cursor:pointer}.accordion-inner{padding:9px 15px;border-top:1px solid #e5e5e5}.carousel{position:relative;margin-bottom:20px;line-height:1}.carousel-inner{position:relative;width:100%;overflow:hidden}.carousel-inner>.item{position:relative;display:none;transition:.6s ease-in-out left}.carousel-inner>.item>img,.carousel-inner>.item>a>img{display:block;line-height:1}.carousel-inner>.active,.carousel-inner>.next,.carousel-inner>.prev{display:block}.carousel-inner>.active{left:0}.carousel-inner>.next,.carousel-inner>.prev{position:absolute;top:0;width:100%}.carousel-inner>.next{left:100%}.carousel-inner>.prev{left:-100%}.carousel-inner>.next.left,.carousel-inner>.prev.right{left:0}.carousel-inner>.active.left{left:-100%}.carousel-inner>.active.right{left:100%}.carousel-control{position:absolute;top:40%;left:15px;width:40px;height:40px;margin-top:-20px;font-size:60px;font-weight:100;line-height:30px;color:#fff;text-align:center;background:#222;border:3px solid #fff;border-radius:23px;opacity:.5;filter:alpha(opacity=50)}.carousel-control.right{right:15px;left:auto}.carousel-control:hover,.carousel-control:focus{color:#fff;text-decoration:none;opacity:.9;filter:alpha(opacity=90)}.carousel-indicators{position:absolute;top:15px;right:15px;z-index:5;margin:0;list-style:none}.carousel-indicators li{display:block;float:left;width:10px;height:10px;margin-left:5px;text-indent:-999px;background-color:#ccc;background-color:rgba(255,255,255,0.25);border-radius:5px}.carousel-indicators .active{background-color:#fff}.carousel-caption{position:absolute;right:0;bottom:0;left:0;padding:15px;background:#333;background:rgba(0,0,0,0.75)}.carousel-caption h4,.carousel-caption p{line-height:20px;color:#fff}.carousel-caption h4{margin:0 0 5px}.carousel-caption p{margin-bottom:0}.hero-unit{padding:60px;margin-bottom:30px;font-size:18px;font-weight:200;line-height:30px;color:inherit;background-color:#eee;border-radius:6px}.hero-unit h1{margin-bottom:0;font-size:60px;line-height:1;letter-spacing:-1px;color:inherit}.hero-unit li{line-height:30px}.pull-right{float:right}.pull-left{float:left}.hide{display:none}.show{display:block}.invisible{visibility:hidden}.affix{position:fixed}
/*!
 * Bootstrap Responsive v2.3.2
 *
 * Copyright 2013 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world by @mdo and @fat.
 */.clearfix{*zoom:1}.clearfix:before,.clearfix:after{display:table;line-height:0;content:""}.clearfix:after{clear:both}.hide-text{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.input-block-level{display:block;width:100%;min-height:30px;box-sizing:border-box}.hidden{display:none;visibility:hidden}.visible-phone{display:none!important}.visible-tablet{display:none!important}.hidden-desktop{display:none!important}.visible-desktop{display:inherit!important}@media(min-width:768px) and (max-width:979px){.hidden-desktop{display:inherit!important}.visible-desktop{display:none!important}.visible-tablet{display:inherit!important}.hidden-tablet{display:none!important}}@media(max-width:767px){.hidden-desktop{display:inherit!important}.visible-desktop{display:none!important}.visible-phone{display:inherit!important}.hidden-phone{display:none!important}}.visible-print{display:none!important}@media print{.visible-print{display:inherit!important}.hidden-print{display:none!important}}@media(min-width:1200px){.row{margin-left:-30px;*zoom:1}.row:before,.row:after{display:table;line-height:0;content:""}.row:after{clear:both}[class*="span"]{float:left;min-height:1px;margin-left:30px}.container,.navbar-static-top .container,.navbar-fixed-top .container,.navbar-fixed-bottom .container{width:1170px}.span12{width:1170px}.span11{width:1070px}.span10{width:970px}.span9{width:870px}.span8{width:770px}.span7{width:670px}.span6{width:570px}.span5{width:470px}.span4{width:370px}.span3{width:270px}.span2{width:170px}.span1{width:70px}.offset12{margin-left:1230px}.offset11{margin-left:1130px}.offset10{margin-left:1030px}.offset9{margin-left:930px}.offset8{margin-left:830px}.offset7{margin-left:730px}.offset6{margin-left:630px}.offset5{margin-left:530px}.offset4{margin-left:430px}.offset3{margin-left:330px}.offset2{margin-left:230px}.offset1{margin-left:130px}.row-fluid{width:100%;*zoom:1}.row-fluid:before,.row-fluid:after{display:table;line-height:0;content:""}.row-fluid:after{clear:both}.row-fluid [class*="span"]{display:block;float:left;width:100%;min-height:30px;margin-left:2.564102564102564%;*margin-left:2.5109110747408616%;box-sizing:border-box}.row-fluid [class*="span"]:first-child{margin-left:0}.row-fluid .controls-row [class*="span"]+[class*="span"]{margin-left:2.564102564102564%}.row-fluid .span12{width:100%;*width:99.94680851063829%}.row-fluid .span11{width:91.45299145299145%;*width:91.39979996362975%}.row-fluid .span10{width:82.90598290598291%;*width:82.8527914166212%}.row-fluid .span9{width:74.35897435897436%;*width:74.30578286961266%}.row-fluid .span8{width:65.81196581196582%;*width:65.75877432260411%}.row-fluid .span7{width:57.26495726495726%;*width:57.21176577559556%}.row-fluid .span6{width:48.717948717948715%;*width:48.664757228587014%}.row-fluid .span5{width:40.17094017094017%;*width:40.11774868157847%}.row-fluid .span4{width:31.623931623931625%;*width:31.570740134569924%}.row-fluid .span3{width:23.076923076923077%;*width:23.023731587561375%}.row-fluid .span2{width:14.52991452991453%;*width:14.476723040552828%}.row-fluid .span1{width:5.982905982905983%;*width:5.929714493544281%}.row-fluid .offset12{margin-left:105.12820512820512%;*margin-left:105.02182214948171%}.row-fluid .offset12:first-child{margin-left:102.56410256410257%;*margin-left:102.45771958537915%}.row-fluid .offset11{margin-left:96.58119658119658%;*margin-left:96.47481360247316%}.row-fluid .offset11:first-child{margin-left:94.01709401709402%;*margin-left:93.91071103837061%}.row-fluid .offset10{margin-left:88.03418803418803%;*margin-left:87.92780505546462%}.row-fluid .offset10:first-child{margin-left:85.47008547008548%;*margin-left:85.36370249136206%}.row-fluid .offset9{margin-left:79.48717948717949%;*margin-left:79.38079650845607%}.row-fluid .offset9:first-child{margin-left:76.92307692307693%;*margin-left:76.81669394435352%}.row-fluid .offset8{margin-left:70.94017094017094%;*margin-left:70.83378796144753%}.row-fluid .offset8:first-child{margin-left:68.37606837606839%;*margin-left:68.26968539734497%}.row-fluid .offset7{margin-left:62.393162393162385%;*margin-left:62.28677941443899%}.row-fluid .offset7:first-child{margin-left:59.82905982905982%;*margin-left:59.72267685033642%}.row-fluid .offset6{margin-left:53.84615384615384%;*margin-left:53.739770867430444%}.row-fluid .offset6:first-child{margin-left:51.28205128205128%;*margin-left:51.175668303327875%}.row-fluid .offset5{margin-left:45.299145299145295%;*margin-left:45.1927623204219%}.row-fluid .offset5:first-child{margin-left:42.73504273504273%;*margin-left:42.62865975631933%}.row-fluid .offset4{margin-left:36.75213675213675%;*margin-left:36.645753773413354%}.row-fluid .offset4:first-child{margin-left:34.18803418803419%;*margin-left:34.081651209310785%}.row-fluid .offset3{margin-left:28.205128205128204%;*margin-left:28.0987452264048%}.row-fluid .offset3:first-child{margin-left:25.641025641025642%;*margin-left:25.53464266230224%}.row-fluid .offset2{margin-left:19.65811965811966%;*margin-left:19.551736679396257%}.row-fluid .offset2:first-child{margin-left:17.094017094017094%;*margin-left:16.98763411529369%}.row-fluid .offset1{margin-left:11.11111111111111%;*margin-left:11.004728132387708%}.row-fluid .offset1:first-child{margin-left:8.547008547008547%;*margin-left:8.440625568285142%}input,textarea,.uneditable-input{margin-left:0}.controls-row [class*="span"]+[class*="span"]{margin-left:30px}input.span12,textarea.span12,.uneditable-input.span12{width:1156px}input.span11,textarea.span11,.uneditable-input.span11{width:1056px}input.span10,textarea.span10,.uneditable-input.span10{width:956px}input.span9,textarea.span9,.uneditable-input.span9{width:856px}input.span8,textarea.span8,.uneditable-input.span8{width:756px}input.span7,textarea.span7,.uneditable-input.span7{width:656px}input.span6,textarea.span6,.uneditable-input.span6{width:556px}input.span5,textarea.span5,.uneditable-input.span5{width:456px}input.span4,textarea.span4,.uneditable-input.span4{width:356px}input.span3,textarea.span3,.uneditable-input.span3{width:256px}input.span2,textarea.span2,.uneditable-input.span2{width:156px}input.span1,textarea.span1,.uneditable-input.span1{width:56px}.thumbnails{margin-left:-30px}.thumbnails>li{margin-left:30px}.row-fluid .thumbnails{margin-left:0}}@media(min-width:768px) and (max-width:979px){.row{margin-left:-20px;*zoom:1}.row:before,.row:after{display:table;line-height:0;content:""}.row:after{clear:both}[class*="span"]{float:left;min-height:1px;margin-left:20px}.container,.navbar-static-top .container,.navbar-fixed-top .container,.navbar-fixed-bottom .container{width:724px}.span12{width:724px}.span11{width:662px}.span10{width:600px}.span9{width:538px}.span8{width:476px}.span7{width:414px}.span6{width:352px}.span5{width:290px}.span4{width:228px}.span3{width:166px}.span2{width:104px}.span1{width:42px}.offset12{margin-left:764px}.offset11{margin-left:702px}.offset10{margin-left:640px}.offset9{margin-left:578px}.offset8{margin-left:516px}.offset7{margin-left:454px}.offset6{margin-left:392px}.offset5{margin-left:330px}.offset4{margin-left:268px}.offset3{margin-left:206px}.offset2{margin-left:144px}.offset1{margin-left:82px}.row-fluid{width:100%;*zoom:1}.row-fluid:before,.row-fluid:after{display:table;line-height:0;content:""}.row-fluid:after{clear:both}.row-fluid [class*="span"]{display:block;float:left;width:100%;min-height:30px;margin-left:2.7624309392265194%;*margin-left:2.709239449864817%;box-sizing:border-box}.row-fluid [class*="span"]:first-child{margin-left:0}.row-fluid .controls-row [class*="span"]+[class*="span"]{margin-left:2.7624309392265194%}.row-fluid .span12{width:100%;*width:99.94680851063829%}.row-fluid .span11{width:91.43646408839778%;*width:91.38327259903608%}.row-fluid .span10{width:82.87292817679558%;*width:82.81973668743387%}.row-fluid .span9{width:74.30939226519337%;*width:74.25620077583166%}.row-fluid .span8{width:65.74585635359117%;*width:65.69266486422946%}.row-fluid .span7{width:57.18232044198895%;*width:57.12912895262725%}.row-fluid .span6{width:48.61878453038674%;*width:48.56559304102504%}.row-fluid .span5{width:40.05524861878453%;*width:40.00205712942283%}.row-fluid .span4{width:31.491712707182323%;*width:31.43852121782062%}.row-fluid .span3{width:22.92817679558011%;*width:22.87498530621841%}.row-fluid .span2{width:14.3646408839779%;*width:14.311449394616199%}.row-fluid .span1{width:5.801104972375691%;*width:5.747913483013988%}.row-fluid .offset12{margin-left:105.52486187845304%;*margin-left:105.41847889972962%}.row-fluid .offset12:first-child{margin-left:102.76243093922652%;*margin-left:102.6560479605031%}.row-fluid .offset11{margin-left:96.96132596685082%;*margin-left:96.8549429881274%}.row-fluid .offset11:first-child{margin-left:94.1988950276243%;*margin-left:94.09251204890089%}.row-fluid .offset10{margin-left:88.39779005524862%;*margin-left:88.2914070765252%}.row-fluid .offset10:first-child{margin-left:85.6353591160221%;*margin-left:85.52897613729868%}.row-fluid .offset9{margin-left:79.8342541436464%;*margin-left:79.72787116492299%}.row-fluid .offset9:first-child{margin-left:77.07182320441989%;*margin-left:76.96544022569647%}.row-fluid .offset8{margin-left:71.2707182320442%;*margin-left:71.16433525332079%}.row-fluid .offset8:first-child{margin-left:68.50828729281768%;*margin-left:68.40190431409427%}.row-fluid .offset7{margin-left:62.70718232044199%;*margin-left:62.600799341718584%}.row-fluid .offset7:first-child{margin-left:59.94475138121547%;*margin-left:59.838368402492065%}.row-fluid .offset6{margin-left:54.14364640883978%;*margin-left:54.037263430116376%}.row-fluid .offset6:first-child{margin-left:51.38121546961326%;*margin-left:51.27483249088986%}.row-fluid .offset5{margin-left:45.58011049723757%;*margin-left:45.47372751851417%}.row-fluid .offset5:first-child{margin-left:42.81767955801105%;*margin-left:42.71129657928765%}.row-fluid .offset4{margin-left:37.01657458563536%;*margin-left:36.91019160691196%}.row-fluid .offset4:first-child{margin-left:34.25414364640884%;*margin-left:34.14776066768544%}.row-fluid .offset3{margin-left:28.45303867403315%;*margin-left:28.346655695309746%}.row-fluid .offset3:first-child{margin-left:25.69060773480663%;*margin-left:25.584224756083227%}.row-fluid .offset2{margin-left:19.88950276243094%;*margin-left:19.783119783707537%}.row-fluid .offset2:first-child{margin-left:17.12707182320442%;*margin-left:17.02068884448102%}.row-fluid .offset1{margin-left:11.32596685082873%;*margin-left:11.219583872105325%}.row-fluid .offset1:first-child{margin-left:8.56353591160221%;*margin-left:8.457152932878806%}input,textarea,.uneditable-input{margin-left:0}.controls-row [class*="span"]+[class*="span"]{margin-left:20px}input.span12,textarea.span12,.uneditable-input.span12{width:710px}input.span11,textarea.span11,.uneditable-input.span11{width:648px}input.span10,textarea.span10,.uneditable-input.span10{width:586px}input.span9,textarea.span9,.uneditable-input.span9{width:524px}input.span8,textarea.span8,.uneditable-input.span8{width:462px}input.span7,textarea.span7,.uneditable-input.span7{width:400px}input.span6,textarea.span6,.uneditable-input.span6{width:338px}input.span5,textarea.span5,.uneditable-input.span5{width:276px}input.span4,textarea.span4,.uneditable-input.span4{width:214px}input.span3,textarea.span3,.uneditable-input.span3{width:152px}input.span2,textarea.span2,.uneditable-input.span2{width:90px}input.span1,textarea.span1,.uneditable-input.span1{width:28px}}@media(max-width:767px){body{padding-right:20px;padding-left:20px}.navbar-fixed-top,.navbar-fixed-bottom,.navbar-static-top{margin-right:-20px;margin-left:-20px}.container-fluid{padding:0}.dl-horizontal dt{float:none;width:auto;clear:none;text-align:left}.dl-horizontal dd{margin-left:0}.container{width:auto}.row-fluid{width:100%}.row,.thumbnails{margin-left:0}.thumbnails>li{float:none;margin-left:0}[class*="span"],.uneditable-input[class*="span"],.row-fluid [class*="span"]{display:block;float:none;width:100%;margin-left:0;box-sizing:border-box}.span12,.row-fluid .span12{width:100%;box-sizing:border-box}.row-fluid [class*="offset"]:first-child{margin-left:0}.input-large,.input-xlarge,.input-xxlarge,input[class*="span"],select[class*="span"],textarea[class*="span"],.uneditable-input{display:block;width:100%;min-height:30px;box-sizing:border-box}.input-prepend input,.input-append input,.input-prepend input[class*="span"],.input-append input[class*="span"]{display:inline-block;width:auto}.controls-row [class*="span"]+[class*="span"]{margin-left:0}.modal{position:fixed;top:20px;right:20px;left:20px;width:auto;margin:0}.modal.fade{top:-100px}.modal.fade.in{top:20px}}@media(max-width:480px){.nav-collapse{-webkit-transform:translate3d(0,0,0)}.page-header h1 small{display:block;line-height:20px}input[type="checkbox"],input[type="radio"]{border:1px solid #ccc}.form-horizontal .control-label{float:none;width:auto;padding-top:0;text-align:left}.form-horizontal .controls{margin-left:0}.form-horizontal .control-list{padding-top:0}.form-horizontal .form-actions{padding-right:10px;padding-left:10px}.media .pull-left,.media .pull-right{display:block;float:none;margin-bottom:10px}.media-object{margin-right:0;margin-left:0}.modal{top:10px;right:10px;left:10px}.modal-header .close{padding:10px;margin:-10px}.carousel-caption{position:static}}@media(max-width:979px){body{padding-top:0}.navbar-fixed-top,.navbar-fixed-bottom{position:static}.navbar-fixed-top{margin-bottom:20px}.navbar-fixed-bottom{margin-top:20px}.navbar-fixed-top .navbar-inner,.navbar-fixed-bottom .navbar-inner{padding:5px}.navbar .container{width:auto;padding:0}.navbar .brand{padding-right:10px;padding-left:10px;margin:0 0 0 -5px}.nav-collapse{clear:both}.nav-collapse .nav{float:none;margin:0 0 10px}.nav-collapse .nav>li{float:none}.nav-collapse .nav>li>a{margin-bottom:2px}.nav-collapse .nav>.divider-vertical{display:none}.nav-collapse .nav .nav-header{color:#777;text-shadow:none}.nav-collapse .nav>li>a,.nav-collapse .dropdown-menu a{padding:9px 15px;font-weight:bold;color:#777;border-radius:3px}.nav-collapse .btn{padding:4px 10px 4px;font-weight:normal;border-radius:4px}.nav-collapse .dropdown-menu li+li a{margin-bottom:2px}.nav-collapse .nav>li>a:hover,.nav-collapse .nav>li>a:focus,.nav-collapse .dropdown-menu a:hover,.nav-collapse .dropdown-menu a:focus{background-color:#f2f2f2}.navbar-inverse .nav-collapse .nav>li>a,.navbar-inverse .nav-collapse .dropdown-menu a{color:#999}.navbar-inverse .nav-collapse .nav>li>a:hover,.navbar-inverse .nav-collapse .nav>li>a:focus,.navbar-inverse .nav-collapse .dropdown-menu a:hover,.navbar-inverse .nav-collapse .dropdown-menu a:focus{background-color:#111}.nav-collapse.in .btn-group{padding:0;margin-top:5px}.nav-collapse .dropdown-menu{position:static;top:auto;left:auto;display:none;float:none;max-width:none;padding:0;margin:0 15px;background-color:transparent;border:0;border-radius:0;box-shadow:none}.nav-collapse .open>.dropdown-menu{display:block}.nav-collapse .dropdown-menu:before,.nav-collapse .dropdown-menu:after{display:none}.nav-collapse .dropdown-menu .divider{display:none}.nav-collapse .nav>li>.dropdown-menu:before,.nav-collapse .nav>li>.dropdown-menu:after{display:none}.nav-collapse .navbar-form,.nav-collapse .navbar-search{float:none;padding:10px 15px;margin:10px 0;border-top:1px solid #f2f2f2;border-bottom:1px solid #f2f2f2;box-shadow:inset 0 1px 0 rgba(255,255,255,0.1),0 1px 0 rgba(255,255,255,0.1)}.navbar-inverse .nav-collapse .navbar-form,.navbar-inverse .nav-collapse .navbar-search{border-top-color:#111;border-bottom-color:#111}.navbar .nav-collapse .nav.pull-right{float:none;margin-left:0}.nav-collapse,.nav-collapse.collapse{height:0;overflow:hidden}.navbar .btn-navbar{display:block}.navbar-static .navbar-inner{padding-right:10px;padding-left:10px}}@media(min-width:980px){.nav-collapse.collapse{height:auto!important;overflow:visible!important}}
@import url(//fonts.googleapis.com/css?family=Open+Sans:400,600,700,300);
.sweet-overlay {
  background-color: rgba(0, 0, 0, 0.4);
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: none;
  z-index: 1000; }

.sweet-alert {
  background-color: white;
  font-family: 'Open Sans', sans-serif;
  width: 478px;
  padding: 17px;
  border-radius: 5px;
  text-align: center;
  position: fixed;
  left: 50%;
  top: 50%;
  margin-left: -256px;
  margin-top: -200px;
  overflow: hidden;
  display: none;
  z-index: 2000; }
  @media all and (max-width: 540px) {
    .sweet-alert {
      width: auto;
      margin-left: 0;
      margin-right: 0;
      left: 15px;
      right: 15px; } }
  .sweet-alert h2 {
    color: #575757;
    font-size: 30px;
    text-align: center;
    font-weight: 600;
    text-transform: none;
    position: relative; }
  .sweet-alert p {
    color: #797979;
    font-size: 16px;
    text-align: center;
    font-weight: 300;
    position: relative;
    margin: 0;
    line-height: normal; }
  .sweet-alert button {
    background-color: #AEDEF4;
    color: white;
    border: none;
    box-shadow: none;
    font-size: 17px;
    font-weight: 500;
    border-radius: 5px;
    padding: 10px 32px;
    margin: 26px 5px 0 5px;
    cursor: pointer; }
    .sweet-alert button:focus {
      outline: none;
      box-shadow: 0 0 2px rgba(128, 179, 235, 0.5), inset 0 0 0 1px rgba(0, 0, 0, 0.05); }
    .sweet-alert button:hover {
      background-color: #a1d9f2; }
    .sweet-alert button:active {
      background-color: #81ccee; }
    .sweet-alert button.cancel {
      background-color: #D0D0D0; }
      .sweet-alert button.cancel:hover {
        background-color: #c8c8c8; }
      .sweet-alert button.cancel:active {
        background-color: #b6b6b6; }
      .sweet-alert button.cancel:focus {
        box-shadow: rgba(197, 205, 211, 0.8) 0px 0px 2px, rgba(0, 0, 0, 0.0470588) 0px 0px 0px 1px inset !important; }
    .sweet-alert button::-moz-focus-inner {
      border: 0; }
  .sweet-alert[data-has-cancel-button=false] button {
    box-shadow: none !important; }
  .sweet-alert .icon {
    width: 80px;
    height: 80px;
    border: 4px solid gray;
    border-radius: 50%;
    margin: 20px auto;
    position: relative;
    box-sizing: content-box; }
    .sweet-alert .icon.error {
      border-color: #F27474; }
      .sweet-alert .icon.error .x-mark {
        position: relative;
        display: block; }
      .sweet-alert .icon.error .line {
        position: absolute;
        height: 5px;
        width: 47px;
        background-color: #F27474;
        display: block;
        top: 37px;
        border-radius: 2px; }
        .sweet-alert .icon.error .line.left {
          transform: rotate(45deg);
          left: 17px; }
        .sweet-alert .icon.error .line.right {
          transform: rotate(-45deg);
          right: 16px; }
    .sweet-alert .icon.warning {
      border-color: #F8BB86; }
      .sweet-alert .icon.warning .body {
        position: absolute;
        width: 5px;
        height: 47px;
        left: 50%;
        top: 10px;
        border-radius: 2px;
        margin-left: -2px;
        background-color: #F8BB86; }
      .sweet-alert .icon.warning .dot {
        position: absolute;
        width: 7px;
        height: 7px;
        border-radius: 50%;
        margin-left: -3px;
        left: 50%;
        bottom: 10px;
        background-color: #F8BB86; }
    .sweet-alert .icon.info {
      border-color: #C9DAE1; }
      .sweet-alert .icon.info::before {
        content: "";
        position: absolute;
        width: 5px;
        height: 29px;
        left: 50%;
        bottom: 17px;
        border-radius: 2px;
        margin-left: -2px;
        background-color: #C9DAE1; }
      .sweet-alert .icon.info::after {
        content: "";
        position: absolute;
        width: 7px;
        height: 7px;
        border-radius: 50%;
        margin-left: -3px;
        top: 19px;
        background-color: #C9DAE1; }
    .sweet-alert .icon.success {
      border-color: #A5DC86; }
      .sweet-alert .icon.success::before, .sweet-alert .icon.success::after {
        content: '';
        border-radius: 50%;
        position: absolute;
        width: 60px;
        height: 120px;
        background: white;
        transform: rotate(45deg); }
      .sweet-alert .icon.success::before {
        border-radius: 120px 0 0 120px;
        top: -7px;
        left: -33px;
        transform: rotate(-45deg);
        transform-origin: 60px 60px; }
      .sweet-alert .icon.success::after {
        border-radius: 0 120px 120px 0;
        top: -11px;
        left: 30px;
        transform: rotate(-45deg);
        transform-origin: 0px 60px; }
      .sweet-alert .icon.success .placeholder {
        width: 80px;
        height: 80px;
        border: 4px solid rgba(165, 220, 134, 0.2);
        border-radius: 50%;
        box-sizing: content-box;
        position: absolute;
        left: -4px;
        top: -4px;
        z-index: 2; }
      .sweet-alert .icon.success .fix {
        width: 5px;
        height: 90px;
        background-color: white;
        position: absolute;
        left: 28px;
        top: 8px;
        z-index: 1;
        transform: rotate(-45deg); }
      .sweet-alert .icon.success .line {
        height: 5px;
        background-color: #A5DC86;
        display: block;
        border-radius: 2px;
        position: absolute;
        z-index: 2; }
        .sweet-alert .icon.success .line.tip {
          width: 25px;
          left: 14px;
          top: 46px;
          transform: rotate(45deg); }
        .sweet-alert .icon.success .line.long {
          width: 47px;
          right: 8px;
          top: 38px;
          transform: rotate(-45deg); }
    .sweet-alert .icon.custom {
      background-size: contain;
      border-radius: 0;
      border: none;
      background-position: center center;
      background-repeat: no-repeat; }

/*
 * Animations
 */
@keyframes showSweetAlert {
  0% {
    transform: scale(0.7);
    -webkit-transform: scale(0.7); }
  45% {
    transform: scale(1.05);
    -webkit-transform: scale(1.05); }
  80% {
    transform: scale(0.95);
    -webkit-tranform: scale(0.95); }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1); } }
@keyframes hideSweetAlert {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1); }
  100% {
    transform: scale(0.5);
    -webkit-transform: scale(0.5); } }
.showSweetAlert {
  animation: showSweetAlert 0.3s; }

.hideSweetAlert {
  animation: hideSweetAlert 0.2s; }
@keyframes animateSuccessTip {
  0% {
    width: 0;
    left: 1px;
    top: 19px; }
  54% {
    width: 0;
    left: 1px;
    top: 19px; }
  70% {
    width: 50px;
    left: -8px;
    top: 37px; }
  84% {
    width: 17px;
    left: 21px;
    top: 48px; }
  100% {
    width: 25px;
    left: 14px;
    top: 45px; } }
@keyframes animateSuccessLong {
  0% {
    width: 0;
    right: 46px;
    top: 54px; }
  65% {
    width: 0;
    right: 46px;
    top: 54px; }
  84% {
    width: 55px;
    right: 0px;
    top: 35px; }
  100% {
    width: 47px;
    right: 8px;
    top: 38px; } }
@keyframes rotatePlaceholder {
  0% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg); }
  5% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg); }
  12% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg); }
  100% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg); } }
.animateSuccessTip {
  animation: animateSuccessTip 0.75s; }

.animateSuccessLong {
  animation: animateSuccessLong 0.75s; }

.icon.success.animate::after {
  animation: rotatePlaceholder 4.25s ease-in; }
@keyframes animateErrorIcon {
  0% {
    transform: rotateX(100deg);
    -webkit-transform: rotateX(100deg);
    opacity: 0; }
  100% {
    transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    opacity: 1; } }
.animateErrorIcon {
  animation: animateErrorIcon 0.5s; }
@keyframes animateXMark {
  0% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0; }
  50% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0; }
  80% {
    transform: scale(1.15);
    -webkit-transform: scale(1.15);
    margin-top: -6px; }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    margin-top: 0;
    opacity: 1; } }
.animateXMark {
  animation: animateXMark 0.5s; }

/*@include keyframes(simpleRotate) {
	0%		{ transform: rotateY(0deg);    }
  100% 	{ transform: rotateY(-360deg); }
}
.simpleRotate {
	@include animation('simpleRotate 0.75s');
}*/
@keyframes pulseWarning {
  0% {
    border-color: #F8D486; }
  100% {
    border-color: #F8BB86; } }
.pulseWarning {
  animation: pulseWarning 0.75s infinite alternate; }
@keyframes pulseWarningIns {
  0% {
    background-color: #F8D486; }
  100% {
    background-color: #F8BB86; } }
.pulseWarningIns {
  animation: pulseWarningIns 0.75s infinite alternate; }

/*
Trix 0.10.1
Copyright © 2017 Basecamp, LLC
http://trix-editor.org/*/
trix-editor {
  border: 1px solid #bbb;
  border-radius: 3px;
  margin: 0;
  padding: 0.4em 0.6em;
  min-height: 5em;
  outline: none; }
trix-toolbar * {
  box-sizing: border-box; }
trix-toolbar .button_row {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between; }
trix-toolbar .button_group {
  display: flex;
  margin-bottom: 10px;
  border: 1px solid #bbb;
  border-top-color: #ccc;
  border-bottom-color: #888;
  border-radius: 3px; }
  trix-toolbar .button_group button, trix-toolbar .button_group input[type=button] {
    position: relative;
    float: left;
    font-size: inherit;
    padding: 0;
    margin: 0;
    outline: none;
    border: none;
    border-bottom: 1px solid #ddd;
    border-radius: 0;
    background: transparent; }
    trix-toolbar .button_group button:not(:first-child), trix-toolbar .button_group input[type=button]:not(:first-child) {
      border-left: 1px solid #ccc; }
    trix-toolbar .button_group button:not(:disabled), trix-toolbar .button_group input[type=button]:not(:disabled) {
      cursor: pointer; }
    trix-toolbar .button_group button.active, trix-toolbar .button_group input[type=button].active {
      background: #cbeefa; }
    trix-toolbar .button_group button.icon, trix-toolbar .button_group input[type=button].icon {
      width: 2.6em;
      height: 1.6em;
      max-width: calc(0.8em + 4vw);
      text-indent: -9999px; }
      @media (max-device-width: 768px) {
        trix-toolbar .button_group button.icon, trix-toolbar .button_group input[type=button].icon {
          height: 2em;
          max-width: calc(0.8em + 3.5vw); } }
      trix-toolbar .button_group button.icon::before, trix-toolbar .button_group input[type=button].icon::before {
        display: inline-block;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        opacity: 0.6;
        content: "";
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain; }
        @media (max-device-width: 768px) {
          trix-toolbar .button_group button.icon::before, trix-toolbar .button_group input[type=button].icon::before {
            right: 6%;
            left: 6%; } }
      trix-toolbar .button_group button.icon.bold::before, trix-toolbar .button_group input[type=button].icon.bold::before {
        background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M15.6%2011.8c1-.7%201.6-1.8%201.6-2.8a4%204%200%200%200-4-4H7v14h7c2.1%200%203.7-1.7%203.7-3.8%200-1.5-.8-2.8-2.1-3.4zM10%207.5h3a1.5%201.5%200%201%201%200%203h-3v-3zm3.5%209H10v-3h3.5a1.5%201.5%200%201%201%200%203z%22%2F%3E%3C%2Fsvg%3E); }
      trix-toolbar .button_group button.icon.italic::before, trix-toolbar .button_group input[type=button].icon.italic::before {
        background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M10%205v3h2.2l-3.4%208H6v3h8v-3h-2.2l3.4-8H18V5h-8z%22%2F%3E%3C%2Fsvg%3E); }
      trix-toolbar .button_group button.icon.link::before, trix-toolbar .button_group input[type=button].icon.link::before {
        background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M9.88%2013.7a4.3%204.3%200%200%201%200-6.07l3.37-3.37a4.26%204.26%200%200%201%206.07%200%204.3%204.3%200%200%201%200%206.06l-1.96%201.72a.91.91%200%201%201-1.3-1.3l1.97-1.71a2.46%202.46%200%200%200-3.48-3.48l-3.38%203.37a2.46%202.46%200%200%200%200%203.48.91.91%200%201%201-1.3%201.3z%22%2F%3E%3Cpath%20d%3D%22M4.25%2019.46a4.3%204.3%200%200%201%200-6.07l1.93-1.9a.91.91%200%201%201%201.3%201.3l-1.93%201.9a2.46%202.46%200%200%200%203.48%203.48l3.37-3.38c.96-.96.96-2.52%200-3.48a.91.91%200%201%201%201.3-1.3%204.3%204.3%200%200%201%200%206.07l-3.38%203.38a4.26%204.26%200%200%201-6.07%200z%22%2F%3E%3C%2Fsvg%3E); }
      trix-toolbar .button_group button.icon.strike::before, trix-toolbar .button_group input[type=button].icon.strike::before {
        background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M12.73%2014l.28.14c.26.15.45.3.57.44.12.14.18.3.18.5%200%20.3-.15.56-.44.75-.3.2-.76.3-1.39.3A13.52%2013.52%200%200%201%207%2014.95v3.37a10.64%2010.64%200%200%200%204.84.88c1.26%200%202.35-.19%203.28-.56.93-.37%201.64-.9%202.14-1.57s.74-1.45.74-2.32c0-.26-.02-.51-.06-.75h-5.21zm-5.5-4c-.08-.34-.12-.7-.12-1.1%200-1.29.52-2.3%201.58-3.02%201.05-.72%202.5-1.08%204.34-1.08%201.62%200%203.28.34%204.97%201l-1.3%202.93c-1.47-.6-2.73-.9-3.8-.9-.55%200-.96.08-1.2.26-.26.17-.38.38-.38.64%200%20.27.16.52.48.74.17.12.53.3%201.05.53H7.23zM3%2013h18v-2H3v2z%22%2F%3E%3C%2Fsvg%3E); }
      trix-toolbar .button_group button.icon.quote::before, trix-toolbar .button_group input[type=button].icon.quote::before {
        background-image: url(data:image/svg+xml,%3Csvg%20version%3D%221%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M6%2017h3l2-4V7H5v6h3zm8%200h3l2-4V7h-6v6h3z%22%2F%3E%3C%2Fsvg%3E); }
      trix-toolbar .button_group button.icon.heading-1::before, trix-toolbar .button_group input[type=button].icon.heading-1::before {
        background-image: url(data:image/svg+xml,%3Csvg%20version%3D%221%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M12%209v3H9v7H6v-7H3V9h9zM8%204h14v3h-6v12h-3V7H8V4z%22%2F%3E%3C%2Fsvg%3E); }
      trix-toolbar .button_group button.icon.code::before, trix-toolbar .button_group input[type=button].icon.code::before {
        background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M18.2%2012L15%2015.2l1.4%201.4L21%2012l-4.6-4.6L15%208.8l3.2%203.2zM5.8%2012L9%208.8%207.6%207.4%203%2012l4.6%204.6L9%2015.2%205.8%2012z%22%2F%3E%3C%2Fsvg%3E); }
      trix-toolbar .button_group button.icon.bullets::before, trix-toolbar .button_group input[type=button].icon.bullets::before {
        background-image: url(data:image/svg+xml,%3Csvg%20version%3D%221%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M4%204a2%202%200%201%200%200%204%202%202%200%200%200%200-4zm0%206a2%202%200%201%200%200%204%202%202%200%200%200%200-4zm0%206a2%202%200%201%200%200%204%202%202%200%200%200%200-4zm4%203h14v-2H8v2zm0-6h14v-2H8v2zm0-8v2h14V5H8z%22%2F%3E%3C%2Fsvg%3E); }
      trix-toolbar .button_group button.icon.numbers::before, trix-toolbar .button_group input[type=button].icon.numbers::before {
        background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M2%2017h2v.5H3v1h1v.5H2v1h3v-4H2v1zm1-9h1V4H2v1h1v3zm-1%203h1.8L2%2013.1v.9h3v-1H3.2L5%2010.9V10H2v1zm5-6v2h14V5H7zm0%2014h14v-2H7v2zm0-6h14v-2H7v2z%22%2F%3E%3C%2Fsvg%3E); }
      trix-toolbar .button_group button.icon.undo::before, trix-toolbar .button_group input[type=button].icon.undo::before {
        background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M12.5%208c-2.6%200-5%201-6.9%202.6L2%207v9h9l-3.6-3.6A8%208%200%200%201%2020%2016l2.4-.8a10.5%2010.5%200%200%200-10-7.2z%22%2F%3E%3C%2Fsvg%3E); }
      trix-toolbar .button_group button.icon.redo::before, trix-toolbar .button_group input[type=button].icon.redo::before {
        background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M18.4%2010.6a10.5%2010.5%200%200%200-16.9%204.6L4%2016a8%208%200%200%201%2012.7-3.6L13%2016h9V7l-3.6%203.6z%22%2F%3E%3C%2Fsvg%3E); }
      trix-toolbar .button_group button.icon.nesting-level.decrease::before, trix-toolbar .button_group input[type=button].icon.nesting-level.decrease::before {
        background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M3%2019h19v-2H3v2zm7-6h12v-2H10v2zm-8.3-.3l2.8%202.9L6%2014.2%204%2012l2-2-1.4-1.5L1%2012l.7.7zM3%205v2h19V5H3z%22%2F%3E%3C%2Fsvg%3E); }
      trix-toolbar .button_group button.icon.nesting-level.increase::before, trix-toolbar .button_group input[type=button].icon.nesting-level.increase::before {
        background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M3%2019h19v-2H3v2zm7-6h12v-2H10v2zm-6.9-1L1%2014.2l1.4%201.4L6%2012l-.7-.7-2.8-2.8L1%209.9%203.1%2012zM3%205v2h19V5H3z%22%2F%3E%3C%2Fsvg%3E); }
      trix-toolbar .button_group button.icon.active::before, trix-toolbar .button_group input[type=button].icon.active::before {
        opacity: 1; }
      trix-toolbar .button_group button.icon:disabled::before, trix-toolbar .button_group input[type=button].icon:disabled::before {
        opacity: 0.125; }
    trix-toolbar .button_group button:not(.icon), trix-toolbar .button_group input[type=button]:not(.icon) {
      font-size: 0.75em;
      font-weight: 600;
      white-space: nowrap;
      padding: 0 0.5em;
      color: rgba(0, 0, 0, 0.6); }
      @media (max-device-width: 768px) {
        trix-toolbar .button_group button:not(.icon), trix-toolbar .button_group input[type=button]:not(.icon) {
          letter-spacing: -0.01em;
          padding: 0 0.3em; } }
      trix-toolbar .button_group button:not(.icon).active, trix-toolbar .button_group input[type=button]:not(.icon).active {
        color: black; }
      trix-toolbar .button_group button:not(.icon):disabled, trix-toolbar .button_group input[type=button]:not(.icon):disabled {
        color: rgba(0, 0, 0, 0.125); }
trix-toolbar .dialogs {
  position: relative; }
  trix-toolbar .dialogs .dialog {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    font-size: 0.75em;
    padding: 15px 10px;
    background: #fff;
    box-shadow: 0 0.3em 1em #ccc;
    border-top: 2px solid #888;
    border-radius: 5px;
    z-index: 5; }
    trix-toolbar .dialogs .dialog input {
      font-size: inherit;
      font-weight: normal; }
    trix-toolbar .dialogs .dialog input[type=url], trix-toolbar .dialogs .dialog input[type=text] {
      padding: 0.5em 0.8em;
      margin: 0 10px 0 0;
      border-radius: 3px;
      border: 1px solid #bbb;
      background-color: #fff;
      box-shadow: none;
      outline: none;
      -webkit-appearance: none;
      -moz-appearance: none; }
      trix-toolbar .dialogs .dialog input[type=url].validate:invalid, trix-toolbar .dialogs .dialog input[type=text].validate:invalid {
        box-shadow: #F00 0px 0px 1.5px 1px; }
    trix-toolbar .dialogs .dialog .button_group input[type=button] {
      font-size: inherit;
      padding: 0.5em;
      border-bottom: none; }
    trix-toolbar .dialogs .dialog.link_dialog {
      max-width: 600px; }
      trix-toolbar .dialogs .dialog.link_dialog .link_url_fields {
        display: flex;
        align-items: baseline; }
        trix-toolbar .dialogs .dialog.link_dialog .link_url_fields input[type=url] {
          flex: 1; }
        trix-toolbar .dialogs .dialog.link_dialog .link_url_fields .button_group {
          flex: 0 0 content;
          margin: 0; }
trix-editor [data-trix-mutable=true] {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }
  trix-editor [data-trix-mutable=true] ::-moz-selection {
    background: none; }
  trix-editor [data-trix-mutable=true] img {
    box-shadow: 0 0 0 2px highlight; }
  trix-editor [data-trix-mutable=true].attachment.attachment-file {
    box-shadow: 0 0 0 2px highlight;
    border-color: transparent; }
trix-editor .attachment:hover {
  cursor: default; }
trix-editor .attachment.attachment-preview .caption:hover {
  cursor: text; }
trix-editor .attachment button.remove {
  cursor: pointer; }
  trix-editor .attachment button.remove.icon {
    text-indent: -9999px;
    display: block;
    position: absolute;
    z-index: 1;
    padding: 0;
    margin: 0;
    top: -1.1em;
    left: calc(50% - 0.8em);
    width: 1.8em;
    height: 1.8em;
    line-height: 1.8em;
    border-radius: 50%;
    text-indent: -9999px;
    background-color: #fff;
    border: 2px solid highlight;
    box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.25); }
    trix-editor .attachment button.remove.icon::before {
      display: inline-block;
      position: absolute;
      top: 0.1em;
      right: 0.1em;
      bottom: 0.1em;
      left: 0.1em;
      opacity: 0.75;
      content: "";
      background-image: url(data:image/svg+xml,%3Csvg%20height%3D%2224%22%20width%3D%2224%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M19%206.4L17.6%205%2012%2010.6%206.4%205%205%206.4l5.6%205.6L5%2017.6%206.4%2019l5.6-5.6%205.6%205.6%201.4-1.4-5.6-5.6z%22%2F%3E%3Cpath%20d%3D%22M0%200h24v24H0z%22%20fill%3D%22none%22%2F%3E%3C%2Fsvg%3E);
      background-position: center;
      background-repeat: no-repeat;
      background-size: contain; }
  trix-editor .attachment button.remove:hover {
    border-color: #333; }
    trix-editor .attachment button.remove:hover::before {
      opacity: 1; }
trix-editor .attachment .caption.caption-editing textarea {
  display: inline-block;
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
  color: inherit;
  text-align: center;
  vertical-align: top;
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none; }
trix-editor .attachment progress {
  position: absolute;
  z-index: 1;
  height: 20px;
  top: calc(50% - 10px);
  left: 5%;
  width: 90%;
  opacity: 0.9; }
@charset "UTF-8";
.trix-content {
  line-height: 1.5; }
  .trix-content h1 {
    font-size: 1.2em;
    line-height: 1.2;
    margin: 0; }
  .trix-content blockquote {
    margin: 0 0 0 0.3em;
    padding: 0 0 0 0.6em;
    border-left: 0.3em solid #ccc; }
  .trix-content pre {
    font-family: monospace;
    font-size: 0.9em;
    margin: 0;
    padding: 0.5em;
    white-space: pre;
    background-color: #eee;
    overflow-x: auto; }
  .trix-content ul, .trix-content ol, .trix-content li {
    margin: 0;
    padding: 0; }
    .trix-content ul li, .trix-content ol li, .trix-content li li {
      margin-left: 1em; }
  .trix-content img {
    max-width: 100%;
    height: auto; }
  .trix-content a[data-trix-attachment] {
    color: inherit;
    text-decoration: none; }
    .trix-content a[data-trix-attachment]:hover, .trix-content a[data-trix-attachment]:visited:hover {
      color: inherit; }
  .trix-content .attachment {
    display: inline-block;
    position: relative;
    max-width: 100%;
    margin: 0;
    padding: 0; }
    .trix-content .attachment .caption {
      padding: 0;
      text-align: center; }
      .trix-content .attachment .caption .size:before {
        content: ' · '; }
    .trix-content .attachment.attachment-preview {
      width: 100%;
      text-align: center; }
      .trix-content .attachment.attachment-preview .caption {
        color: #666;
        font-size: 0.9em;
        line-height: 1.2; }
    .trix-content .attachment.attachment-file {
      color: #333;
      line-height: 1;
      margin: 0 2px 2px 0;
      padding: 0.4em 1em;
      border: 1px solid #bbb;
      border-radius: 5px; }
/* line 1, app/assets/stylesheets/smartice/admin.css.scss */
.admin-tools {
  padding-bottom: 20px;
}

/* line 2, app/assets/stylesheets/smartice/admin.css.scss */
.admin-tools a {
  color: black;
  display: block;
  margin-bottom: 10px;
}

/* line 7, app/assets/stylesheets/smartice/admin.css.scss */
.admin-tools a i {
  margin-right: 3px;
}

/* line 16, app/assets/stylesheets/smartice/admin.css.scss */
.admin-org-info address {
  margin-bottom: 0;
}

/* line 20, app/assets/stylesheets/smartice/admin.css.scss */
.admin-org-info dd {
  padding-bottom: 15px;
}

/* line 26, app/assets/stylesheets/smartice/admin.css.scss */
.service-announcements-table th {
  min-width: 100px;
}
/* line 6, app/assets/stylesheets/smartice/admin/machines.css.scss */
body.admin-machines_controller .row h3 {
  margin-top: 20px;
}

/* line 10, app/assets/stylesheets/smartice/admin/machines.css.scss */
body.admin-machines_controller input.muted {
  color: #999;
}

/* line 15, app/assets/stylesheets/smartice/admin/machines.css.scss */
body.admin-machines_controller input[aria-invalid="true"] {
  border-color: #b94a48;
  box-shadow: 0 0 6px #f2dede;
}

/* line 22, app/assets/stylesheets/smartice/admin/machines.css.scss */
body.admin-machines_controller table.machine-products .controls,
body.admin-machines_controller table.machine-vendors .controls {
  margin: 0;
}

/* line 26, app/assets/stylesheets/smartice/admin/machines.css.scss */
body.admin-machines_controller table.machine-products .inline-checkbox label.checkbox,
body.admin-machines_controller table.machine-vendors .inline-checkbox label.checkbox {
  display: inline-block;
  margin: 4px 0 0 0;
  padding: 0;
  min-height: unset;
  height: auto;
}

/* line 32, app/assets/stylesheets/smartice/admin/machines.css.scss */
body.admin-machines_controller table.machine-products .inline-checkbox label.checkbox input[type="checkbox"],
body.admin-machines_controller table.machine-vendors .inline-checkbox label.checkbox input[type="checkbox"] {
  float: none;
  margin-top: 0;
  margin-bottom: 4px;
}

/* line 43, app/assets/stylesheets/smartice/admin/machines.css.scss */
body.admin-machines_controller table.machine-products tr.pending-delete td {
  background-color: #e7bebf;
}

/* line 47, app/assets/stylesheets/smartice/admin/machines.css.scss */
body.admin-machines_controller table.machine-products i.fa-trash {
  cursor: pointer;
}

/* line 53, app/assets/stylesheets/smartice/admin/machines.css.scss */
body.admin-machines_controller table.machine-vendors label.checkbox {
  display: inline;
  position: relative;
}

/* line 56, app/assets/stylesheets/smartice/admin/machines.css.scss */
body.admin-machines_controller table.machine-vendors label.checkbox input {
  float: none;
}

/* line 61, app/assets/stylesheets/smartice/admin/machines.css.scss */
body.admin-machines_controller table.machine-vendors tr.vendor-form > td {
  padding-top: 18px;
}

/* line 63, app/assets/stylesheets/smartice/admin/machines.css.scss */
body.admin-machines_controller table.machine-vendors tr.vendor-form > td label.checkbox {
  padding-left: 0;
}

/* line 68, app/assets/stylesheets/smartice/admin/machines.css.scss */
body.admin-machines_controller table.machine-vendors td.vendor-type {
  min-width: 120px;
  padding-top: 12px;
}

/* line 71, app/assets/stylesheets/smartice/admin/machines.css.scss */
body.admin-machines_controller table.machine-vendors td.vendor-type span.checkbox {
  padding: 0;
  margin: 0;
}

/* line 74, app/assets/stylesheets/smartice/admin/machines.css.scss */
body.admin-machines_controller table.machine-vendors td.vendor-type span.checkbox > label {
  display: inline-block;
  margin: 6px 12px 3px 0;
}

/* line 80, app/assets/stylesheets/smartice/admin/machines.css.scss */
body.admin-machines_controller table.machine-vendors select.hardware-type,
body.admin-machines_controller table.machine-vendors select.water-vending-configuration {
  min-width: 225px;
}

/* line 88, app/assets/stylesheets/smartice/admin/machines.css.scss */
body.admin-machines_controller.edit_action .components .controls {
  margin-left: 0;
}

/* line 93, app/assets/stylesheets/smartice/admin/machines.css.scss */
body.admin-machines_controller.edit_action .camera-options .controls {
  margin-left: 230px;
}

/* line 96, app/assets/stylesheets/smartice/admin/machines.css.scss */
body.admin-machines_controller.edit_action .camera-options label.control-label {
  width: 220px;
}

/* line 101, app/assets/stylesheets/smartice/admin/machines.css.scss */
body.admin-machines_controller.edit_action .machine_cameras_enabled label.checkbox,
body.admin-machines_controller.edit_action .machine_cameras_allow_recording_download label.checkbox {
  padding-left: 0;
  padding-top: 3px;
}

/* line 108, app/assets/stylesheets/smartice/admin/machines.css.scss */
body.admin-machines_controller .machine_is_data_plan_required label.control-label {
  padding-top: 0;
}

/* line 112, app/assets/stylesheets/smartice/admin/machines.css.scss */
body.admin-machines_controller .machine_is_data_plan_required .controls label.checkbox {
  display: inline;
  padding-left: 0;
  padding-right: 12px;
}

/* line 117, app/assets/stylesheets/smartice/admin/machines.css.scss */
body.admin-machines_controller .machine_is_data_plan_required .controls .help-block {
  display: inline;
}

/* line 124, app/assets/stylesheets/smartice/admin/machines.css.scss */
.lat-lng #machine-location-map {
  width: 670px;
  height: 400px;
  margin-bottom: 16px;
}

/* line 131, app/assets/stylesheets/smartice/admin/machines.css.scss */
.lat-lng .control-group label {
  width: auto;
  min-width: 30px;
}

/* line 135, app/assets/stylesheets/smartice/admin/machines.css.scss */
.lat-lng .control-group .controls {
  float: left;
  display: block;
  margin-left: 12px;
  margin-right: 12px;
}

@media (max-width: 480px) {
  /* line 146, app/assets/stylesheets/smartice/admin/machines.css.scss */
  .lat-lng #machine-location-map {
    width: 350px;
    height: 284px;
    margin-bottom: 16px;
  }
}
/* line 1, app/assets/stylesheets/smartice/admin/plc_io_descriptions.css.scss */
td.io-description {
  width: 40%;
}
/* line 2, app/assets/stylesheets/smartice/admin/plc_migration_tasks.css.scss */
body.admin-plc_migration_tasks_controller .controls .radio {
  display: block;
}

/* line 5, app/assets/stylesheets/smartice/admin/plc_migration_tasks.css.scss */
body.admin-plc_migration_tasks_controller .radio input[type='radio'] {
  margin-left: 0;
  margin-right: 6px;
}
/* line 8, app/assets/stylesheets/smartice/admin/subscription_management.css.scss */
body.admin-subscription_management_controller .margin-top-md {
  margin-top: 10px;
}

/* line 11, app/assets/stylesheets/smartice/admin/subscription_management.css.scss */
body.admin-subscription_management_controller .margin-top-lg {
  margin-top: 20px;
}

/* line 14, app/assets/stylesheets/smartice/admin/subscription_management.css.scss */
body.admin-subscription_management_controller .margin-top-sm {
  margin-top: 5px;
}

/* line 17, app/assets/stylesheets/smartice/admin/subscription_management.css.scss */
body.admin-subscription_management_controller .margin-right-md {
  margin-right: 10px;
}

/* line 21, app/assets/stylesheets/smartice/admin/subscription_management.css.scss */
body.admin-subscription_management_controller .well.search-form label {
  font-weight: bold;
  text-decoration: underline;
}

/* line 30, app/assets/stylesheets/smartice/admin/subscription_management.css.scss */
body.admin-subscription_management_controller .subscription-count-headers .row-fluid .span2 {
  text-align: center;
}

/* line 34, app/assets/stylesheets/smartice/admin/subscription_management.css.scss */
body.admin-subscription_management_controller .subscription-count-headers .row-fluid p.count {
  font-size: 18px;
}

/* line 38, app/assets/stylesheets/smartice/admin/subscription_management.css.scss */
body.admin-subscription_management_controller .subscription-count-headers .row-fluid p.link-text {
  font-size: 18px;
  margin-bottom: 2px;
}

/* line 43, app/assets/stylesheets/smartice/admin/subscription_management.css.scss */
body.admin-subscription_management_controller .subscription-count-headers .row-fluid p.desc-text {
  margin-top: 0px;
}

/* line 49, app/assets/stylesheets/smartice/admin/subscription_management.css.scss */
body.admin-subscription_management_controller .subscription-count-headers .row-fluid.active-link a, body.admin-subscription_management_controller .subscription-count-headers .row-fluid.active-link p.count {
  color: #0000ff;
}

/* line 52, app/assets/stylesheets/smartice/admin/subscription_management.css.scss */
body.admin-subscription_management_controller .subscription-count-headers .row-fluid.active-link a {
  text-decoration: underline;
}

/* line 59, app/assets/stylesheets/smartice/admin/subscription_management.css.scss */
body.admin-subscription_management_controller .subscription_management_row {
  background-color: #f9f9f9;
  margin-top: 20px;
  border: 1px solid #e3e3e3;
  padding-top: 10px;
}

/* line 65, app/assets/stylesheets/smartice/admin/subscription_management.css.scss */
body.admin-subscription_management_controller .subscription_management_row .span3 {
  height: 325px;
  padding-left: 25px;
}

/* line 69, app/assets/stylesheets/smartice/admin/subscription_management.css.scss */
body.admin-subscription_management_controller .subscription_management_row .span3 p {
  height: 125px;
  margin-top: 100px;
}

/* line 73, app/assets/stylesheets/smartice/admin/subscription_management.css.scss */
body.admin-subscription_management_controller .subscription_management_row .span3 p span {
  font-size: 16px;
  font-weight: bold;
}

/* line 80, app/assets/stylesheets/smartice/admin/subscription_management.css.scss */
body.admin-subscription_management_controller .subscription_management_row .span9 {
  height: 325px;
}

/* line 83, app/assets/stylesheets/smartice/admin/subscription_management.css.scss */
body.admin-subscription_management_controller .subscription_management_row .span9 .span2 {
  text-align: center;
}

/* line 86, app/assets/stylesheets/smartice/admin/subscription_management.css.scss */
body.admin-subscription_management_controller .subscription_management_row .span9 .span2 input {
  width: 78px;
}

/* line 91, app/assets/stylesheets/smartice/admin/subscription_management.css.scss */
body.admin-subscription_management_controller .subscription_management_row .span9 p {
  text-align: center;
  font-weight: bold;
  font-size: 16px;
}

/* line 97, app/assets/stylesheets/smartice/admin/subscription_management.css.scss */
body.admin-subscription_management_controller .subscription_management_row .span9 .smartice-sub-container {
  padding-top: 5px;
  padding-bottom: 5px;
}

/* line 102, app/assets/stylesheets/smartice/admin/subscription_management.css.scss */
body.admin-subscription_management_controller .subscription_management_row .span9 .data-sub-container {
  padding-top: 5px;
  padding-bottom: 5px;
  margin-top: 5px;
}
/* line 5, app/assets/stylesheets/smartice/agreements.css.scss */
.terms-content {
  border: 1px solid #efefef;
  padding: 12px;
}

/* line 9, app/assets/stylesheets/smartice/agreements.css.scss */
.well.well-small {
  margin-top: 12px;
}

/* line 11, app/assets/stylesheets/smartice/agreements.css.scss */
.well.well-small .control-group {
  margin: 0;
}
/* line 6, app/assets/stylesheets/smartice/alerts.css.scss */
body.alerts_controller .control-group.boolean {
  float: left;
  margin: 4px 0;
}

/* line 9, app/assets/stylesheets/smartice/alerts.css.scss */
body.alerts_controller .control-group.boolean label.checkbox {
  margin-bottom: 0;
  padding-left: 0px;
}

/* line 14, app/assets/stylesheets/smartice/alerts.css.scss */
body.alerts_controller a.help_info {
  float: left;
  line-height: 27px;
  margin-left: 8px;
}

/* line 20, app/assets/stylesheets/smartice/alerts.css.scss */
body.alerts_controller input {
  margin-right: 10px;
}

/* line 27, app/assets/stylesheets/smartice/alerts.css.scss */
body.alerts_controller.edit_action .control-group.user_subscriptions__destroy input.boolean {
  margin-top: 2px;
}
/*! X-editable - v1.5.1
* In-place editing with Twitter Bootstrap, jQuery UI or pure jQuery
* http://github.com/vitalets/x-editable
* Copyright (c) 2013 Vitaliy Potapov; Licensed MIT */
/* line 5, app/assets/stylesheets/smartice/bootstrap-editable.scss */
.editableform {
  margin-bottom: 0;
  /* overwrites bootstrap margin */
}

/* line 9, app/assets/stylesheets/smartice/bootstrap-editable.scss */
.editableform .control-group {
  margin-bottom: 0;
  /* overwrites bootstrap margin */
  white-space: nowrap;
  /* prevent wrapping buttons on new line */
  line-height: 20px;
  /* overwriting bootstrap line-height. See #133 */
}

/*
  BS3 width:1005 for inputs breaks editable form in popup
  See: https://github.com/vitalets/x-editable/issues/393
*/
/* line 19, app/assets/stylesheets/smartice/bootstrap-editable.scss */
.editableform .form-control {
  width: auto;
}

/* line 23, app/assets/stylesheets/smartice/bootstrap-editable.scss */
.editable-buttons {
  display: inline-block;
  /* should be inline to take effect of parent's white-space: nowrap */
  vertical-align: top;
  margin-left: 7px;
}

/* line 29, app/assets/stylesheets/smartice/bootstrap-editable.scss */
.editable-buttons.editable-buttons-bottom {
  display: block;
  margin-top: 7px;
  margin-left: 0;
}

/* line 35, app/assets/stylesheets/smartice/bootstrap-editable.scss */
.editable-input {
  vertical-align: top;
  display: inline-block;
  /* should be inline to take effect of parent's white-space: nowrap */
  width: auto;
  /* bootstrap-responsive has width: 100% that breakes layout */
  white-space: normal;
  /* reset white-space decalred in parent*/
}

/* line 42, app/assets/stylesheets/smartice/bootstrap-editable.scss */
.editable-buttons .editable-cancel {
  margin-left: 7px;
}

/*for jquery-ui buttons need set height to look more pretty*/
/* line 47, app/assets/stylesheets/smartice/bootstrap-editable.scss */
.editable-buttons button.ui-button-icon-only {
  height: 24px;
  width: 30px;
}

/* line 52, app/assets/stylesheets/smartice/bootstrap-editable.scss */
.editableform-loading {
  background: url(/assets/bootstrap-editable/loading-e611bd10da5752d2c77c75664d6ec0cc16491d9d1d85012a753624374ccfeeae.gif) center center no-repeat;
  height: 25px;
  width: auto;
  min-width: 25px;
}

/* line 59, app/assets/stylesheets/smartice/bootstrap-editable.scss */
.editable-inline .editableform-loading {
  background-position: left 5px;
}

/* line 63, app/assets/stylesheets/smartice/bootstrap-editable.scss */
.editable-error-block {
  max-width: 300px;
  margin: 5px 0 0 0;
  width: auto;
  white-space: normal;
}

/*add padding for jquery ui*/
/* line 71, app/assets/stylesheets/smartice/bootstrap-editable.scss */
.editable-error-block.ui-state-error {
  padding: 3px;
}

/* line 75, app/assets/stylesheets/smartice/bootstrap-editable.scss */
.editable-error {
  color: red;
}

/* ---- For specific types ---- */
/* line 80, app/assets/stylesheets/smartice/bootstrap-editable.scss */
.editableform .editable-date {
  padding: 0;
  margin: 0;
  float: left;
}

/* move datepicker icon to center of add-on button. See https://github.com/vitalets/x-editable/issues/183 */
/* line 87, app/assets/stylesheets/smartice/bootstrap-editable.scss */
.editable-inline .add-on .icon-th {
  margin-top: 3px;
  margin-left: 1px;
}

/* checklist vertical alignment */
/* line 94, app/assets/stylesheets/smartice/bootstrap-editable.scss */
.editable-checklist label input[type="checkbox"],
.editable-checklist label span {
  vertical-align: middle;
  margin: 0;
}

/* line 100, app/assets/stylesheets/smartice/bootstrap-editable.scss */
.editable-checklist label {
  white-space: nowrap;
}

/* set exact width of textarea to fit buttons toolbar */
/* line 105, app/assets/stylesheets/smartice/bootstrap-editable.scss */
.editable-wysihtml5 {
  width: 566px;
  height: 250px;
}

/* clear button shown as link in date inputs */
/* line 111, app/assets/stylesheets/smartice/bootstrap-editable.scss */
.editable-clear {
  clear: both;
  font-size: 0.9em;
  text-decoration: none;
  text-align: right;
}

/* IOS-style clear button for text inputs */
/* line 119, app/assets/stylesheets/smartice/bootstrap-editable.scss */
.editable-clear-x {
  background: url(/assets/bootstrap-editable/clear-f8be614091b91809de65cd902bae9b3d4cd0aaa5f6a936b9458862ff4f79c98b.png) center center no-repeat;
  display: block;
  width: 13px;
  height: 13px;
  position: absolute;
  opacity: 0.6;
  z-index: 100;
  top: 50%;
  right: 6px;
  margin-top: -6px;
}

/* line 134, app/assets/stylesheets/smartice/bootstrap-editable.scss */
.editable-clear-x:hover {
  opacity: 1;
}

/* line 138, app/assets/stylesheets/smartice/bootstrap-editable.scss */
.editable-pre-wrapped {
  white-space: pre-wrap;
}

/* line 141, app/assets/stylesheets/smartice/bootstrap-editable.scss */
.editable-container.editable-popup {
  max-width: none !important;
  /* without this rule poshytip/tooltip does not stretch */
}

/* line 145, app/assets/stylesheets/smartice/bootstrap-editable.scss */
.editable-container.popover {
  width: auto;
  /* without this rule popover does not stretch */
}

/* line 149, app/assets/stylesheets/smartice/bootstrap-editable.scss */
.editable-container.editable-inline {
  display: inline-block;
  vertical-align: middle;
  width: auto;
}

/* line 155, app/assets/stylesheets/smartice/bootstrap-editable.scss */
.editable-container.ui-widget {
  font-size: inherit;
  /* jqueryui widget font 1.1em too big, overwrite it */
  z-index: 9990;
  /* should be less than select2 dropdown z-index to close dropdown first when click */
}

/* line 159, app/assets/stylesheets/smartice/bootstrap-editable.scss */
.editable-click,
a.editable-click,
a.editable-click:hover {
  text-decoration: none;
  border-bottom: dashed 1px #0088cc;
}

/* line 166, app/assets/stylesheets/smartice/bootstrap-editable.scss */
.editable-click.editable-disabled,
a.editable-click.editable-disabled,
a.editable-click.editable-disabled:hover {
  color: #585858;
  cursor: default;
  border-bottom: none;
}

/* line 174, app/assets/stylesheets/smartice/bootstrap-editable.scss */
.editable-empty, .editable-empty:hover, .editable-empty:focus {
  font-style: italic;
  color: #DD1144;
  /* border-bottom: none; */
  text-decoration: none;
}

/* line 181, app/assets/stylesheets/smartice/bootstrap-editable.scss */
.editable-unsaved {
  font-weight: bold;
}

/* line 185, app/assets/stylesheets/smartice/bootstrap-editable.scss */
.editable-unsaved:after {
  /*    content: '*'*/
}

/* line 189, app/assets/stylesheets/smartice/bootstrap-editable.scss */
.editable-bg-transition {
  transition: background-color 1400ms ease-out;
}

/*see https://github.com/vitalets/x-editable/issues/139 */
/* line 198, app/assets/stylesheets/smartice/bootstrap-editable.scss */
.form-horizontal .editable {
  padding-top: 5px;
  display: inline-block;
}
/*! bootstrap-progressbar v0.9.0 | Copyright (c) 2012-2015 Stephan Groß | MIT license | http://www.minddust.com */
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  box-sizing: border-box;
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f7f7f7;
  background-image: linear-gradient(to bottom, #f5f5f5, #f9f9f9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#fff9f9f9', GradientType=0);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}
.progress .bar {
  width: 0%;
  height: 100%;
  color: #ffffff;
  float: left;
  font-size: 12px;
  text-align: center;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #0e90d2;
  background-image: linear-gradient(to bottom, #149bdf, #0480be);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff149bdf', endColorstr='#ff0480be', GradientType=0);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-sizing: border-box;
  transition: width 0.6s ease;
}
.progress .bar + .bar {
  box-shadow: inset 1px 0 0 rgba(0,0,0,.15), inset 0 -1px 0 rgba(0,0,0,.15);
}
.progress-striped .bar {
  background-color: #149bdf;
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
.progress.active .bar {
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-danger .bar,
.progress .bar-danger {
  background-color: #dd514c;
  background-image: linear-gradient(to bottom, #ee5f5b, #c43c35);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffc43c35', GradientType=0);
}
.progress-danger.progress-striped .bar,
.progress-striped .bar-danger {
  background-color: #ee5f5b;
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-success .bar,
.progress .bar-success {
  background-color: #5eb95e;
  background-image: linear-gradient(to bottom, #62c462, #57a957);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff57a957', GradientType=0);
}
.progress-success.progress-striped .bar,
.progress-striped .bar-success {
  background-color: #62c462;
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-info .bar,
.progress .bar-info {
  background-color: #4bb1cf;
  background-image: linear-gradient(to bottom, #5bc0de, #339bb9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff339bb9', GradientType=0);
}
.progress-info.progress-striped .bar,
.progress-striped .bar-info {
  background-color: #5bc0de;
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-warning .bar,
.progress .bar-warning {
  background-color: #faa732;
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
}
.progress-warning.progress-striped .bar,
.progress-striped .bar-warning {
  background-color: #fbb450;
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress {
  position: relative;
}
.progress .bar {
  position: absolute;
  overflow: hidden;
  line-height: 20px;
}
.progress .progressbar-back-text {
  position: absolute;
  width: 100%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
}
.progress .progressbar-front-text {
  display: block;
  width: 100%;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
}
.progress.right .bar {
  right: 0;
}
.progress.right .progressbar-front-text {
  position: absolute;
  right: 0;
}
.progress.vertical {
  width: 20px;
  height: 100%;
  float: left;
  margin-right: 20px;
  background-color: #f7f7f7;
  background-image: linear-gradient(to bottom, #f5f5f5, #f9f9f9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#fff9f9f9', GradientType=0);
  background-repeat: repeat;
}
.progress.vertical.bottom {
  position: relative;
}
.progress.vertical.bottom .progressbar-front-text {
  position: absolute;
  bottom: 0;
}
.progress.vertical .bar {
  width: 100%;
  height: 0;
  transition: height 0.6s ease;
  background-repeat: repeat;
}
.progress.vertical.bottom .bar {
  position: absolute;
  bottom: 0;
}
.progress-danger.vertical .bar,
.progress.vertical .bar-danger {
  background-color: #dd514c;
  background-image: linear-gradient(to bottom, #ee5f5b, #c43c35);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffc43c35', GradientType=0);
  background-repeat: repeat;
}
.progress-danger.progress-striped.vertical .bar,
.progress.progress-striped.vertical .bar-danger {
  background-color: #ee5f5b;
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-success.vertical .bar,
.progress.vertical .bar-success {
  background-color: #5eb95e;
  background-image: linear-gradient(to bottom, #62c462, #57a957);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff57a957', GradientType=0);
  background-repeat: repeat;
}
.progress-success.progress-striped.vertical .bar,
.progress.progress-striped.vertical .bar-success {
  background-color: #62c462;
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-info.vertical .bar,
.progress.vertical .bar-info {
  background-color: #4bb1cf;
  background-image: linear-gradient(to bottom, #5bc0de, #339bb9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff339bb9', GradientType=0);
  background-repeat: repeat;
}
.progress-info.progress-striped.vertical .bar,
.progress.progress-striped.vertical .bar-info {
  background-color: #5bc0de;
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-warning.vertical .bar,
.progress.vertical .bar-warning {
  background-color: #faa732;
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
  background-repeat: repeat;
}
.progress-warning.progress-striped.vertical .bar,
.progress.progress-striped.vertical .bar-warning {
  background-color: #fbb450;
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.editable-click,
a.editable-click,
a.editable-click:hover {
    border-bottom: dashed 1px #CCCCCC;
}

.editable-empty, .editable-empty:hover, .editable-empty:focus{
  color: #CCCCCC;
}

ul.chzn-choices {
  max-height: 150px !important;
  overflow-y: auto;
}

.no-wrap {
  white-space: nowrap;
}

.service-announcement p:last-child {
  margin-bottom: 0;
}

.checkbox input[type='checkbox']{
  margin-left: 0px;
}

.radio input[type='radio']{
  margin-left: -20px;
}

.radio.block {
  display: block;
  padding: 0;
  min-height: auto;
}
.radio.block input[type='radio']{
  margin-left: 0;
  margin-right: 6px;
}

.form-horizontal .control-group.check_boxes .controls{
  margin-left: 0px;
}
/* line 2, app/assets/stylesheets/smartice/business.css.scss */
body.business-vend_imports_controller table.table.headers {
  width: auto;
  margin: 12px 0;
}

/* line 5, app/assets/stylesheets/smartice/business.css.scss */
body.business-vend_imports_controller table.table.headers th {
  background-color: white;
  font-weight: bold;
  padding: 8px 12px;
  text-align: left;
  color: #2a2a2a;
  border: 1px solid #cccccc;
}

/* line 15, app/assets/stylesheets/smartice/business.css.scss */
body.business-vend_imports_controller form.upload-form.form-horizontal .control-label {
  width: 60px;
}

/* line 18, app/assets/stylesheets/smartice/business.css.scss */
body.business-vend_imports_controller form.upload-form.form-horizontal .controls {
  margin-left: 84px;
}
/* line 1, app/assets/stylesheets/smartice/camera-component.css.scss */
.machine--cameras {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}

/* line 6, app/assets/stylesheets/smartice/camera-component.css.scss */
.machine--cameras .machine--camera {
  width: 100%;
}

/* line 10, app/assets/stylesheets/smartice/camera-component.css.scss */
.camera-component {
  border: 1px solid #cccccc;
}

/* line 14, app/assets/stylesheets/smartice/camera-component.css.scss */
.camera-component .camera-component--feed {
  background-color: #eee;
  border-bottom: 1px solid #ddd;
  min-height: 412px;
  position: relative;
  overflow: hidden;
}

/* line 21, app/assets/stylesheets/smartice/camera-component.css.scss */
.camera-component .camera-component--overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* line 27, app/assets/stylesheets/smartice/camera-component.css.scss */
.camera-component .camera-component--overlay .camera-component--overlay-label {
  display: none;
  background-color: #999;
  color: white;
  border-radius: 8px;
  padding: 12px;
  text-align: center;
}

/* line 34, app/assets/stylesheets/smartice/camera-component.css.scss */
.camera-component .camera-component--overlay .camera-component--overlay-label label.text {
  font-size: 20px;
  line-height: 1.5;
  text-align: center;
  margin: 0;
  pointer-events: none;
}

/* line 41, app/assets/stylesheets/smartice/camera-component.css.scss */
.camera-component .camera-component--overlay .camera-component--overlay-label .rotate-45 {
  transform: rotate(45deg);
}

/* line 45, app/assets/stylesheets/smartice/camera-component.css.scss */
.camera-component .camera-component--overlay .camera-component--overlay-label.active {
  display: block;
}

/* line 48, app/assets/stylesheets/smartice/camera-component.css.scss */
.camera-component .camera-component--overlay .camera-component--overlay-label.success {
  background-color: #468847;
}

/* line 51, app/assets/stylesheets/smartice/camera-component.css.scss */
.camera-component .camera-component--overlay .camera-component--overlay-label.warning {
  background-color: #fcf8e3;
  color: #999999;
}

/* line 55, app/assets/stylesheets/smartice/camera-component.css.scss */
.camera-component .camera-component--overlay .camera-component--overlay-label.error {
  background-color: #b94a48;
}

/* line 60, app/assets/stylesheets/smartice/camera-component.css.scss */
.camera-component .camera-component--controls {
  padding: 8px 12px;
  background-color: #eee;
  border-top: 1px solid #ddd;
}

/* line 65, app/assets/stylesheets/smartice/camera-component.css.scss */
.camera-component .camera-component--controls .camera-component--controls-pantilt .button-pad {
  display: flex;
  border: 1px solid #ccc;
  border-radius: 10px;
}

/* line 69, app/assets/stylesheets/smartice/camera-component.css.scss */
.camera-component .camera-component--controls .camera-component--controls-pantilt .button-pad .button-col {
  display: flex;
  flex-direction: column;
}

/* line 72, app/assets/stylesheets/smartice/camera-component.css.scss */
.camera-component .camera-component--controls .camera-component--controls-pantilt .button-pad .button-col button.btn {
  margin: 0;
  border: 0;
  padding: 4px 12px;
  font-size: 14px;
}

/* line 78, app/assets/stylesheets/smartice/camera-component.css.scss */
.camera-component .camera-component--controls .camera-component--controls-pantilt .button-pad .button-col button.btn > * {
  pointer-events: none;
}

/* line 82, app/assets/stylesheets/smartice/camera-component.css.scss */
.camera-component .camera-component--controls .camera-component--controls-pantilt .button-pad .button-col .diagonal-control i.fa {
  transform: rotate(45deg);
}

/* line 86, app/assets/stylesheets/smartice/camera-component.css.scss */
.camera-component .camera-component--controls .camera-component--controls-pantilt .button-pad .button-col .diagonal-control.left-up {
  border-top-left-radius: 10px;
}

/* line 89, app/assets/stylesheets/smartice/camera-component.css.scss */
.camera-component .camera-component--controls .camera-component--controls-pantilt .button-pad .button-col .diagonal-control.left-down {
  border-bottom-left-radius: 10px;
}

/* line 92, app/assets/stylesheets/smartice/camera-component.css.scss */
.camera-component .camera-component--controls .camera-component--controls-pantilt .button-pad .button-col .diagonal-control.right-up {
  border-top-right-radius: 10px;
}

/* line 95, app/assets/stylesheets/smartice/camera-component.css.scss */
.camera-component .camera-component--controls .camera-component--controls-pantilt .button-pad .button-col .diagonal-control.right-down {
  border-bottom-right-radius: 10px;
}

/* line 104, app/assets/stylesheets/smartice/camera-component.css.scss */
.camera-component .camera-component--controls .camera-component--controls-zoom .buttons {
  display: flex;
  justify-content: space-between;
  gap: 8px;
}

/* line 108, app/assets/stylesheets/smartice/camera-component.css.scss */
.camera-component .camera-component--controls .camera-component--controls-zoom .buttons button {
  flex-basis: 50%;
}

/* line 113, app/assets/stylesheets/smartice/camera-component.css.scss */
.camera-component .camera-component--controls .camera-component--controls-snapshot {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

/* line 117, app/assets/stylesheets/smartice/camera-component.css.scss */
.camera-component .camera-component--controls .camera-component--controls-snapshot .btn {
  text-align: left;
}

/* line 123, app/assets/stylesheets/smartice/camera-component.css.scss */
.camera-component .camera-component--camera-info {
  color: #999;
  background-color: #eee;
  border-top: 1px solid #ddd;
  padding: 4px 12px;
}

/**************************************************
 * Responsive styles
 **************************************************/
/* tablets and up breakpoint */
@media (min-width: 980px) {
  /* line 137, app/assets/stylesheets/smartice/camera-component.css.scss */
  .machine--cameras .machine--camera {
    width: calc(50% - 2rem);
  }
}
/* line 7, app/assets/stylesheets/smartice/cash_outs.css.scss */
body.cash_outs_controller.history_action .pagination,
body.business-cash_outs_controller.history_action .pagination {
  float: left;
}

/* line 13, app/assets/stylesheets/smartice/cash_outs.css.scss */
.cash_outs_controller .cash-out-table-wrapper,
.business-cash_outs_controller .cash-out-table-wrapper {
  min-width: 900px;
}

/* line 15, app/assets/stylesheets/smartice/cash_outs.css.scss */
.cash_outs_controller .cash-out-table-wrapper.machinedatabg .span4,
.business-cash_outs_controller .cash-out-table-wrapper.machinedatabg .span4 {
  width: 30%;
}

/* line 19, app/assets/stylesheets/smartice/cash_outs.css.scss */
.cash_outs_controller .cash-out-table-wrapper .cash-out-table th span,
.business-cash_outs_controller .cash-out-table-wrapper .cash-out-table th span {
  border-bottom: 1px dotted #aaa;
}

/* line 24, app/assets/stylesheets/smartice/cash_outs.css.scss */
.cash_outs_controller .cash-out-table-wrapper .cash-out-table tr.machine-header td,
.business-cash_outs_controller .cash-out-table-wrapper .cash-out-table tr.machine-header td {
  background: #fff;
  font-weight: bold;
}

/* line 30, app/assets/stylesheets/smartice/cash_outs.css.scss */
.cash_outs_controller .cash-out-table-wrapper .cash-out-table td,
.business-cash_outs_controller .cash-out-table-wrapper .cash-out-table td {
  white-space: nowrap;
}

/* line 34, app/assets/stylesheets/smartice/cash_outs.css.scss */
.cash_outs_controller .cash-out-table-wrapper .cash-out-table td.title,
.business-cash_outs_controller .cash-out-table-wrapper .cash-out-table td.title {
  white-space: normal;
}

/* line 40, app/assets/stylesheets/smartice/cash_outs.css.scss */
.cash_outs_controller .gradient-wrap,
.business-cash_outs_controller .gradient-wrap {
  margin-top: 0;
}

/* line 44, app/assets/stylesheets/smartice/cash_outs.css.scss */
.cash_outs_controller .cash-out-summary-table td,
.cash_outs_controller .cash-out-history-table td,
.business-cash_outs_controller .cash-out-summary-table td,
.business-cash_outs_controller .cash-out-history-table td {
  white-space: nowrap;
}

/* line 49, app/assets/stylesheets/smartice/cash_outs.css.scss */
.cash_outs_controller .cash-out-history-table td.wrappable,
.business-cash_outs_controller .cash-out-history-table td.wrappable {
  white-space: normal;
}

/* line 53, app/assets/stylesheets/smartice/cash_outs.css.scss */
.cash_outs_controller span.no-wrap,
.business-cash_outs_controller span.no-wrap {
  white-space: nowrap;
}

/* line 57, app/assets/stylesheets/smartice/cash_outs.css.scss */
.cash_outs_controller .alert > span,
.business-cash_outs_controller .alert > span {
  margin-left: 10px;
}

/* line 61, app/assets/stylesheets/smartice/cash_outs.css.scss */
.cash_outs_controller .view-balances-link,
.business-cash_outs_controller .view-balances-link {
  position: relative;
  top: 7px;
}

/* line 66, app/assets/stylesheets/smartice/cash_outs.css.scss */
.cash_outs_controller .machine-receipts td.selection,
.business-cash_outs_controller .machine-receipts td.selection {
  width: 5%;
}

/* line 70, app/assets/stylesheets/smartice/cash_outs.css.scss */
.cash_outs_controller .expand-vendor-cash-out-btn,
.business-cash_outs_controller .expand-vendor-cash-out-btn {
  vertical-align: center;
  padding: 7px;
  color: #1caacd;
}

/* line 74, app/assets/stylesheets/smartice/cash_outs.css.scss */
.cash_outs_controller .expand-vendor-cash-out-btn:hover,
.business-cash_outs_controller .expand-vendor-cash-out-btn:hover {
  cursor: pointer;
}

/* line 80, app/assets/stylesheets/smartice/cash_outs.css.scss */
.cash_outs_controller .vendor-cash-out-details > td,
.business-cash_outs_controller .vendor-cash-out-details > td {
  background: #fff !important;
  padding: 24px;
}

/* line 85, app/assets/stylesheets/smartice/cash_outs.css.scss */
.cash_outs_controller .vendor-cash-out-details .cash-level-details,
.business-cash_outs_controller .vendor-cash-out-details .cash-level-details {
  padding-bottom: 20px;
}

/* line 89, app/assets/stylesheets/smartice/cash_outs.css.scss */
.cash_outs_controller .vendor-cash-out-details .coin-level-details,
.business-cash_outs_controller .vendor-cash-out-details .coin-level-details {
  margin-top: 20px;
}

/* line 94, app/assets/stylesheets/smartice/cash_outs.css.scss */
.cash_outs_controller .vendor-cash-out-details .misc-inputs .row-fluid:first-child,
.business-cash_outs_controller .vendor-cash-out-details .misc-inputs .row-fluid:first-child {
  margin-top: -10px;
}

/* line 97, app/assets/stylesheets/smartice/cash_outs.css.scss */
.cash_outs_controller .vendor-cash-out-details .misc-inputs .row-fluid:last-child,
.business-cash_outs_controller .vendor-cash-out-details .misc-inputs .row-fluid:last-child {
  margin-top: 5px;
}

/* line 104, app/assets/stylesheets/smartice/cash_outs.css.scss */
.cash_outs_controller .page-header .btn,
.business-cash_outs_controller .page-header .btn {
  position: relative;
  top: 15px;
}

/* line 110, app/assets/stylesheets/smartice/cash_outs.css.scss */
.cash_outs_controller td.title,
.business-cash_outs_controller td.title {
  line-height: 18px;
}

/* line 115, app/assets/stylesheets/smartice/cash_outs.css.scss */
.cash_outs_controller td.balance.positive,
.business-cash_outs_controller td.balance.positive {
  background: #dff0d8;
}

/* line 119, app/assets/stylesheets/smartice/cash_outs.css.scss */
.cash_outs_controller td.balance.negative,
.business-cash_outs_controller td.balance.negative {
  background: #f2dede;
}

/* line 123, app/assets/stylesheets/smartice/cash_outs.css.scss */
.cash_outs_controller td.balance.unknown,
.business-cash_outs_controller td.balance.unknown {
  background: #fcc982;
}

/* line 128, app/assets/stylesheets/smartice/cash_outs.css.scss */
.cash_outs_controller .tooltip,
.business-cash_outs_controller .tooltip {
  font-family: Helvetica, sans-serif;
}

/* line 132, app/assets/stylesheets/smartice/cash_outs.css.scss */
.cash_outs_controller .set-cash-in-source,
.business-cash_outs_controller .set-cash-in-source {
  float: left;
  position: relative;
  line-height: 0;
  min-width: 80px;
}

/* line 138, app/assets/stylesheets/smartice/cash_outs.css.scss */
.cash_outs_controller .set-cash-in-source.no-cash-in-source,
.business-cash_outs_controller .set-cash-in-source.no-cash-in-source {
  text-decoration: underline;
}

/* line 143, app/assets/stylesheets/smartice/cash_outs.css.scss */
.cash_outs_controller .set-cash-in-source-modal .modal-body,
.business-cash_outs_controller .set-cash-in-source-modal .modal-body {
  overflow-y: visible;
}

/* line 147, app/assets/stylesheets/smartice/cash_outs.css.scss */
.cash_outs_controller .hide-cash-out-btn,
.cash_outs_controller .unhide-cash-out-btn,
.business-cash_outs_controller .hide-cash-out-btn,
.business-cash_outs_controller .unhide-cash-out-btn {
  position: relative;
  top: 30px;
  right: 15px;
}

/* line 154, app/assets/stylesheets/smartice/cash_outs.css.scss */
.cash_outs_controller .record-cash-out-form,
.business-cash_outs_controller .record-cash-out-form {
  max-width: 700px;
}

/* line 157, app/assets/stylesheets/smartice/cash_outs.css.scss */
.cash_outs_controller .record-cash-out-form form > .table td,
.business-cash_outs_controller .record-cash-out-form form > .table td {
  border: none;
  width: 50%;
}

/* line 161, app/assets/stylesheets/smartice/cash_outs.css.scss */
.cash_outs_controller .record-cash-out-form form > .table td .input-prepend,
.business-cash_outs_controller .record-cash-out-form form > .table td .input-prepend {
  max-width: 150px;
}

/* line 167, app/assets/stylesheets/smartice/cash_outs.css.scss */
.cash_outs_controller .record-cash-out-form .smartice-time,
.business-cash_outs_controller .record-cash-out-form .smartice-time {
  position: relative;
  top: 12px;
}

/* line 172, app/assets/stylesheets/smartice/cash_outs.css.scss */
.cash_outs_controller .record-cash-out-form .cash-out-notes,
.business-cash_outs_controller .record-cash-out-form .cash-out-notes {
  width: 95%;
}

/* line 177, app/assets/stylesheets/smartice/cash_outs.css.scss */
.cash_outs_controller .set-cash-in-source-modal,
.business-cash_outs_controller .set-cash-in-source-modal {
  white-space: normal;
}

/* line 182, app/assets/stylesheets/smartice/cash_outs.css.scss */
.cash_outs_controller .hardware-event-preview .table-striped tbody > tr:nth-child(odd) > td,
.business-cash_outs_controller .hardware-event-preview .table-striped tbody > tr:nth-child(odd) > td {
  background-color: #fdfdfd;
}

/* line 189, app/assets/stylesheets/smartice/cash_outs.css.scss */
.cash_out_attachments .cash_out_attachments__fields {
  border-bottom: 1px solid #eee;
  margin: 12px 0;
  padding-bottom: 12px;
}
/* line 5, app/assets/stylesheets/smartice/checklist_responses.css.scss */
.checklist_responses_controller .control-group label {
  font-weight: bold !important;
}

/* line 9, app/assets/stylesheets/smartice/checklist_responses.css.scss */
.questionnaire-response .question h4 {
  margin-top: 12px;
}

/* line 13, app/assets/stylesheets/smartice/checklist_responses.css.scss */
.checklist-response-expanded-view {
  margin-bottom: 40px;
}

/* line 16, app/assets/stylesheets/smartice/checklist_responses.css.scss */
.checklist-response-expanded-view table {
  border-radius: 0;
  border-left: 1px solid #ddd;
  border-color: #222;
  color: #fff;
}

/* line 22, app/assets/stylesheets/smartice/checklist_responses.css.scss */
.checklist-response-expanded-view table,
.checklist-response-expanded-view table tr {
  background: #303030;
}

/* line 27, app/assets/stylesheets/smartice/checklist_responses.css.scss */
.checklist-response-expanded-view table a {
  color: #fff;
}

/* line 31, app/assets/stylesheets/smartice/checklist_responses.css.scss */
.checklist-response-expanded-view table td.title {
  width: 30%;
}

/* line 34, app/assets/stylesheets/smartice/checklist_responses.css.scss */
.checklist-response-expanded-view table td.title h3 {
  line-height: 18px;
  margin-top: 10px;
}

/* line 40, app/assets/stylesheets/smartice/checklist_responses.css.scss */
.checklist-response-expanded-view table td.date {
  width: 20%;
  text-align: right;
}

/* line 45, app/assets/stylesheets/smartice/checklist_responses.css.scss */
.checklist-response-expanded-view table td {
  width: 25%;
}

/* line 50, app/assets/stylesheets/smartice/checklist_responses.css.scss */
.checklist-response-expanded-view .well {
  border-radius: 0;
  padding-top: 5px;
}

@media print {
  /* line 58, app/assets/stylesheets/smartice/checklist_responses.css.scss */
  .checklist_responses_controller .admin_header,
.checklist_responses_controller .header,
.checklist_responses_controller .UtilityNav,
.checklist_responses_controller .chosen-select,
.checklist_responses_controller .chzn-container,
.checklist_responses_controller .checklist-filters,
.checklist_responses_controller .checklist-view-toggle,
.checklist_responses_controller .checklist-tools {
    display: none;
  }
  /* line 70, app/assets/stylesheets/smartice/checklist_responses.css.scss */
  .checklist_responses_controller .checklist-response-expanded-view table {
    font-size: 80%;
    font-weight: bold;
    margin-bottom: 1px;
  }
  /* line 74, app/assets/stylesheets/smartice/checklist_responses.css.scss */
  .checklist_responses_controller .checklist-response-expanded-view table td.title h3 {
    margin-top: 0;
    font-family: Helvetica, sans-serif;
    font-weight: bold;
  }
  /* line 84, app/assets/stylesheets/smartice/checklist_responses.css.scss */
  .checklist_responses_controller .questionnaire-response .question > h4 {
    font-family: Helvetica, sans-serif;
    line-height: 22px;
  }
  /* line 90, app/assets/stylesheets/smartice/checklist_responses.css.scss */
  a[href]:after {
    content: none;
  }
}
/* @group Base */
/* line 2, app/assets/stylesheets/smartice/chosen.scss */
.chzn-container {
  font-size: 13px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  zoom: 1;
  *display: inline;
}

/* line 10, app/assets/stylesheets/smartice/chosen.scss */
.chzn-container .chzn-drop {
  background: #fff;
  border: 1px solid #aaa;
  border-top: 0;
  position: absolute;
  top: 100%;
  left: 0;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  z-index: 1010;
  width: 100%;
  -ms-box-sizing: border-box;
  -khtml-box-sizing: border-box;
  box-sizing: border-box;
}

/* @end */
/* @group Single Chosen */
/* line 31, app/assets/stylesheets/smartice/chosen.scss */
.chzn-container-single .chzn-single {
  background-color: #ffffff;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0 );
  background-image: linear-gradient(#ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #aaaaaa;
  box-shadow: 0 0 3px #ffffff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  display: block;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  height: 23px;
  line-height: 24px;
  padding: 0 0 0 8px;
  color: #444444;
  text-decoration: none;
}

/* line 59, app/assets/stylesheets/smartice/chosen.scss */
.chzn-container-single .chzn-default {
  color: #999;
}

/* line 62, app/assets/stylesheets/smartice/chosen.scss */
.chzn-container-single .chzn-single span {
  margin-right: 26px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

/* line 71, app/assets/stylesheets/smartice/chosen.scss */
.chzn-container-single .chzn-single abbr {
  display: block;
  position: absolute;
  right: 26px;
  top: 6px;
  width: 12px;
  height: 12px;
  font-size: 1px;
  background: url(/assets/chosen-sprite-e0049f44cb27095ca55d76de41fd5a12c6c4e088cdb8eca5d29c0193826c8b64.png) -42px 1px no-repeat;
}

/* line 81, app/assets/stylesheets/smartice/chosen.scss */
.chzn-container-single .chzn-single abbr:hover {
  background-position: -42px -10px;
}

/* line 84, app/assets/stylesheets/smartice/chosen.scss */
.chzn-container-single.chzn-disabled .chzn-single abbr:hover {
  background-position: -42px -10px;
}

/* line 87, app/assets/stylesheets/smartice/chosen.scss */
.chzn-container-single .chzn-single div {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  height: 100%;
  width: 18px;
}

/* line 95, app/assets/stylesheets/smartice/chosen.scss */
.chzn-container-single .chzn-single div b {
  background: url(/assets/chosen-sprite-e0049f44cb27095ca55d76de41fd5a12c6c4e088cdb8eca5d29c0193826c8b64.png) no-repeat 0px 2px;
  display: block;
  width: 100%;
  height: 100%;
}

/* line 101, app/assets/stylesheets/smartice/chosen.scss */
.chzn-container-single .chzn-search {
  padding: 3px 4px;
  position: relative;
  margin: 0;
  white-space: nowrap;
  z-index: 1010;
}

/* line 108, app/assets/stylesheets/smartice/chosen.scss */
.chzn-container-single .chzn-search input {
  background: #fff url(/assets/chosen-sprite-e0049f44cb27095ca55d76de41fd5a12c6c4e088cdb8eca5d29c0193826c8b64.png) no-repeat 100% -20px;
  background: url(/assets/chosen-sprite-e0049f44cb27095ca55d76de41fd5a12c6c4e088cdb8eca5d29c0193826c8b64.png) no-repeat 100% -20px, linear-gradient(#eeeeee 1%, #ffffff 15%);
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  outline: 0;
  border: 1px solid #aaa;
  font-family: sans-serif;
  font-size: 1em;
  width: 100%;
  -ms-box-sizing: border-box;
  -khtml-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 128, app/assets/stylesheets/smartice/chosen.scss */
.chzn-container-single .chzn-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

/* line 137, app/assets/stylesheets/smartice/chosen.scss */
.chzn-container-single-nosearch .chzn-search {
  position: absolute;
  left: -9999px;
}

/* @end */
/* @group Multi Chosen */
/* line 144, app/assets/stylesheets/smartice/chosen.scss */
.chzn-container-multi .chzn-choices {
  background-color: #fff;
  background-image: linear-gradient(#eeeeee 1%, #ffffff 15%);
  border: 1px solid #aaa;
  margin: 0;
  padding: 0;
  cursor: text;
  overflow: hidden;
  height: auto !important;
  height: 1%;
  position: relative;
  width: 100%;
  -ms-box-sizing: border-box;
  -khtml-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 166, app/assets/stylesheets/smartice/chosen.scss */
.chzn-container-multi .chzn-choices li {
  float: left;
  list-style: none;
}

/* line 170, app/assets/stylesheets/smartice/chosen.scss */
.chzn-container-multi .chzn-choices .search-field {
  white-space: nowrap;
  margin: 0;
  padding: 0;
}

/* line 175, app/assets/stylesheets/smartice/chosen.scss */
.chzn-container-multi .chzn-choices .search-field input {
  color: #666;
  background: transparent !important;
  border: 0 !important;
  font-family: sans-serif;
  font-size: 100%;
  height: 15px;
  padding: 5px;
  margin: 1px 0;
  outline: 0;
  box-shadow: none;
}

/* line 189, app/assets/stylesheets/smartice/chosen.scss */
.chzn-container-multi .chzn-choices .search-field .default {
  color: #999;
}

/* line 192, app/assets/stylesheets/smartice/chosen.scss */
.chzn-container-multi .chzn-choices .search-choice {
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #e4e4e4;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#eeeeee', GradientType=0 );
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  box-shadow: 0 0 2px #ffffff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #333;
  border: 1px solid #aaaaaa;
  line-height: 13px;
  padding: 3px 20px 3px 5px;
  margin: 3px 0 3px 5px;
  position: relative;
  cursor: default;
}

/* line 217, app/assets/stylesheets/smartice/chosen.scss */
.chzn-container-multi .chzn-choices .search-choice.search-choice-disabled {
  background-color: #e4e4e4;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#eeeeee', GradientType=0 );
  background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  color: #666;
  border: 1px solid #cccccc;
  padding-right: 5px;
}

/* line 230, app/assets/stylesheets/smartice/chosen.scss */
.chzn-container-multi .chzn-choices .search-choice-focus {
  background: #d4d4d4;
}

/* line 233, app/assets/stylesheets/smartice/chosen.scss */
.chzn-container-multi .chzn-choices .search-choice .search-choice-close {
  display: block;
  position: absolute;
  right: 3px;
  top: 4px;
  width: 12px;
  height: 12px;
  font-size: 1px;
  background: url(/assets/chosen-sprite-e0049f44cb27095ca55d76de41fd5a12c6c4e088cdb8eca5d29c0193826c8b64.png) -42px 1px no-repeat;
}

/* line 243, app/assets/stylesheets/smartice/chosen.scss */
.chzn-container-multi .chzn-choices .search-choice .search-choice-close:hover {
  background-position: -42px -10px;
}

/* line 246, app/assets/stylesheets/smartice/chosen.scss */
.chzn-container-multi .chzn-choices .search-choice-focus .search-choice-close {
  background-position: -42px -10px;
}

/* @end */
/* @group Results */
/* line 252, app/assets/stylesheets/smartice/chosen.scss */
.chzn-container .chzn-results {
  margin: 0 4px 4px 0;
  max-height: 340px;
  padding: 0 0 0 4px;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

/* line 261, app/assets/stylesheets/smartice/chosen.scss */
.chzn-container-multi .chzn-results {
  margin: 0;
  padding: 0;
}

/* line 265, app/assets/stylesheets/smartice/chosen.scss */
.chzn-container .chzn-results li {
  display: none;
  line-height: 15px;
  padding: 5px 6px;
  margin: 0;
  list-style: none;
}

/* line 272, app/assets/stylesheets/smartice/chosen.scss */
.chzn-container .chzn-results .active-result {
  cursor: pointer;
  display: list-item;
}

/* line 276, app/assets/stylesheets/smartice/chosen.scss */
.chzn-container .chzn-results .highlighted {
  background-color: #3875d7;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3875d7', endColorstr='#2a62bc', GradientType=0 );
  background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
  color: #fff;
}

/* line 286, app/assets/stylesheets/smartice/chosen.scss */
.chzn-container .chzn-results li em {
  background: #feffde;
  font-style: normal;
}

/* line 290, app/assets/stylesheets/smartice/chosen.scss */
.chzn-container .chzn-results .highlighted em {
  background: transparent;
}

/* line 293, app/assets/stylesheets/smartice/chosen.scss */
.chzn-container .chzn-results .no-results {
  background: #f4f4f4;
  display: list-item;
}

/* line 297, app/assets/stylesheets/smartice/chosen.scss */
.chzn-container .chzn-results .group-result {
  cursor: default;
  color: #999;
  font-weight: bold;
}

/* line 302, app/assets/stylesheets/smartice/chosen.scss */
.chzn-container .chzn-results .group-option {
  padding-left: 15px;
}

/* line 305, app/assets/stylesheets/smartice/chosen.scss */
.chzn-container-multi .chzn-drop .result-selected {
  display: none;
}

/* line 308, app/assets/stylesheets/smartice/chosen.scss */
.chzn-container .chzn-results-scroll {
  background: white;
  margin: 0 4px;
  position: absolute;
  text-align: center;
  width: 321px;
  /* This should by dynamic with js */
  z-index: 1;
}

/* line 316, app/assets/stylesheets/smartice/chosen.scss */
.chzn-container .chzn-results-scroll span {
  display: inline-block;
  height: 17px;
  text-indent: -5000px;
  width: 9px;
}

/* line 322, app/assets/stylesheets/smartice/chosen.scss */
.chzn-container .chzn-results-scroll-down {
  bottom: 0;
}

/* line 325, app/assets/stylesheets/smartice/chosen.scss */
.chzn-container .chzn-results-scroll-down span {
  background: url(/assets/chosen-sprite-e0049f44cb27095ca55d76de41fd5a12c6c4e088cdb8eca5d29c0193826c8b64.png) no-repeat -4px -3px;
}

/* line 328, app/assets/stylesheets/smartice/chosen.scss */
.chzn-container .chzn-results-scroll-up span {
  background: url(/assets/chosen-sprite-e0049f44cb27095ca55d76de41fd5a12c6c4e088cdb8eca5d29c0193826c8b64.png) no-repeat -22px -3px;
}

/* @end */
/* @group Active  */
/* line 334, app/assets/stylesheets/smartice/chosen.scss */
.chzn-container-active .chzn-single {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  border: 1px solid #5897fb;
}

/* line 340, app/assets/stylesheets/smartice/chosen.scss */
.chzn-container-active .chzn-single-with-drop {
  border: 1px solid #aaa;
  box-shadow: 0 1px 0 #fff inset;
  background-color: #eee;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0 );
  background-image: linear-gradient(#eeeeee 20%, #ffffff 80%);
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 359, app/assets/stylesheets/smartice/chosen.scss */
.chzn-container-active .chzn-single-with-drop div {
  background: transparent;
  border-left: none;
}

/* line 363, app/assets/stylesheets/smartice/chosen.scss */
.chzn-container-active .chzn-single-with-drop div b {
  background-position: -18px 2px;
}

/* line 366, app/assets/stylesheets/smartice/chosen.scss */
.chzn-container-active .chzn-choices {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  border: 1px solid #5897fb;
}

/* line 372, app/assets/stylesheets/smartice/chosen.scss */
.chzn-container-active .chzn-choices .search-field input {
  color: #111 !important;
}

/* @end */
/* @group Disabled Support */
/* line 378, app/assets/stylesheets/smartice/chosen.scss */
.chzn-disabled {
  cursor: default;
  opacity: 0.5 !important;
}

/* line 382, app/assets/stylesheets/smartice/chosen.scss */
.chzn-disabled .chzn-single {
  cursor: default;
}

/* line 385, app/assets/stylesheets/smartice/chosen.scss */
.chzn-disabled .chzn-choices .search-choice .search-choice-close {
  cursor: default;
}

/* @group Right to Left */
/* line 390, app/assets/stylesheets/smartice/chosen.scss */
.chzn-rtl {
  text-align: right;
}

/* line 391, app/assets/stylesheets/smartice/chosen.scss */
.chzn-rtl .chzn-single {
  padding: 0 8px 0 0;
  overflow: visible;
}

/* line 392, app/assets/stylesheets/smartice/chosen.scss */
.chzn-rtl .chzn-single span {
  margin-left: 26px;
  margin-right: 0;
  direction: rtl;
}

/* line 394, app/assets/stylesheets/smartice/chosen.scss */
.chzn-rtl .chzn-single div {
  left: 3px;
  right: auto;
}

/* line 395, app/assets/stylesheets/smartice/chosen.scss */
.chzn-rtl .chzn-single abbr {
  left: 26px;
  right: auto;
}

/* line 399, app/assets/stylesheets/smartice/chosen.scss */
.chzn-rtl .chzn-choices .search-field input {
  direction: rtl;
}

/* line 400, app/assets/stylesheets/smartice/chosen.scss */
.chzn-rtl .chzn-choices li {
  float: right;
}

/* line 401, app/assets/stylesheets/smartice/chosen.scss */
.chzn-rtl .chzn-choices .search-choice {
  padding: 3px 5px 3px 19px;
  margin: 3px 5px 3px 0;
}

/* line 402, app/assets/stylesheets/smartice/chosen.scss */
.chzn-rtl .chzn-choices .search-choice .search-choice-close {
  left: 4px;
  right: auto;
}

/* line 403, app/assets/stylesheets/smartice/chosen.scss */
.chzn-rtl.chzn-container-single .chzn-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}

/* line 404, app/assets/stylesheets/smartice/chosen.scss */
.chzn-rtl .chzn-results .group-option {
  padding-left: 0;
  padding-right: 15px;
}

/* line 405, app/assets/stylesheets/smartice/chosen.scss */
.chzn-rtl.chzn-container-active .chzn-single-with-drop div {
  border-right: none;
}

/* line 406, app/assets/stylesheets/smartice/chosen.scss */
.chzn-rtl .chzn-search input {
  background: #fff url(/assets/chosen-sprite-e0049f44cb27095ca55d76de41fd5a12c6c4e088cdb8eca5d29c0193826c8b64.png) no-repeat -30px -20px;
  background: url(/assets/chosen-sprite-e0049f44cb27095ca55d76de41fd5a12c6c4e088cdb8eca5d29c0193826c8b64.png) no-repeat -30px -20px, linear-gradient(#eeeeee 1%, #ffffff 15%);
  padding: 4px 5px 4px 20px;
  direction: rtl;
}

/* line 416, app/assets/stylesheets/smartice/chosen.scss */
.chzn-container-single.chzn-rtl .chzn-single div b {
  background-position: 6px 2px;
}

/* line 419, app/assets/stylesheets/smartice/chosen.scss */
.chzn-container-single.chzn-rtl .chzn-single-with-drop div b {
  background-position: -12px 2px;
}

/* @end */
/* @group Retina compatibility */
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {
  /* line 426, app/assets/stylesheets/smartice/chosen.scss */
  .chzn-rtl .chzn-search input, .chzn-container-single .chzn-single abbr, .chzn-container-single .chzn-single div b, .chzn-container-single .chzn-search input, .chzn-container-multi .chzn-choices .search-choice .search-choice-close, .chzn-container .chzn-results-scroll-down span, .chzn-container .chzn-results-scroll-up span {
    background-image: url(/assets/chosen-sprite@2x-085ee9b19ba0e879649a3bb219296e48c49f3da9a6dd70272348e9abd2ddde8e.png) !important;
    background-repeat: no-repeat !important;
    background-size: 52px 37px !important;
  }
}

/* @end */
/* line 5, app/assets/stylesheets/smartice/dashboard.css.scss */
#container {
  height: 400px;
}

/* line 10, app/assets/stylesheets/smartice/dashboard.css.scss */
body.dashboard_controller .content .chart_loading_placeholder {
  width: 100%;
  background-color: #efefef;
  text-align: center;
  font-size: 24px;
  font-style: italic;
  line-height: 400px;
}

/* line 21, app/assets/stylesheets/smartice/dashboard.css.scss */
form.machine-report-form .report-form-row {
  margin-top: 8px;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

/* line 27, app/assets/stylesheets/smartice/dashboard.css.scss */
form.machine-report-form .col-analysis {
  min-width: 240px;
}

/* line 30, app/assets/stylesheets/smartice/dashboard.css.scss */
form.machine-report-form .col-comparison-period {
  min-width: 300px;
}

/* line 34, app/assets/stylesheets/smartice/dashboard.css.scss */
form.machine-report-form .col-date-range input.datepicker,
form.machine-report-form .col-date-range input[type="date"] {
  max-width: 126px;
}

/* line 39, app/assets/stylesheets/smartice/dashboard.css.scss */
form.machine-report-form .col-buttons {
  margin-top: 19px;
}

/* line 45, app/assets/stylesheets/smartice/dashboard.css.scss */
form.event-report-form input.datepicker,
form.event-report-form input[type="date"] {
  max-width: 126px;
}

/* line 49, app/assets/stylesheets/smartice/dashboard.css.scss */
form.event-report-form .event-report-form-row {
  margin-top: 8px;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: end;
}

/* line 56, app/assets/stylesheets/smartice/dashboard.css.scss */
form.event-report-form .col-event-type-filter {
  display: flex;
  gap: 16px;
  align-items: center;
  width: 646px;
}

/* line 62, app/assets/stylesheets/smartice/dashboard.css.scss */
form.event-report-form .col-buttons {
  margin-top: 19px;
}

/* line 68, app/assets/stylesheets/smartice/dashboard.css.scss */
table.metric-data tr.total {
  background-color: transparent;
}

/* line 70, app/assets/stylesheets/smartice/dashboard.css.scss */
table.metric-data tr.total td,
table.metric-data tr.total th {
  background-color: #eaf5fd;
  font-weight: bold;
}

/* line 77, app/assets/stylesheets/smartice/dashboard.css.scss */
table.metric-data tr.total:last-child td,
table.metric-data tr.total:last-child th {
  background-color: #dde7ef;
}

/* line 83, app/assets/stylesheets/smartice/dashboard.css.scss */
table.metric-data tr th.total-vertical,
table.metric-data tr td.total-vertical {
  background-color: #eaf5fd;
  font-weight: bold;
}

/* line 88, app/assets/stylesheets/smartice/dashboard.css.scss */
table.metric-data tr th.total-vertical:last-child,
table.metric-data tr td.total-vertical:last-child {
  background-color: #dde7ef;
}

/* line 92, app/assets/stylesheets/smartice/dashboard.css.scss */
table.metric-data tr td.ice2u-column-value {
  color: #909090;
}

/* line 98, app/assets/stylesheets/smartice/dashboard.css.scss */
table.metric-data tr.free-ice-mode--on td {
  background-color: #a8daff !important;
  color: black;
}

/* line 101, app/assets/stylesheets/smartice/dashboard.css.scss */
table.metric-data tr.free-ice-mode--on td a {
  color: black;
}

/* line 107, app/assets/stylesheets/smartice/dashboard.css.scss */
table.metric-data tr.free-water-mode--on td {
  background-color: #89baff !important;
  color: black;
}

/* line 110, app/assets/stylesheets/smartice/dashboard.css.scss */
table.metric-data tr.free-water-mode--on td a {
  color: black;
}

/* line 117, app/assets/stylesheets/smartice/dashboard.css.scss */
table.metric-data tr.major-alert-row td,
table.metric-data tr.major-alert-row td.total-vertical,
table.metric-data tr.major-alert-row th.total-vertical {
  color: white;
  background-color: #b94a48;
  border: none;
}

/* line 122, app/assets/stylesheets/smartice/dashboard.css.scss */
table.metric-data tr.major-alert-row td a,
table.metric-data tr.major-alert-row td.total-vertical a,
table.metric-data tr.major-alert-row th.total-vertical a {
  color: white;
}

/* line 127, app/assets/stylesheets/smartice/dashboard.css.scss */
table.metric-data tr.major-alert-row td i.fa {
  color: white !important;
}

/* line 130, app/assets/stylesheets/smartice/dashboard.css.scss */
table.metric-data tr.major-alert-row td.report-column {
  color: white !important;
}

/* line 132, app/assets/stylesheets/smartice/dashboard.css.scss */
table.metric-data tr.major-alert-row td.report-column .text-success {
  color: white !important;
}

/* line 136, app/assets/stylesheets/smartice/dashboard.css.scss */
table.metric-data tr.major-alert-row.alert-row-parent {
  border-top: 1px solid #ccc;
}

/* line 139, app/assets/stylesheets/smartice/dashboard.css.scss */
table.metric-data tr.major-alert-row .badge {
  border: 1px solid #fff;
}

/* line 142, app/assets/stylesheets/smartice/dashboard.css.scss */
table.metric-data tr.major-alert-row .percent-change.negative,
table.metric-data tr.major-alert-row .percent-change.positive {
  color: white;
}

/* line 149, app/assets/stylesheets/smartice/dashboard.css.scss */
table.metric-data tr.alert-row td,
table.metric-data tr.alert-row td.total-vertical,
table.metric-data tr.alert-row th.total-vertical {
  color: #c09853;
  background-color: #fcf8e3;
  border: none;
}

/* line 154, app/assets/stylesheets/smartice/dashboard.css.scss */
table.metric-data tr.alert-row td a,
table.metric-data tr.alert-row td.total-vertical a,
table.metric-data tr.alert-row th.total-vertical a {
  color: #c09853;
}

/* line 159, app/assets/stylesheets/smartice/dashboard.css.scss */
table.metric-data tr.alert-row.alert-row-parent {
  border-top: 1px solid #ccc;
}

/* line 162, app/assets/stylesheets/smartice/dashboard.css.scss */
table.metric-data tr.alert-row .badge {
  border: 1px solid #fff;
}

/* line 165, app/assets/stylesheets/smartice/dashboard.css.scss */
table.metric-data tr.alert-row .percent-change.negative,
table.metric-data tr.alert-row .percent-change.positive {
  color: #c09853;
}

/* line 171, app/assets/stylesheets/smartice/dashboard.css.scss */
table.metric-data table.metric-data tr.alert-row td i.fa,
table.metric-data table.metric-data tr.alert-row td.report-column--bin-level span {
  color: white !important;
}

/* line 177, app/assets/stylesheets/smartice/dashboard.css.scss */
table.metric-data tr.expired-row td,
table.metric-data tr.expired-row td.total-vertical,
table.metric-data tr.expired-row th.total-vertical {
  color: white;
  background-color: gray;
  border: none;
}

/* line 182, app/assets/stylesheets/smartice/dashboard.css.scss */
table.metric-data tr.expired-row td a,
table.metric-data tr.expired-row td.total-vertical a,
table.metric-data tr.expired-row th.total-vertical a {
  color: white;
}

/* line 187, app/assets/stylesheets/smartice/dashboard.css.scss */
table.metric-data tr.expired-row.alert-row-parent {
  border-top: 1px solid #ccc;
}

/* line 190, app/assets/stylesheets/smartice/dashboard.css.scss */
table.metric-data tr.expired-row .badge {
  border: 1px solid #fff;
}

/* line 193, app/assets/stylesheets/smartice/dashboard.css.scss */
table.metric-data tr.expired-row .percent-change.negative,
table.metric-data tr.expired-row .percent-change.positive {
  color: white;
}

/* line 199, app/assets/stylesheets/smartice/dashboard.css.scss */
table.metric-data .alert-message-row {
  padding-left: 24px;
  line-height: 14px;
  font-size: 13px;
}

/* line 205, app/assets/stylesheets/smartice/dashboard.css.scss */
table.metric-data th {
  font-weight: bold;
  min-width: 15px;
}

/* line 208, app/assets/stylesheets/smartice/dashboard.css.scss */
table.metric-data th img.product-icon {
  vertical-align: text-top;
}

/* line 215, app/assets/stylesheets/smartice/dashboard.css.scss */
.selected-machines-label .badge {
  vertical-align: text-bottom;
}

/* line 218, app/assets/stylesheets/smartice/dashboard.css.scss */
.selected-machines-label label {
  display: inline-block;
}

/* line 224, app/assets/stylesheets/smartice/dashboard.css.scss */
.exports .btn-link {
  font-family: AvenirNextLTPro-Regular, Helvetica, Arial, sans-serif;
  position: relative;
  bottom: 5px;
}

/* line 226, app/assets/stylesheets/smartice/dashboard.css.scss */
.exports .btn-link:hover {
  text-decoration: none;
}

/* line 245, app/assets/stylesheets/smartice/dashboard.css.scss */
.expand-report-form:hover,
.collapse-report-form:hover {
  cursor: pointer;
}

/* line 250, app/assets/stylesheets/smartice/dashboard.css.scss */
.expand-report-form {
  position: relative;
  top: 5px;
}

/* line 255, app/assets/stylesheets/smartice/dashboard.css.scss */
.report-graph-collapsed {
  text-align: center;
}

/* line 257, app/assets/stylesheets/smartice/dashboard.css.scss */
.report-graph-collapsed.gradient-wrap {
  margin: 10px 0;
}

@media (max-width: 767px) {
  /* line 263, app/assets/stylesheets/smartice/dashboard.css.scss */
  .report-graph-expanded {
    display: none;
  }
}

@media (min-width: 768px) {
  /* line 269, app/assets/stylesheets/smartice/dashboard.css.scss */
  .report-graph-collapsed {
    display: none;
  }
}

/* line 274, app/assets/stylesheets/smartice/dashboard.css.scss */
.chart_container {
  width: 100%;
}

/* line 278, app/assets/stylesheets/smartice/dashboard.css.scss */
.group-quick-add {
  padding-top: 7px;
}

/* line 283, app/assets/stylesheets/smartice/dashboard.css.scss */
.widget .widget-header .summary-total {
  min-height: 35px;
  text-align: center;
  margin-left: 16px;
}

/* line 287, app/assets/stylesheets/smartice/dashboard.css.scss */
.widget .widget-header .summary-total .summary-total-number {
  font-size: 18px;
  padding-left: 4px;
}

/* line 294, app/assets/stylesheets/smartice/dashboard.css.scss */
.averages-selection {
  padding-bottom: 10px;
}

/* line 295, app/assets/stylesheets/smartice/dashboard.css.scss */
.averages-selection label {
  display: inline;
  margin-right: 5px;
}

/* line 299, app/assets/stylesheets/smartice/dashboard.css.scss */
.averages-selection input[type="checkbox"] {
  margin: 0 0 3px 0;
}

/* line 305, app/assets/stylesheets/smartice/dashboard.css.scss */
td.machine-gauge {
  text-align: center;
}

/* line 309, app/assets/stylesheets/smartice/dashboard.css.scss */
th.machine-gauge {
  text-align: right;
}

/* line 313, app/assets/stylesheets/smartice/dashboard.css.scss */
.machine-small {
  font-size: 12px;
}

/* line 317, app/assets/stylesheets/smartice/dashboard.css.scss */
.mobile-dashboard-reload {
  margin-left: 24px;
  margin-right: 12px;
}

/* line 322, app/assets/stylesheets/smartice/dashboard.css.scss */
.percent-change {
  font-size: 10px;
  white-space: nowrap;
  display: block;
  text-align: right;
}

/* line 325, app/assets/stylesheets/smartice/dashboard.css.scss */
.percent-change.positive {
  color: green;
}

/* line 328, app/assets/stylesheets/smartice/dashboard.css.scss */
.percent-change.negative {
  color: red;
}

/* line 335, app/assets/stylesheets/smartice/dashboard.css.scss */
.performance-recap {
  position: relative;
  overflow-x: scroll;
  overflow-y: visible;
  margin-top: 20px;
  margin-bottom: 20px;
}

/* line 342, app/assets/stylesheets/smartice/dashboard.css.scss */
.performance-recap .performance-recap-table {
  width: 99%;
  min-width: 800px;
}

/* line 346, app/assets/stylesheets/smartice/dashboard.css.scss */
.performance-recap .performance-recap-table td,
.performance-recap .performance-recap-table th {
  text-align: right;
  border-top: 1px solid #ccc;
  border-bottom: 0px;
}

/* line 356, app/assets/stylesheets/smartice/dashboard.css.scss */
.performance-recap .performance-recap-table thead tr th.grey-bg {
  background-color: #f2f2f2;
}

/* line 361, app/assets/stylesheets/smartice/dashboard.css.scss */
.performance-recap .performance-recap-table .separator-row td,
.performance-recap .performance-recap-table .separator-row th {
  border-top: 1px solid black;
}

/* line 367, app/assets/stylesheets/smartice/dashboard.css.scss */
.performance-recap .performance-recap-table .date-value-row {
  font-size: 12px;
}

/* line 371, app/assets/stylesheets/smartice/dashboard.css.scss */
.performance-recap .performance-recap-table .totals-row td {
  background-color: #eaf5fd;
}

/* line 375, app/assets/stylesheets/smartice/dashboard.css.scss */
.performance-recap .performance-recap-table .perf-data-row td {
  background-color: white;
}

/* line 379, app/assets/stylesheets/smartice/dashboard.css.scss */
.performance-recap .performance-recap-table .perf-data-row.invalid-sub td {
  background-color: gray;
  color: white;
}

/* line 386, app/assets/stylesheets/smartice/dashboard.css.scss */
.weekly-summary {
  position: relative;
  overflow-x: scroll;
  overflow-y: visible;
}

/* line 391, app/assets/stylesheets/smartice/dashboard.css.scss */
.weekly-summary .weekly-summary-table {
  width: 99%;
  min-width: 800px;
}

/* line 395, app/assets/stylesheets/smartice/dashboard.css.scss */
.weekly-summary .weekly-summary-table .percent-change {
  display: inline-block;
  margin-left: 2px;
  min-width: 9px;
}

/* line 401, app/assets/stylesheets/smartice/dashboard.css.scss */
.weekly-summary .weekly-summary-table td,
.weekly-summary .weekly-summary-table th {
  text-align: right;
  white-space: nowrap;
}

/* line 407, app/assets/stylesheets/smartice/dashboard.css.scss */
.weekly-summary .weekly-summary-table th {
  padding-right: 20px;
}

/* line 409, app/assets/stylesheets/smartice/dashboard.css.scss */
.weekly-summary .weekly-summary-table th.week-col {
  padding-right: 0;
}

/* line 414, app/assets/stylesheets/smartice/dashboard.css.scss */
.weekly-summary .weekly-summary-table .fixed-col {
  position: sticky;
  left: 0px;
  z-index: 100;
  width: 60px;
}

/* line 419, app/assets/stylesheets/smartice/dashboard.css.scss */
.weekly-summary .weekly-summary-table .fixed-col.fixed-col-inner {
  width: auto;
  left: 97px;
}

/* line 423, app/assets/stylesheets/smartice/dashboard.css.scss */
.weekly-summary .weekly-summary-table .fixed-col.fixed-col-alt {
  background: white;
}

/* line 428, app/assets/stylesheets/smartice/dashboard.css.scss */
.weekly-summary .weekly-summary-table tr.total td.fixed-col.fixed-col-alt {
  background: #eaf5fd;
}

/* line 434, app/assets/stylesheets/smartice/dashboard.css.scss */
.mobile-hscroll {
  /*position: relative;*/
  overflow-x: scroll;
  overflow-y: visible;
}

/* line 439, app/assets/stylesheets/smartice/dashboard.css.scss */
.mobile-hscroll .mobile-hscroll-table {
  width: 99%;
  min-width: 800px;
}

/* line 443, app/assets/stylesheets/smartice/dashboard.css.scss */
.mobile-hscroll .mobile-hscroll-table .percent-change {
  display: inline-block;
  margin-left: 2px;
  min-width: 9px;
}

/* line 453, app/assets/stylesheets/smartice/dashboard.css.scss */
.mobile-hscroll .mobile-hscroll-table th {
  padding-right: 20px;
}

/* line 457, app/assets/stylesheets/smartice/dashboard.css.scss */
.mobile-hscroll .mobile-hscroll-table .fixed-col {
  position: sticky;
  left: 0px;
  z-index: 100;
  width: 60px;
}

/* line 462, app/assets/stylesheets/smartice/dashboard.css.scss */
.mobile-hscroll .mobile-hscroll-table .fixed-col.fixed-col-inner {
  width: auto;
  left: 97px;
}

/* line 466, app/assets/stylesheets/smartice/dashboard.css.scss */
.mobile-hscroll .mobile-hscroll-table .fixed-col.fixed-col-alt {
  background: white;
}

/* line 471, app/assets/stylesheets/smartice/dashboard.css.scss */
.mobile-hscroll .mobile-hscroll-table tr.total td.fixed-col.fixed-col-alt {
  background: #eaf5fd;
}

@media (max-width: 768px) {
  /* line 480, app/assets/stylesheets/smartice/dashboard.css.scss */
  form.machine-report-form .col-buttons,
form.event-report-form .col-buttons {
    margin-top: 25px;
  }
  /* line 485, app/assets/stylesheets/smartice/dashboard.css.scss */
  .widget-content {
    padding-left: 0;
    padding-right: 0;
  }
  /* line 490, app/assets/stylesheets/smartice/dashboard.css.scss */
  .mobile-hscroll .mobile-hscroll-table {
    min-width: 300px;
  }
  /* line 494, app/assets/stylesheets/smartice/dashboard.css.scss */
  .fixed-mobile-machine {
    width: 60px;
  }
  /* line 498, app/assets/stylesheets/smartice/dashboard.css.scss */
  .fixed-mobile-total {
    width: 60px;
  }
  /* line 502, app/assets/stylesheets/smartice/dashboard.css.scss */
  .fixed-mobile-ice-total {
    width: 32px;
  }
  /* line 506, app/assets/stylesheets/smartice/dashboard.css.scss */
  .fixed-mobile-water-total {
    width: 20px;
  }
  /* line 509, app/assets/stylesheets/smartice/dashboard.css.scss */
  .fixed-mobile-gauge {
    width: 32px;
  }
}

/* line 514, app/assets/stylesheets/smartice/dashboard.css.scss */
.mobile-hscroll {
  z-index: 1;
  position: relative;
}

/* line 518, app/assets/stylesheets/smartice/dashboard.css.scss */
.mobile-hscroll table {
  z-index: 1;
  position: relative;
  background-color: transparent;
}

/* line 523, app/assets/stylesheets/smartice/dashboard.css.scss */
.mobile-hscroll table tr.vertical-scroll {
  z-index: 1;
  position: relative;
}

/* line 527, app/assets/stylesheets/smartice/dashboard.css.scss */
.mobile-hscroll table tr.vertical-scroll td,
.mobile-hscroll table tr.vertical-scroll th {
  position: relative;
  background-color: white;
  z-index: 2;
}

/* line 535, app/assets/stylesheets/smartice/dashboard.css.scss */
.mobile-hscroll table tr {
  z-index: 1;
}

/* line 538, app/assets/stylesheets/smartice/dashboard.css.scss */
.mobile-hscroll table tr td {
  z-index: 1;
  position: relative;
}

/* line 543, app/assets/stylesheets/smartice/dashboard.css.scss */
.mobile-hscroll table tr td.horizontal-scroll {
  z-index: 3;
  position: relative;
}

/* line 552, app/assets/stylesheets/smartice/dashboard.css.scss */
.machine_report_table .report-column--group-start {
  border-left: 1px solid #ccc;
  /* Firefox quirk to get borders to show when border-collapse: collapsed; AND background color is set on the <td> */
  background-clip: padding-box;
}

/* line 557, app/assets/stylesheets/smartice/dashboard.css.scss */
.machine_report_table .report-column--group-end {
  border-right: 1px solid #ccc;
}

/* line 560, app/assets/stylesheets/smartice/dashboard.css.scss */
.machine_report_table .report-column--machine-label-column {
  text-wrap: nowrap;
}

/* line 563, app/assets/stylesheets/smartice/dashboard.css.scss */
.machine_report_table .report-column--time-since-last-ice-vend,
.machine_report_table .report-column--time-since-last-water-vend {
  text-wrap: nowrap;
}

/* line 567, app/assets/stylesheets/smartice/dashboard.css.scss */
.machine_report_table .report-column--ice-maker-status,
.machine_report_table .report-column--bin-level {
  font-size: 12px;
  text-align: center;
}

/* line 572, app/assets/stylesheets/smartice/dashboard.css.scss */
.machine_report_table .report-column--ice-maker-status {
  font-size: 18px;
}
.diff{overflow:auto;}
.diff ul{background:#fff;overflow:auto;font-size:13px;list-style:none;margin:0;padding:0;display:table;width:100%;}
.diff del, .diff ins{display:block;text-decoration:none;}
.diff li{padding:0; display:table-row;margin: 0;height:1em;}
.diff li.ins{background:#dfd; color:#080}
.diff li.del{background:#fee; color:#b00}
.diff li:hover{background:#ffc}
/* try 'whitespace:pre;' if you don't want lines to wrap */
.diff del, .diff ins, .diff span{white-space:pre-wrap;font-family:courier;}
.diff del strong{font-weight:normal;background:#fcc;}
.diff ins strong{font-weight:normal;background:#9f9;}
.diff li.diff-comment { display: none; }
.diff li.diff-block-info { background: none repeat scroll 0 0 gray; }
/* line 5, app/assets/stylesheets/smartice/events.css.scss */
[data-toggle="buttons-checkbox"] > .btn > input[type="checkbox"] {
  display: none;
}

/* line 10, app/assets/stylesheets/smartice/events.css.scss */
h2 .pull-right.links {
  float: right;
  clear: none;
  font-size: 14px;
  margin: 4px 0 0 0;
}

/* line 18, app/assets/stylesheets/smartice/events.css.scss */
.event_filter_basic .btn-toggle > .btn {
  margin-right: -1px;
}

/* line 23, app/assets/stylesheets/smartice/events.css.scss */
table.notifications.table img.ice2u_event_icon {
  max-height: 24px;
}
/* line 2, app/assets/stylesheets/smartice/expandable_widget.css.scss */
.widget.expandable .widget-header {
  overflow: auto;
  cursor: pointer;
}

/* line 6, app/assets/stylesheets/smartice/expandable_widget.css.scss */
.widget.expandable .widget-header i {
  float: left;
  margin: 13px 0 0 10px;
}

/* line 7, app/assets/stylesheets/smartice/expandable_widget.css.scss */
.widget.expandable .widget-header h2 {
  float: left;
  margin: 12px 0 0 10px;
}

/* line 8, app/assets/stylesheets/smartice/expandable_widget.css.scss */
.widget.expandable .widget-header .summary-content {
  float: right;
}

/* line 10, app/assets/stylesheets/smartice/expandable_widget.css.scss */
.widget.expandable .widget-content.collapsed {
  display: none;
}
:root{--f-spinner-width: 36px;--f-spinner-height: 36px;--f-spinner-color-1: rgba(0, 0, 0, 0.1);--f-spinner-color-2: rgba(17, 24, 28, 0.8);--f-spinner-stroke: 2.75}.f-spinner{margin:auto;padding:0;width:var(--f-spinner-width);height:var(--f-spinner-height)}.f-spinner svg{width:100%;height:100%;vertical-align:top;animation:f-spinner-rotate 2s linear infinite}.f-spinner svg *{stroke-width:var(--f-spinner-stroke);fill:none}.f-spinner svg *:first-child{stroke:var(--f-spinner-color-1)}.f-spinner svg *:last-child{stroke:var(--f-spinner-color-2);animation:f-spinner-dash 2s ease-in-out infinite}@keyframes f-spinner-rotate{100%{transform:rotate(360deg)}}@keyframes f-spinner-dash{0%{stroke-dasharray:1,150;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-35}100%{stroke-dasharray:90,150;stroke-dashoffset:-124}}.f-throwOutUp{animation:var(--f-throw-out-duration, 0.175s) ease-out both f-throwOutUp}.f-throwOutDown{animation:var(--f-throw-out-duration, 0.175s) ease-out both f-throwOutDown}@keyframes f-throwOutUp{to{transform:translate3d(0, calc(var(--f-throw-out-distance, 150px) * -1), 0);opacity:0}}@keyframes f-throwOutDown{to{transform:translate3d(0, var(--f-throw-out-distance, 150px), 0);opacity:0}}.f-zoomInUp{animation:var(--f-transition-duration, 0.2s) ease .1s both f-zoomInUp}.f-zoomOutDown{animation:var(--f-transition-duration, 0.2s) ease both f-zoomOutDown}@keyframes f-zoomInUp{from{transform:scale(0.975) translate3d(0, 16px, 0);opacity:0}to{transform:scale(1) translate3d(0, 0, 0);opacity:1}}@keyframes f-zoomOutDown{to{transform:scale(0.975) translate3d(0, 16px, 0);opacity:0}}.f-fadeIn{animation:var(--f-transition-duration, 0.2s) var(--f-transition-easing, ease) var(--f-transition-delay, 0s) both f-fadeIn;z-index:2}.f-fadeOut{animation:var(--f-transition-duration, 0.2s) var(--f-transition-easing, ease) var(--f-transition-delay, 0s) both f-fadeOut;z-index:1}@keyframes f-fadeIn{0%{opacity:0}100%{opacity:1}}@keyframes f-fadeOut{100%{opacity:0}}.f-fadeFastIn{animation:var(--f-transition-duration, 0.2s) ease-out both f-fadeFastIn;z-index:2}.f-fadeFastOut{animation:var(--f-transition-duration, 0.1s) ease-out both f-fadeFastOut;z-index:2}@keyframes f-fadeFastIn{0%{opacity:.75}100%{opacity:1}}@keyframes f-fadeFastOut{100%{opacity:0}}.f-fadeSlowIn{animation:var(--f-transition-duration, 0.5s) ease both f-fadeSlowIn;z-index:2}.f-fadeSlowOut{animation:var(--f-transition-duration, 0.5s) ease both f-fadeSlowOut;z-index:1}@keyframes f-fadeSlowIn{0%{opacity:0}100%{opacity:1}}@keyframes f-fadeSlowOut{100%{opacity:0}}.f-crossfadeIn{animation:var(--f-transition-duration, 0.2s) ease-out both f-crossfadeIn;z-index:2}.f-crossfadeOut{animation:calc(var(--f-transition-duration, 0.2s)*.5) linear .1s both f-crossfadeOut;z-index:1}@keyframes f-crossfadeIn{0%{opacity:0}100%{opacity:1}}@keyframes f-crossfadeOut{100%{opacity:0}}.f-slideIn.from-next{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInNext}.f-slideIn.from-prev{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInPrev}.f-slideOut.to-next{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutNext}.f-slideOut.to-prev{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutPrev}@keyframes f-slideInPrev{0%{transform:translateX(100%)}100%{transform:translate3d(0, 0, 0)}}@keyframes f-slideInNext{0%{transform:translateX(-100%)}100%{transform:translate3d(0, 0, 0)}}@keyframes f-slideOutNext{100%{transform:translateX(-100%)}}@keyframes f-slideOutPrev{100%{transform:translateX(100%)}}.f-classicIn.from-next{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicInNext;z-index:2}.f-classicIn.from-prev{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicInPrev;z-index:2}.f-classicOut.to-next{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicOutNext;z-index:1}.f-classicOut.to-prev{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicOutPrev;z-index:1}@keyframes f-classicInNext{0%{transform:translateX(-75px);opacity:0}100%{transform:translate3d(0, 0, 0);opacity:1}}@keyframes f-classicInPrev{0%{transform:translateX(75px);opacity:0}100%{transform:translate3d(0, 0, 0);opacity:1}}@keyframes f-classicOutNext{100%{transform:translateX(-75px);opacity:0}}@keyframes f-classicOutPrev{100%{transform:translateX(75px);opacity:0}}:root{--f-button-width: 40px;--f-button-height: 40px;--f-button-border: 0;--f-button-border-radius: 0;--f-button-color: #374151;--f-button-bg: #f8f8f8;--f-button-hover-bg: #e0e0e0;--f-button-active-bg: #d0d0d0;--f-button-shadow: none;--f-button-transition: all 0.15s ease;--f-button-transform: none;--f-button-svg-width: 20px;--f-button-svg-height: 20px;--f-button-svg-stroke-width: 1.5;--f-button-svg-fill: none;--f-button-svg-filter: none;--f-button-svg-disabled-opacity: 0.65}.f-button{display:flex;justify-content:center;align-items:center;box-sizing:content-box;position:relative;margin:0;padding:0;width:var(--f-button-width);height:var(--f-button-height);border:var(--f-button-border);border-radius:var(--f-button-border-radius);color:var(--f-button-color);background:var(--f-button-bg);box-shadow:var(--f-button-shadow);pointer-events:all;cursor:pointer;transition:var(--f-button-transition)}@media(hover: hover){.f-button:hover:not([disabled]){color:var(--f-button-hover-color);background-color:var(--f-button-hover-bg)}}.f-button:active:not([disabled]){background-color:var(--f-button-active-bg)}.f-button:focus:not(:focus-visible){outline:none}.f-button:focus-visible{outline:none;box-shadow:inset 0 0 0 var(--f-button-outline, 2px) var(--f-button-outline-color, var(--f-button-color))}.f-button svg{width:var(--f-button-svg-width);height:var(--f-button-svg-height);fill:var(--f-button-svg-fill);stroke:currentColor;stroke-width:var(--f-button-svg-stroke-width);stroke-linecap:round;stroke-linejoin:round;transition:opacity .15s ease;transform:var(--f-button-transform);filter:var(--f-button-svg-filter);pointer-events:none}.f-button[disabled]{cursor:default}.f-button[disabled] svg{opacity:var(--f-button-svg-disabled-opacity)}.f-carousel__nav .f-button.is-prev,.f-carousel__nav .f-button.is-next,.fancybox__nav .f-button.is-prev,.fancybox__nav .f-button.is-next{position:absolute;z-index:1}.is-horizontal .f-carousel__nav .f-button.is-prev,.is-horizontal .f-carousel__nav .f-button.is-next,.is-horizontal .fancybox__nav .f-button.is-prev,.is-horizontal .fancybox__nav .f-button.is-next{top:50%;transform:translateY(-50%)}.is-horizontal .f-carousel__nav .f-button.is-prev,.is-horizontal .fancybox__nav .f-button.is-prev{left:var(--f-button-prev-pos)}.is-horizontal .f-carousel__nav .f-button.is-next,.is-horizontal .fancybox__nav .f-button.is-next{right:var(--f-button-next-pos)}.is-horizontal.is-rtl .f-carousel__nav .f-button.is-prev,.is-horizontal.is-rtl .fancybox__nav .f-button.is-prev{left:auto;right:var(--f-button-next-pos)}.is-horizontal.is-rtl .f-carousel__nav .f-button.is-next,.is-horizontal.is-rtl .fancybox__nav .f-button.is-next{right:auto;left:var(--f-button-prev-pos)}.is-vertical .f-carousel__nav .f-button.is-prev,.is-vertical .f-carousel__nav .f-button.is-next,.is-vertical .fancybox__nav .f-button.is-prev,.is-vertical .fancybox__nav .f-button.is-next{top:auto;left:50%;transform:translateX(-50%)}.is-vertical .f-carousel__nav .f-button.is-prev,.is-vertical .fancybox__nav .f-button.is-prev{top:var(--f-button-next-pos)}.is-vertical .f-carousel__nav .f-button.is-next,.is-vertical .fancybox__nav .f-button.is-next{bottom:var(--f-button-next-pos)}.is-vertical .f-carousel__nav .f-button.is-prev svg,.is-vertical .f-carousel__nav .f-button.is-next svg,.is-vertical .fancybox__nav .f-button.is-prev svg,.is-vertical .fancybox__nav .f-button.is-next svg{transform:rotate(90deg)}.f-carousel__nav .f-button:disabled,.fancybox__nav .f-button:disabled{pointer-events:none}html.with-fancybox{width:auto;overflow:visible;scroll-behavior:auto}html.with-fancybox body{touch-action:none}html.with-fancybox body.hide-scrollbar{width:auto;margin-right:calc(var(--fancybox-body-margin, 0px) + var(--fancybox-scrollbar-compensate, 0px));overflow:hidden !important;overscroll-behavior-y:none}.fancybox__container{--fancybox-color: #dbdbdb;--fancybox-hover-color: #fff;--fancybox-bg: rgba(24, 24, 27, 0.98);--fancybox-slide-gap: 10px;--f-spinner-width: 50px;--f-spinner-height: 50px;--f-spinner-color-1: rgba(255, 255, 255, 0.1);--f-spinner-color-2: #bbb;--f-spinner-stroke: 3.65;position:fixed;top:0;left:0;bottom:0;right:0;direction:ltr;display:flex;flex-direction:column;box-sizing:border-box;margin:0;padding:0;color:#f8f8f8;-webkit-tap-highlight-color:rgba(0,0,0,0);overflow:visible;z-index:var(--fancybox-zIndex, 1050);outline:none;transform-origin:top left;-webkit-text-size-adjust:100%;-moz-text-size-adjust:none;text-size-adjust:100%;overscroll-behavior-y:contain}.fancybox__container *,.fancybox__container *::before,.fancybox__container *::after{box-sizing:inherit}.fancybox__container::backdrop{background-color:rgba(0,0,0,0)}.fancybox__backdrop{position:fixed;top:0;left:0;bottom:0;right:0;z-index:-1;background:var(--fancybox-bg);opacity:var(--fancybox-opacity, 1);will-change:opacity}.fancybox__carousel{position:relative;box-sizing:border-box;flex:1;min-height:0;z-index:10;overflow-y:visible;overflow-x:clip}.fancybox__viewport{width:100%;height:100%}.fancybox__viewport.is-draggable{cursor:move;cursor:grab}.fancybox__viewport.is-dragging{cursor:move;cursor:grabbing}.fancybox__track{display:flex;margin:0 auto;height:100%}.fancybox__slide{flex:0 0 auto;position:relative;display:flex;flex-direction:column;align-items:center;width:100%;height:100%;margin:0 var(--fancybox-slide-gap) 0 0;padding:4px;overflow:auto;overscroll-behavior:contain;transform:translate3d(0, 0, 0);backface-visibility:hidden}.fancybox__container:not(.is-compact) .fancybox__slide.has-close-btn{padding-top:40px}.fancybox__slide.has-iframe,.fancybox__slide.has-video,.fancybox__slide.has-html5video{overflow:hidden}.fancybox__slide.has-image{overflow:hidden}.fancybox__slide.has-image.is-animating,.fancybox__slide.has-image.is-selected{overflow:visible}.fancybox__slide::before,.fancybox__slide::after{content:"";flex:0 0 0;margin:auto}.fancybox__backdrop:empty,.fancybox__viewport:empty,.fancybox__track:empty,.fancybox__slide:empty{display:block}.fancybox__content{align-self:center;display:flex;flex-direction:column;position:relative;margin:0;padding:2rem;max-width:100%;color:var(--fancybox-content-color, #374151);background:var(--fancybox-content-bg, #fff);cursor:default;border-radius:0;z-index:20}.is-loading .fancybox__content{opacity:0}.is-draggable .fancybox__content{cursor:move;cursor:grab}.can-zoom_in .fancybox__content{cursor:zoom-in}.can-zoom_out .fancybox__content{cursor:zoom-out}.is-dragging .fancybox__content{cursor:move;cursor:grabbing}.fancybox__content [data-selectable],.fancybox__content [contenteditable]{cursor:auto}.fancybox__slide.has-image>.fancybox__content{padding:0;background:rgba(0,0,0,0);min-height:1px;background-repeat:no-repeat;background-size:contain;background-position:center center;transition:none;transform:translate3d(0, 0, 0);backface-visibility:hidden}.fancybox__slide.has-image>.fancybox__content>picture>img{width:100%;height:auto;max-height:100%}.is-animating .fancybox__content,.is-dragging .fancybox__content{will-change:transform,width,height}.fancybox-image{margin:auto;display:block;width:100%;height:100%;min-height:0;-o-object-fit:contain;object-fit:contain;-webkit-user-select:none;-moz-user-select:none;user-select:none;filter:blur(0px)}.fancybox__caption{align-self:center;max-width:100%;flex-shrink:0;margin:0;padding:14px 0 4px 0;overflow-wrap:anywhere;line-height:1.375;color:var(--fancybox-color, currentColor);opacity:var(--fancybox-opacity, 1);cursor:auto;visibility:visible}.is-loading .fancybox__caption,.is-closing .fancybox__caption{opacity:0;visibility:hidden}.is-compact .fancybox__caption{padding-bottom:0}.f-button.is-close-btn{--f-button-svg-stroke-width: 2;position:absolute;top:0;right:8px;z-index:40}.fancybox__content>.f-button.is-close-btn{--f-button-width: 34px;--f-button-height: 34px;--f-button-border-radius: 4px;--f-button-color: var(--fancybox-color, #fff);--f-button-hover-color: var(--fancybox-color, #fff);--f-button-bg: transparent;--f-button-hover-bg: transparent;--f-button-active-bg: transparent;--f-button-svg-width: 22px;--f-button-svg-height: 22px;position:absolute;top:-38px;right:0;opacity:.75}.is-loading .fancybox__content>.f-button.is-close-btn{visibility:hidden}.is-zooming-out .fancybox__content>.f-button.is-close-btn{visibility:hidden}.fancybox__content>.f-button.is-close-btn:hover{opacity:1}.fancybox__footer{padding:0;margin:0;position:relative}.fancybox__footer .fancybox__caption{width:100%;padding:24px;opacity:var(--fancybox-opacity, 1);transition:all .25s ease}.is-compact .fancybox__footer{position:absolute;bottom:0;left:0;right:0;z-index:20;background:rgba(24,24,27,.5)}.is-compact .fancybox__footer .fancybox__caption{padding:12px}.is-compact .fancybox__content>.f-button.is-close-btn{--f-button-border-radius: 50%;--f-button-color: #fff;--f-button-hover-color: #fff;--f-button-outline-color: #000;--f-button-bg: rgba(0, 0, 0, 0.6);--f-button-active-bg: rgba(0, 0, 0, 0.6);--f-button-hover-bg: rgba(0, 0, 0, 0.6);--f-button-svg-width: 18px;--f-button-svg-height: 18px;--f-button-svg-filter: none;top:5px;right:5px}.fancybox__nav{--f-button-width: 50px;--f-button-height: 50px;--f-button-border: 0;--f-button-border-radius: 50%;--f-button-color: var(--fancybox-color);--f-button-hover-color: var(--fancybox-hover-color);--f-button-bg: transparent;--f-button-hover-bg: rgba(24, 24, 27, 0.3);--f-button-active-bg: rgba(24, 24, 27, 0.5);--f-button-shadow: none;--f-button-transition: all 0.15s ease;--f-button-transform: none;--f-button-svg-width: 26px;--f-button-svg-height: 26px;--f-button-svg-stroke-width: 2.5;--f-button-svg-fill: none;--f-button-svg-filter: drop-shadow(1px 1px 1px rgba(24, 24, 27, 0.5));--f-button-svg-disabled-opacity: 0.65;--f-button-next-pos: 1rem;--f-button-prev-pos: 1rem;opacity:var(--fancybox-opacity, 1)}.fancybox__nav .f-button:before{position:absolute;content:"";top:-30px;right:-20px;left:-20px;bottom:-30px;z-index:1}.is-idle .fancybox__nav{animation:.15s ease-out both f-fadeOut}.is-idle.is-compact .fancybox__footer{pointer-events:none;animation:.15s ease-out both f-fadeOut}.fancybox__slide>.f-spinner{position:absolute;top:50%;left:50%;margin:var(--f-spinner-top, calc(var(--f-spinner-width) * -0.5)) 0 0 var(--f-spinner-left, calc(var(--f-spinner-height) * -0.5));z-index:30;cursor:pointer}.fancybox-protected{position:absolute;top:0;left:0;right:0;bottom:0;z-index:40;-webkit-user-select:none;-moz-user-select:none;user-select:none}.fancybox-ghost{position:absolute;top:0;left:0;width:100%;height:100%;min-height:0;-o-object-fit:contain;object-fit:contain;z-index:40;-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:none}.fancybox-focus-guard{outline:none;opacity:0;position:fixed;pointer-events:none}.fancybox__container:not([aria-hidden]){opacity:0}.fancybox__container.is-animated[aria-hidden=false]>*:not(.fancybox__backdrop,.fancybox__carousel),.fancybox__container.is-animated[aria-hidden=false] .fancybox__carousel>*:not(.fancybox__viewport),.fancybox__container.is-animated[aria-hidden=false] .fancybox__slide>*:not(.fancybox__content){animation:var(--f-interface-enter-duration, 0.25s) ease .1s backwards f-fadeIn}.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop{animation:var(--f-backdrop-enter-duration, 0.35s) ease backwards f-fadeIn}.fancybox__container.is-animated[aria-hidden=true]>*:not(.fancybox__backdrop,.fancybox__carousel),.fancybox__container.is-animated[aria-hidden=true] .fancybox__carousel>*:not(.fancybox__viewport),.fancybox__container.is-animated[aria-hidden=true] .fancybox__slide>*:not(.fancybox__content){animation:var(--f-interface-exit-duration, 0.15s) ease forwards f-fadeOut}.fancybox__container.is-animated[aria-hidden=true] .fancybox__backdrop{animation:var(--f-backdrop-exit-duration, 0.35s) ease forwards f-fadeOut}.has-iframe .fancybox__content,.has-map .fancybox__content,.has-pdf .fancybox__content,.has-youtube .fancybox__content,.has-vimeo .fancybox__content,.has-html5video .fancybox__content{max-width:100%;flex-shrink:1;min-height:1px;overflow:visible}.has-iframe .fancybox__content,.has-map .fancybox__content,.has-pdf .fancybox__content{width:calc(100% - 120px);height:90%}.fancybox__container.is-compact .has-iframe .fancybox__content,.fancybox__container.is-compact .has-map .fancybox__content,.fancybox__container.is-compact .has-pdf .fancybox__content{width:100%;height:100%}.has-youtube .fancybox__content,.has-vimeo .fancybox__content,.has-html5video .fancybox__content{width:960px;height:540px;max-width:100%;max-height:100%}.has-map .fancybox__content,.has-pdf .fancybox__content,.has-youtube .fancybox__content,.has-vimeo .fancybox__content,.has-html5video .fancybox__content{padding:0;background:rgba(24,24,27,.9);color:#fff}.has-map .fancybox__content{background:#e5e3df}.fancybox__html5video,.fancybox__iframe{border:0;display:block;height:100%;width:100%;background:rgba(0,0,0,0)}.fancybox-placeholder{border:0 !important;clip:rect(1px, 1px, 1px, 1px) !important;clip-path:inset(50%) !important;height:1px !important;margin:-1px !important;overflow:hidden !important;padding:0 !important;position:absolute !important;width:1px !important;white-space:nowrap !important}.f-carousel__thumbs{--f-thumb-width: 96px;--f-thumb-height: 72px;--f-thumb-outline: 0;--f-thumb-outline-color: #5eb0ef;--f-thumb-opacity: 1;--f-thumb-hover-opacity: 1;--f-thumb-selected-opacity: 1;--f-thumb-border-radius: 2px;--f-thumb-offset: 0px;--f-button-next-pos: 0;--f-button-prev-pos: 0}.f-carousel__thumbs.is-classic{--f-thumb-gap: 8px;--f-thumb-opacity: 0.5;--f-thumb-hover-opacity: 1;--f-thumb-selected-opacity: 1}.f-carousel__thumbs.is-modern{--f-thumb-gap: 4px;--f-thumb-extra-gap: 16px;--f-thumb-clip-width: 46px}.f-thumbs{position:relative;flex:0 0 auto;margin:0;overflow:hidden;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-user-select:none;-moz-user-select:none;user-select:none;perspective:1000px;transform:translateZ(0)}.f-thumbs .f-spinner{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:2px;background-image:linear-gradient(#ebeff2, #e2e8f0);z-index:-1}.f-thumbs .f-spinner svg{display:none}.f-thumbs.is-vertical{height:100%}.f-thumbs__viewport{width:100%;height:auto;overflow:hidden;transform:translate3d(0, 0, 0)}.f-thumbs__track{display:flex}.f-thumbs__slide{position:relative;flex:0 0 auto;box-sizing:content-box;display:flex;align-items:center;justify-content:center;padding:0;margin:0;width:var(--f-thumb-width);height:var(--f-thumb-height);overflow:visible;cursor:pointer}.f-thumbs__slide.is-loading img{opacity:0}.is-classic .f-thumbs__viewport{height:100%}.is-modern .f-thumbs__track{width:-moz-max-content;width:max-content}.is-modern .f-thumbs__track::before{content:"";position:absolute;top:0;bottom:0;left:calc((var(--f-thumb-clip-width, 0))*-0.5);width:calc(var(--width, 0)*1px + var(--f-thumb-clip-width, 0));cursor:pointer}.is-modern .f-thumbs__slide{width:var(--f-thumb-clip-width);transform:translate3d(calc(var(--shift, 0) * -1px), 0, 0);transition:none;pointer-events:none}.is-modern.is-resting .f-thumbs__slide{transition:transform .33s ease}.is-modern.is-resting .f-thumbs__slide__button{transition:clip-path .33s ease}.is-using-tab .is-modern .f-thumbs__slide:focus-within{filter:drop-shadow(-1px 0px 0px var(--f-thumb-outline-color)) drop-shadow(2px 0px 0px var(--f-thumb-outline-color)) drop-shadow(0px -1px 0px var(--f-thumb-outline-color)) drop-shadow(0px 2px 0px var(--f-thumb-outline-color))}.f-thumbs__slide__button{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:var(--f-thumb-width);height:100%;margin:0 -100% 0 -100%;padding:0;border:0;position:relative;border-radius:var(--f-thumb-border-radius);overflow:hidden;background:rgba(0,0,0,0);outline:none;cursor:pointer;pointer-events:auto;touch-action:manipulation;opacity:var(--f-thumb-opacity);transition:opacity .2s ease}.f-thumbs__slide__button:hover{opacity:var(--f-thumb-hover-opacity)}.f-thumbs__slide__button:focus:not(:focus-visible){outline:none}.f-thumbs__slide__button:focus-visible{outline:none;opacity:var(--f-thumb-selected-opacity)}.is-modern .f-thumbs__slide__button{--clip-path: inset( 0 calc( ((var(--f-thumb-width, 0) - var(--f-thumb-clip-width, 0))) * (1 - var(--progress, 0)) * 0.5 ) round var(--f-thumb-border-radius, 0) );clip-path:var(--clip-path)}.is-classic .is-nav-selected .f-thumbs__slide__button{opacity:var(--f-thumb-selected-opacity)}.is-classic .is-nav-selected .f-thumbs__slide__button::after{content:"";position:absolute;top:0;left:0;right:0;height:auto;bottom:0;border:var(--f-thumb-outline, 0) solid var(--f-thumb-outline-color, transparent);border-radius:var(--f-thumb-border-radius);animation:f-fadeIn .2s ease-out;z-index:10}.f-thumbs__slide__img{overflow:hidden;position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;margin:0;padding:var(--f-thumb-offset);box-sizing:border-box;pointer-events:none;-o-object-fit:cover;object-fit:cover;border-radius:var(--f-thumb-border-radius)}.f-thumbs.is-horizontal .f-thumbs__track{padding:8px 0 12px 0}.f-thumbs.is-horizontal .f-thumbs__slide{margin:0 var(--f-thumb-gap) 0 0}.f-thumbs.is-vertical .f-thumbs__track{flex-wrap:wrap;padding:0 8px}.f-thumbs.is-vertical .f-thumbs__slide{margin:0 0 var(--f-thumb-gap) 0}.fancybox__thumbs{--f-thumb-width: 96px;--f-thumb-height: 72px;--f-thumb-border-radius: 2px;--f-thumb-outline: 2px;--f-thumb-outline-color: #ededed;position:relative;opacity:var(--fancybox-opacity, 1);transition:max-height .35s cubic-bezier(0.23, 1, 0.32, 1)}.fancybox__thumbs.is-classic{--f-thumb-gap: 8px;--f-thumb-opacity: 0.5;--f-thumb-hover-opacity: 1}.fancybox__thumbs.is-classic .f-spinner{background-image:linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05))}.fancybox__thumbs.is-modern{--f-thumb-gap: 4px;--f-thumb-extra-gap: 16px;--f-thumb-clip-width: 46px;--f-thumb-opacity: 1;--f-thumb-hover-opacity: 1}.fancybox__thumbs.is-modern .f-spinner{background-image:linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05))}.fancybox__thumbs.is-horizontal{padding:0 var(--f-thumb-gap)}.fancybox__thumbs.is-vertical{padding:var(--f-thumb-gap) 0}.is-compact .fancybox__thumbs{--f-thumb-width: 64px;--f-thumb-clip-width: 32px;--f-thumb-height: 48px;--f-thumb-extra-gap: 10px}.fancybox__thumbs.is-masked{max-height:0px !important}.is-closing .fancybox__thumbs{transition:none !important}.fancybox__toolbar{--f-progress-color: var(--fancybox-color, rgba(255, 255, 255, 0.94));--f-button-width: 46px;--f-button-height: 46px;--f-button-color: var(--fancybox-color);--f-button-hover-color: var(--fancybox-hover-color);--f-button-bg: rgba(24, 24, 27, 0.65);--f-button-hover-bg: rgba(70, 70, 73, 0.65);--f-button-active-bg: rgba(90, 90, 93, 0.65);--f-button-border-radius: 0;--f-button-svg-width: 24px;--f-button-svg-height: 24px;--f-button-svg-stroke-width: 1.5;--f-button-svg-filter: drop-shadow(1px 1px 1px rgba(24, 24, 27, 0.15));--f-button-svg-fill: none;--f-button-svg-disabled-opacity: 0.65;display:flex;flex-direction:row;justify-content:space-between;margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI Adjusted","Segoe UI","Liberation Sans",sans-serif;color:var(--fancybox-color, currentColor);opacity:var(--fancybox-opacity, 1);text-shadow:var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, 0.5));pointer-events:none;z-index:20}.fancybox__toolbar :focus-visible{z-index:1}.fancybox__toolbar.is-absolute,.is-compact .fancybox__toolbar{position:absolute;top:0;left:0;right:0}.is-idle .fancybox__toolbar{pointer-events:none;animation:.15s ease-out both f-fadeOut}.fancybox__toolbar__column{display:flex;flex-direction:row;flex-wrap:wrap;align-content:flex-start}.fancybox__toolbar__column.is-left,.fancybox__toolbar__column.is-right{flex-grow:1;flex-basis:0}.fancybox__toolbar__column.is-right{display:flex;justify-content:flex-end;flex-wrap:nowrap}.fancybox__infobar{padding:0 5px;line-height:var(--f-button-height);text-align:center;font-size:17px;font-variant-numeric:tabular-nums;-webkit-font-smoothing:subpixel-antialiased;cursor:default;-webkit-user-select:none;-moz-user-select:none;user-select:none}.fancybox__infobar span{padding:0 5px}.fancybox__infobar:not(:first-child):not(:last-child){background:var(--f-button-bg)}[data-fancybox-toggle-slideshow]{position:relative}[data-fancybox-toggle-slideshow] .f-progress{height:100%;opacity:.3}[data-fancybox-toggle-slideshow] svg g:first-child{display:flex}[data-fancybox-toggle-slideshow] svg g:last-child{display:none}.has-slideshow [data-fancybox-toggle-slideshow] svg g:first-child{display:none}.has-slideshow [data-fancybox-toggle-slideshow] svg g:last-child{display:flex}[data-fancybox-toggle-fullscreen] svg g:first-child{display:flex}[data-fancybox-toggle-fullscreen] svg g:last-child{display:none}:fullscreen [data-fancybox-toggle-fullscreen] svg g:first-child{display:none}:fullscreen [data-fancybox-toggle-fullscreen] svg g:last-child{display:flex}.f-progress{position:absolute;top:0;left:0;right:0;height:3px;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;background:var(--f-progress-color, var(--f-carousel-theme-color, #0091ff));z-index:30;-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:none}
/* line 3, app/assets/stylesheets/smartice/financial_statements.css.scss */
body.business-financial_statements_controller table.financial-statement td, body.business-financial_statements_controller table.financial-statement th, body.business-financial_statements_controller table.financial-statement input, body.business-financial_statements_controller table.financial-statement .add-on, body.business-financial_statements_controller table.financial-statement .control-group, body.business-financial_statements_controller table.financial-statement .controls {
  font-size: 12px;
  padding: 0;
  margin: 0;
}

/* line 8, app/assets/stylesheets/smartice/financial_statements.css.scss */
body.business-financial_statements_controller table.financial-statement .add-on {
  margin-left: -1px;
}

/* line 9, app/assets/stylesheets/smartice/financial_statements.css.scss */
body.business-financial_statements_controller table.financial-statement input {
  padding-left: 2px;
}

/* line 11, app/assets/stylesheets/smartice/financial_statements.css.scss */
body.business-financial_statements_controller table.financial-statement td .control-group {
  margin: 0;
}

/* line 16, app/assets/stylesheets/smartice/financial_statements.css.scss */
body.business-financial_statements_controller table.financial-statement tbody th, body.business-financial_statements_controller table.financial-statement tbody td {
  padding-top: 4px;
}

/* line 17, app/assets/stylesheets/smartice/financial_statements.css.scss */
body.business-financial_statements_controller table.financial-statement tbody td {
  padding-top: 10px;
}

/* line 19, app/assets/stylesheets/smartice/financial_statements.css.scss */
body.business-financial_statements_controller table.financial-statement .revenue {
  color: green;
}

/* line 22, app/assets/stylesheets/smartice/financial_statements.css.scss */
body.business-financial_statements_controller table.financial-statement .expense {
  color: #e33939;
}

/* line 25, app/assets/stylesheets/smartice/financial_statements.css.scss */
body.business-financial_statements_controller table.financial-statement .input-xmini {
  width: 30px;
}
/* line 4, app/assets/stylesheets/smartice/forms.css.scss */
.simple_form.form-horizontal .control-group .controls label.checkbox {
  padding-left: 0;
  padding-top: 3px;
}
/* line 3, app/assets/stylesheets/smartice/ice2u.scss */
body.admin-ice2u-users_controller table.bordered,
body.admin-ice2u-coupons_controller table.bordered {
  border: 1px solid #ddd;
  border-collapse: collapse;
}

/* line 6, app/assets/stylesheets/smartice/ice2u.scss */
body.admin-ice2u-users_controller table.bordered th,
body.admin-ice2u-coupons_controller table.bordered th {
  background-color: #f7f7f9;
}

/* line 12, app/assets/stylesheets/smartice/ice2u.scss */
body.ice2u {
  background: #1d7dd9;
}

/* line 14, app/assets/stylesheets/smartice/ice2u.scss */
body.ice2u .content {
  padding: 16px;
}

/* line 17, app/assets/stylesheets/smartice/ice2u.scss */
body.ice2u .container {
  background: white;
  margin: 0 auto;
  padding: 16px;
  max-width: 600px;
}

/* line 23, app/assets/stylesheets/smartice/ice2u.scss */
body.ice2u .flash-notice {
  margin-bottom: 16px;
}

/* line 26, app/assets/stylesheets/smartice/ice2u.scss */
body.ice2u .ice2u-logo {
  text-align: center;
  display: block;
  float: none;
  width: 100%;
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid #efefef;
}

/* line 34, app/assets/stylesheets/smartice/ice2u.scss */
body.ice2u .ice2u-logo img {
  width: auto;
  max-height: 80px;
}

/* line 39, app/assets/stylesheets/smartice/ice2u.scss */
body.ice2u h2 {
  font-size: 18px;
}

/* line 42, app/assets/stylesheets/smartice/ice2u.scss */
body.ice2u .footer {
  background: unset;
  color: white;
  text-align: center;
  font-size: 12px;
}

/* line 47, app/assets/stylesheets/smartice/ice2u.scss */
body.ice2u .footer a {
  color: white;
}

/* line 55, app/assets/stylesheets/smartice/ice2u.scss */
.ice2u.control-group.notification_type .controls .radio {
  display: block;
}

/* line 61, app/assets/stylesheets/smartice/ice2u.scss */
.ice2u .notification_type_email textarea.notification_emails {
  width: 260px;
  height: 150px;
  float: left;
}

/* line 66, app/assets/stylesheets/smartice/ice2u.scss */
.ice2u .notification_type_email .email-preview {
  display: block;
  float: left;
  max-width: 610px;
  max-height: 120px;
  margin-left: 16px;
  overflow-y: scroll;
}

/* line 77, app/assets/stylesheets/smartice/ice2u.scss */
.ice2u .notification_type_ice2u_customers .select .controls,
.ice2u .notification_type_ice2u_zip_codes .select .controls {
  margin-left: 0;
}

/* line 82, app/assets/stylesheets/smartice/ice2u.scss */
.ice2u td ul.machines a {
  background-color: unset;
}

@media (max-width: 767px) {
  /* line 88, app/assets/stylesheets/smartice/ice2u.scss */
  .ice2u .notification_type_email textarea.notification_emails {
    float: none;
    max-height: 80px;
  }
  /* line 92, app/assets/stylesheets/smartice/ice2u.scss */
  .ice2u .notification_type_email .email-preview {
    float: none;
    max-width: none;
    margin-left: 0;
    margin-top: 16px;
    max-height: 80px;
  }
}

/* line 102, app/assets/stylesheets/smartice/ice2u.scss */
.ice2u.UtilityNav {
  margin-top: 10px;
}

/* line 104, app/assets/stylesheets/smartice/ice2u.scss */
.ice2u.UtilityNav img.ice2u-nav-logo {
  max-width: 72px;
  display: block;
  float: left;
  margin-right: 16px;
}

/* line 110, app/assets/stylesheets/smartice/ice2u.scss */
.ice2u.UtilityNav nav {
  float: left;
  width: auto;
  margin-top: 5px;
}
/* line 2, app/assets/stylesheets/smartice/ice2u_business_profile.scss */
form.ice2u-business-profile input,
form.ice2u-business-profile select {
  margin-bottom: 0;
}

/* line 6, app/assets/stylesheets/smartice/ice2u_business_profile.scss */
form.ice2u-business-profile .control-group {
  margin-bottom: 16px;
}

/* line 9, app/assets/stylesheets/smartice/ice2u_business_profile.scss */
form.ice2u-business-profile .help-block {
  margin-bottom: 0;
  margin-top: 4px !important;
  padding-left: 4px;
  font-style: italic;
  color: #999999;
}
/* line 3, app/assets/stylesheets/smartice/ice2u_machine_enrollments.scss */
form.ice2u-machine-enrollment input,
form.ice2u-machine-enrollment select,
form.new_ice2u_machine_enrollment_form input,
form.new_ice2u_machine_enrollment_form select {
  margin-bottom: 0;
}

/* line 7, app/assets/stylesheets/smartice/ice2u_machine_enrollments.scss */
form.ice2u-machine-enrollment .control-group,
form.new_ice2u_machine_enrollment_form .control-group {
  margin-bottom: 16px;
}

/* line 11, app/assets/stylesheets/smartice/ice2u_machine_enrollments.scss */
form.ice2u-machine-enrollment .controls .help-block,
form.new_ice2u_machine_enrollment_form .controls .help-block {
  margin-bottom: 0;
  margin-top: 4px !important;
  padding-left: 4px;
  font-style: italic;
  color: #999999;
}
/* line 3, app/assets/stylesheets/smartice/ice_maker_schedule.scss */
form.edit_ice_maker_schedule .controls .checkbox {
  padding: 0;
}
/* css for timepicker */
.ui-timepicker-div .ui-widget-header { margin-bottom: 8px; }
.ui-timepicker-div dl { text-align: left; }
.ui-timepicker-div dl dt { float: left; clear:left; padding: 0 0 0 5px; }
.ui-timepicker-div dl dd { margin: 0 10px 10px 45%; }
.ui-timepicker-div td { font-size: 90%; }
.ui-timepicker-div select { width: 130px; }
.ui-tpicker-grid-label { background: none; border: none; margin: 0; padding: 0; }

.ui-timepicker-rtl{ direction: rtl; }
.ui-timepicker-rtl dl { text-align: right; padding: 0 5px 0 0; }
.ui-timepicker-rtl dl dt{ float: right; clear: right; }
.ui-timepicker-rtl dl dd { margin: 0 45% 10px 10px; }

.datetime .input-append .add-on i.icon-calendar { margin-left: 0; }
/*! jQuery UI - v1.10.2 - 2013-03-14
* http://jqueryui.com
* Includes: jquery.ui.core.css, jquery.ui.accordion.css, jquery.ui.autocomplete.css, jquery.ui.button.css, jquery.ui.datepicker.css, jquery.ui.dialog.css, jquery.ui.menu.css, jquery.ui.progressbar.css, jquery.ui.resizable.css, jquery.ui.selectable.css, jquery.ui.slider.css, jquery.ui.spinner.css, jquery.ui.tabs.css, jquery.ui.tooltip.css, jquery.ui.theme.css
* Copyright 2013 jQuery Foundation and other contributors; Licensed MIT */
/* Layout helpers
----------------------------------*/
/* line 7, app/assets/stylesheets/smartice/jquery-ui.scss */
.ui-helper-hidden {
  display: none;
}

/* line 10, app/assets/stylesheets/smartice/jquery-ui.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 20, app/assets/stylesheets/smartice/jquery-ui.scss */
.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}

/* line 30, app/assets/stylesheets/smartice/jquery-ui.scss */
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}

/* line 36, app/assets/stylesheets/smartice/jquery-ui.scss */
.ui-helper-clearfix:after {
  clear: both;
}

/* line 39, app/assets/stylesheets/smartice/jquery-ui.scss */
.ui-helper-clearfix {
  min-height: 0;
  /* support: IE7 */
}

/* line 42, app/assets/stylesheets/smartice/jquery-ui.scss */
.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
}

/* line 52, app/assets/stylesheets/smartice/jquery-ui.scss */
.ui-front {
  z-index: 100;
}

/* Interaction Cues
----------------------------------*/
/* line 59, app/assets/stylesheets/smartice/jquery-ui.scss */
.ui-state-disabled {
  cursor: default !important;
}

/* Icons
----------------------------------*/
/* states and images */
/* line 68, app/assets/stylesheets/smartice/jquery-ui.scss */
.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

/* Misc visuals
----------------------------------*/
/* Overlays */
/* line 80, app/assets/stylesheets/smartice/jquery-ui.scss */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 88, app/assets/stylesheets/smartice/jquery-ui.scss */
.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin-top: 2px;
  padding: .5em .5em .5em .7em;
  min-height: 0;
  /* support: IE7 */
}

/* line 96, app/assets/stylesheets/smartice/jquery-ui.scss */
.ui-accordion .ui-accordion-icons {
  padding-left: 2.2em;
}

/* line 99, app/assets/stylesheets/smartice/jquery-ui.scss */
.ui-accordion .ui-accordion-noicons {
  padding-left: .7em;
}

/* line 102, app/assets/stylesheets/smartice/jquery-ui.scss */
.ui-accordion .ui-accordion-icons .ui-accordion-icons {
  padding-left: 2.2em;
}

/* line 105, app/assets/stylesheets/smartice/jquery-ui.scss */
.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
  position: absolute;
  left: .5em;
  top: 50%;
  margin-top: -8px;
}

/* line 111, app/assets/stylesheets/smartice/jquery-ui.scss */
.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto;
}

/* line 117, app/assets/stylesheets/smartice/jquery-ui.scss */
.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
}

/* line 124, app/assets/stylesheets/smartice/jquery-ui.scss */
.ui-button {
  display: inline-block;
  position: relative;
  padding: 0;
  line-height: normal;
  margin-right: .1em;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  overflow: visible;
  /* removes extra width in IE */
}

/* line 135, app/assets/stylesheets/smartice/jquery-ui.scss */
.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
  text-decoration: none;
}

/* to make room for the icon, a width needs to be set here */
/* line 143, app/assets/stylesheets/smartice/jquery-ui.scss */
.ui-button-icon-only {
  width: 2.2em;
}

/* button elements seem to need a little more width */
/* line 147, app/assets/stylesheets/smartice/jquery-ui.scss */
button.ui-button-icon-only {
  width: 2.4em;
}

/* line 150, app/assets/stylesheets/smartice/jquery-ui.scss */
.ui-button-icons-only {
  width: 3.4em;
}

/* line 153, app/assets/stylesheets/smartice/jquery-ui.scss */
button.ui-button-icons-only {
  width: 3.7em;
}

/* button text element */
/* line 158, app/assets/stylesheets/smartice/jquery-ui.scss */
.ui-button .ui-button-text {
  display: block;
  line-height: normal;
}

/* line 162, app/assets/stylesheets/smartice/jquery-ui.scss */
.ui-button-text-only .ui-button-text {
  padding: .4em 1em;
}

/* line 165, app/assets/stylesheets/smartice/jquery-ui.scss */
.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
  padding: .4em;
  text-indent: -9999999px;
}

/* line 170, app/assets/stylesheets/smartice/jquery-ui.scss */
.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
  padding: .4em 1em .4em 2.1em;
}

/* line 174, app/assets/stylesheets/smartice/jquery-ui.scss */
.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
  padding: .4em 2.1em .4em 1em;
}

/* line 178, app/assets/stylesheets/smartice/jquery-ui.scss */
.ui-button-text-icons .ui-button-text {
  padding-left: 2.1em;
  padding-right: 2.1em;
}

/* no icon support for input elements, provide padding by default */
/* line 183, app/assets/stylesheets/smartice/jquery-ui.scss */
input.ui-button {
  padding: .4em 1em;
}

/* button icon element(s) */
/* line 188, app/assets/stylesheets/smartice/jquery-ui.scss */
.ui-button-icon-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon,
.ui-button-icons-only .ui-icon {
  position: absolute;
  top: 50%;
  margin-top: -8px;
}

/* line 197, app/assets/stylesheets/smartice/jquery-ui.scss */
.ui-button-icon-only .ui-icon {
  left: 50%;
  margin-left: -8px;
}

/* line 201, app/assets/stylesheets/smartice/jquery-ui.scss */
.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary,
.ui-button-icons-only .ui-button-icon-primary {
  left: .5em;
}

/* line 206, app/assets/stylesheets/smartice/jquery-ui.scss */
.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
  right: .5em;
}

/* button sets */
/* line 213, app/assets/stylesheets/smartice/jquery-ui.scss */
.ui-buttonset {
  margin-right: 7px;
}

/* line 216, app/assets/stylesheets/smartice/jquery-ui.scss */
.ui-buttonset .ui-button {
  margin-left: 0;
  margin-right: -.3em;
}

/* workarounds */
/* reset extra padding in Firefox, see h5bp.com/l */
/* line 223, app/assets/stylesheets/smartice/jquery-ui.scss */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* line 229, app/assets/stylesheets/smartice/jquery-ui.scss */
.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none;
}

/* line 234, app/assets/stylesheets/smartice/jquery-ui.scss */
.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0;
}

/* line 238, app/assets/stylesheets/smartice/jquery-ui.scss */
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}

/* line 245, app/assets/stylesheets/smartice/jquery-ui.scss */
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
}

/* line 249, app/assets/stylesheets/smartice/jquery-ui.scss */
.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}

/* line 252, app/assets/stylesheets/smartice/jquery-ui.scss */
.ui-datepicker .ui-datepicker-next {
  right: 2px;
}

/* line 255, app/assets/stylesheets/smartice/jquery-ui.scss */
.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}

/* line 258, app/assets/stylesheets/smartice/jquery-ui.scss */
.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}

/* line 261, app/assets/stylesheets/smartice/jquery-ui.scss */
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}

/* line 270, app/assets/stylesheets/smartice/jquery-ui.scss */
.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}

/* line 275, app/assets/stylesheets/smartice/jquery-ui.scss */
.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}

/* line 279, app/assets/stylesheets/smartice/jquery-ui.scss */
.ui-datepicker select.ui-datepicker-month-year {
  width: 100%;
}

/* line 282, app/assets/stylesheets/smartice/jquery-ui.scss */
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 49%;
}

/* line 286, app/assets/stylesheets/smartice/jquery-ui.scss */
.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em;
}

/* line 292, app/assets/stylesheets/smartice/jquery-ui.scss */
.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}

/* line 298, app/assets/stylesheets/smartice/jquery-ui.scss */
.ui-datepicker td {
  border: 0;
  padding: 1px;
}

/* line 302, app/assets/stylesheets/smartice/jquery-ui.scss */
.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none;
}

/* line 309, app/assets/stylesheets/smartice/jquery-ui.scss */
.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}

/* line 317, app/assets/stylesheets/smartice/jquery-ui.scss */
.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible;
}

/* line 325, app/assets/stylesheets/smartice/jquery-ui.scss */
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}

/* with multiple calendars */
/* line 330, app/assets/stylesheets/smartice/jquery-ui.scss */
.ui-datepicker.ui-datepicker-multi {
  width: auto;
}

/* line 333, app/assets/stylesheets/smartice/jquery-ui.scss */
.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}

/* line 336, app/assets/stylesheets/smartice/jquery-ui.scss */
.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em;
}

/* line 340, app/assets/stylesheets/smartice/jquery-ui.scss */
.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}

/* line 343, app/assets/stylesheets/smartice/jquery-ui.scss */
.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}

/* line 346, app/assets/stylesheets/smartice/jquery-ui.scss */
.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}

/* line 349, app/assets/stylesheets/smartice/jquery-ui.scss */
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}

/* line 353, app/assets/stylesheets/smartice/jquery-ui.scss */
.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}

/* line 356, app/assets/stylesheets/smartice/jquery-ui.scss */
.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}

/* RTL support */
/* line 363, app/assets/stylesheets/smartice/jquery-ui.scss */
.ui-datepicker-rtl {
  direction: rtl;
}

/* line 366, app/assets/stylesheets/smartice/jquery-ui.scss */
.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}

/* line 370, app/assets/stylesheets/smartice/jquery-ui.scss */
.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}

/* line 374, app/assets/stylesheets/smartice/jquery-ui.scss */
.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}

/* line 378, app/assets/stylesheets/smartice/jquery-ui.scss */
.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}

/* line 382, app/assets/stylesheets/smartice/jquery-ui.scss */
.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}

/* line 385, app/assets/stylesheets/smartice/jquery-ui.scss */
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}

/* line 388, app/assets/stylesheets/smartice/jquery-ui.scss */
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}

/* line 392, app/assets/stylesheets/smartice/jquery-ui.scss */
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}

/* line 398, app/assets/stylesheets/smartice/jquery-ui.scss */
.ui-dialog {
  position: absolute;
  top: 0;
  left: 0;
  padding: .2em;
  outline: 0;
}

/* line 405, app/assets/stylesheets/smartice/jquery-ui.scss */
.ui-dialog .ui-dialog-titlebar {
  padding: .4em 1em;
  position: relative;
}

/* line 409, app/assets/stylesheets/smartice/jquery-ui.scss */
.ui-dialog .ui-dialog-title {
  float: left;
  margin: .1em 0;
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 417, app/assets/stylesheets/smartice/jquery-ui.scss */
.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: .3em;
  top: 50%;
  width: 21px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 20px;
}

/* line 426, app/assets/stylesheets/smartice/jquery-ui.scss */
.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: .5em 1em;
  background: none;
  overflow: auto;
}

/* line 433, app/assets/stylesheets/smartice/jquery-ui.scss */
.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin-top: .5em;
  padding: .3em 1em .5em .4em;
}

/* line 440, app/assets/stylesheets/smartice/jquery-ui.scss */
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right;
}

/* line 443, app/assets/stylesheets/smartice/jquery-ui.scss */
.ui-dialog .ui-dialog-buttonpane button {
  margin: .5em .4em .5em 0;
  cursor: pointer;
}

/* line 447, app/assets/stylesheets/smartice/jquery-ui.scss */
.ui-dialog .ui-resizable-se {
  width: 12px;
  height: 12px;
  right: -5px;
  bottom: -5px;
  background-position: 16px 16px;
}

/* line 454, app/assets/stylesheets/smartice/jquery-ui.scss */
.ui-draggable .ui-dialog-titlebar {
  cursor: move;
}

/* line 458, app/assets/stylesheets/smartice/jquery-ui.scss */
.ui-menu {
  list-style: none;
  padding: 2px;
  margin: 0;
  display: block;
  outline: none;
}

/* line 465, app/assets/stylesheets/smartice/jquery-ui.scss */
.ui-menu .ui-menu {
  margin-top: -3px;
  position: absolute;
}

/* line 469, app/assets/stylesheets/smartice/jquery-ui.scss */
.ui-menu .ui-menu-item {
  margin: 0;
  padding: 0;
  width: 100%;
}

/* line 474, app/assets/stylesheets/smartice/jquery-ui.scss */
.ui-menu .ui-menu-divider {
  margin: 5px -2px 5px -2px;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0;
}

/* line 481, app/assets/stylesheets/smartice/jquery-ui.scss */
.ui-menu .ui-menu-item a {
  text-decoration: none;
  display: block;
  padding: 2px .4em;
  line-height: 1.5;
  min-height: 0;
  /* support: IE7 */
  font-weight: normal;
}

/* line 489, app/assets/stylesheets/smartice/jquery-ui.scss */
.ui-menu .ui-menu-item a.ui-state-focus,
.ui-menu .ui-menu-item a.ui-state-active {
  font-weight: normal;
  margin: -1px;
}

/* line 495, app/assets/stylesheets/smartice/jquery-ui.scss */
.ui-menu .ui-state-disabled {
  font-weight: normal;
  margin: .4em 0 .2em;
  line-height: 1.5;
}

/* line 500, app/assets/stylesheets/smartice/jquery-ui.scss */
.ui-menu .ui-state-disabled a {
  cursor: default;
}

/* icon support */
/* line 505, app/assets/stylesheets/smartice/jquery-ui.scss */
.ui-menu-icons {
  position: relative;
}

/* line 508, app/assets/stylesheets/smartice/jquery-ui.scss */
.ui-menu-icons .ui-menu-item a {
  position: relative;
  padding-left: 2em;
}

/* left-aligned */
/* line 514, app/assets/stylesheets/smartice/jquery-ui.scss */
.ui-menu .ui-icon {
  position: absolute;
  top: .2em;
  left: .2em;
}

/* right-aligned */
/* line 521, app/assets/stylesheets/smartice/jquery-ui.scss */
.ui-menu .ui-menu-icon {
  position: static;
  float: right;
}

/* line 526, app/assets/stylesheets/smartice/jquery-ui.scss */
.ui-progressbar {
  height: 2em;
  text-align: left;
  overflow: hidden;
}

/* line 531, app/assets/stylesheets/smartice/jquery-ui.scss */
.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%;
}

/* line 535, app/assets/stylesheets/smartice/jquery-ui.scss */
.ui-progressbar .ui-progressbar-overlay {
  background: url(/assets/animated-overlay-89763097fbe8e635ebed1643e4521682207e2a72c5ef76aaa9ca53407610a378.gif);
  height: 100%;
  filter: alpha(opacity=25);
  opacity: 0.25;
}

/* line 541, app/assets/stylesheets/smartice/jquery-ui.scss */
.ui-progressbar-indeterminate .ui-progressbar-value {
  background-image: none;
}

/* line 545, app/assets/stylesheets/smartice/jquery-ui.scss */
.ui-resizable {
  position: relative;
}

/* line 548, app/assets/stylesheets/smartice/jquery-ui.scss */
.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
}

/* line 553, app/assets/stylesheets/smartice/jquery-ui.scss */
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
  display: none;
}

/* line 557, app/assets/stylesheets/smartice/jquery-ui.scss */
.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0;
}

/* line 564, app/assets/stylesheets/smartice/jquery-ui.scss */
.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0;
}

/* line 571, app/assets/stylesheets/smartice/jquery-ui.scss */
.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%;
}

/* line 578, app/assets/stylesheets/smartice/jquery-ui.scss */
.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%;
}

/* line 585, app/assets/stylesheets/smartice/jquery-ui.scss */
.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px;
}

/* line 592, app/assets/stylesheets/smartice/jquery-ui.scss */
.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px;
}

/* line 599, app/assets/stylesheets/smartice/jquery-ui.scss */
.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px;
}

/* line 606, app/assets/stylesheets/smartice/jquery-ui.scss */
.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px;
}

/* line 614, app/assets/stylesheets/smartice/jquery-ui.scss */
.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted black;
}

/* line 620, app/assets/stylesheets/smartice/jquery-ui.scss */
.ui-slider {
  position: relative;
  text-align: left;
}

/* line 624, app/assets/stylesheets/smartice/jquery-ui.scss */
.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
}

/* line 631, app/assets/stylesheets/smartice/jquery-ui.scss */
.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0;
}

/* For IE8 - See #6727 */
/* line 641, app/assets/stylesheets/smartice/jquery-ui.scss */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit;
}

/* line 646, app/assets/stylesheets/smartice/jquery-ui.scss */
.ui-slider-horizontal {
  height: .8em;
}

/* line 649, app/assets/stylesheets/smartice/jquery-ui.scss */
.ui-slider-horizontal .ui-slider-handle {
  top: -.3em;
  margin-left: -.6em;
}

/* line 653, app/assets/stylesheets/smartice/jquery-ui.scss */
.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}

/* line 657, app/assets/stylesheets/smartice/jquery-ui.scss */
.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}

/* line 660, app/assets/stylesheets/smartice/jquery-ui.scss */
.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}

/* line 664, app/assets/stylesheets/smartice/jquery-ui.scss */
.ui-slider-vertical {
  width: .8em;
  height: 100px;
}

/* line 668, app/assets/stylesheets/smartice/jquery-ui.scss */
.ui-slider-vertical .ui-slider-handle {
  left: -.3em;
  margin-left: 0;
  margin-bottom: -.6em;
}

/* line 673, app/assets/stylesheets/smartice/jquery-ui.scss */
.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}

/* line 677, app/assets/stylesheets/smartice/jquery-ui.scss */
.ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}

/* line 680, app/assets/stylesheets/smartice/jquery-ui.scss */
.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}

/* line 684, app/assets/stylesheets/smartice/jquery-ui.scss */
.ui-spinner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  vertical-align: middle;
}

/* line 691, app/assets/stylesheets/smartice/jquery-ui.scss */
.ui-spinner-input {
  border: none;
  background: none;
  color: inherit;
  padding: 0;
  margin: .2em 0;
  vertical-align: middle;
  margin-left: .4em;
  margin-right: 22px;
}

/* line 701, app/assets/stylesheets/smartice/jquery-ui.scss */
.ui-spinner-button {
  width: 16px;
  height: 50%;
  font-size: .5em;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  cursor: default;
  display: block;
  overflow: hidden;
  right: 0;
}

/* more specificity required here to overide default borders */
/* line 715, app/assets/stylesheets/smartice/jquery-ui.scss */
.ui-spinner a.ui-spinner-button {
  border-top: none;
  border-bottom: none;
  border-right: none;
}

/* vertical centre icon */
/* line 721, app/assets/stylesheets/smartice/jquery-ui.scss */
.ui-spinner .ui-icon {
  position: absolute;
  margin-top: -8px;
  top: 50%;
  left: 0;
}

/* line 727, app/assets/stylesheets/smartice/jquery-ui.scss */
.ui-spinner-up {
  top: 0;
}

/* line 730, app/assets/stylesheets/smartice/jquery-ui.scss */
.ui-spinner-down {
  bottom: 0;
}

/* TR overrides */
/* line 735, app/assets/stylesheets/smartice/jquery-ui.scss */
.ui-spinner .ui-icon-triangle-1-s {
  /* need to fix icons sprite */
  background-position: -65px -16px;
}

/* line 740, app/assets/stylesheets/smartice/jquery-ui.scss */
.ui-tabs {
  position: relative;
  /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
  padding: .2em;
}

/* line 744, app/assets/stylesheets/smartice/jquery-ui.scss */
.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: .2em .2em 0;
}

/* line 748, app/assets/stylesheets/smartice/jquery-ui.scss */
.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px .2em 0 0;
  border-bottom-width: 0;
  padding: 0;
  white-space: nowrap;
}

/* line 758, app/assets/stylesheets/smartice/jquery-ui.scss */
.ui-tabs .ui-tabs-nav li a {
  float: left;
  padding: .5em 1em;
  text-decoration: none;
}

/* line 763, app/assets/stylesheets/smartice/jquery-ui.scss */
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px;
}

/* line 767, app/assets/stylesheets/smartice/jquery-ui.scss */
.ui-tabs .ui-tabs-nav li.ui-tabs-active a,
.ui-tabs .ui-tabs-nav li.ui-state-disabled a,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading a {
  cursor: text;
}

/* line 772, app/assets/stylesheets/smartice/jquery-ui.scss */
.ui-tabs .ui-tabs-nav li a,
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a {
  cursor: pointer;
}

/* line 776, app/assets/stylesheets/smartice/jquery-ui.scss */
.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: none;
}

/* line 783, app/assets/stylesheets/smartice/jquery-ui.scss */
.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px;
  box-shadow: 0 0 5px #aaa;
}

/* line 791, app/assets/stylesheets/smartice/jquery-ui.scss */
body .ui-tooltip {
  border-width: 2px;
}

/* Component containers
----------------------------------*/
/* line 797, app/assets/stylesheets/smartice/jquery-ui.scss */
.ui-widget {
  font-family: Verdana, Arial, sans-serif;
  font-size: 1.1em;
}

/* line 801, app/assets/stylesheets/smartice/jquery-ui.scss */
.ui-widget .ui-widget {
  font-size: 1em;
}

/* line 804, app/assets/stylesheets/smartice/jquery-ui.scss */
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Verdana, Arial, sans-serif;
  font-size: 1em;
}

/* line 811, app/assets/stylesheets/smartice/jquery-ui.scss */
.ui-widget-content {
  border: 1px solid #aaaaaa;
  background: #ffffff url(/assets/ui-bg_flat_75_ffffff_40x100-6a362798b983194784fdf53eeda3a748417b2c49a7cd72f67b5a98318a9f1ec0.png) 50% 50% repeat-x;
  color: #222222;
}

/* line 816, app/assets/stylesheets/smartice/jquery-ui.scss */
.ui-widget-content a {
  color: #222222;
}

/* line 819, app/assets/stylesheets/smartice/jquery-ui.scss */
.ui-widget-header {
  border: 1px solid #aaaaaa;
  background: #cccccc url(/assets/ui-bg_highlight-soft_75_cccccc_1x100-2c7e22df8e71cc5c68809a6cbc5c40a7f81b03b09faae284651e967318caf7a1.png) 50% 50% repeat-x;
  color: #222222;
  font-weight: bold;
}

/* line 825, app/assets/stylesheets/smartice/jquery-ui.scss */
.ui-widget-header a {
  color: #222222;
}

/* Interaction states
----------------------------------*/
/* line 831, app/assets/stylesheets/smartice/jquery-ui.scss */
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  border: 1px solid #d3d3d3;
  background: #e6e6e6 url(/assets/ui-bg_glass_75_e6e6e6_1x400-bda3ffe761e3fdedec923bc74b03177728183e2a94959edeedaea39b0e5588b5.png) 50% 50% repeat-x;
  font-weight: normal;
  color: #555555;
}

/* line 839, app/assets/stylesheets/smartice/jquery-ui.scss */
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
  color: #555555;
  text-decoration: none;
}

/* line 845, app/assets/stylesheets/smartice/jquery-ui.scss */
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
  border: 1px solid #999999;
  background: #dadada url(/assets/ui-bg_glass_75_dadada_1x400-872bd576b65c0756e3a73ae4791398a5311ec29e20809e4b37be780cd3c7f6fb.png) 50% 50% repeat-x;
  font-weight: normal;
  color: #212121;
}

/* line 856, app/assets/stylesheets/smartice/jquery-ui.scss */
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited {
  color: #212121;
  text-decoration: none;
}

/* line 863, app/assets/stylesheets/smartice/jquery-ui.scss */
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  border: 1px solid #aaaaaa;
  background: #ffffff url(/assets/ui-bg_glass_65_ffffff_1x400-dcfa2afd9c9db12f31c0f0216c2eaa7c4e866757416c363d37122cad70c719e0.png) 50% 50% repeat-x;
  font-weight: normal;
  color: #212121;
}

/* line 871, app/assets/stylesheets/smartice/jquery-ui.scss */
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #212121;
  text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
/* line 880, app/assets/stylesheets/smartice/jquery-ui.scss */
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #fcefa1;
  background: #fbf9ee url(/assets/ui-bg_glass_55_fbf9ee_1x400-32ce63b11450d35ccaf3dc0ccd7cedcdeb42b234bfa8a6c98a9ef7644f578359.png) 50% 50% repeat-x;
  color: #363636;
}

/* line 887, app/assets/stylesheets/smartice/jquery-ui.scss */
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #363636;
}

/* line 892, app/assets/stylesheets/smartice/jquery-ui.scss */
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #cd0a0a;
  background: #fef1ec url(/assets/ui-bg_glass_95_fef1ec_1x400-5f41df2ba2245ca35f4dd1f7c43ef5e81527f0e87c5b51a9239c08c2c2dc9959.png) 50% 50% repeat-x;
  color: #cd0a0a;
}

/* line 899, app/assets/stylesheets/smartice/jquery-ui.scss */
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #cd0a0a;
}

/* line 904, app/assets/stylesheets/smartice/jquery-ui.scss */
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #cd0a0a;
}

/* line 909, app/assets/stylesheets/smartice/jquery-ui.scss */
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold;
}

/* line 914, app/assets/stylesheets/smartice/jquery-ui.scss */
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: Alpha(Opacity=70);
  font-weight: normal;
}

/* line 921, app/assets/stylesheets/smartice/jquery-ui.scss */
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: Alpha(Opacity=35);
  background-image: none;
}

/* line 928, app/assets/stylesheets/smartice/jquery-ui.scss */
.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
  /* For IE8 - See #6059 */
}

/* Icons
----------------------------------*/
/* states and images */
/* line 936, app/assets/stylesheets/smartice/jquery-ui.scss */
.ui-icon {
  width: 16px;
  height: 16px;
}

/* line 940, app/assets/stylesheets/smartice/jquery-ui.scss */
.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url(/assets/ui-icons_222222_256x240-22ff3878467e01db4af197be439c1783ce83ef1288259db3cda3824836c21633.png);
}

/* line 944, app/assets/stylesheets/smartice/jquery-ui.scss */
.ui-widget-header .ui-icon {
  background-image: url(/assets/ui-icons_222222_256x240-22ff3878467e01db4af197be439c1783ce83ef1288259db3cda3824836c21633.png);
}

/* line 947, app/assets/stylesheets/smartice/jquery-ui.scss */
.ui-state-default .ui-icon {
  background-image: url(/assets/ui-icons_888888_256x240-8456fef574cbc83a66fdefed41f175d8e5d8c828185efd7eaac9e9d73795a75a.png);
}

/* line 950, app/assets/stylesheets/smartice/jquery-ui.scss */
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
  background-image: url(/assets/ui-icons_454545_256x240-b9b78baa4f00f71b9e7cf5086a8434c70b5a41c52f5a97c989806941f9f2fa16.png);
}

/* line 954, app/assets/stylesheets/smartice/jquery-ui.scss */
.ui-state-active .ui-icon {
  background-image: url(/assets/ui-icons_454545_256x240-b9b78baa4f00f71b9e7cf5086a8434c70b5a41c52f5a97c989806941f9f2fa16.png);
}

/* line 957, app/assets/stylesheets/smartice/jquery-ui.scss */
.ui-state-highlight .ui-icon {
  background-image: url(/assets/ui-icons_2e83ff_256x240-1901308b7ce8481bdb04377b644aa505178932c4880669e977ec4c9efc4d8163.png);
}

/* line 960, app/assets/stylesheets/smartice/jquery-ui.scss */
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url(/assets/ui-icons_cd0a0a_256x240-ebf056cbd564d364fc1eb7668eaa60044cbad00ff4ba5e28f8830a17926aa247.png);
}

/* positioning */
/* line 966, app/assets/stylesheets/smartice/jquery-ui.scss */
.ui-icon-blank {
  background-position: 16px 16px;
}

/* line 967, app/assets/stylesheets/smartice/jquery-ui.scss */
.ui-icon-carat-1-n {
  background-position: 0 0;
}

/* line 968, app/assets/stylesheets/smartice/jquery-ui.scss */
.ui-icon-carat-1-ne {
  background-position: -16px 0;
}

/* line 969, app/assets/stylesheets/smartice/jquery-ui.scss */
.ui-icon-carat-1-e {
  background-position: -32px 0;
}

/* line 970, app/assets/stylesheets/smartice/jquery-ui.scss */
.ui-icon-carat-1-se {
  background-position: -48px 0;
}

/* line 971, app/assets/stylesheets/smartice/jquery-ui.scss */
.ui-icon-carat-1-s {
  background-position: -64px 0;
}

/* line 972, app/assets/stylesheets/smartice/jquery-ui.scss */
.ui-icon-carat-1-sw {
  background-position: -80px 0;
}

/* line 973, app/assets/stylesheets/smartice/jquery-ui.scss */
.ui-icon-carat-1-w {
  background-position: -96px 0;
}

/* line 974, app/assets/stylesheets/smartice/jquery-ui.scss */
.ui-icon-carat-1-nw {
  background-position: -112px 0;
}

/* line 975, app/assets/stylesheets/smartice/jquery-ui.scss */
.ui-icon-carat-2-n-s {
  background-position: -128px 0;
}

/* line 976, app/assets/stylesheets/smartice/jquery-ui.scss */
.ui-icon-carat-2-e-w {
  background-position: -144px 0;
}

/* line 977, app/assets/stylesheets/smartice/jquery-ui.scss */
.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}

/* line 978, app/assets/stylesheets/smartice/jquery-ui.scss */
.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}

/* line 979, app/assets/stylesheets/smartice/jquery-ui.scss */
.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}

/* line 980, app/assets/stylesheets/smartice/jquery-ui.scss */
.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}

/* line 981, app/assets/stylesheets/smartice/jquery-ui.scss */
.ui-icon-triangle-1-s {
  background-position: -64px -16px;
}

/* line 982, app/assets/stylesheets/smartice/jquery-ui.scss */
.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}

/* line 983, app/assets/stylesheets/smartice/jquery-ui.scss */
.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}

/* line 984, app/assets/stylesheets/smartice/jquery-ui.scss */
.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}

/* line 985, app/assets/stylesheets/smartice/jquery-ui.scss */
.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}

/* line 986, app/assets/stylesheets/smartice/jquery-ui.scss */
.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}

/* line 987, app/assets/stylesheets/smartice/jquery-ui.scss */
.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}

/* line 988, app/assets/stylesheets/smartice/jquery-ui.scss */
.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}

/* line 989, app/assets/stylesheets/smartice/jquery-ui.scss */
.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}

/* line 990, app/assets/stylesheets/smartice/jquery-ui.scss */
.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}

/* line 991, app/assets/stylesheets/smartice/jquery-ui.scss */
.ui-icon-arrow-1-s {
  background-position: -64px -32px;
}

/* line 992, app/assets/stylesheets/smartice/jquery-ui.scss */
.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}

/* line 993, app/assets/stylesheets/smartice/jquery-ui.scss */
.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}

/* line 994, app/assets/stylesheets/smartice/jquery-ui.scss */
.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}

/* line 995, app/assets/stylesheets/smartice/jquery-ui.scss */
.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}

/* line 996, app/assets/stylesheets/smartice/jquery-ui.scss */
.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}

/* line 997, app/assets/stylesheets/smartice/jquery-ui.scss */
.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}

/* line 998, app/assets/stylesheets/smartice/jquery-ui.scss */
.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}

/* line 999, app/assets/stylesheets/smartice/jquery-ui.scss */
.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}

/* line 1000, app/assets/stylesheets/smartice/jquery-ui.scss */
.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}

/* line 1001, app/assets/stylesheets/smartice/jquery-ui.scss */
.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}

/* line 1002, app/assets/stylesheets/smartice/jquery-ui.scss */
.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}

/* line 1003, app/assets/stylesheets/smartice/jquery-ui.scss */
.ui-icon-arrowthick-1-n {
  background-position: 0 -48px;
}

/* line 1004, app/assets/stylesheets/smartice/jquery-ui.scss */
.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}

/* line 1005, app/assets/stylesheets/smartice/jquery-ui.scss */
.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}

/* line 1006, app/assets/stylesheets/smartice/jquery-ui.scss */
.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}

/* line 1007, app/assets/stylesheets/smartice/jquery-ui.scss */
.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}

/* line 1008, app/assets/stylesheets/smartice/jquery-ui.scss */
.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}

/* line 1009, app/assets/stylesheets/smartice/jquery-ui.scss */
.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}

/* line 1010, app/assets/stylesheets/smartice/jquery-ui.scss */
.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}

/* line 1011, app/assets/stylesheets/smartice/jquery-ui.scss */
.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}

/* line 1012, app/assets/stylesheets/smartice/jquery-ui.scss */
.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}

/* line 1013, app/assets/stylesheets/smartice/jquery-ui.scss */
.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}

/* line 1014, app/assets/stylesheets/smartice/jquery-ui.scss */
.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}

/* line 1015, app/assets/stylesheets/smartice/jquery-ui.scss */
.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}

/* line 1016, app/assets/stylesheets/smartice/jquery-ui.scss */
.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}

/* line 1017, app/assets/stylesheets/smartice/jquery-ui.scss */
.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}

/* line 1018, app/assets/stylesheets/smartice/jquery-ui.scss */
.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}

/* line 1019, app/assets/stylesheets/smartice/jquery-ui.scss */
.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}

/* line 1020, app/assets/stylesheets/smartice/jquery-ui.scss */
.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}

/* line 1021, app/assets/stylesheets/smartice/jquery-ui.scss */
.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}

/* line 1022, app/assets/stylesheets/smartice/jquery-ui.scss */
.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}

/* line 1023, app/assets/stylesheets/smartice/jquery-ui.scss */
.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}

/* line 1024, app/assets/stylesheets/smartice/jquery-ui.scss */
.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}

/* line 1025, app/assets/stylesheets/smartice/jquery-ui.scss */
.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}

/* line 1026, app/assets/stylesheets/smartice/jquery-ui.scss */
.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}

/* line 1027, app/assets/stylesheets/smartice/jquery-ui.scss */
.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}

/* line 1028, app/assets/stylesheets/smartice/jquery-ui.scss */
.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}

/* line 1029, app/assets/stylesheets/smartice/jquery-ui.scss */
.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}

/* line 1030, app/assets/stylesheets/smartice/jquery-ui.scss */
.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}

/* line 1031, app/assets/stylesheets/smartice/jquery-ui.scss */
.ui-icon-arrow-4 {
  background-position: 0 -80px;
}

/* line 1032, app/assets/stylesheets/smartice/jquery-ui.scss */
.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}

/* line 1033, app/assets/stylesheets/smartice/jquery-ui.scss */
.ui-icon-extlink {
  background-position: -32px -80px;
}

/* line 1034, app/assets/stylesheets/smartice/jquery-ui.scss */
.ui-icon-newwin {
  background-position: -48px -80px;
}

/* line 1035, app/assets/stylesheets/smartice/jquery-ui.scss */
.ui-icon-refresh {
  background-position: -64px -80px;
}

/* line 1036, app/assets/stylesheets/smartice/jquery-ui.scss */
.ui-icon-shuffle {
  background-position: -80px -80px;
}

/* line 1037, app/assets/stylesheets/smartice/jquery-ui.scss */
.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}

/* line 1038, app/assets/stylesheets/smartice/jquery-ui.scss */
.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}

/* line 1039, app/assets/stylesheets/smartice/jquery-ui.scss */
.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}

/* line 1040, app/assets/stylesheets/smartice/jquery-ui.scss */
.ui-icon-folder-open {
  background-position: -16px -96px;
}

/* line 1041, app/assets/stylesheets/smartice/jquery-ui.scss */
.ui-icon-document {
  background-position: -32px -96px;
}

/* line 1042, app/assets/stylesheets/smartice/jquery-ui.scss */
.ui-icon-document-b {
  background-position: -48px -96px;
}

/* line 1043, app/assets/stylesheets/smartice/jquery-ui.scss */
.ui-icon-note {
  background-position: -64px -96px;
}

/* line 1044, app/assets/stylesheets/smartice/jquery-ui.scss */
.ui-icon-mail-closed {
  background-position: -80px -96px;
}

/* line 1045, app/assets/stylesheets/smartice/jquery-ui.scss */
.ui-icon-mail-open {
  background-position: -96px -96px;
}

/* line 1046, app/assets/stylesheets/smartice/jquery-ui.scss */
.ui-icon-suitcase {
  background-position: -112px -96px;
}

/* line 1047, app/assets/stylesheets/smartice/jquery-ui.scss */
.ui-icon-comment {
  background-position: -128px -96px;
}

/* line 1048, app/assets/stylesheets/smartice/jquery-ui.scss */
.ui-icon-person {
  background-position: -144px -96px;
}

/* line 1049, app/assets/stylesheets/smartice/jquery-ui.scss */
.ui-icon-print {
  background-position: -160px -96px;
}

/* line 1050, app/assets/stylesheets/smartice/jquery-ui.scss */
.ui-icon-trash {
  background-position: -176px -96px;
}

/* line 1051, app/assets/stylesheets/smartice/jquery-ui.scss */
.ui-icon-locked {
  background-position: -192px -96px;
}

/* line 1052, app/assets/stylesheets/smartice/jquery-ui.scss */
.ui-icon-unlocked {
  background-position: -208px -96px;
}

/* line 1053, app/assets/stylesheets/smartice/jquery-ui.scss */
.ui-icon-bookmark {
  background-position: -224px -96px;
}

/* line 1054, app/assets/stylesheets/smartice/jquery-ui.scss */
.ui-icon-tag {
  background-position: -240px -96px;
}

/* line 1055, app/assets/stylesheets/smartice/jquery-ui.scss */
.ui-icon-home {
  background-position: 0 -112px;
}

/* line 1056, app/assets/stylesheets/smartice/jquery-ui.scss */
.ui-icon-flag {
  background-position: -16px -112px;
}

/* line 1057, app/assets/stylesheets/smartice/jquery-ui.scss */
.ui-icon-calendar {
  background-position: -32px -112px;
}

/* line 1058, app/assets/stylesheets/smartice/jquery-ui.scss */
.ui-icon-cart {
  background-position: -48px -112px;
}

/* line 1059, app/assets/stylesheets/smartice/jquery-ui.scss */
.ui-icon-pencil {
  background-position: -64px -112px;
}

/* line 1060, app/assets/stylesheets/smartice/jquery-ui.scss */
.ui-icon-clock {
  background-position: -80px -112px;
}

/* line 1061, app/assets/stylesheets/smartice/jquery-ui.scss */
.ui-icon-disk {
  background-position: -96px -112px;
}

/* line 1062, app/assets/stylesheets/smartice/jquery-ui.scss */
.ui-icon-calculator {
  background-position: -112px -112px;
}

/* line 1063, app/assets/stylesheets/smartice/jquery-ui.scss */
.ui-icon-zoomin {
  background-position: -128px -112px;
}

/* line 1064, app/assets/stylesheets/smartice/jquery-ui.scss */
.ui-icon-zoomout {
  background-position: -144px -112px;
}

/* line 1065, app/assets/stylesheets/smartice/jquery-ui.scss */
.ui-icon-search {
  background-position: -160px -112px;
}

/* line 1066, app/assets/stylesheets/smartice/jquery-ui.scss */
.ui-icon-wrench {
  background-position: -176px -112px;
}

/* line 1067, app/assets/stylesheets/smartice/jquery-ui.scss */
.ui-icon-gear {
  background-position: -192px -112px;
}

/* line 1068, app/assets/stylesheets/smartice/jquery-ui.scss */
.ui-icon-heart {
  background-position: -208px -112px;
}

/* line 1069, app/assets/stylesheets/smartice/jquery-ui.scss */
.ui-icon-star {
  background-position: -224px -112px;
}

/* line 1070, app/assets/stylesheets/smartice/jquery-ui.scss */
.ui-icon-link {
  background-position: -240px -112px;
}

/* line 1071, app/assets/stylesheets/smartice/jquery-ui.scss */
.ui-icon-cancel {
  background-position: 0 -128px;
}

/* line 1072, app/assets/stylesheets/smartice/jquery-ui.scss */
.ui-icon-plus {
  background-position: -16px -128px;
}

/* line 1073, app/assets/stylesheets/smartice/jquery-ui.scss */
.ui-icon-plusthick {
  background-position: -32px -128px;
}

/* line 1074, app/assets/stylesheets/smartice/jquery-ui.scss */
.ui-icon-minus {
  background-position: -48px -128px;
}

/* line 1075, app/assets/stylesheets/smartice/jquery-ui.scss */
.ui-icon-minusthick {
  background-position: -64px -128px;
}

/* line 1076, app/assets/stylesheets/smartice/jquery-ui.scss */
.ui-icon-close {
  background-position: -80px -128px;
}

/* line 1077, app/assets/stylesheets/smartice/jquery-ui.scss */
.ui-icon-closethick {
  background-position: -96px -128px;
}

/* line 1078, app/assets/stylesheets/smartice/jquery-ui.scss */
.ui-icon-key {
  background-position: -112px -128px;
}

/* line 1079, app/assets/stylesheets/smartice/jquery-ui.scss */
.ui-icon-lightbulb {
  background-position: -128px -128px;
}

/* line 1080, app/assets/stylesheets/smartice/jquery-ui.scss */
.ui-icon-scissors {
  background-position: -144px -128px;
}

/* line 1081, app/assets/stylesheets/smartice/jquery-ui.scss */
.ui-icon-clipboard {
  background-position: -160px -128px;
}

/* line 1082, app/assets/stylesheets/smartice/jquery-ui.scss */
.ui-icon-copy {
  background-position: -176px -128px;
}

/* line 1083, app/assets/stylesheets/smartice/jquery-ui.scss */
.ui-icon-contact {
  background-position: -192px -128px;
}

/* line 1084, app/assets/stylesheets/smartice/jquery-ui.scss */
.ui-icon-image {
  background-position: -208px -128px;
}

/* line 1085, app/assets/stylesheets/smartice/jquery-ui.scss */
.ui-icon-video {
  background-position: -224px -128px;
}

/* line 1086, app/assets/stylesheets/smartice/jquery-ui.scss */
.ui-icon-script {
  background-position: -240px -128px;
}

/* line 1087, app/assets/stylesheets/smartice/jquery-ui.scss */
.ui-icon-alert {
  background-position: 0 -144px;
}

/* line 1088, app/assets/stylesheets/smartice/jquery-ui.scss */
.ui-icon-info {
  background-position: -16px -144px;
}

/* line 1089, app/assets/stylesheets/smartice/jquery-ui.scss */
.ui-icon-notice {
  background-position: -32px -144px;
}

/* line 1090, app/assets/stylesheets/smartice/jquery-ui.scss */
.ui-icon-help {
  background-position: -48px -144px;
}

/* line 1091, app/assets/stylesheets/smartice/jquery-ui.scss */
.ui-icon-check {
  background-position: -64px -144px;
}

/* line 1092, app/assets/stylesheets/smartice/jquery-ui.scss */
.ui-icon-bullet {
  background-position: -80px -144px;
}

/* line 1093, app/assets/stylesheets/smartice/jquery-ui.scss */
.ui-icon-radio-on {
  background-position: -96px -144px;
}

/* line 1094, app/assets/stylesheets/smartice/jquery-ui.scss */
.ui-icon-radio-off {
  background-position: -112px -144px;
}

/* line 1095, app/assets/stylesheets/smartice/jquery-ui.scss */
.ui-icon-pin-w {
  background-position: -128px -144px;
}

/* line 1096, app/assets/stylesheets/smartice/jquery-ui.scss */
.ui-icon-pin-s {
  background-position: -144px -144px;
}

/* line 1097, app/assets/stylesheets/smartice/jquery-ui.scss */
.ui-icon-play {
  background-position: 0 -160px;
}

/* line 1098, app/assets/stylesheets/smartice/jquery-ui.scss */
.ui-icon-pause {
  background-position: -16px -160px;
}

/* line 1099, app/assets/stylesheets/smartice/jquery-ui.scss */
.ui-icon-seek-next {
  background-position: -32px -160px;
}

/* line 1100, app/assets/stylesheets/smartice/jquery-ui.scss */
.ui-icon-seek-prev {
  background-position: -48px -160px;
}

/* line 1101, app/assets/stylesheets/smartice/jquery-ui.scss */
.ui-icon-seek-end {
  background-position: -64px -160px;
}

/* line 1102, app/assets/stylesheets/smartice/jquery-ui.scss */
.ui-icon-seek-start {
  background-position: -80px -160px;
}

/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
/* line 1104, app/assets/stylesheets/smartice/jquery-ui.scss */
.ui-icon-seek-first {
  background-position: -80px -160px;
}

/* line 1105, app/assets/stylesheets/smartice/jquery-ui.scss */
.ui-icon-stop {
  background-position: -96px -160px;
}

/* line 1106, app/assets/stylesheets/smartice/jquery-ui.scss */
.ui-icon-eject {
  background-position: -112px -160px;
}

/* line 1107, app/assets/stylesheets/smartice/jquery-ui.scss */
.ui-icon-volume-off {
  background-position: -128px -160px;
}

/* line 1108, app/assets/stylesheets/smartice/jquery-ui.scss */
.ui-icon-volume-on {
  background-position: -144px -160px;
}

/* line 1109, app/assets/stylesheets/smartice/jquery-ui.scss */
.ui-icon-power {
  background-position: 0 -176px;
}

/* line 1110, app/assets/stylesheets/smartice/jquery-ui.scss */
.ui-icon-signal-diag {
  background-position: -16px -176px;
}

/* line 1111, app/assets/stylesheets/smartice/jquery-ui.scss */
.ui-icon-signal {
  background-position: -32px -176px;
}

/* line 1112, app/assets/stylesheets/smartice/jquery-ui.scss */
.ui-icon-battery-0 {
  background-position: -48px -176px;
}

/* line 1113, app/assets/stylesheets/smartice/jquery-ui.scss */
.ui-icon-battery-1 {
  background-position: -64px -176px;
}

/* line 1114, app/assets/stylesheets/smartice/jquery-ui.scss */
.ui-icon-battery-2 {
  background-position: -80px -176px;
}

/* line 1115, app/assets/stylesheets/smartice/jquery-ui.scss */
.ui-icon-battery-3 {
  background-position: -96px -176px;
}

/* line 1116, app/assets/stylesheets/smartice/jquery-ui.scss */
.ui-icon-circle-plus {
  background-position: 0 -192px;
}

/* line 1117, app/assets/stylesheets/smartice/jquery-ui.scss */
.ui-icon-circle-minus {
  background-position: -16px -192px;
}

/* line 1118, app/assets/stylesheets/smartice/jquery-ui.scss */
.ui-icon-circle-close {
  background-position: -32px -192px;
}

/* line 1119, app/assets/stylesheets/smartice/jquery-ui.scss */
.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}

/* line 1120, app/assets/stylesheets/smartice/jquery-ui.scss */
.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}

/* line 1121, app/assets/stylesheets/smartice/jquery-ui.scss */
.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}

/* line 1122, app/assets/stylesheets/smartice/jquery-ui.scss */
.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}

/* line 1123, app/assets/stylesheets/smartice/jquery-ui.scss */
.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}

/* line 1124, app/assets/stylesheets/smartice/jquery-ui.scss */
.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}

/* line 1125, app/assets/stylesheets/smartice/jquery-ui.scss */
.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}

/* line 1126, app/assets/stylesheets/smartice/jquery-ui.scss */
.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}

/* line 1127, app/assets/stylesheets/smartice/jquery-ui.scss */
.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}

/* line 1128, app/assets/stylesheets/smartice/jquery-ui.scss */
.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}

/* line 1129, app/assets/stylesheets/smartice/jquery-ui.scss */
.ui-icon-circle-check {
  background-position: -208px -192px;
}

/* line 1130, app/assets/stylesheets/smartice/jquery-ui.scss */
.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}

/* line 1131, app/assets/stylesheets/smartice/jquery-ui.scss */
.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}

/* line 1132, app/assets/stylesheets/smartice/jquery-ui.scss */
.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}

/* line 1133, app/assets/stylesheets/smartice/jquery-ui.scss */
.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}

/* line 1134, app/assets/stylesheets/smartice/jquery-ui.scss */
.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}

/* line 1135, app/assets/stylesheets/smartice/jquery-ui.scss */
.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}

/* line 1136, app/assets/stylesheets/smartice/jquery-ui.scss */
.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}

/* line 1137, app/assets/stylesheets/smartice/jquery-ui.scss */
.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}

/* line 1138, app/assets/stylesheets/smartice/jquery-ui.scss */
.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}

/* line 1139, app/assets/stylesheets/smartice/jquery-ui.scss */
.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}

/* line 1140, app/assets/stylesheets/smartice/jquery-ui.scss */
.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}

/* line 1141, app/assets/stylesheets/smartice/jquery-ui.scss */
.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}

/* Misc visuals
----------------------------------*/
/* Corner radius */
/* line 1148, app/assets/stylesheets/smartice/jquery-ui.scss */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 4px;
}

/* line 1154, app/assets/stylesheets/smartice/jquery-ui.scss */
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 4px;
}

/* line 1160, app/assets/stylesheets/smartice/jquery-ui.scss */
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 4px;
}

/* line 1166, app/assets/stylesheets/smartice/jquery-ui.scss */
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 4px;
}

/* Overlays */
/* line 1174, app/assets/stylesheets/smartice/jquery-ui.scss */
.ui-widget-overlay {
  background: #aaaaaa url(/assets/ui-bg_flat_0_aaaaaa_40x100-aa167a04c6c4e82e1fbe80ec8a290de0a228ff1f074e64fda276e18c53b6885a.png) 50% 50% repeat-x;
  opacity: 0.3;
  filter: Alpha(Opacity=30);
}

/* line 1179, app/assets/stylesheets/smartice/jquery-ui.scss */
.ui-widget-shadow {
  margin: -8px 0 0 -8px;
  padding: 8px;
  background: #aaaaaa url(/assets/ui-bg_flat_0_aaaaaa_40x100-aa167a04c6c4e82e1fbe80ec8a290de0a228ff1f074e64fda276e18c53b6885a.png) 50% 50% repeat-x;
  opacity: 0.3;
  filter: Alpha(Opacity=30);
  border-radius: 8px;
}
/* line 1, app/assets/stylesheets/smartice/machine_select.css.scss */
.ms-parent.select.machine-select,
.ms-parent.machine-group-select,
.ms-parent.advanced-event-select {
  width: 100%;
}

/* line 5, app/assets/stylesheets/smartice/machine_select.css.scss */
.ms-parent.select.machine-select > button.ms-choice,
.ms-parent.machine-group-select > button.ms-choice,
.ms-parent.advanced-event-select > button.ms-choice {
  min-height: 30px;
}

/* line 10, app/assets/stylesheets/smartice/machine_select.css.scss */
select.machine-group-select {
  width: 100%;
}
/* line 5, app/assets/stylesheets/smartice/machines.css.scss */
.camera-form .machine_cameras_recording_supported,
.camera-form .machine_cameras_flip_mirror_supported {
  margin: 0;
}

/* line 8, app/assets/stylesheets/smartice/machines.css.scss */
.camera-form .machine_cameras_recording_supported > label,
.camera-form .machine_cameras_flip_mirror_supported > label {
  width: auto;
  font-size: 12px;
}

/* line 9, app/assets/stylesheets/smartice/machines.css.scss */
.camera-form .machine_cameras_recording_supported .controls,
.camera-form .machine_cameras_flip_mirror_supported .controls {
  margin: 0;
}

/* line 10, app/assets/stylesheets/smartice/machines.css.scss */
.camera-form .machine_cameras_recording_supported input[type="checkbox"],
.camera-form .machine_cameras_flip_mirror_supported input[type="checkbox"] {
  float: none !important;
  margin: 6px 10px 0 10px !important;
}

/* line 12, app/assets/stylesheets/smartice/machines.css.scss */
form.search {
  margin: 0;
}

/* line 14, app/assets/stylesheets/smartice/machines.css.scss */
form.search .span1, form.search .span2, form.search .span3, form.search .span4, form.search .span5 {
  margin: 0 4px 0 0;
}

/* line 18, app/assets/stylesheets/smartice/machines.css.scss */
form.search .span1 .chzn-container-single a.chzn-single, form.search .span2 .chzn-container-single a.chzn-single, form.search .span3 .chzn-container-single a.chzn-single, form.search .span4 .chzn-container-single a.chzn-single, form.search .span5 .chzn-container-single a.chzn-single {
  height: 27px;
}

/* line 24, app/assets/stylesheets/smartice/machines.css.scss */
.machine-summary .header.machine-header {
  padding: 10px;
  color: white;
}

/* line 27, app/assets/stylesheets/smartice/machines.css.scss */
.machine-summary .header.machine-header .machine-label,
.machine-summary .header.machine-header .machine-nav,
.machine-summary .header.machine-header .machine-today {
  margin: 0;
  vertical-align: middle;
  line-height: 35px;
}

/* line 35, app/assets/stylesheets/smartice/machines.css.scss */
.machine-summary .header.machine-header hr {
  margin: 8px 0;
  border-color: #eee;
  border-bottom: none;
}

/* line 42, app/assets/stylesheets/smartice/machines.css.scss */
.machine-summary .header.machine-header h2 {
  font-size: 20px;
  line-height: 35px;
  display: inline;
  text-transform: none;
}

/* line 47, app/assets/stylesheets/smartice/machines.css.scss */
.machine-summary .header.machine-header h2 img {
  margin-bottom: 3px;
}

/* line 52, app/assets/stylesheets/smartice/machines.css.scss */
.machine-summary .header.machine-header a.text:hover {
  color: #fff;
}

/* line 56, app/assets/stylesheets/smartice/machines.css.scss */
.machine-summary .header.machine-header .machine-today,
.machine-summary .header.machine-header .machine-label {
  margin-top: 3px;
}

/* line 62, app/assets/stylesheets/smartice/machines.css.scss */
.machine-summary .header.machine-header .machine-today h2 {
  margin-right: 14px;
}

/* line 68, app/assets/stylesheets/smartice/machines.css.scss */
.machine-summary .header.machine-header .machine-nav img {
  height: 22px;
}

/* line 71, app/assets/stylesheets/smartice/machines.css.scss */
.machine-summary .header.machine-header .machine-nav a {
  margin-right: 15px;
  line-height: 32px;
}

/* line 75, app/assets/stylesheets/smartice/machines.css.scss */
.machine-summary .header.machine-header .machine-nav span {
  margin-right: 15px;
  line-height: 32px;
}

/* line 83, app/assets/stylesheets/smartice/machines.css.scss */
.machine-summary .machine-alerts .alert {
  border-radius: 0;
  margin: 0;
  padding-right: 5px;
}

/* line 88, app/assets/stylesheets/smartice/machines.css.scss */
.machine-summary .machine-alerts .alert.machine-alert-grey {
  background-color: gray;
  color: white;
  border: 1px solid gray;
  text-shadow: none;
}

/* line 95, app/assets/stylesheets/smartice/machines.css.scss */
.machine-summary .machine-alerts .span4 {
  margin: 0;
  vertical-align: middle;
  line-height: 30px;
}

/* line 100, app/assets/stylesheets/smartice/machines.css.scss */
.machine-summary .machine-alerts .span4.machine-alert-message {
  font-weight: bold;
}

/* line 102, app/assets/stylesheets/smartice/machines.css.scss */
.machine-summary .machine-alerts .span4.machine-alert-message i {
  margin-right: 5px;
}

/* line 106, app/assets/stylesheets/smartice/machines.css.scss */
.machine-summary .machine-alerts .span4.machine-alert-notes {
  line-height: 15px;
  min-height: 1px;
}

/* line 110, app/assets/stylesheets/smartice/machines.css.scss */
.machine-summary .machine-alerts .span4.machine-alert-time {
  text-align: right;
}

/* line 115, app/assets/stylesheets/smartice/machines.css.scss */
.machine-summary .row {
  margin: 0;
  padding: 12px 0 0 0;
  width: 100%;
}

/* line 119, app/assets/stylesheets/smartice/machines.css.scss */
.machine-summary .row .span4 {
  margin-left: 12px;
  padding-left: 12px;
  border-left: 1px solid #dadada;
  height: 180px;
  box-sizing: border-box;
}

/* line 125, app/assets/stylesheets/smartice/machines.css.scss */
.machine-summary .row .span4 h2 {
  text-transform: none;
  font-size: 22px;
}

/* line 128, app/assets/stylesheets/smartice/machines.css.scss */
.machine-summary .row .span4 h2 .text {
  width: 330px;
}

/* line 129, app/assets/stylesheets/smartice/machines.css.scss */
.machine-summary .row .span4 h2 .icon {
  float: right;
  width: 30px;
}

/* line 131, app/assets/stylesheets/smartice/machines.css.scss */
.machine-summary .row .span4 h3 {
  text-transform: none;
  font-size: 15px;
  line-height: 1.5;
}

/* line 132, app/assets/stylesheets/smartice/machines.css.scss */
.machine-summary .row .span4.recent-notes {
  min-height: 170px;
  height: auto;
  padding-bottom: 10px;
}

/* line 136, app/assets/stylesheets/smartice/machines.css.scss */
.machine-summary .row .span4.recent-notes td:first-child {
  padding-right: 20px;
}

/* line 141, app/assets/stylesheets/smartice/machines.css.scss */
.machine-summary .row .span4:first-child {
  border-left: none;
  padding-left: 0;
}

/* line 145, app/assets/stylesheets/smartice/machines.css.scss */
.machine-summary .row .today-metrics {
  margin: 8px 0 0 0;
}

/* line 147, app/assets/stylesheets/smartice/machines.css.scss */
.machine-summary .row .today-metrics .vertical-label {
  width: 1em;
  font-size: 12px;
  line-height: 1.1;
  text-align: center;
  float: left;
  color: #999999;
  margin-right: 12px;
}

/* line 156, app/assets/stylesheets/smartice/machines.css.scss */
.machine-summary .row .today-metrics .metric {
  width: 110px;
  height: 50px;
  float: left;
  margin: 14px 0 0 0;
}

/* line 161, app/assets/stylesheets/smartice/machines.css.scss */
.machine-summary .row .today-metrics .metric .value {
  font-size: 27px;
  text-align: center;
}

/* line 162, app/assets/stylesheets/smartice/machines.css.scss */
.machine-summary .row .today-metrics .metric .caption {
  font-size: 14px;
  text-align: center;
  color: #999999;
}

/* line 165, app/assets/stylesheets/smartice/machines.css.scss */
.machine-summary .row table.events {
  margin-top: 8px;
}

/* line 168, app/assets/stylesheets/smartice/machines.css.scss */
.machine-summary .row table.events tr td, .machine-summary .row table.events tr th {
  padding: 4px;
  font-size: 13px;
}

/* line 171, app/assets/stylesheets/smartice/machines.css.scss */
.machine-summary .row .span12 {
  margin-left: 0;
  padding-left: 0;
}

/* line 174, app/assets/stylesheets/smartice/machines.css.scss */
.machine-summary .row .span12 .maintenance-counter {
  display: block;
  float: left;
  width: 118px;
  height: 80px;
  margin-left: 12px;
}

/* line 180, app/assets/stylesheets/smartice/machines.css.scss */
.machine-summary .row .span12 .maintenance-counter label {
  font-size: 14px;
  margin: 0;
}

/* line 184, app/assets/stylesheets/smartice/machines.css.scss */
.machine-summary .row .span12 .maintenance-counter label, .machine-summary .row .span12 .maintenance-counter .progress {
  margin: 0 0 2px 0;
}

/* line 185, app/assets/stylesheets/smartice/machines.css.scss */
.machine-summary .row .span12 .maintenance-counter label.caption {
  font-size: 13px;
  color: #999999;
}

/* line 189, app/assets/stylesheets/smartice/machines.css.scss */
.machine-summary .row .span12 .maintenance-counter .progress.progress-danger.progress-inverted {
  border: 1px solid #dd514c;
  height: 18px;
}

/* line 196, app/assets/stylesheets/smartice/machines.css.scss */
.machine-summary .row.maintenance-counters {
  margin: 0;
  padding: 15px 0 12px 0;
}

/* line 199, app/assets/stylesheets/smartice/machines.css.scss */
.machine-summary .row.maintenance-counters .additional-counters-placeholder {
  margin-left: 50px;
  color: #999999;
}

@media (min-width: 979px) {
  /* line 204, app/assets/stylesheets/smartice/machines.css.scss */
  .machine-summary .machine-header .machine-today.span4 {
    width: 36%;
  }
}

@media (max-width: 1200px) {
  /* line 211, app/assets/stylesheets/smartice/machines.css.scss */
  .machine-summary .row .today-metrics .metric {
    width: 30%;
  }
  /* line 213, app/assets/stylesheets/smartice/machines.css.scss */
  .machine-summary .row .today-metrics .metric .value {
    font-size: 20px;
  }
  /* line 214, app/assets/stylesheets/smartice/machines.css.scss */
  .machine-summary .row .today-metrics .metric .caption {
    font-size: 14px;
  }
}

@media (max-width: 979px) {
  /* line 220, app/assets/stylesheets/smartice/machines.css.scss */
  .machine-today .pull-right {
    float: none;
  }
  /* line 221, app/assets/stylesheets/smartice/machines.css.scss */
  .machine-nav .pull-right {
    float: none;
  }
  /* line 222, app/assets/stylesheets/smartice/machines.css.scss */
  .machine-alerts .span4 .pull-right {
    float: none;
    margin-top: 5px;
    text-align: left;
  }
  /* line 226, app/assets/stylesheets/smartice/machines.css.scss */
  .machine-alerts .span4 .pull-right hr {
    border-color: #eee;
    border-top: none;
    margin: 7px 0;
  }
}

@media (min-width: 768px) and (max-width: 979px) {
  /* line 235, app/assets/stylesheets/smartice/machines.css.scss */
  .machine-summary .row .span4 {
    border-left: 0px;
    border-bottom: 1px solid #dadada;
    padding: 20px 0px;
  }
  /* line 240, app/assets/stylesheets/smartice/machines.css.scss */
  .machine-summary .machine-nav {
    float: right;
    width: 30%;
  }
  /* line 244, app/assets/stylesheets/smartice/machines.css.scss */
  .machine-summary .machine-label {
    width: 60%;
  }
}

@media (max-width: 767px) {
  /* line 249, app/assets/stylesheets/smartice/machines.css.scss */
  .machine-summary .row.maintenance-counters .additional-counters-placeholder {
    margin: 10px;
    display: block;
    float: none;
    clear: both;
  }
  /* line 257, app/assets/stylesheets/smartice/machines.css.scss */
  .machine-summary .header.machine-header h2 {
    line-height: 24px;
  }
  /* line 260, app/assets/stylesheets/smartice/machines.css.scss */
  .machine-summary .row .span4 {
    border-left: 0px;
    border-bottom: 1px solid #dadada;
    padding: 20px 0px;
  }
}

/* line 268, app/assets/stylesheets/smartice/machines.css.scss */
.time-zone-notice h3 {
  line-height: 25px;
}

/* line 273, app/assets/stylesheets/smartice/machines.css.scss */
body.settings_controller.vending_prices_action label.checkbox {
  padding-left: 0;
}

/* line 276, app/assets/stylesheets/smartice/machines.css.scss */
body.settings_controller.vending_prices_action label.checkbox input[type="checkbox"] {
  margin-right: 10px;
}
/* line 6, app/assets/stylesheets/smartice/maintenance.css.scss */
body.maintenance_controller .table th.text-right,
body.maintenance_controller .table td.text-right {
  text-align: right;
}

/* line 10, app/assets/stylesheets/smartice/maintenance.css.scss */
body.maintenance_controller .table th.text-center,
body.maintenance_controller .table td.text-center {
  text-align: center;
}

/* line 14, app/assets/stylesheets/smartice/maintenance.css.scss */
body.maintenance_controller .table tr.align-middle th,
body.maintenance_controller .table tr.align-middle td {
  vertical-align: middle;
}

/* line 19, app/assets/stylesheets/smartice/maintenance.css.scss */
body.maintenance_controller .remote-commands .row {
  margin: 0 0 1em 0;
  padding: 0 0 1em 0;
  border-bottom: 1px solid #dddddd;
}

/* line 23, app/assets/stylesheets/smartice/maintenance.css.scss */
body.maintenance_controller .remote-commands .row .span3 {
  margin-left: 0;
}

/* line 26, app/assets/stylesheets/smartice/maintenance.css.scss */
body.maintenance_controller .remote-commands .row a.remote-command {
  text-align: left;
  padding-left: 12px;
}

/* line 31, app/assets/stylesheets/smartice/maintenance.css.scss */
body.maintenance_controller .remote-commands .row:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

/* line 36, app/assets/stylesheets/smartice/maintenance.css.scss */
body.maintenance_controller .remote-commands .disabled-command {
  cursor: not-allowed;
  color: #999999;
}

/* line 42, app/assets/stylesheets/smartice/maintenance.css.scss */
body.maintenance_controller #advanced-commands-group.collapse.in .row:first-child {
  margin-top: 1em;
}

/* line 50, app/assets/stylesheets/smartice/maintenance.css.scss */
body.maintenance_controller .maintenance-ice-maker-section .ice-maker-controls .btn.disabled,
body.maintenance_controller .maintenance-ice-maker-section .ice-maker-schedule-controls .btn.disabled,
body.maintenance_controller .maintenance-ice-maker-schedule-section .ice-maker-controls .btn.disabled,
body.maintenance_controller .maintenance-ice-maker-schedule-section .ice-maker-schedule-controls .btn.disabled {
  opacity: 1;
}

/* line 56, app/assets/stylesheets/smartice/maintenance.css.scss */
body.maintenance_controller .maintenance-ice-maker-section .ice-maker-controls .btn-info,
body.maintenance_controller .maintenance-ice-maker-section .ice-maker-schedule-controls .btn-info,
body.maintenance_controller .maintenance-ice-maker-schedule-section .ice-maker-controls .btn-info,
body.maintenance_controller .maintenance-ice-maker-schedule-section .ice-maker-schedule-controls .btn-info {
  background-color: #3a87ad;
}

/* line 60, app/assets/stylesheets/smartice/maintenance.css.scss */
body.maintenance_controller .maintenance-ice-maker-section .card,
body.maintenance_controller .maintenance-ice-maker-schedule-section .card {
  text-align: center;
  padding: 10px 12px 12px 12px;
  min-height: 128px;
}

/* line 64, app/assets/stylesheets/smartice/maintenance.css.scss */
body.maintenance_controller .maintenance-ice-maker-section .card .card-header,
body.maintenance_controller .maintenance-ice-maker-schedule-section .card .card-header {
  margin-bottom: 6px;
  font-weight: bold;
}

/* line 69, app/assets/stylesheets/smartice/maintenance.css.scss */
body.maintenance_controller .maintenance-ice-maker-section .card .card-content .label.big,
body.maintenance_controller .maintenance-ice-maker-schedule-section .card .card-content .label.big {
  font-size: 16px;
  line-height: 28px;
  padding: 4px 14px;
}

/* line 74, app/assets/stylesheets/smartice/maintenance.css.scss */
body.maintenance_controller .maintenance-ice-maker-section .card .card-content label.caption,
body.maintenance_controller .maintenance-ice-maker-schedule-section .card .card-content label.caption {
  margin: 0;
  font-size: 12px;
  line-height: 1.4;
}

/* line 79, app/assets/stylesheets/smartice/maintenance.css.scss */
body.maintenance_controller .maintenance-ice-maker-section .card .card-content label.caption:first-of-type,
body.maintenance_controller .maintenance-ice-maker-schedule-section .card .card-content label.caption:first-of-type {
  margin-top: 12px;
}

/* line 84, app/assets/stylesheets/smartice/maintenance.css.scss */
body.maintenance_controller .maintenance-ice-maker-section .card .upcoming-periods label.caption,
body.maintenance_controller .maintenance-ice-maker-schedule-section .card .upcoming-periods label.caption {
  display: block;
  border-bottom: 1px solid #e3e3e3;
  margin-bottom: 6px;
  padding-bottom: 6px;
}

/* line 90, app/assets/stylesheets/smartice/maintenance.css.scss */
body.maintenance_controller .maintenance-ice-maker-section .card .upcoming-periods label.caption:last-of-type,
body.maintenance_controller .maintenance-ice-maker-schedule-section .card .upcoming-periods label.caption:last-of-type {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

/* line 99, app/assets/stylesheets/smartice/maintenance.css.scss */
body.maintenance_controller .maintenance-ice-maker-schedule-section .card {
  min-height: 120px;
}

/* line 102, app/assets/stylesheets/smartice/maintenance.css.scss */
body.maintenance_controller .maintenance-ice-maker-schedule-section .card .upcoming-periods label.caption {
  margin-bottom: 8px;
  padding-bottom: 8px;
}

/* line 110, app/assets/stylesheets/smartice/maintenance.css.scss */
body.maintenance_controller .row.ice-maker-diagnostics .well.card {
  min-height: 275px;
}

/* line 113, app/assets/stylesheets/smartice/maintenance.css.scss */
body.maintenance_controller .row.ice-maker-diagnostics label.caption.muted {
  font-size: 11.8px;
  margin: 0;
}

/* line 117, app/assets/stylesheets/smartice/maintenance.css.scss */
body.maintenance_controller .row.ice-maker-diagnostics table.table-bordered {
  border: 1px solid #ddd;
  border-bottom-width: 2px;
  border-collapse: collapse;
}

/* line 121, app/assets/stylesheets/smartice/maintenance.css.scss */
body.maintenance_controller .row.ice-maker-diagnostics table.table-bordered th,
body.maintenance_controller .row.ice-maker-diagnostics table.table-bordered td {
  border-bottom: 1px solid #ddd;
}

/* line 126, app/assets/stylesheets/smartice/maintenance.css.scss */
body.maintenance_controller .row.ice-maker-diagnostics th.stat-col-fw,
body.maintenance_controller .row.ice-maker-diagnostics td.stat-col-fw {
  width: 150px;
  text-align: center;
}

@media (min-width: 1200px) {
  /* line 137, app/assets/stylesheets/smartice/maintenance.css.scss */
  .maintenance-ice-maker-section .card.span3,
.maintenance-ice-maker-schedule-section .card.span3 {
    width: 242px;
  }
  /* line 140, app/assets/stylesheets/smartice/maintenance.css.scss */
  .maintenance-ice-maker-section .card.span6,
.maintenance-ice-maker-schedule-section .card.span6 {
    width: 542px;
  }
  /* line 145, app/assets/stylesheets/smartice/maintenance.css.scss */
  .row.ice-maker-diagnostics .card.span5 {
    width: 440px;
  }
  /* line 148, app/assets/stylesheets/smartice/maintenance.css.scss */
  .row.ice-maker-diagnostics .card.span7 {
    width: 616px;
  }
}

/* line 155, app/assets/stylesheets/smartice/maintenance.css.scss */
#remote-command-overlay textarea {
  width: 400px;
  height: 60px;
}

/* line 167, app/assets/stylesheets/smartice/maintenance.css.scss */
.mdb-display > .title-section,
.mdb-display-self-enable > .title-section,
.vmc-display > .title-section,
.vmc-water-vendor-display > .title-section,
.optconnect-device-display > .title-section,
.cell-router-status-display > .title-section {
  height: 40px;
}

/* line 170, app/assets/stylesheets/smartice/maintenance.css.scss */
.mdb-display .statusbar-hint,
.mdb-display-self-enable .statusbar-hint,
.vmc-display .statusbar-hint,
.vmc-water-vendor-display .statusbar-hint,
.optconnect-device-display .statusbar-hint,
.cell-router-status-display .statusbar-hint {
  color: #999999;
  display: block;
  font-size: 12px;
  clear: both;
  text-align: right;
}

/* line 177, app/assets/stylesheets/smartice/maintenance.css.scss */
.mdb-display .mdb-display-inner,
.mdb-display .vmc-display-inner,
.mdb-display .optconnect-display-inner,
.mdb-display .cell-router-status-display-inner,
.mdb-display-self-enable .mdb-display-inner,
.mdb-display-self-enable .vmc-display-inner,
.mdb-display-self-enable .optconnect-display-inner,
.mdb-display-self-enable .cell-router-status-display-inner,
.vmc-display .mdb-display-inner,
.vmc-display .vmc-display-inner,
.vmc-display .optconnect-display-inner,
.vmc-display .cell-router-status-display-inner,
.vmc-water-vendor-display .mdb-display-inner,
.vmc-water-vendor-display .vmc-display-inner,
.vmc-water-vendor-display .optconnect-display-inner,
.vmc-water-vendor-display .cell-router-status-display-inner,
.optconnect-device-display .mdb-display-inner,
.optconnect-device-display .vmc-display-inner,
.optconnect-device-display .optconnect-display-inner,
.optconnect-device-display .cell-router-status-display-inner,
.cell-router-status-display .mdb-display-inner,
.cell-router-status-display .vmc-display-inner,
.cell-router-status-display .optconnect-display-inner,
.cell-router-status-display .cell-router-status-display-inner {
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 15px;
  box-sizing: border-box;
}

/* line 187, app/assets/stylesheets/smartice/maintenance.css.scss */
.mdb-display .mdb-display-inner .inline-children > h4, .mdb-display .mdb-display-inner .inline-children > span,
.mdb-display .vmc-display-inner .inline-children > h4,
.mdb-display .vmc-display-inner .inline-children > span,
.mdb-display .optconnect-display-inner .inline-children > h4,
.mdb-display .optconnect-display-inner .inline-children > span,
.mdb-display .cell-router-status-display-inner .inline-children > h4,
.mdb-display .cell-router-status-display-inner .inline-children > span,
.mdb-display-self-enable .mdb-display-inner .inline-children > h4,
.mdb-display-self-enable .mdb-display-inner .inline-children > span,
.mdb-display-self-enable .vmc-display-inner .inline-children > h4,
.mdb-display-self-enable .vmc-display-inner .inline-children > span,
.mdb-display-self-enable .optconnect-display-inner .inline-children > h4,
.mdb-display-self-enable .optconnect-display-inner .inline-children > span,
.mdb-display-self-enable .cell-router-status-display-inner .inline-children > h4,
.mdb-display-self-enable .cell-router-status-display-inner .inline-children > span,
.vmc-display .mdb-display-inner .inline-children > h4,
.vmc-display .mdb-display-inner .inline-children > span,
.vmc-display .vmc-display-inner .inline-children > h4,
.vmc-display .vmc-display-inner .inline-children > span,
.vmc-display .optconnect-display-inner .inline-children > h4,
.vmc-display .optconnect-display-inner .inline-children > span,
.vmc-display .cell-router-status-display-inner .inline-children > h4,
.vmc-display .cell-router-status-display-inner .inline-children > span,
.vmc-water-vendor-display .mdb-display-inner .inline-children > h4,
.vmc-water-vendor-display .mdb-display-inner .inline-children > span,
.vmc-water-vendor-display .vmc-display-inner .inline-children > h4,
.vmc-water-vendor-display .vmc-display-inner .inline-children > span,
.vmc-water-vendor-display .optconnect-display-inner .inline-children > h4,
.vmc-water-vendor-display .optconnect-display-inner .inline-children > span,
.vmc-water-vendor-display .cell-router-status-display-inner .inline-children > h4,
.vmc-water-vendor-display .cell-router-status-display-inner .inline-children > span,
.optconnect-device-display .mdb-display-inner .inline-children > h4,
.optconnect-device-display .mdb-display-inner .inline-children > span,
.optconnect-device-display .vmc-display-inner .inline-children > h4,
.optconnect-device-display .vmc-display-inner .inline-children > span,
.optconnect-device-display .optconnect-display-inner .inline-children > h4,
.optconnect-device-display .optconnect-display-inner .inline-children > span,
.optconnect-device-display .cell-router-status-display-inner .inline-children > h4,
.optconnect-device-display .cell-router-status-display-inner .inline-children > span,
.cell-router-status-display .mdb-display-inner .inline-children > h4,
.cell-router-status-display .mdb-display-inner .inline-children > span,
.cell-router-status-display .vmc-display-inner .inline-children > h4,
.cell-router-status-display .vmc-display-inner .inline-children > span,
.cell-router-status-display .optconnect-display-inner .inline-children > h4,
.cell-router-status-display .optconnect-display-inner .inline-children > span,
.cell-router-status-display .cell-router-status-display-inner .inline-children > h4,
.cell-router-status-display .cell-router-status-display-inner .inline-children > span {
  display: inline-block;
}

/* line 191, app/assets/stylesheets/smartice/maintenance.css.scss */
.mdb-display .mdb-display-inner .inline-children > h4,
.mdb-display .vmc-display-inner .inline-children > h4,
.mdb-display .optconnect-display-inner .inline-children > h4,
.mdb-display .cell-router-status-display-inner .inline-children > h4,
.mdb-display-self-enable .mdb-display-inner .inline-children > h4,
.mdb-display-self-enable .vmc-display-inner .inline-children > h4,
.mdb-display-self-enable .optconnect-display-inner .inline-children > h4,
.mdb-display-self-enable .cell-router-status-display-inner .inline-children > h4,
.vmc-display .mdb-display-inner .inline-children > h4,
.vmc-display .vmc-display-inner .inline-children > h4,
.vmc-display .optconnect-display-inner .inline-children > h4,
.vmc-display .cell-router-status-display-inner .inline-children > h4,
.vmc-water-vendor-display .mdb-display-inner .inline-children > h4,
.vmc-water-vendor-display .vmc-display-inner .inline-children > h4,
.vmc-water-vendor-display .optconnect-display-inner .inline-children > h4,
.vmc-water-vendor-display .cell-router-status-display-inner .inline-children > h4,
.optconnect-device-display .mdb-display-inner .inline-children > h4,
.optconnect-device-display .vmc-display-inner .inline-children > h4,
.optconnect-device-display .optconnect-display-inner .inline-children > h4,
.optconnect-device-display .cell-router-status-display-inner .inline-children > h4,
.cell-router-status-display .mdb-display-inner .inline-children > h4,
.cell-router-status-display .vmc-display-inner .inline-children > h4,
.cell-router-status-display .optconnect-display-inner .inline-children > h4,
.cell-router-status-display .cell-router-status-display-inner .inline-children > h4 {
  margin-right: 12px;
}

/* line 196, app/assets/stylesheets/smartice/maintenance.css.scss */
.mdb-display .mdb-display-inner h4,
.mdb-display .vmc-display-inner h4,
.mdb-display .optconnect-display-inner h4,
.mdb-display .cell-router-status-display-inner h4,
.mdb-display-self-enable .mdb-display-inner h4,
.mdb-display-self-enable .vmc-display-inner h4,
.mdb-display-self-enable .optconnect-display-inner h4,
.mdb-display-self-enable .cell-router-status-display-inner h4,
.vmc-display .mdb-display-inner h4,
.vmc-display .vmc-display-inner h4,
.vmc-display .optconnect-display-inner h4,
.vmc-display .cell-router-status-display-inner h4,
.vmc-water-vendor-display .mdb-display-inner h4,
.vmc-water-vendor-display .vmc-display-inner h4,
.vmc-water-vendor-display .optconnect-display-inner h4,
.vmc-water-vendor-display .cell-router-status-display-inner h4,
.optconnect-device-display .mdb-display-inner h4,
.optconnect-device-display .vmc-display-inner h4,
.optconnect-device-display .optconnect-display-inner h4,
.optconnect-device-display .cell-router-status-display-inner h4,
.cell-router-status-display .mdb-display-inner h4,
.cell-router-status-display .vmc-display-inner h4,
.cell-router-status-display .optconnect-display-inner h4,
.cell-router-status-display .cell-router-status-display-inner h4 {
  font-size: 16px;
}

/* line 199, app/assets/stylesheets/smartice/maintenance.css.scss */
.mdb-display .mdb-display-inner .group,
.mdb-display .vmc-display-inner .group,
.mdb-display .optconnect-display-inner .group,
.mdb-display .cell-router-status-display-inner .group,
.mdb-display-self-enable .mdb-display-inner .group,
.mdb-display-self-enable .vmc-display-inner .group,
.mdb-display-self-enable .optconnect-display-inner .group,
.mdb-display-self-enable .cell-router-status-display-inner .group,
.vmc-display .mdb-display-inner .group,
.vmc-display .vmc-display-inner .group,
.vmc-display .optconnect-display-inner .group,
.vmc-display .cell-router-status-display-inner .group,
.vmc-water-vendor-display .mdb-display-inner .group,
.vmc-water-vendor-display .vmc-display-inner .group,
.vmc-water-vendor-display .optconnect-display-inner .group,
.vmc-water-vendor-display .cell-router-status-display-inner .group,
.optconnect-device-display .mdb-display-inner .group,
.optconnect-device-display .vmc-display-inner .group,
.optconnect-device-display .optconnect-display-inner .group,
.optconnect-device-display .cell-router-status-display-inner .group,
.cell-router-status-display .mdb-display-inner .group,
.cell-router-status-display .vmc-display-inner .group,
.cell-router-status-display .optconnect-display-inner .group,
.cell-router-status-display .cell-router-status-display-inner .group {
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 15px;
  box-sizing: border-box;
}

/* line 204, app/assets/stylesheets/smartice/maintenance.css.scss */
.mdb-display .mdb-display-inner .group h4,
.mdb-display .vmc-display-inner .group h4,
.mdb-display .optconnect-display-inner .group h4,
.mdb-display .cell-router-status-display-inner .group h4,
.mdb-display-self-enable .mdb-display-inner .group h4,
.mdb-display-self-enable .vmc-display-inner .group h4,
.mdb-display-self-enable .optconnect-display-inner .group h4,
.mdb-display-self-enable .cell-router-status-display-inner .group h4,
.vmc-display .mdb-display-inner .group h4,
.vmc-display .vmc-display-inner .group h4,
.vmc-display .optconnect-display-inner .group h4,
.vmc-display .cell-router-status-display-inner .group h4,
.vmc-water-vendor-display .mdb-display-inner .group h4,
.vmc-water-vendor-display .vmc-display-inner .group h4,
.vmc-water-vendor-display .optconnect-display-inner .group h4,
.vmc-water-vendor-display .cell-router-status-display-inner .group h4,
.optconnect-device-display .mdb-display-inner .group h4,
.optconnect-device-display .vmc-display-inner .group h4,
.optconnect-device-display .optconnect-display-inner .group h4,
.optconnect-device-display .cell-router-status-display-inner .group h4,
.cell-router-status-display .mdb-display-inner .group h4,
.cell-router-status-display .vmc-display-inner .group h4,
.cell-router-status-display .optconnect-display-inner .group h4,
.cell-router-status-display .cell-router-status-display-inner .group h4 {
  margin-bottom: 8px;
}

/* line 209, app/assets/stylesheets/smartice/maintenance.css.scss */
.mdb-display .mdb-display-inner > .row-fluid,
.mdb-display .vmc-display-inner > .row-fluid,
.mdb-display .optconnect-display-inner > .row-fluid,
.mdb-display .cell-router-status-display-inner > .row-fluid,
.mdb-display-self-enable .mdb-display-inner > .row-fluid,
.mdb-display-self-enable .vmc-display-inner > .row-fluid,
.mdb-display-self-enable .optconnect-display-inner > .row-fluid,
.mdb-display-self-enable .cell-router-status-display-inner > .row-fluid,
.vmc-display .mdb-display-inner > .row-fluid,
.vmc-display .vmc-display-inner > .row-fluid,
.vmc-display .optconnect-display-inner > .row-fluid,
.vmc-display .cell-router-status-display-inner > .row-fluid,
.vmc-water-vendor-display .mdb-display-inner > .row-fluid,
.vmc-water-vendor-display .vmc-display-inner > .row-fluid,
.vmc-water-vendor-display .optconnect-display-inner > .row-fluid,
.vmc-water-vendor-display .cell-router-status-display-inner > .row-fluid,
.optconnect-device-display .mdb-display-inner > .row-fluid,
.optconnect-device-display .vmc-display-inner > .row-fluid,
.optconnect-device-display .optconnect-display-inner > .row-fluid,
.optconnect-device-display .cell-router-status-display-inner > .row-fluid,
.cell-router-status-display .mdb-display-inner > .row-fluid,
.cell-router-status-display .vmc-display-inner > .row-fluid,
.cell-router-status-display .optconnect-display-inner > .row-fluid,
.cell-router-status-display .cell-router-status-display-inner > .row-fluid {
  padding: 8px;
  box-sizing: border-box;
}

/* line 213, app/assets/stylesheets/smartice/maintenance.css.scss */
.mdb-display .mdb-display-inner > .row-fluid span.label,
.mdb-display .vmc-display-inner > .row-fluid span.label,
.mdb-display .optconnect-display-inner > .row-fluid span.label,
.mdb-display .cell-router-status-display-inner > .row-fluid span.label,
.mdb-display-self-enable .mdb-display-inner > .row-fluid span.label,
.mdb-display-self-enable .vmc-display-inner > .row-fluid span.label,
.mdb-display-self-enable .optconnect-display-inner > .row-fluid span.label,
.mdb-display-self-enable .cell-router-status-display-inner > .row-fluid span.label,
.vmc-display .mdb-display-inner > .row-fluid span.label,
.vmc-display .vmc-display-inner > .row-fluid span.label,
.vmc-display .optconnect-display-inner > .row-fluid span.label,
.vmc-display .cell-router-status-display-inner > .row-fluid span.label,
.vmc-water-vendor-display .mdb-display-inner > .row-fluid span.label,
.vmc-water-vendor-display .vmc-display-inner > .row-fluid span.label,
.vmc-water-vendor-display .optconnect-display-inner > .row-fluid span.label,
.vmc-water-vendor-display .cell-router-status-display-inner > .row-fluid span.label,
.optconnect-device-display .mdb-display-inner > .row-fluid span.label,
.optconnect-device-display .vmc-display-inner > .row-fluid span.label,
.optconnect-device-display .optconnect-display-inner > .row-fluid span.label,
.optconnect-device-display .cell-router-status-display-inner > .row-fluid span.label,
.cell-router-status-display .mdb-display-inner > .row-fluid span.label,
.cell-router-status-display .vmc-display-inner > .row-fluid span.label,
.cell-router-status-display .optconnect-display-inner > .row-fluid span.label,
.cell-router-status-display .cell-router-status-display-inner > .row-fluid span.label {
  font-size: 14px;
  line-height: 14px;
  padding: 8px 12px;
}

/* line 219, app/assets/stylesheets/smartice/maintenance.css.scss */
.mdb-display .mdb-display-inner > .row-fluid th,
.mdb-display .vmc-display-inner > .row-fluid th,
.mdb-display .optconnect-display-inner > .row-fluid th,
.mdb-display .cell-router-status-display-inner > .row-fluid th,
.mdb-display-self-enable .mdb-display-inner > .row-fluid th,
.mdb-display-self-enable .vmc-display-inner > .row-fluid th,
.mdb-display-self-enable .optconnect-display-inner > .row-fluid th,
.mdb-display-self-enable .cell-router-status-display-inner > .row-fluid th,
.vmc-display .mdb-display-inner > .row-fluid th,
.vmc-display .vmc-display-inner > .row-fluid th,
.vmc-display .optconnect-display-inner > .row-fluid th,
.vmc-display .cell-router-status-display-inner > .row-fluid th,
.vmc-water-vendor-display .mdb-display-inner > .row-fluid th,
.vmc-water-vendor-display .vmc-display-inner > .row-fluid th,
.vmc-water-vendor-display .optconnect-display-inner > .row-fluid th,
.vmc-water-vendor-display .cell-router-status-display-inner > .row-fluid th,
.optconnect-device-display .mdb-display-inner > .row-fluid th,
.optconnect-device-display .vmc-display-inner > .row-fluid th,
.optconnect-device-display .optconnect-display-inner > .row-fluid th,
.optconnect-device-display .cell-router-status-display-inner > .row-fluid th,
.cell-router-status-display .mdb-display-inner > .row-fluid th,
.cell-router-status-display .vmc-display-inner > .row-fluid th,
.cell-router-status-display .optconnect-display-inner > .row-fluid th,
.cell-router-status-display .cell-router-status-display-inner > .row-fluid th {
  background-color: #f5f5f5;
}

/* line 226, app/assets/stylesheets/smartice/maintenance.css.scss */
.mdb-display .mdb-display-inner > .row-fluid .changer-status span.label,
.mdb-display .mdb-display-inner > .row-fluid .changer-diagnostic span.label,
.mdb-display .mdb-display-inner > .row-fluid .bill-status span.label,
.mdb-display .vmc-display-inner > .row-fluid .changer-status span.label,
.mdb-display .vmc-display-inner > .row-fluid .changer-diagnostic span.label,
.mdb-display .vmc-display-inner > .row-fluid .bill-status span.label,
.mdb-display .optconnect-display-inner > .row-fluid .changer-status span.label,
.mdb-display .optconnect-display-inner > .row-fluid .changer-diagnostic span.label,
.mdb-display .optconnect-display-inner > .row-fluid .bill-status span.label,
.mdb-display .cell-router-status-display-inner > .row-fluid .changer-status span.label,
.mdb-display .cell-router-status-display-inner > .row-fluid .changer-diagnostic span.label,
.mdb-display .cell-router-status-display-inner > .row-fluid .bill-status span.label,
.mdb-display-self-enable .mdb-display-inner > .row-fluid .changer-status span.label,
.mdb-display-self-enable .mdb-display-inner > .row-fluid .changer-diagnostic span.label,
.mdb-display-self-enable .mdb-display-inner > .row-fluid .bill-status span.label,
.mdb-display-self-enable .vmc-display-inner > .row-fluid .changer-status span.label,
.mdb-display-self-enable .vmc-display-inner > .row-fluid .changer-diagnostic span.label,
.mdb-display-self-enable .vmc-display-inner > .row-fluid .bill-status span.label,
.mdb-display-self-enable .optconnect-display-inner > .row-fluid .changer-status span.label,
.mdb-display-self-enable .optconnect-display-inner > .row-fluid .changer-diagnostic span.label,
.mdb-display-self-enable .optconnect-display-inner > .row-fluid .bill-status span.label,
.mdb-display-self-enable .cell-router-status-display-inner > .row-fluid .changer-status span.label,
.mdb-display-self-enable .cell-router-status-display-inner > .row-fluid .changer-diagnostic span.label,
.mdb-display-self-enable .cell-router-status-display-inner > .row-fluid .bill-status span.label,
.vmc-display .mdb-display-inner > .row-fluid .changer-status span.label,
.vmc-display .mdb-display-inner > .row-fluid .changer-diagnostic span.label,
.vmc-display .mdb-display-inner > .row-fluid .bill-status span.label,
.vmc-display .vmc-display-inner > .row-fluid .changer-status span.label,
.vmc-display .vmc-display-inner > .row-fluid .changer-diagnostic span.label,
.vmc-display .vmc-display-inner > .row-fluid .bill-status span.label,
.vmc-display .optconnect-display-inner > .row-fluid .changer-status span.label,
.vmc-display .optconnect-display-inner > .row-fluid .changer-diagnostic span.label,
.vmc-display .optconnect-display-inner > .row-fluid .bill-status span.label,
.vmc-display .cell-router-status-display-inner > .row-fluid .changer-status span.label,
.vmc-display .cell-router-status-display-inner > .row-fluid .changer-diagnostic span.label,
.vmc-display .cell-router-status-display-inner > .row-fluid .bill-status span.label,
.vmc-water-vendor-display .mdb-display-inner > .row-fluid .changer-status span.label,
.vmc-water-vendor-display .mdb-display-inner > .row-fluid .changer-diagnostic span.label,
.vmc-water-vendor-display .mdb-display-inner > .row-fluid .bill-status span.label,
.vmc-water-vendor-display .vmc-display-inner > .row-fluid .changer-status span.label,
.vmc-water-vendor-display .vmc-display-inner > .row-fluid .changer-diagnostic span.label,
.vmc-water-vendor-display .vmc-display-inner > .row-fluid .bill-status span.label,
.vmc-water-vendor-display .optconnect-display-inner > .row-fluid .changer-status span.label,
.vmc-water-vendor-display .optconnect-display-inner > .row-fluid .changer-diagnostic span.label,
.vmc-water-vendor-display .optconnect-display-inner > .row-fluid .bill-status span.label,
.vmc-water-vendor-display .cell-router-status-display-inner > .row-fluid .changer-status span.label,
.vmc-water-vendor-display .cell-router-status-display-inner > .row-fluid .changer-diagnostic span.label,
.vmc-water-vendor-display .cell-router-status-display-inner > .row-fluid .bill-status span.label,
.optconnect-device-display .mdb-display-inner > .row-fluid .changer-status span.label,
.optconnect-device-display .mdb-display-inner > .row-fluid .changer-diagnostic span.label,
.optconnect-device-display .mdb-display-inner > .row-fluid .bill-status span.label,
.optconnect-device-display .vmc-display-inner > .row-fluid .changer-status span.label,
.optconnect-device-display .vmc-display-inner > .row-fluid .changer-diagnostic span.label,
.optconnect-device-display .vmc-display-inner > .row-fluid .bill-status span.label,
.optconnect-device-display .optconnect-display-inner > .row-fluid .changer-status span.label,
.optconnect-device-display .optconnect-display-inner > .row-fluid .changer-diagnostic span.label,
.optconnect-device-display .optconnect-display-inner > .row-fluid .bill-status span.label,
.optconnect-device-display .cell-router-status-display-inner > .row-fluid .changer-status span.label,
.optconnect-device-display .cell-router-status-display-inner > .row-fluid .changer-diagnostic span.label,
.optconnect-device-display .cell-router-status-display-inner > .row-fluid .bill-status span.label,
.cell-router-status-display .mdb-display-inner > .row-fluid .changer-status span.label,
.cell-router-status-display .mdb-display-inner > .row-fluid .changer-diagnostic span.label,
.cell-router-status-display .mdb-display-inner > .row-fluid .bill-status span.label,
.cell-router-status-display .vmc-display-inner > .row-fluid .changer-status span.label,
.cell-router-status-display .vmc-display-inner > .row-fluid .changer-diagnostic span.label,
.cell-router-status-display .vmc-display-inner > .row-fluid .bill-status span.label,
.cell-router-status-display .optconnect-display-inner > .row-fluid .changer-status span.label,
.cell-router-status-display .optconnect-display-inner > .row-fluid .changer-diagnostic span.label,
.cell-router-status-display .optconnect-display-inner > .row-fluid .bill-status span.label,
.cell-router-status-display .cell-router-status-display-inner > .row-fluid .changer-status span.label,
.cell-router-status-display .cell-router-status-display-inner > .row-fluid .changer-diagnostic span.label,
.cell-router-status-display .cell-router-status-display-inner > .row-fluid .bill-status span.label {
  white-space: normal;
  margin-bottom: 4px;
}

/* line 233, app/assets/stylesheets/smartice/maintenance.css.scss */
.mdb-display .mdb-display-inner .progress.vertical.bottom,
.mdb-display .vmc-display-inner .progress.vertical.bottom,
.mdb-display .optconnect-display-inner .progress.vertical.bottom,
.mdb-display .cell-router-status-display-inner .progress.vertical.bottom,
.mdb-display-self-enable .mdb-display-inner .progress.vertical.bottom,
.mdb-display-self-enable .vmc-display-inner .progress.vertical.bottom,
.mdb-display-self-enable .optconnect-display-inner .progress.vertical.bottom,
.mdb-display-self-enable .cell-router-status-display-inner .progress.vertical.bottom,
.vmc-display .mdb-display-inner .progress.vertical.bottom,
.vmc-display .vmc-display-inner .progress.vertical.bottom,
.vmc-display .optconnect-display-inner .progress.vertical.bottom,
.vmc-display .cell-router-status-display-inner .progress.vertical.bottom,
.vmc-water-vendor-display .mdb-display-inner .progress.vertical.bottom,
.vmc-water-vendor-display .vmc-display-inner .progress.vertical.bottom,
.vmc-water-vendor-display .optconnect-display-inner .progress.vertical.bottom,
.vmc-water-vendor-display .cell-router-status-display-inner .progress.vertical.bottom,
.optconnect-device-display .mdb-display-inner .progress.vertical.bottom,
.optconnect-device-display .vmc-display-inner .progress.vertical.bottom,
.optconnect-device-display .optconnect-display-inner .progress.vertical.bottom,
.optconnect-device-display .cell-router-status-display-inner .progress.vertical.bottom,
.cell-router-status-display .mdb-display-inner .progress.vertical.bottom,
.cell-router-status-display .vmc-display-inner .progress.vertical.bottom,
.cell-router-status-display .optconnect-display-inner .progress.vertical.bottom,
.cell-router-status-display .cell-router-status-display-inner .progress.vertical.bottom {
  height: 118px;
  margin-right: 6px;
}

/* line 241, app/assets/stylesheets/smartice/maintenance.css.scss */
.mdb-display .mdb-display-inner.mdb-display-loading .io-table, .mdb-display .mdb-display-inner.vmc-display-loading .io-table, .mdb-display .mdb-display-inner.optconnect-display-loading .io-table,
.mdb-display .vmc-display-inner.mdb-display-loading .io-table,
.mdb-display .vmc-display-inner.vmc-display-loading .io-table,
.mdb-display .vmc-display-inner.optconnect-display-loading .io-table,
.mdb-display .optconnect-display-inner.mdb-display-loading .io-table,
.mdb-display .optconnect-display-inner.vmc-display-loading .io-table,
.mdb-display .optconnect-display-inner.optconnect-display-loading .io-table,
.mdb-display .cell-router-status-display-inner.mdb-display-loading .io-table,
.mdb-display .cell-router-status-display-inner.vmc-display-loading .io-table,
.mdb-display .cell-router-status-display-inner.optconnect-display-loading .io-table,
.mdb-display-self-enable .mdb-display-inner.mdb-display-loading .io-table,
.mdb-display-self-enable .mdb-display-inner.vmc-display-loading .io-table,
.mdb-display-self-enable .mdb-display-inner.optconnect-display-loading .io-table,
.mdb-display-self-enable .vmc-display-inner.mdb-display-loading .io-table,
.mdb-display-self-enable .vmc-display-inner.vmc-display-loading .io-table,
.mdb-display-self-enable .vmc-display-inner.optconnect-display-loading .io-table,
.mdb-display-self-enable .optconnect-display-inner.mdb-display-loading .io-table,
.mdb-display-self-enable .optconnect-display-inner.vmc-display-loading .io-table,
.mdb-display-self-enable .optconnect-display-inner.optconnect-display-loading .io-table,
.mdb-display-self-enable .cell-router-status-display-inner.mdb-display-loading .io-table,
.mdb-display-self-enable .cell-router-status-display-inner.vmc-display-loading .io-table,
.mdb-display-self-enable .cell-router-status-display-inner.optconnect-display-loading .io-table,
.vmc-display .mdb-display-inner.mdb-display-loading .io-table,
.vmc-display .mdb-display-inner.vmc-display-loading .io-table,
.vmc-display .mdb-display-inner.optconnect-display-loading .io-table,
.vmc-display .vmc-display-inner.mdb-display-loading .io-table,
.vmc-display .vmc-display-inner.vmc-display-loading .io-table,
.vmc-display .vmc-display-inner.optconnect-display-loading .io-table,
.vmc-display .optconnect-display-inner.mdb-display-loading .io-table,
.vmc-display .optconnect-display-inner.vmc-display-loading .io-table,
.vmc-display .optconnect-display-inner.optconnect-display-loading .io-table,
.vmc-display .cell-router-status-display-inner.mdb-display-loading .io-table,
.vmc-display .cell-router-status-display-inner.vmc-display-loading .io-table,
.vmc-display .cell-router-status-display-inner.optconnect-display-loading .io-table,
.vmc-water-vendor-display .mdb-display-inner.mdb-display-loading .io-table,
.vmc-water-vendor-display .mdb-display-inner.vmc-display-loading .io-table,
.vmc-water-vendor-display .mdb-display-inner.optconnect-display-loading .io-table,
.vmc-water-vendor-display .vmc-display-inner.mdb-display-loading .io-table,
.vmc-water-vendor-display .vmc-display-inner.vmc-display-loading .io-table,
.vmc-water-vendor-display .vmc-display-inner.optconnect-display-loading .io-table,
.vmc-water-vendor-display .optconnect-display-inner.mdb-display-loading .io-table,
.vmc-water-vendor-display .optconnect-display-inner.vmc-display-loading .io-table,
.vmc-water-vendor-display .optconnect-display-inner.optconnect-display-loading .io-table,
.vmc-water-vendor-display .cell-router-status-display-inner.mdb-display-loading .io-table,
.vmc-water-vendor-display .cell-router-status-display-inner.vmc-display-loading .io-table,
.vmc-water-vendor-display .cell-router-status-display-inner.optconnect-display-loading .io-table,
.optconnect-device-display .mdb-display-inner.mdb-display-loading .io-table,
.optconnect-device-display .mdb-display-inner.vmc-display-loading .io-table,
.optconnect-device-display .mdb-display-inner.optconnect-display-loading .io-table,
.optconnect-device-display .vmc-display-inner.mdb-display-loading .io-table,
.optconnect-device-display .vmc-display-inner.vmc-display-loading .io-table,
.optconnect-device-display .vmc-display-inner.optconnect-display-loading .io-table,
.optconnect-device-display .optconnect-display-inner.mdb-display-loading .io-table,
.optconnect-device-display .optconnect-display-inner.vmc-display-loading .io-table,
.optconnect-device-display .optconnect-display-inner.optconnect-display-loading .io-table,
.optconnect-device-display .cell-router-status-display-inner.mdb-display-loading .io-table,
.optconnect-device-display .cell-router-status-display-inner.vmc-display-loading .io-table,
.optconnect-device-display .cell-router-status-display-inner.optconnect-display-loading .io-table,
.cell-router-status-display .mdb-display-inner.mdb-display-loading .io-table,
.cell-router-status-display .mdb-display-inner.vmc-display-loading .io-table,
.cell-router-status-display .mdb-display-inner.optconnect-display-loading .io-table,
.cell-router-status-display .vmc-display-inner.mdb-display-loading .io-table,
.cell-router-status-display .vmc-display-inner.vmc-display-loading .io-table,
.cell-router-status-display .vmc-display-inner.optconnect-display-loading .io-table,
.cell-router-status-display .optconnect-display-inner.mdb-display-loading .io-table,
.cell-router-status-display .optconnect-display-inner.vmc-display-loading .io-table,
.cell-router-status-display .optconnect-display-inner.optconnect-display-loading .io-table,
.cell-router-status-display .cell-router-status-display-inner.mdb-display-loading .io-table,
.cell-router-status-display .cell-router-status-display-inner.vmc-display-loading .io-table,
.cell-router-status-display .cell-router-status-display-inner.optconnect-display-loading .io-table {
  color: #ccc;
}

/* line 246, app/assets/stylesheets/smartice/maintenance.css.scss */
.mdb-display .mdb-display-inner.mdb-display-paused, .mdb-display .mdb-display-inner.vmc-display-paused, .mdb-display .mdb-display-inner.optconnect-display-paused,
.mdb-display .vmc-display-inner.mdb-display-paused,
.mdb-display .vmc-display-inner.vmc-display-paused,
.mdb-display .vmc-display-inner.optconnect-display-paused,
.mdb-display .optconnect-display-inner.mdb-display-paused,
.mdb-display .optconnect-display-inner.vmc-display-paused,
.mdb-display .optconnect-display-inner.optconnect-display-paused,
.mdb-display .cell-router-status-display-inner.mdb-display-paused,
.mdb-display .cell-router-status-display-inner.vmc-display-paused,
.mdb-display .cell-router-status-display-inner.optconnect-display-paused,
.mdb-display-self-enable .mdb-display-inner.mdb-display-paused,
.mdb-display-self-enable .mdb-display-inner.vmc-display-paused,
.mdb-display-self-enable .mdb-display-inner.optconnect-display-paused,
.mdb-display-self-enable .vmc-display-inner.mdb-display-paused,
.mdb-display-self-enable .vmc-display-inner.vmc-display-paused,
.mdb-display-self-enable .vmc-display-inner.optconnect-display-paused,
.mdb-display-self-enable .optconnect-display-inner.mdb-display-paused,
.mdb-display-self-enable .optconnect-display-inner.vmc-display-paused,
.mdb-display-self-enable .optconnect-display-inner.optconnect-display-paused,
.mdb-display-self-enable .cell-router-status-display-inner.mdb-display-paused,
.mdb-display-self-enable .cell-router-status-display-inner.vmc-display-paused,
.mdb-display-self-enable .cell-router-status-display-inner.optconnect-display-paused,
.vmc-display .mdb-display-inner.mdb-display-paused,
.vmc-display .mdb-display-inner.vmc-display-paused,
.vmc-display .mdb-display-inner.optconnect-display-paused,
.vmc-display .vmc-display-inner.mdb-display-paused,
.vmc-display .vmc-display-inner.vmc-display-paused,
.vmc-display .vmc-display-inner.optconnect-display-paused,
.vmc-display .optconnect-display-inner.mdb-display-paused,
.vmc-display .optconnect-display-inner.vmc-display-paused,
.vmc-display .optconnect-display-inner.optconnect-display-paused,
.vmc-display .cell-router-status-display-inner.mdb-display-paused,
.vmc-display .cell-router-status-display-inner.vmc-display-paused,
.vmc-display .cell-router-status-display-inner.optconnect-display-paused,
.vmc-water-vendor-display .mdb-display-inner.mdb-display-paused,
.vmc-water-vendor-display .mdb-display-inner.vmc-display-paused,
.vmc-water-vendor-display .mdb-display-inner.optconnect-display-paused,
.vmc-water-vendor-display .vmc-display-inner.mdb-display-paused,
.vmc-water-vendor-display .vmc-display-inner.vmc-display-paused,
.vmc-water-vendor-display .vmc-display-inner.optconnect-display-paused,
.vmc-water-vendor-display .optconnect-display-inner.mdb-display-paused,
.vmc-water-vendor-display .optconnect-display-inner.vmc-display-paused,
.vmc-water-vendor-display .optconnect-display-inner.optconnect-display-paused,
.vmc-water-vendor-display .cell-router-status-display-inner.mdb-display-paused,
.vmc-water-vendor-display .cell-router-status-display-inner.vmc-display-paused,
.vmc-water-vendor-display .cell-router-status-display-inner.optconnect-display-paused,
.optconnect-device-display .mdb-display-inner.mdb-display-paused,
.optconnect-device-display .mdb-display-inner.vmc-display-paused,
.optconnect-device-display .mdb-display-inner.optconnect-display-paused,
.optconnect-device-display .vmc-display-inner.mdb-display-paused,
.optconnect-device-display .vmc-display-inner.vmc-display-paused,
.optconnect-device-display .vmc-display-inner.optconnect-display-paused,
.optconnect-device-display .optconnect-display-inner.mdb-display-paused,
.optconnect-device-display .optconnect-display-inner.vmc-display-paused,
.optconnect-device-display .optconnect-display-inner.optconnect-display-paused,
.optconnect-device-display .cell-router-status-display-inner.mdb-display-paused,
.optconnect-device-display .cell-router-status-display-inner.vmc-display-paused,
.optconnect-device-display .cell-router-status-display-inner.optconnect-display-paused,
.cell-router-status-display .mdb-display-inner.mdb-display-paused,
.cell-router-status-display .mdb-display-inner.vmc-display-paused,
.cell-router-status-display .mdb-display-inner.optconnect-display-paused,
.cell-router-status-display .vmc-display-inner.mdb-display-paused,
.cell-router-status-display .vmc-display-inner.vmc-display-paused,
.cell-router-status-display .vmc-display-inner.optconnect-display-paused,
.cell-router-status-display .optconnect-display-inner.mdb-display-paused,
.cell-router-status-display .optconnect-display-inner.vmc-display-paused,
.cell-router-status-display .optconnect-display-inner.optconnect-display-paused,
.cell-router-status-display .cell-router-status-display-inner.mdb-display-paused,
.cell-router-status-display .cell-router-status-display-inner.vmc-display-paused,
.cell-router-status-display .cell-router-status-display-inner.optconnect-display-paused {
  opacity: 0.3;
}

/* line 252, app/assets/stylesheets/smartice/maintenance.css.scss */
.mdb-display .mdb-display-inner .audit-levels,
.mdb-display .vmc-display-inner .audit-levels,
.mdb-display .optconnect-display-inner .audit-levels,
.mdb-display .cell-router-status-display-inner .audit-levels,
.mdb-display-self-enable .mdb-display-inner .audit-levels,
.mdb-display-self-enable .vmc-display-inner .audit-levels,
.mdb-display-self-enable .optconnect-display-inner .audit-levels,
.mdb-display-self-enable .cell-router-status-display-inner .audit-levels,
.vmc-display .mdb-display-inner .audit-levels,
.vmc-display .vmc-display-inner .audit-levels,
.vmc-display .optconnect-display-inner .audit-levels,
.vmc-display .cell-router-status-display-inner .audit-levels,
.vmc-water-vendor-display .mdb-display-inner .audit-levels,
.vmc-water-vendor-display .vmc-display-inner .audit-levels,
.vmc-water-vendor-display .optconnect-display-inner .audit-levels,
.vmc-water-vendor-display .cell-router-status-display-inner .audit-levels,
.optconnect-device-display .mdb-display-inner .audit-levels,
.optconnect-device-display .vmc-display-inner .audit-levels,
.optconnect-device-display .optconnect-display-inner .audit-levels,
.optconnect-device-display .cell-router-status-display-inner .audit-levels,
.cell-router-status-display .mdb-display-inner .audit-levels,
.cell-router-status-display .vmc-display-inner .audit-levels,
.cell-router-status-display .optconnect-display-inner .audit-levels,
.cell-router-status-display .cell-router-status-display-inner .audit-levels {
  overflow: auto;
  margin-left: 0;
}

/* line 255, app/assets/stylesheets/smartice/maintenance.css.scss */
.mdb-display .mdb-display-inner .audit-levels .audit-level,
.mdb-display .vmc-display-inner .audit-levels .audit-level,
.mdb-display .optconnect-display-inner .audit-levels .audit-level,
.mdb-display .cell-router-status-display-inner .audit-levels .audit-level,
.mdb-display-self-enable .mdb-display-inner .audit-levels .audit-level,
.mdb-display-self-enable .vmc-display-inner .audit-levels .audit-level,
.mdb-display-self-enable .optconnect-display-inner .audit-levels .audit-level,
.mdb-display-self-enable .cell-router-status-display-inner .audit-levels .audit-level,
.vmc-display .mdb-display-inner .audit-levels .audit-level,
.vmc-display .vmc-display-inner .audit-levels .audit-level,
.vmc-display .optconnect-display-inner .audit-levels .audit-level,
.vmc-display .cell-router-status-display-inner .audit-levels .audit-level,
.vmc-water-vendor-display .mdb-display-inner .audit-levels .audit-level,
.vmc-water-vendor-display .vmc-display-inner .audit-levels .audit-level,
.vmc-water-vendor-display .optconnect-display-inner .audit-levels .audit-level,
.vmc-water-vendor-display .cell-router-status-display-inner .audit-levels .audit-level,
.optconnect-device-display .mdb-display-inner .audit-levels .audit-level,
.optconnect-device-display .vmc-display-inner .audit-levels .audit-level,
.optconnect-device-display .optconnect-display-inner .audit-levels .audit-level,
.optconnect-device-display .cell-router-status-display-inner .audit-levels .audit-level,
.cell-router-status-display .mdb-display-inner .audit-levels .audit-level,
.cell-router-status-display .vmc-display-inner .audit-levels .audit-level,
.cell-router-status-display .optconnect-display-inner .audit-levels .audit-level,
.cell-router-status-display .cell-router-status-display-inner .audit-levels .audit-level {
  width: 50px;
  margin: 0 10px 10px 0;
  display: block;
  float: left;
}

/* line 261, app/assets/stylesheets/smartice/maintenance.css.scss */
.mdb-display .mdb-display-inner .audit-levels .audit-level .progress.vertical,
.mdb-display .vmc-display-inner .audit-levels .audit-level .progress.vertical,
.mdb-display .optconnect-display-inner .audit-levels .audit-level .progress.vertical,
.mdb-display .cell-router-status-display-inner .audit-levels .audit-level .progress.vertical,
.mdb-display-self-enable .mdb-display-inner .audit-levels .audit-level .progress.vertical,
.mdb-display-self-enable .vmc-display-inner .audit-levels .audit-level .progress.vertical,
.mdb-display-self-enable .optconnect-display-inner .audit-levels .audit-level .progress.vertical,
.mdb-display-self-enable .cell-router-status-display-inner .audit-levels .audit-level .progress.vertical,
.vmc-display .mdb-display-inner .audit-levels .audit-level .progress.vertical,
.vmc-display .vmc-display-inner .audit-levels .audit-level .progress.vertical,
.vmc-display .optconnect-display-inner .audit-levels .audit-level .progress.vertical,
.vmc-display .cell-router-status-display-inner .audit-levels .audit-level .progress.vertical,
.vmc-water-vendor-display .mdb-display-inner .audit-levels .audit-level .progress.vertical,
.vmc-water-vendor-display .vmc-display-inner .audit-levels .audit-level .progress.vertical,
.vmc-water-vendor-display .optconnect-display-inner .audit-levels .audit-level .progress.vertical,
.vmc-water-vendor-display .cell-router-status-display-inner .audit-levels .audit-level .progress.vertical,
.optconnect-device-display .mdb-display-inner .audit-levels .audit-level .progress.vertical,
.optconnect-device-display .vmc-display-inner .audit-levels .audit-level .progress.vertical,
.optconnect-device-display .optconnect-display-inner .audit-levels .audit-level .progress.vertical,
.optconnect-device-display .cell-router-status-display-inner .audit-levels .audit-level .progress.vertical,
.cell-router-status-display .mdb-display-inner .audit-levels .audit-level .progress.vertical,
.cell-router-status-display .vmc-display-inner .audit-levels .audit-level .progress.vertical,
.cell-router-status-display .optconnect-display-inner .audit-levels .audit-level .progress.vertical,
.cell-router-status-display .cell-router-status-display-inner .audit-levels .audit-level .progress.vertical {
  float: none;
  margin: 0 auto 2px auto;
  padding: 0;
  width: 44px;
}

/* line 267, app/assets/stylesheets/smartice/maintenance.css.scss */
.mdb-display .mdb-display-inner .audit-levels .audit-level label.dollar-value,
.mdb-display .vmc-display-inner .audit-levels .audit-level label.dollar-value,
.mdb-display .optconnect-display-inner .audit-levels .audit-level label.dollar-value,
.mdb-display .cell-router-status-display-inner .audit-levels .audit-level label.dollar-value,
.mdb-display-self-enable .mdb-display-inner .audit-levels .audit-level label.dollar-value,
.mdb-display-self-enable .vmc-display-inner .audit-levels .audit-level label.dollar-value,
.mdb-display-self-enable .optconnect-display-inner .audit-levels .audit-level label.dollar-value,
.mdb-display-self-enable .cell-router-status-display-inner .audit-levels .audit-level label.dollar-value,
.vmc-display .mdb-display-inner .audit-levels .audit-level label.dollar-value,
.vmc-display .vmc-display-inner .audit-levels .audit-level label.dollar-value,
.vmc-display .optconnect-display-inner .audit-levels .audit-level label.dollar-value,
.vmc-display .cell-router-status-display-inner .audit-levels .audit-level label.dollar-value,
.vmc-water-vendor-display .mdb-display-inner .audit-levels .audit-level label.dollar-value,
.vmc-water-vendor-display .vmc-display-inner .audit-levels .audit-level label.dollar-value,
.vmc-water-vendor-display .optconnect-display-inner .audit-levels .audit-level label.dollar-value,
.vmc-water-vendor-display .cell-router-status-display-inner .audit-levels .audit-level label.dollar-value,
.optconnect-device-display .mdb-display-inner .audit-levels .audit-level label.dollar-value,
.optconnect-device-display .vmc-display-inner .audit-levels .audit-level label.dollar-value,
.optconnect-device-display .optconnect-display-inner .audit-levels .audit-level label.dollar-value,
.optconnect-device-display .cell-router-status-display-inner .audit-levels .audit-level label.dollar-value,
.cell-router-status-display .mdb-display-inner .audit-levels .audit-level label.dollar-value,
.cell-router-status-display .vmc-display-inner .audit-levels .audit-level label.dollar-value,
.cell-router-status-display .optconnect-display-inner .audit-levels .audit-level label.dollar-value,
.cell-router-status-display .cell-router-status-display-inner .audit-levels .audit-level label.dollar-value {
  font-size: 11px;
}

/* line 270, app/assets/stylesheets/smartice/maintenance.css.scss */
.mdb-display .mdb-display-inner .audit-levels .audit-level label,
.mdb-display .vmc-display-inner .audit-levels .audit-level label,
.mdb-display .optconnect-display-inner .audit-levels .audit-level label,
.mdb-display .cell-router-status-display-inner .audit-levels .audit-level label,
.mdb-display-self-enable .mdb-display-inner .audit-levels .audit-level label,
.mdb-display-self-enable .vmc-display-inner .audit-levels .audit-level label,
.mdb-display-self-enable .optconnect-display-inner .audit-levels .audit-level label,
.mdb-display-self-enable .cell-router-status-display-inner .audit-levels .audit-level label,
.vmc-display .mdb-display-inner .audit-levels .audit-level label,
.vmc-display .vmc-display-inner .audit-levels .audit-level label,
.vmc-display .optconnect-display-inner .audit-levels .audit-level label,
.vmc-display .cell-router-status-display-inner .audit-levels .audit-level label,
.vmc-water-vendor-display .mdb-display-inner .audit-levels .audit-level label,
.vmc-water-vendor-display .vmc-display-inner .audit-levels .audit-level label,
.vmc-water-vendor-display .optconnect-display-inner .audit-levels .audit-level label,
.vmc-water-vendor-display .cell-router-status-display-inner .audit-levels .audit-level label,
.optconnect-device-display .mdb-display-inner .audit-levels .audit-level label,
.optconnect-device-display .vmc-display-inner .audit-levels .audit-level label,
.optconnect-device-display .optconnect-display-inner .audit-levels .audit-level label,
.optconnect-device-display .cell-router-status-display-inner .audit-levels .audit-level label,
.cell-router-status-display .mdb-display-inner .audit-levels .audit-level label,
.cell-router-status-display .vmc-display-inner .audit-levels .audit-level label,
.cell-router-status-display .optconnect-display-inner .audit-levels .audit-level label,
.cell-router-status-display .cell-router-status-display-inner .audit-levels .audit-level label {
  display: block;
  clear: both;
  text-align: center;
  font-weight: bold;
}

/* line 276, app/assets/stylesheets/smartice/maintenance.css.scss */
.mdb-display .mdb-display-inner .audit-levels .audit-level .badge,
.mdb-display .vmc-display-inner .audit-levels .audit-level .badge,
.mdb-display .optconnect-display-inner .audit-levels .audit-level .badge,
.mdb-display .cell-router-status-display-inner .audit-levels .audit-level .badge,
.mdb-display-self-enable .mdb-display-inner .audit-levels .audit-level .badge,
.mdb-display-self-enable .vmc-display-inner .audit-levels .audit-level .badge,
.mdb-display-self-enable .optconnect-display-inner .audit-levels .audit-level .badge,
.mdb-display-self-enable .cell-router-status-display-inner .audit-levels .audit-level .badge,
.vmc-display .mdb-display-inner .audit-levels .audit-level .badge,
.vmc-display .vmc-display-inner .audit-levels .audit-level .badge,
.vmc-display .optconnect-display-inner .audit-levels .audit-level .badge,
.vmc-display .cell-router-status-display-inner .audit-levels .audit-level .badge,
.vmc-water-vendor-display .mdb-display-inner .audit-levels .audit-level .badge,
.vmc-water-vendor-display .vmc-display-inner .audit-levels .audit-level .badge,
.vmc-water-vendor-display .optconnect-display-inner .audit-levels .audit-level .badge,
.vmc-water-vendor-display .cell-router-status-display-inner .audit-levels .audit-level .badge,
.optconnect-device-display .mdb-display-inner .audit-levels .audit-level .badge,
.optconnect-device-display .vmc-display-inner .audit-levels .audit-level .badge,
.optconnect-device-display .optconnect-display-inner .audit-levels .audit-level .badge,
.optconnect-device-display .cell-router-status-display-inner .audit-levels .audit-level .badge,
.cell-router-status-display .mdb-display-inner .audit-levels .audit-level .badge,
.cell-router-status-display .vmc-display-inner .audit-levels .audit-level .badge,
.cell-router-status-display .optconnect-display-inner .audit-levels .audit-level .badge,
.cell-router-status-display .cell-router-status-display-inner .audit-levels .audit-level .badge {
  line-height: 20px;
}

/* line 279, app/assets/stylesheets/smartice/maintenance.css.scss */
.mdb-display .mdb-display-inner .audit-levels .audit-level .badge-wrapper,
.mdb-display .vmc-display-inner .audit-levels .audit-level .badge-wrapper,
.mdb-display .optconnect-display-inner .audit-levels .audit-level .badge-wrapper,
.mdb-display .cell-router-status-display-inner .audit-levels .audit-level .badge-wrapper,
.mdb-display-self-enable .mdb-display-inner .audit-levels .audit-level .badge-wrapper,
.mdb-display-self-enable .vmc-display-inner .audit-levels .audit-level .badge-wrapper,
.mdb-display-self-enable .optconnect-display-inner .audit-levels .audit-level .badge-wrapper,
.mdb-display-self-enable .cell-router-status-display-inner .audit-levels .audit-level .badge-wrapper,
.vmc-display .mdb-display-inner .audit-levels .audit-level .badge-wrapper,
.vmc-display .vmc-display-inner .audit-levels .audit-level .badge-wrapper,
.vmc-display .optconnect-display-inner .audit-levels .audit-level .badge-wrapper,
.vmc-display .cell-router-status-display-inner .audit-levels .audit-level .badge-wrapper,
.vmc-water-vendor-display .mdb-display-inner .audit-levels .audit-level .badge-wrapper,
.vmc-water-vendor-display .vmc-display-inner .audit-levels .audit-level .badge-wrapper,
.vmc-water-vendor-display .optconnect-display-inner .audit-levels .audit-level .badge-wrapper,
.vmc-water-vendor-display .cell-router-status-display-inner .audit-levels .audit-level .badge-wrapper,
.optconnect-device-display .mdb-display-inner .audit-levels .audit-level .badge-wrapper,
.optconnect-device-display .vmc-display-inner .audit-levels .audit-level .badge-wrapper,
.optconnect-device-display .optconnect-display-inner .audit-levels .audit-level .badge-wrapper,
.optconnect-device-display .cell-router-status-display-inner .audit-levels .audit-level .badge-wrapper,
.cell-router-status-display .mdb-display-inner .audit-levels .audit-level .badge-wrapper,
.cell-router-status-display .vmc-display-inner .audit-levels .audit-level .badge-wrapper,
.cell-router-status-display .optconnect-display-inner .audit-levels .audit-level .badge-wrapper,
.cell-router-status-display .cell-router-status-display-inner .audit-levels .audit-level .badge-wrapper {
  text-align: center;
}

/* line 283, app/assets/stylesheets/smartice/maintenance.css.scss */
.mdb-display .mdb-display-inner .audit-levels .bill-audit-level,
.mdb-display .vmc-display-inner .audit-levels .bill-audit-level,
.mdb-display .optconnect-display-inner .audit-levels .bill-audit-level,
.mdb-display .cell-router-status-display-inner .audit-levels .bill-audit-level,
.mdb-display-self-enable .mdb-display-inner .audit-levels .bill-audit-level,
.mdb-display-self-enable .vmc-display-inner .audit-levels .bill-audit-level,
.mdb-display-self-enable .optconnect-display-inner .audit-levels .bill-audit-level,
.mdb-display-self-enable .cell-router-status-display-inner .audit-levels .bill-audit-level,
.vmc-display .mdb-display-inner .audit-levels .bill-audit-level,
.vmc-display .vmc-display-inner .audit-levels .bill-audit-level,
.vmc-display .optconnect-display-inner .audit-levels .bill-audit-level,
.vmc-display .cell-router-status-display-inner .audit-levels .bill-audit-level,
.vmc-water-vendor-display .mdb-display-inner .audit-levels .bill-audit-level,
.vmc-water-vendor-display .vmc-display-inner .audit-levels .bill-audit-level,
.vmc-water-vendor-display .optconnect-display-inner .audit-levels .bill-audit-level,
.vmc-water-vendor-display .cell-router-status-display-inner .audit-levels .bill-audit-level,
.optconnect-device-display .mdb-display-inner .audit-levels .bill-audit-level,
.optconnect-device-display .vmc-display-inner .audit-levels .bill-audit-level,
.optconnect-device-display .optconnect-display-inner .audit-levels .bill-audit-level,
.optconnect-device-display .cell-router-status-display-inner .audit-levels .bill-audit-level,
.cell-router-status-display .mdb-display-inner .audit-levels .bill-audit-level,
.cell-router-status-display .vmc-display-inner .audit-levels .bill-audit-level,
.cell-router-status-display .optconnect-display-inner .audit-levels .bill-audit-level,
.cell-router-status-display .cell-router-status-display-inner .audit-levels .bill-audit-level {
  width: auto;
}

/* line 287, app/assets/stylesheets/smartice/maintenance.css.scss */
.mdb-display .mdb-display-inner .changer-status,
.mdb-display .mdb-display-inner .changer-diagnostic,
.mdb-display .mdb-display-inner .bill-status,
.mdb-display .vmc-display-inner .changer-status,
.mdb-display .vmc-display-inner .changer-diagnostic,
.mdb-display .vmc-display-inner .bill-status,
.mdb-display .optconnect-display-inner .changer-status,
.mdb-display .optconnect-display-inner .changer-diagnostic,
.mdb-display .optconnect-display-inner .bill-status,
.mdb-display .cell-router-status-display-inner .changer-status,
.mdb-display .cell-router-status-display-inner .changer-diagnostic,
.mdb-display .cell-router-status-display-inner .bill-status,
.mdb-display-self-enable .mdb-display-inner .changer-status,
.mdb-display-self-enable .mdb-display-inner .changer-diagnostic,
.mdb-display-self-enable .mdb-display-inner .bill-status,
.mdb-display-self-enable .vmc-display-inner .changer-status,
.mdb-display-self-enable .vmc-display-inner .changer-diagnostic,
.mdb-display-self-enable .vmc-display-inner .bill-status,
.mdb-display-self-enable .optconnect-display-inner .changer-status,
.mdb-display-self-enable .optconnect-display-inner .changer-diagnostic,
.mdb-display-self-enable .optconnect-display-inner .bill-status,
.mdb-display-self-enable .cell-router-status-display-inner .changer-status,
.mdb-display-self-enable .cell-router-status-display-inner .changer-diagnostic,
.mdb-display-self-enable .cell-router-status-display-inner .bill-status,
.vmc-display .mdb-display-inner .changer-status,
.vmc-display .mdb-display-inner .changer-diagnostic,
.vmc-display .mdb-display-inner .bill-status,
.vmc-display .vmc-display-inner .changer-status,
.vmc-display .vmc-display-inner .changer-diagnostic,
.vmc-display .vmc-display-inner .bill-status,
.vmc-display .optconnect-display-inner .changer-status,
.vmc-display .optconnect-display-inner .changer-diagnostic,
.vmc-display .optconnect-display-inner .bill-status,
.vmc-display .cell-router-status-display-inner .changer-status,
.vmc-display .cell-router-status-display-inner .changer-diagnostic,
.vmc-display .cell-router-status-display-inner .bill-status,
.vmc-water-vendor-display .mdb-display-inner .changer-status,
.vmc-water-vendor-display .mdb-display-inner .changer-diagnostic,
.vmc-water-vendor-display .mdb-display-inner .bill-status,
.vmc-water-vendor-display .vmc-display-inner .changer-status,
.vmc-water-vendor-display .vmc-display-inner .changer-diagnostic,
.vmc-water-vendor-display .vmc-display-inner .bill-status,
.vmc-water-vendor-display .optconnect-display-inner .changer-status,
.vmc-water-vendor-display .optconnect-display-inner .changer-diagnostic,
.vmc-water-vendor-display .optconnect-display-inner .bill-status,
.vmc-water-vendor-display .cell-router-status-display-inner .changer-status,
.vmc-water-vendor-display .cell-router-status-display-inner .changer-diagnostic,
.vmc-water-vendor-display .cell-router-status-display-inner .bill-status,
.optconnect-device-display .mdb-display-inner .changer-status,
.optconnect-device-display .mdb-display-inner .changer-diagnostic,
.optconnect-device-display .mdb-display-inner .bill-status,
.optconnect-device-display .vmc-display-inner .changer-status,
.optconnect-device-display .vmc-display-inner .changer-diagnostic,
.optconnect-device-display .vmc-display-inner .bill-status,
.optconnect-device-display .optconnect-display-inner .changer-status,
.optconnect-device-display .optconnect-display-inner .changer-diagnostic,
.optconnect-device-display .optconnect-display-inner .bill-status,
.optconnect-device-display .cell-router-status-display-inner .changer-status,
.optconnect-device-display .cell-router-status-display-inner .changer-diagnostic,
.optconnect-device-display .cell-router-status-display-inner .bill-status,
.cell-router-status-display .mdb-display-inner .changer-status,
.cell-router-status-display .mdb-display-inner .changer-diagnostic,
.cell-router-status-display .mdb-display-inner .bill-status,
.cell-router-status-display .vmc-display-inner .changer-status,
.cell-router-status-display .vmc-display-inner .changer-diagnostic,
.cell-router-status-display .vmc-display-inner .bill-status,
.cell-router-status-display .optconnect-display-inner .changer-status,
.cell-router-status-display .optconnect-display-inner .changer-diagnostic,
.cell-router-status-display .optconnect-display-inner .bill-status,
.cell-router-status-display .cell-router-status-display-inner .changer-status,
.cell-router-status-display .cell-router-status-display-inner .changer-diagnostic,
.cell-router-status-display .cell-router-status-display-inner .bill-status {
  display: block;
  float: left;
  margin: 0 0 8px 0;
}

/* line 295, app/assets/stylesheets/smartice/maintenance.css.scss */
.mdb-display .mdb-display-inner .bill-status > label,
.mdb-display .vmc-display-inner .bill-status > label,
.mdb-display .optconnect-display-inner .bill-status > label,
.mdb-display .cell-router-status-display-inner .bill-status > label,
.mdb-display-self-enable .mdb-display-inner .bill-status > label,
.mdb-display-self-enable .vmc-display-inner .bill-status > label,
.mdb-display-self-enable .optconnect-display-inner .bill-status > label,
.mdb-display-self-enable .cell-router-status-display-inner .bill-status > label,
.vmc-display .mdb-display-inner .bill-status > label,
.vmc-display .vmc-display-inner .bill-status > label,
.vmc-display .optconnect-display-inner .bill-status > label,
.vmc-display .cell-router-status-display-inner .bill-status > label,
.vmc-water-vendor-display .mdb-display-inner .bill-status > label,
.vmc-water-vendor-display .vmc-display-inner .bill-status > label,
.vmc-water-vendor-display .optconnect-display-inner .bill-status > label,
.vmc-water-vendor-display .cell-router-status-display-inner .bill-status > label,
.optconnect-device-display .mdb-display-inner .bill-status > label,
.optconnect-device-display .vmc-display-inner .bill-status > label,
.optconnect-device-display .optconnect-display-inner .bill-status > label,
.optconnect-device-display .cell-router-status-display-inner .bill-status > label,
.cell-router-status-display .mdb-display-inner .bill-status > label,
.cell-router-status-display .vmc-display-inner .bill-status > label,
.cell-router-status-display .optconnect-display-inner .bill-status > label,
.cell-router-status-display .cell-router-status-display-inner .bill-status > label {
  display: inline;
}

/* line 300, app/assets/stylesheets/smartice/maintenance.css.scss */
.mdb-display .mdb-display-inner table.table.cashout th,
.mdb-display .mdb-display-inner table.table.cashout td,
.mdb-display .vmc-display-inner table.table.cashout th,
.mdb-display .vmc-display-inner table.table.cashout td,
.mdb-display .optconnect-display-inner table.table.cashout th,
.mdb-display .optconnect-display-inner table.table.cashout td,
.mdb-display .cell-router-status-display-inner table.table.cashout th,
.mdb-display .cell-router-status-display-inner table.table.cashout td,
.mdb-display-self-enable .mdb-display-inner table.table.cashout th,
.mdb-display-self-enable .mdb-display-inner table.table.cashout td,
.mdb-display-self-enable .vmc-display-inner table.table.cashout th,
.mdb-display-self-enable .vmc-display-inner table.table.cashout td,
.mdb-display-self-enable .optconnect-display-inner table.table.cashout th,
.mdb-display-self-enable .optconnect-display-inner table.table.cashout td,
.mdb-display-self-enable .cell-router-status-display-inner table.table.cashout th,
.mdb-display-self-enable .cell-router-status-display-inner table.table.cashout td,
.vmc-display .mdb-display-inner table.table.cashout th,
.vmc-display .mdb-display-inner table.table.cashout td,
.vmc-display .vmc-display-inner table.table.cashout th,
.vmc-display .vmc-display-inner table.table.cashout td,
.vmc-display .optconnect-display-inner table.table.cashout th,
.vmc-display .optconnect-display-inner table.table.cashout td,
.vmc-display .cell-router-status-display-inner table.table.cashout th,
.vmc-display .cell-router-status-display-inner table.table.cashout td,
.vmc-water-vendor-display .mdb-display-inner table.table.cashout th,
.vmc-water-vendor-display .mdb-display-inner table.table.cashout td,
.vmc-water-vendor-display .vmc-display-inner table.table.cashout th,
.vmc-water-vendor-display .vmc-display-inner table.table.cashout td,
.vmc-water-vendor-display .optconnect-display-inner table.table.cashout th,
.vmc-water-vendor-display .optconnect-display-inner table.table.cashout td,
.vmc-water-vendor-display .cell-router-status-display-inner table.table.cashout th,
.vmc-water-vendor-display .cell-router-status-display-inner table.table.cashout td,
.optconnect-device-display .mdb-display-inner table.table.cashout th,
.optconnect-device-display .mdb-display-inner table.table.cashout td,
.optconnect-device-display .vmc-display-inner table.table.cashout th,
.optconnect-device-display .vmc-display-inner table.table.cashout td,
.optconnect-device-display .optconnect-display-inner table.table.cashout th,
.optconnect-device-display .optconnect-display-inner table.table.cashout td,
.optconnect-device-display .cell-router-status-display-inner table.table.cashout th,
.optconnect-device-display .cell-router-status-display-inner table.table.cashout td,
.cell-router-status-display .mdb-display-inner table.table.cashout th,
.cell-router-status-display .mdb-display-inner table.table.cashout td,
.cell-router-status-display .vmc-display-inner table.table.cashout th,
.cell-router-status-display .vmc-display-inner table.table.cashout td,
.cell-router-status-display .optconnect-display-inner table.table.cashout th,
.cell-router-status-display .optconnect-display-inner table.table.cashout td,
.cell-router-status-display .cell-router-status-display-inner table.table.cashout th,
.cell-router-status-display .cell-router-status-display-inner table.table.cashout td {
  border: none;
}

/* line 304, app/assets/stylesheets/smartice/maintenance.css.scss */
.mdb-display .mdb-display-inner table.table.cashout td,
.mdb-display .vmc-display-inner table.table.cashout td,
.mdb-display .optconnect-display-inner table.table.cashout td,
.mdb-display .cell-router-status-display-inner table.table.cashout td,
.mdb-display-self-enable .mdb-display-inner table.table.cashout td,
.mdb-display-self-enable .vmc-display-inner table.table.cashout td,
.mdb-display-self-enable .optconnect-display-inner table.table.cashout td,
.mdb-display-self-enable .cell-router-status-display-inner table.table.cashout td,
.vmc-display .mdb-display-inner table.table.cashout td,
.vmc-display .vmc-display-inner table.table.cashout td,
.vmc-display .optconnect-display-inner table.table.cashout td,
.vmc-display .cell-router-status-display-inner table.table.cashout td,
.vmc-water-vendor-display .mdb-display-inner table.table.cashout td,
.vmc-water-vendor-display .vmc-display-inner table.table.cashout td,
.vmc-water-vendor-display .optconnect-display-inner table.table.cashout td,
.vmc-water-vendor-display .cell-router-status-display-inner table.table.cashout td,
.optconnect-device-display .mdb-display-inner table.table.cashout td,
.optconnect-device-display .vmc-display-inner table.table.cashout td,
.optconnect-device-display .optconnect-display-inner table.table.cashout td,
.optconnect-device-display .cell-router-status-display-inner table.table.cashout td,
.cell-router-status-display .mdb-display-inner table.table.cashout td,
.cell-router-status-display .vmc-display-inner table.table.cashout td,
.cell-router-status-display .optconnect-display-inner table.table.cashout td,
.cell-router-status-display .cell-router-status-display-inner table.table.cashout td {
  text-align: right;
}

/* line 312, app/assets/stylesheets/smartice/maintenance.css.scss */
.mdb-display .optconnect-display-inner .data-card,
.mdb-display .cell-router-status-display-inner .data-card,
.mdb-display-self-enable .optconnect-display-inner .data-card,
.mdb-display-self-enable .cell-router-status-display-inner .data-card,
.vmc-display .optconnect-display-inner .data-card,
.vmc-display .cell-router-status-display-inner .data-card,
.vmc-water-vendor-display .optconnect-display-inner .data-card,
.vmc-water-vendor-display .cell-router-status-display-inner .data-card,
.optconnect-device-display .optconnect-display-inner .data-card,
.optconnect-device-display .cell-router-status-display-inner .data-card,
.cell-router-status-display .optconnect-display-inner .data-card,
.cell-router-status-display .cell-router-status-display-inner .data-card {
  margin-left: 0;
  margin-bottom: 12px;
  min-height: 65px;
}

/* line 316, app/assets/stylesheets/smartice/maintenance.css.scss */
.mdb-display .optconnect-display-inner .data-card label,
.mdb-display .cell-router-status-display-inner .data-card label,
.mdb-display-self-enable .optconnect-display-inner .data-card label,
.mdb-display-self-enable .cell-router-status-display-inner .data-card label,
.vmc-display .optconnect-display-inner .data-card label,
.vmc-display .cell-router-status-display-inner .data-card label,
.vmc-water-vendor-display .optconnect-display-inner .data-card label,
.vmc-water-vendor-display .cell-router-status-display-inner .data-card label,
.optconnect-device-display .optconnect-display-inner .data-card label,
.optconnect-device-display .cell-router-status-display-inner .data-card label,
.cell-router-status-display .optconnect-display-inner .data-card label,
.cell-router-status-display .cell-router-status-display-inner .data-card label {
  font-weight: 900;
  text-decoration: underline;
}

/* line 323, app/assets/stylesheets/smartice/maintenance.css.scss */
.mdb-display .optconnect-display-inner .command-card,
.mdb-display .cell-router-status-display-inner .command-card,
.mdb-display-self-enable .optconnect-display-inner .command-card,
.mdb-display-self-enable .cell-router-status-display-inner .command-card,
.vmc-display .optconnect-display-inner .command-card,
.vmc-display .cell-router-status-display-inner .command-card,
.vmc-water-vendor-display .optconnect-display-inner .command-card,
.vmc-water-vendor-display .cell-router-status-display-inner .command-card,
.optconnect-device-display .optconnect-display-inner .command-card,
.optconnect-device-display .cell-router-status-display-inner .command-card,
.cell-router-status-display .optconnect-display-inner .command-card,
.cell-router-status-display .cell-router-status-display-inner .command-card {
  margin-left: 0;
  margin-bottom: 12px;
}

/* line 329, app/assets/stylesheets/smartice/maintenance.css.scss */
.mdb-display .mdb-display-statusbar,
.mdb-display .vmc-display-statusbar,
.mdb-display-self-enable .mdb-display-statusbar,
.mdb-display-self-enable .vmc-display-statusbar,
.vmc-display .mdb-display-statusbar,
.vmc-display .vmc-display-statusbar,
.vmc-water-vendor-display .mdb-display-statusbar,
.vmc-water-vendor-display .vmc-display-statusbar,
.optconnect-device-display .mdb-display-statusbar,
.optconnect-device-display .vmc-display-statusbar,
.cell-router-status-display .mdb-display-statusbar,
.cell-router-status-display .vmc-display-statusbar {
  position: relative;
  top: 14px;
  right: 15px;
  z-index: 100;
}

/* line 336, app/assets/stylesheets/smartice/maintenance.css.scss */
.mdb-display .mdb-display-statusbar span,
.mdb-display .mdb-display-statusbar button,
.mdb-display .vmc-display-statusbar span,
.mdb-display .vmc-display-statusbar button,
.mdb-display-self-enable .mdb-display-statusbar span,
.mdb-display-self-enable .mdb-display-statusbar button,
.mdb-display-self-enable .vmc-display-statusbar span,
.mdb-display-self-enable .vmc-display-statusbar button,
.vmc-display .mdb-display-statusbar span,
.vmc-display .mdb-display-statusbar button,
.vmc-display .vmc-display-statusbar span,
.vmc-display .vmc-display-statusbar button,
.vmc-water-vendor-display .mdb-display-statusbar span,
.vmc-water-vendor-display .mdb-display-statusbar button,
.vmc-water-vendor-display .vmc-display-statusbar span,
.vmc-water-vendor-display .vmc-display-statusbar button,
.optconnect-device-display .mdb-display-statusbar span,
.optconnect-device-display .mdb-display-statusbar button,
.optconnect-device-display .vmc-display-statusbar span,
.optconnect-device-display .vmc-display-statusbar button,
.cell-router-status-display .mdb-display-statusbar span,
.cell-router-status-display .mdb-display-statusbar button,
.cell-router-status-display .vmc-display-statusbar span,
.cell-router-status-display .vmc-display-statusbar button {
  margin-right: 5px;
  position: relative;
  bottom: 2px;
}

/* line 343, app/assets/stylesheets/smartice/maintenance.css.scss */
.mdb-display .optconnect-display-statusbar,
.mdb-display-self-enable .optconnect-display-statusbar,
.vmc-display .optconnect-display-statusbar,
.vmc-water-vendor-display .optconnect-display-statusbar,
.optconnect-device-display .optconnect-display-statusbar,
.cell-router-status-display .optconnect-display-statusbar {
  float: right;
}

/* line 350, app/assets/stylesheets/smartice/maintenance.css.scss */
.io-display .io-display-inner > .row-fluid {
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 15px;
  box-sizing: border-box;
}

/* line 358, app/assets/stylesheets/smartice/maintenance.css.scss */
.io-display .io-display-inner.io-display-loading .io-table {
  color: #ccc;
}

/* line 363, app/assets/stylesheets/smartice/maintenance.css.scss */
.io-display .io-display-inner.io-display-paused {
  opacity: 0.3;
}

/* line 368, app/assets/stylesheets/smartice/maintenance.css.scss */
.io-display .io-display-statusbar {
  position: relative;
  top: 38px;
  right: 15px;
  z-index: 100;
}

/* line 374, app/assets/stylesheets/smartice/maintenance.css.scss */
.io-display .io-display-statusbar span,
.io-display .io-display-statusbar button {
  margin-right: 5px;
  position: relative;
  bottom: 2px;
}

/* line 383, app/assets/stylesheets/smartice/maintenance.css.scss */
.io-display .io-circle.active {
  color: red;
}

/* line 389, app/assets/stylesheets/smartice/maintenance.css.scss */
.io-display .io-table td {
  text-align: center;
}

/* line 394, app/assets/stylesheets/smartice/maintenance.css.scss */
.io-display .io-table.io-table-wide td {
  width: 4.76%;
}

/* line 398, app/assets/stylesheets/smartice/maintenance.css.scss */
.io-display .io-table.io-table-narrow {
  width: auto;
  margin: 0 auto;
}

/* line 401, app/assets/stylesheets/smartice/maintenance.css.scss */
.io-display .io-table.io-table-narrow td {
  width: 50%;
}

/* line 407, app/assets/stylesheets/smartice/maintenance.css.scss */
.io-display .io-fault-indications {
  background: #f2dede;
  border: 1px solid #eed3d7;
}

/* line 413, app/assets/stylesheets/smartice/maintenance.css.scss */
.io-display .span5 .well {
  height: 260px;
  margin-bottom: 10px;
}

/* line 416, app/assets/stylesheets/smartice/maintenance.css.scss */
.io-display .span5 .well table {
  margin: 0 auto;
}

/* line 421, app/assets/stylesheets/smartice/maintenance.css.scss */
.io-display .span5 h4 {
  text-align: center;
}

/* line 426, app/assets/stylesheets/smartice/maintenance.css.scss */
.io-display span.label {
  white-space: normal;
}

/* line 432, app/assets/stylesheets/smartice/maintenance.css.scss */
.io-legend h4 {
  color: black;
}

/* line 434, app/assets/stylesheets/smartice/maintenance.css.scss */
.io-legend h4 i {
  position: relative;
  top: 3px;
}

/* line 440, app/assets/stylesheets/smartice/maintenance.css.scss */
.io-legend .accordion-inner {
  padding-top: 15px;
}

/* line 445, app/assets/stylesheets/smartice/maintenance.css.scss */
.diagnostics_query_panel .query_status,
#machine_status_rows_data .query_status {
  float: right;
}

@media (max-width: 496px) {
  /* line 452, app/assets/stylesheets/smartice/maintenance.css.scss */
  #remote-command-overlay textarea {
    /* make sure textarea doesn't overlow content area on small screens */
    max-width: 300px;
    max-height: 46px;
  }
  /* line 459, app/assets/stylesheets/smartice/maintenance.css.scss */
  .diagnostics_query_panel .query_status,
#machine_status_rows_data .query_status {
    float: none;
    margin-bottom: 12px;
  }
  /* line 463, app/assets/stylesheets/smartice/maintenance.css.scss */
  .diagnostics_query_panel .query_status span.label,
#machine_status_rows_data .query_status span.label {
    white-space: normal;
  }
  /* line 469, app/assets/stylesheets/smartice/maintenance.css.scss */
  .mdb-display .controller-statuses span.label {
    margin-bottom: 6px !important;
  }
}
/* line 2, app/assets/stylesheets/smartice/message_stops.css.scss */
body.message_stops_controller .page-header {
  margin-bottom: 10px;
}

/* line 7, app/assets/stylesheets/smartice/message_stops.css.scss */
a.snooze-close-trigger {
  display: block;
  float: right;
  color: #1CAACD;
}

@media (max-width: 480px) {
  /* line 13, app/assets/stylesheets/smartice/message_stops.css.scss */
  a.snooze-close-trigger {
    float: left;
    margin-top: 12px;
  }
}
/* line 2, app/assets/stylesheets/smartice/mobile.css.scss */
.header .phone-quick-nav a {
  font-size: 28px;
  margin-right: 12px;
}
@media (max-width: 480px) {
  /* line 4, app/assets/stylesheets/smartice/modem_configurations.scss */
  body.machines-modem_configurations_controller .form-horizontal.tight .control-group {
    margin-bottom: 10px;
  }
  /* line 6, app/assets/stylesheets/smartice/modem_configurations.scss */
  body.machines-modem_configurations_controller .form-horizontal.tight .control-group .control-label {
    float: left;
  }
  /* line 10, app/assets/stylesheets/smartice/modem_configurations.scss */
  body.machines-modem_configurations_controller .form-horizontal.tight .controls {
    margin-left: 150px;
  }
  /* line 12, app/assets/stylesheets/smartice/modem_configurations.scss */
  body.machines-modem_configurations_controller .form-horizontal.tight .controls .control-text {
    padding-top: 0;
  }
}
/* line 1, app/assets/stylesheets/smartice/org_users.css.scss */
#user_time_zone_chzn {
  width: 300px !important;
}

/* line 7, app/assets/stylesheets/smartice/org_users.css.scss */
.notification-channels .row .control-group {
  margin-bottom: 10px;
}

/* line 8, app/assets/stylesheets/smartice/org_users.css.scss */
.notification-channels .row .controls {
  margin-left: 0;
}

/* line 9, app/assets/stylesheets/smartice/org_users.css.scss */
.notification-channels .row .remove {
  line-height: 2;
}

/* line 11, app/assets/stylesheets/smartice/org_users.css.scss */
.notification-channels .row .remove a.remove_fields {
  color: #b94a48;
}

/* line 19, app/assets/stylesheets/smartice/org_users.css.scss */
.notification-channels-header i.fa {
  margin-left: 12px;
  margin-right: 2px;
}
/* line 1, app/assets/stylesheets/smartice/price_location_form.css.scss */
.price-location-form {
  padding: 0 12px;
}

/* line 3, app/assets/stylesheets/smartice/price_location_form.css.scss */
.price-location-form .photo-previews {
  display: flex;
}

/* line 5, app/assets/stylesheets/smartice/price_location_form.css.scss */
.price-location-form .photo-previews .photo {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 12px 8px;
  padding: 8px;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
}

/* line 13, app/assets/stylesheets/smartice/price_location_form.css.scss */
.price-location-form .photo-previews .photo img {
  max-width: 120px;
  max-height: 120px;
  margin-bottom: 10px;
}

/* line 20, app/assets/stylesheets/smartice/price_location_form.css.scss */
.price-location-form .location-options-wrapper {
  display: flex;
  flex-wrap: wrap;
}

/* line 23, app/assets/stylesheets/smartice/price_location_form.css.scss */
.price-location-form .location-options-wrapper .location-option {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 12px 8px;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  min-width: 260px;
}

/* line 31, app/assets/stylesheets/smartice/price_location_form.css.scss */
.price-location-form .location-options-wrapper .location-option .content {
  padding: 4px;
}

/* line 34, app/assets/stylesheets/smartice/price_location_form.css.scss */
.price-location-form .location-options-wrapper .location-option .caption {
  font-size: 12px;
  margin: 4px;
}

/* line 38, app/assets/stylesheets/smartice/price_location_form.css.scss */
.price-location-form .location-options-wrapper .location-option .map {
  cursor: pointer;
}

/* line 41, app/assets/stylesheets/smartice/price_location_form.css.scss */
.price-location-form .location-options-wrapper .location-option .indicator--selected {
  display: none;
}

/* line 44, app/assets/stylesheets/smartice/price_location_form.css.scss */
.price-location-form .location-options-wrapper .location-option .indicator--not-selected {
  display: none;
  background-color: #f5f5f5;
  border-top: 1px solid #cccccc;
  color: black;
  padding: 6px 0 4px 0;
  text-align: center;
}

/* line 53, app/assets/stylesheets/smartice/price_location_form.css.scss */
.price-location-form .location-options-wrapper .location-option--separator {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #999999;
}

/* line 60, app/assets/stylesheets/smartice/price_location_form.css.scss */
.price-location-form .location-options-wrapper .location-option.available .indicator--not-selected {
  display: block;
  cursor: pointer;
}

/* line 65, app/assets/stylesheets/smartice/price_location_form.css.scss */
.price-location-form .location-options-wrapper .location-option.available.selected {
  border: 2px solid #468847;
}

/* line 67, app/assets/stylesheets/smartice/price_location_form.css.scss */
.price-location-form .location-options-wrapper .location-option.available.selected .indicator--selected {
  display: block;
  background-color: #468847;
  color: white;
  padding: 6px 0 4px 0;
  text-align: center;
}

/* line 74, app/assets/stylesheets/smartice/price_location_form.css.scss */
.price-location-form .location-options-wrapper .location-option.available.selected .indicator--not-selected {
  display: none;
}

/* line 78, app/assets/stylesheets/smartice/price_location_form.css.scss */
.price-location-form .location-options-wrapper .location-option--device .content,
.price-location-form .location-options-wrapper .location-option--address .content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  align-items: center;
  justify-content: center;
}

/* line 87, app/assets/stylesheets/smartice/price_location_form.css.scss */
.price-location-form .location-options-wrapper .location-option--address .content {
  padding: 12px;
}

/* line 89, app/assets/stylesheets/smartice/price_location_form.css.scss */
.price-location-form .location-options-wrapper .location-option--address .content .control-group {
  margin-bottom: 0;
}
/* line 3, app/assets/stylesheets/smartice/price_locations.css.scss */
.price-location-list-item--photos {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

/* line 7, app/assets/stylesheets/smartice/price_locations.css.scss */
.price-location-list-item--photos img.gallery-thumb {
  max-width: 100px;
  max-height: 100px;
}
@media print {
  /* line 2, app/assets/stylesheets/smartice/print.scss */
  .d-print-none {
    display: none !important;
  }
  /* line 5, app/assets/stylesheets/smartice/print.scss */
  .d-print-block {
    display: block !important;
  }
}
/* line 3, app/assets/stylesheets/smartice/schedule.css.scss */
body.settings_controller .machine_ice_maker_schedule_enabled.control-group,
body.machines_controller .machine_ice_maker_schedule_enabled.control-group {
  margin: 0;
}

/* line 7, app/assets/stylesheets/smartice/schedule.css.scss */
body.settings_controller .machine_ice_maker_schedule_enabled > .controls,
body.machines_controller .machine_ice_maker_schedule_enabled > .controls {
  margin-left: 0;
}

/* line 10, app/assets/stylesheets/smartice/schedule.css.scss */
body.settings_controller .machine_ice_maker_schedule_enabled .controls .radio,
body.machines_controller .machine_ice_maker_schedule_enabled .controls .radio {
  display: block;
  padding: 0;
}

/* line 13, app/assets/stylesheets/smartice/schedule.css.scss */
body.settings_controller .machine_ice_maker_schedule_enabled .controls .radio span.label,
body.machines_controller .machine_ice_maker_schedule_enabled .controls .radio span.label {
  min-width: 68px;
  text-align: center;
}

/* line 18, app/assets/stylesheets/smartice/schedule.css.scss */
body.settings_controller .machine_ice_maker_schedule_enabled .radio input[type="radio"],
body.machines_controller .machine_ice_maker_schedule_enabled .radio input[type="radio"] {
  margin-left: 0;
  margin-right: 6px;
}

/* line 23, app/assets/stylesheets/smartice/schedule.css.scss */
body.settings_controller span#activity,
body.machines_controller span#activity {
  float: right;
  font-size: 12px;
  color: gray;
  margin-top: 10px;
}

/* line 30, app/assets/stylesheets/smartice/schedule.css.scss */
body.settings_controller .page-header,
body.machines_controller .page-header {
  margin-bottom: 10px;
}

/* line 31, app/assets/stylesheets/smartice/schedule.css.scss */
body.settings_controller .page-header .label,
body.machines_controller .page-header .label {
  font-size: 10px;
  padding: 4px;
}

/* line 39, app/assets/stylesheets/smartice/schedule.css.scss */
body.settings_controller #ice-maker-schedule,
body.machines_controller #ice-maker-schedule {
  min-height: 400px;
}

/* line 43, app/assets/stylesheets/smartice/schedule.css.scss */
body.settings_controller .im-schedule,
body.machines_controller .im-schedule {
  border-collapse: collapse;
}

/* line 46, app/assets/stylesheets/smartice/schedule.css.scss */
body.settings_controller .im-schedule td,
body.settings_controller .im-schedule th,
body.machines_controller .im-schedule td,
body.machines_controller .im-schedule th {
  border: 1px solid #ccc;
  padding: 0 2px;
}

/* line 52, app/assets/stylesheets/smartice/schedule.css.scss */
body.settings_controller .im-schedule td,
body.machines_controller .im-schedule td {
  background: rgba(0, 255, 0, 0.2);
}

/* line 55, app/assets/stylesheets/smartice/schedule.css.scss */
body.settings_controller .im-schedule td.hour-marker,
body.machines_controller .im-schedule td.hour-marker {
  text-align: right;
  padding-right: 5px;
  background: white;
}

/* line 61, app/assets/stylesheets/smartice/schedule.css.scss */
body.settings_controller .im-schedule td.column,
body.machines_controller .im-schedule td.column {
  width: 13.75%;
}

/* line 65, app/assets/stylesheets/smartice/schedule.css.scss */
body.settings_controller .im-schedule td:hover,
body.machines_controller .im-schedule td:hover {
  cursor: pointer;
}

/* line 69, app/assets/stylesheets/smartice/schedule.css.scss */
body.settings_controller .im-schedule td .schedule,
body.machines_controller .im-schedule td .schedule {
  background: red;
  color: white;
  display: block;
  opacity: 0.7;
  border-radius: 2px;
  padding: 0 2px;
  font-size: 10px;
}

/* line 78, app/assets/stylesheets/smartice/schedule.css.scss */
body.settings_controller .im-schedule td .schedule.locked,
body.machines_controller .im-schedule td .schedule.locked {
  background: gray;
}

/* line 81, app/assets/stylesheets/smartice/schedule.css.scss */
body.settings_controller .im-schedule td .schedule.locked:hover,
body.machines_controller .im-schedule td .schedule.locked:hover {
  cursor: not-allowed;
}

/* line 87, app/assets/stylesheets/smartice/schedule.css.scss */
body.settings_controller .im-schedule th,
body.machines_controller .im-schedule th {
  text-align: center;
}

/* line 90, app/assets/stylesheets/smartice/schedule.css.scss */
body.settings_controller .im-schedule th.today,
body.machines_controller .im-schedule th.today {
  background-color: #eee;
}

/* line 97, app/assets/stylesheets/smartice/schedule.css.scss */
table.ice-maker-schedule-preview {
  cursor: not-allowed;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

/* line 104, app/assets/stylesheets/smartice/schedule.css.scss */
table.ice-maker-schedule-preview th {
  background-color: #efefef;
}

/* line 107, app/assets/stylesheets/smartice/schedule.css.scss */
table.ice-maker-schedule-preview th,
table.ice-maker-schedule-preview td {
  border: 1px solid #ddd;
  text-align: center;
  padding: 4px;
  line-height: 1;
}

/* line 114, app/assets/stylesheets/smartice/schedule.css.scss */
table.ice-maker-schedule-preview td.off-period {
  background-color: #f2dede;
}

/* line 117, app/assets/stylesheets/smartice/schedule.css.scss */
table.ice-maker-schedule-preview td.current-period {
  background-color: #08c;
  color: white;
}

/* line 121, app/assets/stylesheets/smartice/schedule.css.scss */
table.ice-maker-schedule-preview td.current-period.off-period {
  background-color: #f2dede;
  border: 2px solid #08c;
  color: #333;
}
/* line 3, app/assets/stylesheets/smartice/service_counters.css.scss */
body.settings_controller.service_action .service-counter-group,
body.machines_controller.update_action .service-counter-group {
  border: 1px solid #dedede;
  margin-bottom: 16px;
  width: auto;
}

/* line 7, app/assets/stylesheets/smartice/service_counters.css.scss */
body.settings_controller.service_action .service-counter-group > .group-header,
body.machines_controller.update_action .service-counter-group > .group-header {
  background-color: #efefef;
  padding: 12px;
}

/* line 10, app/assets/stylesheets/smartice/service_counters.css.scss */
body.settings_controller.service_action .service-counter-group > .group-header h3,
body.machines_controller.update_action .service-counter-group > .group-header h3 {
  line-height: 1;
}

/* line 13, app/assets/stylesheets/smartice/service_counters.css.scss */
body.settings_controller.service_action .service-counter-group > .group-header p,
body.machines_controller.update_action .service-counter-group > .group-header p {
  margin: 6px 0 0 0;
}

/* line 18, app/assets/stylesheets/smartice/service_counters.css.scss */
body.settings_controller.service_action .service-counter,
body.machines_controller.update_action .service-counter {
  border-bottom: 1px solid #dedede;
  padding: 12px;
  margin-top: 6px;
}

/* line 22, app/assets/stylesheets/smartice/service_counters.css.scss */
body.settings_controller.service_action .service-counter h4,
body.machines_controller.update_action .service-counter h4 {
  line-height: 1;
  font-size: 16px;
  margin-bottom: 6px;
}

/* line 27, app/assets/stylesheets/smartice/service_counters.css.scss */
body.settings_controller.service_action .service-counter .row .control-group,
body.machines_controller.update_action .service-counter .row .control-group {
  margin-bottom: 0;
}
@font-face {
  font-family: "AvenirNextLTPro-Regular";
  src: url(/assets/25DB9E_3_0-2ae8830a56abf14f90482913f50078a10d78d3d432bebf87324ea4efbfbc1341.eot);
  src: url(/assets/25DB9E_3_0-2ae8830a56abf14f90482913f50078a10d78d3d432bebf87324ea4efbfbc1341.eot?#iefix) format("embedded-opentype"), url(/assets/25DB9E_3_0-0af247927377d7408cab80ef73003a0a9d6eedf42700526b833c6b049b823e60.woff) format("woff"), url(/assets/25DB9E_3_0-3f554795054ca45a379cfff72565454b9fc570e68ef05c7251abe9bb58d1aec3.ttf) format("truetype");
}

@font-face {
  font-family: "AvenirNextLTPro-Bold";
  src: url(/assets/25D46D_0_0-9789a9c8118d4fd02f5442f02e0b3247abbb628cb796234a0799640711b2ed8a.eot);
  src: url(/assets/25D46D_0_0-9789a9c8118d4fd02f5442f02e0b3247abbb628cb796234a0799640711b2ed8a.eot?#iefix) format("embedded-opentype"), url(/assets/25D46D_0_0-08ad7b0f0e6c2e27aab94a3b1d4f5e7ed4a27f821d2aaaf306f4b9f0b9c54143.woff) format("woff"), url(/assets/25D46D_0_0-e2ca0cf0850f0758e5368367dd5378d2608b2fc4d463c80410c0754f7d821e7e.ttf) format("truetype");
}

/* line 16, app/assets/stylesheets/smartice/skin.scss */
table tr.tr-stripe td {
  background-color: #f9f9f9;
}

/* line 19, app/assets/stylesheets/smartice/skin.scss */
table tr.tr-border-top td {
  border-top: 1px solid #ccc;
}

/* line 23, app/assets/stylesheets/smartice/skin.scss */
.d-flex {
  display: flex;
}

/* line 26, app/assets/stylesheets/smartice/skin.scss */
.d-flex-columns {
  display: flex;
  flex-direction: column;
}

/* line 30, app/assets/stylesheets/smartice/skin.scss */
.flex-wrap {
  flex-wrap: wrap;
}

/* line 33, app/assets/stylesheets/smartice/skin.scss */
.align-self-start {
  align-self: flex-start;
}

/* line 36, app/assets/stylesheets/smartice/skin.scss */
.justify-content-between {
  justify-content: space-between;
}

/* line 39, app/assets/stylesheets/smartice/skin.scss */
.justify-content-center {
  justify-content: center;
}

/* line 42, app/assets/stylesheets/smartice/skin.scss */
.justify-content-evenly {
  justify-content: space-evenly;
}

/* line 45, app/assets/stylesheets/smartice/skin.scss */
.align-items-center {
  align-items: center;
}

/* line 48, app/assets/stylesheets/smartice/skin.scss */
.align-items-start {
  align-items: start;
}

/* line 52, app/assets/stylesheets/smartice/skin.scss */
.align-right,
td.align-right,
th.align-right {
  text-align: right;
}

/* line 58, app/assets/stylesheets/smartice/skin.scss */
.header .span8 {
  margin: 0px;
  width: 765px;
}

/* line 62, app/assets/stylesheets/smartice/skin.scss */
.header .span2 {
  margin: 0px;
  width: 133px;
}

/* line 66, app/assets/stylesheets/smartice/skin.scss */
.header .phone-quick-nav {
  position: absolute;
  top: 7px;
  right: 7px;
}

/* line 71, app/assets/stylesheets/smartice/skin.scss */
.header .phone-quick-nav img {
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
  vertical-align: top;
}

/* line 79, app/assets/stylesheets/smartice/skin.scss */
.rotate-90 {
  transform: rotate(-90deg);
  /* also accepts left, right, top, bottom coordinates; not required, but a good idea for styling */
  transform-origin: 50% 50%;
  /* Should be unset in IE9+ I think. */
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

/* important overrides */
/* line 98, app/assets/stylesheets/smartice/skin.scss */
.btn-info {
  color: #fff !important;
}

/* line 102, app/assets/stylesheets/smartice/skin.scss */
body {
  font-family: "AvenirNextLTPro-Regular", Helvetica, Arial, sans-serif;
  margin: 0px;
}

/* line 106, app/assets/stylesheets/smartice/skin.scss */
p {
  font-family: "AvenirNextLTPro-Regular", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 160%;
}

/* line 111, app/assets/stylesheets/smartice/skin.scss */
.clear {
  clear: both;
}

/* line 114, app/assets/stylesheets/smartice/skin.scss */
.leftFloat {
  float: left;
}

/* line 117, app/assets/stylesheets/smartice/skin.scss */
.lg-txt {
  font-size: 22px !important;
}

/* line 120, app/assets/stylesheets/smartice/skin.scss */
.sm-text {
  font-size: 12px !important;
}

/* line 123, app/assets/stylesheets/smartice/skin.scss */
.gray {
  color: #949494;
}

/* line 126, app/assets/stylesheets/smartice/skin.scss */
.floatright {
  float: right;
}

/* line 129, app/assets/stylesheets/smartice/skin.scss */
.textright {
  text-align: right !important;
}

/* line 132, app/assets/stylesheets/smartice/skin.scss */
.text-white {
  color: white;
}

/* line 135, app/assets/stylesheets/smartice/skin.scss */
.bg-white {
  background-color: white;
}

/* line 138, app/assets/stylesheets/smartice/skin.scss */
.text-black {
  color: black;
}

/* line 141, app/assets/stylesheets/smartice/skin.scss */
.text-underline {
  text-decoration: underline !important;
}

/* line 144, app/assets/stylesheets/smartice/skin.scss */
.text-danger,
.text-important {
  color: #b94a48;
}

/* line 149, app/assets/stylesheets/smartice/skin.scss */
.line-height-1 {
  line-height: 1;
}

/* line 153, app/assets/stylesheets/smartice/skin.scss */
[class^="icon-"],
[class*=" icon-"] {
  vertical-align: baseline;
}

/* line 157, app/assets/stylesheets/smartice/skin.scss */
.notopborder {
  border-top: none !important;
  background: #fff;
}

/* line 161, app/assets/stylesheets/smartice/skin.scss */
.borderRight {
  border-right: 1px solid #dadada;
  margin-top: 15px;
  margin-bottom: 15px;
}

/* line 166, app/assets/stylesheets/smartice/skin.scss */
.borderLeft {
  border-left: 1px solid #dadada;
  margin-top: 15px;
  margin-bottom: 15px;
}

/* line 171, app/assets/stylesheets/smartice/skin.scss */
.table {
  margin-bottom: 0px;
}

/* line 174, app/assets/stylesheets/smartice/skin.scss */
.xlg {
  width: 80%;
}

/* line 177, app/assets/stylesheets/smartice/skin.scss */
.lg {
  width: 60%;
}

/* line 180, app/assets/stylesheets/smartice/skin.scss */
.sm {
  width: 10px;
}

/* line 183, app/assets/stylesheets/smartice/skin.scss */
.top {
  vertical-align: top !important;
}

/* line 186, app/assets/stylesheets/smartice/skin.scss */
.icon-align-justify {
  background-position: -336px -50px;
}

/* line 189, app/assets/stylesheets/smartice/skin.scss */
.icon-warning-sign {
  background-position: -144px -121px;
}

/* line 192, app/assets/stylesheets/smartice/skin.scss */
.icon-cog {
  background-position: -432px -1px;
}

/* line 195, app/assets/stylesheets/smartice/skin.scss */
.icon-facetime-video {
  background-position: -432px -49px;
}

/* line 198, app/assets/stylesheets/smartice/skin.scss */
.icon-shopping-cart {
  background-position: -360px -121px;
}

/* line 201, app/assets/stylesheets/smartice/skin.scss */
.icon-share {
  background-position: -120px -74px;
}

/* line 204, app/assets/stylesheets/smartice/skin.scss */
.icon-plus {
  background-position: -408px -98px;
}

/* line 207, app/assets/stylesheets/smartice/skin.scss */
img.weather_icon {
  width: 25px;
  height: 25px;
}

/* line 212, app/assets/stylesheets/smartice/skin.scss */
.admin_header {
  background-color: #a23e34;
  color: #fff;
}

/* line 217, app/assets/stylesheets/smartice/skin.scss */
.admin_header .nav {
  height: auto;
}

/* line 221, app/assets/stylesheets/smartice/skin.scss */
.admin_header ul.nav {
  border: none;
}

/* line 225, app/assets/stylesheets/smartice/skin.scss */
.admin_header .nav li {
  border: none;
}

/* line 229, app/assets/stylesheets/smartice/skin.scss */
.admin_header .nav a {
  text-transform: none;
}

/* line 233, app/assets/stylesheets/smartice/skin.scss */
.admin_header .nav a:hover {
  border-radius: 0px;
}

/* line 237, app/assets/stylesheets/smartice/skin.scss */
.admin_header .nav a i {
  padding-right: 3px;
}

/* line 241, app/assets/stylesheets/smartice/skin.scss */
.admin_header .accordion-group {
  border: none;
}

/* line 245, app/assets/stylesheets/smartice/skin.scss */
.admin_header .accordion-toggle {
  margin-bottom: -3px;
}

/* line 248, app/assets/stylesheets/smartice/skin.scss */
.admin_header .accordion-toggle:active {
  background: #1b1b1b;
}

/* line 251, app/assets/stylesheets/smartice/skin.scss */
.admin_header .accordion-toggle:hover {
  color: #fff;
}

/* line 255, app/assets/stylesheets/smartice/skin.scss */
.admin_header .accordion {
  margin-bottom: 0;
}

/* line 259, app/assets/stylesheets/smartice/skin.scss */
.admin_header a {
  color: #fff;
}

/* line 262, app/assets/stylesheets/smartice/skin.scss */
.header {
  height: 80px;
  padding: 0px;
  position: relative;
  background-color: black;
}

/* line 269, app/assets/stylesheets/smartice/skin.scss */
.header p {
  color: #fff;
  text-align: right;
  text-transform: uppercase;
  font-size: 15px;
  padding: 6px 15px 5px;
  margin: 16px 0px;
}

/* line 277, app/assets/stylesheets/smartice/skin.scss */
.switch_back {
  background-color: #d96d00;
  padding: 5px;
  text-align: right;
}

/* line 282, app/assets/stylesheets/smartice/skin.scss */
.switch_back strong {
  color: white;
}

/* line 285, app/assets/stylesheets/smartice/skin.scss */
.header a {
  color: #fff;
}

/* line 288, app/assets/stylesheets/smartice/skin.scss */
.header a:hover {
  color: #94c5d7;
}

/* line 291, app/assets/stylesheets/smartice/skin.scss */
.reqaccount {
  border-right: 1px solid #373737;
  padding: 10px;
  margin: 0px 10px;
}

/* line 296, app/assets/stylesheets/smartice/skin.scss */
.logo {
  float: left;
  clear: both;
  padding: 20px 0px;
}

/* line 301, app/assets/stylesheets/smartice/skin.scss */
.flash-notice {
  margin-top: 8px;
}

/* line 304, app/assets/stylesheets/smartice/skin.scss */
.flash-notice .alert {
  margin: 0;
}

/* line 307, app/assets/stylesheets/smartice/skin.scss */
h1 {
  font-family: "AvenirNextLTPro-Regular", Helvetica, Arial, sans-serif;
  font-size: 30px;
  font-weight: normal;
  margin: 0px;
  padding: 10px 0px 10px;
  color: #103b55;
}

/* line 315, app/assets/stylesheets/smartice/skin.scss */
h2 {
  font-family: "AvenirNextLTPro-Regular", Helvetica, Arial, sans-serif;
  font-size: 27px;
  font-weight: normal;
  padding: 0px;
  line-height: 120%;
  margin: 0px 0px 5px;
}

/* line 324, app/assets/stylesheets/smartice/skin.scss */
h3 {
  font-family: "AvenirNextLTPro-Regular", Helvetica, Arial, sans-serif;
  font-weight: normal;
  margin: 0px;
  padding: 0px;
  font-size: 18px;
}

/* line 331, app/assets/stylesheets/smartice/skin.scss */
h4 {
  font-family: "AvenirNextLTPro-Regular", Helvetica, Arial, sans-serif;
  font-weight: bold;
  margin: 0px;
  padding: 0px;
  font-size: 14px;
}

/* line 338, app/assets/stylesheets/smartice/skin.scss */
.questionnaire-response h4 {
  /*NEEDS THIS FONT IN ORDER TO GET THE BOLD EFFECT. WITHOUT BOLD, LOOKS LIKE STANDARD PARAGRAPH FONT*/
  font-family: "AvenirNextLTPro-Bold", Helvetica, Arial, sans-serif;
}

/* line 342, app/assets/stylesheets/smartice/skin.scss */
.alerts_controller.edit_action hr {
  margin-bottom: 0;
}

/* line 346, app/assets/stylesheets/smartice/skin.scss */
.well > form {
  margin: 0;
}

/* line 349, app/assets/stylesheets/smartice/skin.scss */
.control-group.tight {
  margin: 0;
}

/* line 353, app/assets/stylesheets/smartice/skin.scss */
a,
a.btn-link {
  color: #1caacd;
}

/* line 357, app/assets/stylesheets/smartice/skin.scss */
a:hover,
a.btn-link:hover {
  color: #008aaa;
  text-decoration: none;
}

/* line 362, app/assets/stylesheets/smartice/skin.scss */
.userdata a,
.userdata a:link,
.userdata a:visited {
  color: #ffffff;
}

/* line 367, app/assets/stylesheets/smartice/skin.scss */
.userdata a > span {
  color: #ffffff;
}

/* line 371, app/assets/stylesheets/smartice/skin.scss */
.userdata .chzn-container a > span {
  color: black;
}

/* line 375, app/assets/stylesheets/smartice/skin.scss */
.gradient-wrap #chart_machine_ids_chzn {
  width: 100% !important;
}

/* line 378, app/assets/stylesheets/smartice/skin.scss */
.gradient-wrap .radio:first-child {
  padding-top: 0px;
}

/* line 381, app/assets/stylesheets/smartice/skin.scss */
.gradient-wrap .radio {
  margin-right: 10px;
}

/* line 384, app/assets/stylesheets/smartice/skin.scss */
.gradient-wrap label {
  color: #666;
}

/* line 387, app/assets/stylesheets/smartice/skin.scss */
.gradient-wrap form {
  margin: 0;
}

/* line 390, app/assets/stylesheets/smartice/skin.scss */
.gradient-wrap {
  background: url(/assets/skin/gray-gradient-bg-300b34f53766b1b038eea0127e222b44ca4eef0ae19bbda8438a60c428e27d53.jpg) repeat-x #e8e8e8;
  margin: 20px 0px 20px;
  border: 1px solid #dedede;
  padding: 10px 20px 8px;
}

/* line 397, app/assets/stylesheets/smartice/skin.scss */
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-submenu:hover > a,
.dropdown-submenu:focus > a {
  background: #0daed3;
}

/* line 403, app/assets/stylesheets/smartice/skin.scss */
.dropdown-menu {
  border-radius: 0px 0px 6px 6px;
}

/* line 408, app/assets/stylesheets/smartice/skin.scss */
.nav {
  height: 80px;
  margin-bottom: 0px;
  border-right: 1px solid #303030;
  border-left: 1px solid #000000;
  width: auto;
  float: left;
}

/* line 416, app/assets/stylesheets/smartice/skin.scss */
.nav.content-nav {
  height: auto;
  float: none;
  margin-bottom: 12px;
  border-right: none;
  border-left: none;
}

/* line 423, app/assets/stylesheets/smartice/skin.scss */
.nav.content-nav li.active {
  background: none;
}

/* line 426, app/assets/stylesheets/smartice/skin.scss */
.nav.content-nav > li:hover {
  background-color: inherit;
}

/* line 430, app/assets/stylesheets/smartice/skin.scss */
.categories {
  margin: 0px;
}

/* line 434, app/assets/stylesheets/smartice/skin.scss */
.categories .nav {
  height: auto;
  margin-bottom: 0px;
  border-right: 0px;
  border-left: 0px;
  width: auto;
  float: none;
}

/* line 442, app/assets/stylesheets/smartice/skin.scss */
.categories .nav li.active,
.categories .nav li:hover,
.categories .nav li.active a {
  background: #efefef;
}

/* line 448, app/assets/stylesheets/smartice/skin.scss */
.categories .nav li.active a:hover {
  color: #555 !important;
}

/* line 453, app/assets/stylesheets/smartice/skin.scss */
body.ie7 {
  width: 668px;
}

/* line 456, app/assets/stylesheets/smartice/skin.scss */
#menu-icon,
#menu {
  display: none;
}

/* line 461, app/assets/stylesheets/smartice/skin.scss */
.navbar-inner {
  min-height: 30px !important;
  padding-left: 0px !important;
  padding-right: 0px !important;
  background: none;
  border: none !important;
  border-radius: 0px;
  box-shadow: none;
}

/* line 475, app/assets/stylesheets/smartice/skin.scss */
.header .nav ul {
  float: left;
  margin: 13px 0px 0px;
}

/* line 480, app/assets/stylesheets/smartice/skin.scss */
.header .nav li {
  list-style-type: none;
  margin: 0px;
  border-left: 1px solid #303030;
  border-right: 1px solid #000000;
  padding: 0px 0px 0px;
}

/* line 488, app/assets/stylesheets/smartice/skin.scss */
.header .container .navbar {
  margin-bottom: 0;
}

/* line 492, app/assets/stylesheets/smartice/skin.scss */
.header .navbar .nav > li > a {
  color: #fff;
  font-size: 14px;
  margin: 0px;
  text-transform: uppercase;
  text-shadow: none;
  padding: 50px 20px 10px 20px;
}

/* line 500, app/assets/stylesheets/smartice/skin.scss */
.nav > li > a:hover,
.nav > li > a:focus {
  background-color: transparent;
  color: #1caacd !important;
}

/* line 505, app/assets/stylesheets/smartice/skin.scss */
.nav > li:hover {
  background: #090909;
}

/* line 508, app/assets/stylesheets/smartice/skin.scss */
.navbar .nav > .active > a:hover {
  background-color: transparent;
}

/* line 511, app/assets/stylesheets/smartice/skin.scss */
.nav li.active,
.navbar .nav > .active {
  background: url(/assets/skin/arrow-select-51bf7a7c5985565d4c02b36a0aa686181951125f24ffc093c667aa2626685e6d.png) #090909 no-repeat scroll bottom center;
}

/* line 515, app/assets/stylesheets/smartice/skin.scss */
.navbar .nav > .active > a {
  background-color: transparent;
  color: #fff;
}

/* line 520, app/assets/stylesheets/smartice/skin.scss */
.nav li:first-child {
  border-left: none;
}

/* line 524, app/assets/stylesheets/smartice/skin.scss */
.nav li:last-child {
  border-right: none;
}

/* line 527, app/assets/stylesheets/smartice/skin.scss */
.nav .dropdown a {
  text-transform: none;
}

/* line 531, app/assets/stylesheets/smartice/skin.scss */
.option {
  position: relative;
}

/* line 535, app/assets/stylesheets/smartice/skin.scss */
.option .danger-text {
  color: #9b1313 !important;
  position: absolute;
  top: 5px;
  left: 230px;
}

/* line 543, app/assets/stylesheets/smartice/skin.scss */
.control-group span.radio.inline > label input[type="radio"] {
  margin-top: 2px;
}

/* line 548, app/assets/stylesheets/smartice/skin.scss */
ul.settings-pills {
  margin-left: 0;
}

/* line 551, app/assets/stylesheets/smartice/skin.scss */
.settings-pills li {
  list-style: none;
  margin-top: 20px;
}

/* line 556, app/assets/stylesheets/smartice/skin.scss */
.header #nav-wrap a {
  padding: 50px 30px 10px 30px;
}

/* line 559, app/assets/stylesheets/smartice/skin.scss */
.dashboard a,
.machines a,
.groups a,
.navbar-nav .ice2u a,
.navbar-nav .tickets a,
.users a,
.business a,
.business-cameras a,
.subscriptions a {
  background-color: #121212;
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: 18px;
}

/* line 574, app/assets/stylesheets/smartice/skin.scss */
.dashboard a {
  background-image: url(/assets/skin/dashboard-efd84a0266c879b7f87f42fdd410f48b09e23749754d8b9be2c29a348327c9d4.png);
  border-left: 1px solid #303030 !important;
}

/* line 578, app/assets/stylesheets/smartice/skin.scss */
.machines a {
  background-image: url(/assets/skin/machines-c0d6feb82ab68e6331020bc3363dd8232ccee056e1e01fadec5a25aaa24ba724.png);
}

/* line 581, app/assets/stylesheets/smartice/skin.scss */
.groups a {
  background-image: url(/assets/skin/groups-4e61e4d65ae3b90b3431e618c7737420404be534ad7ae6daf3761ec90cb6004d.png);
}

/* line 584, app/assets/stylesheets/smartice/skin.scss */
.navbar-nav .ice2u a {
  background-image: url(/assets/skin/ice2u-alt-743d43ed61b290461b27222f5156eee3c3daf4f4e2aef734eaa36cb620a1135d.png);
}

/* line 587, app/assets/stylesheets/smartice/skin.scss */
.navbar-nav .tickets a {
  background-image: url(/assets/skin/ticket-4ba55562d66d00357ac218c56120fe45e52c3603e264d6a4456f68b801431ea7.png);
}

/* line 590, app/assets/stylesheets/smartice/skin.scss */
.users a {
  background-image: url(/assets/skin/users-5c36d5e028a8cb5807c4c25776d32444cdd8addbcffc290fa894de1744e7f919.png);
}

/* line 593, app/assets/stylesheets/smartice/skin.scss */
.business a {
  background-image: url(/assets/skin/business-bc3bf23a7e796480ad8daa3b3865f2e0ea500eacdf294fc8cb9d1fe74fe8e3b7.png);
}

/* line 596, app/assets/stylesheets/smartice/skin.scss */
.business-cameras a {
  background-image: url(/assets/skin/business-cameras-03bc3362701cd1eb97855fd644fe559a008437b90412a76e0272b0cdbe62d6dc.png);
  background-position-y: 26px;
}

/* line 600, app/assets/stylesheets/smartice/skin.scss */
.navbar .nav > li > a.subscriptions {
  background-image: url(/assets/skin/subscriptions-ffae5575ba410b173bba4cfc9b5c2f009f352e1582034062d13af31752132003.png);
  background-position-y: 25px;
  padding: 50px 15px 10px 15px;
  position: relative;
}

/* line 606, app/assets/stylesheets/smartice/skin.scss */
.navbar .nav > li > a.subscriptions .badge.badge-important {
  display: block;
  position: absolute;
  top: 35%;
  vertical-align: middle;
  right: 10px;
}

/* line 614, app/assets/stylesheets/smartice/skin.scss */
.usercredentials {
  float: right;
  margin: 10px 0px 10px 0;
}

/* line 618, app/assets/stylesheets/smartice/skin.scss */
.usercredentials .btn-primary {
  background: #2a2a2a;
  border: 1px solid #2a2a2a;
  text-transform: capitalize;
  text-shadow: 0px 1px 2px #000;
  padding: 5px;
  font-size: 12px;
  color: #fff;
}

/* line 627, app/assets/stylesheets/smartice/skin.scss */
.usercredentials .btn-primary:hover {
  background: #2a2a2a;
  border: 1px solid #2a2a2a;
  color: #fff;
}

/* line 632, app/assets/stylesheets/smartice/skin.scss */
.userimage img {
  width: 22px;
  height: 22px;
  margin-right: 6px;
}

/* line 637, app/assets/stylesheets/smartice/skin.scss */
#desktop_help_trigger {
  font-size: 14px;
  display: block;
  text-align: center;
  clear: both;
}

/* line 644, app/assets/stylesheets/smartice/skin.scss */
.btn-group.open .btn-primary.dropdown-toggle {
  background-color: #3a3a3a;
}

/* line 648, app/assets/stylesheets/smartice/skin.scss */
.UtilityNav {
  margin-top: 20px;
  margin-bottom: 10px;
}

/* line 652, app/assets/stylesheets/smartice/skin.scss */
.UtilityNav ul {
  border: none !important;
  height: auto;
}

/* line 656, app/assets/stylesheets/smartice/skin.scss */
.UtilityNav .machine-nav {
  border: none !important;
  margin: 0px auto;
  float: none;
  padding: 0px;
}

/* line 663, app/assets/stylesheets/smartice/skin.scss */
.UtilityNav .machine-nav li {
  border-right: 1px solid #d6d6d6;
  border-left: 1px solid #fff;
  list-style: none;
  float: left;
  margin: 0px;
  padding: 0px;
}

/* line 671, app/assets/stylesheets/smartice/skin.scss */
.UtilityNav .machine-nav li:first-child {
  border-left: none;
}

/* line 674, app/assets/stylesheets/smartice/skin.scss */
.UtilityNav .machine-nav li:last-child {
  border-right: none;
}

/* line 677, app/assets/stylesheets/smartice/skin.scss */
.UtilityNav .machine-nav li a {
  color: #303030;
  padding: 10px 14px;
  text-transform: capitalize;
  float: left;
}

/* line 683, app/assets/stylesheets/smartice/skin.scss */
.UtilityNav .machine-nav li a:hover,
.UtilityNav .machine-nav li a.active {
  background: #c5c5c5;
  /* Old browsers */
  background: linear-gradient(to bottom, #c5c5c5 0%, #e2e2e2 11%, #e2e2e2 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c5c5c5', endColorstr='#f8f8f8',GradientType=0 );
  /* IE6-9 */
}

/* line 689, app/assets/stylesheets/smartice/skin.scss */
.UtilityNav .icon-calendar {
  background-position: -192px -121px;
  margin: 0px;
  vertical-align: text-top;
}

/* line 694, app/assets/stylesheets/smartice/skin.scss */
.UtilityNav nav {
  width: 100%;
  height: 40px;
  padding: 0px 0px;
  border: 1px solid #dedede;
  background: #ffffff;
  /* Old browsers */
  background: linear-gradient(to bottom, #ffffff 0%, #e8e8e8 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e8e8e8',GradientType=0 );
  /* IE6-9 */
}

/* line 704, app/assets/stylesheets/smartice/skin.scss */
.performance-recap-buttons {
  overflow: auto;
  clear: both;
  margin-bottom: 12px;
}

/* line 710, app/assets/stylesheets/smartice/skin.scss */
.performance-recap-buttons .nav-element {
  display: inline-block;
  float: left;
  height: 40px;
  border: 1px solid #dedede;
  background: #ffffff;
  /* Old browsers */
  background: linear-gradient(to bottom, #ffffff 0%, #e8e8e8 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e8e8e8',GradientType=0 );
  /* IE6-9 */
}

/* line 720, app/assets/stylesheets/smartice/skin.scss */
.performance-recap-buttons .nav-element a {
  color: #303030;
  padding: 10px 20px;
  text-transform: capitalize;
  float: left;
}

/* line 727, app/assets/stylesheets/smartice/skin.scss */
.performance-recap-buttons .nav-element a:hover,
.performance-recap-buttons .nav-element a.active {
  background: #c5c5c5;
  /* Old browsers */
  background: linear-gradient(to bottom, #c5c5c5 0%, #e2e2e2 11%, #e2e2e2 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c5c5c5', endColorstr='#f8f8f8',GradientType=0 );
  /* IE6-9 */
}

/* line 734, app/assets/stylesheets/smartice/skin.scss */
.carousel-inner img {
  float: left;
  width: 40%;
  max-width: 489px;
}

/* line 739, app/assets/stylesheets/smartice/skin.scss */
#rotator img {
  border: 2px solid #fff;
  box-shadow: 0px 0px 5px 0px #0f2c3b;
}

/* line 745, app/assets/stylesheets/smartice/skin.scss */
.topcontent {
  background: url(/assets/skin/bg-blue-9a18c196630c3c8bb8c54f98ed44370ae8b5282a4f6f41e24e935db1903c3a8d.jpg) repeat-y top center #b3d8e1;
  padding: 18px 0 0px;
  position: relative;
}

/* line 750, app/assets/stylesheets/smartice/skin.scss */
.carousel-caption {
  width: 50%;
  position: relative;
  background: none;
  float: left;
  margin: 0px;
}

/* line 757, app/assets/stylesheets/smartice/skin.scss */
.carousel-caption h1 {
  color: #1e1e1e;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 32px;
  margin-bottom: 10px;
}

/* line 764, app/assets/stylesheets/smartice/skin.scss */
.carousel-caption p {
  color: #1e1e1e;
  font-size: 20px;
  padding-bottom: 20px;
  line-height: 160%;
}

/* line 770, app/assets/stylesheets/smartice/skin.scss */
.carousel-control.right {
  position: absolute;
  right: 0px;
  background: url(/assets/skin/arrow-right-105e80216d64fbed1566c43ae78696fabe0f1eef8d8764fccf58a6b335869e3f.png) no-repeat;
  border: none !important;
  border-radius: 0px;
  width: 57px;
  height: 60px;
  text-indent: -9999px;
}

/* line 782, app/assets/stylesheets/smartice/skin.scss */
.carousel-control.left {
  position: absolute;
  left: 0px;
  background: url(/assets/skin/arrow-left-470ff444feeff364d339ddb628a06ebb69dfba6371f2f9ec5a1a19282bc99f8b.png) no-repeat;
  border: none !important;
  border-radius: 0px;
  width: 57px;
  height: 60px;
  text-indent: -9999px;
}

/* line 794, app/assets/stylesheets/smartice/skin.scss */
.carousel-control {
  opacity: 0.7;
}

/* line 797, app/assets/stylesheets/smartice/skin.scss */
.middlecontent {
  background: #00435c;
  /* Old browsers */
  background: linear-gradient(to right, #00435c 0%, #004f6d 50%, #00435c 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00435c', endColorstr='#00435c',GradientType=1 );
  /* IE6-9 */
  padding: 30px;
  text-align: center;
}

/* line 804, app/assets/stylesheets/smartice/skin.scss */
.middlecontent.home {
  margin-bottom: -20px;
  padding-bottom: 40px;
}

/* line 808, app/assets/stylesheets/smartice/skin.scss */
.middlecontent p {
  color: #fff;
  text-transform: uppercase;
}

/* line 812, app/assets/stylesheets/smartice/skin.scss */
.blue-border {
  border-right: 1px solid #00647b;
}

/* line 815, app/assets/stylesheets/smartice/skin.scss */
.black-border {
  border-right: 1px solid #2e2e2e;
}

/* line 818, app/assets/stylesheets/smartice/skin.scss */
.bottomcontent {
  padding: 40px 40px 60px;
  background: #fff;
}

/* line 822, app/assets/stylesheets/smartice/skin.scss */
.bottomcontent p {
  font-size: 16px;
  max-width: 500px;
}

/* line 826, app/assets/stylesheets/smartice/skin.scss */
.bottomcontent .btn-large.grn {
  margin: 35px 0px 0px 35px;
  text-transform: none;
  font-size: 16px;
  padding: 9px 5px 8px 12px;
  border-radius: 4px;
  color: #fff;
}

/* line 836, app/assets/stylesheets/smartice/skin.scss */
.bottomcontent .span7 {
  padding-left: 40px;
}

/* line 840, app/assets/stylesheets/smartice/skin.scss */
.contentArea {
  background: #fff;
  padding: 20px;
  min-height: 758px;
}

/* line 845, app/assets/stylesheets/smartice/skin.scss */
.textArea {
  margin: 20px 0px 10px;
}

/* line 848, app/assets/stylesheets/smartice/skin.scss */
.textArea h2 {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  line-height: 40px;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

/* line 858, app/assets/stylesheets/smartice/skin.scss */
#spacer {
  margin: 20px 0px 0px;
}

/* c o n t a i n e r class was here */
/* line 864, app/assets/stylesheets/smartice/skin.scss */
.userdata {
  background: #303030;
  color: #fff;
  padding: 5px;
}

/* line 869, app/assets/stylesheets/smartice/skin.scss */
.userdata .chzn-drop {
  color: black;
}

/* line 872, app/assets/stylesheets/smartice/skin.scss */
.userdata p {
  margin: 0px;
  font-size: 16px;
}

/* line 876, app/assets/stylesheets/smartice/skin.scss */
.active-machines,
.free-ice-machines,
.free-water-machines,
.alerts,
.major-alerts,
.add-machines,
.machine-status-counter {
  margin-top: 3px;
  margin-left: 15px;
  margin-bottom: 5px;
  float: right;
}

/* line 889, app/assets/stylesheets/smartice/skin.scss */
.door-open-machines .number {
  background: orange;
  padding: 3px 5px 2px;
}

/* line 894, app/assets/stylesheets/smartice/skin.scss */
.ice-maker-disabled-machines .number {
  background: #935200;
  padding: 3px 5px 2px;
}

/* line 898, app/assets/stylesheets/smartice/skin.scss */
.free-ice-machines .number {
  background: #1caacd;
  padding: 3px 5px 2px;
}

/* line 902, app/assets/stylesheets/smartice/skin.scss */
.free-water-machines .number {
  background: #006aff;
  padding: 3px 5px 2px;
}

/* line 906, app/assets/stylesheets/smartice/skin.scss */
.active-machines .number {
  background: #87ba4c;
  padding: 3px 5px 2px;
}

/* line 910, app/assets/stylesheets/smartice/skin.scss */
.alerts .number {
  background: orange;
  padding: 3px 5px 2px;
}

/* line 914, app/assets/stylesheets/smartice/skin.scss */
.major-alerts .number {
  background: #e33939;
  padding: 3px 5px 2px;
}

/* line 918, app/assets/stylesheets/smartice/skin.scss */
.add-machines .number {
  background: #71ae5e;
  padding: 3px 5px 2px;
}

/* line 923, app/assets/stylesheets/smartice/skin.scss */
.machinedatabg {
  background: #f9f9f9;
  border: 1px solid #d8d8d8;
  margin-bottom: 10px;
  border-bottom: 4px solid #dadada;
  clear: both;
}

/* line 930, app/assets/stylesheets/smartice/skin.scss */
.machinedatabg .span4 {
  width: 366px;
}

/* line 933, app/assets/stylesheets/smartice/skin.scss */
.table-bordered th,
.table-bordered td {
  border: none;
}

/* line 937, app/assets/stylesheets/smartice/skin.scss */
.machinedatabg .header {
  background: #00aacc;
  /* Old browsers */
  background: linear-gradient(to bottom, #00aacc 0%, #008eaa 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00aacc', endColorstr='#008eaa',GradientType=0 );
  /* IE6-9 */
  height: auto;
  padding: 14px 15px 10px;
}

/* line 944, app/assets/stylesheets/smartice/skin.scss */
.machinedatabg .header.alert-state {
  background: #fd433a;
  /* Old browsers */
  background: linear-gradient(to bottom, #fd433a 0%, #d41e1e 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd433a', endColorstr='#d41e1e',GradientType=0 );
  /* IE6-9 */
}

/* line 950, app/assets/stylesheets/smartice/skin.scss */
.machinedatabg .header.warning-state {
  background: #f8b500;
  /* Old browsers */
  background: linear-gradient(to bottom, #f8b500 0%, #ffc21a 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8b500', endColorstr='#ffc21a',GradientType=0 );
  /* IE6-9 */
}

/* line 956, app/assets/stylesheets/smartice/skin.scss */
.machinedatabg .header.expired-sub {
  background: #a6a6a6;
  /* Old browsers */
  background: linear-gradient(to bottom, #a6a6a6 0%, #b3b3b3 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6a6a6', endColorstr='#b3b3b3',GradientType=0 );
  /* IE6-9 */
}

/* line 962, app/assets/stylesheets/smartice/skin.scss */
.machinedatabg .header p {
  font-weight: bold;
  font-size: 15px;
  color: #333333;
  text-transform: capitalize;
  text-align: left;
  padding: 0px;
  margin: 0px;
}

/* line 971, app/assets/stylesheets/smartice/skin.scss */
.machinedatabg .graph {
  margin: 15px;
}

/* line 974, app/assets/stylesheets/smartice/skin.scss */
.graphkey {
  background: #ebebeb;
  padding: 8px;
  font-size: 12px;
  margin-bottom: 20px;
}

/* line 980, app/assets/stylesheets/smartice/skin.scss */
.machinestats {
  background: #ededed;
  border-radius: 0px;
}

/* line 986, app/assets/stylesheets/smartice/skin.scss */
.machinestats .header {
  background: #fff !important;
  text-align: center;
  height: auto;
  padding: 14px 0px 8px;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 22px;
  color: #515151;
  border: 1px solid #e6e6e6;
}

/* line 997, app/assets/stylesheets/smartice/skin.scss */
.machinestats td {
  padding: 5px 5px 0px;
}

/* line 1000, app/assets/stylesheets/smartice/skin.scss */
.machinestats .daterange {
  font-weight: normal;
  font-size: 12px;
  margin-top: 3px;
}

/* line 1005, app/assets/stylesheets/smartice/skin.scss */
.machinestats .dates {
  font-weight: normal;
  font-size: 12px;
  margin-top: 3px;
}

/* line 1010, app/assets/stylesheets/smartice/skin.scss */
.ice,
.water,
.total {
  background: #fff;
  border: 1px solid #e6e6e6;
  padding: 10px;
}

/* line 1017, app/assets/stylesheets/smartice/skin.scss */
.total {
  margin-bottom: 5px;
}

/* line 1020, app/assets/stylesheets/smartice/skin.scss */
.Revenue {
  font-size: 23px;
  font-weight: bold;
  border-right: 1px solid #e2e2e2;
  width: 65%;
  padding: 5px 0px 0px;
}

/* line 1027, app/assets/stylesheets/smartice/skin.scss */
.Machines {
  font-size: 12px;
  font-weight: normal;
  text-transform: uppercase;
  margin: 3px 0px 0px 2px;
}

/* line 1033, app/assets/stylesheets/smartice/skin.scss */
.Machines.up {
  color: #74b749;
}

/* line 1036, app/assets/stylesheets/smartice/skin.scss */
.Machines.down {
  color: #e63232;
}

/* line 1039, app/assets/stylesheets/smartice/skin.scss */
.Percentage {
  padding: 15px 7px 10px;
}

/* line 1043, app/assets/stylesheets/smartice/skin.scss */
.productTable {
  margin-bottom: 20px;
  margin-top: 20px;
}

/* line 1047, app/assets/stylesheets/smartice/skin.scss */
.productTable .nav {
  background: #ffffff;
  /* Old browsers */
  background: linear-gradient(to bottom, #ffffff 0%, #e8e8e8 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e8e8e8',GradientType=0 );
  /* IE6-9 */
  height: auto;
  padding: 8px 0px 0px;
  height: auto;
  width: 100%;
  border: none !important;
  font-size: 15px;
}

/* line 1058, app/assets/stylesheets/smartice/skin.scss */
.productTable .nav li {
  border: none !important;
  background: none;
  margin: 0px 10px;
}

/* line 1063, app/assets/stylesheets/smartice/skin.scss */
.productTable .nav .active a {
  color: #242424;
  font-weight: bold;
}

/* line 1067, app/assets/stylesheets/smartice/skin.scss */
.productTable .nav li a {
  padding: 10px 20px;
  text-transform: capitalize;
  color: #8c8c8c;
  font-size: 15px;
}

/* line 1073, app/assets/stylesheets/smartice/skin.scss */
.productTable .nav li a:hover {
  background: #fff;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-top: 1px solid #ddd;
  border-bottom: none !important;
}

/* line 1080, app/assets/stylesheets/smartice/skin.scss */
.machinestatsfull .dropdown-menu li {
  padding: 3px;
}

/* line 1083, app/assets/stylesheets/smartice/skin.scss */
.productTable .table .table {
  background: none;
  width: 100%;
}

/* line 1087, app/assets/stylesheets/smartice/skin.scss */
.productTable .table .table td {
  border-top: none;
}

/* line 1090, app/assets/stylesheets/smartice/skin.scss */
.productTable td {
  width: 13%;
}

/* line 1093, app/assets/stylesheets/smartice/skin.scss */
.productTable .firsttd {
  width: 60%;
}

/* line 1096, app/assets/stylesheets/smartice/skin.scss */
.machinestatstoggle {
  width: 100% !important;
  padding: 0px !important;
  display: none;
}

/* line 1101, app/assets/stylesheets/smartice/skin.scss */
.machinestatstoggle .total {
  background: none;
  border: none;
  color: #529f20;
}

/* line 1108, app/assets/stylesheets/smartice/skin.scss */
.location .firsttd {
  background: url(/assets/skin/more-f521776eb2fc4af5bbaae25151cbbb6b28001be00f9e66478ae6a131b392305d.png) no-repeat scroll 3px 8px;
  padding: 8px 5px 8px 25px;
}

/* line 1113, app/assets/stylesheets/smartice/skin.scss */
.alert {
  margin-top: 10px;
}

/* line 1117, app/assets/stylesheets/smartice/skin.scss */
.table-striped tbody > tr.alert-error:nth-child(odd) > td,
.table-striped tbody > tr.alert-error:nth-child(odd) > th {
  background-color: #f2dede !important;
}

/* line 1122, app/assets/stylesheets/smartice/skin.scss */
.table-striped tbody > tr.alert-warning:nth-child(odd) > td,
.table-striped tbody > tr.alert-warning:nth-child(odd) > th {
  background-color: #fcf8e3;
}

/* line 1128, app/assets/stylesheets/smartice/skin.scss */
table.notifications tr.alert-error.alert-active {
  color: white;
  background-color: #b94a48;
}

/* line 1131, app/assets/stylesheets/smartice/skin.scss */
table.notifications tr.alert-error.alert-active a {
  color: white;
}

/* line 1137, app/assets/stylesheets/smartice/skin.scss */
.machinedatabg .borderLeft {
  min-height: 194px;
}

/* line 1141, app/assets/stylesheets/smartice/skin.scss */
.machineInfo {
  margin-bottom: 0px;
}

/* line 1144, app/assets/stylesheets/smartice/skin.scss */
.machineInfo td,
.machineTransactions td {
  width: 33%;
  border: none;
  font-size: 13px;
}

/* line 1150, app/assets/stylesheets/smartice/skin.scss */
.machineNotifications td {
  border: none;
  font-size: 13px;
}

/* line 1155, app/assets/stylesheets/smartice/skin.scss */
.notifications .notes {
  width: 30%;
}

/* line 1158, app/assets/stylesheets/smartice/skin.scss */
.notifications td {
  font-size: 13px;
  vertical-align: middle;
}

/* line 1162, app/assets/stylesheets/smartice/skin.scss */
.issue {
  width: 40% !important;
}

/* line 1165, app/assets/stylesheets/smartice/skin.scss */
.locationName {
  font-size: 25px !important;
  padding-top: 25px !important;
}

/* line 1169, app/assets/stylesheets/smartice/skin.scss */
.progress {
  margin-bottom: 6px;
  background: #e8e8e8;
  /* Old browsers */
  background: linear-gradient(to bottom, #e8e8e8 0%, #ffffff 94%, #e8e8e8 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8e8e8', endColorstr='#e8e8e8',GradientType=0 );
  /* IE6-9 */
}

/* line 1174, app/assets/stylesheets/smartice/skin.scss */
.progress .indicator-line {
  width: 2px;
  background-color: #666666;
  position: absolute;
  height: 90%;
  top: 5%;
}

/* line 1182, app/assets/stylesheets/smartice/skin.scss */
.bar.high,
.bar.green {
  background: #82c26f;
  /* Old browsers */
  background: linear-gradient(to bottom, #82c26f 0%, #619a50 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#82c26f', endColorstr='#619a50',GradientType=0 );
  /* IE6-9 */
}

/* line 1188, app/assets/stylesheets/smartice/skin.scss */
.bar.low,
.bar.red {
  background: #fd433a;
  /* Old browsers */
  background: linear-gradient(to bottom, #fd433a 0%, #d41e1e 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd433a', endColorstr='#d41e1e',GradientType=0 );
  /* IE6-9 */
}

/* line 1194, app/assets/stylesheets/smartice/skin.scss */
.machineTransactions,
.machineNotifications {
  margin-bottom: 0px;
}

/* line 1198, app/assets/stylesheets/smartice/skin.scss */
.machineTransactions p,
.machineNotifications p {
  margin-bottom: 0px;
}

/* line 1202, app/assets/stylesheets/smartice/skin.scss */
.machineTransactions td,
.machineNotifications td {
  padding: 8px 8px;
}

/* line 1206, app/assets/stylesheets/smartice/skin.scss */
.service-counter-group {
  min-height: 142px;
  width: 325px;
}

/* line 1210, app/assets/stylesheets/smartice/skin.scss */
.reset {
  background: url(/assets/skin/icon-reset-94e282acbef305f3a1e7021f329e8917e4f314497eb842adb7b31256021f7bcf.png) no-repeat scroll -4px -1px;
  padding: 2px 0px 0px 17px;
}

/* line 1214, app/assets/stylesheets/smartice/skin.scss */
.outofbags {
  background: url(/assets/skin/icon-alerts-4732153d4d20e45bbf66fc24ccad042f51a8454211927de589bfb3eded663819.png) no-repeat scroll -3px -1px;
  padding: 2px 0px 0px 17px;
}

/* line 1218, app/assets/stylesheets/smartice/skin.scss */
.vendcredit {
  background: url(/assets/skin/icon-cash-ecba05c304284c6c3da7de9295655efdc06ead7a420a1901ee744dd7af219849.png) no-repeat scroll -3px -1px;
  padding: 2px 0px 0px 17px;
}

/* line 1223, app/assets/stylesheets/smartice/skin.scss */
.todaysIncome {
  margin-right: 20px;
}

/* line 1228, app/assets/stylesheets/smartice/skin.scss */
.links {
  margin-bottom: 20px;
  float: left;
  clear: both;
}

/* line 1233, app/assets/stylesheets/smartice/skin.scss */
.links ul {
  margin: 20px 0px 0px -2px;
  padding: 0px;
  float: left;
  clear: both;
}

/* line 1239, app/assets/stylesheets/smartice/skin.scss */
.links li {
  float: left;
  list-style: none;
  border-left: 1px solid #b6b6b6;
  padding: 0px 10px;
  line-height: 100%;
  font-size: 13px;
}

/* line 1247, app/assets/stylesheets/smartice/skin.scss */
.links li:first-child {
  border-left: none;
}

/* line 1251, app/assets/stylesheets/smartice/skin.scss */
.buttons .btn-group {
  float: right;
  margin: 15px 0px;
}

/* line 1255, app/assets/stylesheets/smartice/skin.scss */
.buttons .btn-group .btn {
  min-width: 200px;
  text-align: left;
}

/* line 1259, app/assets/stylesheets/smartice/skin.scss */
.buttons .btn-group .dropdown-toggle {
  min-width: 20px;
}

/* line 1262, app/assets/stylesheets/smartice/skin.scss */
.buttons .dropdown-menu {
  min-width: 200px;
}

/* line 1265, app/assets/stylesheets/smartice/skin.scss */
.daterange .datepicker {
  width: 114px;
}

/* line 1268, app/assets/stylesheets/smartice/skin.scss */
.daterange.single {
  float: right;
  margin: 11px 0px 0px;
}

/* line 1272, app/assets/stylesheets/smartice/skin.scss */
.daterange.double {
  float: none;
  margin: 0 4px 0 0;
}

/* line 1276, app/assets/stylesheets/smartice/skin.scss */
.daterange .spacer {
  padding: 32px 7px 0px 0px;
}

/* line 1279, app/assets/stylesheets/smartice/skin.scss */
.daterange.single .btn.refresh {
  margin: -3px 0 0 8px;
  width: 33px;
  float: right;
}

/* line 1284, app/assets/stylesheets/smartice/skin.scss */
.floatright.btn.refresh {
  width: 12px;
}

/* line 1287, app/assets/stylesheets/smartice/skin.scss */
.btn.refresh.tight {
  margin: 0 0 0 8px;
  padding: 0 8px;
}

/* line 1291, app/assets/stylesheets/smartice/skin.scss */
.machinedatabg.blue {
  background: #ffffff;
  background: linear-gradient(to bottom, #ffffff 0%, #e8e8e8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e8e8e8',GradientType=0 );
  margin-bottom: 20px;
}

/* line 1297, app/assets/stylesheets/smartice/skin.scss */
.events {
  margin-bottom: 0px;
}

/* line 1300, app/assets/stylesheets/smartice/skin.scss */
.events td p {
  font-size: 13px;
  text-align: center;
  margin: 0px;
}

/* line 1305, app/assets/stylesheets/smartice/skin.scss */
.events .lg p {
  text-align: left !important;
  margin: 12px 0 0 4px;
}

/* line 1309, app/assets/stylesheets/smartice/skin.scss */
.btn-toolbar a {
  color: #333333;
}

/* line 1312, app/assets/stylesheets/smartice/skin.scss */
.forms form {
  margin-top: 20px;
}

/* line 1315, app/assets/stylesheets/smartice/skin.scss */
.forms legend {
  font-size: 27px;
}

/* line 1319, app/assets/stylesheets/smartice/skin.scss */
.footer {
  background: url(/assets/skin/bg-footer-50840fb2db2fc0850edb8ffd3334713aec49cd49c2777586af0cbde120500690.jpg) #141414 repeat-x;
  padding: 40px 0px 50px;
  position: relative;
}

/* line 1324, app/assets/stylesheets/smartice/skin.scss */
.footer .span3 {
  max-width: 269px;
  min-height: 125px;
}

/* line 1328, app/assets/stylesheets/smartice/skin.scss */
.footer .btn {
  float: right;
  margin: 12px 0px;
}

/* line 1332, app/assets/stylesheets/smartice/skin.scss */
.footer h3 {
  color: #fff;
  font-size: 20px;
}

/* line 1336, app/assets/stylesheets/smartice/skin.scss */
.footer .modal h3 {
  color: #333;
}

/* line 1339, app/assets/stylesheets/smartice/skin.scss */
.footer ul {
  margin: 0px 0px 0px 15px;
}

/* line 1342, app/assets/stylesheets/smartice/skin.scss */
.footer ul li {
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  list-style: none;
  padding: 3px 0px;
}

/* line 1349, app/assets/stylesheets/smartice/skin.scss */
.footer ul li a {
  color: #fff;
}

/* line 1352, app/assets/stylesheets/smartice/skin.scss */
.footer ul li a:hover {
  color: #43bdd9;
}

/* line 1355, app/assets/stylesheets/smartice/skin.scss */
.btn-group .btn {
  border-radius: 2px 0px 0px 2px !important;
  -moz-border-radius: 2px 0px 0px 2px !important;
}

/* line 1359, app/assets/stylesheets/smartice/skin.scss */
.btn-group .dropdown-toggle {
  border-radius: 0px 2px 2px 0px !important;
  -moz-border-radius: 0px 2px 2px 0px !important;
}

/* line 1363, app/assets/stylesheets/smartice/skin.scss */
.btn.grn {
  background: #81c16e;
  /* Old browsers */
  background: linear-gradient(to bottom, #81c16e 0%, #649d52 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#81c16e', endColorstr='#649d52',GradientType=0 );
  /* IE6-9 */
  border: 1px solid #5c924b;
  color: #fff !important;
  text-shadow: 0px 1px 2px #1e540d;
  padding: 7px 5px 6px 12px;
  text-transform: uppercase;
}

/* line 1373, app/assets/stylesheets/smartice/skin.scss */
.btn.grn:hover {
  background: #95d781;
  /* Old browsers */
  background: linear-gradient(to bottom, #95d781 0%, #649d52 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#95d781', endColorstr='#649d52',GradientType=0 );
  /* IE6-9 */
  border: 1px solid #5c924b;
  color: #fff;
}

/* line 1380, app/assets/stylesheets/smartice/skin.scss */
.grn-arrow {
  background: url(/assets/skin/btn-arrow-grn-2885adccf4b3381bf982d01abd27cb9af59ff5e3a7944eca260ecdf32f114e27.png) no-repeat scroll right;
  padding: 7px 34px 7px 0px;
}

/* line 1384, app/assets/stylesheets/smartice/skin.scss */
.btn.blue {
  background: #0daed3;
  /* Old browsers */
  background: linear-gradient(to bottom, #0daed3 0%, #0994b4 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0daed3', endColorstr='#0994b4',GradientType=0 );
  /* IE6-9 */
  border: 1px solid #0486a4;
  color: #fff !important;
  text-shadow: 0px 1px 2px #003744;
  padding: 7px 12px 6px 12px;
  text-transform: none;
}

/* line 1394, app/assets/stylesheets/smartice/skin.scss */
.btn.blue:hover {
  background: #29c0e3;
  /* Old browsers */
  background: linear-gradient(to bottom, #29c0e3 0%, #0994b4 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#29c0e3', endColorstr='#0994b4',GradientType=0 );
  /* IE6-9 */
  border: 1px solid #0486a4;
  color: #fff;
}

/* line 1401, app/assets/stylesheets/smartice/skin.scss */
.btn.blue.home-button {
  text-transform: uppercase;
  padding: 7px 0px 6px 12px;
}

/* line 1405, app/assets/stylesheets/smartice/skin.scss */
.blue-arrow {
  background: url(/assets/skin/brn-arrow-blue-f4c11a2d56ad711cc3894cf93d7e787ef94c9d653ef20b900ba81241256a7c05.png) no-repeat scroll right;
  padding: 7px 34px 7px 0px;
}

/* line 1409, app/assets/stylesheets/smartice/skin.scss */
.btn.refresh {
  background: url(/assets/skin/refresh-845103ec725c3a4a1d23b836daba2d01623b68d6756f25a17eec16808af9ace2.png) no-repeat;
  width: 35px;
  height: 33px;
  border: none;
  margin: 23px 0px 0px 4px;
}

/* line 1416, app/assets/stylesheets/smartice/skin.scss */
.btn.refresh:hover {
  background: url(/assets/skin/refresh-hover-2ef60851a623d622280b2a97e77d7fe5b5ae45c42bf48585a1fa5ee0b9dad8ec.png) no-repeat;
  width: 35px;
  border: none;
}

/* line 1421, app/assets/stylesheets/smartice/skin.scss */
.btn.link {
  background: none;
  border: none;
  text-shadow: none;
  color: #242424 !important;
  text-transform: capitalize;
}

/* line 1428, app/assets/stylesheets/smartice/skin.scss */
.btn .caret {
  margin-top: 8px;
  margin-left: 7px;
}

/* line 1432, app/assets/stylesheets/smartice/skin.scss */
.btn {
  border-radius: 2px;
}

/* line 1438, app/assets/stylesheets/smartice/skin.scss */
a.custom.btn.dropdown-toggle {
  color: #333;
  background: none;
  border: none;
  box-shadow: none;
  padding: 5px 5px 0 5px;
  margin: -10px 0 0 0px;
}

/* line 1446, app/assets/stylesheets/smartice/skin.scss */
a.custom.btn.dropdown-toggle:active {
  box-shadow: 0px 0px 0;
}

/* line 1449, app/assets/stylesheets/smartice/skin.scss */
a.custom.btn.dropdown-toggle:hover {
  color: #0daed3;
}

/* line 1452, app/assets/stylesheets/smartice/skin.scss */
.btn-group.open a.custom.dropdown-toggle {
  background: none;
  box-shadow: 0px 0px 0;
}

/*INPUTS*/
/* line 1458, app/assets/stylesheets/smartice/skin.scss */
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  border-radius: 2px;
}

/* line 1480, app/assets/stylesheets/smartice/skin.scss */
select.month {
  width: 150px;
}

/* line 1483, app/assets/stylesheets/smartice/skin.scss */
select.year {
  width: 90px;
}

/* line 1487, app/assets/stylesheets/smartice/skin.scss */
.floatleft .gray.spacer {
  margin: 0px 0px 0px 7px;
  vertical-align: text-top;
  font-size: 12px;
  line-height: 10px;
}

/* line 1493, app/assets/stylesheets/smartice/skin.scss */
.icon-calendar {
  background-position: -192px -120px;
  margin-top: 8px;
  vertical-align: top;
  margin-left: -22px;
}

/* line 1499, app/assets/stylesheets/smartice/skin.scss */
.input-small.calendar {
  padding: 4px 21px 4px 6px;
  width: 80px;
}

/*LOGIN*/
/* line 1506, app/assets/stylesheets/smartice/skin.scss */
.LoginContainer {
  background: #fff;
  border-radius: 0px 0px 4px 4px;
  background: #fff;
  border-radius: 0px 0px 4px 4px;
  border: 1px solid #dddddd;
  margin: 40px auto 200px;
  padding: 20px 40px 15px;
  box-shadow: 1px 1px 1px 1px #b2cacf;
  max-width: 350px;
}

/* line 1520, app/assets/stylesheets/smartice/skin.scss */
.LoginHeader {
  background: #00a2c7;
  /* Old browsers */
  background: linear-gradient(to bottom, #00a2c7 0%, #008dad 94%, #005b70 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a2c7', endColorstr='#005b70',GradientType=0 );
  /* IE6-9 */
  color: #fff;
  margin: -20px -42px 25px -40px;
}

/* line 1527, app/assets/stylesheets/smartice/skin.scss */
.LoginHeader p {
  padding: 7px 20px 7px;
  font-size: 18px;
  text-shadow: 0px 1px 2px #003744;
}

/* line 1532, app/assets/stylesheets/smartice/skin.scss */
.LoginContainer .form-horizontal .control-label {
  width: 0px;
}

/* line 1535, app/assets/stylesheets/smartice/skin.scss */
.LoginContainer .form-horizontal .controls {
  margin-left: 0px;
}

/* line 1538, app/assets/stylesheets/smartice/skin.scss */
.LoginContainer #user_password,
.LoginContainer #user_username {
  width: 94%;
  padding: 8px;
  background: #ffffff;
  /* Old browsers */
  background: linear-gradient(to bottom, #ffffff 0%, #efefef 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#efefef',GradientType=0 );
  /* IE6-9 */
}

/* line 1546, app/assets/stylesheets/smartice/skin.scss */
.LoginContainer .checkbox {
  clear: both;
  color: #a6a6a6;
  padding-top: 8px !important;
  float: right;
}

/* line 1555, app/assets/stylesheets/smartice/skin.scss */
input.submit-reload-icon[type="submit"] {
  background: url(/assets/skin/refresh-845103ec725c3a4a1d23b836daba2d01623b68d6756f25a17eec16808af9ace2.png);
  text-indent: -10000px;
  border: 0px;
  height: 32px;
  width: 32px;
}

/* line 1562, app/assets/stylesheets/smartice/skin.scss */
input.submit-reload-icon[type="submit"]:hover {
  background: url(/assets/skin/refresh-hover-2ef60851a623d622280b2a97e77d7fe5b5ae45c42bf48585a1fa5ee0b9dad8ec.png);
}

/*-------------------------------------------
      KS MODS
--------------------------------------------*/
/* line 1569, app/assets/stylesheets/smartice/skin.scss */
.header .span3.logo-wrapper {
  max-width: 200px;
  margin-right: 1rem;
}

/* line 1573, app/assets/stylesheets/smartice/skin.scss */
table {
  width: 100%;
}

/* line 1576, app/assets/stylesheets/smartice/skin.scss */
.widget-header {
  background: url(/assets/skin/gray-gradient-bg-300b34f53766b1b038eea0127e222b44ca4eef0ae19bbda8438a60c428e27d53.jpg) repeat-x #e8e8e8 10%;
  border: 1px solid #dedede;
  border-bottom: 0px;
  padding: 10px;
}

/* line 1582, app/assets/stylesheets/smartice/skin.scss */
.widget-header h2 {
  font-size: 16px;
  margin: 0;
  padding: 0;
  font-weight: bold;
}

/* line 1588, app/assets/stylesheets/smartice/skin.scss */
.widget-header h3 {
  font-size: 14px;
  margin: 3px 0 0 0;
  padding: 0;
  font-weight: bold;
  line-height: 1;
}

/* line 1595, app/assets/stylesheets/smartice/skin.scss */
.widget-content {
  border: 1px solid #dedede;
  padding: 5px;
}

/* line 1600, app/assets/stylesheets/smartice/skin.scss */
.row.space,
.row-fluid.space {
  margin-top: 20px;
}

/* line 1605, app/assets/stylesheets/smartice/skin.scss */
#date,
#chart_start_date,
#chart_end_date {
  cursor: pointer;
  background: url(/assets/skin/cal-icon-10767a7e9f79190f87f7da00b4eba53c1a888b8d19e3ce0f79d05022afb7375b.png) no-repeat 95% #fff;
}

/* line 1611, app/assets/stylesheets/smartice/skin.scss */
#date:hover,
#chart_start_date:hover,
#chart_end_date:hover {
  background: url(/assets/skin/cal-icon-hover-1c784d762bb62487b6774f508948d0f41feeb877b4c626c6e686cd91a12b0365.png) no-repeat 95% #fff;
}

/* line 1617, app/assets/stylesheets/smartice/skin.scss */
.simple_form.form-horizontal input[type="checkbox"] {
  float: left;
  margin-right: 5px;
}

/* line 1622, app/assets/stylesheets/smartice/skin.scss */
.weather_icon {
  width: 30px;
  height: auto;
}

/*Hide up down arrows in webkit */
/* line 1628, app/assets/stylesheets/smartice/skin.scss */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* line 1633, app/assets/stylesheets/smartice/skin.scss */
.time {
  font-size: 11px;
  line-height: 100%;
}

/* line 1637, app/assets/stylesheets/smartice/skin.scss */
.chzn-container,
.chzn-choices input {
  width: 100% !important;
}

/*-------------------------------------------
      KS DROPDOWN MODS
--------------------------------------------*/
/* line 1645, app/assets/stylesheets/smartice/skin.scss */
.advance-link {
  cursor: pointer;
  display: block;
  padding: 10px 0;
  width: 100%;
}

/* line 1651, app/assets/stylesheets/smartice/skin.scss */
#new_report_form .quick-date-input {
  display: none;
}

/* line 1654, app/assets/stylesheets/smartice/skin.scss */
.quick-dates li a {
  cursor: pointer;
}

/* line 1658, app/assets/stylesheets/smartice/skin.scss */
.pagination {
  margin: 10px 0;
}

/* line 1662, app/assets/stylesheets/smartice/skin.scss */
.page-header span.label {
  font-size: 18px;
  padding: 8px 12px;
  margin: 14px 0 0 0;
}

/* line 1668, app/assets/stylesheets/smartice/skin.scss */
i.icon-custom > img {
  vertical-align: text-bottom;
}

/* line 1672, app/assets/stylesheets/smartice/skin.scss */
.checklist_responses label.control-label {
  font-size: 17px;
  font-family: "AvenirNextLTPro-Bold", Helvetica, Arial, sans-serif;
}

/* line 1677, app/assets/stylesheets/smartice/skin.scss */
.container .header {
  border-top: none !important;
}

/* line 1681, app/assets/stylesheets/smartice/skin.scss */
.admin-form-section {
  padding-left: 0;
}

/* Portrait tablet to landscape and desktop */
@media (min-width: 980px) and (max-width: 1200px) {
  /* line 1687, app/assets/stylesheets/smartice/skin.scss */
  .carousel-caption {
    width: 450px;
  }
  /* line 1690, app/assets/stylesheets/smartice/skin.scss */
  .footer .span3 {
    max-width: 219px;
  }
  /* line 1693, app/assets/stylesheets/smartice/skin.scss */
  .span12 {
    width: 942px;
  }
  /* line 1697, app/assets/stylesheets/smartice/skin.scss */
  .usercredentials {
    margin: 10px -5px;
  }
  /* line 1700, app/assets/stylesheets/smartice/skin.scss */
  .machinedatabg .span4 {
    width: 296px;
  }
  /* line 1703, app/assets/stylesheets/smartice/skin.scss */
  .navbar .nav > li > a {
    padding: 50px 15px 10px 15px;
  }
}

@media (min-width: 768px) and (max-width: 1200px) {
  /* line 1708, app/assets/stylesheets/smartice/skin.scss */
  .UtilityNav .machine-nav li a {
    padding: 10px;
  }
  /* line 1711, app/assets/stylesheets/smartice/skin.scss */
  .header .span8 {
    width: auto;
  }
  /* line 1714, app/assets/stylesheets/smartice/skin.scss */
  .header .navbar .nav > li > a {
    font-size: 13px;
    padding: 50px 12px 10px 12px;
  }
}

@media (min-width: 768px) and (max-width: 1000px) {
  /* line 1720, app/assets/stylesheets/smartice/skin.scss */
  .UtilityNav .machine-nav li a {
    padding: 10px 5px;
    font-size: 12px;
  }
  /* line 1724, app/assets/stylesheets/smartice/skin.scss */
  .header .span8 {
    width: auto;
  }
  /* line 1727, app/assets/stylesheets/smartice/skin.scss */
  .header .navbar .nav > li > a {
    font-size: 12px;
    padding: 50px 12px 10px 12px;
  }
}

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
  /* line 1735, app/assets/stylesheets/smartice/skin.scss */
  .header .span8 {
    width: auto;
  }
  /* line 1738, app/assets/stylesheets/smartice/skin.scss */
  .nav-collapse,
.nav-collapse.collapse {
    overflow: visible;
  }
  /* line 1742, app/assets/stylesheets/smartice/skin.scss */
  .navbar .btn-navbar {
    display: none;
  }
  /* line 1745, app/assets/stylesheets/smartice/skin.scss */
  .nav-collapse .nav > li {
    float: left;
  }
  /* line 1748, app/assets/stylesheets/smartice/skin.scss */
  .header .navbar .nav > li > a {
    font-size: 11px;
    padding: 50px 12px 10px 12px;
  }
  /* line 1752, app/assets/stylesheets/smartice/skin.scss */
  .nav-collapse .nav > li > a:hover {
    background-color: transparent;
  }
  /* line 1755, app/assets/stylesheets/smartice/skin.scss */
  .span12 {
    width: 726px;
  }
  /* line 1758, app/assets/stylesheets/smartice/skin.scss */
  .carousel-caption {
    width: 396px;
  }
  /* line 1761, app/assets/stylesheets/smartice/skin.scss */
  .carousel-caption h1 {
    font-size: 28px;
  }
  /* line 1764, app/assets/stylesheets/smartice/skin.scss */
  .btn {
    font-size: 13px;
  }
  /* line 1767, app/assets/stylesheets/smartice/skin.scss */
  .footer .span3 {
    max-width: 165px;
  }
  /* line 1770, app/assets/stylesheets/smartice/skin.scss */
  .dashboard a {
    padding: 50px 10px 10px 10px;
  }
  /* line 1773, app/assets/stylesheets/smartice/skin.scss */
  .machines a {
    padding: 50px 15px 10px;
  }
  /* line 1776, app/assets/stylesheets/smartice/skin.scss */
  .groups a {
    padding: 50px 20px 10px;
  }
  /* line 1779, app/assets/stylesheets/smartice/skin.scss */
  .navbar-nav .ice2u a {
    padding: 50px 20px 10px;
  }
  /* line 1782, app/assets/stylesheets/smartice/skin.scss */
  .navbar-nav .tickets a {
    padding: 50px 20px 10px;
  }
  /* line 1785, app/assets/stylesheets/smartice/skin.scss */
  .users a {
    padding: 50px 25px 10px;
  }
  /* line 1788, app/assets/stylesheets/smartice/skin.scss */
  .nav li a {
    font-size: 12px;
  }
  /* line 1791, app/assets/stylesheets/smartice/skin.scss */
  .btn.refresh {
    margin: 23px 0 0 -1px;
  }
  /* line 1794, app/assets/stylesheets/smartice/skin.scss */
  .usercredentials {
    margin: 10px 0px 0px 0px;
  }
  /* line 1797, app/assets/stylesheets/smartice/skin.scss */
  .header .span3.logo-wrapper {
    width: auto;
    margin-right: 12px;
  }
  /* line 1801, app/assets/stylesheets/smartice/skin.scss */
  .logo {
    padding: 25px 0px;
    width: 100px;
  }
  /* line 1805, app/assets/stylesheets/smartice/skin.scss */
  .header .navbar .nav {
    margin-right: 12px;
  }
  /* line 1809, app/assets/stylesheets/smartice/skin.scss */
  .input-xxlarge {
    width: 80%;
  }
  /* line 1812, app/assets/stylesheets/smartice/skin.scss */
  .Revenue {
    font-size: 18px;
    width: 52%;
  }
  /* line 1816, app/assets/stylesheets/smartice/skin.scss */
  .daterange {
    margin-left: -21px;
  }
  /* line 1819, app/assets/stylesheets/smartice/skin.scss */
  .machinedatabg .span4 {
    width: 95%;
  }
  /* line 1822, app/assets/stylesheets/smartice/skin.scss */
  .maintenance .details {
    width: 100%;
    border-left: none;
    margin: 10px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
  }
  /* line 1828, app/assets/stylesheets/smartice/skin.scss */
  .machine-summary .row.maintenance-counters .additional-counters-placeholder {
    margin-left: 10px;
  }
  /* line 1832, app/assets/stylesheets/smartice/skin.scss */
  .carousel-inner img {
    max-width: 330px;
  }
  /* line 1835, app/assets/stylesheets/smartice/skin.scss */
  .maintenance.ice .btn-info {
    margin: 0px 0px;
  }
  /* line 1838, app/assets/stylesheets/smartice/skin.scss */
  .Alerts .header p {
    width: 100%;
  }
  /* line 1841, app/assets/stylesheets/smartice/skin.scss */
  .usercredentials .name {
    display: none;
  }
  /* line 1844, app/assets/stylesheets/smartice/skin.scss */
  .header .usercredentials .btn {
    position: relative;
    width: auto;
    padding: 3px 5px;
    background: none;
    border: none;
    box-shadow: none;
  }
  /* line 1854, app/assets/stylesheets/smartice/skin.scss */
  .header .btn {
    font-size: 13px;
  }
  /* line 1857, app/assets/stylesheets/smartice/skin.scss */
  .LoggedIn.header .span2 {
    width: 50px;
  }
  /* line 1860, app/assets/stylesheets/smartice/skin.scss */
  .LoggedIn.header .span7 {
    width: 450px;
  }
}

/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
  /* line 1867, app/assets/stylesheets/smartice/skin.scss */
  .mdb-display-statusbar {
    margin: 0 0 20px 20px;
  }
  /* line 1871, app/assets/stylesheets/smartice/skin.scss */
  body {
    padding-right: 3px;
    padding-left: 3px;
  }
  /* line 1875, app/assets/stylesheets/smartice/skin.scss */
  [class*="span"],
.uneditable-input[class*="span"],
.row-fluid [class*="span"] {
    margin-left: 0;
  }
  /* line 1880, app/assets/stylesheets/smartice/skin.scss */
  .phone-ml-0 {
    margin-left: 0 !important;
  }
  /* line 1883, app/assets/stylesheets/smartice/skin.scss */
  .span12 {
    width: 100%;
  }
  /* line 1886, app/assets/stylesheets/smartice/skin.scss */
  .header {
    padding: 10px 5px 3px;
    height: 40px;
    background-color: #1b1b1b;
    background-image: linear-gradient(to bottom, #222222, #111111);
    background-repeat: repeat-x;
    border-color: #252525;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff222222', endColorstr='#ff111111', GradientType=0);
  }
  /* line 1895, app/assets/stylesheets/smartice/skin.scss */
  .LoggedIn {
    height: auto;
  }
  /* line 1898, app/assets/stylesheets/smartice/skin.scss */
  .header .home-demo {
    display: none;
  }
  /* line 1901, app/assets/stylesheets/smartice/skin.scss */
  .header .usercredentials {
    position: absolute;
    top: 10px;
    margin: 0px;
    right: 10px;
  }
  /* line 1907, app/assets/stylesheets/smartice/skin.scss */
  .header .dropdown-menu {
    min-width: 100px;
  }
  /* line 1910, app/assets/stylesheets/smartice/skin.scss */
  .header .usercredentials .btn {
    position: relative;
    width: auto;
    padding: 3px 5px;
    background: none;
    border: none;
    box-shadow: none;
  }
  /* line 1920, app/assets/stylesheets/smartice/skin.scss */
  .header .btn-group.open .btn-primary.dropdown-toggle {
    background: none;
  }
  /* line 1923, app/assets/stylesheets/smartice/skin.scss */
  .mobile-none {
    display: none !important;
  }
  /* line 1926, app/assets/stylesheets/smartice/skin.scss */
  .carousel-caption {
    margin: 0px auto;
    width: 69%;
    float: none;
    text-align: center;
  }
  /* line 1932, app/assets/stylesheets/smartice/skin.scss */
  .carousel-inner .item img {
    margin: 0px auto;
    float: none;
    width: 100%;
  }
  /* line 1937, app/assets/stylesheets/smartice/skin.scss */
  .blue-border {
    border-right: none;
    border-bottom: 1px solid #00647b;
    max-width: 300px;
    margin: 0px auto !important;
  }
  /* line 1943, app/assets/stylesheets/smartice/skin.scss */
  .carousel-caption h1 {
    font-size: 24px;
    line-height: 130%;
  }
  /* line 1947, app/assets/stylesheets/smartice/skin.scss */
  .header p {
    font-size: 13px;
    border-right: none;
  }
  /* line 1951, app/assets/stylesheets/smartice/skin.scss */
  .header .grn-arrow {
    background: none;
    padding: 0px;
  }
  /* line 1955, app/assets/stylesheets/smartice/skin.scss */
  .reqaccount {
    position: absolute;
    width: 200px;
    right: 100px;
    top: 14px;
    padding: 3px 10px;
  }
  /* line 1962, app/assets/stylesheets/smartice/skin.scss */
  .header .btn.home-button {
    padding: 4px 0px 2px 10px;
    font-size: 13px;
    position: absolute;
    width: auto;
    top: 12px;
    right: 10px;
  }
  /* line 1970, app/assets/stylesheets/smartice/skin.scss */
  .LoggedIn .logo {
    margin: 0px 0px 0px 40px;
    padding: 0px;
    width: 140px;
  }
  /* line 1975, app/assets/stylesheets/smartice/skin.scss */
  .navbar {
    margin-bottom: 0px;
  }
  /* line 1978, app/assets/stylesheets/smartice/skin.scss */
  .navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus {
    background-color: #000;
    color: #fff;
  }
  /* line 1985, app/assets/stylesheets/smartice/skin.scss */
  .navbar .nav > li > a.subscriptions {
    background-position-y: 8px;
  }
  /* line 1988, app/assets/stylesheets/smartice/skin.scss */
  .navbar .nav > li > a.subscriptions .badge.badge-important {
    display: inline;
    position: static;
    top: inherit;
    right: inherit;
  }
  /* line 1996, app/assets/stylesheets/smartice/skin.scss */
  .navbar .nav > .active > a:hover {
    background-color: #000;
  }
  /* line 1999, app/assets/stylesheets/smartice/skin.scss */
  .header #nav-wrap a {
    padding: 4px 6px;
    float: left;
    background: #000;
    margin: -30px 0px 0px;
  }
  /* line 2005, app/assets/stylesheets/smartice/skin.scss */
  .logo {
    margin: 3px 0 0;
    padding: 0px;
    width: 150px;
  }
  /* line 2010, app/assets/stylesheets/smartice/skin.scss */
  .logo img {
    width: 100%;
  }
  /* line 2013, app/assets/stylesheets/smartice/skin.scss */
  nav {
    float: left;
    clear: both;
    width: 100%;
    background: none;
    margin-top: 7px;
    padding: 0px 0px 0px;
  }
  /* line 2021, app/assets/stylesheets/smartice/skin.scss */
  .nav li a {
    font-size: 12px;
    background-size: 29px;
  }
  /* line 2025, app/assets/stylesheets/smartice/skin.scss */
  #menu-icon {
    color: #fff;
    display: block;
    cursor: pointer;
    height: 16px;
    width: 18px !important;
    text-align: center;
    margin: -32px 3px 0px;
    float: left;
    padding: 5px 6px 3px;
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #0e0e0e;
    background-image: linear-gradient(to bottom, #151515, #040404);
    background-repeat: repeat-x;
    border-color: #040404 #040404 #000000;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff151515', endColorstr='#ff040404', GradientType=0);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
    border: 1px solid #000;
    border-radius: 2px;
  }
  /* line 2047, app/assets/stylesheets/smartice/skin.scss */
  #menu-icon .icon-bar {
    display: block;
    width: 18px;
    height: 2px;
    background-color: #f5f5f5;
    border-radius: 1px;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    background-repeat: no-repeat;
  }
  /* line 2060, app/assets/stylesheets/smartice/skin.scss */
  #menu-icon .icon-bar + .icon-bar {
    margin-top: 3px;
  }
  /* line 2063, app/assets/stylesheets/smartice/skin.scss */
  .nav {
    clear: both;
    padding: 0px;
    width: 100%;
    height: auto;
    border-right: none;
    border-left: none;
  }
  /* line 2073, app/assets/stylesheets/smartice/skin.scss */
  .nav li {
    line-height: 100%;
    border-bottom: 1px solid #000;
    border-top: 1px solid #282828;
    font-size: 14px;
    padding: 0px;
    float: none;
    border-left: none !important;
    border-right: none !important;
  }
  /* line 2083, app/assets/stylesheets/smartice/skin.scss */
  .nav li a {
    display: block;
    color: #fff;
    font-size: 13px;
  }
  /* line 2088, app/assets/stylesheets/smartice/skin.scss */
  .nav li.active {
    background: #101010;
  }
  /* line 2091, app/assets/stylesheets/smartice/skin.scss */
  .navbar .nav > li > a:hover {
    background-color: transparent;
  }
  /* line 2094, app/assets/stylesheets/smartice/skin.scss */
  .dashboard a {
    background: url(/assets/skin/dashboard-efd84a0266c879b7f87f42fdd410f48b09e23749754d8b9be2c29a348327c9d4.png) no-repeat scroll 7px 4px;
    padding: 10px 41px !important;
    border-left: none !important;
  }
  /* line 2099, app/assets/stylesheets/smartice/skin.scss */
  .machines a {
    background: url(/assets/skin/machines-c0d6feb82ab68e6331020bc3363dd8232ccee056e1e01fadec5a25aaa24ba724.png) no-repeat scroll 7px 4px;
    padding: 10px 41px !important;
  }
  /* line 2103, app/assets/stylesheets/smartice/skin.scss */
  .groups a {
    background: url(/assets/skin/groups-4e61e4d65ae3b90b3431e618c7737420404be534ad7ae6daf3761ec90cb6004d.png) no-repeat scroll 7px 4px;
    padding: 10px 41px !important;
  }
  /* line 2107, app/assets/stylesheets/smartice/skin.scss */
  .navbar-nav .ice2u a {
    background: url(/assets/skin/ice2u-2a02d4ba519f1e60d93cbc2ae1b54310ff3ff41cc7886655a6d3294039a364e6.png) no-repeat scroll 0 0;
    padding: 10px 41px !important;
  }
  /* line 2111, app/assets/stylesheets/smartice/skin.scss */
  .navbar-nav .tickets a {
    background: url(/assets/skin/ticket-4ba55562d66d00357ac218c56120fe45e52c3603e264d6a4456f68b801431ea7.png) no-repeat scroll 12px 4px;
    background-size: 20px;
    padding: 10px 41px !important;
  }
  /* line 2116, app/assets/stylesheets/smartice/skin.scss */
  .users a {
    background: url(/assets/skin/users-5c36d5e028a8cb5807c4c25776d32444cdd8addbcffc290fa894de1744e7f919.png) no-repeat scroll 7px 4px;
    padding: 10px 41px !important;
  }
  /* line 2120, app/assets/stylesheets/smartice/skin.scss */
  .business a {
    background: url(/assets/skin/business-bc3bf23a7e796480ad8daa3b3865f2e0ea500eacdf294fc8cb9d1fe74fe8e3b7.png) no-repeat scroll 7px 4px;
    padding: 10px 41px !important;
  }
  /* line 2124, app/assets/stylesheets/smartice/skin.scss */
  .business-cameras a {
    background: url(/assets/skin/business-cameras-03bc3362701cd1eb97855fd644fe559a008437b90412a76e0272b0cdbe62d6dc.png) no-repeat scroll 7px 4px;
    padding: 10px 41px !important;
  }
  /* line 2128, app/assets/stylesheets/smartice/skin.scss */
  .subscriptions a {
    background: url(/assets/skin/subscriptions-ffae5575ba410b173bba4cfc9b5c2f009f352e1582034062d13af31752132003.png) no-repeat scroll 7px 4px;
    padding: 10px 41px !important;
  }
  /* line 2132, app/assets/stylesheets/smartice/skin.scss */
  .subscriptions {
    border-bottom: none !important;
  }
  /* line 2135, app/assets/stylesheets/smartice/skin.scss */
  .active-machines,
.alerts,
.major-alerts,
.add-machines {
    float: right;
  }
  /* line 2141, app/assets/stylesheets/smartice/skin.scss */
  .alerts .number {
    margin: 0 5px 0 0;
  }
  /* line 2144, app/assets/stylesheets/smartice/skin.scss */
  .Alerts {
    margin-bottom: 0px;
  }
  /* line 2147, app/assets/stylesheets/smartice/skin.scss */
  .machine-nav li a {
    font-size: 12px;
  }
  /* line 2150, app/assets/stylesheets/smartice/skin.scss */
  .UtilityNav nav {
    height: auto;
    margin-top: 0px;
  }
  /* line 2154, app/assets/stylesheets/smartice/skin.scss */
  .UtilityNav .machine-nav li a {
    padding: 10px 0 10px 0;
  }
  /* line 2157, app/assets/stylesheets/smartice/skin.scss */
  .UtilityNav .machine-nav li a:hover,
.UtilityNav .machine-nav li a.active {
    background: #cfcfcf;
  }
  /* line 2161, app/assets/stylesheets/smartice/skin.scss */
  #menu {
    color: #303030;
    display: block;
    height: 27px;
    width: 180px !important;
    text-align: center;
    margin: 0px auto;
    padding: 10px 0px 0px;
  }
  /* line 2170, app/assets/stylesheets/smartice/skin.scss */
  #menu .icon-bar {
    display: block;
    width: 18px;
    height: 2px;
    background-color: #303030;
    border-radius: 1px;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    background-repeat: no-repeat;
    margin-top: 3px;
  }
  /* line 2184, app/assets/stylesheets/smartice/skin.scss */
  #menu span {
    float: left;
  }
  /* line 2187, app/assets/stylesheets/smartice/skin.scss */
  .machine-nav {
    clear: both;
    padding: 0px;
    width: 100%;
    height: auto;
    border-right: none;
    border-left: none;
  }
  /* line 2197, app/assets/stylesheets/smartice/skin.scss */
  .machine-nav li {
    line-height: 100%;
    border-bottom: 1px solid #fff;
    border-top: 1px solid #d6d6d6;
    font-size: 14px;
    padding: 0px;
    float: none;
    clear: both;
    border-left: none !important;
    border-right: none !important;
    width: 100%;
  }
  /* line 2209, app/assets/stylesheets/smartice/skin.scss */
  .machine-nav li a {
    display: block;
    color: #fff;
    font-size: 13px;
    width: 100%;
    padding: 10px 10px;
  }
  /* line 2216, app/assets/stylesheets/smartice/skin.scss */
  .machine-nav .active {
    background: #101010;
  }
  /* line 2219, app/assets/stylesheets/smartice/skin.scss */
  .userdata {
    border-top: 1px solid #000;
  }
  /* line 2222, app/assets/stylesheets/smartice/skin.scss */
  .company {
    width: 80%;
    float: left;
    clear: both;
  }
  /* line 2227, app/assets/stylesheets/smartice/skin.scss */
  .buttons {
    width: 20%;
    float: left;
  }
  /* line 2231, app/assets/stylesheets/smartice/skin.scss */
  .add-machines .name {
    display: none;
  }
  /* line 2234, app/assets/stylesheets/smartice/skin.scss */
  .add-machines {
    margin-left: 0px;
  }
  /* line 2237, app/assets/stylesheets/smartice/skin.scss */
  .searchboxwrap {
    padding: 10px 10px 8px;
  }
  /* line 2240, app/assets/stylesheets/smartice/skin.scss */
  .searchboxwrap.full {
    padding: 10px 10px 15px;
  }
  /* line 2243, app/assets/stylesheets/smartice/skin.scss */
  .productTable .nav {
    display: block;
  }
  /* line 2246, app/assets/stylesheets/smartice/skin.scss */
  .borderLeft {
    border-top: 1px solid #dadada;
    float: left;
    padding: 20px 0px 0px;
    margin: 0px 5px;
    border-left: none;
    clear: both;
  }
  /* line 2254, app/assets/stylesheets/smartice/skin.scss */
  .footer {
    padding: 15px 40px 50px 40px;
  }
  /* line 2257, app/assets/stylesheets/smartice/skin.scss */
  .footer ul li {
    float: left;
    padding: 3px 2px;
    list-style: disc;
    margin: 0px 10px;
  }
  /* line 2263, app/assets/stylesheets/smartice/skin.scss */
  .footer ul {
    margin: 0px;
  }
  /* line 2266, app/assets/stylesheets/smartice/skin.scss */
  .footer .span3 {
    float: left;
    clear: both;
    max-width: 100%;
    margin: 5px 0px;
    min-height: 85px;
  }
  /* line 2273, app/assets/stylesheets/smartice/skin.scss */
  .footer h3 {
    color: #abbdc1;
    font-size: 18px;
  }
  /* line 2277, app/assets/stylesheets/smartice/skin.scss */
  .footer .btn {
    display: none !important;
  }
  /* line 2281, app/assets/stylesheets/smartice/skin.scss */
  .black-border {
    border-bottom: 1px solid #2e2e2e;
    border-right: none;
  }
  /* line 2285, app/assets/stylesheets/smartice/skin.scss */
  .productTable .nav {
    padding: 0px;
  }
  /* line 2288, app/assets/stylesheets/smartice/skin.scss */
  .productTable .nav li {
    margin: 0px;
  }
  /* line 2291, app/assets/stylesheets/smartice/skin.scss */
  .productTable .nav li a {
    border-left: none;
    border-right: none;
    border-top: none;
    border-bottom: 1px solid #d8d8d8;
  }
  /* line 2297, app/assets/stylesheets/smartice/skin.scss */
  .productTable .nav li a:hover {
    border: none !important;
  }
  /* line 2300, app/assets/stylesheets/smartice/skin.scss */
  .machineInfo {
    margin: 0px 5px 0px;
  }
  /* line 2303, app/assets/stylesheets/smartice/skin.scss */
  .Alerts .header p {
    text-align: left;
  }
  /* line 2306, app/assets/stylesheets/smartice/skin.scss */
  .machinedatabg .span4 {
    width: 95%;
  }
  /* line 2309, app/assets/stylesheets/smartice/skin.scss */
  .buttons .btn-group {
    float: left;
  }
  /* line 2312, app/assets/stylesheets/smartice/skin.scss */
  .specific .company {
    width: 100%;
    text-align: center;
  }
  /* line 2316, app/assets/stylesheets/smartice/skin.scss */
  .specific .buttons {
    width: 100%;
    text-align: center;
  }
  /* line 2320, app/assets/stylesheets/smartice/skin.scss */
  .buttons .btn-group {
    float: none;
    margin: 10px auto;
    width: 220px;
  }
  /* line 2325, app/assets/stylesheets/smartice/skin.scss */
  .daterange.single {
    float: none;
    margin: 0px auto 0px;
    width: 210px;
  }
  /* line 2330, app/assets/stylesheets/smartice/skin.scss */
  .maintenance.ice .btn-info {
    margin: 0px 0px;
  }
  /* line 2333, app/assets/stylesheets/smartice/skin.scss */
  .maintenance .details {
    width: 100%;
    border-left: none;
    margin: 10px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
  }
  /* line 2339, app/assets/stylesheets/smartice/skin.scss */
  .bottomcontent .btn-large.grn {
    margin: 35px 0px 0px 0px;
  }
  /* line 2342, app/assets/stylesheets/smartice/skin.scss */
  .maintenance.ice .details {
    display: none;
  }
  /* line 2346, app/assets/stylesheets/smartice/skin.scss */
  .event_filter input.submit-reload-icon[type="submit"] {
    margin-top: 8px;
  }
}

/* Landscape phones and down */
@media (max-width: 480px) {
  /* line 2354, app/assets/stylesheets/smartice/skin.scss */
  .mdb-display-statusbar {
    margin: 0 0 20px 20px;
  }
  /* line 2358, app/assets/stylesheets/smartice/skin.scss */
  .carousel-caption {
    margin: 0px auto;
    width: 69%;
    float: none;
    text-align: center;
  }
  /* line 2364, app/assets/stylesheets/smartice/skin.scss */
  .carousel-caption h1 {
    font-size: 22px;
  }
  /* line 2367, app/assets/stylesheets/smartice/skin.scss */
  .header {
    padding: 10px 5px 3px;
  }
  /* line 2370, app/assets/stylesheets/smartice/skin.scss */
  .logo img {
    width: 100%;
  }
  /* line 2373, app/assets/stylesheets/smartice/skin.scss */
  .reqaccount {
    display: none;
  }
  /* line 2376, app/assets/stylesheets/smartice/skin.scss */
  .middlecontent {
    padding: 10px;
  }
  /* line 2379, app/assets/stylesheets/smartice/skin.scss */
  .bottomcontent {
    padding: 30px 20px 30px;
    text-align: center;
  }
  /* line 2383, app/assets/stylesheets/smartice/skin.scss */
  .bottomcontent .span7 {
    padding-left: 0px;
  }
  /* line 2386, app/assets/stylesheets/smartice/skin.scss */
  .bottomcontent .btn-large {
    margin: 10px 0 0 0px;
  }
  /* line 2389, app/assets/stylesheets/smartice/skin.scss */
  .footer {
    padding: 15px 10px 50px;
  }
  /* line 2392, app/assets/stylesheets/smartice/skin.scss */
  .footer ul {
    margin: 0px 20px 10px;
  }
  /* line 2395, app/assets/stylesheets/smartice/skin.scss */
  .footer .span3 {
    padding: 0px 0px 12px;
  }
  /* line 2398, app/assets/stylesheets/smartice/skin.scss */
  .LoginContainer {
    max-width: 250px;
    margin: 20px auto 50px;
    padding: 20px 25px 15px;
  }
  /* line 2403, app/assets/stylesheets/smartice/skin.scss */
  .LoginHeader {
    margin: -20px -28px 25px -25px;
  }
  /* line 2406, app/assets/stylesheets/smartice/skin.scss */
  .usercredentials .name {
    display: none;
  }
  /* line 2409, app/assets/stylesheets/smartice/skin.scss */
  .userimage img {
    margin-right: 0px;
  }
  /* line 2412, app/assets/stylesheets/smartice/skin.scss */
  .modal {
    top: 20vh;
    width: 90vw;
    left: 5vw;
    right: unset;
  }
}

@media (max-width: 767px) {
  /* line 2421, app/assets/stylesheets/smartice/skin.scss */
  .mdb-display-statusbar {
    margin: 0 0 20px 20px;
  }
  /* line 2425, app/assets/stylesheets/smartice/skin.scss */
  a.custom.btn.dropdown-toggle {
    margin: 0px;
  }
  /* line 2428, app/assets/stylesheets/smartice/skin.scss */
  #admin-nav {
    height: 0;
    overflow: hidden;
  }
  /* line 2433, app/assets/stylesheets/smartice/skin.scss */
  .service-counter-group {
    height: auto;
    width: auto;
  }
  /* line 2438, app/assets/stylesheets/smartice/skin.scss */
  .averages-selection label {
    display: block;
  }
  /* line 2442, app/assets/stylesheets/smartice/skin.scss */
  .io-display .io-display-statusbar {
    float: none;
    position: static;
    margin-bottom: 15px;
  }
}
/* line 5, app/assets/stylesheets/smartice/subscriptions.scss */
#update_subscription .radio input[type="radio"], .checkbox input[type="checkbox"] {
  margin-left: 0px;
  margin-right: 10px;
}

/* line 10, app/assets/stylesheets/smartice/subscriptions.scss */
#update_subscription label.disabled_checkbox span {
  display: inline-block;
}

/* line 14, app/assets/stylesheets/smartice/subscriptions.scss */
#update_subscription input[type=checkbox] {
  display: inline-block;
  vertical-align: top;
}

/* line 19, app/assets/stylesheets/smartice/subscriptions.scss */
#payment_methods_form label {
  font-family: Helvetica, Arial, sans-serif;
}

/* line 22, app/assets/stylesheets/smartice/subscriptions.scss */
#payment_methods_form .stripe-element-style {
  border: 1px solid #ccc;
  border-radius: 2px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  padding: 4px 6px;
  width: 206px;
}

/* line 31, app/assets/stylesheets/smartice/subscriptions.scss */
body.subscriptions-subscriptions_controller.edit_action .subscription_plan_id > label, body.subscriptions-subscriptions_controller.edit_action .subscription_payment_method_id > label {
  font-weight: bolder;
}

/* line 32, app/assets/stylesheets/smartice/subscriptions.scss */
body.subscriptions-subscriptions_controller.edit_action .subscription_plan_id .controls > .radio, body.subscriptions-subscriptions_controller.edit_action .subscription_payment_method_id .controls > .radio {
  display: block;
  padding-left: 8px;
  margin-bottom: 12px;
}

/* line 39, app/assets/stylesheets/smartice/subscriptions.scss */
body.subscriptions-subscriptions_controller.edit_action .subscription_payment_method_id > label {
  margin-top: 20px;
}
/* line 7, app/assets/stylesheets/smartice/subscriptions/settings.scss */
body.settings_controller table.table.ice-maker-schedule,
body.machines_controller table.table.ice-maker-schedule {
  width: auto !important;
  min-width: 50%;
}

/* line 16, app/assets/stylesheets/smartice/subscriptions/settings.scss */
body.settings_controller form.edit_machine .inline.radio_buttons span.radio,
form.edit_machine .service-counter-group .inline.radio_buttons span.radio {
  display: inline-block;
  padding-top: 0;
  margin-bottom: 0;
  margin-right: 12px;
  vertical-align: middle;
}
/* line 1, app/assets/stylesheets/smartice/tables.css.scss */
table.table.sensible-styles {
  border: 1px solid #ddd;
  border-collapse: collapse;
  width: auto;
  min-width: 30%;
}

/* line 6, app/assets/stylesheets/smartice/tables.css.scss */
table.table.sensible-styles th,
table.table.sensible-styles td {
  border: 1px solid #ddd;
}

/* line 10, app/assets/stylesheets/smartice/tables.css.scss */
table.table.sensible-styles thead th,
table.table.sensible-styles tr th {
  background-color: #efefef;
}
/*************
Default Theme
*************/
/* overall */
.tablesorter-default {
  width: 100%;
  /*font: 12px/18px Arial, Sans-serif;*/
  color: #333;
  background-color: #fff;
  border-spacing: 0;
  margin: 10px 0 15px;
  text-align: left;
}

/* header */
.tablesorter-default th,
.tablesorter-default thead td {
  /*font: bold 12px/18px Arial, Sans-serif;*/
  color: #000;
  background-color: #fff;
  border-collapse: collapse;
  border-bottom: #ccc 2px solid;
  padding: 0;
}
.tablesorter-default tfoot th,
.tablesorter-default tfoot td {
  border: 0;
}
.tablesorter-default .header,
.tablesorter-default .tablesorter-header {
  background-image: url(data:image/gif;base64,R0lGODlhFQAJAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAkAAAIXjI+AywnaYnhUMoqt3gZXPmVg94yJVQAAOw==);
  background-position: center right;
  background-repeat: no-repeat;
  cursor: pointer;
  padding: 4px 20px 4px 4px;
}
.tablesorter-default thead .headerSortUp,
.tablesorter-default thead .tablesorter-headerSortUp,
.tablesorter-default thead .tablesorter-headerAsc {
  background-image: url(data:image/gif;base64,R0lGODlhFQAEAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAQAAAINjI8Bya2wnINUMopZAQA7);
  border-bottom: #000 2px solid;
}
.tablesorter-default thead .headerSortDown,
.tablesorter-default thead .tablesorter-headerSortDown,
.tablesorter-default thead .tablesorter-headerDesc {
  background-image: url(data:image/gif;base64,R0lGODlhFQAEAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAQAAAINjB+gC+jP2ptn0WskLQA7);
  border-bottom: #000 2px solid;
}
.tablesorter-default thead .sorter-false {
  background-image: none;
  padding: 4px;
}

/* tfoot */
.tablesorter-default tfoot .tablesorter-headerSortUp,
.tablesorter-default tfoot .tablesorter-headerSortDown,
.tablesorter-default tfoot .tablesorter-headerAsc,
.tablesorter-default tfoot .tablesorter-headerDesc {
  border-top: #000 2px solid;
}

/* tbody */
.tablesorter-default td {
  background-color: #fff;
  /* border-bottom: #ccc 1px solid; */
  padding: 4px;
  vertical-align: top;
}

/* hovered row colors */
/*
.tablesorter-default tbody > tr:hover > td,
.tablesorter-default tbody > tr.even:hover > td,
.tablesorter-default tbody > tr.odd:hover > td {
	background: #fff;
	color: #000;
}
*/

/* table processing indicator */
.tablesorter-default .tablesorter-processing {
  background-position: center center !important;
  background-repeat: no-repeat !important;
  /* background-image: url(/../addons/pager/icons/loading.gif) !important; */
  background-image: url("data:image/gif;base64,R0lGODlhFAAUAKEAAO7u7lpaWgAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh+QQBCgACACwAAAAAFAAUAAACQZRvoIDtu1wLQUAlqKTVxqwhXIiBnDg6Y4eyx4lKW5XK7wrLeK3vbq8J2W4T4e1nMhpWrZCTt3xKZ8kgsggdJmUFACH5BAEKAAIALAcAAAALAAcAAAIUVB6ii7jajgCAuUmtovxtXnmdUAAAIfkEAQoAAgAsDQACAAcACwAAAhRUIpmHy/3gUVQAQO9NetuugCFWAAAh+QQBCgACACwNAAcABwALAAACE5QVcZjKbVo6ck2AF95m5/6BSwEAIfkEAQoAAgAsBwANAAsABwAAAhOUH3kr6QaAcSrGWe1VQl+mMUIBACH5BAEKAAIALAIADQALAAcAAAIUlICmh7ncTAgqijkruDiv7n2YUAAAIfkEAQoAAgAsAAAHAAcACwAAAhQUIGmHyedehIoqFXLKfPOAaZdWAAAh+QQFCgACACwAAAIABwALAAACFJQFcJiXb15zLYRl7cla8OtlGGgUADs=") !important;
}

/* Zebra Widget - row alternating colors */
.tablesorter-default tr.odd td {
  background-color: #dfdfdf;
}
.tablesorter-default tr.even td {
  background-color: #efefef;
}

/* Column Widget - column sort colors */
.tablesorter-default tr.odd td.primary {
  background-color: #bfbfbf;
}
.tablesorter-default td.primary,
.tablesorter-default tr.even td.primary {
  background-color: #d9d9d9;
}
.tablesorter-default tr.odd td.secondary {
  background-color: #d9d9d9;
}
.tablesorter-default td.secondary,
.tablesorter-default tr.even td.secondary {
  background-color: #e6e6e6;
}
.tablesorter-default tr.odd td.tertiary {
  background-color: #e6e6e6;
}
.tablesorter-default td.tertiary,
.tablesorter-default tr.even td.tertiary {
  background-color: #f2f2f2;
}

/* caption */
caption {
  background: #fff;
}

/* filter widget */
.tablesorter-default .tablesorter-filter-row td {
  background: #eee;
  border-bottom: #ccc 1px solid;
  line-height: normal;
  text-align: center; /* center the input */
  transition: line-height 0.1s ease;
}
/* optional disabled input styling */
.tablesorter-default .tablesorter-filter-row .disabled {
  opacity: 0.5;
  filter: alpha(opacity=50);
  cursor: not-allowed;
}
/* hidden filter row */
.tablesorter-default .tablesorter-filter-row.hideme td {
  /*** *********************************************** ***/
  /*** change this padding to modify the thickness     ***/
  /*** of the closed filter row (height = padding x 2) ***/
  padding: 2px;
  /*** *********************************************** ***/
  margin: 0;
  line-height: 0;
  cursor: pointer;
}
.tablesorter-default .tablesorter-filter-row.hideme .tablesorter-filter {
  height: 1px;
  min-height: 0;
  border: 0;
  padding: 0;
  margin: 0;
  /* don't use visibility: hidden because it disables tabbing */
  opacity: 0;
  filter: alpha(opacity=0);
}
/* filters */
.tablesorter-default .tablesorter-filter {
  width: 95%;
  height: auto;
  margin: 4px;
  padding: 4px;
  background-color: #fff;
  border: 1px solid #bbb;
  color: #333;
  box-sizing: border-box;
  transition: height 0.1s ease;
}

/* ajax error row */
.tablesorter .tablesorter-errorRow td {
  cursor: pointer;
  background-color: #e6bf99;
}
/* line 3, app/assets/stylesheets/smartice/technician_balances.css.scss */
.business-technician_balances_controller .page-header .btn {
  position: relative;
  top: 15px;
}
/* line 2, app/assets/stylesheets/smartice/tickets.scss */
.ticket-search--form > details {
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 0.5em 0.5em 0;
}

/* line 6, app/assets/stylesheets/smartice/tickets.scss */
.ticket-search--form > details summary {
  font-weight: bold;
  margin: -0.5em -0.5em 0;
  padding: 0.5em;
  cursor: pointer;
}

/* line 12, app/assets/stylesheets/smartice/tickets.scss */
.ticket-search--form > details > form {
  margin: 0;
  padding: 12px;
}

/* line 17, app/assets/stylesheets/smartice/tickets.scss */
.ticket-search--form > details[open] {
  padding: 0.5em;
}

/* line 20, app/assets/stylesheets/smartice/tickets.scss */
.ticket-search--form > details[open] summary {
  border-bottom: 1px solid #ddd;
  margin-bottom: 0.5em;
}

/* line 25, app/assets/stylesheets/smartice/tickets.scss */
.ticket-search--form .ticket-search--form-field--user {
  min-width: 300px;
  max-width: 350px;
}

/* line 29, app/assets/stylesheets/smartice/tickets.scss */
.ticket-search--form .ticket-search--form-field--machine {
  width: 300px;
}

/* line 34, app/assets/stylesheets/smartice/tickets.scss */
img.ticket-file--preview {
  width: 60px;
  height: 60px;
  -o-object-fit: cover;
     object-fit: cover;
}

/* line 41, app/assets/stylesheets/smartice/tickets.scss */
.ticket-note .alert {
  padding: 16px !important;
}

/* line 44, app/assets/stylesheets/smartice/tickets.scss */
.ticket-note .ticket-note--description {
  color: black;
  background-color: white;
  padding: 8px;
  border-radius: 3px;
}

/* line 49, app/assets/stylesheets/smartice/tickets.scss */
.ticket-note .ticket-note--description p:last-child {
  margin-bottom: 0;
}

/* line 53, app/assets/stylesheets/smartice/tickets.scss */
.ticket-note .ticket-note--attachments {
  padding-top: 12px;
  padding-bottom: 6px;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

/* line 60, app/assets/stylesheets/smartice/tickets.scss */
.ticket-note .ticket-note--attachments > div {
  align-content: center;
}

/* line 64, app/assets/stylesheets/smartice/tickets.scss */
.ticket-note .ticket-note--attachments img.ticket-file--preview {
  width: 60px;
  height: 60px;
  -o-object-fit: cover;
     object-fit: cover;
}

/* line 71, app/assets/stylesheets/smartice/tickets.scss */
.ticket-note .ticket-note--footer {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #ddd;
  padding-top: 12px;
  margin-top: 12px;
}

/* line 80, app/assets/stylesheets/smartice/tickets.scss */
.ticket-file--fields {
  border-bottom: 1px solid #ddd;
  padding-bottom: 12px;
  margin-top: 12px;
}

/* line 86, app/assets/stylesheets/smartice/tickets.scss */
.ticket_note_new_file input[type="file"],
.ticket_new_file input[type="file"],
.ticket_files_file input[type="file"],
.ticket_note_files_file input[type="file"] {
  border: 1px solid #ddd;
  background-color: white;
  width: 100%;
}

/* line 96, app/assets/stylesheets/smartice/tickets.scss */
table.tickets-table td.tickets-table-col--description {
  min-width: 180px;
  max-width: 426px;
}

/* line 100, app/assets/stylesheets/smartice/tickets.scss */
table.tickets-table td.tickets-table-col--recent-notes {
  min-width: 180px;
  max-width: 380px;
}

/* line 107, app/assets/stylesheets/smartice/tickets.scss */
.ticket-modal .box {
  border: 1px solid #ddd;
  padding: 12px 16px;
}

/* line 113, app/assets/stylesheets/smartice/tickets.scss */
.ticket-modal--row {
  display: flex;
  flex-wrap: wrap;
  margin: 12px 0 0 0;
  padding: 0 0 12px 0;
  border-bottom: 1px solid #ddd;
}

/* line 120, app/assets/stylesheets/smartice/tickets.scss */
.ticket-modal--row:first-child {
  margin-top: 0;
}

/* line 123, app/assets/stylesheets/smartice/tickets.scss */
.ticket-modal--row:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

/* line 127, app/assets/stylesheets/smartice/tickets.scss */
.ticket-modal--col-left {
  min-width: 110px;
}

/**************************************************
 * Dashboard "alert" row styles
 **************************************************/
/* line 134, app/assets/stylesheets/smartice/tickets.scss */
.alert-message-row--ticket-label {
  margin-top: 4px;
  margin-bottom: 4px;
}

/* line 137, app/assets/stylesheets/smartice/tickets.scss */
.alert-message-row--ticket-label a:not(.btn) {
  text-decoration: underline;
}

/* line 142, app/assets/stylesheets/smartice/tickets.scss */
.alert-message-row.alert-row .alert-message-row--ticket-label {
  color: black;
}

/* line 144, app/assets/stylesheets/smartice/tickets.scss */
.alert-message-row.alert-row .alert-message-row--ticket-label a {
  color: black;
}

/* line 147, app/assets/stylesheets/smartice/tickets.scss */
.alert-message-row.alert-row .alert-message-row--ticket-label a.ticket--create {
  color: grey;
}

/* line 154, app/assets/stylesheets/smartice/tickets.scss */
.alert-message-row.major-alert-row .alert-message-row--ticket-label a.ticket--create {
  color: #cccccc !important;
}

/* line 156, app/assets/stylesheets/smartice/tickets.scss */
.alert-message-row.major-alert-row .alert-message-row--ticket-label a.ticket--create i.fa {
  color: #cccccc !important;
}

/**************************************************
 * Responsive styles
 **************************************************/
@media (max-width: 496px) {
  /* line 169, app/assets/stylesheets/smartice/tickets.scss */
  .ticket-search--form .ticket-search--form-field--user,
.ticket-search--form .ticket-search--form-field--machine {
    min-width: unset;
    max-width: unset;
    width: 100%;
  }
  /* line 175, app/assets/stylesheets/smartice/tickets.scss */
  .ticket-search--form .ticket-search--form-buttons {
    flex-basis: 100%;
  }
  /* line 178, app/assets/stylesheets/smartice/tickets.scss */
  .ticket-search--form .ticket-search--form-buttons > label {
    display: none;
  }
}

/**************************************************
 * tom-select custom plugin styles and overrides
 **************************************************/
/* line 189, app/assets/stylesheets/smartice/tickets.scss */
.plugin-clear_button.multi .clear-button {
  background-color: #1da7ee !important;
}

/* line 194, app/assets/stylesheets/smartice/tickets.scss */
.ts-wrapper.plugin-selected_items_count .ts-selected-items-count {
  display: flex;
  align-items: center;
  border: 1px solid #d0d0d0;
  border-right: none;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  text-wrap: nowrap;
}

/* line 203, app/assets/stylesheets/smartice/tickets.scss */
.ts-wrapper.plugin-selected_items_count .ts-selected-items-count-active {
  padding-left: 1rem;
  padding-right: 1rem;
}

/* line 209, app/assets/stylesheets/smartice/tickets.scss */
.ts-wrapper.plugin-selected_items_count .ts-selected-items-count-active span.text {
  margin-left: 0.4rem;
}

/* line 213, app/assets/stylesheets/smartice/tickets.scss */
.ts-wrapper.plugin-selected_items_count .ts-control {
  box-shadow: none;
  border-left: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 223, app/assets/stylesheets/smartice/tickets.scss */
.ticket--user-select.ts-wrapper,
.ticket--machine-select.ts-wrapper {
  min-height: auto;
}

/* line 226, app/assets/stylesheets/smartice/tickets.scss */
.ticket--user-select.ts-wrapper .ts-control,
.ticket--machine-select.ts-wrapper .ts-control {
  background-image: none;
  box-shadow: none;
  padding-top: 5px;
  padding-bottom: 5px;
}

/* line 233, app/assets/stylesheets/smartice/tickets.scss */
.ticket--user-select.ts-wrapper.single .ts-control {
  background-image: none;
  box-shadow: none;
  padding-top: 4px;
  padding-bottom: 4px;
}

/* line 241, app/assets/stylesheets/smartice/tickets.scss */
.ticket--user-select.ts-wrapper.dropdown-active.input-active .ts-control div[data-ts-item] {
  display: none;
}
/**
 * tom-select.css (v2.4.2)
 * Copyright (c) contributors
 *
 * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
 * file except in compliance with the License. You may obtain a copy of the License at:
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software distributed under
 * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
 * ANY KIND, either express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 *
 */
.ts-control {
  border: 1px solid #d0d0d0;
  padding: 8px 8px;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  display: flex;
  flex-wrap: wrap;
}
.ts-wrapper.multi.has-items .ts-control {
  padding: calc(8px - 2px - 1px) 8px calc(8px - 2px - 3px - 1px);
}
.full .ts-control {
  background-color: #fff;
}
.disabled .ts-control,
.disabled .ts-control * {
  cursor: default !important;
}
.focus .ts-control {
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
}
.ts-control > * {
  vertical-align: baseline;
  display: inline-block;
}
.ts-wrapper.multi .ts-control > div {
  cursor: pointer;
  margin: 0 3px 3px 0;
  padding: 2px 6px;
  background: #1da7ee;
  color: #fff;
  border: 1px solid #0073bb;
}
.ts-wrapper.multi .ts-control > div.active {
  background: #92c836;
  color: #fff;
  border: 1px solid #00578d;
}
.ts-wrapper.multi.disabled .ts-control > div,
.ts-wrapper.multi.disabled .ts-control > div.active {
  color: white;
  background: #d2d2d2;
  border: 1px solid #aaaaaa;
}
.ts-control > input {
  flex: 1 1 auto;
  min-width: 7rem;
  display: inline-block !important;
  padding: 0 !important;
  min-height: 0 !important;
  max-height: none !important;
  max-width: 100% !important;
  margin: 0 !important;
  text-indent: 0 !important;
  border: 0 none !important;
  background: none !important;
  line-height: inherit !important;
  -webkit-user-select: auto !important;
  -moz-user-select: auto !important;
  user-select: auto !important;
  box-shadow: none !important;
}
.ts-control > input::-ms-clear {
  display: none;
}
.ts-control > input:focus {
  outline: none !important;
}
.has-items .ts-control > input {
  margin: 0 4px !important;
}
.ts-control.rtl {
  text-align: right;
}
.ts-control.rtl.single .ts-control:after {
  left: 15px;
  right: auto;
}
.ts-control.rtl .ts-control > input {
  margin: 0 4px 0 -2px !important;
}
.disabled .ts-control {
  opacity: 0.5;
  background-color: #fafafa;
}
.input-hidden .ts-control > input {
  opacity: 0;
  position: absolute;
  left: -10000px;
}

.ts-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 10;
  border: 1px solid #d0d0d0;
  background: #fff;
  margin: 0.25rem 0 0;
  border-top: 0 none;
  box-sizing: border-box;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 3px 3px;
}
.ts-dropdown [data-selectable] {
  cursor: pointer;
  overflow: hidden;
}
.ts-dropdown [data-selectable] .highlight {
  background: rgba(125, 168, 208, 0.2);
  border-radius: 1px;
}
.ts-dropdown .option,
.ts-dropdown .optgroup-header,
.ts-dropdown .no-results,
.ts-dropdown .create {
  padding: 5px 8px;
}
.ts-dropdown .option,
.ts-dropdown [data-disabled],
.ts-dropdown [data-disabled] [data-selectable].option {
  cursor: inherit;
  opacity: 0.5;
}
.ts-dropdown [data-selectable].option {
  opacity: 1;
  cursor: pointer;
}
.ts-dropdown .optgroup:first-child .optgroup-header {
  border-top: 0 none;
}
.ts-dropdown .optgroup-header {
  color: #303030;
  background: #fff;
  cursor: default;
}
.ts-dropdown .active {
  background-color: #f5fafd;
  color: #495c68;
}
.ts-dropdown .active.create {
  color: #495c68;
}
.ts-dropdown .create {
  color: rgba(48, 48, 48, 0.5);
}
.ts-dropdown .spinner {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: 5px 8px;
}
.ts-dropdown .spinner::after {
  content: " ";
  display: block;
  width: 24px;
  height: 24px;
  margin: 3px;
  border-radius: 50%;
  border: 5px solid #d0d0d0;
  border-color: #d0d0d0 transparent #d0d0d0 transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.ts-dropdown-content {
  overflow: hidden auto;
  max-height: 200px;
  scroll-behavior: smooth;
}

.ts-wrapper.plugin-drag_drop .ts-dragging {
  color: transparent !important;
}
.ts-wrapper.plugin-drag_drop .ts-dragging > * {
  visibility: hidden !important;
}

.plugin-checkbox_options:not(.rtl) .option input {
  margin-right: 0.5rem;
}

.plugin-checkbox_options.rtl .option input {
  margin-left: 0.5rem;
}

/* stylelint-disable function-name-case */
.plugin-clear_button {
  --ts-pr-clear-button: 1em;
}
.plugin-clear_button .clear-button {
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: calc(8px - 6px);
  margin-right: 0 !important;
  background: transparent !important;
  transition: opacity 0.5s;
  cursor: pointer;
}
.plugin-clear_button.form-select .clear-button,
.plugin-clear_button.single .clear-button {
  right: max(var(--ts-pr-caret), 8px);
}
.plugin-clear_button.focus.has-items .clear-button,
.plugin-clear_button:not(.disabled):hover.has-items .clear-button {
  opacity: 1;
}

.ts-wrapper .dropdown-header {
  position: relative;
  padding: 10px 8px;
  border-bottom: 1px solid #d0d0d0;
  background: color-mix(#fff, #d0d0d0, 85%);
  border-radius: 3px 3px 0 0;
}
.ts-wrapper .dropdown-header-close {
  position: absolute;
  right: 8px;
  top: 50%;
  color: #303030;
  opacity: 0.4;
  margin-top: -12px;
  line-height: 20px;
  font-size: 20px !important;
}
.ts-wrapper .dropdown-header-close:hover {
  color: black;
}

.plugin-dropdown_input.focus.dropdown-active .ts-control {
  box-shadow: none;
  border: 1px solid #d0d0d0;
}
.plugin-dropdown_input .dropdown-input {
  border: 1px solid #d0d0d0;
  border-width: 0 0 1px;
  display: block;
  padding: 8px 8px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  width: 100%;
  background: transparent;
}
.plugin-dropdown_input .items-placeholder {
  border: 0 none !important;
  box-shadow: none !important;
  width: 100%;
}
.plugin-dropdown_input.has-items .items-placeholder,
.plugin-dropdown_input.dropdown-active .items-placeholder {
  display: none !important;
}

.ts-wrapper.plugin-input_autogrow.has-items .ts-control > input {
  min-width: 0;
}
.ts-wrapper.plugin-input_autogrow.has-items.focus .ts-control > input {
  flex: none;
  min-width: 4px;
}
.ts-wrapper.plugin-input_autogrow.has-items.focus .ts-control > input::-moz-placeholder {
  color: transparent;
}
.ts-wrapper.plugin-input_autogrow.has-items.focus .ts-control > input::placeholder {
  color: transparent;
}

.ts-dropdown.plugin-optgroup_columns .ts-dropdown-content {
  display: flex;
}
.ts-dropdown.plugin-optgroup_columns .optgroup {
  border-right: 1px solid #f2f2f2;
  border-top: 0 none;
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
}
.ts-dropdown.plugin-optgroup_columns .optgroup:last-child {
  border-right: 0 none;
}
.ts-dropdown.plugin-optgroup_columns .optgroup::before {
  display: none;
}
.ts-dropdown.plugin-optgroup_columns .optgroup-header {
  border-top: 0 none;
}

.ts-wrapper.plugin-remove_button .item {
  display: inline-flex;
  align-items: center;
}
.ts-wrapper.plugin-remove_button .item .remove {
  color: inherit;
  text-decoration: none;
  vertical-align: middle;
  display: inline-block;
  padding: 0 6px;
  border-radius: 0 2px 2px 0;
  box-sizing: border-box;
}
.ts-wrapper.plugin-remove_button .item .remove:hover {
  background: rgba(0, 0, 0, 0.05);
}
.ts-wrapper.plugin-remove_button.disabled .item .remove:hover {
  background: none;
}
.ts-wrapper.plugin-remove_button .remove-single {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 23px;
}

.ts-wrapper.plugin-remove_button:not(.rtl) .item {
  padding-right: 0 !important;
}
.ts-wrapper.plugin-remove_button:not(.rtl) .item .remove {
  border-left: 1px solid #0073bb;
  margin-left: 6px;
}
.ts-wrapper.plugin-remove_button:not(.rtl) .item.active .remove {
  border-left-color: #00578d;
}
.ts-wrapper.plugin-remove_button:not(.rtl).disabled .item .remove {
  border-left-color: #aaaaaa;
}

.ts-wrapper.plugin-remove_button.rtl .item {
  padding-left: 0 !important;
}
.ts-wrapper.plugin-remove_button.rtl .item .remove {
  border-right: 1px solid #0073bb;
  margin-right: 6px;
}
.ts-wrapper.plugin-remove_button.rtl .item.active .remove {
  border-right-color: #00578d;
}
.ts-wrapper.plugin-remove_button.rtl.disabled .item .remove {
  border-right-color: #aaaaaa;
}

:root {
  --ts-pr-clear-button: 0px;
  --ts-pr-caret: 0px;
  --ts-pr-min: 0.75rem;
}

.ts-wrapper.single .ts-control,
.ts-wrapper.single .ts-control input {
  cursor: pointer;
}

.ts-control:not(.rtl) {
  padding-right: max(var(--ts-pr-min), var(--ts-pr-clear-button) + var(--ts-pr-caret)) !important;
}

.ts-control.rtl {
  padding-left: max(var(--ts-pr-min), var(--ts-pr-clear-button) + var(--ts-pr-caret)) !important;
}

.ts-wrapper {
  position: relative;
}

.ts-dropdown,
.ts-control,
.ts-control input {
  color: #303030;
  font-family: inherit;
  font-size: 13px;
  line-height: 18px;
}

.ts-control,
.ts-wrapper.single.input-active .ts-control {
  background: #fff;
  cursor: text;
}

.ts-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.ts-wrapper.single .ts-control {
  --ts-pr-caret: 2rem;
}
.ts-wrapper.single .ts-control::after {
  content: " ";
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -3px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #808080 transparent transparent transparent;
}
.ts-wrapper.single .ts-control:not(.rtl)::after {
  right: 15px;
}
.ts-wrapper.single .ts-control.rtl::after {
  left: 15px;
}
.ts-wrapper.single.dropdown-active .ts-control::after {
  margin-top: -4px;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #808080 transparent;
}
.ts-wrapper.single.input-active .ts-control,
.ts-wrapper.single.input-active .ts-control input {
  cursor: text;
}

.ts-wrapper {
  display: flex;
  min-height: 36px;
}
.ts-wrapper.multi.has-items .ts-control {
  padding-left: 5px;
  --ts-pr-min: $padding-x;
}
.ts-wrapper.multi .ts-control [data-value] {
  text-shadow: 0 1px 0 rgba(0, 51, 83, 0.3);
  border-radius: 3px;
  background-color: color-mix(#1da7ee, #178ee9, 60%);
  background-image: linear-gradient(to bottom, #1da7ee, #178ee9);
  background-repeat: repeat-x;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2), inset 0 1px rgba(255, 255, 255, 0.03);
}
.ts-wrapper.multi .ts-control [data-value].active {
  background-color: color-mix(#008fd8, #0075cf, 60%);
  background-image: linear-gradient(to bottom, #008fd8, #0075cf);
  background-repeat: repeat-x;
}
.ts-wrapper.multi.disabled .ts-control [data-value] {
  color: #999;
  text-shadow: none;
  background: none;
  box-shadow: none;
}
.ts-wrapper.multi.disabled .ts-control [data-value],
.ts-wrapper.multi.disabled .ts-control [data-value] .remove {
  border-color: #e6e6e6;
}
.ts-wrapper.multi.disabled .ts-control [data-value] .remove {
  background: none;
}
.ts-wrapper.single .ts-control {
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05), inset 0 1px 0 rgba(255, 255, 255, 0.8);
  background-color: color-mix(#fefefe, #f2f2f2, 60%);
  background-image: linear-gradient(to bottom, #fefefe, #f2f2f2);
  background-repeat: repeat-x;
}

.ts-wrapper.single .ts-control,
.ts-dropdown.single {
  border-color: #b8b8b8;
}

.dropdown-active .ts-control {
  border-radius: 3px 3px 0 0;
}

.ts-dropdown .optgroup-header {
  padding-top: 7px;
  font-weight: bold;
  font-size: 0.85em;
}
.ts-dropdown .optgroup {
  border-top: 1px solid #f0f0f0;
}
.ts-dropdown .optgroup:first-child {
  border-top: 0 none;
}
/* line 2, app/assets/stylesheets/smartice/vendor_cash_outs.css.scss */
.record-cash-out-form table td input {
  width: 90%;
}
/* line 1, app/assets/stylesheets/smartice/wizard_nav.scss */
.wizard-header {
  margin-bottom: 10px;
}

/* line 5, app/assets/stylesheets/smartice/wizard_nav.scss */
.wizard-nav > .previous, .wizard-nav > .next {
  display: inline-block;
}

/* line 10, app/assets/stylesheets/smartice/wizard_nav.scss */
.wizard-nav > .previous {
  text-align: left;
}

/* line 13, app/assets/stylesheets/smartice/wizard_nav.scss */
.wizard-nav > .next {
  float: right;
  text-align: right;
}
@media (max-width: 496px) {
  /* line 3, app/assets/stylesheets/smartice/z_fancybox_overrides.scss */
  .fancybox__slide::before {
    margin-top: 44px;
  }
  /* line 7, app/assets/stylesheets/smartice/z_fancybox_overrides.scss */
  .fancybox__track {
    /* position dialog at top of screen instead of vertical-center */
    height: auto;
  }
  /* line 12, app/assets/stylesheets/smartice/z_fancybox_overrides.scss */
  .fancybox__content {
    align-self: start;
    max-width: 98vw;
  }
}

@media (min-width: 992px) {
  /* line 18, app/assets/stylesheets/smartice/z_fancybox_overrides.scss */
  .fancybox__content {
    min-width: 70vw;
  }
}

@media (min-width: 1200px) {
  /* line 23, app/assets/stylesheets/smartice/z_fancybox_overrides.scss */
  .fancybox__content {
    min-width: 50vw;
    max-width: 65vw;
  }
}
/* line 1, app/assets/stylesheets/smartice/z_tom_select_overrides.css.scss */
.ts-dropdown .active,
.ts-dropdown .create:hover,
.ts-dropdown .option:hover {
  background-color: #d9edf7;
}
