/* line 28, ../../../../shared/bundle/ruby/1.9.1/gems/anjlab-bootstrap-rails-2.2.2.0/vendor/frameworks/twitter/bootstrap/mixins.scss */
.clearfix {
  *zoom: 1;
}
/* line 16, ../../../../shared/bundle/ruby/1.9.1/gems/anjlab-bootstrap-rails-2.2.2.0/vendor/frameworks/twitter/bootstrap/mixins.scss */
.clearfix:before, .clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
/* line 23, ../../../../shared/bundle/ruby/1.9.1/gems/anjlab-bootstrap-rails-2.2.2.0/vendor/frameworks/twitter/bootstrap/mixins.scss */
.clearfix:after {
  clear: both;
}

/* line 125, ../../../../shared/bundle/ruby/1.9.1/gems/anjlab-bootstrap-rails-2.2.2.0/vendor/frameworks/twitter/bootstrap/mixins.scss */
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

/* line 10, ../../../../shared/bundle/ruby/1.9.1/gems/anjlab-bootstrap-rails-2.2.2.0/vendor/frameworks/twitter/bootstrap/navbar.scss */
.navbar {
  overflow: visible;
  margin-bottom: 20px;
  *position: relative;
  *z-index: 2;
}

/* line 21, ../../../../shared/bundle/ruby/1.9.1/gems/anjlab-bootstrap-rails-2.2.2.0/vendor/frameworks/twitter/bootstrap/navbar.scss */
.navbar-inner {
  min-height: 40px;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #f9f9f9;
  background-image: -moz-linear-gradient(top, white, #f2f2f2);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(white), to(#f2f2f2));
  background-image: -webkit-linear-gradient(top, white, #f2f2f2);
  background-image: -o-linear-gradient(top, white, #f2f2f2);
  background-image: linear-gradient(to bottom, #ffffff, #f2f2f2);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff2f2f2', GradientType=0);
  border: 1px solid #d4d4d4;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  *zoom: 1;
}
/* line 16, ../../../../shared/bundle/ruby/1.9.1/gems/anjlab-bootstrap-rails-2.2.2.0/vendor/frameworks/twitter/bootstrap/mixins.scss */
.navbar-inner:before, .navbar-inner:after {
  display: table;
  content: "";
  line-height: 0;
}
/* line 23, ../../../../shared/bundle/ruby/1.9.1/gems/anjlab-bootstrap-rails-2.2.2.0/vendor/frameworks/twitter/bootstrap/mixins.scss */
.navbar-inner:after {
  clear: both;
}

/* line 36, ../../../../shared/bundle/ruby/1.9.1/gems/anjlab-bootstrap-rails-2.2.2.0/vendor/frameworks/twitter/bootstrap/navbar.scss */
.navbar .container {
  width: auto;
}

/* line 41, ../../../../shared/bundle/ruby/1.9.1/gems/anjlab-bootstrap-rails-2.2.2.0/vendor/frameworks/twitter/bootstrap/navbar.scss */
.nav-collapse.collapse {
  height: auto;
  overflow: visible;
}

/* line 49, ../../../../shared/bundle/ruby/1.9.1/gems/anjlab-bootstrap-rails-2.2.2.0/vendor/frameworks/twitter/bootstrap/navbar.scss */
.navbar .brand {
  float: left;
  display: block;
  padding: 10px 20px 10px;
  margin-left: -20px;
  font-size: 20px;
  font-weight: 200;
  color: #777777;
  text-shadow: 0 1px 0 white;
}
/* line 59, ../../../../shared/bundle/ruby/1.9.1/gems/anjlab-bootstrap-rails-2.2.2.0/vendor/frameworks/twitter/bootstrap/navbar.scss */
.navbar .brand:hover {
  text-decoration: none;
}

/* line 66, ../../../../shared/bundle/ruby/1.9.1/gems/anjlab-bootstrap-rails-2.2.2.0/vendor/frameworks/twitter/bootstrap/navbar.scss */
.navbar-text {
  margin-bottom: 0;
  line-height: 40px;
  color: #777777;
}

/* line 74, ../../../../shared/bundle/ruby/1.9.1/gems/anjlab-bootstrap-rails-2.2.2.0/vendor/frameworks/twitter/bootstrap/navbar.scss */
.navbar-link {
  color: #777777;
}
/* line 76, ../../../../shared/bundle/ruby/1.9.1/gems/anjlab-bootstrap-rails-2.2.2.0/vendor/frameworks/twitter/bootstrap/navbar.scss */
.navbar-link:hover {
  color: #333333;
}

/* line 83, ../../../../shared/bundle/ruby/1.9.1/gems/anjlab-bootstrap-rails-2.2.2.0/vendor/frameworks/twitter/bootstrap/navbar.scss */
.navbar .divider-vertical {
  height: 40px;
  margin: 0 9px;
  border-left: 1px solid #f2f2f2;
  border-right: 1px solid white;
}

/* line 93, ../../../../shared/bundle/ruby/1.9.1/gems/anjlab-bootstrap-rails-2.2.2.0/vendor/frameworks/twitter/bootstrap/navbar.scss */
.navbar .btn,
.navbar .btn-group {
  margin-top: 5px;
}

/* line 98, ../../../../shared/bundle/ruby/1.9.1/gems/anjlab-bootstrap-rails-2.2.2.0/vendor/frameworks/twitter/bootstrap/navbar.scss */
.navbar .btn-group .btn,
.navbar .input-prepend .btn,
.navbar .input-append .btn {
  margin-top: 0;
}

/* line 104, ../../../../shared/bundle/ruby/1.9.1/gems/anjlab-bootstrap-rails-2.2.2.0/vendor/frameworks/twitter/bootstrap/navbar.scss */
.navbar-form {
  margin-bottom: 0;
  *zoom: 1;
}
/* line 16, ../../../../shared/bundle/ruby/1.9.1/gems/anjlab-bootstrap-rails-2.2.2.0/vendor/frameworks/twitter/bootstrap/mixins.scss */
.navbar-form:before, .navbar-form:after {
  display: table;
  content: "";
  line-height: 0;
}
/* line 23, ../../../../shared/bundle/ruby/1.9.1/gems/anjlab-bootstrap-rails-2.2.2.0/vendor/frameworks/twitter/bootstrap/mixins.scss */
.navbar-form:after {
  clear: both;
}
/* line 110, ../../../../shared/bundle/ruby/1.9.1/gems/anjlab-bootstrap-rails-2.2.2.0/vendor/frameworks/twitter/bootstrap/navbar.scss */
.navbar-form input,
.navbar-form select,
.navbar-form .radio,
.navbar-form .checkbox {
  margin-top: 5px;
}
/* line 115, ../../../../shared/bundle/ruby/1.9.1/gems/anjlab-bootstrap-rails-2.2.2.0/vendor/frameworks/twitter/bootstrap/navbar.scss */
.navbar-form input,
.navbar-form select,
.navbar-form .btn {
  display: inline-block;
  margin-bottom: 0;
}
/* line 121, ../../../../shared/bundle/ruby/1.9.1/gems/anjlab-bootstrap-rails-2.2.2.0/vendor/frameworks/twitter/bootstrap/navbar.scss */
.navbar-form input[type="image"],
.navbar-form input[type="checkbox"],
.navbar-form input[type="radio"] {
  margin-top: 3px;
}
/* line 125, ../../../../shared/bundle/ruby/1.9.1/gems/anjlab-bootstrap-rails-2.2.2.0/vendor/frameworks/twitter/bootstrap/navbar.scss */
.navbar-form .input-append,
.navbar-form .input-prepend {
  margin-top: 5px;
  white-space: nowrap;
}
/* line 128, ../../../../shared/bundle/ruby/1.9.1/gems/anjlab-bootstrap-rails-2.2.2.0/vendor/frameworks/twitter/bootstrap/navbar.scss */
.navbar-form .input-append input,
.navbar-form .input-prepend input {
  margin-top: 0;
}

/* line 136, ../../../../shared/bundle/ruby/1.9.1/gems/anjlab-bootstrap-rails-2.2.2.0/vendor/frameworks/twitter/bootstrap/navbar.scss */
.navbar-search {
  position: relative;
  float: left;
  margin-top: 5px;
  margin-bottom: 0;
}
/* line 141, ../../../../shared/bundle/ruby/1.9.1/gems/anjlab-bootstrap-rails-2.2.2.0/vendor/frameworks/twitter/bootstrap/navbar.scss */
.navbar-search .search-query {
  margin-bottom: 0;
  padding: 4px 14px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 1;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}

/* line 154, ../../../../shared/bundle/ruby/1.9.1/gems/anjlab-bootstrap-rails-2.2.2.0/vendor/frameworks/twitter/bootstrap/navbar.scss */
.navbar-static-top {
  position: static;
  margin-bottom: 0;
}
/* line 157, ../../../../shared/bundle/ruby/1.9.1/gems/anjlab-bootstrap-rails-2.2.2.0/vendor/frameworks/twitter/bootstrap/navbar.scss */
.navbar-static-top .navbar-inner {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

/* line 169, ../../../../shared/bundle/ruby/1.9.1/gems/anjlab-bootstrap-rails-2.2.2.0/vendor/frameworks/twitter/bootstrap/navbar.scss */
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
  margin-bottom: 0;
}

/* line 177, ../../../../shared/bundle/ruby/1.9.1/gems/anjlab-bootstrap-rails-2.2.2.0/vendor/frameworks/twitter/bootstrap/navbar.scss */
.navbar-fixed-top .navbar-inner,
.navbar-static-top .navbar-inner {
  border-width: 0 0 1px;
}

/* line 180, ../../../../shared/bundle/ruby/1.9.1/gems/anjlab-bootstrap-rails-2.2.2.0/vendor/frameworks/twitter/bootstrap/navbar.scss */
.navbar-fixed-bottom .navbar-inner {
  border-width: 1px 0 0;
}

/* line 184, ../../../../shared/bundle/ruby/1.9.1/gems/anjlab-bootstrap-rails-2.2.2.0/vendor/frameworks/twitter/bootstrap/navbar.scss */
.navbar-fixed-top .navbar-inner,
.navbar-fixed-bottom .navbar-inner {
  padding-left: 0;
  padding-right: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

/* line 194, ../../../../shared/bundle/ruby/1.9.1/gems/anjlab-bootstrap-rails-2.2.2.0/vendor/frameworks/twitter/bootstrap/navbar.scss */
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
  width: 940px;
}

/* line 199, ../../../../shared/bundle/ruby/1.9.1/gems/anjlab-bootstrap-rails-2.2.2.0/vendor/frameworks/twitter/bootstrap/navbar.scss */
.navbar-fixed-top {
  top: 0;
}

/* line 204, ../../../../shared/bundle/ruby/1.9.1/gems/anjlab-bootstrap-rails-2.2.2.0/vendor/frameworks/twitter/bootstrap/navbar.scss */
.navbar-fixed-top .navbar-inner,
.navbar-static-top .navbar-inner {
  -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
}

/* line 210, ../../../../shared/bundle/ruby/1.9.1/gems/anjlab-bootstrap-rails-2.2.2.0/vendor/frameworks/twitter/bootstrap/navbar.scss */
.navbar-fixed-bottom {
  bottom: 0;
}
/* line 212, ../../../../shared/bundle/ruby/1.9.1/gems/anjlab-bootstrap-rails-2.2.2.0/vendor/frameworks/twitter/bootstrap/navbar.scss */
.navbar-fixed-bottom .navbar-inner {
  -webkit-box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.1);
}

/* line 222, ../../../../shared/bundle/ruby/1.9.1/gems/anjlab-bootstrap-rails-2.2.2.0/vendor/frameworks/twitter/bootstrap/navbar.scss */
.navbar .nav {
  position: relative;
  left: 0;
  display: block;
  float: left;
  margin: 0 10px 0 0;
}

/* line 229, ../../../../shared/bundle/ruby/1.9.1/gems/anjlab-bootstrap-rails-2.2.2.0/vendor/frameworks/twitter/bootstrap/navbar.scss */
.navbar .nav.pull-right {
  float: right;
  margin-right: 0;
}

/* line 233, ../../../../shared/bundle/ruby/1.9.1/gems/anjlab-bootstrap-rails-2.2.2.0/vendor/frameworks/twitter/bootstrap/navbar.scss */
.navbar .nav > li {
  float: left;
}

/* line 238, ../../../../shared/bundle/ruby/1.9.1/gems/anjlab-bootstrap-rails-2.2.2.0/vendor/frameworks/twitter/bootstrap/navbar.scss */
.navbar .nav > li > a {
  float: none;
  padding: 10px 15px 10px;
  color: #777777;
  text-decoration: none;
  text-shadow: 0 1px 0 white;
}

/* line 246, ../../../../shared/bundle/ruby/1.9.1/gems/anjlab-bootstrap-rails-2.2.2.0/vendor/frameworks/twitter/bootstrap/navbar.scss */
.navbar .nav .dropdown-toggle .caret {
  margin-top: 8px;
}

/* line 253, ../../../../shared/bundle/ruby/1.9.1/gems/anjlab-bootstrap-rails-2.2.2.0/vendor/frameworks/twitter/bootstrap/navbar.scss */
.navbar .nav > li > a:focus,
.navbar .nav > li > a:hover {
  background-color: transparent;
  color: #333333;
  text-decoration: none;
}

/* line 262, ../../../../shared/bundle/ruby/1.9.1/gems/anjlab-bootstrap-rails-2.2.2.0/vendor/frameworks/twitter/bootstrap/navbar.scss */
.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus {
  color: #555555;
  text-decoration: none;
  background-color: #e6e6e6;
  -webkit-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
}

/* line 271, ../../../../shared/bundle/ruby/1.9.1/gems/anjlab-bootstrap-rails-2.2.2.0/vendor/frameworks/twitter/bootstrap/navbar.scss */
.navbar .btn-navbar {
  display: none;
  float: right;
  padding: 7px 10px;
  margin-left: 5px;
  margin-right: 5px;
  color: white;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #ededed;
  background-image: -moz-linear-gradient(top, #f2f2f2, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f2f2f2), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #f2f2f2, #e6e6e6);
  background-image: -o-linear-gradient(top, #f2f2f2, #e6e6e6);
  background-image: linear-gradient(to bottom, #f2f2f2, #e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2f2f2', endColorstr='#ffe6e6e6', GradientType=0);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) fadein(rgba(0, 0, 0, 0.1), 15%);
  *background-color: #e6e6e6;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
}
/* line 523, ../../../../shared/bundle/ruby/1.9.1/gems/anjlab-bootstrap-rails-2.2.2.0/vendor/frameworks/twitter/bootstrap/mixins.scss */
.navbar .btn-navbar:hover, .navbar .btn-navbar:active, .navbar .btn-navbar.active, .navbar .btn-navbar.disabled, .navbar .btn-navbar[disabled] {
  color: white;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}
/* line 531, ../../../../shared/bundle/ruby/1.9.1/gems/anjlab-bootstrap-rails-2.2.2.0/vendor/frameworks/twitter/bootstrap/mixins.scss */
.navbar .btn-navbar:active, .navbar .btn-navbar.active {
  background-color: #cccccc \9;
}

/* line 280, ../../../../shared/bundle/ruby/1.9.1/gems/anjlab-bootstrap-rails-2.2.2.0/vendor/frameworks/twitter/bootstrap/navbar.scss */
.navbar .btn-navbar .icon-bar {
  display: block;
  width: 18px;
  height: 2px;
  background-color: #f5f5f5;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}

/* line 288, ../../../../shared/bundle/ruby/1.9.1/gems/anjlab-bootstrap-rails-2.2.2.0/vendor/frameworks/twitter/bootstrap/navbar.scss */
.btn-navbar .icon-bar + .icon-bar {
  margin-top: 3px;
}

/* line 299, ../../../../shared/bundle/ruby/1.9.1/gems/anjlab-bootstrap-rails-2.2.2.0/vendor/frameworks/twitter/bootstrap/navbar.scss */
.navbar .nav > li > .dropdown-menu:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -7px;
  left: 9px;
}
/* line 310, ../../../../shared/bundle/ruby/1.9.1/gems/anjlab-bootstrap-rails-2.2.2.0/vendor/frameworks/twitter/bootstrap/navbar.scss */
.navbar .nav > li > .dropdown-menu:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  position: absolute;
  top: -6px;
  left: 10px;
}

/* line 323, ../../../../shared/bundle/ruby/1.9.1/gems/anjlab-bootstrap-rails-2.2.2.0/vendor/frameworks/twitter/bootstrap/navbar.scss */
.navbar-fixed-bottom .nav > li > .dropdown-menu:before {
  border-top: 7px solid #ccc;
  border-top-color: rgba(0, 0, 0, 0.2);
  border-bottom: 0;
  bottom: -7px;
  top: auto;
}
/* line 330, ../../../../shared/bundle/ruby/1.9.1/gems/anjlab-bootstrap-rails-2.2.2.0/vendor/frameworks/twitter/bootstrap/navbar.scss */
.navbar-fixed-bottom .nav > li > .dropdown-menu:after {
  border-top: 6px solid white;
  border-bottom: 0;
  bottom: -6px;
  top: auto;
}

/* line 339, ../../../../shared/bundle/ruby/1.9.1/gems/anjlab-bootstrap-rails-2.2.2.0/vendor/frameworks/twitter/bootstrap/navbar.scss */
.navbar .nav li.dropdown > a:hover .caret {
  border-top-color: #555555;
  border-bottom-color: #555555;
}

/* line 347, ../../../../shared/bundle/ruby/1.9.1/gems/anjlab-bootstrap-rails-2.2.2.0/vendor/frameworks/twitter/bootstrap/navbar.scss */
.navbar .nav li.dropdown.open > .dropdown-toggle,
.navbar .nav li.dropdown.active > .dropdown-toggle,
.navbar .nav li.dropdown.open.active > .dropdown-toggle {
  background-color: #e6e6e6;
  color: #555555;
}

/* line 351, ../../../../shared/bundle/ruby/1.9.1/gems/anjlab-bootstrap-rails-2.2.2.0/vendor/frameworks/twitter/bootstrap/navbar.scss */
.navbar .nav li.dropdown > .dropdown-toggle .caret {
  border-top-color: #777777;
  border-bottom-color: #777777;
}

/* line 357, ../../../../shared/bundle/ruby/1.9.1/gems/anjlab-bootstrap-rails-2.2.2.0/vendor/frameworks/twitter/bootstrap/navbar.scss */
.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: #555555;
  border-bottom-color: #555555;
}

/* line 364, ../../../../shared/bundle/ruby/1.9.1/gems/anjlab-bootstrap-rails-2.2.2.0/vendor/frameworks/twitter/bootstrap/navbar.scss */
.navbar .pull-right > li > .dropdown-menu,
.navbar .nav > li > .dropdown-menu.pull-right {
  left: auto;
  right: 0;
}
/* line 367, ../../../../shared/bundle/ruby/1.9.1/gems/anjlab-bootstrap-rails-2.2.2.0/vendor/frameworks/twitter/bootstrap/navbar.scss */
.navbar .pull-right > li > .dropdown-menu:before,
.navbar .nav > li > .dropdown-menu.pull-right:before {
  left: auto;
  right: 12px;
}
/* line 371, ../../../../shared/bundle/ruby/1.9.1/gems/anjlab-bootstrap-rails-2.2.2.0/vendor/frameworks/twitter/bootstrap/navbar.scss */
.navbar .pull-right > li > .dropdown-menu:after,
.navbar .nav > li > .dropdown-menu.pull-right:after {
  left: auto;
  right: 13px;
}
/* line 375, ../../../../shared/bundle/ruby/1.9.1/gems/anjlab-bootstrap-rails-2.2.2.0/vendor/frameworks/twitter/bootstrap/navbar.scss */
.navbar .pull-right > li > .dropdown-menu .dropdown-menu,
.navbar .nav > li > .dropdown-menu.pull-right .dropdown-menu {
  left: auto;
  right: 100%;
  margin-left: 0;
  margin-right: -1px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}

/* line 389, ../../../../shared/bundle/ruby/1.9.1/gems/anjlab-bootstrap-rails-2.2.2.0/vendor/frameworks/twitter/bootstrap/navbar.scss */
.navbar-inverse .navbar-inner {
  background-color: #47100f;
  background-image: -moz-linear-gradient(top, #610403, #222222);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#610403), to(#222222));
  background-image: -webkit-linear-gradient(top, #610403, #222222);
  background-image: -o-linear-gradient(top, #610403, #222222);
  background-image: linear-gradient(to bottom, #610403, #222222);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff610403', endColorstr='#ff222222', GradientType=0);
  border-color: #252525;
}
/* line 395, ../../../../shared/bundle/ruby/1.9.1/gems/anjlab-bootstrap-rails-2.2.2.0/vendor/frameworks/twitter/bootstrap/navbar.scss */
.navbar-inverse .brand,
.navbar-inverse .nav > li > a {
  color: #eeeeee;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
/* line 398, ../../../../shared/bundle/ruby/1.9.1/gems/anjlab-bootstrap-rails-2.2.2.0/vendor/frameworks/twitter/bootstrap/navbar.scss */
.navbar-inverse .brand:hover,
.navbar-inverse .nav > li > a:hover {
  color: white;
}
/* line 403, ../../../../shared/bundle/ruby/1.9.1/gems/anjlab-bootstrap-rails-2.2.2.0/vendor/frameworks/twitter/bootstrap/navbar.scss */
.navbar-inverse .brand {
  color: #eeeeee;
}
/* line 407, ../../../../shared/bundle/ruby/1.9.1/gems/anjlab-bootstrap-rails-2.2.2.0/vendor/frameworks/twitter/bootstrap/navbar.scss */
.navbar-inverse .navbar-text {
  color: #999999;
}
/* line 412, ../../../../shared/bundle/ruby/1.9.1/gems/anjlab-bootstrap-rails-2.2.2.0/vendor/frameworks/twitter/bootstrap/navbar.scss */
.navbar-inverse .nav > li > a:focus,
.navbar-inverse .nav > li > a:hover {
  background-color: transparent;
  color: white;
}
/* line 419, ../../../../shared/bundle/ruby/1.9.1/gems/anjlab-bootstrap-rails-2.2.2.0/vendor/frameworks/twitter/bootstrap/navbar.scss */
.navbar-inverse .nav .active > a,
.navbar-inverse .nav .active > a:hover,
.navbar-inverse .nav .active > a:focus {
  color: white;
  background-color: #222222;
}
/* line 425, ../../../../shared/bundle/ruby/1.9.1/gems/anjlab-bootstrap-rails-2.2.2.0/vendor/frameworks/twitter/bootstrap/navbar.scss */
.navbar-inverse .navbar-link {
  color: #eeeeee;
}
/* line 427, ../../../../shared/bundle/ruby/1.9.1/gems/anjlab-bootstrap-rails-2.2.2.0/vendor/frameworks/twitter/bootstrap/navbar.scss */
.navbar-inverse .navbar-link:hover {
  color: white;
}
/* line 433, ../../../../shared/bundle/ruby/1.9.1/gems/anjlab-bootstrap-rails-2.2.2.0/vendor/frameworks/twitter/bootstrap/navbar.scss */
.navbar-inverse .divider-vertical {
  border-left-color: #222222;
  border-right-color: #610403;
}
/* line 441, ../../../../shared/bundle/ruby/1.9.1/gems/anjlab-bootstrap-rails-2.2.2.0/vendor/frameworks/twitter/bootstrap/navbar.scss */
.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 {
  background-color: #222222;
  color: white;
}
/* line 445, ../../../../shared/bundle/ruby/1.9.1/gems/anjlab-bootstrap-rails-2.2.2.0/vendor/frameworks/twitter/bootstrap/navbar.scss */
.navbar-inverse .nav li.dropdown > a:hover .caret {
  border-top-color: white;
  border-bottom-color: white;
}
/* line 449, ../../../../shared/bundle/ruby/1.9.1/gems/anjlab-bootstrap-rails-2.2.2.0/vendor/frameworks/twitter/bootstrap/navbar.scss */
.navbar-inverse .nav li.dropdown > .dropdown-toggle .caret {
  border-top-color: #eeeeee;
  border-bottom-color: #eeeeee;
}
/* line 455, ../../../../shared/bundle/ruby/1.9.1/gems/anjlab-bootstrap-rails-2.2.2.0/vendor/frameworks/twitter/bootstrap/navbar.scss */
.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: white;
  border-bottom-color: white;
}
/* line 462, ../../../../shared/bundle/ruby/1.9.1/gems/anjlab-bootstrap-rails-2.2.2.0/vendor/frameworks/twitter/bootstrap/navbar.scss */
.navbar-inverse .navbar-search .search-query {
  color: white;
  background-color: #626262;
  border-color: #222222;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
/* line 100, ../../../../shared/bundle/ruby/1.9.1/gems/anjlab-bootstrap-rails-2.2.2.0/vendor/frameworks/twitter/bootstrap/mixins.scss */
.navbar-inverse .navbar-search .search-query :-moz-placeholder {
  color: #cccccc;
}
/* line 103, ../../../../shared/bundle/ruby/1.9.1/gems/anjlab-bootstrap-rails-2.2.2.0/vendor/frameworks/twitter/bootstrap/mixins.scss */
.navbar-inverse .navbar-search .search-query :-ms-input-placeholder {
  color: #cccccc;
}
/* line 106, ../../../../shared/bundle/ruby/1.9.1/gems/anjlab-bootstrap-rails-2.2.2.0/vendor/frameworks/twitter/bootstrap/mixins.scss */
.navbar-inverse .navbar-search .search-query ::-webkit-input-placeholder {
  color: #cccccc;
}
/* line 472, ../../../../shared/bundle/ruby/1.9.1/gems/anjlab-bootstrap-rails-2.2.2.0/vendor/frameworks/twitter/bootstrap/navbar.scss */
.navbar-inverse .navbar-search .search-query:focus, .navbar-inverse .navbar-search .search-query.focused {
  padding: 5px 15px;
  color: #333333;
  text-shadow: 0 1px 0 white;
  background-color: white;
  border: 0;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  outline: 0;
}
/* line 485, ../../../../shared/bundle/ruby/1.9.1/gems/anjlab-bootstrap-rails-2.2.2.0/vendor/frameworks/twitter/bootstrap/navbar.scss */
.navbar-inverse .btn-navbar {
  color: white;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #330a09;
  background-image: -moz-linear-gradient(top, #480302, #151515);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#480302), to(#151515));
  background-image: -webkit-linear-gradient(top, #480302, #151515);
  background-image: -o-linear-gradient(top, #480302, #151515);
  background-image: linear-gradient(to bottom, #480302, #151515);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff480302', endColorstr='#ff151515', GradientType=0);
  border-color: #151515 #151515 black;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) fadein(rgba(0, 0, 0, 0.1), 15%);
  *background-color: #151515;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
/* line 523, ../../../../shared/bundle/ruby/1.9.1/gems/anjlab-bootstrap-rails-2.2.2.0/vendor/frameworks/twitter/bootstrap/mixins.scss */
.navbar-inverse .btn-navbar:hover, .navbar-inverse .btn-navbar:active, .navbar-inverse .btn-navbar.active, .navbar-inverse .btn-navbar.disabled, .navbar-inverse .btn-navbar[disabled] {
  color: white;
  background-color: #151515;
  *background-color: #090909;
}
/* line 531, ../../../../shared/bundle/ruby/1.9.1/gems/anjlab-bootstrap-rails-2.2.2.0/vendor/frameworks/twitter/bootstrap/mixins.scss */
.navbar-inverse .btn-navbar:active, .navbar-inverse .btn-navbar.active {
  background-color: black \9;
}

/* line 1, ../../app/assets/stylesheets/bootstrap-override.css.scss */
body {
  padding-top: 60px;
}

/* line 5, ../../app/assets/stylesheets/bootstrap-override.css.scss */
ul.nav li.dropdown:hover .dropdown-menu {
  display: block;
}

/* line 9, ../../app/assets/stylesheets/bootstrap-override.css.scss */
.navbar .dropdown-menu {
  margin-top: 0px;
}

/* line 17, ../../app/assets/stylesheets/bootstrap-override.css.scss */
.nav-pills > li.welcome-message {
  padding: 6px 12px 8px;
  margin-top: 2px;
  margin-bottom: 2px;
  font-weight: bold;
  color: black;
}

/* line 25, ../../app/assets/stylesheets/bootstrap-override.css.scss */
.modal-body {
  font-size: 15px;
}

/* line 29, ../../app/assets/stylesheets/bootstrap-override.css.scss */
#footer {
  margin-top: 20px;
}
/* line 31, ../../app/assets/stylesheets/bootstrap-override.css.scss */
#footer .navbar-inner {
  padding-left: 0px;
}
/* line 34, ../../app/assets/stylesheets/bootstrap-override.css.scss */
#footer .navbar-inner ul li a {
  color: #eeeeee;
}
/* line 36, ../../app/assets/stylesheets/bootstrap-override.css.scss */
#footer .navbar-inner ul li a:hover {
  color: white;
}
/* line 39, ../../app/assets/stylesheets/bootstrap-override.css.scss */
#footer .copyright {
  color: white;
}
@import url("https://fonts.googleapis.com/css?family=PT+Sans:regular,italic,bold");
/* line 5, ../../app/assets/stylesheets/chromatron-red.css.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block;
}

/* line 9, ../../app/assets/stylesheets/chromatron-red.css.scss */
audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/* line 15, ../../app/assets/stylesheets/chromatron-red.css.scss */
audio:not([controls]) {
  display: none;
}

/* line 19, ../../app/assets/stylesheets/chromatron-red.css.scss */
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

/* line 26, ../../app/assets/stylesheets/chromatron-red.css.scss */
a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
/* line 31, ../../app/assets/stylesheets/chromatron-red.css.scss */
a:hover, a:active {
  outline: 0;
}

/* line 36, ../../app/assets/stylesheets/chromatron-red.css.scss */
sub {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

/* line 43, ../../app/assets/stylesheets/chromatron-red.css.scss */
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
  top: -0.5em;
}

/* line 51, ../../app/assets/stylesheets/chromatron-red.css.scss */
sub {
  bottom: -0.25em;
}

/* line 55, ../../app/assets/stylesheets/chromatron-red.css.scss */
img {
  /* Responsive images (ensure images don't scale beyond their parents) */
  max-width: 100%;
  /* Part 1: Set a maxium relative to the parent */
  width: auto\9;
  /* IE7-8 need help adjusting responsive images */
  height: auto;
  /* Part 2: Scale the height according to the width, otherwise you get stretching */
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}

/* line 68, ../../app/assets/stylesheets/chromatron-red.css.scss */
#map_canvas img, .google-maps img {
  max-width: none;
}

/* line 72, ../../app/assets/stylesheets/chromatron-red.css.scss */
button, input, select, textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
}

/* line 78, ../../app/assets/stylesheets/chromatron-red.css.scss */
button, input {
  *overflow: visible;
  line-height: normal;
}

/* line 83, ../../app/assets/stylesheets/chromatron-red.css.scss */
button::-moz-focus-inner, input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* line 88, ../../app/assets/stylesheets/chromatron-red.css.scss */
button, html input[type="button"] {
  -webkit-appearance: button;
  cursor: pointer;
}

/* line 94, ../../app/assets/stylesheets/chromatron-red.css.scss */
input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

/* line 100, ../../app/assets/stylesheets/chromatron-red.css.scss */
label, select, button {
  cursor: pointer;
}

/* line 105, ../../app/assets/stylesheets/chromatron-red.css.scss */
input[type="button"], input[type="reset"], input[type="submit"], input[type="radio"], input[type="checkbox"] {
  cursor: pointer;
}
/* line 108, ../../app/assets/stylesheets/chromatron-red.css.scss */
input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}
/* line 113, ../../app/assets/stylesheets/chromatron-red.css.scss */
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

/* line 119, ../../app/assets/stylesheets/chromatron-red.css.scss */
textarea {
  overflow: auto;
  vertical-align: top;
}

@media print {
  /* line 125, ../../app/assets/stylesheets/chromatron-red.css.scss */
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  /* line 131, ../../app/assets/stylesheets/chromatron-red.css.scss */
  a {
    text-decoration: underline;
  }
  /* line 133, ../../app/assets/stylesheets/chromatron-red.css.scss */
  a:visited {
    text-decoration: underline;
  }
  /* line 136, ../../app/assets/stylesheets/chromatron-red.css.scss */
  a[href]:after {
    content: " (" attr(href) ")";
  }

  /* line 140, ../../app/assets/stylesheets/chromatron-red.css.scss */
  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /* line 143, ../../app/assets/stylesheets/chromatron-red.css.scss */
  .ir a:after {
    content: "";
  }

  /* line 147, ../../app/assets/stylesheets/chromatron-red.css.scss */
  a[href^="javascript:"]:after, a[href^="#"]:after {
    content: "";
  }

  /* line 151, ../../app/assets/stylesheets/chromatron-red.css.scss */
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /* line 155, ../../app/assets/stylesheets/chromatron-red.css.scss */
  thead {
    display: table-header-group;
  }

  /* line 158, ../../app/assets/stylesheets/chromatron-red.css.scss */
  tr {
    page-break-inside: avoid;
  }

  /* line 161, ../../app/assets/stylesheets/chromatron-red.css.scss */
  img {
    page-break-inside: avoid;
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
}

  /* line 169, ../../app/assets/stylesheets/chromatron-red.css.scss */
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }

  /* line 173, ../../app/assets/stylesheets/chromatron-red.css.scss */
  h2, h3 {
    page-break-after: avoid;
  }
}
/* line 178, ../../app/assets/stylesheets/chromatron-red.css.scss */
.clearfix {
  *zoom: 1;
}
/* line 180, ../../app/assets/stylesheets/chromatron-red.css.scss */
.clearfix:before {
  display: table;
  content: "";
  line-height: 0;
}
/* line 185, ../../app/assets/stylesheets/chromatron-red.css.scss */
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
  clear: both;
}

/* line 193, ../../app/assets/stylesheets/chromatron-red.css.scss */
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

/* line 201, ../../app/assets/stylesheets/chromatron-red.css.scss */
.input-block-level {
  display: block;
  width: 100%;
  min-height: 28px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 210, ../../app/assets/stylesheets/chromatron-red.css.scss */
body {
  margin: 0;
  font-family: 'PT Sans', Arial, sans-serif;
  font-size: 13px;
  line-height: 18px;
  color: #555555;
  background-color: white;
}

/* line 220, ../../app/assets/stylesheets/chromatron-red.css.scss */
a {
  color: #ae432e;
  text-decoration: none;
}
/* line 223, ../../app/assets/stylesheets/chromatron-red.css.scss */
a:hover {
  color: #712c1e;
  text-decoration: underline;
}

/* line 229, ../../app/assets/stylesheets/chromatron-red.css.scss */
.img-rounded {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

/* line 235, ../../app/assets/stylesheets/chromatron-red.css.scss */
.img-polaroid {
  padding: 4px;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

/* line 245, ../../app/assets/stylesheets/chromatron-red.css.scss */
.img-circle {
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px;
}

/* line 251, ../../app/assets/stylesheets/chromatron-red.css.scss */
.row {
  margin-left: -20px;
  *zoom: 1;
}
/* line 254, ../../app/assets/stylesheets/chromatron-red.css.scss */
.row:before {
  display: table;
  content: "";
  line-height: 0;
}
/* line 259, ../../app/assets/stylesheets/chromatron-red.css.scss */
.row:after {
  display: table;
  content: "";
  line-height: 0;
  clear: both;
}

/* line 267, ../../app/assets/stylesheets/chromatron-red.css.scss */
[class*="span"] {
  float: left;
  min-height: 1px;
  margin-left: 20px;
}

/* line 273, ../../app/assets/stylesheets/chromatron-red.css.scss */
.container, .navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container, .span12 {
  width: 940px;
}

/* line 277, ../../app/assets/stylesheets/chromatron-red.css.scss */
.span11 {
  width: 860px;
}

/* line 281, ../../app/assets/stylesheets/chromatron-red.css.scss */
.span10 {
  width: 780px;
}

/* line 285, ../../app/assets/stylesheets/chromatron-red.css.scss */
.span9 {
  width: 700px;
}

/* line 289, ../../app/assets/stylesheets/chromatron-red.css.scss */
.span8 {
  width: 620px;
}

/* line 293, ../../app/assets/stylesheets/chromatron-red.css.scss */
.span7 {
  width: 540px;
}

/* line 297, ../../app/assets/stylesheets/chromatron-red.css.scss */
.span6 {
  width: 460px;
}

/* line 301, ../../app/assets/stylesheets/chromatron-red.css.scss */
.span5 {
  width: 380px;
}

/* line 305, ../../app/assets/stylesheets/chromatron-red.css.scss */
.span4 {
  width: 300px;
}

/* line 309, ../../app/assets/stylesheets/chromatron-red.css.scss */
.span3 {
  width: 220px;
}

/* line 313, ../../app/assets/stylesheets/chromatron-red.css.scss */
.span2 {
  width: 140px;
}

/* line 317, ../../app/assets/stylesheets/chromatron-red.css.scss */
.span1 {
  width: 60px;
}

/* line 321, ../../app/assets/stylesheets/chromatron-red.css.scss */
.offset12 {
  margin-left: 980px;
}

/* line 325, ../../app/assets/stylesheets/chromatron-red.css.scss */
.offset11 {
  margin-left: 900px;
}

/* line 329, ../../app/assets/stylesheets/chromatron-red.css.scss */
.offset10 {
  margin-left: 820px;
}

/* line 333, ../../app/assets/stylesheets/chromatron-red.css.scss */
.offset9 {
  margin-left: 740px;
}

/* line 337, ../../app/assets/stylesheets/chromatron-red.css.scss */
.offset8 {
  margin-left: 660px;
}

/* line 341, ../../app/assets/stylesheets/chromatron-red.css.scss */
.offset7 {
  margin-left: 580px;
}

/* line 345, ../../app/assets/stylesheets/chromatron-red.css.scss */
.offset6 {
  margin-left: 500px;
}

/* line 349, ../../app/assets/stylesheets/chromatron-red.css.scss */
.offset5 {
  margin-left: 420px;
}

/* line 353, ../../app/assets/stylesheets/chromatron-red.css.scss */
.offset4 {
  margin-left: 340px;
}

/* line 357, ../../app/assets/stylesheets/chromatron-red.css.scss */
.offset3 {
  margin-left: 260px;
}

/* line 361, ../../app/assets/stylesheets/chromatron-red.css.scss */
.offset2 {
  margin-left: 180px;
}

/* line 365, ../../app/assets/stylesheets/chromatron-red.css.scss */
.offset1 {
  margin-left: 100px;
}

/* line 369, ../../app/assets/stylesheets/chromatron-red.css.scss */
.row-fluid {
  width: 100%;
  *zoom: 1;
}
/* line 372, ../../app/assets/stylesheets/chromatron-red.css.scss */
.row-fluid:before {
  display: table;
  content: "";
  line-height: 0;
}
/* line 377, ../../app/assets/stylesheets/chromatron-red.css.scss */
.row-fluid:after {
  display: table;
  content: "";
  line-height: 0;
  clear: both;
}
/* line 383, ../../app/assets/stylesheets/chromatron-red.css.scss */
.row-fluid [class*="span"] {
  display: block;
  width: 100%;
  min-height: 28px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin-left: 2.127659574468085%;
  *margin-left: 2.074468085106383%;
}
/* line 393, ../../app/assets/stylesheets/chromatron-red.css.scss */
.row-fluid [class*="span"]:first-child {
  margin-left: 0;
}
/* line 397, ../../app/assets/stylesheets/chromatron-red.css.scss */
.row-fluid .controls-row [class*="span"] + [class*="span"] {
  margin-left: 2.127659574468085%;
}
/* line 400, ../../app/assets/stylesheets/chromatron-red.css.scss */
.row-fluid .span12 {
  width: 100%;
  *width: 99.94680851063829%;
}
/* line 404, ../../app/assets/stylesheets/chromatron-red.css.scss */
.row-fluid .span11 {
  width: 91.48936170212765%;
  *width: 91.43617021276594%;
}
/* line 408, ../../app/assets/stylesheets/chromatron-red.css.scss */
.row-fluid .span10 {
  width: 82.97872340425532%;
  *width: 82.92553191489361%;
}
/* line 412, ../../app/assets/stylesheets/chromatron-red.css.scss */
.row-fluid .span9 {
  width: 74.46808510638297%;
  *width: 74.41489361702126%;
}
/* line 416, ../../app/assets/stylesheets/chromatron-red.css.scss */
.row-fluid .span8 {
  width: 65.95744680851064%;
  *width: 65.90425531914893%;
}
/* line 420, ../../app/assets/stylesheets/chromatron-red.css.scss */
.row-fluid .span7 {
  width: 57.44680851063829%;
  *width: 57.39361702127659%;
}
/* line 424, ../../app/assets/stylesheets/chromatron-red.css.scss */
.row-fluid .span6 {
  width: 48.93617021276595%;
  *width: 48.88297872340425%;
}
/* line 428, ../../app/assets/stylesheets/chromatron-red.css.scss */
.row-fluid .span5 {
  width: 40.42553191489362%;
  *width: 40.37234042553192%;
}
/* line 432, ../../app/assets/stylesheets/chromatron-red.css.scss */
.row-fluid .span4 {
  width: 31.914893617021278%;
  *width: 31.861702127659576%;
}
/* line 436, ../../app/assets/stylesheets/chromatron-red.css.scss */
.row-fluid .span3 {
  width: 23.404255319148934%;
  *width: 23.351063829787233%;
}
/* line 440, ../../app/assets/stylesheets/chromatron-red.css.scss */
.row-fluid .span2 {
  width: 14.893617021276595%;
  *width: 14.840425531914894%;
}
/* line 444, ../../app/assets/stylesheets/chromatron-red.css.scss */
.row-fluid .span1 {
  width: 6.382978723404255%;
  *width: 6.329787234042553%;
}
/* line 448, ../../app/assets/stylesheets/chromatron-red.css.scss */
.row-fluid .offset12 {
  margin-left: 104.25531914893617%;
  *margin-left: 104.14893617021275%;
}
/* line 451, ../../app/assets/stylesheets/chromatron-red.css.scss */
.row-fluid .offset12:first-child {
  margin-left: 102.12765957446808%;
  *margin-left: 102.02127659574467%;
}
/* line 456, ../../app/assets/stylesheets/chromatron-red.css.scss */
.row-fluid .offset11 {
  margin-left: 95.74468085106382%;
  *margin-left: 95.6382978723404%;
}
/* line 459, ../../app/assets/stylesheets/chromatron-red.css.scss */
.row-fluid .offset11:first-child {
  margin-left: 93.61702127659574%;
  *margin-left: 93.51063829787232%;
}
/* line 464, ../../app/assets/stylesheets/chromatron-red.css.scss */
.row-fluid .offset10 {
  margin-left: 87.23404255319149%;
  *margin-left: 87.12765957446807%;
}
/* line 467, ../../app/assets/stylesheets/chromatron-red.css.scss */
.row-fluid .offset10:first-child {
  margin-left: 85.1063829787234%;
  *margin-left: 84.99999999999999%;
}
/* line 472, ../../app/assets/stylesheets/chromatron-red.css.scss */
.row-fluid .offset9 {
  margin-left: 78.72340425531914%;
  *margin-left: 78.61702127659572%;
}
/* line 475, ../../app/assets/stylesheets/chromatron-red.css.scss */
.row-fluid .offset9:first-child {
  margin-left: 76.59574468085106%;
  *margin-left: 76.48936170212764%;
}
/* line 480, ../../app/assets/stylesheets/chromatron-red.css.scss */
.row-fluid .offset8 {
  margin-left: 70.2127659574468%;
  *margin-left: 70.10638297872339%;
}
/* line 483, ../../app/assets/stylesheets/chromatron-red.css.scss */
.row-fluid .offset8:first-child {
  margin-left: 68.08510638297872%;
  *margin-left: 67.9787234042553%;
}
/* line 488, ../../app/assets/stylesheets/chromatron-red.css.scss */
.row-fluid .offset7 {
  margin-left: 61.70212765957446%;
  *margin-left: 61.59574468085106%;
}
/* line 491, ../../app/assets/stylesheets/chromatron-red.css.scss */
.row-fluid .offset7:first-child {
  margin-left: 59.574468085106375%;
  *margin-left: 59.46808510638297%;
}
/* line 496, ../../app/assets/stylesheets/chromatron-red.css.scss */
.row-fluid .offset6 {
  margin-left: 53.191489361702125%;
  *margin-left: 53.085106382978715%;
}
/* line 499, ../../app/assets/stylesheets/chromatron-red.css.scss */
.row-fluid .offset6:first-child {
  margin-left: 51.063829787234035%;
  *margin-left: 50.95744680851063%;
}
/* line 504, ../../app/assets/stylesheets/chromatron-red.css.scss */
.row-fluid .offset5 {
  margin-left: 44.68085106382979%;
  *margin-left: 44.57446808510638%;
}
/* line 507, ../../app/assets/stylesheets/chromatron-red.css.scss */
.row-fluid .offset5:first-child {
  margin-left: 42.5531914893617%;
  *margin-left: 42.4468085106383%;
}
/* line 512, ../../app/assets/stylesheets/chromatron-red.css.scss */
.row-fluid .offset4 {
  margin-left: 36.170212765957444%;
  *margin-left: 36.06382978723405%;
}
/* line 515, ../../app/assets/stylesheets/chromatron-red.css.scss */
.row-fluid .offset4:first-child {
  margin-left: 34.04255319148936%;
  *margin-left: 33.93617021276596%;
}
/* line 520, ../../app/assets/stylesheets/chromatron-red.css.scss */
.row-fluid .offset3 {
  margin-left: 27.659574468085104%;
  *margin-left: 27.5531914893617%;
}
/* line 523, ../../app/assets/stylesheets/chromatron-red.css.scss */
.row-fluid .offset3:first-child {
  margin-left: 25.53191489361702%;
  *margin-left: 25.425531914893618%;
}
/* line 528, ../../app/assets/stylesheets/chromatron-red.css.scss */
.row-fluid .offset2 {
  margin-left: 19.148936170212764%;
  *margin-left: 19.04255319148936%;
}
/* line 531, ../../app/assets/stylesheets/chromatron-red.css.scss */
.row-fluid .offset2:first-child {
  margin-left: 17.02127659574468%;
  *margin-left: 16.914893617021278%;
}
/* line 536, ../../app/assets/stylesheets/chromatron-red.css.scss */
.row-fluid .offset1 {
  margin-left: 10.638297872340425%;
  *margin-left: 10.53191489361702%;
}
/* line 539, ../../app/assets/stylesheets/chromatron-red.css.scss */
.row-fluid .offset1:first-child {
  margin-left: 8.51063829787234%;
  *margin-left: 8.404255319148938%;
}

/* line 546, ../../app/assets/stylesheets/chromatron-red.css.scss */
[class*="span"].hide, .row-fluid [class*="span"].hide {
  display: none;
}

/* line 550, ../../app/assets/stylesheets/chromatron-red.css.scss */
[class*="span"].pull-right, .row-fluid [class*="span"].pull-right {
  float: right;
}

/* line 554, ../../app/assets/stylesheets/chromatron-red.css.scss */
.container {
  margin-right: auto;
  margin-left: auto;
  *zoom: 1;
}
/* line 558, ../../app/assets/stylesheets/chromatron-red.css.scss */
.container:before {
  display: table;
  content: "";
  line-height: 0;
}
/* line 563, ../../app/assets/stylesheets/chromatron-red.css.scss */
.container:after {
  display: table;
  content: "";
  line-height: 0;
  clear: both;
}

/* line 571, ../../app/assets/stylesheets/chromatron-red.css.scss */
.container-fluid {
  padding-right: 20px;
  padding-left: 20px;
  *zoom: 1;
}
/* line 575, ../../app/assets/stylesheets/chromatron-red.css.scss */
.container-fluid:before {
  display: table;
  content: "";
  line-height: 0;
}
/* line 580, ../../app/assets/stylesheets/chromatron-red.css.scss */
.container-fluid:after {
  display: table;
  content: "";
  line-height: 0;
  clear: both;
}

/* line 588, ../../app/assets/stylesheets/chromatron-red.css.scss */
p {
  margin: 0 0 9px;
}

/* line 592, ../../app/assets/stylesheets/chromatron-red.css.scss */
.lead {
  margin-bottom: 18px;
  font-size: 19.5px;
  font-weight: 200;
  line-height: 27px;
}

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

/* line 603, ../../app/assets/stylesheets/chromatron-red.css.scss */
strong {
  font-weight: bold;
}

/* line 607, ../../app/assets/stylesheets/chromatron-red.css.scss */
em {
  font-style: italic;
}

/* line 611, ../../app/assets/stylesheets/chromatron-red.css.scss */
cite {
  font-style: normal;
}

/* line 615, ../../app/assets/stylesheets/chromatron-red.css.scss */
.muted {
  color: #999999;
}

/* line 619, ../../app/assets/stylesheets/chromatron-red.css.scss */
a.muted:hover {
  color: #808080;
}

/* line 623, ../../app/assets/stylesheets/chromatron-red.css.scss */
.text-warning {
  color: #c09853;
}

/* line 627, ../../app/assets/stylesheets/chromatron-red.css.scss */
a.text-warning:hover {
  color: #a47e3c;
}

/* line 631, ../../app/assets/stylesheets/chromatron-red.css.scss */
.text-error {
  color: #b94a48;
}

/* line 635, ../../app/assets/stylesheets/chromatron-red.css.scss */
a.text-error:hover {
  color: #953b39;
}

/* line 639, ../../app/assets/stylesheets/chromatron-red.css.scss */
.text-info {
  color: #3a87ad;
}

/* line 643, ../../app/assets/stylesheets/chromatron-red.css.scss */
a.text-info:hover {
  color: #2d6987;
}

/* line 647, ../../app/assets/stylesheets/chromatron-red.css.scss */
.text-success {
  color: #468847;
}

/* line 651, ../../app/assets/stylesheets/chromatron-red.css.scss */
a.text-success:hover {
  color: #356635;
}

/* line 655, ../../app/assets/stylesheets/chromatron-red.css.scss */
h1, h2, h3, h4, h5, h6 {
  margin: 9px 0;
  font-family: inherit;
  font-weight: bold;
  line-height: 18px;
  color: #616466;
  text-rendering: optimizelegibility;
}

/* line 664, ../../app/assets/stylesheets/chromatron-red.css.scss */
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}

/* line 670, ../../app/assets/stylesheets/chromatron-red.css.scss */
h1, h2, h3 {
  line-height: 36px;
}

/* line 674, ../../app/assets/stylesheets/chromatron-red.css.scss */
h1 {
  font-size: 35.75px;
}

/* line 678, ../../app/assets/stylesheets/chromatron-red.css.scss */
h2 {
  font-size: 29.25px;
}

/* line 682, ../../app/assets/stylesheets/chromatron-red.css.scss */
h3 {
  font-size: 22.75px;
}

/* line 686, ../../app/assets/stylesheets/chromatron-red.css.scss */
h4 {
  font-size: 16.25px;
}

/* line 690, ../../app/assets/stylesheets/chromatron-red.css.scss */
h5 {
  font-size: 13px;
}

/* line 694, ../../app/assets/stylesheets/chromatron-red.css.scss */
h6 {
  font-size: 11.049999999999999px;
}

/* line 698, ../../app/assets/stylesheets/chromatron-red.css.scss */
h1 small {
  font-size: 22.75px;
}

/* line 702, ../../app/assets/stylesheets/chromatron-red.css.scss */
h2 small {
  font-size: 16.25px;
}

/* line 706, ../../app/assets/stylesheets/chromatron-red.css.scss */
h3 small, h4 small {
  font-size: 13px;
}

/* line 710, ../../app/assets/stylesheets/chromatron-red.css.scss */
.page-header {
  padding-bottom: 8px;
  margin: 18px 0 27px;
  border-bottom: 1px solid #eeeeee;
}

/* line 716, ../../app/assets/stylesheets/chromatron-red.css.scss */
ul, ol {
  padding: 0;
  margin: 0 0 9px 25px;
}

/* line 722, ../../app/assets/stylesheets/chromatron-red.css.scss */
ul ul, ul ol {
  margin-bottom: 0;
}

/* line 728, ../../app/assets/stylesheets/chromatron-red.css.scss */
ol ol, ol ul {
  margin-bottom: 0;
}

/* line 733, ../../app/assets/stylesheets/chromatron-red.css.scss */
li {
  line-height: 18px;
}

/* line 737, ../../app/assets/stylesheets/chromatron-red.css.scss */
ul.unstyled, ol.unstyled, ul.inline, ol.inline {
  margin-left: 0;
  list-style: none;
}

/* line 742, ../../app/assets/stylesheets/chromatron-red.css.scss */
ul.inline > li, ol.inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

/* line 748, ../../app/assets/stylesheets/chromatron-red.css.scss */
dl {
  margin-bottom: 18px;
}

/* line 752, ../../app/assets/stylesheets/chromatron-red.css.scss */
dt, dd {
  line-height: 18px;
}

/* line 756, ../../app/assets/stylesheets/chromatron-red.css.scss */
dt {
  font-weight: bold;
}

/* line 760, ../../app/assets/stylesheets/chromatron-red.css.scss */
dd {
  margin-left: 9px;
}

/* line 764, ../../app/assets/stylesheets/chromatron-red.css.scss */
.dl-horizontal {
  *zoom: 1;
}
/* line 766, ../../app/assets/stylesheets/chromatron-red.css.scss */
.dl-horizontal:before {
  display: table;
  content: "";
  line-height: 0;
}
/* line 771, ../../app/assets/stylesheets/chromatron-red.css.scss */
.dl-horizontal:after {
  display: table;
  content: "";
  line-height: 0;
  clear: both;
}
/* line 777, ../../app/assets/stylesheets/chromatron-red.css.scss */
.dl-horizontal dt {
  float: left;
  width: 160px;
  clear: left;
  text-align: right;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/* line 786, ../../app/assets/stylesheets/chromatron-red.css.scss */
.dl-horizontal dd {
  margin-left: 180px;
}

/* line 791, ../../app/assets/stylesheets/chromatron-red.css.scss */
hr {
  margin: 18px 0;
  border: 0;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #ffffff;
}

/* line 799, ../../app/assets/stylesheets/chromatron-red.css.scss */
abbr[title], abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}
/* line 803, ../../app/assets/stylesheets/chromatron-red.css.scss */
abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

/* line 809, ../../app/assets/stylesheets/chromatron-red.css.scss */
blockquote {
  padding: 0 0 0 15px;
  margin: 0 0 18px;
  border-left: 5px solid #eeeeee;
}
/* line 813, ../../app/assets/stylesheets/chromatron-red.css.scss */
blockquote p {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 22.5px;
}
/* line 819, ../../app/assets/stylesheets/chromatron-red.css.scss */
blockquote small {
  display: block;
  line-height: 18px;
  color: #999999;
}
/* line 823, ../../app/assets/stylesheets/chromatron-red.css.scss */
blockquote small:before {
  content: '\2014 \00A0';
}
/* line 827, ../../app/assets/stylesheets/chromatron-red.css.scss */
blockquote.pull-right {
  float: right;
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
}
/* line 833, ../../app/assets/stylesheets/chromatron-red.css.scss */
blockquote.pull-right p {
  text-align: right;
}
/* line 836, ../../app/assets/stylesheets/chromatron-red.css.scss */
blockquote.pull-right small {
  text-align: right;
}
/* line 838, ../../app/assets/stylesheets/chromatron-red.css.scss */
blockquote.pull-right small:before {
  content: '';
}
/* line 841, ../../app/assets/stylesheets/chromatron-red.css.scss */
blockquote.pull-right small:after {
  content: '\00A0 \2014';
}

/* line 849, ../../app/assets/stylesheets/chromatron-red.css.scss */
q:before, q:after {
  content: "";
}

/* line 855, ../../app/assets/stylesheets/chromatron-red.css.scss */
blockquote:before, blockquote:after {
  content: "";
}

/* line 860, ../../app/assets/stylesheets/chromatron-red.css.scss */
address {
  display: block;
  margin-bottom: 18px;
  font-style: normal;
  line-height: 18px;
}

/* line 867, ../../app/assets/stylesheets/chromatron-red.css.scss */
code, pre {
  padding: 0 3px 2px;
  font-family: Monaco, Menlo, Consolas, 'Courier New', monospace;
  font-size: 11px;
  color: #333333;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

/* line 877, ../../app/assets/stylesheets/chromatron-red.css.scss */
code {
  padding: 2px 4px;
  color: #d14;
  background-color: #f7f7f9;
  border: 1px solid #e1e1e8;
  white-space: nowrap;
}

/* line 885, ../../app/assets/stylesheets/chromatron-red.css.scss */
pre {
  display: block;
  padding: 8.5px;
  margin: 0 0 9px;
  font-size: 12px;
  line-height: 18px;
  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);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
/* line 901, ../../app/assets/stylesheets/chromatron-red.css.scss */
pre.prettyprint {
  margin-bottom: 18px;
}
/* line 904, ../../app/assets/stylesheets/chromatron-red.css.scss */
pre code {
  padding: 0;
  color: inherit;
  white-space: pre;
  white-space: pre-wrap;
  background-color: transparent;
  border: 0;
}

/* line 914, ../../app/assets/stylesheets/chromatron-red.css.scss */
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

/* line 919, ../../app/assets/stylesheets/chromatron-red.css.scss */
form {
  margin: 0 0 18px;
}

/* line 923, ../../app/assets/stylesheets/chromatron-red.css.scss */
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}

/* line 929, ../../app/assets/stylesheets/chromatron-red.css.scss */
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 18px;
  font-size: 19.5px;
  line-height: 36px;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
/* line 939, ../../app/assets/stylesheets/chromatron-red.css.scss */
legend small {
  font-size: 13.5px;
  color: #999999;
}

/* line 945, ../../app/assets/stylesheets/chromatron-red.css.scss */
label, input, button, select, textarea {
  font-size: 13px;
  font-weight: normal;
  line-height: 18px;
}

/* line 951, ../../app/assets/stylesheets/chromatron-red.css.scss */
input, button, select, textarea {
  font-family: 'PT Sans', Arial, sans-serif;
}

/* line 955, ../../app/assets/stylesheets/chromatron-red.css.scss */
label {
  display: block;
  margin-bottom: 5px;
}

/* line 960, ../../app/assets/stylesheets/chromatron-red.css.scss */
select, textarea {
  display: inline-block;
  height: 18px;
  padding: 4px 6px;
  margin-bottom: 9px;
  font-size: 13px;
  line-height: 18px;
  color: #555555;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  vertical-align: middle;
}

/* line 975, ../../app/assets/stylesheets/chromatron-red.css.scss */
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"] {
  display: inline-block;
  height: 18px;
  padding: 4px 6px;
  margin-bottom: 9px;
  font-size: 13px;
  line-height: 18px;
  color: #555555;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  vertical-align: middle;
}

/* line 990, ../../app/assets/stylesheets/chromatron-red.css.scss */
.uneditable-input {
  display: inline-block;
  height: 18px;
  padding: 4px 6px;
  margin-bottom: 9px;
  font-size: 13px;
  line-height: 18px;
  color: #555555;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  vertical-align: middle;
}

/* line 1004, ../../app/assets/stylesheets/chromatron-red.css.scss */
input, textarea, .uneditable-input {
  width: 206px;
}

/* line 1008, ../../app/assets/stylesheets/chromatron-red.css.scss */
textarea {
  height: auto;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear .2s, box-shadow linear .2s;
  -moz-transition: border linear .2s, box-shadow linear .2s;
  -o-transition: border linear .2s, box-shadow linear .2s;
  transition: border linear .2s, box-shadow linear .2s;
}

/* line 1022, ../../app/assets/stylesheets/chromatron-red.css.scss */
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"] {
  background-color: #ffffff;
  border: 1px solid #cccccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear .2s, box-shadow linear .2s;
  -moz-transition: border linear .2s, box-shadow linear .2s;
  -o-transition: border linear .2s, box-shadow linear .2s;
  transition: border linear .2s, box-shadow linear .2s;
}

/* line 1035, ../../app/assets/stylesheets/chromatron-red.css.scss */
.uneditable-input {
  background-color: #ffffff;
  border: 1px solid #cccccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear .2s, box-shadow linear .2s;
  -moz-transition: border linear .2s, box-shadow linear .2s;
  -o-transition: border linear .2s, box-shadow linear .2s;
  transition: border linear .2s, box-shadow linear .2s;
}

/* line 1047, ../../app/assets/stylesheets/chromatron-red.css.scss */
textarea:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}

/* line 1058, ../../app/assets/stylesheets/chromatron-red.css.scss */
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 {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}

/* line 1069, ../../app/assets/stylesheets/chromatron-red.css.scss */
.uneditable-input:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}

/* line 1080, ../../app/assets/stylesheets/chromatron-red.css.scss */
input[type="radio"], input[type="checkbox"] {
  margin: 4px 0 0;
  *margin-top: 0;
  /* IE7 */
  margin-top: 1px \9;
  /* IE8-9 */
  line-height: normal;
}
/* line 1088, ../../app/assets/stylesheets/chromatron-red.css.scss */
input[type="file"], input[type="image"], input[type="submit"], input[type="reset"], input[type="button"], input[type="radio"], input[type="checkbox"] {
  width: auto;
}

/* line 1093, ../../app/assets/stylesheets/chromatron-red.css.scss */
select, input[type="file"] {
  height: 28px;
  /* In IE7, the height of the select element cannot be changed by height, only font-size */
  *margin-top: 4px;
  /* For IE7, add top margin to align select with labels */
  line-height: 28px;
}

/* line 1101, ../../app/assets/stylesheets/chromatron-red.css.scss */
select {
  width: 220px;
  border: 1px solid #cccccc;
  background-color: #ffffff;
}
/* line 1105, ../../app/assets/stylesheets/chromatron-red.css.scss */
select[multiple], select[size] {
  height: auto;
}
/* line 1108, ../../app/assets/stylesheets/chromatron-red.css.scss */
select:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 1116, ../../app/assets/stylesheets/chromatron-red.css.scss */
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;
}

/* line 1123, ../../app/assets/stylesheets/chromatron-red.css.scss */
.uneditable-input, .uneditable-textarea {
  color: #999999;
  background-color: #fcfcfc;
  border-color: #cccccc;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  cursor: not-allowed;
}

/* line 1133, ../../app/assets/stylesheets/chromatron-red.css.scss */
.uneditable-input {
  overflow: hidden;
  white-space: nowrap;
}

/* line 1138, ../../app/assets/stylesheets/chromatron-red.css.scss */
.uneditable-textarea {
  width: auto;
  height: auto;
}

/* line 1143, ../../app/assets/stylesheets/chromatron-red.css.scss */
input:-moz-placeholder, textarea:-moz-placeholder, input:-ms-input-placeholder, textarea:-ms-input-placeholder, input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #999999;
}

/* line 1147, ../../app/assets/stylesheets/chromatron-red.css.scss */
.radio, .checkbox {
  min-height: 18px;
  padding-left: 20px;
}

/* line 1152, ../../app/assets/stylesheets/chromatron-red.css.scss */
.radio input[type="radio"], .checkbox input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}

/* line 1158, ../../app/assets/stylesheets/chromatron-red.css.scss */
.controls > .radio:first-child, .controls > .checkbox:first-child {
  padding-top: 5px;
}

/* line 1163, ../../app/assets/stylesheets/chromatron-red.css.scss */
.radio.inline, .checkbox.inline {
  display: inline-block;
  padding-top: 5px;
  margin-bottom: 0;
  vertical-align: middle;
}

/* line 1170, ../../app/assets/stylesheets/chromatron-red.css.scss */
.radio.inline + .radio.inline, .checkbox.inline + .checkbox.inline {
  margin-left: 10px;
}

/* line 1174, ../../app/assets/stylesheets/chromatron-red.css.scss */
.input-mini {
  width: 60px;
}

/* line 1178, ../../app/assets/stylesheets/chromatron-red.css.scss */
.input-small {
  width: 90px;
}

/* line 1182, ../../app/assets/stylesheets/chromatron-red.css.scss */
.input-medium {
  width: 150px;
}

/* line 1186, ../../app/assets/stylesheets/chromatron-red.css.scss */
.input-large {
  width: 210px;
}

/* line 1190, ../../app/assets/stylesheets/chromatron-red.css.scss */
.input-xlarge {
  width: 270px;
}

/* line 1194, ../../app/assets/stylesheets/chromatron-red.css.scss */
.input-xxlarge {
  width: 530px;
}

/* line 1198, ../../app/assets/stylesheets/chromatron-red.css.scss */
input[class*="span"], select[class*="span"], textarea[class*="span"], .uneditable-input[class*="span"] {
  float: none;
  margin-left: 0;
}

/* line 1204, ../../app/assets/stylesheets/chromatron-red.css.scss */
.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;
}

/* line 1211, ../../app/assets/stylesheets/chromatron-red.css.scss */
.input-append input[class*="span"], .input-append .uneditable-input[class*="span"] {
  display: inline-block;
}

/* line 1217, ../../app/assets/stylesheets/chromatron-red.css.scss */
.input-prepend input[class*="span"], .input-prepend .uneditable-input[class*="span"] {
  display: inline-block;
}

/* line 1223, ../../app/assets/stylesheets/chromatron-red.css.scss */
.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;
}

/* line 1228, ../../app/assets/stylesheets/chromatron-red.css.scss */
input, textarea, .uneditable-input {
  margin-left: 0;
}

/* line 1232, ../../app/assets/stylesheets/chromatron-red.css.scss */
.controls-row [class*="span"] + [class*="span"] {
  margin-left: 20px;
}

/* line 1236, ../../app/assets/stylesheets/chromatron-red.css.scss */
input.span12, textarea.span12, .uneditable-input.span12 {
  width: 926px;
}

/* line 1240, ../../app/assets/stylesheets/chromatron-red.css.scss */
input.span11, textarea.span11, .uneditable-input.span11 {
  width: 846px;
}

/* line 1244, ../../app/assets/stylesheets/chromatron-red.css.scss */
input.span10, textarea.span10, .uneditable-input.span10 {
  width: 766px;
}

/* line 1248, ../../app/assets/stylesheets/chromatron-red.css.scss */
input.span9, textarea.span9, .uneditable-input.span9 {
  width: 686px;
}

/* line 1252, ../../app/assets/stylesheets/chromatron-red.css.scss */
input.span8, textarea.span8, .uneditable-input.span8 {
  width: 606px;
}

/* line 1256, ../../app/assets/stylesheets/chromatron-red.css.scss */
input.span7, textarea.span7, .uneditable-input.span7 {
  width: 526px;
}

/* line 1260, ../../app/assets/stylesheets/chromatron-red.css.scss */
input.span6, textarea.span6, .uneditable-input.span6 {
  width: 446px;
}

/* line 1264, ../../app/assets/stylesheets/chromatron-red.css.scss */
input.span5, textarea.span5, .uneditable-input.span5 {
  width: 366px;
}

/* line 1268, ../../app/assets/stylesheets/chromatron-red.css.scss */
input.span4, textarea.span4, .uneditable-input.span4 {
  width: 286px;
}

/* line 1272, ../../app/assets/stylesheets/chromatron-red.css.scss */
input.span3, textarea.span3, .uneditable-input.span3 {
  width: 206px;
}

/* line 1276, ../../app/assets/stylesheets/chromatron-red.css.scss */
input.span2, textarea.span2, .uneditable-input.span2 {
  width: 126px;
}

/* line 1280, ../../app/assets/stylesheets/chromatron-red.css.scss */
input.span1, textarea.span1, .uneditable-input.span1 {
  width: 46px;
}

/* line 1284, ../../app/assets/stylesheets/chromatron-red.css.scss */
.controls-row {
  *zoom: 1;
}
/* line 1286, ../../app/assets/stylesheets/chromatron-red.css.scss */
.controls-row:before {
  display: table;
  content: "";
  line-height: 0;
}
/* line 1291, ../../app/assets/stylesheets/chromatron-red.css.scss */
.controls-row:after {
  display: table;
  content: "";
  line-height: 0;
  clear: both;
}
/* line 1297, ../../app/assets/stylesheets/chromatron-red.css.scss */
.controls-row [class*="span"] {
  float: left;
}

/* line 1302, ../../app/assets/stylesheets/chromatron-red.css.scss */
.row-fluid .controls-row [class*="span"] {
  float: left;
}

/* line 1307, ../../app/assets/stylesheets/chromatron-red.css.scss */
.controls-row .checkbox[class*="span"], .controls-row .radio[class*="span"] {
  padding-top: 5px;
}

/* line 1312, ../../app/assets/stylesheets/chromatron-red.css.scss */
input[disabled], select[disabled], textarea[disabled], input[readonly], select[readonly], textarea[readonly] {
  cursor: not-allowed;
  background-color: #eeeeee;
}

/* line 1318, ../../app/assets/stylesheets/chromatron-red.css.scss */
input[type="radio"][disabled], input[type="checkbox"][disabled], input[type="radio"][readonly], input[type="checkbox"][readonly] {
  background-color: transparent;
}

/* line 1325, ../../app/assets/stylesheets/chromatron-red.css.scss */
.control-group.warning .control-label, .control-group.warning .help-block, .control-group.warning .help-inline, .control-group.warning .checkbox, .control-group.warning .radio, .control-group.warning input, .control-group.warning select, .control-group.warning textarea {
  color: #c09853;
}
/* line 1328, ../../app/assets/stylesheets/chromatron-red.css.scss */
.control-group.warning input, .control-group.warning select, .control-group.warning textarea {
  border-color: #c09853;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
/* line 1334, ../../app/assets/stylesheets/chromatron-red.css.scss */
.control-group.warning input:focus, .control-group.warning select:focus, .control-group.warning textarea:focus {
  border-color: #a47e3c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
}
/* line 1340, ../../app/assets/stylesheets/chromatron-red.css.scss */
.control-group.warning .input-prepend .add-on, .control-group.warning .input-append .add-on {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #c09853;
}
/* line 1347, ../../app/assets/stylesheets/chromatron-red.css.scss */
.control-group.error .control-label, .control-group.error .help-block, .control-group.error .help-inline, .control-group.error .checkbox, .control-group.error .radio, .control-group.error input, .control-group.error select, .control-group.error textarea {
  color: #b94a48;
}
/* line 1350, ../../app/assets/stylesheets/chromatron-red.css.scss */
.control-group.error input, .control-group.error select, .control-group.error textarea {
  border-color: #b94a48;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
/* line 1356, ../../app/assets/stylesheets/chromatron-red.css.scss */
.control-group.error input:focus, .control-group.error select:focus, .control-group.error textarea:focus {
  border-color: #953b39;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
}
/* line 1362, ../../app/assets/stylesheets/chromatron-red.css.scss */
.control-group.error .input-prepend .add-on, .control-group.error .input-append .add-on {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #b94a48;
}
/* line 1369, ../../app/assets/stylesheets/chromatron-red.css.scss */
.control-group.success .control-label, .control-group.success .help-block, .control-group.success .help-inline, .control-group.success .checkbox, .control-group.success .radio, .control-group.success input, .control-group.success select, .control-group.success textarea {
  color: #468847;
}
/* line 1372, ../../app/assets/stylesheets/chromatron-red.css.scss */
.control-group.success input, .control-group.success select, .control-group.success textarea {
  border-color: #468847;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
/* line 1378, ../../app/assets/stylesheets/chromatron-red.css.scss */
.control-group.success input:focus, .control-group.success select:focus, .control-group.success textarea:focus {
  border-color: #356635;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
}
/* line 1384, ../../app/assets/stylesheets/chromatron-red.css.scss */
.control-group.success .input-prepend .add-on, .control-group.success .input-append .add-on {
  color: #468847;
  background-color: #dff0d8;
  border-color: #468847;
}
/* line 1391, ../../app/assets/stylesheets/chromatron-red.css.scss */
.control-group.info .control-label, .control-group.info .help-block, .control-group.info .help-inline, .control-group.info .checkbox, .control-group.info .radio, .control-group.info input, .control-group.info select, .control-group.info textarea {
  color: #3a87ad;
}
/* line 1394, ../../app/assets/stylesheets/chromatron-red.css.scss */
.control-group.info input, .control-group.info select, .control-group.info textarea {
  border-color: #3a87ad;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
/* line 1400, ../../app/assets/stylesheets/chromatron-red.css.scss */
.control-group.info input:focus, .control-group.info select:focus, .control-group.info textarea:focus {
  border-color: #2d6987;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
}
/* line 1406, ../../app/assets/stylesheets/chromatron-red.css.scss */
.control-group.info .input-prepend .add-on, .control-group.info .input-append .add-on {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #3a87ad;
}

/* line 1414, ../../app/assets/stylesheets/chromatron-red.css.scss */
input:focus:invalid, textarea:focus:invalid, select:focus:invalid {
  color: #b94a48;
  border-color: #ee5f5b;
}

/* line 1419, ../../app/assets/stylesheets/chromatron-red.css.scss */
input:focus:invalid:focus, textarea:focus:invalid:focus, select:focus:invalid:focus {
  border-color: #e9322d;
  -webkit-box-shadow: 0 0 6px #f8b9b7;
  -moz-box-shadow: 0 0 6px #f8b9b7;
  box-shadow: 0 0 6px #f8b9b7;
}

/* line 1426, ../../app/assets/stylesheets/chromatron-red.css.scss */
.form-actions {
  padding: 17px 20px 18px;
  margin-top: 18px;
  margin-bottom: 18px;
  background-color: #f5f5f5;
  border-top: 1px solid #e5e5e5;
  *zoom: 1;
}
/* line 1433, ../../app/assets/stylesheets/chromatron-red.css.scss */
.form-actions:before {
  display: table;
  content: "";
  line-height: 0;
}
/* line 1438, ../../app/assets/stylesheets/chromatron-red.css.scss */
.form-actions:after {
  display: table;
  content: "";
  line-height: 0;
  clear: both;
}

/* line 1446, ../../app/assets/stylesheets/chromatron-red.css.scss */
.help-block, .help-inline {
  color: #7b7b7b;
}

/* line 1450, ../../app/assets/stylesheets/chromatron-red.css.scss */
.help-block {
  display: block;
  margin-bottom: 9px;
}

/* line 1455, ../../app/assets/stylesheets/chromatron-red.css.scss */
.help-inline {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  vertical-align: middle;
  padding-left: 5px;
}

/* line 1464, ../../app/assets/stylesheets/chromatron-red.css.scss */
.input-append, .input-prepend {
  margin-bottom: 5px;
  font-size: 0;
  white-space: nowrap;
}

/* line 1470, ../../app/assets/stylesheets/chromatron-red.css.scss */
.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 {
  font-size: 13px;
}

/* line 1474, ../../app/assets/stylesheets/chromatron-red.css.scss */
.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;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}

/* line 1484, ../../app/assets/stylesheets/chromatron-red.css.scss */
.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;
}

/* line 1488, ../../app/assets/stylesheets/chromatron-red.css.scss */
.input-append .add-on, .input-prepend .add-on {
  display: inline-block;
  width: auto;
  height: 18px;
  min-width: 16px;
  padding: 4px 5px;
  font-size: 13px;
  font-weight: normal;
  line-height: 18px;
  text-align: center;
  text-shadow: 0 1px 0 #ffffff;
  background-color: #eeeeee;
  border: 1px solid #ccc;
}

/* line 1503, ../../app/assets/stylesheets/chromatron-red.css.scss */
.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;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

/* line 1510, ../../app/assets/stylesheets/chromatron-red.css.scss */
.input-append .active {
  background-color: #c1ee69;
  border-color: #77ab13;
}

/* line 1516, ../../app/assets/stylesheets/chromatron-red.css.scss */
.input-prepend .active {
  background-color: #c1ee69;
  border-color: #77ab13;
}
/* line 1520, ../../app/assets/stylesheets/chromatron-red.css.scss */
.input-prepend .add-on, .input-prepend .btn {
  margin-right: -1px;
}
/* line 1523, ../../app/assets/stylesheets/chromatron-red.css.scss */
.input-prepend .add-on:first-child, .input-prepend .btn:first-child {
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}

/* line 1531, ../../app/assets/stylesheets/chromatron-red.css.scss */
.input-append input, .input-append select, .input-append .uneditable-input {
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
/* line 1536, ../../app/assets/stylesheets/chromatron-red.css.scss */
.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 {
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
/* line 1541, ../../app/assets/stylesheets/chromatron-red.css.scss */
.input-append .add-on, .input-append .btn, .input-append .btn-group {
  margin-left: -1px;
}
/* line 1544, ../../app/assets/stylesheets/chromatron-red.css.scss */
.input-append .add-on:last-child, .input-append .btn:last-child, .input-append .btn-group:last-child > .dropdown-toggle {
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}

/* line 1552, ../../app/assets/stylesheets/chromatron-red.css.scss */
.input-prepend.input-append input, .input-prepend.input-append select, .input-prepend.input-append .uneditable-input {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
/* line 1557, ../../app/assets/stylesheets/chromatron-red.css.scss */
.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 {
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
/* line 1562, ../../app/assets/stylesheets/chromatron-red.css.scss */
.input-prepend.input-append .add-on:first-child, .input-prepend.input-append .btn:first-child {
  margin-right: -1px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
/* line 1568, ../../app/assets/stylesheets/chromatron-red.css.scss */
.input-prepend.input-append .add-on:last-child, .input-prepend.input-append .btn:last-child {
  margin-left: -1px;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
/* line 1574, ../../app/assets/stylesheets/chromatron-red.css.scss */
.input-prepend.input-append .btn-group:first-child {
  margin-left: 0;
}

/* line 1579, ../../app/assets/stylesheets/chromatron-red.css.scss */
input.search-query {
  padding-right: 14px;
  padding-right: 4px \9;
  padding-left: 14px;
  padding-left: 4px \9;
  /* IE7-8 doesn't have border-radius, so don't indent the padding */
  margin-bottom: 0;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}

/* Allow for input prepend/append in search forms */
/* line 1594, ../../app/assets/stylesheets/chromatron-red.css.scss */
.form-search .input-append .search-query, .form-search .input-prepend .search-query {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
/* line 1600, ../../app/assets/stylesheets/chromatron-red.css.scss */
.form-search .input-append .search-query {
  -webkit-border-radius: 14px 0 0 14px;
  -moz-border-radius: 14px 0 0 14px;
  border-radius: 14px 0 0 14px;
}
/* line 1605, ../../app/assets/stylesheets/chromatron-red.css.scss */
.form-search .input-append .btn {
  -webkit-border-radius: 0 14px 14px 0;
  -moz-border-radius: 0 14px 14px 0;
  border-radius: 0 14px 14px 0;
}
/* line 1612, ../../app/assets/stylesheets/chromatron-red.css.scss */
.form-search .input-prepend .search-query {
  -webkit-border-radius: 0 14px 14px 0;
  -moz-border-radius: 0 14px 14px 0;
  border-radius: 0 14px 14px 0;
}
/* line 1617, ../../app/assets/stylesheets/chromatron-red.css.scss */
.form-search .input-prepend .btn {
  -webkit-border-radius: 14px 0 0 14px;
  -moz-border-radius: 14px 0 0 14px;
  border-radius: 14px 0 0 14px;
}
/* line 1623, ../../app/assets/stylesheets/chromatron-red.css.scss */
.form-search input {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  margin-bottom: 0;
  vertical-align: middle;
}

/* line 1633, ../../app/assets/stylesheets/chromatron-red.css.scss */
.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;
  /* IE7 inline-block hack */
  *zoom: 1;
  margin-bottom: 0;
  vertical-align: middle;
}

/* line 1642, ../../app/assets/stylesheets/chromatron-red.css.scss */
.form-search .hide, .form-inline .hide, .form-horizontal .hide {
  display: none;
}

/* line 1646, ../../app/assets/stylesheets/chromatron-red.css.scss */
.form-search label, .form-inline label, .form-search .btn-group, .form-inline .btn-group {
  display: inline-block;
}

/* line 1650, ../../app/assets/stylesheets/chromatron-red.css.scss */
.form-search .input-append, .form-inline .input-append, .form-search .input-prepend, .form-inline .input-prepend {
  margin-bottom: 0;
}

/* line 1655, ../../app/assets/stylesheets/chromatron-red.css.scss */
.form-search .radio, .form-search .checkbox {
  padding-left: 0;
  margin-bottom: 0;
  vertical-align: middle;
}

/* line 1663, ../../app/assets/stylesheets/chromatron-red.css.scss */
.form-inline .radio, .form-inline .checkbox {
  padding-left: 0;
  margin-bottom: 0;
  vertical-align: middle;
}

/* line 1671, ../../app/assets/stylesheets/chromatron-red.css.scss */
.form-search .radio input[type="radio"], .form-search .checkbox input[type="checkbox"] {
  float: left;
  margin-right: 3px;
  margin-left: 0;
}

/* line 1679, ../../app/assets/stylesheets/chromatron-red.css.scss */
.form-inline .radio input[type="radio"], .form-inline .checkbox input[type="checkbox"] {
  float: left;
  margin-right: 3px;
  margin-left: 0;
}

/* line 1686, ../../app/assets/stylesheets/chromatron-red.css.scss */
.control-group {
  margin-bottom: 9px;
}

/* line 1690, ../../app/assets/stylesheets/chromatron-red.css.scss */
legend + .control-group {
  margin-top: 18px;
  -webkit-margin-top-collapse: separate;
}

/* line 1696, ../../app/assets/stylesheets/chromatron-red.css.scss */
.form-horizontal .control-group {
  margin-bottom: 18px;
  *zoom: 1;
}
/* line 1699, ../../app/assets/stylesheets/chromatron-red.css.scss */
.form-horizontal .control-group:before {
  display: table;
  content: "";
  line-height: 0;
}
/* line 1704, ../../app/assets/stylesheets/chromatron-red.css.scss */
.form-horizontal .control-group:after {
  display: table;
  content: "";
  line-height: 0;
  clear: both;
}
/* line 1711, ../../app/assets/stylesheets/chromatron-red.css.scss */
.form-horizontal .control-label {
  float: left;
  width: 160px;
  padding-top: 5px;
  text-align: right;
}
/* line 1717, ../../app/assets/stylesheets/chromatron-red.css.scss */
.form-horizontal .controls {
  *display: inline-block;
  *padding-left: 20px;
  margin-left: 180px;
  *margin-left: 0;
}
/* line 1722, ../../app/assets/stylesheets/chromatron-red.css.scss */
.form-horizontal .controls:first-child {
  *padding-left: 180px;
}
/* line 1726, ../../app/assets/stylesheets/chromatron-red.css.scss */
.form-horizontal .help-block {
  margin-bottom: 0;
}
/* line 1729, ../../app/assets/stylesheets/chromatron-red.css.scss */
.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: 9px;
}
/* line 1732, ../../app/assets/stylesheets/chromatron-red.css.scss */
.form-horizontal .form-actions {
  padding-left: 180px;
}

/* line 1737, ../../app/assets/stylesheets/chromatron-red.css.scss */
table {
  max-width: 100%;
  background-color: #ffffff;
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 1744, ../../app/assets/stylesheets/chromatron-red.css.scss */
.table {
  width: 100%;
  margin-bottom: 18px;
}
/* line 1747, ../../app/assets/stylesheets/chromatron-red.css.scss */
.table th, .table td {
  padding: 8px;
  line-height: 18px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
/* line 1754, ../../app/assets/stylesheets/chromatron-red.css.scss */
.table th {
  font-weight: bold;
}
/* line 1757, ../../app/assets/stylesheets/chromatron-red.css.scss */
.table thead th {
  vertical-align: bottom;
}
/* line 1761, ../../app/assets/stylesheets/chromatron-red.css.scss */
.table caption + thead tr:first-child th, .table caption + thead tr:first-child td {
  border-top: 0;
}
/* line 1766, ../../app/assets/stylesheets/chromatron-red.css.scss */
.table colgroup + thead tr:first-child th, .table colgroup + thead tr:first-child td {
  border-top: 0;
}
/* line 1771, ../../app/assets/stylesheets/chromatron-red.css.scss */
.table thead:first-child tr:first-child th, .table thead:first-child tr:first-child td {
  border-top: 0;
}
/* line 1775, ../../app/assets/stylesheets/chromatron-red.css.scss */
.table tbody + tbody {
  border-top: 2px solid #dddddd;
}
/* line 1778, ../../app/assets/stylesheets/chromatron-red.css.scss */
.table .table {
  background-color: #e6e6e6;
}

/* line 1784, ../../app/assets/stylesheets/chromatron-red.css.scss */
.table-condensed th, .table-condensed td {
  padding: 4px 5px;
}

/* line 1789, ../../app/assets/stylesheets/chromatron-red.css.scss */
.table-bordered {
  border: 1px solid #dddddd;
  border-collapse: separate;
  *border-collapse: collapse;
  border-left: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
/* line 1797, ../../app/assets/stylesheets/chromatron-red.css.scss */
.table-bordered th, .table-bordered td {
  border-left: 1px solid #dddddd;
}
/* line 1801, ../../app/assets/stylesheets/chromatron-red.css.scss */
.table-bordered caption + thead tr:first-child th {
  border-top: 0;
}
/* line 1805, ../../app/assets/stylesheets/chromatron-red.css.scss */
.table-bordered caption + tbody tr:first-child th, .table-bordered caption + tbody tr:first-child td {
  border-top: 0;
}
/* line 1811, ../../app/assets/stylesheets/chromatron-red.css.scss */
.table-bordered colgroup + thead tr:first-child th {
  border-top: 0;
}
/* line 1815, ../../app/assets/stylesheets/chromatron-red.css.scss */
.table-bordered colgroup + tbody tr:first-child th, .table-bordered colgroup + tbody tr:first-child td {
  border-top: 0;
}
/* line 1820, ../../app/assets/stylesheets/chromatron-red.css.scss */
.table-bordered thead:first-child tr:first-child th {
  border-top: 0;
}
/* line 1824, ../../app/assets/stylesheets/chromatron-red.css.scss */
.table-bordered tbody:first-child tr:first-child th, .table-bordered tbody:first-child tr:first-child td {
  border-top: 0;
}
/* line 1828, ../../app/assets/stylesheets/chromatron-red.css.scss */
.table-bordered thead:first-child tr:first-child > th:first-child, .table-bordered tbody:first-child tr:first-child > td:first-child {
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
}
/* line 1833, ../../app/assets/stylesheets/chromatron-red.css.scss */
.table-bordered thead:first-child tr:first-child > th:last-child, .table-bordered tbody:first-child tr:first-child > td:last-child {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
}
/* line 1838, ../../app/assets/stylesheets/chromatron-red.css.scss */
.table-bordered thead:last-child tr:last-child > th:first-child, .table-bordered tbody:last-child tr:last-child > td:first-child, .table-bordered tfoot:last-child tr:last-child > td:first-child {
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}
/* line 1843, ../../app/assets/stylesheets/chromatron-red.css.scss */
.table-bordered thead:last-child tr:last-child > th:last-child, .table-bordered tbody:last-child tr:last-child > td:last-child {
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
}
/* line 1849, ../../app/assets/stylesheets/chromatron-red.css.scss */
.table-bordered tfoot:last-child tr:last-child > td:last-child {
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
}
/* line 1855, ../../app/assets/stylesheets/chromatron-red.css.scss */
.table-bordered tfoot + tbody:last-child tr:last-child td:first-child {
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
}
/* line 1860, ../../app/assets/stylesheets/chromatron-red.css.scss */
.table-bordered tfoot + tbody:last-child tr:last-child td:last-child {
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
}
/* line 1868, ../../app/assets/stylesheets/chromatron-red.css.scss */
.table-bordered caption + thead tr:first-child th:first-child, .table-bordered caption + tbody tr:first-child td:first-child {
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
}
/* line 1875, ../../app/assets/stylesheets/chromatron-red.css.scss */
.table-bordered colgroup + thead tr:first-child th:first-child, .table-bordered colgroup + tbody tr:first-child td:first-child {
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
}
/* line 1882, ../../app/assets/stylesheets/chromatron-red.css.scss */
.table-bordered caption + thead tr:first-child th:last-child, .table-bordered caption + tbody tr:first-child td:last-child {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
}
/* line 1889, ../../app/assets/stylesheets/chromatron-red.css.scss */
.table-bordered colgroup + thead tr:first-child th:last-child, .table-bordered colgroup + tbody tr:first-child td:last-child {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
}

/* line 1898, ../../app/assets/stylesheets/chromatron-red.css.scss */
.table-striped tbody > tr:nth-child(odd) > td, .table-striped tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}

/* line 1904, ../../app/assets/stylesheets/chromatron-red.css.scss */
.table-hover tbody tr:hover td, .table-hover tbody tr:hover th {
  background-color: #f5f5f5;
}

/* line 1910, ../../app/assets/stylesheets/chromatron-red.css.scss */
table td[class*="span"], table th[class*="span"] {
  display: table-cell;
  float: none;
  margin-left: 0;
}

/* line 1918, ../../app/assets/stylesheets/chromatron-red.css.scss */
.row-fluid table td[class*="span"], .row-fluid table th[class*="span"] {
  display: table-cell;
  float: none;
  margin-left: 0;
}

/* line 1926, ../../app/assets/stylesheets/chromatron-red.css.scss */
.table td.span1, .table th.span1 {
  float: none;
  width: 44px;
  margin-left: 0;
}
/* line 1931, ../../app/assets/stylesheets/chromatron-red.css.scss */
.table td.span2, .table th.span2 {
  float: none;
  width: 124px;
  margin-left: 0;
}
/* line 1936, ../../app/assets/stylesheets/chromatron-red.css.scss */
.table td.span3, .table th.span3 {
  float: none;
  width: 204px;
  margin-left: 0;
}
/* line 1941, ../../app/assets/stylesheets/chromatron-red.css.scss */
.table td.span4, .table th.span4 {
  float: none;
  width: 284px;
  margin-left: 0;
}
/* line 1946, ../../app/assets/stylesheets/chromatron-red.css.scss */
.table td.span5, .table th.span5 {
  float: none;
  width: 364px;
  margin-left: 0;
}
/* line 1951, ../../app/assets/stylesheets/chromatron-red.css.scss */
.table td.span6, .table th.span6 {
  float: none;
  width: 444px;
  margin-left: 0;
}
/* line 1956, ../../app/assets/stylesheets/chromatron-red.css.scss */
.table td.span7, .table th.span7 {
  float: none;
  width: 524px;
  margin-left: 0;
}
/* line 1961, ../../app/assets/stylesheets/chromatron-red.css.scss */
.table td.span8, .table th.span8 {
  float: none;
  width: 604px;
  margin-left: 0;
}
/* line 1966, ../../app/assets/stylesheets/chromatron-red.css.scss */
.table td.span9, .table th.span9 {
  float: none;
  width: 684px;
  margin-left: 0;
}
/* line 1971, ../../app/assets/stylesheets/chromatron-red.css.scss */
.table td.span10, .table th.span10 {
  float: none;
  width: 764px;
  margin-left: 0;
}
/* line 1976, ../../app/assets/stylesheets/chromatron-red.css.scss */
.table td.span11, .table th.span11 {
  float: none;
  width: 844px;
  margin-left: 0;
}
/* line 1981, ../../app/assets/stylesheets/chromatron-red.css.scss */
.table td.span12, .table th.span12 {
  float: none;
  width: 924px;
  margin-left: 0;
}
/* line 1987, ../../app/assets/stylesheets/chromatron-red.css.scss */
.table tbody tr.success td {
  background-color: #dff0d8;
}
/* line 1990, ../../app/assets/stylesheets/chromatron-red.css.scss */
.table tbody tr.error td {
  background-color: #f2dede;
}
/* line 1993, ../../app/assets/stylesheets/chromatron-red.css.scss */
.table tbody tr.warning td {
  background-color: #fcf8e3;
}
/* line 1996, ../../app/assets/stylesheets/chromatron-red.css.scss */
.table tbody tr.info td {
  background-color: #d9edf7;
}

/* line 2003, ../../app/assets/stylesheets/chromatron-red.css.scss */
.table-hover tbody tr.success:hover td {
  background-color: #d0e9c6;
}
/* line 2006, ../../app/assets/stylesheets/chromatron-red.css.scss */
.table-hover tbody tr.error:hover td {
  background-color: #ebcccc;
}
/* line 2009, ../../app/assets/stylesheets/chromatron-red.css.scss */
.table-hover tbody tr.warning:hover td {
  background-color: #faf2cc;
}
/* line 2012, ../../app/assets/stylesheets/chromatron-red.css.scss */
.table-hover tbody tr.info:hover td {
  background-color: #c4e3f3;
}

/* line 2017, ../../app/assets/stylesheets/chromatron-red.css.scss */
[class^="icon-"], [class*=" icon-"] {
  display: inline-block;
  width: 14px;
  height: 14px;
  *margin-right: .3em;
  line-height: 14px;
  vertical-align: text-top;
  background-position: 14px 14px;
  background-repeat: no-repeat;
  margin-top: 1px;
}

/* line 2029, ../../app/assets/stylesheets/chromatron-red.css.scss */
.icon-glass {
  background-position: 0      0;
}

/* line 2033, ../../app/assets/stylesheets/chromatron-red.css.scss */
.icon-music {
  background-position: -24px 0;
}

/* line 2037, ../../app/assets/stylesheets/chromatron-red.css.scss */
.icon-search {
  background-position: -48px 0;
}

/* line 2041, ../../app/assets/stylesheets/chromatron-red.css.scss */
.icon-envelope {
  background-position: -72px 0;
}

/* line 2045, ../../app/assets/stylesheets/chromatron-red.css.scss */
.icon-heart {
  background-position: -96px 0;
}

/* line 2049, ../../app/assets/stylesheets/chromatron-red.css.scss */
.icon-star {
  background-position: -120px 0;
}

/* line 2053, ../../app/assets/stylesheets/chromatron-red.css.scss */
.icon-star-empty {
  background-position: -144px 0;
}

/* line 2057, ../../app/assets/stylesheets/chromatron-red.css.scss */
.icon-user {
  background-position: -168px 0;
}

/* line 2061, ../../app/assets/stylesheets/chromatron-red.css.scss */
.icon-film {
  background-position: -192px 0;
}

/* line 2065, ../../app/assets/stylesheets/chromatron-red.css.scss */
.icon-th-large {
  background-position: -216px 0;
}

/* line 2069, ../../app/assets/stylesheets/chromatron-red.css.scss */
.icon-th {
  background-position: -240px 0;
}

/* line 2073, ../../app/assets/stylesheets/chromatron-red.css.scss */
.icon-th-list {
  background-position: -264px 0;
}

/* line 2077, ../../app/assets/stylesheets/chromatron-red.css.scss */
.icon-ok {
  background-position: -288px 0;
}

/* line 2081, ../../app/assets/stylesheets/chromatron-red.css.scss */
.icon-remove {
  background-position: -312px 0;
}

/* line 2085, ../../app/assets/stylesheets/chromatron-red.css.scss */
.icon-zoom-in {
  background-position: -336px 0;
}

/* line 2089, ../../app/assets/stylesheets/chromatron-red.css.scss */
.icon-zoom-out {
  background-position: -360px 0;
}

/* line 2093, ../../app/assets/stylesheets/chromatron-red.css.scss */
.icon-off {
  background-position: -384px 0;
}

/* line 2097, ../../app/assets/stylesheets/chromatron-red.css.scss */
.icon-signal {
  background-position: -408px 0;
}

/* line 2101, ../../app/assets/stylesheets/chromatron-red.css.scss */
.icon-cog {
  background-position: -432px 0;
}

/* line 2105, ../../app/assets/stylesheets/chromatron-red.css.scss */
.icon-trash {
  background-position: -456px 0;
}

/* line 2109, ../../app/assets/stylesheets/chromatron-red.css.scss */
.icon-home {
  background-position: 0 -24px;
}

/* line 2113, ../../app/assets/stylesheets/chromatron-red.css.scss */
.icon-file {
  background-position: -24px -24px;
}

/* line 2117, ../../app/assets/stylesheets/chromatron-red.css.scss */
.icon-time {
  background-position: -48px -24px;
}

/* line 2121, ../../app/assets/stylesheets/chromatron-red.css.scss */
.icon-road {
  background-position: -72px -24px;
}

/* line 2125, ../../app/assets/stylesheets/chromatron-red.css.scss */
.icon-download-alt {
  background-position: -96px -24px;
}

/* line 2129, ../../app/assets/stylesheets/chromatron-red.css.scss */
.icon-download {
  background-position: -120px -24px;
}

/* line 2133, ../../app/assets/stylesheets/chromatron-red.css.scss */
.icon-upload {
  background-position: -144px -24px;
}

/* line 2137, ../../app/assets/stylesheets/chromatron-red.css.scss */
.icon-inbox {
  background-position: -168px -24px;
}

/* line 2141, ../../app/assets/stylesheets/chromatron-red.css.scss */
.icon-play-circle {
  background-position: -192px -24px;
}

/* line 2145, ../../app/assets/stylesheets/chromatron-red.css.scss */
.icon-repeat {
  background-position: -216px -24px;
}

/* line 2149, ../../app/assets/stylesheets/chromatron-red.css.scss */
.icon-refresh {
  background-position: -240px -24px;
}

/* line 2153, ../../app/assets/stylesheets/chromatron-red.css.scss */
.icon-list-alt {
  background-position: -264px -24px;
}

/* line 2157, ../../app/assets/stylesheets/chromatron-red.css.scss */
.icon-lock {
  background-position: -287px -24px;
}

/* line 2161, ../../app/assets/stylesheets/chromatron-red.css.scss */
.icon-flag {
  background-position: -312px -24px;
}

/* line 2165, ../../app/assets/stylesheets/chromatron-red.css.scss */
.icon-headphones {
  background-position: -336px -24px;
}

/* line 2169, ../../app/assets/stylesheets/chromatron-red.css.scss */
.icon-volume-off {
  background-position: -360px -24px;
}

/* line 2173, ../../app/assets/stylesheets/chromatron-red.css.scss */
.icon-volume-down {
  background-position: -384px -24px;
}

/* line 2177, ../../app/assets/stylesheets/chromatron-red.css.scss */
.icon-volume-up {
  background-position: -408px -24px;
}

/* line 2181, ../../app/assets/stylesheets/chromatron-red.css.scss */
.icon-qrcode {
  background-position: -432px -24px;
}

/* line 2185, ../../app/assets/stylesheets/chromatron-red.css.scss */
.icon-barcode {
  background-position: -456px -24px;
}

/* line 2189, ../../app/assets/stylesheets/chromatron-red.css.scss */
.icon-tag {
  background-position: 0 -48px;
}

/* line 2193, ../../app/assets/stylesheets/chromatron-red.css.scss */
.icon-tags {
  background-position: -25px -48px;
}

/* line 2197, ../../app/assets/stylesheets/chromatron-red.css.scss */
.icon-book {
  background-position: -48px -48px;
}

/* line 2201, ../../app/assets/stylesheets/chromatron-red.css.scss */
.icon-bookmark {
  background-position: -72px -48px;
}

/* line 2205, ../../app/assets/stylesheets/chromatron-red.css.scss */
.icon-print {
  background-position: -96px -48px;
}

/* line 2209, ../../app/assets/stylesheets/chromatron-red.css.scss */
.icon-camera {
  background-position: -120px -48px;
}

/* line 2213, ../../app/assets/stylesheets/chromatron-red.css.scss */
.icon-font {
  background-position: -144px -48px;
}

/* line 2217, ../../app/assets/stylesheets/chromatron-red.css.scss */
.icon-bold {
  background-position: -167px -48px;
}

/* line 2221, ../../app/assets/stylesheets/chromatron-red.css.scss */
.icon-italic {
  background-position: -192px -48px;
}

/* line 2225, ../../app/assets/stylesheets/chromatron-red.css.scss */
.icon-text-height {
  background-position: -216px -48px;
}

/* line 2229, ../../app/assets/stylesheets/chromatron-red.css.scss */
.icon-text-width {
  background-position: -240px -48px;
}

/* line 2233, ../../app/assets/stylesheets/chromatron-red.css.scss */
.icon-align-left {
  background-position: -264px -48px;
}

/* line 2237, ../../app/assets/stylesheets/chromatron-red.css.scss */
.icon-align-center {
  background-position: -288px -48px;
}

/* line 2241, ../../app/assets/stylesheets/chromatron-red.css.scss */
.icon-align-right {
  background-position: -312px -48px;
}

/* line 2245, ../../app/assets/stylesheets/chromatron-red.css.scss */
.icon-align-justify {
  background-position: -336px -48px;
}

/* line 2249, ../../app/assets/stylesheets/chromatron-red.css.scss */
.icon-list {
  background-position: -360px -48px;
}

/* line 2253, ../../app/assets/stylesheets/chromatron-red.css.scss */
.icon-indent-left {
  background-position: -384px -48px;
}

/* line 2257, ../../app/assets/stylesheets/chromatron-red.css.scss */
.icon-indent-right {
  background-position: -408px -48px;
}

/* line 2261, ../../app/assets/stylesheets/chromatron-red.css.scss */
.icon-facetime-video {
  background-position: -432px -48px;
}

/* line 2265, ../../app/assets/stylesheets/chromatron-red.css.scss */
.icon-picture {
  background-position: -456px -48px;
}

/* line 2269, ../../app/assets/stylesheets/chromatron-red.css.scss */
.icon-pencil {
  background-position: 0 -72px;
}

/* line 2273, ../../app/assets/stylesheets/chromatron-red.css.scss */
.icon-map-marker {
  background-position: -24px -72px;
}

/* line 2277, ../../app/assets/stylesheets/chromatron-red.css.scss */
.icon-adjust {
  background-position: -48px -72px;
}

/* line 2281, ../../app/assets/stylesheets/chromatron-red.css.scss */
.icon-tint {
  background-position: -72px -72px;
}

/* line 2285, ../../app/assets/stylesheets/chromatron-red.css.scss */
.icon-edit {
  background-position: -96px -72px;
}

/* line 2289, ../../app/assets/stylesheets/chromatron-red.css.scss */
.icon-share {
  background-position: -120px -72px;
}

/* line 2293, ../../app/assets/stylesheets/chromatron-red.css.scss */
.icon-check {
  background-position: -144px -72px;
}

/* line 2297, ../../app/assets/stylesheets/chromatron-red.css.scss */
.icon-move {
  background-position: -168px -72px;
}

/* line 2301, ../../app/assets/stylesheets/chromatron-red.css.scss */
.icon-step-backward {
  background-position: -192px -72px;
}

/* line 2305, ../../app/assets/stylesheets/chromatron-red.css.scss */
.icon-fast-backward {
  background-position: -216px -72px;
}

/* line 2309, ../../app/assets/stylesheets/chromatron-red.css.scss */
.icon-backward {
  background-position: -240px -72px;
}

/* line 2313, ../../app/assets/stylesheets/chromatron-red.css.scss */
.icon-play {
  background-position: -264px -72px;
}

/* line 2317, ../../app/assets/stylesheets/chromatron-red.css.scss */
.icon-pause {
  background-position: -288px -72px;
}

/* line 2321, ../../app/assets/stylesheets/chromatron-red.css.scss */
.icon-stop {
  background-position: -312px -72px;
}

/* line 2325, ../../app/assets/stylesheets/chromatron-red.css.scss */
.icon-forward {
  background-position: -336px -72px;
}

/* line 2329, ../../app/assets/stylesheets/chromatron-red.css.scss */
.icon-fast-forward {
  background-position: -360px -72px;
}

/* line 2333, ../../app/assets/stylesheets/chromatron-red.css.scss */
.icon-step-forward {
  background-position: -384px -72px;
}

/* line 2337, ../../app/assets/stylesheets/chromatron-red.css.scss */
.icon-eject {
  background-position: -408px -72px;
}

/* line 2341, ../../app/assets/stylesheets/chromatron-red.css.scss */
.icon-chevron-left {
  background-position: -432px -72px;
}

/* line 2345, ../../app/assets/stylesheets/chromatron-red.css.scss */
.icon-chevron-right {
  background-position: -456px -72px;
}

/* line 2349, ../../app/assets/stylesheets/chromatron-red.css.scss */
.icon-plus-sign {
  background-position: 0 -96px;
}

/* line 2353, ../../app/assets/stylesheets/chromatron-red.css.scss */
.icon-minus-sign {
  background-position: -24px -96px;
}

/* line 2357, ../../app/assets/stylesheets/chromatron-red.css.scss */
.icon-remove-sign {
  background-position: -48px -96px;
}

/* line 2361, ../../app/assets/stylesheets/chromatron-red.css.scss */
.icon-ok-sign {
  background-position: -72px -96px;
}

/* line 2365, ../../app/assets/stylesheets/chromatron-red.css.scss */
.icon-question-sign {
  background-position: -96px -96px;
}

/* line 2369, ../../app/assets/stylesheets/chromatron-red.css.scss */
.icon-info-sign {
  background-position: -120px -96px;
}

/* line 2373, ../../app/assets/stylesheets/chromatron-red.css.scss */
.icon-screenshot {
  background-position: -144px -96px;
}

/* line 2377, ../../app/assets/stylesheets/chromatron-red.css.scss */
.icon-remove-circle {
  background-position: -168px -96px;
}

/* line 2381, ../../app/assets/stylesheets/chromatron-red.css.scss */
.icon-ok-circle {
  background-position: -192px -96px;
}

/* line 2385, ../../app/assets/stylesheets/chromatron-red.css.scss */
.icon-ban-circle {
  background-position: -216px -96px;
}

/* line 2389, ../../app/assets/stylesheets/chromatron-red.css.scss */
.icon-arrow-left {
  background-position: -240px -96px;
}

/* line 2393, ../../app/assets/stylesheets/chromatron-red.css.scss */
.icon-arrow-right {
  background-position: -264px -96px;
}

/* line 2397, ../../app/assets/stylesheets/chromatron-red.css.scss */
.icon-arrow-up {
  background-position: -289px -96px;
}

/* line 2401, ../../app/assets/stylesheets/chromatron-red.css.scss */
.icon-arrow-down {
  background-position: -312px -96px;
}

/* line 2405, ../../app/assets/stylesheets/chromatron-red.css.scss */
.icon-share-alt {
  background-position: -336px -96px;
}

/* line 2409, ../../app/assets/stylesheets/chromatron-red.css.scss */
.icon-resize-full {
  background-position: -360px -96px;
}

/* line 2413, ../../app/assets/stylesheets/chromatron-red.css.scss */
.icon-resize-small {
  background-position: -384px -96px;
}

/* line 2417, ../../app/assets/stylesheets/chromatron-red.css.scss */
.icon-plus {
  background-position: -408px -96px;
}

/* line 2421, ../../app/assets/stylesheets/chromatron-red.css.scss */
.icon-minus {
  background-position: -433px -96px;
}

/* line 2425, ../../app/assets/stylesheets/chromatron-red.css.scss */
.icon-asterisk {
  background-position: -456px -96px;
}

/* line 2429, ../../app/assets/stylesheets/chromatron-red.css.scss */
.icon-exclamation-sign {
  background-position: 0 -120px;
}

/* line 2433, ../../app/assets/stylesheets/chromatron-red.css.scss */
.icon-gift {
  background-position: -24px -120px;
}

/* line 2437, ../../app/assets/stylesheets/chromatron-red.css.scss */
.icon-leaf {
  background-position: -48px -120px;
}

/* line 2441, ../../app/assets/stylesheets/chromatron-red.css.scss */
.icon-fire {
  background-position: -72px -120px;
}

/* line 2445, ../../app/assets/stylesheets/chromatron-red.css.scss */
.icon-eye-open {
  background-position: -96px -120px;
}

/* line 2449, ../../app/assets/stylesheets/chromatron-red.css.scss */
.icon-eye-close {
  background-position: -120px -120px;
}

/* line 2453, ../../app/assets/stylesheets/chromatron-red.css.scss */
.icon-warning-sign {
  background-position: -144px -120px;
}

/* line 2457, ../../app/assets/stylesheets/chromatron-red.css.scss */
.icon-plane {
  background-position: -168px -120px;
}

/* line 2461, ../../app/assets/stylesheets/chromatron-red.css.scss */
.icon-calendar {
  background-position: -192px -120px;
}

/* line 2465, ../../app/assets/stylesheets/chromatron-red.css.scss */
.icon-random {
  background-position: -216px -120px;
  width: 16px;
}

/* line 2470, ../../app/assets/stylesheets/chromatron-red.css.scss */
.icon-comment {
  background-position: -240px -120px;
}

/* line 2474, ../../app/assets/stylesheets/chromatron-red.css.scss */
.icon-magnet {
  background-position: -264px -120px;
}

/* line 2478, ../../app/assets/stylesheets/chromatron-red.css.scss */
.icon-chevron-up {
  background-position: -288px -120px;
}

/* line 2482, ../../app/assets/stylesheets/chromatron-red.css.scss */
.icon-chevron-down {
  background-position: -313px -119px;
}

/* line 2486, ../../app/assets/stylesheets/chromatron-red.css.scss */
.icon-retweet {
  background-position: -336px -120px;
}

/* line 2490, ../../app/assets/stylesheets/chromatron-red.css.scss */
.icon-shopping-cart {
  background-position: -360px -120px;
}

/* line 2494, ../../app/assets/stylesheets/chromatron-red.css.scss */
.icon-folder-close {
  background-position: -384px -120px;
}

/* line 2498, ../../app/assets/stylesheets/chromatron-red.css.scss */
.icon-folder-open {
  background-position: -408px -120px;
  width: 16px;
}

/* line 2503, ../../app/assets/stylesheets/chromatron-red.css.scss */
.icon-resize-vertical {
  background-position: -432px -119px;
}

/* line 2507, ../../app/assets/stylesheets/chromatron-red.css.scss */
.icon-resize-horizontal {
  background-position: -456px -118px;
}

/* line 2511, ../../app/assets/stylesheets/chromatron-red.css.scss */
.icon-hdd {
  background-position: 0 -144px;
}

/* line 2515, ../../app/assets/stylesheets/chromatron-red.css.scss */
.icon-bullhorn {
  background-position: -24px -144px;
}

/* line 2519, ../../app/assets/stylesheets/chromatron-red.css.scss */
.icon-bell {
  background-position: -48px -144px;
}

/* line 2523, ../../app/assets/stylesheets/chromatron-red.css.scss */
.icon-certificate {
  background-position: -72px -144px;
}

/* line 2527, ../../app/assets/stylesheets/chromatron-red.css.scss */
.icon-thumbs-up {
  background-position: -96px -144px;
}

/* line 2531, ../../app/assets/stylesheets/chromatron-red.css.scss */
.icon-thumbs-down {
  background-position: -120px -144px;
}

/* line 2535, ../../app/assets/stylesheets/chromatron-red.css.scss */
.icon-hand-right {
  background-position: -144px -144px;
}

/* line 2539, ../../app/assets/stylesheets/chromatron-red.css.scss */
.icon-hand-left {
  background-position: -168px -144px;
}

/* line 2543, ../../app/assets/stylesheets/chromatron-red.css.scss */
.icon-hand-up {
  background-position: -192px -144px;
}

/* line 2547, ../../app/assets/stylesheets/chromatron-red.css.scss */
.icon-hand-down {
  background-position: -216px -144px;
}

/* line 2551, ../../app/assets/stylesheets/chromatron-red.css.scss */
.icon-circle-arrow-right {
  background-position: -240px -144px;
}

/* line 2555, ../../app/assets/stylesheets/chromatron-red.css.scss */
.icon-circle-arrow-left {
  background-position: -264px -144px;
}

/* line 2559, ../../app/assets/stylesheets/chromatron-red.css.scss */
.icon-circle-arrow-up {
  background-position: -288px -144px;
}

/* line 2563, ../../app/assets/stylesheets/chromatron-red.css.scss */
.icon-circle-arrow-down {
  background-position: -312px -144px;
}

/* line 2567, ../../app/assets/stylesheets/chromatron-red.css.scss */
.icon-globe {
  background-position: -336px -144px;
}

/* line 2571, ../../app/assets/stylesheets/chromatron-red.css.scss */
.icon-wrench {
  background-position: -360px -144px;
}

/* line 2575, ../../app/assets/stylesheets/chromatron-red.css.scss */
.icon-tasks {
  background-position: -384px -144px;
}

/* line 2579, ../../app/assets/stylesheets/chromatron-red.css.scss */
.icon-filter {
  background-position: -408px -144px;
}

/* line 2583, ../../app/assets/stylesheets/chromatron-red.css.scss */
.icon-briefcase {
  background-position: -432px -144px;
}

/* line 2587, ../../app/assets/stylesheets/chromatron-red.css.scss */
.icon-fullscreen {
  background-position: -456px -144px;
}

/* line 2591, ../../app/assets/stylesheets/chromatron-red.css.scss */
.dropup, .dropdown {
  position: relative;
}

/* line 2595, ../../app/assets/stylesheets/chromatron-red.css.scss */
.dropdown-toggle {
  *margin-bottom: -3px;
}
/* line 2597, ../../app/assets/stylesheets/chromatron-red.css.scss */
.dropdown-toggle:active {
  outline: 0;
}

/* line 2602, ../../app/assets/stylesheets/chromatron-red.css.scss */
.open .dropdown-toggle {
  outline: 0;
}

/* line 2606, ../../app/assets/stylesheets/chromatron-red.css.scss */
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: top;
  border-top: 4px solid #000000;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content: "";
}

/* line 2617, ../../app/assets/stylesheets/chromatron-red.css.scss */
.dropdown .caret {
  margin-top: 8px;
  margin-left: 2px;
}

/* line 2622, ../../app/assets/stylesheets/chromatron-red.css.scss */
.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: #ffffff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
/* line 2647, ../../app/assets/stylesheets/chromatron-red.css.scss */
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
/* line 2651, ../../app/assets/stylesheets/chromatron-red.css.scss */
.dropdown-menu .divider {
  *width: 100%;
  height: 1px;
  margin: 8px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #ffffff;
}
/* line 2660, ../../app/assets/stylesheets/chromatron-red.css.scss */
.dropdown-menu li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 18px;
  color: #333333;
  white-space: nowrap;
}
/* line 2668, ../../app/assets/stylesheets/chromatron-red.css.scss */
.dropdown-menu li > a:hover, .dropdown-menu li > a:focus {
  text-decoration: none;
  color: #ffffff;
  background-color: #a6402c;
  background-image: -moz-linear-gradient(top, #ae432e, #9a3b29);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ae432e), to(#9a3b29));
  background-image: -webkit-linear-gradient(top, #ae432e, #9a3b29);
  background-image: -o-linear-gradient(top, #ae432e, #9a3b29);
  background-image: linear-gradient(to bottom, #ae432e, #9a3b29);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffae432e', endColorstr='#ff9a3b29', GradientType=0);
}

/* line 2683, ../../app/assets/stylesheets/chromatron-red.css.scss */
.dropdown-submenu:hover > a {
  text-decoration: none;
  color: #ffffff;
  background-color: #a6402c;
  background-image: -moz-linear-gradient(top, #ae432e, #9a3b29);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ae432e), to(#9a3b29));
  background-image: -webkit-linear-gradient(top, #ae432e, #9a3b29);
  background-image: -o-linear-gradient(top, #ae432e, #9a3b29);
  background-image: linear-gradient(to bottom, #ae432e, #9a3b29);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffae432e', endColorstr='#ff9a3b29', GradientType=0);
}

/* line 2697, ../../app/assets/stylesheets/chromatron-red.css.scss */
.dropdown-menu .active > a {
  color: #333333;
  text-decoration: none;
  outline: 0;
  background-color: #a6402c;
  background-image: -moz-linear-gradient(top, #ae432e, #9a3b29);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ae432e), to(#9a3b29));
  background-image: -webkit-linear-gradient(top, #ae432e, #9a3b29);
  background-image: -o-linear-gradient(top, #ae432e, #9a3b29);
  background-image: linear-gradient(to bottom, #ae432e, #9a3b29);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffae432e', endColorstr='#ff9a3b29', GradientType=0);
}
/* line 2709, ../../app/assets/stylesheets/chromatron-red.css.scss */
.dropdown-menu .active > a:hover {
  color: #333333;
  text-decoration: none;
  outline: 0;
  background-color: #a6402c;
  background-image: -moz-linear-gradient(top, #ae432e, #9a3b29);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ae432e), to(#9a3b29));
  background-image: -webkit-linear-gradient(top, #ae432e, #9a3b29);
  background-image: -o-linear-gradient(top, #ae432e, #9a3b29);
  background-image: linear-gradient(to bottom, #ae432e, #9a3b29);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffae432e', endColorstr='#ff9a3b29', GradientType=0);
}
/* line 2723, ../../app/assets/stylesheets/chromatron-red.css.scss */
.dropdown-menu .disabled > a {
  color: #999999;
}
/* line 2725, ../../app/assets/stylesheets/chromatron-red.css.scss */
.dropdown-menu .disabled > a:hover {
  color: #999999;
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: default;
}

/* line 2736, ../../app/assets/stylesheets/chromatron-red.css.scss */
.open {
  *z-index: 1000;
}
/* line 2738, ../../app/assets/stylesheets/chromatron-red.css.scss */
.open > .dropdown-menu {
  display: block;
}

/* line 2743, ../../app/assets/stylesheets/chromatron-red.css.scss */
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

/* line 2748, ../../app/assets/stylesheets/chromatron-red.css.scss */
.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid #000000;
  content: "";
}

/* line 2754, ../../app/assets/stylesheets/chromatron-red.css.scss */
.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}

/* line 2760, ../../app/assets/stylesheets/chromatron-red.css.scss */
.dropdown-submenu {
  position: relative;
}
/* line 2762, ../../app/assets/stylesheets/chromatron-red.css.scss */
.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px 6px;
  border-radius: 0 6px 6px 6px;
}
/* line 2771, ../../app/assets/stylesheets/chromatron-red.css.scss */
.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}

/* line 2776, ../../app/assets/stylesheets/chromatron-red.css.scss */
.dropup .dropdown-submenu > .dropdown-menu {
  top: auto;
  bottom: 0;
  margin-top: 0;
  margin-bottom: -2px;
  -webkit-border-radius: 5px 5px 5px 0;
  -moz-border-radius: 5px 5px 5px 0;
  border-radius: 5px 5px 5px 0;
}

/* line 2787, ../../app/assets/stylesheets/chromatron-red.css.scss */
.dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #cccccc;
  margin-top: 5px;
  margin-right: -10px;
}
/* line 2800, ../../app/assets/stylesheets/chromatron-red.css.scss */
.dropdown-submenu:hover > a:after {
  border-left-color: #ffffff;
}
/* line 2803, ../../app/assets/stylesheets/chromatron-red.css.scss */
.dropdown-submenu.pull-left {
  float: none;
}
/* line 2805, ../../app/assets/stylesheets/chromatron-red.css.scss */
.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}

/* line 2815, ../../app/assets/stylesheets/chromatron-red.css.scss */
.dropdown .dropdown-menu .nav-header {
  padding-left: 20px;
  padding-right: 20px;
}

/* line 2820, ../../app/assets/stylesheets/chromatron-red.css.scss */
.typeahead {
  z-index: 1051;
  margin-top: 2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/* line 2828, ../../app/assets/stylesheets/chromatron-red.css.scss */
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
/* line 2840, ../../app/assets/stylesheets/chromatron-red.css.scss */
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

/* line 2846, ../../app/assets/stylesheets/chromatron-red.css.scss */
.well-large {
  padding: 24px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

/* line 2853, ../../app/assets/stylesheets/chromatron-red.css.scss */
.well-small {
  padding: 9px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

/* line 2860, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -moz-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
/* line 2866, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fade.in {
  opacity: 1;
}

/* line 2871, ../../app/assets/stylesheets/chromatron-red.css.scss */
.collapse {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  -moz-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
/* line 2879, ../../app/assets/stylesheets/chromatron-red.css.scss */
.collapse.in {
  height: auto;
}

/* line 2884, ../../app/assets/stylesheets/chromatron-red.css.scss */
.close {
  float: right;
  font-size: 20px;
  font-weight: bold;
  line-height: 18px;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
/* line 2893, ../../app/assets/stylesheets/chromatron-red.css.scss */
.close:hover {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  filter: alpha(opacity=40);
}

/* line 2902, ../../app/assets/stylesheets/chromatron-red.css.scss */
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

/* line 2910, ../../app/assets/stylesheets/chromatron-red.css.scss */
.btn {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  padding: 4px 12px;
  margin-bottom: 0;
  font-size: 13px;
  line-height: 18px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #333333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, white, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(white), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, white, #e6e6e6);
  background-image: -o-linear-gradient(top, white, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=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);
  *background-color: #e6e6e6;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border: 1px solid #bbbbbb;
  *border: 0;
  border-bottom-color: #a2a2a2;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  *margin-left: .3em;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}
/* line 2947, ../../app/assets/stylesheets/chromatron-red.css.scss */
.btn:hover, .btn:active, .btn.active, .btn.disabled, .btn[disabled] {
  color: #333333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}
/* line 2952, ../../app/assets/stylesheets/chromatron-red.css.scss */
.btn:active, .btn.active {
  background-color: #cccccc \9;
}
/* line 2955, ../../app/assets/stylesheets/chromatron-red.css.scss */
.btn:first-child {
  *margin-left: 0;
}
/* line 2958, ../../app/assets/stylesheets/chromatron-red.css.scss */
.btn:hover {
  color: #333333;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}
/* line 2967, ../../app/assets/stylesheets/chromatron-red.css.scss */
.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
/* line 2972, ../../app/assets/stylesheets/chromatron-red.css.scss */
.btn.active, .btn:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}
/* line 2979, ../../app/assets/stylesheets/chromatron-red.css.scss */
.btn.disabled, .btn[disabled] {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

/* line 2990, ../../app/assets/stylesheets/chromatron-red.css.scss */
.btn-large {
  padding: 11px 19px;
  font-size: 14.95px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
/* line 2996, ../../app/assets/stylesheets/chromatron-red.css.scss */
.btn-large [class^="icon-"], .btn-large [class*=" icon-"] {
  margin-top: 4px;
}

/* line 3001, ../../app/assets/stylesheets/chromatron-red.css.scss */
.btn-small {
  padding: 2px 10px;
  font-size: 11.700000000000001px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
/* line 3007, ../../app/assets/stylesheets/chromatron-red.css.scss */
.btn-small [class^="icon-"], .btn-small [class*=" icon-"] {
  margin-top: 0;
}

/* line 3012, ../../app/assets/stylesheets/chromatron-red.css.scss */
.btn-mini {
  padding: 0 6px;
  font-size: 11.049999999999999px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
/* line 3013, ../../app/assets/stylesheets/chromatron-red.css.scss */
.btn-mini [class^="icon-"], .btn-mini [class*=" icon-"] {
  margin-top: -1px;
}

/* line 3023, ../../app/assets/stylesheets/chromatron-red.css.scss */
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 3031, ../../app/assets/stylesheets/chromatron-red.css.scss */
.btn-block + .btn-block {
  margin-top: 5px;
}

/* line 3037, ../../app/assets/stylesheets/chromatron-red.css.scss */
input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="button"].btn-block {
  width: 100%;
}

/* line 3042, ../../app/assets/stylesheets/chromatron-red.css.scss */
.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);
}

/* line 3046, ../../app/assets/stylesheets/chromatron-red.css.scss */
.btn {
  border-color: #c5c5c5;
  border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.25);
}

/* line 3051, ../../app/assets/stylesheets/chromatron-red.css.scss */
.btn-primary {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #ae542e;
  background-image: -moz-linear-gradient(top, #ae432e, #ae6e2e);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ae432e), to(#ae6e2e));
  background-image: -webkit-linear-gradient(top, #ae432e, #ae6e2e);
  background-image: -o-linear-gradient(top, #ae432e, #ae6e2e);
  background-image: linear-gradient(to bottom, #ae432e, #ae6e2e);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffae432e', endColorstr='#ffae6e2e', GradientType=0);
  border-color: #ae6e2e #ae6e2e #71481e;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #ae6e2e;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
/* line 3067, ../../app/assets/stylesheets/chromatron-red.css.scss */
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
  color: #ffffff;
  background-color: #ae6e2e;
  *background-color: #9a6129;
}
/* line 3072, ../../app/assets/stylesheets/chromatron-red.css.scss */
.btn-primary:active, .btn-primary.active {
  background-color: #865423 \9;
}

/* line 3077, ../../app/assets/stylesheets/chromatron-red.css.scss */
.btn-warning {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #faa732;
  background-image: -moz-linear-gradient(top, #fbb450, #f89406);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
  background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
  background-image: -o-linear-gradient(top, #fbb450, #f89406);
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
  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);
  *background-color: #f89406;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
/* line 3093, ../../app/assets/stylesheets/chromatron-red.css.scss */
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
  color: #ffffff;
  background-color: #f89406;
  *background-color: #df8505;
}
/* line 3098, ../../app/assets/stylesheets/chromatron-red.css.scss */
.btn-warning:active, .btn-warning.active {
  background-color: #c67605 \9;
}

/* line 3103, ../../app/assets/stylesheets/chromatron-red.css.scss */
.btn-danger {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #da4f49;
  background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
  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);
  *background-color: #bd362f;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
/* line 3119, ../../app/assets/stylesheets/chromatron-red.css.scss */
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
  color: #ffffff;
  background-color: #bd362f;
  *background-color: #a9302a;
}
/* line 3124, ../../app/assets/stylesheets/chromatron-red.css.scss */
.btn-danger:active, .btn-danger.active {
  background-color: #942a25 \9;
}

/* line 3129, ../../app/assets/stylesheets/chromatron-red.css.scss */
.btn-success {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #5bb75b;
  background-image: -moz-linear-gradient(top, #62c462, #51a351);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
  background-image: -webkit-linear-gradient(top, #62c462, #51a351);
  background-image: -o-linear-gradient(top, #62c462, #51a351);
  background-image: linear-gradient(to bottom, #62c462, #51a351);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
  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);
  *background-color: #51a351;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
/* line 3145, ../../app/assets/stylesheets/chromatron-red.css.scss */
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
  color: #ffffff;
  background-color: #51a351;
  *background-color: #499249;
}
/* line 3150, ../../app/assets/stylesheets/chromatron-red.css.scss */
.btn-success:active, .btn-success.active {
  background-color: #408140 \9;
}

/* line 3155, ../../app/assets/stylesheets/chromatron-red.css.scss */
.btn-info {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #49afcd;
  background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
  background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: linear-gradient(to bottom, #5bc0de, #2f96b4);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);
  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);
  *background-color: #2f96b4;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
/* line 3171, ../../app/assets/stylesheets/chromatron-red.css.scss */
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
  color: #ffffff;
  background-color: #2f96b4;
  *background-color: #2a85a0;
}
/* line 3176, ../../app/assets/stylesheets/chromatron-red.css.scss */
.btn-info:active, .btn-info.active {
  background-color: #24748c \9;
}

/* line 3181, ../../app/assets/stylesheets/chromatron-red.css.scss */
.btn-inverse {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #363636;
  background-image: -moz-linear-gradient(top, #444444, #222222);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444444), to(#222222));
  background-image: -webkit-linear-gradient(top, #444444, #222222);
  background-image: -o-linear-gradient(top, #444444, #222222);
  background-image: linear-gradient(to bottom, #444444, #222222);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff222222', GradientType=0);
  border-color: #222222 #222222 #000000;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #222222;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
/* line 3197, ../../app/assets/stylesheets/chromatron-red.css.scss */
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
  color: #ffffff;
  background-color: #222222;
  *background-color: #151515;
}
/* line 3202, ../../app/assets/stylesheets/chromatron-red.css.scss */
.btn-inverse:active, .btn-inverse.active {
  background-color: #080808 \9;
}

/* line 3207, ../../app/assets/stylesheets/chromatron-red.css.scss */
button.btn, input[type="submit"].btn {
  *padding-top: 3px;
  *padding-bottom: 3px;
}

/* line 3212, ../../app/assets/stylesheets/chromatron-red.css.scss */
button.btn::-moz-focus-inner, input[type="submit"].btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* line 3217, ../../app/assets/stylesheets/chromatron-red.css.scss */
button.btn.btn-large, input[type="submit"].btn.btn-large {
  *padding-top: 7px;
  *padding-bottom: 7px;
}

/* line 3222, ../../app/assets/stylesheets/chromatron-red.css.scss */
button.btn.btn-small, input[type="submit"].btn.btn-small {
  *padding-top: 3px;
  *padding-bottom: 3px;
}

/* line 3227, ../../app/assets/stylesheets/chromatron-red.css.scss */
button.btn.btn-mini, input[type="submit"].btn.btn-mini {
  *padding-top: 1px;
  *padding-bottom: 1px;
}

/* line 3232, ../../app/assets/stylesheets/chromatron-red.css.scss */
.btn-link {
  background-color: transparent;
  background-image: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-color: transparent;
  cursor: pointer;
  color: #ae432e;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
/* line 3238, ../../app/assets/stylesheets/chromatron-red.css.scss */
.btn-link:active, .btn-link[disabled] {
  background-color: transparent;
  background-image: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
/* line 3251, ../../app/assets/stylesheets/chromatron-red.css.scss */
.btn-link:hover {
  color: #712c1e;
  text-decoration: underline;
  background-color: transparent;
}
/* line 3256, ../../app/assets/stylesheets/chromatron-red.css.scss */
.btn-link[disabled]:hover {
  color: #333333;
  text-decoration: none;
}

/* line 3262, ../../app/assets/stylesheets/chromatron-red.css.scss */
.btn-group {
  position: relative;
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  font-size: 0;
  vertical-align: middle;
  white-space: nowrap;
  *margin-left: .3em;
}
/* line 3272, ../../app/assets/stylesheets/chromatron-red.css.scss */
.btn-group:first-child {
  *margin-left: 0;
}
/* line 3275, ../../app/assets/stylesheets/chromatron-red.css.scss */
.btn-group + .btn-group {
  margin-left: 5px;
}

/* line 3280, ../../app/assets/stylesheets/chromatron-red.css.scss */
.btn-toolbar {
  font-size: 0;
  margin-top: 9px;
  margin-bottom: 9px;
}
/* line 3285, ../../app/assets/stylesheets/chromatron-red.css.scss */
.btn-toolbar > .btn + .btn, .btn-toolbar > .btn-group + .btn, .btn-toolbar > .btn + .btn-group {
  margin-left: 5px;
}

/* line 3293, ../../app/assets/stylesheets/chromatron-red.css.scss */
.btn-group > .btn {
  position: relative;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-size: 13px;
}
/* line 3298, ../../app/assets/stylesheets/chromatron-red.css.scss */
.btn-group > .btn + .btn {
  margin-left: -1px;
}
/* line 3303, ../../app/assets/stylesheets/chromatron-red.css.scss */
.btn-group > .dropdown-menu, .btn-group > .popover {
  font-size: 13px;
}
/* line 3306, ../../app/assets/stylesheets/chromatron-red.css.scss */
.btn-group > .btn-mini {
  font-size: 11.049999999999999px;
}
/* line 3309, ../../app/assets/stylesheets/chromatron-red.css.scss */
.btn-group > .btn-small {
  font-size: 11.700000000000001px;
}
/* line 3312, ../../app/assets/stylesheets/chromatron-red.css.scss */
.btn-group > .btn-large {
  font-size: 14.95px;
}
/* line 3316, ../../app/assets/stylesheets/chromatron-red.css.scss */
.btn-group > .btn:first-child {
  margin-left: 0;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}
/* line 3325, ../../app/assets/stylesheets/chromatron-red.css.scss */
.btn-group > .btn:last-child {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
}
/* line 3334, ../../app/assets/stylesheets/chromatron-red.css.scss */
.btn-group > .dropdown-toggle {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
}
/* line 3343, ../../app/assets/stylesheets/chromatron-red.css.scss */
.btn-group > .btn.large:first-child {
  margin-left: 0;
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-topleft: 6px;
  border-top-left-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-bottom-left-radius: 6px;
}
/* line 3352, ../../app/assets/stylesheets/chromatron-red.css.scss */
.btn-group > .btn.large:last-child {
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  border-bottom-right-radius: 6px;
}
/* line 3361, ../../app/assets/stylesheets/chromatron-red.css.scss */
.btn-group > .large.dropdown-toggle {
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  border-bottom-right-radius: 6px;
}
/* line 3370, ../../app/assets/stylesheets/chromatron-red.css.scss */
.btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active {
  z-index: 2;
}
/* line 3375, ../../app/assets/stylesheets/chromatron-red.css.scss */
.btn-group .dropdown-toggle:active {
  outline: 0;
}
/* line 3379, ../../app/assets/stylesheets/chromatron-red.css.scss */
.btn-group.open .dropdown-toggle {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}
/* line 3386, ../../app/assets/stylesheets/chromatron-red.css.scss */
.btn-group.open .btn.dropdown-toggle {
  background-color: #e6e6e6;
}
/* line 3389, ../../app/assets/stylesheets/chromatron-red.css.scss */
.btn-group.open .btn-primary.dropdown-toggle {
  background-color: #ae6e2e;
}
/* line 3392, ../../app/assets/stylesheets/chromatron-red.css.scss */
.btn-group.open .btn-warning.dropdown-toggle {
  background-color: #f89406;
}
/* line 3395, ../../app/assets/stylesheets/chromatron-red.css.scss */
.btn-group.open .btn-danger.dropdown-toggle {
  background-color: #bd362f;
}
/* line 3398, ../../app/assets/stylesheets/chromatron-red.css.scss */
.btn-group.open .btn-success.dropdown-toggle {
  background-color: #51a351;
}
/* line 3401, ../../app/assets/stylesheets/chromatron-red.css.scss */
.btn-group.open .btn-info.dropdown-toggle {
  background-color: #2f96b4;
}
/* line 3404, ../../app/assets/stylesheets/chromatron-red.css.scss */
.btn-group.open .btn-inverse.dropdown-toggle {
  background-color: #222222;
}
/* line 3409, ../../app/assets/stylesheets/chromatron-red.css.scss */
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
  -webkit-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);
  -moz-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);
  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);
  *padding-top: 5px;
  *padding-bottom: 5px;
}
/* line 3418, ../../app/assets/stylesheets/chromatron-red.css.scss */
.btn-group > .btn-mini + .dropdown-toggle {
  padding-left: 5px;
  padding-right: 5px;
  *padding-top: 2px;
  *padding-bottom: 2px;
}
/* line 3424, ../../app/assets/stylesheets/chromatron-red.css.scss */
.btn-group > .btn-small + .dropdown-toggle {
  *padding-top: 5px;
  *padding-bottom: 4px;
}
/* line 3428, ../../app/assets/stylesheets/chromatron-red.css.scss */
.btn-group > .btn-large + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
  *padding-top: 7px;
  *padding-bottom: 7px;
}

/* line 3437, ../../app/assets/stylesheets/chromatron-red.css.scss */
.btn .caret {
  margin-top: 8px;
  margin-left: 0;
}

/* line 3442, ../../app/assets/stylesheets/chromatron-red.css.scss */
.btn-mini .caret, .btn-small .caret {
  margin-top: 6px;
}

/* line 3446, ../../app/assets/stylesheets/chromatron-red.css.scss */
.btn-large .caret {
  margin-top: 6px;
  border-left-width: 5px;
  border-right-width: 5px;
  border-top-width: 5px;
}

/* line 3453, ../../app/assets/stylesheets/chromatron-red.css.scss */
.dropup .btn-large .caret {
  border-bottom-width: 5px;
}

/* line 3457, ../../app/assets/stylesheets/chromatron-red.css.scss */
.btn-primary .caret, .btn-warning .caret, .btn-danger .caret, .btn-info .caret, .btn-success .caret, .btn-inverse .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}

/* line 3462, ../../app/assets/stylesheets/chromatron-red.css.scss */
.btn-group-vertical {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
}
/* line 3468, ../../app/assets/stylesheets/chromatron-red.css.scss */
.btn-group-vertical > .btn {
  display: block;
  float: none;
  max-width: 100%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
/* line 3475, ../../app/assets/stylesheets/chromatron-red.css.scss */
.btn-group-vertical > .btn + .btn {
  margin-left: 0;
  margin-top: -1px;
}
/* line 3479, ../../app/assets/stylesheets/chromatron-red.css.scss */
.btn-group-vertical > .btn:first-child {
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
/* line 3484, ../../app/assets/stylesheets/chromatron-red.css.scss */
.btn-group-vertical > .btn:last-child {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
/* line 3491, ../../app/assets/stylesheets/chromatron-red.css.scss */
.btn-group-vertical > .btn-large:first-child {
  -webkit-border-radius: 6px 6px 0 0;
  -moz-border-radius: 6px 6px 0 0;
  border-radius: 6px 6px 0 0;
}
/* line 3496, ../../app/assets/stylesheets/chromatron-red.css.scss */
.btn-group-vertical > .btn-large:last-child {
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
}

/* line 3505, ../../app/assets/stylesheets/chromatron-red.css.scss */
.alert {
  padding: 8px 35px 8px 14px;
  margin-bottom: 18px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #c09853;
}
/* line 3515, ../../app/assets/stylesheets/chromatron-red.css.scss */
.alert h4 {
  color: #c09853;
  margin: 0;
}
/* line 3519, ../../app/assets/stylesheets/chromatron-red.css.scss */
.alert .close {
  position: relative;
  top: -2px;
  right: -21px;
  line-height: 18px;
}

/* line 3527, ../../app/assets/stylesheets/chromatron-red.css.scss */
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #468847;
}
/* line 3531, ../../app/assets/stylesheets/chromatron-red.css.scss */
.alert-success h4 {
  color: #468847;
}

/* line 3536, ../../app/assets/stylesheets/chromatron-red.css.scss */
.alert-danger, .alert-error {
  background-color: #f2dede;
  border-color: #eed3d7;
  color: #b94a48;
}

/* line 3542, ../../app/assets/stylesheets/chromatron-red.css.scss */
.alert-danger h4, .alert-error h4 {
  color: #b94a48;
}

/* line 3546, ../../app/assets/stylesheets/chromatron-red.css.scss */
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #3a87ad;
}
/* line 3550, ../../app/assets/stylesheets/chromatron-red.css.scss */
.alert-info h4 {
  color: #3a87ad;
}

/* line 3555, ../../app/assets/stylesheets/chromatron-red.css.scss */
.alert-block {
  padding-top: 14px;
  padding-bottom: 14px;
}
/* line 3559, ../../app/assets/stylesheets/chromatron-red.css.scss */
.alert-block > p, .alert-block > ul {
  margin-bottom: 0;
}
/* line 3563, ../../app/assets/stylesheets/chromatron-red.css.scss */
.alert-block p + p {
  margin-top: 5px;
}

/* line 3568, ../../app/assets/stylesheets/chromatron-red.css.scss */
.nav {
  margin-left: 0;
  margin-bottom: 18px;
  list-style: none;
}
/* line 3573, ../../app/assets/stylesheets/chromatron-red.css.scss */
.nav > li > a {
  display: block;
}
/* line 3575, ../../app/assets/stylesheets/chromatron-red.css.scss */
.nav > li > a:hover {
  text-decoration: none;
  background-color: #eeeeee;
}
/* line 3579, ../../app/assets/stylesheets/chromatron-red.css.scss */
.nav > li > a > img {
  max-width: none;
}
/* line 3583, ../../app/assets/stylesheets/chromatron-red.css.scss */
.nav > .pull-right {
  float: right;
}

/* line 3589, ../../app/assets/stylesheets/chromatron-red.css.scss */
.nav-header {
  display: block;
  padding: 3px 15px;
  font-size: 11px;
  font-weight: bold;
  line-height: 18px;
  color: #999999;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
}

/* line 3600, ../../app/assets/stylesheets/chromatron-red.css.scss */
.nav li + .nav-header {
  margin-top: 9px;
}

/* line 3604, ../../app/assets/stylesheets/chromatron-red.css.scss */
.nav-list {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 0;
}
/* line 3608, ../../app/assets/stylesheets/chromatron-red.css.scss */
.nav-list > li > a, .nav-list .nav-header {
  margin-left: -15px;
  margin-right: -15px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
/* line 3614, ../../app/assets/stylesheets/chromatron-red.css.scss */
.nav-list > li > a {
  padding: 3px 15px;
}
/* line 3617, ../../app/assets/stylesheets/chromatron-red.css.scss */
.nav-list > .active > a {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  background-color: #ae432e;
}
/* line 3621, ../../app/assets/stylesheets/chromatron-red.css.scss */
.nav-list > .active > a:hover {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  background-color: #ae432e;
}
/* line 3628, ../../app/assets/stylesheets/chromatron-red.css.scss */
.nav-list [class^="icon-"], .nav-list [class*=" icon-"] {
  margin-right: 2px;
}
/* line 3631, ../../app/assets/stylesheets/chromatron-red.css.scss */
.nav-list .divider {
  *width: 100%;
  height: 1px;
  margin: 8px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #ffffff;
}

/* line 3642, ../../app/assets/stylesheets/chromatron-red.css.scss */
.nav-tabs, .nav-pills {
  *zoom: 1;
}

/* line 3646, ../../app/assets/stylesheets/chromatron-red.css.scss */
.nav-tabs:before, .nav-pills:before, .nav-tabs:after, .nav-pills:after {
  display: table;
  content: "";
  line-height: 0;
}

/* line 3652, ../../app/assets/stylesheets/chromatron-red.css.scss */
.nav-tabs:after, .nav-pills:after {
  clear: both;
}

/* line 3656, ../../app/assets/stylesheets/chromatron-red.css.scss */
.nav-tabs > li, .nav-pills > li {
  float: left;
}

/* line 3660, ../../app/assets/stylesheets/chromatron-red.css.scss */
.nav-tabs > li > a, .nav-pills > li > a {
  padding-right: 12px;
  padding-left: 12px;
  margin-right: 2px;
  line-height: 14px;
}

/* line 3667, ../../app/assets/stylesheets/chromatron-red.css.scss */
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
/* line 3670, ../../app/assets/stylesheets/chromatron-red.css.scss */
.nav-tabs > li {
  margin-bottom: -1px;
}
/* line 3672, ../../app/assets/stylesheets/chromatron-red.css.scss */
.nav-tabs > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: 18px;
  border: 1px solid transparent;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
/* line 3680, ../../app/assets/stylesheets/chromatron-red.css.scss */
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
}
/* line 3685, ../../app/assets/stylesheets/chromatron-red.css.scss */
.nav-tabs > .active > a {
  color: #555555;
  background-color: #e6e6e6;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
/* line 3691, ../../app/assets/stylesheets/chromatron-red.css.scss */
.nav-tabs > .active > a:hover {
  color: #555555;
  background-color: #e6e6e6;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}

/* line 3703, ../../app/assets/stylesheets/chromatron-red.css.scss */
.nav-pills > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  margin-top: 2px;
  margin-bottom: 2px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
/* line 3712, ../../app/assets/stylesheets/chromatron-red.css.scss */
.nav-pills > .active > a {
  color: #ffffff;
  background-color: #ae432e;
}
/* line 3715, ../../app/assets/stylesheets/chromatron-red.css.scss */
.nav-pills > .active > a:hover {
  color: #ffffff;
  background-color: #ae432e;
}

/* line 3722, ../../app/assets/stylesheets/chromatron-red.css.scss */
.nav-stacked > li {
  float: none;
}
/* line 3724, ../../app/assets/stylesheets/chromatron-red.css.scss */
.nav-stacked > li > a {
  margin-right: 0;
}

/* line 3729, ../../app/assets/stylesheets/chromatron-red.css.scss */
.nav-tabs.nav-stacked {
  border-bottom: 0;
}
/* line 3732, ../../app/assets/stylesheets/chromatron-red.css.scss */
.nav-tabs.nav-stacked > li > a {
  border: 1px solid #ddd;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
/* line 3738, ../../app/assets/stylesheets/chromatron-red.css.scss */
.nav-tabs.nav-stacked > li:first-child > a {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
}
/* line 3746, ../../app/assets/stylesheets/chromatron-red.css.scss */
.nav-tabs.nav-stacked > li:last-child > a {
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}
/* line 3754, ../../app/assets/stylesheets/chromatron-red.css.scss */
.nav-tabs.nav-stacked > li > a:hover {
  border-color: #ddd;
  z-index: 2;
}

/* line 3762, ../../app/assets/stylesheets/chromatron-red.css.scss */
.nav-pills.nav-stacked > li > a {
  margin-bottom: 3px;
}
/* line 3765, ../../app/assets/stylesheets/chromatron-red.css.scss */
.nav-pills.nav-stacked > li:last-child > a {
  margin-bottom: 1px;
}

/* line 3770, ../../app/assets/stylesheets/chromatron-red.css.scss */
.nav-tabs .dropdown-menu {
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
}

/* line 3776, ../../app/assets/stylesheets/chromatron-red.css.scss */
.nav-pills .dropdown-menu {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

/* line 3783, ../../app/assets/stylesheets/chromatron-red.css.scss */
.nav .dropdown-toggle .caret {
  border-top-color: #ae432e;
  border-bottom-color: #ae432e;
  margin-top: 6px;
}
/* line 3788, ../../app/assets/stylesheets/chromatron-red.css.scss */
.nav .dropdown-toggle:hover .caret {
  border-top-color: #712c1e;
  border-bottom-color: #712c1e;
}

/* move down carets for tabs */
/* line 3796, ../../app/assets/stylesheets/chromatron-red.css.scss */
.nav-tabs .dropdown-toggle .caret {
  margin-top: 8px;
}

/* line 3800, ../../app/assets/stylesheets/chromatron-red.css.scss */
.nav .active .dropdown-toggle .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}

/* line 3805, ../../app/assets/stylesheets/chromatron-red.css.scss */
.nav-tabs .active .dropdown-toggle .caret {
  border-top-color: #555555;
  border-bottom-color: #555555;
}

/* line 3810, ../../app/assets/stylesheets/chromatron-red.css.scss */
.nav > .dropdown.active > a:hover {
  cursor: pointer;
}

/* line 3814, ../../app/assets/stylesheets/chromatron-red.css.scss */
.nav-tabs .open .dropdown-toggle, .nav-pills .open .dropdown-toggle {
  color: #ffffff;
  background-color: #999999;
  border-color: #999999;
}

/* line 3821, ../../app/assets/stylesheets/chromatron-red.css.scss */
.nav > li.dropdown.open.active > a:hover {
  color: #ffffff;
  background-color: #999999;
  border-color: #999999;
}
/* line 3827, ../../app/assets/stylesheets/chromatron-red.css.scss */
.nav li.dropdown.open .caret, .nav li.dropdown.open.active .caret, .nav li.dropdown.open a:hover .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
  opacity: 1;
  filter: alpha(opacity=100);
}

/* line 3836, ../../app/assets/stylesheets/chromatron-red.css.scss */
.tabs-stacked .open > a:hover {
  border-color: #999999;
}

/* line 3840, ../../app/assets/stylesheets/chromatron-red.css.scss */
.tabbable {
  *zoom: 1;
}
/* line 3842, ../../app/assets/stylesheets/chromatron-red.css.scss */
.tabbable:before {
  display: table;
  content: "";
  line-height: 0;
}
/* line 3847, ../../app/assets/stylesheets/chromatron-red.css.scss */
.tabbable:after {
  display: table;
  content: "";
  line-height: 0;
  clear: both;
}

/* line 3855, ../../app/assets/stylesheets/chromatron-red.css.scss */
.tab-content {
  overflow: auto;
}

/* line 3859, ../../app/assets/stylesheets/chromatron-red.css.scss */
.tabs-below > .nav-tabs, .tabs-right > .nav-tabs, .tabs-left > .nav-tabs {
  border-bottom: 0;
}

/* line 3863, ../../app/assets/stylesheets/chromatron-red.css.scss */
.tab-content > .tab-pane, .pill-content > .pill-pane {
  display: none;
}

/* line 3867, ../../app/assets/stylesheets/chromatron-red.css.scss */
.tab-content > .active, .pill-content > .active {
  display: block;
}

/* line 3871, ../../app/assets/stylesheets/chromatron-red.css.scss */
.tabs-below > .nav-tabs {
  border-top: 1px solid #ddd;
}
/* line 3874, ../../app/assets/stylesheets/chromatron-red.css.scss */
.tabs-below > .nav-tabs > li {
  margin-top: -1px;
  margin-bottom: 0;
}
/* line 3877, ../../app/assets/stylesheets/chromatron-red.css.scss */
.tabs-below > .nav-tabs > li > a {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
/* line 3881, ../../app/assets/stylesheets/chromatron-red.css.scss */
.tabs-below > .nav-tabs > li > a:hover {
  border-bottom-color: transparent;
  border-top-color: #ddd;
}
/* line 3887, ../../app/assets/stylesheets/chromatron-red.css.scss */
.tabs-below > .nav-tabs > .active > a {
  border-color: transparent #ddd #ddd #ddd;
}
/* line 3889, ../../app/assets/stylesheets/chromatron-red.css.scss */
.tabs-below > .nav-tabs > .active > a:hover {
  border-color: transparent #ddd #ddd #ddd;
}

/* line 3896, ../../app/assets/stylesheets/chromatron-red.css.scss */
.tabs-left > .nav-tabs > li, .tabs-right > .nav-tabs > li {
  float: none;
}

/* line 3900, ../../app/assets/stylesheets/chromatron-red.css.scss */
.tabs-left > .nav-tabs > li > a, .tabs-right > .nav-tabs > li > a {
  min-width: 74px;
  margin-right: 0;
  margin-bottom: 3px;
}

/* line 3906, ../../app/assets/stylesheets/chromatron-red.css.scss */
.tabs-left > .nav-tabs {
  float: left;
  margin-right: 19px;
  border-right: 1px solid #ddd;
}
/* line 3910, ../../app/assets/stylesheets/chromatron-red.css.scss */
.tabs-left > .nav-tabs > li > a {
  margin-right: -1px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
/* line 3915, ../../app/assets/stylesheets/chromatron-red.css.scss */
.tabs-left > .nav-tabs > li > a:hover {
  border-color: #eeeeee #dddddd #eeeeee #eeeeee;
}
/* line 3919, ../../app/assets/stylesheets/chromatron-red.css.scss */
.tabs-left > .nav-tabs .active > a {
  border-color: #ddd transparent #ddd #ddd;
  *border-right-color: #ffffff;
}
/* line 3922, ../../app/assets/stylesheets/chromatron-red.css.scss */
.tabs-left > .nav-tabs .active > a:hover {
  border-color: #ddd transparent #ddd #ddd;
  *border-right-color: #ffffff;
}

/* line 3929, ../../app/assets/stylesheets/chromatron-red.css.scss */
.tabs-right > .nav-tabs {
  float: right;
  margin-left: 19px;
  border-left: 1px solid #ddd;
}
/* line 3933, ../../app/assets/stylesheets/chromatron-red.css.scss */
.tabs-right > .nav-tabs > li > a {
  margin-left: -1px;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
/* line 3938, ../../app/assets/stylesheets/chromatron-red.css.scss */
.tabs-right > .nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #eeeeee #dddddd;
}
/* line 3942, ../../app/assets/stylesheets/chromatron-red.css.scss */
.tabs-right > .nav-tabs .active > a {
  border-color: #ddd #ddd #ddd transparent;
  *border-left-color: #ffffff;
}
/* line 3945, ../../app/assets/stylesheets/chromatron-red.css.scss */
.tabs-right > .nav-tabs .active > a:hover {
  border-color: #ddd #ddd #ddd transparent;
  *border-left-color: #ffffff;
}

/* line 3952, ../../app/assets/stylesheets/chromatron-red.css.scss */
.nav > .disabled > a {
  color: #999999;
}
/* line 3954, ../../app/assets/stylesheets/chromatron-red.css.scss */
.nav > .disabled > a:hover {
  text-decoration: none;
  background-color: transparent;
  cursor: default;
}

/* line 3961, ../../app/assets/stylesheets/chromatron-red.css.scss */
.breadcrumb {
  padding: 8px 15px;
  margin: 0 0 18px;
  list-style: none;
  background-color: #f5f5f5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
/* line 3970, ../../app/assets/stylesheets/chromatron-red.css.scss */
.breadcrumb > li {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  text-shadow: 0 1px 0 #ffffff;
}
/* line 3976, ../../app/assets/stylesheets/chromatron-red.css.scss */
.breadcrumb > li > .divider {
  padding: 0 5px;
  color: #ccc;
}
/* line 3981, ../../app/assets/stylesheets/chromatron-red.css.scss */
.breadcrumb > .active {
  color: #999999;
}

/* line 3987, ../../app/assets/stylesheets/chromatron-red.css.scss */
.pagination {
  margin: 18px 0;
}
/* line 3989, ../../app/assets/stylesheets/chromatron-red.css.scss */
.pagination ul {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  margin-left: 0;
  margin-bottom: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
/* line 4003, ../../app/assets/stylesheets/chromatron-red.css.scss */
.pagination ul > li {
  display: inline;
}
/* line 4006, ../../app/assets/stylesheets/chromatron-red.css.scss */
.pagination ul > li > a, .pagination ul > li > span {
  float: left;
  padding: 4px 12px;
  line-height: 18px;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-left-width: 0;
}
/* line 4015, ../../app/assets/stylesheets/chromatron-red.css.scss */
.pagination ul > li > a:hover {
  background-color: #f5f5f5;
}
/* line 4021, ../../app/assets/stylesheets/chromatron-red.css.scss */
.pagination ul > .active > a, .pagination ul > .active > span {
  background-color: #f5f5f5;
}
/* line 4024, ../../app/assets/stylesheets/chromatron-red.css.scss */
.pagination ul > .active > a, .pagination ul > .active > span {
  color: #999999;
  cursor: default;
}
/* line 4030, ../../app/assets/stylesheets/chromatron-red.css.scss */
.pagination ul > .disabled > span {
  color: #999999;
  background-color: transparent;
  cursor: default;
}
/* line 4035, ../../app/assets/stylesheets/chromatron-red.css.scss */
.pagination ul > .disabled > a {
  color: #999999;
  background-color: transparent;
  cursor: default;
}
/* line 4039, ../../app/assets/stylesheets/chromatron-red.css.scss */
.pagination ul > .disabled > a:hover {
  color: #999999;
  background-color: transparent;
  cursor: default;
}
/* line 4048, ../../app/assets/stylesheets/chromatron-red.css.scss */
.pagination ul > li:first-child > a, .pagination ul > li:first-child > span {
  border-left-width: 1px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}
/* line 4059, ../../app/assets/stylesheets/chromatron-red.css.scss */
.pagination ul > li:last-child > a, .pagination ul > li:last-child > span {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
}

/* line 4073, ../../app/assets/stylesheets/chromatron-red.css.scss */
.pagination-centered {
  text-align: center;
}

/* line 4077, ../../app/assets/stylesheets/chromatron-red.css.scss */
.pagination-right {
  text-align: right;
}

/* line 4083, ../../app/assets/stylesheets/chromatron-red.css.scss */
.pagination-large ul > li > a, .pagination-large ul > li > span {
  padding: 11px 19px;
  font-size: 14.95px;
}
/* line 4089, ../../app/assets/stylesheets/chromatron-red.css.scss */
.pagination-large ul > li:first-child > a, .pagination-large ul > li:first-child > span {
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-topleft: 6px;
  border-top-left-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-bottom-left-radius: 6px;
}
/* line 4099, ../../app/assets/stylesheets/chromatron-red.css.scss */
.pagination-large ul > li:last-child > a, .pagination-large ul > li:last-child > span {
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  border-bottom-right-radius: 6px;
}

/* line 4110, ../../app/assets/stylesheets/chromatron-red.css.scss */
.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 {
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-left-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-bottom-left-radius: 3px;
}

/* line 4119, ../../app/assets/stylesheets/chromatron-red.css.scss */
.pagination-mini ul > li:last-child > a, .pagination-small ul > li:last-child > a, .pagination-mini ul > li:last-child > span {
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  border-bottom-right-radius: 3px;
}

/* line 4129, ../../app/assets/stylesheets/chromatron-red.css.scss */
.pagination-small ul > li:last-child > span {
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  border-bottom-right-radius: 3px;
}
/* line 4138, ../../app/assets/stylesheets/chromatron-red.css.scss */
.pagination-small ul > li > a, .pagination-small ul > li > span {
  padding: 2px 10px;
  font-size: 11.700000000000001px;
}

/* line 4146, ../../app/assets/stylesheets/chromatron-red.css.scss */
.pagination-mini ul > li > a, .pagination-mini ul > li > span {
  padding: 0 6px;
  font-size: 11.049999999999999px;
}

/* line 4152, ../../app/assets/stylesheets/chromatron-red.css.scss */
.pager {
  margin: 18px 0;
  list-style: none;
  text-align: center;
  *zoom: 1;
}
/* line 4157, ../../app/assets/stylesheets/chromatron-red.css.scss */
.pager:before {
  display: table;
  content: "";
  line-height: 0;
}
/* line 4162, ../../app/assets/stylesheets/chromatron-red.css.scss */
.pager:after {
  display: table;
  content: "";
  line-height: 0;
  clear: both;
}
/* line 4168, ../../app/assets/stylesheets/chromatron-red.css.scss */
.pager li {
  display: inline;
}
/* line 4171, ../../app/assets/stylesheets/chromatron-red.css.scss */
.pager li > a, .pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
/* line 4180, ../../app/assets/stylesheets/chromatron-red.css.scss */
.pager li > a:hover {
  text-decoration: none;
  background-color: #f5f5f5;
}
/* line 4187, ../../app/assets/stylesheets/chromatron-red.css.scss */
.pager .next > a, .pager .next > span {
  float: right;
}
/* line 4192, ../../app/assets/stylesheets/chromatron-red.css.scss */
.pager .previous > a, .pager .previous > span {
  float: left;
}
/* line 4197, ../../app/assets/stylesheets/chromatron-red.css.scss */
.pager .disabled > a {
  color: #999999;
  background-color: #fff;
  cursor: default;
}
/* line 4201, ../../app/assets/stylesheets/chromatron-red.css.scss */
.pager .disabled > a:hover {
  color: #999999;
  background-color: #fff;
  cursor: default;
}
/* line 4207, ../../app/assets/stylesheets/chromatron-red.css.scss */
.pager .disabled > span {
  color: #999999;
  background-color: #fff;
  cursor: default;
}

/* line 4215, ../../app/assets/stylesheets/chromatron-red.css.scss */
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
/* line 4223, ../../app/assets/stylesheets/chromatron-red.css.scss */
.modal-backdrop.fade {
  opacity: 0;
}
/* line 4225, ../../app/assets/stylesheets/chromatron-red.css.scss */
.modal-backdrop.fade.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

/* line 4234, ../../app/assets/stylesheets/chromatron-red.css.scss */
.modal {
  position: fixed;
  top: 10%;
  left: 50%;
  z-index: 1050;
  width: 560px;
  margin-left: -280px;
  background-color: #ffffff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.3);
  *border: 1px solid #999;
  /* IE6-7 */
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  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;
  outline: none;
}
/* line 4256, ../../app/assets/stylesheets/chromatron-red.css.scss */
.modal.fade {
  -webkit-transition: opacity .3s linear, top .3s ease-out;
  -moz-transition: opacity .3s linear, top .3s ease-out;
  -o-transition: opacity .3s linear, top .3s ease-out;
  transition: opacity .3s linear, top .3s ease-out;
  top: -25%;
}
/* line 4262, ../../app/assets/stylesheets/chromatron-red.css.scss */
.modal.fade.in {
  top: 10%;
}

/* line 4268, ../../app/assets/stylesheets/chromatron-red.css.scss */
.modal-header {
  padding: 9px 15px;
  border-bottom: 1px solid #eee;
}
/* line 4271, ../../app/assets/stylesheets/chromatron-red.css.scss */
.modal-header .close {
  margin-top: 2px;
}
/* line 4274, ../../app/assets/stylesheets/chromatron-red.css.scss */
.modal-header h3 {
  margin: 0;
  line-height: 30px;
}

/* line 4280, ../../app/assets/stylesheets/chromatron-red.css.scss */
.modal-body {
  position: relative;
  overflow-y: auto;
  max-height: 400px;
  padding: 15px;
}

/* line 4287, ../../app/assets/stylesheets/chromatron-red.css.scss */
.modal-form {
  margin-bottom: 0;
}

/* line 4291, ../../app/assets/stylesheets/chromatron-red.css.scss */
.modal-footer {
  padding: 14px 15px 15px;
  margin-bottom: 0;
  text-align: right;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
  -webkit-box-shadow: inset 0 1px 0 #ffffff;
  -moz-box-shadow: inset 0 1px 0 #ffffff;
  box-shadow: inset 0 1px 0 #ffffff;
  *zoom: 1;
}
/* line 4304, ../../app/assets/stylesheets/chromatron-red.css.scss */
.modal-footer:before {
  display: table;
  content: "";
  line-height: 0;
}
/* line 4309, ../../app/assets/stylesheets/chromatron-red.css.scss */
.modal-footer:after {
  display: table;
  content: "";
  line-height: 0;
  clear: both;
}
/* line 4315, ../../app/assets/stylesheets/chromatron-red.css.scss */
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
/* line 4319, ../../app/assets/stylesheets/chromatron-red.css.scss */
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
/* line 4322, ../../app/assets/stylesheets/chromatron-red.css.scss */
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

/* line 4327, ../../app/assets/stylesheets/chromatron-red.css.scss */
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  padding: 5px;
  font-size: 11px;
  opacity: 0;
  filter: alpha(opacity=0);
}
/* line 4336, ../../app/assets/stylesheets/chromatron-red.css.scss */
.tooltip.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
/* line 4340, ../../app/assets/stylesheets/chromatron-red.css.scss */
.tooltip.top {
  margin-top: -3px;
}
/* line 4343, ../../app/assets/stylesheets/chromatron-red.css.scss */
.tooltip.right {
  margin-left: 3px;
}
/* line 4346, ../../app/assets/stylesheets/chromatron-red.css.scss */
.tooltip.bottom {
  margin-top: 3px;
}
/* line 4349, ../../app/assets/stylesheets/chromatron-red.css.scss */
.tooltip.left {
  margin-left: -3px;
}

/* line 4354, ../../app/assets/stylesheets/chromatron-red.css.scss */
.tooltip-inner {
  max-width: 200px;
  margin-top: 15px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/* line 4367, ../../app/assets/stylesheets/chromatron-red.css.scss */
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

/* line 4376, ../../app/assets/stylesheets/chromatron-red.css.scss */
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
/* line 4383, ../../app/assets/stylesheets/chromatron-red.css.scss */
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
/* line 4390, ../../app/assets/stylesheets/chromatron-red.css.scss */
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
/* line 4397, ../../app/assets/stylesheets/chromatron-red.css.scss */
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}

/* line 4406, ../../app/assets/stylesheets/chromatron-red.css.scss */
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  width: 236px;
  padding: 1px;
  text-align: left;
  background-color: #ffffff;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
/* line 4428, ../../app/assets/stylesheets/chromatron-red.css.scss */
.popover.top {
  margin-top: -10px;
}
/* line 4431, ../../app/assets/stylesheets/chromatron-red.css.scss */
.popover.right {
  margin-left: 10px;
}
/* line 4434, ../../app/assets/stylesheets/chromatron-red.css.scss */
.popover.bottom {
  margin-top: 10px;
}
/* line 4437, ../../app/assets/stylesheets/chromatron-red.css.scss */
.popover.left {
  margin-left: -10px;
}

/* line 4442, ../../app/assets/stylesheets/chromatron-red.css.scss */
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}

/* line 4455, ../../app/assets/stylesheets/chromatron-red.css.scss */
.popover-content {
  padding: 9px 14px;
}

/* line 4460, ../../app/assets/stylesheets/chromatron-red.css.scss */
.popover .arrow {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 11px;
}
/* line 4467, ../../app/assets/stylesheets/chromatron-red.css.scss */
.popover .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 10px;
  content: "";
}
/* line 4479, ../../app/assets/stylesheets/chromatron-red.css.scss */
.popover.top .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
/* line 4486, ../../app/assets/stylesheets/chromatron-red.css.scss */
.popover.top .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #ffffff;
}
/* line 4493, ../../app/assets/stylesheets/chromatron-red.css.scss */
.popover.right .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
/* line 4500, ../../app/assets/stylesheets/chromatron-red.css.scss */
.popover.right .arrow:after {
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #ffffff;
}
/* line 4507, ../../app/assets/stylesheets/chromatron-red.css.scss */
.popover.bottom .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
/* line 4514, ../../app/assets/stylesheets/chromatron-red.css.scss */
.popover.bottom .arrow:after {
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #ffffff;
}
/* line 4521, ../../app/assets/stylesheets/chromatron-red.css.scss */
.popover.left .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
/* line 4528, ../../app/assets/stylesheets/chromatron-red.css.scss */
.popover.left .arrow:after {
  right: 1px;
  border-right-width: 0;
  border-left-color: #ffffff;
  bottom: -10px;
}

/* line 4537, ../../app/assets/stylesheets/chromatron-red.css.scss */
.thumbnails {
  margin-left: -20px;
  list-style: none;
  *zoom: 1;
}
/* line 4541, ../../app/assets/stylesheets/chromatron-red.css.scss */
.thumbnails:before {
  display: table;
  content: "";
  line-height: 0;
}
/* line 4546, ../../app/assets/stylesheets/chromatron-red.css.scss */
.thumbnails:after {
  display: table;
  content: "";
  line-height: 0;
  clear: both;
}

/* line 4554, ../../app/assets/stylesheets/chromatron-red.css.scss */
.row-fluid .thumbnails {
  margin-left: 0;
}

/* line 4558, ../../app/assets/stylesheets/chromatron-red.css.scss */
.thumbnails > li {
  float: left;
  margin-bottom: 18px;
  margin-left: 20px;
}

/* line 4564, ../../app/assets/stylesheets/chromatron-red.css.scss */
.thumbnail {
  display: block;
  padding: 4px;
  line-height: 18px;
  border: 1px solid #ddd;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

/* line 4581, ../../app/assets/stylesheets/chromatron-red.css.scss */
a.thumbnail:hover {
  border-color: #ae432e;
  -webkit-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
  -moz-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
  box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
}

/* line 4589, ../../app/assets/stylesheets/chromatron-red.css.scss */
.thumbnail > img {
  display: block;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
/* line 4595, ../../app/assets/stylesheets/chromatron-red.css.scss */
.thumbnail .caption {
  padding: 9px;
  color: #555555;
}

/* line 4601, ../../app/assets/stylesheets/chromatron-red.css.scss */
.label, .badge {
  display: inline-block;
  padding: 2px 4px;
  font-size: 10.998px;
  font-weight: bold;
  line-height: 14px;
  color: #ffffff;
  vertical-align: baseline;
  white-space: nowrap;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #999999;
}

/* line 4614, ../../app/assets/stylesheets/chromatron-red.css.scss */
.label {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

/* line 4620, ../../app/assets/stylesheets/chromatron-red.css.scss */
.badge {
  padding-left: 9px;
  padding-right: 9px;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
}

/* line 4628, ../../app/assets/stylesheets/chromatron-red.css.scss */
.label:empty, .badge:empty {
  display: none;
}

/* line 4633, ../../app/assets/stylesheets/chromatron-red.css.scss */
a.label:hover, a.badge:hover {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}

/* line 4640, ../../app/assets/stylesheets/chromatron-red.css.scss */
.label-important, .badge-important {
  background-color: #b94a48;
}

/* line 4644, ../../app/assets/stylesheets/chromatron-red.css.scss */
.label-important[href], .badge-important[href] {
  background-color: #953b39;
}

/* line 4648, ../../app/assets/stylesheets/chromatron-red.css.scss */
.label-warning, .badge-warning {
  background-color: #f89406;
}

/* line 4652, ../../app/assets/stylesheets/chromatron-red.css.scss */
.label-warning[href], .badge-warning[href] {
  background-color: #c67605;
}

/* line 4656, ../../app/assets/stylesheets/chromatron-red.css.scss */
.label-success, .badge-success {
  background-color: #468847;
}

/* line 4660, ../../app/assets/stylesheets/chromatron-red.css.scss */
.label-success[href], .badge-success[href] {
  background-color: #356635;
}

/* line 4664, ../../app/assets/stylesheets/chromatron-red.css.scss */
.label-info, .badge-info {
  background-color: #3a87ad;
}

/* line 4668, ../../app/assets/stylesheets/chromatron-red.css.scss */
.label-info[href], .badge-info[href] {
  background-color: #2d6987;
}

/* line 4672, ../../app/assets/stylesheets/chromatron-red.css.scss */
.label-inverse, .badge-inverse {
  background-color: #333333;
}

/* line 4676, ../../app/assets/stylesheets/chromatron-red.css.scss */
.label-inverse[href], .badge-inverse[href] {
  background-color: #1a1a1a;
}

/* line 4681, ../../app/assets/stylesheets/chromatron-red.css.scss */
.btn .label, .btn .badge {
  position: relative;
  top: -1px;
}

/* line 4688, ../../app/assets/stylesheets/chromatron-red.css.scss */
.btn-mini .label, .btn-mini .badge {
  top: 0;
}

@-webkit-keyframes progress-bar-stripes {
  /* line 4694, ../../app/assets/stylesheets/chromatron-red.css.scss */
  from {
    background-position: 40px 0;
  }

  /* line 4697, ../../app/assets/stylesheets/chromatron-red.css.scss */
  to {
    background-position: 0 0;
  }
}

@-moz-keyframes progress-bar-stripes {
  /* line 4704, ../../app/assets/stylesheets/chromatron-red.css.scss */
  from {
    background-position: 40px 0;
  }

  /* line 4707, ../../app/assets/stylesheets/chromatron-red.css.scss */
  to {
    background-position: 0 0;
  }
}

@-ms-keyframes progress-bar-stripes {
  /* line 4714, ../../app/assets/stylesheets/chromatron-red.css.scss */
  from {
    background-position: 40px 0;
  }

  /* line 4717, ../../app/assets/stylesheets/chromatron-red.css.scss */
  to {
    background-position: 0 0;
  }
}

@-o-keyframes progress-bar-stripes {
  /* line 4724, ../../app/assets/stylesheets/chromatron-red.css.scss */
  from {
    background-position: 0 0;
  }

  /* line 4727, ../../app/assets/stylesheets/chromatron-red.css.scss */
  to {
    background-position: 40px 0;
  }
}

@keyframes progress-bar-stripes {
  /* line 4734, ../../app/assets/stylesheets/chromatron-red.css.scss */
  from {
    background-position: 40px 0;
  }

  /* line 4737, ../../app/assets/stylesheets/chromatron-red.css.scss */
  to {
    background-position: 0 0;
  }
}

/* line 4743, ../../app/assets/stylesheets/chromatron-red.css.scss */
.progress {
  overflow: hidden;
  height: 18px;
  margin-bottom: 18px;
  background-color: #f7f7f7;
  background-image: -moz-linear-gradient(top, whitesmoke, #f9f9f9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(whitesmoke), to(#f9f9f9));
  background-image: -webkit-linear-gradient(top, whitesmoke, #f9f9f9);
  background-image: -o-linear-gradient(top, whitesmoke, #f9f9f9);
  background-image: linear-gradient(to bottom, #f5f5f5, #f9f9f9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#fff9f9f9', GradientType=0);
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
/* line 4761, ../../app/assets/stylesheets/chromatron-red.css.scss */
.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: -moz-linear-gradient(top, #149bdf, #0480be);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#149bdf), to(#0480be));
  background-image: -webkit-linear-gradient(top, #149bdf, #0480be);
  background-image: -o-linear-gradient(top, #149bdf, #0480be);
  background-image: linear-gradient(to bottom, #149bdf, #0480be);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff149bdf', endColorstr='#ff0480be', GradientType=0);
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: width 0.6s ease;
  -moz-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
/* line 4787, ../../app/assets/stylesheets/chromatron-red.css.scss */
.progress .bar + .bar {
  -webkit-box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15);
}

/* line 4795, ../../app/assets/stylesheets/chromatron-red.css.scss */
.progress-striped .bar {
  background-color: #149bdf;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-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-image: -moz-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-image: -o-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-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);
  -webkit-background-size: 40px 40px;
  -moz-background-size: 40px 40px;
  -o-background-size: 40px 40px;
  background-size: 40px 40px;
}

/* line 4808, ../../app/assets/stylesheets/chromatron-red.css.scss */
.progress.active .bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -moz-animation: progress-bar-stripes 2s linear infinite;
  -ms-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

/* line 4816, ../../app/assets/stylesheets/chromatron-red.css.scss */
.progress-danger .bar, .progress .bar-danger {
  background-color: #dd514c;
  background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#c43c35));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: linear-gradient(to bottom, #ee5f5b, #c43c35);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffc43c35', GradientType=0);
}

/* line 4827, ../../app/assets/stylesheets/chromatron-red.css.scss */
.progress-danger.progress-striped .bar, .progress-striped .bar-danger {
  background-color: #ee5f5b;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-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-image: -moz-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-image: -o-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-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);
}

/* line 4836, ../../app/assets/stylesheets/chromatron-red.css.scss */
.progress-success .bar, .progress .bar-success {
  background-color: #5eb95e;
  background-image: -moz-linear-gradient(top, #62c462, #57a957);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#57a957));
  background-image: -webkit-linear-gradient(top, #62c462, #57a957);
  background-image: -o-linear-gradient(top, #62c462, #57a957);
  background-image: linear-gradient(to bottom, #62c462, #57a957);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff57a957', GradientType=0);
}

/* line 4847, ../../app/assets/stylesheets/chromatron-red.css.scss */
.progress-success.progress-striped .bar, .progress-striped .bar-success {
  background-color: #62c462;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-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-image: -moz-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-image: -o-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-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);
}

/* line 4856, ../../app/assets/stylesheets/chromatron-red.css.scss */
.progress-info .bar, .progress .bar-info {
  background-color: #4bb1cf;
  background-image: -moz-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#339bb9));
  background-image: -webkit-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -o-linear-gradient(top, #5bc0de, #339bb9);
  background-image: linear-gradient(to bottom, #5bc0de, #339bb9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff339bb9', GradientType=0);
}

/* line 4867, ../../app/assets/stylesheets/chromatron-red.css.scss */
.progress-info.progress-striped .bar, .progress-striped .bar-info {
  background-color: #5bc0de;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-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-image: -moz-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-image: -o-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-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);
}

/* line 4876, ../../app/assets/stylesheets/chromatron-red.css.scss */
.progress-warning .bar, .progress .bar-warning {
  background-color: #faa732;
  background-image: -moz-linear-gradient(top, #fbb450, #f89406);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
  background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
  background-image: -o-linear-gradient(top, #fbb450, #f89406);
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
}

/* line 4887, ../../app/assets/stylesheets/chromatron-red.css.scss */
.progress-warning.progress-striped .bar, .progress-striped .bar-warning {
  background-color: #fbb450;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-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-image: -moz-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-image: -o-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-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);
}

/* line 4896, ../../app/assets/stylesheets/chromatron-red.css.scss */
.media, .media-body {
  overflow: hidden;
  *overflow: visible;
  zoom: 1;
}

/* line 4902, ../../app/assets/stylesheets/chromatron-red.css.scss */
.media {
  margin-top: 15px;
}
/* line 4904, ../../app/assets/stylesheets/chromatron-red.css.scss */
.media .media {
  margin-top: 15px;
}
/* line 4907, ../../app/assets/stylesheets/chromatron-red.css.scss */
.media:first-child {
  margin-top: 0;
}

/* line 4912, ../../app/assets/stylesheets/chromatron-red.css.scss */
.media-object {
  display: block;
}

/* line 4916, ../../app/assets/stylesheets/chromatron-red.css.scss */
.media-heading {
  margin: 0 0 5px;
}

/* line 4921, ../../app/assets/stylesheets/chromatron-red.css.scss */
.media .pull-left {
  margin-right: 10px;
}
/* line 4924, ../../app/assets/stylesheets/chromatron-red.css.scss */
.media .pull-right {
  margin-left: 10px;
}

/* line 4929, ../../app/assets/stylesheets/chromatron-red.css.scss */
.media-list {
  margin-left: 0;
  list-style: none;
}

/* line 4934, ../../app/assets/stylesheets/chromatron-red.css.scss */
.accordion {
  margin-bottom: 18px;
}

/* line 4938, ../../app/assets/stylesheets/chromatron-red.css.scss */
.accordion-group {
  margin-bottom: 2px;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/* line 4946, ../../app/assets/stylesheets/chromatron-red.css.scss */
.accordion-heading {
  border-bottom: 0;
}
/* line 4948, ../../app/assets/stylesheets/chromatron-red.css.scss */
.accordion-heading .accordion-toggle {
  display: block;
  padding: 8px 15px;
}

/* line 4954, ../../app/assets/stylesheets/chromatron-red.css.scss */
.accordion-toggle {
  cursor: pointer;
}

/* line 4958, ../../app/assets/stylesheets/chromatron-red.css.scss */
.accordion-inner {
  padding: 9px 15px;
  border-top: 1px solid #e5e5e5;
}

/* line 4963, ../../app/assets/stylesheets/chromatron-red.css.scss */
.carousel {
  position: relative;
  margin-bottom: 18px;
  line-height: 1;
}

/* line 4969, ../../app/assets/stylesheets/chromatron-red.css.scss */
.carousel-inner {
  overflow: hidden;
  width: 100%;
  position: relative;
}
/* line 4974, ../../app/assets/stylesheets/chromatron-red.css.scss */
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -moz-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
/* line 4981, ../../app/assets/stylesheets/chromatron-red.css.scss */
.carousel-inner > .item > img {
  display: block;
  line-height: 1;
}
/* line 4986, ../../app/assets/stylesheets/chromatron-red.css.scss */
.carousel-inner > .active, .carousel-inner > .next, .carousel-inner > .prev {
  display: block;
}
/* line 4989, ../../app/assets/stylesheets/chromatron-red.css.scss */
.carousel-inner > .active {
  left: 0;
}
/* line 4992, ../../app/assets/stylesheets/chromatron-red.css.scss */
.carousel-inner > .next, .carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
/* line 4997, ../../app/assets/stylesheets/chromatron-red.css.scss */
.carousel-inner > .next {
  left: 100%;
}
/* line 5000, ../../app/assets/stylesheets/chromatron-red.css.scss */
.carousel-inner > .prev {
  left: -100%;
}
/* line 5003, ../../app/assets/stylesheets/chromatron-red.css.scss */
.carousel-inner > .next.left, .carousel-inner > .prev.right {
  left: 0;
}
/* line 5007, ../../app/assets/stylesheets/chromatron-red.css.scss */
.carousel-inner > .active.left {
  left: -100%;
}
/* line 5010, ../../app/assets/stylesheets/chromatron-red.css.scss */
.carousel-inner > .active.right {
  left: 100%;
}

/* line 5019, ../../app/assets/stylesheets/chromatron-red.css.scss */
.hero-unit {
  padding: 60px;
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 200;
  line-height: 27px;
  color: #808080;
  background-color: #e6e6e6;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
/* line 5030, ../../app/assets/stylesheets/chromatron-red.css.scss */
.hero-unit h1 {
  margin-bottom: 0;
  font-size: 60px;
  line-height: 1;
  color: #616466;
  letter-spacing: -1px;
}
/* line 5037, ../../app/assets/stylesheets/chromatron-red.css.scss */
.hero-unit li {
  line-height: 27px;
}

/* line 5042, ../../app/assets/stylesheets/chromatron-red.css.scss */
.pull-right {
  float: right;
}

/* line 5046, ../../app/assets/stylesheets/chromatron-red.css.scss */
.pull-left {
  float: left;
}

/* line 5049, ../../app/assets/stylesheets/chromatron-red.css.scss */
.edit-record {
  width: 200px;
}

/* line 5052, ../../app/assets/stylesheets/chromatron-red.css.scss */
.edit-record > input {
  width: 180px;
}

/* line 5057, ../../app/assets/stylesheets/chromatron-red.css.scss */
.hide {
  display: none;
}

/* line 5061, ../../app/assets/stylesheets/chromatron-red.css.scss */
.show {
  display: block;
}

/* line 5065, ../../app/assets/stylesheets/chromatron-red.css.scss */
.invisible {
  visibility: hidden;
}

/* line 5069, ../../app/assets/stylesheets/chromatron-red.css.scss */
.affix {
  position: fixed;
}

@media (max-width: 767px) {
  /* line 5074, ../../app/assets/stylesheets/chromatron-red.css.scss */
  body {
    padding-left: 20px;
    padding-right: 20px;
  }

  /* line 5078, ../../app/assets/stylesheets/chromatron-red.css.scss */
  .navbar-fixed-top, .navbar-fixed-bottom, .navbar-static-top {
    margin-left: -20px;
    margin-right: -20px;
  }

  /* line 5082, ../../app/assets/stylesheets/chromatron-red.css.scss */
  .container-fluid {
    padding: 0;
  }

  /* line 5086, ../../app/assets/stylesheets/chromatron-red.css.scss */
  .dl-horizontal dt {
    float: none;
    clear: none;
    width: auto;
    text-align: left;
  }
  /* line 5092, ../../app/assets/stylesheets/chromatron-red.css.scss */
  .dl-horizontal dd {
    margin-left: 0;
  }

  /* line 5096, ../../app/assets/stylesheets/chromatron-red.css.scss */
  .container {
    width: auto;
  }

  /* line 5099, ../../app/assets/stylesheets/chromatron-red.css.scss */
  .row-fluid {
    width: 100%;
  }

  /* line 5102, ../../app/assets/stylesheets/chromatron-red.css.scss */
  .row {
    margin-left: 0;
  }

  /* line 5105, ../../app/assets/stylesheets/chromatron-red.css.scss */
  .thumbnails {
    margin-left: 0;
  }
  /* line 5107, ../../app/assets/stylesheets/chromatron-red.css.scss */
  .thumbnails > li {
    float: none;
    margin-left: 0;
  }

  /* line 5112, ../../app/assets/stylesheets/chromatron-red.css.scss */
  [class*="span"], .uneditable-input[class*="span"], .row-fluid [class*="span"] {
    float: none;
    display: block;
    width: 100%;
    margin-left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  /* line 5121, ../../app/assets/stylesheets/chromatron-red.css.scss */
  .span12 {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  /* line 5128, ../../app/assets/stylesheets/chromatron-red.css.scss */
  .row-fluid .span12 {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  /* line 5134, ../../app/assets/stylesheets/chromatron-red.css.scss */
  .row-fluid [class*="offset"]:first-child {
    margin-left: 0;
  }

  /* line 5138, ../../app/assets/stylesheets/chromatron-red.css.scss */
  .input-large, .input-xlarge, .input-xxlarge, input[class*="span"], select[class*="span"], textarea[class*="span"], .uneditable-input {
    display: block;
    width: 100%;
    min-height: 28px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  /* line 5146, ../../app/assets/stylesheets/chromatron-red.css.scss */
  .input-prepend input, .input-append input, .input-prepend input[class*="span"], .input-append input[class*="span"] {
    display: inline-block;
    width: auto;
  }

  /* line 5150, ../../app/assets/stylesheets/chromatron-red.css.scss */
  .controls-row [class*="span"] + [class*="span"] {
    margin-left: 0;
  }

  /* line 5153, ../../app/assets/stylesheets/chromatron-red.css.scss */
  .modal {
    position: fixed;
    top: 20px;
    left: 20px;
    right: 20px;
    width: auto;
    margin: 0;
  }
  /* line 5160, ../../app/assets/stylesheets/chromatron-red.css.scss */
  .modal.fade {
    top: -100px;
  }
  /* line 5162, ../../app/assets/stylesheets/chromatron-red.css.scss */
  .modal.fade.in {
    top: 20px;
  }
}
@media (max-width: 480px) {
  /* line 5170, ../../app/assets/stylesheets/chromatron-red.css.scss */
  .nav-collapse {
    -webkit-transform: translate3d(0, 0, 0);
  }

  /* line 5173, ../../app/assets/stylesheets/chromatron-red.css.scss */
  .page-header h1 small {
    display: block;
    line-height: 18px;
  }

  /* line 5178, ../../app/assets/stylesheets/chromatron-red.css.scss */
  input[type="checkbox"], input[type="radio"] {
    border: 1px solid #ccc;
  }

  /* line 5183, ../../app/assets/stylesheets/chromatron-red.css.scss */
  .form-horizontal .control-label {
    float: none;
    width: auto;
    padding-top: 0;
    text-align: left;
  }
  /* line 5189, ../../app/assets/stylesheets/chromatron-red.css.scss */
  .form-horizontal .controls {
    margin-left: 0;
  }
  /* line 5192, ../../app/assets/stylesheets/chromatron-red.css.scss */
  .form-horizontal .control-list {
    padding-top: 0;
  }
  /* line 5195, ../../app/assets/stylesheets/chromatron-red.css.scss */
  .form-horizontal .form-actions {
    padding-left: 10px;
    padding-right: 10px;
  }

  /* line 5201, ../../app/assets/stylesheets/chromatron-red.css.scss */
  .media .pull-left, .media .pull-right {
    float: none;
    display: block;
    margin-bottom: 10px;
  }

  /* line 5207, ../../app/assets/stylesheets/chromatron-red.css.scss */
  .media-object {
    margin-right: 0;
    margin-left: 0;
  }

  /* line 5211, ../../app/assets/stylesheets/chromatron-red.css.scss */
  .modal {
    top: 10px;
    left: 10px;
    right: 10px;
  }

  /* line 5216, ../../app/assets/stylesheets/chromatron-red.css.scss */
  .modal-header .close {
    padding: 10px;
    margin: -10px;
  }

  /* line 5220, ../../app/assets/stylesheets/chromatron-red.css.scss */
  .carousel-caption {
    position: static;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  /* line 5226, ../../app/assets/stylesheets/chromatron-red.css.scss */
  .row {
    margin-left: -20px;
    *zoom: 1;
  }
  /* line 5229, ../../app/assets/stylesheets/chromatron-red.css.scss */
  .row:before {
    display: table;
    content: "";
    line-height: 0;
  }
  /* line 5234, ../../app/assets/stylesheets/chromatron-red.css.scss */
  .row:after {
    display: table;
    content: "";
    line-height: 0;
    clear: both;
  }

  /* line 5241, ../../app/assets/stylesheets/chromatron-red.css.scss */
  [class*="span"] {
    float: left;
    min-height: 1px;
    margin-left: 20px;
  }

  /* line 5246, ../../app/assets/stylesheets/chromatron-red.css.scss */
  .container, .navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container, .span12 {
    width: 724px;
  }

  /* line 5249, ../../app/assets/stylesheets/chromatron-red.css.scss */
  .span11 {
    width: 662px;
  }

  /* line 5252, ../../app/assets/stylesheets/chromatron-red.css.scss */
  .span10 {
    width: 600px;
  }

  /* line 5255, ../../app/assets/stylesheets/chromatron-red.css.scss */
  .span9 {
    width: 538px;
  }

  /* line 5258, ../../app/assets/stylesheets/chromatron-red.css.scss */
  .span8 {
    width: 476px;
  }

  /* line 5261, ../../app/assets/stylesheets/chromatron-red.css.scss */
  .span7 {
    width: 414px;
  }

  /* line 5264, ../../app/assets/stylesheets/chromatron-red.css.scss */
  .span6 {
    width: 352px;
  }

  /* line 5267, ../../app/assets/stylesheets/chromatron-red.css.scss */
  .span5 {
    width: 290px;
  }

  /* line 5270, ../../app/assets/stylesheets/chromatron-red.css.scss */
  .span4 {
    width: 228px;
  }

  /* line 5273, ../../app/assets/stylesheets/chromatron-red.css.scss */
  .span3 {
    width: 166px;
  }

  /* line 5276, ../../app/assets/stylesheets/chromatron-red.css.scss */
  .span2 {
    width: 104px;
  }

  /* line 5279, ../../app/assets/stylesheets/chromatron-red.css.scss */
  .span1 {
    width: 42px;
  }

  /* line 5282, ../../app/assets/stylesheets/chromatron-red.css.scss */
  .offset12 {
    margin-left: 764px;
  }

  /* line 5285, ../../app/assets/stylesheets/chromatron-red.css.scss */
  .offset11 {
    margin-left: 702px;
  }

  /* line 5288, ../../app/assets/stylesheets/chromatron-red.css.scss */
  .offset10 {
    margin-left: 640px;
  }

  /* line 5291, ../../app/assets/stylesheets/chromatron-red.css.scss */
  .offset9 {
    margin-left: 578px;
  }

  /* line 5294, ../../app/assets/stylesheets/chromatron-red.css.scss */
  .offset8 {
    margin-left: 516px;
  }

  /* line 5297, ../../app/assets/stylesheets/chromatron-red.css.scss */
  .offset7 {
    margin-left: 454px;
  }

  /* line 5300, ../../app/assets/stylesheets/chromatron-red.css.scss */
  .offset6 {
    margin-left: 392px;
  }

  /* line 5303, ../../app/assets/stylesheets/chromatron-red.css.scss */
  .offset5 {
    margin-left: 330px;
  }

  /* line 5306, ../../app/assets/stylesheets/chromatron-red.css.scss */
  .offset4 {
    margin-left: 268px;
  }

  /* line 5309, ../../app/assets/stylesheets/chromatron-red.css.scss */
  .offset3 {
    margin-left: 206px;
  }

  /* line 5312, ../../app/assets/stylesheets/chromatron-red.css.scss */
  .offset2 {
    margin-left: 144px;
  }

  /* line 5315, ../../app/assets/stylesheets/chromatron-red.css.scss */
  .offset1 {
    margin-left: 82px;
  }

  /* line 5318, ../../app/assets/stylesheets/chromatron-red.css.scss */
  .row-fluid {
    width: 100%;
    *zoom: 1;
  }
  /* line 5321, ../../app/assets/stylesheets/chromatron-red.css.scss */
  .row-fluid:before {
    display: table;
    content: "";
    line-height: 0;
  }
  /* line 5326, ../../app/assets/stylesheets/chromatron-red.css.scss */
  .row-fluid:after {
    display: table;
    content: "";
    line-height: 0;
    clear: both;
  }
  /* line 5332, ../../app/assets/stylesheets/chromatron-red.css.scss */
  .row-fluid [class*="span"] {
    display: block;
    width: 100%;
    min-height: 28px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin-left: 2.7624309392265194%;
    *margin-left: 2.709239449864817%;
  }
  /* line 5342, ../../app/assets/stylesheets/chromatron-red.css.scss */
  .row-fluid [class*="span"]:first-child {
    margin-left: 0;
  }
  /* line 5346, ../../app/assets/stylesheets/chromatron-red.css.scss */
  .row-fluid .controls-row [class*="span"] + [class*="span"] {
    margin-left: 2.7624309392265194%;
  }
  /* line 5349, ../../app/assets/stylesheets/chromatron-red.css.scss */
  .row-fluid .span12 {
    width: 100%;
    *width: 99.94680851063829%;
  }
  /* line 5353, ../../app/assets/stylesheets/chromatron-red.css.scss */
  .row-fluid .span11 {
    width: 91.43646408839778%;
    *width: 91.38327259903608%;
  }
  /* line 5357, ../../app/assets/stylesheets/chromatron-red.css.scss */
  .row-fluid .span10 {
    width: 82.87292817679558%;
    *width: 82.81973668743387%;
  }
  /* line 5361, ../../app/assets/stylesheets/chromatron-red.css.scss */
  .row-fluid .span9 {
    width: 74.30939226519337%;
    *width: 74.25620077583166%;
  }
  /* line 5365, ../../app/assets/stylesheets/chromatron-red.css.scss */
  .row-fluid .span8 {
    width: 65.74585635359117%;
    *width: 65.69266486422946%;
  }
  /* line 5369, ../../app/assets/stylesheets/chromatron-red.css.scss */
  .row-fluid .span7 {
    width: 57.18232044198895%;
    *width: 57.12912895262725%;
  }
  /* line 5373, ../../app/assets/stylesheets/chromatron-red.css.scss */
  .row-fluid .span6 {
    width: 48.61878453038674%;
    *width: 48.56559304102504%;
  }
  /* line 5377, ../../app/assets/stylesheets/chromatron-red.css.scss */
  .row-fluid .span5 {
    width: 40.05524861878453%;
    *width: 40.00205712942283%;
  }
  /* line 5381, ../../app/assets/stylesheets/chromatron-red.css.scss */
  .row-fluid .span4 {
    width: 31.491712707182323%;
    *width: 31.43852121782062%;
  }
  /* line 5385, ../../app/assets/stylesheets/chromatron-red.css.scss */
  .row-fluid .span3 {
    width: 22.92817679558011%;
    *width: 22.87498530621841%;
  }
  /* line 5389, ../../app/assets/stylesheets/chromatron-red.css.scss */
  .row-fluid .span2 {
    width: 14.3646408839779%;
    *width: 14.311449394616199%;
  }
  /* line 5393, ../../app/assets/stylesheets/chromatron-red.css.scss */
  .row-fluid .span1 {
    width: 5.801104972375691%;
    *width: 5.747913483013988%;
  }
  /* line 5397, ../../app/assets/stylesheets/chromatron-red.css.scss */
  .row-fluid .offset12 {
    margin-left: 105.52486187845304%;
    *margin-left: 105.41847889972962%;
  }
  /* line 5400, ../../app/assets/stylesheets/chromatron-red.css.scss */
  .row-fluid .offset12:first-child {
    margin-left: 102.76243093922652%;
    *margin-left: 102.6560479605031%;
  }
  /* line 5405, ../../app/assets/stylesheets/chromatron-red.css.scss */
  .row-fluid .offset11 {
    margin-left: 96.96132596685082%;
    *margin-left: 96.8549429881274%;
  }
  /* line 5408, ../../app/assets/stylesheets/chromatron-red.css.scss */
  .row-fluid .offset11:first-child {
    margin-left: 94.1988950276243%;
    *margin-left: 94.09251204890089%;
  }
  /* line 5413, ../../app/assets/stylesheets/chromatron-red.css.scss */
  .row-fluid .offset10 {
    margin-left: 88.39779005524862%;
    *margin-left: 88.2914070765252%;
  }
  /* line 5416, ../../app/assets/stylesheets/chromatron-red.css.scss */
  .row-fluid .offset10:first-child {
    margin-left: 85.6353591160221%;
    *margin-left: 85.52897613729868%;
  }
  /* line 5421, ../../app/assets/stylesheets/chromatron-red.css.scss */
  .row-fluid .offset9 {
    margin-left: 79.8342541436464%;
    *margin-left: 79.72787116492299%;
  }
  /* line 5424, ../../app/assets/stylesheets/chromatron-red.css.scss */
  .row-fluid .offset9:first-child {
    margin-left: 77.07182320441989%;
    *margin-left: 76.96544022569647%;
  }
  /* line 5429, ../../app/assets/stylesheets/chromatron-red.css.scss */
  .row-fluid .offset8 {
    margin-left: 71.2707182320442%;
    *margin-left: 71.16433525332079%;
  }
  /* line 5432, ../../app/assets/stylesheets/chromatron-red.css.scss */
  .row-fluid .offset8:first-child {
    margin-left: 68.50828729281768%;
    *margin-left: 68.40190431409427%;
  }
  /* line 5437, ../../app/assets/stylesheets/chromatron-red.css.scss */
  .row-fluid .offset7 {
    margin-left: 62.70718232044199%;
    *margin-left: 62.600799341718584%;
  }
  /* line 5440, ../../app/assets/stylesheets/chromatron-red.css.scss */
  .row-fluid .offset7:first-child {
    margin-left: 59.94475138121547%;
    *margin-left: 59.838368402492065%;
  }
  /* line 5445, ../../app/assets/stylesheets/chromatron-red.css.scss */
  .row-fluid .offset6 {
    margin-left: 54.14364640883978%;
    *margin-left: 54.037263430116376%;
  }
  /* line 5448, ../../app/assets/stylesheets/chromatron-red.css.scss */
  .row-fluid .offset6:first-child {
    margin-left: 51.38121546961326%;
    *margin-left: 51.27483249088986%;
  }
  /* line 5453, ../../app/assets/stylesheets/chromatron-red.css.scss */
  .row-fluid .offset5 {
    margin-left: 45.58011049723757%;
    *margin-left: 45.47372751851417%;
  }
  /* line 5456, ../../app/assets/stylesheets/chromatron-red.css.scss */
  .row-fluid .offset5:first-child {
    margin-left: 42.81767955801105%;
    *margin-left: 42.71129657928765%;
  }
  /* line 5461, ../../app/assets/stylesheets/chromatron-red.css.scss */
  .row-fluid .offset4 {
    margin-left: 37.01657458563536%;
    *margin-left: 36.91019160691196%;
  }
  /* line 5464, ../../app/assets/stylesheets/chromatron-red.css.scss */
  .row-fluid .offset4:first-child {
    margin-left: 34.25414364640884%;
    *margin-left: 34.14776066768544%;
  }
  /* line 5469, ../../app/assets/stylesheets/chromatron-red.css.scss */
  .row-fluid .offset3 {
    margin-left: 28.45303867403315%;
    *margin-left: 28.346655695309746%;
  }
  /* line 5472, ../../app/assets/stylesheets/chromatron-red.css.scss */
  .row-fluid .offset3:first-child {
    margin-left: 25.69060773480663%;
    *margin-left: 25.584224756083227%;
  }
  /* line 5477, ../../app/assets/stylesheets/chromatron-red.css.scss */
  .row-fluid .offset2 {
    margin-left: 19.88950276243094%;
    *margin-left: 19.783119783707537%;
  }
  /* line 5480, ../../app/assets/stylesheets/chromatron-red.css.scss */
  .row-fluid .offset2:first-child {
    margin-left: 17.12707182320442%;
    *margin-left: 17.02068884448102%;
  }
  /* line 5485, ../../app/assets/stylesheets/chromatron-red.css.scss */
  .row-fluid .offset1 {
    margin-left: 11.32596685082873%;
    *margin-left: 11.219583872105325%;
  }
  /* line 5488, ../../app/assets/stylesheets/chromatron-red.css.scss */
  .row-fluid .offset1:first-child {
    margin-left: 8.56353591160221%;
    *margin-left: 8.457152932878806%;
  }

  /* line 5494, ../../app/assets/stylesheets/chromatron-red.css.scss */
  input, textarea, .uneditable-input {
    margin-left: 0;
  }

  /* line 5497, ../../app/assets/stylesheets/chromatron-red.css.scss */
  .controls-row [class*="span"] + [class*="span"] {
    margin-left: 20px;
  }

  /* line 5500, ../../app/assets/stylesheets/chromatron-red.css.scss */
  input.span12, textarea.span12, .uneditable-input.span12 {
    width: 710px;
  }

  /* line 5503, ../../app/assets/stylesheets/chromatron-red.css.scss */
  input.span11, textarea.span11, .uneditable-input.span11 {
    width: 648px;
  }

  /* line 5506, ../../app/assets/stylesheets/chromatron-red.css.scss */
  input.span10, textarea.span10, .uneditable-input.span10 {
    width: 586px;
  }

  /* line 5509, ../../app/assets/stylesheets/chromatron-red.css.scss */
  input.span9, textarea.span9, .uneditable-input.span9 {
    width: 524px;
  }

  /* line 5512, ../../app/assets/stylesheets/chromatron-red.css.scss */
  input.span8, textarea.span8, .uneditable-input.span8 {
    width: 462px;
  }

  /* line 5515, ../../app/assets/stylesheets/chromatron-red.css.scss */
  input.span7, textarea.span7, .uneditable-input.span7 {
    width: 400px;
  }

  /* line 5518, ../../app/assets/stylesheets/chromatron-red.css.scss */
  input.span6, textarea.span6, .uneditable-input.span6 {
    width: 338px;
  }

  /* line 5521, ../../app/assets/stylesheets/chromatron-red.css.scss */
  input.span5, textarea.span5, .uneditable-input.span5 {
    width: 276px;
  }

  /* line 5524, ../../app/assets/stylesheets/chromatron-red.css.scss */
  input.span4, textarea.span4, .uneditable-input.span4 {
    width: 214px;
  }

  /* line 5527, ../../app/assets/stylesheets/chromatron-red.css.scss */
  input.span3, textarea.span3, .uneditable-input.span3 {
    width: 152px;
  }

  /* line 5530, ../../app/assets/stylesheets/chromatron-red.css.scss */
  input.span2, textarea.span2, .uneditable-input.span2 {
    width: 90px;
  }

  /* line 5533, ../../app/assets/stylesheets/chromatron-red.css.scss */
  input.span1, textarea.span1, .uneditable-input.span1 {
    width: 28px;
  }
}
@media (min-width: 1200px) {
  /* line 5539, ../../app/assets/stylesheets/chromatron-red.css.scss */
  .row {
    margin-left: -30px;
    *zoom: 1;
  }
  /* line 5542, ../../app/assets/stylesheets/chromatron-red.css.scss */
  .row:before {
    display: table;
    content: "";
    line-height: 0;
  }
  /* line 5547, ../../app/assets/stylesheets/chromatron-red.css.scss */
  .row:after {
    display: table;
    content: "";
    line-height: 0;
    clear: both;
  }

  /* line 5554, ../../app/assets/stylesheets/chromatron-red.css.scss */
  [class*="span"] {
    float: left;
    min-height: 1px;
    margin-left: 30px;
  }

  /* line 5559, ../../app/assets/stylesheets/chromatron-red.css.scss */
  .container, .navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container, .span12 {
    width: 1170px;
  }

  /* line 5562, ../../app/assets/stylesheets/chromatron-red.css.scss */
  .span11 {
    width: 1070px;
  }

  /* line 5565, ../../app/assets/stylesheets/chromatron-red.css.scss */
  .span10 {
    width: 970px;
  }

  /* line 5568, ../../app/assets/stylesheets/chromatron-red.css.scss */
  .span9 {
    width: 870px;
  }

  /* line 5571, ../../app/assets/stylesheets/chromatron-red.css.scss */
  .span8 {
    width: 770px;
  }

  /* line 5574, ../../app/assets/stylesheets/chromatron-red.css.scss */
  .span7 {
    width: 670px;
  }

  /* line 5577, ../../app/assets/stylesheets/chromatron-red.css.scss */
  .span6 {
    width: 570px;
  }

  /* line 5580, ../../app/assets/stylesheets/chromatron-red.css.scss */
  .span5 {
    width: 470px;
  }

  /* line 5583, ../../app/assets/stylesheets/chromatron-red.css.scss */
  .span4 {
    width: 370px;
  }

  /* line 5586, ../../app/assets/stylesheets/chromatron-red.css.scss */
  .span3 {
    width: 270px;
  }

  /* line 5589, ../../app/assets/stylesheets/chromatron-red.css.scss */
  .span2 {
    width: 170px;
  }

  /* line 5592, ../../app/assets/stylesheets/chromatron-red.css.scss */
  .span1 {
    width: 70px;
  }

  /* line 5595, ../../app/assets/stylesheets/chromatron-red.css.scss */
  .offset12 {
    margin-left: 1230px;
  }

  /* line 5598, ../../app/assets/stylesheets/chromatron-red.css.scss */
  .offset11 {
    margin-left: 1130px;
  }

  /* line 5601, ../../app/assets/stylesheets/chromatron-red.css.scss */
  .offset10 {
    margin-left: 1030px;
  }

  /* line 5604, ../../app/assets/stylesheets/chromatron-red.css.scss */
  .offset9 {
    margin-left: 930px;
  }

  /* line 5607, ../../app/assets/stylesheets/chromatron-red.css.scss */
  .offset8 {
    margin-left: 830px;
  }

  /* line 5610, ../../app/assets/stylesheets/chromatron-red.css.scss */
  .offset7 {
    margin-left: 730px;
  }

  /* line 5613, ../../app/assets/stylesheets/chromatron-red.css.scss */
  .offset6 {
    margin-left: 630px;
  }

  /* line 5616, ../../app/assets/stylesheets/chromatron-red.css.scss */
  .offset5 {
    margin-left: 530px;
  }

  /* line 5619, ../../app/assets/stylesheets/chromatron-red.css.scss */
  .offset4 {
    margin-left: 430px;
  }

  /* line 5622, ../../app/assets/stylesheets/chromatron-red.css.scss */
  .offset3 {
    margin-left: 330px;
  }

  /* line 5625, ../../app/assets/stylesheets/chromatron-red.css.scss */
  .offset2 {
    margin-left: 230px;
  }

  /* line 5628, ../../app/assets/stylesheets/chromatron-red.css.scss */
  .offset1 {
    margin-left: 130px;
  }

  /* line 5631, ../../app/assets/stylesheets/chromatron-red.css.scss */
  .row-fluid {
    width: 100%;
    *zoom: 1;
  }
  /* line 5634, ../../app/assets/stylesheets/chromatron-red.css.scss */
  .row-fluid:before {
    display: table;
    content: "";
    line-height: 0;
  }
  /* line 5639, ../../app/assets/stylesheets/chromatron-red.css.scss */
  .row-fluid:after {
    display: table;
    content: "";
    line-height: 0;
    clear: both;
  }
  /* line 5645, ../../app/assets/stylesheets/chromatron-red.css.scss */
  .row-fluid [class*="span"] {
    display: block;
    width: 100%;
    min-height: 28px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin-left: 2.564102564102564%;
    *margin-left: 2.5109110747408616%;
  }
  /* line 5655, ../../app/assets/stylesheets/chromatron-red.css.scss */
  .row-fluid [class*="span"]:first-child {
    margin-left: 0;
  }
  /* line 5659, ../../app/assets/stylesheets/chromatron-red.css.scss */
  .row-fluid .controls-row [class*="span"] + [class*="span"] {
    margin-left: 2.564102564102564%;
  }
  /* line 5662, ../../app/assets/stylesheets/chromatron-red.css.scss */
  .row-fluid .span12 {
    width: 100%;
    *width: 99.94680851063829%;
  }
  /* line 5666, ../../app/assets/stylesheets/chromatron-red.css.scss */
  .row-fluid .span11 {
    width: 91.45299145299145%;
    *width: 91.39979996362975%;
  }
  /* line 5670, ../../app/assets/stylesheets/chromatron-red.css.scss */
  .row-fluid .span10 {
    width: 82.90598290598291%;
    *width: 82.8527914166212%;
  }
  /* line 5674, ../../app/assets/stylesheets/chromatron-red.css.scss */
  .row-fluid .span9 {
    width: 74.35897435897436%;
    *width: 74.30578286961266%;
  }
  /* line 5678, ../../app/assets/stylesheets/chromatron-red.css.scss */
  .row-fluid .span8 {
    width: 65.81196581196582%;
    *width: 65.75877432260411%;
  }
  /* line 5682, ../../app/assets/stylesheets/chromatron-red.css.scss */
  .row-fluid .span7 {
    width: 57.26495726495726%;
    *width: 57.21176577559556%;
  }
  /* line 5686, ../../app/assets/stylesheets/chromatron-red.css.scss */
  .row-fluid .span6 {
    width: 48.717948717948715%;
    *width: 48.664757228587014%;
  }
  /* line 5690, ../../app/assets/stylesheets/chromatron-red.css.scss */
  .row-fluid .span5 {
    width: 40.17094017094017%;
    *width: 40.11774868157847%;
  }
  /* line 5694, ../../app/assets/stylesheets/chromatron-red.css.scss */
  .row-fluid .span4 {
    width: 31.623931623931625%;
    *width: 31.570740134569924%;
  }
  /* line 5698, ../../app/assets/stylesheets/chromatron-red.css.scss */
  .row-fluid .span3 {
    width: 23.076923076923077%;
    *width: 23.023731587561375%;
  }
  /* line 5702, ../../app/assets/stylesheets/chromatron-red.css.scss */
  .row-fluid .span2 {
    width: 14.52991452991453%;
    *width: 14.476723040552828%;
  }
  /* line 5706, ../../app/assets/stylesheets/chromatron-red.css.scss */
  .row-fluid .span1 {
    width: 5.982905982905983%;
    *width: 5.929714493544281%;
  }
  /* line 5710, ../../app/assets/stylesheets/chromatron-red.css.scss */
  .row-fluid .offset12 {
    margin-left: 105.12820512820512%;
    *margin-left: 105.02182214948171%;
  }
  /* line 5713, ../../app/assets/stylesheets/chromatron-red.css.scss */
  .row-fluid .offset12:first-child {
    margin-left: 102.56410256410257%;
    *margin-left: 102.45771958537915%;
  }
  /* line 5718, ../../app/assets/stylesheets/chromatron-red.css.scss */
  .row-fluid .offset11 {
    margin-left: 96.58119658119658%;
    *margin-left: 96.47481360247316%;
  }
  /* line 5721, ../../app/assets/stylesheets/chromatron-red.css.scss */
  .row-fluid .offset11:first-child {
    margin-left: 94.01709401709402%;
    *margin-left: 93.91071103837061%;
  }
  /* line 5726, ../../app/assets/stylesheets/chromatron-red.css.scss */
  .row-fluid .offset10 {
    margin-left: 88.03418803418803%;
    *margin-left: 87.92780505546462%;
  }
  /* line 5729, ../../app/assets/stylesheets/chromatron-red.css.scss */
  .row-fluid .offset10:first-child {
    margin-left: 85.47008547008548%;
    *margin-left: 85.36370249136206%;
  }
  /* line 5734, ../../app/assets/stylesheets/chromatron-red.css.scss */
  .row-fluid .offset9 {
    margin-left: 79.48717948717949%;
    *margin-left: 79.38079650845607%;
  }
  /* line 5737, ../../app/assets/stylesheets/chromatron-red.css.scss */
  .row-fluid .offset9:first-child {
    margin-left: 76.92307692307693%;
    *margin-left: 76.81669394435352%;
  }
  /* line 5742, ../../app/assets/stylesheets/chromatron-red.css.scss */
  .row-fluid .offset8 {
    margin-left: 70.94017094017094%;
    *margin-left: 70.83378796144753%;
  }
  /* line 5745, ../../app/assets/stylesheets/chromatron-red.css.scss */
  .row-fluid .offset8:first-child {
    margin-left: 68.37606837606839%;
    *margin-left: 68.26968539734497%;
  }
  /* line 5750, ../../app/assets/stylesheets/chromatron-red.css.scss */
  .row-fluid .offset7 {
    margin-left: 62.393162393162385%;
    *margin-left: 62.28677941443899%;
  }
  /* line 5753, ../../app/assets/stylesheets/chromatron-red.css.scss */
  .row-fluid .offset7:first-child {
    margin-left: 59.82905982905982%;
    *margin-left: 59.72267685033642%;
  }
  /* line 5758, ../../app/assets/stylesheets/chromatron-red.css.scss */
  .row-fluid .offset6 {
    margin-left: 53.84615384615384%;
    *margin-left: 53.739770867430444%;
  }
  /* line 5761, ../../app/assets/stylesheets/chromatron-red.css.scss */
  .row-fluid .offset6:first-child {
    margin-left: 51.28205128205128%;
    *margin-left: 51.175668303327875%;
  }
  /* line 5766, ../../app/assets/stylesheets/chromatron-red.css.scss */
  .row-fluid .offset5 {
    margin-left: 45.299145299145295%;
    *margin-left: 45.1927623204219%;
  }
  /* line 5769, ../../app/assets/stylesheets/chromatron-red.css.scss */
  .row-fluid .offset5:first-child {
    margin-left: 42.73504273504273%;
    *margin-left: 42.62865975631933%;
  }
  /* line 5774, ../../app/assets/stylesheets/chromatron-red.css.scss */
  .row-fluid .offset4 {
    margin-left: 36.75213675213675%;
    *margin-left: 36.645753773413354%;
  }
  /* line 5777, ../../app/assets/stylesheets/chromatron-red.css.scss */
  .row-fluid .offset4:first-child {
    margin-left: 34.18803418803419%;
    *margin-left: 34.081651209310785%;
  }
  /* line 5782, ../../app/assets/stylesheets/chromatron-red.css.scss */
  .row-fluid .offset3 {
    margin-left: 28.205128205128204%;
    *margin-left: 28.0987452264048%;
  }
  /* line 5785, ../../app/assets/stylesheets/chromatron-red.css.scss */
  .row-fluid .offset3:first-child {
    margin-left: 25.641025641025642%;
    *margin-left: 25.53464266230224%;
  }
  /* line 5790, ../../app/assets/stylesheets/chromatron-red.css.scss */
  .row-fluid .offset2 {
    margin-left: 19.65811965811966%;
    *margin-left: 19.551736679396257%;
  }
  /* line 5793, ../../app/assets/stylesheets/chromatron-red.css.scss */
  .row-fluid .offset2:first-child {
    margin-left: 17.094017094017094%;
    *margin-left: 16.98763411529369%;
  }
  /* line 5798, ../../app/assets/stylesheets/chromatron-red.css.scss */
  .row-fluid .offset1 {
    margin-left: 11.11111111111111%;
    *margin-left: 11.004728132387708%;
  }
  /* line 5801, ../../app/assets/stylesheets/chromatron-red.css.scss */
  .row-fluid .offset1:first-child {
    margin-left: 8.547008547008547%;
    *margin-left: 8.440625568285142%;
  }

  /* line 5807, ../../app/assets/stylesheets/chromatron-red.css.scss */
  input, textarea, .uneditable-input {
    margin-left: 0;
  }

  /* line 5810, ../../app/assets/stylesheets/chromatron-red.css.scss */
  .controls-row [class*="span"] + [class*="span"] {
    margin-left: 30px;
  }

  /* line 5813, ../../app/assets/stylesheets/chromatron-red.css.scss */
  input.span12, textarea.span12, .uneditable-input.span12 {
    width: 1156px;
  }

  /* line 5816, ../../app/assets/stylesheets/chromatron-red.css.scss */
  input.span11, textarea.span11, .uneditable-input.span11 {
    width: 1056px;
  }

  /* line 5819, ../../app/assets/stylesheets/chromatron-red.css.scss */
  input.span10, textarea.span10, .uneditable-input.span10 {
    width: 956px;
  }

  /* line 5822, ../../app/assets/stylesheets/chromatron-red.css.scss */
  input.span9, textarea.span9, .uneditable-input.span9 {
    width: 856px;
  }

  /* line 5825, ../../app/assets/stylesheets/chromatron-red.css.scss */
  input.span8, textarea.span8, .uneditable-input.span8 {
    width: 756px;
  }

  /* line 5828, ../../app/assets/stylesheets/chromatron-red.css.scss */
  input.span7, textarea.span7, .uneditable-input.span7 {
    width: 656px;
  }

  /* line 5831, ../../app/assets/stylesheets/chromatron-red.css.scss */
  input.span6, textarea.span6, .uneditable-input.span6 {
    width: 556px;
  }

  /* line 5834, ../../app/assets/stylesheets/chromatron-red.css.scss */
  input.span5, textarea.span5, .uneditable-input.span5 {
    width: 456px;
  }

  /* line 5837, ../../app/assets/stylesheets/chromatron-red.css.scss */
  input.span4, textarea.span4, .uneditable-input.span4 {
    width: 356px;
  }

  /* line 5840, ../../app/assets/stylesheets/chromatron-red.css.scss */
  input.span3, textarea.span3, .uneditable-input.span3 {
    width: 256px;
  }

  /* line 5843, ../../app/assets/stylesheets/chromatron-red.css.scss */
  input.span2, textarea.span2, .uneditable-input.span2 {
    width: 156px;
  }

  /* line 5846, ../../app/assets/stylesheets/chromatron-red.css.scss */
  input.span1, textarea.span1, .uneditable-input.span1 {
    width: 56px;
  }

  /* line 5849, ../../app/assets/stylesheets/chromatron-red.css.scss */
  .thumbnails {
    margin-left: -30px;
  }
  /* line 5851, ../../app/assets/stylesheets/chromatron-red.css.scss */
  .thumbnails > li {
    margin-left: 30px;
  }

  /* line 5855, ../../app/assets/stylesheets/chromatron-red.css.scss */
  .row-fluid .thumbnails {
    margin-left: 0;
  }
}
/* line 5860, ../../app/assets/stylesheets/chromatron-red.css.scss */
.hidden {
  display: none;
  visibility: hidden;
}

/* line 5865, ../../app/assets/stylesheets/chromatron-red.css.scss */
.visible-phone, .visible-tablet, .hidden-desktop {
  display: none !important;
}

/* line 5869, ../../app/assets/stylesheets/chromatron-red.css.scss */
.visible-desktop {
  display: inherit !important;
}

@media (min-width: 768px) and (max-width: 979px) {
  /* line 5874, ../../app/assets/stylesheets/chromatron-red.css.scss */
  .hidden-desktop {
    display: inherit !important;
  }

  /* line 5877, ../../app/assets/stylesheets/chromatron-red.css.scss */
  .visible-desktop {
    display: none !important;
  }

  /* line 5880, ../../app/assets/stylesheets/chromatron-red.css.scss */
  .visible-tablet {
    display: inherit !important;
  }

  /* line 5883, ../../app/assets/stylesheets/chromatron-red.css.scss */
  .hidden-tablet {
    display: none !important;
  }
}
@media (max-width: 767px) {
  /* line 5889, ../../app/assets/stylesheets/chromatron-red.css.scss */
  .hidden-desktop {
    display: inherit !important;
  }

  /* line 5892, ../../app/assets/stylesheets/chromatron-red.css.scss */
  .visible-desktop {
    display: none !important;
  }

  /* line 5895, ../../app/assets/stylesheets/chromatron-red.css.scss */
  .visible-phone {
    display: inherit !important;
  }

  /* line 5898, ../../app/assets/stylesheets/chromatron-red.css.scss */
  .hidden-phone {
    display: none !important;
  }
}
/* FamFamFam alternative icon set */
/* line 5905, ../../app/assets/stylesheets/chromatron-red.css.scss */
[class^="fam-"], [class*=" fam-"] {
  display: inline-block;
  width: 17px;
  height: 16px;
  *margin-right: .3em;
  line-height: 14px;
  vertical-align: text-top;
  background-position: 14px 14px;
  background-repeat: no-repeat;
}

/* line 5916, ../../app/assets/stylesheets/chromatron-red.css.scss */
[class^="fam-"]:last-child, [class*=" fam-"]:last-child {
  *margin-left: 0;
}

/* line 5920, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-accept {
  background-position: 0 0;
}

/* line 5924, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-add {
  background-position: -21px 0;
}

/* line 5928, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-anchor {
  background-position: -42px 0;
}

/* line 5932, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-application {
  background-position: -63px 0;
}

/* line 5936, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-application-add {
  background-position: -84px 0;
}

/* line 5940, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-application-cascade {
  background-position: -105px 0;
}

/* line 5944, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-application-delete {
  background-position: -126px 0;
}

/* line 5948, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-application-double {
  background-position: -147px 0;
}

/* line 5952, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-application-edit {
  background-position: -168px 0;
}

/* line 5956, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-application-error {
  background-position: -189px 0;
}

/* line 5960, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-application-form {
  background-position: -210px 0;
}

/* line 5964, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-application-form-add {
  background-position: -231px 0;
}

/* line 5968, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-application-form-delete {
  background-position: -252px 0;
}

/* line 5972, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-application-form-edit {
  background-position: -273px 0;
}

/* line 5976, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-application-form-magnify {
  background-position: -294px 0;
}

/* line 5980, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-application-get {
  background-position: -315px 0;
}

/* line 5984, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-application-go {
  background-position: -336px 0;
}

/* line 5988, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-application-home {
  background-position: -357px 0;
}

/* line 5992, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-application-key {
  background-position: -378px 0;
}

/* line 5996, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-application-lightning {
  background-position: -399px 0;
}

/* line 6000, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-application-link {
  background-position: -420px 0;
}

/* line 6004, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-application-osx {
  background-position: -441px 0;
}

/* line 6008, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-application-osx-terminal {
  background-position: -462px 0;
}

/* line 6012, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-application-put {
  background-position: -483px 0;
}

/* line 6016, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-application-side-boxes {
  background-position: -504px 0;
}

/* line 6020, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-application-side-contract {
  background-position: -525px 0;
}

/* line 6024, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-application-side-expand {
  background-position: -546px 0;
}

/* line 6028, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-application-side-list {
  background-position: -567px 0;
}

/* line 6032, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-application-side-tree {
  background-position: -588px 0;
}

/* line 6036, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-application-split {
  background-position: -609px 0;
}

/* line 6040, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-application-tile-horizontal {
  background-position: -630px 0;
}

/* line 6044, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-application-tile-vertical {
  background-position: -651px 0;
}

/* line 6048, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-application-view-columns {
  background-position: -672px 0;
}

/* line 6052, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-application-view-detail {
  background-position: -693px 0;
}

/* line 6056, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-application-view-gallery {
  background-position: -714px 0;
}

/* line 6060, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-application-view-icons {
  background-position: -735px 0;
}

/* line 6064, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-application-view-list {
  background-position: -756px 0;
}

/* line 6068, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-application-view-tile {
  background-position: -777px 0;
}

/* line 6072, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-application-xp {
  background-position: -798px 0;
}

/* line 6076, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-application-xp-terminal {
  background-position: -819px 0;
}

/* line 6080, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-arrow-branch {
  background-position: -840px 0;
}

/* line 6084, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-arrow-divide {
  background-position: -861px 0;
}

/* line 6088, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-arrow-down {
  background-position: -882px 0;
}

/* line 6092, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-arrow-in {
  background-position: -903px 0;
}

/* line 6096, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-arrow-inout {
  background-position: -924px 0;
}

/* line 6100, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-arrow-join {
  background-position: -945px 0;
}

/* line 6104, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-arrow-left {
  background-position: -966px 0;
}

/* line 6108, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-arrow-merge {
  background-position: -987px 0;
}

/* line 6112, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-arrow-out {
  background-position: -1008px 0;
}

/* line 6116, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-arrow-redo {
  background-position: -1029px 0;
}

/* line 6120, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-arrow-refresh {
  background-position: -1050px 0;
}

/* line 6124, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-arrow-refresh-small {
  background-position: -1071px 0;
}

/* line 6128, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-arrow-right {
  background-position: -1092px 0;
}

/* line 6132, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-arrow-rotate-anticlockwise {
  background-position: -1113px 0;
}

/* line 6136, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-arrow-rotate-clockwise {
  background-position: -1134px 0;
}

/* line 6140, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-arrow-switch {
  background-position: -1155px 0;
}

/* line 6144, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-arrow-turn-left {
  background-position: -1176px 0;
}

/* line 6148, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-arrow-turn-right {
  background-position: -1197px 0;
}

/* line 6152, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-arrow-undo {
  background-position: -1218px 0;
}

/* line 6156, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-arrow-up {
  background-position: -1239px 0;
}

/* line 6160, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-asterisk-orange {
  background-position: -1260px 0;
}

/* line 6164, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-asterisk-yellow {
  background-position: -1281px 0;
}

/* line 6168, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-attach {
  background-position: -1302px 0;
}

/* line 6172, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-bell {
  background-position: -1323px 0;
}

/* line 6176, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-bell-add {
  background-position: -1344px 0;
}

/* line 6180, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-bell-delete {
  background-position: -1365px 0;
}

/* line 6184, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-bell-error {
  background-position: -1386px 0;
}

/* line 6188, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-bell-go {
  background-position: -1407px 0;
}

/* line 6192, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-bell-link {
  background-position: -1428px 0;
}

/* line 6196, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-bin {
  background-position: -1449px 0;
}

/* line 6200, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-bin-closed {
  background-position: -1470px 0;
}

/* line 6204, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-bin-empty {
  background-position: -1491px 0;
}

/* line 6208, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-bomb {
  background-position: -1512px 0;
}

/* line 6212, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-book {
  background-position: -1533px 0;
}

/* line 6216, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-book-add {
  background-position: -1554px 0;
}

/* line 6220, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-book-addresses {
  background-position: -1575px 0;
}

/* line 6224, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-book-delete {
  background-position: -1596px 0;
}

/* line 6228, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-book-edit {
  background-position: -1617px 0;
}

/* line 6232, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-book-error {
  background-position: -1638px 0;
}

/* line 6236, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-book-go {
  background-position: -1659px 0;
}

/* line 6240, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-book-key {
  background-position: -1680px 0;
}

/* line 6244, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-book-link {
  background-position: -1701px 0;
}

/* line 6248, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-book-next {
  background-position: -1722px 0;
}

/* line 6252, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-book-open {
  background-position: -1743px 0;
}

/* line 6256, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-book-previous {
  background-position: -1764px 0;
}

/* line 6260, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-box {
  background-position: -1785px 0;
}

/* line 6264, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-bricks {
  background-position: -1806px 0;
}

/* line 6268, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-briefcase {
  background-position: -1827px 0;
}

/* line 6272, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-building {
  background-position: -1848px 0;
}

/* line 6276, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-building-add {
  background-position: -1869px 0;
}

/* line 6280, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-building-delete {
  background-position: -1890px 0;
}

/* line 6284, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-building-edit {
  background-position: -1911px 0;
}

/* line 6288, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-building-error {
  background-position: -1932px 0;
}

/* line 6292, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-building-go {
  background-position: -1953px 0;
}

/* line 6296, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-building-key {
  background-position: -1974px 0;
}

/* line 6300, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-building-link {
  background-position: 0 -21px;
}

/* line 6304, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-bullet-add {
  background-position: -21px -21px;
}

/* line 6308, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-bullet-arrow-bottom {
  background-position: -42px -21px;
}

/* line 6312, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-bullet-arrow-down {
  background-position: -63px -21px;
}

/* line 6316, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-bullet-arrow-top {
  background-position: -84px -21px;
}

/* line 6320, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-bullet-arrow-up {
  background-position: -105px -21px;
}

/* line 6324, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-bullet-black {
  background-position: -126px -21px;
}

/* line 6328, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-bullet-blue {
  background-position: -147px -21px;
}

/* line 6332, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-bullet-delete {
  background-position: -168px -21px;
}

/* line 6336, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-bullet-disk {
  background-position: -189px -21px;
}

/* line 6340, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-bullet-error {
  background-position: -210px -21px;
}

/* line 6344, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-bullet-feed {
  background-position: -231px -21px;
}

/* line 6348, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-bullet-go {
  background-position: -252px -21px;
}

/* line 6352, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-bullet-green {
  background-position: -273px -21px;
}

/* line 6356, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-bullet-key {
  background-position: -294px -21px;
}

/* line 6360, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-bullet-orange {
  background-position: -315px -21px;
}

/* line 6364, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-bullet-picture {
  background-position: -336px -21px;
}

/* line 6368, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-bullet-pink {
  background-position: -357px -21px;
}

/* line 6372, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-bullet-purple {
  background-position: -378px -21px;
}

/* line 6376, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-bullet-red {
  background-position: -399px -21px;
}

/* line 6380, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-bullet-star {
  background-position: -420px -21px;
}

/* line 6384, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-bullet-toggle-minus {
  background-position: -441px -21px;
}

/* line 6388, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-bullet-toggle-plus {
  background-position: -462px -21px;
}

/* line 6392, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-bullet-white {
  background-position: -483px -21px;
}

/* line 6396, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-bullet-wrench {
  background-position: -504px -21px;
}

/* line 6400, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-bullet-yellow {
  background-position: -525px -21px;
}

/* line 6404, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-cake {
  background-position: -546px -21px;
}

/* line 6408, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-calculator {
  background-position: -567px -21px;
}

/* line 6412, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-calculator-add {
  background-position: -588px -21px;
}

/* line 6416, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-calculator-delete {
  background-position: -609px -21px;
}

/* line 6420, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-calculator-edit {
  background-position: -630px -21px;
}

/* line 6424, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-calculator-error {
  background-position: -651px -21px;
}

/* line 6428, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-calculator-link {
  background-position: -672px -21px;
}

/* line 6432, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-calendar {
  background-position: -693px -21px;
}

/* line 6436, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-calendar-add {
  background-position: -714px -21px;
}

/* line 6440, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-calendar-delete {
  background-position: -735px -21px;
}

/* line 6444, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-calendar-edit {
  background-position: -756px -21px;
}

/* line 6448, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-calendar-link {
  background-position: -777px -21px;
}

/* line 6452, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-calendar-view-day {
  background-position: -798px -21px;
}

/* line 6456, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-calendar-view-month {
  background-position: -819px -21px;
}

/* line 6460, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-calendar-view-week {
  background-position: -840px -21px;
}

/* line 6464, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-cancel {
  background-position: -861px -21px;
}

/* line 6468, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-cart {
  background-position: -882px -21px;
}

/* line 6472, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-cart-add {
  background-position: -903px -21px;
}

/* line 6476, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-cart-delete {
  background-position: -924px -21px;
}

/* line 6480, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-cart-edit {
  background-position: -945px -21px;
}

/* line 6484, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-cart-error {
  background-position: -966px -21px;
}

/* line 6488, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-cart-go {
  background-position: -987px -21px;
}

/* line 6492, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-cart-put {
  background-position: -1008px -21px;
}

/* line 6496, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-cart-remove {
  background-position: -1029px -21px;
}

/* line 6500, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-chart-bar {
  background-position: -1050px -21px;
}

/* line 6504, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-chart-bar-add {
  background-position: -1071px -21px;
}

/* line 6508, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-chart-bar-delete {
  background-position: -1092px -21px;
}

/* line 6512, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-chart-bar-edit {
  background-position: -1113px -21px;
}

/* line 6516, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-chart-bar-error {
  background-position: -1134px -21px;
}

/* line 6520, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-chart-bar-link {
  background-position: -1155px -21px;
}

/* line 6524, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-chart-curve {
  background-position: -1176px -21px;
}

/* line 6528, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-chart-curve-add {
  background-position: -1197px -21px;
}

/* line 6532, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-chart-curve-delete {
  background-position: -1218px -21px;
}

/* line 6536, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-chart-curve-edit {
  background-position: -1239px -21px;
}

/* line 6540, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-chart-curve-error {
  background-position: -1260px -21px;
}

/* line 6544, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-chart-curve-go {
  background-position: -1281px -21px;
}

/* line 6548, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-chart-curve-link {
  background-position: -1302px -21px;
}

/* line 6552, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-chart-line {
  background-position: -1323px -21px;
}

/* line 6556, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-chart-line-add {
  background-position: -1344px -21px;
}

/* line 6560, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-chart-line-delete {
  background-position: -1365px -21px;
}

/* line 6564, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-chart-line-edit {
  background-position: -1386px -21px;
}

/* line 6568, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-chart-line-error {
  background-position: -1407px -21px;
}

/* line 6572, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-chart-line-link {
  background-position: -1428px -21px;
}

/* line 6576, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-chart-organisation {
  background-position: -1449px -21px;
}

/* line 6580, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-chart-organisation-add {
  background-position: -1470px -21px;
}

/* line 6584, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-chart-organisation-delete {
  background-position: -1491px -21px;
}

/* line 6588, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-chart-pie {
  background-position: -1512px -21px;
}

/* line 6592, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-chart-pie-add {
  background-position: -1533px -21px;
}

/* line 6596, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-chart-pie-delete {
  background-position: -1554px -21px;
}

/* line 6600, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-chart-pie-edit {
  background-position: -1575px -21px;
}

/* line 6604, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-chart-pie-error {
  background-position: -1596px -21px;
}

/* line 6608, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-chart-pie-link {
  background-position: -1617px -21px;
}

/* line 6612, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-clock {
  background-position: -1638px -21px;
}

/* line 6616, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-cog {
  background-position: -1659px -21px;
}

/* line 6620, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-cog-add {
  background-position: -1680px -21px;
}

/* line 6624, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-cog-delete {
  background-position: -1701px -21px;
}

/* line 6628, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-cog-edit {
  background-position: -1722px -21px;
}

/* line 6632, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-cog-error {
  background-position: -1743px -21px;
}

/* line 6636, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-cog-go {
  background-position: -1764px -21px;
}

/* line 6640, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-color-swatch {
  background-position: -1785px -21px;
}

/* line 6644, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-color-wheel {
  background-position: -1806px -21px;
}

/* line 6648, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-comment {
  background-position: -1827px -21px;
}

/* line 6652, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-comment-add {
  background-position: -1848px -21px;
}

/* line 6656, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-comment-delete {
  background-position: -1869px -21px;
}

/* line 6660, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-comment-edit {
  background-position: -1890px -21px;
}

/* line 6664, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-comments {
  background-position: -1911px -21px;
}

/* line 6668, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-comments-add {
  background-position: -1932px -21px;
}

/* line 6672, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-comments-delete {
  background-position: -1953px -21px;
}

/* line 6676, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-compress {
  background-position: -1974px -21px;
}

/* line 6680, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-connect {
  background-position: 0 -42px;
}

/* line 6684, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-control-eject {
  background-position: -21px -42px;
}

/* line 6688, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-control-eject-blue {
  background-position: -42px -42px;
}

/* line 6692, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-control-end {
  background-position: -63px -42px;
}

/* line 6696, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-control-end-blue {
  background-position: -84px -42px;
}

/* line 6700, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-control-equalizer {
  background-position: -105px -42px;
}

/* line 6704, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-control-equalizer-blue {
  background-position: -126px -42px;
}

/* line 6708, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-control-fastforward {
  background-position: -147px -42px;
}

/* line 6712, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-control-fastforward-blue {
  background-position: -168px -42px;
}

/* line 6716, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-control-pause {
  background-position: -189px -42px;
}

/* line 6720, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-control-pause-blue {
  background-position: -210px -42px;
}

/* line 6724, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-control-play {
  background-position: -231px -42px;
}

/* line 6728, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-control-play-blue {
  background-position: -252px -42px;
}

/* line 6732, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-control-repeat {
  background-position: -273px -42px;
}

/* line 6736, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-control-repeat-blue {
  background-position: -294px -42px;
}

/* line 6740, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-control-rewind {
  background-position: -315px -42px;
}

/* line 6744, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-control-rewind-blue {
  background-position: -336px -42px;
}

/* line 6748, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-control-start {
  background-position: -357px -42px;
}

/* line 6752, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-control-start-blue {
  background-position: -378px -42px;
}

/* line 6756, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-control-stop {
  background-position: -399px -42px;
}

/* line 6760, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-control-stop-blue {
  background-position: -420px -42px;
}

/* line 6764, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-creditcards {
  background-position: -441px -42px;
}

/* line 6768, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-cross {
  background-position: -462px -42px;
}

/* line 6772, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-cursor {
  background-position: -483px -42px;
}

/* line 6776, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-cut {
  background-position: -504px -42px;
}

/* line 6780, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-cut-red {
  background-position: -525px -42px;
}

/* line 6784, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-database {
  background-position: -546px -42px;
}

/* line 6788, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-database-add {
  background-position: -567px -42px;
}

/* line 6792, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-database-connect {
  background-position: -588px -42px;
}

/* line 6796, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-database-delete {
  background-position: -609px -42px;
}

/* line 6800, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-database-edit {
  background-position: -630px -42px;
}

/* line 6804, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-database-error {
  background-position: -651px -42px;
}

/* line 6808, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-database-gear {
  background-position: -672px -42px;
}

/* line 6812, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-database-go {
  background-position: -693px -42px;
}

/* line 6816, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-database-key {
  background-position: -714px -42px;
}

/* line 6820, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-database-lightning {
  background-position: -735px -42px;
}

/* line 6824, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-database-link {
  background-position: -756px -42px;
}

/* line 6828, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-database-refresh {
  background-position: -777px -42px;
}

/* line 6832, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-database-save {
  background-position: -798px -42px;
}

/* line 6836, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-database-table {
  background-position: -819px -42px;
}

/* line 6840, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-date {
  background-position: -840px -42px;
}

/* line 6844, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-date-add {
  background-position: -861px -42px;
}

/* line 6848, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-date-delete {
  background-position: -882px -42px;
}

/* line 6852, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-date-edit {
  background-position: -903px -42px;
}

/* line 6856, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-date-error {
  background-position: -924px -42px;
}

/* line 6860, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-date-go {
  background-position: -945px -42px;
}

/* line 6864, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-date-link {
  background-position: -966px -42px;
}

/* line 6868, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-date-magnify {
  background-position: -987px -42px;
}

/* line 6872, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-date-next {
  background-position: -1008px -42px;
}

/* line 6876, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-date-previous {
  background-position: -1029px -42px;
}

/* line 6880, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-delete {
  background-position: -1050px -42px;
}

/* line 6884, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-disconnect {
  background-position: -1071px -42px;
}

/* line 6888, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-disk {
  background-position: -1092px -42px;
}

/* line 6892, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-disk-multiple {
  background-position: -1113px -42px;
}

/* line 6896, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-door {
  background-position: -1134px -42px;
}

/* line 6900, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-door-in {
  background-position: -1155px -42px;
}

/* line 6904, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-door-open {
  background-position: -1176px -42px;
}

/* line 6908, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-door-out {
  background-position: -1197px -42px;
}

/* line 6912, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-email {
  background-position: -1218px -42px;
}

/* line 6916, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-email-add {
  background-position: -1239px -42px;
}

/* line 6920, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-email-attach {
  background-position: -1260px -42px;
}

/* line 6924, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-email-delete {
  background-position: -1281px -42px;
}

/* line 6928, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-email-edit {
  background-position: -1302px -42px;
}

/* line 6932, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-email-error {
  background-position: -1323px -42px;
}

/* line 6936, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-email-go {
  background-position: -1344px -42px;
}

/* line 6940, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-email-link {
  background-position: -1365px -42px;
}

/* line 6944, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-email-open {
  background-position: -1386px -42px;
}

/* line 6948, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-email-open-image {
  background-position: -1407px -42px;
}

/* line 6952, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-emoticon-evilgrin {
  background-position: -1428px -42px;
}

/* line 6956, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-emoticon-grin {
  background-position: -1449px -42px;
}

/* line 6960, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-emoticon-happy {
  background-position: -1470px -42px;
}

/* line 6964, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-emoticon-smile {
  background-position: -1491px -42px;
}

/* line 6968, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-emoticon-surprised {
  background-position: -1512px -42px;
}

/* line 6972, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-emoticon-tongue {
  background-position: -1533px -42px;
}

/* line 6976, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-emoticon-unhappy {
  background-position: -1554px -42px;
}

/* line 6980, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-emoticon-waii {
  background-position: -1575px -42px;
}

/* line 6984, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-emoticon-wink {
  background-position: -1596px -42px;
}

/* line 6988, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-error {
  background-position: -1617px -42px;
}

/* line 6992, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-error-add {
  background-position: -1638px -42px;
}

/* line 6996, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-error-delete {
  background-position: -1659px -42px;
}

/* line 7000, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-error-go {
  background-position: -1680px -42px;
}

/* line 7004, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-exclamation {
  background-position: -1701px -42px;
}

/* line 7008, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-eye {
  background-position: -1722px -42px;
}

/* line 7012, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-feed {
  background-position: -1743px -42px;
}

/* line 7016, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-feed-add {
  background-position: -1764px -42px;
}

/* line 7020, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-feed-delete {
  background-position: -1785px -42px;
}

/* line 7024, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-feed-disk {
  background-position: -1806px -42px;
}

/* line 7028, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-feed-edit {
  background-position: -1827px -42px;
}

/* line 7032, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-feed-error {
  background-position: -1848px -42px;
}

/* line 7036, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-feed-go {
  background-position: -1869px -42px;
}

/* line 7040, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-feed-key {
  background-position: -1890px -42px;
}

/* line 7044, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-feed-link {
  background-position: -1911px -42px;
}

/* line 7048, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-feed-magnify {
  background-position: -1932px -42px;
}

/* line 7052, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-female {
  background-position: -1953px -42px;
}

/* line 7056, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-film {
  background-position: -1974px -42px;
}

/* line 7060, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-film-add {
  background-position: 0 -63px;
}

/* line 7064, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-film-delete {
  background-position: -21px -63px;
}

/* line 7068, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-film-edit {
  background-position: -42px -63px;
}

/* line 7072, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-film-error {
  background-position: -63px -63px;
}

/* line 7076, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-film-go {
  background-position: -84px -63px;
}

/* line 7080, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-film-key {
  background-position: -105px -63px;
}

/* line 7084, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-film-link {
  background-position: -126px -63px;
}

/* line 7088, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-film-save {
  background-position: -147px -63px;
}

/* line 7092, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-find {
  background-position: -168px -63px;
}

/* line 7096, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-flag-blue {
  background-position: -189px -63px;
}

/* line 7100, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-flag-green {
  background-position: -210px -63px;
}

/* line 7104, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-flag-orange {
  background-position: -231px -63px;
}

/* line 7108, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-flag-pink {
  background-position: -252px -63px;
}

/* line 7112, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-flag-purple {
  background-position: -273px -63px;
}

/* line 7116, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-flag-red {
  background-position: -294px -63px;
}

/* line 7120, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-flag-yellow {
  background-position: -315px -63px;
}

/* line 7124, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-folder {
  background-position: -336px -63px;
}

/* line 7128, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-folder-add {
  background-position: -357px -63px;
}

/* line 7132, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-folder-bell {
  background-position: -378px -63px;
}

/* line 7136, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-folder-brick {
  background-position: -399px -63px;
}

/* line 7140, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-folder-bug {
  background-position: -420px -63px;
}

/* line 7144, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-folder-camera {
  background-position: -441px -63px;
}

/* line 7148, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-folder-database {
  background-position: -462px -63px;
}

/* line 7152, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-folder-delete {
  background-position: -483px -63px;
}

/* line 7156, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-folder-edit {
  background-position: -504px -63px;
}

/* line 7160, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-folder-error {
  background-position: -525px -63px;
}

/* line 7164, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-folder-explore {
  background-position: -546px -63px;
}

/* line 7168, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-folder-feed {
  background-position: -567px -63px;
}

/* line 7172, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-folder-find {
  background-position: -588px -63px;
}

/* line 7176, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-folder-go {
  background-position: -609px -63px;
}

/* line 7180, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-folder-heart {
  background-position: -630px -63px;
}

/* line 7184, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-folder-image {
  background-position: -651px -63px;
}

/* line 7188, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-folder-key {
  background-position: -672px -63px;
}

/* line 7192, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-folder-lightbulb {
  background-position: -693px -63px;
}

/* line 7196, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-folder-link {
  background-position: -714px -63px;
}

/* line 7200, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-folder-magnify {
  background-position: -735px -63px;
}

/* line 7204, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-folder-page {
  background-position: -756px -63px;
}

/* line 7208, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-folder-page-white {
  background-position: -777px -63px;
}

/* line 7212, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-folder-palette {
  background-position: -798px -63px;
}

/* line 7216, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-folder-picture {
  background-position: -819px -63px;
}

/* line 7220, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-folder-star {
  background-position: -840px -63px;
}

/* line 7224, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-folder-table {
  background-position: -861px -63px;
}

/* line 7228, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-folder-user {
  background-position: -882px -63px;
}

/* line 7232, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-folder-wrench {
  background-position: -903px -63px;
}

/* line 7236, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-group {
  background-position: -924px -63px;
}

/* line 7240, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-group-add {
  background-position: -945px -63px;
}

/* line 7244, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-group-delete {
  background-position: -966px -63px;
}

/* line 7248, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-group-edit {
  background-position: -987px -63px;
}

/* line 7252, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-group-error {
  background-position: -1008px -63px;
}

/* line 7256, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-group-gear {
  background-position: -1029px -63px;
}

/* line 7260, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-group-go {
  background-position: -1050px -63px;
}

/* line 7264, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-group-key {
  background-position: -1071px -63px;
}

/* line 7268, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-group-link {
  background-position: -1092px -63px;
}

/* line 7272, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-heart {
  background-position: -1113px -63px;
}

/* line 7276, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-heart-add {
  background-position: -1134px -63px;
}

/* line 7280, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-heart-delete {
  background-position: -1155px -63px;
}

/* line 7284, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-help {
  background-position: -1176px -63px;
}

/* line 7288, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-hourglass {
  background-position: -1197px -63px;
}

/* line 7292, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-hourglass-add {
  background-position: -1218px -63px;
}

/* line 7296, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-hourglass-delete {
  background-position: -1239px -63px;
}

/* line 7300, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-hourglass-go {
  background-position: -1260px -63px;
}

/* line 7304, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-hourglass-link {
  background-position: -1281px -63px;
}

/* line 7308, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-house {
  background-position: -1302px -63px;
}

/* line 7312, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-house-go {
  background-position: -1323px -63px;
}

/* line 7316, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-house-link {
  background-position: -1344px -63px;
}

/* line 7320, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-image {
  background-position: -1365px -63px;
}

/* line 7324, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-image-add {
  background-position: -1386px -63px;
}

/* line 7328, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-image-delete {
  background-position: -1407px -63px;
}

/* line 7332, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-image-edit {
  background-position: -1428px -63px;
}

/* line 7336, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-image-link {
  background-position: -1449px -63px;
}

/* line 7340, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-images {
  background-position: -1470px -63px;
}

/* line 7344, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-information {
  background-position: -1491px -63px;
}

/* line 7348, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-key {
  background-position: -1512px -63px;
}

/* line 7352, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-key-add {
  background-position: -1533px -63px;
}

/* line 7356, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-key-delete {
  background-position: -1554px -63px;
}

/* line 7360, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-key-go {
  background-position: -1575px -63px;
}

/* line 7364, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-layers {
  background-position: -1596px -63px;
}

/* line 7368, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-layout {
  background-position: -1617px -63px;
}

/* line 7372, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-layout-add {
  background-position: -1638px -63px;
}

/* line 7376, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-layout-content {
  background-position: -1659px -63px;
}

/* line 7380, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-layout-delete {
  background-position: -1680px -63px;
}

/* line 7384, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-layout-edit {
  background-position: -1701px -63px;
}

/* line 7388, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-layout-error {
  background-position: -1722px -63px;
}

/* line 7392, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-layout-header {
  background-position: -1743px -63px;
}

/* line 7396, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-layout-link {
  background-position: -1764px -63px;
}

/* line 7400, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-layout-sidebar {
  background-position: -1785px -63px;
}

/* line 7404, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-lightbulb {
  background-position: -1806px -63px;
}

/* line 7408, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-lightbulb-add {
  background-position: -1827px -63px;
}

/* line 7412, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-lightbulb-delete {
  background-position: -1848px -63px;
}

/* line 7416, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-lightbulb-off {
  background-position: -1869px -63px;
}

/* line 7420, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-lightning {
  background-position: -1890px -63px;
}

/* line 7424, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-lightning-add {
  background-position: -1911px -63px;
}

/* line 7428, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-lightning-delete {
  background-position: -1932px -63px;
}

/* line 7432, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-lightning-go {
  background-position: -1953px -63px;
}

/* line 7436, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-link {
  background-position: -1974px -63px;
}

/* line 7440, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-link-add {
  background-position: 0 -84px;
}

/* line 7444, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-link-break {
  background-position: -21px -84px;
}

/* line 7448, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-link-delete {
  background-position: -42px -84px;
}

/* line 7452, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-link-edit {
  background-position: -63px -84px;
}

/* line 7456, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-link-error {
  background-position: -84px -84px;
}

/* line 7460, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-link-go {
  background-position: -105px -84px;
}

/* line 7464, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-lock {
  background-position: -126px -84px;
}

/* line 7468, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-lock-add {
  background-position: -147px -84px;
}

/* line 7472, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-lock-break {
  background-position: -168px -84px;
}

/* line 7476, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-lock-delete {
  background-position: -189px -84px;
}

/* line 7480, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-lock-edit {
  background-position: -210px -84px;
}

/* line 7484, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-lock-go {
  background-position: -231px -84px;
}

/* line 7488, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-lock-open {
  background-position: -252px -84px;
}

/* line 7492, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-magifier-zoom-out {
  background-position: -273px -84px;
}

/* line 7496, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-magnifier {
  background-position: -294px -84px;
}

/* line 7500, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-magnifier-zoom-in {
  background-position: -315px -84px;
}

/* line 7504, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-male {
  background-position: -336px -84px;
}

/* line 7508, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-map {
  background-position: -357px -84px;
}

/* line 7512, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-map-add {
  background-position: -378px -84px;
}

/* line 7516, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-map-delete {
  background-position: -399px -84px;
}

/* line 7520, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-map-edit {
  background-position: -420px -84px;
}

/* line 7524, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-map-go {
  background-position: -441px -84px;
}

/* line 7528, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-map-magnify {
  background-position: -462px -84px;
}

/* line 7532, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-music {
  background-position: -483px -84px;
}

/* line 7536, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-new {
  background-position: -504px -84px;
}

/* line 7540, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-newspaper {
  background-position: -525px -84px;
}

/* line 7544, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-overlays {
  background-position: -546px -84px;
}

/* line 7548, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-page {
  background-position: -567px -84px;
}

/* line 7552, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-page-add {
  background-position: -588px -84px;
}

/* line 7556, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-page-attach {
  background-position: -609px -84px;
}

/* line 7560, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-page-code {
  background-position: -630px -84px;
}

/* line 7564, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-page-copy {
  background-position: -651px -84px;
}

/* line 7568, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-page-delete {
  background-position: -672px -84px;
}

/* line 7572, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-page-edit {
  background-position: -693px -84px;
}

/* line 7576, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-page-error {
  background-position: -714px -84px;
}

/* line 7580, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-page-excel {
  background-position: -735px -84px;
}

/* line 7584, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-page-find {
  background-position: -756px -84px;
}

/* line 7588, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-page-gear {
  background-position: -777px -84px;
}

/* line 7592, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-page-go {
  background-position: -798px -84px;
}

/* line 7596, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-page-green {
  background-position: -819px -84px;
}

/* line 7600, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-page-key {
  background-position: -840px -84px;
}

/* line 7604, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-page-lightning {
  background-position: -861px -84px;
}

/* line 7608, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-page-link {
  background-position: -882px -84px;
}

/* line 7612, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-page-paintbrush {
  background-position: -903px -84px;
}

/* line 7616, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-page-paste {
  background-position: -924px -84px;
}

/* line 7620, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-page-red {
  background-position: -945px -84px;
}

/* line 7624, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-page-refresh {
  background-position: -966px -84px;
}

/* line 7628, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-page-save {
  background-position: -987px -84px;
}

/* line 7632, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-page-white {
  background-position: -1008px -84px;
}

/* line 7636, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-page-white-acrobat {
  background-position: -1029px -84px;
}

/* line 7640, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-page-white-actionscript {
  background-position: -1050px -84px;
}

/* line 7644, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-page-white-add {
  background-position: -1071px -84px;
}

/* line 7648, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-page-white-c {
  background-position: -1092px -84px;
}

/* line 7652, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-page-white-camera {
  background-position: -1113px -84px;
}

/* line 7656, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-page-white-cd {
  background-position: -1134px -84px;
}

/* line 7660, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-page-white-code {
  background-position: -1155px -84px;
}

/* line 7664, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-page-white-code-red {
  background-position: -1176px -84px;
}

/* line 7668, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-page-white-coldfusion {
  background-position: -1197px -84px;
}

/* line 7672, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-page-white-compressed {
  background-position: -1218px -84px;
}

/* line 7676, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-page-white-copy {
  background-position: -1239px -84px;
}

/* line 7680, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-page-white-cplusplus {
  background-position: -1260px -84px;
}

/* line 7684, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-page-white-csharp {
  background-position: -1281px -84px;
}

/* line 7688, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-page-white-cup {
  background-position: -1302px -84px;
}

/* line 7692, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-page-white-database {
  background-position: -1323px -84px;
}

/* line 7696, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-page-white-delete {
  background-position: -1344px -84px;
}

/* line 7700, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-page-white-dvd {
  background-position: -1365px -84px;
}

/* line 7704, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-page-white-edit {
  background-position: -1386px -84px;
}

/* line 7708, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-page-white-error {
  background-position: -1407px -84px;
}

/* line 7712, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-page-white-excel {
  background-position: -1428px -84px;
}

/* line 7716, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-page-white-find {
  background-position: -1449px -84px;
}

/* line 7720, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-page-white-flash {
  background-position: -1470px -84px;
}

/* line 7724, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-page-white-freehand {
  background-position: -1491px -84px;
}

/* line 7728, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-page-white-gear {
  background-position: -1512px -84px;
}

/* line 7732, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-page-white-get {
  background-position: -1533px -84px;
}

/* line 7736, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-page-white-go {
  background-position: -1554px -84px;
}

/* line 7740, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-page-white-h {
  background-position: -1575px -84px;
}

/* line 7744, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-page-white-horizontal {
  background-position: -1596px -84px;
}

/* line 7748, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-page-white-key {
  background-position: -1617px -84px;
}

/* line 7752, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-page-white-lightning {
  background-position: -1638px -84px;
}

/* line 7756, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-page-white-link {
  background-position: -1659px -84px;
}

/* line 7760, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-page-white-magnify {
  background-position: -1680px -84px;
}

/* line 7764, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-page-white-medal {
  background-position: -1701px -84px;
}

/* line 7768, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-page-white-office {
  background-position: -1722px -84px;
}

/* line 7772, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-page-white-paint {
  background-position: -1743px -84px;
}

/* line 7776, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-page-white-paintbrush {
  background-position: -1764px -84px;
}

/* line 7780, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-page-white-paste {
  background-position: -1785px -84px;
}

/* line 7784, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-page-white-php {
  background-position: -1806px -84px;
}

/* line 7788, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-page-white-picture {
  background-position: -1827px -84px;
}

/* line 7792, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-page-white-powerpoint {
  background-position: -1848px -84px;
}

/* line 7796, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-page-white-put {
  background-position: -1869px -84px;
}

/* line 7800, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-page-white-ruby {
  background-position: -1890px -84px;
}

/* line 7804, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-page-white-stack {
  background-position: -1911px -84px;
}

/* line 7808, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-page-white-star {
  background-position: -1932px -84px;
}

/* line 7812, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-page-white-swoosh {
  background-position: -1953px -84px;
}

/* line 7816, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-page-white-text {
  background-position: -1974px -84px;
}

/* line 7820, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-page-white-text-width {
  background-position: 0 -105px;
}

/* line 7824, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-page-white-tux {
  background-position: -21px -105px;
}

/* line 7828, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-page-white-vector {
  background-position: -42px -105px;
}

/* line 7832, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-page-white-visualstudio {
  background-position: -63px -105px;
}

/* line 7836, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-page-white-width {
  background-position: -84px -105px;
}

/* line 7840, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-page-white-word {
  background-position: -105px -105px;
}

/* line 7844, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-page-white-world {
  background-position: -126px -105px;
}

/* line 7848, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-page-white-wrench {
  background-position: -147px -105px;
}

/* line 7852, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-page-white-zip {
  background-position: -168px -105px;
}

/* line 7856, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-page-word {
  background-position: -189px -105px;
}

/* line 7860, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-page-world {
  background-position: -210px -105px;
}

/* line 7864, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-paintbrush {
  background-position: -231px -105px;
}

/* line 7868, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-paintcan {
  background-position: -252px -105px;
}

/* line 7872, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-palette {
  background-position: -273px -105px;
}

/* line 7876, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-paste-plain {
  background-position: -294px -105px;
}

/* line 7880, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-paste-word {
  background-position: -315px -105px;
}

/* line 7884, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-pencil {
  background-position: -336px -105px;
}

/* line 7888, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-pencil-add {
  background-position: -357px -105px;
}

/* line 7892, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-pencil-delete {
  background-position: -378px -105px;
}

/* line 7896, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-pencil-go {
  background-position: -399px -105px;
}

/* line 7900, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-picture {
  background-position: -420px -105px;
}

/* line 7904, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-picture-add {
  background-position: -441px -105px;
}

/* line 7908, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-picture-delete {
  background-position: -462px -105px;
}

/* line 7912, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-picture-edit {
  background-position: -483px -105px;
}

/* line 7916, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-picture-empty {
  background-position: -504px -105px;
}

/* line 7920, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-picture-error {
  background-position: -525px -105px;
}

/* line 7924, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-picture-go {
  background-position: -546px -105px;
}

/* line 7928, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-picture-key {
  background-position: -567px -105px;
}

/* line 7932, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-picture-link {
  background-position: -588px -105px;
}

/* line 7936, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-picture-save {
  background-position: -609px -105px;
}

/* line 7940, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-pictures {
  background-position: -630px -105px;
}

/* line 7944, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-pilcrow {
  background-position: -651px -105px;
}

/* line 7948, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-pill {
  background-position: -672px -105px;
}

/* line 7952, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-pill-add {
  background-position: -693px -105px;
}

/* line 7956, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-pill-delete {
  background-position: -714px -105px;
}

/* line 7960, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-pill-go {
  background-position: -735px -105px;
}

/* line 7964, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-plugin {
  background-position: -756px -105px;
}

/* line 7968, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-plugin-add {
  background-position: -777px -105px;
}

/* line 7972, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-plugin-delete {
  background-position: -798px -105px;
}

/* line 7976, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-plugin-disabled {
  background-position: -819px -105px;
}

/* line 7980, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-plugin-edit {
  background-position: -840px -105px;
}

/* line 7984, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-plugin-error {
  background-position: -861px -105px;
}

/* line 7988, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-plugin-go {
  background-position: -882px -105px;
}

/* line 7992, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-plugin-link {
  background-position: -903px -105px;
}

/* line 7996, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-printer {
  background-position: -924px -105px;
}

/* line 8000, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-printer-add {
  background-position: -945px -105px;
}

/* line 8004, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-printer-delete {
  background-position: -966px -105px;
}

/* line 8008, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-printer-empty {
  background-position: -987px -105px;
}

/* line 8012, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-printer-error {
  background-position: -1008px -105px;
}

/* line 8016, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-rainbow {
  background-position: -1029px -105px;
}

/* line 8020, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-report {
  background-position: -1050px -105px;
}

/* line 8024, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-report-add {
  background-position: -1071px -105px;
}

/* line 8028, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-report-delete {
  background-position: -1092px -105px;
}

/* line 8032, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-report-disk {
  background-position: -1113px -105px;
}

/* line 8036, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-report-edit {
  background-position: -1134px -105px;
}

/* line 8040, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-report-go {
  background-position: -1155px -105px;
}

/* line 8044, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-report-key {
  background-position: -1176px -105px;
}

/* line 8048, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-report-link {
  background-position: -1197px -105px;
}

/* line 8052, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-report-magnify {
  background-position: -1218px -105px;
}

/* line 8056, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-report-picture {
  background-position: -1239px -105px;
}

/* line 8060, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-report-user {
  background-position: -1260px -105px;
}

/* line 8064, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-report-word {
  background-position: -1281px -105px;
}

/* line 8068, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-resultset-first {
  background-position: -1302px -105px;
}

/* line 8072, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-resultset-last {
  background-position: -1323px -105px;
}

/* line 8076, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-resultset-next {
  background-position: -1344px -105px;
}

/* line 8080, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-resultset-previous {
  background-position: -1365px -105px;
}

/* line 8084, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-rosette {
  background-position: -1386px -105px;
}

/* line 8088, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-sitemap {
  background-position: -1407px -105px;
}

/* line 8092, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-sitemap-color {
  background-position: -1428px -105px;
}

/* line 8096, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-star {
  background-position: -1449px -105px;
}

/* line 8100, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-status-away {
  background-position: -1470px -105px;
}

/* line 8104, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-status-busy {
  background-position: -1491px -105px;
}

/* line 8108, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-status-offline {
  background-position: -1512px -105px;
}

/* line 8112, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-status-online {
  background-position: -1533px -105px;
}

/* line 8116, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-stop {
  background-position: -1554px -105px;
}

/* line 8120, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-table {
  background-position: -1575px -105px;
}

/* line 8124, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-table-add {
  background-position: -1596px -105px;
}

/* line 8128, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-table-delete {
  background-position: -1617px -105px;
}

/* line 8132, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-table-edit {
  background-position: -1638px -105px;
}

/* line 8136, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-table-error {
  background-position: -1659px -105px;
}

/* line 8140, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-table-gear {
  background-position: -1680px -105px;
}

/* line 8144, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-table-go {
  background-position: -1701px -105px;
}

/* line 8148, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-table-key {
  background-position: -1722px -105px;
}

/* line 8152, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-table-lightning {
  background-position: -1743px -105px;
}

/* line 8156, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-table-link {
  background-position: -1764px -105px;
}

/* line 8160, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-table-multiple {
  background-position: -1785px -105px;
}

/* line 8164, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-table-refresh {
  background-position: -1806px -105px;
}

/* line 8168, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-table-relationship {
  background-position: -1827px -105px;
}

/* line 8172, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-table-row-delete {
  background-position: -1848px -105px;
}

/* line 8176, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-table-row-insert {
  background-position: -1869px -105px;
}

/* line 8180, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-table-save {
  background-position: -1890px -105px;
}

/* line 8184, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-table-sort {
  background-position: -1911px -105px;
}

/* line 8188, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-tag {
  background-position: -1932px -105px;
}

/* line 8192, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-tag-blue {
  background-position: -1953px -105px;
}

/* line 8196, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-tag-blue-add {
  background-position: -1974px -105px;
}

/* line 8200, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-tag-blue-delete {
  background-position: 0 -126px;
}

/* line 8204, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-tag-blue-edit {
  background-position: -21px -126px;
}

/* line 8208, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-tag-green {
  background-position: -42px -126px;
}

/* line 8212, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-tag-orange {
  background-position: -63px -126px;
}

/* line 8216, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-tag-pink {
  background-position: -84px -126px;
}

/* line 8220, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-tag-purple {
  background-position: -105px -126px;
}

/* line 8224, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-tag-red {
  background-position: -126px -126px;
}

/* line 8228, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-tag-yellow {
  background-position: -147px -126px;
}

/* line 8232, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-text-align-justify {
  background-position: -168px -126px;
}

/* line 8236, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-text-columns {
  background-position: -189px -126px;
}

/* line 8240, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-text-linespacing {
  background-position: -210px -126px;
}

/* line 8244, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-text-padding-bottom {
  background-position: -231px -126px;
}

/* line 8248, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-text-padding-left {
  background-position: -252px -126px;
}

/* line 8252, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-text-padding-right {
  background-position: -273px -126px;
}

/* line 8256, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-text-padding-top {
  background-position: -294px -126px;
}

/* line 8260, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-textfield {
  background-position: -315px -126px;
}

/* line 8264, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-textfield-add {
  background-position: -336px -126px;
}

/* line 8268, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-textfield-key {
  background-position: -357px -126px;
}

/* line 8272, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-textfield-rename {
  background-position: -378px -126px;
}

/* line 8276, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-thumb-down {
  background-position: -399px -126px;
}

/* line 8280, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-thumb-up {
  background-position: -420px -126px;
}

/* line 8284, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-tick {
  background-position: -441px -126px;
}

/* line 8288, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-time {
  background-position: -462px -126px;
}

/* line 8292, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-time-add {
  background-position: -483px -126px;
}

/* line 8296, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-time-delete {
  background-position: -504px -126px;
}

/* line 8300, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-time-go {
  background-position: -525px -126px;
}

/* line 8304, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-timeline-marker {
  background-position: -546px -126px;
}

/* line 8308, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-transmit {
  background-position: -567px -126px;
}

/* line 8312, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-transmit-blue {
  background-position: -588px -126px;
}

/* line 8316, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-tux {
  background-position: -609px -126px;
}

/* line 8320, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-user {
  background-position: -630px -126px;
}

/* line 8324, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-user-add {
  background-position: -651px -126px;
}

/* line 8328, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-user-comment {
  background-position: -672px -126px;
}

/* line 8332, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-user-delete {
  background-position: -693px -126px;
}

/* line 8336, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-user-edit {
  background-position: -714px -126px;
}

/* line 8340, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-user-female {
  background-position: -735px -126px;
}

/* line 8344, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-user-go {
  background-position: -756px -126px;
}

/* line 8348, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-user-gray {
  background-position: -777px -126px;
}

/* line 8352, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-user-green {
  background-position: -798px -126px;
}

/* line 8356, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-user-orange {
  background-position: -819px -126px;
}

/* line 8360, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-user-red {
  background-position: -840px -126px;
}

/* line 8364, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-user-suit {
  background-position: -861px -126px;
}

/* line 8368, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-vcard {
  background-position: -882px -126px;
}

/* line 8372, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-vcard-add {
  background-position: -903px -126px;
}

/* line 8376, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-vcard-delete {
  background-position: -924px -126px;
}

/* line 8380, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-vcard-edit {
  background-position: -945px -126px;
}

/* line 8384, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-world {
  background-position: -966px -126px;
}

/* line 8388, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-world-add {
  background-position: -987px -126px;
}

/* line 8392, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-world-delete {
  background-position: -1008px -126px;
}

/* line 8396, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-world-edit {
  background-position: -1029px -126px;
}

/* line 8400, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-world-go {
  background-position: -1050px -126px;
}

/* line 8404, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-world-link {
  background-position: -1071px -126px;
}

/* line 8408, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-wrench {
  background-position: -1092px -126px;
}

/* line 8412, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-wrench-orange {
  background-position: -1113px -126px;
}

/* line 8416, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-zoom {
  background-position: -1134px -126px;
}

/* line 8420, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-zoom-in {
  background-position: -1155px -126px;
}

/* line 8424, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-zoom-out {
  background-position: -1176px -126px;
}

/* line 8428, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fam-cross-gray {
  background-position: -1198px -126px;
}

/* Emoticon icon set */
/* line 8434, ../../app/assets/stylesheets/chromatron-red.css.scss */
[class^="emo-"], [class*=" emo-"] {
  display: inline-block;
  width: 16px;
  height: 16px;
  line-height: 16px;
  vertical-align: text-top;
  background-position: 16px 16px;
  background-repeat: no-repeat;
  *margin-right: .3em;
}

/* line 8445, ../../app/assets/stylesheets/chromatron-red.css.scss */
[class^="emo-"]:last-child, [class*=" emo-"]:last-child {
  *margin-left: 0;
}

/* line 8449, ../../app/assets/stylesheets/chromatron-red.css.scss */
.emo-8ball {
  background-position: 0 0;
}

/* line 8453, ../../app/assets/stylesheets/chromatron-red.css.scss */
.emo-basketball {
  background-position: -32px 0;
}

/* line 8457, ../../app/assets/stylesheets/chromatron-red.css.scss */
.emo-football {
  background-position: -288px 0;
}

/* line 8461, ../../app/assets/stylesheets/chromatron-red.css.scss */
.emo-golf {
  background-position: -320px 0;
}

/* line 8465, ../../app/assets/stylesheets/chromatron-red.css.scss */
.emo-raquet {
  background-position: -512px 0;
}

/* line 8469, ../../app/assets/stylesheets/chromatron-red.css.scss */
.emo-rocket {
  background-position: -576px 0;
}

/* line 8473, ../../app/assets/stylesheets/chromatron-red.css.scss */
.emo-soccer {
  background-position: -736px 0;
}

/* line 8477, ../../app/assets/stylesheets/chromatron-red.css.scss */
.emo-tennis {
  background-position: -800px 0;
}

/* line 8481, ../../app/assets/stylesheets/chromatron-red.css.scss */
.emo-shuttlecock {
  background-position: -640px 0;
}

/* line 8485, ../../app/assets/stylesheets/chromatron-red.css.scss */
.emo-bomb {
  background-position: -64px 0;
}

/* line 8489, ../../app/assets/stylesheets/chromatron-red.css.scss */
.emo-bug {
  background-position: -96px 0;
}

/* line 8493, ../../app/assets/stylesheets/chromatron-red.css.scss */
.emo-confuse {
  background-position: -128px 0;
}

/* line 8497, ../../app/assets/stylesheets/chromatron-red.css.scss */
.emo-cool {
  background-position: -160px 0;
}

/* line 8501, ../../app/assets/stylesheets/chromatron-red.css.scss */
.emo-cry {
  background-position: -192px 0;
}

/* line 8505, ../../app/assets/stylesheets/chromatron-red.css.scss */
.emo-evilgrin {
  background-position: -224px 0;
}

/* line 8509, ../../app/assets/stylesheets/chromatron-red.css.scss */
.emo-fat {
  background-position: -256px 0;
}

/* line 8513, ../../app/assets/stylesheets/chromatron-red.css.scss */
.emo-grin {
  background-position: -352px 0;
}

/* line 8517, ../../app/assets/stylesheets/chromatron-red.css.scss */
.emo-happy {
  background-position: -384px 0;
}

/* line 8521, ../../app/assets/stylesheets/chromatron-red.css.scss */
.emo-heart {
  background-position: -416px 0;
}

/* line 8525, ../../app/assets/stylesheets/chromatron-red.css.scss */
.emo-mad {
  background-position: -448px 0;
}

/* line 8529, ../../app/assets/stylesheets/chromatron-red.css.scss */
.emo-neutral {
  background-position: -480px 0;
}

/* line 8533, ../../app/assets/stylesheets/chromatron-red.css.scss */
.emo-red {
  background-position: -544px 0;
}

/* line 8537, ../../app/assets/stylesheets/chromatron-red.css.scss */
.emo-roll {
  background-position: -608px 0;
}

/* line 8541, ../../app/assets/stylesheets/chromatron-red.css.scss */
.emo-slim {
  background-position: -672px 0;
}

/* line 8545, ../../app/assets/stylesheets/chromatron-red.css.scss */
.emo-smile {
  background-position: -704px 0;
}

/* line 8549, ../../app/assets/stylesheets/chromatron-red.css.scss */
.emo-surprised {
  background-position: -768px 0;
}

/* line 8553, ../../app/assets/stylesheets/chromatron-red.css.scss */
.emo-tongue {
  background-position: -832px 0;
}

/* line 8557, ../../app/assets/stylesheets/chromatron-red.css.scss */
.emo-unhappy {
  background-position: -864px 0;
}

/* line 8561, ../../app/assets/stylesheets/chromatron-red.css.scss */
.emo-waii {
  background-position: -896px 0;
}

/* line 8565, ../../app/assets/stylesheets/chromatron-red.css.scss */
.emo-wink {
  background-position: -928px 0;
}

/* line 8569, ../../app/assets/stylesheets/chromatron-red.css.scss */
.emo-yell {
  background-position: -960px 0;
}

@font-face {
  font-family: 'FontAwesome';
  src: url("font/fontawesome-webfont.eot");
  src: url("font/fontawesome-webfont.eot?#iefix") format("embedded-opentype"), url("font/fontawesome-webfont.woff") format("woff"), url("font/fontawesome-webfont.ttf") format("truetype"), url("font/fontawesome-webfont.svg#FontAwesome") format("svg");
  font-weight: normal;
  font-style: normal;
}

/*  Font Awesome styles
    ------------------------------------------------------- */
/* line 8585, ../../app/assets/stylesheets/chromatron-red.css.scss */
[class^="awe-"]:before, [class*=" awe-"]:before {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-decoration: inherit;
}

/* line 8594, ../../app/assets/stylesheets/chromatron-red.css.scss */
a [class^="awe-"], a [class*=" awe-"] {
  display: inline-block;
  text-decoration: inherit;
}

/* makes the font 33% larger relative to the icon container */
/* line 8602, ../../app/assets/stylesheets/chromatron-red.css.scss */
.awe-large:before {
  vertical-align: middle;
  font-size: 1.3333333333333333em;
}

/* line 8607, ../../app/assets/stylesheets/chromatron-red.css.scss */
.btn [class^="awe-"], .nav-tabs [class^="awe-"], .btn [class*=" awe-"], .nav-tabs [class*=" awe-"] {
  /* keeps button heights with and without icons the same */
  line-height: .9em;
}

/* line 8613, ../../app/assets/stylesheets/chromatron-red.css.scss */
li [class^="awe-"], li [class*=" awe-"] {
  display: inline-block;
  width: 1.25em;
  text-align: center;
}
/* line 8618, ../../app/assets/stylesheets/chromatron-red.css.scss */
li .awe-large:before {
  /* 1.5 increased font size for awe-large * 1.25 width */
  width: 1.875em;
}

/* line 8624, ../../app/assets/stylesheets/chromatron-red.css.scss */
ul.icons {
  list-style-type: none;
  margin-left: 2em;
  text-indent: -0.8em;
}
/* line 8629, ../../app/assets/stylesheets/chromatron-red.css.scss */
ul.icons li [class^="awe-"], ul.icons li [class*=" awe-"] {
  width: .8em;
}
/* line 8632, ../../app/assets/stylesheets/chromatron-red.css.scss */
ul.icons li .awe-large:before {
  /* 1.5 increased font size for awe-large * 1.25 width */
  vertical-align: initial;
}

/*  Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
    readers do not read off random characters that represent icons */
/* line 8642, ../../app/assets/stylesheets/chromatron-red.css.scss */
.awe-glass:before {
  content: "\f000";
}

/* line 8646, ../../app/assets/stylesheets/chromatron-red.css.scss */
.awe-music:before {
  content: "\f001";
}

/* line 8650, ../../app/assets/stylesheets/chromatron-red.css.scss */
.awe-search:before {
  content: "\f002";
}

/* line 8654, ../../app/assets/stylesheets/chromatron-red.css.scss */
.awe-envelope:before {
  content: "\f003";
}

/* line 8658, ../../app/assets/stylesheets/chromatron-red.css.scss */
.awe-heart:before {
  content: "\f004";
}

/* line 8662, ../../app/assets/stylesheets/chromatron-red.css.scss */
.awe-star:before {
  content: "\f005";
}

/* line 8666, ../../app/assets/stylesheets/chromatron-red.css.scss */
.awe-star-empty:before {
  content: "\f006";
}

/* line 8670, ../../app/assets/stylesheets/chromatron-red.css.scss */
.awe-user:before {
  content: "\f007";
}

/* line 8674, ../../app/assets/stylesheets/chromatron-red.css.scss */
.awe-film:before {
  content: "\f008";
}

/* line 8678, ../../app/assets/stylesheets/chromatron-red.css.scss */
.awe-th-large:before {
  content: "\f009";
}

/* line 8682, ../../app/assets/stylesheets/chromatron-red.css.scss */
.awe-th:before {
  content: "\f00a";
}

/* line 8686, ../../app/assets/stylesheets/chromatron-red.css.scss */
.awe-th-list:before {
  content: "\f00b";
}

/* line 8690, ../../app/assets/stylesheets/chromatron-red.css.scss */
.awe-ok:before {
  content: "\f00c";
}

/* line 8694, ../../app/assets/stylesheets/chromatron-red.css.scss */
.awe-remove:before {
  content: "\f00d";
}

/* line 8698, ../../app/assets/stylesheets/chromatron-red.css.scss */
.awe-zoom-in:before {
  content: "\f00e";
}

/* line 8702, ../../app/assets/stylesheets/chromatron-red.css.scss */
.awe-zoom-out:before {
  content: "\f010";
}

/* line 8706, ../../app/assets/stylesheets/chromatron-red.css.scss */
.awe-off:before {
  content: "\f011";
}

/* line 8710, ../../app/assets/stylesheets/chromatron-red.css.scss */
.awe-signal:before {
  content: "\f012";
}

/* line 8714, ../../app/assets/stylesheets/chromatron-red.css.scss */
.awe-cog:before {
  content: "\f013";
}

/* line 8718, ../../app/assets/stylesheets/chromatron-red.css.scss */
.awe-trash:before {
  content: "\f014";
}

/* line 8722, ../../app/assets/stylesheets/chromatron-red.css.scss */
.awe-home:before {
  content: "\f015";
}

/* line 8726, ../../app/assets/stylesheets/chromatron-red.css.scss */
.awe-file:before {
  content: "\f016";
}

/* line 8730, ../../app/assets/stylesheets/chromatron-red.css.scss */
.awe-time:before {
  content: "\f017";
}

/* line 8734, ../../app/assets/stylesheets/chromatron-red.css.scss */
.awe-road:before {
  content: "\f018";
}

/* line 8738, ../../app/assets/stylesheets/chromatron-red.css.scss */
.awe-download-alt:before {
  content: "\f019";
}

/* line 8742, ../../app/assets/stylesheets/chromatron-red.css.scss */
.awe-download:before {
  content: "\f01a";
}

/* line 8746, ../../app/assets/stylesheets/chromatron-red.css.scss */
.awe-upload:before {
  content: "\f01b";
}

/* line 8750, ../../app/assets/stylesheets/chromatron-red.css.scss */
.awe-inbox:before {
  content: "\f01c";
}

/* line 8754, ../../app/assets/stylesheets/chromatron-red.css.scss */
.awe-play-circle:before {
  content: "\f01d";
}

/* line 8758, ../../app/assets/stylesheets/chromatron-red.css.scss */
.awe-repeat:before {
  content: "\f01e";
}

/* \f020 doesn't work in Safari. all shifted one down */
/* line 8764, ../../app/assets/stylesheets/chromatron-red.css.scss */
.awe-refresh:before {
  content: "\f021";
}

/* line 8768, ../../app/assets/stylesheets/chromatron-red.css.scss */
.awe-list-alt:before {
  content: "\f022";
}

/* line 8772, ../../app/assets/stylesheets/chromatron-red.css.scss */
.awe-lock:before {
  content: "\f023";
}

/* line 8776, ../../app/assets/stylesheets/chromatron-red.css.scss */
.awe-flag:before {
  content: "\f024";
}

/* line 8780, ../../app/assets/stylesheets/chromatron-red.css.scss */
.awe-headphones:before {
  content: "\f025";
}

/* line 8784, ../../app/assets/stylesheets/chromatron-red.css.scss */
.awe-volume-off:before {
  content: "\f026";
}

/* line 8788, ../../app/assets/stylesheets/chromatron-red.css.scss */
.awe-volume-down:before {
  content: "\f027";
}

/* line 8792, ../../app/assets/stylesheets/chromatron-red.css.scss */
.awe-volume-up:before {
  content: "\f028";
}

/* line 8796, ../../app/assets/stylesheets/chromatron-red.css.scss */
.awe-qrcode:before {
  content: "\f029";
}

/* line 8800, ../../app/assets/stylesheets/chromatron-red.css.scss */
.awe-barcode:before {
  content: "\f02a";
}

/* line 8804, ../../app/assets/stylesheets/chromatron-red.css.scss */
.awe-tag:before {
  content: "\f02b";
}

/* line 8808, ../../app/assets/stylesheets/chromatron-red.css.scss */
.awe-tags:before {
  content: "\f02c";
}

/* line 8812, ../../app/assets/stylesheets/chromatron-red.css.scss */
.awe-book:before {
  content: "\f02d";
}

/* line 8816, ../../app/assets/stylesheets/chromatron-red.css.scss */
.awe-bookmark:before {
  content: "\f02e";
}

/* line 8820, ../../app/assets/stylesheets/chromatron-red.css.scss */
.awe-print:before {
  content: "\f02f";
}

/* line 8824, ../../app/assets/stylesheets/chromatron-red.css.scss */
.awe-camera:before {
  content: "\f030";
}

/* line 8828, ../../app/assets/stylesheets/chromatron-red.css.scss */
.awe-font:before {
  content: "\f031";
}

/* line 8832, ../../app/assets/stylesheets/chromatron-red.css.scss */
.awe-bold:before {
  content: "\f032";
}

/* line 8836, ../../app/assets/stylesheets/chromatron-red.css.scss */
.awe-italic:before {
  content: "\f033";
}

/* line 8840, ../../app/assets/stylesheets/chromatron-red.css.scss */
.awe-text-height:before {
  content: "\f034";
}

/* line 8844, ../../app/assets/stylesheets/chromatron-red.css.scss */
.awe-text-width:before {
  content: "\f035";
}

/* line 8848, ../../app/assets/stylesheets/chromatron-red.css.scss */
.awe-align-left:before {
  content: "\f036";
}

/* line 8852, ../../app/assets/stylesheets/chromatron-red.css.scss */
.awe-align-center:before {
  content: "\f037";
}

/* line 8856, ../../app/assets/stylesheets/chromatron-red.css.scss */
.awe-align-right:before {
  content: "\f038";
}

/* line 8860, ../../app/assets/stylesheets/chromatron-red.css.scss */
.awe-align-justify:before {
  content: "\f039";
}

/* line 8864, ../../app/assets/stylesheets/chromatron-red.css.scss */
.awe-list:before {
  content: "\f03a";
}

/* line 8868, ../../app/assets/stylesheets/chromatron-red.css.scss */
.awe-indent-left:before {
  content: "\f03b";
}

/* line 8872, ../../app/assets/stylesheets/chromatron-red.css.scss */
.awe-indent-right:before {
  content: "\f03c";
}

/* line 8876, ../../app/assets/stylesheets/chromatron-red.css.scss */
.awe-facetime-video:before {
  content: "\f03d";
}

/* line 8880, ../../app/assets/stylesheets/chromatron-red.css.scss */
.awe-picture:before {
  content: "\f03e";
}

/* line 8884, ../../app/assets/stylesheets/chromatron-red.css.scss */
.awe-pencil:before {
  content: "\f040";
}

/* line 8888, ../../app/assets/stylesheets/chromatron-red.css.scss */
.awe-map-marker:before {
  content: "\f041";
}

/* line 8892, ../../app/assets/stylesheets/chromatron-red.css.scss */
.awe-adjust:before {
  content: "\f042";
}

/* line 8896, ../../app/assets/stylesheets/chromatron-red.css.scss */
.awe-tint:before {
  content: "\f043";
}

/* line 8900, ../../app/assets/stylesheets/chromatron-red.css.scss */
.awe-edit:before {
  content: "\f044";
}

/* line 8904, ../../app/assets/stylesheets/chromatron-red.css.scss */
.awe-share:before {
  content: "\f045";
}

/* line 8908, ../../app/assets/stylesheets/chromatron-red.css.scss */
.awe-check:before {
  content: "\f046";
}

/* line 8912, ../../app/assets/stylesheets/chromatron-red.css.scss */
.awe-move:before {
  content: "\f047";
}

/* line 8916, ../../app/assets/stylesheets/chromatron-red.css.scss */
.awe-step-backward:before {
  content: "\f048";
}

/* line 8920, ../../app/assets/stylesheets/chromatron-red.css.scss */
.awe-fast-backward:before {
  content: "\f049";
}

/* line 8924, ../../app/assets/stylesheets/chromatron-red.css.scss */
.awe-backward:before {
  content: "\f04a";
}

/* line 8928, ../../app/assets/stylesheets/chromatron-red.css.scss */
.awe-play:before {
  content: "\f04b";
}

/* line 8932, ../../app/assets/stylesheets/chromatron-red.css.scss */
.awe-pause:before {
  content: "\f04c";
}

/* line 8936, ../../app/assets/stylesheets/chromatron-red.css.scss */
.awe-stop:before {
  content: "\f04d";
}

/* line 8940, ../../app/assets/stylesheets/chromatron-red.css.scss */
.awe-forward:before {
  content: "\f04e";
}

/* line 8944, ../../app/assets/stylesheets/chromatron-red.css.scss */
.awe-fast-forward:before {
  content: "\f050";
}

/* line 8948, ../../app/assets/stylesheets/chromatron-red.css.scss */
.awe-step-forward:before {
  content: "\f051";
}

/* line 8952, ../../app/assets/stylesheets/chromatron-red.css.scss */
.awe-eject:before {
  content: "\f052";
}

/* line 8956, ../../app/assets/stylesheets/chromatron-red.css.scss */
.awe-chevron-left:before {
  content: "\f053";
}

/* line 8960, ../../app/assets/stylesheets/chromatron-red.css.scss */
.awe-chevron-right:before {
  content: "\f054";
}

/* line 8964, ../../app/assets/stylesheets/chromatron-red.css.scss */
.awe-plus-sign:before {
  content: "\f055";
}

/* line 8968, ../../app/assets/stylesheets/chromatron-red.css.scss */
.awe-minus-sign:before {
  content: "\f056";
}

/* line 8972, ../../app/assets/stylesheets/chromatron-red.css.scss */
.awe-remove-sign:before {
  content: "\f057";
}

/* line 8976, ../../app/assets/stylesheets/chromatron-red.css.scss */
.awe-ok-sign:before {
  content: "\f058";
}

/* line 8980, ../../app/assets/stylesheets/chromatron-red.css.scss */
.awe-question-sign:before {
  content: "\f059";
}

/* line 8984, ../../app/assets/stylesheets/chromatron-red.css.scss */
.awe-info-sign:before {
  content: "\f05a";
}

/* line 8988, ../../app/assets/stylesheets/chromatron-red.css.scss */
.awe-screenshot:before {
  content: "\f05b";
}

/* line 8992, ../../app/assets/stylesheets/chromatron-red.css.scss */
.awe-remove-circle:before {
  content: "\f05c";
}

/* line 8996, ../../app/assets/stylesheets/chromatron-red.css.scss */
.awe-ok-circle:before {
  content: "\f05d";
}

/* line 9000, ../../app/assets/stylesheets/chromatron-red.css.scss */
.awe-ban-circle:before {
  content: "\f05e";
}

/* line 9004, ../../app/assets/stylesheets/chromatron-red.css.scss */
.awe-arrow-left:before {
  content: "\f060";
}

/* line 9008, ../../app/assets/stylesheets/chromatron-red.css.scss */
.awe-arrow-right:before {
  content: "\f061";
}

/* line 9012, ../../app/assets/stylesheets/chromatron-red.css.scss */
.awe-arrow-up:before {
  content: "\f062";
}

/* line 9016, ../../app/assets/stylesheets/chromatron-red.css.scss */
.awe-arrow-down:before {
  content: "\f063";
}

/* line 9020, ../../app/assets/stylesheets/chromatron-red.css.scss */
.awe-share-alt:before {
  content: "\f064";
}

/* line 9024, ../../app/assets/stylesheets/chromatron-red.css.scss */
.awe-resize-full:before {
  content: "\f065";
}

/* line 9028, ../../app/assets/stylesheets/chromatron-red.css.scss */
.awe-resize-small:before {
  content: "\f066";
}

/* line 9032, ../../app/assets/stylesheets/chromatron-red.css.scss */
.awe-plus:before {
  content: "\f067";
}

/* line 9036, ../../app/assets/stylesheets/chromatron-red.css.scss */
.awe-minus:before {
  content: "\f068";
}

/* line 9040, ../../app/assets/stylesheets/chromatron-red.css.scss */
.awe-asterisk:before {
  content: "\f069";
}

/* line 9044, ../../app/assets/stylesheets/chromatron-red.css.scss */
.awe-exclamation-sign:before {
  content: "\f06a";
}

/* line 9048, ../../app/assets/stylesheets/chromatron-red.css.scss */
.awe-gift:before {
  content: "\f06b";
}

/* line 9052, ../../app/assets/stylesheets/chromatron-red.css.scss */
.awe-leaf:before {
  content: "\f06c";
}

/* line 9056, ../../app/assets/stylesheets/chromatron-red.css.scss */
.awe-fire:before {
  content: "\f06d";
}

/* line 9060, ../../app/assets/stylesheets/chromatron-red.css.scss */
.awe-eye-open:before {
  content: "\f06e";
}

/* line 9064, ../../app/assets/stylesheets/chromatron-red.css.scss */
.awe-eye-close:before {
  content: "\f070";
}

/* line 9068, ../../app/assets/stylesheets/chromatron-red.css.scss */
.awe-warning-sign:before {
  content: "\f071";
}

/* line 9072, ../../app/assets/stylesheets/chromatron-red.css.scss */
.awe-plane:before {
  content: "\f072";
}

/* line 9076, ../../app/assets/stylesheets/chromatron-red.css.scss */
.awe-calendar:before {
  content: "\f073";
}

/* line 9080, ../../app/assets/stylesheets/chromatron-red.css.scss */
.awe-random:before {
  content: "\f074";
}

/* line 9084, ../../app/assets/stylesheets/chromatron-red.css.scss */
.awe-comment:before {
  content: "\f075";
}

/* line 9088, ../../app/assets/stylesheets/chromatron-red.css.scss */
.awe-magnet:before {
  content: "\f076";
}

/* line 9092, ../../app/assets/stylesheets/chromatron-red.css.scss */
.awe-chevron-up:before {
  content: "\f077";
}

/* line 9096, ../../app/assets/stylesheets/chromatron-red.css.scss */
.awe-chevron-down:before {
  content: "\f078";
}

/* line 9100, ../../app/assets/stylesheets/chromatron-red.css.scss */
.awe-retweet:before {
  content: "\f079";
}

/* line 9104, ../../app/assets/stylesheets/chromatron-red.css.scss */
.awe-shopping-cart:before {
  content: "\f07a";
}

/* line 9108, ../../app/assets/stylesheets/chromatron-red.css.scss */
.awe-folder-close:before {
  content: "\f07b";
}

/* line 9112, ../../app/assets/stylesheets/chromatron-red.css.scss */
.awe-folder-open:before {
  content: "\f07c";
}

/* line 9116, ../../app/assets/stylesheets/chromatron-red.css.scss */
.awe-resize-vertical:before {
  content: "\f07d";
}

/* line 9120, ../../app/assets/stylesheets/chromatron-red.css.scss */
.awe-resize-horizontal:before {
  content: "\f07e";
}

/* line 9124, ../../app/assets/stylesheets/chromatron-red.css.scss */
.awe-bar-chart:before {
  content: "\f080";
}

/* line 9128, ../../app/assets/stylesheets/chromatron-red.css.scss */
.awe-twitter-sign:before {
  content: "\f081";
}

/* line 9132, ../../app/assets/stylesheets/chromatron-red.css.scss */
.awe-facebook-sign:before {
  content: "\f082";
}

/* line 9136, ../../app/assets/stylesheets/chromatron-red.css.scss */
.awe-camera-retro:before {
  content: "\f083";
}

/* line 9140, ../../app/assets/stylesheets/chromatron-red.css.scss */
.awe-key:before {
  content: "\f084";
}

/* line 9144, ../../app/assets/stylesheets/chromatron-red.css.scss */
.awe-cogs:before {
  content: "\f085";
}

/* line 9148, ../../app/assets/stylesheets/chromatron-red.css.scss */
.awe-comments:before {
  content: "\f086";
}

/* line 9152, ../../app/assets/stylesheets/chromatron-red.css.scss */
.awe-thumbs-up:before {
  content: "\f087";
}

/* line 9156, ../../app/assets/stylesheets/chromatron-red.css.scss */
.awe-thumbs-down:before {
  content: "\f088";
}

/* line 9160, ../../app/assets/stylesheets/chromatron-red.css.scss */
.awe-star-half:before {
  content: "\f089";
}

/* line 9164, ../../app/assets/stylesheets/chromatron-red.css.scss */
.awe-heart-empty:before {
  content: "\f08a";
}

/* line 9168, ../../app/assets/stylesheets/chromatron-red.css.scss */
.awe-signout:before {
  content: "\f08b";
}

/* line 9172, ../../app/assets/stylesheets/chromatron-red.css.scss */
.awe-linkedin-sign:before {
  content: "\f08c";
}

/* line 9176, ../../app/assets/stylesheets/chromatron-red.css.scss */
.awe-pushpin:before {
  content: "\f08d";
}

/* line 9180, ../../app/assets/stylesheets/chromatron-red.css.scss */
.awe-external-link:before {
  content: "\f08e";
}

/* line 9184, ../../app/assets/stylesheets/chromatron-red.css.scss */
.awe-signin:before {
  content: "\f090";
}

/* line 9188, ../../app/assets/stylesheets/chromatron-red.css.scss */
.awe-trophy:before {
  content: "\f091";
}

/* line 9192, ../../app/assets/stylesheets/chromatron-red.css.scss */
.awe-github-sign:before {
  content: "\f092";
}

/* line 9196, ../../app/assets/stylesheets/chromatron-red.css.scss */
.awe-upload-alt:before {
  content: "\f093";
}

/* line 9200, ../../app/assets/stylesheets/chromatron-red.css.scss */
.awe-lemon:before {
  content: "\f094";
}

/* line 9204, ../../app/assets/stylesheets/chromatron-red.css.scss */
.awe-phone:before {
  content: "\f095";
}

/* line 9208, ../../app/assets/stylesheets/chromatron-red.css.scss */
.awe-check-empty:before {
  content: "\f096";
}

/* line 9212, ../../app/assets/stylesheets/chromatron-red.css.scss */
.awe-bookmark-empty:before {
  content: "\f097";
}

/* line 9216, ../../app/assets/stylesheets/chromatron-red.css.scss */
.awe-phone-sign:before {
  content: "\f098";
}

/* line 9220, ../../app/assets/stylesheets/chromatron-red.css.scss */
.awe-twitter:before {
  content: "\f099";
}

/* line 9224, ../../app/assets/stylesheets/chromatron-red.css.scss */
.awe-facebook:before {
  content: "\f09a";
}

/* line 9228, ../../app/assets/stylesheets/chromatron-red.css.scss */
.awe-github:before {
  content: "\f09b";
}

/* line 9232, ../../app/assets/stylesheets/chromatron-red.css.scss */
.awe-unlock:before {
  content: "\f09c";
}

/* line 9236, ../../app/assets/stylesheets/chromatron-red.css.scss */
.awe-credit-card:before {
  content: "\f09d";
}

/* line 9240, ../../app/assets/stylesheets/chromatron-red.css.scss */
.awe-rss:before {
  content: "\f09e";
}

/* line 9244, ../../app/assets/stylesheets/chromatron-red.css.scss */
.awe-hdd:before {
  content: "\f0a0";
}

/* line 9248, ../../app/assets/stylesheets/chromatron-red.css.scss */
.awe-bullhorn:before {
  content: "\f0a1";
}

/* line 9252, ../../app/assets/stylesheets/chromatron-red.css.scss */
.awe-bell:before {
  content: "\f0a2";
}

/* line 9256, ../../app/assets/stylesheets/chromatron-red.css.scss */
.awe-certificate:before {
  content: "\f0a3";
}

/* line 9260, ../../app/assets/stylesheets/chromatron-red.css.scss */
.awe-hand-right:before {
  content: "\f0a4";
}

/* line 9264, ../../app/assets/stylesheets/chromatron-red.css.scss */
.awe-hand-left:before {
  content: "\f0a5";
}

/* line 9268, ../../app/assets/stylesheets/chromatron-red.css.scss */
.awe-hand-up:before {
  content: "\f0a6";
}

/* line 9272, ../../app/assets/stylesheets/chromatron-red.css.scss */
.awe-hand-down:before {
  content: "\f0a7";
}

/* line 9276, ../../app/assets/stylesheets/chromatron-red.css.scss */
.awe-circle-arrow-left:before {
  content: "\f0a8";
}

/* line 9280, ../../app/assets/stylesheets/chromatron-red.css.scss */
.awe-circle-arrow-right:before {
  content: "\f0a9";
}

/* line 9284, ../../app/assets/stylesheets/chromatron-red.css.scss */
.awe-circle-arrow-up:before {
  content: "\f0aa";
}

/* line 9288, ../../app/assets/stylesheets/chromatron-red.css.scss */
.awe-circle-arrow-down:before {
  content: "\f0ab";
}

/* line 9292, ../../app/assets/stylesheets/chromatron-red.css.scss */
.awe-globe:before {
  content: "\f0ac";
}

/* line 9296, ../../app/assets/stylesheets/chromatron-red.css.scss */
.awe-wrench:before {
  content: "\f0ad";
}

/* line 9300, ../../app/assets/stylesheets/chromatron-red.css.scss */
.awe-tasks:before {
  content: "\f0ae";
}

/* line 9304, ../../app/assets/stylesheets/chromatron-red.css.scss */
.awe-filter:before {
  content: "\f0b0";
}

/* line 9308, ../../app/assets/stylesheets/chromatron-red.css.scss */
.awe-briefcase:before {
  content: "\f0b1";
}

/* line 9312, ../../app/assets/stylesheets/chromatron-red.css.scss */
.awe-fullscreen:before {
  content: "\f0b2";
}

/* line 9316, ../../app/assets/stylesheets/chromatron-red.css.scss */
.awe-group:before {
  content: "\f0c0";
}

/* line 9320, ../../app/assets/stylesheets/chromatron-red.css.scss */
.awe-link:before {
  content: "\f0c1";
}

/* line 9324, ../../app/assets/stylesheets/chromatron-red.css.scss */
.awe-cloud:before {
  content: "\f0c2";
}

/* line 9328, ../../app/assets/stylesheets/chromatron-red.css.scss */
.awe-beaker:before {
  content: "\f0c3";
}

/* line 9332, ../../app/assets/stylesheets/chromatron-red.css.scss */
.awe-cut:before {
  content: "\f0c4";
}

/* line 9336, ../../app/assets/stylesheets/chromatron-red.css.scss */
.awe-copy:before {
  content: "\f0c5";
}

/* line 9340, ../../app/assets/stylesheets/chromatron-red.css.scss */
.awe-paper-clip:before {
  content: "\f0c6";
}

/* line 9344, ../../app/assets/stylesheets/chromatron-red.css.scss */
.awe-save:before {
  content: "\f0c7";
}

/* line 9348, ../../app/assets/stylesheets/chromatron-red.css.scss */
.awe-sign-blank:before {
  content: "\f0c8";
}

/* line 9352, ../../app/assets/stylesheets/chromatron-red.css.scss */
.awe-reorder:before {
  content: "\f0c9";
}

/* line 9356, ../../app/assets/stylesheets/chromatron-red.css.scss */
.awe-list-ul:before {
  content: "\f0ca";
}

/* line 9360, ../../app/assets/stylesheets/chromatron-red.css.scss */
.awe-list-ol:before {
  content: "\f0cb";
}

/* line 9364, ../../app/assets/stylesheets/chromatron-red.css.scss */
.awe-strikethrough:before {
  content: "\f0cc";
}

/* line 9368, ../../app/assets/stylesheets/chromatron-red.css.scss */
.awe-underline:before {
  content: "\f0cd";
}

/* line 9372, ../../app/assets/stylesheets/chromatron-red.css.scss */
.awe-table:before {
  content: "\f0ce";
}

/* line 9376, ../../app/assets/stylesheets/chromatron-red.css.scss */
.awe-magic:before {
  content: "\f0d0";
}

/* line 9380, ../../app/assets/stylesheets/chromatron-red.css.scss */
.awe-truck:before {
  content: "\f0d1";
}

/* line 9384, ../../app/assets/stylesheets/chromatron-red.css.scss */
.awe-pinterest:before {
  content: "\f0d2";
}

/* line 9388, ../../app/assets/stylesheets/chromatron-red.css.scss */
.awe-pinterest-sign:before {
  content: "\f0d3";
}

/* line 9392, ../../app/assets/stylesheets/chromatron-red.css.scss */
.awe-google-plus-sign:before {
  content: "\f0d4";
}

/* line 9396, ../../app/assets/stylesheets/chromatron-red.css.scss */
.awe-google-plus:before {
  content: "\f0d5";
}

/* line 9400, ../../app/assets/stylesheets/chromatron-red.css.scss */
.awe-money:before {
  content: "\f0d6";
}

/* line 9404, ../../app/assets/stylesheets/chromatron-red.css.scss */
.awe-caret-down:before {
  content: "\f0d7";
}

/* line 9408, ../../app/assets/stylesheets/chromatron-red.css.scss */
.awe-caret-up:before {
  content: "\f0d8";
}

/* line 9412, ../../app/assets/stylesheets/chromatron-red.css.scss */
.awe-caret-left:before {
  content: "\f0d9";
}

/* line 9416, ../../app/assets/stylesheets/chromatron-red.css.scss */
.awe-caret-right:before {
  content: "\f0da";
}

/* line 9420, ../../app/assets/stylesheets/chromatron-red.css.scss */
.awe-columns:before {
  content: "\f0db";
}

/* line 9424, ../../app/assets/stylesheets/chromatron-red.css.scss */
.awe-sort:before {
  content: "\f0dc";
}

/* line 9428, ../../app/assets/stylesheets/chromatron-red.css.scss */
.awe-sort-down:before {
  content: "\f0dd";
}

/* line 9432, ../../app/assets/stylesheets/chromatron-red.css.scss */
.awe-sort-up:before {
  content: "\f0de";
}

/* line 9436, ../../app/assets/stylesheets/chromatron-red.css.scss */
.awe-envelope-alt:before {
  content: "\f0e0";
}

/* line 9440, ../../app/assets/stylesheets/chromatron-red.css.scss */
.awe-linkedin:before {
  content: "\f0e1";
}

/* line 9444, ../../app/assets/stylesheets/chromatron-red.css.scss */
.awe-undo:before {
  content: "\f0e2";
}

/* line 9448, ../../app/assets/stylesheets/chromatron-red.css.scss */
.awe-legal:before {
  content: "\f0e3";
}

/* line 9452, ../../app/assets/stylesheets/chromatron-red.css.scss */
.awe-dashboard:before {
  content: "\f0e4";
}

/* line 9456, ../../app/assets/stylesheets/chromatron-red.css.scss */
.awe-comment-alt:before {
  content: "\f0e5";
}

/* line 9460, ../../app/assets/stylesheets/chromatron-red.css.scss */
.awe-comments-alt:before {
  content: "\f0e6";
}

/* line 9464, ../../app/assets/stylesheets/chromatron-red.css.scss */
.awe-bolt:before {
  content: "\f0e7";
}

/* line 9468, ../../app/assets/stylesheets/chromatron-red.css.scss */
.awe-sitemap:before {
  content: "\f0e8";
}

/* line 9472, ../../app/assets/stylesheets/chromatron-red.css.scss */
.awe-umbrella:before {
  content: "\f0e9";
}

/* line 9476, ../../app/assets/stylesheets/chromatron-red.css.scss */
.awe-paste:before {
  content: "\f0ea";
}

/* line 9480, ../../app/assets/stylesheets/chromatron-red.css.scss */
.awe-user-md:before {
  content: "\f200";
}

/* Globals */
/* line 9486, ../../app/assets/stylesheets/chromatron-red.css.scss */
html {
  height: 100%;
}

/* line 9490, ../../app/assets/stylesheets/chromatron-red.css.scss */
body {
  height: 100%;
  padding: 0;
  text-rendering: optimizelegibility;
}

/* line 9497, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fixed-layout {
  background-image: none;
}
/* line 9499, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fixed-layout .container, .fixed-layout .container-fluid {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  background-position: 0 0;
  background-repeat: repeat-y;
}
/* line 9506, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fixed-layout .container .content-block, .fixed-layout .container-fluid .content-block {
  padding-left: -1.87234%;
  background-color: transparent;
}
/* line 9511, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fixed-layout .container .content-block > .row-fluid, .fixed-layout .container-fluid .content-block > .row-fluid {
  max-width: none;
}

/* Layout */
/* line 9518, ../../app/assets/stylesheets/chromatron-red.css.scss */
.container, .container-fluid {
  padding: 0;
}

/* line 9522, ../../app/assets/stylesheets/chromatron-red.css.scss */
.navigation-block {
  width: 270px;
  height: 100%;
  float: left;
  padding: 0;
  color: #808080;
  position: absolute;
}

/* line 9531, ../../app/assets/stylesheets/chromatron-red.css.scss */
.content-block {
  height: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fff5ec), color-stop(100%, #ffffff));
  background-image: -webkit-linear-gradient(#fff5ec, #ffffff);
  background-image: -moz-linear-gradient(#fff5ec, #ffffff);
  background-image: -o-linear-gradient(#fff5ec, #ffffff);
  background-image: linear-gradient(#fff5ec, #ffffff);
  padding: 10px 50px;
  color: #555555;
  min-height: 900px;
  *zoom: 1;
}
/* line 9539, ../../app/assets/stylesheets/chromatron-red.css.scss */
.content-block:before {
  display: table;
  content: "";
  line-height: 0;
}
/* line 9544, ../../app/assets/stylesheets/chromatron-red.css.scss */
.content-block:after {
  display: table;
  content: "";
  line-height: 0;
  clear: both;
}
/* line 9551, ../../app/assets/stylesheets/chromatron-red.css.scss */
.content-block > .page-header, .content-block > .row-fluid {
  max-width: 950px;
}
/* line 9554, ../../app/assets/stylesheets/chromatron-red.css.scss */
.content-block > .alert {
  max-width: 899px;
}

/* Typography */
/* line 9562, ../../app/assets/stylesheets/chromatron-red.css.scss */
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  line-height: normal;
}

/* line 9567, ../../app/assets/stylesheets/chromatron-red.css.scss */
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
  font-weight: normal;
}

/* line 9571, ../../app/assets/stylesheets/chromatron-red.css.scss */
h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {
  margin-top: 0;
}

/* line 9575, ../../app/assets/stylesheets/chromatron-red.css.scss */
h1 {
  font-size: 26px;
  margin: 20px 0;
}

/* line 9580, ../../app/assets/stylesheets/chromatron-red.css.scss */
h2 {
  font-size: 19.5px;
  margin: 18px 0;
}

/* line 9585, ../../app/assets/stylesheets/chromatron-red.css.scss */
h3 {
  font-size: 14.95px;
  margin: 16px 0;
}

/* line 9590, ../../app/assets/stylesheets/chromatron-red.css.scss */
h4 {
  font-size: 13px;
  margin: 14px 0;
}

/* line 9595, ../../app/assets/stylesheets/chromatron-red.css.scss */
h5 {
  font-size: 11.049999999999999px;
  text-transform: uppercase;
  margin: 12px 0;
}

/* line 9601, ../../app/assets/stylesheets/chromatron-red.css.scss */
h6 {
  font-size: 9.75px;
  text-transform: uppercase;
  margin: 10px 0;
}

/* line 9608, ../../app/assets/stylesheets/chromatron-red.css.scss */
nav ul, nav ol {
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-image: none;
}

/* line 9616, ../../app/assets/stylesheets/chromatron-red.css.scss */
p {
  line-height: 150%;
}

/* line 9620, ../../app/assets/stylesheets/chromatron-red.css.scss */
q, blockquote {
  border: none;
  margin: 0;
  padding: 10px 0 0 20px;
  background-position: top left;
  background-repeat: no-repeat;
}

/* line 9628, ../../app/assets/stylesheets/chromatron-red.css.scss */
q.pull-right, blockquote.pull-right {
  border: none;
  padding: 10px 20px 0 0;
  background-position: top right;
}

/* line 9634, ../../app/assets/stylesheets/chromatron-red.css.scss */
.label {
  padding: 1px 4px;
}

/* line 9639, ../../app/assets/stylesheets/chromatron-red.css.scss */
.data-block ol, .data-block ul {
  margin-bottom: 20px;
}
/* line 9642, ../../app/assets/stylesheets/chromatron-red.css.scss */
.data-block ol ul, .data-block ul ul, .data-block ol ol, .data-block ul ol {
  margin-bottom: 0;
}
/* line 9645, ../../app/assets/stylesheets/chromatron-red.css.scss */
.data-block li {
  line-height: 20px;
}

/* line 9650, ../../app/assets/stylesheets/chromatron-red.css.scss */
.well {
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
}
/* line 9654, ../../app/assets/stylesheets/chromatron-red.css.scss */
.well p {
  margin: 0;
}
/* line 9656, ../../app/assets/stylesheets/chromatron-red.css.scss */
.well p + p {
  margin-top: 8px;
}

/* line 9662, ../../app/assets/stylesheets/chromatron-red.css.scss */
.nested .well {
  border: none;
}

/* Grid */
/* line 9668, ../../app/assets/stylesheets/chromatron-red.css.scss */
.row-fluid .row, .row .row, .row-fluid .row-fluid, .row .row-fluid {
  margin-bottom: 2.127659574468085%;
}

/* line 9672, ../../app/assets/stylesheets/chromatron-red.css.scss */
.row-fluid .row:last-child, .row .row:last-child, .row-fluid .row-fluid:last-child, .row .row-fluid:last-child {
  margin-bottom: 0;
}

/* Navigation responsive button */
/* line 9678, ../../app/assets/stylesheets/chromatron-red.css.scss */
.navigation-block .btn-navbar {
  display: none;
}

/* line 9682, ../../app/assets/stylesheets/chromatron-red.css.scss */
.nav-collapse {
  height: auto;
  overflow: visible;
}
/* line 9685, ../../app/assets/stylesheets/chromatron-red.css.scss */
.nav-collapse.collapse {
  height: auto;
  overflow: visible;
}

/* Header */
/* line 9693, ../../app/assets/stylesheets/chromatron-red.css.scss */
.navigation-block header {
  margin: 20px 0;
  padding: 0 20px;
}
/* line 9696, ../../app/assets/stylesheets/chromatron-red.css.scss */
.navigation-block header h1 {
  margin: 0;
}
/* line 9698, ../../app/assets/stylesheets/chromatron-red.css.scss */
.navigation-block header h1 a {
  display: block;
  background-repeat: no-repeat;
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  width: 231px;
  height: 26px;
}
/* line 9710, ../../app/assets/stylesheets/chromatron-red.css.scss */
.navigation-block header p {
  color: #999999;
  margin: 5px 0 0;
  font-style: italic;
}

/* Navigation */
/* line 9719, ../../app/assets/stylesheets/chromatron-red.css.scss */
.main-navigation {
  clear: both;
  margin-bottom: 20px;
}
/* line 9722, ../../app/assets/stylesheets/chromatron-red.css.scss */
.main-navigation > ul {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid #d1d1d1;
  border-bottom: 1px solid #f2f0f0;
}
/* line 9728, ../../app/assets/stylesheets/chromatron-red.css.scss */
.main-navigation > ul > li {
  padding: 0 20px;
  border-top: 1px solid #f2f0f0;
  border-bottom: 1px solid #d1d1d1;
}
/* line 9732, ../../app/assets/stylesheets/chromatron-red.css.scss */
.main-navigation > ul > li a {
  display: block;
  background-repeat: no-repeat;
}
/* line 9736, ../../app/assets/stylesheets/chromatron-red.css.scss */
.main-navigation > ul > li > a {
  line-height: 32px;
  font-weight: bold;
  font-size: 14.95px;
  color: #616466;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  letter-spacing: 0.3px;
  -webkit-transition: color 400ms ease;
  -moz-transition: color 400ms ease;
  -o-transition: color 400ms ease;
  transition: color 400ms ease;
}
/* line 9747, ../../app/assets/stylesheets/chromatron-red.css.scss */
.main-navigation > ul > li > a:hover {
  color: #ae432e;
  text-decoration: none;
}
/* line 9751, ../../app/assets/stylesheets/chromatron-red.css.scss */
.main-navigation > ul > li > a:focus {
  outline: none;
}
/* line 9754, ../../app/assets/stylesheets/chromatron-red.css.scss */
.main-navigation > ul > li > a [class^="fam-"], .main-navigation > ul > li > a [class*=" fam-"] {
  margin: 2px 10px 0 0;
}
/* line 9758, ../../app/assets/stylesheets/chromatron-red.css.scss */
.main-navigation > ul > li ul {
  display: none;
  margin: 0 0 10px 42px;
  padding: 0;
  list-style: disc;
  color: #ae432e;
}
/* line 9764, ../../app/assets/stylesheets/chromatron-red.css.scss */
.main-navigation > ul > li ul a {
  line-height: 22px;
  padding-left: 0;
  font-size: 11.700000000000001px;
  color: #808080;
}
/* line 9769, ../../app/assets/stylesheets/chromatron-red.css.scss */
.main-navigation > ul > li ul a.current, .main-navigation > ul > li ul a:hover {
  color: #ae432e;
  text-decoration: none;
}
/* line 9775, ../../app/assets/stylesheets/chromatron-red.css.scss */
.main-navigation > ul > li.current {
  margin-right: 1px;
}
/* line 9777, ../../app/assets/stylesheets/chromatron-red.css.scss */
.main-navigation > ul > li.current > a {
  color: #ae432e;
  background-repeat: no-repeat;
  background-position: right 10px;
  margin-right: -22px;
}
/* line 9782, ../../app/assets/stylesheets/chromatron-red.css.scss */
.main-navigation > ul > li.current > a:hover {
  color: #ae432e;
  background-color: transparent;
}
/* line 9786, ../../app/assets/stylesheets/chromatron-red.css.scss */
.main-navigation > ul > li.current > a + ul {
  display: block;
}
/* line 9793, ../../app/assets/stylesheets/chromatron-red.css.scss */
.main-navigation .badge {
  float: right;
  padding: 1px 5px 2px;
  margin: 7px 0 0 10px;
  font-size: 11.700000000000001px;
  color: #ffffff;
  background-color: #ae432e;
  cursor: help;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
/* line 9805, ../../app/assets/stylesheets/chromatron-red.css.scss */
.main-navigation .current .badge {
  margin: 8px 20px 0 10px;
}

/* Badge for navigation */
/* User avatar */
/* line 9814, ../../app/assets/stylesheets/chromatron-red.css.scss */
.user-profile {
  margin-bottom: 20px;
  padding: 20px;
  background-color: #d9d9d9;
  border-top: 1px solid #f2f0f0;
  border-bottom: 1px solid #f2f0f0;
  -webkit-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.15) inset;
  -moz-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.15) inset;
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.15) inset;
}
/* line 9823, ../../app/assets/stylesheets/chromatron-red.css.scss */
.user-profile figure {
  margin: 0;
  *zoom: 1;
}
/* line 9826, ../../app/assets/stylesheets/chromatron-red.css.scss */
.user-profile figure:before {
  display: table;
  content: "";
  line-height: 0;
}
/* line 9831, ../../app/assets/stylesheets/chromatron-red.css.scss */
.user-profile figure:after {
  display: table;
  content: "";
  line-height: 0;
  clear: both;
}
/* line 9838, ../../app/assets/stylesheets/chromatron-red.css.scss */
.user-profile img {
  border: 1px solid #999999;
  background-color: #ffffff;
  padding: 4px;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  width: 50px;
  height: 50px;
}
/* line 9848, ../../app/assets/stylesheets/chromatron-red.css.scss */
.user-profile figcaption {
  float: right;
  margin-left: 15px;
  padding-top: 3px;
  width: 150px;
}
/* line 9853, ../../app/assets/stylesheets/chromatron-red.css.scss */
.user-profile figcaption strong {
  display: block;
  line-height: 13px;
}
/* line 9856, ../../app/assets/stylesheets/chromatron-red.css.scss */
.user-profile figcaption strong a {
  font-size: 14px;
  color: #616466;
}
/* line 9859, ../../app/assets/stylesheets/chromatron-red.css.scss */
.user-profile figcaption strong a:hover {
  color: #000000;
  text-decoration: none;
}
/* line 9865, ../../app/assets/stylesheets/chromatron-red.css.scss */
.user-profile figcaption em {
  font-size: 11.049999999999999px;
}
/* line 9868, ../../app/assets/stylesheets/chromatron-red.css.scss */
.user-profile figcaption ul {
  margin: 2px 0 0;
  padding: 0;
  list-style: none;
  *zoom: 1;
}
/* line 9873, ../../app/assets/stylesheets/chromatron-red.css.scss */
.user-profile figcaption ul:before {
  display: table;
  content: "";
  line-height: 0;
}
/* line 9878, ../../app/assets/stylesheets/chromatron-red.css.scss */
.user-profile figcaption ul:after {
  display: table;
  content: "";
  line-height: 0;
  clear: both;
}
/* line 9884, ../../app/assets/stylesheets/chromatron-red.css.scss */
.user-profile figcaption ul > li {
  float: left;
  display: block;
}
/* line 9887, ../../app/assets/stylesheets/chromatron-red.css.scss */
.user-profile figcaption ul > li + li {
  margin-left: 4px;
}
/* line 9891, ../../app/assets/stylesheets/chromatron-red.css.scss */
.user-profile figcaption ul .btn.btn-flat {
  font-size: 11.049999999999999px;
  padding: 0 6px;
}

/* Side note */
/* line 9901, ../../app/assets/stylesheets/chromatron-red.css.scss */
.side-note {
  color: #808080;
  margin: 20px;
  font-size: 11.700000000000001px;
  *zoom: 1;
}
/* line 9906, ../../app/assets/stylesheets/chromatron-red.css.scss */
.side-note:before {
  display: table;
  content: "";
  line-height: 0;
}
/* line 9911, ../../app/assets/stylesheets/chromatron-red.css.scss */
.side-note:after {
  display: table;
  content: "";
  line-height: 0;
  clear: both;
}
/* line 9917, ../../app/assets/stylesheets/chromatron-red.css.scss */
.side-note p {
  margin: 8px 0;
  line-height: 20px;
}
/* line 9920, ../../app/assets/stylesheets/chromatron-red.css.scss */
.side-note p:last-child {
  margin-bottom: 0;
}
/* line 9924, ../../app/assets/stylesheets/chromatron-red.css.scss */
.side-note ul, .side-note ol {
  margin: 0 0 15px 15px;
}
/* line 9927, ../../app/assets/stylesheets/chromatron-red.css.scss */
.side-note h2 {
  margin: 0;
  line-height: normal;
  font-size: 14.95px;
  color: #616466;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}
/* line 9934, ../../app/assets/stylesheets/chromatron-red.css.scss */
.side-note img {
  margin: 0 auto 10px;
}
/* line 9937, ../../app/assets/stylesheets/chromatron-red.css.scss */
.side-note .thumbnail {
  margin: 0 auto 10px;
}
/* line 9939, ../../app/assets/stylesheets/chromatron-red.css.scss */
.side-note .thumbnail img {
  margin: 0;
}
/* line 9943, ../../app/assets/stylesheets/chromatron-red.css.scss */
.side-note.separator, .side-note .separator {
  border-top: 3px solid #d1d1d1;
  padding-top: 10px;
}
/* line 9947, ../../app/assets/stylesheets/chromatron-red.css.scss */
.side-note.separator {
  padding-top: 20px;
}
/* line 9950, ../../app/assets/stylesheets/chromatron-red.css.scss */
.side-note.nested {
  padding: 15px;
  color: #808080;
  background-color: #d9d9d9;
  -webkit-box-shadow: 0 0 3px #ababab inset;
  -moz-box-shadow: 0 0 3px #ababab inset;
  box-shadow: 0 0 3px #ababab inset;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/* Data block */
/* line 9965, ../../app/assets/stylesheets/chromatron-red.css.scss */
.data-block {
  position: relative;
  margin-bottom: 2.127659574468085%;
}
/* line 9968, ../../app/assets/stylesheets/chromatron-red.css.scss */
.data-block .data-container {
  *zoom: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 9973, ../../app/assets/stylesheets/chromatron-red.css.scss */
.data-block .data-container:before {
  display: table;
  content: "";
  line-height: 0;
}
/* line 9978, ../../app/assets/stylesheets/chromatron-red.css.scss */
.data-block .data-container:after {
  display: table;
  content: "";
  line-height: 0;
  clear: both;
}
/* line 9985, ../../app/assets/stylesheets/chromatron-red.css.scss */
.data-block.nested {
  padding: 20px;
  color: #808080;
  background-color: #e6e6e6;
  -webkit-box-shadow: 0 0 3px #ababab inset;
  -moz-box-shadow: 0 0 3px #ababab inset;
  box-shadow: 0 0 3px #ababab inset;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
/* line 9995, ../../app/assets/stylesheets/chromatron-red.css.scss */
.data-block.nested header, .data-block.nested footer {
  border-color: #bfbfbf;
}
/* line 9999, ../../app/assets/stylesheets/chromatron-red.css.scss */
.data-block header {
  border-bottom: 3px solid #e6e6e6;
  padding-bottom: 7px;
  margin-bottom: 20px;
  *zoom: 1;
}
/* line 10004, ../../app/assets/stylesheets/chromatron-red.css.scss */
.data-block header:before {
  display: table;
  content: "";
  line-height: 0;
}
/* line 10009, ../../app/assets/stylesheets/chromatron-red.css.scss */
.data-block header:after {
  display: table;
  content: "";
  line-height: 0;
  clear: both;
}
/* line 10015, ../../app/assets/stylesheets/chromatron-red.css.scss */
.data-block header h2 {
  margin: 0;
  color: #616466;
  display: inline-block;
  line-height: normal;
  font-size: 22px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
}
/* line 10027, ../../app/assets/stylesheets/chromatron-red.css.scss */
.data-block footer {
  border-top: 1px solid #e6e6e6;
  margin-top: 20px;
  padding-top: 10px;
  color: #999999;
  font-size: 11.700000000000001px;
}
/* line 10033, ../../app/assets/stylesheets/chromatron-red.css.scss */
.data-block footer.info p {
  padding-left: 22px;
  background-position: left center;
  background-repeat: no-repeat;
}
/* line 10038, ../../app/assets/stylesheets/chromatron-red.css.scss */
.data-block footer.warning p {
  padding-left: 22px;
  background-position: left center;
  background-repeat: no-repeat;
}
/* line 10043, ../../app/assets/stylesheets/chromatron-red.css.scss */
.data-block footer p {
  line-height: normal;
  margin: 0;
}
/* line 10050, ../../app/assets/stylesheets/chromatron-red.css.scss */
.data-block header h2 + .btn, .data-block header h2 + .btn-group {
  float: right;
  margin: 0;
  padding: 0;
  list-style: none;
  *zoom: 1;
}
/* line 10058, ../../app/assets/stylesheets/chromatron-red.css.scss */
.data-block header .data-header-actions {
  float: right;
  margin: 0;
  padding: 0;
  list-style: none;
  *zoom: 1;
}
/* line 10066, ../../app/assets/stylesheets/chromatron-red.css.scss */
.data-block header h2 + .btn:before, .data-block header h2 + .btn-group:before {
  display: table;
  content: "";
  line-height: 0;
}
/* line 10072, ../../app/assets/stylesheets/chromatron-red.css.scss */
.data-block header .data-header-actions:before {
  display: table;
  content: "";
  line-height: 0;
}
/* line 10078, ../../app/assets/stylesheets/chromatron-red.css.scss */
.data-block header h2 + .btn:after, .data-block header h2 + .btn-group:after {
  display: table;
  content: "";
  line-height: 0;
}
/* line 10084, ../../app/assets/stylesheets/chromatron-red.css.scss */
.data-block header .data-header-actions:after {
  display: table;
  content: "";
  line-height: 0;
}
/* line 10090, ../../app/assets/stylesheets/chromatron-red.css.scss */
.data-block header h2 + .btn:after, .data-block header h2 + .btn-group:after {
  clear: both;
}
/* line 10095, ../../app/assets/stylesheets/chromatron-red.css.scss */
.data-block header .data-header-actions:after {
  clear: both;
}
/* line 10098, ../../app/assets/stylesheets/chromatron-red.css.scss */
.data-block header .data-header-actions > li {
  float: left;
  display: block;
}
/* line 10101, ../../app/assets/stylesheets/chromatron-red.css.scss */
.data-block header .data-header-actions > li + li {
  margin-left: 15px;
}
/* line 10104, ../../app/assets/stylesheets/chromatron-red.css.scss */
.data-block header .data-header-actions > li > a {
  color: #555555;
  text-decoration: none;
}
/* line 10107, ../../app/assets/stylesheets/chromatron-red.css.scss */
.data-block header .data-header-actions > li > a:hover {
  color: #ae432e;
  text-decoration: none;
}
/* line 10111, ../../app/assets/stylesheets/chromatron-red.css.scss */
.data-block header .data-header-actions > li > a:focus {
  outline: none;
}
/* line 10115, ../../app/assets/stylesheets/chromatron-red.css.scss */
.data-block header .data-header-actions > li .loading {
  display: block;
  margin-top: 4px;
}
/* line 10121, ../../app/assets/stylesheets/chromatron-red.css.scss */
.data-block header .data-header-actions.tabs > li {
  margin-top: 8px;
}
/* line 10124, ../../app/assets/stylesheets/chromatron-red.css.scss */
.data-block header .data-header-actions.tabs > li > a {
  padding-bottom: 10px;
}
/* line 10127, ../../app/assets/stylesheets/chromatron-red.css.scss */
.data-block header .data-header-actions.tabs > li.active > a {
  color: #ae432e;
  background-position: bottom center;
  background-repeat: no-repeat;
}
/* line 10133, ../../app/assets/stylesheets/chromatron-red.css.scss */
.data-block header .data-header-actions > li.tabs {
  margin-top: 8px;
}
/* line 10136, ../../app/assets/stylesheets/chromatron-red.css.scss */
.data-block header .data-header-actions > li.tabs > a {
  padding-bottom: 10px;
}
/* line 10139, ../../app/assets/stylesheets/chromatron-red.css.scss */
.data-block header .data-header-actions > li.tabs.active > a {
  color: #ae432e;
  background-position: bottom center;
  background-repeat: no-repeat;
}
/* line 10145, ../../app/assets/stylesheets/chromatron-red.css.scss */
.data-block header .dropdown-menu {
  left: auto;
  right: 0;
  top: 30px;
}
/* line 10156, ../../app/assets/stylesheets/chromatron-red.css.scss */
.data-block.todo-block header {
  margin-bottom: 0;
}
/* line 10159, ../../app/assets/stylesheets/chromatron-red.css.scss */
.data-block.todo-block form {
  margin: 0;
  background-color: transparent;
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
/* line 10167, ../../app/assets/stylesheets/chromatron-red.css.scss */
.data-block.todo-block table {
  margin: 0;
  background-color: transparent;
}
/* line 10170, ../../app/assets/stylesheets/chromatron-red.css.scss */
.data-block.todo-block table.table tr {
  background-color: transparent;
}
/* line 10172, ../../app/assets/stylesheets/chromatron-red.css.scss */
.data-block.todo-block table.table tr:first-child td {
  border-top: 0;
}
/* line 10175, ../../app/assets/stylesheets/chromatron-red.css.scss */
.data-block.todo-block table.table tr.done {
  opacity: 0.4;
  filter: alpha(opacity=40);
}
/* line 10178, ../../app/assets/stylesheets/chromatron-red.css.scss */
.data-block.todo-block table.table tr.done p {
  text-decoration: line-through;
}
/* line 10181, ../../app/assets/stylesheets/chromatron-red.css.scss */
.data-block.todo-block table.table tr.done:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
/* line 10186, ../../app/assets/stylesheets/chromatron-red.css.scss */
.data-block.todo-block table.table tr p {
  margin: 0;
  line-height: normal;
  color: #555555;
}
/* line 10190, ../../app/assets/stylesheets/chromatron-red.css.scss */
.data-block.todo-block table.table tr p + span {
  font-size: 11.049999999999999px;
  color: #999999;
}
/* line 10195, ../../app/assets/stylesheets/chromatron-red.css.scss */
.data-block.todo-block table.table tr input {
  margin-top: 0;
}

/* Data block header */
/* Data block footer */
/* Data block components */
/* Data block header components */
/* Data block todo list */
/* Page header */
/* line 10214, ../../app/assets/stylesheets/chromatron-red.css.scss */
.page-header {
  margin: 0 0 40px;
  padding-bottom: 0;
  border-bottom: none;
}
/* line 10218, ../../app/assets/stylesheets/chromatron-red.css.scss */
.page-header h1 {
  margin: 0 0 10px;
  line-height: normal;
  font-size: 30px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
}
/* line 10224, ../../app/assets/stylesheets/chromatron-red.css.scss */
.page-header p {
  color: #999999;
  font-size: 18px;
  line-height: 26px;
}

/* Hero unit */
/* line 10233, ../../app/assets/stylesheets/chromatron-red.css.scss */
.hero-unit {
  margin-bottom: 20px;
  -webkit-box-shadow: 0 0 3px #ababab inset;
  -moz-box-shadow: 0 0 3px #ababab inset;
  box-shadow: 0 0 3px #ababab inset;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
/* line 10241, ../../app/assets/stylesheets/chromatron-red.css.scss */
.hero-unit h1 {
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
  letter-spacing: normal;
}

/* Widgets */
/* line 10249, ../../app/assets/stylesheets/chromatron-red.css.scss */
.widgets-container {
  margin: -10px 0 20px -10px;
  *zoom: 1;
}
/* line 10252, ../../app/assets/stylesheets/chromatron-red.css.scss */
.widgets-container:before {
  display: table;
  content: "";
  line-height: 0;
}
/* line 10257, ../../app/assets/stylesheets/chromatron-red.css.scss */
.widgets-container:after {
  display: table;
  content: "";
  line-height: 0;
  clear: both;
}

/* line 10265, ../../app/assets/stylesheets/chromatron-red.css.scss */
.widget {
  float: left;
  display: block;
  padding: 5px;
  margin: 10px 0 0 10px;
  font-size: 11.700000000000001px;
  border: 1px solid #e6e6e6;
  background-color: #f2f2f2;
  width: 155px;
  height: 35px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  *zoom: 1;
}
/* line 10279, ../../app/assets/stylesheets/chromatron-red.css.scss */
.widget:before {
  display: table;
  content: "";
  line-height: 0;
}
/* line 10284, ../../app/assets/stylesheets/chromatron-red.css.scss */
.widget:after {
  display: table;
  content: "";
  line-height: 0;
  clear: both;
}
/* line 10290, ../../app/assets/stylesheets/chromatron-red.css.scss */
.widget a {
  display: block;
}
/* line 10293, ../../app/assets/stylesheets/chromatron-red.css.scss */
.widget span {
  float: left;
  display: block;
  text-align: center;
  font-size: 39px;
  line-height: 35px;
  margin-right: 10px;
  width: 36px;
  height: 35px;
}
/* line 10303, ../../app/assets/stylesheets/chromatron-red.css.scss */
.widget p {
  float: left;
  margin: 0;
  color: #808080;
}
/* line 10308, ../../app/assets/stylesheets/chromatron-red.css.scss */
.widget strong {
  font-size: 20px;
  display: block;
}
/* line 10311, ../../app/assets/stylesheets/chromatron-red.css.scss */
.widget strong sup {
  top: -0.2em;
}
/* line 10315, ../../app/assets/stylesheets/chromatron-red.css.scss */
.widget.text-only p {
  padding-left: 5px;
}
/* line 10318, ../../app/assets/stylesheets/chromatron-red.css.scss */
.widget.add-new-widget {
  border-style: dashed;
  background-color: #fafafa;
}
/* line 10321, ../../app/assets/stylesheets/chromatron-red.css.scss */
.widget.add-new-widget strong {
  line-height: 35px;
}
/* line 10323, ../../app/assets/stylesheets/chromatron-red.css.scss */
.widget.add-new-widget strong [class^="awe-"], .widget.add-new-widget strong [class*=" awe-"] {
  line-height: 42px;
  margin: 0 5px 0 8px;
}
/* line 10328, ../../app/assets/stylesheets/chromatron-red.css.scss */
.widget.add-new-widget a {
  color: #cccccc;
}
/* line 10330, ../../app/assets/stylesheets/chromatron-red.css.scss */
.widget.add-new-widget a:hover {
  color: #ae432e;
  text-decoration: none;
}
/* line 10336, ../../app/assets/stylesheets/chromatron-red.css.scss */
.widget.increase span, .widget.decrease span {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  background-position: 0 0;
  background-repeat: no-repeat;
}
/* line 10346, ../../app/assets/stylesheets/chromatron-red.css.scss */
.widget.increase p strong {
  color: #77ab13;
}
/* line 10351, ../../app/assets/stylesheets/chromatron-red.css.scss */
.widget.decrease p strong {
  color: #ae432e;
}
/* line 10355, ../../app/assets/stylesheets/chromatron-red.css.scss */
.widget .close {
  position: relative;
  top: -4px;
  right: 0;
}

/* Breadcrumb */
/* line 10364, ../../app/assets/stylesheets/chromatron-red.css.scss */
.breadcrumb {
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  padding: 0;
  background: none;
  border: none;
  display: block;
  width: 100%;
  margin-bottom: 30px;
  font-size: 13px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
/* line 10379, ../../app/assets/stylesheets/chromatron-red.css.scss */
.breadcrumb a {
  color: #999999;
  text-shadow: none;
}
/* line 10382, ../../app/assets/stylesheets/chromatron-red.css.scss */
.breadcrumb a:hover {
  color: #ae432e;
  text-decoration: none;
}
/* line 10387, ../../app/assets/stylesheets/chromatron-red.css.scss */
.breadcrumb .active {
  color: #999999;
}
/* line 10390, ../../app/assets/stylesheets/chromatron-red.css.scss */
.breadcrumb li {
  background-position: center right;
  background-repeat: no-repeat;
  padding-right: 10px;
}
/* line 10394, ../../app/assets/stylesheets/chromatron-red.css.scss */
.breadcrumb li + li {
  margin-left: 3px;
}
/* line 10397, ../../app/assets/stylesheets/chromatron-red.css.scss */
.breadcrumb li:last-child {
  background: none;
  padding: 0;
}
/* line 10401, ../../app/assets/stylesheets/chromatron-red.css.scss */
.breadcrumb li:first-child .awe-home {
  font-size: 14.95px;
}

/* line 10407, ../../app/assets/stylesheets/chromatron-red.css.scss */
.widgets-container + .breadcrumb {
  margin-top: -10px;
}

/* Alerts */
/* line 10414, ../../app/assets/stylesheets/chromatron-red.css.scss */
.alert h4 {
  margin: 0;
}
/* line 10417, ../../app/assets/stylesheets/chromatron-red.css.scss */
.alert.alert-white {
  background-color: #ffffff;
  border-color: #e6e6e6;
  color: #999999;
}
/* line 10421, ../../app/assets/stylesheets/chromatron-red.css.scss */
.alert.alert-white h4 {
  color: #999999;
}
/* line 10425, ../../app/assets/stylesheets/chromatron-red.css.scss */
.alert.alert-inverse {
  background-color: #33363b;
  border-color: #000;
  color: #ffffff;
  text-shadow: none;
}
/* line 10430, ../../app/assets/stylesheets/chromatron-red.css.scss */
.alert.alert-inverse h4, .alert.alert-inverse .close {
  color: #ffffff;
}

/* Progress bars */
/* line 10438, ../../app/assets/stylesheets/chromatron-red.css.scss */
.progress {
  height: 26px;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  position: relative;
  overflow: visible;
  margin-bottom: 20px;
  background-image: none;
  background-color: #e6e6e6;
  border: 1px solid #e1e1e1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
/* line 10453, ../../app/assets/stylesheets/chromatron-red.css.scss */
.progress .bar {
  height: 28px;
  position: absolute;
  top: -1px;
  left: -1px;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-image: none;
  background-color: #ae432e;
  border: 1px solid #ae432e;
  font-size: 14.95px;
  line-height: 26px;
  font-weight: bold;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.35);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.35);
}

/* line 10475, ../../app/assets/stylesheets/chromatron-red.css.scss */
.progress-striped .bar {
  -webkit-background-size: 30px 30px;
  -moz-background-size: 30px 30px;
  -o-background-size: 30px 30px;
  background-size: 30px 30px;
}

/* line 10482, ../../app/assets/stylesheets/chromatron-red.css.scss */
.progress-danger .bar, .progress .bar-danger {
  background-color: #ae432e;
  border-color: #ae432e;
}

/* line 10487, ../../app/assets/stylesheets/chromatron-red.css.scss */
.progress-danger.progress-striped .bar, .progress-striped .bar-danger {
  background-color: #ae432e;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-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-image: -moz-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-image: -o-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-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);
}

/* line 10496, ../../app/assets/stylesheets/chromatron-red.css.scss */
.progress-success .bar, .progress .bar-success {
  background-color: #77ab13;
  border-color: #77ab13;
}

/* line 10501, ../../app/assets/stylesheets/chromatron-red.css.scss */
.progress-success.progress-striped .bar, .progress-striped .bar-success {
  background-color: #77ab13;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-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-image: -moz-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-image: -o-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-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);
}

/* line 10510, ../../app/assets/stylesheets/chromatron-red.css.scss */
.progress-info .bar, .progress .bar-info {
  background-color: #088ec8;
  border-color: #088ec8;
}

/* line 10515, ../../app/assets/stylesheets/chromatron-red.css.scss */
.progress-info.progress-striped .bar, .progress-striped .bar-info {
  background-color: #088ec8;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-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-image: -moz-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-image: -o-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-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);
}

/* line 10524, ../../app/assets/stylesheets/chromatron-red.css.scss */
.progress-warning .bar, .progress .bar-warning {
  background-color: #f89406;
  border-color: #f89406;
}

/* line 10529, ../../app/assets/stylesheets/chromatron-red.css.scss */
.progress-warning.progress-striped .bar, .progress-striped .bar-warning {
  background-color: #f89406;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-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-image: -moz-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-image: -o-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-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);
}

/* line 10539, ../../app/assets/stylesheets/chromatron-red.css.scss */
.progress-inverse .bar {
  background-color: #33363b;
  border-color: #33363b;
}
/* line 10543, ../../app/assets/stylesheets/chromatron-red.css.scss */
.progress-inverse.progress-striped .bar {
  background-color: #33363b;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-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-image: -moz-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-image: -o-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-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);
}

/* Code */
/* line 10555, ../../app/assets/stylesheets/chromatron-red.css.scss */
code {
  color: #ae432e;
}

/* line 10559, ../../app/assets/stylesheets/chromatron-red.css.scss */
pre {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
/* line 10563, ../../app/assets/stylesheets/chromatron-red.css.scss */
pre:last-child {
  margin-bottom: 0;
}

/* line 10569, ../../app/assets/stylesheets/chromatron-red.css.scss */
.nested code, .nested pre {
  border: 1px solid #bfbfbf;
}

/* Loading */
/* line 10576, ../../app/assets/stylesheets/chromatron-red.css.scss */
.loading {
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  width: 24px;
  height: 24px;
}

/* Pagination */
/* line 10591, ../../app/assets/stylesheets/chromatron-red.css.scss */
.pagination {
  height: auto;
}
/* line 10593, ../../app/assets/stylesheets/chromatron-red.css.scss */
.pagination ul {
  margin: -5px 0 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  *zoom: 1;
}
/* line 10602, ../../app/assets/stylesheets/chromatron-red.css.scss */
.pagination ul:before {
  display: table;
  content: "";
  line-height: 0;
}
/* line 10607, ../../app/assets/stylesheets/chromatron-red.css.scss */
.pagination ul:after {
  display: table;
  content: "";
  line-height: 0;
  clear: both;
}
/* line 10613, ../../app/assets/stylesheets/chromatron-red.css.scss */
.pagination ul li {
  display: block;
  float: left;
  margin: 5px -1px 0 0;
}
/* line 10617, ../../app/assets/stylesheets/chromatron-red.css.scss */
.pagination ul li:first-child a, .pagination ul li:last-child a {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
/* line 10622, ../../app/assets/stylesheets/chromatron-red.css.scss */
.pagination ul li a {
  border-width: 1px;
  color: #555555;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, white, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(white), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, white, #e6e6e6);
  background-image: -o-linear-gradient(top, white, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  border-color: #e6e6e6 #e6e6e6 #c0c0c0;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #e6e6e6;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-color: #ffffff;
  border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 1px 2px #cdcdcd, 0 1px 2px rgba(255, 255, 255, 0.3) inset;
  -moz-box-shadow: 0 1px 2px #cdcdcd, 0 1px 2px rgba(255, 255, 255, 0.3) inset;
  box-shadow: 0 1px 2px #cdcdcd, 0 1px 2px rgba(255, 255, 255, 0.3) inset;
  border-color: rgba(0, 0, 0, 0.2) rgba(0, 0, 0, 0.2) rgba(0, 0, 0, 0.25);
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08), 0 1px 2px rgba(255, 255, 255, 0.3) inset;
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08), 0 1px 2px rgba(255, 255, 255, 0.3) inset;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08), 0 1px 2px rgba(255, 255, 255, 0.3) inset;
  line-height: 24px;
  padding: 0 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
/* line 10654, ../../app/assets/stylesheets/chromatron-red.css.scss */
.pagination ul li a:hover, .pagination ul li a:active, .pagination ul li a.active, .pagination ul li a.disabled, .pagination ul li a[disabled] {
  color: #555555;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}
/* line 10659, ../../app/assets/stylesheets/chromatron-red.css.scss */
.pagination ul li a:active, .pagination ul li a.active {
  background-color: #cdcdcd \9;
}
/* line 10662, ../../app/assets/stylesheets/chromatron-red.css.scss */
.pagination ul li a:hover, .pagination ul li a:active, .pagination ul li a.active {
  color: #555555;
  background-position: 0 0;
  background-color: #e6e6e6;
  background-image: none;
}
/* line 10668, ../../app/assets/stylesheets/chromatron-red.css.scss */
.pagination ul li a:active, .pagination ul li a.active {
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}
/* line 10674, ../../app/assets/stylesheets/chromatron-red.css.scss */
.pagination ul li a.disabled, .pagination ul li a[disabled] {
  background-color: #e6e6e6;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
/* line 10684, ../../app/assets/stylesheets/chromatron-red.css.scss */
.pagination ul li.active {
  margin: 5px 0 0 1px;
}
/* line 10686, ../../app/assets/stylesheets/chromatron-red.css.scss */
.pagination ul li.active a {
  background-color: #c87261;
  color: #ffffff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  background-color: #bd5f4c;
  background-image: -moz-linear-gradient(top, #c87261, #ae432e);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#c87261), to(#ae432e));
  background-image: -webkit-linear-gradient(top, #c87261, #ae432e);
  background-image: -o-linear-gradient(top, #c87261, #ae432e);
  background-image: linear-gradient(to bottom, #c87261, #ae432e);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc87261', endColorstr='#ffae432e', GradientType=0);
  border-color: #ae432e #ae432e #712c1e;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #ae432e;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 1px 2px #cdcdcd, 0 1px 2px rgba(255, 255, 255, 0.3) inset;
  -moz-box-shadow: 0 1px 2px #cdcdcd, 0 1px 2px rgba(255, 255, 255, 0.3) inset;
  box-shadow: 0 1px 2px #cdcdcd, 0 1px 2px rgba(255, 255, 255, 0.3) inset;
}
/* line 10707, ../../app/assets/stylesheets/chromatron-red.css.scss */
.pagination ul li.active a:hover {
  background-color: #c87261;
  color: #ffffff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  background-color: #bd5f4c;
  background-image: -moz-linear-gradient(top, #c87261, #ae432e);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#c87261), to(#ae432e));
  background-image: -webkit-linear-gradient(top, #c87261, #ae432e);
  background-image: -o-linear-gradient(top, #c87261, #ae432e);
  background-image: linear-gradient(to bottom, #c87261, #ae432e);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc87261', endColorstr='#ffae432e', GradientType=0);
  border-color: #ae432e #ae432e #712c1e;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #ae432e;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 1px 2px #cdcdcd, 0 1px 2px rgba(255, 255, 255, 0.3) inset;
  -moz-box-shadow: 0 1px 2px #cdcdcd, 0 1px 2px rgba(255, 255, 255, 0.3) inset;
  box-shadow: 0 1px 2px #cdcdcd, 0 1px 2px rgba(255, 255, 255, 0.3) inset;
  color: #ffffff;
  background-color: #ae432e;
  *background-color: #9a3b29;
}
/* line 10732, ../../app/assets/stylesheets/chromatron-red.css.scss */
.pagination ul li.active a:active, .pagination ul li.active a:hover:active, .pagination ul li.active a.active, .pagination ul li.active a:hover.active, .pagination ul li.active a.disabled, .pagination ul li.active a:hover.disabled, .pagination ul li.active a[disabled], .pagination ul li.active a:hover[disabled] {
  color: #ffffff;
  background-color: #ae432e;
  *background-color: #9a3b29;
}
/* line 10737, ../../app/assets/stylesheets/chromatron-red.css.scss */
.pagination ul li.active a:active, .pagination ul li.active a:hover:active, .pagination ul li.active a.active, .pagination ul li.active a:hover.active {
  background-color: #863323 \9;
}
/* line 10743, ../../app/assets/stylesheets/chromatron-red.css.scss */
.pagination ul li.disabled > span {
  background-color: #ffffff;
  color: #555555;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, white, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(white), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, white, #e6e6e6);
  background-image: -o-linear-gradient(top, white, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  border-color: #e6e6e6 #e6e6e6 #c0c0c0;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #e6e6e6;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border-color: rgba(0, 0, 0, 0.2) rgba(0, 0, 0, 0.2) rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
  opacity: 0.5;
  filter: alpha(opacity=50);
}
/* line 10767, ../../app/assets/stylesheets/chromatron-red.css.scss */
.pagination ul li.disabled a {
  background-color: #ffffff;
  color: #555555;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, white, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(white), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, white, #e6e6e6);
  background-image: -o-linear-gradient(top, white, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  border-color: #e6e6e6 #e6e6e6 #c0c0c0;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #e6e6e6;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border-color: rgba(0, 0, 0, 0.2) rgba(0, 0, 0, 0.2) rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
  opacity: 0.5;
  filter: alpha(opacity=50);
}
/* line 10790, ../../app/assets/stylesheets/chromatron-red.css.scss */
.pagination ul li.disabled a:hover {
  background-color: #ffffff;
  color: #555555;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, white, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(white), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, white, #e6e6e6);
  background-image: -o-linear-gradient(top, white, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  border-color: #e6e6e6 #e6e6e6 #c0c0c0;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #e6e6e6;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border-color: rgba(0, 0, 0, 0.2) rgba(0, 0, 0, 0.2) rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
  opacity: 0.5;
  filter: alpha(opacity=50);
  color: #555555;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}
/* line 10817, ../../app/assets/stylesheets/chromatron-red.css.scss */
.pagination ul li.disabled a:active, .pagination ul li.disabled a:hover:active, .pagination ul li.disabled a.active, .pagination ul li.disabled a:hover.active, .pagination ul li.disabled a.disabled, .pagination ul li.disabled a:hover.disabled, .pagination ul li.disabled a[disabled], .pagination ul li.disabled a:hover[disabled] {
  color: #555555;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}
/* line 10822, ../../app/assets/stylesheets/chromatron-red.css.scss */
.pagination ul li.disabled a:active, .pagination ul li.disabled a:hover:active, .pagination ul li.disabled a.active, .pagination ul li.disabled a:hover.active {
  background-color: #cdcdcd \9;
}
/* line 10826, ../../app/assets/stylesheets/chromatron-red.css.scss */
.pagination ul li.disabled > span:hover, .pagination ul li.disabled > span:active, .pagination ul li.disabled > span.active, .pagination ul li.disabled > span.disabled, .pagination ul li.disabled > span[disabled] {
  color: #555555;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}
/* line 10831, ../../app/assets/stylesheets/chromatron-red.css.scss */
.pagination ul li.disabled > span:active, .pagination ul li.disabled > span.active {
  background-color: #cdcdcd \9;
}

/* line 10840, ../../app/assets/stylesheets/chromatron-red.css.scss */
.pager .disabled a {
  background-color: #ffffff;
  color: #555555;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, white, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(white), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, white, #e6e6e6);
  background-image: -o-linear-gradient(top, white, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  border-color: #e6e6e6 #e6e6e6 #c0c0c0;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #e6e6e6;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border-color: rgba(0, 0, 0, 0.2) rgba(0, 0, 0, 0.2) rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
  opacity: 0.5;
  filter: alpha(opacity=50);
}
/* line 10863, ../../app/assets/stylesheets/chromatron-red.css.scss */
.pager .disabled a:hover {
  background-color: #ffffff;
  color: #555555;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, white, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(white), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, white, #e6e6e6);
  background-image: -o-linear-gradient(top, white, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  border-color: #e6e6e6 #e6e6e6 #c0c0c0;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #e6e6e6;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border-color: rgba(0, 0, 0, 0.2) rgba(0, 0, 0, 0.2) rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
  opacity: 0.5;
  filter: alpha(opacity=50);
  color: #555555;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}
/* line 10890, ../../app/assets/stylesheets/chromatron-red.css.scss */
.pager .disabled a:active, .pager .disabled a:hover:active, .pager .disabled a.active, .pager .disabled a:hover.active, .pager .disabled a.disabled, .pager .disabled a:hover.disabled, .pager .disabled a[disabled], .pager .disabled a:hover[disabled] {
  color: #555555;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}
/* line 10895, ../../app/assets/stylesheets/chromatron-red.css.scss */
.pager .disabled a:active, .pager .disabled a:hover:active, .pager .disabled a.active, .pager .disabled a:hover.active {
  background-color: #cdcdcd \9;
}
/* line 10899, ../../app/assets/stylesheets/chromatron-red.css.scss */
.pager a {
  padding: 4px 14px;
  color: #555555;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, white, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(white), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, white, #e6e6e6);
  background-image: -o-linear-gradient(top, white, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  border-color: #e6e6e6 #e6e6e6 #c0c0c0;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #e6e6e6;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-color: #ffffff;
  border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 1px 2px #cdcdcd, 0 1px 2px rgba(255, 255, 255, 0.3) inset;
  -moz-box-shadow: 0 1px 2px #cdcdcd, 0 1px 2px rgba(255, 255, 255, 0.3) inset;
  box-shadow: 0 1px 2px #cdcdcd, 0 1px 2px rgba(255, 255, 255, 0.3) inset;
  border-color: rgba(0, 0, 0, 0.2) rgba(0, 0, 0, 0.2) rgba(0, 0, 0, 0.25);
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08), 0 1px 2px rgba(255, 255, 255, 0.3) inset;
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08), 0 1px 2px rgba(255, 255, 255, 0.3) inset;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08), 0 1px 2px rgba(255, 255, 255, 0.3) inset;
}
/* line 10926, ../../app/assets/stylesheets/chromatron-red.css.scss */
.pager a:hover, .pager a:active, .pager a.active, .pager a.disabled, .pager a[disabled] {
  color: #555555;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}
/* line 10931, ../../app/assets/stylesheets/chromatron-red.css.scss */
.pager a:active, .pager a.active {
  background-color: #cdcdcd \9;
}
/* line 10934, ../../app/assets/stylesheets/chromatron-red.css.scss */
.pager a:hover, .pager a:active, .pager a.active {
  color: #555555;
  background-position: 0 0;
  background-color: #e6e6e6;
  background-image: none;
}
/* line 10940, ../../app/assets/stylesheets/chromatron-red.css.scss */
.pager a:active, .pager a.active {
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}
/* line 10946, ../../app/assets/stylesheets/chromatron-red.css.scss */
.pager a.disabled, .pager a[disabled] {
  background-color: #e6e6e6;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

/* Tables */
/* line 10960, ../../app/assets/stylesheets/chromatron-red.css.scss */
.table {
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  margin-bottom: 20px;
}
/* line 10964, ../../app/assets/stylesheets/chromatron-red.css.scss */
.table .btn-group {
  float: right;
  margin: 0;
}
/* line 10968, ../../app/assets/stylesheets/chromatron-red.css.scss */
.table th {
  text-align: center;
}
/* line 10971, ../../app/assets/stylesheets/chromatron-red.css.scss */
.table td.toolbar, .table th.toolbar {
  text-align: right;
  padding: 4px;
}
/* line 10975, ../../app/assets/stylesheets/chromatron-red.css.scss */
.table td.toolbar .btn-flat, .table th.toolbar .btn-flat {
  padding: 4px 8px;
}
/* line 10978, ../../app/assets/stylesheets/chromatron-red.css.scss */
.table td.toolbar > a span, .table th.toolbar > a span {
  margin-top: 4px;
}

/* line 10983, ../../app/assets/stylesheets/chromatron-red.css.scss */
.nested table {
  background-color: transparent;
}
/* line 10985, ../../app/assets/stylesheets/chromatron-red.css.scss */
.nested table.table {
  border-color: #bfbfbf;
}
/* line 10987, ../../app/assets/stylesheets/chromatron-red.css.scss */
.nested table.table th {
  color: #808080;
}
/* line 10990, ../../app/assets/stylesheets/chromatron-red.css.scss */
.nested table.table tbody tr {
  background-color: #ededed;
}
/* line 10993, ../../app/assets/stylesheets/chromatron-red.css.scss */
.nested table.table th, .nested table.table td {
  border-color: #bfbfbf;
}
/* line 10998, ../../app/assets/stylesheets/chromatron-red.css.scss */
.nested table.table-striped tbody tr:nth-child(odd) td, .nested table.table-striped tbody tr:nth-child(odd) th {
  background-color: #dedede;
}

/* line 11004, ../../app/assets/stylesheets/chromatron-red.css.scss */
.table-bordered {
  border-color: #dddddd;
}
/* line 11006, ../../app/assets/stylesheets/chromatron-red.css.scss */
.table-bordered th, .table-bordered td {
  border-color: #dddddd;
}

/* line 11012, ../../app/assets/stylesheets/chromatron-red.css.scss */
.table-hover tbody tr:hover td, .table-hover tbody tr:hover th {
  background-color: #f5f5f5;
}

/* Form gallery */
/* line 11019, ../../app/assets/stylesheets/chromatron-red.css.scss */
.form-gallery {
  background: none;
  border: none;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
/* line 11028, ../../app/assets/stylesheets/chromatron-red.css.scss */
.form-gallery li input[type="checkbox"] {
  margin: 0;
  position: absolute;
  top: 10px;
  left: 10px;
}
/* line 11034, ../../app/assets/stylesheets/chromatron-red.css.scss */
.form-gallery .thumbnails .thumbnail {
  background-color: #ffffff;
}
/* line 11036, ../../app/assets/stylesheets/chromatron-red.css.scss */
.form-gallery .thumbnails .thumbnail.active {
  border-color: #ae432e;
  background-color: #cd5942;
}
/* line 11041, ../../app/assets/stylesheets/chromatron-red.css.scss */
.form-gallery .form-actions {
  padding: 0;
  margin: 0;
  border: none;
  background: none;
}
/* line 11046, ../../app/assets/stylesheets/chromatron-red.css.scss */
.form-gallery .form-actions [class*="span"] {
  margin-bottom: 0;
}

/* Gallery */
/* line 11054, ../../app/assets/stylesheets/chromatron-red.css.scss */
.data-block .thumbnails {
  margin: 0;
}
/* line 11056, ../../app/assets/stylesheets/chromatron-red.css.scss */
.data-block .thumbnails .thumbnail {
  background-color: #ffffff;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
/* line 11062, ../../app/assets/stylesheets/chromatron-red.css.scss */
.data-block .thumbnails.raw .thumbnail {
  border: none;
  padding: 0;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}

/* line 11072, ../../app/assets/stylesheets/chromatron-red.css.scss */
.thumbnails > li {
  position: relative;
}
/* line 11074, ../../app/assets/stylesheets/chromatron-red.css.scss */
.thumbnails > li:only-of-type {
  float: none;
  margin: 0 auto;
}
/* line 11078, ../../app/assets/stylesheets/chromatron-red.css.scss */
.thumbnails > li .thumbnail-actions {
  margin: 0;
  display: block;
  position: absolute;
  list-style: none;
  bottom: 20px;
  right: 10px;
  color: #ffffff;
  background-color: #000000;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  *zoom: 1;
  opacity: 0;
  filter: alpha(opacity=0);
}
/* line 11093, ../../app/assets/stylesheets/chromatron-red.css.scss */
.thumbnails > li .thumbnail-actions:before {
  display: table;
  content: "";
  line-height: 0;
}
/* line 11098, ../../app/assets/stylesheets/chromatron-red.css.scss */
.thumbnails > li .thumbnail-actions:after {
  display: table;
  content: "";
  line-height: 0;
  clear: both;
}
/* line 11104, ../../app/assets/stylesheets/chromatron-red.css.scss */
.thumbnails > li .thumbnail-actions li {
  float: left;
  padding: 2px 5px;
}
/* line 11107, ../../app/assets/stylesheets/chromatron-red.css.scss */
.thumbnails > li .thumbnail-actions li + li {
  border-left: 1px solid #262626;
}
/* line 11110, ../../app/assets/stylesheets/chromatron-red.css.scss */
.thumbnails > li .thumbnail-actions li a {
  line-height: normal;
  display: block;
  color: #ffffff;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
/* line 11116, ../../app/assets/stylesheets/chromatron-red.css.scss */
.thumbnails > li .thumbnail-actions li a:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  text-decoration: none;
}
/* line 11124, ../../app/assets/stylesheets/chromatron-red.css.scss */
.thumbnails > li:hover .thumbnail-actions {
  opacity: 0.85;
  filter: alpha(opacity=85);
}
/* line 11129, ../../app/assets/stylesheets/chromatron-red.css.scss */
.thumbnails .thumbnail {
  margin-bottom: 0;
}

/* line 11134, ../../app/assets/stylesheets/chromatron-red.css.scss */
.thumbnail {
  border-color: #999999;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
/* line 11143, ../../app/assets/stylesheets/chromatron-red.css.scss */
.thumbnail:only-of-type {
  margin-bottom: 10px;
}

/* Forms */
/* line 11150, ../../app/assets/stylesheets/chromatron-red.css.scss */
form {
  margin-bottom: 20px;
  background: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
/* line 11156, ../../app/assets/stylesheets/chromatron-red.css.scss */
form:only-of-type {
  margin: 0;
}

/* line 11161, ../../app/assets/stylesheets/chromatron-red.css.scss */
legend {
  padding: 0 10px;
  margin: 0;
  border: none;
  width: auto;
  color: #616466;
}
/* line 11167, ../../app/assets/stylesheets/chromatron-red.css.scss */
legend + .control-group {
  margin-top: 0;
}

/* line 11172, ../../app/assets/stylesheets/chromatron-red.css.scss */
fieldset {
  background: none;
  padding: 20px;
  border: 1px solid #e6e6e6;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/* line 11181, ../../app/assets/stylesheets/chromatron-red.css.scss */
.form-actions {
  margin-bottom: 0;
  padding: 0;
  background: none;
  border: none;
}

/* line 11188, ../../app/assets/stylesheets/chromatron-red.css.scss */
label {
  font-weight: bold;
  color: #616466;
}
/* line 11191, ../../app/assets/stylesheets/chromatron-red.css.scss */
label.radio, label.checkbox {
  font-weight: normal;
  color: #555555;
}

/* line 11198, ../../app/assets/stylesheets/chromatron-red.css.scss */
input[type="radio"], input[type="checkbox"] {
  margin-top: 3px;
}

/* line 11203, ../../app/assets/stylesheets/chromatron-red.css.scss */
textarea {
  -webkit-box-shadow: inset 0 0 4px #d9d9d9;
  -moz-box-shadow: inset 0 0 4px #d9d9d9;
  box-shadow: inset 0 0 4px #d9d9d9;
}

/* line 11210, ../../app/assets/stylesheets/chromatron-red.css.scss */
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"] {
  -webkit-box-shadow: inset 0 0 4px #d9d9d9;
  -moz-box-shadow: inset 0 0 4px #d9d9d9;
  box-shadow: inset 0 0 4px #d9d9d9;
}

/* line 11217, ../../app/assets/stylesheets/chromatron-red.css.scss */
.uneditable-input {
  -webkit-box-shadow: inset 0 0 4px #d9d9d9;
  -moz-box-shadow: inset 0 0 4px #d9d9d9;
  box-shadow: inset 0 0 4px #d9d9d9;
}

/* line 11223, ../../app/assets/stylesheets/chromatron-red.css.scss */
textarea:focus {
  border-color: #bfbfbf;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 0, 0, 0.2);
}

/* line 11231, ../../app/assets/stylesheets/chromatron-red.css.scss */
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 {
  border-color: #bfbfbf;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 0, 0, 0.2);
}

/* line 11239, ../../app/assets/stylesheets/chromatron-red.css.scss */
.uneditable-input:focus {
  border-color: #bfbfbf;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 0, 0, 0.2);
}

/* line 11246, ../../app/assets/stylesheets/chromatron-red.css.scss */
.control-group:last-child {
  margin-bottom: 0;
}

/* line 11250, ../../app/assets/stylesheets/chromatron-red.css.scss */
.row-fluid form [class*="span"] {
  min-height: 28px;
}

/* line 11255, ../../app/assets/stylesheets/chromatron-red.css.scss */
.nested fieldset {
  border-color: #bfbfbf;
}
/* line 11258, ../../app/assets/stylesheets/chromatron-red.css.scss */
.nested label {
  color: #616466;
}
/* line 11260, ../../app/assets/stylesheets/chromatron-red.css.scss */
.nested label.radio, .nested label.checkbox {
  color: #808080;
}

/* line 11266, ../../app/assets/stylesheets/chromatron-red.css.scss */
.ie8 .row-fluid form [class*="span"] {
  min-height: 18px;
}

/* line 11271, ../../app/assets/stylesheets/chromatron-red.css.scss */
.ie9 input[type="radio"], .ie9 input[type="checkbox"] {
  margin-top: 0;
}

/* Bootstrap File & Image input */
/* line 11278, ../../app/assets/stylesheets/chromatron-red.css.scss */
.btn-file {
  position: relative;
  overflow: hidden;
  vertical-align: middle;
}
/* line 11282, ../../app/assets/stylesheets/chromatron-red.css.scss */
.btn-file > input {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  cursor: pointer;
  border: solid transparent;
  border-width: 0 0 100px 200px;
  opacity: 0;
  filter: alpha(opacity=0);
  direction: ltr;
}

/* line 11296, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fileupload {
  padding-left: 0;
  margin-bottom: 9px;
}
/* line 11299, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fileupload h4 {
  margin: 0 0 10px;
}
/* line 11302, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fileupload .thumbnail {
  display: inline-block;
  margin-bottom: 5px;
  overflow: hidden;
  text-align: center;
  vertical-align: middle;
  background-color: #ffffff;
}
/* line 11309, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fileupload .thumbnail > img {
  display: block;
  max-height: 100%;
  vertical-align: middle;
}
/* line 11314, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fileupload .thumbnail.fileupload-small {
  width: 50px;
  height: 50px;
}
/* line 11317, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fileupload .thumbnail.fileupload-small.flexible {
  width: auto;
  height: auto;
  max-width: 75px;
  max-height: 75px;
}
/* line 11324, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fileupload .thumbnail.fileupload-large {
  width: 250px;
  height: 150px;
}
/* line 11327, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fileupload .thumbnail.fileupload-large.flexible {
  width: auto;
  height: auto;
  max-width: 350px;
  max-height: 250px;
}
/* line 11335, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fileupload .raw.thumbnail {
  padding: 0;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
/* line 11345, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fileupload .btn {
  vertical-align: middle;
}
/* line 11348, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fileupload .uneditable-input {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
  cursor: text;
}

/* line 11356, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fileupload-exists .fileupload-new {
  display: none;
}

/* line 11361, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fileupload-new .fileupload-exists {
  display: none;
}
/* line 11364, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fileupload-new .input-append .btn-file {
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}

/* line 11371, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fileupload-exists .input-append .btn-file {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

/* Tabs */
/* line 11379, ../../app/assets/stylesheets/chromatron-red.css.scss */
.tab-content {
  overflow: visible;
}

/* line 11383, ../../app/assets/stylesheets/chromatron-red.css.scss */
.tabbable .tab-content {
  overflow: auto;
}

/* line 11387, ../../app/assets/stylesheets/chromatron-red.css.scss */
.nav-tabs {
  border: none;
}
/* line 11389, ../../app/assets/stylesheets/chromatron-red.css.scss */
.nav-tabs > li {
  margin-bottom: 0;
}
/* line 11391, ../../app/assets/stylesheets/chromatron-red.css.scss */
.nav-tabs > li > a {
  padding-left: 0;
  padding-right: 0;
}

/* line 11398, ../../app/assets/stylesheets/chromatron-red.css.scss */
.tab-note {
  width: 110px;
  margin-top: 10px;
  font-size: 10px;
  color: #999999;
}
/* line 11403, ../../app/assets/stylesheets/chromatron-red.css.scss */
.tab-note p {
  margin: 0;
  line-height: normal;
}
/* line 11406, ../../app/assets/stylesheets/chromatron-red.css.scss */
.tab-note p + p {
  margin-top: 10px;
}

/* line 11413, ../../app/assets/stylesheets/chromatron-red.css.scss */
.tabs-left .tab-content {
  padding-left: 20px;
  border-left: 1px solid #e6e6e6;
}
/* line 11417, ../../app/assets/stylesheets/chromatron-red.css.scss */
.tabs-left .tab-note {
  clear: left;
  float: left;
}
/* line 11421, ../../app/assets/stylesheets/chromatron-red.css.scss */
.tabs-left > .nav-tabs {
  border: none;
  margin: 0;
}
/* line 11424, ../../app/assets/stylesheets/chromatron-red.css.scss */
.tabs-left > .nav-tabs .active > a {
  border: none;
  color: #ae432e;
  background-color: #ffffff;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
}
/* line 11430, ../../app/assets/stylesheets/chromatron-red.css.scss */
.tabs-left > .nav-tabs .active > a:hover {
  border: none;
  color: #ae432e;
  background-color: #ffffff;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
}
/* line 11438, ../../app/assets/stylesheets/chromatron-red.css.scss */
.tabs-left > .nav-tabs > li > a {
  min-width: 120px;
  color: #555555;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
/* line 11444, ../../app/assets/stylesheets/chromatron-red.css.scss */
.tabs-left > .nav-tabs > li > a:hover {
  border-color: #ffffff #e6e6e6 #ffffff #ffffff;
  background-color: #ffffff;
  color: #ae432e;
}

/* line 11454, ../../app/assets/stylesheets/chromatron-red.css.scss */
.tabs-right .tab-content {
  padding-right: 20px;
  border-right: 1px solid #e6e6e6;
}
/* line 11458, ../../app/assets/stylesheets/chromatron-red.css.scss */
.tabs-right .tab-note {
  clear: right;
  float: right;
}
/* line 11462, ../../app/assets/stylesheets/chromatron-red.css.scss */
.tabs-right > .nav-tabs {
  border: none;
  margin: 0;
}
/* line 11465, ../../app/assets/stylesheets/chromatron-red.css.scss */
.tabs-right > .nav-tabs .active > a {
  border: none;
  color: #ae432e;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
}
/* line 11470, ../../app/assets/stylesheets/chromatron-red.css.scss */
.tabs-right > .nav-tabs .active > a:hover {
  border: none;
  color: #ae432e;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
}
/* line 11477, ../../app/assets/stylesheets/chromatron-red.css.scss */
.tabs-right > .nav-tabs > li > a {
  min-width: 120px;
  color: #555555;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
/* line 11483, ../../app/assets/stylesheets/chromatron-red.css.scss */
.tabs-right > .nav-tabs > li > a:hover {
  border-color: #ffffff #ffffff #ffffff #e6e6e6;
  background-color: #ffffff;
  color: #ae432e;
}

/* Buttons */
/* line 11495, ../../app/assets/stylesheets/chromatron-red.css.scss */
.btn.btn-flat {
  padding: 3px 12px;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border: none;
  background-image: none;
  background-color: #d9d9d9;
  color: #555555;
  text-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
/* line 11510, ../../app/assets/stylesheets/chromatron-red.css.scss */
.btn.btn-flat:hover, .btn.btn-flat:active, .btn.btn-flat.active, .btn.btn-flat.disabled, .btn.btn-flat[disabled] {
  color: #555555;
  background-color: #bfbfbf;
}
/* line 11514, ../../app/assets/stylesheets/chromatron-red.css.scss */
.btn.btn-flat:active, .btn.btn-flat.active {
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}
/* line 11520, ../../app/assets/stylesheets/chromatron-red.css.scss */
.btn.btn-flat.btn-primary {
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border: none;
  background-image: none;
  background-color: #ae432e;
  color: #ffffff;
  text-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
/* line 11530, ../../app/assets/stylesheets/chromatron-red.css.scss */
.btn.btn-flat.btn-primary:hover, .btn.btn-flat.btn-primary:active, .btn.btn-flat.btn-primary.active, .btn.btn-flat.btn-primary.disabled, .btn.btn-flat.btn-primary[disabled] {
  color: #ffffff;
  background-color: #863323;
}
/* line 11534, ../../app/assets/stylesheets/chromatron-red.css.scss */
.btn.btn-flat.btn-primary:active, .btn.btn-flat.btn-primary.active {
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}
/* line 11541, ../../app/assets/stylesheets/chromatron-red.css.scss */
.btn.btn-flat.btn-warning {
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border: none;
  background-image: none;
  background-color: #fbb450;
  color: #ffffff;
  text-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
/* line 11551, ../../app/assets/stylesheets/chromatron-red.css.scss */
.btn.btn-flat.btn-warning:hover, .btn.btn-flat.btn-warning:active, .btn.btn-flat.btn-warning.active, .btn.btn-flat.btn-warning.disabled, .btn.btn-flat.btn-warning[disabled] {
  color: #ffffff;
  background-color: #fa9f1e;
}
/* line 11555, ../../app/assets/stylesheets/chromatron-red.css.scss */
.btn.btn-flat.btn-warning:active, .btn.btn-flat.btn-warning.active {
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}
/* line 11562, ../../app/assets/stylesheets/chromatron-red.css.scss */
.btn.btn-flat.btn-danger {
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border: none;
  background-image: none;
  background-color: #ee5f5b;
  color: #ffffff;
  text-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
/* line 11572, ../../app/assets/stylesheets/chromatron-red.css.scss */
.btn.btn-flat.btn-danger:hover, .btn.btn-flat.btn-danger:active, .btn.btn-flat.btn-danger.active, .btn.btn-flat.btn-danger.disabled, .btn.btn-flat.btn-danger[disabled] {
  color: #ffffff;
  background-color: #e9322d;
}
/* line 11576, ../../app/assets/stylesheets/chromatron-red.css.scss */
.btn.btn-flat.btn-danger:active, .btn.btn-flat.btn-danger.active {
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}
/* line 11583, ../../app/assets/stylesheets/chromatron-red.css.scss */
.btn.btn-flat.btn-success {
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border: none;
  background-image: none;
  background-color: #62c462;
  color: #ffffff;
  text-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
/* line 11593, ../../app/assets/stylesheets/chromatron-red.css.scss */
.btn.btn-flat.btn-success:hover, .btn.btn-flat.btn-success:active, .btn.btn-flat.btn-success.active, .btn.btn-flat.btn-success.disabled, .btn.btn-flat.btn-success[disabled] {
  color: #ffffff;
  background-color: #42b142;
}
/* line 11597, ../../app/assets/stylesheets/chromatron-red.css.scss */
.btn.btn-flat.btn-success:active, .btn.btn-flat.btn-success.active {
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}
/* line 11604, ../../app/assets/stylesheets/chromatron-red.css.scss */
.btn.btn-flat.btn-info {
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border: none;
  background-image: none;
  background-color: #5bc0de;
  color: #ffffff;
  text-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
/* line 11614, ../../app/assets/stylesheets/chromatron-red.css.scss */
.btn.btn-flat.btn-info:hover, .btn.btn-flat.btn-info:active, .btn.btn-flat.btn-info.active, .btn.btn-flat.btn-info.disabled, .btn.btn-flat.btn-info[disabled] {
  color: #ffffff;
  background-color: #31b0d5;
}
/* line 11618, ../../app/assets/stylesheets/chromatron-red.css.scss */
.btn.btn-flat.btn-info:active, .btn.btn-flat.btn-info.active {
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}
/* line 11625, ../../app/assets/stylesheets/chromatron-red.css.scss */
.btn.btn-flat.btn-inverse {
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border: none;
  background-image: none;
  background-color: #444444;
  color: #ffffff;
  text-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
/* line 11635, ../../app/assets/stylesheets/chromatron-red.css.scss */
.btn.btn-flat.btn-inverse:hover, .btn.btn-flat.btn-inverse:active, .btn.btn-flat.btn-inverse.active, .btn.btn-flat.btn-inverse.disabled, .btn.btn-flat.btn-inverse[disabled] {
  color: #ffffff;
  background-color: #2b2b2b;
}
/* line 11639, ../../app/assets/stylesheets/chromatron-red.css.scss */
.btn.btn-flat.btn-inverse:active, .btn.btn-flat.btn-inverse.active {
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}
/* line 11646, ../../app/assets/stylesheets/chromatron-red.css.scss */
.btn.btn-flat.btn-large {
  padding: 6px 14px;
}
/* line 11649, ../../app/assets/stylesheets/chromatron-red.css.scss */
.btn.btn-flat.btn-small {
  padding: 3px 9px;
}
/* line 11652, ../../app/assets/stylesheets/chromatron-red.css.scss */
.btn.btn-flat.btn-mini {
  padding: 2px 6px;
}
/* line 11656, ../../app/assets/stylesheets/chromatron-red.css.scss */
.btn.btn-alt {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #555555;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, white, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(white), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, white, #e6e6e6);
  background-image: -o-linear-gradient(top, white, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  border-color: #e6e6e6 #e6e6e6 #c0c0c0;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #e6e6e6;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-color: #ffffff;
  border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 1px 2px #cdcdcd, 0 1px 2px rgba(255, 255, 255, 0.3) inset;
  -moz-box-shadow: 0 1px 2px #cdcdcd, 0 1px 2px rgba(255, 255, 255, 0.3) inset;
  box-shadow: 0 1px 2px #cdcdcd, 0 1px 2px rgba(255, 255, 255, 0.3) inset;
  border-color: rgba(0, 0, 0, 0.2) rgba(0, 0, 0, 0.2) rgba(0, 0, 0, 0.25);
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08), 0 1px 2px rgba(255, 255, 255, 0.3) inset;
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08), 0 1px 2px rgba(255, 255, 255, 0.3) inset;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08), 0 1px 2px rgba(255, 255, 255, 0.3) inset;
}
/* line 11685, ../../app/assets/stylesheets/chromatron-red.css.scss */
.btn.btn-alt:hover, .btn.btn-alt:active, .btn.btn-alt.active, .btn.btn-alt.disabled, .btn.btn-alt[disabled] {
  color: #555555;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}
/* line 11690, ../../app/assets/stylesheets/chromatron-red.css.scss */
.btn.btn-alt:active, .btn.btn-alt.active {
  background-color: #cdcdcd \9;
}
/* line 11693, ../../app/assets/stylesheets/chromatron-red.css.scss */
.btn.btn-alt:hover, .btn.btn-alt:active, .btn.btn-alt.active {
  color: #555555;
  background-position: 0 0;
  background-color: #e6e6e6;
  background-image: none;
}
/* line 11699, ../../app/assets/stylesheets/chromatron-red.css.scss */
.btn.btn-alt:active, .btn.btn-alt.active {
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}
/* line 11705, ../../app/assets/stylesheets/chromatron-red.css.scss */
.btn.btn-alt.disabled, .btn.btn-alt[disabled] {
  background-color: #e6e6e6;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
/* line 11714, ../../app/assets/stylesheets/chromatron-red.css.scss */
.btn.btn-alt.btn-primary {
  color: #ffffff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  background-color: #bd5f4c;
  background-image: -moz-linear-gradient(top, #c87261, #ae432e);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#c87261), to(#ae432e));
  background-image: -webkit-linear-gradient(top, #c87261, #ae432e);
  background-image: -o-linear-gradient(top, #c87261, #ae432e);
  background-image: linear-gradient(to bottom, #c87261, #ae432e);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc87261', endColorstr='#ffae432e', GradientType=0);
  border-color: #ae432e #ae432e #712c1e;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #ae432e;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-color: #c87261;
  border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 1px 2px #cdcdcd, 0 1px 2px rgba(255, 255, 255, 0.3) inset;
  -moz-box-shadow: 0 1px 2px #cdcdcd, 0 1px 2px rgba(255, 255, 255, 0.3) inset;
  box-shadow: 0 1px 2px #cdcdcd, 0 1px 2px rgba(255, 255, 255, 0.3) inset;
}
/* line 11735, ../../app/assets/stylesheets/chromatron-red.css.scss */
.btn.btn-alt.btn-primary:hover, .btn.btn-alt.btn-primary:active, .btn.btn-alt.btn-primary.active, .btn.btn-alt.btn-primary.disabled, .btn.btn-alt.btn-primary[disabled] {
  color: #ffffff;
  background-color: #ae432e;
  *background-color: #9a3b29;
}
/* line 11740, ../../app/assets/stylesheets/chromatron-red.css.scss */
.btn.btn-alt.btn-primary:active, .btn.btn-alt.btn-primary.active {
  background-color: #863323 \9;
}
/* line 11743, ../../app/assets/stylesheets/chromatron-red.css.scss */
.btn.btn-alt.btn-primary:hover, .btn.btn-alt.btn-primary:active, .btn.btn-alt.btn-primary.active {
  color: #ffffff;
  background-position: 0 0;
  background-color: #b65340;
  background-image: none;
}
/* line 11749, ../../app/assets/stylesheets/chromatron-red.css.scss */
.btn.btn-alt.btn-primary:active, .btn.btn-alt.btn-primary.active {
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}
/* line 11755, ../../app/assets/stylesheets/chromatron-red.css.scss */
.btn.btn-alt.btn-primary.disabled, .btn.btn-alt.btn-primary[disabled] {
  background-color: #e6e6e6;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
/* line 11765, ../../app/assets/stylesheets/chromatron-red.css.scss */
.btn.btn-alt.btn-warning {
  color: #ffffff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  background-color: #f4a638;
  background-image: -moz-linear-gradient(top, #f2b359, #f89406);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f2b359), to(#f89406));
  background-image: -webkit-linear-gradient(top, #f2b359, #f89406);
  background-image: -o-linear-gradient(top, #f2b359, #f89406);
  background-image: linear-gradient(to bottom, #f2b359, #f89406);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2b359', endColorstr='#fff89406', GradientType=0);
  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);
  *background-color: #f89406;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-color: #f2b359;
  border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 1px 2px #cdcdcd, 0 1px 2px rgba(255, 255, 255, 0.3) inset;
  -moz-box-shadow: 0 1px 2px #cdcdcd, 0 1px 2px rgba(255, 255, 255, 0.3) inset;
  box-shadow: 0 1px 2px #cdcdcd, 0 1px 2px rgba(255, 255, 255, 0.3) inset;
}
/* line 11786, ../../app/assets/stylesheets/chromatron-red.css.scss */
.btn.btn-alt.btn-warning:hover, .btn.btn-alt.btn-warning:active, .btn.btn-alt.btn-warning.active, .btn.btn-alt.btn-warning.disabled, .btn.btn-alt.btn-warning[disabled] {
  color: #ffffff;
  background-color: #f89406;
  *background-color: #df8505;
}
/* line 11791, ../../app/assets/stylesheets/chromatron-red.css.scss */
.btn.btn-alt.btn-warning:active, .btn.btn-alt.btn-warning.active {
  background-color: #c67605 \9;
}
/* line 11794, ../../app/assets/stylesheets/chromatron-red.css.scss */
.btn.btn-alt.btn-warning:hover, .btn.btn-alt.btn-warning:active, .btn.btn-alt.btn-warning.active {
  color: #ffffff;
  background-position: 0 0;
  background-color: #ee9d29;
  background-image: none;
}
/* line 11800, ../../app/assets/stylesheets/chromatron-red.css.scss */
.btn.btn-alt.btn-warning:active, .btn.btn-alt.btn-warning.active {
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}
/* line 11806, ../../app/assets/stylesheets/chromatron-red.css.scss */
.btn.btn-alt.btn-warning.disabled, .btn.btn-alt.btn-warning[disabled] {
  background-color: #e6e6e6;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
/* line 11816, ../../app/assets/stylesheets/chromatron-red.css.scss */
.btn.btn-alt.btn-danger {
  color: #ffffff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  background-color: #bd5f4c;
  background-image: -moz-linear-gradient(top, #c87261, #ae432e);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#c87261), to(#ae432e));
  background-image: -webkit-linear-gradient(top, #c87261, #ae432e);
  background-image: -o-linear-gradient(top, #c87261, #ae432e);
  background-image: linear-gradient(to bottom, #c87261, #ae432e);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc87261', endColorstr='#ffae432e', GradientType=0);
  border-color: #ae432e #ae432e #712c1e;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #ae432e;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-color: #c87261;
  border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 1px 2px #cdcdcd, 0 1px 2px rgba(255, 255, 255, 0.3) inset;
  -moz-box-shadow: 0 1px 2px #cdcdcd, 0 1px 2px rgba(255, 255, 255, 0.3) inset;
  box-shadow: 0 1px 2px #cdcdcd, 0 1px 2px rgba(255, 255, 255, 0.3) inset;
}
/* line 11837, ../../app/assets/stylesheets/chromatron-red.css.scss */
.btn.btn-alt.btn-danger:hover, .btn.btn-alt.btn-danger:active, .btn.btn-alt.btn-danger.active, .btn.btn-alt.btn-danger.disabled, .btn.btn-alt.btn-danger[disabled] {
  color: #ffffff;
  background-color: #ae432e;
  *background-color: #9a3b29;
}
/* line 11842, ../../app/assets/stylesheets/chromatron-red.css.scss */
.btn.btn-alt.btn-danger:active, .btn.btn-alt.btn-danger.active {
  background-color: #863323 \9;
}
/* line 11845, ../../app/assets/stylesheets/chromatron-red.css.scss */
.btn.btn-alt.btn-danger:hover, .btn.btn-alt.btn-danger:active, .btn.btn-alt.btn-danger.active {
  color: #ffffff;
  background-position: 0 0;
  background-color: #b65340;
  background-image: none;
}
/* line 11851, ../../app/assets/stylesheets/chromatron-red.css.scss */
.btn.btn-alt.btn-danger:active, .btn.btn-alt.btn-danger.active {
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}
/* line 11857, ../../app/assets/stylesheets/chromatron-red.css.scss */
.btn.btn-alt.btn-danger.disabled, .btn.btn-alt.btn-danger[disabled] {
  background-color: #e6e6e6;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
/* line 11867, ../../app/assets/stylesheets/chromatron-red.css.scss */
.btn.btn-alt.btn-success {
  color: #ffffff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  background-color: #90c724;
  background-image: -moz-linear-gradient(top, #a0da30, #77ab13);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#a0da30), to(#77ab13));
  background-image: -webkit-linear-gradient(top, #a0da30, #77ab13);
  background-image: -o-linear-gradient(top, #a0da30, #77ab13);
  background-image: linear-gradient(to bottom, #a0da30, #77ab13);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffa0da30', endColorstr='#ff77ab13', GradientType=0);
  border-color: #77ab13 #77ab13 #47660b;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #77ab13;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-color: #a0da30;
  border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 1px 2px #cdcdcd, 0 1px 2px rgba(255, 255, 255, 0.3) inset;
  -moz-box-shadow: 0 1px 2px #cdcdcd, 0 1px 2px rgba(255, 255, 255, 0.3) inset;
  box-shadow: 0 1px 2px #cdcdcd, 0 1px 2px rgba(255, 255, 255, 0.3) inset;
}
/* line 11888, ../../app/assets/stylesheets/chromatron-red.css.scss */
.btn.btn-alt.btn-success:hover, .btn.btn-alt.btn-success:active, .btn.btn-alt.btn-success.active, .btn.btn-alt.btn-success.disabled, .btn.btn-alt.btn-success[disabled] {
  color: #ffffff;
  background-color: #77ab13;
  *background-color: #679410;
}
/* line 11893, ../../app/assets/stylesheets/chromatron-red.css.scss */
.btn.btn-alt.btn-success:active, .btn.btn-alt.btn-success.active {
  background-color: #577d0e \9;
}
/* line 11896, ../../app/assets/stylesheets/chromatron-red.css.scss */
.btn.btn-alt.btn-success:hover, .btn.btn-alt.btn-success:active, .btn.btn-alt.btn-success.active {
  color: #ffffff;
  background-position: 0 0;
  background-color: #84b720;
  background-image: none;
}
/* line 11902, ../../app/assets/stylesheets/chromatron-red.css.scss */
.btn.btn-alt.btn-success:active, .btn.btn-alt.btn-success.active {
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}
/* line 11908, ../../app/assets/stylesheets/chromatron-red.css.scss */
.btn.btn-alt.btn-success.disabled, .btn.btn-alt.btn-success[disabled] {
  background-color: #e6e6e6;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
/* line 11918, ../../app/assets/stylesheets/chromatron-red.css.scss */
.btn.btn-alt.btn-info {
  color: #ffffff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  background-color: #21a4dd;
  background-image: -moz-linear-gradient(top, #31b3eb, #088ec8);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#31b3eb), to(#088ec8));
  background-image: -webkit-linear-gradient(top, #31b3eb, #088ec8);
  background-image: -o-linear-gradient(top, #31b3eb, #088ec8);
  background-image: linear-gradient(to bottom, #31b3eb, #088ec8);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff31b3eb', endColorstr='#ff088ec8', GradientType=0);
  border-color: #088ec8 #088ec8 #055a7e;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #088ec8;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-color: #31b3eb;
  border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 1px 2px #cdcdcd, 0 1px 2px rgba(255, 255, 255, 0.3) inset;
  -moz-box-shadow: 0 1px 2px #cdcdcd, 0 1px 2px rgba(255, 255, 255, 0.3) inset;
  box-shadow: 0 1px 2px #cdcdcd, 0 1px 2px rgba(255, 255, 255, 0.3) inset;
}
/* line 11939, ../../app/assets/stylesheets/chromatron-red.css.scss */
.btn.btn-alt.btn-info:hover, .btn.btn-alt.btn-info:active, .btn.btn-alt.btn-info.active, .btn.btn-alt.btn-info.disabled, .btn.btn-alt.btn-info[disabled] {
  color: #ffffff;
  background-color: #088ec8;
  *background-color: #077daf;
}
/* line 11944, ../../app/assets/stylesheets/chromatron-red.css.scss */
.btn.btn-alt.btn-info:active, .btn.btn-alt.btn-info.active {
  background-color: #066b97 \9;
}
/* line 11947, ../../app/assets/stylesheets/chromatron-red.css.scss */
.btn.btn-alt.btn-info:hover, .btn.btn-alt.btn-info:active, .btn.btn-alt.btn-info.active {
  color: #ffffff;
  background-position: 0 0;
  background-color: #159bd5;
  background-image: none;
}
/* line 11953, ../../app/assets/stylesheets/chromatron-red.css.scss */
.btn.btn-alt.btn-info:active, .btn.btn-alt.btn-info.active {
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}
/* line 11959, ../../app/assets/stylesheets/chromatron-red.css.scss */
.btn.btn-alt.btn-info.disabled, .btn.btn-alt.btn-info[disabled] {
  background-color: #e6e6e6;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
/* line 11969, ../../app/assets/stylesheets/chromatron-red.css.scss */
.btn.btn-alt.btn-inverse {
  color: #ffffff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  background-color: #4c4e50;
  background-image: -moz-linear-gradient(top, #5d5d5d, #33363b);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5d5d5d), to(#33363b));
  background-image: -webkit-linear-gradient(top, #5d5d5d, #33363b);
  background-image: -o-linear-gradient(top, #5d5d5d, #33363b);
  background-image: linear-gradient(to bottom, #5d5d5d, #33363b);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5d5d5d', endColorstr='#ff33363b', GradientType=0);
  border-color: #33363b #33363b #101012;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #33363b;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-color: #5d5d5d;
  border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 1px 2px #cdcdcd, 0 1px 2px rgba(255, 255, 255, 0.3) inset;
  -moz-box-shadow: 0 1px 2px #cdcdcd, 0 1px 2px rgba(255, 255, 255, 0.3) inset;
  box-shadow: 0 1px 2px #cdcdcd, 0 1px 2px rgba(255, 255, 255, 0.3) inset;
}
/* line 11990, ../../app/assets/stylesheets/chromatron-red.css.scss */
.btn.btn-alt.btn-inverse:hover, .btn.btn-alt.btn-inverse:active, .btn.btn-alt.btn-inverse.active, .btn.btn-alt.btn-inverse.disabled, .btn.btn-alt.btn-inverse[disabled] {
  color: #ffffff;
  background-color: #33363b;
  *background-color: #27292d;
}
/* line 11995, ../../app/assets/stylesheets/chromatron-red.css.scss */
.btn.btn-alt.btn-inverse:active, .btn.btn-alt.btn-inverse.active {
  background-color: #1b1d20 \9;
}
/* line 11998, ../../app/assets/stylesheets/chromatron-red.css.scss */
.btn.btn-alt.btn-inverse:hover, .btn.btn-alt.btn-inverse:active, .btn.btn-alt.btn-inverse.active {
  color: #ffffff;
  background-position: 0 0;
  background-color: #444444;
  background-image: none;
}
/* line 12004, ../../app/assets/stylesheets/chromatron-red.css.scss */
.btn.btn-alt.btn-inverse:active, .btn.btn-alt.btn-inverse.active {
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}
/* line 12010, ../../app/assets/stylesheets/chromatron-red.css.scss */
.btn.btn-alt.btn-inverse.disabled, .btn.btn-alt.btn-inverse[disabled] {
  background-color: #e6e6e6;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
/* line 12021, ../../app/assets/stylesheets/chromatron-red.css.scss */
.btn.disabled, .btn[disabled] {
  cursor: default;
  background-color: #e6e6e6;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

/* Accordion */
/* line 12035, ../../app/assets/stylesheets/chromatron-red.css.scss */
.accordion {
  border-bottom: 1px solid #e6e6e6;
}
/* line 12037, ../../app/assets/stylesheets/chromatron-red.css.scss */
.accordion .accordion-group {
  border: none;
  border-top: 1px solid #e6e6e6;
  margin: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
/* line 12045, ../../app/assets/stylesheets/chromatron-red.css.scss */
.accordion .accordion-toggle {
  font-weight: bold;
  font-size: 16px;
  color: #616466;
  padding: 10px 0;
  *zoom: 1;
}
/* line 12051, ../../app/assets/stylesheets/chromatron-red.css.scss */
.accordion .accordion-toggle:before {
  display: table;
  content: "";
  line-height: 0;
}
/* line 12056, ../../app/assets/stylesheets/chromatron-red.css.scss */
.accordion .accordion-toggle:after {
  display: table;
  content: "";
  line-height: 0;
  clear: both;
}
/* line 12062, ../../app/assets/stylesheets/chromatron-red.css.scss */
.accordion .accordion-toggle:hover {
  color: #ae432e;
  text-decoration: none;
}
/* line 12065, ../../app/assets/stylesheets/chromatron-red.css.scss */
.accordion .accordion-toggle:hover .caret {
  border-top: 5px solid #ae432e;
}
/* line 12069, ../../app/assets/stylesheets/chromatron-red.css.scss */
.accordion .accordion-toggle .caret {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #999999;
  float: right;
  margin: 7px 10px 0;
}
/* line 12077, ../../app/assets/stylesheets/chromatron-red.css.scss */
.accordion .accordion-inner {
  padding: 10px 0 20px;
  border: none;
}

/* line 12083, ../../app/assets/stylesheets/chromatron-red.css.scss */
.nested section .accordion {
  border-bottom: 1px solid #bfbfbf;
}
/* line 12085, ../../app/assets/stylesheets/chromatron-red.css.scss */
.nested section .accordion .accordion-group {
  border-top: 1px solid #bfbfbf;
}

/* Statistics */
/* line 12092, ../../app/assets/stylesheets/chromatron-red.css.scss */
.stats {
  margin: 0 0 20px;
  padding: 0;
  list-style: none;
}
/* line 12096, ../../app/assets/stylesheets/chromatron-red.css.scss */
.stats:only-of-type {
  margin: 0;
}
/* line 12099, ../../app/assets/stylesheets/chromatron-red.css.scss */
.stats li {
  display: block;
  padding: 5px;
  margin-bottom: 10px;
  height: 33px;
  border: 1px solid #d9d9d9;
  line-height: normal;
  background-color: #e6e6e6;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  *zoom: 1;
}
/* line 12111, ../../app/assets/stylesheets/chromatron-red.css.scss */
.stats li:before {
  display: table;
  content: "";
  line-height: 0;
}
/* line 12116, ../../app/assets/stylesheets/chromatron-red.css.scss */
.stats li:after {
  display: table;
  content: "";
  line-height: 0;
  clear: both;
}
/* line 12123, ../../app/assets/stylesheets/chromatron-red.css.scss */
.stats .stats-view {
  float: right;
  margin: 3px 1px 0 0;
}
/* line 12127, ../../app/assets/stylesheets/chromatron-red.css.scss */
.stats .stats-count {
  float: left;
  display: block;
  min-width: 70px;
  text-align: right;
  line-height: 33px;
  font-size: 26px;
  padding-right: 10px;
  color: #616466;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
}
/* line 12138, ../../app/assets/stylesheets/chromatron-red.css.scss */
.stats p {
  float: left;
  margin: 0;
  line-height: 33px;
  color: #999999;
}

/* line 12146, ../../app/assets/stylesheets/chromatron-red.css.scss */
.nested .stats li {
  background-color: #ffffff;
}

/* Entry log */
/* line 12152, ../../app/assets/stylesheets/chromatron-red.css.scss */
.entry {
  border: 1px solid #d9d9d9;
  padding: 10px;
  background-color: #e6e6e6;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
/* line 12159, ../../app/assets/stylesheets/chromatron-red.css.scss */
.entry + .entry {
  margin-top: 10px;
}
/* line 12162, ../../app/assets/stylesheets/chromatron-red.css.scss */
.entry .entry-header {
  margin: 0;
  line-height: normal;
  font-size: 18px;
  *zoom: 1;
}
/* line 12167, ../../app/assets/stylesheets/chromatron-red.css.scss */
.entry .entry-header:before {
  display: table;
  content: "";
  line-height: 0;
}
/* line 12172, ../../app/assets/stylesheets/chromatron-red.css.scss */
.entry .entry-header:after {
  display: table;
  content: "";
  line-height: 0;
  clear: both;
}
/* line 12178, ../../app/assets/stylesheets/chromatron-red.css.scss */
.entry .entry-header time, .entry .entry-header .entry-timestamp {
  margin-top: 5px;
  font-size: 11.700000000000001px;
  font-weight: normal;
  float: right;
  color: #555555;
  opacity: 0.75;
  filter: alpha(opacity=75);
}
/* line 12187, ../../app/assets/stylesheets/chromatron-red.css.scss */
.entry .entry-header [class^="fam-"], .entry .entry-header [class*=" fam-"] {
  margin-top: 4px;
}
/* line 12191, ../../app/assets/stylesheets/chromatron-red.css.scss */
.entry .entry-content {
  margin: 0 0 5px;
}
/* line 12194, ../../app/assets/stylesheets/chromatron-red.css.scss */
.entry .entry-details {
  margin: 0;
  font-style: italic;
  font-size: 11.700000000000001px;
  opacity: 0.75;
  filter: alpha(opacity=75);
}
/* line 12201, ../../app/assets/stylesheets/chromatron-red.css.scss */
.entry time, .entry .entry-timestamp {
  color: #555555;
}

/* line 12206, ../../app/assets/stylesheets/chromatron-red.css.scss */
.nested .entry {
  background-color: #ffffff;
}

/* Tickets */
/* line 12212, ../../app/assets/stylesheets/chromatron-red.css.scss */
.tickets {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* line 12216, ../../app/assets/stylesheets/chromatron-red.css.scss */
.tickets li {
  margin: 0;
  display: block;
  border-bottom: 1px solid #d9d9d9;
  width: 100%;
  height: 100%;
}
/* line 12222, ../../app/assets/stylesheets/chromatron-red.css.scss */
.tickets li li {
  float: left;
  width: 15%;
  border: none;
  text-align: center;
}
/* line 12228, ../../app/assets/stylesheets/chromatron-red.css.scss */
.tickets li .ticket-header-activity, .tickets li .ticket-data-activity {
  width: 40%;
}
/* line 12232, ../../app/assets/stylesheets/chromatron-red.css.scss */
.tickets ul {
  margin: 0;
  padding: 0;
  list-style: none;
  *zoom: 1;
}
/* line 12237, ../../app/assets/stylesheets/chromatron-red.css.scss */
.tickets ul:before {
  display: table;
  content: "";
  line-height: 0;
}
/* line 12242, ../../app/assets/stylesheets/chromatron-red.css.scss */
.tickets ul:after {
  display: table;
  content: "";
  line-height: 0;
  clear: both;
}
/* line 12249, ../../app/assets/stylesheets/chromatron-red.css.scss */
.tickets .ticket-header {
  width: 100%;
  padding-bottom: 10px;
}
/* line 12252, ../../app/assets/stylesheets/chromatron-red.css.scss */
.tickets .ticket-header li {
  font-weight: bold;
}
/* line 12256, ../../app/assets/stylesheets/chromatron-red.css.scss */
.tickets .ticket-data {
  min-height: 45px;
  padding: 5px 0;
  background-color: #e6e6e6;
}
/* line 12260, ../../app/assets/stylesheets/chromatron-red.css.scss */
.tickets .ticket-data:nth-child(odd) {
  background-color: #f5f5f5;
}
/* line 12263, ../../app/assets/stylesheets/chromatron-red.css.scss */
.tickets .ticket-data .ticket-data-label, .tickets .ticket-data .ticket-data-priority, .tickets .ticket-data .ticket-data-age {
  line-height: 45px;
}
/* line 12266, ../../app/assets/stylesheets/chromatron-red.css.scss */
.tickets .ticket-data .ticket-data-label {
  color: #999999;
}
/* line 12269, ../../app/assets/stylesheets/chromatron-red.css.scss */
.tickets .ticket-data .ticket-data-activity {
  text-align: left;
}
/* line 12271, ../../app/assets/stylesheets/chromatron-red.css.scss */
.tickets .ticket-data .ticket-data-activity a {
  display: block;
}
/* line 12274, ../../app/assets/stylesheets/chromatron-red.css.scss */
.tickets .ticket-data .ticket-data-activity p {
  margin: 0;
}
/* line 12278, ../../app/assets/stylesheets/chromatron-red.css.scss */
.tickets .ticket-data .ticket-data-user strong {
  display: block;
}
/* line 12281, ../../app/assets/stylesheets/chromatron-red.css.scss */
.tickets .ticket-data .label {
  width: 60px;
  display: inline-block;
  margin: 0 auto;
  text-align: center;
}
/* line 12289, ../../app/assets/stylesheets/chromatron-red.css.scss */
.tickets .ticket-details.in {
  margin: 5px 20px 0;
  padding: 10px 0 15px;
  border-top: 1px dotted #cdcdcd;
}
/* line 12294, ../../app/assets/stylesheets/chromatron-red.css.scss */
.tickets .ticket-details h4 {
  color: #ae432e;
  margin: 0 0 10px;
  font-size: 17px;
}
/* line 12299, ../../app/assets/stylesheets/chromatron-red.css.scss */
.tickets .ticket-details h5 {
  margin: 0 0 10px;
  font-size: 13px;
}
/* line 12303, ../../app/assets/stylesheets/chromatron-red.css.scss */
.tickets .ticket-details dl {
  border: 1px solid #c7c7c7;
  background-color: #d2d2d2;
  margin-top: 0;
  padding: 10px 10px 5px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  *zoom: 1;
}
/* line 12312, ../../app/assets/stylesheets/chromatron-red.css.scss */
.tickets .ticket-details dl:before {
  display: table;
  content: "";
  line-height: 0;
}
/* line 12317, ../../app/assets/stylesheets/chromatron-red.css.scss */
.tickets .ticket-details dl:after {
  display: table;
  content: "";
  line-height: 0;
  clear: both;
}
/* line 12324, ../../app/assets/stylesheets/chromatron-red.css.scss */
.tickets .ticket-details dt {
  margin: 0 0 5px;
  float: left;
  width: 19%;
  font-weight: normal;
}
/* line 12330, ../../app/assets/stylesheets/chromatron-red.css.scss */
.tickets .ticket-details dd {
  margin: 0 0 5px;
  float: left;
  width: 19%;
  font-weight: normal;
  width: 13%;
  margin-right: 2%;
  font-weight: bold;
}
/* line 12338, ../../app/assets/stylesheets/chromatron-red.css.scss */
.tickets .ticket-details dd:nth-child(3n+3) {
  margin-right: 0;
}
/* line 12342, ../../app/assets/stylesheets/chromatron-red.css.scss */
.tickets .ticket-details p {
  margin: 0 0 20px;
}
/* line 12346, ../../app/assets/stylesheets/chromatron-red.css.scss */
.tickets .ticket-data:nth-child(odd) .ticket-details dl {
  border: 1px solid #d4d4d4;
  background-color: #dedede;
}

/* line 12352, ../../app/assets/stylesheets/chromatron-red.css.scss */
.no-js .ticket-data {
  display: block;
  margin: 5px 20px 0;
  padding: 10px 0 15px;
  border-top: 1px dotted #cdcdcd;
}

/* line 12360, ../../app/assets/stylesheets/chromatron-red.css.scss */
.nested .tickets li {
  border-color: #bfbfbf;
}
/* line 12363, ../../app/assets/stylesheets/chromatron-red.css.scss */
.nested .tickets .ticket-data {
  background-color: #eeeeee;
}
/* line 12365, ../../app/assets/stylesheets/chromatron-red.css.scss */
.nested .tickets .ticket-data:nth-child(odd) {
  background-color: #f5f5f5;
}

/* Wizard */
/* line 12373, ../../app/assets/stylesheets/chromatron-red.css.scss */
.wizard {
  overflow: visible;
}
/* line 12375, ../../app/assets/stylesheets/chromatron-red.css.scss */
.wizard .stepContainer {
  display: block;
  overflow: hidden;
  height: 100%;
}
/* line 12379, ../../app/assets/stylesheets/chromatron-red.css.scss */
.wizard .stepContainer > div.content {
  display: block;
  text-align: left;
  overflow: visible;
  z-index: 88;
  *zoom: 1;
}
/* line 12385, ../../app/assets/stylesheets/chromatron-red.css.scss */
.wizard .stepContainer > div.content:before {
  display: table;
  content: "";
  line-height: 0;
}
/* line 12390, ../../app/assets/stylesheets/chromatron-red.css.scss */
.wizard .stepContainer > div.content:after {
  display: table;
  content: "";
  line-height: 0;
  clear: both;
}
/* line 12397, ../../app/assets/stylesheets/chromatron-red.css.scss */
.wizard .stepContainer .StepTitle {
  display: block;
  clear: both;
  text-align: left;
  z-index: 88;
}
/* line 12404, ../../app/assets/stylesheets/chromatron-red.css.scss */
.wizard ul.anchor {
  margin: 0 0 20px;
  padding: 0;
  height: 35px;
  border-bottom: 3px solid #e6e6e6;
  *zoom: 1;
}
/* line 12410, ../../app/assets/stylesheets/chromatron-red.css.scss */
.wizard ul.anchor:before {
  display: table;
  content: "";
  line-height: 0;
}
/* line 12415, ../../app/assets/stylesheets/chromatron-red.css.scss */
.wizard ul.anchor:after {
  display: table;
  content: "";
  line-height: 0;
  clear: both;
}
/* line 12421, ../../app/assets/stylesheets/chromatron-red.css.scss */
.wizard ul.anchor li {
  display: inline-block;
  margin: 0 0 0 3px;
  padding: 0 20px;
  text-align: center;
  *zoom: 1;
}
/* line 12427, ../../app/assets/stylesheets/chromatron-red.css.scss */
.wizard ul.anchor li:first-child {
  margin: 0;
}
/* line 12430, ../../app/assets/stylesheets/chromatron-red.css.scss */
.wizard ul.anchor li:before {
  display: table;
  content: "";
  line-height: 0;
}
/* line 12435, ../../app/assets/stylesheets/chromatron-red.css.scss */
.wizard ul.anchor li:after {
  display: table;
  content: "";
  line-height: 0;
  clear: both;
}
/* line 12441, ../../app/assets/stylesheets/chromatron-red.css.scss */
.wizard ul.anchor li a {
  color: #555555;
  display: block;
  position: relative;
  padding-bottom: 25px;
  font-size: 15px;
  text-decoration: none;
  background-position: center 27px;
  background-repeat: no-repeat;
  outline-style: none;
  *zoom: 1;
  z-index: 99;
}
/* line 12453, ../../app/assets/stylesheets/chromatron-red.css.scss */
.wizard ul.anchor li a:before {
  display: table;
  content: "";
  line-height: 0;
}
/* line 12458, ../../app/assets/stylesheets/chromatron-red.css.scss */
.wizard ul.anchor li a:after {
  display: table;
  content: "";
  line-height: 0;
  clear: both;
}
/* line 12464, ../../app/assets/stylesheets/chromatron-red.css.scss */
.wizard ul.anchor li a .stepNumber {
  margin: 0;
  padding: 0;
  display: block;
}
/* line 12469, ../../app/assets/stylesheets/chromatron-red.css.scss */
.wizard ul.anchor li a.selected {
  color: #ae432e;
  background-position: center -92px;
}
/* line 12473, ../../app/assets/stylesheets/chromatron-red.css.scss */
.wizard ul.anchor li a.done {
  color: #ae432e;
  background-position: center -92px;
}
/* line 12476, ../../app/assets/stylesheets/chromatron-red.css.scss */
.wizard ul.anchor li a.done .stepDesc {
  text-decoration: line-through;
}
/* line 12480, ../../app/assets/stylesheets/chromatron-red.css.scss */
.wizard ul.anchor li a.disabled {
  color: #555555;
  cursor: text;
}
/* line 12483, ../../app/assets/stylesheets/chromatron-red.css.scss */
.wizard ul.anchor li a.disabled:hover {
  color: #ae432e;
}
/* line 12490, ../../app/assets/stylesheets/chromatron-red.css.scss */
.wizard > div.actionBar {
  margin-top: 6.666666666666667px;
  display: block;
  text-align: left;
  overflow: auto;
  z-index: 88;
  *zoom: 1;
}
/* line 12497, ../../app/assets/stylesheets/chromatron-red.css.scss */
.wizard > div.actionBar:before {
  display: table;
  content: "";
  line-height: 0;
}
/* line 12502, ../../app/assets/stylesheets/chromatron-red.css.scss */
.wizard > div.actionBar:after {
  display: table;
  content: "";
  line-height: 0;
  clear: both;
}
/* line 12509, ../../app/assets/stylesheets/chromatron-red.css.scss */
.wizard .buttonDisabled {
  cursor: default;
  background-color: #e6e6e6;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  cursor: text !important;
}
/* line 12520, ../../app/assets/stylesheets/chromatron-red.css.scss */
.wizard .buttonNext, .wizard .buttonPrevious, .wizard .buttonFinish {
  display: block;
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  padding: 4px 12px;
  margin-bottom: 0;
  font-size: 13px;
  line-height: 18px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #333333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border: 1px solid #bbbbbb;
  *border: 0;
  border-bottom-color: #a2a2a2;
  *margin-left: .3em;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  border-color: #c5c5c5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #555555;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, white, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(white), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, white, #e6e6e6);
  background-image: -o-linear-gradient(top, white, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  border-color: #e6e6e6 #e6e6e6 #c0c0c0;
  *background-color: #e6e6e6;
  background-color: #ffffff;
  border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 1px 2px #cdcdcd, 0 1px 2px rgba(255, 255, 255, 0.3) inset;
  -moz-box-shadow: 0 1px 2px #cdcdcd, 0 1px 2px rgba(255, 255, 255, 0.3) inset;
  box-shadow: 0 1px 2px #cdcdcd, 0 1px 2px rgba(255, 255, 255, 0.3) inset;
  border-color: rgba(0, 0, 0, 0.2) rgba(0, 0, 0, 0.2) rgba(0, 0, 0, 0.25);
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08), 0 1px 2px rgba(255, 255, 255, 0.3) inset;
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08), 0 1px 2px rgba(255, 255, 255, 0.3) inset;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08), 0 1px 2px rgba(255, 255, 255, 0.3) inset;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #ae542e;
  background-image: -moz-linear-gradient(top, #ae432e, #ae6e2e);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ae432e), to(#ae6e2e));
  background-image: -webkit-linear-gradient(top, #ae432e, #ae6e2e);
  background-image: -o-linear-gradient(top, #ae432e, #ae6e2e);
  background-image: linear-gradient(to bottom, #ae432e, #ae6e2e);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffae432e', endColorstr='#ffae6e2e', GradientType=0);
  border-color: #ae6e2e #ae6e2e #71481e;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #ae6e2e;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
/* line 12584, ../../app/assets/stylesheets/chromatron-red.css.scss */
.wizard .buttonNext:hover, .wizard .buttonPrevious:hover, .wizard .buttonFinish:hover, .wizard .buttonNext:active, .wizard .buttonPrevious:active, .wizard .buttonFinish:active, .wizard .buttonNext.active, .wizard .buttonPrevious.active, .wizard .buttonFinish.active, .wizard .buttonNext.disabled, .wizard .buttonPrevious.disabled, .wizard .buttonFinish.disabled, .wizard .buttonNext[disabled], .wizard .buttonPrevious[disabled], .wizard .buttonFinish[disabled] {
  color: #333333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}
/* line 12589, ../../app/assets/stylesheets/chromatron-red.css.scss */
.wizard .buttonNext:active, .wizard .buttonPrevious:active, .wizard .buttonFinish:active, .wizard .buttonNext.active, .wizard .buttonPrevious.active, .wizard .buttonFinish.active {
  background-color: #cccccc \9;
}
/* line 12592, ../../app/assets/stylesheets/chromatron-red.css.scss */
.wizard .buttonNext:first-child, .wizard .buttonPrevious:first-child, .wizard .buttonFinish:first-child {
  *margin-left: 0;
}
/* line 12595, ../../app/assets/stylesheets/chromatron-red.css.scss */
.wizard .buttonNext:hover, .wizard .buttonPrevious:hover, .wizard .buttonFinish:hover {
  color: #333333;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}
/* line 12604, ../../app/assets/stylesheets/chromatron-red.css.scss */
.wizard .buttonNext:focus, .wizard .buttonPrevious:focus, .wizard .buttonFinish:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
/* line 12609, ../../app/assets/stylesheets/chromatron-red.css.scss */
.wizard .buttonNext.active, .wizard .buttonPrevious.active, .wizard .buttonFinish.active, .wizard .buttonNext:active, .wizard .buttonPrevious:active, .wizard .buttonFinish:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}
/* line 12616, ../../app/assets/stylesheets/chromatron-red.css.scss */
.wizard .buttonNext.disabled, .wizard .buttonPrevious.disabled, .wizard .buttonFinish.disabled, .wizard .buttonNext[disabled], .wizard .buttonPrevious[disabled], .wizard .buttonFinish[disabled] {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
/* line 12625, ../../app/assets/stylesheets/chromatron-red.css.scss */
.wizard .buttonNext .label, .wizard .buttonPrevious .label, .wizard .buttonFinish .label, .wizard .buttonNext .badge, .wizard .buttonPrevious .badge, .wizard .buttonFinish .badge {
  position: relative;
  top: -1px;
}
/* line 12629, ../../app/assets/stylesheets/chromatron-red.css.scss */
.wizard .buttonNext [class^="awe-"], .wizard .buttonPrevious [class^="awe-"], .wizard .buttonFinish [class^="awe-"], .wizard .buttonNext [class*=" awe-"], .wizard .buttonPrevious [class*=" awe-"], .wizard .buttonFinish [class*=" awe-"] {
  /* keeps button heights with and without icons the same */
  line-height: .9em;
}
/* line 12633, ../../app/assets/stylesheets/chromatron-red.css.scss */
.wizard .buttonNext:hover, .wizard .buttonPrevious:hover, .wizard .buttonFinish:hover, .wizard .buttonNext:active, .wizard .buttonPrevious:active, .wizard .buttonFinish:active, .wizard .buttonNext.active, .wizard .buttonPrevious.active, .wizard .buttonFinish.active, .wizard .buttonNext.disabled, .wizard .buttonPrevious.disabled, .wizard .buttonFinish.disabled, .wizard .buttonNext[disabled], .wizard .buttonPrevious[disabled], .wizard .buttonFinish[disabled] {
  color: #555555;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}
/* line 12638, ../../app/assets/stylesheets/chromatron-red.css.scss */
.wizard .buttonNext:active, .wizard .buttonPrevious:active, .wizard .buttonFinish:active, .wizard .buttonNext.active, .wizard .buttonPrevious.active, .wizard .buttonFinish.active {
  background-color: #cdcdcd \9;
}
/* line 12641, ../../app/assets/stylesheets/chromatron-red.css.scss */
.wizard .buttonNext:hover, .wizard .buttonPrevious:hover, .wizard .buttonFinish:hover, .wizard .buttonNext:active, .wizard .buttonPrevious:active, .wizard .buttonFinish:active, .wizard .buttonNext.active, .wizard .buttonPrevious.active, .wizard .buttonFinish.active {
  color: #555555;
  background-position: 0 0;
  background-color: #e6e6e6;
  background-image: none;
}
/* line 12647, ../../app/assets/stylesheets/chromatron-red.css.scss */
.wizard .buttonNext:active, .wizard .buttonPrevious:active, .wizard .buttonFinish:active, .wizard .buttonNext.active, .wizard .buttonPrevious.active, .wizard .buttonFinish.active {
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}
/* line 12653, ../../app/assets/stylesheets/chromatron-red.css.scss */
.wizard .buttonNext.disabled, .wizard .buttonPrevious.disabled, .wizard .buttonFinish.disabled, .wizard .buttonNext[disabled], .wizard .buttonPrevious[disabled], .wizard .buttonFinish[disabled] {
  background-color: #e6e6e6;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
/* line 12662, ../../app/assets/stylesheets/chromatron-red.css.scss */
.wizard .buttonNext.btn-primary, .wizard .buttonPrevious.btn-primary, .wizard .buttonFinish.btn-primary {
  color: #ffffff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  background-color: #bd5f4c;
  background-image: -moz-linear-gradient(top, #c87261, #ae432e);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#c87261), to(#ae432e));
  background-image: -webkit-linear-gradient(top, #c87261, #ae432e);
  background-image: -o-linear-gradient(top, #c87261, #ae432e);
  background-image: linear-gradient(to bottom, #c87261, #ae432e);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc87261', endColorstr='#ffae432e', GradientType=0);
  border-color: #ae432e #ae432e #712c1e;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #ae432e;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-color: #c87261;
  border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 1px 2px #cdcdcd, 0 1px 2px rgba(255, 255, 255, 0.3) inset;
  -moz-box-shadow: 0 1px 2px #cdcdcd, 0 1px 2px rgba(255, 255, 255, 0.3) inset;
  box-shadow: 0 1px 2px #cdcdcd, 0 1px 2px rgba(255, 255, 255, 0.3) inset;
}
/* line 12684, ../../app/assets/stylesheets/chromatron-red.css.scss */
.wizard .buttonNext.btn-primary:hover, .wizard .buttonPrevious.btn-primary:hover, .wizard .buttonFinish.btn-primary:hover, .wizard .buttonNext.btn-primary:active, .wizard .buttonPrevious.btn-primary:active, .wizard .buttonFinish.btn-primary:active, .wizard .buttonNext.btn-primary.active, .wizard .buttonPrevious.btn-primary.active, .wizard .buttonFinish.btn-primary.active, .wizard .buttonNext.btn-primary.disabled, .wizard .buttonPrevious.btn-primary.disabled, .wizard .buttonFinish.btn-primary.disabled, .wizard .buttonNext.btn-primary[disabled], .wizard .buttonPrevious.btn-primary[disabled], .wizard .buttonFinish.btn-primary[disabled] {
  color: #ffffff;
  background-color: #ae432e;
  *background-color: #9a3b29;
}
/* line 12689, ../../app/assets/stylesheets/chromatron-red.css.scss */
.wizard .buttonNext.btn-primary:active, .wizard .buttonPrevious.btn-primary:active, .wizard .buttonFinish.btn-primary:active, .wizard .buttonNext.btn-primary.active, .wizard .buttonPrevious.btn-primary.active, .wizard .buttonFinish.btn-primary.active {
  background-color: #863323 \9;
}
/* line 12692, ../../app/assets/stylesheets/chromatron-red.css.scss */
.wizard .buttonNext.btn-primary:hover, .wizard .buttonPrevious.btn-primary:hover, .wizard .buttonFinish.btn-primary:hover, .wizard .buttonNext.btn-primary:active, .wizard .buttonPrevious.btn-primary:active, .wizard .buttonFinish.btn-primary:active, .wizard .buttonNext.btn-primary.active, .wizard .buttonPrevious.btn-primary.active, .wizard .buttonFinish.btn-primary.active {
  color: #ffffff;
  background-position: 0 0;
  background-color: #b65340;
  background-image: none;
}
/* line 12698, ../../app/assets/stylesheets/chromatron-red.css.scss */
.wizard .buttonNext.btn-primary:active, .wizard .buttonPrevious.btn-primary:active, .wizard .buttonFinish.btn-primary:active, .wizard .buttonNext.btn-primary.active, .wizard .buttonPrevious.btn-primary.active, .wizard .buttonFinish.btn-primary.active {
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}
/* line 12704, ../../app/assets/stylesheets/chromatron-red.css.scss */
.wizard .buttonNext.btn-primary.disabled, .wizard .buttonPrevious.btn-primary.disabled, .wizard .buttonFinish.btn-primary.disabled, .wizard .buttonNext.btn-primary[disabled], .wizard .buttonPrevious.btn-primary[disabled], .wizard .buttonFinish.btn-primary[disabled] {
  background-color: #e6e6e6;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
/* line 12713, ../../app/assets/stylesheets/chromatron-red.css.scss */
.wizard .buttonNext.btn-warning, .wizard .buttonPrevious.btn-warning, .wizard .buttonFinish.btn-warning {
  color: #ffffff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  background-color: #f4a638;
  background-image: -moz-linear-gradient(top, #f2b359, #f89406);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f2b359), to(#f89406));
  background-image: -webkit-linear-gradient(top, #f2b359, #f89406);
  background-image: -o-linear-gradient(top, #f2b359, #f89406);
  background-image: linear-gradient(to bottom, #f2b359, #f89406);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2b359', endColorstr='#fff89406', GradientType=0);
  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);
  *background-color: #f89406;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-color: #f2b359;
  border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 1px 2px #cdcdcd, 0 1px 2px rgba(255, 255, 255, 0.3) inset;
  -moz-box-shadow: 0 1px 2px #cdcdcd, 0 1px 2px rgba(255, 255, 255, 0.3) inset;
  box-shadow: 0 1px 2px #cdcdcd, 0 1px 2px rgba(255, 255, 255, 0.3) inset;
}
/* line 12735, ../../app/assets/stylesheets/chromatron-red.css.scss */
.wizard .buttonNext.btn-warning:hover, .wizard .buttonPrevious.btn-warning:hover, .wizard .buttonFinish.btn-warning:hover, .wizard .buttonNext.btn-warning:active, .wizard .buttonPrevious.btn-warning:active, .wizard .buttonFinish.btn-warning:active, .wizard .buttonNext.btn-warning.active, .wizard .buttonPrevious.btn-warning.active, .wizard .buttonFinish.btn-warning.active, .wizard .buttonNext.btn-warning.disabled, .wizard .buttonPrevious.btn-warning.disabled, .wizard .buttonFinish.btn-warning.disabled, .wizard .buttonNext.btn-warning[disabled], .wizard .buttonPrevious.btn-warning[disabled], .wizard .buttonFinish.btn-warning[disabled] {
  color: #ffffff;
  background-color: #f89406;
  *background-color: #df8505;
}
/* line 12740, ../../app/assets/stylesheets/chromatron-red.css.scss */
.wizard .buttonNext.btn-warning:active, .wizard .buttonPrevious.btn-warning:active, .wizard .buttonFinish.btn-warning:active, .wizard .buttonNext.btn-warning.active, .wizard .buttonPrevious.btn-warning.active, .wizard .buttonFinish.btn-warning.active {
  background-color: #c67605 \9;
}
/* line 12743, ../../app/assets/stylesheets/chromatron-red.css.scss */
.wizard .buttonNext.btn-warning:hover, .wizard .buttonPrevious.btn-warning:hover, .wizard .buttonFinish.btn-warning:hover, .wizard .buttonNext.btn-warning:active, .wizard .buttonPrevious.btn-warning:active, .wizard .buttonFinish.btn-warning:active, .wizard .buttonNext.btn-warning.active, .wizard .buttonPrevious.btn-warning.active, .wizard .buttonFinish.btn-warning.active {
  color: #ffffff;
  background-position: 0 0;
  background-color: #ee9d29;
  background-image: none;
}
/* line 12749, ../../app/assets/stylesheets/chromatron-red.css.scss */
.wizard .buttonNext.btn-warning:active, .wizard .buttonPrevious.btn-warning:active, .wizard .buttonFinish.btn-warning:active, .wizard .buttonNext.btn-warning.active, .wizard .buttonPrevious.btn-warning.active, .wizard .buttonFinish.btn-warning.active {
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}
/* line 12755, ../../app/assets/stylesheets/chromatron-red.css.scss */
.wizard .buttonNext.btn-warning.disabled, .wizard .buttonPrevious.btn-warning.disabled, .wizard .buttonFinish.btn-warning.disabled, .wizard .buttonNext.btn-warning[disabled], .wizard .buttonPrevious.btn-warning[disabled], .wizard .buttonFinish.btn-warning[disabled] {
  background-color: #e6e6e6;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
/* line 12764, ../../app/assets/stylesheets/chromatron-red.css.scss */
.wizard .buttonNext.btn-danger, .wizard .buttonPrevious.btn-danger, .wizard .buttonFinish.btn-danger {
  color: #ffffff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  background-color: #bd5f4c;
  background-image: -moz-linear-gradient(top, #c87261, #ae432e);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#c87261), to(#ae432e));
  background-image: -webkit-linear-gradient(top, #c87261, #ae432e);
  background-image: -o-linear-gradient(top, #c87261, #ae432e);
  background-image: linear-gradient(to bottom, #c87261, #ae432e);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc87261', endColorstr='#ffae432e', GradientType=0);
  border-color: #ae432e #ae432e #712c1e;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #ae432e;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-color: #c87261;
  border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 1px 2px #cdcdcd, 0 1px 2px rgba(255, 255, 255, 0.3) inset;
  -moz-box-shadow: 0 1px 2px #cdcdcd, 0 1px 2px rgba(255, 255, 255, 0.3) inset;
  box-shadow: 0 1px 2px #cdcdcd, 0 1px 2px rgba(255, 255, 255, 0.3) inset;
}
/* line 12786, ../../app/assets/stylesheets/chromatron-red.css.scss */
.wizard .buttonNext.btn-danger:hover, .wizard .buttonPrevious.btn-danger:hover, .wizard .buttonFinish.btn-danger:hover, .wizard .buttonNext.btn-danger:active, .wizard .buttonPrevious.btn-danger:active, .wizard .buttonFinish.btn-danger:active, .wizard .buttonNext.btn-danger.active, .wizard .buttonPrevious.btn-danger.active, .wizard .buttonFinish.btn-danger.active, .wizard .buttonNext.btn-danger.disabled, .wizard .buttonPrevious.btn-danger.disabled, .wizard .buttonFinish.btn-danger.disabled, .wizard .buttonNext.btn-danger[disabled], .wizard .buttonPrevious.btn-danger[disabled], .wizard .buttonFinish.btn-danger[disabled] {
  color: #ffffff;
  background-color: #ae432e;
  *background-color: #9a3b29;
}
/* line 12791, ../../app/assets/stylesheets/chromatron-red.css.scss */
.wizard .buttonNext.btn-danger:active, .wizard .buttonPrevious.btn-danger:active, .wizard .buttonFinish.btn-danger:active, .wizard .buttonNext.btn-danger.active, .wizard .buttonPrevious.btn-danger.active, .wizard .buttonFinish.btn-danger.active {
  background-color: #863323 \9;
}
/* line 12794, ../../app/assets/stylesheets/chromatron-red.css.scss */
.wizard .buttonNext.btn-danger:hover, .wizard .buttonPrevious.btn-danger:hover, .wizard .buttonFinish.btn-danger:hover, .wizard .buttonNext.btn-danger:active, .wizard .buttonPrevious.btn-danger:active, .wizard .buttonFinish.btn-danger:active, .wizard .buttonNext.btn-danger.active, .wizard .buttonPrevious.btn-danger.active, .wizard .buttonFinish.btn-danger.active {
  color: #ffffff;
  background-position: 0 0;
  background-color: #b65340;
  background-image: none;
}
/* line 12800, ../../app/assets/stylesheets/chromatron-red.css.scss */
.wizard .buttonNext.btn-danger:active, .wizard .buttonPrevious.btn-danger:active, .wizard .buttonFinish.btn-danger:active, .wizard .buttonNext.btn-danger.active, .wizard .buttonPrevious.btn-danger.active, .wizard .buttonFinish.btn-danger.active {
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}
/* line 12806, ../../app/assets/stylesheets/chromatron-red.css.scss */
.wizard .buttonNext.btn-danger.disabled, .wizard .buttonPrevious.btn-danger.disabled, .wizard .buttonFinish.btn-danger.disabled, .wizard .buttonNext.btn-danger[disabled], .wizard .buttonPrevious.btn-danger[disabled], .wizard .buttonFinish.btn-danger[disabled] {
  background-color: #e6e6e6;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
/* line 12815, ../../app/assets/stylesheets/chromatron-red.css.scss */
.wizard .buttonNext.btn-success, .wizard .buttonPrevious.btn-success, .wizard .buttonFinish.btn-success {
  color: #ffffff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  background-color: #90c724;
  background-image: -moz-linear-gradient(top, #a0da30, #77ab13);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#a0da30), to(#77ab13));
  background-image: -webkit-linear-gradient(top, #a0da30, #77ab13);
  background-image: -o-linear-gradient(top, #a0da30, #77ab13);
  background-image: linear-gradient(to bottom, #a0da30, #77ab13);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffa0da30', endColorstr='#ff77ab13', GradientType=0);
  border-color: #77ab13 #77ab13 #47660b;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #77ab13;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-color: #a0da30;
  border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 1px 2px #cdcdcd, 0 1px 2px rgba(255, 255, 255, 0.3) inset;
  -moz-box-shadow: 0 1px 2px #cdcdcd, 0 1px 2px rgba(255, 255, 255, 0.3) inset;
  box-shadow: 0 1px 2px #cdcdcd, 0 1px 2px rgba(255, 255, 255, 0.3) inset;
}
/* line 12837, ../../app/assets/stylesheets/chromatron-red.css.scss */
.wizard .buttonNext.btn-success:hover, .wizard .buttonPrevious.btn-success:hover, .wizard .buttonFinish.btn-success:hover, .wizard .buttonNext.btn-success:active, .wizard .buttonPrevious.btn-success:active, .wizard .buttonFinish.btn-success:active, .wizard .buttonNext.btn-success.active, .wizard .buttonPrevious.btn-success.active, .wizard .buttonFinish.btn-success.active, .wizard .buttonNext.btn-success.disabled, .wizard .buttonPrevious.btn-success.disabled, .wizard .buttonFinish.btn-success.disabled, .wizard .buttonNext.btn-success[disabled], .wizard .buttonPrevious.btn-success[disabled], .wizard .buttonFinish.btn-success[disabled] {
  color: #ffffff;
  background-color: #77ab13;
  *background-color: #679410;
}
/* line 12842, ../../app/assets/stylesheets/chromatron-red.css.scss */
.wizard .buttonNext.btn-success:active, .wizard .buttonPrevious.btn-success:active, .wizard .buttonFinish.btn-success:active, .wizard .buttonNext.btn-success.active, .wizard .buttonPrevious.btn-success.active, .wizard .buttonFinish.btn-success.active {
  background-color: #577d0e \9;
}
/* line 12845, ../../app/assets/stylesheets/chromatron-red.css.scss */
.wizard .buttonNext.btn-success:hover, .wizard .buttonPrevious.btn-success:hover, .wizard .buttonFinish.btn-success:hover, .wizard .buttonNext.btn-success:active, .wizard .buttonPrevious.btn-success:active, .wizard .buttonFinish.btn-success:active, .wizard .buttonNext.btn-success.active, .wizard .buttonPrevious.btn-success.active, .wizard .buttonFinish.btn-success.active {
  color: #ffffff;
  background-position: 0 0;
  background-color: #84b720;
  background-image: none;
}
/* line 12851, ../../app/assets/stylesheets/chromatron-red.css.scss */
.wizard .buttonNext.btn-success:active, .wizard .buttonPrevious.btn-success:active, .wizard .buttonFinish.btn-success:active, .wizard .buttonNext.btn-success.active, .wizard .buttonPrevious.btn-success.active, .wizard .buttonFinish.btn-success.active {
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}
/* line 12857, ../../app/assets/stylesheets/chromatron-red.css.scss */
.wizard .buttonNext.btn-success.disabled, .wizard .buttonPrevious.btn-success.disabled, .wizard .buttonFinish.btn-success.disabled, .wizard .buttonNext.btn-success[disabled], .wizard .buttonPrevious.btn-success[disabled], .wizard .buttonFinish.btn-success[disabled] {
  background-color: #e6e6e6;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
/* line 12866, ../../app/assets/stylesheets/chromatron-red.css.scss */
.wizard .buttonNext.btn-info, .wizard .buttonPrevious.btn-info, .wizard .buttonFinish.btn-info {
  color: #ffffff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  background-color: #21a4dd;
  background-image: -moz-linear-gradient(top, #31b3eb, #088ec8);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#31b3eb), to(#088ec8));
  background-image: -webkit-linear-gradient(top, #31b3eb, #088ec8);
  background-image: -o-linear-gradient(top, #31b3eb, #088ec8);
  background-image: linear-gradient(to bottom, #31b3eb, #088ec8);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff31b3eb', endColorstr='#ff088ec8', GradientType=0);
  border-color: #088ec8 #088ec8 #055a7e;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #088ec8;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-color: #31b3eb;
  border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 1px 2px #cdcdcd, 0 1px 2px rgba(255, 255, 255, 0.3) inset;
  -moz-box-shadow: 0 1px 2px #cdcdcd, 0 1px 2px rgba(255, 255, 255, 0.3) inset;
  box-shadow: 0 1px 2px #cdcdcd, 0 1px 2px rgba(255, 255, 255, 0.3) inset;
}
/* line 12888, ../../app/assets/stylesheets/chromatron-red.css.scss */
.wizard .buttonNext.btn-info:hover, .wizard .buttonPrevious.btn-info:hover, .wizard .buttonFinish.btn-info:hover, .wizard .buttonNext.btn-info:active, .wizard .buttonPrevious.btn-info:active, .wizard .buttonFinish.btn-info:active, .wizard .buttonNext.btn-info.active, .wizard .buttonPrevious.btn-info.active, .wizard .buttonFinish.btn-info.active, .wizard .buttonNext.btn-info.disabled, .wizard .buttonPrevious.btn-info.disabled, .wizard .buttonFinish.btn-info.disabled, .wizard .buttonNext.btn-info[disabled], .wizard .buttonPrevious.btn-info[disabled], .wizard .buttonFinish.btn-info[disabled] {
  color: #ffffff;
  background-color: #088ec8;
  *background-color: #077daf;
}
/* line 12893, ../../app/assets/stylesheets/chromatron-red.css.scss */
.wizard .buttonNext.btn-info:active, .wizard .buttonPrevious.btn-info:active, .wizard .buttonFinish.btn-info:active, .wizard .buttonNext.btn-info.active, .wizard .buttonPrevious.btn-info.active, .wizard .buttonFinish.btn-info.active {
  background-color: #066b97 \9;
}
/* line 12896, ../../app/assets/stylesheets/chromatron-red.css.scss */
.wizard .buttonNext.btn-info:hover, .wizard .buttonPrevious.btn-info:hover, .wizard .buttonFinish.btn-info:hover, .wizard .buttonNext.btn-info:active, .wizard .buttonPrevious.btn-info:active, .wizard .buttonFinish.btn-info:active, .wizard .buttonNext.btn-info.active, .wizard .buttonPrevious.btn-info.active, .wizard .buttonFinish.btn-info.active {
  color: #ffffff;
  background-position: 0 0;
  background-color: #159bd5;
  background-image: none;
}
/* line 12902, ../../app/assets/stylesheets/chromatron-red.css.scss */
.wizard .buttonNext.btn-info:active, .wizard .buttonPrevious.btn-info:active, .wizard .buttonFinish.btn-info:active, .wizard .buttonNext.btn-info.active, .wizard .buttonPrevious.btn-info.active, .wizard .buttonFinish.btn-info.active {
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}
/* line 12908, ../../app/assets/stylesheets/chromatron-red.css.scss */
.wizard .buttonNext.btn-info.disabled, .wizard .buttonPrevious.btn-info.disabled, .wizard .buttonFinish.btn-info.disabled, .wizard .buttonNext.btn-info[disabled], .wizard .buttonPrevious.btn-info[disabled], .wizard .buttonFinish.btn-info[disabled] {
  background-color: #e6e6e6;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
/* line 12917, ../../app/assets/stylesheets/chromatron-red.css.scss */
.wizard .buttonNext.btn-inverse, .wizard .buttonPrevious.btn-inverse, .wizard .buttonFinish.btn-inverse {
  color: #ffffff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  background-color: #4c4e50;
  background-image: -moz-linear-gradient(top, #5d5d5d, #33363b);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5d5d5d), to(#33363b));
  background-image: -webkit-linear-gradient(top, #5d5d5d, #33363b);
  background-image: -o-linear-gradient(top, #5d5d5d, #33363b);
  background-image: linear-gradient(to bottom, #5d5d5d, #33363b);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5d5d5d', endColorstr='#ff33363b', GradientType=0);
  border-color: #33363b #33363b #101012;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #33363b;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-color: #5d5d5d;
  border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 1px 2px #cdcdcd, 0 1px 2px rgba(255, 255, 255, 0.3) inset;
  -moz-box-shadow: 0 1px 2px #cdcdcd, 0 1px 2px rgba(255, 255, 255, 0.3) inset;
  box-shadow: 0 1px 2px #cdcdcd, 0 1px 2px rgba(255, 255, 255, 0.3) inset;
}
/* line 12939, ../../app/assets/stylesheets/chromatron-red.css.scss */
.wizard .buttonNext.btn-inverse:hover, .wizard .buttonPrevious.btn-inverse:hover, .wizard .buttonFinish.btn-inverse:hover, .wizard .buttonNext.btn-inverse:active, .wizard .buttonPrevious.btn-inverse:active, .wizard .buttonFinish.btn-inverse:active, .wizard .buttonNext.btn-inverse.active, .wizard .buttonPrevious.btn-inverse.active, .wizard .buttonFinish.btn-inverse.active, .wizard .buttonNext.btn-inverse.disabled, .wizard .buttonPrevious.btn-inverse.disabled, .wizard .buttonFinish.btn-inverse.disabled, .wizard .buttonNext.btn-inverse[disabled], .wizard .buttonPrevious.btn-inverse[disabled], .wizard .buttonFinish.btn-inverse[disabled] {
  color: #ffffff;
  background-color: #33363b;
  *background-color: #27292d;
}
/* line 12944, ../../app/assets/stylesheets/chromatron-red.css.scss */
.wizard .buttonNext.btn-inverse:active, .wizard .buttonPrevious.btn-inverse:active, .wizard .buttonFinish.btn-inverse:active, .wizard .buttonNext.btn-inverse.active, .wizard .buttonPrevious.btn-inverse.active, .wizard .buttonFinish.btn-inverse.active {
  background-color: #1b1d20 \9;
}
/* line 12947, ../../app/assets/stylesheets/chromatron-red.css.scss */
.wizard .buttonNext.btn-inverse:hover, .wizard .buttonPrevious.btn-inverse:hover, .wizard .buttonFinish.btn-inverse:hover, .wizard .buttonNext.btn-inverse:active, .wizard .buttonPrevious.btn-inverse:active, .wizard .buttonFinish.btn-inverse:active, .wizard .buttonNext.btn-inverse.active, .wizard .buttonPrevious.btn-inverse.active, .wizard .buttonFinish.btn-inverse.active {
  color: #ffffff;
  background-position: 0 0;
  background-color: #444444;
  background-image: none;
}
/* line 12953, ../../app/assets/stylesheets/chromatron-red.css.scss */
.wizard .buttonNext.btn-inverse:active, .wizard .buttonPrevious.btn-inverse:active, .wizard .buttonFinish.btn-inverse:active, .wizard .buttonNext.btn-inverse.active, .wizard .buttonPrevious.btn-inverse.active, .wizard .buttonFinish.btn-inverse.active {
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}
/* line 12959, ../../app/assets/stylesheets/chromatron-red.css.scss */
.wizard .buttonNext.btn-inverse.disabled, .wizard .buttonPrevious.btn-inverse.disabled, .wizard .buttonFinish.btn-inverse.disabled, .wizard .buttonNext.btn-inverse[disabled], .wizard .buttonPrevious.btn-inverse[disabled], .wizard .buttonFinish.btn-inverse[disabled] {
  background-color: #e6e6e6;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
/* line 12968, ../../app/assets/stylesheets/chromatron-red.css.scss */
.wizard .buttonNext:hover, .wizard .buttonPrevious:hover, .wizard .buttonFinish:hover, .wizard .buttonNext:active, .wizard .buttonPrevious:active, .wizard .buttonFinish:active, .wizard .buttonNext.active, .wizard .buttonPrevious.active, .wizard .buttonFinish.active, .wizard .buttonNext.disabled, .wizard .buttonPrevious.disabled, .wizard .buttonFinish.disabled, .wizard .buttonNext[disabled], .wizard .buttonPrevious[disabled], .wizard .buttonFinish[disabled] {
  color: #ffffff;
  background-color: #ae6e2e;
  *background-color: #9a6129;
}
/* line 12973, ../../app/assets/stylesheets/chromatron-red.css.scss */
.wizard .buttonNext:active, .wizard .buttonPrevious:active, .wizard .buttonFinish:active, .wizard .buttonNext.active, .wizard .buttonPrevious.active, .wizard .buttonFinish.active {
  background-color: #865423 \9;
}
/* line 12976, ../../app/assets/stylesheets/chromatron-red.css.scss */
.wizard .buttonNext .caret, .wizard .buttonPrevious .caret, .wizard .buttonFinish .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
/* line 12980, ../../app/assets/stylesheets/chromatron-red.css.scss */
.wizard .buttonNext {
  float: right;
  margin-right: 5px;
}
/* line 12984, ../../app/assets/stylesheets/chromatron-red.css.scss */
.wizard .buttonPrevious {
  float: left;
}
/* line 12987, ../../app/assets/stylesheets/chromatron-red.css.scss */
.wizard .buttonFinish {
  float: right;
}

/* line 12992, ../../app/assets/stylesheets/chromatron-red.css.scss */
.nested .wizard .anchor {
  border-color: #bfbfbf;
}

/* line 12996, ../../app/assets/stylesheets/chromatron-red.css.scss */
.wizard .loader {
  position: relative;
  display: none;
  float: left;
  margin: 2px 0 0 2px;
  padding: 8px 10px 8px 40px;
  z-index: 998;
}

/* Plugins */
/* jQuery Visualize */
/* line 13008, ../../app/assets/stylesheets/chromatron-red.css.scss */
.visualize {
  margin: 50px  auto 30px;
  margin-bottom: 30px !important;
  background-color: transparent;
  border: none;
}
/* line 13013, ../../app/assets/stylesheets/chromatron-red.css.scss */
.visualize.visualize-pie {
  margin-bottom: 0 !important;
}
/* line 13016, ../../app/assets/stylesheets/chromatron-red.css.scss */
.visualize .visualize-info {
  border: none;
  padding: 0;
  font-size: 11.700000000000001px;
  right: auto;
  left: -10px;
  top: -48px;
  background-color: transparent;
  opacity: 1;
  filter: alpha(opacity=100);
}
/* line 13027, ../../app/assets/stylesheets/chromatron-red.css.scss */
.visualize .visualize-title {
  font-weight: bold;
  margin-bottom: 0;
  color: #616466;
}

/* line 13034, ../../app/assets/stylesheets/chromatron-red.css.scss */
p + table + .visualize {
  margin-top: 70px;
}

/* line 13038, ../../app/assets/stylesheets/chromatron-red.css.scss */
.visualize .label {
  padding: 0;
  background-color: transparent;
  font-size: 11.049999999999999px;
  font-weight: normal;
  line-height: 14px;
  text-shadow: none;
  color: #999999;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}

/* line 13051, ../../app/assets/stylesheets/chromatron-red.css.scss */
.content .page-container [class*="span"] .visualize {
  margin: 20px 0 20px auto;
}

/* line 13055, ../../app/assets/stylesheets/chromatron-red.css.scss */
.ie8 .visualize-interaction-tracker {
  margin-top: 0 !important;
}

/* jQuery Flot */
/* line 13061, ../../app/assets/stylesheets/chromatron-red.css.scss */
.flot {
  margin: 10xp auto;
  min-height: 280px;
}
/* line 13064, ../../app/assets/stylesheets/chromatron-red.css.scss */
.flot .legend {
  padding: 0 2px;
}

/* jQuery plupload */
/* line 13072, ../../app/assets/stylesheets/chromatron-red.css.scss */
.plupload .plupload_wrapper {
  font-family: 'PT Sans', Arial, sans-serif;
  font-size: 13px;
  line-height: 18px;
}
/* line 13077, ../../app/assets/stylesheets/chromatron-red.css.scss */
.plupload .plupload_container, .plupload .plupload_filelist_header, .plupload .plupload_filelist_footer {
  padding: 0;
  background: none;
}
/* line 13081, ../../app/assets/stylesheets/chromatron-red.css.scss */
.plupload .plupload_filelist_header {
  color: #616466;
  font-weight: bold;
  padding: 10px 0;
  font-size: 14.95px;
  border: none;
  border-color: transparent;
}
/* line 13089, ../../app/assets/stylesheets/chromatron-red.css.scss */
.plupload .plupload_filelist_footer {
  color: #616466;
  font-weight: bold;
  padding: 10px 0;
  font-size: 14.95px;
  border: none;
  border-color: transparent;
  height: auto;
}
/* line 13097, ../../app/assets/stylesheets/chromatron-red.css.scss */
.plupload .plupload_filelist_footer .plupload_buttons .btn + .btn {
  margin-left: 5px;
}
/* line 13101, ../../app/assets/stylesheets/chromatron-red.css.scss */
.plupload .plupload_file_status {
  color: #616466;
}
/* line 13103, ../../app/assets/stylesheets/chromatron-red.css.scss */
.plupload .plupload_file_status span {
  color: #616466;
}
/* line 13107, ../../app/assets/stylesheets/chromatron-red.css.scss */
.plupload .plupload_file_name {
  padding: 0;
}
/* line 13110, ../../app/assets/stylesheets/chromatron-red.css.scss */
.plupload .plupload_scroll {
  overflow: visible;
  height: auto;
  width: auto;
  max-height: none;
}
/* line 13116, ../../app/assets/stylesheets/chromatron-red.css.scss */
.plupload .plupload_filelist {
  margin: 0;
  background-color: #e6e6e6;
  -webkit-box-shadow: 0 0 3px #ababab inset;
  -moz-box-shadow: 0 0 3px #ababab inset;
  box-shadow: 0 0 3px #ababab inset;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
/* line 13125, ../../app/assets/stylesheets/chromatron-red.css.scss */
.plupload .plupload_filelist .plupload_file_name {
  width: 40%;
}
/* line 13129, ../../app/assets/stylesheets/chromatron-red.css.scss */
.plupload .plupload_droptext {
  margin-top: 70px;
  color: #808080;
}

/* line 13136, ../../app/assets/stylesheets/chromatron-red.css.scss */
.no-boxshadow .plupload_filelist_header, .no-boxshadow .plupload_filelist_footer {
  border-color: #bfbfbf;
}

/* jQuery FullCalendar */
/* line 13144, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fullcalendar table {
  background-color: transparent;
}
/* line 13146, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fullcalendar table.table {
  background-color: transparent;
}
/* line 13150, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fullcalendar .fc-header {
  margin-bottom: 10px;
}
/* line 13152, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fullcalendar .fc-header h2 {
  margin: 0;
}
/* line 13159, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fullcalendar .fc-widget-header, .fullcalendar .fc-widget-content {
  border-color: #bfbfbf;
}
/* line 13162, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fullcalendar .fc-state-highlight {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 3px #cccccc;
  -moz-box-shadow: 0 0 3px #cccccc;
  box-shadow: 0 0 3px #cccccc;
}
/* line 13168, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fullcalendar .fc-grid th {
  font-size: 16px;
  padding: 5px 0;
}
/* line 13173, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fullcalendar .fc-button.fc-state-default {
  display: inline-block;
  padding: 4px 10px;
  margin-bottom: 0;
  font-size: 13px;
  line-height: 18px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  position: relative;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  color: #555555;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, white, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(white), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, white, #e6e6e6);
  background-image: -o-linear-gradient(top, white, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  border-color: #e6e6e6 #e6e6e6 #c0c0c0;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #e6e6e6;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-color: #ffffff;
  border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 1px 2px #cdcdcd, 0 1px 2px rgba(255, 255, 255, 0.3) inset;
  -moz-box-shadow: 0 1px 2px #cdcdcd, 0 1px 2px rgba(255, 255, 255, 0.3) inset;
  box-shadow: 0 1px 2px #cdcdcd, 0 1px 2px rgba(255, 255, 255, 0.3) inset;
  border: 1px solid;
  border-color: rgba(0, 0, 0, 0.2) rgba(0, 0, 0, 0.2) rgba(0, 0, 0, 0.25);
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08), 0 1px 2px rgba(255, 255, 255, 0.3) inset;
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08), 0 1px 2px rgba(255, 255, 255, 0.3) inset;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08), 0 1px 2px rgba(255, 255, 255, 0.3) inset;
}
/* line 13212, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fullcalendar .fc-button.fc-state-default:hover, .fullcalendar .fc-button.fc-state-default:active, .fullcalendar .fc-button.fc-state-default.active, .fullcalendar .fc-button.fc-state-default.disabled, .fullcalendar .fc-button.fc-state-default[disabled] {
  color: #555555;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}
/* line 13217, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fullcalendar .fc-button.fc-state-default:active, .fullcalendar .fc-button.fc-state-default.active {
  background-color: #cdcdcd \9;
}
/* line 13220, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fullcalendar .fc-button.fc-state-default:hover, .fullcalendar .fc-button.fc-state-default:active, .fullcalendar .fc-button.fc-state-default.active {
  color: #555555;
  background-position: 0 0;
  background-color: #e6e6e6;
  background-image: none;
}
/* line 13226, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fullcalendar .fc-button.fc-state-default:active, .fullcalendar .fc-button.fc-state-default.active {
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}
/* line 13232, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fullcalendar .fc-button.fc-state-default.disabled, .fullcalendar .fc-button.fc-state-default[disabled] {
  background-color: #e6e6e6;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
/* line 13242, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fullcalendar .fc-button.fc-state-active {
  display: inline-block;
  padding: 4px 10px;
  margin-bottom: 0;
  font-size: 13px;
  line-height: 18px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  position: relative;
  outline: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  color: #555555;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, white, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(white), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, white, #e6e6e6);
  background-image: -o-linear-gradient(top, white, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  border-color: #e6e6e6 #e6e6e6 #c0c0c0;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #e6e6e6;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-color: #ffffff;
  border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 1px 2px #cdcdcd, 0 1px 2px rgba(255, 255, 255, 0.3) inset;
  -moz-box-shadow: 0 1px 2px #cdcdcd, 0 1px 2px rgba(255, 255, 255, 0.3) inset;
  box-shadow: 0 1px 2px #cdcdcd, 0 1px 2px rgba(255, 255, 255, 0.3) inset;
  border: 1px solid;
  border-color: rgba(0, 0, 0, 0.2) rgba(0, 0, 0, 0.2) rgba(0, 0, 0, 0.25);
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08), 0 1px 2px rgba(255, 255, 255, 0.3) inset;
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08), 0 1px 2px rgba(255, 255, 255, 0.3) inset;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08), 0 1px 2px rgba(255, 255, 255, 0.3) inset;
}
/* line 13282, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fullcalendar .fc-button.fc-state-active:hover, .fullcalendar .fc-button.fc-state-active:active, .fullcalendar .fc-button.fc-state-active.active, .fullcalendar .fc-button.fc-state-active.disabled, .fullcalendar .fc-button.fc-state-active[disabled] {
  color: #555555;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}
/* line 13287, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fullcalendar .fc-button.fc-state-active:active, .fullcalendar .fc-button.fc-state-active.active {
  background-color: #cdcdcd \9;
}
/* line 13290, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fullcalendar .fc-button.fc-state-active:hover, .fullcalendar .fc-button.fc-state-active:active, .fullcalendar .fc-button.fc-state-active.active {
  color: #555555;
  background-position: 0 0;
  background-color: #e6e6e6;
  background-image: none;
}
/* line 13296, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fullcalendar .fc-button.fc-state-active:active, .fullcalendar .fc-button.fc-state-active.active {
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}
/* line 13302, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fullcalendar .fc-button.fc-state-active.disabled, .fullcalendar .fc-button.fc-state-active[disabled] {
  background-color: #e6e6e6;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
/* line 13312, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fullcalendar .fc-button.fc-state-disabled {
  display: inline-block;
  padding: 4px 10px;
  margin-bottom: 0;
  font-size: 13px;
  line-height: 18px;
  text-align: center;
  vertical-align: middle;
  position: relative;
  cursor: default;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  opacity: 0.35;
  filter: alpha(opacity=35);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: #555555;
  border: 1px solid;
  border-color: rgba(0, 0, 0, 0.2) rgba(0, 0, 0, 0.2) rgba(0, 0, 0, 0.25);
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
  background-image: none;
  background-color: #e6e6e6;
}
/* line 13339, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fullcalendar .fc-button.fc-state-disabled:active {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
/* line 13345, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fullcalendar .fc-button.fc-corner-left {
  margin-left: 0;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}
/* line 13354, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fullcalendar .fc-button.fc-corner-right {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
}
/* line 13363, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fullcalendar .fc-state-default {
  color: #555555;
}
/* line 13365, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fullcalendar .fc-state-default .fc-button-inner {
  color: #555555;
}
/* line 13369, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fullcalendar .fc-state-active .fc-button-inner {
  color: #555555;
}
/* line 13372, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fullcalendar .fc-state-default .fc-button-inner {
  background: transparent;
  border-width: 0;
}
/* line 13376, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fullcalendar .fc-button-content {
  line-height: 18px;
  height: 18px;
  padding: 0;
}
/* line 13381, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fullcalendar .fc-state-default .fc-button-effect span {
  display: none;
}
/* line 13385, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fullcalendar .fc-button-content [class^="awe-"], .fullcalendar .fc-button-content [class*=" awe-"] {
  font-size: 14.95px;
}

/* line 13391, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fc .fc-header-space {
  padding-left: 2px;
}

/* line 13396, ../../app/assets/stylesheets/chromatron-red.css.scss */
.data-block.span6 .fc-header-left, .data-block.span5 .fc-header-left, .data-block.span4 .fc-header-left, .data-block.span3 .fc-header-left, .data-block.span6 .fc-header-center, .data-block.span5 .fc-header-center, .data-block.span4 .fc-header-center, .data-block.span3 .fc-header-center, .data-block.span6 .fc-header-right, .data-block.span5 .fc-header-right, .data-block.span4 .fc-header-right, .data-block.span3 .fc-header-right {
  float: left;
}
/* line 13399, ../../app/assets/stylesheets/chromatron-red.css.scss */
.data-block.span6 .fc-header-left, .data-block.span5 .fc-header-left, .data-block.span4 .fc-header-left, .data-block.span3 .fc-header-left {
  margin-bottom: 5px;
}
/* line 13402, ../../app/assets/stylesheets/chromatron-red.css.scss */
.data-block.span6 .fc-header-center, .data-block.span5 .fc-header-center, .data-block.span4 .fc-header-center, .data-block.span3 .fc-header-center {
  clear: left;
  margin-top: 10px;
}

/* jQuery FullCalendar event style */
/* line 13411, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fullcalendar .fc-event {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
/* line 13416, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fullcalendar a.fc-event:hover {
  text-decoration: none;
}
/* line 13419, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fullcalendar .fc-event-skin {
  border: none;
  color: #ffffff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
  background-color: #bd5f4c;
  background-image: -moz-linear-gradient(top, #c87261, #ae432e);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#c87261), to(#ae432e));
  background-image: -webkit-linear-gradient(top, #c87261, #ae432e);
  background-image: -o-linear-gradient(top, #c87261, #ae432e);
  background-image: linear-gradient(to bottom, #c87261, #ae432e);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc87261', endColorstr='#ffae432e', GradientType=0);
  border-color: #ae432e #ae432e #712c1e;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #ae432e;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2), 0 1px 2px rgba(255, 255, 255, 0.1) inset;
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2), 0 1px 2px rgba(255, 255, 255, 0.1) inset;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2), 0 1px 2px rgba(255, 255, 255, 0.1) inset;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
/* line 13442, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fullcalendar .fc-event-skin:hover, .fullcalendar .fc-event-skin:active, .fullcalendar .fc-event-skin.active, .fullcalendar .fc-event-skin.disabled, .fullcalendar .fc-event-skin[disabled] {
  color: #ffffff;
  background-color: #ae432e;
  *background-color: #9a3b29;
}
/* line 13447, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fullcalendar .fc-event-skin:active, .fullcalendar .fc-event-skin.active {
  background-color: #863323 \9;
}
/* line 13450, ../../app/assets/stylesheets/chromatron-red.css.scss */
.fullcalendar .fc-event-skin > span:first-child {
  margin-left: 3px;
}

/* jQuery Snippet */
/* line 13459, ../../app/assets/stylesheets/chromatron-red.css.scss */
.snippet-container pre .snippet-num, .snippet-container .snippet-wrap .snippet-num {
  margin: 0;
}
/* line 13462, ../../app/assets/stylesheets/chromatron-red.css.scss */
.snippet-container pre pre.sh_sourceCode, .snippet-container .snippet-wrap pre.sh_sourceCode {
  margin: 0;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
/* line 13472, ../../app/assets/stylesheets/chromatron-red.css.scss */
.snippet-container .snippet-menu pre {
  border: none;
}

/* line 13477, ../../app/assets/stylesheets/chromatron-red.css.scss */
.no-boxshadow pre.sh_sourceCode {
  border: 1px solid #ccc;
}

/* jQuery Tags Input */
/* line 13484, ../../app/assets/stylesheets/chromatron-red.css.scss */
div.tagsinput {
  padding: 0;
  margin: -5px 0 0;
  width: auto !important;
  height: auto !important;
  color: #555555;
  background-color: transparent;
  border: none;
  -webkit-transition: 'border linear .2s, box-shadow linear .2s';
  -moz-transition: 'border linear .2s, box-shadow linear .2s';
  -o-transition: 'border linear .2s, box-shadow linear .2s';
  transition: 'border linear .2s, box-shadow linear .2s';
}
/* line 13496, ../../app/assets/stylesheets/chromatron-red.css.scss */
div.tagsinput.focused {
  outline: 0;
  border-color: rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 5px rgba(0, 0, 0, 0.3);
}
/* line 13503, ../../app/assets/stylesheets/chromatron-red.css.scss */
div.tagsinput span.tag {
  text-shadow: none;
  line-height: normal;
  padding: 4px;
  margin: 5px 5px 0 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: #ae432e;
  border-color: #ae432e;
  color: #ffffff;
}
/* line 13514, ../../app/assets/stylesheets/chromatron-red.css.scss */
div.tagsinput span.tag a {
  color: #ffffff;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
/* line 13518, ../../app/assets/stylesheets/chromatron-red.css.scss */
div.tagsinput span.tag a:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
/* line 13524, ../../app/assets/stylesheets/chromatron-red.css.scss */
div.tagsinput input {
  margin: 5px 0 0;
}
/* line 13528, ../../app/assets/stylesheets/chromatron-red.css.scss */
div.wysiwyg {
  background: none;
  width: auto !important;
  border: none;
}
/* line 13532, ../../app/assets/stylesheets/chromatron-red.css.scss */
div.wysiwyg .toolbar-container {
  padding: 5px;
}
/* line 13535, ../../app/assets/stylesheets/chromatron-red.css.scss */
div.wysiwyg iframe {
  margin-top: 10px;
  background-color: #ffffff;
  width: 100% !important;
  min-height: 250px;
  border: 1px solid #cccccc;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 0 4px #d9d9d9;
  -moz-box-shadow: inset 0 0 4px #d9d9d9;
  box-shadow: inset 0 0 4px #d9d9d9;
}
/* line 13548, ../../app/assets/stylesheets/chromatron-red.css.scss */
div.wysiwyg ul.toolbar {
  margin-bottom: 0;
  border: none;
}

/* jQuery jWYSIWYG */
/* jQuery DataTables */
/* line 13561, ../../app/assets/stylesheets/chromatron-red.css.scss */
.dataTables_wrapper > .row:first-child, .dataTables_wrapper > .row-fluid:first-child {
  margin-bottom: 10px;
}
/* line 13565, ../../app/assets/stylesheets/chromatron-red.css.scss */
.dataTables_wrapper .row [class*="span"], .dataTables_wrapper .row-fluid [class*="span"] {
  margin-bottom: 0;
}
/* line 13568, ../../app/assets/stylesheets/chromatron-red.css.scss */
.dataTables_wrapper table.table {
  clear: both;
  margin-bottom: 10px;
}
/* line 13574, ../../app/assets/stylesheets/chromatron-red.css.scss */
.dataTables_wrapper div.dataTables_length label {
  float: left;
  text-align: left;
}
/* line 13578, ../../app/assets/stylesheets/chromatron-red.css.scss */
.dataTables_wrapper div.dataTables_length select {
  width: 75px;
}
/* line 13582, ../../app/assets/stylesheets/chromatron-red.css.scss */
.dataTables_wrapper div.dataTables_filter label {
  float: right;
}
/* line 13586, ../../app/assets/stylesheets/chromatron-red.css.scss */
.dataTables_wrapper .dataTables_paginate {
  margin: 0;
  float: right;
}
/* line 13592, ../../app/assets/stylesheets/chromatron-red.css.scss */
.dataTables_wrapper table thead .sorting, .dataTables_wrapper table thead .sorting_asc, .dataTables_wrapper table thead .sorting_desc, .dataTables_wrapper table thead .sorting_asc_disabled, .dataTables_wrapper table thead .sorting_desc_disabled {
  cursor: pointer;
  *cursor: hand;
}
/* line 13598, ../../app/assets/stylesheets/chromatron-red.css.scss */
.dataTables_wrapper table.table thead .sorting, .dataTables_wrapper table.table thead .sorting_asc, .dataTables_wrapper table.table thead .sorting_desc, .dataTables_wrapper table.table thead .sorting_asc_disabled, .dataTables_wrapper table.table thead .sorting_desc_disabled {
  background-position: center right;
  background-repeat: no-repeat;
}
/* line 13603, ../../app/assets/stylesheets/chromatron-red.css.scss */
.dataTables_wrapper table.dataTable th:active {
  outline: none;
}

/* jQuery DataTable filter */
/* line 13611, ../../app/assets/stylesheets/chromatron-red.css.scss */
.datatable-controls li {
  padding: 3px 15px;
}

/* jQuery jGrowl */
/* line 13618, ../../app/assets/stylesheets/chromatron-red.css.scss */
div.jGrowl div.jGrowl-notification {
  color: #ffffff;
  background-color: #616466;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
/* line 13631, ../../app/assets/stylesheets/chromatron-red.css.scss */
div.jGrowl div.jGrowl-closer {
  color: #ffffff;
  background-color: #616466;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  opacity: 0.9;
  filter: alpha(opacity=90);
  opacity: 0.35;
  filter: alpha(opacity=35);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
/* line 13648, ../../app/assets/stylesheets/chromatron-red.css.scss */
div.jGrowl div.jGrowl-closer:hover {
  opacity: 0.9;
  filter: alpha(opacity=90);
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
}
/* line 13656, ../../app/assets/stylesheets/chromatron-red.css.scss */
div.jGrowl div a {
  color: #ffffff;
  border-bottom: 1px dotted;
}
/* line 13659, ../../app/assets/stylesheets/chromatron-red.css.scss */
div.jGrowl div a:hover {
  color: #ffffff;
  border-bottom: 1px solid;
  text-decoration: none;
}
/* line 13665, ../../app/assets/stylesheets/chromatron-red.css.scss */
div.jGrowl div.chromatron {
  background-color: #e6e6e6;
  color: #555555;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  -webkit-box-shadow: 0 0 3px #ababab inset, 0 0 15px 10px #ffffff;
  -moz-box-shadow: 0 0 3px #ababab inset, 0 0 15px 10px #ffffff;
  box-shadow: 0 0 3px #ababab inset, 0 0 15px 10px #ffffff;
  opacity: 1;
  filter: alpha(opacity=100);
}
/* line 13674, ../../app/assets/stylesheets/chromatron-red.css.scss */
div.jGrowl div.chromatron a {
  color: #ae432e;
}
/* line 13676, ../../app/assets/stylesheets/chromatron-red.css.scss */
div.jGrowl div.chromatron a:hover {
  color: #ae432e;
  text-decoration: underline;
}
/* line 13682, ../../app/assets/stylesheets/chromatron-red.css.scss */
div.jGrowl div.primary, div.jGrowl div.danger {
  background-color: #ae432e;
  color: #ffffff;
}
/* line 13686, ../../app/assets/stylesheets/chromatron-red.css.scss */
div.jGrowl div.info {
  background-color: #088ec8;
  color: #ffffff;
}
/* line 13690, ../../app/assets/stylesheets/chromatron-red.css.scss */
div.jGrowl div.success {
  background-color: #77ab13;
  color: #ffffff;
}
/* line 13694, ../../app/assets/stylesheets/chromatron-red.css.scss */
div.jGrowl div.warning {
  background-color: #f89406;
  color: #ffffff;
}
/* line 13698, ../../app/assets/stylesheets/chromatron-red.css.scss */
div.jGrowl div.inverse {
  background-color: #33363b;
  color: #ffffff;
}

/* Bootstrap wysihtml5 */
/* line 13706, ../../app/assets/stylesheets/chromatron-red.css.scss */
.wysihtml5 {
  width: 99% !important;
}

/* line 13710, ../../app/assets/stylesheets/chromatron-red.css.scss */
ul.wysihtml5-toolbar {
  margin-bottom: 0;
}

/* line 13714, ../../app/assets/stylesheets/chromatron-red.css.scss */
.wysihtml5-sandbox {
  margin-bottom: 0 !important;
}

/* Color picker */
/* line 13720, ../../app/assets/stylesheets/chromatron-red.css.scss */
.colorpicker-saturation {
  width: 100px;
  height: 100px;
  cursor: crosshair;
  float: left;
}
/* line 13725, ../../app/assets/stylesheets/chromatron-red.css.scss */
.colorpicker-saturation i {
  display: block;
  height: 5px;
  width: 5px;
  border: 1px solid #000;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  position: absolute;
  top: 0;
  left: 0;
  margin: -4px 0 0 -4px;
}
/* line 13737, ../../app/assets/stylesheets/chromatron-red.css.scss */
.colorpicker-saturation i b {
  display: block;
  height: 5px;
  width: 5px;
  border: 1px solid #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/* line 13749, ../../app/assets/stylesheets/chromatron-red.css.scss */
.colorpicker-hue, .colorpicker-alpha {
  width: 15px;
  height: 100px;
  float: left;
  cursor: row-resize;
  margin-left: 4px;
  margin-bottom: 4px;
}

/* line 13758, ../../app/assets/stylesheets/chromatron-red.css.scss */
.colorpicker-hue i, .colorpicker-alpha i {
  display: block;
  height: 1px;
  background: #000;
  border-top: 1px solid #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin-top: -1px;
}

/* line 13770, ../../app/assets/stylesheets/chromatron-red.css.scss */
.colorpicker-alpha {
  display: none;
}

/* line 13774, ../../app/assets/stylesheets/chromatron-red.css.scss */
.colorpicker {
  *zoom: 1;
  top: 0;
  left: 0;
  padding: 4px;
  min-width: 120px;
}
/* line 13780, ../../app/assets/stylesheets/chromatron-red.css.scss */
.colorpicker:before {
  display: table;
  content: "";
  line-height: 0;
}
/* line 13785, ../../app/assets/stylesheets/chromatron-red.css.scss */
.colorpicker:after {
  display: table;
  content: "";
  line-height: 0;
  clear: both;
}
/* line 13791, ../../app/assets/stylesheets/chromatron-red.css.scss */
.colorpicker div {
  position: relative;
}
/* line 13794, ../../app/assets/stylesheets/chromatron-red.css.scss */
.colorpicker.alpha {
  min-width: 140px;
}
/* line 13796, ../../app/assets/stylesheets/chromatron-red.css.scss */
.colorpicker.alpha .colorpicker-alpha {
  display: block;
}

/* line 13802, ../../app/assets/stylesheets/chromatron-red.css.scss */
.colorpicker-color {
  height: 10px;
  margin-top: 5px;
  clear: both;
  background-position: 0 100%;
}
/* line 13807, ../../app/assets/stylesheets/chromatron-red.css.scss */
.colorpicker-color div {
  height: 10px;
}

/* line 13812, ../../app/assets/stylesheets/chromatron-red.css.scss */
.input-append.color .add-on i, .input-prepend.color .add-on i {
  display: block;
  cursor: pointer;
  width: 16px;
  height: 16px;
}

/* line 13819, ../../app/assets/stylesheets/chromatron-red.css.scss */
.colorpicker-preview {
  display: block;
  width: 18px;
  height: 18px;
}

/* Date picker */
/* line 13827, ../../app/assets/stylesheets/chromatron-red.css.scss */
.datepicker {
  top: 0;
  left: 0;
  padding: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
/* line 13834, ../../app/assets/stylesheets/chromatron-red.css.scss */
.datepicker:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -7px;
  left: 6px;
}
/* line 13845, ../../app/assets/stylesheets/chromatron-red.css.scss */
.datepicker:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  position: absolute;
  top: -6px;
  left: 7px;
}
/* line 13855, ../../app/assets/stylesheets/chromatron-red.css.scss */
.datepicker > div {
  display: none;
}
/* line 13858, ../../app/assets/stylesheets/chromatron-red.css.scss */
.datepicker.days div.datepicker-days, .datepicker.months div.datepicker-months, .datepicker.years div.datepicker-years {
  display: block;
}
/* line 13861, ../../app/assets/stylesheets/chromatron-red.css.scss */
.datepicker table {
  width: 100%;
  margin: 0;
}
/* line 13865, ../../app/assets/stylesheets/chromatron-red.css.scss */
.datepicker td, .datepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
/* line 13874, ../../app/assets/stylesheets/chromatron-red.css.scss */
.datepicker td.day:hover {
  background: #eeeeee;
  cursor: pointer;
}
/* line 13878, ../../app/assets/stylesheets/chromatron-red.css.scss */
.datepicker td.old, .datepicker td.new {
  color: #999999;
}
/* line 13881, ../../app/assets/stylesheets/chromatron-red.css.scss */
.datepicker td.active {
  color: #fff;
  background-color: #ae432e;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
/* line 13885, ../../app/assets/stylesheets/chromatron-red.css.scss */
.datepicker td.active:hover {
  color: #fff;
  background-color: #ae432e;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
/* line 13891, ../../app/assets/stylesheets/chromatron-red.css.scss */
.datepicker td span {
  display: block;
  width: 47px;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 2px;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
/* line 13902, ../../app/assets/stylesheets/chromatron-red.css.scss */
.datepicker td span:hover {
  background: #eeeeee;
}
/* line 13905, ../../app/assets/stylesheets/chromatron-red.css.scss */
.datepicker td span.active {
  color: #fff;
  background-color: #ae432e;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
/* line 13910, ../../app/assets/stylesheets/chromatron-red.css.scss */
.datepicker td span.old {
  color: #999999;
}
/* line 13915, ../../app/assets/stylesheets/chromatron-red.css.scss */
.datepicker th.switch {
  width: 145px;
}
/* line 13918, ../../app/assets/stylesheets/chromatron-red.css.scss */
.datepicker thead tr:first-child th {
  cursor: pointer;
}
/* line 13920, ../../app/assets/stylesheets/chromatron-red.css.scss */
.datepicker thead tr:first-child th:hover {
  background: #eeeeee;
}

/* line 13926, ../../app/assets/stylesheets/chromatron-red.css.scss */
.input-append.date .add-on i, .input-prepend.date .add-on i {
  display: block;
  cursor: pointer;
  width: 16px;
  height: 16px;
}

/* line 13933, ../../app/assets/stylesheets/chromatron-red.css.scss */
.datepicker + .add-on .icon-calendar {
  font-size: 20px;
}

/* Pages */
/* Login page */
/* line 13940, ../../app/assets/stylesheets/chromatron-red.css.scss */
.login-page {
  background-image: none;
}
/* line 13942, ../../app/assets/stylesheets/chromatron-red.css.scss */
.login-page .login-container {
  width: 90%;
  max-width: 400px;
  margin: 120px auto 0;
}
/* line 13946, ../../app/assets/stylesheets/chromatron-red.css.scss */
.login-page .login-container h1 {
  margin: 0 0 20px;
}
/* line 13948, ../../app/assets/stylesheets/chromatron-red.css.scss */
.login-page .login-container h1 .brand {
  display: block;
  background-repeat: no-repeat;
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  width: 231px;
  height: 26px;
}
/* line 13960, ../../app/assets/stylesheets/chromatron-red.css.scss */
.login-page .login-container section {
  padding: 20px;
  background-color: #ffffff;
  border: 1px solid #b3b3b3;
  -webkit-box-shadow: 0 0 5px #999999;
  -moz-box-shadow: 0 0 5px #999999;
  box-shadow: 0 0 5px #999999;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
/* line 13970, ../../app/assets/stylesheets/chromatron-red.css.scss */
.login-page .login-container section input {
  width: 94%;
}
/* line 13972, ../../app/assets/stylesheets/chromatron-red.css.scss */
.login-page .login-container section input[type="checkbox"] {
  width: auto;
}
/* line 13977, ../../app/assets/stylesheets/chromatron-red.css.scss */
.login-page .login-container nav {
  margin-top: 10px;
  *zoom: 1;
}
/* line 13980, ../../app/assets/stylesheets/chromatron-red.css.scss */
.login-page .login-container nav:before {
  display: table;
  content: "";
  line-height: 0;
}
/* line 13985, ../../app/assets/stylesheets/chromatron-red.css.scss */
.login-page .login-container nav:after {
  display: table;
  content: "";
  line-height: 0;
  clear: both;
}
/* line 13991, ../../app/assets/stylesheets/chromatron-red.css.scss */
.login-page .login-container nav ul {
  margin: 0;
  padding: 0;
  float: right;
  list-style: none;
  *zoom: 1;
}
/* line 13997, ../../app/assets/stylesheets/chromatron-red.css.scss */
.login-page .login-container nav ul:before {
  display: table;
  content: "";
  line-height: 0;
}
/* line 14002, ../../app/assets/stylesheets/chromatron-red.css.scss */
.login-page .login-container nav ul:after {
  display: table;
  content: "";
  line-height: 0;
  clear: both;
}
/* line 14008, ../../app/assets/stylesheets/chromatron-red.css.scss */
.login-page .login-container nav ul li {
  display: block;
  float: left;
}
/* line 14011, ../../app/assets/stylesheets/chromatron-red.css.scss */
.login-page .login-container nav ul li + li {
  margin-left: 10px;
  padding-left: 10px;
  border-left: 1px solid #d2d2d2;
}
/* line 14016, ../../app/assets/stylesheets/chromatron-red.css.scss */
.login-page .login-container nav ul li a {
  color: #8d8d8d;
  text-shadow: 0 1px 1px #ffffff;
}
/* line 14019, ../../app/assets/stylesheets/chromatron-red.css.scss */
.login-page .login-container nav ul li a:hover {
  color: #ae432e;
  text-decoration: none;
}

/* Error pages */
/* line 14032, ../../app/assets/stylesheets/chromatron-red.css.scss */
.error-page {
  background-image: none;
}
/* line 14034, ../../app/assets/stylesheets/chromatron-red.css.scss */
.error-page .error-container {
  width: 90%;
  max-width: 600px;
  text-align: center;
  margin: 80px auto 0;
  *zoom: 1;
}
/* line 14040, ../../app/assets/stylesheets/chromatron-red.css.scss */
.error-page .error-container:before {
  display: table;
  content: "";
  line-height: 0;
}
/* line 14045, ../../app/assets/stylesheets/chromatron-red.css.scss */
.error-page .error-container:after {
  display: table;
  content: "";
  line-height: 0;
  clear: both;
}
/* line 14051, ../../app/assets/stylesheets/chromatron-red.css.scss */
.error-page .error-container h1 {
  margin: 0;
  font-size: 169px;
  line-height: normal;
  color: #ffffff;
  text-shadow: 0 1px 0 #cccccc, 0 2px 0 #c9c9c9, 0 3px 0 #bbbbbb, 0 4px 0 #b9b9b9, 0 5px 0 #aaaaaa, 0 6px 1px rgba(0, 0, 0, 0.1), 0 0 5px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.3), 0 3px 5px rgba(0, 0, 0, 0.2), 0 5px 10px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.2), 0 20px 20px rgba(0, 0, 0, 0.15);
}
/* line 14058, ../../app/assets/stylesheets/chromatron-red.css.scss */
.error-page .error-container p {
  margin: 10px 0;
}
/* line 14060, ../../app/assets/stylesheets/chromatron-red.css.scss */
.error-page .error-container p.description {
  margin-top: -20px;
  font-size: 39px;
}

/* Responsive styles */
/* Extra large desktop */
@media (min-width: 1700px) {
  /* line 14071, ../../app/assets/stylesheets/chromatron-red.css.scss */
  .page-header {
    max-width: 1170px;
  }

  /* line 14075, ../../app/assets/stylesheets/chromatron-red.css.scss */
  .content-block > .row-fluid {
    max-width: 1170px;
  }
  /* line 14078, ../../app/assets/stylesheets/chromatron-red.css.scss */
  .content-block > .alert {
    max-width: 1119px;
  }

  /* line 14083, ../../app/assets/stylesheets/chromatron-red.css.scss */
  .data-block.span3 .fc-header-left, .data-block.span3 .fc-header-center, .data-block.span3 .fc-header-right {
    float: none;
  }
  /* line 14086, ../../app/assets/stylesheets/chromatron-red.css.scss */
  .data-block.span3 .fc-header-left {
    margin-bottom: 0;
  }
  /* line 14089, ../../app/assets/stylesheets/chromatron-red.css.scss */
  .data-block.span3 .fc-header-center {
    clear: none;
    margin-top: 0;
  }
}
/* Large desktop */
@media (min-width: 1200px) {
  /* line 14099, ../../app/assets/stylesheets/chromatron-red.css.scss */
  .data-block.span6 .fc-header-left, .data-block.span5 .fc-header-left, .data-block.span4 .fc-header-left, .data-block.span6 .fc-header-center, .data-block.span5 .fc-header-center, .data-block.span4 .fc-header-center, .data-block.span6 .fc-header-right, .data-block.span5 .fc-header-right, .data-block.span4 .fc-header-right {
    float: none;
  }
  /* line 14102, ../../app/assets/stylesheets/chromatron-red.css.scss */
  .data-block.span6 .fc-header-left, .data-block.span5 .fc-header-left, .data-block.span4 .fc-header-left {
    margin-bottom: 0;
  }
  /* line 14105, ../../app/assets/stylesheets/chromatron-red.css.scss */
  .data-block.span6 .fc-header-center, .data-block.span5 .fc-header-center, .data-block.span4 .fc-header-center {
    clear: none;
    margin-top: 0;
  }
}
/* Portrait tablet to default desktop */
@media (min-width: 768px) and (max-width: 979px) {
  /* line 14114, ../../app/assets/stylesheets/chromatron-red.css.scss */
  body .container, .fixed-layout .container, body .container-fluid, .fixed-layout .container-fluid {
    background-image: none;
  }

  /* line 14117, ../../app/assets/stylesheets/chromatron-red.css.scss */
  .container, .container-fluid {
    width: 100%;
  }

  /* line 14120, ../../app/assets/stylesheets/chromatron-red.css.scss */
  .data-block[class*="span"] {
    float: none;
    width: 100%;
    margin: 0 0 20px 0;
  }

  /* line 14126, ../../app/assets/stylesheets/chromatron-red.css.scss */
  .form-horizontal .control-label {
    width: 110px;
  }
  /* line 14129, ../../app/assets/stylesheets/chromatron-red.css.scss */
  .form-horizontal .controls {
    margin-left: 130px;
  }
  /* line 14131, ../../app/assets/stylesheets/chromatron-red.css.scss */
  .form-horizontal .controls:first-child {
    *padding-left: 130px;
  }
  /* line 14135, ../../app/assets/stylesheets/chromatron-red.css.scss */
  .form-horizontal .form-actions {
    padding-left: 130px;
  }
}
/* Landscape phone to small desktop and portrait tablet */
@media (max-width: 767px) {
  /* line 14143, ../../app/assets/stylesheets/chromatron-red.css.scss */
  body {
    background-image: none;
  }

  /* line 14147, ../../app/assets/stylesheets/chromatron-red.css.scss */
  .fixed-layout .container, .fixed-layout .container-fluid {
    background-image: none;
  }
  /* line 14150, ../../app/assets/stylesheets/chromatron-red.css.scss */
  .fixed-layout .container .content-block, .fixed-layout .container-fluid .content-block {
    background: #ffffff;
  }

  /* line 14154, ../../app/assets/stylesheets/chromatron-red.css.scss */
  .navigation-block {
    float: none;
    width: 100%;
    position: static;
    border-bottom: 1px solid #d1d1d1;
  }
  /* line 14159, ../../app/assets/stylesheets/chromatron-red.css.scss */
  .navigation-block .btn-navbar {
    display: block;
    margin: 0 20px;
    text-align: left;
    font-weight: bold;
  }
  /* line 14164, ../../app/assets/stylesheets/chromatron-red.css.scss */
  .navigation-block .btn-navbar [class^="fam-"], .navigation-block .btn-navbar [class*=" fam-"] {
    vertical-align: top;
  }
  /* line 14168, ../../app/assets/stylesheets/chromatron-red.css.scss */
  .navigation-block .nav-collapse.in {
    margin-top: 20px;
  }

  /* line 14172, ../../app/assets/stylesheets/chromatron-red.css.scss */
  .content-block {
    margin: 0;
    background: #ffffff;
  }

  /* line 14177, ../../app/assets/stylesheets/chromatron-red.css.scss */
  .user-profile img {
    float: left;
  }
  /* line 14180, ../../app/assets/stylesheets/chromatron-red.css.scss */
  .user-profile figcaption {
    float: none;
    margin-left: 75px;
    width: auto;
    min-width: 180px;
  }

  /* line 14187, ../../app/assets/stylesheets/chromatron-red.css.scss */
  .main-navigation > ul > li.current > a {
    background-image: none;
    margin-right: 0;
  }
  /* line 14190, ../../app/assets/stylesheets/chromatron-red.css.scss */
  .main-navigation > ul > li.current > a .badge {
    margin-right: 0;
  }

  /* line 14194, ../../app/assets/stylesheets/chromatron-red.css.scss */
  .side-note img {
    width: 100%;
    height: auto;
  }

  /* line 14198, ../../app/assets/stylesheets/chromatron-red.css.scss */
  .nav-collapse {
    height: 0;
    overflow: hidden;
  }
  /* line 14201, ../../app/assets/stylesheets/chromatron-red.css.scss */
  .nav-collapse.collapse {
    height: 0;
    overflow: hidden;
  }
}
/* Up to landscape phone */
@media (max-width: 480px) {
  /* line 14210, ../../app/assets/stylesheets/chromatron-red.css.scss */
  .fc-header-left, .fc-header-center, .fc-header-right {
    float: left;
  }

  /* line 14213, ../../app/assets/stylesheets/chromatron-red.css.scss */
  .fc-header-left {
    margin-bottom: 5px;
  }

  /* line 14216, ../../app/assets/stylesheets/chromatron-red.css.scss */
  .fc-header-center {
    clear: left;
    margin-top: 10px;
  }

  /* line 14220, ../../app/assets/stylesheets/chromatron-red.css.scss */
  .thumbnail img {
    width: 100%;
    height: auto;
  }
}
/* Demo styles */
/* line 14228, ../../app/assets/stylesheets/chromatron-red.css.scss */
.data-block .row-fluid.demo {
  color: #fff;
  line-height: 30px;
  min-height: 30px;
  text-align: center;
  margin-bottom: 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
/* line 14237, ../../app/assets/stylesheets/chromatron-red.css.scss */
.data-block .row-fluid.demo:last-child div {
  margin-bottom: 0;
}
/* line 14240, ../../app/assets/stylesheets/chromatron-red.css.scss */
.data-block .row-fluid.demo > div {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #ae432e;
}
/* line 14246, ../../app/assets/stylesheets/chromatron-red.css.scss */
.data-block .row-fluid.demo > div > .row > div, .data-block .row-fluid.demo > div > .row-fluid > div {
  margin-bottom: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #863323;
}

/* line 14258, ../../app/assets/stylesheets/chromatron-red.css.scss */
.demo > input, .demo > select {
  display: block !important;
  margin-bottom: 10px;
}

/* line 14264, ../../app/assets/stylesheets/chromatron-red.css.scss */
.progress {
  margin-bottom: 10px;
}
/* line 28, ../../../../shared/bundle/ruby/1.9.1/gems/anjlab-bootstrap-rails-2.2.2.0/vendor/frameworks/twitter/bootstrap/mixins.scss */
.clearfix {
  *zoom: 1;
}
/* line 16, ../../../../shared/bundle/ruby/1.9.1/gems/anjlab-bootstrap-rails-2.2.2.0/vendor/frameworks/twitter/bootstrap/mixins.scss */
.clearfix:before, .clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
/* line 23, ../../../../shared/bundle/ruby/1.9.1/gems/anjlab-bootstrap-rails-2.2.2.0/vendor/frameworks/twitter/bootstrap/mixins.scss */
.clearfix:after {
  clear: both;
}

/* line 125, ../../../../shared/bundle/ruby/1.9.1/gems/anjlab-bootstrap-rails-2.2.2.0/vendor/frameworks/twitter/bootstrap/mixins.scss */
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

/* line 3, ../../app/assets/stylesheets/chromatron-override.css.scss */
.content-block {
  background-color: #fff9f3;
}

/* line 7, ../../app/assets/stylesheets/chromatron-override.css.scss */
.navbar {
  font-size: 15px;
}

/* line 10, ../../app/assets/stylesheets/chromatron-override.css.scss */
.navbar .dropdown-menu li > a {
  padding: 5px 20px;
}

/* line 13, ../../app/assets/stylesheets/chromatron-override.css.scss */
.nav > li > a:hover {
  background-color: #fff;
}

/* line 18, ../../app/assets/stylesheets/chromatron-override.css.scss */
.table th.center, .table td.center {
  text-align: center;
}

/* line 21, ../../app/assets/stylesheets/chromatron-override.css.scss */
.table tbody th {
  text-align: left;
}

/* line 26, ../../app/assets/stylesheets/chromatron-override.css.scss */
.table-striped tbody > tr:nth-child(odd) > td,
.table-striped tbody > tr:nth-child(odd) > th {
  background-color: rgba(255, 255, 255, 0.85);
}

/* line 31, ../../app/assets/stylesheets/chromatron-override.css.scss */
.table tfoot tr.table-footer th, .table tfoot tr.table-footer td {
  background-color: #fff8e0;
  color: #9a3b29;
  font-weight: bold;
}

/* line 38, ../../app/assets/stylesheets/chromatron-override.css.scss */
.data-block.nested hr {
  border-top-color: #cacaca;
}

/* line 42, ../../app/assets/stylesheets/chromatron-override.css.scss */
.ie .input-block-level {
  padding-top: 0;
  padding-bottom: 0;
}

/* line 48, ../../app/assets/stylesheets/chromatron-override.css.scss */
dl dd + dt {
  margin-top: 9px;
}

/* line 51, ../../app/assets/stylesheets/chromatron-override.css.scss */
dl.dl-horizontal dd + dt {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  /* line 54, ../../app/assets/stylesheets/chromatron-override.css.scss */
  dl.dl-horizontal dd + dt {
    margin-top: 9px;
  }
}

/* line 60, ../../app/assets/stylesheets/chromatron-override.css.scss */
.nested label,
.nested label.radio,
.nested label.checkbox {
  color: #444;
}

/* line 68, ../../app/assets/stylesheets/chromatron-override.css.scss */
.row-fluid .control-group input[class*="span"],
.row-fluid .control-group select[class*="span"],
.row-fluid .control-group textarea[class*="span"],
.row-fluid .control-group .uneditable-input[class*="span"] {
  margin-left: 2.127659574468085%;
  float: left;
}
/* line 72, ../../app/assets/stylesheets/chromatron-override.css.scss */
.row-fluid .control-group input[class*="span"]:first-child,
.row-fluid .control-group select[class*="span"]:first-child,
.row-fluid .control-group textarea[class*="span"]:first-child,
.row-fluid .control-group .uneditable-input[class*="span"]:first-child {
  margin-left: 0;
}

/* line 79, ../../app/assets/stylesheets/chromatron-override.css.scss */
.btn .icon-white.awe-eye-open, .btn .icon-white.icon-eye-open {
  -webkit-font-smoothing: antialiased;
}

/* line 87, ../../app/assets/stylesheets/chromatron-override.css.scss */
.btn-primary:hover, .btn-info:hover, .btn-success:hover,
.btn-warning:hover,
.btn-orange:hover, .btn-danger:hover, .btn-inverse:hover {
  background-position: 0 15px;
}

/* line 91, ../../app/assets/stylesheets/chromatron-override.css.scss */
.btn-primary {
  color: white;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #ae542e;
  background-image: -moz-linear-gradient(top, #ae432e, #ae6e2e);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ae432e), to(#ae6e2e));
  background-image: -webkit-linear-gradient(top, #ae432e, #ae6e2e);
  background-image: -o-linear-gradient(top, #ae432e, #ae6e2e);
  background-image: linear-gradient(to bottom, #ae432e, #ae6e2e);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffae432e', endColorstr='#ffae6e2e', GradientType=0);
  border-color: #ae6e2e #ae6e2e #71481e;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) fadein(rgba(0, 0, 0, 0.1), 15%);
  *background-color: #ae432e;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
/* line 27, ../../app/assets/stylesheets/mixins.css.scss */
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
  color: white;
  background-color: #ae432e;
  *background-color: #9a3b29;
}
/* line 33, ../../app/assets/stylesheets/mixins.css.scss */
.btn-primary:active, .btn-primary.active {
  background-color: #863323 \9;
}

/* line 94, ../../app/assets/stylesheets/chromatron-override.css.scss */
.btn-info {
  color: white;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #2e87ae;
  background-image: -moz-linear-gradient(top, #2e6eae, #2eaeae);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#2e6eae), to(#2eaeae));
  background-image: -webkit-linear-gradient(top, #2e6eae, #2eaeae);
  background-image: -o-linear-gradient(top, #2e6eae, #2eaeae);
  background-image: linear-gradient(to bottom, #2e6eae, #2eaeae);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff2e6eae', endColorstr='#ff2eaeae', GradientType=0);
  border-color: #2eaeae #2eaeae #1e7171;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) fadein(rgba(0, 0, 0, 0.1), 15%);
  *background-color: #2e6eae;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
/* line 27, ../../app/assets/stylesheets/mixins.css.scss */
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
  color: white;
  background-color: #2e6eae;
  *background-color: #29629a;
}
/* line 33, ../../app/assets/stylesheets/mixins.css.scss */
.btn-info:active, .btn-info.active {
  background-color: #235586 \9;
}

/* line 97, ../../app/assets/stylesheets/chromatron-override.css.scss */
.btn-success {
  color: white;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #37a018;
  background-image: -moz-linear-gradient(top, #0d9709, #76ae2f);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0d9709), to(#76ae2f));
  background-image: -webkit-linear-gradient(top, #0d9709, #76ae2f);
  background-image: -o-linear-gradient(top, #0d9709, #76ae2f);
  background-image: linear-gradient(to bottom, #0d9709, #76ae2f);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0d9709', endColorstr='#ff76ae2f', GradientType=0);
  border-color: #76ae2f #76ae2f #4d721f;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) fadein(rgba(0, 0, 0, 0.1), 15%);
  *background-color: #0d9709;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
/* line 27, ../../app/assets/stylesheets/mixins.css.scss */
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
  color: white;
  background-color: #0d9709;
  *background-color: #0b7f08;
}
/* line 33, ../../app/assets/stylesheets/mixins.css.scss */
.btn-success:active, .btn-success.active {
  background-color: #096706 \9;
}

/* line 100, ../../app/assets/stylesheets/chromatron-override.css.scss */
.btn-warning, .btn-orange {
  color: white;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #c48210;
  background-image: -moz-linear-gradient(top, #c46a00, #c5a829);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#c46a00), to(#c5a829));
  background-image: -webkit-linear-gradient(top, #c46a00, #c5a829);
  background-image: -o-linear-gradient(top, #c46a00, #c5a829);
  background-image: linear-gradient(to bottom, #c46a00, #c5a829);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc46a00', endColorstr='#ffc5a829', GradientType=0);
  border-color: #c5a829 #c5a829 #86721c;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) fadein(rgba(0, 0, 0, 0.1), 15%);
  *background-color: #c46a00;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
/* line 27, ../../app/assets/stylesheets/mixins.css.scss */
.btn-warning:hover, .btn-orange:hover, .btn-warning:active, .btn-orange:active, .btn-warning.active, .active.btn-orange, .btn-warning.disabled, .disabled.btn-orange, .btn-warning[disabled], [disabled].btn-orange {
  color: white;
  background-color: #c46a00;
  *background-color: #ab5c00;
}
/* line 33, ../../app/assets/stylesheets/mixins.css.scss */
.btn-warning:active, .btn-orange:active, .btn-warning.active, .active.btn-orange {
  background-color: #914e00 \9;
}

/* line 103, ../../app/assets/stylesheets/chromatron-override.css.scss */
.btn-danger {
  color: white;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #a90004;
  background-image: -moz-linear-gradient(top, #920004, #cc0005);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#920004), to(#cc0005));
  background-image: -webkit-linear-gradient(top, #920004, #cc0005);
  background-image: -o-linear-gradient(top, #920004, #cc0005);
  background-image: linear-gradient(to bottom, #920004, #cc0005);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff920004', endColorstr='#ffcc0005', GradientType=0);
  border-color: #cc0005 #cc0005 #800003;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) fadein(rgba(0, 0, 0, 0.1), 15%);
  *background-color: #920004;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
/* line 27, ../../app/assets/stylesheets/mixins.css.scss */
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
  color: white;
  background-color: #920004;
  *background-color: #780003;
}
/* line 33, ../../app/assets/stylesheets/mixins.css.scss */
.btn-danger:active, .btn-danger.active {
  background-color: #5f0003 \9;
}

/* line 106, ../../app/assets/stylesheets/chromatron-override.css.scss */
.btn-inverse {
  color: white;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #2f2f2f;
  background-image: -moz-linear-gradient(top, #222222, #444444);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#222222), to(#444444));
  background-image: -webkit-linear-gradient(top, #222222, #444444);
  background-image: -o-linear-gradient(top, #222222, #444444);
  background-image: linear-gradient(to bottom, #222222, #444444);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff222222', endColorstr='#ff444444', GradientType=0);
  border-color: #444444 #444444 #1e1e1e;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) fadein(rgba(0, 0, 0, 0.1), 15%);
  *background-color: #222222;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
/* line 27, ../../app/assets/stylesheets/mixins.css.scss */
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
  color: white;
  background-color: #222222;
  *background-color: #151515;
}
/* line 33, ../../app/assets/stylesheets/mixins.css.scss */
.btn-inverse:active, .btn-inverse.active {
  background-color: #090909 \9;
}

/* line 115, ../../app/assets/stylesheets/chromatron-override.css.scss */
.btn-aqua {
  background-color: transparent;
  background-image: none;
  color: #555;
  font-weight: bold;
  border-color: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px;
}
/* line 126, ../../app/assets/stylesheets/chromatron-override.css.scss */
.btn-aqua:hover {
  background-color: #ddd;
  background-color: rgba(0, 0, 0, 0.06);
  color: #555;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
/* line 133, ../../app/assets/stylesheets/chromatron-override.css.scss */
.btn-aqua:active, .btn-group.open .btn-aqua.dropdown-toggle {
  background-color: #777;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-weight: normal;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3), 0 1px 2px rgba(0, 0, 0, 0.05);
}
/* line 142, ../../app/assets/stylesheets/chromatron-override.css.scss */
.btn-group > .btn-aqua:first-child {
  -moz-border-radius-topleft: 15px;
  -webkit-border-top-left-radius: 15px;
  border-top-left-radius: 15px;
  -moz-border-radius-bottomleft: 15px;
  -webkit-border-bottom-left-radius: 15px;
  border-bottom-left-radius: 15px;
}
/* line 147, ../../app/assets/stylesheets/chromatron-override.css.scss */
.btn-group > .btn-aqua:last-child, .btn-group > .btn-aqua.dropdown-toggle {
  -moz-border-radius-topright: 15px;
  -webkit-border-top-right-radius: 15px;
  border-top-right-radius: 15px;
  -moz-border-radius-bottomright: 15px;
  -webkit-border-bottom-right-radius: 15px;
  border-bottom-right-radius: 15px;
}
/*!
 *  Font Awesome 3.2.1
 *  the iconic font designed for Bootstrap
 *  ------------------------------------------------------------------------------
 *  The full suite of pictographic icons, examples, and documentation can be
 *  found at http://fontawesome.io.  Stay up to date on Twitter at
 *  http://twitter.com/fontawesome.
 *
 *  License
 *  ------------------------------------------------------------------------------
 *  - The Font Awesome font is licensed under SIL OFL 1.1 -
 *    http://scripts.sil.org/OFL
 *  - Font Awesome CSS, LESS, and SASS files are licensed under MIT License -
 *    http://opensource.org/licenses/mit-license.html
 *  - Font Awesome documentation licensed under CC BY 3.0 -
 *    http://creativecommons.org/licenses/by/3.0/
 *  - Attribution is no longer required in Font Awesome 3.0, but much appreciated:
 *    "Font Awesome by Dave Gandy - http://fontawesome.io"
 *
 *  Author - Dave Gandy
 *  ------------------------------------------------------------------------------
 *  Email: dave@fontawesome.io
 *  Twitter: http://twitter.com/byscuits
 *  Work: Lead Product Designer @ Kyruus - http://kyruus.com
 */
/* FONT PATH
 * -------------------------- */

@font-face {
  font-family: 'FontAwesome';
  src: url('/assets/fontawesome-webfont-748acb824ec6cf781401beccead3cfb2.eot');
  src: url('/assets/fontawesome-webfont-748acb824ec6cf781401beccead3cfb2.eot?#iefix') format('embedded-opentype'), url('/assets/fontawesome-webfont-5a555be7c82166edbe5603c7fa19bfc7.woff') format('woff'), url('/assets/fontawesome-webfont-4a5576eda11ec10e73e1bc1e5cc13eba.ttf') format('truetype'), url('/assets/fontawesome-webfont-f8154a88507639e8ba69247dcd399af8.svg#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* FONT AWESOME CORE
 * -------------------------- */
[class^="icon-"],
[class*=" icon-"] {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  *margin-right: .3em;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
  text-decoration: inherit;
  display: inline-block;
  speak: none;
}
/* makes the font 33% larger relative to the icon container */
.icon-large:before {
  vertical-align: -10%;
  font-size: 1.3333333333333333em;
}
/* makes sure icons active on rollover in links */
a [class^="icon-"],
a [class*=" icon-"] {
  display: inline;
}
/* increased font size for icon-large */
[class^="icon-"].icon-fixed-width,
[class*=" icon-"].icon-fixed-width {
  display: inline-block;
  width: 1.1428571428571428em;
  text-align: right;
  padding-right: 0.2857142857142857em;
}
[class^="icon-"].icon-fixed-width.icon-large,
[class*=" icon-"].icon-fixed-width.icon-large {
  width: 1.4285714285714286em;
}
.icons-ul {
  margin-left: 2.142857142857143em;
  list-style-type: none;
}
.icons-ul > li {
  position: relative;
}
.icons-ul .icon-li {
  position: absolute;
  left: -2.142857142857143em;
  width: 2.142857142857143em;
  text-align: center;
  line-height: inherit;
}
[class^="icon-"].hide,
[class*=" icon-"].hide {
  display: none;
}
.icon-muted {
  color: #eeeeee;
}
.icon-light {
  color: #ffffff;
}
.icon-dark {
  color: #333333;
}
.icon-border {
  border: solid 1px #eeeeee;
  padding: .2em .25em .15em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.icon-2x {
  font-size: 2em;
}
.icon-2x.icon-border {
  border-width: 2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.icon-3x {
  font-size: 3em;
}
.icon-3x.icon-border {
  border-width: 3px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.icon-4x {
  font-size: 4em;
}
.icon-4x.icon-border {
  border-width: 4px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.icon-5x {
  font-size: 5em;
}
.icon-5x.icon-border {
  border-width: 5px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
[class^="icon-"].pull-left,
[class*=" icon-"].pull-left {
  margin-right: .3em;
}
[class^="icon-"].pull-right,
[class*=" icon-"].pull-right {
  margin-left: .3em;
}
/* BOOTSTRAP SPECIFIC CLASSES
 * -------------------------- */
/* Bootstrap 2.0 sprites.less reset */
[class^="icon-"],
[class*=" icon-"] {
  display: inline;
  width: auto;
  height: auto;
  line-height: normal;
  vertical-align: baseline;
  background-image: none;
  background-position: 0% 0%;
  background-repeat: repeat;
  margin-top: 0;
}
/* more sprites.less reset */
.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:hover > [class*=" icon-"],
.dropdown-menu > .active > a > [class^="icon-"],
.dropdown-menu > .active > a > [class*=" icon-"],
.dropdown-submenu:hover > a > [class^="icon-"],
.dropdown-submenu:hover > a > [class*=" icon-"] {
  background-image: none;
}
/* keeps Bootstrap styles with and without icons the same */
.btn [class^="icon-"].icon-large,
.nav [class^="icon-"].icon-large,
.btn [class*=" icon-"].icon-large,
.nav [class*=" icon-"].icon-large {
  line-height: .9em;
}
.btn [class^="icon-"].icon-spin,
.nav [class^="icon-"].icon-spin,
.btn [class*=" icon-"].icon-spin,
.nav [class*=" icon-"].icon-spin {
  display: inline-block;
}
.nav-tabs [class^="icon-"],
.nav-pills [class^="icon-"],
.nav-tabs [class*=" icon-"],
.nav-pills [class*=" icon-"],
.nav-tabs [class^="icon-"].icon-large,
.nav-pills [class^="icon-"].icon-large,
.nav-tabs [class*=" icon-"].icon-large,
.nav-pills [class*=" icon-"].icon-large {
  line-height: .9em;
}
.btn [class^="icon-"].pull-left.icon-2x,
.btn [class*=" icon-"].pull-left.icon-2x,
.btn [class^="icon-"].pull-right.icon-2x,
.btn [class*=" icon-"].pull-right.icon-2x {
  margin-top: .18em;
}
.btn [class^="icon-"].icon-spin.icon-large,
.btn [class*=" icon-"].icon-spin.icon-large {
  line-height: .8em;
}
.btn.btn-small [class^="icon-"].pull-left.icon-2x,
.btn.btn-small [class*=" icon-"].pull-left.icon-2x,
.btn.btn-small [class^="icon-"].pull-right.icon-2x,
.btn.btn-small [class*=" icon-"].pull-right.icon-2x {
  margin-top: .25em;
}
.btn.btn-large [class^="icon-"],
.btn.btn-large [class*=" icon-"] {
  margin-top: 0;
}
.btn.btn-large [class^="icon-"].pull-left.icon-2x,
.btn.btn-large [class*=" icon-"].pull-left.icon-2x,
.btn.btn-large [class^="icon-"].pull-right.icon-2x,
.btn.btn-large [class*=" icon-"].pull-right.icon-2x {
  margin-top: .05em;
}
.btn.btn-large [class^="icon-"].pull-left.icon-2x,
.btn.btn-large [class*=" icon-"].pull-left.icon-2x {
  margin-right: .2em;
}
.btn.btn-large [class^="icon-"].pull-right.icon-2x,
.btn.btn-large [class*=" icon-"].pull-right.icon-2x {
  margin-left: .2em;
}
/* Fixes alignment in nav lists */
.nav-list [class^="icon-"],
.nav-list [class*=" icon-"] {
  line-height: inherit;
}
/* EXTRAS
 * -------------------------- */
/* Stacked and layered icon */
.icon-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: -35%;
}
.icon-stack [class^="icon-"],
.icon-stack [class*=" icon-"] {
  display: block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  font-size: 1em;
  line-height: inherit;
  *line-height: 2em;
}
.icon-stack .icon-stack-base {
  font-size: 2em;
  *line-height: 1em;
}
/* Animated rotating icon */
.icon-spin {
  display: inline-block;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}
/* Prevent stack and spinners from being taken inline when inside a link */
a .icon-stack,
a .icon-spin {
  display: inline-block;
  text-decoration: none;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
/* Icon rotations and mirroring */
.icon-rotate-90:before {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
}
.icon-rotate-180:before {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
}
.icon-rotate-270:before {
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
.icon-flip-horizontal:before {
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.icon-flip-vertical:before {
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1);
}
/* ensure rotation occurs inside anchor tags */
a .icon-rotate-90:before,
a .icon-rotate-180:before,
a .icon-rotate-270:before,
a .icon-flip-horizontal:before,
a .icon-flip-vertical:before {
  display: inline-block;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.icon-glass:before {
  content: "\f000";
}
.icon-music:before {
  content: "\f001";
}
.icon-search:before {
  content: "\f002";
}
.icon-envelope-alt:before {
  content: "\f003";
}
.icon-heart:before {
  content: "\f004";
}
.icon-star:before {
  content: "\f005";
}
.icon-star-empty:before {
  content: "\f006";
}
.icon-user:before {
  content: "\f007";
}
.icon-film:before {
  content: "\f008";
}
.icon-th-large:before {
  content: "\f009";
}
.icon-th:before {
  content: "\f00a";
}
.icon-th-list:before {
  content: "\f00b";
}
.icon-ok:before {
  content: "\f00c";
}
.icon-remove:before {
  content: "\f00d";
}
.icon-zoom-in:before {
  content: "\f00e";
}
.icon-zoom-out:before {
  content: "\f010";
}
.icon-power-off:before,
.icon-off:before {
  content: "\f011";
}
.icon-signal:before {
  content: "\f012";
}
.icon-gear:before,
.icon-cog:before {
  content: "\f013";
}
.icon-trash:before {
  content: "\f014";
}
.icon-home:before {
  content: "\f015";
}
.icon-file-alt:before {
  content: "\f016";
}
.icon-time:before {
  content: "\f017";
}
.icon-road:before {
  content: "\f018";
}
.icon-download-alt:before {
  content: "\f019";
}
.icon-download:before {
  content: "\f01a";
}
.icon-upload:before {
  content: "\f01b";
}
.icon-inbox:before {
  content: "\f01c";
}
.icon-play-circle:before {
  content: "\f01d";
}
.icon-rotate-right:before,
.icon-repeat:before {
  content: "\f01e";
}
.icon-refresh:before {
  content: "\f021";
}
.icon-list-alt:before {
  content: "\f022";
}
.icon-lock:before {
  content: "\f023";
}
.icon-flag:before {
  content: "\f024";
}
.icon-headphones:before {
  content: "\f025";
}
.icon-volume-off:before {
  content: "\f026";
}
.icon-volume-down:before {
  content: "\f027";
}
.icon-volume-up:before {
  content: "\f028";
}
.icon-qrcode:before {
  content: "\f029";
}
.icon-barcode:before {
  content: "\f02a";
}
.icon-tag:before {
  content: "\f02b";
}
.icon-tags:before {
  content: "\f02c";
}
.icon-book:before {
  content: "\f02d";
}
.icon-bookmark:before {
  content: "\f02e";
}
.icon-print:before {
  content: "\f02f";
}
.icon-camera:before {
  content: "\f030";
}
.icon-font:before {
  content: "\f031";
}
.icon-bold:before {
  content: "\f032";
}
.icon-italic:before {
  content: "\f033";
}
.icon-text-height:before {
  content: "\f034";
}
.icon-text-width:before {
  content: "\f035";
}
.icon-align-left:before {
  content: "\f036";
}
.icon-align-center:before {
  content: "\f037";
}
.icon-align-right:before {
  content: "\f038";
}
.icon-align-justify:before {
  content: "\f039";
}
.icon-list:before {
  content: "\f03a";
}
.icon-indent-left:before {
  content: "\f03b";
}
.icon-indent-right:before {
  content: "\f03c";
}
.icon-facetime-video:before {
  content: "\f03d";
}
.icon-picture:before {
  content: "\f03e";
}
.icon-pencil:before {
  content: "\f040";
}
.icon-map-marker:before {
  content: "\f041";
}
.icon-adjust:before {
  content: "\f042";
}
.icon-tint:before {
  content: "\f043";
}
.icon-edit:before {
  content: "\f044";
}
.icon-share:before {
  content: "\f045";
}
.icon-check:before {
  content: "\f046";
}
.icon-move:before {
  content: "\f047";
}
.icon-step-backward:before {
  content: "\f048";
}
.icon-fast-backward:before {
  content: "\f049";
}
.icon-backward:before {
  content: "\f04a";
}
.icon-play:before {
  content: "\f04b";
}
.icon-pause:before {
  content: "\f04c";
}
.icon-stop:before {
  content: "\f04d";
}
.icon-forward:before {
  content: "\f04e";
}
.icon-fast-forward:before {
  content: "\f050";
}
.icon-step-forward:before {
  content: "\f051";
}
.icon-eject:before {
  content: "\f052";
}
.icon-chevron-left:before {
  content: "\f053";
}
.icon-chevron-right:before {
  content: "\f054";
}
.icon-plus-sign:before {
  content: "\f055";
}
.icon-minus-sign:before {
  content: "\f056";
}
.icon-remove-sign:before {
  content: "\f057";
}
.icon-ok-sign:before {
  content: "\f058";
}
.icon-question-sign:before {
  content: "\f059";
}
.icon-info-sign:before {
  content: "\f05a";
}
.icon-screenshot:before {
  content: "\f05b";
}
.icon-remove-circle:before {
  content: "\f05c";
}
.icon-ok-circle:before {
  content: "\f05d";
}
.icon-ban-circle:before {
  content: "\f05e";
}
.icon-arrow-left:before {
  content: "\f060";
}
.icon-arrow-right:before {
  content: "\f061";
}
.icon-arrow-up:before {
  content: "\f062";
}
.icon-arrow-down:before {
  content: "\f063";
}
.icon-mail-forward:before,
.icon-share-alt:before {
  content: "\f064";
}
.icon-resize-full:before {
  content: "\f065";
}
.icon-resize-small:before {
  content: "\f066";
}
.icon-plus:before {
  content: "\f067";
}
.icon-minus:before {
  content: "\f068";
}
.icon-asterisk:before {
  content: "\f069";
}
.icon-exclamation-sign:before {
  content: "\f06a";
}
.icon-gift:before {
  content: "\f06b";
}
.icon-leaf:before {
  content: "\f06c";
}
.icon-fire:before {
  content: "\f06d";
}
.icon-eye-open:before {
  content: "\f06e";
}
.icon-eye-close:before {
  content: "\f070";
}
.icon-warning-sign:before {
  content: "\f071";
}
.icon-plane:before {
  content: "\f072";
}
.icon-calendar:before {
  content: "\f073";
}
.icon-random:before {
  content: "\f074";
}
.icon-comment:before {
  content: "\f075";
}
.icon-magnet:before {
  content: "\f076";
}
.icon-chevron-up:before {
  content: "\f077";
}
.icon-chevron-down:before {
  content: "\f078";
}
.icon-retweet:before {
  content: "\f079";
}
.icon-shopping-cart:before {
  content: "\f07a";
}
.icon-folder-close:before {
  content: "\f07b";
}
.icon-folder-open:before {
  content: "\f07c";
}
.icon-resize-vertical:before {
  content: "\f07d";
}
.icon-resize-horizontal:before {
  content: "\f07e";
}
.icon-bar-chart:before {
  content: "\f080";
}
.icon-twitter-sign:before {
  content: "\f081";
}
.icon-facebook-sign:before {
  content: "\f082";
}
.icon-camera-retro:before {
  content: "\f083";
}
.icon-key:before {
  content: "\f084";
}
.icon-gears:before,
.icon-cogs:before {
  content: "\f085";
}
.icon-comments:before {
  content: "\f086";
}
.icon-thumbs-up-alt:before {
  content: "\f087";
}
.icon-thumbs-down-alt:before {
  content: "\f088";
}
.icon-star-half:before {
  content: "\f089";
}
.icon-heart-empty:before {
  content: "\f08a";
}
.icon-signout:before {
  content: "\f08b";
}
.icon-linkedin-sign:before {
  content: "\f08c";
}
.icon-pushpin:before {
  content: "\f08d";
}
.icon-external-link:before {
  content: "\f08e";
}
.icon-signin:before {
  content: "\f090";
}
.icon-trophy:before {
  content: "\f091";
}
.icon-github-sign:before {
  content: "\f092";
}
.icon-upload-alt:before {
  content: "\f093";
}
.icon-lemon:before {
  content: "\f094";
}
.icon-phone:before {
  content: "\f095";
}
.icon-unchecked:before,
.icon-check-empty:before {
  content: "\f096";
}
.icon-bookmark-empty:before {
  content: "\f097";
}
.icon-phone-sign:before {
  content: "\f098";
}
.icon-twitter:before {
  content: "\f099";
}
.icon-facebook:before {
  content: "\f09a";
}
.icon-github:before {
  content: "\f09b";
}
.icon-unlock:before {
  content: "\f09c";
}
.icon-credit-card:before {
  content: "\f09d";
}
.icon-rss:before {
  content: "\f09e";
}
.icon-hdd:before {
  content: "\f0a0";
}
.icon-bullhorn:before {
  content: "\f0a1";
}
.icon-bell:before {
  content: "\f0a2";
}
.icon-certificate:before {
  content: "\f0a3";
}
.icon-hand-right:before {
  content: "\f0a4";
}
.icon-hand-left:before {
  content: "\f0a5";
}
.icon-hand-up:before {
  content: "\f0a6";
}
.icon-hand-down:before {
  content: "\f0a7";
}
.icon-circle-arrow-left:before {
  content: "\f0a8";
}
.icon-circle-arrow-right:before {
  content: "\f0a9";
}
.icon-circle-arrow-up:before {
  content: "\f0aa";
}
.icon-circle-arrow-down:before {
  content: "\f0ab";
}
.icon-globe:before {
  content: "\f0ac";
}
.icon-wrench:before {
  content: "\f0ad";
}
.icon-tasks:before {
  content: "\f0ae";
}
.icon-filter:before {
  content: "\f0b0";
}
.icon-briefcase:before {
  content: "\f0b1";
}
.icon-fullscreen:before {
  content: "\f0b2";
}
.icon-group:before {
  content: "\f0c0";
}
.icon-link:before {
  content: "\f0c1";
}
.icon-cloud:before {
  content: "\f0c2";
}
.icon-beaker:before {
  content: "\f0c3";
}
.icon-cut:before {
  content: "\f0c4";
}
.icon-copy:before {
  content: "\f0c5";
}
.icon-paperclip:before,
.icon-paper-clip:before {
  content: "\f0c6";
}
.icon-save:before {
  content: "\f0c7";
}
.icon-sign-blank:before {
  content: "\f0c8";
}
.icon-reorder:before {
  content: "\f0c9";
}
.icon-list-ul:before {
  content: "\f0ca";
}
.icon-list-ol:before {
  content: "\f0cb";
}
.icon-strikethrough:before {
  content: "\f0cc";
}
.icon-underline:before {
  content: "\f0cd";
}
.icon-table:before {
  content: "\f0ce";
}
.icon-magic:before {
  content: "\f0d0";
}
.icon-truck:before {
  content: "\f0d1";
}
.icon-pinterest:before {
  content: "\f0d2";
}
.icon-pinterest-sign:before {
  content: "\f0d3";
}
.icon-google-plus-sign:before {
  content: "\f0d4";
}
.icon-google-plus:before {
  content: "\f0d5";
}
.icon-money:before {
  content: "\f0d6";
}
.icon-caret-down:before {
  content: "\f0d7";
}
.icon-caret-up:before {
  content: "\f0d8";
}
.icon-caret-left:before {
  content: "\f0d9";
}
.icon-caret-right:before {
  content: "\f0da";
}
.icon-columns:before {
  content: "\f0db";
}
.icon-sort:before {
  content: "\f0dc";
}
.icon-sort-down:before {
  content: "\f0dd";
}
.icon-sort-up:before {
  content: "\f0de";
}
.icon-envelope:before {
  content: "\f0e0";
}
.icon-linkedin:before {
  content: "\f0e1";
}
.icon-rotate-left:before,
.icon-undo:before {
  content: "\f0e2";
}
.icon-legal:before {
  content: "\f0e3";
}
.icon-dashboard:before {
  content: "\f0e4";
}
.icon-comment-alt:before {
  content: "\f0e5";
}
.icon-comments-alt:before {
  content: "\f0e6";
}
.icon-bolt:before {
  content: "\f0e7";
}
.icon-sitemap:before {
  content: "\f0e8";
}
.icon-umbrella:before {
  content: "\f0e9";
}
.icon-paste:before {
  content: "\f0ea";
}
.icon-lightbulb:before {
  content: "\f0eb";
}
.icon-exchange:before {
  content: "\f0ec";
}
.icon-cloud-download:before {
  content: "\f0ed";
}
.icon-cloud-upload:before {
  content: "\f0ee";
}
.icon-user-md:before {
  content: "\f0f0";
}
.icon-stethoscope:before {
  content: "\f0f1";
}
.icon-suitcase:before {
  content: "\f0f2";
}
.icon-bell-alt:before {
  content: "\f0f3";
}
.icon-coffee:before {
  content: "\f0f4";
}
.icon-food:before {
  content: "\f0f5";
}
.icon-file-text-alt:before {
  content: "\f0f6";
}
.icon-building:before {
  content: "\f0f7";
}
.icon-hospital:before {
  content: "\f0f8";
}
.icon-ambulance:before {
  content: "\f0f9";
}
.icon-medkit:before {
  content: "\f0fa";
}
.icon-fighter-jet:before {
  content: "\f0fb";
}
.icon-beer:before {
  content: "\f0fc";
}
.icon-h-sign:before {
  content: "\f0fd";
}
.icon-plus-sign-alt:before {
  content: "\f0fe";
}
.icon-double-angle-left:before {
  content: "\f100";
}
.icon-double-angle-right:before {
  content: "\f101";
}
.icon-double-angle-up:before {
  content: "\f102";
}
.icon-double-angle-down:before {
  content: "\f103";
}
.icon-angle-left:before {
  content: "\f104";
}
.icon-angle-right:before {
  content: "\f105";
}
.icon-angle-up:before {
  content: "\f106";
}
.icon-angle-down:before {
  content: "\f107";
}
.icon-desktop:before {
  content: "\f108";
}
.icon-laptop:before {
  content: "\f109";
}
.icon-tablet:before {
  content: "\f10a";
}
.icon-mobile-phone:before {
  content: "\f10b";
}
.icon-circle-blank:before {
  content: "\f10c";
}
.icon-quote-left:before {
  content: "\f10d";
}
.icon-quote-right:before {
  content: "\f10e";
}
.icon-spinner:before {
  content: "\f110";
}
.icon-circle:before {
  content: "\f111";
}
.icon-mail-reply:before,
.icon-reply:before {
  content: "\f112";
}
.icon-github-alt:before {
  content: "\f113";
}
.icon-folder-close-alt:before {
  content: "\f114";
}
.icon-folder-open-alt:before {
  content: "\f115";
}
.icon-expand-alt:before {
  content: "\f116";
}
.icon-collapse-alt:before {
  content: "\f117";
}
.icon-smile:before {
  content: "\f118";
}
.icon-frown:before {
  content: "\f119";
}
.icon-meh:before {
  content: "\f11a";
}
.icon-gamepad:before {
  content: "\f11b";
}
.icon-keyboard:before {
  content: "\f11c";
}
.icon-flag-alt:before {
  content: "\f11d";
}
.icon-flag-checkered:before {
  content: "\f11e";
}
.icon-terminal:before {
  content: "\f120";
}
.icon-code:before {
  content: "\f121";
}
.icon-reply-all:before {
  content: "\f122";
}
.icon-mail-reply-all:before {
  content: "\f122";
}
.icon-star-half-full:before,
.icon-star-half-empty:before {
  content: "\f123";
}
.icon-location-arrow:before {
  content: "\f124";
}
.icon-crop:before {
  content: "\f125";
}
.icon-code-fork:before {
  content: "\f126";
}
.icon-unlink:before {
  content: "\f127";
}
.icon-question:before {
  content: "\f128";
}
.icon-info:before {
  content: "\f129";
}
.icon-exclamation:before {
  content: "\f12a";
}
.icon-superscript:before {
  content: "\f12b";
}
.icon-subscript:before {
  content: "\f12c";
}
.icon-eraser:before {
  content: "\f12d";
}
.icon-puzzle-piece:before {
  content: "\f12e";
}
.icon-microphone:before {
  content: "\f130";
}
.icon-microphone-off:before {
  content: "\f131";
}
.icon-shield:before {
  content: "\f132";
}
.icon-calendar-empty:before {
  content: "\f133";
}
.icon-fire-extinguisher:before {
  content: "\f134";
}
.icon-rocket:before {
  content: "\f135";
}
.icon-maxcdn:before {
  content: "\f136";
}
.icon-chevron-sign-left:before {
  content: "\f137";
}
.icon-chevron-sign-right:before {
  content: "\f138";
}
.icon-chevron-sign-up:before {
  content: "\f139";
}
.icon-chevron-sign-down:before {
  content: "\f13a";
}
.icon-html5:before {
  content: "\f13b";
}
.icon-css3:before {
  content: "\f13c";
}
.icon-anchor:before {
  content: "\f13d";
}
.icon-unlock-alt:before {
  content: "\f13e";
}
.icon-bullseye:before {
  content: "\f140";
}
.icon-ellipsis-horizontal:before {
  content: "\f141";
}
.icon-ellipsis-vertical:before {
  content: "\f142";
}
.icon-rss-sign:before {
  content: "\f143";
}
.icon-play-sign:before {
  content: "\f144";
}
.icon-ticket:before {
  content: "\f145";
}
.icon-minus-sign-alt:before {
  content: "\f146";
}
.icon-check-minus:before {
  content: "\f147";
}
.icon-level-up:before {
  content: "\f148";
}
.icon-level-down:before {
  content: "\f149";
}
.icon-check-sign:before {
  content: "\f14a";
}
.icon-edit-sign:before {
  content: "\f14b";
}
.icon-external-link-sign:before {
  content: "\f14c";
}
.icon-share-sign:before {
  content: "\f14d";
}
.icon-compass:before {
  content: "\f14e";
}
.icon-collapse:before {
  content: "\f150";
}
.icon-collapse-top:before {
  content: "\f151";
}
.icon-expand:before {
  content: "\f152";
}
.icon-euro:before,
.icon-eur:before {
  content: "\f153";
}
.icon-gbp:before {
  content: "\f154";
}
.icon-dollar:before,
.icon-usd:before {
  content: "\f155";
}
.icon-rupee:before,
.icon-inr:before {
  content: "\f156";
}
.icon-yen:before,
.icon-jpy:before {
  content: "\f157";
}
.icon-renminbi:before,
.icon-cny:before {
  content: "\f158";
}
.icon-won:before,
.icon-krw:before {
  content: "\f159";
}
.icon-bitcoin:before,
.icon-btc:before {
  content: "\f15a";
}
.icon-file:before {
  content: "\f15b";
}
.icon-file-text:before {
  content: "\f15c";
}
.icon-sort-by-alphabet:before {
  content: "\f15d";
}
.icon-sort-by-alphabet-alt:before {
  content: "\f15e";
}
.icon-sort-by-attributes:before {
  content: "\f160";
}
.icon-sort-by-attributes-alt:before {
  content: "\f161";
}
.icon-sort-by-order:before {
  content: "\f162";
}
.icon-sort-by-order-alt:before {
  content: "\f163";
}
.icon-thumbs-up:before {
  content: "\f164";
}
.icon-thumbs-down:before {
  content: "\f165";
}
.icon-youtube-sign:before {
  content: "\f166";
}
.icon-youtube:before {
  content: "\f167";
}
.icon-xing:before {
  content: "\f168";
}
.icon-xing-sign:before {
  content: "\f169";
}
.icon-youtube-play:before {
  content: "\f16a";
}
.icon-dropbox:before {
  content: "\f16b";
}
.icon-stackexchange:before {
  content: "\f16c";
}
.icon-instagram:before {
  content: "\f16d";
}
.icon-flickr:before {
  content: "\f16e";
}
.icon-adn:before {
  content: "\f170";
}
.icon-bitbucket:before {
  content: "\f171";
}
.icon-bitbucket-sign:before {
  content: "\f172";
}
.icon-tumblr:before {
  content: "\f173";
}
.icon-tumblr-sign:before {
  content: "\f174";
}
.icon-long-arrow-down:before {
  content: "\f175";
}
.icon-long-arrow-up:before {
  content: "\f176";
}
.icon-long-arrow-left:before {
  content: "\f177";
}
.icon-long-arrow-right:before {
  content: "\f178";
}
.icon-apple:before {
  content: "\f179";
}
.icon-windows:before {
  content: "\f17a";
}
.icon-android:before {
  content: "\f17b";
}
.icon-linux:before {
  content: "\f17c";
}
.icon-dribbble:before {
  content: "\f17d";
}
.icon-skype:before {
  content: "\f17e";
}
.icon-foursquare:before {
  content: "\f180";
}
.icon-trello:before {
  content: "\f181";
}
.icon-female:before {
  content: "\f182";
}
.icon-male:before {
  content: "\f183";
}
.icon-gittip:before {
  content: "\f184";
}
.icon-sun:before {
  content: "\f185";
}
.icon-moon:before {
  content: "\f186";
}
.icon-archive:before {
  content: "\f187";
}
.icon-bug:before {
  content: "\f188";
}
.icon-vk:before {
  content: "\f189";
}
.icon-weibo:before {
  content: "\f18a";
}
.icon-renren:before {
  content: "\f18b";
}
