/*! jQuery UI - v1.11.3 - 2015-02-12
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, button.css, datepicker.css, dialog.css, draggable.css, menu.css, progressbar.css, resizable.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&fwDefault=normal&cornerRadius=3px&bgColorHeader=e9e9e9&bgTextureHeader=flat&borderColorHeader=dddddd&fcHeader=333333&iconColorHeader=444444&bgColorContent=ffffff&bgTextureContent=flat&borderColorContent=dddddd&fcContent=333333&iconColorContent=444444&bgColorDefault=f6f6f6&bgTextureDefault=flat&borderColorDefault=c5c5c5&fcDefault=454545&iconColorDefault=777777&bgColorHover=ededed&bgTextureHover=flat&borderColorHover=cccccc&fcHover=2b2b2b&iconColorHover=555555&bgColorActive=007fff&bgTextureActive=flat&borderColorActive=003eff&fcActive=ffffff&iconColorActive=ffffff&bgColorHighlight=fffa90&bgTextureHighlight=flat&borderColorHighlight=dad55e&fcHighlight=777620&iconColorHighlight=777620&bgColorError=fddfdf&bgTextureError=flat&borderColorError=f1a899&fcError=5f3f3f&iconColorError=cc0000&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=666666&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=5px&offsetTopShadow=0px&offsetLeftShadow=0px&cornerRadiusShadow=8px
* Copyright jQuery Foundation and other contributors; Licensed MIT */
/* Layout helpers
----------------------------------*/
/* line 9, app/assets/stylesheets/jquery-ui.css.scss */
.ui-helper-hidden {
  display: none;
}

/* line 12, app/assets/stylesheets/jquery-ui.css.scss */
.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* line 22, app/assets/stylesheets/jquery-ui.css.scss */
.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}

/* line 32, app/assets/stylesheets/jquery-ui.css.scss */
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}

/* line 38, app/assets/stylesheets/jquery-ui.css.scss */
.ui-helper-clearfix:after {
  clear: both;
}

/* line 41, app/assets/stylesheets/jquery-ui.css.scss */
.ui-helper-clearfix {
  min-height: 0;
  /* support: IE7 */
}

/* line 44, app/assets/stylesheets/jquery-ui.css.scss */
.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
  /* support: IE8 */
}

/* line 54, app/assets/stylesheets/jquery-ui.css.scss */
.ui-front {
  z-index: 100;
}

/* Interaction Cues
----------------------------------*/
/* line 61, app/assets/stylesheets/jquery-ui.css.scss */
.ui-state-disabled {
  cursor: default !important;
}

/* Icons
----------------------------------*/
/* states and images */
/* line 70, app/assets/stylesheets/jquery-ui.css.scss */
.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

/* Misc visuals
----------------------------------*/
/* Overlays */
/* line 82, app/assets/stylesheets/jquery-ui.css.scss */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 89, app/assets/stylesheets/jquery-ui.css.scss */
.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin: 2px 0 0 0;
  padding: .5em .5em .5em .7em;
  min-height: 0;
  /* support: IE7 */
  font-size: 100%;
}

/* line 98, app/assets/stylesheets/jquery-ui.css.scss */
.ui-accordion .ui-accordion-icons {
  padding-left: 2.2em;
}

/* line 101, app/assets/stylesheets/jquery-ui.css.scss */
.ui-accordion .ui-accordion-icons .ui-accordion-icons {
  padding-left: 2.2em;
}

/* line 104, app/assets/stylesheets/jquery-ui.css.scss */
.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
  position: absolute;
  left: .5em;
  top: 50%;
  margin-top: -8px;
}

/* line 110, app/assets/stylesheets/jquery-ui.css.scss */
.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto;
}

/* line 115, app/assets/stylesheets/jquery-ui.css.scss */
.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
}

/* line 121, app/assets/stylesheets/jquery-ui.css.scss */
.ui-button {
  display: inline-block;
  position: relative;
  padding: 0;
  line-height: normal;
  margin-right: .1em;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  overflow: visible;
  /* removes extra width in IE */
}

/* line 132, app/assets/stylesheets/jquery-ui.css.scss */
.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
  text-decoration: none;
}

/* to make room for the icon, a width needs to be set here */
/* line 140, app/assets/stylesheets/jquery-ui.css.scss */
.ui-button-icon-only {
  width: 2.2em;
}

/* button elements seem to need a little more width */
/* line 144, app/assets/stylesheets/jquery-ui.css.scss */
button.ui-button-icon-only {
  width: 2.4em;
}

/* line 147, app/assets/stylesheets/jquery-ui.css.scss */
.ui-button-icons-only {
  width: 3.4em;
}

/* line 150, app/assets/stylesheets/jquery-ui.css.scss */
button.ui-button-icons-only {
  width: 3.7em;
}

/* button text element */
/* line 155, app/assets/stylesheets/jquery-ui.css.scss */
.ui-button .ui-button-text {
  display: block;
  line-height: normal;
}

/* line 159, app/assets/stylesheets/jquery-ui.css.scss */
.ui-button-text-only .ui-button-text {
  padding: .4em 1em;
}

/* line 162, app/assets/stylesheets/jquery-ui.css.scss */
.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
  padding: .4em;
  text-indent: -9999999px;
}

/* line 167, app/assets/stylesheets/jquery-ui.css.scss */
.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
  padding: .4em 1em .4em 2.1em;
}

/* line 171, app/assets/stylesheets/jquery-ui.css.scss */
.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
  padding: .4em 2.1em .4em 1em;
}

/* line 175, app/assets/stylesheets/jquery-ui.css.scss */
.ui-button-text-icons .ui-button-text {
  padding-left: 2.1em;
  padding-right: 2.1em;
}

/* no icon support for input elements, provide padding by default */
/* line 180, app/assets/stylesheets/jquery-ui.css.scss */
input.ui-button {
  padding: .4em 1em;
}

/* button icon element(s) */
/* line 185, app/assets/stylesheets/jquery-ui.css.scss */
.ui-button-icon-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon,
.ui-button-icons-only .ui-icon {
  position: absolute;
  top: 50%;
  margin-top: -8px;
}

/* line 194, app/assets/stylesheets/jquery-ui.css.scss */
.ui-button-icon-only .ui-icon {
  left: 50%;
  margin-left: -8px;
}

/* line 198, app/assets/stylesheets/jquery-ui.css.scss */
.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary,
.ui-button-icons-only .ui-button-icon-primary {
  left: .5em;
}

/* line 203, app/assets/stylesheets/jquery-ui.css.scss */
.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
  right: .5em;
}

/* button sets */
/* line 210, app/assets/stylesheets/jquery-ui.css.scss */
.ui-buttonset {
  margin-right: 7px;
}

/* line 213, app/assets/stylesheets/jquery-ui.css.scss */
.ui-buttonset .ui-button {
  margin-left: 0;
  margin-right: -.3em;
}

/* workarounds */
/* reset extra padding in Firefox, see h5bp.com/l */
/* line 220, app/assets/stylesheets/jquery-ui.css.scss */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* line 225, app/assets/stylesheets/jquery-ui.css.scss */
.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none;
}

/* line 230, app/assets/stylesheets/jquery-ui.css.scss */
.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0;
}

/* line 234, app/assets/stylesheets/jquery-ui.css.scss */
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}

/* line 241, app/assets/stylesheets/jquery-ui.css.scss */
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
}

/* line 245, app/assets/stylesheets/jquery-ui.css.scss */
.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}

/* line 248, app/assets/stylesheets/jquery-ui.css.scss */
.ui-datepicker .ui-datepicker-next {
  right: 2px;
}

/* line 251, app/assets/stylesheets/jquery-ui.css.scss */
.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}

/* line 254, app/assets/stylesheets/jquery-ui.css.scss */
.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}

/* line 257, app/assets/stylesheets/jquery-ui.css.scss */
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}

/* line 266, app/assets/stylesheets/jquery-ui.css.scss */
.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}

/* line 271, app/assets/stylesheets/jquery-ui.css.scss */
.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}

/* line 275, app/assets/stylesheets/jquery-ui.css.scss */
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 45%;
}

/* line 279, app/assets/stylesheets/jquery-ui.css.scss */
.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em;
}

/* line 285, app/assets/stylesheets/jquery-ui.css.scss */
.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}

/* line 291, app/assets/stylesheets/jquery-ui.css.scss */
.ui-datepicker td {
  border: 0;
  padding: 1px;
}

/* line 295, app/assets/stylesheets/jquery-ui.css.scss */
.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none;
}

/* line 302, app/assets/stylesheets/jquery-ui.css.scss */
.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}

/* line 310, app/assets/stylesheets/jquery-ui.css.scss */
.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible;
}

/* line 318, app/assets/stylesheets/jquery-ui.css.scss */
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}

/* with multiple calendars */
/* line 323, app/assets/stylesheets/jquery-ui.css.scss */
.ui-datepicker.ui-datepicker-multi {
  width: auto;
}

/* line 326, app/assets/stylesheets/jquery-ui.css.scss */
.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}

/* line 329, app/assets/stylesheets/jquery-ui.css.scss */
.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em;
}

/* line 333, app/assets/stylesheets/jquery-ui.css.scss */
.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}

/* line 336, app/assets/stylesheets/jquery-ui.css.scss */
.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}

/* line 339, app/assets/stylesheets/jquery-ui.css.scss */
.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}

/* line 342, app/assets/stylesheets/jquery-ui.css.scss */
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}

/* line 346, app/assets/stylesheets/jquery-ui.css.scss */
.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}

/* line 349, app/assets/stylesheets/jquery-ui.css.scss */
.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}

/* RTL support */
/* line 356, app/assets/stylesheets/jquery-ui.css.scss */
.ui-datepicker-rtl {
  direction: rtl;
}

/* line 359, app/assets/stylesheets/jquery-ui.css.scss */
.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}

/* line 363, app/assets/stylesheets/jquery-ui.css.scss */
.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}

/* line 367, app/assets/stylesheets/jquery-ui.css.scss */
.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}

/* line 371, app/assets/stylesheets/jquery-ui.css.scss */
.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}

/* line 375, app/assets/stylesheets/jquery-ui.css.scss */
.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}

/* line 378, app/assets/stylesheets/jquery-ui.css.scss */
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}

/* line 381, app/assets/stylesheets/jquery-ui.css.scss */
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}

/* line 385, app/assets/stylesheets/jquery-ui.css.scss */
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}

/* line 390, app/assets/stylesheets/jquery-ui.css.scss */
.ui-dialog {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  padding: .2em;
  outline: 0;
}

/* line 398, app/assets/stylesheets/jquery-ui.css.scss */
.ui-dialog .ui-dialog-titlebar {
  padding: .4em 1em;
  position: relative;
}

/* line 402, app/assets/stylesheets/jquery-ui.css.scss */
.ui-dialog .ui-dialog-title {
  float: left;
  margin: .1em 0;
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 410, app/assets/stylesheets/jquery-ui.css.scss */
.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: .3em;
  top: 50%;
  width: 20px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 20px;
}

/* line 419, app/assets/stylesheets/jquery-ui.css.scss */
.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: .5em 1em;
  background: none;
  overflow: auto;
}

/* line 426, app/assets/stylesheets/jquery-ui.css.scss */
.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin-top: .5em;
  padding: .3em 1em .5em .4em;
}

/* line 433, app/assets/stylesheets/jquery-ui.css.scss */
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right;
}

/* line 436, app/assets/stylesheets/jquery-ui.css.scss */
.ui-dialog .ui-dialog-buttonpane button {
  margin: .5em .4em .5em 0;
  cursor: pointer;
}

/* line 440, app/assets/stylesheets/jquery-ui.css.scss */
.ui-dialog .ui-resizable-se {
  width: 12px;
  height: 12px;
  right: -5px;
  bottom: -5px;
  background-position: 16px 16px;
}

/* line 447, app/assets/stylesheets/jquery-ui.css.scss */
.ui-draggable .ui-dialog-titlebar {
  cursor: move;
}

/* line 450, app/assets/stylesheets/jquery-ui.css.scss */
.ui-draggable-handle {
  -ms-touch-action: none;
  touch-action: none;
}

/* line 454, app/assets/stylesheets/jquery-ui.css.scss */
.ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: none;
}

/* line 461, app/assets/stylesheets/jquery-ui.css.scss */
.ui-menu .ui-menu {
  position: absolute;
}

/* line 464, app/assets/stylesheets/jquery-ui.css.scss */
.ui-menu .ui-menu-item {
  position: relative;
  margin: 0;
  padding: 3px 1em 3px .4em;
  cursor: pointer;
  min-height: 0;
  /* support: IE7 */
  /* support: IE10, see #8844 */
  list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}

/* line 473, app/assets/stylesheets/jquery-ui.css.scss */
.ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0;
}

/* line 480, app/assets/stylesheets/jquery-ui.css.scss */
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
  margin: -1px;
}

/* icon support */
/* line 486, app/assets/stylesheets/jquery-ui.css.scss */
.ui-menu-icons {
  position: relative;
}

/* line 489, app/assets/stylesheets/jquery-ui.css.scss */
.ui-menu-icons .ui-menu-item {
  padding-left: 2em;
}

/* left-aligned */
/* line 494, app/assets/stylesheets/jquery-ui.css.scss */
.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: .2em;
  margin: auto 0;
}

/* right-aligned */
/* line 503, app/assets/stylesheets/jquery-ui.css.scss */
.ui-menu .ui-menu-icon {
  left: auto;
  right: 0;
}

/* line 507, app/assets/stylesheets/jquery-ui.css.scss */
.ui-progressbar {
  height: 2em;
  text-align: left;
  overflow: hidden;
}

/* line 512, app/assets/stylesheets/jquery-ui.css.scss */
.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%;
}

/* line 516, app/assets/stylesheets/jquery-ui.css.scss */
.ui-progressbar .ui-progressbar-overlay {
  background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
  height: 100%;
  filter: alpha(opacity=25);
  /* support: IE8 */
  opacity: 0.25;
}

/* line 522, app/assets/stylesheets/jquery-ui.css.scss */
.ui-progressbar-indeterminate .ui-progressbar-value {
  background-image: none;
}

/* line 525, app/assets/stylesheets/jquery-ui.css.scss */
.ui-resizable {
  position: relative;
}

/* line 528, app/assets/stylesheets/jquery-ui.css.scss */
.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
  -ms-touch-action: none;
  touch-action: none;
}

/* line 535, app/assets/stylesheets/jquery-ui.css.scss */
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
  display: none;
}

/* line 539, app/assets/stylesheets/jquery-ui.css.scss */
.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0;
}

/* line 546, app/assets/stylesheets/jquery-ui.css.scss */
.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0;
}

/* line 553, app/assets/stylesheets/jquery-ui.css.scss */
.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%;
}

/* line 560, app/assets/stylesheets/jquery-ui.css.scss */
.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%;
}

/* line 567, app/assets/stylesheets/jquery-ui.css.scss */
.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px;
}

/* line 574, app/assets/stylesheets/jquery-ui.css.scss */
.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px;
}

/* line 581, app/assets/stylesheets/jquery-ui.css.scss */
.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px;
}

/* line 588, app/assets/stylesheets/jquery-ui.css.scss */
.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px;
}

/* line 595, app/assets/stylesheets/jquery-ui.css.scss */
.ui-selectable {
  -ms-touch-action: none;
  touch-action: none;
}

/* line 599, app/assets/stylesheets/jquery-ui.css.scss */
.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted black;
}

/* line 604, app/assets/stylesheets/jquery-ui.css.scss */
.ui-selectmenu-menu {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}

/* line 612, app/assets/stylesheets/jquery-ui.css.scss */
.ui-selectmenu-menu .ui-menu {
  overflow: auto;
  /* Support: IE7 */
  overflow-x: hidden;
  padding-bottom: 1px;
}

/* line 618, app/assets/stylesheets/jquery-ui.css.scss */
.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
  font-size: 1em;
  font-weight: bold;
  line-height: 1.5;
  padding: 2px 0.4em;
  margin: 0.5em 0 0 0;
  height: auto;
  border: 0;
}

/* line 627, app/assets/stylesheets/jquery-ui.css.scss */
.ui-selectmenu-open {
  display: block;
}

/* line 630, app/assets/stylesheets/jquery-ui.css.scss */
.ui-selectmenu-button {
  display: inline-block;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  cursor: pointer;
}

/* line 637, app/assets/stylesheets/jquery-ui.css.scss */
.ui-selectmenu-button span.ui-icon {
  right: 0.5em;
  left: auto;
  margin-top: -8px;
  position: absolute;
  top: 50%;
}

/* line 644, app/assets/stylesheets/jquery-ui.css.scss */
.ui-selectmenu-button span.ui-selectmenu-text {
  text-align: left;
  padding: 0.4em 2.1em 0.4em 1em;
  display: block;
  line-height: 1.4;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 653, app/assets/stylesheets/jquery-ui.css.scss */
.ui-slider {
  position: relative;
  text-align: left;
}

/* line 657, app/assets/stylesheets/jquery-ui.css.scss */
.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
  -ms-touch-action: none;
  touch-action: none;
}

/* line 666, app/assets/stylesheets/jquery-ui.css.scss */
.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0;
}

/* support: IE8 - See #6727 */
/* line 676, app/assets/stylesheets/jquery-ui.css.scss */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit;
}

/* line 681, app/assets/stylesheets/jquery-ui.css.scss */
.ui-slider-horizontal {
  height: .8em;
}

/* line 684, app/assets/stylesheets/jquery-ui.css.scss */
.ui-slider-horizontal .ui-slider-handle {
  top: -.3em;
  margin-left: -.6em;
}

/* line 688, app/assets/stylesheets/jquery-ui.css.scss */
.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}

/* line 692, app/assets/stylesheets/jquery-ui.css.scss */
.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}

/* line 695, app/assets/stylesheets/jquery-ui.css.scss */
.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}

/* line 699, app/assets/stylesheets/jquery-ui.css.scss */
.ui-slider-vertical {
  width: .8em;
  height: 100px;
}

/* line 703, app/assets/stylesheets/jquery-ui.css.scss */
.ui-slider-vertical .ui-slider-handle {
  left: -.3em;
  margin-left: 0;
  margin-bottom: -.6em;
}

/* line 708, app/assets/stylesheets/jquery-ui.css.scss */
.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}

/* line 712, app/assets/stylesheets/jquery-ui.css.scss */
.ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}

/* line 715, app/assets/stylesheets/jquery-ui.css.scss */
.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}

/* line 718, app/assets/stylesheets/jquery-ui.css.scss */
.ui-sortable-handle {
  -ms-touch-action: none;
  touch-action: none;
}

/* line 722, app/assets/stylesheets/jquery-ui.css.scss */
.ui-spinner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  vertical-align: middle;
}

/* line 729, app/assets/stylesheets/jquery-ui.css.scss */
.ui-spinner-input {
  border: none;
  background: none;
  color: inherit;
  padding: 0;
  margin: .2em 0;
  vertical-align: middle;
  margin-left: .4em;
  margin-right: 22px;
}

/* line 739, app/assets/stylesheets/jquery-ui.css.scss */
.ui-spinner-button {
  width: 16px;
  height: 50%;
  font-size: .5em;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  cursor: default;
  display: block;
  overflow: hidden;
  right: 0;
}

/* more specificity required here to override default borders */
/* line 753, app/assets/stylesheets/jquery-ui.css.scss */
.ui-spinner a.ui-spinner-button {
  border-top: none;
  border-bottom: none;
  border-right: none;
}

/* vertically center icon */
/* line 759, app/assets/stylesheets/jquery-ui.css.scss */
.ui-spinner .ui-icon {
  position: absolute;
  margin-top: -8px;
  top: 50%;
  left: 0;
}

/* line 765, app/assets/stylesheets/jquery-ui.css.scss */
.ui-spinner-up {
  top: 0;
}

/* line 768, app/assets/stylesheets/jquery-ui.css.scss */
.ui-spinner-down {
  bottom: 0;
}

/* TR overrides */
/* line 773, app/assets/stylesheets/jquery-ui.css.scss */
.ui-spinner .ui-icon-triangle-1-s {
  /* need to fix icons sprite */
  background-position: -65px -16px;
}

/* line 777, app/assets/stylesheets/jquery-ui.css.scss */
.ui-tabs {
  position: relative;
  /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
  padding: .2em;
}

/* line 781, app/assets/stylesheets/jquery-ui.css.scss */
.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: .2em .2em 0;
}

/* line 785, app/assets/stylesheets/jquery-ui.css.scss */
.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px .2em 0 0;
  border-bottom-width: 0;
  padding: 0;
  white-space: nowrap;
}

/* line 795, app/assets/stylesheets/jquery-ui.css.scss */
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: left;
  padding: .5em 1em;
  text-decoration: none;
}

/* line 800, app/assets/stylesheets/jquery-ui.css.scss */
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px;
}

/* line 804, app/assets/stylesheets/jquery-ui.css.scss */
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
  cursor: text;
}

/* line 809, app/assets/stylesheets/jquery-ui.css.scss */
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  cursor: pointer;
}

/* line 812, app/assets/stylesheets/jquery-ui.css.scss */
.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: none;
}

/* line 818, app/assets/stylesheets/jquery-ui.css.scss */
.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px;
  -webkit-box-shadow: 0 0 5px #aaa;
  box-shadow: 0 0 5px #aaa;
}

/* line 826, app/assets/stylesheets/jquery-ui.css.scss */
body .ui-tooltip {
  border-width: 2px;
}

/* Component containers
----------------------------------*/
/* line 832, app/assets/stylesheets/jquery-ui.css.scss */
.ui-widget {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 1em;
}

/* line 836, app/assets/stylesheets/jquery-ui.css.scss */
.ui-widget .ui-widget {
  font-size: 1em;
}

/* line 839, app/assets/stylesheets/jquery-ui.css.scss */
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 1em;
}

/* line 846, app/assets/stylesheets/jquery-ui.css.scss */
.ui-widget-content {
  border: 1px solid #dddddd;
  background: #ffffff;
  color: #333333;
}

/* line 851, app/assets/stylesheets/jquery-ui.css.scss */
.ui-widget-content a {
  color: #333333;
}

/* line 854, app/assets/stylesheets/jquery-ui.css.scss */
.ui-widget-header {
  border: 1px solid #dddddd;
  background: #e9e9e9;
  color: #333333;
  font-weight: bold;
}

/* line 860, app/assets/stylesheets/jquery-ui.css.scss */
.ui-widget-header a {
  color: #333333;
}

/* Interaction states
----------------------------------*/
/* line 866, app/assets/stylesheets/jquery-ui.css.scss */
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  border: 1px solid #c5c5c5;
  background: #f6f6f6;
  font-weight: normal;
  color: #454545;
}

/* line 874, app/assets/stylesheets/jquery-ui.css.scss */
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
  color: #454545;
  text-decoration: none;
}

/* line 880, app/assets/stylesheets/jquery-ui.css.scss */
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
  border: 1px solid #cccccc;
  background: #ededed;
  font-weight: normal;
  color: #2b2b2b;
}

/* line 891, app/assets/stylesheets/jquery-ui.css.scss */
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited {
  color: #2b2b2b;
  text-decoration: none;
}

/* line 902, app/assets/stylesheets/jquery-ui.css.scss */
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  border: 1px solid #003eff;
  background: #007fff;
  font-weight: normal;
  color: #ffffff;
}

/* line 910, app/assets/stylesheets/jquery-ui.css.scss */
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #ffffff;
  text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
/* line 919, app/assets/stylesheets/jquery-ui.css.scss */
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #dad55e;
  background: #fffa90;
  color: #777620;
}

/* line 926, app/assets/stylesheets/jquery-ui.css.scss */
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #777620;
}

/* line 931, app/assets/stylesheets/jquery-ui.css.scss */
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #f1a899;
  background: #fddfdf;
  color: #5f3f3f;
}

/* line 938, app/assets/stylesheets/jquery-ui.css.scss */
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #5f3f3f;
}

/* line 943, app/assets/stylesheets/jquery-ui.css.scss */
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #5f3f3f;
}

/* line 948, app/assets/stylesheets/jquery-ui.css.scss */
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold;
}

/* line 953, app/assets/stylesheets/jquery-ui.css.scss */
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: Alpha(Opacity=70);
  /* support: IE8 */
  font-weight: normal;
}

/* line 960, app/assets/stylesheets/jquery-ui.css.scss */
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: Alpha(Opacity=35);
  /* support: IE8 */
  background-image: none;
}

/* line 967, app/assets/stylesheets/jquery-ui.css.scss */
.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
  /* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/
/* states and images */
/* line 975, app/assets/stylesheets/jquery-ui.css.scss */
.ui-icon {
  width: 16px;
  height: 16px;
}

/* line 979, app/assets/stylesheets/jquery-ui.css.scss */
.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url(/assets/ui-icons_444444_256x240-0ec02058e27f71c352637ad8cf116491b94527208affb95e29534bc6e1c239a4.png);
}

/* line 983, app/assets/stylesheets/jquery-ui.css.scss */
.ui-widget-header .ui-icon {
  background-image: url(/assets/ui-icons_444444_256x240-0ec02058e27f71c352637ad8cf116491b94527208affb95e29534bc6e1c239a4.png);
}

/* line 986, app/assets/stylesheets/jquery-ui.css.scss */
.ui-state-default .ui-icon {
  background-image: url(/assets/ui-icons_777777_256x240-03396f638d0837b69aa809188d82742d27a85eb85d105d4d553520df635176b7.png);
}

/* line 989, app/assets/stylesheets/jquery-ui.css.scss */
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
  background-image: url(/assets/ui-icons_555555_256x240-fb45140ae47b0cd693d2c1168f07768d856f5bca0f5d73b159d85066b823788d.png);
}

/* line 993, app/assets/stylesheets/jquery-ui.css.scss */
.ui-state-active .ui-icon {
  background-image: url(/assets/ui-icons_ffffff_256x240-063ff6c0b18fa40b9a89952c7a14ba75909dc2a6012612d83c40b9ef77df08e9.png);
}

/* line 996, app/assets/stylesheets/jquery-ui.css.scss */
.ui-state-highlight .ui-icon {
  background-image: url(/assets/ui-icons_777620_256x240-db31659e24ef3c3402c3cce811aaa4f6e6c69d353f32ddf40ce43f80e98e1297.png);
}

/* line 999, app/assets/stylesheets/jquery-ui.css.scss */
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url(/assets/ui-icons_cc0000_256x240-32d2aace8d299dd84d2e10ce1f1eb9cbb83550e147a4147b474eb22510dac5c3.png);
}

/* positioning */
/* line 1005, app/assets/stylesheets/jquery-ui.css.scss */
.ui-icon-blank {
  background-position: 16px 16px;
}

/* line 1006, app/assets/stylesheets/jquery-ui.css.scss */
.ui-icon-carat-1-n {
  background-position: 0 0;
}

/* line 1007, app/assets/stylesheets/jquery-ui.css.scss */
.ui-icon-carat-1-ne {
  background-position: -16px 0;
}

/* line 1008, app/assets/stylesheets/jquery-ui.css.scss */
.ui-icon-carat-1-e {
  background-position: -32px 0;
}

/* line 1009, app/assets/stylesheets/jquery-ui.css.scss */
.ui-icon-carat-1-se {
  background-position: -48px 0;
}

/* line 1010, app/assets/stylesheets/jquery-ui.css.scss */
.ui-icon-carat-1-s {
  background-position: -64px 0;
}

/* line 1011, app/assets/stylesheets/jquery-ui.css.scss */
.ui-icon-carat-1-sw {
  background-position: -80px 0;
}

/* line 1012, app/assets/stylesheets/jquery-ui.css.scss */
.ui-icon-carat-1-w {
  background-position: -96px 0;
}

/* line 1013, app/assets/stylesheets/jquery-ui.css.scss */
.ui-icon-carat-1-nw {
  background-position: -112px 0;
}

/* line 1014, app/assets/stylesheets/jquery-ui.css.scss */
.ui-icon-carat-2-n-s {
  background-position: -128px 0;
}

/* line 1015, app/assets/stylesheets/jquery-ui.css.scss */
.ui-icon-carat-2-e-w {
  background-position: -144px 0;
}

/* line 1016, app/assets/stylesheets/jquery-ui.css.scss */
.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}

/* line 1017, app/assets/stylesheets/jquery-ui.css.scss */
.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}

/* line 1018, app/assets/stylesheets/jquery-ui.css.scss */
.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}

/* line 1019, app/assets/stylesheets/jquery-ui.css.scss */
.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}

/* line 1020, app/assets/stylesheets/jquery-ui.css.scss */
.ui-icon-triangle-1-s {
  background-position: -64px -16px;
}

/* line 1021, app/assets/stylesheets/jquery-ui.css.scss */
.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}

/* line 1022, app/assets/stylesheets/jquery-ui.css.scss */
.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}

/* line 1023, app/assets/stylesheets/jquery-ui.css.scss */
.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}

/* line 1024, app/assets/stylesheets/jquery-ui.css.scss */
.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}

/* line 1025, app/assets/stylesheets/jquery-ui.css.scss */
.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}

/* line 1026, app/assets/stylesheets/jquery-ui.css.scss */
.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}

/* line 1027, app/assets/stylesheets/jquery-ui.css.scss */
.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}

/* line 1028, app/assets/stylesheets/jquery-ui.css.scss */
.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}

/* line 1029, app/assets/stylesheets/jquery-ui.css.scss */
.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}

/* line 1030, app/assets/stylesheets/jquery-ui.css.scss */
.ui-icon-arrow-1-s {
  background-position: -64px -32px;
}

/* line 1031, app/assets/stylesheets/jquery-ui.css.scss */
.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}

/* line 1032, app/assets/stylesheets/jquery-ui.css.scss */
.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}

/* line 1033, app/assets/stylesheets/jquery-ui.css.scss */
.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}

/* line 1034, app/assets/stylesheets/jquery-ui.css.scss */
.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}

/* line 1035, app/assets/stylesheets/jquery-ui.css.scss */
.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}

/* line 1036, app/assets/stylesheets/jquery-ui.css.scss */
.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}

/* line 1037, app/assets/stylesheets/jquery-ui.css.scss */
.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}

/* line 1038, app/assets/stylesheets/jquery-ui.css.scss */
.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}

/* line 1039, app/assets/stylesheets/jquery-ui.css.scss */
.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}

/* line 1040, app/assets/stylesheets/jquery-ui.css.scss */
.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}

/* line 1041, app/assets/stylesheets/jquery-ui.css.scss */
.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}

/* line 1042, app/assets/stylesheets/jquery-ui.css.scss */
.ui-icon-arrowthick-1-n {
  background-position: 0 -48px;
}

/* line 1043, app/assets/stylesheets/jquery-ui.css.scss */
.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}

/* line 1044, app/assets/stylesheets/jquery-ui.css.scss */
.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}

/* line 1045, app/assets/stylesheets/jquery-ui.css.scss */
.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}

/* line 1046, app/assets/stylesheets/jquery-ui.css.scss */
.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}

/* line 1047, app/assets/stylesheets/jquery-ui.css.scss */
.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}

/* line 1048, app/assets/stylesheets/jquery-ui.css.scss */
.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}

/* line 1049, app/assets/stylesheets/jquery-ui.css.scss */
.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}

/* line 1050, app/assets/stylesheets/jquery-ui.css.scss */
.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}

/* line 1051, app/assets/stylesheets/jquery-ui.css.scss */
.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}

/* line 1052, app/assets/stylesheets/jquery-ui.css.scss */
.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}

/* line 1053, app/assets/stylesheets/jquery-ui.css.scss */
.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}

/* line 1054, app/assets/stylesheets/jquery-ui.css.scss */
.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}

/* line 1055, app/assets/stylesheets/jquery-ui.css.scss */
.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}

/* line 1056, app/assets/stylesheets/jquery-ui.css.scss */
.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}

/* line 1057, app/assets/stylesheets/jquery-ui.css.scss */
.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}

/* line 1058, app/assets/stylesheets/jquery-ui.css.scss */
.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}

/* line 1059, app/assets/stylesheets/jquery-ui.css.scss */
.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}

/* line 1060, app/assets/stylesheets/jquery-ui.css.scss */
.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}

/* line 1061, app/assets/stylesheets/jquery-ui.css.scss */
.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}

/* line 1062, app/assets/stylesheets/jquery-ui.css.scss */
.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}

/* line 1063, app/assets/stylesheets/jquery-ui.css.scss */
.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}

/* line 1064, app/assets/stylesheets/jquery-ui.css.scss */
.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}

/* line 1065, app/assets/stylesheets/jquery-ui.css.scss */
.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}

/* line 1066, app/assets/stylesheets/jquery-ui.css.scss */
.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}

/* line 1067, app/assets/stylesheets/jquery-ui.css.scss */
.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}

/* line 1068, app/assets/stylesheets/jquery-ui.css.scss */
.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}

/* line 1069, app/assets/stylesheets/jquery-ui.css.scss */
.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}

/* line 1070, app/assets/stylesheets/jquery-ui.css.scss */
.ui-icon-arrow-4 {
  background-position: 0 -80px;
}

/* line 1071, app/assets/stylesheets/jquery-ui.css.scss */
.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}

/* line 1072, app/assets/stylesheets/jquery-ui.css.scss */
.ui-icon-extlink {
  background-position: -32px -80px;
}

/* line 1073, app/assets/stylesheets/jquery-ui.css.scss */
.ui-icon-newwin {
  background-position: -48px -80px;
}

/* line 1074, app/assets/stylesheets/jquery-ui.css.scss */
.ui-icon-refresh {
  background-position: -64px -80px;
}

/* line 1075, app/assets/stylesheets/jquery-ui.css.scss */
.ui-icon-shuffle {
  background-position: -80px -80px;
}

/* line 1076, app/assets/stylesheets/jquery-ui.css.scss */
.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}

/* line 1077, app/assets/stylesheets/jquery-ui.css.scss */
.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}

/* line 1078, app/assets/stylesheets/jquery-ui.css.scss */
.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}

/* line 1079, app/assets/stylesheets/jquery-ui.css.scss */
.ui-icon-folder-open {
  background-position: -16px -96px;
}

/* line 1080, app/assets/stylesheets/jquery-ui.css.scss */
.ui-icon-document {
  background-position: -32px -96px;
}

/* line 1081, app/assets/stylesheets/jquery-ui.css.scss */
.ui-icon-document-b {
  background-position: -48px -96px;
}

/* line 1082, app/assets/stylesheets/jquery-ui.css.scss */
.ui-icon-note {
  background-position: -64px -96px;
}

/* line 1083, app/assets/stylesheets/jquery-ui.css.scss */
.ui-icon-mail-closed {
  background-position: -80px -96px;
}

/* line 1084, app/assets/stylesheets/jquery-ui.css.scss */
.ui-icon-mail-open {
  background-position: -96px -96px;
}

/* line 1085, app/assets/stylesheets/jquery-ui.css.scss */
.ui-icon-suitcase {
  background-position: -112px -96px;
}

/* line 1086, app/assets/stylesheets/jquery-ui.css.scss */
.ui-icon-comment {
  background-position: -128px -96px;
}

/* line 1087, app/assets/stylesheets/jquery-ui.css.scss */
.ui-icon-person {
  background-position: -144px -96px;
}

/* line 1088, app/assets/stylesheets/jquery-ui.css.scss */
.ui-icon-print {
  background-position: -160px -96px;
}

/* line 1089, app/assets/stylesheets/jquery-ui.css.scss */
.ui-icon-trash {
  background-position: -176px -96px;
}

/* line 1090, app/assets/stylesheets/jquery-ui.css.scss */
.ui-icon-locked {
  background-position: -192px -96px;
}

/* line 1091, app/assets/stylesheets/jquery-ui.css.scss */
.ui-icon-unlocked {
  background-position: -208px -96px;
}

/* line 1092, app/assets/stylesheets/jquery-ui.css.scss */
.ui-icon-bookmark {
  background-position: -224px -96px;
}

/* line 1093, app/assets/stylesheets/jquery-ui.css.scss */
.ui-icon-tag {
  background-position: -240px -96px;
}

/* line 1094, app/assets/stylesheets/jquery-ui.css.scss */
.ui-icon-home {
  background-position: 0 -112px;
}

/* line 1095, app/assets/stylesheets/jquery-ui.css.scss */
.ui-icon-flag {
  background-position: -16px -112px;
}

/* line 1096, app/assets/stylesheets/jquery-ui.css.scss */
.ui-icon-calendar {
  background-position: -32px -112px;
}

/* line 1097, app/assets/stylesheets/jquery-ui.css.scss */
.ui-icon-cart {
  background-position: -48px -112px;
}

/* line 1098, app/assets/stylesheets/jquery-ui.css.scss */
.ui-icon-pencil {
  background-position: -64px -112px;
}

/* line 1099, app/assets/stylesheets/jquery-ui.css.scss */
.ui-icon-clock {
  background-position: -80px -112px;
}

/* line 1100, app/assets/stylesheets/jquery-ui.css.scss */
.ui-icon-disk {
  background-position: -96px -112px;
}

/* line 1101, app/assets/stylesheets/jquery-ui.css.scss */
.ui-icon-calculator {
  background-position: -112px -112px;
}

/* line 1102, app/assets/stylesheets/jquery-ui.css.scss */
.ui-icon-zoomin {
  background-position: -128px -112px;
}

/* line 1103, app/assets/stylesheets/jquery-ui.css.scss */
.ui-icon-zoomout {
  background-position: -144px -112px;
}

/* line 1104, app/assets/stylesheets/jquery-ui.css.scss */
.ui-icon-search {
  background-position: -160px -112px;
}

/* line 1105, app/assets/stylesheets/jquery-ui.css.scss */
.ui-icon-wrench {
  background-position: -176px -112px;
}

/* line 1106, app/assets/stylesheets/jquery-ui.css.scss */
.ui-icon-gear {
  background-position: -192px -112px;
}

/* line 1107, app/assets/stylesheets/jquery-ui.css.scss */
.ui-icon-heart {
  background-position: -208px -112px;
}

/* line 1108, app/assets/stylesheets/jquery-ui.css.scss */
.ui-icon-star {
  background-position: -224px -112px;
}

/* line 1109, app/assets/stylesheets/jquery-ui.css.scss */
.ui-icon-link {
  background-position: -240px -112px;
}

/* line 1110, app/assets/stylesheets/jquery-ui.css.scss */
.ui-icon-cancel {
  background-position: 0 -128px;
}

/* line 1111, app/assets/stylesheets/jquery-ui.css.scss */
.ui-icon-plus {
  background-position: -16px -128px;
}

/* line 1112, app/assets/stylesheets/jquery-ui.css.scss */
.ui-icon-plusthick {
  background-position: -32px -128px;
}

/* line 1113, app/assets/stylesheets/jquery-ui.css.scss */
.ui-icon-minus {
  background-position: -48px -128px;
}

/* line 1114, app/assets/stylesheets/jquery-ui.css.scss */
.ui-icon-minusthick {
  background-position: -64px -128px;
}

/* line 1115, app/assets/stylesheets/jquery-ui.css.scss */
.ui-icon-close {
  background-position: -80px -128px;
}

/* line 1116, app/assets/stylesheets/jquery-ui.css.scss */
.ui-icon-closethick {
  background-position: -96px -128px;
}

/* line 1117, app/assets/stylesheets/jquery-ui.css.scss */
.ui-icon-key {
  background-position: -112px -128px;
}

/* line 1118, app/assets/stylesheets/jquery-ui.css.scss */
.ui-icon-lightbulb {
  background-position: -128px -128px;
}

/* line 1119, app/assets/stylesheets/jquery-ui.css.scss */
.ui-icon-scissors {
  background-position: -144px -128px;
}

/* line 1120, app/assets/stylesheets/jquery-ui.css.scss */
.ui-icon-clipboard {
  background-position: -160px -128px;
}

/* line 1121, app/assets/stylesheets/jquery-ui.css.scss */
.ui-icon-copy {
  background-position: -176px -128px;
}

/* line 1122, app/assets/stylesheets/jquery-ui.css.scss */
.ui-icon-contact {
  background-position: -192px -128px;
}

/* line 1123, app/assets/stylesheets/jquery-ui.css.scss */
.ui-icon-image {
  background-position: -208px -128px;
}

/* line 1124, app/assets/stylesheets/jquery-ui.css.scss */
.ui-icon-video {
  background-position: -224px -128px;
}

/* line 1125, app/assets/stylesheets/jquery-ui.css.scss */
.ui-icon-script {
  background-position: -240px -128px;
}

/* line 1126, app/assets/stylesheets/jquery-ui.css.scss */
.ui-icon-alert {
  background-position: 0 -144px;
}

/* line 1127, app/assets/stylesheets/jquery-ui.css.scss */
.ui-icon-info {
  background-position: -16px -144px;
}

/* line 1128, app/assets/stylesheets/jquery-ui.css.scss */
.ui-icon-notice {
  background-position: -32px -144px;
}

/* line 1129, app/assets/stylesheets/jquery-ui.css.scss */
.ui-icon-help {
  background-position: -48px -144px;
}

/* line 1130, app/assets/stylesheets/jquery-ui.css.scss */
.ui-icon-check {
  background-position: -64px -144px;
}

/* line 1131, app/assets/stylesheets/jquery-ui.css.scss */
.ui-icon-bullet {
  background-position: -80px -144px;
}

/* line 1132, app/assets/stylesheets/jquery-ui.css.scss */
.ui-icon-radio-on {
  background-position: -96px -144px;
}

/* line 1133, app/assets/stylesheets/jquery-ui.css.scss */
.ui-icon-radio-off {
  background-position: -112px -144px;
}

/* line 1134, app/assets/stylesheets/jquery-ui.css.scss */
.ui-icon-pin-w {
  background-position: -128px -144px;
}

/* line 1135, app/assets/stylesheets/jquery-ui.css.scss */
.ui-icon-pin-s {
  background-position: -144px -144px;
}

/* line 1136, app/assets/stylesheets/jquery-ui.css.scss */
.ui-icon-play {
  background-position: 0 -160px;
}

/* line 1137, app/assets/stylesheets/jquery-ui.css.scss */
.ui-icon-pause {
  background-position: -16px -160px;
}

/* line 1138, app/assets/stylesheets/jquery-ui.css.scss */
.ui-icon-seek-next {
  background-position: -32px -160px;
}

/* line 1139, app/assets/stylesheets/jquery-ui.css.scss */
.ui-icon-seek-prev {
  background-position: -48px -160px;
}

/* line 1140, app/assets/stylesheets/jquery-ui.css.scss */
.ui-icon-seek-end {
  background-position: -64px -160px;
}

/* line 1141, app/assets/stylesheets/jquery-ui.css.scss */
.ui-icon-seek-start {
  background-position: -80px -160px;
}

/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
/* line 1143, app/assets/stylesheets/jquery-ui.css.scss */
.ui-icon-seek-first {
  background-position: -80px -160px;
}

/* line 1144, app/assets/stylesheets/jquery-ui.css.scss */
.ui-icon-stop {
  background-position: -96px -160px;
}

/* line 1145, app/assets/stylesheets/jquery-ui.css.scss */
.ui-icon-eject {
  background-position: -112px -160px;
}

/* line 1146, app/assets/stylesheets/jquery-ui.css.scss */
.ui-icon-volume-off {
  background-position: -128px -160px;
}

/* line 1147, app/assets/stylesheets/jquery-ui.css.scss */
.ui-icon-volume-on {
  background-position: -144px -160px;
}

/* line 1148, app/assets/stylesheets/jquery-ui.css.scss */
.ui-icon-power {
  background-position: 0 -176px;
}

/* line 1149, app/assets/stylesheets/jquery-ui.css.scss */
.ui-icon-signal-diag {
  background-position: -16px -176px;
}

/* line 1150, app/assets/stylesheets/jquery-ui.css.scss */
.ui-icon-signal {
  background-position: -32px -176px;
}

/* line 1151, app/assets/stylesheets/jquery-ui.css.scss */
.ui-icon-battery-0 {
  background-position: -48px -176px;
}

/* line 1152, app/assets/stylesheets/jquery-ui.css.scss */
.ui-icon-battery-1 {
  background-position: -64px -176px;
}

/* line 1153, app/assets/stylesheets/jquery-ui.css.scss */
.ui-icon-battery-2 {
  background-position: -80px -176px;
}

/* line 1154, app/assets/stylesheets/jquery-ui.css.scss */
.ui-icon-battery-3 {
  background-position: -96px -176px;
}

/* line 1155, app/assets/stylesheets/jquery-ui.css.scss */
.ui-icon-circle-plus {
  background-position: 0 -192px;
}

/* line 1156, app/assets/stylesheets/jquery-ui.css.scss */
.ui-icon-circle-minus {
  background-position: -16px -192px;
}

/* line 1157, app/assets/stylesheets/jquery-ui.css.scss */
.ui-icon-circle-close {
  background-position: -32px -192px;
}

/* line 1158, app/assets/stylesheets/jquery-ui.css.scss */
.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}

/* line 1159, app/assets/stylesheets/jquery-ui.css.scss */
.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}

/* line 1160, app/assets/stylesheets/jquery-ui.css.scss */
.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}

/* line 1161, app/assets/stylesheets/jquery-ui.css.scss */
.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}

/* line 1162, app/assets/stylesheets/jquery-ui.css.scss */
.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}

/* line 1163, app/assets/stylesheets/jquery-ui.css.scss */
.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}

/* line 1164, app/assets/stylesheets/jquery-ui.css.scss */
.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}

/* line 1165, app/assets/stylesheets/jquery-ui.css.scss */
.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}

/* line 1166, app/assets/stylesheets/jquery-ui.css.scss */
.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}

/* line 1167, app/assets/stylesheets/jquery-ui.css.scss */
.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}

/* line 1168, app/assets/stylesheets/jquery-ui.css.scss */
.ui-icon-circle-check {
  background-position: -208px -192px;
}

/* line 1169, app/assets/stylesheets/jquery-ui.css.scss */
.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}

/* line 1170, app/assets/stylesheets/jquery-ui.css.scss */
.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}

/* line 1171, app/assets/stylesheets/jquery-ui.css.scss */
.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}

/* line 1172, app/assets/stylesheets/jquery-ui.css.scss */
.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}

/* line 1173, app/assets/stylesheets/jquery-ui.css.scss */
.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}

/* line 1174, app/assets/stylesheets/jquery-ui.css.scss */
.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}

/* line 1175, app/assets/stylesheets/jquery-ui.css.scss */
.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}

/* line 1176, app/assets/stylesheets/jquery-ui.css.scss */
.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}

/* line 1177, app/assets/stylesheets/jquery-ui.css.scss */
.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}

/* line 1178, app/assets/stylesheets/jquery-ui.css.scss */
.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}

/* line 1179, app/assets/stylesheets/jquery-ui.css.scss */
.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}

/* line 1180, app/assets/stylesheets/jquery-ui.css.scss */
.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}

/* Misc visuals
----------------------------------*/
/* Corner radius */
/* line 1187, app/assets/stylesheets/jquery-ui.css.scss */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 3px;
}

/* line 1193, app/assets/stylesheets/jquery-ui.css.scss */
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 3px;
}

/* line 1199, app/assets/stylesheets/jquery-ui.css.scss */
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 3px;
}

/* line 1205, app/assets/stylesheets/jquery-ui.css.scss */
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 3px;
}

/* Overlays */
/* line 1213, app/assets/stylesheets/jquery-ui.css.scss */
.ui-widget-overlay {
  background: #aaaaaa;
  opacity: .3;
  filter: Alpha(Opacity=30);
  /* support: IE8 */
}

/* line 1218, app/assets/stylesheets/jquery-ui.css.scss */
.ui-widget-shadow {
  margin: 0px 0 0 0px;
  padding: 5px;
  background: #666666;
  opacity: .3;
  filter: Alpha(Opacity=30);
  /* support: IE8 */
  border-radius: 8px;
}
/*!
 *  Font Awesome 4.2.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url(/assets/fontawesome-webfont-b286394e851d277e2d7b3565e2521ce84da11b7f6fce07db1c2f22edf4376cc7.eot?v=4.2.0);
  src: url(/assets/fontawesome-webfont-b286394e851d277e2d7b3565e2521ce84da11b7f6fce07db1c2f22edf4376cc7.eot?#iefix&v=4.2.0) format("embedded-opentype"), url(/assets/fontawesome-webfont-91d5c9561ecf2908189b881a8ba86a52ef1ded1cbda3fab620db028af6143a93.woff?v=4.2.0) format("woff"), url(/assets/fontawesome-webfont-f959ef6d098505f01200e66ee927eb8432e89c35f51ab4ebab50c38c600d4d0e.ttf?v=4.2.0) format("truetype"), url(/assets/fontawesome-webfont-691a2559d28153e7f27508b31ddf97017b0972957cba99d614a2913ec1b91d28.svg?v=4.2.0#fontawesomeregular) format("svg");
  font-weight: normal;
  font-style: normal;
}

/* line 14, app/assets/stylesheets/font-awesome.css.scss */
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
/* line 23, app/assets/stylesheets/font-awesome.css.scss */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

/* line 28, app/assets/stylesheets/font-awesome.css.scss */
.fa-2x {
  font-size: 2em;
}

/* line 31, app/assets/stylesheets/font-awesome.css.scss */
.fa-3x {
  font-size: 3em;
}

/* line 34, app/assets/stylesheets/font-awesome.css.scss */
.fa-4x {
  font-size: 4em;
}

/* line 37, app/assets/stylesheets/font-awesome.css.scss */
.fa-5x {
  font-size: 5em;
}

/* line 40, app/assets/stylesheets/font-awesome.css.scss */
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}

/* line 44, app/assets/stylesheets/font-awesome.css.scss */
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}

/* line 49, app/assets/stylesheets/font-awesome.css.scss */
.fa-ul > li {
  position: relative;
}

/* line 52, app/assets/stylesheets/font-awesome.css.scss */
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}

/* line 59, app/assets/stylesheets/font-awesome.css.scss */
.fa-li.fa-lg {
  left: -1.85714286em;
}

/* line 62, app/assets/stylesheets/font-awesome.css.scss */
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}

/* line 67, app/assets/stylesheets/font-awesome.css.scss */
.pull-right {
  float: right;
}

/* line 70, app/assets/stylesheets/font-awesome.css.scss */
.pull-left {
  float: left;
}

/* line 73, app/assets/stylesheets/font-awesome.css.scss */
.fa.pull-left {
  margin-right: .3em;
}

/* line 76, app/assets/stylesheets/font-awesome.css.scss */
.fa.pull-right {
  margin-left: .3em;
}

/* line 79, app/assets/stylesheets/font-awesome.css.scss */
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

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

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

/* line 103, app/assets/stylesheets/font-awesome.css.scss */
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

/* line 109, app/assets/stylesheets/font-awesome.css.scss */
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* line 115, app/assets/stylesheets/font-awesome.css.scss */
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

/* line 121, app/assets/stylesheets/font-awesome.css.scss */
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

/* line 127, app/assets/stylesheets/font-awesome.css.scss */
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

/* line 133, app/assets/stylesheets/font-awesome.css.scss */
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

/* line 140, app/assets/stylesheets/font-awesome.css.scss */
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

/* line 148, app/assets/stylesheets/font-awesome.css.scss */
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

/* line 155, app/assets/stylesheets/font-awesome.css.scss */
.fa-stack-1x {
  line-height: inherit;
}

/* line 158, app/assets/stylesheets/font-awesome.css.scss */
.fa-stack-2x {
  font-size: 2em;
}

/* line 161, app/assets/stylesheets/font-awesome.css.scss */
.fa-inverse {
  color: #ffffff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
/* line 166, app/assets/stylesheets/font-awesome.css.scss */
.fa-glass:before {
  content: "\f000";
}

/* line 169, app/assets/stylesheets/font-awesome.css.scss */
.fa-music:before {
  content: "\f001";
}

/* line 172, app/assets/stylesheets/font-awesome.css.scss */
.fa-search:before {
  content: "\f002";
}

/* line 175, app/assets/stylesheets/font-awesome.css.scss */
.fa-envelope-o:before {
  content: "\f003";
}

/* line 178, app/assets/stylesheets/font-awesome.css.scss */
.fa-heart:before {
  content: "\f004";
}

/* line 181, app/assets/stylesheets/font-awesome.css.scss */
.fa-star:before {
  content: "\f005";
}

/* line 184, app/assets/stylesheets/font-awesome.css.scss */
.fa-star-o:before {
  content: "\f006";
}

/* line 187, app/assets/stylesheets/font-awesome.css.scss */
.fa-user:before {
  content: "\f007";
}

/* line 190, app/assets/stylesheets/font-awesome.css.scss */
.fa-film:before {
  content: "\f008";
}

/* line 193, app/assets/stylesheets/font-awesome.css.scss */
.fa-th-large:before {
  content: "\f009";
}

/* line 196, app/assets/stylesheets/font-awesome.css.scss */
.fa-th:before {
  content: "\f00a";
}

/* line 199, app/assets/stylesheets/font-awesome.css.scss */
.fa-th-list:before {
  content: "\f00b";
}

/* line 202, app/assets/stylesheets/font-awesome.css.scss */
.fa-check:before {
  content: "\f00c";
}

/* line 205, app/assets/stylesheets/font-awesome.css.scss */
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}

/* line 210, app/assets/stylesheets/font-awesome.css.scss */
.fa-search-plus:before {
  content: "\f00e";
}

/* line 213, app/assets/stylesheets/font-awesome.css.scss */
.fa-search-minus:before {
  content: "\f010";
}

/* line 216, app/assets/stylesheets/font-awesome.css.scss */
.fa-power-off:before {
  content: "\f011";
}

/* line 219, app/assets/stylesheets/font-awesome.css.scss */
.fa-signal:before {
  content: "\f012";
}

/* line 222, app/assets/stylesheets/font-awesome.css.scss */
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}

/* line 226, app/assets/stylesheets/font-awesome.css.scss */
.fa-trash-o:before {
  content: "\f014";
}

/* line 229, app/assets/stylesheets/font-awesome.css.scss */
.fa-home:before {
  content: "\f015";
}

/* line 232, app/assets/stylesheets/font-awesome.css.scss */
.fa-file-o:before {
  content: "\f016";
}

/* line 235, app/assets/stylesheets/font-awesome.css.scss */
.fa-clock-o:before {
  content: "\f017";
}

/* line 238, app/assets/stylesheets/font-awesome.css.scss */
.fa-road:before {
  content: "\f018";
}

/* line 241, app/assets/stylesheets/font-awesome.css.scss */
.fa-download:before {
  content: "\f019";
}

/* line 244, app/assets/stylesheets/font-awesome.css.scss */
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

/* line 247, app/assets/stylesheets/font-awesome.css.scss */
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

/* line 250, app/assets/stylesheets/font-awesome.css.scss */
.fa-inbox:before {
  content: "\f01c";
}

/* line 253, app/assets/stylesheets/font-awesome.css.scss */
.fa-play-circle-o:before {
  content: "\f01d";
}

/* line 256, app/assets/stylesheets/font-awesome.css.scss */
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}

/* line 260, app/assets/stylesheets/font-awesome.css.scss */
.fa-refresh:before {
  content: "\f021";
}

/* line 263, app/assets/stylesheets/font-awesome.css.scss */
.fa-list-alt:before {
  content: "\f022";
}

/* line 266, app/assets/stylesheets/font-awesome.css.scss */
.fa-lock:before {
  content: "\f023";
}

/* line 269, app/assets/stylesheets/font-awesome.css.scss */
.fa-flag:before {
  content: "\f024";
}

/* line 272, app/assets/stylesheets/font-awesome.css.scss */
.fa-headphones:before {
  content: "\f025";
}

/* line 275, app/assets/stylesheets/font-awesome.css.scss */
.fa-volume-off:before {
  content: "\f026";
}

/* line 278, app/assets/stylesheets/font-awesome.css.scss */
.fa-volume-down:before {
  content: "\f027";
}

/* line 281, app/assets/stylesheets/font-awesome.css.scss */
.fa-volume-up:before {
  content: "\f028";
}

/* line 284, app/assets/stylesheets/font-awesome.css.scss */
.fa-qrcode:before {
  content: "\f029";
}

/* line 287, app/assets/stylesheets/font-awesome.css.scss */
.fa-barcode:before {
  content: "\f02a";
}

/* line 290, app/assets/stylesheets/font-awesome.css.scss */
.fa-tag:before {
  content: "\f02b";
}

/* line 293, app/assets/stylesheets/font-awesome.css.scss */
.fa-tags:before {
  content: "\f02c";
}

/* line 296, app/assets/stylesheets/font-awesome.css.scss */
.fa-book:before {
  content: "\f02d";
}

/* line 299, app/assets/stylesheets/font-awesome.css.scss */
.fa-bookmark:before {
  content: "\f02e";
}

/* line 302, app/assets/stylesheets/font-awesome.css.scss */
.fa-print:before {
  content: "\f02f";
}

/* line 305, app/assets/stylesheets/font-awesome.css.scss */
.fa-camera:before {
  content: "\f030";
}

/* line 308, app/assets/stylesheets/font-awesome.css.scss */
.fa-font:before {
  content: "\f031";
}

/* line 311, app/assets/stylesheets/font-awesome.css.scss */
.fa-bold:before {
  content: "\f032";
}

/* line 314, app/assets/stylesheets/font-awesome.css.scss */
.fa-italic:before {
  content: "\f033";
}

/* line 317, app/assets/stylesheets/font-awesome.css.scss */
.fa-text-height:before {
  content: "\f034";
}

/* line 320, app/assets/stylesheets/font-awesome.css.scss */
.fa-text-width:before {
  content: "\f035";
}

/* line 323, app/assets/stylesheets/font-awesome.css.scss */
.fa-align-left:before {
  content: "\f036";
}

/* line 326, app/assets/stylesheets/font-awesome.css.scss */
.fa-align-center:before {
  content: "\f037";
}

/* line 329, app/assets/stylesheets/font-awesome.css.scss */
.fa-align-right:before {
  content: "\f038";
}

/* line 332, app/assets/stylesheets/font-awesome.css.scss */
.fa-align-justify:before {
  content: "\f039";
}

/* line 335, app/assets/stylesheets/font-awesome.css.scss */
.fa-list:before {
  content: "\f03a";
}

/* line 338, app/assets/stylesheets/font-awesome.css.scss */
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}

/* line 342, app/assets/stylesheets/font-awesome.css.scss */
.fa-indent:before {
  content: "\f03c";
}

/* line 345, app/assets/stylesheets/font-awesome.css.scss */
.fa-video-camera:before {
  content: "\f03d";
}

/* line 348, app/assets/stylesheets/font-awesome.css.scss */
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}

/* line 353, app/assets/stylesheets/font-awesome.css.scss */
.fa-pencil:before {
  content: "\f040";
}

/* line 356, app/assets/stylesheets/font-awesome.css.scss */
.fa-map-marker:before {
  content: "\f041";
}

/* line 359, app/assets/stylesheets/font-awesome.css.scss */
.fa-adjust:before {
  content: "\f042";
}

/* line 362, app/assets/stylesheets/font-awesome.css.scss */
.fa-tint:before {
  content: "\f043";
}

/* line 365, app/assets/stylesheets/font-awesome.css.scss */
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}

/* line 369, app/assets/stylesheets/font-awesome.css.scss */
.fa-share-square-o:before {
  content: "\f045";
}

/* line 372, app/assets/stylesheets/font-awesome.css.scss */
.fa-check-square-o:before {
  content: "\f046";
}

/* line 375, app/assets/stylesheets/font-awesome.css.scss */
.fa-arrows:before {
  content: "\f047";
}

/* line 378, app/assets/stylesheets/font-awesome.css.scss */
.fa-step-backward:before {
  content: "\f048";
}

/* line 381, app/assets/stylesheets/font-awesome.css.scss */
.fa-fast-backward:before {
  content: "\f049";
}

/* line 384, app/assets/stylesheets/font-awesome.css.scss */
.fa-backward:before {
  content: "\f04a";
}

/* line 387, app/assets/stylesheets/font-awesome.css.scss */
.fa-play:before {
  content: "\f04b";
}

/* line 390, app/assets/stylesheets/font-awesome.css.scss */
.fa-pause:before {
  content: "\f04c";
}

/* line 393, app/assets/stylesheets/font-awesome.css.scss */
.fa-stop:before {
  content: "\f04d";
}

/* line 396, app/assets/stylesheets/font-awesome.css.scss */
.fa-forward:before {
  content: "\f04e";
}

/* line 399, app/assets/stylesheets/font-awesome.css.scss */
.fa-fast-forward:before {
  content: "\f050";
}

/* line 402, app/assets/stylesheets/font-awesome.css.scss */
.fa-step-forward:before {
  content: "\f051";
}

/* line 405, app/assets/stylesheets/font-awesome.css.scss */
.fa-eject:before {
  content: "\f052";
}

/* line 408, app/assets/stylesheets/font-awesome.css.scss */
.fa-chevron-left:before {
  content: "\f053";
}

/* line 411, app/assets/stylesheets/font-awesome.css.scss */
.fa-chevron-right:before {
  content: "\f054";
}

/* line 414, app/assets/stylesheets/font-awesome.css.scss */
.fa-plus-circle:before {
  content: "\f055";
}

/* line 417, app/assets/stylesheets/font-awesome.css.scss */
.fa-minus-circle:before {
  content: "\f056";
}

/* line 420, app/assets/stylesheets/font-awesome.css.scss */
.fa-times-circle:before {
  content: "\f057";
}

/* line 423, app/assets/stylesheets/font-awesome.css.scss */
.fa-check-circle:before {
  content: "\f058";
}

/* line 426, app/assets/stylesheets/font-awesome.css.scss */
.fa-question-circle:before {
  content: "\f059";
}

/* line 429, app/assets/stylesheets/font-awesome.css.scss */
.fa-info-circle:before {
  content: "\f05a";
}

/* line 432, app/assets/stylesheets/font-awesome.css.scss */
.fa-crosshairs:before {
  content: "\f05b";
}

/* line 435, app/assets/stylesheets/font-awesome.css.scss */
.fa-times-circle-o:before {
  content: "\f05c";
}

/* line 438, app/assets/stylesheets/font-awesome.css.scss */
.fa-check-circle-o:before {
  content: "\f05d";
}

/* line 441, app/assets/stylesheets/font-awesome.css.scss */
.fa-ban:before {
  content: "\f05e";
}

/* line 444, app/assets/stylesheets/font-awesome.css.scss */
.fa-arrow-left:before {
  content: "\f060";
}

/* line 447, app/assets/stylesheets/font-awesome.css.scss */
.fa-arrow-right:before {
  content: "\f061";
}

/* line 450, app/assets/stylesheets/font-awesome.css.scss */
.fa-arrow-up:before {
  content: "\f062";
}

/* line 453, app/assets/stylesheets/font-awesome.css.scss */
.fa-arrow-down:before {
  content: "\f063";
}

/* line 456, app/assets/stylesheets/font-awesome.css.scss */
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}

/* line 460, app/assets/stylesheets/font-awesome.css.scss */
.fa-expand:before {
  content: "\f065";
}

/* line 463, app/assets/stylesheets/font-awesome.css.scss */
.fa-compress:before {
  content: "\f066";
}

/* line 466, app/assets/stylesheets/font-awesome.css.scss */
.fa-plus:before {
  content: "\f067";
}

/* line 469, app/assets/stylesheets/font-awesome.css.scss */
.fa-minus:before {
  content: "\f068";
}

/* line 472, app/assets/stylesheets/font-awesome.css.scss */
.fa-asterisk:before {
  content: "\f069";
}

/* line 475, app/assets/stylesheets/font-awesome.css.scss */
.fa-exclamation-circle:before {
  content: "\f06a";
}

/* line 478, app/assets/stylesheets/font-awesome.css.scss */
.fa-gift:before {
  content: "\f06b";
}

/* line 481, app/assets/stylesheets/font-awesome.css.scss */
.fa-leaf:before {
  content: "\f06c";
}

/* line 484, app/assets/stylesheets/font-awesome.css.scss */
.fa-fire:before {
  content: "\f06d";
}

/* line 487, app/assets/stylesheets/font-awesome.css.scss */
.fa-eye:before {
  content: "\f06e";
}

/* line 490, app/assets/stylesheets/font-awesome.css.scss */
.fa-eye-slash:before {
  content: "\f070";
}

/* line 493, app/assets/stylesheets/font-awesome.css.scss */
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}

/* line 497, app/assets/stylesheets/font-awesome.css.scss */
.fa-plane:before {
  content: "\f072";
}

/* line 500, app/assets/stylesheets/font-awesome.css.scss */
.fa-calendar:before {
  content: "\f073";
}

/* line 503, app/assets/stylesheets/font-awesome.css.scss */
.fa-random:before {
  content: "\f074";
}

/* line 506, app/assets/stylesheets/font-awesome.css.scss */
.fa-comment:before {
  content: "\f075";
}

/* line 509, app/assets/stylesheets/font-awesome.css.scss */
.fa-magnet:before {
  content: "\f076";
}

/* line 512, app/assets/stylesheets/font-awesome.css.scss */
.fa-chevron-up:before {
  content: "\f077";
}

/* line 515, app/assets/stylesheets/font-awesome.css.scss */
.fa-chevron-down:before {
  content: "\f078";
}

/* line 518, app/assets/stylesheets/font-awesome.css.scss */
.fa-retweet:before {
  content: "\f079";
}

/* line 521, app/assets/stylesheets/font-awesome.css.scss */
.fa-shopping-cart:before {
  content: "\f07a";
}

/* line 524, app/assets/stylesheets/font-awesome.css.scss */
.fa-folder:before {
  content: "\f07b";
}

/* line 527, app/assets/stylesheets/font-awesome.css.scss */
.fa-folder-open:before {
  content: "\f07c";
}

/* line 530, app/assets/stylesheets/font-awesome.css.scss */
.fa-arrows-v:before {
  content: "\f07d";
}

/* line 533, app/assets/stylesheets/font-awesome.css.scss */
.fa-arrows-h:before {
  content: "\f07e";
}

/* line 536, app/assets/stylesheets/font-awesome.css.scss */
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}

/* line 540, app/assets/stylesheets/font-awesome.css.scss */
.fa-twitter-square:before {
  content: "\f081";
}

/* line 543, app/assets/stylesheets/font-awesome.css.scss */
.fa-facebook-square:before {
  content: "\f082";
}

/* line 546, app/assets/stylesheets/font-awesome.css.scss */
.fa-camera-retro:before {
  content: "\f083";
}

/* line 549, app/assets/stylesheets/font-awesome.css.scss */
.fa-key:before {
  content: "\f084";
}

/* line 552, app/assets/stylesheets/font-awesome.css.scss */
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}

/* line 556, app/assets/stylesheets/font-awesome.css.scss */
.fa-comments:before {
  content: "\f086";
}

/* line 559, app/assets/stylesheets/font-awesome.css.scss */
.fa-thumbs-o-up:before {
  content: "\f087";
}

/* line 562, app/assets/stylesheets/font-awesome.css.scss */
.fa-thumbs-o-down:before {
  content: "\f088";
}

/* line 565, app/assets/stylesheets/font-awesome.css.scss */
.fa-star-half:before {
  content: "\f089";
}

/* line 568, app/assets/stylesheets/font-awesome.css.scss */
.fa-heart-o:before {
  content: "\f08a";
}

/* line 571, app/assets/stylesheets/font-awesome.css.scss */
.fa-sign-out:before {
  content: "\f08b";
}

/* line 574, app/assets/stylesheets/font-awesome.css.scss */
.fa-linkedin-square:before {
  content: "\f08c";
}

/* line 577, app/assets/stylesheets/font-awesome.css.scss */
.fa-thumb-tack:before {
  content: "\f08d";
}

/* line 580, app/assets/stylesheets/font-awesome.css.scss */
.fa-external-link:before {
  content: "\f08e";
}

/* line 583, app/assets/stylesheets/font-awesome.css.scss */
.fa-sign-in:before {
  content: "\f090";
}

/* line 586, app/assets/stylesheets/font-awesome.css.scss */
.fa-trophy:before {
  content: "\f091";
}

/* line 589, app/assets/stylesheets/font-awesome.css.scss */
.fa-github-square:before {
  content: "\f092";
}

/* line 592, app/assets/stylesheets/font-awesome.css.scss */
.fa-upload:before {
  content: "\f093";
}

/* line 595, app/assets/stylesheets/font-awesome.css.scss */
.fa-lemon-o:before {
  content: "\f094";
}

/* line 598, app/assets/stylesheets/font-awesome.css.scss */
.fa-phone:before {
  content: "\f095";
}

/* line 601, app/assets/stylesheets/font-awesome.css.scss */
.fa-square-o:before {
  content: "\f096";
}

/* line 604, app/assets/stylesheets/font-awesome.css.scss */
.fa-bookmark-o:before {
  content: "\f097";
}

/* line 607, app/assets/stylesheets/font-awesome.css.scss */
.fa-phone-square:before {
  content: "\f098";
}

/* line 610, app/assets/stylesheets/font-awesome.css.scss */
.fa-twitter:before {
  content: "\f099";
}

/* line 613, app/assets/stylesheets/font-awesome.css.scss */
.fa-facebook:before {
  content: "\f09a";
}

/* line 616, app/assets/stylesheets/font-awesome.css.scss */
.fa-github:before {
  content: "\f09b";
}

/* line 619, app/assets/stylesheets/font-awesome.css.scss */
.fa-unlock:before {
  content: "\f09c";
}

/* line 622, app/assets/stylesheets/font-awesome.css.scss */
.fa-credit-card:before {
  content: "\f09d";
}

/* line 625, app/assets/stylesheets/font-awesome.css.scss */
.fa-rss:before {
  content: "\f09e";
}

/* line 628, app/assets/stylesheets/font-awesome.css.scss */
.fa-hdd-o:before {
  content: "\f0a0";
}

/* line 631, app/assets/stylesheets/font-awesome.css.scss */
.fa-bullhorn:before {
  content: "\f0a1";
}

/* line 634, app/assets/stylesheets/font-awesome.css.scss */
.fa-bell:before {
  content: "\f0f3";
}

/* line 637, app/assets/stylesheets/font-awesome.css.scss */
.fa-certificate:before {
  content: "\f0a3";
}

/* line 640, app/assets/stylesheets/font-awesome.css.scss */
.fa-hand-o-right:before {
  content: "\f0a4";
}

/* line 643, app/assets/stylesheets/font-awesome.css.scss */
.fa-hand-o-left:before {
  content: "\f0a5";
}

/* line 646, app/assets/stylesheets/font-awesome.css.scss */
.fa-hand-o-up:before {
  content: "\f0a6";
}

/* line 649, app/assets/stylesheets/font-awesome.css.scss */
.fa-hand-o-down:before {
  content: "\f0a7";
}

/* line 652, app/assets/stylesheets/font-awesome.css.scss */
.fa-arrow-circle-left:before {
  content: "\f0a8";
}

/* line 655, app/assets/stylesheets/font-awesome.css.scss */
.fa-arrow-circle-right:before {
  content: "\f0a9";
}

/* line 658, app/assets/stylesheets/font-awesome.css.scss */
.fa-arrow-circle-up:before {
  content: "\f0aa";
}

/* line 661, app/assets/stylesheets/font-awesome.css.scss */
.fa-arrow-circle-down:before {
  content: "\f0ab";
}

/* line 664, app/assets/stylesheets/font-awesome.css.scss */
.fa-globe:before {
  content: "\f0ac";
}

/* line 667, app/assets/stylesheets/font-awesome.css.scss */
.fa-wrench:before {
  content: "\f0ad";
}

/* line 670, app/assets/stylesheets/font-awesome.css.scss */
.fa-tasks:before {
  content: "\f0ae";
}

/* line 673, app/assets/stylesheets/font-awesome.css.scss */
.fa-filter:before {
  content: "\f0b0";
}

/* line 676, app/assets/stylesheets/font-awesome.css.scss */
.fa-briefcase:before {
  content: "\f0b1";
}

/* line 679, app/assets/stylesheets/font-awesome.css.scss */
.fa-arrows-alt:before {
  content: "\f0b2";
}

/* line 682, app/assets/stylesheets/font-awesome.css.scss */
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}

/* line 686, app/assets/stylesheets/font-awesome.css.scss */
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}

/* line 690, app/assets/stylesheets/font-awesome.css.scss */
.fa-cloud:before {
  content: "\f0c2";
}

/* line 693, app/assets/stylesheets/font-awesome.css.scss */
.fa-flask:before {
  content: "\f0c3";
}

/* line 696, app/assets/stylesheets/font-awesome.css.scss */
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}

/* line 700, app/assets/stylesheets/font-awesome.css.scss */
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}

/* line 704, app/assets/stylesheets/font-awesome.css.scss */
.fa-paperclip:before {
  content: "\f0c6";
}

/* line 707, app/assets/stylesheets/font-awesome.css.scss */
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}

/* line 711, app/assets/stylesheets/font-awesome.css.scss */
.fa-square:before {
  content: "\f0c8";
}

/* line 714, app/assets/stylesheets/font-awesome.css.scss */
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}

/* line 719, app/assets/stylesheets/font-awesome.css.scss */
.fa-list-ul:before {
  content: "\f0ca";
}

/* line 722, app/assets/stylesheets/font-awesome.css.scss */
.fa-list-ol:before {
  content: "\f0cb";
}

/* line 725, app/assets/stylesheets/font-awesome.css.scss */
.fa-strikethrough:before {
  content: "\f0cc";
}

/* line 728, app/assets/stylesheets/font-awesome.css.scss */
.fa-underline:before {
  content: "\f0cd";
}

/* line 731, app/assets/stylesheets/font-awesome.css.scss */
.fa-table:before {
  content: "\f0ce";
}

/* line 734, app/assets/stylesheets/font-awesome.css.scss */
.fa-magic:before {
  content: "\f0d0";
}

/* line 737, app/assets/stylesheets/font-awesome.css.scss */
.fa-truck:before {
  content: "\f0d1";
}

/* line 740, app/assets/stylesheets/font-awesome.css.scss */
.fa-pinterest:before {
  content: "\f0d2";
}

/* line 743, app/assets/stylesheets/font-awesome.css.scss */
.fa-pinterest-square:before {
  content: "\f0d3";
}

/* line 746, app/assets/stylesheets/font-awesome.css.scss */
.fa-google-plus-square:before {
  content: "\f0d4";
}

/* line 749, app/assets/stylesheets/font-awesome.css.scss */
.fa-google-plus:before {
  content: "\f0d5";
}

/* line 752, app/assets/stylesheets/font-awesome.css.scss */
.fa-money:before {
  content: "\f0d6";
}

/* line 755, app/assets/stylesheets/font-awesome.css.scss */
.fa-caret-down:before {
  content: "\f0d7";
}

/* line 758, app/assets/stylesheets/font-awesome.css.scss */
.fa-caret-up:before {
  content: "\f0d8";
}

/* line 761, app/assets/stylesheets/font-awesome.css.scss */
.fa-caret-left:before {
  content: "\f0d9";
}

/* line 764, app/assets/stylesheets/font-awesome.css.scss */
.fa-caret-right:before {
  content: "\f0da";
}

/* line 767, app/assets/stylesheets/font-awesome.css.scss */
.fa-columns:before {
  content: "\f0db";
}

/* line 770, app/assets/stylesheets/font-awesome.css.scss */
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}

/* line 774, app/assets/stylesheets/font-awesome.css.scss */
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}

/* line 778, app/assets/stylesheets/font-awesome.css.scss */
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}

/* line 782, app/assets/stylesheets/font-awesome.css.scss */
.fa-envelope:before {
  content: "\f0e0";
}

/* line 785, app/assets/stylesheets/font-awesome.css.scss */
.fa-linkedin:before {
  content: "\f0e1";
}

/* line 788, app/assets/stylesheets/font-awesome.css.scss */
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}

/* line 792, app/assets/stylesheets/font-awesome.css.scss */
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}

/* line 796, app/assets/stylesheets/font-awesome.css.scss */
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}

/* line 800, app/assets/stylesheets/font-awesome.css.scss */
.fa-comment-o:before {
  content: "\f0e5";
}

/* line 803, app/assets/stylesheets/font-awesome.css.scss */
.fa-comments-o:before {
  content: "\f0e6";
}

/* line 806, app/assets/stylesheets/font-awesome.css.scss */
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}

/* line 810, app/assets/stylesheets/font-awesome.css.scss */
.fa-sitemap:before {
  content: "\f0e8";
}

/* line 813, app/assets/stylesheets/font-awesome.css.scss */
.fa-umbrella:before {
  content: "\f0e9";
}

/* line 816, app/assets/stylesheets/font-awesome.css.scss */
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}

/* line 820, app/assets/stylesheets/font-awesome.css.scss */
.fa-lightbulb-o:before {
  content: "\f0eb";
}

/* line 823, app/assets/stylesheets/font-awesome.css.scss */
.fa-exchange:before {
  content: "\f0ec";
}

/* line 826, app/assets/stylesheets/font-awesome.css.scss */
.fa-cloud-download:before {
  content: "\f0ed";
}

/* line 829, app/assets/stylesheets/font-awesome.css.scss */
.fa-cloud-upload:before {
  content: "\f0ee";
}

/* line 832, app/assets/stylesheets/font-awesome.css.scss */
.fa-user-md:before {
  content: "\f0f0";
}

/* line 835, app/assets/stylesheets/font-awesome.css.scss */
.fa-stethoscope:before {
  content: "\f0f1";
}

/* line 838, app/assets/stylesheets/font-awesome.css.scss */
.fa-suitcase:before {
  content: "\f0f2";
}

/* line 841, app/assets/stylesheets/font-awesome.css.scss */
.fa-bell-o:before {
  content: "\f0a2";
}

/* line 844, app/assets/stylesheets/font-awesome.css.scss */
.fa-coffee:before {
  content: "\f0f4";
}

/* line 847, app/assets/stylesheets/font-awesome.css.scss */
.fa-cutlery:before {
  content: "\f0f5";
}

/* line 850, app/assets/stylesheets/font-awesome.css.scss */
.fa-file-text-o:before {
  content: "\f0f6";
}

/* line 853, app/assets/stylesheets/font-awesome.css.scss */
.fa-building-o:before {
  content: "\f0f7";
}

/* line 856, app/assets/stylesheets/font-awesome.css.scss */
.fa-hospital-o:before {
  content: "\f0f8";
}

/* line 859, app/assets/stylesheets/font-awesome.css.scss */
.fa-ambulance:before {
  content: "\f0f9";
}

/* line 862, app/assets/stylesheets/font-awesome.css.scss */
.fa-medkit:before {
  content: "\f0fa";
}

/* line 865, app/assets/stylesheets/font-awesome.css.scss */
.fa-fighter-jet:before {
  content: "\f0fb";
}

/* line 868, app/assets/stylesheets/font-awesome.css.scss */
.fa-beer:before {
  content: "\f0fc";
}

/* line 871, app/assets/stylesheets/font-awesome.css.scss */
.fa-h-square:before {
  content: "\f0fd";
}

/* line 874, app/assets/stylesheets/font-awesome.css.scss */
.fa-plus-square:before {
  content: "\f0fe";
}

/* line 877, app/assets/stylesheets/font-awesome.css.scss */
.fa-angle-double-left:before {
  content: "\f100";
}

/* line 880, app/assets/stylesheets/font-awesome.css.scss */
.fa-angle-double-right:before {
  content: "\f101";
}

/* line 883, app/assets/stylesheets/font-awesome.css.scss */
.fa-angle-double-up:before {
  content: "\f102";
}

/* line 886, app/assets/stylesheets/font-awesome.css.scss */
.fa-angle-double-down:before {
  content: "\f103";
}

/* line 889, app/assets/stylesheets/font-awesome.css.scss */
.fa-angle-left:before {
  content: "\f104";
}

/* line 892, app/assets/stylesheets/font-awesome.css.scss */
.fa-angle-right:before {
  content: "\f105";
}

/* line 895, app/assets/stylesheets/font-awesome.css.scss */
.fa-angle-up:before {
  content: "\f106";
}

/* line 898, app/assets/stylesheets/font-awesome.css.scss */
.fa-angle-down:before {
  content: "\f107";
}

/* line 901, app/assets/stylesheets/font-awesome.css.scss */
.fa-desktop:before {
  content: "\f108";
}

/* line 904, app/assets/stylesheets/font-awesome.css.scss */
.fa-laptop:before {
  content: "\f109";
}

/* line 907, app/assets/stylesheets/font-awesome.css.scss */
.fa-tablet:before {
  content: "\f10a";
}

/* line 910, app/assets/stylesheets/font-awesome.css.scss */
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}

/* line 914, app/assets/stylesheets/font-awesome.css.scss */
.fa-circle-o:before {
  content: "\f10c";
}

/* line 917, app/assets/stylesheets/font-awesome.css.scss */
.fa-quote-left:before {
  content: "\f10d";
}

/* line 920, app/assets/stylesheets/font-awesome.css.scss */
.fa-quote-right:before {
  content: "\f10e";
}

/* line 923, app/assets/stylesheets/font-awesome.css.scss */
.fa-spinner:before {
  content: "\f110";
}

/* line 926, app/assets/stylesheets/font-awesome.css.scss */
.fa-circle:before {
  content: "\f111";
}

/* line 929, app/assets/stylesheets/font-awesome.css.scss */
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}

/* line 933, app/assets/stylesheets/font-awesome.css.scss */
.fa-github-alt:before {
  content: "\f113";
}

/* line 936, app/assets/stylesheets/font-awesome.css.scss */
.fa-folder-o:before {
  content: "\f114";
}

/* line 939, app/assets/stylesheets/font-awesome.css.scss */
.fa-folder-open-o:before {
  content: "\f115";
}

/* line 942, app/assets/stylesheets/font-awesome.css.scss */
.fa-smile-o:before {
  content: "\f118";
}

/* line 945, app/assets/stylesheets/font-awesome.css.scss */
.fa-frown-o:before {
  content: "\f119";
}

/* line 948, app/assets/stylesheets/font-awesome.css.scss */
.fa-meh-o:before {
  content: "\f11a";
}

/* line 951, app/assets/stylesheets/font-awesome.css.scss */
.fa-gamepad:before {
  content: "\f11b";
}

/* line 954, app/assets/stylesheets/font-awesome.css.scss */
.fa-keyboard-o:before {
  content: "\f11c";
}

/* line 957, app/assets/stylesheets/font-awesome.css.scss */
.fa-flag-o:before {
  content: "\f11d";
}

/* line 960, app/assets/stylesheets/font-awesome.css.scss */
.fa-flag-checkered:before {
  content: "\f11e";
}

/* line 963, app/assets/stylesheets/font-awesome.css.scss */
.fa-terminal:before {
  content: "\f120";
}

/* line 966, app/assets/stylesheets/font-awesome.css.scss */
.fa-code:before {
  content: "\f121";
}

/* line 969, app/assets/stylesheets/font-awesome.css.scss */
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}

/* line 973, app/assets/stylesheets/font-awesome.css.scss */
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}

/* line 978, app/assets/stylesheets/font-awesome.css.scss */
.fa-location-arrow:before {
  content: "\f124";
}

/* line 981, app/assets/stylesheets/font-awesome.css.scss */
.fa-crop:before {
  content: "\f125";
}

/* line 984, app/assets/stylesheets/font-awesome.css.scss */
.fa-code-fork:before {
  content: "\f126";
}

/* line 987, app/assets/stylesheets/font-awesome.css.scss */
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}

/* line 991, app/assets/stylesheets/font-awesome.css.scss */
.fa-question:before {
  content: "\f128";
}

/* line 994, app/assets/stylesheets/font-awesome.css.scss */
.fa-info:before {
  content: "\f129";
}

/* line 997, app/assets/stylesheets/font-awesome.css.scss */
.fa-exclamation:before {
  content: "\f12a";
}

/* line 1000, app/assets/stylesheets/font-awesome.css.scss */
.fa-superscript:before {
  content: "\f12b";
}

/* line 1003, app/assets/stylesheets/font-awesome.css.scss */
.fa-subscript:before {
  content: "\f12c";
}

/* line 1006, app/assets/stylesheets/font-awesome.css.scss */
.fa-eraser:before {
  content: "\f12d";
}

/* line 1009, app/assets/stylesheets/font-awesome.css.scss */
.fa-puzzle-piece:before {
  content: "\f12e";
}

/* line 1012, app/assets/stylesheets/font-awesome.css.scss */
.fa-microphone:before {
  content: "\f130";
}

/* line 1015, app/assets/stylesheets/font-awesome.css.scss */
.fa-microphone-slash:before {
  content: "\f131";
}

/* line 1018, app/assets/stylesheets/font-awesome.css.scss */
.fa-shield:before {
  content: "\f132";
}

/* line 1021, app/assets/stylesheets/font-awesome.css.scss */
.fa-calendar-o:before {
  content: "\f133";
}

/* line 1024, app/assets/stylesheets/font-awesome.css.scss */
.fa-fire-extinguisher:before {
  content: "\f134";
}

/* line 1027, app/assets/stylesheets/font-awesome.css.scss */
.fa-rocket:before {
  content: "\f135";
}

/* line 1030, app/assets/stylesheets/font-awesome.css.scss */
.fa-maxcdn:before {
  content: "\f136";
}

/* line 1033, app/assets/stylesheets/font-awesome.css.scss */
.fa-chevron-circle-left:before {
  content: "\f137";
}

/* line 1036, app/assets/stylesheets/font-awesome.css.scss */
.fa-chevron-circle-right:before {
  content: "\f138";
}

/* line 1039, app/assets/stylesheets/font-awesome.css.scss */
.fa-chevron-circle-up:before {
  content: "\f139";
}

/* line 1042, app/assets/stylesheets/font-awesome.css.scss */
.fa-chevron-circle-down:before {
  content: "\f13a";
}

/* line 1045, app/assets/stylesheets/font-awesome.css.scss */
.fa-html5:before {
  content: "\f13b";
}

/* line 1048, app/assets/stylesheets/font-awesome.css.scss */
.fa-css3:before {
  content: "\f13c";
}

/* line 1051, app/assets/stylesheets/font-awesome.css.scss */
.fa-anchor:before {
  content: "\f13d";
}

/* line 1054, app/assets/stylesheets/font-awesome.css.scss */
.fa-unlock-alt:before {
  content: "\f13e";
}

/* line 1057, app/assets/stylesheets/font-awesome.css.scss */
.fa-bullseye:before {
  content: "\f140";
}

/* line 1060, app/assets/stylesheets/font-awesome.css.scss */
.fa-ellipsis-h:before {
  content: "\f141";
}

/* line 1063, app/assets/stylesheets/font-awesome.css.scss */
.fa-ellipsis-v:before {
  content: "\f142";
}

/* line 1066, app/assets/stylesheets/font-awesome.css.scss */
.fa-rss-square:before {
  content: "\f143";
}

/* line 1069, app/assets/stylesheets/font-awesome.css.scss */
.fa-play-circle:before {
  content: "\f144";
}

/* line 1072, app/assets/stylesheets/font-awesome.css.scss */
.fa-ticket:before {
  content: "\f145";
}

/* line 1075, app/assets/stylesheets/font-awesome.css.scss */
.fa-minus-square:before {
  content: "\f146";
}

/* line 1078, app/assets/stylesheets/font-awesome.css.scss */
.fa-minus-square-o:before {
  content: "\f147";
}

/* line 1081, app/assets/stylesheets/font-awesome.css.scss */
.fa-level-up:before {
  content: "\f148";
}

/* line 1084, app/assets/stylesheets/font-awesome.css.scss */
.fa-level-down:before {
  content: "\f149";
}

/* line 1087, app/assets/stylesheets/font-awesome.css.scss */
.fa-check-square:before {
  content: "\f14a";
}

/* line 1090, app/assets/stylesheets/font-awesome.css.scss */
.fa-pencil-square:before {
  content: "\f14b";
}

/* line 1093, app/assets/stylesheets/font-awesome.css.scss */
.fa-external-link-square:before {
  content: "\f14c";
}

/* line 1096, app/assets/stylesheets/font-awesome.css.scss */
.fa-share-square:before {
  content: "\f14d";
}

/* line 1099, app/assets/stylesheets/font-awesome.css.scss */
.fa-compass:before {
  content: "\f14e";
}

/* line 1102, app/assets/stylesheets/font-awesome.css.scss */
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}

/* line 1106, app/assets/stylesheets/font-awesome.css.scss */
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}

/* line 1110, app/assets/stylesheets/font-awesome.css.scss */
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}

/* line 1114, app/assets/stylesheets/font-awesome.css.scss */
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}

/* line 1118, app/assets/stylesheets/font-awesome.css.scss */
.fa-gbp:before {
  content: "\f154";
}

/* line 1121, app/assets/stylesheets/font-awesome.css.scss */
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}

/* line 1125, app/assets/stylesheets/font-awesome.css.scss */
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}

/* line 1129, app/assets/stylesheets/font-awesome.css.scss */
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}

/* line 1135, app/assets/stylesheets/font-awesome.css.scss */
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}

/* line 1140, app/assets/stylesheets/font-awesome.css.scss */
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}

/* line 1144, app/assets/stylesheets/font-awesome.css.scss */
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}

/* line 1148, app/assets/stylesheets/font-awesome.css.scss */
.fa-file:before {
  content: "\f15b";
}

/* line 1151, app/assets/stylesheets/font-awesome.css.scss */
.fa-file-text:before {
  content: "\f15c";
}

/* line 1154, app/assets/stylesheets/font-awesome.css.scss */
.fa-sort-alpha-asc:before {
  content: "\f15d";
}

/* line 1157, app/assets/stylesheets/font-awesome.css.scss */
.fa-sort-alpha-desc:before {
  content: "\f15e";
}

/* line 1160, app/assets/stylesheets/font-awesome.css.scss */
.fa-sort-amount-asc:before {
  content: "\f160";
}

/* line 1163, app/assets/stylesheets/font-awesome.css.scss */
.fa-sort-amount-desc:before {
  content: "\f161";
}

/* line 1166, app/assets/stylesheets/font-awesome.css.scss */
.fa-sort-numeric-asc:before {
  content: "\f162";
}

/* line 1169, app/assets/stylesheets/font-awesome.css.scss */
.fa-sort-numeric-desc:before {
  content: "\f163";
}

/* line 1172, app/assets/stylesheets/font-awesome.css.scss */
.fa-thumbs-up:before {
  content: "\f164";
}

/* line 1175, app/assets/stylesheets/font-awesome.css.scss */
.fa-thumbs-down:before {
  content: "\f165";
}

/* line 1178, app/assets/stylesheets/font-awesome.css.scss */
.fa-youtube-square:before {
  content: "\f166";
}

/* line 1181, app/assets/stylesheets/font-awesome.css.scss */
.fa-youtube:before {
  content: "\f167";
}

/* line 1184, app/assets/stylesheets/font-awesome.css.scss */
.fa-xing:before {
  content: "\f168";
}

/* line 1187, app/assets/stylesheets/font-awesome.css.scss */
.fa-xing-square:before {
  content: "\f169";
}

/* line 1190, app/assets/stylesheets/font-awesome.css.scss */
.fa-youtube-play:before {
  content: "\f16a";
}

/* line 1193, app/assets/stylesheets/font-awesome.css.scss */
.fa-dropbox:before {
  content: "\f16b";
}

/* line 1196, app/assets/stylesheets/font-awesome.css.scss */
.fa-stack-overflow:before {
  content: "\f16c";
}

/* line 1199, app/assets/stylesheets/font-awesome.css.scss */
.fa-instagram:before {
  content: "\f16d";
}

/* line 1202, app/assets/stylesheets/font-awesome.css.scss */
.fa-flickr:before {
  content: "\f16e";
}

/* line 1205, app/assets/stylesheets/font-awesome.css.scss */
.fa-adn:before {
  content: "\f170";
}

/* line 1208, app/assets/stylesheets/font-awesome.css.scss */
.fa-bitbucket:before {
  content: "\f171";
}

/* line 1211, app/assets/stylesheets/font-awesome.css.scss */
.fa-bitbucket-square:before {
  content: "\f172";
}

/* line 1214, app/assets/stylesheets/font-awesome.css.scss */
.fa-tumblr:before {
  content: "\f173";
}

/* line 1217, app/assets/stylesheets/font-awesome.css.scss */
.fa-tumblr-square:before {
  content: "\f174";
}

/* line 1220, app/assets/stylesheets/font-awesome.css.scss */
.fa-long-arrow-down:before {
  content: "\f175";
}

/* line 1223, app/assets/stylesheets/font-awesome.css.scss */
.fa-long-arrow-up:before {
  content: "\f176";
}

/* line 1226, app/assets/stylesheets/font-awesome.css.scss */
.fa-long-arrow-left:before {
  content: "\f177";
}

/* line 1229, app/assets/stylesheets/font-awesome.css.scss */
.fa-long-arrow-right:before {
  content: "\f178";
}

/* line 1232, app/assets/stylesheets/font-awesome.css.scss */
.fa-apple:before {
  content: "\f179";
}

/* line 1235, app/assets/stylesheets/font-awesome.css.scss */
.fa-windows:before {
  content: "\f17a";
}

/* line 1238, app/assets/stylesheets/font-awesome.css.scss */
.fa-android:before {
  content: "\f17b";
}

/* line 1241, app/assets/stylesheets/font-awesome.css.scss */
.fa-linux:before {
  content: "\f17c";
}

/* line 1244, app/assets/stylesheets/font-awesome.css.scss */
.fa-dribbble:before {
  content: "\f17d";
}

/* line 1247, app/assets/stylesheets/font-awesome.css.scss */
.fa-skype:before {
  content: "\f17e";
}

/* line 1250, app/assets/stylesheets/font-awesome.css.scss */
.fa-foursquare:before {
  content: "\f180";
}

/* line 1253, app/assets/stylesheets/font-awesome.css.scss */
.fa-trello:before {
  content: "\f181";
}

/* line 1256, app/assets/stylesheets/font-awesome.css.scss */
.fa-female:before {
  content: "\f182";
}

/* line 1259, app/assets/stylesheets/font-awesome.css.scss */
.fa-male:before {
  content: "\f183";
}

/* line 1262, app/assets/stylesheets/font-awesome.css.scss */
.fa-gittip:before {
  content: "\f184";
}

/* line 1265, app/assets/stylesheets/font-awesome.css.scss */
.fa-sun-o:before {
  content: "\f185";
}

/* line 1268, app/assets/stylesheets/font-awesome.css.scss */
.fa-moon-o:before {
  content: "\f186";
}

/* line 1271, app/assets/stylesheets/font-awesome.css.scss */
.fa-archive:before {
  content: "\f187";
}

/* line 1274, app/assets/stylesheets/font-awesome.css.scss */
.fa-bug:before {
  content: "\f188";
}

/* line 1277, app/assets/stylesheets/font-awesome.css.scss */
.fa-vk:before {
  content: "\f189";
}

/* line 1280, app/assets/stylesheets/font-awesome.css.scss */
.fa-weibo:before {
  content: "\f18a";
}

/* line 1283, app/assets/stylesheets/font-awesome.css.scss */
.fa-renren:before {
  content: "\f18b";
}

/* line 1286, app/assets/stylesheets/font-awesome.css.scss */
.fa-pagelines:before {
  content: "\f18c";
}

/* line 1289, app/assets/stylesheets/font-awesome.css.scss */
.fa-stack-exchange:before {
  content: "\f18d";
}

/* line 1292, app/assets/stylesheets/font-awesome.css.scss */
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

/* line 1295, app/assets/stylesheets/font-awesome.css.scss */
.fa-arrow-circle-o-left:before {
  content: "\f190";
}

/* line 1298, app/assets/stylesheets/font-awesome.css.scss */
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}

/* line 1302, app/assets/stylesheets/font-awesome.css.scss */
.fa-dot-circle-o:before {
  content: "\f192";
}

/* line 1305, app/assets/stylesheets/font-awesome.css.scss */
.fa-wheelchair:before {
  content: "\f193";
}

/* line 1308, app/assets/stylesheets/font-awesome.css.scss */
.fa-vimeo-square:before {
  content: "\f194";
}

/* line 1311, app/assets/stylesheets/font-awesome.css.scss */
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}

/* line 1315, app/assets/stylesheets/font-awesome.css.scss */
.fa-plus-square-o:before {
  content: "\f196";
}

/* line 1318, app/assets/stylesheets/font-awesome.css.scss */
.fa-space-shuttle:before {
  content: "\f197";
}

/* line 1321, app/assets/stylesheets/font-awesome.css.scss */
.fa-slack:before {
  content: "\f198";
}

/* line 1324, app/assets/stylesheets/font-awesome.css.scss */
.fa-envelope-square:before {
  content: "\f199";
}

/* line 1327, app/assets/stylesheets/font-awesome.css.scss */
.fa-wordpress:before {
  content: "\f19a";
}

/* line 1330, app/assets/stylesheets/font-awesome.css.scss */
.fa-openid:before {
  content: "\f19b";
}

/* line 1333, app/assets/stylesheets/font-awesome.css.scss */
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}

/* line 1338, app/assets/stylesheets/font-awesome.css.scss */
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}

/* line 1342, app/assets/stylesheets/font-awesome.css.scss */
.fa-yahoo:before {
  content: "\f19e";
}

/* line 1345, app/assets/stylesheets/font-awesome.css.scss */
.fa-google:before {
  content: "\f1a0";
}

/* line 1348, app/assets/stylesheets/font-awesome.css.scss */
.fa-reddit:before {
  content: "\f1a1";
}

/* line 1351, app/assets/stylesheets/font-awesome.css.scss */
.fa-reddit-square:before {
  content: "\f1a2";
}

/* line 1354, app/assets/stylesheets/font-awesome.css.scss */
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

/* line 1357, app/assets/stylesheets/font-awesome.css.scss */
.fa-stumbleupon:before {
  content: "\f1a4";
}

/* line 1360, app/assets/stylesheets/font-awesome.css.scss */
.fa-delicious:before {
  content: "\f1a5";
}

/* line 1363, app/assets/stylesheets/font-awesome.css.scss */
.fa-digg:before {
  content: "\f1a6";
}

/* line 1366, app/assets/stylesheets/font-awesome.css.scss */
.fa-pied-piper:before {
  content: "\f1a7";
}

/* line 1369, app/assets/stylesheets/font-awesome.css.scss */
.fa-pied-piper-alt:before {
  content: "\f1a8";
}

/* line 1372, app/assets/stylesheets/font-awesome.css.scss */
.fa-drupal:before {
  content: "\f1a9";
}

/* line 1375, app/assets/stylesheets/font-awesome.css.scss */
.fa-joomla:before {
  content: "\f1aa";
}

/* line 1378, app/assets/stylesheets/font-awesome.css.scss */
.fa-language:before {
  content: "\f1ab";
}

/* line 1381, app/assets/stylesheets/font-awesome.css.scss */
.fa-fax:before {
  content: "\f1ac";
}

/* line 1384, app/assets/stylesheets/font-awesome.css.scss */
.fa-building:before {
  content: "\f1ad";
}

/* line 1387, app/assets/stylesheets/font-awesome.css.scss */
.fa-child:before {
  content: "\f1ae";
}

/* line 1390, app/assets/stylesheets/font-awesome.css.scss */
.fa-paw:before {
  content: "\f1b0";
}

/* line 1393, app/assets/stylesheets/font-awesome.css.scss */
.fa-spoon:before {
  content: "\f1b1";
}

/* line 1396, app/assets/stylesheets/font-awesome.css.scss */
.fa-cube:before {
  content: "\f1b2";
}

/* line 1399, app/assets/stylesheets/font-awesome.css.scss */
.fa-cubes:before {
  content: "\f1b3";
}

/* line 1402, app/assets/stylesheets/font-awesome.css.scss */
.fa-behance:before {
  content: "\f1b4";
}

/* line 1405, app/assets/stylesheets/font-awesome.css.scss */
.fa-behance-square:before {
  content: "\f1b5";
}

/* line 1408, app/assets/stylesheets/font-awesome.css.scss */
.fa-steam:before {
  content: "\f1b6";
}

/* line 1411, app/assets/stylesheets/font-awesome.css.scss */
.fa-steam-square:before {
  content: "\f1b7";
}

/* line 1414, app/assets/stylesheets/font-awesome.css.scss */
.fa-recycle:before {
  content: "\f1b8";
}

/* line 1417, app/assets/stylesheets/font-awesome.css.scss */
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}

/* line 1421, app/assets/stylesheets/font-awesome.css.scss */
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}

/* line 1425, app/assets/stylesheets/font-awesome.css.scss */
.fa-tree:before {
  content: "\f1bb";
}

/* line 1428, app/assets/stylesheets/font-awesome.css.scss */
.fa-spotify:before {
  content: "\f1bc";
}

/* line 1431, app/assets/stylesheets/font-awesome.css.scss */
.fa-deviantart:before {
  content: "\f1bd";
}

/* line 1434, app/assets/stylesheets/font-awesome.css.scss */
.fa-soundcloud:before {
  content: "\f1be";
}

/* line 1437, app/assets/stylesheets/font-awesome.css.scss */
.fa-database:before {
  content: "\f1c0";
}

/* line 1440, app/assets/stylesheets/font-awesome.css.scss */
.fa-file-pdf-o:before {
  content: "\f1c1";
}

/* line 1443, app/assets/stylesheets/font-awesome.css.scss */
.fa-file-word-o:before {
  content: "\f1c2";
}

/* line 1446, app/assets/stylesheets/font-awesome.css.scss */
.fa-file-excel-o:before {
  content: "\f1c3";
}

/* line 1449, app/assets/stylesheets/font-awesome.css.scss */
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

/* line 1452, app/assets/stylesheets/font-awesome.css.scss */
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}

/* line 1457, app/assets/stylesheets/font-awesome.css.scss */
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}

/* line 1461, app/assets/stylesheets/font-awesome.css.scss */
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}

/* line 1465, app/assets/stylesheets/font-awesome.css.scss */
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}

/* line 1469, app/assets/stylesheets/font-awesome.css.scss */
.fa-file-code-o:before {
  content: "\f1c9";
}

/* line 1472, app/assets/stylesheets/font-awesome.css.scss */
.fa-vine:before {
  content: "\f1ca";
}

/* line 1475, app/assets/stylesheets/font-awesome.css.scss */
.fa-codepen:before {
  content: "\f1cb";
}

/* line 1478, app/assets/stylesheets/font-awesome.css.scss */
.fa-jsfiddle:before {
  content: "\f1cc";
}

/* line 1481, app/assets/stylesheets/font-awesome.css.scss */
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}

/* line 1488, app/assets/stylesheets/font-awesome.css.scss */
.fa-circle-o-notch:before {
  content: "\f1ce";
}

/* line 1491, app/assets/stylesheets/font-awesome.css.scss */
.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0";
}

/* line 1495, app/assets/stylesheets/font-awesome.css.scss */
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}

/* line 1499, app/assets/stylesheets/font-awesome.css.scss */
.fa-git-square:before {
  content: "\f1d2";
}

/* line 1502, app/assets/stylesheets/font-awesome.css.scss */
.fa-git:before {
  content: "\f1d3";
}

/* line 1505, app/assets/stylesheets/font-awesome.css.scss */
.fa-hacker-news:before {
  content: "\f1d4";
}

/* line 1508, app/assets/stylesheets/font-awesome.css.scss */
.fa-tencent-weibo:before {
  content: "\f1d5";
}

/* line 1511, app/assets/stylesheets/font-awesome.css.scss */
.fa-qq:before {
  content: "\f1d6";
}

/* line 1514, app/assets/stylesheets/font-awesome.css.scss */
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}

/* line 1518, app/assets/stylesheets/font-awesome.css.scss */
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}

/* line 1522, app/assets/stylesheets/font-awesome.css.scss */
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}

/* line 1526, app/assets/stylesheets/font-awesome.css.scss */
.fa-history:before {
  content: "\f1da";
}

/* line 1529, app/assets/stylesheets/font-awesome.css.scss */
.fa-circle-thin:before {
  content: "\f1db";
}

/* line 1532, app/assets/stylesheets/font-awesome.css.scss */
.fa-header:before {
  content: "\f1dc";
}

/* line 1535, app/assets/stylesheets/font-awesome.css.scss */
.fa-paragraph:before {
  content: "\f1dd";
}

/* line 1538, app/assets/stylesheets/font-awesome.css.scss */
.fa-sliders:before {
  content: "\f1de";
}

/* line 1541, app/assets/stylesheets/font-awesome.css.scss */
.fa-share-alt:before {
  content: "\f1e0";
}

/* line 1544, app/assets/stylesheets/font-awesome.css.scss */
.fa-share-alt-square:before {
  content: "\f1e1";
}

/* line 1547, app/assets/stylesheets/font-awesome.css.scss */
.fa-bomb:before {
  content: "\f1e2";
}

/* line 1550, app/assets/stylesheets/font-awesome.css.scss */
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}

/* line 1554, app/assets/stylesheets/font-awesome.css.scss */
.fa-tty:before {
  content: "\f1e4";
}

/* line 1557, app/assets/stylesheets/font-awesome.css.scss */
.fa-binoculars:before {
  content: "\f1e5";
}

/* line 1560, app/assets/stylesheets/font-awesome.css.scss */
.fa-plug:before {
  content: "\f1e6";
}

/* line 1563, app/assets/stylesheets/font-awesome.css.scss */
.fa-slideshare:before {
  content: "\f1e7";
}

/* line 1566, app/assets/stylesheets/font-awesome.css.scss */
.fa-twitch:before {
  content: "\f1e8";
}

/* line 1569, app/assets/stylesheets/font-awesome.css.scss */
.fa-yelp:before {
  content: "\f1e9";
}

/* line 1572, app/assets/stylesheets/font-awesome.css.scss */
.fa-newspaper-o:before {
  content: "\f1ea";
}

/* line 1575, app/assets/stylesheets/font-awesome.css.scss */
.fa-wifi:before {
  content: "\f1eb";
}

/* line 1578, app/assets/stylesheets/font-awesome.css.scss */
.fa-calculator:before {
  content: "\f1ec";
}

/* line 1581, app/assets/stylesheets/font-awesome.css.scss */
.fa-paypal:before {
  content: "\f1ed";
}

/* line 1584, app/assets/stylesheets/font-awesome.css.scss */
.fa-google-wallet:before {
  content: "\f1ee";
}

/* line 1587, app/assets/stylesheets/font-awesome.css.scss */
.fa-cc-visa:before {
  content: "\f1f0";
}

/* line 1590, app/assets/stylesheets/font-awesome.css.scss */
.fa-cc-mastercard:before {
  content: "\f1f1";
}

/* line 1593, app/assets/stylesheets/font-awesome.css.scss */
.fa-cc-discover:before {
  content: "\f1f2";
}

/* line 1596, app/assets/stylesheets/font-awesome.css.scss */
.fa-cc-amex:before {
  content: "\f1f3";
}

/* line 1599, app/assets/stylesheets/font-awesome.css.scss */
.fa-cc-paypal:before {
  content: "\f1f4";
}

/* line 1602, app/assets/stylesheets/font-awesome.css.scss */
.fa-cc-stripe:before {
  content: "\f1f5";
}

/* line 1605, app/assets/stylesheets/font-awesome.css.scss */
.fa-bell-slash:before {
  content: "\f1f6";
}

/* line 1608, app/assets/stylesheets/font-awesome.css.scss */
.fa-bell-slash-o:before {
  content: "\f1f7";
}

/* line 1611, app/assets/stylesheets/font-awesome.css.scss */
.fa-trash:before {
  content: "\f1f8";
}

/* line 1614, app/assets/stylesheets/font-awesome.css.scss */
.fa-copyright:before {
  content: "\f1f9";
}

/* line 1617, app/assets/stylesheets/font-awesome.css.scss */
.fa-at:before {
  content: "\f1fa";
}

/* line 1620, app/assets/stylesheets/font-awesome.css.scss */
.fa-eyedropper:before {
  content: "\f1fb";
}

/* line 1623, app/assets/stylesheets/font-awesome.css.scss */
.fa-paint-brush:before {
  content: "\f1fc";
}

/* line 1626, app/assets/stylesheets/font-awesome.css.scss */
.fa-birthday-cake:before {
  content: "\f1fd";
}

/* line 1629, app/assets/stylesheets/font-awesome.css.scss */
.fa-area-chart:before {
  content: "\f1fe";
}

/* line 1632, app/assets/stylesheets/font-awesome.css.scss */
.fa-pie-chart:before {
  content: "\f200";
}

/* line 1635, app/assets/stylesheets/font-awesome.css.scss */
.fa-line-chart:before {
  content: "\f201";
}

/* line 1638, app/assets/stylesheets/font-awesome.css.scss */
.fa-lastfm:before {
  content: "\f202";
}

/* line 1641, app/assets/stylesheets/font-awesome.css.scss */
.fa-lastfm-square:before {
  content: "\f203";
}

/* line 1644, app/assets/stylesheets/font-awesome.css.scss */
.fa-toggle-off:before {
  content: "\f204";
}

/* line 1647, app/assets/stylesheets/font-awesome.css.scss */
.fa-toggle-on:before {
  content: "\f205";
}

/* line 1650, app/assets/stylesheets/font-awesome.css.scss */
.fa-bicycle:before {
  content: "\f206";
}

/* line 1653, app/assets/stylesheets/font-awesome.css.scss */
.fa-bus:before {
  content: "\f207";
}

/* line 1656, app/assets/stylesheets/font-awesome.css.scss */
.fa-ioxhost:before {
  content: "\f208";
}

/* line 1659, app/assets/stylesheets/font-awesome.css.scss */
.fa-angellist:before {
  content: "\f209";
}

/* line 1662, app/assets/stylesheets/font-awesome.css.scss */
.fa-cc:before {
  content: "\f20a";
}

/* line 1665, app/assets/stylesheets/font-awesome.css.scss */
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}

/* line 1670, app/assets/stylesheets/font-awesome.css.scss */
.fa-meanpath:before {
  content: "\f20c";
}
/* line 1, app/assets/stylesheets/accounts.scss */
.account-management-section {
  padding: 20px;
}

/* line 5, app/assets/stylesheets/accounts.scss */
.account-management-section:hover {
  border: 1px solid grey;
  border-radius: 4px;
}

/* line 10, app/assets/stylesheets/accounts.scss */
#showArchivedUsers {
  float: left;
  margin-top: 5px;
}

/* line 15, app/assets/stylesheets/accounts.scss */
td.m-tr-clickable {
  cursor: pointer;
}

/* line 20, app/assets/stylesheets/accounts.scss */
.new_bulk_account_setting input.boolean {
  margin: 0;
}

/* line 24, app/assets/stylesheets/accounts.scss */
.new_bulk_account_setting label.boolean {
  display: inline-block;
  margin-left: 5px;
  margin-bottom: 0;
}
/* line 4, app/assets/stylesheets/attachments.scss */
#mms-attachment-dialog {
  width: 50%;
}
/*!
 * Datepicker for Bootstrap
 *
 * Copyright 2012 Stefan Petre
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 */.clearfix{*zoom:1}.clearfix:before,.clearfix:after{display:table;content:"";line-height:0}.clearfix:after{clear:both}.hide-text{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.input-block-level{display:block;width:100%;min-height:30px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.bootstrap-datetimepicker-widget{top:0;left:0;width:250px;padding:4px;margin-top:1px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}.bootstrap-datetimepicker-widget: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}.bootstrap-datetimepicker-widget:after{content:'';display:inline-block;border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid #fff;position:absolute;top:-6px;left:7px}.bootstrap-datetimepicker-widget>ul{list-style-type:none;margin:0}.bootstrap-datetimepicker-widget .timepicker-hour,.bootstrap-datetimepicker-widget .timepicker-minute,.bootstrap-datetimepicker-widget .timepicker-second{font-weight:bold;font-size:1.2em}.bootstrap-datetimepicker-widget table[data-hour-format="12"] .separator{width:4px;padding:0;margin:0}.bootstrap-datetimepicker-widget .datepicker>div{display:none}.bootstrap-datetimepicker-widget .picker-switch{text-align:center}.bootstrap-datetimepicker-widget table{width:100%;margin:0}.bootstrap-datetimepicker-widget td,.bootstrap-datetimepicker-widget th{text-align:center;width:20px;height:20px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}.bootstrap-datetimepicker-widget td.day:hover,.bootstrap-datetimepicker-widget td.hour:hover,.bootstrap-datetimepicker-widget td.minute:hover,.bootstrap-datetimepicker-widget td.second:hover{background:#eee;cursor:pointer}.bootstrap-datetimepicker-widget td.old,.bootstrap-datetimepicker-widget td.new{color:#999}.bootstrap-datetimepicker-widget td.active,.bootstrap-datetimepicker-widget td.active:hover{color:#fff;background-color:#006dcc;background-image:-moz-linear-gradient(top,#08c,#04c);background-image:-webkit-gradient(linear,0 0,0 100%,from(#08c),to(#04c));background-image:-webkit-linear-gradient(top,#08c,#04c);background-image:-o-linear-gradient(top,#08c,#04c);background-image:linear-gradient(to bottom,#08c,#04c);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc',endColorstr='#ff0044cc',GradientType=0);border-color:#04c #04c #002a80;border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);*background-color:#04c;filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,0.25)}.bootstrap-datetimepicker-widget td.active:hover,.bootstrap-datetimepicker-widget td.active:hover:hover,.bootstrap-datetimepicker-widget td.active:active,.bootstrap-datetimepicker-widget td.active:hover:active,.bootstrap-datetimepicker-widget td.active.active,.bootstrap-datetimepicker-widget td.active:hover.active,.bootstrap-datetimepicker-widget td.active.disabled,.bootstrap-datetimepicker-widget td.active:hover.disabled,.bootstrap-datetimepicker-widget td.active[disabled],.bootstrap-datetimepicker-widget td.active:hover[disabled]{color:#fff;background-color:#04c;*background-color:#003bb3}.bootstrap-datetimepicker-widget td.active:active,.bootstrap-datetimepicker-widget td.active:hover:active,.bootstrap-datetimepicker-widget td.active.active,.bootstrap-datetimepicker-widget td.active:hover.active{background-color:#039 \9}.bootstrap-datetimepicker-widget 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}.bootstrap-datetimepicker-widget td span:hover{background:#eee}.bootstrap-datetimepicker-widget td span.active{color:#fff;background-color:#006dcc;background-image:-moz-linear-gradient(top,#08c,#04c);background-image:-webkit-gradient(linear,0 0,0 100%,from(#08c),to(#04c));background-image:-webkit-linear-gradient(top,#08c,#04c);background-image:-o-linear-gradient(top,#08c,#04c);background-image:linear-gradient(to bottom,#08c,#04c);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc',endColorstr='#ff0044cc',GradientType=0);border-color:#04c #04c #002a80;border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);*background-color:#04c;filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,0.25)}.bootstrap-datetimepicker-widget td span.active:hover,.bootstrap-datetimepicker-widget td span.active:active,.bootstrap-datetimepicker-widget td span.active.active,.bootstrap-datetimepicker-widget td span.active.disabled,.bootstrap-datetimepicker-widget td span.active[disabled]{color:#fff;background-color:#04c;*background-color:#003bb3}.bootstrap-datetimepicker-widget td span.active:active,.bootstrap-datetimepicker-widget td span.active.active{background-color:#039 \9}.bootstrap-datetimepicker-widget td span.old{color:#999}.bootstrap-datetimepicker-widget th.switch{width:145px}.bootstrap-datetimepicker-widget th.next,.bootstrap-datetimepicker-widget th.prev{font-size:21px}.bootstrap-datetimepicker-widget thead tr:first-child th{cursor:pointer}.bootstrap-datetimepicker-widget thead tr:first-child th:hover{background:#eee}.input-append.date .add-on i,.input-prepend.date .add-on i{display:block;cursor:pointer;width:16px;height:16px}
ul.wysihtml5-toolbar {
	margin: 0;
	padding: 0;
	display: block;
}

ul.wysihtml5-toolbar::after {
	clear: both;
	display: table;
	content: "";
}

ul.wysihtml5-toolbar > li {
	float: left;
	display: list-item;
	list-style: none;
	margin: 0 5px 10px 0;
}

ul.wysihtml5-toolbar a[data-wysihtml5-command=bold] {
	font-weight: bold;
}

ul.wysihtml5-toolbar a[data-wysihtml5-command=italic] {
	font-style: italic;
}

ul.wysihtml5-toolbar a[data-wysihtml5-command=underline] {
	text-decoration: underline;
}

ul.wysihtml5-toolbar a.btn.wysihtml5-command-active {
	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);
	background-color: #E6E6E6;
	background-color: #D9D9D9;
	outline: 0;
}

ul.wysihtml5-commands-disabled .dropdown-menu {
	display: none !important;
}

ul.wysihtml5-toolbar div.wysihtml5-colors {
  display:block;
  width: 50px;
  height: 20px;
  margin-top: 2px;
  margin-left: 5px;
  position: absolute;
  pointer-events: none;
}

ul.wysihtml5-toolbar a.wysihtml5-colors-title {
  padding-left: 70px;
}

ul.wysihtml5-toolbar div[data-wysihtml5-command-value="black"] {
  background: black !important;
}

ul.wysihtml5-toolbar div[data-wysihtml5-command-value="silver"] {
  background: silver !important;
}

ul.wysihtml5-toolbar div[data-wysihtml5-command-value="gray"] {
  background: gray !important;
}

ul.wysihtml5-toolbar div[data-wysihtml5-command-value="maroon"] {
  background: maroon !important;
}

ul.wysihtml5-toolbar div[data-wysihtml5-command-value="red"] {
  background: red !important;
}

ul.wysihtml5-toolbar div[data-wysihtml5-command-value="purple"] {
  background: purple !important;
}

ul.wysihtml5-toolbar div[data-wysihtml5-command-value="green"] {
  background: green !important;
}

ul.wysihtml5-toolbar div[data-wysihtml5-command-value="olive"] {
  background: olive !important;
}

ul.wysihtml5-toolbar div[data-wysihtml5-command-value="navy"] {
  background: navy !important;
}

ul.wysihtml5-toolbar div[data-wysihtml5-command-value="blue"] {
  background: blue !important;
}

ul.wysihtml5-toolbar div[data-wysihtml5-command-value="orange"] {
  background: orange !important;
}
/*!
 * Bootstrap v3.3.2 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*!
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=b8fe4af88c2eacf378fe)
 * Config saved to config.json and https://gist.github.com/b8fe4af88c2eacf378fe
 */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #ffffff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #337ab7;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 3px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 2px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 18px;
  margin-bottom: 18px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 18px;
  margin-bottom: 9px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 9px;
  margin-bottom: 9px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 33px;
}
h2,
.h2 {
  font-size: 27px;
}
h3,
.h3 {
  font-size: 23px;
}
h4,
.h4 {
  font-size: 17px;
}
h5,
.h5 {
  font-size: 13px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 9px;
}
.lead {
  margin-bottom: 18px;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 19.5px;
  }
}
small,
.small {
  font-size: 92%;
}
mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777777;
}
.text-primary {
  color: #337ab7;
}
a.text-primary:hover {
  color: #286090;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #337ab7;
}
a.bg-primary:hover {
  background-color: #286090;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 8px;
  margin: 36px 0 18px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 9px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 18px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 9px 18px;
  margin: 0 0 18px;
  font-size: 16.25px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
address {
  margin-bottom: 18px;
  font-style: normal;
  line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 2px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #ffffff;
  background-color: #333333;
  border-radius: 1px;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  -webkit-box-shadow: none;
          box-shadow: none;
}
pre {
  display: block;
  padding: 8.5px;
  margin: 0 0 9px;
  font-size: 12px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius: 2px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 18px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #dddddd;
}
.table .table {
  background-color: #ffffff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 13.5px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 18px;
  font-size: 19.5px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 32px;
  padding: 6px 12px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 2px;
  -webkit-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-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #cccccc;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(204, 204, 204, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(204, 204, 204, 0.6);
}
.form-control::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999999;
}
.form-control::-webkit-input-placeholder {
  color: #999999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"],
  input[type="time"],
  input[type="datetime-local"],
  input[type="month"] {
    line-height: 32px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 45px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 18px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 1px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 1px;
}
select.form-group-sm .form-control {
  height: 30px;
  line-height: 30px;
}
textarea.form-group-sm .form-control,
select[multiple].form-group-sm .form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.input-lg {
  height: 45px;
  padding: 10px 16px;
  font-size: 17px;
  line-height: 1.3333333;
  border-radius: 3px;
}
select.input-lg {
  height: 45px;
  line-height: 45px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 45px;
  padding: 10px 16px;
  font-size: 17px;
  line-height: 1.3333333;
  border-radius: 3px;
}
select.form-group-lg .form-control {
  height: 45px;
  line-height: 45px;
}
textarea.form-group-lg .form-control,
select[multiple].form-group-lg .form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 45px;
  padding: 10px 16px;
  font-size: 17px;
  line-height: 1.3333333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 40px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback {
  width: 45px;
  height: 45px;
  line-height: 45px;
}
.input-sm + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 23px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 25px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.333333px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 13px;
  line-height: 1.42857143;
  border-radius: 2px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default .badge {
  color: #ffffff;
  background-color: #333333;
}
.btn-primary {
  color: #ffffff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary .badge {
  color: #337ab7;
  background-color: #ffffff;
}
.btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #ffffff;
}
.btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #ffffff;
}
.btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #ffffff;
}
.btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #ffffff;
}
.btn-link {
  color: #337ab7;
  font-weight: normal;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 17px;
  line-height: 1.3333333;
  border-radius: 3px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 1px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 1px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
  visibility: hidden;
}
.collapse.in {
  display: block;
  visibility: visible;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  -o-transition-property: height, visibility;
     transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
     transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
     transition-timing-function: ease;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.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;
  font-size: 13px;
  text-align: left;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 2px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 8px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 2px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 45px;
  padding: 10px 16px;
  font-size: 17px;
  line-height: 1.3333333;
  border-radius: 3px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 45px;
  line-height: 45px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 1px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 13px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #cccccc;
  border-radius: 2px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 1px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 17px;
  border-radius: 3px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  margin-left: -1px;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #777777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #337ab7;
}
.nav .nav-divider {
  height: 1px;
  margin: 8px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #dddddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 2px 2px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 2px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 2px 2px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 2px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #ffffff;
  background-color: #337ab7;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 2px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 2px 2px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.tab-content > .tab-pane {
  display: none;
  visibility: hidden;
}
.tab-content > .active {
  display: block;
  visibility: visible;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 18px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 2px;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    visibility: visible !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  padding: 16px 15px;
  font-size: 17px;
  line-height: 18px;
  height: 50px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 2px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 8px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 18px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 18px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 16px;
    padding-bottom: 16px;
  }
}
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 9px;
  margin-bottom: 9px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 9px;
  margin-bottom: 9px;
}
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 16px;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777777;
}
.navbar-default .navbar-nav > li > a {
  color: #777777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #dddddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #dddddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555555;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777777;
}
.navbar-default .navbar-link:hover {
  color: #333333;
}
.navbar-default .btn-link {
  color: #777777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333333;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #cccccc;
}
.navbar-inverse {
  background-color: #222222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #ffffff;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffffff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ffffff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
  color: #ffffff;
}
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #ffffff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444444;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 18px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 2px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #cccccc;
}
.breadcrumb > .active {
  color: #777777;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 18px 0;
  border-radius: 2px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #337ab7;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #23527c;
  background-color: #eeeeee;
  border-color: #dddddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #337ab7;
  border-color: #337ab7;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  background-color: #ffffff;
  border-color: #dddddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 17px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 1px;
  border-top-left-radius: 1px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 1px;
  border-top-right-radius: 1px;
}
.pager {
  padding-left: 0;
  margin: 18px 0;
  list-style: none;
  text-align: center;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777777;
  background-color: #ffffff;
  cursor: not-allowed;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
a.label:hover,
a.label:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #777777;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}
.label-primary {
  background-color: #337ab7;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #286090;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #ffffff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #337ab7;
  background-color: #ffffff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding: 30px 15px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #d5d5d5;
}
.container .jumbotron,
.container-fluid .jumbotron {
  border-radius: 3px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding: 48px 0;
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 58.5px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 18px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 2px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-left: auto;
  margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #337ab7;
}
.thumbnail .caption {
  padding: 9px;
  color: #333333;
}
.alert {
  padding: 15px;
  margin-bottom: 18px;
  border: 1px solid transparent;
  border-radius: 2px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-o-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 18px;
  margin-bottom: 18px;
  background-color: #f5f5f5;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 18px;
  color: #ffffff;
  text-align: center;
  background-color: #337ab7;
  -webkit-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-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
  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: -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;
          background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  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: -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);
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  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: -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);
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  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: -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);
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  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: -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);
}
.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media,
.media-body {
  zoom: 1;
  overflow: hidden;
}
.media-body {
  width: 10000px;
}
.media-object {
  display: block;
}
.media-right,
.media > .pull-right {
  padding-left: 10px;
}
.media-left,
.media > .pull-left {
  padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}
.media-middle {
  vertical-align: middle;
}
.media-bottom {
  vertical-align: bottom;
}
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}
.list-group-item:first-child {
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
a.list-group-item {
  color: #555555;
}
a.list-group-item .list-group-item-heading {
  color: #333333;
}
a.list-group-item:hover,
a.list-group-item:focus {
  text-decoration: none;
  color: #555555;
  background-color: #f5f5f5;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
  cursor: not-allowed;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #777777;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #c7ddef;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
a.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
a.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
a.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 18px;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 1px;
  border-top-left-radius: 1px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #dddddd;
  border-bottom-right-radius: 1px;
  border-bottom-left-radius: 1px;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 1px;
  border-top-left-radius: 1px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 1px;
  border-bottom-left-radius: 1px;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 1px;
  border-top-left-radius: 1px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 1px;
  border-top-right-radius: 1px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 1px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 1px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 1px;
  border-bottom-left-radius: 1px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 1px;
  border-bottom-right-radius: 1px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 1px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 1px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #dddddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-group {
  margin-bottom: 18px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 2px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #dddddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #dddddd;
}
.panel-default {
  border-color: #dddddd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #dddddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #dddddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #dddddd;
}
.panel-primary {
  border-color: #337ab7;
}
.panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}
.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #ffffff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed-responsive.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 3px;
}
.well-sm {
  padding: 9px;
  border-radius: 1px;
}
.close {
  float: right;
  font-size: 19.5px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857143px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  visibility: visible;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  border-radius: 2px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  background-color: #ffffff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  -webkit-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;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 13px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 2px 2px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #ffffff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #ffffff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #ffffff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #ffffff;
  bottom: -10px;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    perspective: 1000;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  line-height: 1;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #ffffff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #ffffff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
/* line 4, app/assets/stylesheets/canned_responses.scss */
#list-of-canned-responses-modal-dialog {
  width: 90%;
}
/*
  Place all the styles related to the matching controller here.
  They will automatically be included in application.css.
*/
#default_response_keyword{
    height: 40px;
    font-size: 14pt;
    border-radius: 2px;
}

#default_response_response{
    font-size: 14pt;
    height: 200px;
    border-radius: 2px;
}

/*!
 * FullCalendar v1.6.4 Stylesheet
 * Docs & License: http://arshaw.com/fullcalendar/
 * (c) 2013 Adam Shaw
 */


.fc {
	direction: ltr;
	text-align: left;
	}
	
.fc table {
	border-collapse: collapse;
	border-spacing: 0;
	}
	
html .fc,
.fc table {
	font-size: 1em;
	}
	
.fc td,
.fc th {
	padding: 0;
	vertical-align: top;
	}



/* Header
------------------------------------------------------------------------*/

.fc-header td {
	white-space: nowrap;
	}

.fc-header-left {
	width: 25%;
	text-align: left;
	}
	
.fc-header-center {
	text-align: center;
	}
	
.fc-header-right {
	width: 25%;
	text-align: right;
	}
	
.fc-header-title {
	display: inline-block;
	vertical-align: top;
	}
	
.fc-header-title h2 {
	margin-top: 0;
	white-space: nowrap;
	}
	
.fc .fc-header-space {
	padding-left: 10px;
	}
	
.fc-header .fc-button {
	margin-bottom: 1em;
	vertical-align: top;
	}
	
/* buttons edges butting together */

.fc-header .fc-button {
	margin-right: -1px;
	}
	
.fc-header .fc-corner-right,  /* non-theme */
.fc-header .ui-corner-right { /* theme */
	margin-right: 0; /* back to normal */
	}
	
/* button layering (for border precedence) */
	
.fc-header .fc-state-hover,
.fc-header .ui-state-hover {
	z-index: 2;
	}
	
.fc-header .fc-state-down {
	z-index: 3;
	}

.fc-header .fc-state-active,
.fc-header .ui-state-active {
	z-index: 4;
	}
	
	
	
/* Content
------------------------------------------------------------------------*/
	
.fc-content {
	clear: both;
	zoom: 1; /* for IE7, gives accurate coordinates for [un]freezeContentHeight */
	}
	
.fc-view {
	width: 100%;
	overflow: hidden;
	}
	
	

/* Cell Styles
------------------------------------------------------------------------*/

.fc-widget-header,    /* <th>, usually */
.fc-widget-content {  /* <td>, usually */
	border: 1px solid #ddd;
	}
	
.fc-state-highlight { /* <td> today cell */ /* TODO: add .fc-today to <th> */
	background: #fcf8e3;
	}
	
.fc-cell-overlay { /* semi-transparent rectangle while dragging */
	background: #bce8f1;
	opacity: .3;
	filter: alpha(opacity=30); /* for IE */
	}
	


/* Buttons
------------------------------------------------------------------------*/

.fc-button {
	position: relative;
	display: inline-block;
	padding: 0 .6em;
	overflow: hidden;
	height: 1.9em;
	line-height: 1.9em;
	white-space: nowrap;
	cursor: pointer;
	}
	
.fc-state-default { /* non-theme */
	border: 1px solid;
	}

.fc-state-default.fc-corner-left { /* non-theme */
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	}

.fc-state-default.fc-corner-right { /* non-theme */
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	}

/*
	Our default prev/next buttons use HTML entities like &lsaquo; &rsaquo; &laquo; &raquo;
	and we'll try to make them look good cross-browser.
*/

.fc-text-arrow {
	margin: 0 .1em;
	font-size: 2em;
	font-family: "Courier New", Courier, monospace;
	vertical-align: baseline; /* for IE7 */
	}

.fc-button-prev .fc-text-arrow,
.fc-button-next .fc-text-arrow { /* for &lsaquo; &rsaquo; */
	font-weight: bold;
	}
	
/* icon (for jquery ui) */
	
.fc-button .fc-icon-wrap {
	position: relative;
	float: left;
	top: 50%;
	}
	
.fc-button .ui-icon {
	position: relative;
	float: left;
	margin-top: -50%;
	*margin-top: 0;
	*top: -50%;
	}
	
/*
  button states
  borrowed from twitter bootstrap (http://twitter.github.com/bootstrap/)
*/

.fc-state-default {
	background-color: #f5f5f5;
	background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
	background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
	background-repeat: repeat-x;
	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);
	color: #333;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	}

.fc-state-hover,
.fc-state-down,
.fc-state-active,
.fc-state-disabled {
	color: #333333;
	background-color: #e6e6e6;
	}

.fc-state-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;
	}

.fc-state-down,
.fc-state-active {
	background-color: #cccccc;
	background-image: none;
	outline: 0;
	box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
	}

.fc-state-disabled {
	cursor: default;
	background-image: none;
	opacity: 0.65;
	filter: alpha(opacity=65);
	box-shadow: none;
	}

	

/* Global Event Styles
------------------------------------------------------------------------*/

.fc-event-container > * {
	z-index: 8;
	}

.fc-event-container > .ui-draggable-dragging,
.fc-event-container > .ui-resizable-resizing {
	z-index: 9;
	}
	 
.fc-event {
	border: 1px solid #3a87ad; /* default BORDER color */
	background-color: #3a87ad; /* default BACKGROUND color */
	color: #fff;               /* default TEXT color */
	font-size: .85em;
	cursor: default;
	}

a.fc-event {
	text-decoration: none;
	}
	
a.fc-event,
.fc-event-draggable {
	cursor: pointer;
	}
	
.fc-rtl .fc-event {
	text-align: right;
	}

.fc-event-inner {
	width: 100%;
	height: 100%;
	overflow: hidden;
	}
	
.fc-event-time,
.fc-event-title {
	padding: 0 1px;
	}
	
.fc .ui-resizable-handle {
	display: block;
	position: absolute;
	z-index: 99999;
	overflow: hidden; /* hacky spaces (IE6/7) */
	font-size: 300%;  /* */
	line-height: 50%; /* */
	}
	
	
	
/* Horizontal Events
------------------------------------------------------------------------*/

.fc-event-hori {
	border-width: 1px 0;
	margin-bottom: 1px;
	}

.fc-ltr .fc-event-hori.fc-event-start,
.fc-rtl .fc-event-hori.fc-event-end {
	border-left-width: 1px;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	}

.fc-ltr .fc-event-hori.fc-event-end,
.fc-rtl .fc-event-hori.fc-event-start {
	border-right-width: 1px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	}
	
/* resizable */
	
.fc-event-hori .ui-resizable-e {
	top: 0           !important; /* importants override pre jquery ui 1.7 styles */
	right: -3px      !important;
	width: 7px       !important;
	height: 100%     !important;
	cursor: e-resize;
	}
	
.fc-event-hori .ui-resizable-w {
	top: 0           !important;
	left: -3px       !important;
	width: 7px       !important;
	height: 100%     !important;
	cursor: w-resize;
	}
	
.fc-event-hori .ui-resizable-handle {
	_padding-bottom: 14px; /* IE6 had 0 height */
	}
	
	
	
/* Reusable Separate-border Table
------------------------------------------------------------*/

table.fc-border-separate {
	border-collapse: separate;
	}
	
.fc-border-separate th,
.fc-border-separate td {
	border-width: 1px 0 0 1px;
	}
	
.fc-border-separate th.fc-last,
.fc-border-separate td.fc-last {
	border-right-width: 1px;
	}
	
.fc-border-separate tr.fc-last th,
.fc-border-separate tr.fc-last td {
	border-bottom-width: 1px;
	}
	
.fc-border-separate tbody tr.fc-first td,
.fc-border-separate tbody tr.fc-first th {
	border-top-width: 0;
	}
	
	

/* Month View, Basic Week View, Basic Day View
------------------------------------------------------------------------*/

.fc-grid th {
	text-align: center;
	}

.fc .fc-week-number {
	width: 22px;
	text-align: center;
	}

.fc .fc-week-number div {
	padding: 0 2px;
	}
	
.fc-grid .fc-day-number {
	float: right;
	padding: 0 2px;
	}
	
.fc-grid .fc-other-month .fc-day-number {
	opacity: 0.3;
	filter: alpha(opacity=30); /* for IE */
	/* opacity with small font can sometimes look too faded
	   might want to set the 'color' property instead
	   making day-numbers bold also fixes the problem */
	}
	
.fc-grid .fc-day-content {
	clear: both;
	padding: 2px 2px 1px; /* distance between events and day edges */
	}
	
/* event styles */
	
.fc-grid .fc-event-time {
	font-weight: bold;
	}
	
/* right-to-left */
	
.fc-rtl .fc-grid .fc-day-number {
	float: left;
	}
	
.fc-rtl .fc-grid .fc-event-time {
	float: right;
	}
	
	

/* Agenda Week View, Agenda Day View
------------------------------------------------------------------------*/

.fc-agenda table {
	border-collapse: separate;
	}
	
.fc-agenda-days th {
	text-align: center;
	}
	
.fc-agenda .fc-agenda-axis {
	width: 50px;
	padding: 0 4px;
	vertical-align: middle;
	text-align: right;
	white-space: nowrap;
	font-weight: normal;
	}

.fc-agenda .fc-week-number {
	font-weight: bold;
	}
	
.fc-agenda .fc-day-content {
	padding: 2px 2px 1px;
	}
	
/* make axis border take precedence */
	
.fc-agenda-days .fc-agenda-axis {
	border-right-width: 1px;
	}
	
.fc-agenda-days .fc-col0 {
	border-left-width: 0;
	}
	
/* all-day area */
	
.fc-agenda-allday th {
	border-width: 0 1px;
	}
	
.fc-agenda-allday .fc-day-content {
	min-height: 34px; /* TODO: doesnt work well in quirksmode */
	_height: 34px;
	}
	
/* divider (between all-day and slots) */
	
.fc-agenda-divider-inner {
	height: 2px;
	overflow: hidden;
	}
	
.fc-widget-header .fc-agenda-divider-inner {
	background: #eee;
	}
	
/* slot rows */
	
.fc-agenda-slots th {
	border-width: 1px 1px 0;
	}
	
.fc-agenda-slots td {
	border-width: 1px 0 0;
	background: none;
	}
	
.fc-agenda-slots td div {
	height: 20px;
	}
	
.fc-agenda-slots tr.fc-slot0 th,
.fc-agenda-slots tr.fc-slot0 td {
	border-top-width: 0;
	}

.fc-agenda-slots tr.fc-minor th,
.fc-agenda-slots tr.fc-minor td {
	border-top-style: dotted;
	}
	
.fc-agenda-slots tr.fc-minor th.ui-widget-header {
	*border-top-style: solid; /* doesn't work with background in IE6/7 */
	}
	


/* Vertical Events
------------------------------------------------------------------------*/

.fc-event-vert {
	border-width: 0 1px;
	}

.fc-event-vert.fc-event-start {
	border-top-width: 1px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	}

.fc-event-vert.fc-event-end {
	border-bottom-width: 1px;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	}
	
.fc-event-vert .fc-event-time {
	white-space: nowrap;
	font-size: 10px;
	}

.fc-event-vert .fc-event-inner {
	position: relative;
	z-index: 2;
	}
	
.fc-event-vert .fc-event-bg { /* makes the event lighter w/ a semi-transparent overlay  */
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	opacity: .25;
	filter: alpha(opacity=25);
	}
	
.fc .ui-draggable-dragging .fc-event-bg, /* TODO: something nicer like .fc-opacity */
.fc-select-helper .fc-event-bg {
	display: none\9; /* for IE6/7/8. nested opacity filters while dragging don't work */
	}
	
/* resizable */
	
.fc-event-vert .ui-resizable-s {
	bottom: 0        !important; /* importants override pre jquery ui 1.7 styles */
	width: 100%      !important;
	height: 8px      !important;
	overflow: hidden !important;
	line-height: 8px !important;
	font-size: 11px  !important;
	font-family: monospace;
	text-align: center;
	cursor: s-resize;
	}
	
.fc-agenda .ui-resizable-resizing { /* TODO: better selector */
	_overflow: hidden;
	}
	
	
/* line 4, app/assets/stylesheets/inbox.scss */
.concierge-bell-image-wrapper {
  float: right;
}

/* line 8, app/assets/stylesheets/inbox.scss */
#conversation-messages {
  height: 800px;
  overflow-y: scroll;
}

/* line 13, app/assets/stylesheets/inbox.scss */
.nav-pills.nav-stacked li a:hover {
  border: 1px solid #ddd;
  color: black;
}

/* line 19, app/assets/stylesheets/inbox.scss */
#reply-message-form {
  position: fixed;
  float: right;
  height: 15em;
  width: 20%;
}

/* line 26, app/assets/stylesheets/inbox.scss */
.message-body-container {
  width: 100%;
}

/* line 30, app/assets/stylesheets/inbox.scss */
.message-body-container p {
  word-wrap: break-word;
}

/* line 34, app/assets/stylesheets/inbox.scss */
.message-incoming {
  border: 2px solid #dedede;
  background-color: #f1f1f1;
  border-radius: 5px;
  padding: 1em;
  margin: 1em 0;
}

/* line 42, app/assets/stylesheets/inbox.scss */
.message-outgoing {
  background-color: #ddd;
  border: 2px solid #dedede;
  border-color: #ccc;
  border-radius: 5px;
  overflow: hidden;
  padding: 1em;
  margin: 1em 0;
}

/* line 52, app/assets/stylesheets/inbox.scss */
.message-incoming::after {
  content: "";
  clear: both;
  display: table;
}

/* line 58, app/assets/stylesheets/inbox.scss */
.message-outgoing::after {
  content: "";
  clear: both;
  display: table;
}

/* line 64, app/assets/stylesheets/inbox.scss */
.message-incoming img {
  float: left;
  max-width: 60px;
  width: 100%;
  margin-right: 20px;
  border-radius: 50%;
}

/* line 72, app/assets/stylesheets/inbox.scss */
.message-incoming-image-wrapper p {
  float: left;
}

/* line 76, app/assets/stylesheets/inbox.scss */
.message-outgoing img {
  float: right;
  max-width: 60px;
  width: 100%;
  margin-left: 20px;
  margin-right: 0;
  border-radius: 50%;
}

/* line 86, app/assets/stylesheets/inbox.scss */
.message-outgoing-image-wrapper p {
  float: right;
}

/* line 90, app/assets/stylesheets/inbox.scss */
.new-message-notification-box {
  padding: 1em;
  border: 1px solid black;
  border-radius: 5px;
  background: crimson;
  word-wrap: break-word;
}

/* line 98, app/assets/stylesheets/inbox.scss */
.new-message-notification-box b {
  color: white;
}

/* line 102, app/assets/stylesheets/inbox.scss */
.new-message-notification-box u {
  color: white;
}

/* line 106, app/assets/stylesheets/inbox.scss */
.new-message-notification-box a {
  color: white;
}

/* line 110, app/assets/stylesheets/inbox.scss */
.new-message-notification-box-red {
  padding: 1em;
  border: 1px solid black;
  border-radius: 5px;
  background: crimson;
  word-wrap: break-word;
}

/* line 118, app/assets/stylesheets/inbox.scss */
.new-message-notification-box-red b {
  color: white;
}

/* line 122, app/assets/stylesheets/inbox.scss */
.time-right {
  padding: 0.5em;
  float: right;
  color: #aaa;
}

/* line 128, app/assets/stylesheets/inbox.scss */
.time-left {
  padding: 0.5em;
  float: left;
  color: #999;
}

/* line 134, app/assets/stylesheets/inbox.scss */
.time-info {
  margin-top: 2em;
  padding-top: 1em;
  height: 2em;
}
/*
 * Table styles
 */
/* line 4, app/assets/stylesheets/jquery.dataTables.css.scss */
table.dataTable {
  width: 100%;
  margin: 0 auto;
  clear: both;
  border-collapse: separate;
  border-spacing: 0;
  /*
   * Header and footer styles
   */
  /*
   * Body styles
   */
}

/* line 17, app/assets/stylesheets/jquery.dataTables.css.scss */
table.dataTable thead th,
table.dataTable tfoot th {
  font-weight: bold;
}

/* line 21, app/assets/stylesheets/jquery.dataTables.css.scss */
table.dataTable thead th,
table.dataTable thead td {
  padding: 10px 18px;
  border-bottom: 1px solid #111111;
}

/* line 26, app/assets/stylesheets/jquery.dataTables.css.scss */
table.dataTable thead th:active,
table.dataTable thead td:active {
  outline: none;
}

/* line 30, app/assets/stylesheets/jquery.dataTables.css.scss */
table.dataTable tfoot th,
table.dataTable tfoot td {
  padding: 10px 18px 6px 18px;
  border-top: 1px solid #111111;
}

/* line 35, app/assets/stylesheets/jquery.dataTables.css.scss */
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting {
  cursor: pointer;
  *cursor: hand;
}

/* line 41, app/assets/stylesheets/jquery.dataTables.css.scss */
table.dataTable thead .sorting {
  background: url(/assets/data-tables/sort_both-04c63d38111bbc1de87f63f01469c19c5c4b10a0d7e9756b5c82a801fa766039.png) no-repeat center right;
}

/* line 44, app/assets/stylesheets/jquery.dataTables.css.scss */
table.dataTable thead .sorting_asc {
  background: url(/assets/data-tables/sort_asc-d21b43975b389ef74eacf35b3d7d84e61a3c82fdfce2e071934d3f652e40a2aa.png) no-repeat center right;
}

/* line 47, app/assets/stylesheets/jquery.dataTables.css.scss */
table.dataTable thead .sorting_desc {
  background: url(/assets/data-tables/sort_desc-474f1070bed1ba04a1668a7b8da406ca80d88b5ae56fdd2a24f015659b47a090.png) no-repeat center right;
}

/* line 50, app/assets/stylesheets/jquery.dataTables.css.scss */
table.dataTable thead .sorting_asc_disabled {
  background: url(/assets/data-tables/sort_asc_disabled-bd10ea19ff7eb671e84cc56b37256a3bacfcb8481e50337ed7e265fc5f537a5b.png) no-repeat center right;
}

/* line 53, app/assets/stylesheets/jquery.dataTables.css.scss */
table.dataTable thead .sorting_desc_disabled {
  background: url(/assets/data-tables/sort_desc_disabled-fd6656cc661f8edc87428b35bd41a469ad0e18f6d52c4ca70b1ebcd303fe1c9a.png) no-repeat center right;
}

/* line 56, app/assets/stylesheets/jquery.dataTables.css.scss */
table.dataTable tbody tr {
  background-color: white;
}

/* line 59, app/assets/stylesheets/jquery.dataTables.css.scss */
table.dataTable tbody tr.selected {
  background-color: #b0bed9;
}

/* line 62, app/assets/stylesheets/jquery.dataTables.css.scss */
table.dataTable tbody th,
table.dataTable tbody td {
  padding: 8px 10px;
}

/* line 66, app/assets/stylesheets/jquery.dataTables.css.scss */
table.dataTable.row-border tbody th, table.dataTable.row-border tbody td, table.dataTable.display tbody th, table.dataTable.display tbody td {
  border-top: 1px solid #dddddd;
}

/* line 69, app/assets/stylesheets/jquery.dataTables.css.scss */
table.dataTable.row-border tbody tr:first-child th,
table.dataTable.row-border tbody tr:first-child td, table.dataTable.display tbody tr:first-child th,
table.dataTable.display tbody tr:first-child td {
  border-top: none;
}

/* line 74, app/assets/stylesheets/jquery.dataTables.css.scss */
table.dataTable.cell-border tbody th, table.dataTable.cell-border tbody td {
  border-top: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
}

/* line 78, app/assets/stylesheets/jquery.dataTables.css.scss */
table.dataTable.cell-border tbody tr th:first-child,
table.dataTable.cell-border tbody tr td:first-child {
  border-left: 1px solid #dddddd;
}

/* line 82, app/assets/stylesheets/jquery.dataTables.css.scss */
table.dataTable.cell-border tbody tr:first-child th,
table.dataTable.cell-border tbody tr:first-child td {
  border-top: none;
}

/* line 86, app/assets/stylesheets/jquery.dataTables.css.scss */
table.dataTable.stripe tbody tr.odd, table.dataTable.display tbody tr.odd {
  background-color: #f9f9f9;
}

/* line 89, app/assets/stylesheets/jquery.dataTables.css.scss */
table.dataTable.stripe tbody tr.odd.selected, table.dataTable.display tbody tr.odd.selected {
  background-color: #abb9d3;
}

/* line 92, app/assets/stylesheets/jquery.dataTables.css.scss */
table.dataTable.hover tbody tr:hover,
table.dataTable.hover tbody tr.odd:hover,
table.dataTable.hover tbody tr.even:hover, table.dataTable.display tbody tr:hover,
table.dataTable.display tbody tr.odd:hover,
table.dataTable.display tbody tr.even:hover {
  background-color: whitesmoke;
}

/* line 99, app/assets/stylesheets/jquery.dataTables.css.scss */
table.dataTable.hover tbody tr.selected:hover,
table.dataTable.hover tbody tr.odd.selected:hover,
table.dataTable.hover tbody tr.even.selected:hover, table.dataTable.display tbody tr.selected:hover,
table.dataTable.display tbody tr.odd.selected:hover,
table.dataTable.display tbody tr.even.selected:hover {
  background-color: #a9b7d1;
}

/* line 106, app/assets/stylesheets/jquery.dataTables.css.scss */
table.dataTable.order-column tbody tr > .sorting_1,
table.dataTable.order-column tbody tr > .sorting_2,
table.dataTable.order-column tbody tr > .sorting_3, table.dataTable.display tbody tr > .sorting_1,
table.dataTable.display tbody tr > .sorting_2,
table.dataTable.display tbody tr > .sorting_3 {
  background-color: #f9f9f9;
}

/* line 113, app/assets/stylesheets/jquery.dataTables.css.scss */
table.dataTable.order-column tbody tr.selected > .sorting_1,
table.dataTable.order-column tbody tr.selected > .sorting_2,
table.dataTable.order-column tbody tr.selected > .sorting_3, table.dataTable.display tbody tr.selected > .sorting_1,
table.dataTable.display tbody tr.selected > .sorting_2,
table.dataTable.display tbody tr.selected > .sorting_3 {
  background-color: #acbad4;
}

/* line 120, app/assets/stylesheets/jquery.dataTables.css.scss */
table.dataTable.display tbody tr.odd > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd > .sorting_1 {
  background-color: #f1f1f1;
}

/* line 123, app/assets/stylesheets/jquery.dataTables.css.scss */
table.dataTable.display tbody tr.odd > .sorting_2, table.dataTable.order-column.stripe tbody tr.odd > .sorting_2 {
  background-color: #f3f3f3;
}

/* line 126, app/assets/stylesheets/jquery.dataTables.css.scss */
table.dataTable.display tbody tr.odd > .sorting_3, table.dataTable.order-column.stripe tbody tr.odd > .sorting_3 {
  background-color: whitesmoke;
}

/* line 129, app/assets/stylesheets/jquery.dataTables.css.scss */
table.dataTable.display tbody tr.odd.selected > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_1 {
  background-color: #a6b3cd;
}

/* line 132, app/assets/stylesheets/jquery.dataTables.css.scss */
table.dataTable.display tbody tr.odd.selected > .sorting_2, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_2 {
  background-color: #a7b5ce;
}

/* line 135, app/assets/stylesheets/jquery.dataTables.css.scss */
table.dataTable.display tbody tr.odd.selected > .sorting_3, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_3 {
  background-color: #a9b6d0;
}

/* line 138, app/assets/stylesheets/jquery.dataTables.css.scss */
table.dataTable.display tbody tr.even > .sorting_1, table.dataTable.order-column.stripe tbody tr.even > .sorting_1 {
  background-color: #f9f9f9;
}

/* line 141, app/assets/stylesheets/jquery.dataTables.css.scss */
table.dataTable.display tbody tr.even > .sorting_2, table.dataTable.order-column.stripe tbody tr.even > .sorting_2 {
  background-color: #fbfbfb;
}

/* line 144, app/assets/stylesheets/jquery.dataTables.css.scss */
table.dataTable.display tbody tr.even > .sorting_3, table.dataTable.order-column.stripe tbody tr.even > .sorting_3 {
  background-color: #fdfdfd;
}

/* line 147, app/assets/stylesheets/jquery.dataTables.css.scss */
table.dataTable.display tbody tr.even.selected > .sorting_1, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_1 {
  background-color: #acbad4;
}

/* line 150, app/assets/stylesheets/jquery.dataTables.css.scss */
table.dataTable.display tbody tr.even.selected > .sorting_2, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_2 {
  background-color: #adbbd6;
}

/* line 153, app/assets/stylesheets/jquery.dataTables.css.scss */
table.dataTable.display tbody tr.even.selected > .sorting_3, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_3 {
  background-color: #afbdd8;
}

/* line 156, app/assets/stylesheets/jquery.dataTables.css.scss */
table.dataTable.display tbody tr:hover > .sorting_1,
table.dataTable.display tbody tr.odd:hover > .sorting_1,
table.dataTable.display tbody tr.even:hover > .sorting_1, table.dataTable.order-column.hover tbody tr:hover > .sorting_1,
table.dataTable.order-column.hover tbody tr.odd:hover > .sorting_1,
table.dataTable.order-column.hover tbody tr.even:hover > .sorting_1 {
  background-color: #eaeaea;
}

/* line 163, app/assets/stylesheets/jquery.dataTables.css.scss */
table.dataTable.display tbody tr:hover > .sorting_2,
table.dataTable.display tbody tr.odd:hover > .sorting_2,
table.dataTable.display tbody tr.even:hover > .sorting_2, table.dataTable.order-column.hover tbody tr:hover > .sorting_2,
table.dataTable.order-column.hover tbody tr.odd:hover > .sorting_2,
table.dataTable.order-column.hover tbody tr.even:hover > .sorting_2 {
  background-color: #ebebeb;
}

/* line 170, app/assets/stylesheets/jquery.dataTables.css.scss */
table.dataTable.display tbody tr:hover > .sorting_3,
table.dataTable.display tbody tr.odd:hover > .sorting_3,
table.dataTable.display tbody tr.even:hover > .sorting_3, table.dataTable.order-column.hover tbody tr:hover > .sorting_3,
table.dataTable.order-column.hover tbody tr.odd:hover > .sorting_3,
table.dataTable.order-column.hover tbody tr.even:hover > .sorting_3 {
  background-color: #eeeeee;
}

/* line 177, app/assets/stylesheets/jquery.dataTables.css.scss */
table.dataTable.display tbody tr.selected:hover > .sorting_1,
table.dataTable.display tbody tr.odd.selected:hover > .sorting_1,
table.dataTable.display tbody tr.even.selected:hover > .sorting_1, table.dataTable.order-column.hover tbody tr.selected:hover > .sorting_1,
table.dataTable.order-column.hover tbody tr.odd.selected:hover > .sorting_1,
table.dataTable.order-column.hover tbody tr.even.selected:hover > .sorting_1 {
  background-color: #a1aec7;
}

/* line 184, app/assets/stylesheets/jquery.dataTables.css.scss */
table.dataTable.display tbody tr.selected:hover > .sorting_2,
table.dataTable.display tbody tr.odd.selected:hover > .sorting_2,
table.dataTable.display tbody tr.even.selected:hover > .sorting_2, table.dataTable.order-column.hover tbody tr.selected:hover > .sorting_2,
table.dataTable.order-column.hover tbody tr.odd.selected:hover > .sorting_2,
table.dataTable.order-column.hover tbody tr.even.selected:hover > .sorting_2 {
  background-color: #a2afc8;
}

/* line 191, app/assets/stylesheets/jquery.dataTables.css.scss */
table.dataTable.display tbody tr.selected:hover > .sorting_3,
table.dataTable.display tbody tr.odd.selected:hover > .sorting_3,
table.dataTable.display tbody tr.even.selected:hover > .sorting_3, table.dataTable.order-column.hover tbody tr.selected:hover > .sorting_3,
table.dataTable.order-column.hover tbody tr.odd.selected:hover > .sorting_3,
table.dataTable.order-column.hover tbody tr.even.selected:hover > .sorting_3 {
  background-color: #a4b2cb;
}

/* line 198, app/assets/stylesheets/jquery.dataTables.css.scss */
table.dataTable.no-footer {
  border-bottom: 1px solid #111111;
}

/* line 201, app/assets/stylesheets/jquery.dataTables.css.scss */
table.dataTable.nowrap th, table.dataTable.nowrap td {
  white-space: nowrap;
}

/* line 204, app/assets/stylesheets/jquery.dataTables.css.scss */
table.dataTable.compact thead th,
table.dataTable.compact thead td {
  padding: 5px 9px;
}

/* line 208, app/assets/stylesheets/jquery.dataTables.css.scss */
table.dataTable.compact tfoot th,
table.dataTable.compact tfoot td {
  padding: 5px 9px 3px 9px;
}

/* line 212, app/assets/stylesheets/jquery.dataTables.css.scss */
table.dataTable.compact tbody th,
table.dataTable.compact tbody td {
  padding: 4px 5px;
}

/* line 216, app/assets/stylesheets/jquery.dataTables.css.scss */
table.dataTable th.dt-left,
table.dataTable td.dt-left {
  text-align: left;
}

/* line 220, app/assets/stylesheets/jquery.dataTables.css.scss */
table.dataTable th.dt-center,
table.dataTable td.dt-center,
table.dataTable td.dataTables_empty {
  text-align: center;
}

/* line 225, app/assets/stylesheets/jquery.dataTables.css.scss */
table.dataTable th.dt-right,
table.dataTable td.dt-right {
  text-align: right;
}

/* line 229, app/assets/stylesheets/jquery.dataTables.css.scss */
table.dataTable th.dt-justify,
table.dataTable td.dt-justify {
  text-align: justify;
}

/* line 233, app/assets/stylesheets/jquery.dataTables.css.scss */
table.dataTable th.dt-nowrap,
table.dataTable td.dt-nowrap {
  white-space: nowrap;
}

/* line 237, app/assets/stylesheets/jquery.dataTables.css.scss */
table.dataTable thead th.dt-head-left,
table.dataTable thead td.dt-head-left,
table.dataTable tfoot th.dt-head-left,
table.dataTable tfoot td.dt-head-left {
  text-align: left;
}

/* line 243, app/assets/stylesheets/jquery.dataTables.css.scss */
table.dataTable thead th.dt-head-center,
table.dataTable thead td.dt-head-center,
table.dataTable tfoot th.dt-head-center,
table.dataTable tfoot td.dt-head-center {
  text-align: center;
}

/* line 249, app/assets/stylesheets/jquery.dataTables.css.scss */
table.dataTable thead th.dt-head-right,
table.dataTable thead td.dt-head-right,
table.dataTable tfoot th.dt-head-right,
table.dataTable tfoot td.dt-head-right {
  text-align: right;
}

/* line 255, app/assets/stylesheets/jquery.dataTables.css.scss */
table.dataTable thead th.dt-head-justify,
table.dataTable thead td.dt-head-justify,
table.dataTable tfoot th.dt-head-justify,
table.dataTable tfoot td.dt-head-justify {
  text-align: justify;
}

/* line 261, app/assets/stylesheets/jquery.dataTables.css.scss */
table.dataTable thead th.dt-head-nowrap,
table.dataTable thead td.dt-head-nowrap,
table.dataTable tfoot th.dt-head-nowrap,
table.dataTable tfoot td.dt-head-nowrap {
  white-space: nowrap;
}

/* line 267, app/assets/stylesheets/jquery.dataTables.css.scss */
table.dataTable tbody th.dt-body-left,
table.dataTable tbody td.dt-body-left {
  text-align: left;
}

/* line 271, app/assets/stylesheets/jquery.dataTables.css.scss */
table.dataTable tbody th.dt-body-center,
table.dataTable tbody td.dt-body-center {
  text-align: center;
}

/* line 275, app/assets/stylesheets/jquery.dataTables.css.scss */
table.dataTable tbody th.dt-body-right,
table.dataTable tbody td.dt-body-right {
  text-align: right;
}

/* line 279, app/assets/stylesheets/jquery.dataTables.css.scss */
table.dataTable tbody th.dt-body-justify,
table.dataTable tbody td.dt-body-justify {
  text-align: justify;
}

/* line 283, app/assets/stylesheets/jquery.dataTables.css.scss */
table.dataTable tbody th.dt-body-nowrap,
table.dataTable tbody td.dt-body-nowrap {
  white-space: nowrap;
}

/* line 288, app/assets/stylesheets/jquery.dataTables.css.scss */
table.dataTable,
table.dataTable th,
table.dataTable td {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

/*
 * Control feature layout
 */
/* line 299, app/assets/stylesheets/jquery.dataTables.css.scss */
.dataTables_wrapper {
  position: relative;
  clear: both;
  *zoom: 1;
  zoom: 1;
}

/* line 305, app/assets/stylesheets/jquery.dataTables.css.scss */
.dataTables_wrapper .dataTables_length {
  float: left;
}

/* line 308, app/assets/stylesheets/jquery.dataTables.css.scss */
.dataTables_wrapper .dataTables_filter {
  float: right;
  text-align: right;
}

/* line 312, app/assets/stylesheets/jquery.dataTables.css.scss */
.dataTables_wrapper .dataTables_filter input {
  margin-left: 0.5em;
}

/* line 315, app/assets/stylesheets/jquery.dataTables.css.scss */
.dataTables_wrapper .dataTables_info {
  clear: both;
  float: left;
  padding-top: 0.755em;
}

/* line 320, app/assets/stylesheets/jquery.dataTables.css.scss */
.dataTables_wrapper .dataTables_paginate {
  float: right;
  text-align: right;
  padding-top: 0.25em;
}

/* line 325, app/assets/stylesheets/jquery.dataTables.css.scss */
.dataTables_wrapper .dataTables_paginate .paginate_button {
  box-sizing: border-box;
  display: inline-block;
  min-width: 1.5em;
  padding: 0.5em 1em;
  margin-left: 2px;
  text-align: center;
  text-decoration: none !important;
  cursor: pointer;
  *cursor: hand;
  color: #333333 !important;
  border: 1px solid transparent;
}

/* line 338, app/assets/stylesheets/jquery.dataTables.css.scss */
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  color: #333333 !important;
  border: 1px solid #cacaca;
  background-color: white;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, gainsboro));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, white 0%, gainsboro 100%);
  /* Chrome10+,Safari5.1+ */
  background: -moz-linear-gradient(top, white 0%, gainsboro 100%);
  /* FF3.6+ */
  background: -ms-linear-gradient(top, white 0%, gainsboro 100%);
  /* IE10+ */
  background: -o-linear-gradient(top, white 0%, gainsboro 100%);
  /* Opera 11.10+ */
  background: linear-gradient(to bottom, white 0%, gainsboro 100%);
  /* W3C */
}

/* line 355, app/assets/stylesheets/jquery.dataTables.css.scss */
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
  cursor: pointer;
  color: #666 !important;
  border: 1px solid transparent;
  background: transparent;
  box-shadow: none;
}

/* line 362, app/assets/stylesheets/jquery.dataTables.css.scss */
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  color: #666 !important;
  border: 1px solid #111111;
  background-color: #585858;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #585858), color-stop(100%, #111111));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #585858 0%, #111111 100%);
  /* Chrome10+,Safari5.1+ */
  background: -moz-linear-gradient(top, #585858 0%, #111111 100%);
  /* FF3.6+ */
  background: -ms-linear-gradient(top, #585858 0%, #111111 100%);
  /* IE10+ */
  background: -o-linear-gradient(top, #585858 0%, #111111 100%);
  /* Opera 11.10+ */
  background: linear-gradient(to bottom, #585858 0%, #111111 100%);
  /* W3C */
}

/* line 379, app/assets/stylesheets/jquery.dataTables.css.scss */
.dataTables_wrapper .dataTables_paginate .paginate_button:active {
  outline: none;
  background-color: #2b2b2b;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2b2b2b), color-stop(100%, #0c0c0c));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  /* Chrome10+,Safari5.1+ */
  background: -moz-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  /* FF3.6+ */
  background: -ms-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  /* IE10+ */
  background: -o-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  /* Opera 11.10+ */
  background: linear-gradient(to bottom, #2b2b2b 0%, #0c0c0c 100%);
  /* W3C */
  box-shadow: inset 0 0 3px #111;
}

/* line 396, app/assets/stylesheets/jquery.dataTables.css.scss */
.dataTables_wrapper .dataTables_processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 40px;
  margin-left: -50%;
  margin-top: -25px;
  padding-top: 20px;
  text-align: center;
  font-size: 1.2em;
  background-color: white;
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(25%, rgba(255, 255, 255, 0.9)), color-stop(75%, rgba(255, 255, 255, 0.9)), color-stop(100%, rgba(255, 255, 255, 0)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  /* FF3.6+ */
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  /* IE10+ */
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  /* Opera 11.10+ */
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  /* W3C */
}

/* line 421, app/assets/stylesheets/jquery.dataTables.css.scss */
.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_processing,
.dataTables_wrapper .dataTables_paginate {
  color: #333333;
}

/* line 428, app/assets/stylesheets/jquery.dataTables.css.scss */
.dataTables_wrapper .dataTables_scroll {
  clear: both;
}

/* line 431, app/assets/stylesheets/jquery.dataTables.css.scss */
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody {
  *margin-top: -1px;
  -webkit-overflow-scrolling: touch;
}

/* line 435, app/assets/stylesheets/jquery.dataTables.css.scss */
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody th > div.dataTables_sizing,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody td > div.dataTables_sizing {
  height: 0;
  overflow: hidden;
  margin: 0 !important;
  padding: 0 !important;
}

/* line 442, app/assets/stylesheets/jquery.dataTables.css.scss */
.dataTables_wrapper.no-footer .dataTables_scrollBody {
  border-bottom: 1px solid #111111;
}

/* line 445, app/assets/stylesheets/jquery.dataTables.css.scss */
.dataTables_wrapper.no-footer div.dataTables_scrollHead table,
.dataTables_wrapper.no-footer div.dataTables_scrollBody table {
  border-bottom: none;
}

/* line 449, app/assets/stylesheets/jquery.dataTables.css.scss */
.dataTables_wrapper:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0;
}

@media screen and (max-width: 767px) {
  /* line 458, app/assets/stylesheets/jquery.dataTables.css.scss */
  .dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_paginate {
    float: none;
    text-align: center;
  }
  /* line 463, app/assets/stylesheets/jquery.dataTables.css.scss */
  .dataTables_wrapper .dataTables_paginate {
    margin-top: 0.5em;
  }
}

@media screen and (max-width: 640px) {
  /* line 468, app/assets/stylesheets/jquery.dataTables.css.scss */
  .dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter {
    float: none;
    text-align: center;
  }
  /* line 473, app/assets/stylesheets/jquery.dataTables.css.scss */
  .dataTables_wrapper .dataTables_filter {
    margin-top: 0.5em;
  }
}
/* the norm */
#gritter-notice-wrapper {
	position:fixed;
	top:20px;
	right:20px;
	width:301px;
	z-index:9999;
}
#gritter-notice-wrapper.top-left {
    left: 20px;
    right: auto;
}
#gritter-notice-wrapper.bottom-right {
    top: auto;
    left: auto;
    bottom: 20px;
    right: 20px;
}
#gritter-notice-wrapper.bottom-left {
    top: auto;
    right: auto;
    bottom: 20px;
    left: 20px;
}
.gritter-item-wrapper {
	position:relative;
	margin:0 0 10px 0;
	background:url(/../img/gritter/ie-spacer.gif); /* ie7/8 fix */ 
}
.gritter-top {
	background:url(/../img/gritter/gritter.png) no-repeat left -30px;
	height:10px;
}
.hover .gritter-top {
	background-position:right -30px;
}
.gritter-bottom {
	background:url(/../img/gritter/gritter.png) no-repeat left bottom;
	height:8px;
	margin:0;
}
.hover .gritter-bottom {
	background-position: bottom right;
}
.gritter-item {
	display:block;
	background:url(/../img/gritter/gritter.png) no-repeat left -40px;
	color:#eee;
	padding:2px 11px 8px 11px;
	font-size: 11px;
	font-family:verdana;
}
.hover .gritter-item {
	background-position:right -40px;
}
.gritter-item p {
	padding:0;
	margin:0;
	word-wrap:break-word;
}
.gritter-close {
	display:none;
	position:absolute;
	top:5px;
	left:3px;
	background:url(/../img/gritter/gritter.png) no-repeat left top;
	cursor:pointer;
	width:30px;
	height:30px;
}
.gritter-title {
	font-size:14px;
	font-weight:bold;
	padding:0 0 7px 0;
	display:block;
	text-shadow:1px 1px 0 #000; /* Not supported by IE :( */
}
.gritter-image {
	width:48px;
	height:48px;
	float:left;
}
.gritter-with-image,
.gritter-without-image {
	padding:0;
}
.gritter-with-image {
	width:220px;
	float:right;
}
/* for the light (white) version of the gritter notice */
.gritter-light .gritter-item,
.gritter-light .gritter-bottom,
.gritter-light .gritter-top,
.gritter-light .gritter-close {
    background-image: url(/../img/gritter/gritter-light.png);
    color: #222;
}
.gritter-light .gritter-title {
    text-shadow: none;
}
/**
 * onoff.css
 * Author: http://proto.io/freebies/onoff/
 * Author: Timmy Willison
 */
.onoffswitch {
  position: relative;
  width: 70px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.onoffswitch-checkbox {
  display: none;
}

.onoffswitch-label {
  display: block;
  overflow: hidden;
  cursor: pointer;
  border: 2px solid #999999;
  border-radius: 20px;
}

.onoffswitch-inner {
  display: block;
  width: 200%;
  margin-left: -100%;
  -webkit-transition: margin 0.2s ease-in;
  transition: margin 0.2s ease-in;
}

.onoffswitch-inner:before, .onoffswitch-inner:after {
  float: left;
  padding: 0;
  width: 50%;
  height: 26px;
  color: white;
  font: bold 14px/26px Trebuchet, Arial, sans-serif;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.onoffswitch-inner:before {
  content: "YES";
  padding-left: 10px;
  color: #FFFFFF;
  background-color: #2FCCFF;
}

.onoffswitch-inner:after {
  content: "NO";
  padding-right: 10px;
  color: #999999;
  background-color: #EEEEEE;
  text-align: right;
}

.onoffswitch-switch {
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  right: 24px;
  width: 18px;
  margin: 4px;
  background: white;
  border: 2px solid #999999;
  border-radius: 20px;
  -webkit-transition: right 0.2s ease-in, -webkit-box-shadow 0.2s ease-in;
  transition: right 0.2s ease-in, box-shadow 0.2s ease-in;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
  margin-left: 0;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
  right: 0;
}
.progress{height:8px!important}body{color:#666}h1,h2,h3,h4,h5,h6{color:#777}a{color:#777}a:hover,a:focus{color:#555}.white{color:#fff}.grey{color:#eee}.black{color:#666}.red{color:#f75353}.green{color:#51d466}.lblue{color:#32c8de}.blue{color:#609cec}.orange{color:#f78153}.yellow{color:#fcd419}.purple{color:#cb79e6}.rose{color:#ff61e7}.brown{color:#d08166}.br-white{background-color:#fff}.br-grey{background-color:#eee}.br-black{background-color:#666}.br-red{background-color:#f75353}.br-green{background-color:#51d466}.br-lblue{background-color:#32c8de}.br-blue{background-color:#609cec}.br-orange{background-color:#f78153}.br-yellow{background-color:#fcd419}.br-purple{background-color:#cb79e6}.br-rose{background-color:#ff61e7}.br-brown{background-color:#d08166}.btn.btn-default{background:#f9f9f9;color:#666!important;border:1px solid #aaa}.btn.btn-default:hover{background:#eee}.btn.btn-black{color:#fff;background:#666}.btn.btn-black:hover{background:#111}.btn.btn-danger{background:#f75353}.btn.btn-danger:hover{background:#ed4747}.btn.btn-success{background:#51d466}.btn.btn-success:hover{background:#42c557}.btn.btn-info{background:#32c8de}.btn.btn-info:hover{background:#2bbdd2}.btn.btn-primary{background:#609cec}.btn.btn-primary:hover{background:#528fe2}.btn.btn-warning{background:#f78153}.btn.btn-warning:hover{background:#eb6c3a}.btn.btn-yellow{background:#fcd419;color:#fff;border:1px solid #e9c51b}.btn.btn-yellow:hover{background:#e9c51b}.btn.btn-purple{background:#cb79e6;color:#fff;border:1px solid #b75bd6}.btn.btn-purple:hover{background:#b75bd6}.btn.btn-rose{background:#ff61e7;color:#fff;border:1px solid #f245d8}.btn.btn-rose:hover{background:#f245d8}.btn.btn-brown{background:#d08166;color:#fff;border:1px solid #bf6748}.btn.btn-brown:hover{background:#bf6748}.label{padding:6px 9px;font-size:12px;font-weight:400}.label.label-default{color:#aaa;background:#eee}.label.label-black{background:#666}.label.label-danger{background:#f75353}.label.label-success{background:#51d466}.label.label-info{background:#32c8de}.label.label-primary{background:#609cec}.label.label-warning{background:#f78153}.label.label-yellow{background:#fcd419}.label.label-purple{background:#cb79e6}.label.label-rose{background:#ff61e7}.label.label-brown{background:#d08166}.badge.badge-default{color:#aaa;background:#eee}.badge.badge-primary{background:#609cec}.badge.badge-success{background:#51d466}.badge.badge-info{background:#32c8de}.badge.badge-warning{background:#f78153}.badge.badge-danger{background:#f75353}.badge.badge-black{background:#666}.badge.badge-brown{background:#d08166}.badge.badge-orange{background:#f78153}.badge.badge-purple{background:#cb79e6}.progress-bar-danger{background:#f75353}.progress-bar-success{background:#51d466}.progress-bar-info{background:#32c8de}.progress-bar-primary{background:#609cec}.progress-bar-warning{background:#f78153}.sw-green .onoffswitch-inner:before{background-color:#51d466}.sw-red .onoffswitch-inner:before{background-color:#f75353}.sw-lblue .onoffswitch-inner:before{background-color:#32c8de}.sw-orange .onoffswitch-inner:before{background-color:#f78153}.sw-blue .onoffswitch-inner:before{background-color:#609cec}.slider-red .ui-widget-header{background:#f75353!important;border-color:#f75353!important}.slider-blue .ui-widget-header{background:#609cec!important;border-color:#609cec!important}.slider-green .ui-widget-header{background:#51d466!important;border-color:#51d466!important}.slider-yellow .ui-widget-header{background:#fcd419!important;border-color:#fcd419!important}.slider-orange .ui-widget-header{background:#f78153!important;border-color:#f78153!important}.slider-violet .ui-widget-header{background:#cb79e6!important;border-color:#cb79e6!important}.nav-tabs>li>a{color:#666}.nav-tabs>li>a:hover{background:#f75353;color:#fff;border-color:#f75353}.nav-tabs>li.active>a{background-color:#f75353;border-color:#f75353;color:#fff}.nav-tabs>li.active>a:hover{background-color:#f75353;border-color:#f75353;color:#fff}.nav-tabs>li.active>a:focus{background-color:#f75353;border-color:#f75353;color:#fff}.nav-tabs>li.open>a{background-color:#f75353;border-color:#f75353;color:#fff}.nav-tabs>li.open>a:hover{background-color:#f75353;border-color:#f75353;color:#fff}.nav-tabs>li.open>a:focus{background-color:#f75353;border-color:#f75353;color:#fff}.nav-pills li a{background:#f9f9f9;border:1px solid #eee;color:#fff}.nav-pills li a:hover{background:#f75353;color:#fff;border-color:#f75353}.nav-pills li.active a{background-color:#f75353;border-color:#f75353;color:#fff}.nav-pills li.active a:hover{background-color:#ed4747}.pagination li a{color:#777}.pagination li a:hover{background-color:#f75353;border-color:#f75353;color:#fff}.pagination li.active a{background-color:#f75353;border-color:#f75353}.pagination li.active a:hover{background-color:#f75353;border-color:#f75353}.pagination li.active a:focus{background-color:#f75353;border-color:#f75353}.pagination li.active span{background-color:#f75353;border-color:#f75353}.pagination li.active span:hover{background-color:#f75353;border-color:#f75353}.pagination li.active span:focus{background-color:#f75353;border-color:#f75353}.pager li a{background-color:#f75353;color:#fff;border:1px solid #ed4747}.pager li a:hover{background:#ed4747}form input[type=text].error,form input[type=password].error,form input[type=email].error{border:1px solid #f75353!important}form select.error,form textarea.error{border:1px solid #f75353!important}form label.error{color:#f75353}.wizard .steps .current a{background:#666}.wizard .steps .current a:hover{background:#666}.wizard .steps .current a:active{background:#666}.wizard .steps .done a{background:#f75353;color:#fff}.wizard .steps .done a:hover{background:#f75353}.wizard .steps .done a:active{background:#f75353}.wizard .steps .disabled a{background:#eee}.wizard .steps .disabled a:hover{background:#eee}.wizard .steps .disabled a:active{background:#eee}.wizard .actions a{background:#f75353}.wizard .actions a:hover{background:#f75353}.wizard .actions a:active{background:#f75353}.wizard .actions .disabled a{background:#eee}.wizard .actions .disabled a:hover{background:#eee}.wizard .actions .disabled a:active{background:#eee}.page-inbox .table tr.m-unread{background:#fffae2}.page-inbox .table tr.m-read{background:#f9f9f9}.sidebar{background:#333}
.com { color: #93a1a1; }
.lit { color: #195f91; }
.pun, .opn, .clo { color: #93a1a1; }
.fun { color: #dc322f; }
.str, .atv { color: #D14; }
.kwd, .linenums .tag { color: #1e347b; }
.typ, .atn, .dec, .var { color: teal; }
.pln { color: #48484c; }

.prettyprint {
  padding: 8px;
  background-color: #f7f7f9;
  border: 1px solid #e1e1e8;
}
.prettyprint.linenums {
  -webkit-box-shadow: inset 40px 0 0 #fbfbfc, inset 41px 0 0 #ececf0;
     -moz-box-shadow: inset 40px 0 0 #fbfbfc, inset 41px 0 0 #ececf0;
          box-shadow: inset 40px 0 0 #fbfbfc, inset 41px 0 0 #ececf0;
}

/* Specify class=linenums on a pre to get line numbering */
ol.linenums {
  margin: 0 0 0 33px; /* IE indents via margin-left */
} 
ol.linenums li {
  padding-left: 12px;
  color: #bebec5;
  line-height: 18px;
  text-shadow: 0 1px 0 #fff;
}
.rateit {
    display: -moz-inline-box;
    display: inline-block;
    position: relative;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
}

.rateit .rateit-range
{
    position: relative;
    display: -moz-inline-box;
    display: inline-block;
    background: url(/star.gif);
    height: 16px;
    outline: none;
}

.rateit .rateit-range * {
    display:block;
}

/* for IE 6 */
* html .rateit, * html .rateit .rateit-range
{
    display: inline;
}

/* for IE 7 */
* + html .rateit, * + html .rateit .rateit-range
{
    display: inline;
}

.rateit .rateit-hover, .rateit .rateit-selected
{
    position: absolute;
    left: 0px;
}

.rateit .rateit-hover-rtl, .rateit .rateit-selected-rtl
{
    left: auto;
    right: 0px;
}

.rateit .rateit-hover
{
    background: url(/star.gif) left -32px;
}

.rateit .rateit-hover-rtl
{
    background-position: right -32px;
}

.rateit .rateit-selected
{
    background: url(/star.gif) left -16px;
}

.rateit .rateit-selected-rtl
{
    background-position: right -16px;
}

.rateit .rateit-preset
{
    background: url(/star.gif) left -48px;
}

.rateit .rateit-preset-rtl
{
    background: url(/star.gif) left -48px;
}

.rateit button.rateit-reset
{
    background: url(/delete.gif) 0 0;
    width: 16px;
    height: 16px;
    display: -moz-inline-box;
    display: inline-block;
    float: left;
    outline: none;
    border:none;
    padding: 0;
}

.rateit button.rateit-reset:hover, .rateit button.rateit-reset:focus
{
    background-position: 0 -16px;
}
#navbar-landing {
    background: #2879B2;
    height: 120px;
}

.landing-page-title{
    color: white;
    margin-left: 10%;
}

#landing-page-logo{
    margin-left: 10px;
    margin-top: -100px;
}

.devise-form {
    position: absolute;
    width: 40%;
    margin-left: 30%;
    margin-top: 50px;
}

li .active{
   background: #2879B2;
}
@charset "UTF-8";
/* line 1, app/assets/stylesheets/steps.css.scss */
.clearfix {
  *zoom: 1;
}

/* line 5, app/assets/stylesheets/steps.css.scss */
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}

/* line 12, app/assets/stylesheets/steps.css.scss */
.clearfix:after {
  clear: both;
}

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

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

/* line 33, app/assets/stylesheets/steps.css.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}

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

/* line 54, app/assets/stylesheets/steps.css.scss */
audio:not([controls]) {
  display: none;
}

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

/* line 64, app/assets/stylesheets/steps.css.scss */
a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 70, app/assets/stylesheets/steps.css.scss */
a:hover,
a:active {
  outline: 0;
}

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

/* line 83, app/assets/stylesheets/steps.css.scss */
sup {
  top: -.5em;
}

/* line 87, app/assets/stylesheets/steps.css.scss */
sub {
  bottom: -.25em;
}

/* line 91, app/assets/stylesheets/steps.css.scss */
img {
  max-width: 100%;
  width: auto\9;
  height: auto;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}

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

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

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

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

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

/* line 134, app/assets/stylesheets/steps.css.scss */
label,
select,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="radio"],
input[type="checkbox"] {
  cursor: pointer;
}

/* line 145, app/assets/stylesheets/steps.css.scss */
input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}

/* line 152, app/assets/stylesheets/steps.css.scss */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

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

@media print {
  /* line 163, app/assets/stylesheets/steps.css.scss */
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  /* line 169, app/assets/stylesheets/steps.css.scss */
  a,
a:visited {
    text-decoration: underline;
  }
  /* line 173, app/assets/stylesheets/steps.css.scss */
  a[href]:after {
    content: " (" attr(href) ")";
  }
  /* line 176, app/assets/stylesheets/steps.css.scss */
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /* line 179, app/assets/stylesheets/steps.css.scss */
  .ir a:after,
a[href^="javascript:"]:after,
a[href^="#"]:after {
    content: "";
  }
  /* line 184, app/assets/stylesheets/steps.css.scss */
  pre,
blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  /* line 189, app/assets/stylesheets/steps.css.scss */
  thead {
    display: table-header-group;
  }
  /* line 192, app/assets/stylesheets/steps.css.scss */
  tr,
img {
    page-break-inside: avoid;
  }
  /* line 196, app/assets/stylesheets/steps.css.scss */
  img {
    max-width: 100% !important;
  }
  @page {
    margin: .5cm;
  }
  /* line 202, app/assets/stylesheets/steps.css.scss */
  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }
  /* line 208, app/assets/stylesheets/steps.css.scss */
  h2,
h3 {
    page-break-after: avoid;
  }
}

/* line 214, app/assets/stylesheets/steps.css.scss */
body {
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #333;
  background-color: #fff;
}

/* line 223, app/assets/stylesheets/steps.css.scss */
a {
  color: #08c;
  text-decoration: none;
}

/* line 228, app/assets/stylesheets/steps.css.scss */
a:hover,
a:focus {
  color: #005580;
  text-decoration: underline;
}

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

/* line 240, app/assets/stylesheets/steps.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 250, app/assets/stylesheets/steps.css.scss */
.img-circle {
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px;
}

/* line 256, app/assets/stylesheets/steps.css.scss */
.row {
  margin-left: -20px;
  *zoom: 1;
}

/* line 261, app/assets/stylesheets/steps.css.scss */
.row:before,
.row:after {
  display: table;
  content: "";
  line-height: 0;
}

/* line 268, app/assets/stylesheets/steps.css.scss */
.row:after {
  clear: both;
}

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

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

/* line 285, app/assets/stylesheets/steps.css.scss */
.span12 {
  width: 940px;
}

/* line 289, app/assets/stylesheets/steps.css.scss */
.span11 {
  width: 860px;
}

/* line 293, app/assets/stylesheets/steps.css.scss */
.span10 {
  width: 780px;
}

/* line 297, app/assets/stylesheets/steps.css.scss */
.span9 {
  width: 700px;
}

/* line 301, app/assets/stylesheets/steps.css.scss */
.span8 {
  width: 620px;
}

/* line 305, app/assets/stylesheets/steps.css.scss */
.span7 {
  width: 540px;
}

/* line 309, app/assets/stylesheets/steps.css.scss */
.span6 {
  width: 460px;
}

/* line 313, app/assets/stylesheets/steps.css.scss */
.span5 {
  width: 380px;
}

/* line 317, app/assets/stylesheets/steps.css.scss */
.span4 {
  width: 300px;
}

/* line 321, app/assets/stylesheets/steps.css.scss */
.span3 {
  width: 220px;
}

/* line 325, app/assets/stylesheets/steps.css.scss */
.span2 {
  width: 140px;
}

/* line 329, app/assets/stylesheets/steps.css.scss */
.span1 {
  width: 60px;
}

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

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

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

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

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

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

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

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

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

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

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

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

/* line 381, app/assets/stylesheets/steps.css.scss */
.row-fluid {
  width: 100%;
  *zoom: 1;
}

/* line 386, app/assets/stylesheets/steps.css.scss */
.row-fluid:before,
.row-fluid:after {
  display: table;
  content: "";
  line-height: 0;
}

/* line 393, app/assets/stylesheets/steps.css.scss */
.row-fluid:after {
  clear: both;
}

/* line 397, app/assets/stylesheets/steps.css.scss */
.row-fluid [class*="span"] {
  display: block;
  width: 100%;
  min-height: 30px;
  -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 409, app/assets/stylesheets/steps.css.scss */
.row-fluid [class*="span"]:first-child {
  margin-left: 0;
}

/* line 413, app/assets/stylesheets/steps.css.scss */
.row-fluid .controls-row [class*="span"] + [class*="span"] {
  margin-left: 2.127659574468085%;
}

/* line 417, app/assets/stylesheets/steps.css.scss */
.row-fluid .span12 {
  width: 100%;
  *width: 99.94680851063829%;
}

/* line 422, app/assets/stylesheets/steps.css.scss */
.row-fluid .span11 {
  width: 91.48936170212765%;
  *width: 91.43617021276594%;
}

/* line 427, app/assets/stylesheets/steps.css.scss */
.row-fluid .span10 {
  width: 82.97872340425532%;
  *width: 82.92553191489361%;
}

/* line 432, app/assets/stylesheets/steps.css.scss */
.row-fluid .span9 {
  width: 74.46808510638297%;
  *width: 74.41489361702126%;
}

/* line 437, app/assets/stylesheets/steps.css.scss */
.row-fluid .span8 {
  width: 65.95744680851064%;
  *width: 65.90425531914893%;
}

/* line 442, app/assets/stylesheets/steps.css.scss */
.row-fluid .span7 {
  width: 57.44680851063829%;
  *width: 57.39361702127659%;
}

/* line 447, app/assets/stylesheets/steps.css.scss */
.row-fluid .span6 {
  width: 48.93617021276595%;
  *width: 48.88297872340425%;
}

/* line 452, app/assets/stylesheets/steps.css.scss */
.row-fluid .span5 {
  width: 40.42553191489362%;
  *width: 40.37234042553192%;
}

/* line 457, app/assets/stylesheets/steps.css.scss */
.row-fluid .span4 {
  width: 31.914893617021278%;
  *width: 31.861702127659576%;
}

/* line 462, app/assets/stylesheets/steps.css.scss */
.row-fluid .span3 {
  width: 23.404255319148934%;
  *width: 23.351063829787233%;
}

/* line 467, app/assets/stylesheets/steps.css.scss */
.row-fluid .span2 {
  width: 14.893617021276595%;
  *width: 14.840425531914894%;
}

/* line 472, app/assets/stylesheets/steps.css.scss */
.row-fluid .span1 {
  width: 6.382978723404255%;
  *width: 6.329787234042553%;
}

/* line 477, app/assets/stylesheets/steps.css.scss */
.row-fluid .offset12 {
  margin-left: 104.25531914893617%;
  *margin-left: 104.14893617021275%;
}

/* line 482, app/assets/stylesheets/steps.css.scss */
.row-fluid .offset12:first-child {
  margin-left: 102.12765957446808%;
  *margin-left: 102.02127659574467%;
}

/* line 487, app/assets/stylesheets/steps.css.scss */
.row-fluid .offset11 {
  margin-left: 95.74468085106382%;
  *margin-left: 95.6382978723404%;
}

/* line 492, app/assets/stylesheets/steps.css.scss */
.row-fluid .offset11:first-child {
  margin-left: 93.61702127659574%;
  *margin-left: 93.51063829787232%;
}

/* line 497, app/assets/stylesheets/steps.css.scss */
.row-fluid .offset10 {
  margin-left: 87.23404255319149%;
  *margin-left: 87.12765957446807%;
}

/* line 502, app/assets/stylesheets/steps.css.scss */
.row-fluid .offset10:first-child {
  margin-left: 85.1063829787234%;
  *margin-left: 84.99999999999999%;
}

/* line 507, app/assets/stylesheets/steps.css.scss */
.row-fluid .offset9 {
  margin-left: 78.72340425531914%;
  *margin-left: 78.61702127659572%;
}

/* line 512, app/assets/stylesheets/steps.css.scss */
.row-fluid .offset9:first-child {
  margin-left: 76.59574468085106%;
  *margin-left: 76.48936170212764%;
}

/* line 517, app/assets/stylesheets/steps.css.scss */
.row-fluid .offset8 {
  margin-left: 70.2127659574468%;
  *margin-left: 70.10638297872339%;
}

/* line 522, app/assets/stylesheets/steps.css.scss */
.row-fluid .offset8:first-child {
  margin-left: 68.08510638297872%;
  *margin-left: 67.9787234042553%;
}

/* line 527, app/assets/stylesheets/steps.css.scss */
.row-fluid .offset7 {
  margin-left: 61.70212765957446%;
  *margin-left: 61.59574468085106%;
}

/* line 532, app/assets/stylesheets/steps.css.scss */
.row-fluid .offset7:first-child {
  margin-left: 59.574468085106375%;
  *margin-left: 59.46808510638297%;
}

/* line 537, app/assets/stylesheets/steps.css.scss */
.row-fluid .offset6 {
  margin-left: 53.191489361702125%;
  *margin-left: 53.085106382978715%;
}

/* line 542, app/assets/stylesheets/steps.css.scss */
.row-fluid .offset6:first-child {
  margin-left: 51.063829787234035%;
  *margin-left: 50.95744680851063%;
}

/* line 547, app/assets/stylesheets/steps.css.scss */
.row-fluid .offset5 {
  margin-left: 44.68085106382979%;
  *margin-left: 44.57446808510638%;
}

/* line 552, app/assets/stylesheets/steps.css.scss */
.row-fluid .offset5:first-child {
  margin-left: 42.5531914893617%;
  *margin-left: 42.4468085106383%;
}

/* line 557, app/assets/stylesheets/steps.css.scss */
.row-fluid .offset4 {
  margin-left: 36.170212765957444%;
  *margin-left: 36.06382978723405%;
}

/* line 562, app/assets/stylesheets/steps.css.scss */
.row-fluid .offset4:first-child {
  margin-left: 34.04255319148936%;
  *margin-left: 33.93617021276596%;
}

/* line 567, app/assets/stylesheets/steps.css.scss */
.row-fluid .offset3 {
  margin-left: 27.659574468085104%;
  *margin-left: 27.5531914893617%;
}

/* line 572, app/assets/stylesheets/steps.css.scss */
.row-fluid .offset3:first-child {
  margin-left: 25.53191489361702%;
  *margin-left: 25.425531914893618%;
}

/* line 577, app/assets/stylesheets/steps.css.scss */
.row-fluid .offset2 {
  margin-left: 19.148936170212764%;
  *margin-left: 19.04255319148936%;
}

/* line 582, app/assets/stylesheets/steps.css.scss */
.row-fluid .offset2:first-child {
  margin-left: 17.02127659574468%;
  *margin-left: 16.914893617021278%;
}

/* line 587, app/assets/stylesheets/steps.css.scss */
.row-fluid .offset1 {
  margin-left: 10.638297872340425%;
  *margin-left: 10.53191489361702%;
}

/* line 592, app/assets/stylesheets/steps.css.scss */
.row-fluid .offset1:first-child {
  margin-left: 8.51063829787234%;
  *margin-left: 8.404255319148938%;
}

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

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

/* line 607, app/assets/stylesheets/steps.css.scss */
.container {
  margin-right: auto;
  margin-left: auto;
  *zoom: 1;
}

/* line 613, app/assets/stylesheets/steps.css.scss */
.container:before,
.container:after {
  display: table;
  content: "";
  line-height: 0;
}

/* line 620, app/assets/stylesheets/steps.css.scss */
.container:after {
  clear: both;
}

/* line 624, app/assets/stylesheets/steps.css.scss */
.container-fluid {
  padding-right: 20px;
  padding-left: 20px;
  *zoom: 1;
}

/* line 630, app/assets/stylesheets/steps.css.scss */
.container-fluid:before,
.container-fluid:after {
  display: table;
  content: "";
  line-height: 0;
}

/* line 637, app/assets/stylesheets/steps.css.scss */
.container-fluid:after {
  clear: both;
}

/* line 641, app/assets/stylesheets/steps.css.scss */
p {
  margin: 0 0 10px;
}

/* line 645, app/assets/stylesheets/steps.css.scss */
.lead {
  margin-bottom: 20px;
  font-size: 21px;
  font-weight: 200;
  line-height: 30px;
}

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

/* line 656, app/assets/stylesheets/steps.css.scss */
strong {
  font-weight: bold;
}

/* line 660, app/assets/stylesheets/steps.css.scss */
em {
  font-style: italic;
}

/* line 664, app/assets/stylesheets/steps.css.scss */
cite {
  font-style: normal;
}

/* line 668, app/assets/stylesheets/steps.css.scss */
.muted {
  color: #999;
}

/* line 672, app/assets/stylesheets/steps.css.scss */
a.muted:hover,
a.muted:focus {
  color: gray;
}

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

/* line 681, app/assets/stylesheets/steps.css.scss */
a.text-warning:hover,
a.text-warning:focus {
  color: #a47e3c;
}

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

/* line 690, app/assets/stylesheets/steps.css.scss */
a.text-error:hover,
a.text-error:focus {
  color: #953b39;
}

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

/* line 699, app/assets/stylesheets/steps.css.scss */
a.text-info:hover,
a.text-info:focus {
  color: #2d6987;
}

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

/* line 708, app/assets/stylesheets/steps.css.scss */
a.text-success:hover,
a.text-success:focus {
  color: #356635;
}

/* line 713, app/assets/stylesheets/steps.css.scss */
.text-left {
  text-align: left;
}

/* line 717, app/assets/stylesheets/steps.css.scss */
.text-right {
  text-align: right;
}

/* line 721, app/assets/stylesheets/steps.css.scss */
.text-center {
  text-align: center;
}

/* line 725, app/assets/stylesheets/steps.css.scss */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 10px 0;
  font-family: inherit;
  font-weight: bold;
  line-height: 20px;
  color: inherit;
  text-rendering: optimizelegibility;
}

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

/* line 750, app/assets/stylesheets/steps.css.scss */
h1,
h2,
h3 {
  line-height: 40px;
}

/* line 756, app/assets/stylesheets/steps.css.scss */
h1 {
  font-size: 38.5px;
}

/* line 760, app/assets/stylesheets/steps.css.scss */
h2 {
  font-size: 31.5px;
}

/* line 764, app/assets/stylesheets/steps.css.scss */
h3 {
  font-size: 24.5px;
}

/* line 768, app/assets/stylesheets/steps.css.scss */
h4 {
  font-size: 17.5px;
}

/* line 772, app/assets/stylesheets/steps.css.scss */
h5 {
  font-size: 14px;
}

/* line 776, app/assets/stylesheets/steps.css.scss */
h6 {
  font-size: 11.9px;
}

/* line 780, app/assets/stylesheets/steps.css.scss */
h1 small {
  font-size: 24.5px;
}

/* line 784, app/assets/stylesheets/steps.css.scss */
h2 small {
  font-size: 17.5px;
}

/* line 788, app/assets/stylesheets/steps.css.scss */
h3 small {
  font-size: 14px;
}

/* line 792, app/assets/stylesheets/steps.css.scss */
h4 small {
  font-size: 14px;
}

/* line 796, app/assets/stylesheets/steps.css.scss */
.page-header {
  padding-bottom: 9px;
  margin: 20px 0 30px;
  border-bottom: 1px solid #eee;
}

/* line 802, app/assets/stylesheets/steps.css.scss */
ul,
ol {
  padding: 0;
  margin: 0 0 10px 25px;
}

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

/* line 815, app/assets/stylesheets/steps.css.scss */
li {
  line-height: 20px;
}

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

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

/* line 831, app/assets/stylesheets/steps.css.scss */
ul.inline > li,
ol.inline > li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding-left: 5px;
  padding-right: 5px;
}

/* line 840, app/assets/stylesheets/steps.css.scss */
dl {
  margin-bottom: 20px;
}

/* line 844, app/assets/stylesheets/steps.css.scss */
dt,
dd {
  line-height: 20px;
}

/* line 849, app/assets/stylesheets/steps.css.scss */
dt {
  font-weight: bold;
}

/* line 853, app/assets/stylesheets/steps.css.scss */
dd {
  margin-left: 10px;
}

/* line 857, app/assets/stylesheets/steps.css.scss */
.dl-horizontal {
  *zoom: 1;
}

/* line 861, app/assets/stylesheets/steps.css.scss */
.dl-horizontal:before,
.dl-horizontal:after {
  display: table;
  content: "";
  line-height: 0;
}

/* line 868, app/assets/stylesheets/steps.css.scss */
.dl-horizontal:after {
  clear: both;
}

/* line 872, app/assets/stylesheets/steps.css.scss */
.dl-horizontal dt {
  float: left;
  width: 160px;
  clear: left;
  text-align: right;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 882, app/assets/stylesheets/steps.css.scss */
.dl-horizontal dd {
  margin-left: 180px;
}

/* line 886, app/assets/stylesheets/steps.css.scss */
hr {
  margin: 20px 0;
  border: 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #fff;
}

/* line 893, app/assets/stylesheets/steps.css.scss */
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999;
}

/* line 899, app/assets/stylesheets/steps.css.scss */
abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

/* line 904, app/assets/stylesheets/steps.css.scss */
blockquote {
  padding: 0 0 0 15px;
  margin: 0 0 20px;
  border-left: 5px solid #eee;
}

/* line 910, app/assets/stylesheets/steps.css.scss */
blockquote p {
  margin-bottom: 0;
  font-size: 17.5px;
  font-weight: 300;
  line-height: 1.25;
}

/* line 917, app/assets/stylesheets/steps.css.scss */
blockquote small {
  display: block;
  line-height: 20px;
  color: #999;
}

/* line 923, app/assets/stylesheets/steps.css.scss */
blockquote small:before {
  content: '— ';
}

/* line 927, app/assets/stylesheets/steps.css.scss */
blockquote.pull-right {
  float: right;
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eee;
  border-left: 0;
}

/* line 935, app/assets/stylesheets/steps.css.scss */
blockquote.pull-right p,
blockquote.pull-right small {
  text-align: right;
}

/* line 940, app/assets/stylesheets/steps.css.scss */
blockquote.pull-right small:before {
  content: '';
}

/* line 944, app/assets/stylesheets/steps.css.scss */
blockquote.pull-right small:after {
  content: ' —';
}

/* line 948, app/assets/stylesheets/steps.css.scss */
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}

/* line 955, app/assets/stylesheets/steps.css.scss */
address {
  display: block;
  margin-bottom: 20px;
  font-style: normal;
  line-height: 20px;
}

/* line 962, app/assets/stylesheets/steps.css.scss */
code,
pre {
  padding: 0 3px 2px;
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
  font-size: 12px;
  color: #333;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

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

/* line 981, app/assets/stylesheets/steps.css.scss */
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 20px;
  word-break: break-all;
  word-wrap: break-word;
  white-space: pre;
  white-space: pre-wrap;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/* line 999, app/assets/stylesheets/steps.css.scss */
pre.prettyprint {
  margin-bottom: 20px;
}

/* line 1003, app/assets/stylesheets/steps.css.scss */
pre code {
  padding: 0;
  color: inherit;
  white-space: pre;
  white-space: pre-wrap;
  background-color: transparent;
  border: 0;
}

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

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

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

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

/* line 1045, app/assets/stylesheets/steps.css.scss */
.label:empty,
.badge:empty {
  display: none;
}

/* line 1050, app/assets/stylesheets/steps.css.scss */
a.label:hover,
a.label:focus,
a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

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

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

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

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

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

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

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

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

/* line 1099, app/assets/stylesheets/steps.css.scss */
.label-inverse,
.badge-inverse {
  background-color: #333;
}

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

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

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

/* line 1120, app/assets/stylesheets/steps.css.scss */
table {
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 1127, app/assets/stylesheets/steps.css.scss */
.table {
  width: 100%;
  margin-bottom: 20px;
}

/* line 1132, app/assets/stylesheets/steps.css.scss */
.table th,
.table td {
  padding: 8px;
  line-height: 20px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #ddd;
}

/* line 1141, app/assets/stylesheets/steps.css.scss */
.table th {
  font-weight: bold;
}

/* line 1145, app/assets/stylesheets/steps.css.scss */
.table thead th {
  vertical-align: bottom;
}

/* line 1149, app/assets/stylesheets/steps.css.scss */
.table caption + thead tr:first-child th,
.table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child th,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child th,
.table thead:first-child tr:first-child td {
  border-top: 0;
}

/* line 1158, app/assets/stylesheets/steps.css.scss */
.table tbody + tbody {
  border-top: 2px solid #ddd;
}

/* line 1162, app/assets/stylesheets/steps.css.scss */
.table .table {
  background-color: #fff;
}

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

/* line 1171, app/assets/stylesheets/steps.css.scss */
.table-bordered {
  border: 1px solid #ddd;
  border-collapse: separate;
  *border-collapse: collapse;
  border-left: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/* line 1181, app/assets/stylesheets/steps.css.scss */
.table-bordered th,
.table-bordered td {
  border-left: 1px solid #ddd;
}

/* line 1186, app/assets/stylesheets/steps.css.scss */
.table-bordered caption + thead tr:first-child th,
.table-bordered caption + tbody tr:first-child th,
.table-bordered caption + tbody tr:first-child td,
.table-bordered colgroup + thead tr:first-child th,
.table-bordered colgroup + tbody tr:first-child th,
.table-bordered colgroup + tbody tr:first-child td,
.table-bordered thead:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child td {
  border-top: 0;
}

/* line 1198, app/assets/stylesheets/steps.css.scss */
.table-bordered thead:first-child tr:first-child > th:first-child,
.table-bordered tbody:first-child tr:first-child > td:first-child,
.table-bordered tbody:first-child tr:first-child > th:first-child {
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
}

/* line 1206, app/assets/stylesheets/steps.css.scss */
.table-bordered thead:first-child tr:first-child > th:last-child,
.table-bordered tbody:first-child tr:first-child > td:last-child,
.table-bordered tbody:first-child tr:first-child > th:last-child {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
}

/* line 1214, app/assets/stylesheets/steps.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 tbody:last-child tr:last-child > th:first-child,
.table-bordered tfoot:last-child tr:last-child > td:first-child,
.table-bordered tfoot:last-child tr:last-child > th:first-child {
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}

/* line 1224, app/assets/stylesheets/steps.css.scss */
.table-bordered thead:last-child tr:last-child > th:last-child,
.table-bordered tbody:last-child tr:last-child > td:last-child,
.table-bordered tbody:last-child tr:last-child > th:last-child,
.table-bordered tfoot:last-child tr:last-child > td:last-child,
.table-bordered tfoot:last-child tr:last-child > th:last-child {
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
}

/* line 1234, app/assets/stylesheets/steps.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 1240, app/assets/stylesheets/steps.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 1246, app/assets/stylesheets/steps.css.scss */
.table-bordered caption + thead tr:first-child th:first-child,
.table-bordered caption + tbody tr:first-child td:first-child,
.table-bordered colgroup + thead tr:first-child th:first-child,
.table-bordered colgroup + tbody tr:first-child td:first-child {
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
}

/* line 1255, app/assets/stylesheets/steps.css.scss */
.table-bordered caption + thead tr:first-child th:last-child,
.table-bordered caption + tbody tr:first-child td:last-child,
.table-bordered colgroup + thead tr:first-child th:last-child,
.table-bordered colgroup + tbody tr:first-child td:last-child {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
}

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

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

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

/* line 1283, app/assets/stylesheets/steps.css.scss */
.table td.span1,
.table th.span1 {
  float: none;
  width: 44px;
  margin-left: 0;
}

/* line 1290, app/assets/stylesheets/steps.css.scss */
.table td.span2,
.table th.span2 {
  float: none;
  width: 124px;
  margin-left: 0;
}

/* line 1297, app/assets/stylesheets/steps.css.scss */
.table td.span3,
.table th.span3 {
  float: none;
  width: 204px;
  margin-left: 0;
}

/* line 1304, app/assets/stylesheets/steps.css.scss */
.table td.span4,
.table th.span4 {
  float: none;
  width: 284px;
  margin-left: 0;
}

/* line 1311, app/assets/stylesheets/steps.css.scss */
.table td.span5,
.table th.span5 {
  float: none;
  width: 364px;
  margin-left: 0;
}

/* line 1318, app/assets/stylesheets/steps.css.scss */
.table td.span6,
.table th.span6 {
  float: none;
  width: 444px;
  margin-left: 0;
}

/* line 1325, app/assets/stylesheets/steps.css.scss */
.table td.span7,
.table th.span7 {
  float: none;
  width: 524px;
  margin-left: 0;
}

/* line 1332, app/assets/stylesheets/steps.css.scss */
.table td.span8,
.table th.span8 {
  float: none;
  width: 604px;
  margin-left: 0;
}

/* line 1339, app/assets/stylesheets/steps.css.scss */
.table td.span9,
.table th.span9 {
  float: none;
  width: 684px;
  margin-left: 0;
}

/* line 1346, app/assets/stylesheets/steps.css.scss */
.table td.span10,
.table th.span10 {
  float: none;
  width: 764px;
  margin-left: 0;
}

/* line 1353, app/assets/stylesheets/steps.css.scss */
.table td.span11,
.table th.span11 {
  float: none;
  width: 844px;
  margin-left: 0;
}

/* line 1360, app/assets/stylesheets/steps.css.scss */
.table td.span12,
.table th.span12 {
  float: none;
  width: 924px;
  margin-left: 0;
}

/* line 1367, app/assets/stylesheets/steps.css.scss */
.table tbody tr.success > td {
  background-color: #dff0d8;
}

/* line 1371, app/assets/stylesheets/steps.css.scss */
.table tbody tr.error > td {
  background-color: #f2dede;
}

/* line 1375, app/assets/stylesheets/steps.css.scss */
.table tbody tr.warning > td {
  background-color: #fcf8e3;
}

/* line 1379, app/assets/stylesheets/steps.css.scss */
.table tbody tr.info > td {
  background-color: #d9edf7;
}

/* line 1383, app/assets/stylesheets/steps.css.scss */
.table-hover tbody tr.success:hover > td {
  background-color: #d0e9c6;
}

/* line 1387, app/assets/stylesheets/steps.css.scss */
.table-hover tbody tr.error:hover > td {
  background-color: #ebcccc;
}

/* line 1391, app/assets/stylesheets/steps.css.scss */
.table-hover tbody tr.warning:hover > td {
  background-color: #faf2cc;
}

/* line 1395, app/assets/stylesheets/steps.css.scss */
.table-hover tbody tr.info:hover > td {
  background-color: #c4e3f3;
}

/* line 1399, app/assets/stylesheets/steps.css.scss */
form {
  margin: 0 0 20px;
}

/* line 1403, app/assets/stylesheets/steps.css.scss */
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}

/* line 1409, app/assets/stylesheets/steps.css.scss */
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: 40px;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

/* line 1421, app/assets/stylesheets/steps.css.scss */
legend small {
  font-size: 15px;
  color: #999;
}

/* line 1426, app/assets/stylesheets/steps.css.scss */
label,
input,
button,
select,
textarea {
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
}

/* line 1436, app/assets/stylesheets/steps.css.scss */
input,
button,
select,
textarea {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

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

/* line 1448, app/assets/stylesheets/steps.css.scss */
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  display: inline-block;
  height: 20px;
  padding: 4px 6px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  color: #555;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  vertical-align: middle;
}

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

/* line 1484, app/assets/stylesheets/steps.css.scss */
textarea {
  height: auto;
}

/* line 1488, app/assets/stylesheets/steps.css.scss */
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  background-color: #fff;
  border: 1px solid #ccc;
  -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 1515, app/assets/stylesheets/steps.css.scss */
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;
  -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 1539, app/assets/stylesheets/steps.css.scss */
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  *margin-top: 0;
  margin-top: 1px \9;
  line-height: normal;
}

/* line 1547, app/assets/stylesheets/steps.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 1557, app/assets/stylesheets/steps.css.scss */
select,
input[type="file"] {
  height: 30px;
  *margin-top: 4px;
  line-height: 30px;
}

/* line 1564, app/assets/stylesheets/steps.css.scss */
select {
  width: 220px;
  border: 1px solid #ccc;
  background-color: #fff;
}

/* line 1570, app/assets/stylesheets/steps.css.scss */
select[multiple],
select[size] {
  height: auto;
}

/* line 1575, app/assets/stylesheets/steps.css.scss */
select:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 1584, app/assets/stylesheets/steps.css.scss */
.uneditable-input,
.uneditable-textarea {
  color: #999;
  background-color: #fcfcfc;
  border-color: #ccc;
  -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 1595, app/assets/stylesheets/steps.css.scss */
.uneditable-input {
  overflow: hidden;
  white-space: nowrap;
}

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

/* line 1605, app/assets/stylesheets/steps.css.scss */
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #999;
}

/* line 1610, app/assets/stylesheets/steps.css.scss */
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #999;
}

/* line 1615, app/assets/stylesheets/steps.css.scss */
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #999;
}

/* line 1620, app/assets/stylesheets/steps.css.scss */
.radio,
.checkbox {
  min-height: 20px;
  padding-left: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

/* line 1686, app/assets/stylesheets/steps.css.scss */
.input-append input[class*="span"],
.input-append .uneditable-input[class*="span"],
.input-prepend input[class*="span"],
.input-prepend .uneditable-input[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"],
.row-fluid .input-prepend [class*="span"],
.row-fluid .input-append [class*="span"] {
  display: inline-block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 1781, app/assets/stylesheets/steps.css.scss */
.controls-row {
  *zoom: 1;
}

/* line 1785, app/assets/stylesheets/steps.css.scss */
.controls-row:before,
.controls-row:after {
  display: table;
  content: "";
  line-height: 0;
}

/* line 1792, app/assets/stylesheets/steps.css.scss */
.controls-row:after {
  clear: both;
}

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

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

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

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

/* line 1823, app/assets/stylesheets/steps.css.scss */
.control-group.warning .control-label,
.control-group.warning .help-block,
.control-group.warning .help-inline {
  color: #c09853;
}

/* line 1829, app/assets/stylesheets/steps.css.scss */
.control-group.warning .checkbox,
.control-group.warning .radio,
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
  color: #c09853;
}

/* line 1837, app/assets/stylesheets/steps.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 1846, app/assets/stylesheets/steps.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 1855, app/assets/stylesheets/steps.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 1862, app/assets/stylesheets/steps.css.scss */
.control-group.error .control-label,
.control-group.error .help-block,
.control-group.error .help-inline {
  color: #b94a48;
}

/* line 1868, app/assets/stylesheets/steps.css.scss */
.control-group.error .checkbox,
.control-group.error .radio,
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  color: #b94a48;
}

/* line 1876, app/assets/stylesheets/steps.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 1885, app/assets/stylesheets/steps.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 1894, app/assets/stylesheets/steps.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 1901, app/assets/stylesheets/steps.css.scss */
.control-group.success .control-label,
.control-group.success .help-block,
.control-group.success .help-inline {
  color: #468847;
}

/* line 1907, app/assets/stylesheets/steps.css.scss */
.control-group.success .checkbox,
.control-group.success .radio,
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
  color: #468847;
}

/* line 1915, app/assets/stylesheets/steps.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 1924, app/assets/stylesheets/steps.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 1933, app/assets/stylesheets/steps.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 1940, app/assets/stylesheets/steps.css.scss */
.control-group.info .control-label,
.control-group.info .help-block,
.control-group.info .help-inline {
  color: #3a87ad;
}

/* line 1946, app/assets/stylesheets/steps.css.scss */
.control-group.info .checkbox,
.control-group.info .radio,
.control-group.info input,
.control-group.info select,
.control-group.info textarea {
  color: #3a87ad;
}

/* line 1954, app/assets/stylesheets/steps.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 1963, app/assets/stylesheets/steps.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 1972, app/assets/stylesheets/steps.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 1979, app/assets/stylesheets/steps.css.scss */
input:focus:invalid,
textarea:focus:invalid,
select:focus:invalid {
  color: #b94a48;
  border-color: #ee5f5b;
}

/* line 1986, app/assets/stylesheets/steps.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 1995, app/assets/stylesheets/steps.css.scss */
.form-actions {
  padding: 19px 20px 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-top: 1px solid #e5e5e5;
  *zoom: 1;
}

/* line 2004, app/assets/stylesheets/steps.css.scss */
.form-actions:before,
.form-actions:after {
  display: table;
  content: "";
  line-height: 0;
}

/* line 2011, app/assets/stylesheets/steps.css.scss */
.form-actions:after {
  clear: both;
}

/* line 2015, app/assets/stylesheets/steps.css.scss */
.help-block,
.help-inline {
  color: #595959;
}

/* line 2020, app/assets/stylesheets/steps.css.scss */
.help-block {
  display: block;
  margin-bottom: 10px;
}

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

/* line 2033, app/assets/stylesheets/steps.css.scss */
.input-append,
.input-prepend {
  display: inline-block;
  margin-bottom: 10px;
  vertical-align: middle;
  font-size: 0;
  white-space: nowrap;
}

/* line 2042, app/assets/stylesheets/steps.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,
.input-append .popover,
.input-prepend .popover {
  font-size: 14px;
}

/* line 2055, app/assets/stylesheets/steps.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 2070, app/assets/stylesheets/steps.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 2079, app/assets/stylesheets/steps.css.scss */
.input-append .add-on,
.input-prepend .add-on {
  display: inline-block;
  width: auto;
  height: 20px;
  min-width: 16px;
  padding: 4px 5px;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  text-align: center;
  text-shadow: 0 1px 0 #fff;
  background-color: #eee;
  border: 1px solid #ccc;
}

/* line 2095, app/assets/stylesheets/steps.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 2107, app/assets/stylesheets/steps.css.scss */
.input-append .active,
.input-prepend .active {
  background-color: #a9dba9;
  border-color: #46a546;
}

/* line 2113, app/assets/stylesheets/steps.css.scss */
.input-prepend .add-on,
.input-prepend .btn {
  margin-right: -1px;
}

/* line 2118, app/assets/stylesheets/steps.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 2125, app/assets/stylesheets/steps.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 2133, app/assets/stylesheets/steps.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 2141, app/assets/stylesheets/steps.css.scss */
.input-append .add-on,
.input-append .btn,
.input-append .btn-group {
  margin-left: -1px;
}

/* line 2147, app/assets/stylesheets/steps.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 2155, app/assets/stylesheets/steps.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 2163, app/assets/stylesheets/steps.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 2171, app/assets/stylesheets/steps.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 2179, app/assets/stylesheets/steps.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 2187, app/assets/stylesheets/steps.css.scss */
.input-prepend.input-append .btn-group:first-child {
  margin-left: 0;
}

/* line 2191, app/assets/stylesheets/steps.css.scss */
input.search-query {
  padding-right: 14px;
  padding-right: 4px \9;
  padding-left: 14px;
  padding-left: 4px \9;
  margin-bottom: 0;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}

/* line 2202, app/assets/stylesheets/steps.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 2209, app/assets/stylesheets/steps.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 2215, app/assets/stylesheets/steps.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 2221, app/assets/stylesheets/steps.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 2227, app/assets/stylesheets/steps.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 2233, app/assets/stylesheets/steps.css.scss */
.form-search input,
.form-inline input,
.form-horizontal input,
.form-search textarea,
.form-inline textarea,
.form-horizontal textarea,
.form-search select,
.form-inline select,
.form-horizontal select,
.form-search .help-inline,
.form-inline .help-inline,
.form-horizontal .help-inline,
.form-search .uneditable-input,
.form-inline .uneditable-input,
.form-horizontal .uneditable-input,
.form-search .input-prepend,
.form-inline .input-prepend,
.form-horizontal .input-prepend,
.form-search .input-append,
.form-inline .input-append,
.form-horizontal .input-append {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-bottom: 0;
  vertical-align: middle;
}

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

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

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

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

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

/* line 2299, app/assets/stylesheets/steps.css.scss */
.control-group {
  margin-bottom: 10px;
}

/* line 2303, app/assets/stylesheets/steps.css.scss */
legend + .control-group {
  margin-top: 20px;
  -webkit-margin-top-collapse: separate;
}

/* line 2308, app/assets/stylesheets/steps.css.scss */
.form-horizontal .control-group {
  margin-bottom: 20px;
  *zoom: 1;
}

/* line 2313, app/assets/stylesheets/steps.css.scss */
.form-horizontal .control-group:before,
.form-horizontal .control-group:after {
  display: table;
  content: "";
  line-height: 0;
}

/* line 2320, app/assets/stylesheets/steps.css.scss */
.form-horizontal .control-group:after {
  clear: both;
}

/* line 2324, app/assets/stylesheets/steps.css.scss */
.form-horizontal .control-label {
  float: left;
  width: 160px;
  padding-top: 5px;
  text-align: right;
}

/* line 2331, app/assets/stylesheets/steps.css.scss */
.form-horizontal .controls {
  *display: inline-block;
  *padding-left: 20px;
  margin-left: 180px;
  *margin-left: 0;
}

/* line 2338, app/assets/stylesheets/steps.css.scss */
.form-horizontal .controls:first-child {
  *padding-left: 180px;
}

/* line 2342, app/assets/stylesheets/steps.css.scss */
.form-horizontal .help-block {
  margin-bottom: 0;
}

/* line 2346, app/assets/stylesheets/steps.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: 10px;
}

/* line 2355, app/assets/stylesheets/steps.css.scss */
.form-horizontal .form-actions {
  padding-left: 180px;
}

/* line 2359, app/assets/stylesheets/steps.css.scss */
.btn {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 4px 12px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #fff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #fff, #e6e6e6);
  background-image: -o-linear-gradient(top, #fff, #e6e6e6);
  background-image: linear-gradient(to bottom, #fff, #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;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  border: 1px solid #ccc;
  *border: 0;
  border-bottom-color: #b3b3b3;
  -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 2396, app/assets/stylesheets/steps.css.scss */
.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  color: #333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}

/* line 2407, app/assets/stylesheets/steps.css.scss */
.btn:active,
.btn.active {
  background-color: #ccc \9;
}

/* line 2412, app/assets/stylesheets/steps.css.scss */
.btn:first-child {
  *margin-left: 0;
}

/* line 2416, app/assets/stylesheets/steps.css.scss */
.btn:hover,
.btn:focus {
  color: #333;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position .1s linear;
  -moz-transition: background-position .1s linear;
  -o-transition: background-position .1s linear;
  transition: background-position .1s linear;
}

/* line 2427, app/assets/stylesheets/steps.css.scss */
.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 2433, app/assets/stylesheets/steps.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 2442, app/assets/stylesheets/steps.css.scss */
.btn.disabled,
.btn[disabled] {
  cursor: default;
  background-image: none;
  opacity: .65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

/* line 2453, app/assets/stylesheets/steps.css.scss */
.btn-large {
  padding: 11px 19px;
  font-size: 17.5px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

/* line 2461, app/assets/stylesheets/steps.css.scss */
.btn-large [class^="icon-"],
.btn-large [class*=" icon-"] {
  margin-top: 4px;
}

/* line 2466, app/assets/stylesheets/steps.css.scss */
.btn-small {
  padding: 2px 10px;
  font-size: 11.9px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

/* line 2474, app/assets/stylesheets/steps.css.scss */
.btn-small [class^="icon-"],
.btn-small [class*=" icon-"] {
  margin-top: 0;
}

/* line 2479, app/assets/stylesheets/steps.css.scss */
.btn-mini [class^="icon-"],
.btn-mini [class*=" icon-"] {
  margin-top: -1px;
}

/* line 2484, app/assets/stylesheets/steps.css.scss */
.btn-mini {
  padding: 0 6px;
  font-size: 10.5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

/* line 2492, app/assets/stylesheets/steps.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 2502, app/assets/stylesheets/steps.css.scss */
.btn-block + .btn-block {
  margin-top: 5px;
}

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

/* line 2512, app/assets/stylesheets/steps.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 2521, app/assets/stylesheets/steps.css.scss */
.btn-primary {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #006dcc;
  background-image: -moz-linear-gradient(top, #08c, #04c);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#04c));
  background-image: -webkit-linear-gradient(top, #08c, #04c);
  background-image: -o-linear-gradient(top, #08c, #04c);
  background-image: linear-gradient(to bottom, #08c, #04c);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
  border-color: #04c #04c #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #04c;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

/* line 2538, app/assets/stylesheets/steps.css.scss */
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  color: #fff;
  background-color: #04c;
  *background-color: #003bb3;
}

/* line 2549, app/assets/stylesheets/steps.css.scss */
.btn-primary:active,
.btn-primary.active {
  background-color: #039 \9;
}

/* line 2554, app/assets/stylesheets/steps.css.scss */
.btn-warning {
  color: #fff;
  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;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

/* line 2571, app/assets/stylesheets/steps.css.scss */
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
  color: #fff;
  background-color: #f89406;
  *background-color: #df8505;
}

/* line 2582, app/assets/stylesheets/steps.css.scss */
.btn-warning:active,
.btn-warning.active {
  background-color: #c67605 \9;
}

/* line 2587, app/assets/stylesheets/steps.css.scss */
.btn-danger {
  color: #fff;
  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;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

/* line 2604, app/assets/stylesheets/steps.css.scss */
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
  color: #fff;
  background-color: #bd362f;
  *background-color: #a9302a;
}

/* line 2615, app/assets/stylesheets/steps.css.scss */
.btn-danger:active,
.btn-danger.active {
  background-color: #942a25 \9;
}

/* line 2620, app/assets/stylesheets/steps.css.scss */
.btn-success {
  color: #fff;
  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;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

/* line 2637, app/assets/stylesheets/steps.css.scss */
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
  color: #fff;
  background-color: #51a351;
  *background-color: #499249;
}

/* line 2648, app/assets/stylesheets/steps.css.scss */
.btn-success:active,
.btn-success.active {
  background-color: #408140 \9;
}

/* line 2653, app/assets/stylesheets/steps.css.scss */
.btn-info {
  color: #fff;
  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;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

/* line 2670, app/assets/stylesheets/steps.css.scss */
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  color: #fff;
  background-color: #2f96b4;
  *background-color: #2a85a0;
}

/* line 2681, app/assets/stylesheets/steps.css.scss */
.btn-info:active,
.btn-info.active {
  background-color: #24748c \9;
}

/* line 2686, app/assets/stylesheets/steps.css.scss */
.btn-inverse {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #363636;
  background-image: -moz-linear-gradient(top, #444, #222);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444), to(#222));
  background-image: -webkit-linear-gradient(top, #444, #222);
  background-image: -o-linear-gradient(top, #444, #222);
  background-image: linear-gradient(to bottom, #444, #222);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff222222', GradientType=0);
  border-color: #222 #222 #000;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #222;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

/* line 2703, app/assets/stylesheets/steps.css.scss */
.btn-inverse:hover,
.btn-inverse:focus,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
  color: #fff;
  background-color: #222;
  *background-color: #151515;
}

/* line 2714, app/assets/stylesheets/steps.css.scss */
.btn-inverse:active,
.btn-inverse.active {
  background-color: #080808 \9;
}

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

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

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

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

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

/* line 2749, app/assets/stylesheets/steps.css.scss */
.btn-link,
.btn-link:active,
.btn-link[disabled] {
  background-color: transparent;
  background-image: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

/* line 2759, app/assets/stylesheets/steps.css.scss */
.btn-link {
  border-color: transparent;
  cursor: pointer;
  color: #08c;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

/* line 2768, app/assets/stylesheets/steps.css.scss */
.btn-link:hover,
.btn-link:focus {
  color: #005580;
  text-decoration: underline;
  background-color: transparent;
}

/* line 2775, app/assets/stylesheets/steps.css.scss */
.btn-link[disabled]:hover,
.btn-link[disabled]:focus {
  color: #333;
  text-decoration: none;
}

/* line 2781, app/assets/stylesheets/steps.css.scss */
[class^="icon-"],
[class*=" icon-"] {
  display: inline-block;
  width: 14px;
  height: 14px;
  *margin-right: .3em;
  line-height: 14px;
  vertical-align: text-top;
  background-image: url(/images/glyphicons-halflings.png);
  background-position: 14px 14px;
  background-repeat: no-repeat;
  margin-top: 1px;
}

/* line 2795, app/assets/stylesheets/steps.css.scss */
.icon-white,
.nav-pills > .active > a > [class^="icon-"],
.nav-pills > .active > a > [class*=" icon-"],
.nav-list > .active > a > [class^="icon-"],
.nav-list > .active > a > [class*=" icon-"],
.navbar-inverse .nav > .active > a > [class^="icon-"],
.navbar-inverse .nav > .active > a > [class*=" icon-"],
.dropdown-menu > li > a:hover > [class^="icon-"],
.dropdown-menu > li > a:focus > [class^="icon-"],
.dropdown-menu > li > a:hover > [class*=" icon-"],
.dropdown-menu > li > a:focus > [class*=" icon-"],
.dropdown-menu > .active > a > [class^="icon-"],
.dropdown-menu > .active > a > [class*=" icon-"],
.dropdown-submenu:hover > a > [class^="icon-"],
.dropdown-submenu:focus > a > [class^="icon-"],
.dropdown-submenu:hover > a > [class*=" icon-"],
.dropdown-submenu:focus > a > [class*=" icon-"] {
  background-image: url(/images/glyphicons-halflings-white.png);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 3280, app/assets/stylesheets/steps.css.scss */
.icon-folder-close {
  background-position: -384px -120px;
  width: 16px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 3378, app/assets/stylesheets/steps.css.scss */
.btn-group {
  position: relative;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 0;
  vertical-align: middle;
  white-space: nowrap;
  *margin-left: .3em;
}

/* line 3389, app/assets/stylesheets/steps.css.scss */
.btn-group:first-child {
  *margin-left: 0;
}

/* line 3393, app/assets/stylesheets/steps.css.scss */
.btn-group + .btn-group {
  margin-left: 5px;
}

/* line 3397, app/assets/stylesheets/steps.css.scss */
.btn-toolbar {
  font-size: 0;
  margin-top: 10px;
  margin-bottom: 10px;
}

/* line 3403, app/assets/stylesheets/steps.css.scss */
.btn-toolbar > .btn + .btn,
.btn-toolbar > .btn-group + .btn,
.btn-toolbar > .btn + .btn-group {
  margin-left: 5px;
}

/* line 3409, app/assets/stylesheets/steps.css.scss */
.btn-group > .btn {
  position: relative;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

/* line 3416, app/assets/stylesheets/steps.css.scss */
.btn-group > .btn + .btn {
  margin-left: -1px;
}

/* line 3420, app/assets/stylesheets/steps.css.scss */
.btn-group > .btn,
.btn-group > .dropdown-menu,
.btn-group > .popover {
  font-size: 14px;
}

/* line 3426, app/assets/stylesheets/steps.css.scss */
.btn-group > .btn-mini {
  font-size: 10.5px;
}

/* line 3430, app/assets/stylesheets/steps.css.scss */
.btn-group > .btn-small {
  font-size: 11.9px;
}

/* line 3434, app/assets/stylesheets/steps.css.scss */
.btn-group > .btn-large {
  font-size: 17.5px;
}

/* line 3438, app/assets/stylesheets/steps.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 3448, app/assets/stylesheets/steps.css.scss */
.btn-group > .btn:last-child,
.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 3458, app/assets/stylesheets/steps.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 3468, app/assets/stylesheets/steps.css.scss */
.btn-group > .btn.large:last-child,
.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 3478, app/assets/stylesheets/steps.css.scss */
.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active {
  z-index: 2;
}

/* line 3485, app/assets/stylesheets/steps.css.scss */
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

/* line 3490, app/assets/stylesheets/steps.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 3500, app/assets/stylesheets/steps.css.scss */
.btn-group > .btn-mini + .dropdown-toggle {
  padding-left: 5px;
  padding-right: 5px;
  *padding-top: 2px;
  *padding-bottom: 2px;
}

/* line 3507, app/assets/stylesheets/steps.css.scss */
.btn-group > .btn-small + .dropdown-toggle {
  *padding-top: 5px;
  *padding-bottom: 4px;
}

/* line 3512, app/assets/stylesheets/steps.css.scss */
.btn-group > .btn-large + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
  *padding-top: 7px;
  *padding-bottom: 7px;
}

/* line 3519, app/assets/stylesheets/steps.css.scss */
.btn-group.open .dropdown-toggle {
  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 3526, app/assets/stylesheets/steps.css.scss */
.btn-group.open .btn.dropdown-toggle {
  background-color: #e6e6e6;
}

/* line 3530, app/assets/stylesheets/steps.css.scss */
.btn-group.open .btn-primary.dropdown-toggle {
  background-color: #04c;
}

/* line 3534, app/assets/stylesheets/steps.css.scss */
.btn-group.open .btn-warning.dropdown-toggle {
  background-color: #f89406;
}

/* line 3538, app/assets/stylesheets/steps.css.scss */
.btn-group.open .btn-danger.dropdown-toggle {
  background-color: #bd362f;
}

/* line 3542, app/assets/stylesheets/steps.css.scss */
.btn-group.open .btn-success.dropdown-toggle {
  background-color: #51a351;
}

/* line 3546, app/assets/stylesheets/steps.css.scss */
.btn-group.open .btn-info.dropdown-toggle {
  background-color: #2f96b4;
}

/* line 3550, app/assets/stylesheets/steps.css.scss */
.btn-group.open .btn-inverse.dropdown-toggle {
  background-color: #222;
}

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

/* line 3559, app/assets/stylesheets/steps.css.scss */
.btn-large .caret {
  margin-top: 6px;
}

/* line 3563, app/assets/stylesheets/steps.css.scss */
.btn-large .caret {
  border-left-width: 5px;
  border-right-width: 5px;
  border-top-width: 5px;
}

/* line 3569, app/assets/stylesheets/steps.css.scss */
.btn-mini .caret,
.btn-small .caret {
  margin-top: 8px;
}

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

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

/* line 3588, app/assets/stylesheets/steps.css.scss */
.btn-group-vertical {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/* line 3594, app/assets/stylesheets/steps.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 3603, app/assets/stylesheets/steps.css.scss */
.btn-group-vertical > .btn + .btn {
  margin-left: 0;
  margin-top: -1px;
}

/* line 3608, app/assets/stylesheets/steps.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 3614, app/assets/stylesheets/steps.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 3620, app/assets/stylesheets/steps.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 3626, app/assets/stylesheets/steps.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 3632, app/assets/stylesheets/steps.css.scss */
.nav {
  margin-left: 0;
  margin-bottom: 20px;
  list-style: none;
}

/* line 3638, app/assets/stylesheets/steps.css.scss */
.nav > li > a {
  display: block;
}

/* line 3642, app/assets/stylesheets/steps.css.scss */
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eee;
}

/* line 3648, app/assets/stylesheets/steps.css.scss */
.nav > li > a > img {
  max-width: none;
}

/* line 3652, app/assets/stylesheets/steps.css.scss */
.nav > .pull-right {
  float: right;
}

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

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

/* line 3671, app/assets/stylesheets/steps.css.scss */
.nav-list {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 0;
}

/* line 3677, app/assets/stylesheets/steps.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 3684, app/assets/stylesheets/steps.css.scss */
.nav-list > li > a {
  padding: 3px 15px;
}

/* line 3688, app/assets/stylesheets/steps.css.scss */
.nav-list > .active > a,
.nav-list > .active > a:hover,
.nav-list > .active > a:focus {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  background-color: #08c;
}

/* line 3696, app/assets/stylesheets/steps.css.scss */
.nav-list [class^="icon-"],
.nav-list [class*=" icon-"] {
  margin-right: 2px;
}

/* line 3701, app/assets/stylesheets/steps.css.scss */
.nav-list .divider {
  *width: 100%;
  height: 1px;
  margin: 9px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #fff;
}

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

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

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

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

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

/* line 3743, app/assets/stylesheets/steps.css.scss */
.nav-tabs {
  border-bottom: 1px solid #ddd;
}

/* line 3747, app/assets/stylesheets/steps.css.scss */
.nav-tabs > li {
  margin-bottom: -1px;
}

/* line 3751, app/assets/stylesheets/steps.css.scss */
.nav-tabs > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: 20px;
  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 3761, app/assets/stylesheets/steps.css.scss */
.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
  border-color: #eee #eee #ddd;
}

/* line 3766, app/assets/stylesheets/steps.css.scss */
.nav-tabs > .active > a,
.nav-tabs > .active > a:hover,
.nav-tabs > .active > a:focus {
  color: #555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}

/* line 3776, app/assets/stylesheets/steps.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 3786, app/assets/stylesheets/steps.css.scss */
.nav-pills > .active > a,
.nav-pills > .active > a:hover,
.nav-pills > .active > a:focus {
  color: #fff;
  background-color: #08c;
}

/* line 3793, app/assets/stylesheets/steps.css.scss */
.nav-stacked > li {
  float: none;
}

/* line 3797, app/assets/stylesheets/steps.css.scss */
.nav-stacked > li > a {
  margin-right: 0;
}

/* line 3801, app/assets/stylesheets/steps.css.scss */
.nav-tabs.nav-stacked {
  border-bottom: 0;
}

/* line 3805, app/assets/stylesheets/steps.css.scss */
.nav-tabs.nav-stacked > li > a {
  border: 1px solid #ddd;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

/* line 3812, app/assets/stylesheets/steps.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 3821, app/assets/stylesheets/steps.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 3830, app/assets/stylesheets/steps.css.scss */
.nav-tabs.nav-stacked > li > a:hover,
.nav-tabs.nav-stacked > li > a:focus {
  border-color: #ddd;
  z-index: 2;
}

/* line 3836, app/assets/stylesheets/steps.css.scss */
.nav-pills.nav-stacked > li > a {
  margin-bottom: 3px;
}

/* line 3840, app/assets/stylesheets/steps.css.scss */
.nav-pills.nav-stacked > li:last-child > a {
  margin-bottom: 1px;
}

/* line 3844, app/assets/stylesheets/steps.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 3850, app/assets/stylesheets/steps.css.scss */
.nav-pills .dropdown-menu {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

/* line 3856, app/assets/stylesheets/steps.css.scss */
.nav .dropdown-toggle .caret {
  border-top-color: #08c;
  border-bottom-color: #08c;
  margin-top: 6px;
}

/* line 3862, app/assets/stylesheets/steps.css.scss */
.nav .dropdown-toggle:hover .caret,
.nav .dropdown-toggle:focus .caret {
  border-top-color: #005580;
  border-bottom-color: #005580;
}

/* line 3868, app/assets/stylesheets/steps.css.scss */
.nav-tabs .dropdown-toggle .caret {
  margin-top: 8px;
}

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

/* line 3877, app/assets/stylesheets/steps.css.scss */
.nav-tabs .active .dropdown-toggle .caret {
  border-top-color: #555;
  border-bottom-color: #555;
}

/* line 3882, app/assets/stylesheets/steps.css.scss */
.nav > .dropdown.active > a:hover,
.nav > .dropdown.active > a:focus {
  cursor: pointer;
}

/* line 3887, app/assets/stylesheets/steps.css.scss */
.nav-tabs .open .dropdown-toggle,
.nav-pills .open .dropdown-toggle,
.nav > li.dropdown.open.active > a:hover,
.nav > li.dropdown.open.active > a:focus {
  color: #fff;
  background-color: #999;
  border-color: #999;
}

/* line 3896, app/assets/stylesheets/steps.css.scss */
.nav li.dropdown.open .caret,
.nav li.dropdown.open.active .caret,
.nav li.dropdown.open a:hover .caret,
.nav li.dropdown.open a:focus .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
  opacity: 1;
  filter: alpha(opacity=100);
}

/* line 3906, app/assets/stylesheets/steps.css.scss */
.tabs-stacked .open > a:hover,
.tabs-stacked .open > a:focus {
  border-color: #999;
}

/* line 3911, app/assets/stylesheets/steps.css.scss */
.tabbable {
  *zoom: 1;
}

/* line 3915, app/assets/stylesheets/steps.css.scss */
.tabbable:before,
.tabbable:after {
  display: table;
  content: "";
  line-height: 0;
}

/* line 3922, app/assets/stylesheets/steps.css.scss */
.tabbable:after {
  clear: both;
}

/* line 3926, app/assets/stylesheets/steps.css.scss */
.tab-content {
  overflow: auto;
}

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

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

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

/* line 3946, app/assets/stylesheets/steps.css.scss */
.tabs-below > .nav-tabs {
  border-top: 1px solid #ddd;
}

/* line 3950, app/assets/stylesheets/steps.css.scss */
.tabs-below > .nav-tabs > li {
  margin-top: -1px;
  margin-bottom: 0;
}

/* line 3955, app/assets/stylesheets/steps.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 3961, app/assets/stylesheets/steps.css.scss */
.tabs-below > .nav-tabs > li > a:hover,
.tabs-below > .nav-tabs > li > a:focus {
  border-bottom-color: transparent;
  border-top-color: #ddd;
}

/* line 3967, app/assets/stylesheets/steps.css.scss */
.tabs-below > .nav-tabs > .active > a,
.tabs-below > .nav-tabs > .active > a:hover,
.tabs-below > .nav-tabs > .active > a:focus {
  border-color: transparent #ddd #ddd #ddd;
}

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

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

/* line 3985, app/assets/stylesheets/steps.css.scss */
.tabs-left > .nav-tabs {
  float: left;
  margin-right: 19px;
  border-right: 1px solid #ddd;
}

/* line 3991, app/assets/stylesheets/steps.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 3998, app/assets/stylesheets/steps.css.scss */
.tabs-left > .nav-tabs > li > a:hover,
.tabs-left > .nav-tabs > li > a:focus {
  border-color: #eee #ddd #eee #eee;
}

/* line 4003, app/assets/stylesheets/steps.css.scss */
.tabs-left > .nav-tabs .active > a,
.tabs-left > .nav-tabs .active > a:hover,
.tabs-left > .nav-tabs .active > a:focus {
  border-color: #ddd transparent #ddd #ddd;
  *border-right-color: #fff;
}

/* line 4010, app/assets/stylesheets/steps.css.scss */
.tabs-right > .nav-tabs {
  float: right;
  margin-left: 19px;
  border-left: 1px solid #ddd;
}

/* line 4016, app/assets/stylesheets/steps.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 4023, app/assets/stylesheets/steps.css.scss */
.tabs-right > .nav-tabs > li > a:hover,
.tabs-right > .nav-tabs > li > a:focus {
  border-color: #eee #eee #eee #ddd;
}

/* line 4028, app/assets/stylesheets/steps.css.scss */
.tabs-right > .nav-tabs .active > a,
.tabs-right > .nav-tabs .active > a:hover,
.tabs-right > .nav-tabs .active > a:focus {
  border-color: #ddd #ddd #ddd transparent;
  *border-left-color: #fff;
}

/* line 4035, app/assets/stylesheets/steps.css.scss */
.nav > .disabled > a {
  color: #999;
}

/* line 4039, app/assets/stylesheets/steps.css.scss */
.nav > .disabled > a:hover,
.nav > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  cursor: default;
}

/* line 4046, app/assets/stylesheets/steps.css.scss */
.navbar {
  overflow: visible;
  margin-bottom: 20px;
  *position: relative;
  *z-index: 2;
}

/* line 4053, app/assets/stylesheets/steps.css.scss */
.navbar-inner {
  min-height: 40px;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #fafafa;
  background-image: -moz-linear-gradient(top, #fff, #f2f2f2);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#f2f2f2));
  background-image: -webkit-linear-gradient(top, #fff, #f2f2f2);
  background-image: -o-linear-gradient(top, #fff, #f2f2f2);
  background-image: linear-gradient(to bottom, #fff, #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 4075, app/assets/stylesheets/steps.css.scss */
.navbar-inner:before,
.navbar-inner:after {
  display: table;
  content: "";
  line-height: 0;
}

/* line 4082, app/assets/stylesheets/steps.css.scss */
.navbar-inner:after {
  clear: both;
}

/* line 4086, app/assets/stylesheets/steps.css.scss */
.navbar .container {
  width: auto;
}

/* line 4090, app/assets/stylesheets/steps.css.scss */
.nav-collapse.collapse {
  height: auto;
  overflow: visible;
}

/* line 4095, app/assets/stylesheets/steps.css.scss */
.navbar .brand {
  float: left;
  display: block;
  padding: 10px 20px 10px;
  margin-left: -20px;
  font-size: 20px;
  font-weight: 200;
  color: #777;
  text-shadow: 0 1px 0 #fff;
}

/* line 4106, app/assets/stylesheets/steps.css.scss */
.navbar .brand:hover,
.navbar .brand:focus {
  text-decoration: none;
}

/* line 4111, app/assets/stylesheets/steps.css.scss */
.navbar-text {
  margin-bottom: 0;
  line-height: 40px;
  color: #777;
}

/* line 4117, app/assets/stylesheets/steps.css.scss */
.navbar-link {
  color: #777;
}

/* line 4121, app/assets/stylesheets/steps.css.scss */
.navbar-link:hover,
.navbar-link:focus {
  color: #333;
}

/* line 4126, app/assets/stylesheets/steps.css.scss */
.navbar .divider-vertical {
  height: 40px;
  margin: 0 9px;
  border-left: 1px solid #f2f2f2;
  border-right: 1px solid #fff;
}

/* line 4133, app/assets/stylesheets/steps.css.scss */
.navbar .btn,
.navbar .btn-group {
  margin-top: 5px;
}

/* line 4138, app/assets/stylesheets/steps.css.scss */
.navbar .btn-group .btn,
.navbar .input-prepend .btn,
.navbar .input-append .btn,
.navbar .input-prepend .btn-group,
.navbar .input-append .btn-group {
  margin-top: 0;
}

/* line 4146, app/assets/stylesheets/steps.css.scss */
.navbar-form {
  margin-bottom: 0;
  *zoom: 1;
}

/* line 4151, app/assets/stylesheets/steps.css.scss */
.navbar-form:before,
.navbar-form:after {
  display: table;
  content: "";
  line-height: 0;
}

/* line 4158, app/assets/stylesheets/steps.css.scss */
.navbar-form:after {
  clear: both;
}

/* line 4162, app/assets/stylesheets/steps.css.scss */
.navbar-form input,
.navbar-form select,
.navbar-form .radio,
.navbar-form .checkbox {
  margin-top: 5px;
}

/* line 4169, app/assets/stylesheets/steps.css.scss */
.navbar-form input,
.navbar-form select,
.navbar-form .btn {
  display: inline-block;
  margin-bottom: 0;
}

/* line 4176, app/assets/stylesheets/steps.css.scss */
.navbar-form input[type="image"],
.navbar-form input[type="checkbox"],
.navbar-form input[type="radio"] {
  margin-top: 3px;
}

/* line 4182, app/assets/stylesheets/steps.css.scss */
.navbar-form .input-append,
.navbar-form .input-prepend {
  margin-top: 5px;
  white-space: nowrap;
}

/* line 4188, app/assets/stylesheets/steps.css.scss */
.navbar-form .input-append input,
.navbar-form .input-prepend input {
  margin-top: 0;
}

/* line 4193, app/assets/stylesheets/steps.css.scss */
.navbar-search {
  position: relative;
  float: left;
  margin-top: 5px;
  margin-bottom: 0;
}

/* line 4200, app/assets/stylesheets/steps.css.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 4212, app/assets/stylesheets/steps.css.scss */
.navbar-static-top {
  position: static;
  margin-bottom: 0;
}

/* line 4217, app/assets/stylesheets/steps.css.scss */
.navbar-static-top .navbar-inner {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

/* line 4223, app/assets/stylesheets/steps.css.scss */
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
  margin-bottom: 0;
}

/* line 4232, app/assets/stylesheets/steps.css.scss */
.navbar-fixed-top .navbar-inner,
.navbar-static-top .navbar-inner {
  border-width: 0 0 1px;
}

/* line 4237, app/assets/stylesheets/steps.css.scss */
.navbar-fixed-bottom .navbar-inner {
  border-width: 1px 0 0;
}

/* line 4241, app/assets/stylesheets/steps.css.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 4250, app/assets/stylesheets/steps.css.scss */
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
  width: 940px;
}

/* line 4256, app/assets/stylesheets/steps.css.scss */
.navbar-fixed-top {
  top: 0;
}

/* line 4260, app/assets/stylesheets/steps.css.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 4267, app/assets/stylesheets/steps.css.scss */
.navbar-fixed-bottom {
  bottom: 0;
}

/* line 4271, app/assets/stylesheets/steps.css.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 4277, app/assets/stylesheets/steps.css.scss */
.navbar .nav {
  position: relative;
  left: 0;
  display: block;
  float: left;
  margin: 0 10px 0 0;
}

/* line 4285, app/assets/stylesheets/steps.css.scss */
.navbar .nav.pull-right {
  float: right;
  margin-right: 0;
}

/* line 4290, app/assets/stylesheets/steps.css.scss */
.navbar .nav > li {
  float: left;
}

/* line 4294, app/assets/stylesheets/steps.css.scss */
.navbar .nav > li > a {
  float: none;
  padding: 10px 15px 10px;
  color: #777;
  text-decoration: none;
  text-shadow: 0 1px 0 #fff;
}

/* line 4302, app/assets/stylesheets/steps.css.scss */
.navbar .nav .dropdown-toggle .caret {
  margin-top: 8px;
}

/* line 4306, app/assets/stylesheets/steps.css.scss */
.navbar .nav > li > a:focus,
.navbar .nav > li > a:hover {
  background-color: transparent;
  color: #333;
  text-decoration: none;
}

/* line 4313, app/assets/stylesheets/steps.css.scss */
.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus {
  color: #555;
  text-decoration: none;
  background-color: #e5e5e5;
  -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 4324, app/assets/stylesheets/steps.css.scss */
.navbar .btn-navbar {
  display: none;
  float: right;
  padding: 7px 10px;
  margin-left: 5px;
  margin-right: 5px;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #ededed;
  background-image: -moz-linear-gradient(top, #f2f2f2, #e5e5e5);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f2f2f2), to(#e5e5e5));
  background-image: -webkit-linear-gradient(top, #f2f2f2, #e5e5e5);
  background-image: -o-linear-gradient(top, #f2f2f2, #e5e5e5);
  background-image: linear-gradient(to bottom, #f2f2f2, #e5e5e5);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2f2f2', endColorstr='#ffe5e5e5', GradientType=0);
  border-color: #e5e5e5 #e5e5e5 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #e5e5e5;
  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 4349, app/assets/stylesheets/steps.css.scss */
.navbar .btn-navbar:hover,
.navbar .btn-navbar:focus,
.navbar .btn-navbar:active,
.navbar .btn-navbar.active,
.navbar .btn-navbar.disabled,
.navbar .btn-navbar[disabled] {
  color: #fff;
  background-color: #e5e5e5;
  *background-color: #d9d9d9;
}

/* line 4360, app/assets/stylesheets/steps.css.scss */
.navbar .btn-navbar:active,
.navbar .btn-navbar.active {
  background-color: #ccc \9;
}

/* line 4365, app/assets/stylesheets/steps.css.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 4378, app/assets/stylesheets/steps.css.scss */
.btn-navbar .icon-bar + .icon-bar {
  margin-top: 3px;
}

/* line 4382, app/assets/stylesheets/steps.css.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 4394, app/assets/stylesheets/steps.css.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 #fff;
  position: absolute;
  top: -6px;
  left: 10px;
}

/* line 4405, app/assets/stylesheets/steps.css.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 4413, app/assets/stylesheets/steps.css.scss */
.navbar-fixed-bottom .nav > li > .dropdown-menu:after {
  border-top: 6px solid #fff;
  border-bottom: 0;
  bottom: -6px;
  top: auto;
}

/* line 4420, app/assets/stylesheets/steps.css.scss */
.navbar .nav li.dropdown > a:hover .caret,
.navbar .nav li.dropdown > a:focus .caret {
  border-top-color: #333;
  border-bottom-color: #333;
}

/* line 4426, app/assets/stylesheets/steps.css.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: #e5e5e5;
  color: #555;
}

/* line 4433, app/assets/stylesheets/steps.css.scss */
.navbar .nav li.dropdown > .dropdown-toggle .caret {
  border-top-color: #777;
  border-bottom-color: #777;
}

/* line 4438, app/assets/stylesheets/steps.css.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: #555;
  border-bottom-color: #555;
}

/* line 4445, app/assets/stylesheets/steps.css.scss */
.navbar .pull-right > li > .dropdown-menu,
.navbar .nav > li > .dropdown-menu.pull-right {
  left: auto;
  right: 0;
}

/* line 4451, app/assets/stylesheets/steps.css.scss */
.navbar .pull-right > li > .dropdown-menu:before,
.navbar .nav > li > .dropdown-menu.pull-right:before {
  left: auto;
  right: 12px;
}

/* line 4457, app/assets/stylesheets/steps.css.scss */
.navbar .pull-right > li > .dropdown-menu:after,
.navbar .nav > li > .dropdown-menu.pull-right:after {
  left: auto;
  right: 13px;
}

/* line 4463, app/assets/stylesheets/steps.css.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 4474, app/assets/stylesheets/steps.css.scss */
.navbar-inverse .navbar-inner {
  background-color: #1b1b1b;
  background-image: -moz-linear-gradient(top, #222, #111);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#222), to(#111));
  background-image: -webkit-linear-gradient(top, #222, #111);
  background-image: -o-linear-gradient(top, #222, #111);
  background-image: linear-gradient(to bottom, #222, #111);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff222222', endColorstr='#ff111111', GradientType=0);
  border-color: #252525;
}

/* line 4486, app/assets/stylesheets/steps.css.scss */
.navbar-inverse .brand,
.navbar-inverse .nav > li > a {
  color: #999;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

/* line 4492, app/assets/stylesheets/steps.css.scss */
.navbar-inverse .brand:hover,
.navbar-inverse .nav > li > a:hover,
.navbar-inverse .brand:focus,
.navbar-inverse .nav > li > a:focus {
  color: #fff;
}

/* line 4499, app/assets/stylesheets/steps.css.scss */
.navbar-inverse .brand {
  color: #999;
}

/* line 4503, app/assets/stylesheets/steps.css.scss */
.navbar-inverse .navbar-text {
  color: #999;
}

/* line 4507, app/assets/stylesheets/steps.css.scss */
.navbar-inverse .nav > li > a:focus,
.navbar-inverse .nav > li > a:hover {
  background-color: transparent;
  color: #fff;
}

/* line 4513, app/assets/stylesheets/steps.css.scss */
.navbar-inverse .nav .active > a,
.navbar-inverse .nav .active > a:hover,
.navbar-inverse .nav .active > a:focus {
  color: #fff;
  background-color: #111;
}

/* line 4520, app/assets/stylesheets/steps.css.scss */
.navbar-inverse .navbar-link {
  color: #999;
}

/* line 4524, app/assets/stylesheets/steps.css.scss */
.navbar-inverse .navbar-link:hover,
.navbar-inverse .navbar-link:focus {
  color: #fff;
}

/* line 4529, app/assets/stylesheets/steps.css.scss */
.navbar-inverse .divider-vertical {
  border-left-color: #111;
  border-right-color: #222;
}

/* line 4534, app/assets/stylesheets/steps.css.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: #111;
  color: #fff;
}

/* line 4541, app/assets/stylesheets/steps.css.scss */
.navbar-inverse .nav li.dropdown > a:hover .caret,
.navbar-inverse .nav li.dropdown > a:focus .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}

/* line 4547, app/assets/stylesheets/steps.css.scss */
.navbar-inverse .nav li.dropdown > .dropdown-toggle .caret {
  border-top-color: #999;
  border-bottom-color: #999;
}

/* line 4552, app/assets/stylesheets/steps.css.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: #fff;
  border-bottom-color: #fff;
}

/* line 4559, app/assets/stylesheets/steps.css.scss */
.navbar-inverse .navbar-search .search-query {
  color: #fff;
  background-color: #515151;
  border-color: #111;
  -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 4572, app/assets/stylesheets/steps.css.scss */
.navbar-inverse .navbar-search .search-query:-moz-placeholder {
  color: #ccc;
}

/* line 4576, app/assets/stylesheets/steps.css.scss */
.navbar-inverse .navbar-search .search-query:-ms-input-placeholder {
  color: #ccc;
}

/* line 4580, app/assets/stylesheets/steps.css.scss */
.navbar-inverse .navbar-search .search-query::-webkit-input-placeholder {
  color: #ccc;
}

/* line 4584, app/assets/stylesheets/steps.css.scss */
.navbar-inverse .navbar-search .search-query:focus,
.navbar-inverse .navbar-search .search-query.focused {
  padding: 5px 15px;
  color: #333;
  text-shadow: 0 1px 0 #fff;
  background-color: #fff;
  border: 0;
  -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 4597, app/assets/stylesheets/steps.css.scss */
.navbar-inverse .btn-navbar {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #0e0e0e;
  background-image: -moz-linear-gradient(top, #151515, #040404);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#151515), to(#040404));
  background-image: -webkit-linear-gradient(top, #151515, #040404);
  background-image: -o-linear-gradient(top, #151515, #040404);
  background-image: linear-gradient(to bottom, #151515, #040404);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff151515', endColorstr='#ff040404', GradientType=0);
  border-color: #040404 #040404 #000;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #040404;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

/* line 4614, app/assets/stylesheets/steps.css.scss */
.navbar-inverse .btn-navbar:hover,
.navbar-inverse .btn-navbar:focus,
.navbar-inverse .btn-navbar:active,
.navbar-inverse .btn-navbar.active,
.navbar-inverse .btn-navbar.disabled,
.navbar-inverse .btn-navbar[disabled] {
  color: #fff;
  background-color: #040404;
  *background-color: #000;
}

/* line 4625, app/assets/stylesheets/steps.css.scss */
.navbar-inverse .btn-navbar:active,
.navbar-inverse .btn-navbar.active {
  background-color: #000 \9;
}

/* line 4630, app/assets/stylesheets/steps.css.scss */
.breadcrumb {
  padding: 8px 15px;
  margin: 0 0 20px;
  list-style: none;
  background-color: #f5f5f5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/* line 4640, app/assets/stylesheets/steps.css.scss */
.breadcrumb > li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  text-shadow: 0 1px 0 #fff;
}

/* line 4647, app/assets/stylesheets/steps.css.scss */
.breadcrumb > li > .divider {
  padding: 0 5px;
  color: #ccc;
}

/* line 4652, app/assets/stylesheets/steps.css.scss */
.breadcrumb > .active {
  color: #999;
}

/* line 4656, app/assets/stylesheets/steps.css.scss */
.pagination {
  margin: 20px 0;
}

/* line 4660, app/assets/stylesheets/steps.css.scss */
.pagination ul {
  display: inline-block;
  *display: inline;
  *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 4674, app/assets/stylesheets/steps.css.scss */
.pagination ul > li {
  display: inline;
}

/* line 4678, app/assets/stylesheets/steps.css.scss */
.pagination ul > li > a,
.pagination ul > li > span {
  float: left;
  padding: 4px 12px;
  line-height: 20px;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
  border-left-width: 0;
}

/* line 4689, app/assets/stylesheets/steps.css.scss */
.pagination ul > li > a:hover,
.pagination ul > li > a:focus,
.pagination ul > .active > a,
.pagination ul > .active > span {
  background-color: #f5f5f5;
}

/* line 4696, app/assets/stylesheets/steps.css.scss */
.pagination ul > .active > a,
.pagination ul > .active > span {
  color: #999;
  cursor: default;
}

/* line 4702, app/assets/stylesheets/steps.css.scss */
.pagination ul > .disabled > span,
.pagination ul > .disabled > a,
.pagination ul > .disabled > a:hover,
.pagination ul > .disabled > a:focus {
  color: #999;
  background-color: transparent;
  cursor: default;
}

/* line 4711, app/assets/stylesheets/steps.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 4722, app/assets/stylesheets/steps.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 4732, app/assets/stylesheets/steps.css.scss */
.pagination-centered {
  text-align: center;
}

/* line 4736, app/assets/stylesheets/steps.css.scss */
.pagination-right {
  text-align: right;
}

/* line 4740, app/assets/stylesheets/steps.css.scss */
.pagination-large ul > li > a,
.pagination-large ul > li > span {
  padding: 11px 19px;
  font-size: 17.5px;
}

/* line 4746, app/assets/stylesheets/steps.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 4756, app/assets/stylesheets/steps.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 4766, app/assets/stylesheets/steps.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 4778, app/assets/stylesheets/steps.css.scss */
.pagination-mini ul > li:last-child > a,
.pagination-small ul > li:last-child > a,
.pagination-mini ul > li:last-child > span,
.pagination-small ul > li:last-child > span {
  -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 4790, app/assets/stylesheets/steps.css.scss */
.pagination-small ul > li > a,
.pagination-small ul > li > span {
  padding: 2px 10px;
  font-size: 11.9px;
}

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

/* line 4802, app/assets/stylesheets/steps.css.scss */
.pager {
  margin: 20px 0;
  list-style: none;
  text-align: center;
  *zoom: 1;
}

/* line 4809, app/assets/stylesheets/steps.css.scss */
.pager:before,
.pager:after {
  display: table;
  content: "";
  line-height: 0;
}

/* line 4816, app/assets/stylesheets/steps.css.scss */
.pager:after {
  clear: both;
}

/* line 4820, app/assets/stylesheets/steps.css.scss */
.pager li {
  display: inline;
}

/* line 4824, app/assets/stylesheets/steps.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 4835, app/assets/stylesheets/steps.css.scss */
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #f5f5f5;
}

/* line 4841, app/assets/stylesheets/steps.css.scss */
.pager .next > a,
.pager .next > span {
  float: right;
}

/* line 4846, app/assets/stylesheets/steps.css.scss */
.pager .previous > a,
.pager .previous > span {
  float: left;
}

/* line 4851, app/assets/stylesheets/steps.css.scss */
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #999;
  background-color: #fff;
  cursor: default;
}

/* line 4860, app/assets/stylesheets/steps.css.scss */
.thumbnails {
  margin-left: -20px;
  list-style: none;
  *zoom: 1;
}

/* line 4866, app/assets/stylesheets/steps.css.scss */
.thumbnails:before,
.thumbnails:after {
  display: table;
  content: "";
  line-height: 0;
}

/* line 4873, app/assets/stylesheets/steps.css.scss */
.thumbnails:after {
  clear: both;
}

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

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

/* line 4887, app/assets/stylesheets/steps.css.scss */
.thumbnail {
  display: block;
  padding: 4px;
  line-height: 20px;
  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 .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

/* line 4904, app/assets/stylesheets/steps.css.scss */
a.thumbnail:hover,
a.thumbnail:focus {
  border-color: #08c;
  -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 4912, app/assets/stylesheets/steps.css.scss */
.thumbnail > img {
  display: block;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

/* line 4919, app/assets/stylesheets/steps.css.scss */
.thumbnail .caption {
  padding: 9px;
  color: #555;
}

/* line 4924, app/assets/stylesheets/steps.css.scss */
.alert {
  padding: 8px 35px 8px 14px;
  margin-bottom: 20px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/* line 4935, app/assets/stylesheets/steps.css.scss */
.alert,
.alert h4 {
  color: #c09853;
}

/* line 4940, app/assets/stylesheets/steps.css.scss */
.alert h4 {
  margin: 0;
}

/* line 4944, app/assets/stylesheets/steps.css.scss */
.alert .close {
  position: relative;
  top: -2px;
  right: -21px;
  line-height: 20px;
}

/* line 4951, app/assets/stylesheets/steps.css.scss */
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #468847;
}

/* line 4957, app/assets/stylesheets/steps.css.scss */
.alert-success h4 {
  color: #468847;
}

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

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

/* line 4973, app/assets/stylesheets/steps.css.scss */
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #3a87ad;
}

/* line 4979, app/assets/stylesheets/steps.css.scss */
.alert-info h4 {
  color: #3a87ad;
}

/* line 4983, app/assets/stylesheets/steps.css.scss */
.alert-block {
  padding-top: 14px;
  padding-bottom: 14px;
}

/* line 4988, app/assets/stylesheets/steps.css.scss */
.alert-block > p,
.alert-block > ul {
  margin-bottom: 0;
}

/* line 4993, app/assets/stylesheets/steps.css.scss */
.alert-block p + p {
  margin-top: 5px;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

@-moz-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

@-ms-keyframes progress-bar-stripes {
  /* line 5016, app/assets/stylesheets/steps.css.scss */
  from {
    background-position: 40px 0;
  }
  /* line 5019, app/assets/stylesheets/steps.css.scss */
  to {
    background-position: 0 0;
  }
}

@-o-keyframes progress-bar-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 40px 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

/* line 5042, app/assets/stylesheets/steps.css.scss */
.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f7f7f7;
  background-image: -moz-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#f9f9f9));
  background-image: -webkit-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: -o-linear-gradient(top, #f5f5f5, #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 5062, app/assets/stylesheets/steps.css.scss */
.progress .bar {
  width: 0%;
  height: 100%;
  color: #fff;
  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 .6s ease;
  -moz-transition: width .6s ease;
  -o-transition: width .6s ease;
  transition: width .6s ease;
}

/* line 5090, app/assets/stylesheets/steps.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 5096, app/assets/stylesheets/steps.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 5109, app/assets/stylesheets/steps.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 5117, app/assets/stylesheets/steps.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 5129, app/assets/stylesheets/steps.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 5139, app/assets/stylesheets/steps.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 5151, app/assets/stylesheets/steps.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 5161, app/assets/stylesheets/steps.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 5173, app/assets/stylesheets/steps.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 5183, app/assets/stylesheets/steps.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 5195, app/assets/stylesheets/steps.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 5205, app/assets/stylesheets/steps.css.scss */
.hero-unit {
  padding: 60px;
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 200;
  line-height: 30px;
  color: inherit;
  background-color: #eee;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

/* line 5218, app/assets/stylesheets/steps.css.scss */
.hero-unit h1 {
  margin-bottom: 0;
  font-size: 60px;
  line-height: 1;
  color: inherit;
  letter-spacing: -1px;
}

/* line 5226, app/assets/stylesheets/steps.css.scss */
.hero-unit li {
  line-height: 30px;
}

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

/* line 5237, app/assets/stylesheets/steps.css.scss */
.media,
.media .media {
  margin-top: 15px;
}

/* line 5242, app/assets/stylesheets/steps.css.scss */
.media:first-child {
  margin-top: 0;
}

/* line 5246, app/assets/stylesheets/steps.css.scss */
.media-object {
  display: block;
}

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

/* line 5254, app/assets/stylesheets/steps.css.scss */
.media > .pull-left {
  margin-right: 10px;
}

/* line 5258, app/assets/stylesheets/steps.css.scss */
.media > .pull-right {
  margin-left: 10px;
}

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

/* line 5267, app/assets/stylesheets/steps.css.scss */
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  font-size: 11px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}

/* line 5278, app/assets/stylesheets/steps.css.scss */
.tooltip.in {
  opacity: .8;
  filter: alpha(opacity=80);
}

/* line 5283, app/assets/stylesheets/steps.css.scss */
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}

/* line 5288, app/assets/stylesheets/steps.css.scss */
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}

/* line 5293, app/assets/stylesheets/steps.css.scss */
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}

/* line 5298, app/assets/stylesheets/steps.css.scss */
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}

/* line 5303, app/assets/stylesheets/steps.css.scss */
.tooltip-inner {
  max-width: 200px;
  padding: 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

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

/* line 5323, app/assets/stylesheets/steps.css.scss */
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

/* line 5331, app/assets/stylesheets/steps.css.scss */
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}

/* line 5339, app/assets/stylesheets/steps.css.scss */
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}

/* line 5347, app/assets/stylesheets/steps.css.scss */
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

/* line 5355, app/assets/stylesheets/steps.css.scss */
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: #fff;
  -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 5379, app/assets/stylesheets/steps.css.scss */
.popover.top {
  margin-top: -10px;
}

/* line 5383, app/assets/stylesheets/steps.css.scss */
.popover.right {
  margin-left: 10px;
}

/* line 5387, app/assets/stylesheets/steps.css.scss */
.popover.bottom {
  margin-top: 10px;
}

/* line 5391, app/assets/stylesheets/steps.css.scss */
.popover.left {
  margin-left: -10px;
}

/* line 5395, app/assets/stylesheets/steps.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 5408, app/assets/stylesheets/steps.css.scss */
.popover-title:empty {
  display: none;
}

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

/* line 5416, app/assets/stylesheets/steps.css.scss */
.popover .arrow,
.popover .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

/* line 5426, app/assets/stylesheets/steps.css.scss */
.popover .arrow {
  border-width: 11px;
}

/* line 5430, app/assets/stylesheets/steps.css.scss */
.popover .arrow:after {
  border-width: 10px;
  content: "";
}

/* line 5435, app/assets/stylesheets/steps.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 5444, app/assets/stylesheets/steps.css.scss */
.popover.top .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}

/* line 5451, app/assets/stylesheets/steps.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 5460, app/assets/stylesheets/steps.css.scss */
.popover.right .arrow:after {
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}

/* line 5467, app/assets/stylesheets/steps.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 5476, app/assets/stylesheets/steps.css.scss */
.popover.bottom .arrow:after {
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}

/* line 5483, app/assets/stylesheets/steps.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 5492, app/assets/stylesheets/steps.css.scss */
.popover.left .arrow:after {
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}

/* line 5499, app/assets/stylesheets/steps.css.scss */
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

/* line 5509, app/assets/stylesheets/steps.css.scss */
.modal-backdrop.fade {
  opacity: 0;
}

/* line 5513, app/assets/stylesheets/steps.css.scss */
.modal-backdrop,
.modal-backdrop.fade.in {
  opacity: .8;
  filter: alpha(opacity=80);
}

/* line 5519, app/assets/stylesheets/steps.css.scss */
.modal {
  z-index: 1050;
}

/* line 5523, app/assets/stylesheets/steps.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 5531, app/assets/stylesheets/steps.css.scss */
.modal.fade.in {
  top: 10%;
}

/* line 5535, app/assets/stylesheets/steps.css.scss */
.modal-header {
  padding: 9px 15px;
  border-bottom: 1px solid #eee;
}

/* line 5540, app/assets/stylesheets/steps.css.scss */
.modal-header .close {
  margin-top: 2px;
}

/* line 5544, app/assets/stylesheets/steps.css.scss */
.modal-header h3 {
  margin: 0;
  line-height: 30px;
}

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

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

/* line 5560, app/assets/stylesheets/steps.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 #fff;
  -moz-box-shadow: inset 0 1px 0 #fff;
  box-shadow: inset 0 1px 0 #fff;
  *zoom: 1;
}

/* line 5575, app/assets/stylesheets/steps.css.scss */
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: "";
  line-height: 0;
}

/* line 5582, app/assets/stylesheets/steps.css.scss */
.modal-footer:after {
  clear: both;
}

/* line 5586, app/assets/stylesheets/steps.css.scss */
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}

/* line 5591, app/assets/stylesheets/steps.css.scss */
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

/* line 5595, app/assets/stylesheets/steps.css.scss */
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

/* line 5599, app/assets/stylesheets/steps.css.scss */
.dropup,
.dropdown {
  position: relative;
}

/* line 5604, app/assets/stylesheets/steps.css.scss */
.dropdown-toggle {
  *margin-bottom: -3px;
}

/* line 5608, app/assets/stylesheets/steps.css.scss */
.dropdown-toggle:active,
.open .dropdown-toggle {
  outline: 0;
}

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

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

/* line 5629, app/assets/stylesheets/steps.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: #fff;
  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 5656, app/assets/stylesheets/steps.css.scss */
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

/* line 5661, app/assets/stylesheets/steps.css.scss */
.dropdown-menu .divider {
  *width: 100%;
  height: 1px;
  margin: 9px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #fff;
}

/* line 5671, app/assets/stylesheets/steps.css.scss */
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 20px;
  color: #333;
  white-space: nowrap;
}

/* line 5681, app/assets/stylesheets/steps.css.scss */
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-submenu:hover > a,
.dropdown-submenu:focus > a {
  text-decoration: none;
  color: #fff;
  background-color: #0081c2;
  background-image: -moz-linear-gradient(top, #08c, #0077b3);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#0077b3));
  background-image: -webkit-linear-gradient(top, #08c, #0077b3);
  background-image: -o-linear-gradient(top, #08c, #0077b3);
  background-image: linear-gradient(to bottom, #08c, #0077b3);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
}

/* line 5697, app/assets/stylesheets/steps.css.scss */
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #0081c2;
  background-image: -moz-linear-gradient(top, #08c, #0077b3);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#0077b3));
  background-image: -webkit-linear-gradient(top, #08c, #0077b3);
  background-image: -o-linear-gradient(top, #08c, #0077b3);
  background-image: linear-gradient(to bottom, #08c, #0077b3);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
}

/* line 5713, app/assets/stylesheets/steps.css.scss */
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #999;
}

/* line 5719, app/assets/stylesheets/steps.css.scss */
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  cursor: default;
}

/* line 5728, app/assets/stylesheets/steps.css.scss */
.open {
  *z-index: 1000;
}

/* line 5732, app/assets/stylesheets/steps.css.scss */
.open > .dropdown-menu {
  display: block;
}

/* line 5736, app/assets/stylesheets/steps.css.scss */
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}

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

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

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

/* line 5764, app/assets/stylesheets/steps.css.scss */
.dropdown-submenu {
  position: relative;
}

/* line 5768, app/assets/stylesheets/steps.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 5778, app/assets/stylesheets/steps.css.scss */
.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}

/* line 5782, app/assets/stylesheets/steps.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 5792, app/assets/stylesheets/steps.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: #ccc;
  margin-top: 5px;
  margin-right: -10px;
}

/* line 5806, app/assets/stylesheets/steps.css.scss */
.dropdown-submenu:hover > a:after {
  border-left-color: #fff;
}

/* line 5810, app/assets/stylesheets/steps.css.scss */
.dropdown-submenu.pull-left {
  float: none;
}

/* line 5814, app/assets/stylesheets/steps.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 5822, app/assets/stylesheets/steps.css.scss */
.dropdown .dropdown-menu .nav-header {
  padding-left: 20px;
  padding-right: 20px;
}

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

/* line 5835, app/assets/stylesheets/steps.css.scss */
.accordion {
  margin-bottom: 20px;
}

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

/* line 5847, app/assets/stylesheets/steps.css.scss */
.accordion-heading {
  border-bottom: 0;
}

/* line 5851, app/assets/stylesheets/steps.css.scss */
.accordion-heading .accordion-toggle {
  display: block;
  padding: 8px 15px;
}

/* line 5856, app/assets/stylesheets/steps.css.scss */
.accordion-toggle {
  cursor: pointer;
}

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

/* line 5865, app/assets/stylesheets/steps.css.scss */
.carousel {
  position: relative;
  margin-bottom: 20px;
  line-height: 1;
}

/* line 5871, app/assets/stylesheets/steps.css.scss */
.carousel-inner {
  overflow: hidden;
  width: 100%;
  position: relative;
}

/* line 5877, app/assets/stylesheets/steps.css.scss */
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: .6s ease-in-out left;
  -moz-transition: .6s ease-in-out left;
  -o-transition: .6s ease-in-out left;
  transition: .6s ease-in-out left;
}

/* line 5886, app/assets/stylesheets/steps.css.scss */
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  line-height: 1;
}

/* line 5892, app/assets/stylesheets/steps.css.scss */
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}

/* line 5898, app/assets/stylesheets/steps.css.scss */
.carousel-inner > .active {
  left: 0;
}

/* line 5902, app/assets/stylesheets/steps.css.scss */
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

/* line 5909, app/assets/stylesheets/steps.css.scss */
.carousel-inner > .next {
  left: 100%;
}

/* line 5913, app/assets/stylesheets/steps.css.scss */
.carousel-inner > .prev {
  left: -100%;
}

/* line 5917, app/assets/stylesheets/steps.css.scss */
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}

/* line 5922, app/assets/stylesheets/steps.css.scss */
.carousel-inner > .active.left {
  left: -100%;
}

/* line 5926, app/assets/stylesheets/steps.css.scss */
.carousel-inner > .active.right {
  left: 100%;
}

/* line 5930, app/assets/stylesheets/steps.css.scss */
.carousel-control {
  position: absolute;
  top: 40%;
  left: 15px;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  font-size: 60px;
  font-weight: 100;
  line-height: 30px;
  color: #fff;
  text-align: center;
  background: #222;
  border: 3px solid #fff;
  -webkit-border-radius: 23px;
  -moz-border-radius: 23px;
  border-radius: 23px;
  opacity: .5;
  filter: alpha(opacity=50);
}

/* line 5951, app/assets/stylesheets/steps.css.scss */
.carousel-control.right {
  left: auto;
  right: 15px;
}

/* line 5956, app/assets/stylesheets/steps.css.scss */
.carousel-control:hover,
.carousel-control:focus {
  color: #fff;
  text-decoration: none;
  opacity: .9;
  filter: alpha(opacity=90);
}

/* line 5964, app/assets/stylesheets/steps.css.scss */
.carousel-indicators {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 5;
  margin: 0;
  list-style: none;
}

/* line 5973, app/assets/stylesheets/steps.css.scss */
.carousel-indicators li {
  display: block;
  float: left;
  width: 10px;
  height: 10px;
  margin-left: 5px;
  text-indent: -999px;
  background-color: #ccc;
  background-color: rgba(255, 255, 255, 0.25);
  border-radius: 5px;
}

/* line 5985, app/assets/stylesheets/steps.css.scss */
.carousel-indicators .active {
  background-color: #fff;
}

/* line 5989, app/assets/stylesheets/steps.css.scss */
.carousel-caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 15px;
  background: #333;
  background: rgba(0, 0, 0, 0.75);
}

/* line 5999, app/assets/stylesheets/steps.css.scss */
.carousel-caption h4,
.carousel-caption p {
  color: #fff;
  line-height: 20px;
}

/* line 6005, app/assets/stylesheets/steps.css.scss */
.carousel-caption h4 {
  margin: 0 0 5px;
}

/* line 6009, app/assets/stylesheets/steps.css.scss */
.carousel-caption p {
  margin-bottom: 0;
}

/* line 6013, app/assets/stylesheets/steps.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 6027, app/assets/stylesheets/steps.css.scss */
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

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

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

/* line 6046, app/assets/stylesheets/steps.css.scss */
.close {
  float: right;
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .2;
  filter: alpha(opacity=20);
}

/* line 6057, app/assets/stylesheets/steps.css.scss */
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: .4;
  filter: alpha(opacity=40);
}

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

/* line 6074, app/assets/stylesheets/steps.css.scss */
.pull-right {
  float: right;
}

/* line 6078, app/assets/stylesheets/steps.css.scss */
.pull-left {
  float: left;
}

/* line 6082, app/assets/stylesheets/steps.css.scss */
.hide {
  display: none;
}

/* line 6086, app/assets/stylesheets/steps.css.scss */
.show {
  display: block;
}

/* line 6090, app/assets/stylesheets/steps.css.scss */
.invisible {
  visibility: hidden;
}

/* line 6094, app/assets/stylesheets/steps.css.scss */
.affix {
  position: fixed;
}

/* line 6098, app/assets/stylesheets/steps.css.scss */
.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
  -moz-transition: opacity .15s linear;
  -o-transition: opacity .15s linear;
  transition: opacity .15s linear;
}

/* line 6106, app/assets/stylesheets/steps.css.scss */
.fade.in {
  opacity: 1;
}

/* line 6110, app/assets/stylesheets/steps.css.scss */
.collapse {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height .35s ease;
  -moz-transition: height .35s ease;
  -o-transition: height .35s ease;
  transition: height .35s ease;
}

/* line 6120, app/assets/stylesheets/steps.css.scss */
.collapse.in {
  height: auto;
}

@-ms-viewport {
  width: device-width;
}

/* line 6128, app/assets/stylesheets/steps.css.scss */
.hidden {
  display: none;
  visibility: hidden;
}

/* line 6133, app/assets/stylesheets/steps.css.scss */
.visible-phone {
  display: none !important;
}

/* line 6137, app/assets/stylesheets/steps.css.scss */
.visible-tablet {
  display: none !important;
}

/* line 6141, app/assets/stylesheets/steps.css.scss */
.hidden-desktop {
  display: none !important;
}

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

@media (min-width: 768px) and (max-width: 979px) {
  /* line 6150, app/assets/stylesheets/steps.css.scss */
  .hidden-desktop {
    display: inherit !important;
  }
  /* line 6153, app/assets/stylesheets/steps.css.scss */
  .visible-desktop {
    display: none !important;
  }
  /* line 6156, app/assets/stylesheets/steps.css.scss */
  .visible-tablet {
    display: inherit !important;
  }
  /* line 6159, app/assets/stylesheets/steps.css.scss */
  .hidden-tablet {
    display: none !important;
  }
}

@media (max-width: 767px) {
  /* line 6165, app/assets/stylesheets/steps.css.scss */
  .hidden-desktop {
    display: inherit !important;
  }
  /* line 6168, app/assets/stylesheets/steps.css.scss */
  .visible-desktop {
    display: none !important;
  }
  /* line 6171, app/assets/stylesheets/steps.css.scss */
  .visible-phone {
    display: inherit !important;
  }
  /* line 6174, app/assets/stylesheets/steps.css.scss */
  .hidden-phone {
    display: none !important;
  }
}

/* line 6179, app/assets/stylesheets/steps.css.scss */
.visible-print {
  display: none !important;
}

@media print {
  /* line 6184, app/assets/stylesheets/steps.css.scss */
  .visible-print {
    display: inherit !important;
  }
  /* line 6187, app/assets/stylesheets/steps.css.scss */
  .hidden-print {
    display: none !important;
  }
}

@media (max-width: 767px) {
  /* line 6193, app/assets/stylesheets/steps.css.scss */
  body {
    padding-left: 20px;
    padding-right: 20px;
  }
  /* line 6197, app/assets/stylesheets/steps.css.scss */
  .navbar-fixed-top,
.navbar-fixed-bottom,
.navbar-static-top {
    margin-left: -20px;
    margin-right: -20px;
  }
  /* line 6203, app/assets/stylesheets/steps.css.scss */
  .container-fluid {
    padding: 0;
  }
  /* line 6206, app/assets/stylesheets/steps.css.scss */
  .dl-horizontal dt {
    float: none;
    clear: none;
    width: auto;
    text-align: left;
  }
  /* line 6212, app/assets/stylesheets/steps.css.scss */
  .dl-horizontal dd {
    margin-left: 0;
  }
  /* line 6215, app/assets/stylesheets/steps.css.scss */
  .container {
    width: auto;
  }
  /* line 6218, app/assets/stylesheets/steps.css.scss */
  .row-fluid {
    width: 100%;
  }
  /* line 6221, app/assets/stylesheets/steps.css.scss */
  .row,
.thumbnails {
    margin-left: 0;
  }
  /* line 6225, app/assets/stylesheets/steps.css.scss */
  .thumbnails > li {
    float: none;
    margin-left: 0;
  }
  /* line 6229, app/assets/stylesheets/steps.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 6240, app/assets/stylesheets/steps.css.scss */
  .span12,
.row-fluid .span12 {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  /* line 6247, app/assets/stylesheets/steps.css.scss */
  .row-fluid [class*="offset"]:first-child {
    margin-left: 0;
  }
  /* line 6250, app/assets/stylesheets/steps.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: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  /* line 6264, app/assets/stylesheets/steps.css.scss */
  .input-prepend input,
.input-append input,
.input-prepend input[class*="span"],
.input-append input[class*="span"] {
    display: inline-block;
    width: auto;
  }
  /* line 6271, app/assets/stylesheets/steps.css.scss */
  .controls-row [class*="span"] + [class*="span"] {
    margin-left: 0;
  }
  /* line 6274, app/assets/stylesheets/steps.css.scss */
  .modal {
    position: fixed;
    top: 20px;
    left: 20px;
    right: 20px;
    width: auto;
    margin: 0;
  }
  /* line 6282, app/assets/stylesheets/steps.css.scss */
  .modal.fade {
    top: -100px;
  }
  /* line 6285, app/assets/stylesheets/steps.css.scss */
  .modal.fade.in {
    top: 20px;
  }
}

@media (max-width: 480px) {
  /* line 6291, app/assets/stylesheets/steps.css.scss */
  .nav-collapse {
    -webkit-transform: translate3d(0, 0, 0);
  }
  /* line 6294, app/assets/stylesheets/steps.css.scss */
  .page-header h1 small {
    display: block;
    line-height: 20px;
  }
  /* line 6298, app/assets/stylesheets/steps.css.scss */
  input[type="checkbox"],
input[type="radio"] {
    border: 1px solid #ccc;
  }
  /* line 6302, app/assets/stylesheets/steps.css.scss */
  .form-horizontal .control-label {
    float: none;
    width: auto;
    padding-top: 0;
    text-align: left;
  }
  /* line 6308, app/assets/stylesheets/steps.css.scss */
  .form-horizontal .controls {
    margin-left: 0;
  }
  /* line 6311, app/assets/stylesheets/steps.css.scss */
  .form-horizontal .control-list {
    padding-top: 0;
  }
  /* line 6314, app/assets/stylesheets/steps.css.scss */
  .form-horizontal .form-actions {
    padding-left: 10px;
    padding-right: 10px;
  }
  /* line 6318, app/assets/stylesheets/steps.css.scss */
  .media .pull-left,
.media .pull-right {
    float: none;
    display: block;
    margin-bottom: 10px;
  }
  /* line 6324, app/assets/stylesheets/steps.css.scss */
  .media-object {
    margin-right: 0;
    margin-left: 0;
  }
  /* line 6328, app/assets/stylesheets/steps.css.scss */
  .modal {
    top: 10px;
    left: 10px;
    right: 10px;
  }
  /* line 6333, app/assets/stylesheets/steps.css.scss */
  .modal-header .close {
    padding: 10px;
    margin: -10px;
  }
  /* line 6337, app/assets/stylesheets/steps.css.scss */
  .carousel-caption {
    position: static;
  }
}

@media (min-width: 768px) and (max-width: 979px) {
  /* line 6343, app/assets/stylesheets/steps.css.scss */
  .row {
    margin-left: -20px;
    *zoom: 1;
  }
  /* line 6347, app/assets/stylesheets/steps.css.scss */
  .row:before,
.row:after {
    display: table;
    content: "";
    line-height: 0;
  }
  /* line 6353, app/assets/stylesheets/steps.css.scss */
  .row:after {
    clear: both;
  }
  /* line 6356, app/assets/stylesheets/steps.css.scss */
  [class*="span"] {
    float: left;
    min-height: 1px;
    margin-left: 20px;
  }
  /* line 6361, app/assets/stylesheets/steps.css.scss */
  .container,
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
    width: 724px;
  }
  /* line 6367, app/assets/stylesheets/steps.css.scss */
  .span12 {
    width: 724px;
  }
  /* line 6370, app/assets/stylesheets/steps.css.scss */
  .span11 {
    width: 662px;
  }
  /* line 6373, app/assets/stylesheets/steps.css.scss */
  .span10 {
    width: 600px;
  }
  /* line 6376, app/assets/stylesheets/steps.css.scss */
  .span9 {
    width: 538px;
  }
  /* line 6379, app/assets/stylesheets/steps.css.scss */
  .span8 {
    width: 476px;
  }
  /* line 6382, app/assets/stylesheets/steps.css.scss */
  .span7 {
    width: 414px;
  }
  /* line 6385, app/assets/stylesheets/steps.css.scss */
  .span6 {
    width: 352px;
  }
  /* line 6388, app/assets/stylesheets/steps.css.scss */
  .span5 {
    width: 290px;
  }
  /* line 6391, app/assets/stylesheets/steps.css.scss */
  .span4 {
    width: 228px;
  }
  /* line 6394, app/assets/stylesheets/steps.css.scss */
  .span3 {
    width: 166px;
  }
  /* line 6397, app/assets/stylesheets/steps.css.scss */
  .span2 {
    width: 104px;
  }
  /* line 6400, app/assets/stylesheets/steps.css.scss */
  .span1 {
    width: 42px;
  }
  /* line 6403, app/assets/stylesheets/steps.css.scss */
  .offset12 {
    margin-left: 764px;
  }
  /* line 6406, app/assets/stylesheets/steps.css.scss */
  .offset11 {
    margin-left: 702px;
  }
  /* line 6409, app/assets/stylesheets/steps.css.scss */
  .offset10 {
    margin-left: 640px;
  }
  /* line 6412, app/assets/stylesheets/steps.css.scss */
  .offset9 {
    margin-left: 578px;
  }
  /* line 6415, app/assets/stylesheets/steps.css.scss */
  .offset8 {
    margin-left: 516px;
  }
  /* line 6418, app/assets/stylesheets/steps.css.scss */
  .offset7 {
    margin-left: 454px;
  }
  /* line 6421, app/assets/stylesheets/steps.css.scss */
  .offset6 {
    margin-left: 392px;
  }
  /* line 6424, app/assets/stylesheets/steps.css.scss */
  .offset5 {
    margin-left: 330px;
  }
  /* line 6427, app/assets/stylesheets/steps.css.scss */
  .offset4 {
    margin-left: 268px;
  }
  /* line 6430, app/assets/stylesheets/steps.css.scss */
  .offset3 {
    margin-left: 206px;
  }
  /* line 6433, app/assets/stylesheets/steps.css.scss */
  .offset2 {
    margin-left: 144px;
  }
  /* line 6436, app/assets/stylesheets/steps.css.scss */
  .offset1 {
    margin-left: 82px;
  }
  /* line 6439, app/assets/stylesheets/steps.css.scss */
  .row-fluid {
    width: 100%;
    *zoom: 1;
  }
  /* line 6443, app/assets/stylesheets/steps.css.scss */
  .row-fluid:before,
.row-fluid:after {
    display: table;
    content: "";
    line-height: 0;
  }
  /* line 6449, app/assets/stylesheets/steps.css.scss */
  .row-fluid:after {
    clear: both;
  }
  /* line 6452, app/assets/stylesheets/steps.css.scss */
  .row-fluid [class*="span"] {
    display: block;
    width: 100%;
    min-height: 30px;
    -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 6463, app/assets/stylesheets/steps.css.scss */
  .row-fluid [class*="span"]:first-child {
    margin-left: 0;
  }
  /* line 6466, app/assets/stylesheets/steps.css.scss */
  .row-fluid .controls-row [class*="span"] + [class*="span"] {
    margin-left: 2.7624309392265194%;
  }
  /* line 6469, app/assets/stylesheets/steps.css.scss */
  .row-fluid .span12 {
    width: 100%;
    *width: 99.94680851063829%;
  }
  /* line 6473, app/assets/stylesheets/steps.css.scss */
  .row-fluid .span11 {
    width: 91.43646408839778%;
    *width: 91.38327259903608%;
  }
  /* line 6477, app/assets/stylesheets/steps.css.scss */
  .row-fluid .span10 {
    width: 82.87292817679558%;
    *width: 82.81973668743387%;
  }
  /* line 6481, app/assets/stylesheets/steps.css.scss */
  .row-fluid .span9 {
    width: 74.30939226519337%;
    *width: 74.25620077583166%;
  }
  /* line 6485, app/assets/stylesheets/steps.css.scss */
  .row-fluid .span8 {
    width: 65.74585635359117%;
    *width: 65.69266486422946%;
  }
  /* line 6489, app/assets/stylesheets/steps.css.scss */
  .row-fluid .span7 {
    width: 57.18232044198895%;
    *width: 57.12912895262725%;
  }
  /* line 6493, app/assets/stylesheets/steps.css.scss */
  .row-fluid .span6 {
    width: 48.61878453038674%;
    *width: 48.56559304102504%;
  }
  /* line 6497, app/assets/stylesheets/steps.css.scss */
  .row-fluid .span5 {
    width: 40.05524861878453%;
    *width: 40.00205712942283%;
  }
  /* line 6501, app/assets/stylesheets/steps.css.scss */
  .row-fluid .span4 {
    width: 31.491712707182323%;
    *width: 31.43852121782062%;
  }
  /* line 6505, app/assets/stylesheets/steps.css.scss */
  .row-fluid .span3 {
    width: 22.92817679558011%;
    *width: 22.87498530621841%;
  }
  /* line 6509, app/assets/stylesheets/steps.css.scss */
  .row-fluid .span2 {
    width: 14.3646408839779%;
    *width: 14.311449394616199%;
  }
  /* line 6513, app/assets/stylesheets/steps.css.scss */
  .row-fluid .span1 {
    width: 5.801104972375691%;
    *width: 5.747913483013988%;
  }
  /* line 6517, app/assets/stylesheets/steps.css.scss */
  .row-fluid .offset12 {
    margin-left: 105.52486187845304%;
    *margin-left: 105.41847889972962%;
  }
  /* line 6521, app/assets/stylesheets/steps.css.scss */
  .row-fluid .offset12:first-child {
    margin-left: 102.76243093922652%;
    *margin-left: 102.6560479605031%;
  }
  /* line 6525, app/assets/stylesheets/steps.css.scss */
  .row-fluid .offset11 {
    margin-left: 96.96132596685082%;
    *margin-left: 96.8549429881274%;
  }
  /* line 6529, app/assets/stylesheets/steps.css.scss */
  .row-fluid .offset11:first-child {
    margin-left: 94.1988950276243%;
    *margin-left: 94.09251204890089%;
  }
  /* line 6533, app/assets/stylesheets/steps.css.scss */
  .row-fluid .offset10 {
    margin-left: 88.39779005524862%;
    *margin-left: 88.2914070765252%;
  }
  /* line 6537, app/assets/stylesheets/steps.css.scss */
  .row-fluid .offset10:first-child {
    margin-left: 85.6353591160221%;
    *margin-left: 85.52897613729868%;
  }
  /* line 6541, app/assets/stylesheets/steps.css.scss */
  .row-fluid .offset9 {
    margin-left: 79.8342541436464%;
    *margin-left: 79.72787116492299%;
  }
  /* line 6545, app/assets/stylesheets/steps.css.scss */
  .row-fluid .offset9:first-child {
    margin-left: 77.07182320441989%;
    *margin-left: 76.96544022569647%;
  }
  /* line 6549, app/assets/stylesheets/steps.css.scss */
  .row-fluid .offset8 {
    margin-left: 71.2707182320442%;
    *margin-left: 71.16433525332079%;
  }
  /* line 6553, app/assets/stylesheets/steps.css.scss */
  .row-fluid .offset8:first-child {
    margin-left: 68.50828729281768%;
    *margin-left: 68.40190431409427%;
  }
  /* line 6557, app/assets/stylesheets/steps.css.scss */
  .row-fluid .offset7 {
    margin-left: 62.70718232044199%;
    *margin-left: 62.600799341718584%;
  }
  /* line 6561, app/assets/stylesheets/steps.css.scss */
  .row-fluid .offset7:first-child {
    margin-left: 59.94475138121547%;
    *margin-left: 59.838368402492065%;
  }
  /* line 6565, app/assets/stylesheets/steps.css.scss */
  .row-fluid .offset6 {
    margin-left: 54.14364640883978%;
    *margin-left: 54.037263430116376%;
  }
  /* line 6569, app/assets/stylesheets/steps.css.scss */
  .row-fluid .offset6:first-child {
    margin-left: 51.38121546961326%;
    *margin-left: 51.27483249088986%;
  }
  /* line 6573, app/assets/stylesheets/steps.css.scss */
  .row-fluid .offset5 {
    margin-left: 45.58011049723757%;
    *margin-left: 45.47372751851417%;
  }
  /* line 6577, app/assets/stylesheets/steps.css.scss */
  .row-fluid .offset5:first-child {
    margin-left: 42.81767955801105%;
    *margin-left: 42.71129657928765%;
  }
  /* line 6581, app/assets/stylesheets/steps.css.scss */
  .row-fluid .offset4 {
    margin-left: 37.01657458563536%;
    *margin-left: 36.91019160691196%;
  }
  /* line 6585, app/assets/stylesheets/steps.css.scss */
  .row-fluid .offset4:first-child {
    margin-left: 34.25414364640884%;
    *margin-left: 34.14776066768544%;
  }
  /* line 6589, app/assets/stylesheets/steps.css.scss */
  .row-fluid .offset3 {
    margin-left: 28.45303867403315%;
    *margin-left: 28.346655695309746%;
  }
  /* line 6593, app/assets/stylesheets/steps.css.scss */
  .row-fluid .offset3:first-child {
    margin-left: 25.69060773480663%;
    *margin-left: 25.584224756083227%;
  }
  /* line 6597, app/assets/stylesheets/steps.css.scss */
  .row-fluid .offset2 {
    margin-left: 19.88950276243094%;
    *margin-left: 19.783119783707537%;
  }
  /* line 6601, app/assets/stylesheets/steps.css.scss */
  .row-fluid .offset2:first-child {
    margin-left: 17.12707182320442%;
    *margin-left: 17.02068884448102%;
  }
  /* line 6605, app/assets/stylesheets/steps.css.scss */
  .row-fluid .offset1 {
    margin-left: 11.32596685082873%;
    *margin-left: 11.219583872105325%;
  }
  /* line 6609, app/assets/stylesheets/steps.css.scss */
  .row-fluid .offset1:first-child {
    margin-left: 8.56353591160221%;
    *margin-left: 8.457152932878806%;
  }
  /* line 6613, app/assets/stylesheets/steps.css.scss */
  input,
textarea,
.uneditable-input {
    margin-left: 0;
  }
  /* line 6618, app/assets/stylesheets/steps.css.scss */
  .controls-row [class*="span"] + [class*="span"] {
    margin-left: 20px;
  }
  /* line 6621, app/assets/stylesheets/steps.css.scss */
  input.span12,
textarea.span12,
.uneditable-input.span12 {
    width: 710px;
  }
  /* line 6626, app/assets/stylesheets/steps.css.scss */
  input.span11,
textarea.span11,
.uneditable-input.span11 {
    width: 648px;
  }
  /* line 6631, app/assets/stylesheets/steps.css.scss */
  input.span10,
textarea.span10,
.uneditable-input.span10 {
    width: 586px;
  }
  /* line 6636, app/assets/stylesheets/steps.css.scss */
  input.span9,
textarea.span9,
.uneditable-input.span9 {
    width: 524px;
  }
  /* line 6641, app/assets/stylesheets/steps.css.scss */
  input.span8,
textarea.span8,
.uneditable-input.span8 {
    width: 462px;
  }
  /* line 6646, app/assets/stylesheets/steps.css.scss */
  input.span7,
textarea.span7,
.uneditable-input.span7 {
    width: 400px;
  }
  /* line 6651, app/assets/stylesheets/steps.css.scss */
  input.span6,
textarea.span6,
.uneditable-input.span6 {
    width: 338px;
  }
  /* line 6656, app/assets/stylesheets/steps.css.scss */
  input.span5,
textarea.span5,
.uneditable-input.span5 {
    width: 276px;
  }
  /* line 6661, app/assets/stylesheets/steps.css.scss */
  input.span4,
textarea.span4,
.uneditable-input.span4 {
    width: 214px;
  }
  /* line 6666, app/assets/stylesheets/steps.css.scss */
  input.span3,
textarea.span3,
.uneditable-input.span3 {
    width: 152px;
  }
  /* line 6671, app/assets/stylesheets/steps.css.scss */
  input.span2,
textarea.span2,
.uneditable-input.span2 {
    width: 90px;
  }
  /* line 6676, app/assets/stylesheets/steps.css.scss */
  input.span1,
textarea.span1,
.uneditable-input.span1 {
    width: 28px;
  }
}

@media (min-width: 1200px) {
  /* line 6684, app/assets/stylesheets/steps.css.scss */
  .row {
    margin-left: -30px;
    *zoom: 1;
  }
  /* line 6688, app/assets/stylesheets/steps.css.scss */
  .row:before,
.row:after {
    display: table;
    content: "";
    line-height: 0;
  }
  /* line 6694, app/assets/stylesheets/steps.css.scss */
  .row:after {
    clear: both;
  }
  /* line 6697, app/assets/stylesheets/steps.css.scss */
  [class*="span"] {
    float: left;
    min-height: 1px;
    margin-left: 30px;
  }
  /* line 6702, app/assets/stylesheets/steps.css.scss */
  .container,
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
    width: 1170px;
  }
  /* line 6708, app/assets/stylesheets/steps.css.scss */
  .span12 {
    width: 1170px;
  }
  /* line 6711, app/assets/stylesheets/steps.css.scss */
  .span11 {
    width: 1070px;
  }
  /* line 6714, app/assets/stylesheets/steps.css.scss */
  .span10 {
    width: 970px;
  }
  /* line 6717, app/assets/stylesheets/steps.css.scss */
  .span9 {
    width: 870px;
  }
  /* line 6720, app/assets/stylesheets/steps.css.scss */
  .span8 {
    width: 770px;
  }
  /* line 6723, app/assets/stylesheets/steps.css.scss */
  .span7 {
    width: 670px;
  }
  /* line 6726, app/assets/stylesheets/steps.css.scss */
  .span6 {
    width: 570px;
  }
  /* line 6729, app/assets/stylesheets/steps.css.scss */
  .span5 {
    width: 470px;
  }
  /* line 6732, app/assets/stylesheets/steps.css.scss */
  .span4 {
    width: 370px;
  }
  /* line 6735, app/assets/stylesheets/steps.css.scss */
  .span3 {
    width: 270px;
  }
  /* line 6738, app/assets/stylesheets/steps.css.scss */
  .span2 {
    width: 170px;
  }
  /* line 6741, app/assets/stylesheets/steps.css.scss */
  .span1 {
    width: 70px;
  }
  /* line 6744, app/assets/stylesheets/steps.css.scss */
  .offset12 {
    margin-left: 1230px;
  }
  /* line 6747, app/assets/stylesheets/steps.css.scss */
  .offset11 {
    margin-left: 1130px;
  }
  /* line 6750, app/assets/stylesheets/steps.css.scss */
  .offset10 {
    margin-left: 1030px;
  }
  /* line 6753, app/assets/stylesheets/steps.css.scss */
  .offset9 {
    margin-left: 930px;
  }
  /* line 6756, app/assets/stylesheets/steps.css.scss */
  .offset8 {
    margin-left: 830px;
  }
  /* line 6759, app/assets/stylesheets/steps.css.scss */
  .offset7 {
    margin-left: 730px;
  }
  /* line 6762, app/assets/stylesheets/steps.css.scss */
  .offset6 {
    margin-left: 630px;
  }
  /* line 6765, app/assets/stylesheets/steps.css.scss */
  .offset5 {
    margin-left: 530px;
  }
  /* line 6768, app/assets/stylesheets/steps.css.scss */
  .offset4 {
    margin-left: 430px;
  }
  /* line 6771, app/assets/stylesheets/steps.css.scss */
  .offset3 {
    margin-left: 330px;
  }
  /* line 6774, app/assets/stylesheets/steps.css.scss */
  .offset2 {
    margin-left: 230px;
  }
  /* line 6777, app/assets/stylesheets/steps.css.scss */
  .offset1 {
    margin-left: 130px;
  }
  /* line 6780, app/assets/stylesheets/steps.css.scss */
  .row-fluid {
    width: 100%;
    *zoom: 1;
  }
  /* line 6784, app/assets/stylesheets/steps.css.scss */
  .row-fluid:before,
.row-fluid:after {
    display: table;
    content: "";
    line-height: 0;
  }
  /* line 6790, app/assets/stylesheets/steps.css.scss */
  .row-fluid:after {
    clear: both;
  }
  /* line 6793, app/assets/stylesheets/steps.css.scss */
  .row-fluid [class*="span"] {
    display: block;
    width: 100%;
    min-height: 30px;
    -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 6804, app/assets/stylesheets/steps.css.scss */
  .row-fluid [class*="span"]:first-child {
    margin-left: 0;
  }
  /* line 6807, app/assets/stylesheets/steps.css.scss */
  .row-fluid .controls-row [class*="span"] + [class*="span"] {
    margin-left: 2.564102564102564%;
  }
  /* line 6810, app/assets/stylesheets/steps.css.scss */
  .row-fluid .span12 {
    width: 100%;
    *width: 99.94680851063829%;
  }
  /* line 6814, app/assets/stylesheets/steps.css.scss */
  .row-fluid .span11 {
    width: 91.45299145299145%;
    *width: 91.39979996362975%;
  }
  /* line 6818, app/assets/stylesheets/steps.css.scss */
  .row-fluid .span10 {
    width: 82.90598290598291%;
    *width: 82.8527914166212%;
  }
  /* line 6822, app/assets/stylesheets/steps.css.scss */
  .row-fluid .span9 {
    width: 74.35897435897436%;
    *width: 74.30578286961266%;
  }
  /* line 6826, app/assets/stylesheets/steps.css.scss */
  .row-fluid .span8 {
    width: 65.81196581196582%;
    *width: 65.75877432260411%;
  }
  /* line 6830, app/assets/stylesheets/steps.css.scss */
  .row-fluid .span7 {
    width: 57.26495726495726%;
    *width: 57.21176577559556%;
  }
  /* line 6834, app/assets/stylesheets/steps.css.scss */
  .row-fluid .span6 {
    width: 48.717948717948715%;
    *width: 48.664757228587014%;
  }
  /* line 6838, app/assets/stylesheets/steps.css.scss */
  .row-fluid .span5 {
    width: 40.17094017094017%;
    *width: 40.11774868157847%;
  }
  /* line 6842, app/assets/stylesheets/steps.css.scss */
  .row-fluid .span4 {
    width: 31.623931623931625%;
    *width: 31.570740134569924%;
  }
  /* line 6846, app/assets/stylesheets/steps.css.scss */
  .row-fluid .span3 {
    width: 23.076923076923077%;
    *width: 23.023731587561375%;
  }
  /* line 6850, app/assets/stylesheets/steps.css.scss */
  .row-fluid .span2 {
    width: 14.52991452991453%;
    *width: 14.476723040552828%;
  }
  /* line 6854, app/assets/stylesheets/steps.css.scss */
  .row-fluid .span1 {
    width: 5.982905982905983%;
    *width: 5.929714493544281%;
  }
  /* line 6858, app/assets/stylesheets/steps.css.scss */
  .row-fluid .offset12 {
    margin-left: 105.12820512820512%;
    *margin-left: 105.02182214948171%;
  }
  /* line 6862, app/assets/stylesheets/steps.css.scss */
  .row-fluid .offset12:first-child {
    margin-left: 102.56410256410257%;
    *margin-left: 102.45771958537915%;
  }
  /* line 6866, app/assets/stylesheets/steps.css.scss */
  .row-fluid .offset11 {
    margin-left: 96.58119658119658%;
    *margin-left: 96.47481360247316%;
  }
  /* line 6870, app/assets/stylesheets/steps.css.scss */
  .row-fluid .offset11:first-child {
    margin-left: 94.01709401709402%;
    *margin-left: 93.91071103837061%;
  }
  /* line 6874, app/assets/stylesheets/steps.css.scss */
  .row-fluid .offset10 {
    margin-left: 88.03418803418803%;
    *margin-left: 87.92780505546462%;
  }
  /* line 6878, app/assets/stylesheets/steps.css.scss */
  .row-fluid .offset10:first-child {
    margin-left: 85.47008547008548%;
    *margin-left: 85.36370249136206%;
  }
  /* line 6882, app/assets/stylesheets/steps.css.scss */
  .row-fluid .offset9 {
    margin-left: 79.48717948717949%;
    *margin-left: 79.38079650845607%;
  }
  /* line 6886, app/assets/stylesheets/steps.css.scss */
  .row-fluid .offset9:first-child {
    margin-left: 76.92307692307693%;
    *margin-left: 76.81669394435352%;
  }
  /* line 6890, app/assets/stylesheets/steps.css.scss */
  .row-fluid .offset8 {
    margin-left: 70.94017094017094%;
    *margin-left: 70.83378796144753%;
  }
  /* line 6894, app/assets/stylesheets/steps.css.scss */
  .row-fluid .offset8:first-child {
    margin-left: 68.37606837606839%;
    *margin-left: 68.26968539734497%;
  }
  /* line 6898, app/assets/stylesheets/steps.css.scss */
  .row-fluid .offset7 {
    margin-left: 62.393162393162385%;
    *margin-left: 62.28677941443899%;
  }
  /* line 6902, app/assets/stylesheets/steps.css.scss */
  .row-fluid .offset7:first-child {
    margin-left: 59.82905982905982%;
    *margin-left: 59.72267685033642%;
  }
  /* line 6906, app/assets/stylesheets/steps.css.scss */
  .row-fluid .offset6 {
    margin-left: 53.84615384615384%;
    *margin-left: 53.739770867430444%;
  }
  /* line 6910, app/assets/stylesheets/steps.css.scss */
  .row-fluid .offset6:first-child {
    margin-left: 51.28205128205128%;
    *margin-left: 51.175668303327875%;
  }
  /* line 6914, app/assets/stylesheets/steps.css.scss */
  .row-fluid .offset5 {
    margin-left: 45.299145299145295%;
    *margin-left: 45.1927623204219%;
  }
  /* line 6918, app/assets/stylesheets/steps.css.scss */
  .row-fluid .offset5:first-child {
    margin-left: 42.73504273504273%;
    *margin-left: 42.62865975631933%;
  }
  /* line 6922, app/assets/stylesheets/steps.css.scss */
  .row-fluid .offset4 {
    margin-left: 36.75213675213675%;
    *margin-left: 36.645753773413354%;
  }
  /* line 6926, app/assets/stylesheets/steps.css.scss */
  .row-fluid .offset4:first-child {
    margin-left: 34.18803418803419%;
    *margin-left: 34.081651209310785%;
  }
  /* line 6930, app/assets/stylesheets/steps.css.scss */
  .row-fluid .offset3 {
    margin-left: 28.205128205128204%;
    *margin-left: 28.0987452264048%;
  }
  /* line 6934, app/assets/stylesheets/steps.css.scss */
  .row-fluid .offset3:first-child {
    margin-left: 25.641025641025642%;
    *margin-left: 25.53464266230224%;
  }
  /* line 6938, app/assets/stylesheets/steps.css.scss */
  .row-fluid .offset2 {
    margin-left: 19.65811965811966%;
    *margin-left: 19.551736679396257%;
  }
  /* line 6942, app/assets/stylesheets/steps.css.scss */
  .row-fluid .offset2:first-child {
    margin-left: 17.094017094017094%;
    *margin-left: 16.98763411529369%;
  }
  /* line 6946, app/assets/stylesheets/steps.css.scss */
  .row-fluid .offset1 {
    margin-left: 11.11111111111111%;
    *margin-left: 11.004728132387708%;
  }
  /* line 6950, app/assets/stylesheets/steps.css.scss */
  .row-fluid .offset1:first-child {
    margin-left: 8.547008547008547%;
    *margin-left: 8.440625568285142%;
  }
  /* line 6954, app/assets/stylesheets/steps.css.scss */
  input,
textarea,
.uneditable-input {
    margin-left: 0;
  }
  /* line 6959, app/assets/stylesheets/steps.css.scss */
  .controls-row [class*="span"] + [class*="span"] {
    margin-left: 30px;
  }
  /* line 6962, app/assets/stylesheets/steps.css.scss */
  input.span12,
textarea.span12,
.uneditable-input.span12 {
    width: 1156px;
  }
  /* line 6967, app/assets/stylesheets/steps.css.scss */
  input.span11,
textarea.span11,
.uneditable-input.span11 {
    width: 1056px;
  }
  /* line 6972, app/assets/stylesheets/steps.css.scss */
  input.span10,
textarea.span10,
.uneditable-input.span10 {
    width: 956px;
  }
  /* line 6977, app/assets/stylesheets/steps.css.scss */
  input.span9,
textarea.span9,
.uneditable-input.span9 {
    width: 856px;
  }
  /* line 6982, app/assets/stylesheets/steps.css.scss */
  input.span8,
textarea.span8,
.uneditable-input.span8 {
    width: 756px;
  }
  /* line 6987, app/assets/stylesheets/steps.css.scss */
  input.span7,
textarea.span7,
.uneditable-input.span7 {
    width: 656px;
  }
  /* line 6992, app/assets/stylesheets/steps.css.scss */
  input.span6,
textarea.span6,
.uneditable-input.span6 {
    width: 556px;
  }
  /* line 6997, app/assets/stylesheets/steps.css.scss */
  input.span5,
textarea.span5,
.uneditable-input.span5 {
    width: 456px;
  }
  /* line 7002, app/assets/stylesheets/steps.css.scss */
  input.span4,
textarea.span4,
.uneditable-input.span4 {
    width: 356px;
  }
  /* line 7007, app/assets/stylesheets/steps.css.scss */
  input.span3,
textarea.span3,
.uneditable-input.span3 {
    width: 256px;
  }
  /* line 7012, app/assets/stylesheets/steps.css.scss */
  input.span2,
textarea.span2,
.uneditable-input.span2 {
    width: 156px;
  }
  /* line 7017, app/assets/stylesheets/steps.css.scss */
  input.span1,
textarea.span1,
.uneditable-input.span1 {
    width: 56px;
  }
  /* line 7022, app/assets/stylesheets/steps.css.scss */
  .thumbnails {
    margin-left: -30px;
  }
  /* line 7025, app/assets/stylesheets/steps.css.scss */
  .thumbnails > li {
    margin-left: 30px;
  }
  /* line 7028, app/assets/stylesheets/steps.css.scss */
  .row-fluid .thumbnails {
    margin-left: 0;
  }
}

@media (max-width: 979px) {
  /* line 7034, app/assets/stylesheets/steps.css.scss */
  body {
    padding-top: 0;
  }
  /* line 7037, app/assets/stylesheets/steps.css.scss */
  .navbar-fixed-top,
.navbar-fixed-bottom {
    position: static;
  }
  /* line 7041, app/assets/stylesheets/steps.css.scss */
  .navbar-fixed-top {
    margin-bottom: 20px;
  }
  /* line 7044, app/assets/stylesheets/steps.css.scss */
  .navbar-fixed-bottom {
    margin-top: 20px;
  }
  /* line 7047, app/assets/stylesheets/steps.css.scss */
  .navbar-fixed-top .navbar-inner,
.navbar-fixed-bottom .navbar-inner {
    padding: 5px;
  }
  /* line 7051, app/assets/stylesheets/steps.css.scss */
  .navbar .container {
    width: auto;
    padding: 0;
  }
  /* line 7055, app/assets/stylesheets/steps.css.scss */
  .navbar .brand {
    padding-left: 10px;
    padding-right: 10px;
    margin: 0 0 0 -5px;
  }
  /* line 7060, app/assets/stylesheets/steps.css.scss */
  .nav-collapse {
    clear: both;
  }
  /* line 7063, app/assets/stylesheets/steps.css.scss */
  .nav-collapse .nav {
    float: none;
    margin: 0 0 10px;
  }
  /* line 7067, app/assets/stylesheets/steps.css.scss */
  .nav-collapse .nav > li {
    float: none;
  }
  /* line 7070, app/assets/stylesheets/steps.css.scss */
  .nav-collapse .nav > li > a {
    margin-bottom: 2px;
  }
  /* line 7073, app/assets/stylesheets/steps.css.scss */
  .nav-collapse .nav > .divider-vertical {
    display: none;
  }
  /* line 7076, app/assets/stylesheets/steps.css.scss */
  .nav-collapse .nav .nav-header {
    color: #777;
    text-shadow: none;
  }
  /* line 7080, app/assets/stylesheets/steps.css.scss */
  .nav-collapse .nav > li > a,
.nav-collapse .dropdown-menu a {
    padding: 9px 15px;
    font-weight: bold;
    color: #777;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
  }
  /* line 7089, app/assets/stylesheets/steps.css.scss */
  .nav-collapse .btn {
    padding: 4px 10px 4px;
    font-weight: normal;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
  }
  /* line 7096, app/assets/stylesheets/steps.css.scss */
  .nav-collapse .dropdown-menu li + li a {
    margin-bottom: 2px;
  }
  /* line 7099, app/assets/stylesheets/steps.css.scss */
  .nav-collapse .nav > li > a:hover,
.nav-collapse .nav > li > a:focus,
.nav-collapse .dropdown-menu a:hover,
.nav-collapse .dropdown-menu a:focus {
    background-color: #f2f2f2;
  }
  /* line 7105, app/assets/stylesheets/steps.css.scss */
  .navbar-inverse .nav-collapse .nav > li > a,
.navbar-inverse .nav-collapse .dropdown-menu a {
    color: #999;
  }
  /* line 7109, app/assets/stylesheets/steps.css.scss */
  .navbar-inverse .nav-collapse .nav > li > a:hover,
.navbar-inverse .nav-collapse .nav > li > a:focus,
.navbar-inverse .nav-collapse .dropdown-menu a:hover,
.navbar-inverse .nav-collapse .dropdown-menu a:focus {
    background-color: #111;
  }
  /* line 7115, app/assets/stylesheets/steps.css.scss */
  .nav-collapse.in .btn-group {
    margin-top: 5px;
    padding: 0;
  }
  /* line 7119, app/assets/stylesheets/steps.css.scss */
  .nav-collapse .dropdown-menu {
    position: static;
    top: auto;
    left: auto;
    float: none;
    display: none;
    max-width: none;
    margin: 0 15px;
    padding: 0;
    background-color: transparent;
    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 7137, app/assets/stylesheets/steps.css.scss */
  .nav-collapse .open > .dropdown-menu {
    display: block;
  }
  /* line 7140, app/assets/stylesheets/steps.css.scss */
  .nav-collapse .dropdown-menu:before,
.nav-collapse .dropdown-menu:after {
    display: none;
  }
  /* line 7144, app/assets/stylesheets/steps.css.scss */
  .nav-collapse .dropdown-menu .divider {
    display: none;
  }
  /* line 7147, app/assets/stylesheets/steps.css.scss */
  .nav-collapse .nav > li > .dropdown-menu:before,
.nav-collapse .nav > li > .dropdown-menu:after {
    display: none;
  }
  /* line 7151, app/assets/stylesheets/steps.css.scss */
  .nav-collapse .navbar-form,
.nav-collapse .navbar-search {
    float: none;
    padding: 10px 15px;
    margin: 10px 0;
    border-top: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  }
  /* line 7162, app/assets/stylesheets/steps.css.scss */
  .navbar-inverse .nav-collapse .navbar-form,
.navbar-inverse .nav-collapse .navbar-search {
    border-top-color: #111;
    border-bottom-color: #111;
  }
  /* line 7167, app/assets/stylesheets/steps.css.scss */
  .navbar .nav-collapse .nav.pull-right {
    float: none;
    margin-left: 0;
  }
  /* line 7171, app/assets/stylesheets/steps.css.scss */
  .nav-collapse,
.nav-collapse.collapse {
    overflow: hidden;
    height: 0;
  }
  /* line 7176, app/assets/stylesheets/steps.css.scss */
  .navbar .btn-navbar {
    display: block;
  }
  /* line 7179, app/assets/stylesheets/steps.css.scss */
  .navbar-static .navbar-inner {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (min-width: 980px) {
  /* line 7186, app/assets/stylesheets/steps.css.scss */
  .nav-collapse.collapse {
    height: auto !important;
    overflow: visible !important;
  }
}

/* line 7192, app/assets/stylesheets/steps.css.scss */
html {
  font-size: 100%;
}

/* line 7196, app/assets/stylesheets/steps.css.scss */
body {
  background: #eee url(/assets/banner-669c16ff797574124b3ce5580d194f78d22ae474f2a31c40df0fa828b030382e.png) fixed repeat;
  color: #193954;
  font-size: .875em;
  line-height: 1.5em;
}

/* line 7203, app/assets/stylesheets/steps.css.scss */
a {
  color: #2184be;
}

/* line 7207, app/assets/stylesheets/steps.css.scss */
a:hover,
a:active {
  color: #193954;
  text-decoration: none;
}

/* line 7213, app/assets/stylesheets/steps.css.scss */
dl > dt {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.429em;
  font-weight: 600;
  line-height: 1.5em;
  margin-bottom: .25em;
}

/* line 7221, app/assets/stylesheets/steps.css.scss */
dl > dd {
  line-height: 1.5em;
  margin: 0 0 .75em 1em;
}

/* line 7226, app/assets/stylesheets/steps.css.scss */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  line-height: 1.5em;
}

/* line 7237, app/assets/stylesheets/steps.css.scss */
p,
p.lead {
  line-height: 1.5em;
  margin: 0 0 1.5em;
}

/* line 7243, app/assets/stylesheets/steps.css.scss */
ol,
ul {
  margin: 0 0 0em 2em;
}

/* line 7248, app/assets/stylesheets/steps.css.scss */
ol > li,
ul > li {
  line-height: 1.5em;
}

/* line 7253, app/assets/stylesheets/steps.css.scss */
.nowrap {
  white-space: nowrap;
}

/* line 7257, app/assets/stylesheets/steps.css.scss */
.btn {
  line-height: 1em;
  padding: .5em 1em;
}

/* line 7262, app/assets/stylesheets/steps.css.scss */
.btn:hover,
.btn:active {
  background-image: none;
}

/* line 7267, app/assets/stylesheets/steps.css.scss */
.btn-primary {
  border-color: #2184be #69c #69c #2184be;
  background-color: #69c;
  *background-color: #69c;
  background-image: -moz-linear-gradient(top, #69c, #2184be);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#69c), to(#2184be));
  background-image: -webkit-linear-gradient(top, #69c, #2184be);
  background-image: -o-linear-gradient(top, #69c, #2184be);
  background-image: linear-gradient(to bottom, #69c, #2184be);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff6699cc", endColorstr="#ff2184be", GradientType=0);
}

/* line 7280, app/assets/stylesheets/steps.css.scss */
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  background-color: #2184be;
  *background-color: #2184be;
}

/* line 7290, app/assets/stylesheets/steps.css.scss */
.btn-primary:active,
.btn-primary.active {
  background-color: #2184be \9;
}

/* line 7295, app/assets/stylesheets/steps.css.scss */
.btn-large {
  font-size: 1.429em;
}

/* line 7299, app/assets/stylesheets/steps.css.scss */
.sitewrapper {
  background: #fff;
  padding-top: 4.286em;
  -webkit-box-shadow: 0 0 12px 5px #e7e7e7;
  -moz-box-shadow: 0 0 12px 5px #e7e7e7;
  box-shadow: 0 0 12px 5px #e7e7e7;
}

/* line 7307, app/assets/stylesheets/steps.css.scss */
.sitewrapper > header {
  color: #2184be;
  position: relative;
  padding: 2.857em 3em 4.286em;
  margin: 0;
  background-color: #eee;
  background-image: -moz-linear-gradient(0deg, #eee 0%, #f3f3f3 70%);
  background-image: -ms-linear-gradient(0deg, #eee 0%, #f3f3f3 70%);
  background-image: -o-linear-gradient(0deg, #eee 0%, #f3f3f3 70%);
  background-image: -webkit-linear-gradient(0deg, #eee 0%, #f3f3f3 70%);
  background-image: linear-gradient(0deg, #eee 0%, #f3f3f3 70%);
}

/* line 7320, app/assets/stylesheets/steps.css.scss */
.sitewrapper > header > h1 {
  font-size: 4.286em;
  font-weight: 600;
  line-height: 1.167em;
  margin-bottom: .4em;
  width: 57%;
  -webkit-text-shadow: 2px 2px 3px rgba(100, 100, 115, 0.45);
  text-shadow: 2px 2px 3px rgba(100, 100, 115, 0.45);
}

/* line 7330, app/assets/stylesheets/steps.css.scss */
.sitewrapper > header > p {
  font-size: 2.429em;
  line-height: 1.235em;
  margin-bottom: .882em;
  width: 57%;
  -webkit-text-shadow: 2px 2px 3px rgba(100, 100, 115, 0.45);
  text-shadow: 2px 2px 3px rgba(100, 100, 115, 0.45);
}

/* line 7339, app/assets/stylesheets/steps.css.scss */
.sitewrapper > header > .btn-large {
  font-size: 2em;
}

/* line 7343, app/assets/stylesheets/steps.css.scss */
.sitewrapper > header > #carbonads-container {
  position: absolute;
  right: 3em;
  top: 3.8em;
}

/* line 7349, app/assets/stylesheets/steps.css.scss */
.sitewrapper > header > #carbonads-container > .carbonad {
  background: #e0e0e0;
  border: 1px solid #fff;
  color: #333;
  font-size: .857em;
  line-height: 1.5em;
  padding: 1.5em;
  width: 300px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.075) 0 3px 5px 0 inset, rgba(255, 255, 255, 0.098) 0 1px 0 0;
  -moz-box-shadow: rgba(0, 0, 0, 0.075) 0 3px 5px 0 inset, rgba(255, 255, 255, 0.098) 0 1px 0 0;
  box-shadow: rgba(0, 0, 0, 0.075) 0 3px 5px 0 inset, rgba(255, 255, 255, 0.098) 0 1px 0 0;
}

/* line 7362, app/assets/stylesheets/steps.css.scss */
.sitewrapper > header > #carbonads-container > .carbonad .carbonad-image img,
.sitewrapper > header > #carbonads-container > .carbonad .carbonad-image iframe {
  display: inline;
  float: left;
  margin: 0;
}

/* line 7369, app/assets/stylesheets/steps.css.scss */
.sitewrapper > header > #carbonads-container > .carbonad .carbonad-text {
  display: block;
  float: none;
  margin: 1em 0 0 12.083em;
  padding: 0;
  text-align: left;
  width: auto;
}

/* line 7378, app/assets/stylesheets/steps.css.scss */
.sitewrapper > header > #carbonads-container > .carbonad .carbonad-text > a {
  color: #333;
}

/* line 7382, app/assets/stylesheets/steps.css.scss */
.sitewrapper > header > #carbonads-container > .carbonad .carbonad-tag {
  display: block;
  float: none;
  margin: 1em 0 0 12.083em;
  text-align: left;
  width: auto;
}

/* line 7390, app/assets/stylesheets/steps.css.scss */
.sitewrapper > .socialbar {
  background: #eee;
  padding: 1.071em 1.429em;
  text-align: center;
}

/* line 7396, app/assets/stylesheets/steps.css.scss */
.sitewrapper > .socialbar div,
.sitewrapper > .socialbar iframe,
.sitewrapper > .socialbar span {
  width: 110px !important;
  *float: left;
}

/* line 7405, app/assets/stylesheets/steps.css.scss */
.sitewrapper > .content #lefthand {
  padding: 2.857em 0 0;
}

/* line 7409, app/assets/stylesheets/steps.css.scss */
.sitewrapper > .content #lefthand-nav {
  padding: 0;
}

/* line 7413, app/assets/stylesheets/steps.css.scss */
.sitewrapper > .content #lefthand-nav.affix {
  top: 7.143em;
  width: 220px;
}

/* line 7418, app/assets/stylesheets/steps.css.scss */
.sitewrapper > .content #lefthand-nav > li > a {
  background: #eee;
  color: #2184be;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: .741em 1.429em;
  -webkit-text-shadow: none;
  text-shadow: none;
}

/* line 7428, app/assets/stylesheets/steps.css.scss */
.sitewrapper > .content #lefthand-nav > li > a:hover,
.sitewrapper > .content #lefthand-nav > li > a:active,
.sitewrapper > .content #lefthand-nav > li.active > a,
.sitewrapper > .content #lefthand-nav > li.active > a:hover,
.sitewrapper > .content #lefthand-nav > li.active > a:active {
  background: #2184be;
  color: #fff;
}

/* line 7437, app/assets/stylesheets/steps.css.scss */
.sitewrapper > .content #lefthand-nav > li.active > a {
  font-weight: 600;
}

/* line 7441, app/assets/stylesheets/steps.css.scss */
.sitewrapper > .content .main {
  padding-bottom: 2.857em;
}

/* line 7445, app/assets/stylesheets/steps.css.scss */
.sitewrapper > .content .main > section {
  margin-top: -1.429em;
  padding: 2.857em 2.857em 0 0;
}

/* line 7450, app/assets/stylesheets/steps.css.scss */
.sitewrapper > .content .main > section > h2.page-header {
  font-size: 2.857em;
  margin: .5em 0 .75em;
  padding: 0 0 .25em;
}

/* line 7456, app/assets/stylesheets/steps.css.scss */
.sitewrapper > .content .main > section > p.lead {
  font-size: 1.429em;
}

/* line 7460, app/assets/stylesheets/steps.css.scss */
.sitewrapper > .content .main > section h3 {
  font-size: 2em;
}

/* line 7464, app/assets/stylesheets/steps.css.scss */
.sitewrapper > .content .main > section h4 {
  font-size: 1.429em;
}

/* line 7468, app/assets/stylesheets/steps.css.scss */
.sitewrapper > .content .me {
  padding-top: 2.857em;
  text-align: center;
}

/* line 7473, app/assets/stylesheets/steps.css.scss */
.sitewrapper > .content.startpage {
  padding-top: 2.857em;
  text-align: center;
}

/* line 7478, app/assets/stylesheets/steps.css.scss */
.sitewrapper > .content.startpage .box {
  margin-bottom: 2.857em;
}

/* line 7482, app/assets/stylesheets/steps.css.scss */
.sitewrapper > .content.startpage .box > h2 {
  font-size: 1.714em;
  font-weight: normal;
  line-height: 1.208em;
  margin: .833em 0 .667em;
}

/* line 7489, app/assets/stylesheets/steps.css.scss */
.sitewrapper > .content.startpage .box > p {
  font-size: 1.143em;
}

/* line 7493, app/assets/stylesheets/steps.css.scss */
body > footer {
  padding: 3.571em 1.429em;
  text-align: center;
}

/* line 7498, app/assets/stylesheets/steps.css.scss */
body > footer > .links {
  margin: 0;
  padding: 0;
}

/* line 7503, app/assets/stylesheets/steps.css.scss */
body > footer > .links > li {
  display: inline;
}

/* line 7507, app/assets/stylesheets/steps.css.scss */
.navbar {
  background: none;
}

/* line 7511, app/assets/stylesheets/steps.css.scss */
.navbar > .navbar-inner {
  background: none #2184be;
  filter: none;
  border: 0 none;
  min-height: 4.286em;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

/* line 7521, app/assets/stylesheets/steps.css.scss */
.navbar > .navbar-inner h1 {
  display: block;
  float: left;
  font-size: 1.429em;
  line-height: 1em;
  margin: 0 .5em;
}

/* line 7529, app/assets/stylesheets/steps.css.scss */
.navbar > .navbar-inner h1 > a {
  color: #fff;
  display: inline-block;
  padding: 1em;
  text-decoration: none;
}

/* line 7536, app/assets/stylesheets/steps.css.scss */
.navbar > .navbar-inner h1 > a:hover {
  color: #ff7f00;
}

/* line 7540, app/assets/stylesheets/steps.css.scss */
.navbar > .navbar-inner nav {
  float: right;
  line-height: 1em;
  margin: 0 .714em;
}

/* line 7546, app/assets/stylesheets/steps.css.scss */
.navbar > .navbar-inner nav ul {
  margin: 0 .357em;
}

/* line 7550, app/assets/stylesheets/steps.css.scss */
.navbar > .navbar-inner nav li {
  display: inline-block;
  line-height: 1em;
  *float: left;
}

/* line 7556, app/assets/stylesheets/steps.css.scss */
.navbar > .navbar-inner nav a {
  color: #fff;
  display: block;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 1.643em 1.071em;
  text-decoration: none;
}

/* line 7564, app/assets/stylesheets/steps.css.scss */
.navbar > .navbar-inner nav a:hover,
.navbar > .navbar-inner nav a:active,
.navbar > .navbar-inner nav li.active a,
.navbar > .navbar-inner nav li.active a:hover,
.navbar > .navbar-inner nav li.active a:active {
  color: #ff7f00;
  background: none;
}

/* line 7573, app/assets/stylesheets/steps.css.scss */
.navbar > .navbar-inner nav li.active a {
  font-weight: 600;
}

/* line 7577, app/assets/stylesheets/steps.css.scss */
pre.css > span {
  background: #fbfbfc;
  padding: .1em .2em;
  margin: 0 .2em .2em 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  box-shadow: inset 1px 1px 0 #ececf0;
  line-height: 20px;
}

/* line 7588, app/assets/stylesheets/steps.css.scss */
pre.css > .tag {
  color: #1e347b;
}

/* line 7592, app/assets/stylesheets/steps.css.scss */
pre.css > .id {
  color: teal;
}

/* line 7596, app/assets/stylesheets/steps.css.scss */
pre.css > .class {
  color: #d14;
}

@media (min-width: 1200px) {
  /* line 7601, app/assets/stylesheets/steps.css.scss */
  .sitewrapper > header > h1,
.sitewrapper > header > p {
    width: 70%;
  }
  /* line 7605, app/assets/stylesheets/steps.css.scss */
  .sitewrapper > .content #lefthand-nav.affix {
    width: 270px;
  }
}

@media (max-width: 1199px) {
  /* line 7611, app/assets/stylesheets/steps.css.scss */
  .sitewrapper > header > h1,
.sitewrapper > header > p {
    width: 57%;
  }
  /* line 7615, app/assets/stylesheets/steps.css.scss */
  .sitewrapper > .content #lefthand-nav.affix {
    width: 220px;
  }
}

@media (max-width: 979px) {
  /* line 7621, app/assets/stylesheets/steps.css.scss */
  .sitewrapper {
    padding-top: 0;
    width: auto;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  /* line 7628, app/assets/stylesheets/steps.css.scss */
  .sitewrapper > header {
    text-align: center;
  }
  /* line 7631, app/assets/stylesheets/steps.css.scss */
  .sitewrapper > header > h1,
.sitewrapper > header > p {
    margin-left: auto;
    margin-right: auto;
    width: 80%;
  }
  /* line 7637, app/assets/stylesheets/steps.css.scss */
  .sitewrapper > header > #carbonads-container {
    position: relative;
    margin: 3em auto 0;
    right: 0;
    top: 0;
    width: 80%;
  }
  /* line 7644, app/assets/stylesheets/steps.css.scss */
  .sitewrapper > header > #carbonads-container > .carbonad {
    font-size: 1em;
    line-height: 1.5em;
    width: auto;
  }
  /* line 7649, app/assets/stylesheets/steps.css.scss */
  .sitewrapper > header > #carbonads-container > .carbonad .carbonad-text {
    margin: .857em 0 0 10.357em;
  }
  /* line 7652, app/assets/stylesheets/steps.css.scss */
  .sitewrapper > header > #carbonads-container > .carbonad .carbonad-tag {
    margin: 1em 0 0 10.357em;
  }
  /* line 7656, app/assets/stylesheets/steps.css.scss */
  .sitewrapper > .content #lefthand-nav.affix {
    top: 2.857em;
    width: 22.92817679558011%;
    *width: 22.87498530621841%;
  }
  /* line 7661, app/assets/stylesheets/steps.css.scss */
  .sitewrapper > .content.startpage .box > h2 {
    font-size: 1.429em;
  }
  /* line 7664, app/assets/stylesheets/steps.css.scss */
  .navbar {
    margin-bottom: 0;
  }
}

@media (max-width: 767px) {
  /* line 7670, app/assets/stylesheets/steps.css.scss */
  body {
    padding: 0;
  }
  /* line 7673, app/assets/stylesheets/steps.css.scss */
  .sitewrapper > header {
    padding: 2em 0 0;
  }
  /* line 7676, app/assets/stylesheets/steps.css.scss */
  .sitewrapper > header > h1 {
    font-size: 2.5em;
  }
  /* line 7679, app/assets/stylesheets/steps.css.scss */
  .sitewrapper > header > p,
.sitewrapper > header > .btn-large {
    font-size: 1.5em;
  }
  /* line 7683, app/assets/stylesheets/steps.css.scss */
  .sitewrapper > header > #carbonads-container {
    width: 100%;
  }
  /* line 7686, app/assets/stylesheets/steps.css.scss */
  .sitewrapper > header > #carbonads-container > .carbonad {
    border-left: 0 none;
    border-right: 0 none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  /* line 7693, app/assets/stylesheets/steps.css.scss */
  .sitewrapper > .content {
    padding-left: 1.429em;
    padding-right: 1.429em;
  }
  /* line 7697, app/assets/stylesheets/steps.css.scss */
  .sitewrapper > .content #lefthand-nav {
    width: auto;
    margin: 0 20%;
  }
  /* line 7701, app/assets/stylesheets/steps.css.scss */
  .sitewrapper > .content #lefthand-nav.affix {
    position: static;
    width: auto;
    top: 0;
  }
  /* line 7706, app/assets/stylesheets/steps.css.scss */
  .sitewrapper > .content .main > section {
    padding-right: 0;
  }
  /* line 7709, app/assets/stylesheets/steps.css.scss */
  .sitewrapper > .content .main > section > h2.page-header {
    font-size: 2em;
  }
  /* line 7712, app/assets/stylesheets/steps.css.scss */
  .sitewrapper > .content .main > section > p.lead {
    font-size: 1.143em;
  }
  /* line 7715, app/assets/stylesheets/steps.css.scss */
  .sitewrapper > .content .main > section h3 {
    font-size: 1.5em;
  }
  /* line 7718, app/assets/stylesheets/steps.css.scss */
  .sitewrapper > .content .main > section h4 {
    font-size: 1.143em;
  }
  /* line 7721, app/assets/stylesheets/steps.css.scss */
  .sitewrapper > .content.startpage .box > h2 {
    font-size: 2em;
  }
  /* line 7724, app/assets/stylesheets/steps.css.scss */
  .navbar {
    margin: 0;
  }
  /* line 7727, app/assets/stylesheets/steps.css.scss */
  .navbar > .navbar-inner h1 {
    float: none;
    margin: .5em 0 0;
    text-align: center;
    width: 100%;
  }
  /* line 7733, app/assets/stylesheets/steps.css.scss */
  .navbar > .navbar-inner h1 > a {
    padding: .5em 1em;
  }
  /* line 7736, app/assets/stylesheets/steps.css.scss */
  .navbar > .navbar-inner nav {
    float: none;
    margin: 0 0 .714em;
    text-align: center;
    width: 100%;
  }
  /* line 7742, app/assets/stylesheets/steps.css.scss */
  .navbar > .navbar-inner nav a {
    padding: .714em 1.071em;
  }
}

@media (max-width: 480px) {
  /* line 7748, app/assets/stylesheets/steps.css.scss */
  .sitewrapper > header > #carbonads-container > .carbonad {
    font-size: .857em;
    line-height: 1.5em;
  }
  /* line 7752, app/assets/stylesheets/steps.css.scss */
  .sitewrapper > header > #carbonads-container > .carbonad .carbonad-text {
    margin: 1em 0 0 12.083em;
  }
  /* line 7755, app/assets/stylesheets/steps.css.scss */
  .sitewrapper > header > #carbonads-container > .carbonad .carbonad-tag {
    margin: 1em 0 0 12.083em;
  }
  /* line 7758, app/assets/stylesheets/steps.css.scss */
  .sitewrapper > .content #lefthand-nav {
    margin: 0 10%;
  }
}

/* line 7763, app/assets/stylesheets/steps.css.scss */
.wizard,
.tabcontrol {
  display: block;
  width: 100%;
  overflow: hidden;
}

/* line 7770, app/assets/stylesheets/steps.css.scss */
.wizard a,
.tabcontrol a {
  outline: 0;
}

/* line 7775, app/assets/stylesheets/steps.css.scss */
.wizard ul,
.tabcontrol ul {
  list-style: none !important;
  padding: 0;
  margin: 0;
}

/* line 7782, app/assets/stylesheets/steps.css.scss */
.wizard ul > li,
.tabcontrol ul > li {
  display: block;
  padding: 0;
}

/* line 7788, app/assets/stylesheets/steps.css.scss */
.wizard > .steps .current-info,
.tabcontrol > .steps .current-info {
  position: absolute;
  left: -999em;
}

/* line 7794, app/assets/stylesheets/steps.css.scss */
.wizard > .content > .title,
.tabcontrol > .content > .title {
  position: absolute;
  left: -999em;
}

/* line 7800, app/assets/stylesheets/steps.css.scss */
.wizard > .steps {
  position: relative;
  display: block;
  width: 100%;
}

/* line 7806, app/assets/stylesheets/steps.css.scss */
.wizard.vertical > .steps {
  display: inline;
  float: left;
  width: 30%;
}

/* line 7812, app/assets/stylesheets/steps.css.scss */
.wizard > .steps .number {
  font-size: 1.429em;
}

/* line 7816, app/assets/stylesheets/steps.css.scss */
.wizard > .steps > ul > li {
  width: 25%;
}

/* line 7820, app/assets/stylesheets/steps.css.scss */
.wizard > .steps > ul > li,
.wizard > .actions > ul > li {
  float: left;
}

/* line 7825, app/assets/stylesheets/steps.css.scss */
.wizard.vertical > .steps > ul > li {
  float: none;
  width: 100%;
}

/* line 7830, app/assets/stylesheets/steps.css.scss */
.wizard > .steps a,
.wizard > .steps a:hover,
.wizard > .steps a:active {
  display: block;
  width: auto;
  margin: 0 .5em .5em;
  padding: 1em 1em;
  text-decoration: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

/* line 7843, app/assets/stylesheets/steps.css.scss */
.wizard > .steps .disabled a,
.wizard > .steps .disabled a:hover,
.wizard > .steps .disabled a:active {
  background: #eee;
  color: #aaa;
  cursor: default;
}

/* line 7851, app/assets/stylesheets/steps.css.scss */
.wizard > .steps .current a,
.wizard > .steps .current a:hover,
.wizard > .steps .current a:active {
  background: #2184be;
  color: #fff;
  cursor: default;
}

/* line 7859, app/assets/stylesheets/steps.css.scss */
.wizard > .steps .done a,
.wizard > .steps .done a:hover,
.wizard > .steps .done a:active {
  background: #9dc8e2;
  color: #fff;
}

/* line 7866, app/assets/stylesheets/steps.css.scss */
.wizard > .steps .error a,
.wizard > .steps .error a:hover,
.wizard > .steps .error a:active {
  background: #ff3111;
  color: #fff;
}

/* line 7873, app/assets/stylesheets/steps.css.scss */
.wizard > .content {
  background: #eee;
  display: block;
  margin: .5em;
  min-height: 35em;
  overflow: hidden;
  position: relative;
  width: auto;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

/* line 7886, app/assets/stylesheets/steps.css.scss */
.wizard.vertical > .content {
  display: inline;
  float: left;
  margin: 0 2.5% .5em 2.5%;
  width: 65%;
}

/* line 7893, app/assets/stylesheets/steps.css.scss */
.wizard > .content > .body {
  float: left;
  position: absolute;
  width: 95%;
  height: 95%;
  padding: 2.5%;
}

/* line 7901, app/assets/stylesheets/steps.css.scss */
.wizard > .content > .body ul {
  list-style: disc !important;
}

/* line 7905, app/assets/stylesheets/steps.css.scss */
.wizard > .content > .body ul > li {
  display: list-item;
}

/* line 7909, app/assets/stylesheets/steps.css.scss */
.wizard > .content > .body > iframe {
  border: 0 none;
  width: 100%;
  height: 100%;
}

/* line 7915, app/assets/stylesheets/steps.css.scss */
.wizard > .content > .body input {
  display: block;
  border: 1px solid #ccc;
}

/* line 7920, app/assets/stylesheets/steps.css.scss */
.wizard > .content > .body input[type="checkbox"] {
  display: inline-block;
}

/* line 7924, app/assets/stylesheets/steps.css.scss */
.wizard > .content > .body input.error {
  background: #fbe3e4;
  border: 1px solid #fbc2c4;
  color: #8a1f11;
}

/* line 7930, app/assets/stylesheets/steps.css.scss */
.wizard > .content > .body label {
  display: inline-block;
  margin-bottom: .5em;
}

/* line 7935, app/assets/stylesheets/steps.css.scss */
.wizard > .content > .body label.error {
  color: #8a1f11;
  display: inline-block;
  margin-left: 1.5em;
}

/* line 7941, app/assets/stylesheets/steps.css.scss */
.wizard > .actions {
  position: relative;
  display: block;
  text-align: right;
  width: 100%;
}

/* line 7948, app/assets/stylesheets/steps.css.scss */
.wizard.vertical > .actions {
  display: inline;
  float: right;
  margin: 0 2.5%;
  width: 95%;
}

/* line 7955, app/assets/stylesheets/steps.css.scss */
.wizard > .actions > ul {
  display: inline-block;
  text-align: right;
}

/* line 7960, app/assets/stylesheets/steps.css.scss */
.wizard > .actions > ul > li {
  margin: 0 .5em;
}

/* line 7964, app/assets/stylesheets/steps.css.scss */
.wizard.vertical > .actions > ul > li {
  margin: 0 0 0 1em;
}

/* line 7968, app/assets/stylesheets/steps.css.scss */
.wizard > .actions a,
.wizard > .actions a:hover,
.wizard > .actions a:active {
  background: #2184be;
  color: #fff;
  display: block;
  padding: .5em 1em;
  text-decoration: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

/* line 7981, app/assets/stylesheets/steps.css.scss */
.wizard > .actions .disabled a,
.wizard > .actions .disabled a:hover,
.wizard > .actions .disabled a:active {
  background: #eee;
  color: #aaa;
}

/* line 7992, app/assets/stylesheets/steps.css.scss */
.tabcontrol > .steps {
  position: relative;
  display: block;
  width: 100%;
}

/* line 7998, app/assets/stylesheets/steps.css.scss */
.tabcontrol > .steps > ul {
  position: relative;
  margin: 6px 0 0 0;
  top: 1px;
  z-index: 1;
}

/* line 8005, app/assets/stylesheets/steps.css.scss */
.tabcontrol > .steps > ul > li {
  float: left;
  margin: 5px 2px 0 0;
  padding: 1px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

/* line 8017, app/assets/stylesheets/steps.css.scss */
.tabcontrol > .steps > ul > li:hover {
  background: #edecec;
  border: 1px solid #bbb;
  padding: 0;
}

/* line 8023, app/assets/stylesheets/steps.css.scss */
.tabcontrol > .steps > ul > li.current {
  background: #fff;
  border: 1px solid #bbb;
  border-bottom: 0 none;
  padding: 0 0 1px 0;
  margin-top: 0;
}

/* line 8031, app/assets/stylesheets/steps.css.scss */
.tabcontrol > .steps > ul > li > a {
  color: #5f5f5f;
  display: inline-block;
  border: 0 none;
  margin: 0;
  padding: 10px 30px;
  text-decoration: none;
}

/* line 8040, app/assets/stylesheets/steps.css.scss */
.tabcontrol > .steps > ul > li > a:hover {
  text-decoration: none;
}

/* line 8044, app/assets/stylesheets/steps.css.scss */
.tabcontrol > .steps > ul > li.current > a {
  padding: 15px 30px 10px 30px;
}

/* line 8048, app/assets/stylesheets/steps.css.scss */
.tabcontrol > .content {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 35em;
  overflow: hidden;
  border-top: 1px solid #bbb;
  padding-top: 20px;
}

/* line 8058, app/assets/stylesheets/steps.css.scss */
.tabcontrol > .content > .body {
  float: left;
  position: absolute;
  width: 95%;
  height: 95%;
  padding: 2.5%;
}

/* line 8066, app/assets/stylesheets/steps.css.scss */
.tabcontrol > .content > .body ul {
  list-style: disc !important;
}

/* line 8070, app/assets/stylesheets/steps.css.scss */
.tabcontrol > .content > .body ul > li {
  display: list-item;
}

@media (max-width: 600px) {
  /* line 8075, app/assets/stylesheets/steps.css.scss */
  .wizard > .steps > ul > li {
    width: 50%;
  }
  /* line 8078, app/assets/stylesheets/steps.css.scss */
  .wizard > .steps a,
.wizard > .steps a:hover,
.wizard > .steps a:active {
    margin-top: .5em;
  }
  /* line 8083, app/assets/stylesheets/steps.css.scss */
  .wizard.vertical > .steps,
.wizard.vertical > .actions {
    display: block;
    float: none;
    width: 100%;
  }
  /* line 8089, app/assets/stylesheets/steps.css.scss */
  .wizard.vertical > .content {
    display: block;
    float: none;
    margin: 0 .5em .5em;
    width: auto;
  }
}

@media (max-width: 480px) {
  /* line 8098, app/assets/stylesheets/steps.css.scss */
  .wizard > .steps > ul > li {
    width: 100%;
  }
}

/* line 8103, app/assets/stylesheets/steps.css.scss */
.com {
  color: #93a1a1;
}

/* line 8107, app/assets/stylesheets/steps.css.scss */
.lit {
  color: #195f91;
}

/* line 8111, app/assets/stylesheets/steps.css.scss */
.pun,
.opn,
.clo {
  color: #93a1a1;
}

/* line 8117, app/assets/stylesheets/steps.css.scss */
.fun {
  color: #dc322f;
}

/* line 8121, app/assets/stylesheets/steps.css.scss */
.str,
.atv {
  color: #d14;
}

/* line 8126, app/assets/stylesheets/steps.css.scss */
.kwd,
.prettyprint .tag {
  color: #1e347b;
}

/* line 8131, app/assets/stylesheets/steps.css.scss */
.typ,
.atn,
.dec,
.var {
  color: teal;
}

/* line 8138, app/assets/stylesheets/steps.css.scss */
.pln {
  color: #48484c;
}

/* line 8142, app/assets/stylesheets/steps.css.scss */
.prettyprint {
  padding: 8px;
  background-color: #f7f7f9;
  border: 1px solid #e1e1e8;
}

/* line 8148, app/assets/stylesheets/steps.css.scss */
.prettyprint.linenums {
  -webkit-box-shadow: inset 40px 0 0 #fbfbfc, inset 41px 0 0 #ececf0;
  -moz-box-shadow: inset 40px 0 0 #fbfbfc, inset 41px 0 0 #ececf0;
  box-shadow: inset 40px 0 0 #fbfbfc, inset 41px 0 0 #ececf0;
}

/* line 8154, app/assets/stylesheets/steps.css.scss */
ol.linenums {
  margin: 0 0 0 33px;
}

/* line 8158, app/assets/stylesheets/steps.css.scss */
ol.linenums li {
  padding-left: 12px;
  color: #bebec5;
  line-height: 20px;
  text-shadow: 0 1px 0 #fff;
}
/************************
Designed by : http://responsivewebinc.com
************************/
/* Basic CSS starts */
/* line 6, app/assets/stylesheets/style.css.scss */
#navbar {
  padding-left: 20px;
}

/* line 10, app/assets/stylesheets/style.css.scss */
body {
  font-size: 12px;
  line-height: 24px;
  -webkit-font-smoothing: antialiased;
}

/* line 16, app/assets/stylesheets/style.css.scss */
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  margin: 0px;
  padding: 0px;
}

/* line 22, app/assets/stylesheets/style.css.scss */
h1 {
  font-size: 30px;
}

/* line 26, app/assets/stylesheets/style.css.scss */
h2 {
  font-size: 25px;
}

/* line 30, app/assets/stylesheets/style.css.scss */
h3 {
  font-size: 20px;
}

/* line 34, app/assets/stylesheets/style.css.scss */
h4 {
  font-size: 17px;
}

/* line 38, app/assets/stylesheets/style.css.scss */
h5 {
  font-size: 15px;
}

/* line 42, app/assets/stylesheets/style.css.scss */
h6 {
  font-size: 12px;
}

/* line 46, app/assets/stylesheets/style.css.scss */
p {
  margin: 0;
  padding: 0;
}

/* line 51, app/assets/stylesheets/style.css.scss */
a {
  text-decoration: none !important;
}

/* line 55, app/assets/stylesheets/style.css.scss */
a:hover, a:focus {
  text-decoration: none !important;
}

/* line 59, app/assets/stylesheets/style.css.scss */
a:hover, a:active, a:focus {
  outline: 0;
}

/* line 67, app/assets/stylesheets/style.css.scss */
:focus {
  outline: none;
}

/* line 71, app/assets/stylesheets/style.css.scss */
::-moz-focus-inner {
  border: 0;
}

/* Form */
/* line 77, app/assets/stylesheets/style.css.scss */
form {
  margin: 0px !important;
}

/* line 81, app/assets/stylesheets/style.css.scss */
form * {
  box-shadow: none !important;
}

/* line 85, app/assets/stylesheets/style.css.scss */
form input,
form textarea,
form select {
  font-size: 12px !important;
  border-radius: 2px !important;
  border: 1px solid #ccc !important;
}

/* line 93, app/assets/stylesheets/style.css.scss */
form select {
  color: #9a9a9a !important;
  padding-left: 8px !important;
}

/* line 98, app/assets/stylesheets/style.css.scss */
form label {
  font-size: 12px !important;
}

/* line 102, app/assets/stylesheets/style.css.scss */
.list-unstyled {
  padding-left: 0px !important;
  margin-left: 0px !important;
}

/* Sparkline tooltip */
/* line 109, app/assets/stylesheets/style.css.scss */
.jqstooltip {
  width: auto !important;
  height: auto !important;
  border-radius: 5px;
  padding: 4px 6px !important;
  background-color: rgba(0, 0, 0, 0.5) !important;
  border: 0 !important;
}

/* Basic CSS ends */
/* line 120, app/assets/stylesheets/style.css.scss */
.br-red h1, .br-red h2, .br-red h3, .br-red h4, .br-red h5, .br-red h6, .br-red a,
.br-green h1, .br-green h2, .br-green h3, .br-green h4, .br-green h5, .br-green h6, .br-green a,
.br-lblue h1, .br-lblue h2, .br-lblue h3, .br-lblue h4, .br-lblue h5, .br-lblue h6, .br-lblue a,
.br-blue h1, .br-blue h2, .br-blue h3, .br-blue h4, .br-blue h5, .br-blue h6, .br-blue a,
.br-brown h1, .br-brown h2, .br-brown h3, .br-brown h4, .br-brown h5, .br-brown h6, .br-brown a,
.br-orange h1, .br-orange h2, .br-orange h3, .br-orange h4, .br-orange h5, .br-orange h6, .br-orange a,
.br-purple h1, .br-purple h2, .br-purple h3, .br-purple h4, .br-purple h5, .br-purple h6, .br-purple a {
  color: #fff !important;
}

/* Nav Tabs */
/* line 132, app/assets/stylesheets/style.css.scss */
ul.nav-tabs li {
  margin-right: 2px;
}

/* line 135, app/assets/stylesheets/style.css.scss */
ul.nav-tabs li a {
  border: 1px solid #eee;
}

/* line 138, app/assets/stylesheets/style.css.scss */
.tab-content {
  border: 1px solid #eee;
  border-top: 0px;
  padding: 10px 15px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

/* Nav Pills */
/* line 147, app/assets/stylesheets/style.css.scss */
.nav-pills {
  border: 0px;
}

/* line 151, app/assets/stylesheets/style.css.scss */
.nav-pills li {
  margin-right: 4px;
  margin-bottom: 5px;
}

/* line 156, app/assets/stylesheets/style.css.scss */
.nav-pills li a {
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 14px;
  line-height: 23px;
  border: 1px solid #eaeaea;
  border-radius: 3px;
  color: #9a9a9a;
}

/* line 166, app/assets/stylesheets/style.css.scss */
.nav-pills li a:hover {
  border: 1px solid #ddd;
}

/* line 170, app/assets/stylesheets/style.css.scss */
.nav-pills li.active a i {
  color: #444 !important;
}

/* Nav Justified */
/* line 176, app/assets/stylesheets/style.css.scss */
.nav-justified li a {
  border-radius: 0px !important;
}

/* line 180, app/assets/stylesheets/style.css.scss */
.nav-tabs.nav-justified > li > a {
  border-color: #eaeaea;
}

/* line 184, app/assets/stylesheets/style.css.scss */
.nav-tabs.nav-justified > li > a:hover {
  border-color: #ddd;
}

/* Nav Drop down */
/* line 190, app/assets/stylesheets/style.css.scss */
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  border-color: #ddd;
}

/* line 194, app/assets/stylesheets/style.css.scss */
.nav-tabs .dropdown .dropdown-menu {
  border-radius: 3px;
  border: 1px solid #ddd;
}

/* line 199, app/assets/stylesheets/style.css.scss */
.nav-tabs .dropdown li {
  margin: 0px;
}

/* line 203, app/assets/stylesheets/style.css.scss */
.nav-tabs .dropdown li a {
  margin: 0px;
  padding: 5px 10px;
  border: 0px;
  font-size: 13px;
  border-radius: 0px;
}

/* Pager */
/* line 213, app/assets/stylesheets/style.css.scss */
.pager li > a, .pager li > span {
  margin-bottom: 5px;
  color: #fff;
}

/* line 218, app/assets/stylesheets/style.css.scss */
.pager li > a:hover, .pager li > span {
  color: #fff;
}

/* line 222, app/assets/stylesheets/style.css.scss */
.pager .disabled > a, .pager .disabled > a:hover,
.pager .disabled > a:focus, .pager .disabled > span {
  color: #fff;
}

/* Breadcrumbs */
/* line 229, app/assets/stylesheets/style.css.scss */
.breadcrumb {
  background: #fafafa;
  border: 1px solid #f1f1f1;
}

/* Pagination */
/* line 236, app/assets/stylesheets/style.css.scss */
.pagination li a {
  color: #9a9a9a;
}

/* line 240, app/assets/stylesheets/style.css.scss */
.pagination-xs li a {
  padding: 3px 6px;
  font-size: 11px;
}

/* Alert */
/* line 248, app/assets/stylesheets/style.css.scss */
.alert {
  border-radius: 5px !important;
}

/* line 252, app/assets/stylesheets/style.css.scss */
.alert-dismissable .close {
  top: 3px !important;
}

/* Slider */
/* line 258, app/assets/stylesheets/style.css.scss */
#eq span {
  height: 120px;
  float: left;
  margin: 15px;
}

/* line 262, app/assets/stylesheets/style.css.scss */
.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.1em;
  height: 1.1em !important;
  cursor: default;
  background: #fafafa !important;
  border: 1px solid #ccc !important;
}

/* line 271, app/assets/stylesheets/style.css.scss */
.ui-slider-vertical .ui-slider-handle {
  left: -18px !important;
  margin-bottom: -.6em !important;
}

/* line 276, app/assets/stylesheets/style.css.scss */
.ui-slider-horizontal {
  height: .5em;
  border: 0px solid #eee !important;
  background: #dfdfdf !important;
}

/* line 282, app/assets/stylesheets/style.css.scss */
.ui-slider-vertical {
  height: 100px;
  width: 0.5em;
  border: 0px solid #fff !important;
  background: #dfdfdf !important;
}

/* line 289, app/assets/stylesheets/style.css.scss */
#master1, #master2, #master3, #master4, #master5, #master6 {
  width: 100%;
  margin: 15px 0px !important;
}

/* Date Time Picker */
/* line 296, app/assets/stylesheets/style.css.scss */
.dtpicker {
  max-width: 200px;
}

/* Buttons */
/* line 302, app/assets/stylesheets/style.css.scss */
.btn {
  border-radius: 2px;
  text-decoration: none !important;
  outline: none !important;
}

/* line 308, app/assets/stylesheets/style.css.scss */
.btn.btn-xs {
  font-size: 11px;
}

/* line 312, app/assets/stylesheets/style.css.scss */
.btn i {
  margin-right: 2px;
}

/* Labels */
/* line 318, app/assets/stylesheets/style.css.scss */
.label {
  border-radius: 2px;
}

/* Badges */
/* line 324, app/assets/stylesheets/style.css.scss */
.badge {
  border-radius: 0px;
  padding: 5px 10px;
  font-size: 11px;
  font-weight: normal;
  border-radius: 10px;
  margin: 0px;
}

/* Layout */
/* line 335, app/assets/stylesheets/style.css.scss */
.outer {
  width: 100%;
  background: #333;
}

/* line 340, app/assets/stylesheets/style.css.scss */
.outer-page {
  background: #fafafa url(/assets/main-back-9470fbcd3bce8a848be8576734c33ecaffe6abd737b2ed7bb2c41417653ee0f0.png);
  padding: 250px 0px;
}

/* Sidebar */
/* line 347, app/assets/stylesheets/style.css.scss */
.sidebar {
  width: 180px;
  min-height: 800px;
  float: left;
  position: absolute;
  padding: 0px;
  z-index: 10000;
  color: #aaa;
}

/* Sidebar logo */
/* line 359, app/assets/stylesheets/style.css.scss */
.sidebar .logo {
  padding: 15px;
  border-bottom: 1px solid #444;
  text-shadow: 0px 0px 2px #222;
}

/* line 365, app/assets/stylesheets/style.css.scss */
.sidebar .logo h1 {
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  font-weight: normal;
}

/* line 372, app/assets/stylesheets/style.css.scss */
.sidebar .logo h1 a {
  color: #fff;
}

/* line 376, app/assets/stylesheets/style.css.scss */
.sidebar .logo h1 a i {
  display: inline-block;
  font-size: 15px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 2px;
  position: relative;
  top: 6px;
  letter-spacing: 0em;
  color: #fff;
  text-align: center;
  margin-right: 3px;
  text-shadow: none;
}

/* line 392, app/assets/stylesheets/style.css.scss */
.sidebar .logo h1 span {
  display: block;
  font-size: 11px;
  text-transform: none;
  letter-spacing: 0em;
  color: #aaa;
  margin-left: 43px;
  position: relative;
  top: -7px;
  font-weight: normal;
}

/* Sidebar navigation responsive dropdown */
/* line 406, app/assets/stylesheets/style.css.scss */
.sidebar .sidebar-dropdown {
  display: none;
}

/* line 410, app/assets/stylesheets/style.css.scss */
.sidebar .sidebar-dropdown a {
  color: #fff;
  width: 100%;
  max-width: 40px;
  padding: 4px 8px;
  text-transform: uppercase;
  text-align: center;
  font-size: 17px;
  display: block;
  margin: 15px auto;
  border-radius: 2px;
  font-weight: bold;
}

/* Sidebar navigation */
/* line 426, app/assets/stylesheets/style.css.scss */
.sidebar .side-nav {
  padding: 20px 15px;
  padding-bottom: 0px;
}

/* line 431, app/assets/stylesheets/style.css.scss */
.sidebar .side-nav .side-nav-block {
  margin-bottom: 20px;
}

/* line 435, app/assets/stylesheets/style.css.scss */
.sidebar .side-nav h4 {
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
  color: #888;
  margin-bottom: 8px;
}

/* line 443, app/assets/stylesheets/style.css.scss */
.sidebar .side-nav ul li {
  font-weight: bold;
  font-size: 12px;
  padding-top: 3px;
  padding-bottom: 3px;
  line-height: 24px;
}

/* line 451, app/assets/stylesheets/style.css.scss */
.sidebar .side-nav ul li a {
  color: #aaa;
}

/* line 455, app/assets/stylesheets/style.css.scss */
.sidebar .side-nav ul li a:hover,
.sidebar .side-nav ul li a.active,
.sidebar .side-nav ul li.open > a {
  color: #fff;
}

/* line 461, app/assets/stylesheets/style.css.scss */
.sidebar .side-nav ul li a i {
  margin-right: 5px;
  text-align: center;
  width: 16px;
  font-size: 13px;
}

/* line 468, app/assets/stylesheets/style.css.scss */
.sidebar .side-nav ul li a span {
  text-shadow: none;
}

/* line 472, app/assets/stylesheets/style.css.scss */
.sidebar .side-nav ul li a span i {
  margin: 0px;
}

/* line 476, app/assets/stylesheets/style.css.scss */
.sidebar .side-nav ul li a .nav-caret {
  float: right;
  margin-top: 7px;
  margin-right: 10px;
}

/* line 482, app/assets/stylesheets/style.css.scss */
.sidebar .side-nav ul li ul {
  margin-top: 5px;
  display: none;
}

/* line 487, app/assets/stylesheets/style.css.scss */
.sidebar .side-nav ul li ul li {
  padding: 5px 0px !important;
  font-size: 11px;
  line-height: 18px;
}

/* line 493, app/assets/stylesheets/style.css.scss */
.sidebar .side-nav ul li ul li a i {
  margin-left: 18px;
  margin-right: 0px;
}

/* line 498, app/assets/stylesheets/style.css.scss */
.sidebar .side-nav ul li ul li a {
  color: #aaa;
  font-weight: normal;
}

/* line 503, app/assets/stylesheets/style.css.scss */
.sidebar .side-nav ul li ul li a:hover {
  color: #ddd;
}

/* Mainbar */
/* line 510, app/assets/stylesheets/style.css.scss */
.mainbar {
  position: relative;
  width: auto;
  min-height: 1000px;
  margin-left: auto;
  background: #f7f7f7 url(/assets/main-back-9470fbcd3bce8a848be8576734c33ecaffe6abd737b2ed7bb2c41417653ee0f0.png) repeat;
  padding-left: 20px;
  padding-top: 20px;
}

/* line 520, app/assets/stylesheets/style.css.scss */
.mainbar .container {
  width: 100%;
  max-width: 100%;
}

/* Main head */
/* line 527, app/assets/stylesheets/style.css.scss */
.main-head {
  background: #fff;
  padding: 5px 5px;
  border-bottom: 1px solid #d8d8d8;
}

/* line 533, app/assets/stylesheets/style.css.scss */
.main-head h2 {
  font-size: 13px;
  line-height: 30px;
  font-weight: bold;
}

/* line 539, app/assets/stylesheets/style.css.scss */
.main-head h2 i {
  margin-right: 2px;
}

/* Main head search */
/* line 545, app/assets/stylesheets/style.css.scss */
.head-search {
  max-width: 200px;
}

/* line 549, app/assets/stylesheets/style.css.scss */
.head-search form input[type="text"] {
  color: #999 !important;
  border: 1px solid #cfcfcf !important;
  border-right: 0px !important;
  background: #fcfcfc;
  height: 30px;
}

/* line 557, app/assets/stylesheets/style.css.scss */
.head-search form input::-webkit-input-placeholder {
  color: #999;
}

/* line 561, app/assets/stylesheets/style.css.scss */
.head-search form input::-moz-placeholder {
  color: #999;
}

/* line 565, app/assets/stylesheets/style.css.scss */
.head-search form input::-ms-input-placeholder {
  color: #999;
}

/* line 569, app/assets/stylesheets/style.css.scss */
.head-search .btn {
  background: #fcfcfc !important;
  border: 1px solid #cfcfcf !important;
  border-left: 0px !important;
  color: #bbb !important;
  font-size: 13px;
  line-height: 20px;
  padding: 4px 7px;
}

/* line 579, app/assets/stylesheets/style.css.scss */
.head-search .btn:hover {
  background: #fefefe !important;
  border: 1px solid #cfcfcf !important;
  border-left: 0px !important;
  color: #ccc !important;
}

/* Notifications */
/* line 589, app/assets/stylesheets/style.css.scss */
.main-head .head-noty .dropdown {
  display: inline-block;
}

/* line 593, app/assets/stylesheets/style.css.scss */
.main-head .head-noty .mhead-icon {
  font-size: 16px;
  margin: 0px 10px;
  display: inline-block;
  margin-top: 4px;
  position: relative;
}

/* line 601, app/assets/stylesheets/style.css.scss */
.main-head .head-noty .label {
  padding: 0px;
  width: 18px;
  height: 18px;
  text-align: center;
  line-height: 18px;
  display: inline-block;
  border-radius: 100px;
  font-size: 11px;
  position: absolute;
  top: -10px;
  left: 8px;
}

/* line 615, app/assets/stylesheets/style.css.scss */
.main-head .head-noty .dropdown-menu {
  margin-top: 15px;
  min-width: 250px;
  border: 0px solid #bbb;
  border-radius: 3px;
  font-size: 11px;
  padding: 0;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  text-align: left !important;
}

/* line 626, app/assets/stylesheets/style.css.scss */
.main-head .head-noty .dropdown-menu li {
  width: 100%;
}

/* line 630, app/assets/stylesheets/style.css.scss */
.main-head .head-noty .dropdown-menu li a {
  padding: 10px 10px;
  color: #666;
  width: 100%;
  border: 1px solid #ccc;
  border-bottom: 1px solid #ddd;
  border-top: 0px;
  background: #fff;
  white-space: normal;
}

/* line 641, app/assets/stylesheets/style.css.scss */
.main-head .head-noty .dropdown-menu li:last-child a {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom: 0px;
}

/* line 647, app/assets/stylesheets/style.css.scss */
.main-head .head-noty .dropdown-menu li a:hover {
  background: #f8f8f8;
}

/* line 651, app/assets/stylesheets/style.css.scss */
.main-head .head-noty .dropdown-menu li a i {
  margin-right: 3px;
  color: #999;
}

/* line 656, app/assets/stylesheets/style.css.scss */
.main-head .head-noty .dropdown-menu li a span {
  display: block;
  width: 100%;
  font-size: 11px;
  color: #999;
  margin-top: 4px;
}

/* line 664, app/assets/stylesheets/style.css.scss */
.main-head .head-noty .dropdown-menu li.dropdown-head {
  color: #888;
  font-size: 12px;
  font-weight: bold;
  padding: 8px 10px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  background: #f6f6f6;
  border: 1px solid #ccc;
  border-bottom: 1px solid #ddd;
  position: relative;
}

/* line 677, app/assets/stylesheets/style.css.scss */
.main-head .head-noty .dropdown-menu li.dropdown-head:after,
.main-head .head-noty .dropdown-menu li.dropdown-head:before {
  bottom: 100%;
  left: 6.6%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

/* line 689, app/assets/stylesheets/style.css.scss */
.main-head .head-noty .dropdown-menu li.dropdown-head:after {
  border-color: rgba(246, 246, 246, 0);
  border-bottom-color: #f6f6f6;
  border-width: 7px;
  margin-left: -7px;
}

/* line 696, app/assets/stylesheets/style.css.scss */
.main-head .head-noty .dropdown-menu li.dropdown-head:before {
  border-color: rgba(204, 204, 204, 0);
  border-bottom-color: #cccccc;
  border-width: 8px;
  margin-left: -8px;
}

/* line 703, app/assets/stylesheets/style.css.scss */
.main-head .head-noty .dropdown-menu li.dropdown-head .label {
  position: static;
  width: 19px;
  height: 19px;
  line-height: 19px;
  margin-top: 3px;
}

/* line 711, app/assets/stylesheets/style.css.scss */
.main-head .head-noty .dropdown-menu li.dropdown-foot {
  color: #777;
  font-size: 11px;
  font-weight: bold;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  background: #f6f6f6;
  border-bottom: 1px solid #ccc;
}

/* line 721, app/assets/stylesheets/style.css.scss */
.main-head .head-noty .dropdown-menu li.dropdown-foot a {
  background: #f2f2f2;
}

/* line 725, app/assets/stylesheets/style.css.scss */
.main-head .head-noty .dropdown-menu li.dropdown-foot a:hover {
  background: #f2f2f2;
}

/* line 729, app/assets/stylesheets/style.css.scss */
.main-head .head-noty .drop-users li img {
  max-width: 40px;
  float: left;
}

/* line 734, app/assets/stylesheets/style.css.scss */
.main-head .head-noty .drop-users .duser-content {
  margin-left: 50px;
  width: auto;
}

/* line 739, app/assets/stylesheets/style.css.scss */
.main-head .head-noty .dropdown-menu li b {
  font-size: 11px;
  font-weight: normal;
  font-style: italic;
  color: #999;
}

/* Head user */
/* line 748, app/assets/stylesheets/style.css.scss */
.main-head .head-user {
  font-size: 13px;
  line-height: 28px;
  font-weight: bold;
}

/* line 754, app/assets/stylesheets/style.css.scss */
.main-head .head-user img {
  max-width: 30px;
  display: inline-block;
  margin-right: 5px;
}

/* line 760, app/assets/stylesheets/style.css.scss */
.main-head .head-user .label {
  padding: 3px 8px;
  margin: 0px 3px;
}

/* line 765, app/assets/stylesheets/style.css.scss */
.main-head .head-user .dropdown-menu {
  margin-top: 10px;
  box-shadow: none;
  border-radius: 2px;
  font-size: 12px;
  background: #333;
  border: 1px solid #222;
}

/* line 774, app/assets/stylesheets/style.css.scss */
.main-head .head-user .dropdown-menu:after,
.main-head .head-user .dropdown-menu:before {
  bottom: 100%;
  right: 9%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

/* line 786, app/assets/stylesheets/style.css.scss */
.main-head .head-user .dropdown-menu:after {
  border-color: rgba(51, 51, 51, 0);
  border-bottom-color: #333333;
  border-width: 7px;
  margin-left: -7px;
}

/* line 793, app/assets/stylesheets/style.css.scss */
.main-head .head-user .dropdown-menu:before {
  border-color: rgba(34, 34, 34, 0);
  border-bottom-color: #222222;
  border-width: 8px;
  margin-left: -8px;
}

/* line 800, app/assets/stylesheets/style.css.scss */
.main-head .head-user .dropdown-menu li a {
  color: #bbb;
  padding: 8px 10px;
  white-space: normal;
}

/* line 806, app/assets/stylesheets/style.css.scss */
.main-head .head-user .dropdown-menu li a:hover {
  background: #383838;
}

/* line 810, app/assets/stylesheets/style.css.scss */
.main-head .head-user .dropdown-menu li a span {
  margin-top: -2px;
}

/* Main content */
/* line 816, app/assets/stylesheets/style.css.scss */
.main-content {
  padding: 30px 15px;
}

/* Chart CSS */
/* line 823, app/assets/stylesheets/style.css.scss */
#m-line-chart {
  width: 100%;
  height: 250px;
}

/* line 828, app/assets/stylesheets/style.css.scss */
#m-bar-chart {
  width: 100%;
  height: 250px;
}

/* line 833, app/assets/stylesheets/style.css.scss */
#m-real-chart {
  width: 100%;
  height: 250px;
}

/* line 838, app/assets/stylesheets/style.css.scss */
.chart-three input {
  max-width: 80px;
  display: inline;
}

/* line 843, app/assets/stylesheets/style.css.scss */
#m-pie-chart {
  width: 100%;
  height: 130px;
}

/* Chart widget */
/* line 850, app/assets/stylesheets/style.css.scss */
.m-spark-chart {
  margin: 10px 0px 20px 0px;
}

/* line 854, app/assets/stylesheets/style.css.scss */
.m-spark-chart h5 {
  font-size: 11px;
  margin-top: 10px;
}

/* line 859, app/assets/stylesheets/style.css.scss */
.m-pie-chart ul li {
  margin: 7px 0px;
}

/* Knob */
/* line 865, app/assets/stylesheets/style.css.scss */
.knobs .knob-item {
  margin: 20px 0px;
  height: 150px !important;
}

/* line 870, app/assets/stylesheets/style.css.scss */
.knobs .knob-item h4 {
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 20px;
}

/* line 876, app/assets/stylesheets/style.css.scss */
.knobs .knob-item .knob {
  font-size: 25px !important;
  font-weight: bold !important;
}

/* line 881, app/assets/stylesheets/style.css.scss */
.knobs .knob-item canvas {
  margin: 0px;
}

/* Current status */
/* line 887, app/assets/stylesheets/style.css.scss */
.current-status {
  margin-bottom: 20px;
  text-align: center;
}

/* line 892, app/assets/stylesheets/style.css.scss */
.current-status .current-status-item {
  margin: 10px auto;
  padding: 10px 10px;
  border-radius: 3px;
  text-align: left !important;
  background: #fff;
  border: 1px solid #d5d5d5;
  max-width: 130px;
}

/* line 902, app/assets/stylesheets/style.css.scss */
.current-status h3 {
  font-size: 15px;
  font-weight: bold;
  color: #888;
}

/* line 908, app/assets/stylesheets/style.css.scss */
.current-status h6 {
  margin: 0px;
  font-size: 11px;
  color: #999;
  text-transform: uppercase;
  margin-bottom: 8px;
}

/* Page content */
/* line 918, app/assets/stylesheets/style.css.scss */
.page-content {
  background: #fff;
  padding: 20px;
  border: 1px solid #d7d7d7;
  border-radius: 5px;
}

/* line 925, app/assets/stylesheets/style.css.scss */
.page-content .single-head {
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #eee;
}

/* line 931, app/assets/stylesheets/style.css.scss */
.page-content .single-head h3 {
  font-size: 14px;
  font-weight: bold;
}

/* line 936, app/assets/stylesheets/style.css.scss */
.page-content .single-head h3 i {
  font-size: 13px;
  margin-right: 4px;
}

/* line 941, app/assets/stylesheets/style.css.scss */
.page-content .single-head .breads {
  font-size: 11px;
}

/* Widget */
/* line 947, app/assets/stylesheets/style.css.scss */
.widget {
  background: #fff;
  margin-bottom: 30px;
}

/* line 952, app/assets/stylesheets/style.css.scss */
.widget .widget-head {
  padding: 13px 15px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

/* line 958, app/assets/stylesheets/style.css.scss */
.widget .widget-head h3 {
  font-size: 13px;
  line-height: 20px;
  color: #999;
  font-weight: bold;
}

/* line 965, app/assets/stylesheets/style.css.scss */
.widget .widget-head h3 i {
  margin-right: 3px;
  font-size: 15px;
}

/* line 970, app/assets/stylesheets/style.css.scss */
.widget .widget-head .btn {
  border: 0px !important;
}

/* line 974, app/assets/stylesheets/style.css.scss */
.widget .widget-head ul {
  margin: 0px;
  padding: 0px;
}

/* line 979, app/assets/stylesheets/style.css.scss */
.widget .widget-head ul li {
  display: inline;
  list-style-type: none;
}

/* line 984, app/assets/stylesheets/style.css.scss */
.widget .widget-body {
  padding: 15px;
  border: 1px solid #d5d5d5;
  border-top: 0px;
}

/* line 990, app/assets/stylesheets/style.css.scss */
.widget .widget-body.no-padd {
  padding: 0px !important;
}

/* line 994, app/assets/stylesheets/style.css.scss */
.widget .widget-body hr {
  margin: 15px 0px;
  border: 0px;
  border-top: 1px solid #eee;
}

/* line 1000, app/assets/stylesheets/style.css.scss */
.widget .widget-foot {
  background: #f8f8f8;
  border: 1px solid #d5d5d5;
  border-top: 0px;
  padding: 10px 15px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

/* line 1009, app/assets/stylesheets/style.css.scss */
.widget .widget-foot span {
  font-size: 11px !important;
}

/* line 1013, app/assets/stylesheets/style.css.scss */
.widget .widget-foot .pagination {
  margin: 0px !important;
}

/* Widget general */
/* line 1019, app/assets/stylesheets/style.css.scss */
.widget form * {
  font-size: 13px;
}

/* line 1023, app/assets/stylesheets/style.css.scss */
.widget .table * {
  border-color: #e8e8e8 !important;
}

/* line 1027, app/assets/stylesheets/style.css.scss */
.widget .table.table-bordered {
  margin-bottom: 0px;
  border: 0px;
}

/* line 1032, app/assets/stylesheets/style.css.scss */
.widget .table.table-bordered tr th {
  border-top: 0px;
  border-left: 0px;
}

/* line 1037, app/assets/stylesheets/style.css.scss */
.widget .table.table-bordered tr th:last-child {
  border-right: 0px;
}

/* line 1041, app/assets/stylesheets/style.css.scss */
.widget .table.table-bordered tr:first-child td {
  border-top: 0px;
}

/* line 1045, app/assets/stylesheets/style.css.scss */
.widget .table.table-bordered tr:last-child td {
  border-bottom: 0px;
}

/* line 1049, app/assets/stylesheets/style.css.scss */
.widget .table.table-bordered td {
  border-right: 1px solid #e8e8e8;
}

/* line 1053, app/assets/stylesheets/style.css.scss */
.widget .table.table-bordered tr td:first-child {
  border-left: 0px;
}

/* line 1057, app/assets/stylesheets/style.css.scss */
.widget .table.table-bordered td:last-child {
  border-right: 0px;
}

/* Project widget */
/* line 1063, app/assets/stylesheets/style.css.scss */
.projects-widget ul {
  margin-bottom: 0px !important;
  padding-bottom: 0px !important;
}

/* line 1068, app/assets/stylesheets/style.css.scss */
.projects-widget li {
  padding: 12px 15px;
  border-bottom: 1px solid #eee;
}

/* line 1073, app/assets/stylesheets/style.css.scss */
.projects-widget li:last-child {
  border-bottom: 0px;
}

/* line 1077, app/assets/stylesheets/style.css.scss */
.projects-widget li:hover {
  background: #fbfbfb;
}

/* line 1081, app/assets/stylesheets/style.css.scss */
.projects-widget p {
  margin: 0px !important;
  padding: 0px !important;
  line-height: 18px;
}

/* line 1087, app/assets/stylesheets/style.css.scss */
.projects-widget p strong {
  position: relative;
  top: -3px;
  color: #888;
  margin-left: 5px;
}

/* line 1094, app/assets/stylesheets/style.css.scss */
.projects-widget .p-meta {
  font-size: 11px;
  font-weight: normal;
  margin: 0px;
  padding: 0px;
  color: #aaa;
  margin-left: 20px !important;
  margin-bottom: 5px !important;
}

/* line 1104, app/assets/stylesheets/style.css.scss */
.projects-widget .progress {
  margin: 3px 0px !important;
  padding: 0px !important;
  margin-left: 20px !important;
}

/* Report widget */
/* line 1112, app/assets/stylesheets/style.css.scss */
.report-widget tr td:first-child {
  font-size: 14px;
  color: #888;
}

/* line 1117, app/assets/stylesheets/style.css.scss */
.report-widget tr td:nth-child(2),
.report-widget tr td:nth-child(3) {
  color: #888;
  font-size: 11px;
  line-height: 20px;
}

/* Pages widget */
/* line 1126, app/assets/stylesheets/style.css.scss */
.pages-widget .table * {
  text-align: center !important;
}

/* line 1130, app/assets/stylesheets/style.css.scss */
.pages-widget .table i {
  font-size: 14px;
}

/* Contacts widget */
/* line 1136, app/assets/stylesheets/style.css.scss */
.contacts-widget ul {
  margin-bottom: 0px;
}

/* line 1140, app/assets/stylesheets/style.css.scss */
.contacts-widget ul li.contact-alpha {
  margin-bottom: 6px;
  font-weight: bold;
  margin-top: 10px;
}

/* line 1146, app/assets/stylesheets/style.css.scss */
.contacts-widget ul li.c-list {
  cursor: pointer;
  padding: 8px;
  border: 1px solid #ddd;
  border-radius: 5px;
  background: #fff;
  box-shadow: inset 0px 1px 1px #fff;
  margin-bottom: 10px;
}

/* line 1156, app/assets/stylesheets/style.css.scss */
.contacts-widget ul li:first-child {
  padding-top: 0px;
  margin-top: 0px;
}

/* line 1161, app/assets/stylesheets/style.css.scss */
.contacts-widget .c-list .contact-pic {
  width: 30px;
  float: left;
}

/* line 1166, app/assets/stylesheets/style.css.scss */
.contacts-widget .c-list .contact-pic img {
  border-radius: 100px;
}

/* line 1170, app/assets/stylesheets/style.css.scss */
.contacts-widget .c-list .contact-details {
  margin-left: 40px;
  width: auto;
  line-height: 16px;
}

/* line 1176, app/assets/stylesheets/style.css.scss */
.contacts-widget .c-list .contact-details small {
  display: block;
  color: #aaa;
}

/* line 1181, app/assets/stylesheets/style.css.scss */
.contacts-widget .c-list .contact-details .btn {
  margin-top: 3px;
  margin-right: 4px;
  border-radius: 100px;
  text-align: center !important;
  width: 27px;
  height: 27px;
  line-height: 27px;
  padding: 0px;
  font-size: 13px;
}

/* Chat widget */
/* line 1195, app/assets/stylesheets/style.css.scss */
.chat-widget ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}

/* line 1201, app/assets/stylesheets/style.css.scss */
.chat-widget li {
  margin-top: 20px;
  margin-bottom: 22px;
  padding: 0px;
}

/* line 1207, app/assets/stylesheets/style.css.scss */
.chat-widget li:first-child {
  margin-top: 10px;
}

/* line 1211, app/assets/stylesheets/style.css.scss */
.chat-widget img {
  border-radius: 100px;
  background: #fff;
  max-width: 45px;
}

/* line 1217, app/assets/stylesheets/style.css.scss */
.chat-widget .chat-meta {
  font-size: 11px;
  color: #aaa;
  margin-bottom: 3px;
}

/* line 1223, app/assets/stylesheets/style.css.scss */
.chat-widget .by-me .chat-content {
  background: #fff;
  margin-left: 70px;
  position: relative;
  padding: 8px 10px;
  border-radius: 4px;
  font-size: 12px;
  line-height: 18px;
  color: #888;
  border: 1px solid #ccc;
}

/* line 1235, app/assets/stylesheets/style.css.scss */
.chat-widget .by-me .chat-content:after, .chat-widget .by-me .chat-content:before {
  right: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

/* line 1245, app/assets/stylesheets/style.css.scss */
.chat-widget .by-me .chat-content:after {
  border-color: rgba(255, 255, 255, 0);
  border-right-color: #fff;
  border-width: 6px;
  top: 30%;
  margin-top: -10px;
}

/* line 1253, app/assets/stylesheets/style.css.scss */
.chat-widget .by-me .chat-content:before {
  border-color: rgba(238, 238, 238, 0);
  border-right-color: #bbb;
  border-width: 7px;
  top: 30%;
  margin-top: -11px;
}

/* line 1261, app/assets/stylesheets/style.css.scss */
.chat-widget .by-other .chat-content {
  background: #fff;
  margin-right: 70px;
  position: relative;
  padding: 8px 10px;
  border-radius: 4px;
  font-size: 12px;
  line-height: 18px;
  color: #888;
  border: 1px solid #ccc;
}

/* line 1273, app/assets/stylesheets/style.css.scss */
.chat-widget .by-other .chat-content:after, .chat-widget .by-other .chat-content:before {
  left: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

/* line 1283, app/assets/stylesheets/style.css.scss */
.chat-widget .by-other .chat-content:after {
  border-color: rgba(255, 255, 255, 0);
  border-left-color: #fff;
  border-width: 6px;
  top: 30%;
  margin-top: -6px;
}

/* line 1291, app/assets/stylesheets/style.css.scss */
.chat-widget .by-other .chat-content:before {
  border-color: rgba(204, 204, 204, 0);
  border-left-color: #bbb;
  border-width: 7px;
  top: 30%;
  margin-top: -7px;
}

/* line 1299, app/assets/stylesheets/style.css.scss */
.chat-widget .form-group {
  width: 80% !important;
}

/* Task widget */
/* line 1305, app/assets/stylesheets/style.css.scss */
.tasks-widget ul {
  list-style-type: none;
  padding-left: 0px;
  margin: 10px;
}

/* line 1311, app/assets/stylesheets/style.css.scss */
.tasks-widget li {
  background: #fcfcfc;
  border: 1px solid #e5e5e5;
  padding: 6px 12px;
  line-height: 18px;
  margin-bottom: 8px;
  border-radius: 3px;
}

/* line 1320, app/assets/stylesheets/style.css.scss */
.tasks-widget li input {
  display: inline;
}

/* line 1324, app/assets/stylesheets/style.css.scss */
.tasks-widget li span {
  font-size: 12px;
  display: inline;
  position: relative;
  top: -2px;
  margin-left: 5px;
}

/* line 1332, app/assets/stylesheets/style.css.scss */
.tasks-widget .task-important {
  border-left: 2px solid #f75353;
}

/* line 1336, app/assets/stylesheets/style.css.scss */
.tasks-widget .task-normal {
  border-left: 2px solid #51d466;
}

/* line 1340, app/assets/stylesheets/style.css.scss */
.tasks-widget .task-pending {
  border-left: 2px solid #32c8de;
}

/* line 1344, app/assets/stylesheets/style.css.scss */
.tasks-widget .form-group {
  width: 70% !important;
}

/* Notification */
/* line 1350, app/assets/stylesheets/style.css.scss */
#gritter-notice-wrapper {
  width: 300px !important;
}

/* line 1354, app/assets/stylesheets/style.css.scss */
.gritter-item img {
  border-radius: 100px;
}

/* line 1358, app/assets/stylesheets/style.css.scss */
.gritter-title {
  font-weight: bold;
  font-size: 14px;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  text-shadow: none;
}

/* line 1366, app/assets/stylesheets/style.css.scss */
.gritter-custom p {
  font-size: 11px;
  line-height: 18px;
  color: #ccc;
  font-weight: normal;
  font-family: Arial, Helvetica, sans-serif;
  text-shadow: none;
}

/* Page invoice */
/* line 1377, app/assets/stylesheets/style.css.scss */
.page-invoice h5 {
  font-weight: bold;
  margin-bottom: 5px;
}

/* Statement */
/* line 1384, app/assets/stylesheets/style.css.scss */
.page-statement .well {
  border: 0px;
  box-shadow: none;
  border-radius: 3px;
  color: #fff;
  margin: 0px;
  margin-top: 5px;
  margin-bottom: 5px;
}

/* line 1394, app/assets/stylesheets/style.css.scss */
.page-statement .well h2 {
  color: #fff;
}

/* line 1398, app/assets/stylesheets/style.css.scss */
.page-statement .table {
  background: #fff;
}

/* Calendar */
/* line 1404, app/assets/stylesheets/style.css.scss */
.page-calendar .fc-header-title h2 {
  font-size: 13px;
  font-weight: bold;
  line-height: 30px;
}

/* line 1410, app/assets/stylesheets/style.css.scss */
.page-calendar .fc-event {
  background-color: #51bfd2;
  border-color: #3aa8bc;
  text-shadow: none;
}

/* line 1416, app/assets/stylesheets/style.css.scss */
.page-calendar .fc-button {
  border: 1px solid #ddd;
  background: #fafafa;
  padding: 2px 10px;
  height: 30px;
  border-radius: 3px !important;
  box-shadow: none !important;
  margin-right: 5px;
}

/* line 1426, app/assets/stylesheets/style.css.scss */
.page-content .fc-button:hover {
  background: #fcfcfc !important;
}

/* line 1430, app/assets/stylesheets/style.css.scss */
.page-calendar .fc-button-month, .page-calendar .fc-button-agendaWeek, .page-calendar .fc-button-agendaDay {
  right: 20px;
}

/* line 1434, app/assets/stylesheets/style.css.scss */
.page-calendar .fc-state-default {
  background: #eee !important;
}

/* line 1438, app/assets/stylesheets/style.css.scss */
.page-calendar .fc-state-default:hover {
  background: #ddd !important;
}

/* line 1442, app/assets/stylesheets/style.css.scss */
.page-calendar .fc-widget-header {
  padding: 7px 0px !important;
  color: #666;
  background: #fafafa;
  border-color: #e7e7e7;
}

/* line 1449, app/assets/stylesheets/style.css.scss */
.page-calendar .fc-content {
  background: #fff;
}

/* line 1453, app/assets/stylesheets/style.css.scss */
.page-calendar .fc-content td:hover {
  background: #f3f3f3;
}

/* line 1457, app/assets/stylesheets/style.css.scss */
.page-calendar .fc-widget-content {
  border-color: #e7e7e7;
}

/* Lock page */
/* line 1464, app/assets/stylesheets/style.css.scss */
.lock-block {
  max-width: 400px;
  min-height: 160px;
  margin: 0px auto;
  border-radius: 5px;
  border: 2px solid #fff;
  box-shadow: 0px 0px 13px #888;
  padding: 4px;
}

/* line 1474, app/assets/stylesheets/style.css.scss */
.inner-lock-block {
  width: 100%;
  min-height: 176px;
  border-radius: 4px;
  border: 1px dashed #fff;
  padding: 5px;
}

/* line 1482, app/assets/stylesheets/style.css.scss */
.lock-block .lock-user-pic {
  max-width: 108px;
  height: 108px;
  border-radius: 100px;
  padding: 3px;
  margin: 25px auto;
  margin-bottom: 0px;
  position: relative;
  z-index: 100;
}

/* line 1493, app/assets/stylesheets/style.css.scss */
.lock-block .lock-user-pic img {
  width: 100px;
  border-radius: 100px;
  border: 3px solid #fff;
  background: #222;
  box-shadow: 0px 0px 15px #333;
}

/* line 1501, app/assets/stylesheets/style.css.scss */
.lock-block .unlock-form {
  margin-top: 35px;
}

/* line 1505, app/assets/stylesheets/style.css.scss */
.lock-block .unlock-form input {
  border: 1px solid #fff;
  box-shadow: none;
  font-size: 12px;
  max-width: 160px;
}

/* line 1512, app/assets/stylesheets/style.css.scss */
.lock-block .unlock-form h5 {
  font-size: 18px;
  color: #fff;
  margin: 0px;
}

/* line 1518, app/assets/stylesheets/style.css.scss */
.lock-block .unlock-form p {
  color: #fff;
  margin: 5px 0px 8px 0px;
  font-size: 12px;
  font-style: italic;
}

/* Error log */
/* line 1527, app/assets/stylesheets/style.css.scss */
.page-error-log {
  height: 500px;
  overflow: auto;
}

/* line 1532, app/assets/stylesheets/style.css.scss */
.page-error-log ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  background: #fff;
  border: 1px solid #ddd;
  border-right: 0px;
  padding-left: 10px;
}

/* line 1542, app/assets/stylesheets/style.css.scss */
.page-error-log ul li {
  padding: 10px 0px;
}

/* Login page */
/* line 1548, app/assets/stylesheets/style.css.scss */
.login-page {
  width: 100%;
  max-width: 400px;
  margin: 0px auto;
  box-shadow: 0px 0px 13px #999;
  border: 2px solid #fff;
  border-radius: 5px;
}

/* line 1557, app/assets/stylesheets/style.css.scss */
.login-page .nav-tabs {
  border-bottom: 0px;
}

/* line 1561, app/assets/stylesheets/style.css.scss */
.login-page .nav-tabs li {
  border: 0px !important;
  margin: 0px !important;
  padding: 0px !important;
}

/* line 1567, app/assets/stylesheets/style.css.scss */
.login-page .nav-tabs li a i {
  display: block;
  margin: 0px auto;
  margin-bottom: 7px;
  margin-top: 5px;
  font-size: 20px;
  background: none;
  color: #fff !important;
}

/* line 1577, app/assets/stylesheets/style.css.scss */
.login-page .nav-tabs li a {
  border: 0px !important;
  margin: 0px !important;
  color: #fff;
  border-radius: 0px;
  padding: 10px 14px;
  border-right: 1px solid rgba(0, 0, 0, 0.1) !important;
  border-top: 1px solid rgba(0, 0, 0, 0.1) !important;
  -webkit-transition: background 0.7s ease;
  -moz-transition: background 0.7s ease;
  -o-transition: background 0.7s ease;
  -ms-transition: background 0.7s ease;
  transition: background 0.7s ease;
  font-family: "Open Sans Condensed", sans-serif;
  font-size: 15px !important;
  font-weight: bold;
  text-transform: uppercase;
}

/* line 1596, app/assets/stylesheets/style.css.scss */
.login-page .nav-tabs li:first-child a {
  border-right: 1px solid rgba(0, 0, 0, 0.2) !important;
  border-top-left-radius: 4px !important;
}

/* line 1601, app/assets/stylesheets/style.css.scss */
.login-page .nav-tabs li:last-child a {
  border-top-right-radius: 4px !important;
}

/* line 1605, app/assets/stylesheets/style.css.scss */
.login-page .nav-tabs li a:hover {
  background: #333 !important;
  -webkit-transition: background 0.7s ease;
  -moz-transition: background 0.7s ease;
  -o-transition: background 0.7s ease;
  -ms-transition: background 0.7s ease;
  transition: background 0.7s ease;
}

/* line 1614, app/assets/stylesheets/style.css.scss */
.login-page .nav-tabs li.active a {
  background: #333 !important;
  color: #fff !important;
}

/* line 1619, app/assets/stylesheets/style.css.scss */
.login-page .nav-tabs li.active a i {
  color: #fff !important;
}

/* line 1623, app/assets/stylesheets/style.css.scss */
.login-page .tab-content {
  padding: 0px;
  border: 0px;
}

/* line 1628, app/assets/stylesheets/style.css.scss */
.login-page .tab-pane {
  background: #fff;
  color: #777;
  padding: 20px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-top: 0px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

/* line 1638, app/assets/stylesheets/style.css.scss */
.login-page .tab-pane h4 {
  color: #555;
  margin-top: 0px;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid #eee;
}

/* line 1646, app/assets/stylesheets/style.css.scss */
.login-page .tab-pane hr {
  border-bottom: 1px solid #eee;
  border-top: 0px solid #dcdcdc;
}

/* line 1651, app/assets/stylesheets/style.css.scss */
.login-page .tab-pane form * {
  box-shadow: none;
  font-size: 12px;
}

/* line 1656, app/assets/stylesheets/style.css.scss */
.login-page .tab-pane form input,
.login-page .tab-pane form textarea {
  border: 1px solid #222;
  box-shadow: 0px 0px 5px #555;
}

/* line 1662, app/assets/stylesheets/style.css.scss */
.login-page .tab-pane form label {
  font-weight: normal;
  font-size: 13px;
  color: #999;
}

/* line 1668, app/assets/stylesheets/style.css.scss */
.login-page .alert {
  padding: 8px 12px;
  margin: 8px 0px;
  font-size: 12px;
}

/* Error page */
/* line 1676, app/assets/stylesheets/style.css.scss */
.error-page {
  max-width: 500px;
  min-height: 250px;
  margin: 0 auto;
  border-radius: 5px;
  padding: 5px;
  border: 2px solid #fff;
  box-shadow: 0px 0px 13px #aaa;
}

/* line 1686, app/assets/stylesheets/style.css.scss */
.error-page-inner {
  width: 100%;
  min-height: 246px;
  border-radius: 4px;
  border: 1px dashed #fff;
}

/* line 1693, app/assets/stylesheets/style.css.scss */
.error-page-inner {
  padding: 20px;
  color: #fff;
}

/* line 1698, app/assets/stylesheets/style.css.scss */
.error-page-inner h1 {
  color: #fff;
  font-weight: normal;
  margin-bottom: 10px;
  margin-top: 15px;
  font-size: 40px;
}

/* line 1706, app/assets/stylesheets/style.css.scss */
.error-page-inner form {
  margin-top: 20px !important;
}

/* line 1710, app/assets/stylesheets/style.css.scss */
.error-page-inner form * {
  font-size: 12px;
  box-shadow: none !important;
}

/* Users page // page content */
/* line 1717, app/assets/stylesheets/style.css.scss */
.page-content .page-tabs .nav-tabs li {
  margin-left: 4px;
  margin-bottom: 5px;
}

/* line 1722, app/assets/stylesheets/style.css.scss */
.page-content .page-tabs .nav-tabs li a {
  padding: 5px 7px;
  font-size: 12px;
  line-height: 18px;
  border: 0px;
  border-radius: 3px;
  color: #fff;
}

/* line 1731, app/assets/stylesheets/style.css.scss */
.page-content .page-tabs .nav-tabs li a:hover {
  border: 0px;
}

/* line 1735, app/assets/stylesheets/style.css.scss */
.page-content .page-tabs .nav-tabs li a i {
  display: inline-block;
  margin-right: 2px;
  width: 16px;
  height: 16px;
  line-height: 17px;
  text-align: center;
  background: #fff;
  font-size: 10px;
  border-radius: 30px;
}

/* line 1747, app/assets/stylesheets/style.css.scss */
.page-content .page-tabs .nav-tabs li.active a {
  background: #444 !important;
}

/* line 1751, app/assets/stylesheets/style.css.scss */
.page-users .page-tabs .tab-content {
  padding: 0px;
  margin-top: 10px;
  border: 0px;
  border-radius: 3px;
}

/* line 1758, app/assets/stylesheets/style.css.scss */
.page-users .page-tabs .tab-content .pagination,
.page-users .page-tabs .tab-content table {
  margin-bottom: 0px;
}

/* line 1763, app/assets/stylesheets/style.css.scss */
.page-posts .tab-content h4,
.page-users .page-tabs .tab-content h4 {
  margin: 0px;
  margin-bottom: 15px;
  font-size: 14px;
  font-weight: 700;
  padding-bottom: 6px;
  border-bottom: 1px solid #eaeaea;
}

/* line 1773, app/assets/stylesheets/style.css.scss */
.page-users .page-tabs .tab-content h5 {
  margin: 0px;
  margin-bottom: 3px;
  font-weight: 700;
  font-size: 16px;
}

/* line 1780, app/assets/stylesheets/style.css.scss */
.page-users .page-tabs .tab-content h4,
.page-users .page-tabs .tab-content h5 {
  color: #858585;
}

/* line 1785, app/assets/stylesheets/style.css.scss */
.page-users .page-tabs .tab-content p {
  font-size: 13px;
  line-height: 23px;
  color: #9a9a9a;
}

/* line 1791, app/assets/stylesheets/style.css.scss */
.page-users .page-tabs .tab-content form.form-inline {
  margin-top: 5px !important;
}

/* Media Page */
/* line 1797, app/assets/stylesheets/style.css.scss */
.page-media table tr td img {
  max-width: 45px;
}

/* line 1801, app/assets/stylesheets/style.css.scss */
.page-media table tr td button {
  margin-right: 2px;
  padding: 2px 4px;
}

/* Posts page */
/* line 1808, app/assets/stylesheets/style.css.scss */
.page-posts .tab-content {
  padding: 0px;
  margin-top: 8px;
  border: 0px;
  border-radius: 3px;
}

/* line 1815, app/assets/stylesheets/style.css.scss */
.page-posts .tab-content .pagination,
.page-posts .tab-content table {
  margin-bottom: 0px;
}

/* line 1820, app/assets/stylesheets/style.css.scss */
.page-posts .tab-content table tr td button {
  margin-bottom: 2px;
  margin-right: 2px;
  padding: 2px 5px;
}

/* line 1826, app/assets/stylesheets/style.css.scss */
.page-posts .tab-content form button.btn {
  margin-top: 3px;
}

/* Gallery page */
/* line 1832, app/assets/stylesheets/style.css.scss */
.page-gallery > ul {
  margin: 0;
  padding: 0;
}

/* line 1837, app/assets/stylesheets/style.css.scss */
.page-gallery > ul > li {
  display: inline !important;
  border: none !important;
}

/* line 1842, app/assets/stylesheets/style.css.scss */
.page-gallery #gallery .element {
  margin: 0px;
  margin-top: 5px;
  margin-right: 20px;
  margin-bottom: 15px;
  padding: 5px 5px 0px 5px;
  border: 1px solid #ddd;
  display: inline-block;
  border-radius: 5px;
  background: #fafafa;
}

/* line 1854, app/assets/stylesheets/style.css.scss */
.page-gallery #gallery a,
.page-gallery #gallery a:visited,
.page-gallery #gallery a:hover {
  color: #666;
  text-decoration: none;
}

/* line 1861, app/assets/stylesheets/style.css.scss */
.page-gallery #gallery img {
  width: 100%;
  max-width: 200px;
  border-radius: 3px;
}

/* line 1867, app/assets/stylesheets/style.css.scss */
.page-gallery .gall-caption {
  padding: 5px 8px 5px 8px;
  margin: 5px 0px;
  border: 1px solid #eee;
  border-radius: 3px;
  font-size: 12px;
  background: #fff;
}

/* line 1876, app/assets/stylesheets/style.css.scss */
.page-gallery .gall-caption ul {
  margin: 0px;
}

/* line 1880, app/assets/stylesheets/style.css.scss */
.ppt {
  display: none !important;
}

/* Page widgets */
/* line 1886, app/assets/stylesheets/style.css.scss */
.page-content.page-widget .widget {
  margin-top: 15px;
  margin-bottom: 15px;
}

/* Grid page */
/* line 1893, app/assets/stylesheets/style.css.scss */
.page-grid .show-grid div {
  background: #f2f2f2;
  text-align: center;
  padding: 8px 0px;
  margin: 10px 0px;
  font-size: 14px;
  border: 1px solid #ddd;
  color: #9a9a9a;
}

/* Chart page */
/* line 1905, app/assets/stylesheets/style.css.scss */
.page-chart .widget {
  margin-top: 25px;
  margin-bottom: 5px;
}

/* line 1910, app/assets/stylesheets/style.css.scss */
.chart-container {
  box-sizing: border-box;
  width: 100%;
  height: 300px;
}

/* line 1916, app/assets/stylesheets/style.css.scss */
.chart-placeholder {
  width: 100%;
  height: 100%;
}

/* line 1921, app/assets/stylesheets/style.css.scss */
#pie-chart1, #pie-chart2, #pie-chart3 {
  margin-top: 20px;
  height: 280px;
  max-width: 100%;
}

/* User Interface Element */
/* line 1929, app/assets/stylesheets/style.css.scss */
.page-ui-element .ui-element-container {
  margin-bottom: 20px;
  margin-top: 20px;
  padding: 20px;
  border: 1px solid #f5f5f5;
  border-radius: 6px;
}

/* line 1937, app/assets/stylesheets/style.css.scss */
.page-ui-element .ui-element-container hr {
  border-color: #f5f5f5;
}

/* line 1941, app/assets/stylesheets/style.css.scss */
.page-ui-element h3 {
  margin: 0px;
  margin-bottom: 15px;
  padding-bottom: 8px;
  font-size: 15px;
  font-weight: 700;
  border-bottom: 1px solid #f5f5f5;
}

/* line 1950, app/assets/stylesheets/style.css.scss */
.page-ui-element h4 {
  margin: 0px;
  margin-bottom: 12px;
  font-size: 14px;
}

/* Switch */
/* line 1958, app/assets/stylesheets/style.css.scss */
.page-ui-element .form-group label {
  font-size: 13px;
  font-weight: 300;
  color: #9a9a9a;
  position: relative;
  top: -3px;
}

/* line 1965, app/assets/stylesheets/style.css.scss */
.onoffswitch {
  width: 50px;
}

/* line 1968, app/assets/stylesheets/style.css.scss */
.onoffswitch-label {
  border: 0px;
  border-radius: 50px;
}

/* line 1972, app/assets/stylesheets/style.css.scss */
.onoffswitch-inner:before {
  content: "ON";
  padding-left: 6px !important;
  background-color: #cacaca;
}

/* line 1977, app/assets/stylesheets/style.css.scss */
.onoffswitch-inner:before, .onoffswitch-inner:after {
  height: 25px;
  padding: 0;
  line-height: 25px;
  font-size: 10px;
  font-weight: bold;
}

/* line 1984, app/assets/stylesheets/style.css.scss */
.onoffswitch-inner:after {
  content: "OFF";
  padding-right: 4px !important;
  background-color: #444;
  color: #fff;
}

/* line 1990, app/assets/stylesheets/style.css.scss */
.onoffswitch-switch {
  border: 0px;
}

/* Input */
/* line 1995, app/assets/stylesheets/style.css.scss */
.page-ui-element .input-group,
.page-ui-element .btn-group {
  margin-bottom: 12px;
}

/* Alert */
/* line 2002, app/assets/stylesheets/style.css.scss */
.page-ui-element .alert {
  margin-top: 18px;
}

/* line 2006, app/assets/stylesheets/style.css.scss */
.page-ui-element span.label,
.page-ui-element span.badge {
  display: inline-block;
  margin-right: 3px;
  margin-bottom: 5px;
}

/* line 2013, app/assets/stylesheets/style.css.scss */
.page-ui-element .ui-tooltip {
  margin: 0px;
  margin-right: 5px;
  margin-bottom: 5px;
}

/* line 2019, app/assets/stylesheets/style.css.scss */
.page-ui-element .pagination {
  margin: 0px;
  margin-bottom: 10px;
}

/* line 2024, app/assets/stylesheets/style.css.scss */
.page-ui-element a.btn {
  margin-right: 2px;
  margin-bottom: 5px;
}

/* line 2029, app/assets/stylesheets/style.css.scss */
.page-ui-element .ui-element-container .m-color-btn button {
  margin-right: 2px;
  margin-bottom: 5px;
}

/* Table Page */
/* line 2036, app/assets/stylesheets/style.css.scss */
.page-tables h4 {
  margin: 0px;
  margin-bottom: 15px;
  font-size: 15px;
  font-weight: 700;
  color: #aaa;
}

/* line 2044, app/assets/stylesheets/style.css.scss */
.page-tables hr {
  margin-top: 0px;
  border-color: #f5f5f5;
}

/* line 2049, app/assets/stylesheets/style.css.scss */
.page-tables .table {
  margin-bottom: 0px;
}

/* line 2053, app/assets/stylesheets/style.css.scss */
.page-tables #data-table {
  margin-bottom: 20px;
}

/* line 2057, app/assets/stylesheets/style.css.scss */
.page-tables .dataTables_length {
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 12px;
  font-weight: normal;
}

/* line 2064, app/assets/stylesheets/style.css.scss */
.page-tables .dataTables_length select {
  border-color: #ddd;
  border-radius: 2px;
}

/* line 2069, app/assets/stylesheets/style.css.scss */
.page-tables .dataTables_filter {
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 12px;
  font-weight: normal;
}

/* line 2076, app/assets/stylesheets/style.css.scss */
.page-tables .dataTables_filter input {
  border-radius: 3px;
  border: 1px solid #ddd;
  padding: 3px;
  line-height: 12px;
}

/* line 2083, app/assets/stylesheets/style.css.scss */
.page-tables #data-table {
  border: 1px solid #ddd;
}

/* line 2087, app/assets/stylesheets/style.css.scss */
.page-tables table#data-table thead th {
  padding: 7px 10px;
  font-weight: normal;
  border-bottom: 0px;
}

/* line 2093, app/assets/stylesheets/style.css.scss */
.page-tables table#data-table tfoot th {
  border-top: 1px solid #ddd;
  padding: 7px 10px;
  font-weight: normal;
  background: #fff;
}

/* line 2100, app/assets/stylesheets/style.css.scss */
.page-tables table#data-table td {
  background: #fcfcfc;
  border-top: 1px solid #ddd;
}

/* line 2105, app/assets/stylesheets/style.css.scss */
.page-tables .dataTables_info {
  margin-bottom: 20px;
}

/* line 2109, app/assets/stylesheets/style.css.scss */
.page-tables .dataTables_paginate {
  margin-bottom: 20px;
}

/* line 2113, app/assets/stylesheets/style.css.scss */
.page-tables .dataTables_paginate a {
  background: #fff !important;
  border: 1px solid #ddd !important;
  border-radius: 2px !important;
  margin-right: 2px !important;
  padding: 0px 10px !important;
  color: #aaa !important;
}

/* line 2122, app/assets/stylesheets/style.css.scss */
.page-tables .dataTables_paginate a:hover {
  background: #f8f8f8 !important;
}

/* line 2126, app/assets/stylesheets/style.css.scss */
.page-tables .dataTables_paginate a.current {
  background: #f8f8f8 !important;
}

/* Form Page */
/* line 2132, app/assets/stylesheets/style.css.scss */
.page-form h4 {
  margin: 0px;
  margin-bottom: 15px;
  font-size: 15px;
  font-weight: 700;
}

/* line 2139, app/assets/stylesheets/style.css.scss */
.page-form hr {
  margin-top: 0px;
  border-color: #f5f5f5;
}

/* Form Validate Page */
/* line 2146, app/assets/stylesheets/style.css.scss */
.validate-form {
  max-width: 700px;
  margin-top: 40px;
}

/* line 2151, app/assets/stylesheets/style.css.scss */
form label.error {
  display: inline-block;
  margin-left: 10px;
  margin-bottom: 0px;
  font-weight: 300;
}

/* Form Wizard */
/* line 2159, app/assets/stylesheets/style.css.scss */
#myWizard .step {
  margin-bottom: 10px;
  padding: 20px;
  padding-bottom: 0px;
  border: 1px solid #eaeaea;
  border-radius: 4px;
}

/* line 2167, app/assets/stylesheets/style.css.scss */
.wizard > .steps .number {
  display: none;
}

/* line 2171, app/assets/stylesheets/style.css.scss */
.wizard > .steps > ul > li {
  width: auto;
  margin: 0px;
  margin-right: 8px;
  margin-top: 8px;
}

/* line 2178, app/assets/stylesheets/style.css.scss */
.wizard ul > li, .tabcontrol ul > li {
  padding: 0px;
  line-height: 0px;
  font-size: 13px;
}

/* line 2184, app/assets/stylesheets/style.css.scss */
.wizard > .content > .body input {
  height: 30px;
}

/* line 2188, app/assets/stylesheets/style.css.scss */
.wizard > .steps a, .wizard > .steps a:hover, .wizard > .steps a:active,
.wizard > .steps .current a, .wizard > .steps .current a:hover, .wizard > .steps .current a:active {
  margin: 0px;
  padding: 10px 20px;
  border-radius: 4px;
  font-size: 13px;
  line-height: 13px;
}

/* line 2197, app/assets/stylesheets/style.css.scss */
.wizard > .content {
  margin: 0px;
  margin-top: 10px;
  margin-bottom: 10px;
  width: 100%;
  height: auto;
  min-height: 350px;
  background: #fff;
  border: 1px solid #eaeaea;
}

/* line 2208, app/assets/stylesheets/style.css.scss */
.wizard .form-group {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

/* line 2213, app/assets/stylesheets/style.css.scss */
.wizard > .actions a, .wizard > .actions a:hover, .wizard > .actions a:active {
  padding: 14px 18px;
  line-height: 0px;
}

/* Inbox Page */
/* line 2220, app/assets/stylesheets/style.css.scss */
.page-content .page-inbox .nav-pills li {
  margin-right: 0px;
}

/* line 2224, app/assets/stylesheets/style.css.scss */
.page-content .page-inbox .nav-pills li.active .badge {
  color: #9a9a9a !important;
  background: #fff !important;
}

/* line 2229, app/assets/stylesheets/style.css.scss */
.page-content .page-inbox .inbox-mail {
  border-radius: 4px;
  border: 1px solid #ddd;
}

/* line 2234, app/assets/stylesheets/style.css.scss */
.page-content .page-inbox .inbox-mail table {
  margin-bottom: 0px;
}

/* line 2238, app/assets/stylesheets/style.css.scss */
.page-content .page-inbox .inbox-mail .table tr td a.new-unread {
  font-size: 14px;
}

/* line 2242, app/assets/stylesheets/style.css.scss */
.page-content .page-inbox .inbox-mail .table tr td span {
  font-size: 13px;
  font-weight: 700;
}

/* line 2247, app/assets/stylesheets/style.css.scss */
.page-content .page-inbox .inbox-mail .table tr td p {
  font-size: 13px;
  line-height: 23px;
  color: #9a9a9a;
  text-overflow: ellipsis;
}

/* line 2254, app/assets/stylesheets/style.css.scss */
.page-content .page-inbox .pagination {
  margin-bottom: 0px;
}

/* Read Mail Page */
/* line 2260, app/assets/stylesheets/style.css.scss */
.page-content .page-inbox .textarea {
  width: 100%;
  height: 200px;
  padding: 5px 12px;
}

/* line 2266, app/assets/stylesheets/style.css.scss */
.page-content .page-inbox .mail-read,
.page-content .page-inbox .mail-write {
  padding: 15px;
  padding-bottom: 6px;
  border-radius: 4px;
  border: 1px solid #ddd;
}

/* line 2274, app/assets/stylesheets/style.css.scss */
.page-inbox .mail-head {
  margin-bottom: 8px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
}

/* line 2280, app/assets/stylesheets/style.css.scss */
.page-inbox .mail-read .mail-head {
  padding-bottom: 10px;
}

/* line 2284, app/assets/stylesheets/style.css.scss */
.page-inbox .mail-reply h3,
.page-inbox .mail-head h3 {
  margin: 0px;
  margin-bottom: 10px;
  font-size: 13px;
}

/* line 2291, app/assets/stylesheets/style.css.scss */
.page-inbox .mail-read .mail-head p,
.page-inbox .mail-read .mail-head h6 {
  font-weight: 700;
  line-height: 18px;
}

/* line 2297, app/assets/stylesheets/style.css.scss */
.page-inbox .mail-read .mail-head .mail-button {
  margin-top: 10px;
}

/* line 2301, app/assets/stylesheets/style.css.scss */
.page-inbox .mail-head button {
  margin-top: 3px;
}

/* line 2305, app/assets/stylesheets/style.css.scss */
.page-inbox .mail-head button i {
  display: inline-block;
  margin-right: 4px;
  font-size: 15px;
  line-height: 18px;
}

/* line 2312, app/assets/stylesheets/style.css.scss */
.page-inbox .mail-read .mail-details {
  margin-top: 15px;
}

/* line 2316, app/assets/stylesheets/style.css.scss */
.page-inbox .mail-read .mail-details h5 {
  margin-top: 8px;
  margin-bottom: 16px;
  padding-bottom: 8px;
  font-size: 18px;
  border-bottom: 1px solid #ddd;
}

/* line 2324, app/assets/stylesheets/style.css.scss */
.page-inbox .mail-read .mail-details p {
  color: #9a9a9a;
}

/* line 2328, app/assets/stylesheets/style.css.scss */
.page-inbox .mail-read .mail-details .mail-attach {
  background: #fcfcfc;
}

/* line 2332, app/assets/stylesheets/style.css.scss */
.page-inbox .mail-read .mail-details .mail-attach .attach-data {
  display: block;
  padding: 5px 10px;
  margin-bottom: 10px;
  border: 1px solid #eaeaea;
  border-radius: 3px;
}

/* line 2340, app/assets/stylesheets/style.css.scss */
.page-inbox .mail-read .mail-details .mail-attach .attach-data p {
  font-size: 12px;
  line-height: 20px;
  color: #aaa;
}

/* line 2346, app/assets/stylesheets/style.css.scss */
.page-inbox .mail-read .mail-details .mail-attach .attach-data p a i {
  display: inline-block;
  margin-left: 4px;
}

/* Mail Reply */
/* line 2353, app/assets/stylesheets/style.css.scss */
.page-inbox .mail-reply h3 {
  margin-top: 15px;
}

/* line 2357, app/assets/stylesheets/style.css.scss */
.page-inbox .mail-reply .form-group {
  margin-bottom: 5px;
}

/* Compose Mail */
/* line 2363, app/assets/stylesheets/style.css.scss */
.page-inbox .mail-write .mail-head {
  border-bottom: 0px;
  margin-bottom: 0px;
}

/* line 2368, app/assets/stylesheets/style.css.scss */
.page-inbox .mail-write .mail-head h3 {
  margin-top: 10px;
  margin-bottom: 0px;
}

/* Responsive CSS */
/* Mobile phones */
@media (max-width: 480px) {
  /* line 2377, app/assets/stylesheets/style.css.scss */
  .widget .widget-head .pull-left {
    float: none !important;
  }
  /* line 2380, app/assets/stylesheets/style.css.scss */
  .widget .widget-head .pull-right {
    float: none !important;
    margin-top: 10px;
  }
  /* line 2384, app/assets/stylesheets/style.css.scss */
  .page-content .single-head h3 {
    float: none !important;
  }
  /* line 2387, app/assets/stylesheets/style.css.scss */
  .page-content .single-head .breads {
    float: none !important;
    margin-top: 7px;
  }
  /* line 2392, app/assets/stylesheets/style.css.scss */
  .page-gallery #gallery .element {
    margin-right: 0px;
  }
}

/* Tablets */
@media (max-width: 767px) {
  /* line 2399, app/assets/stylesheets/style.css.scss */
  .sidebar {
    width: 100%;
    position: static;
    min-height: 100%;
    border-bottom: 1px solid #222;
    float: none;
    box-shadow: none !important;
  }
  /* line 2407, app/assets/stylesheets/style.css.scss */
  .sidebar .sidey {
    max-width: 300px;
    margin: 0 auto;
    padding-bottom: 10px;
  }
  /* line 2412, app/assets/stylesheets/style.css.scss */
  .sidebar .logo {
    text-align: center;
  }
  /* line 2415, app/assets/stylesheets/style.css.scss */
  .sidebar .logo h1 span {
    margin-left: 52px;
  }
  /* line 2418, app/assets/stylesheets/style.css.scss */
  .sidebar .sidebar-dropdown {
    display: block;
  }
  /* line 2421, app/assets/stylesheets/style.css.scss */
  .sidebar .side-nav {
    display: none;
  }
  /* line 2424, app/assets/stylesheets/style.css.scss */
  .mainbar {
    width: 100%;
    margin-left: 0px;
    position: static;
  }
  /* line 2429, app/assets/stylesheets/style.css.scss */
  .mainbar .main-head {
    box-shadow: none !important;
  }
}

/* Desktop */
@media (max-width: 991px) {
  /* line 2436, app/assets/stylesheets/style.css.scss */
  .main-head .head-noty {
    float: none !important;
  }
  /* line 2439, app/assets/stylesheets/style.css.scss */
  .main-head .head-user {
    float: none !important;
  }
}

@media (max-width: 1200px) {
  /* line 2445, app/assets/stylesheets/style.css.scss */
  .wizard .form-group {
    margin-bottom: 5px;
  }
  /* line 2449, app/assets/stylesheets/style.css.scss */
  .wizard > .content > .body label {
    text-align: left;
  }
}

/* Column Mobile */
@media (max-width: 330px) {
  /* line 2455, app/assets/stylesheets/style.css.scss */
  .col-mob {
    width: 100%;
  }
}

/* Upload Input */
@media (max-width: 345px) {
  /* line 2461, app/assets/stylesheets/style.css.scss */
  input[type="file"] {
    width: 170px;
  }
}

@media (max-width: 310px) {
  /* line 2466, app/assets/stylesheets/style.css.scss */
  input[type="file"] {
    width: 130px;
  }
}

/* line 2470, app/assets/stylesheets/style.css.scss */
.ui-tooltip {
  position: initial;
  box-shadow: none;
  border-width: 1px !important;
  padding: 6px 11px;
}

/* line 2477, app/assets/stylesheets/style.css.scss */
body {
  padding-top: 90px;
}

@media (max-width: 991px) {
  /* line 2482, app/assets/stylesheets/style.css.scss */
  body {
    padding-top: 0px;
  }
}

@media (max-width: 1612px) {
  /* line 2488, app/assets/stylesheets/style.css.scss */
  #flash-notice {
    margin-top: 0px;
  }
}

@media (max-width: 1185px) {
  /* line 2494, app/assets/stylesheets/style.css.scss */
  #flash-notice {
    margin-top: 6px;
  }
}

@media (max-width: 1164px) {
  /* line 2500, app/assets/stylesheets/style.css.scss */
  #flash-notice {
    margin-top: 26px;
  }
}

@media (max-width: 1071px) {
  /* line 2506, app/assets/stylesheets/style.css.scss */
  #flash-notice {
    margin-top: 42px;
  }
}

@media (max-width: 1051px) {
  /* line 2512, app/assets/stylesheets/style.css.scss */
  #flash-notice {
    margin-top: 82px;
  }
}

@media (max-width: 993px) {
  /* line 2518, app/assets/stylesheets/style.css.scss */
  #flash-notice {
    margin-top: 88px;
  }
}

@media (max-width: 991px) {
  /* line 2524, app/assets/stylesheets/style.css.scss */
  #flash-notice {
    margin-top: 200px;
  }
}

@media (max-width: 979px) {
  /* line 2530, app/assets/stylesheets/style.css.scss */
  #flash-notice {
    margin-top: 0px;
  }
}
/* line 1, app/assets/stylesheets/ticket_dashboard.scss */
a.ticket-dashboard-quick-link {
  display: block;
  position: relative;
  top: -100px;
}

/* line 7, app/assets/stylesheets/ticket_dashboard.scss */
a.btn.btn-primary.br-lblue {
  border: #32c8de;
  background-color: #32c8de;
}
/* line 5, app/assets/stylesheets/ticket_survey_questions.scss */
label {
  font-weight: bold;
}
/* line 4, app/assets/stylesheets/tickets.scss */
#ticket-messages {
  height: 800px;
  overflow-y: scroll;
}

/* line 9, app/assets/stylesheets/tickets.scss */
#ticket-messages-closed {
  height: 800px;
  overflow-y: scroll;
}

/* line 14, app/assets/stylesheets/tickets.scss */
#close-ticket-button {
  margin-top: 10px;
}

/* line 18, app/assets/stylesheets/tickets.scss */
#closed-tickets-report-button-group {
  float: right;
}

/* line 22, app/assets/stylesheets/tickets.scss */
.m-unread.m-tr-clickable.active-replying td {
  background-color: #d0f7cd;
}

/* line 26, app/assets/stylesheets/tickets.scss */
.m-unread.m-tr-clickable.waiting-for-response td {
  background-color: #e3f3f7;
}

/* line 30, app/assets/stylesheets/tickets.scss */
.m-unread.m-tr-clickable.net-new-ticket td {
  background-color: #ffbdd8;
}

/* line 34, app/assets/stylesheets/tickets.scss */
.no-show-except-hover {
  display: none;
}

/* line 38, app/assets/stylesheets/tickets.scss */
#reset-open-tickets-filter-button {
  margin-left: 1em;
}

/* line 42, app/assets/stylesheets/tickets.scss */
td.priority {
  width: 1%;
}

/* line 46, app/assets/stylesheets/tickets.scss */
td.priority:hover .no-show-except-hover {
  display: block;
}
/* line 5, app/assets/stylesheets/users.scss */
#new-user-form {
  background: white;
  text-align: center;
}

/* line 10, app/assets/stylesheets/users.scss */
#edit-user-form {
  background: white;
  text-align: center;
}
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS/SCSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *




 */
