/*! jQuery UI - v1.13.2 - 2022-07-14
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, draggable.css, resizable.css, progressbar.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/?bgShadowXPos=&bgOverlayXPos=&bgErrorXPos=&bgHighlightXPos=&bgContentXPos=&bgHeaderXPos=&bgActiveXPos=&bgHoverXPos=&bgDefaultXPos=&bgShadowYPos=&bgOverlayYPos=&bgErrorYPos=&bgHighlightYPos=&bgContentYPos=&bgHeaderYPos=&bgActiveYPos=&bgHoverYPos=&bgDefaultYPos=&bgShadowRepeat=&bgOverlayRepeat=&bgErrorRepeat=&bgHighlightRepeat=&bgContentRepeat=&bgHeaderRepeat=&bgActiveRepeat=&bgHoverRepeat=&bgDefaultRepeat=&iconsHover=url(/%22images%2Fui-icons_555555_256x240.png%22)&iconsHighlight=url(/%22images%2Fui-icons_777620_256x240.png%22)&iconsHeader=url(/%22images%2Fui-icons_444444_256x240.png%22)&iconsError=url(/%22images%2Fui-icons_cc0000_256x240.png%22)&iconsDefault=url(/%22images%2Fui-icons_777777_256x240.png%22)&iconsContent=url(/%22images%2Fui-icons_444444_256x240.png%22)&iconsActive=url(/%22images%2Fui-icons_ffffff_256x240.png%22)&bgImgUrlShadow=&bgImgUrlOverlay=&bgImgUrlHover=&bgImgUrlHighlight=&bgImgUrlHeader=&bgImgUrlError=&bgImgUrlDefault=&bgImgUrlContent=&bgImgUrlActive=&opacityFilterShadow=Alpha(Opacity%3D30)&opacityFilterOverlay=Alpha(Opacity%3D30)&opacityShadowPerc=30&opacityOverlayPerc=30&iconColorHover=%23555555&iconColorHighlight=%23777620&iconColorHeader=%23444444&iconColorError=%23cc0000&iconColorDefault=%23777777&iconColorContent=%23444444&iconColorActive=%23ffffff&bgImgOpacityShadow=0&bgImgOpacityOverlay=0&bgImgOpacityError=95&bgImgOpacityHighlight=55&bgImgOpacityContent=75&bgImgOpacityHeader=75&bgImgOpacityActive=65&bgImgOpacityHover=75&bgImgOpacityDefault=75&bgTextureShadow=flat&bgTextureOverlay=flat&bgTextureError=flat&bgTextureHighlight=flat&bgTextureContent=flat&bgTextureHeader=flat&bgTextureActive=flat&bgTextureHover=flat&bgTextureDefault=flat&cornerRadius=3px&fwDefault=normal&ffDefault=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&cornerRadiusShadow=8px&thicknessShadow=5px&offsetLeftShadow=0px&offsetTopShadow=0px&opacityShadow=.3&bgColorShadow=%23666666&opacityOverlay=.3&bgColorOverlay=%23aaaaaa&fcError=%235f3f3f&borderColorError=%23f1a899&bgColorError=%23fddfdf&fcHighlight=%23777620&borderColorHighlight=%23dad55e&bgColorHighlight=%23fffa90&fcContent=%23333333&borderColorContent=%23dddddd&bgColorContent=%23ffffff&fcHeader=%23333333&borderColorHeader=%23dddddd&bgColorHeader=%23e9e9e9&fcActive=%23ffffff&borderColorActive=%23003eff&bgColorActive=%23007fff&fcHover=%232b2b2b&borderColorHover=%23cccccc&bgColorHover=%23ededed&fcDefault=%23454545&borderColorDefault=%23c5c5c5&bgColorDefault=%23f6f6f6
* Copyright jQuery Foundation and other contributors; Licensed MIT */
/* Layout helpers
----------------------------------*/
/* line 9, app/assets/stylesheets/jquery-ui.css */
.ui-helper-hidden {
  display: none;
}

/* line 12, app/assets/stylesheets/jquery-ui.css */
.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 */
.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 */
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}

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

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

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

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

/* Icons
----------------------------------*/
/* line 66, app/assets/stylesheets/jquery-ui.css */
.ui-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -.25em;
  position: relative;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

/* line 76, app/assets/stylesheets/jquery-ui.css */
.ui-widget-icon-block {
  left: 50%;
  margin-left: -8px;
  display: block;
}

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

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

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

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

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

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

/* line 122, app/assets/stylesheets/jquery-ui.css */
.ui-menu .ui-menu-item {
  margin: 0;
  cursor: pointer;
  /* support: IE10, see #8844 */
  list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}

/* line 128, app/assets/stylesheets/jquery-ui.css */
.ui-menu .ui-menu-item-wrapper {
  position: relative;
  padding: 3px 1em 3px .4em;
}

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

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

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

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

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

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

/* line 166, app/assets/stylesheets/jquery-ui.css */
.ui-button {
  padding: .4em 1em;
  display: inline-block;
  position: relative;
  line-height: normal;
  margin-right: .1em;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /* Support: IE <= 11 */
  overflow: visible;
}

/* line 184, app/assets/stylesheets/jquery-ui.css */
.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 193, app/assets/stylesheets/jquery-ui.css */
.ui-button-icon-only {
  width: 2em;
  box-sizing: border-box;
  text-indent: -9999px;
  white-space: nowrap;
}

/* no icon support for input elements */
/* line 201, app/assets/stylesheets/jquery-ui.css */
input.ui-button.ui-button-icon-only {
  text-indent: 0;
}

/* button icon element(s) */
/* line 206, app/assets/stylesheets/jquery-ui.css */
.ui-button-icon-only .ui-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -8px;
}

/* line 214, app/assets/stylesheets/jquery-ui.css */
.ui-button.ui-icon-notext .ui-icon {
  padding: 0;
  width: 2.1em;
  height: 2.1em;
  text-indent: -9999px;
  white-space: nowrap;
}

/* line 223, app/assets/stylesheets/jquery-ui.css */
input.ui-button.ui-icon-notext .ui-icon {
  width: auto;
  height: auto;
  text-indent: 0;
  white-space: normal;
  padding: .4em 1em;
}

/* workarounds */
/* Support: Firefox 5 - 40 */
/* line 233, app/assets/stylesheets/jquery-ui.css */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* line 238, app/assets/stylesheets/jquery-ui.css */
.ui-controlgroup {
  vertical-align: middle;
  display: inline-block;
}

/* line 242, app/assets/stylesheets/jquery-ui.css */
.ui-controlgroup > .ui-controlgroup-item {
  float: left;
  margin-left: 0;
  margin-right: 0;
}

/* line 247, app/assets/stylesheets/jquery-ui.css */
.ui-controlgroup > .ui-controlgroup-item:focus,
.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {
  z-index: 9999;
}

/* line 251, app/assets/stylesheets/jquery-ui.css */
.ui-controlgroup-vertical > .ui-controlgroup-item {
  display: block;
  float: none;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  text-align: left;
}

/* line 259, app/assets/stylesheets/jquery-ui.css */
.ui-controlgroup-vertical .ui-controlgroup-item {
  box-sizing: border-box;
}

/* line 262, app/assets/stylesheets/jquery-ui.css */
.ui-controlgroup .ui-controlgroup-label {
  padding: .4em 1em;
}

/* line 265, app/assets/stylesheets/jquery-ui.css */
.ui-controlgroup .ui-controlgroup-label span {
  font-size: 80%;
}

/* line 268, app/assets/stylesheets/jquery-ui.css */
.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
  border-left: none;
}

/* line 271, app/assets/stylesheets/jquery-ui.css */
.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
  border-top: none;
}

/* line 274, app/assets/stylesheets/jquery-ui.css */
.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
  border-right: none;
}

/* line 277, app/assets/stylesheets/jquery-ui.css */
.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
  border-bottom: none;
}

/* Spinner specific style fixes */
/* line 282, app/assets/stylesheets/jquery-ui.css */
.ui-controlgroup-vertical .ui-spinner-input {
  /* Support: IE8 only, Android < 4.4 only */
  width: 75%;
  width: calc( 100% - 2.4em);
}

/* line 288, app/assets/stylesheets/jquery-ui.css */
.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
  border-top-style: solid;
}

/* line 292, app/assets/stylesheets/jquery-ui.css */
.ui-checkboxradio-label .ui-icon-background {
  box-shadow: inset 1px 1px 1px #ccc;
  border-radius: .12em;
  border: none;
}

/* line 297, app/assets/stylesheets/jquery-ui.css */
.ui-checkboxradio-radio-label .ui-icon-background {
  width: 16px;
  height: 16px;
  border-radius: 1em;
  overflow: visible;
  border: none;
}

/* line 304, app/assets/stylesheets/jquery-ui.css */
.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
  background-image: none;
  width: 8px;
  height: 8px;
  border-width: 4px;
  border-style: solid;
}

/* line 312, app/assets/stylesheets/jquery-ui.css */
.ui-checkboxradio-disabled {
  pointer-events: none;
}

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

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

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

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

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

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

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

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

/* line 347, app/assets/stylesheets/jquery-ui.css */
.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 356, app/assets/stylesheets/jquery-ui.css */
.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}

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

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

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

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

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

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

/* line 392, app/assets/stylesheets/jquery-ui.css */
.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 400, app/assets/stylesheets/jquery-ui.css */
.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible;
}

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

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

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

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

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

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

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

/* line 432, app/assets/stylesheets/jquery-ui.css */
.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 436, app/assets/stylesheets/jquery-ui.css */
.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}

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

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

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

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

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

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

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

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

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

/* line 475, app/assets/stylesheets/jquery-ui.css */
.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;
}

/* Icons */
/* line 482, app/assets/stylesheets/jquery-ui.css */
.ui-datepicker .ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
  left: .5em;
  top: .3em;
}

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

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

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

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

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

/* line 525, app/assets/stylesheets/jquery-ui.css */
.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 532, app/assets/stylesheets/jquery-ui.css */
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right;
}

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

/* line 539, app/assets/stylesheets/jquery-ui.css */
.ui-dialog .ui-resizable-n {
  height: 2px;
  top: 0;
}

/* line 543, app/assets/stylesheets/jquery-ui.css */
.ui-dialog .ui-resizable-e {
  width: 2px;
  right: 0;
}

/* line 547, app/assets/stylesheets/jquery-ui.css */
.ui-dialog .ui-resizable-s {
  height: 2px;
  bottom: 0;
}

/* line 551, app/assets/stylesheets/jquery-ui.css */
.ui-dialog .ui-resizable-w {
  width: 2px;
  left: 0;
}

/* line 555, app/assets/stylesheets/jquery-ui.css */
.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw,
.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw {
  width: 7px;
  height: 7px;
}

/* line 562, app/assets/stylesheets/jquery-ui.css */
.ui-dialog .ui-resizable-se {
  right: 0;
  bottom: 0;
}

/* line 566, app/assets/stylesheets/jquery-ui.css */
.ui-dialog .ui-resizable-sw {
  left: 0;
  bottom: 0;
}

/* line 570, app/assets/stylesheets/jquery-ui.css */
.ui-dialog .ui-resizable-ne {
  right: 0;
  top: 0;
}

/* line 574, app/assets/stylesheets/jquery-ui.css */
.ui-dialog .ui-resizable-nw {
  left: 0;
  top: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 664, app/assets/stylesheets/jquery-ui.css */
.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%;
  -ms-filter: "alpha(opacity=25)";
  /* support: IE8 */
  opacity: 0.25;
}

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

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

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

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

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

/* line 695, app/assets/stylesheets/jquery-ui.css */
.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 704, app/assets/stylesheets/jquery-ui.css */
.ui-selectmenu-open {
  display: block;
}

/* line 707, app/assets/stylesheets/jquery-ui.css */
.ui-selectmenu-text {
  display: block;
  margin-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 713, app/assets/stylesheets/jquery-ui.css */
.ui-selectmenu-button.ui-button {
  text-align: left;
  white-space: nowrap;
  width: 14em;
}

/* line 718, app/assets/stylesheets/jquery-ui.css */
.ui-selectmenu-icon.ui-icon {
  float: right;
  margin-top: 0;
}

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

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

/* line 735, app/assets/stylesheets/jquery-ui.css */
.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 745, app/assets/stylesheets/jquery-ui.css */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 808, app/assets/stylesheets/jquery-ui.css */
.ui-spinner-button {
  width: 1.6em;
  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 822, app/assets/stylesheets/jquery-ui.css */
.ui-spinner a.ui-spinner-button {
  border-top-style: none;
  border-bottom-style: none;
  border-right-style: none;
}

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

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

/* line 833, app/assets/stylesheets/jquery-ui.css */
.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 837, app/assets/stylesheets/jquery-ui.css */
.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: .2em .2em 0;
}

/* line 841, app/assets/stylesheets/jquery-ui.css */
.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 851, app/assets/stylesheets/jquery-ui.css */
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: left;
  padding: .5em 1em;
  text-decoration: none;
}

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

/* line 860, app/assets/stylesheets/jquery-ui.css */
.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 865, app/assets/stylesheets/jquery-ui.css */
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  cursor: pointer;
}

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

/* line 874, app/assets/stylesheets/jquery-ui.css */
.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px;
}

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

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

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

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

/* line 900, app/assets/stylesheets/jquery-ui.css */
.ui-widget.ui-widget-content {
  border: 1px solid #c5c5c5;
}

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

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

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

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

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

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

/* line 947, app/assets/stylesheets/jquery-ui.css */
.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,
.ui-button:hover,
.ui-button:focus {
  border: 1px solid #cccccc;
  background: #ededed;
  font-weight: normal;
  color: #2b2b2b;
}

/* line 960, app/assets/stylesheets/jquery-ui.css */
.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,
a.ui-button:hover,
a.ui-button:focus {
  color: #2b2b2b;
  text-decoration: none;
}

/* line 974, app/assets/stylesheets/jquery-ui.css */
.ui-visual-focus {
  box-shadow: 0 0 3px 1px #5e9ed6;
}

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

/* line 988, app/assets/stylesheets/jquery-ui.css */
.ui-icon-background,
.ui-state-active .ui-icon-background {
  border: #003eff;
  background-color: #ffffff;
}

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

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

/* line 1009, app/assets/stylesheets/jquery-ui.css */
.ui-state-checked {
  border: 1px solid #dad55e;
  background: #fffa90;
}

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

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

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

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

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

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

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

/* line 1054, app/assets/stylesheets/jquery-ui.css */
.ui-state-disabled .ui-icon {
  -ms-filter: "alpha(opacity=35)";
  /* support: IE8 - See #6059 */
}

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

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

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

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

/* line 1079, app/assets/stylesheets/jquery-ui.css */
.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
  background-image: url(/images/ui-icons_ffffff_256x240.png);
}

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

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

/* line 1091, app/assets/stylesheets/jquery-ui.css */
.ui-button .ui-icon {
  background-image: url(/images/ui-icons_777777_256x240.png);
}

/* positioning */
/* Three classes needed to override `.ui-button:hover .ui-icon` */
/* line 1097, app/assets/stylesheets/jquery-ui.css */
.ui-icon-blank.ui-icon-blank.ui-icon-blank {
  background-image: none;
}

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

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

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

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

/* line 1104, app/assets/stylesheets/jquery-ui.css */
.ui-icon-caret-1-s {
  background-position: -65px 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Overlays */
/* line 1307, app/assets/stylesheets/jquery-ui.css */
.ui-widget-overlay {
  background: #aaaaaa;
  opacity: .003;
  -ms-filter: Alpha(Opacity=0.3);
  /* support: IE8 */
}

/* line 1312, app/assets/stylesheets/jquery-ui.css */
.ui-widget-shadow {
  -webkit-box-shadow: 0px 0px 5px #666666;
  box-shadow: 0px 0px 5px #666666;
}

/* line 1, app/assets/stylesheets/bootstrap.min.css */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block;
}

/* line 2, app/assets/stylesheets/bootstrap.min.css */
audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/* line 3, app/assets/stylesheets/bootstrap.min.css */
audio:not([controls]) {
  display: none;
}

/* line 4, app/assets/stylesheets/bootstrap.min.css */
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

/* line 5, app/assets/stylesheets/bootstrap.min.css */
a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 6, app/assets/stylesheets/bootstrap.min.css */
a:hover, a:active {
  outline: 0;
}

/* line 7, app/assets/stylesheets/bootstrap.min.css */
sub, sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

/* line 8, app/assets/stylesheets/bootstrap.min.css */
sup {
  top: -0.5em;
}

/* line 9, app/assets/stylesheets/bootstrap.min.css */
sub {
  bottom: -0.25em;
}

/* line 10, app/assets/stylesheets/bootstrap.min.css */
img {
  height: auto;
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
}

/* line 11, app/assets/stylesheets/bootstrap.min.css */
button, input, select, textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
}

/* line 12, app/assets/stylesheets/bootstrap.min.css */
button, input {
  *overflow: visible;
  line-height: normal;
}

/* line 13, app/assets/stylesheets/bootstrap.min.css */
button::-moz-focus-inner, input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* line 14, app/assets/stylesheets/bootstrap.min.css */
button, input[type="button"], input[type="reset"], input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}

/* line 15, app/assets/stylesheets/bootstrap.min.css */
input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

/* line 16, app/assets/stylesheets/bootstrap.min.css */
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

/* line 17, app/assets/stylesheets/bootstrap.min.css */
textarea {
  overflow: auto;
  vertical-align: top;
}

/* line 18, app/assets/stylesheets/bootstrap.min.css */
.clearfix {
  *zoom: 1;
}

/* line 18, app/assets/stylesheets/bootstrap.min.css */
.clearfix:before, .clearfix:after {
  display: table;
  content: "";
}

/* line 19, app/assets/stylesheets/bootstrap.min.css */
.clearfix:after {
  clear: both;
}

/* line 20, app/assets/stylesheets/bootstrap.min.css */
.hide-text {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

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

/* line 22, app/assets/stylesheets/bootstrap.min.css */
body {
  margin: 0;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 13px;
  line-height: 18px;
  color: #333333;
  background-color: #ffffff;
}

/* line 23, app/assets/stylesheets/bootstrap.min.css */
a {
  color: #0088cc;
  text-decoration: none;
}

/* line 24, app/assets/stylesheets/bootstrap.min.css */
a:hover {
  color: #005580;
  text-decoration: underline;
}

/* line 25, app/assets/stylesheets/bootstrap.min.css */
.row {
  margin-left: -20px;
  *zoom: 1;
}

/* line 25, app/assets/stylesheets/bootstrap.min.css */
.row:before, .row:after {
  display: table;
  content: "";
}

/* line 26, app/assets/stylesheets/bootstrap.min.css */
.row:after {
  clear: both;
}

/* line 27, app/assets/stylesheets/bootstrap.min.css */
[class*="span"] {
  float: left;
  margin-left: 20px;
}

/* line 28, app/assets/stylesheets/bootstrap.min.css */
.container, .navbar-fixed-top .container, .navbar-fixed-bottom .container {
  width: 940px;
}

/* line 29, app/assets/stylesheets/bootstrap.min.css */
.span12 {
  width: 940px;
}

/* line 30, app/assets/stylesheets/bootstrap.min.css */
.span11 {
  width: 860px;
}

/* line 31, app/assets/stylesheets/bootstrap.min.css */
.span10 {
  width: 780px;
}

/* line 32, app/assets/stylesheets/bootstrap.min.css */
.span9 {
  width: 700px;
}

/* line 33, app/assets/stylesheets/bootstrap.min.css */
.span8 {
  width: 620px;
}

/* line 34, app/assets/stylesheets/bootstrap.min.css */
.span7 {
  width: 540px;
}

/* line 35, app/assets/stylesheets/bootstrap.min.css */
.span6 {
  width: 460px;
}

/* line 36, app/assets/stylesheets/bootstrap.min.css */
.span5 {
  width: 380px;
}

/* line 37, app/assets/stylesheets/bootstrap.min.css */
.span4 {
  width: 300px;
}

/* line 38, app/assets/stylesheets/bootstrap.min.css */
.span3 {
  width: 220px;
}

/* line 39, app/assets/stylesheets/bootstrap.min.css */
.span2 {
  width: 140px;
}

/* line 40, app/assets/stylesheets/bootstrap.min.css */
.span1 {
  width: 60px;
}

/* line 41, app/assets/stylesheets/bootstrap.min.css */
.offset12 {
  margin-left: 980px;
}

/* line 42, app/assets/stylesheets/bootstrap.min.css */
.offset11 {
  margin-left: 900px;
}

/* line 43, app/assets/stylesheets/bootstrap.min.css */
.offset10 {
  margin-left: 820px;
}

/* line 44, app/assets/stylesheets/bootstrap.min.css */
.offset9 {
  margin-left: 740px;
}

/* line 45, app/assets/stylesheets/bootstrap.min.css */
.offset8 {
  margin-left: 660px;
}

/* line 46, app/assets/stylesheets/bootstrap.min.css */
.offset7 {
  margin-left: 580px;
}

/* line 47, app/assets/stylesheets/bootstrap.min.css */
.offset6 {
  margin-left: 500px;
}

/* line 48, app/assets/stylesheets/bootstrap.min.css */
.offset5 {
  margin-left: 420px;
}

/* line 49, app/assets/stylesheets/bootstrap.min.css */
.offset4 {
  margin-left: 340px;
}

/* line 50, app/assets/stylesheets/bootstrap.min.css */
.offset3 {
  margin-left: 260px;
}

/* line 51, app/assets/stylesheets/bootstrap.min.css */
.offset2 {
  margin-left: 180px;
}

/* line 52, app/assets/stylesheets/bootstrap.min.css */
.offset1 {
  margin-left: 100px;
}

/* line 53, app/assets/stylesheets/bootstrap.min.css */
.row-fluid {
  width: 100%;
  *zoom: 1;
}

/* line 53, app/assets/stylesheets/bootstrap.min.css */
.row-fluid:before, .row-fluid:after {
  display: table;
  content: "";
}

/* line 54, app/assets/stylesheets/bootstrap.min.css */
.row-fluid:after {
  clear: both;
}

/* line 55, app/assets/stylesheets/bootstrap.min.css */
.row-fluid > [class*="span"] {
  float: left;
  margin-left: 2.127659574%;
}

/* line 56, app/assets/stylesheets/bootstrap.min.css */
.row-fluid > [class*="span"]:first-child {
  margin-left: 0;
}

/* line 57, app/assets/stylesheets/bootstrap.min.css */
.row-fluid > .span12 {
  width: 99.99999998999999%;
}

/* line 58, app/assets/stylesheets/bootstrap.min.css */
.row-fluid > .span11 {
  width: 91.489361693%;
}

/* line 59, app/assets/stylesheets/bootstrap.min.css */
.row-fluid > .span10 {
  width: 82.97872339599999%;
}

/* line 60, app/assets/stylesheets/bootstrap.min.css */
.row-fluid > .span9 {
  width: 74.468085099%;
}

/* line 61, app/assets/stylesheets/bootstrap.min.css */
.row-fluid > .span8 {
  width: 65.95744680199999%;
}

/* line 62, app/assets/stylesheets/bootstrap.min.css */
.row-fluid > .span7 {
  width: 57.446808505%;
}

/* line 63, app/assets/stylesheets/bootstrap.min.css */
.row-fluid > .span6 {
  width: 48.93617020799999%;
}

/* line 64, app/assets/stylesheets/bootstrap.min.css */
.row-fluid > .span5 {
  width: 40.425531911%;
}

/* line 65, app/assets/stylesheets/bootstrap.min.css */
.row-fluid > .span4 {
  width: 31.914893614%;
}

/* line 66, app/assets/stylesheets/bootstrap.min.css */
.row-fluid > .span3 {
  width: 23.404255317%;
}

/* line 67, app/assets/stylesheets/bootstrap.min.css */
.row-fluid > .span2 {
  width: 14.89361702%;
}

/* line 68, app/assets/stylesheets/bootstrap.min.css */
.row-fluid > .span1 {
  width: 6.382978723%;
}

/* line 69, app/assets/stylesheets/bootstrap.min.css */
.container {
  margin-left: auto;
  margin-right: auto;
  *zoom: 1;
}

/* line 69, app/assets/stylesheets/bootstrap.min.css */
.container:before, .container:after {
  display: table;
  content: "";
}

/* line 70, app/assets/stylesheets/bootstrap.min.css */
.container:after {
  clear: both;
}

/* line 71, app/assets/stylesheets/bootstrap.min.css */
.container-fluid {
  padding-left: 20px;
  padding-right: 20px;
  *zoom: 1;
}

/* line 71, app/assets/stylesheets/bootstrap.min.css */
.container-fluid:before, .container-fluid:after {
  display: table;
  content: "";
}

/* line 72, app/assets/stylesheets/bootstrap.min.css */
.container-fluid:after {
  clear: both;
}

/* line 73, app/assets/stylesheets/bootstrap.min.css */
p {
  margin: 0 0 9px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 13px;
  line-height: 18px;
}

/* line 73, app/assets/stylesheets/bootstrap.min.css */
p small {
  font-size: 11px;
  color: #999999;
}

/* line 74, app/assets/stylesheets/bootstrap.min.css */
.lead {
  margin-bottom: 18px;
  font-size: 20px;
  font-weight: 200;
  line-height: 27px;
}

/* line 75, app/assets/stylesheets/bootstrap.min.css */
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-family: inherit;
  font-weight: bold;
  color: inherit;
  text-rendering: optimizelegibility;
}

/* line 75, app/assets/stylesheets/bootstrap.min.css */
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
  font-weight: normal;
  color: #999999;
}

/* line 76, app/assets/stylesheets/bootstrap.min.css */
h1 {
  font-size: 30px;
  line-height: 36px;
}

/* line 76, app/assets/stylesheets/bootstrap.min.css */
h1 small {
  font-size: 18px;
}

/* line 77, app/assets/stylesheets/bootstrap.min.css */
h2 {
  font-size: 24px;
  line-height: 36px;
}

/* line 77, app/assets/stylesheets/bootstrap.min.css */
h2 small {
  font-size: 18px;
}

/* line 78, app/assets/stylesheets/bootstrap.min.css */
h3 {
  line-height: 27px;
  font-size: 18px;
}

/* line 78, app/assets/stylesheets/bootstrap.min.css */
h3 small {
  font-size: 14px;
}

/* line 79, app/assets/stylesheets/bootstrap.min.css */
h4, h5, h6 {
  line-height: 18px;
}

/* line 80, app/assets/stylesheets/bootstrap.min.css */
h4 {
  font-size: 14px;
}

/* line 80, app/assets/stylesheets/bootstrap.min.css */
h4 small {
  font-size: 12px;
}

/* line 81, app/assets/stylesheets/bootstrap.min.css */
h5 {
  font-size: 12px;
}

/* line 82, app/assets/stylesheets/bootstrap.min.css */
h6 {
  font-size: 11px;
  color: #999999;
  text-transform: uppercase;
}

/* line 83, app/assets/stylesheets/bootstrap.min.css */
.page-header {
  padding-bottom: 17px;
  margin: 18px 0;
  border-bottom: 1px solid #eeeeee;
}

/* line 84, app/assets/stylesheets/bootstrap.min.css */
.page-header h1 {
  line-height: 1;
}

/* line 85, app/assets/stylesheets/bootstrap.min.css */
ul, ol {
  padding: 0;
  margin: 0 0 9px 25px;
}

/* line 86, app/assets/stylesheets/bootstrap.min.css */
ul ul, ul ol, ol ol, ol ul {
  margin-bottom: 0;
}

/* line 87, app/assets/stylesheets/bootstrap.min.css */
ul {
  list-style: disc;
}

/* line 88, app/assets/stylesheets/bootstrap.min.css */
ol {
  list-style: decimal;
}

/* line 89, app/assets/stylesheets/bootstrap.min.css */
li {
  line-height: 18px;
}

/* line 90, app/assets/stylesheets/bootstrap.min.css */
ul.unstyled, ol.unstyled {
  margin-left: 0;
  list-style: none;
}

/* line 91, app/assets/stylesheets/bootstrap.min.css */
dl {
  margin-bottom: 18px;
}

/* line 92, app/assets/stylesheets/bootstrap.min.css */
dt, dd {
  line-height: 18px;
}

/* line 93, app/assets/stylesheets/bootstrap.min.css */
dt {
  font-weight: bold;
  line-height: 17px;
}

/* line 94, app/assets/stylesheets/bootstrap.min.css */
dd {
  margin-left: 9px;
}

/* line 95, app/assets/stylesheets/bootstrap.min.css */
.dl-horizontal dt {
  float: left;
  clear: left;
  width: 120px;
  text-align: right;
}

/* line 96, app/assets/stylesheets/bootstrap.min.css */
.dl-horizontal dd {
  margin-left: 130px;
}

/* line 97, app/assets/stylesheets/bootstrap.min.css */
hr {
  margin: 18px 0;
  border: 0;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #ffffff;
}

/* line 98, app/assets/stylesheets/bootstrap.min.css */
strong {
  font-weight: bold;
}

/* line 99, app/assets/stylesheets/bootstrap.min.css */
em {
  font-style: italic;
}

/* line 100, app/assets/stylesheets/bootstrap.min.css */
.muted {
  color: #999999;
}

/* line 101, app/assets/stylesheets/bootstrap.min.css */
abbr[title] {
  border-bottom: 1px dotted #ddd;
  cursor: help;
}

/* line 102, app/assets/stylesheets/bootstrap.min.css */
abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

/* line 103, app/assets/stylesheets/bootstrap.min.css */
blockquote {
  padding: 0 0 0 15px;
  margin: 0 0 18px;
  border-left: 5px solid #eeeeee;
}

/* line 103, app/assets/stylesheets/bootstrap.min.css */
blockquote p {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 22.5px;
}

/* line 104, app/assets/stylesheets/bootstrap.min.css */
blockquote small {
  display: block;
  line-height: 18px;
  color: #999999;
}

/* line 104, app/assets/stylesheets/bootstrap.min.css */
blockquote small:before {
  content: '\2014 \00A0';
}

/* line 105, app/assets/stylesheets/bootstrap.min.css */
blockquote.pull-right {
  float: right;
  padding-left: 0;
  padding-right: 15px;
  border-left: 0;
  border-right: 5px solid #eeeeee;
}

/* line 105, app/assets/stylesheets/bootstrap.min.css */
blockquote.pull-right p, blockquote.pull-right small {
  text-align: right;
}

/* line 106, app/assets/stylesheets/bootstrap.min.css */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
}

/* line 107, app/assets/stylesheets/bootstrap.min.css */
address {
  display: block;
  margin-bottom: 18px;
  line-height: 18px;
  font-style: normal;
}

/* line 108, app/assets/stylesheets/bootstrap.min.css */
small {
  font-size: 100%;
}

/* line 109, app/assets/stylesheets/bootstrap.min.css */
cite {
  font-style: normal;
}

/* line 110, app/assets/stylesheets/bootstrap.min.css */
code, pre {
  padding: 0 3px 2px;
  font-family: Menlo,Monaco,"Courier New",monospace;
  font-size: 12px;
  color: #333333;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

/* line 111, app/assets/stylesheets/bootstrap.min.css */
code {
  padding: 2px 4px;
  color: #d14;
  background-color: #f7f7f9;
  border: 1px solid #e1e1e8;
}

/* line 112, app/assets/stylesheets/bootstrap.min.css */
pre {
  display: block;
  padding: 8.5px;
  margin: 0 0 9px;
  font-size: 12.025px;
  line-height: 18px;
  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;
  white-space: pre;
  white-space: pre-wrap;
  word-break: break-all;
  word-wrap: break-word;
}

/* line 112, app/assets/stylesheets/bootstrap.min.css */
pre.prettyprint {
  margin-bottom: 18px;
}

/* line 113, app/assets/stylesheets/bootstrap.min.css */
pre code {
  padding: 0;
  color: inherit;
  background-color: transparent;
  border: 0;
}

/* line 114, app/assets/stylesheets/bootstrap.min.css */
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

/* line 115, app/assets/stylesheets/bootstrap.min.css */
form {
  margin: 0 0 18px;
}

/* line 116, app/assets/stylesheets/bootstrap.min.css */
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}

/* line 117, app/assets/stylesheets/bootstrap.min.css */
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 27px;
  font-size: 19.5px;
  line-height: 36px;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #eee;
}

/* line 117, app/assets/stylesheets/bootstrap.min.css */
legend small {
  font-size: 13.5px;
  color: #999999;
}

/* line 118, app/assets/stylesheets/bootstrap.min.css */
label, input, button, select, textarea {
  font-size: 13px;
  font-weight: normal;
  line-height: 18px;
}

/* line 119, app/assets/stylesheets/bootstrap.min.css */
input, button, select, textarea {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

/* line 120, app/assets/stylesheets/bootstrap.min.css */
label {
  display: block;
  margin-bottom: 5px;
  color: #333333;
}

/* line 121, app/assets/stylesheets/bootstrap.min.css */
input, textarea, select, .uneditable-input {
  display: inline-block;
  width: 210px;
  height: 18px;
  padding: 4px;
  font-size: 13px;
  line-height: 18px;
  color: #555555;
  border: 1px solid #cccccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

/* line 122, app/assets/stylesheets/bootstrap.min.css */
.uneditable-textarea {
  width: auto;
  height: auto;
}

/* line 123, app/assets/stylesheets/bootstrap.min.css */
label input, label textarea, label select {
  display: block;
}

/* line 124, app/assets/stylesheets/bootstrap.min.css */
input[type="image"], input[type="checkbox"], input[type="radio"] {
  width: auto;
  height: auto;
  padding: 0;
  margin: 3px 0;
  *margin-top: 0;
  line-height: normal;
  cursor: pointer;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 0 \9;
}

/* line 125, app/assets/stylesheets/bootstrap.min.css */
input[type="image"] {
  border: 0;
}

/* line 126, app/assets/stylesheets/bootstrap.min.css */
input[type="file"] {
  width: auto;
  padding: initial;
  line-height: initial;
  border: initial;
  background-color: #ffffff;
  background-color: initial;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

/* line 127, app/assets/stylesheets/bootstrap.min.css */
input[type="button"], input[type="reset"], input[type="submit"] {
  width: auto;
  height: auto;
}

/* line 128, app/assets/stylesheets/bootstrap.min.css */
select, input[type="file"] {
  height: 28px;
  *margin-top: 4px;
  line-height: 28px;
}

/* line 129, app/assets/stylesheets/bootstrap.min.css */
input[type="file"] {
  line-height: 18px \9;
}

/* line 130, app/assets/stylesheets/bootstrap.min.css */
select {
  width: 220px;
  background-color: #ffffff;
}

/* line 131, app/assets/stylesheets/bootstrap.min.css */
select[multiple], select[size] {
  height: auto;
}

/* line 132, app/assets/stylesheets/bootstrap.min.css */
input[type="image"] {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

/* line 133, app/assets/stylesheets/bootstrap.min.css */
textarea {
  height: auto;
}

/* line 134, app/assets/stylesheets/bootstrap.min.css */
input[type="hidden"] {
  display: none;
}

/* line 135, app/assets/stylesheets/bootstrap.min.css */
.radio, .checkbox {
  padding-left: 18px;
}

/* line 136, app/assets/stylesheets/bootstrap.min.css */
.radio input[type="radio"], .checkbox input[type="checkbox"] {
  float: left;
  margin-left: -18px;
}

/* line 137, app/assets/stylesheets/bootstrap.min.css */
.controls > .radio:first-child, .controls > .checkbox:first-child {
  padding-top: 5px;
}

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

/* line 139, app/assets/stylesheets/bootstrap.min.css */
.radio.inline + .radio.inline, .checkbox.inline + .checkbox.inline {
  margin-left: 10px;
}

/* line 140, app/assets/stylesheets/bootstrap.min.css */
input, textarea {
  -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 0.2s,box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s,box-shadow linear 0.2s;
  -ms-transition: border linear 0.2s,box-shadow linear 0.2s;
  -o-transition: border linear 0.2s,box-shadow linear 0.2s;
  transition: border linear 0.2s,box-shadow linear 0.2s;
}

/* line 141, app/assets/stylesheets/bootstrap.min.css */
input:focus, textarea:focus {
  border-color: rgba(82, 168, 236, 0.8);
  -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);
  outline: 0;
  outline: thin dotted \9;
}

/* line 142, app/assets/stylesheets/bootstrap.min.css */
input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus, select:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 143, app/assets/stylesheets/bootstrap.min.css */
.input-mini {
  width: 60px;
}

/* line 144, app/assets/stylesheets/bootstrap.min.css */
.input-small {
  width: 90px;
}

/* line 145, app/assets/stylesheets/bootstrap.min.css */
.input-medium {
  width: 150px;
}

/* line 146, app/assets/stylesheets/bootstrap.min.css */
.input-large {
  width: 210px;
}

/* line 147, app/assets/stylesheets/bootstrap.min.css */
.input-xlarge {
  width: 270px;
}

/* line 148, app/assets/stylesheets/bootstrap.min.css */
.input-xxlarge {
  width: 530px;
}

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

/* line 150, app/assets/stylesheets/bootstrap.min.css */
input, textarea, .uneditable-input {
  margin-left: 0;
}

/* line 151, app/assets/stylesheets/bootstrap.min.css */
input.span12, textarea.span12, .uneditable-input.span12 {
  width: 930px;
}

/* line 152, app/assets/stylesheets/bootstrap.min.css */
input.span11, textarea.span11, .uneditable-input.span11 {
  width: 850px;
}

/* line 153, app/assets/stylesheets/bootstrap.min.css */
input.span10, textarea.span10, .uneditable-input.span10 {
  width: 770px;
}

/* line 154, app/assets/stylesheets/bootstrap.min.css */
input.span9, textarea.span9, .uneditable-input.span9 {
  width: 690px;
}

/* line 155, app/assets/stylesheets/bootstrap.min.css */
input.span8, textarea.span8, .uneditable-input.span8 {
  width: 610px;
}

/* line 156, app/assets/stylesheets/bootstrap.min.css */
input.span7, textarea.span7, .uneditable-input.span7 {
  width: 530px;
}

/* line 157, app/assets/stylesheets/bootstrap.min.css */
input.span6, textarea.span6, .uneditable-input.span6 {
  width: 450px;
}

/* line 158, app/assets/stylesheets/bootstrap.min.css */
input.span5, textarea.span5, .uneditable-input.span5 {
  width: 370px;
}

/* line 159, app/assets/stylesheets/bootstrap.min.css */
input.span4, textarea.span4, .uneditable-input.span4 {
  width: 290px;
}

/* line 160, app/assets/stylesheets/bootstrap.min.css */
input.span3, textarea.span3, .uneditable-input.span3 {
  width: 210px;
}

/* line 161, app/assets/stylesheets/bootstrap.min.css */
input.span2, textarea.span2, .uneditable-input.span2 {
  width: 130px;
}

/* line 162, app/assets/stylesheets/bootstrap.min.css */
input.span1, textarea.span1, .uneditable-input.span1 {
  width: 50px;
}

/* line 163, app/assets/stylesheets/bootstrap.min.css */
input[disabled], select[disabled], textarea[disabled], input[readonly], select[readonly], textarea[readonly] {
  background-color: #eeeeee;
  border-color: #ddd;
  cursor: not-allowed;
}

/* line 164, app/assets/stylesheets/bootstrap.min.css */
.control-group.warning > label, .control-group.warning .help-block, .control-group.warning .help-inline {
  color: #c09853;
}

/* line 165, app/assets/stylesheets/bootstrap.min.css */
.control-group.warning input, .control-group.warning select, .control-group.warning textarea {
  color: #c09853;
  border-color: #c09853;
}

/* line 165, app/assets/stylesheets/bootstrap.min.css */
.control-group.warning input:focus, .control-group.warning select:focus, .control-group.warning textarea:focus {
  border-color: #a47e3c;
  -webkit-box-shadow: 0 0 6px #dbc59e;
  -moz-box-shadow: 0 0 6px #dbc59e;
  box-shadow: 0 0 6px #dbc59e;
}

/* line 166, app/assets/stylesheets/bootstrap.min.css */
.control-group.warning .input-prepend .add-on, .control-group.warning .input-append .add-on {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #c09853;
}

/* line 167, app/assets/stylesheets/bootstrap.min.css */
.control-group.error > label, .control-group.error .help-block, .control-group.error .help-inline {
  color: #b94a48;
}

/* line 168, app/assets/stylesheets/bootstrap.min.css */
.control-group.error input, .control-group.error select, .control-group.error textarea {
  color: #b94a48;
  border-color: #b94a48;
}

/* line 168, app/assets/stylesheets/bootstrap.min.css */
.control-group.error input:focus, .control-group.error select:focus, .control-group.error textarea:focus {
  border-color: #953b39;
  -webkit-box-shadow: 0 0 6px #d59392;
  -moz-box-shadow: 0 0 6px #d59392;
  box-shadow: 0 0 6px #d59392;
}

/* line 169, app/assets/stylesheets/bootstrap.min.css */
.control-group.error .input-prepend .add-on, .control-group.error .input-append .add-on {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #b94a48;
}

/* line 170, app/assets/stylesheets/bootstrap.min.css */
.control-group.success > label, .control-group.success .help-block, .control-group.success .help-inline {
  color: #468847;
}

/* line 171, app/assets/stylesheets/bootstrap.min.css */
.control-group.success input, .control-group.success select, .control-group.success textarea {
  color: #468847;
  border-color: #468847;
}

/* line 171, app/assets/stylesheets/bootstrap.min.css */
.control-group.success input:focus, .control-group.success select:focus, .control-group.success textarea:focus {
  border-color: #356635;
  -webkit-box-shadow: 0 0 6px #7aba7b;
  -moz-box-shadow: 0 0 6px #7aba7b;
  box-shadow: 0 0 6px #7aba7b;
}

/* line 172, app/assets/stylesheets/bootstrap.min.css */
.control-group.success .input-prepend .add-on, .control-group.success .input-append .add-on {
  color: #468847;
  background-color: #dff0d8;
  border-color: #468847;
}

/* line 173, app/assets/stylesheets/bootstrap.min.css */
input:focus:required:invalid, textarea:focus:required:invalid, select:focus:required:invalid {
  color: #b94a48;
  border-color: #ee5f5b;
}

/* line 173, app/assets/stylesheets/bootstrap.min.css */
input:focus:required:invalid:focus, textarea:focus:required:invalid:focus, select:focus:required: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 174, app/assets/stylesheets/bootstrap.min.css */
.form-actions {
  padding: 17px 20px 18px;
  margin-top: 18px;
  margin-bottom: 18px;
  background-color: #eeeeee;
  border-top: 1px solid #ddd;
  *zoom: 1;
}

/* line 174, app/assets/stylesheets/bootstrap.min.css */
.form-actions:before, .form-actions:after {
  display: table;
  content: "";
}

/* line 175, app/assets/stylesheets/bootstrap.min.css */
.form-actions:after {
  clear: both;
}

/* line 176, app/assets/stylesheets/bootstrap.min.css */
.uneditable-input {
  display: block;
  background-color: #ffffff;
  border-color: #eee;
  -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 177, app/assets/stylesheets/bootstrap.min.css */
:-moz-placeholder {
  color: #999999;
}

/* line 178, app/assets/stylesheets/bootstrap.min.css */
::-webkit-input-placeholder {
  color: #999999;
}

/* line 179, app/assets/stylesheets/bootstrap.min.css */
.help-block, .help-inline {
  color: #555555;
}

/* line 180, app/assets/stylesheets/bootstrap.min.css */
.help-block {
  display: block;
  margin-bottom: 9px;
}

/* line 181, app/assets/stylesheets/bootstrap.min.css */
.help-inline {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  padding-left: 5px;
}

/* line 182, app/assets/stylesheets/bootstrap.min.css */
.input-prepend, .input-append {
  margin-bottom: 5px;
}

/* line 182, app/assets/stylesheets/bootstrap.min.css */
.input-prepend input, .input-append input, .input-prepend select, .input-append select, .input-prepend .uneditable-input, .input-append .uneditable-input {
  *margin-left: 0;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}

/* line 182, app/assets/stylesheets/bootstrap.min.css */
.input-prepend input:focus, .input-append input:focus, .input-prepend select:focus, .input-append select:focus, .input-prepend .uneditable-input:focus, .input-append .uneditable-input:focus {
  position: relative;
  z-index: 2;
}

/* line 183, app/assets/stylesheets/bootstrap.min.css */
.input-prepend .uneditable-input, .input-append .uneditable-input {
  border-left-color: #ccc;
}

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

/* line 185, app/assets/stylesheets/bootstrap.min.css */
.input-prepend .add-on, .input-append .add-on, .input-prepend .btn, .input-append .btn {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}

/* line 186, app/assets/stylesheets/bootstrap.min.css */
.input-prepend .active, .input-append .active {
  background-color: #a9dba9;
  border-color: #46a546;
}

/* line 187, app/assets/stylesheets/bootstrap.min.css */
.input-prepend .add-on, .input-prepend .btn {
  margin-right: -1px;
}

/* line 188, app/assets/stylesheets/bootstrap.min.css */
.input-append input, .input-append select .uneditable-input {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}

/* line 189, app/assets/stylesheets/bootstrap.min.css */
.input-append .uneditable-input {
  border-left-color: #eee;
  border-right-color: #ccc;
}

/* line 190, app/assets/stylesheets/bootstrap.min.css */
.input-append .add-on, .input-append .btn {
  margin-left: -1px;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}

/* line 191, app/assets/stylesheets/bootstrap.min.css */
.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 192, app/assets/stylesheets/bootstrap.min.css */
.input-prepend.input-append .add-on:first-child, .input-prepend.input-append .btn:first-child {
  margin-right: -1px;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}

/* line 193, app/assets/stylesheets/bootstrap.min.css */
.input-prepend.input-append .add-on:last-child, .input-prepend.input-append .btn:last-child {
  margin-left: -1px;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}

/* line 194, app/assets/stylesheets/bootstrap.min.css */
.search-query {
  padding-left: 14px;
  padding-right: 14px;
  margin-bottom: 0;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  border-radius: 14px;
}

/* line 195, app/assets/stylesheets/bootstrap.min.css */
.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;
  margin-bottom: 0;
}

/* line 196, app/assets/stylesheets/bootstrap.min.css */
.form-search .hide, .form-inline .hide, .form-horizontal .hide {
  display: none;
}

/* line 197, app/assets/stylesheets/bootstrap.min.css */
.form-search label, .form-inline label {
  display: inline-block;
}

/* line 198, app/assets/stylesheets/bootstrap.min.css */
.form-search .input-append, .form-inline .input-append, .form-search .input-prepend, .form-inline .input-prepend {
  margin-bottom: 0;
}

/* line 199, app/assets/stylesheets/bootstrap.min.css */
.form-search .radio, .form-search .checkbox, .form-inline .radio, .form-inline .checkbox {
  padding-left: 0;
  margin-bottom: 0;
  vertical-align: middle;
}

/* line 200, app/assets/stylesheets/bootstrap.min.css */
.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-left: 0;
  margin-right: 3px;
}

/* line 201, app/assets/stylesheets/bootstrap.min.css */
.control-group {
  margin-bottom: 9px;
}

/* line 202, app/assets/stylesheets/bootstrap.min.css */
legend + .control-group {
  margin-top: 18px;
  -webkit-margin-top-collapse: separate;
}

/* line 203, app/assets/stylesheets/bootstrap.min.css */
.form-horizontal .control-group {
  margin-bottom: 18px;
  *zoom: 1;
}

/* line 203, app/assets/stylesheets/bootstrap.min.css */
.form-horizontal .control-group:before, .form-horizontal .control-group:after {
  display: table;
  content: "";
}

/* line 204, app/assets/stylesheets/bootstrap.min.css */
.form-horizontal .control-group:after {
  clear: both;
}

/* line 205, app/assets/stylesheets/bootstrap.min.css */
.form-horizontal .control-label {
  float: left;
  width: 140px;
  padding-top: 5px;
  text-align: right;
}

/* line 206, app/assets/stylesheets/bootstrap.min.css */
.form-horizontal .controls {
  margin-left: 160px;
  *display: inline-block;
  *margin-left: 0;
  *padding-left: 20px;
}

/* line 207, app/assets/stylesheets/bootstrap.min.css */
.form-horizontal .help-block {
  margin-top: 9px;
  margin-bottom: 0;
}

/* line 208, app/assets/stylesheets/bootstrap.min.css */
.form-horizontal .form-actions {
  padding-left: 160px;
}

/* line 209, app/assets/stylesheets/bootstrap.min.css */
table {
  max-width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  background-color: transparent;
}

/* line 210, app/assets/stylesheets/bootstrap.min.css */
.table {
  width: 100%;
  margin-bottom: 18px;
}

/* line 210, app/assets/stylesheets/bootstrap.min.css */
.table th, .table td {
  padding: 8px;
  line-height: 18px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}

/* line 211, app/assets/stylesheets/bootstrap.min.css */
.table th {
  font-weight: bold;
}

/* line 212, app/assets/stylesheets/bootstrap.min.css */
.table thead th {
  vertical-align: bottom;
}

/* line 213, app/assets/stylesheets/bootstrap.min.css */
.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 214, app/assets/stylesheets/bootstrap.min.css */
.table tbody + tbody {
  border-top: 2px solid #dddddd;
}

/* line 215, app/assets/stylesheets/bootstrap.min.css */
.table-condensed th, .table-condensed td {
  padding: 4px 5px;
}

/* line 216, app/assets/stylesheets/bootstrap.min.css */
.table-bordered {
  border: 1px solid #dddddd;
  border-left: 0;
  border-collapse: separate;
  *border-collapse: collapsed;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/* line 216, app/assets/stylesheets/bootstrap.min.css */
.table-bordered th, .table-bordered td {
  border-left: 1px solid #dddddd;
}

/* line 217, app/assets/stylesheets/bootstrap.min.css */
.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 218, app/assets/stylesheets/bootstrap.min.css */
.table-bordered thead:first-child tr:first-child th:first-child, .table-bordered tbody:first-child tr:first-child td:first-child {
  -webkit-border-radius: 4px 0 0 0;
  -moz-border-radius: 4px 0 0 0;
  border-radius: 4px 0 0 0;
}

/* line 219, app/assets/stylesheets/bootstrap.min.css */
.table-bordered thead:first-child tr:first-child th:last-child, .table-bordered tbody:first-child tr:first-child td:last-child {
  -webkit-border-radius: 0 4px 0 0;
  -moz-border-radius: 0 4px 0 0;
  border-radius: 0 4px 0 0;
}

/* line 220, app/assets/stylesheets/bootstrap.min.css */
.table-bordered thead:last-child tr:last-child th:first-child, .table-bordered tbody:last-child tr:last-child td:first-child {
  -webkit-border-radius: 0 0 0 4px;
  -moz-border-radius: 0 0 0 4px;
  border-radius: 0 0 0 4px;
}

/* line 221, app/assets/stylesheets/bootstrap.min.css */
.table-bordered thead:last-child tr:last-child th:last-child, .table-bordered tbody:last-child tr:last-child td:last-child {
  -webkit-border-radius: 0 0 4px 0;
  -moz-border-radius: 0 0 4px 0;
  border-radius: 0 0 4px 0;
}

/* line 222, app/assets/stylesheets/bootstrap.min.css */
.table-striped tbody tr:nth-child(odd) td, .table-striped tbody tr:nth-child(odd) th {
  background-color: #f9f9f9;
}

/* line 223, app/assets/stylesheets/bootstrap.min.css */
.table tbody tr:hover td, .table tbody tr:hover th {
  background-color: #f5f5f5;
}

/* line 224, app/assets/stylesheets/bootstrap.min.css */
table .span1 {
  float: none;
  width: 44px;
  margin-left: 0;
}

/* line 225, app/assets/stylesheets/bootstrap.min.css */
table .span2 {
  float: none;
  width: 124px;
  margin-left: 0;
}

/* line 226, app/assets/stylesheets/bootstrap.min.css */
table .span3 {
  float: none;
  width: 204px;
  margin-left: 0;
}

/* line 227, app/assets/stylesheets/bootstrap.min.css */
table .span4 {
  float: none;
  width: 284px;
  margin-left: 0;
}

/* line 228, app/assets/stylesheets/bootstrap.min.css */
table .span5 {
  float: none;
  width: 364px;
  margin-left: 0;
}

/* line 229, app/assets/stylesheets/bootstrap.min.css */
table .span6 {
  float: none;
  width: 444px;
  margin-left: 0;
}

/* line 230, app/assets/stylesheets/bootstrap.min.css */
table .span7 {
  float: none;
  width: 524px;
  margin-left: 0;
}

/* line 231, app/assets/stylesheets/bootstrap.min.css */
table .span8 {
  float: none;
  width: 604px;
  margin-left: 0;
}

/* line 232, app/assets/stylesheets/bootstrap.min.css */
table .span9 {
  float: none;
  width: 684px;
  margin-left: 0;
}

/* line 233, app/assets/stylesheets/bootstrap.min.css */
table .span10 {
  float: none;
  width: 764px;
  margin-left: 0;
}

/* line 234, app/assets/stylesheets/bootstrap.min.css */
table .span11 {
  float: none;
  width: 844px;
  margin-left: 0;
}

/* line 235, app/assets/stylesheets/bootstrap.min.css */
table .span12 {
  float: none;
  width: 924px;
  margin-left: 0;
}

/* line 236, app/assets/stylesheets/bootstrap.min.css */
table .span13 {
  float: none;
  width: 1004px;
  margin-left: 0;
}

/* line 237, app/assets/stylesheets/bootstrap.min.css */
table .span14 {
  float: none;
  width: 1084px;
  margin-left: 0;
}

/* line 238, app/assets/stylesheets/bootstrap.min.css */
table .span15 {
  float: none;
  width: 1164px;
  margin-left: 0;
}

/* line 239, app/assets/stylesheets/bootstrap.min.css */
table .span16 {
  float: none;
  width: 1244px;
  margin-left: 0;
}

/* line 240, app/assets/stylesheets/bootstrap.min.css */
table .span17 {
  float: none;
  width: 1324px;
  margin-left: 0;
}

/* line 241, app/assets/stylesheets/bootstrap.min.css */
table .span18 {
  float: none;
  width: 1404px;
  margin-left: 0;
}

/* line 242, app/assets/stylesheets/bootstrap.min.css */
table .span19 {
  float: none;
  width: 1484px;
  margin-left: 0;
}

/* line 243, app/assets/stylesheets/bootstrap.min.css */
table .span20 {
  float: none;
  width: 1564px;
  margin-left: 0;
}

/* line 244, app/assets/stylesheets/bootstrap.min.css */
table .span21 {
  float: none;
  width: 1644px;
  margin-left: 0;
}

/* line 245, app/assets/stylesheets/bootstrap.min.css */
table .span22 {
  float: none;
  width: 1724px;
  margin-left: 0;
}

/* line 246, app/assets/stylesheets/bootstrap.min.css */
table .span23 {
  float: none;
  width: 1804px;
  margin-left: 0;
}

/* line 247, app/assets/stylesheets/bootstrap.min.css */
table .span24 {
  float: none;
  width: 1884px;
  margin-left: 0;
}

/* line 248, app/assets/stylesheets/bootstrap.min.css */
.dropdown {
  position: relative;
}

/* line 249, app/assets/stylesheets/bootstrap.min.css */
.dropdown-toggle {
  *margin-bottom: -3px;
}

/* line 250, app/assets/stylesheets/bootstrap.min.css */
.dropdown-toggle:active, .open .dropdown-toggle {
  outline: 0;
}

/* line 251, app/assets/stylesheets/bootstrap.min.css */
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: top;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #000000;
  opacity: 0.3;
  filter: alpha(opacity=30);
  content: "";
}

/* line 252, app/assets/stylesheets/bootstrap.min.css */
.dropdown .caret {
  margin-top: 8px;
  margin-left: 2px;
}

/* line 253, app/assets/stylesheets/bootstrap.min.css */
.dropdown:hover .caret, .open.dropdown .caret {
  opacity: 1;
  filter: alpha(opacity=100);
}

/* line 254, app/assets/stylesheets/bootstrap.min.css */
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  float: left;
  display: none;
  min-width: 160px;
  padding: 4px 0;
  margin: 0;
  list-style: none;
  background-color: #ffffff;
  border-color: #ccc;
  border-color: rgba(0, 0, 0, 0.2);
  border-style: solid;
  border-width: 1px;
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
  -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;
  *border-right-width: 2px;
  *border-bottom-width: 2px;
}

/* line 254, app/assets/stylesheets/bootstrap.min.css */
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

/* line 255, app/assets/stylesheets/bootstrap.min.css */
.dropdown-menu .divider {
  height: 1px;
  margin: 8px 1px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #ffffff;
  *width: 100%;
  *margin: -5px 0 5px;
}

/* line 256, app/assets/stylesheets/bootstrap.min.css */
.dropdown-menu a {
  display: block;
  padding: 3px 15px;
  clear: both;
  font-weight: normal;
  line-height: 18px;
  color: #333333;
  white-space: nowrap;
}

/* line 257, app/assets/stylesheets/bootstrap.min.css */
.dropdown-menu li > a:hover, .dropdown-menu .active > a, .dropdown-menu .active > a:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: #0088cc;
}

/* line 258, app/assets/stylesheets/bootstrap.min.css */
.dropdown.open {
  *z-index: 1000;
}

/* line 258, app/assets/stylesheets/bootstrap.min.css */
.dropdown.open .dropdown-toggle {
  color: #ffffff;
  background: #ccc;
  background: rgba(0, 0, 0, 0.3);
}

/* line 259, app/assets/stylesheets/bootstrap.min.css */
.dropdown.open .dropdown-menu {
  display: block;
}

/* line 260, app/assets/stylesheets/bootstrap.min.css */
.pull-right .dropdown-menu {
  left: auto;
  right: 0;
}

/* line 261, app/assets/stylesheets/bootstrap.min.css */
.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid #000000;
  content: "\2191";
}

/* line 262, app/assets/stylesheets/bootstrap.min.css */
.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}

/* line 263, app/assets/stylesheets/bootstrap.min.css */
.typeahead {
  margin-top: 2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/* line 264, app/assets/stylesheets/bootstrap.min.css */
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #eee;
  border: 1px solid rgba(0, 0, 0, 0.05);
  -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 264, app/assets/stylesheets/bootstrap.min.css */
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

/* line 265, app/assets/stylesheets/bootstrap.min.css */
.well-large {
  padding: 24px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

/* line 266, app/assets/stylesheets/bootstrap.min.css */
.well-small {
  padding: 9px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

/* line 267, app/assets/stylesheets/bootstrap.min.css */
.fade {
  -webkit-transition: opacity 0.15s linear;
  -moz-transition: opacity 0.15s linear;
  -ms-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
  opacity: 0;
}

/* line 267, app/assets/stylesheets/bootstrap.min.css */
.fade.in {
  opacity: 1;
}

/* line 268, app/assets/stylesheets/bootstrap.min.css */
.collapse {
  -webkit-transition: height 0.35s ease;
  -moz-transition: height 0.35s ease;
  -ms-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease;
  position: relative;
  overflow: hidden;
  height: 0;
}

/* line 268, app/assets/stylesheets/bootstrap.min.css */
.collapse.in {
  height: auto;
}

/* line 269, app/assets/stylesheets/bootstrap.min.css */
.close {
  float: right;
  font-size: 20px;
  font-weight: bold;
  line-height: 18px;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}

/* line 269, app/assets/stylesheets/bootstrap.min.css */
.close:hover {
  color: #000000;
  text-decoration: none;
  opacity: 0.4;
  filter: alpha(opacity=40);
  cursor: pointer;
}

/* line 270, app/assets/stylesheets/bootstrap.min.css */
.btn {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 4px 10px 4px;
  margin-bottom: 0;
  font-size: 13px;
  line-height: 18px;
  color: #333333;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -ms-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(top, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', 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);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
  border: 1px solid #cccccc;
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -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);
  cursor: pointer;
  *margin-left: .3em;
}

/* line 270, app/assets/stylesheets/bootstrap.min.css */
.btn:hover, .btn:active, .btn.active, .btn.disabled, .btn[disabled] {
  background-color: #e6e6e6;
}

/* line 271, app/assets/stylesheets/bootstrap.min.css */
.btn:active, .btn.active {
  background-color: #cccccc \9;
}

/* line 272, app/assets/stylesheets/bootstrap.min.css */
.btn:first-child {
  *margin-left: 0;
}

/* line 273, app/assets/stylesheets/bootstrap.min.css */
.btn:hover {
  color: #333333;
  text-decoration: none;
  background-color: #e6e6e6;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -ms-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}

/* line 274, app/assets/stylesheets/bootstrap.min.css */
.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 275, app/assets/stylesheets/bootstrap.min.css */
.btn.active, .btn: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 \9;
  outline: 0;
}

/* line 276, app/assets/stylesheets/bootstrap.min.css */
.btn.disabled, .btn[disabled] {
  cursor: default;
  background-image: none;
  background-color: #e6e6e6;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

/* line 277, app/assets/stylesheets/bootstrap.min.css */
.btn-large {
  padding: 9px 14px;
  font-size: 15px;
  line-height: normal;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

/* line 278, app/assets/stylesheets/bootstrap.min.css */
.btn-large [class^="icon-"] {
  margin-top: 1px;
}

/* line 279, app/assets/stylesheets/bootstrap.min.css */
.btn-small {
  padding: 5px 9px;
  font-size: 11px;
  line-height: 16px;
}

/* line 280, app/assets/stylesheets/bootstrap.min.css */
.btn-small [class^="icon-"] {
  margin-top: -1px;
}

/* line 281, app/assets/stylesheets/bootstrap.min.css */
.btn-mini {
  padding: 2px 6px;
  font-size: 11px;
  line-height: 14px;
}

/* line 282, app/assets/stylesheets/bootstrap.min.css */
.btn-primary, .btn-primary:hover, .btn-warning, .btn-warning:hover, .btn-danger, .btn-danger:hover, .btn-success, .btn-success:hover, .btn-info, .btn-info:hover, .btn-inverse, .btn-inverse:hover {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  color: #ffffff;
}

/* line 283, app/assets/stylesheets/bootstrap.min.css */
.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 284, app/assets/stylesheets/bootstrap.min.css */
.btn-primary {
  background-color: #0074cc;
  background-image: -moz-linear-gradient(top, #0088cc, #0055cc);
  background-image: -ms-linear-gradient(top, #0088cc, #0055cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0055cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0055cc);
  background-image: -o-linear-gradient(top, #0088cc, #0055cc);
  background-image: linear-gradient(top, #0088cc, #0055cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0055cc', GradientType=0);
  border-color: #0055cc #0055cc #003580;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

/* line 284, app/assets/stylesheets/bootstrap.min.css */
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
  background-color: #0055cc;
}

/* line 285, app/assets/stylesheets/bootstrap.min.css */
.btn-primary:active, .btn-primary.active {
  background-color: #004099 \9;
}

/* line 286, app/assets/stylesheets/bootstrap.min.css */
.btn-warning {
  background-color: #faa732;
  background-image: -moz-linear-gradient(top, #fbb450, #f89406);
  background-image: -ms-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(top, #fbb450, #f89406);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbb450', endColorstr='#f89406', 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);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

/* line 286, app/assets/stylesheets/bootstrap.min.css */
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
  background-color: #f89406;
}

/* line 287, app/assets/stylesheets/bootstrap.min.css */
.btn-warning:active, .btn-warning.active {
  background-color: #c67605 \9;
}

/* line 288, app/assets/stylesheets/bootstrap.min.css */
.btn-danger {
  background-color: #da4f49;
  background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -ms-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(top, #ee5f5b, #bd362f);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee5f5b', endColorstr='#bd362f', 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);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

/* line 288, app/assets/stylesheets/bootstrap.min.css */
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
  background-color: #bd362f;
}

/* line 289, app/assets/stylesheets/bootstrap.min.css */
.btn-danger:active, .btn-danger.active {
  background-color: #942a25 \9;
}

/* line 290, app/assets/stylesheets/bootstrap.min.css */
.btn-success {
  background-color: #5bb75b;
  background-image: -moz-linear-gradient(top, #62c462, #51a351);
  background-image: -ms-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(top, #62c462, #51a351);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#62c462', endColorstr='#51a351', 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);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

/* line 290, app/assets/stylesheets/bootstrap.min.css */
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
  background-color: #51a351;
}

/* line 291, app/assets/stylesheets/bootstrap.min.css */
.btn-success:active, .btn-success.active {
  background-color: #408140 \9;
}

/* line 292, app/assets/stylesheets/bootstrap.min.css */
.btn-info {
  background-color: #49afcd;
  background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -ms-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(top, #5bc0de, #2f96b4);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bc0de', endColorstr='#2f96b4', 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);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

/* line 292, app/assets/stylesheets/bootstrap.min.css */
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
  background-color: #2f96b4;
}

/* line 293, app/assets/stylesheets/bootstrap.min.css */
.btn-info:active, .btn-info.active {
  background-color: #24748c \9;
}

/* line 294, app/assets/stylesheets/bootstrap.min.css */
.btn-inverse {
  background-color: #414141;
  background-image: -moz-linear-gradient(top, #555555, #222222);
  background-image: -ms-linear-gradient(top, #555555, #222222);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#555555), to(#222222));
  background-image: -webkit-linear-gradient(top, #555555, #222222);
  background-image: -o-linear-gradient(top, #555555, #222222);
  background-image: linear-gradient(top, #555555, #222222);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#555555', endColorstr='#222222', GradientType=0);
  border-color: #222222 #222222 #000000;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

/* line 294, app/assets/stylesheets/bootstrap.min.css */
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
  background-color: #222222;
}

/* line 295, app/assets/stylesheets/bootstrap.min.css */
.btn-inverse:active, .btn-inverse.active {
  background-color: #080808 \9;
}

/* line 296, app/assets/stylesheets/bootstrap.min.css */
button.btn, input.btn[type="submit"] {
  *padding-top: 2px;
  *padding-bottom: 2px;
}

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

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

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

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

/* line 300, app/assets/stylesheets/bootstrap.min.css */
.btn-group {
  position: relative;
  *zoom: 1;
  *margin-left: .3em;
}

/* line 300, app/assets/stylesheets/bootstrap.min.css */
.btn-group:before, .btn-group:after {
  display: table;
  content: "";
}

/* line 301, app/assets/stylesheets/bootstrap.min.css */
.btn-group:after {
  clear: both;
}

/* line 302, app/assets/stylesheets/bootstrap.min.css */
.btn-group:first-child {
  *margin-left: 0;
}

/* line 303, app/assets/stylesheets/bootstrap.min.css */
.btn-group + .btn-group {
  margin-left: 5px;
}

/* line 304, app/assets/stylesheets/bootstrap.min.css */
.btn-toolbar {
  margin-top: 9px;
  margin-bottom: 9px;
}

/* line 304, app/assets/stylesheets/bootstrap.min.css */
.btn-toolbar .btn-group {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/* line 305, app/assets/stylesheets/bootstrap.min.css */
.btn-group .btn {
  position: relative;
  float: left;
  margin-left: -1px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

/* line 306, app/assets/stylesheets/bootstrap.min.css */
.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 307, app/assets/stylesheets/bootstrap.min.css */
.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 308, app/assets/stylesheets/bootstrap.min.css */
.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 309, app/assets/stylesheets/bootstrap.min.css */
.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 310, app/assets/stylesheets/bootstrap.min.css */
.btn-group .btn:hover, .btn-group .btn:focus, .btn-group .btn:active, .btn-group .btn.active {
  z-index: 2;
}

/* line 311, app/assets/stylesheets/bootstrap.min.css */
.btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle {
  outline: 0;
}

/* line 312, app/assets/stylesheets/bootstrap.min.css */
.btn-group .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: 3px;
  *padding-bottom: 3px;
}

/* line 313, app/assets/stylesheets/bootstrap.min.css */
.btn-group .btn-mini.dropdown-toggle {
  padding-left: 5px;
  padding-right: 5px;
  *padding-top: 1px;
  *padding-bottom: 1px;
}

/* line 314, app/assets/stylesheets/bootstrap.min.css */
.btn-group .btn-small.dropdown-toggle {
  *padding-top: 4px;
  *padding-bottom: 4px;
}

/* line 315, app/assets/stylesheets/bootstrap.min.css */
.btn-group .btn-large.dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}

/* line 316, app/assets/stylesheets/bootstrap.min.css */
.btn-group.open {
  *z-index: 1000;
}

/* line 316, app/assets/stylesheets/bootstrap.min.css */
.btn-group.open .dropdown-menu {
  display: block;
  margin-top: 1px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

/* line 317, app/assets/stylesheets/bootstrap.min.css */
.btn-group.open .dropdown-toggle {
  background-image: none;
  -webkit-box-shadow: inset 0 1px 6px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 6px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 6px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

/* line 318, app/assets/stylesheets/bootstrap.min.css */
.btn .caret {
  margin-top: 7px;
  margin-left: 0;
}

/* line 319, app/assets/stylesheets/bootstrap.min.css */
.btn:hover .caret, .open.btn-group .caret {
  opacity: 1;
  filter: alpha(opacity=100);
}

/* line 320, app/assets/stylesheets/bootstrap.min.css */
.btn-mini .caret {
  margin-top: 5px;
}

/* line 321, app/assets/stylesheets/bootstrap.min.css */
.btn-small .caret {
  margin-top: 6px;
}

/* line 322, app/assets/stylesheets/bootstrap.min.css */
.btn-large .caret {
  margin-top: 6px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #000000;
}

/* line 323, app/assets/stylesheets/bootstrap.min.css */
.btn-primary .caret, .btn-warning .caret, .btn-danger .caret, .btn-info .caret, .btn-success .caret, .btn-inverse .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
  opacity: 0.75;
  filter: alpha(opacity=75);
}

/* line 324, app/assets/stylesheets/bootstrap.min.css */
.alert {
  padding: 8px 35px 8px 14px;
  margin-bottom: 18px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #c09853;
}

/* line 325, app/assets/stylesheets/bootstrap.min.css */
.alert-heading {
  color: inherit;
}

/* line 326, app/assets/stylesheets/bootstrap.min.css */
.alert .close {
  position: relative;
  top: -2px;
  right: -21px;
  line-height: 18px;
}

/* line 327, app/assets/stylesheets/bootstrap.min.css */
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #468847;
}

/* line 328, app/assets/stylesheets/bootstrap.min.css */
.alert-danger, .alert-error {
  background-color: #f2dede;
  border-color: #eed3d7;
  color: #b94a48;
}

/* line 329, app/assets/stylesheets/bootstrap.min.css */
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #3a87ad;
}

/* line 330, app/assets/stylesheets/bootstrap.min.css */
.alert-block {
  padding-top: 14px;
  padding-bottom: 14px;
}

/* line 331, app/assets/stylesheets/bootstrap.min.css */
.alert-block > p, .alert-block > ul {
  margin-bottom: 0;
}

/* line 332, app/assets/stylesheets/bootstrap.min.css */
.alert-block p + p {
  margin-top: 5px;
}

/* line 333, app/assets/stylesheets/bootstrap.min.css */
.nav {
  margin-left: 0;
  margin-bottom: 18px;
  list-style: none;
}

/* line 334, app/assets/stylesheets/bootstrap.min.css */
.nav > li > a {
  display: block;
}

/* line 335, app/assets/stylesheets/bootstrap.min.css */
.nav > li > a:hover {
  text-decoration: none;
  background-color: #eeeeee;
}

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

/* line 337, app/assets/stylesheets/bootstrap.min.css */
.nav li + .nav-header {
  margin-top: 9px;
}

/* line 338, app/assets/stylesheets/bootstrap.min.css */
.nav-list {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 0;
}

/* line 339, app/assets/stylesheets/bootstrap.min.css */
.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 340, app/assets/stylesheets/bootstrap.min.css */
.nav-list > li > a {
  padding: 3px 15px;
}

/* line 341, app/assets/stylesheets/bootstrap.min.css */
.nav-list > .active > a, .nav-list > .active > a:hover {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  background-color: #0088cc;
}

/* line 342, app/assets/stylesheets/bootstrap.min.css */
.nav-list [class^="icon-"] {
  margin-right: 2px;
}

/* line 343, app/assets/stylesheets/bootstrap.min.css */
.nav-list .divider {
  height: 1px;
  margin: 8px 1px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #ffffff;
  *width: 100%;
  *margin: -5px 0 5px;
}

/* line 344, app/assets/stylesheets/bootstrap.min.css */
.nav-tabs, .nav-pills {
  *zoom: 1;
}

/* line 344, app/assets/stylesheets/bootstrap.min.css */
.nav-tabs:before, .nav-pills:before, .nav-tabs:after, .nav-pills:after {
  display: table;
  content: "";
}

/* line 345, app/assets/stylesheets/bootstrap.min.css */
.nav-tabs:after, .nav-pills:after {
  clear: both;
}

/* line 346, app/assets/stylesheets/bootstrap.min.css */
.nav-tabs > li, .nav-pills > li {
  float: left;
}

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

/* line 348, app/assets/stylesheets/bootstrap.min.css */
.nav-tabs {
  border-bottom: 1px solid #ddd;
}

/* line 349, app/assets/stylesheets/bootstrap.min.css */
.nav-tabs > li {
  margin-bottom: -1px;
}

/* line 350, app/assets/stylesheets/bootstrap.min.css */
.nav-tabs > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: 18px;
  border: 1px solid transparent;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}

/* line 350, app/assets/stylesheets/bootstrap.min.css */
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
}

/* line 351, app/assets/stylesheets/bootstrap.min.css */
.nav-tabs > .active > a, .nav-tabs > .active > a:hover {
  color: #555555;
  background-color: #ffffff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}

/* line 352, app/assets/stylesheets/bootstrap.min.css */
.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 353, app/assets/stylesheets/bootstrap.min.css */
.nav-pills > .active > a, .nav-pills > .active > a:hover {
  color: #ffffff;
  background-color: #0088cc;
}

/* line 354, app/assets/stylesheets/bootstrap.min.css */
.nav-stacked > li {
  float: none;
}

/* line 355, app/assets/stylesheets/bootstrap.min.css */
.nav-stacked > li > a {
  margin-right: 0;
}

/* line 356, app/assets/stylesheets/bootstrap.min.css */
.nav-tabs.nav-stacked {
  border-bottom: 0;
}

/* line 357, app/assets/stylesheets/bootstrap.min.css */
.nav-tabs.nav-stacked > li > a {
  border: 1px solid #ddd;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

/* line 358, app/assets/stylesheets/bootstrap.min.css */
.nav-tabs.nav-stacked > li:first-child > a {
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}

/* line 359, app/assets/stylesheets/bootstrap.min.css */
.nav-tabs.nav-stacked > li:last-child > a {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}

/* line 360, app/assets/stylesheets/bootstrap.min.css */
.nav-tabs.nav-stacked > li > a:hover {
  border-color: #ddd;
  z-index: 2;
}

/* line 361, app/assets/stylesheets/bootstrap.min.css */
.nav-pills.nav-stacked > li > a {
  margin-bottom: 3px;
}

/* line 362, app/assets/stylesheets/bootstrap.min.css */
.nav-pills.nav-stacked > li:last-child > a {
  margin-bottom: 1px;
}

/* line 363, app/assets/stylesheets/bootstrap.min.css */
.nav-tabs .dropdown-menu, .nav-pills .dropdown-menu {
  margin-top: 1px;
  border-width: 1px;
}

/* line 364, app/assets/stylesheets/bootstrap.min.css */
.nav-pills .dropdown-menu {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/* line 365, app/assets/stylesheets/bootstrap.min.css */
.nav-tabs .dropdown-toggle .caret, .nav-pills .dropdown-toggle .caret {
  border-top-color: #0088cc;
  border-bottom-color: #0088cc;
  margin-top: 6px;
}

/* line 366, app/assets/stylesheets/bootstrap.min.css */
.nav-tabs .dropdown-toggle:hover .caret, .nav-pills .dropdown-toggle:hover .caret {
  border-top-color: #005580;
  border-bottom-color: #005580;
}

/* line 367, app/assets/stylesheets/bootstrap.min.css */
.nav-tabs .active .dropdown-toggle .caret, .nav-pills .active .dropdown-toggle .caret {
  border-top-color: #333333;
  border-bottom-color: #333333;
}

/* line 368, app/assets/stylesheets/bootstrap.min.css */
.nav > .dropdown.active > a:hover {
  color: #000000;
  cursor: pointer;
}

/* line 369, app/assets/stylesheets/bootstrap.min.css */
.nav-tabs .open .dropdown-toggle, .nav-pills .open .dropdown-toggle, .nav > .open.active > a:hover {
  color: #ffffff;
  background-color: #999999;
  border-color: #999999;
}

/* line 370, app/assets/stylesheets/bootstrap.min.css */
.nav .open .caret, .nav .open.active .caret, .nav .open a:hover .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
  opacity: 1;
  filter: alpha(opacity=100);
}

/* line 371, app/assets/stylesheets/bootstrap.min.css */
.tabs-stacked .open > a:hover {
  border-color: #999999;
}

/* line 372, app/assets/stylesheets/bootstrap.min.css */
.tabbable {
  *zoom: 1;
}

/* line 372, app/assets/stylesheets/bootstrap.min.css */
.tabbable:before, .tabbable:after {
  display: table;
  content: "";
}

/* line 373, app/assets/stylesheets/bootstrap.min.css */
.tabbable:after {
  clear: both;
}

/* line 374, app/assets/stylesheets/bootstrap.min.css */
.tab-content {
  display: table;
  width: 100%;
}

/* line 375, app/assets/stylesheets/bootstrap.min.css */
.tabs-below .nav-tabs, .tabs-right .nav-tabs, .tabs-left .nav-tabs {
  border-bottom: 0;
}

/* line 376, app/assets/stylesheets/bootstrap.min.css */
.tab-content > .tab-pane, .pill-content > .pill-pane {
  display: none;
}

/* line 377, app/assets/stylesheets/bootstrap.min.css */
.tab-content > .active, .pill-content > .active {
  display: block;
}

/* line 378, app/assets/stylesheets/bootstrap.min.css */
.tabs-below .nav-tabs {
  border-top: 1px solid #ddd;
}

/* line 379, app/assets/stylesheets/bootstrap.min.css */
.tabs-below .nav-tabs > li {
  margin-top: -1px;
  margin-bottom: 0;
}

/* line 380, app/assets/stylesheets/bootstrap.min.css */
.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 380, app/assets/stylesheets/bootstrap.min.css */
.tabs-below .nav-tabs > li > a:hover {
  border-bottom-color: transparent;
  border-top-color: #ddd;
}

/* line 381, app/assets/stylesheets/bootstrap.min.css */
.tabs-below .nav-tabs .active > a, .tabs-below .nav-tabs .active > a:hover {
  border-color: transparent #ddd #ddd #ddd;
}

/* line 382, app/assets/stylesheets/bootstrap.min.css */
.tabs-left .nav-tabs > li, .tabs-right .nav-tabs > li {
  float: none;
}

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

/* line 384, app/assets/stylesheets/bootstrap.min.css */
.tabs-left .nav-tabs {
  float: left;
  margin-right: 19px;
  border-right: 1px solid #ddd;
}

/* line 385, app/assets/stylesheets/bootstrap.min.css */
.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 386, app/assets/stylesheets/bootstrap.min.css */
.tabs-left .nav-tabs > li > a:hover {
  border-color: #eeeeee #dddddd #eeeeee #eeeeee;
}

/* line 387, app/assets/stylesheets/bootstrap.min.css */
.tabs-left .nav-tabs .active > a, .tabs-left .nav-tabs .active > a:hover {
  border-color: #ddd transparent #ddd #ddd;
  *border-right-color: #ffffff;
}

/* line 388, app/assets/stylesheets/bootstrap.min.css */
.tabs-right .nav-tabs {
  float: right;
  margin-left: 19px;
  border-left: 1px solid #ddd;
}

/* line 389, app/assets/stylesheets/bootstrap.min.css */
.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 390, app/assets/stylesheets/bootstrap.min.css */
.tabs-right .nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #eeeeee #dddddd;
}

/* line 391, app/assets/stylesheets/bootstrap.min.css */
.tabs-right .nav-tabs .active > a, .tabs-right .nav-tabs .active > a:hover {
  border-color: #ddd #ddd #ddd transparent;
  *border-left-color: #ffffff;
}

/* line 392, app/assets/stylesheets/bootstrap.min.css */
.navbar {
  *position: relative;
  *z-index: 2;
  overflow: visible;
  margin-bottom: 18px;
}

/* line 393, app/assets/stylesheets/bootstrap.min.css */
.navbar-inner {
  padding-left: 20px;
  padding-right: 20px;
  background-color: #2c2c2c;
  background-image: -moz-linear-gradient(top, #333333, #222222);
  background-image: -ms-linear-gradient(top, #333333, #222222);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#333333), to(#222222));
  background-image: -webkit-linear-gradient(top, #333333, #222222);
  background-image: -o-linear-gradient(top, #333333, #222222);
  background-image: linear-gradient(top, #333333, #222222);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#222222', GradientType=0);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
}

/* line 394, app/assets/stylesheets/bootstrap.min.css */
.navbar .container {
  width: auto;
}

/* line 395, app/assets/stylesheets/bootstrap.min.css */
.btn-navbar {
  display: none;
  float: right;
  padding: 7px 10px;
  margin-left: 5px;
  margin-right: 5px;
  background-color: #2c2c2c;
  background-image: -moz-linear-gradient(top, #333333, #222222);
  background-image: -ms-linear-gradient(top, #333333, #222222);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#333333), to(#222222));
  background-image: -webkit-linear-gradient(top, #333333, #222222);
  background-image: -o-linear-gradient(top, #333333, #222222);
  background-image: linear-gradient(top, #333333, #222222);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#222222', GradientType=0);
  border-color: #222222 #222222 #000000;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  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 395, app/assets/stylesheets/bootstrap.min.css */
.btn-navbar:hover, .btn-navbar:active, .btn-navbar.active, .btn-navbar.disabled, .btn-navbar[disabled] {
  background-color: #222222;
}

/* line 396, app/assets/stylesheets/bootstrap.min.css */
.btn-navbar:active, .btn-navbar.active {
  background-color: #080808 \9;
}

/* line 397, app/assets/stylesheets/bootstrap.min.css */
.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 398, app/assets/stylesheets/bootstrap.min.css */
.btn-navbar .icon-bar + .icon-bar {
  margin-top: 3px;
}

/* line 399, app/assets/stylesheets/bootstrap.min.css */
.nav-collapse.collapse {
  height: auto;
}

/* line 400, app/assets/stylesheets/bootstrap.min.css */
.navbar {
  color: #999999;
}

/* line 400, app/assets/stylesheets/bootstrap.min.css */
.navbar .brand:hover {
  text-decoration: none;
}

/* line 401, app/assets/stylesheets/bootstrap.min.css */
.navbar .brand {
  float: left;
  display: block;
  padding: 8px 20px 12px;
  margin-left: -20px;
  font-size: 20px;
  font-weight: 200;
  line-height: 1;
  color: #ffffff;
}

/* line 402, app/assets/stylesheets/bootstrap.min.css */
.navbar .navbar-text {
  margin-bottom: 0;
  line-height: 40px;
}

/* line 403, app/assets/stylesheets/bootstrap.min.css */
.navbar .btn, .navbar .btn-group {
  margin-top: 5px;
}

/* line 404, app/assets/stylesheets/bootstrap.min.css */
.navbar .btn-group .btn {
  margin-top: 0;
}

/* line 405, app/assets/stylesheets/bootstrap.min.css */
.navbar-form {
  margin-bottom: 0;
  *zoom: 1;
}

/* line 405, app/assets/stylesheets/bootstrap.min.css */
.navbar-form:before, .navbar-form:after {
  display: table;
  content: "";
}

/* line 406, app/assets/stylesheets/bootstrap.min.css */
.navbar-form:after {
  clear: both;
}

/* line 407, app/assets/stylesheets/bootstrap.min.css */
.navbar-form input, .navbar-form select, .navbar-form .radio, .navbar-form .checkbox {
  margin-top: 5px;
}

/* line 408, app/assets/stylesheets/bootstrap.min.css */
.navbar-form input, .navbar-form select {
  display: inline-block;
  margin-bottom: 0;
}

/* line 409, app/assets/stylesheets/bootstrap.min.css */
.navbar-form input[type="image"], .navbar-form input[type="checkbox"], .navbar-form input[type="radio"] {
  margin-top: 3px;
}

/* line 410, app/assets/stylesheets/bootstrap.min.css */
.navbar-form .input-append, .navbar-form .input-prepend {
  margin-top: 6px;
  white-space: nowrap;
}

/* line 410, app/assets/stylesheets/bootstrap.min.css */
.navbar-form .input-append input, .navbar-form .input-prepend input {
  margin-top: 0;
}

/* line 411, app/assets/stylesheets/bootstrap.min.css */
.navbar-search {
  position: relative;
  float: left;
  margin-top: 6px;
  margin-bottom: 0;
}

/* line 411, app/assets/stylesheets/bootstrap.min.css */
.navbar-search .search-query {
  padding: 4px 9px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 1;
  color: #ffffff;
  background-color: #626262;
  border: 1px solid #151515;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0px rgba(255, 255, 255, 0.15);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0px rgba(255, 255, 255, 0.15);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0px rgba(255, 255, 255, 0.15);
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}

/* line 411, app/assets/stylesheets/bootstrap.min.css */
.navbar-search .search-query:-moz-placeholder {
  color: #cccccc;
}

/* line 412, app/assets/stylesheets/bootstrap.min.css */
.navbar-search .search-query::-webkit-input-placeholder {
  color: #cccccc;
}

/* line 413, app/assets/stylesheets/bootstrap.min.css */
.navbar-search .search-query:focus, .navbar-search .search-query.focused {
  padding: 5px 10px;
  color: #333333;
  text-shadow: 0 1px 0 #ffffff;
  background-color: #ffffff;
  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 414, app/assets/stylesheets/bootstrap.min.css */
.navbar-fixed-top, .navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
  margin-bottom: 0;
}

/* line 415, app/assets/stylesheets/bootstrap.min.css */
.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 416, app/assets/stylesheets/bootstrap.min.css */
.navbar-fixed-top .container, .navbar-fixed-bottom .container {
  width: 940px;
}

/* line 417, app/assets/stylesheets/bootstrap.min.css */
.navbar-fixed-top {
  top: 0;
}

/* line 418, app/assets/stylesheets/bootstrap.min.css */
.navbar-fixed-bottom {
  bottom: 0;
}

/* line 419, app/assets/stylesheets/bootstrap.min.css */
.navbar .nav {
  position: relative;
  left: 0;
  display: block;
  float: left;
  margin: 0 10px 0 0;
}

/* line 420, app/assets/stylesheets/bootstrap.min.css */
.navbar .nav.pull-right {
  float: right;
}

/* line 421, app/assets/stylesheets/bootstrap.min.css */
.navbar .nav > li {
  display: block;
  float: left;
}

/* line 422, app/assets/stylesheets/bootstrap.min.css */
.navbar .nav > li > a {
  float: none;
  padding: 10px 10px 11px;
  line-height: 19px;
  color: #999999;
  text-decoration: none;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

/* line 423, app/assets/stylesheets/bootstrap.min.css */
.navbar .nav > li > a:hover {
  background-color: transparent;
  color: #ffffff;
  text-decoration: none;
}

/* line 424, app/assets/stylesheets/bootstrap.min.css */
.navbar .nav .active > a, .navbar .nav .active > a:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: #222222;
}

/* line 425, app/assets/stylesheets/bootstrap.min.css */
.navbar .divider-vertical {
  height: 40px;
  width: 1px;
  margin: 0 9px;
  overflow: hidden;
  background-color: #222222;
  border-right: 1px solid #333333;
}

/* line 426, app/assets/stylesheets/bootstrap.min.css */
.navbar .nav.pull-right {
  margin-left: 10px;
  margin-right: 0;
}

/* line 427, app/assets/stylesheets/bootstrap.min.css */
.navbar .dropdown-menu {
  margin-top: 1px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/* line 427, app/assets/stylesheets/bootstrap.min.css */
.navbar .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 428, app/assets/stylesheets/bootstrap.min.css */
.navbar .dropdown-menu:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  position: absolute;
  top: -6px;
  left: 10px;
}

/* line 429, app/assets/stylesheets/bootstrap.min.css */
.navbar-fixed-bottom .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 430, app/assets/stylesheets/bootstrap.min.css */
.navbar-fixed-bottom .dropdown-menu:after {
  border-top: 6px solid #ffffff;
  border-bottom: 0;
  bottom: -6px;
  top: auto;
}

/* line 431, app/assets/stylesheets/bootstrap.min.css */
.navbar .nav .dropdown-toggle .caret, .navbar .nav .open.dropdown .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}

/* line 432, app/assets/stylesheets/bootstrap.min.css */
.navbar .nav .active .caret {
  opacity: 1;
  filter: alpha(opacity=100);
}

/* line 433, app/assets/stylesheets/bootstrap.min.css */
.navbar .nav .open > .dropdown-toggle, .navbar .nav .active > .dropdown-toggle, .navbar .nav .open.active > .dropdown-toggle {
  background-color: transparent;
}

/* line 434, app/assets/stylesheets/bootstrap.min.css */
.navbar .nav .active > .dropdown-toggle:hover {
  color: #ffffff;
}

/* line 435, app/assets/stylesheets/bootstrap.min.css */
.navbar .nav.pull-right .dropdown-menu, .navbar .nav .dropdown-menu.pull-right {
  left: auto;
  right: 0;
}

/* line 435, app/assets/stylesheets/bootstrap.min.css */
.navbar .nav.pull-right .dropdown-menu:before, .navbar .nav .dropdown-menu.pull-right:before {
  left: auto;
  right: 12px;
}

/* line 436, app/assets/stylesheets/bootstrap.min.css */
.navbar .nav.pull-right .dropdown-menu:after, .navbar .nav .dropdown-menu.pull-right:after {
  left: auto;
  right: 13px;
}

/* line 437, app/assets/stylesheets/bootstrap.min.css */
.breadcrumb {
  padding: 7px 14px;
  margin: 0 0 18px;
  list-style: none;
  background-color: #fbfbfb;
  background-image: -moz-linear-gradient(top, #ffffff, #f5f5f5);
  background-image: -ms-linear-gradient(top, #ffffff, #f5f5f5);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f5f5f5));
  background-image: -webkit-linear-gradient(top, #ffffff, #f5f5f5);
  background-image: -o-linear-gradient(top, #ffffff, #f5f5f5);
  background-image: linear-gradient(top, #ffffff, #f5f5f5);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f5f5f5', GradientType=0);
  border: 1px solid #ddd;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 0 #ffffff;
  -moz-box-shadow: inset 0 1px 0 #ffffff;
  box-shadow: inset 0 1px 0 #ffffff;
}

/* line 437, app/assets/stylesheets/bootstrap.min.css */
.breadcrumb li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  text-shadow: 0 1px 0 #ffffff;
}

/* line 438, app/assets/stylesheets/bootstrap.min.css */
.breadcrumb .divider {
  padding: 0 5px;
  color: #999999;
}

/* line 439, app/assets/stylesheets/bootstrap.min.css */
.breadcrumb .active a {
  color: #333333;
}

/* line 440, app/assets/stylesheets/bootstrap.min.css */
.pagination {
  height: 36px;
  margin: 18px 0;
}

/* line 441, app/assets/stylesheets/bootstrap.min.css */
.pagination ul {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-left: 0;
  margin-bottom: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -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 442, app/assets/stylesheets/bootstrap.min.css */
.pagination li {
  display: inline;
}

/* line 443, app/assets/stylesheets/bootstrap.min.css */
.pagination a {
  float: left;
  padding: 0 14px;
  line-height: 34px;
  text-decoration: none;
  border: 1px solid #ddd;
  border-left-width: 0;
}

/* line 444, app/assets/stylesheets/bootstrap.min.css */
.pagination span {
  float: left;
  padding: 0 14px;
  line-height: 34px;
  text-decoration: none;
  border: 1px solid #ddd;
  border-left-width: 0;
}

/* line 445, app/assets/stylesheets/bootstrap.min.css */
.pagination a:hover, .pagination .active a {
  background-color: #f5f5f5;
}

/* line 446, app/assets/stylesheets/bootstrap.min.css */
.pagination .active a {
  color: #999999;
  cursor: default;
}

/* line 447, app/assets/stylesheets/bootstrap.min.css */
.pagination .disabled span, .pagination .disabled a, .pagination .disabled a:hover {
  color: #999999;
  background-color: transparent;
  cursor: default;
}

/* line 448, app/assets/stylesheets/bootstrap.min.css */
.pagination li:first-child a {
  border-left-width: 1px;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}

/* line 449, app/assets/stylesheets/bootstrap.min.css */
.pagination li:last-child a {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}

/* line 450, app/assets/stylesheets/bootstrap.min.css */
.pagination-centered {
  text-align: center;
}

/* line 451, app/assets/stylesheets/bootstrap.min.css */
.pagination-right {
  text-align: right;
}

/* line 452, app/assets/stylesheets/bootstrap.min.css */
.pager {
  margin-left: 0;
  margin-bottom: 18px;
  list-style: none;
  text-align: center;
  *zoom: 1;
}

/* line 452, app/assets/stylesheets/bootstrap.min.css */
.pager:before, .pager:after {
  display: table;
  content: "";
}

/* line 453, app/assets/stylesheets/bootstrap.min.css */
.pager:after {
  clear: both;
}

/* line 454, app/assets/stylesheets/bootstrap.min.css */
.pager li {
  display: inline;
}

/* line 455, app/assets/stylesheets/bootstrap.min.css */
.pager a {
  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 456, app/assets/stylesheets/bootstrap.min.css */
.pager a:hover {
  text-decoration: none;
  background-color: #f5f5f5;
}

/* line 457, app/assets/stylesheets/bootstrap.min.css */
.pager .next a {
  float: right;
}

/* line 458, app/assets/stylesheets/bootstrap.min.css */
.pager .previous a {
  float: left;
}

/* line 459, app/assets/stylesheets/bootstrap.min.css */
.pager .disabled a, .pager .disabled a:hover {
  color: #999999;
  background-color: #fff;
  cursor: default;
}

/* line 460, app/assets/stylesheets/bootstrap.min.css */
.modal-open .dropdown-menu {
  z-index: 2050;
}

/* line 461, app/assets/stylesheets/bootstrap.min.css */
.modal-open .dropdown.open {
  *z-index: 2050;
}

/* line 462, app/assets/stylesheets/bootstrap.min.css */
.modal-open .popover {
  z-index: 2060;
}

/* line 463, app/assets/stylesheets/bootstrap.min.css */
.modal-open .tooltip {
  z-index: 2070;
}

/* line 464, app/assets/stylesheets/bootstrap.min.css */
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}

/* line 464, app/assets/stylesheets/bootstrap.min.css */
.modal-backdrop.fade {
  opacity: 0;
}

/* line 465, app/assets/stylesheets/bootstrap.min.css */
.modal-backdrop, .modal-backdrop.fade.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

/* line 466, app/assets/stylesheets/bootstrap.min.css */
.modal {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 1050;
  overflow: auto;
  width: 560px;
  margin: -370px 0 0 -280px;
  background-color: #ffffff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.3);
  *border: 1px solid #999;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
}

/* line 466, app/assets/stylesheets/bootstrap.min.css */
.modal.fade {
  -webkit-transition: opacity .3s linear, top .3s ease-out;
  -moz-transition: opacity .3s linear, top .3s ease-out;
  -ms-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 467, app/assets/stylesheets/bootstrap.min.css */
.modal.fade.in {
  top: 50%;
}

/* line 468, app/assets/stylesheets/bootstrap.min.css */
.modal-header {
  padding: 9px 15px;
  border-bottom: 1px solid #eee;
}

/* line 468, app/assets/stylesheets/bootstrap.min.css */
.modal-header .close {
  margin-top: 2px;
}

/* line 469, app/assets/stylesheets/bootstrap.min.css */
.modal-body {
  overflow-y: auto;
  max-height: 620px;
  padding: 15px;
}

/* line 470, app/assets/stylesheets/bootstrap.min.css */
.modal-form {
  margin-bottom: 0;
}

/* line 471, app/assets/stylesheets/bootstrap.min.css */
.modal-footer {
  padding: 14px 15px 15px;
  margin-bottom: 0;
  text-align: right;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
  -webkit-box-shadow: inset 0 1px 0 #ffffff;
  -moz-box-shadow: inset 0 1px 0 #ffffff;
  box-shadow: inset 0 1px 0 #ffffff;
  *zoom: 1;
}

/* line 471, app/assets/stylesheets/bootstrap.min.css */
.modal-footer:before, .modal-footer:after {
  display: table;
  content: "";
}

/* line 472, app/assets/stylesheets/bootstrap.min.css */
.modal-footer:after {
  clear: both;
}

/* line 473, app/assets/stylesheets/bootstrap.min.css */
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}

/* line 474, app/assets/stylesheets/bootstrap.min.css */
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

/* line 475, app/assets/stylesheets/bootstrap.min.css */
.tooltip {
  position: absolute;
  z-index: 1020;
  display: block;
  visibility: visible;
  padding: 5px;
  font-size: 11px;
  opacity: 0;
  filter: alpha(opacity=0);
}

/* line 475, app/assets/stylesheets/bootstrap.min.css */
.tooltip.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

/* line 476, app/assets/stylesheets/bootstrap.min.css */
.tooltip.top {
  margin-top: -2px;
}

/* line 477, app/assets/stylesheets/bootstrap.min.css */
.tooltip.right {
  margin-left: 2px;
}

/* line 478, app/assets/stylesheets/bootstrap.min.css */
.tooltip.bottom {
  margin-top: 2px;
}

/* line 479, app/assets/stylesheets/bootstrap.min.css */
.tooltip.left {
  margin-left: -2px;
}

/* line 480, app/assets/stylesheets/bootstrap.min.css */
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #000000;
}

/* line 481, app/assets/stylesheets/bootstrap.min.css */
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #000000;
}

/* line 482, app/assets/stylesheets/bootstrap.min.css */
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #000000;
}

/* line 483, app/assets/stylesheets/bootstrap.min.css */
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 5px solid #000000;
}

/* line 484, app/assets/stylesheets/bootstrap.min.css */
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/* line 485, app/assets/stylesheets/bootstrap.min.css */
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
}

/* line 486, app/assets/stylesheets/bootstrap.min.css */
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  padding: 5px;
}

/* line 486, app/assets/stylesheets/bootstrap.min.css */
.popover.top {
  margin-top: -5px;
}

/* line 487, app/assets/stylesheets/bootstrap.min.css */
.popover.right {
  margin-left: 5px;
}

/* line 488, app/assets/stylesheets/bootstrap.min.css */
.popover.bottom {
  margin-top: 5px;
}

/* line 489, app/assets/stylesheets/bootstrap.min.css */
.popover.left {
  margin-left: -5px;
}

/* line 490, app/assets/stylesheets/bootstrap.min.css */
.popover.top .arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #000000;
}

/* line 491, app/assets/stylesheets/bootstrap.min.css */
.popover.right .arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 5px solid #000000;
}

/* line 492, app/assets/stylesheets/bootstrap.min.css */
.popover.bottom .arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #000000;
}

/* line 493, app/assets/stylesheets/bootstrap.min.css */
.popover.left .arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #000000;
}

/* line 494, app/assets/stylesheets/bootstrap.min.css */
.popover .arrow {
  position: absolute;
  width: 0;
  height: 0;
}

/* line 495, app/assets/stylesheets/bootstrap.min.css */
.popover-inner {
  padding: 3px;
  width: 280px;
  overflow: hidden;
  background: #000000;
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
}

/* line 496, app/assets/stylesheets/bootstrap.min.css */
.popover-title {
  padding: 9px 15px;
  line-height: 1;
  background-color: #f5f5f5;
  border-bottom: 1px solid #eee;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}

/* line 497, app/assets/stylesheets/bootstrap.min.css */
.popover-content {
  padding: 14px;
  background-color: #ffffff;
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
}

/* line 497, app/assets/stylesheets/bootstrap.min.css */
.popover-content p, .popover-content ul, .popover-content ol {
  margin-bottom: 0;
}

/* line 498, app/assets/stylesheets/bootstrap.min.css */
.thumbnails {
  margin-left: -20px;
  list-style: none;
  *zoom: 1;
}

/* line 498, app/assets/stylesheets/bootstrap.min.css */
.thumbnails:before, .thumbnails:after {
  display: table;
  content: "";
}

/* line 499, app/assets/stylesheets/bootstrap.min.css */
.thumbnails:after {
  clear: both;
}

/* line 500, app/assets/stylesheets/bootstrap.min.css */
.thumbnails > li {
  float: left;
  margin: 0 0 18px 20px;
}

/* line 501, app/assets/stylesheets/bootstrap.min.css */
.thumbnail {
  display: block;
  padding: 4px;
  line-height: 1;
  border: 1px solid #ddd;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
}

/* line 502, app/assets/stylesheets/bootstrap.min.css */
a.thumbnail:hover {
  border-color: #0088cc;
  -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 503, app/assets/stylesheets/bootstrap.min.css */
.thumbnail > img {
  display: block;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

/* line 504, app/assets/stylesheets/bootstrap.min.css */
.thumbnail .caption {
  padding: 9px;
}

/* line 505, app/assets/stylesheets/bootstrap.min.css */
.label {
  padding: 1px 4px 2px;
  font-size: 10.998px;
  font-weight: bold;
  line-height: 13px;
  color: #ffffff;
  vertical-align: middle;
  white-space: nowrap;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #999999;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

/* line 506, app/assets/stylesheets/bootstrap.min.css */
.label:hover {
  color: #ffffff;
  text-decoration: none;
}

/* line 507, app/assets/stylesheets/bootstrap.min.css */
.label-important {
  background-color: #b94a48;
}

/* line 508, app/assets/stylesheets/bootstrap.min.css */
.label-important:hover {
  background-color: #953b39;
}

/* line 509, app/assets/stylesheets/bootstrap.min.css */
.label-warning {
  background-color: #f89406;
}

/* line 510, app/assets/stylesheets/bootstrap.min.css */
.label-warning:hover {
  background-color: #c67605;
}

/* line 511, app/assets/stylesheets/bootstrap.min.css */
.label-success {
  background-color: #468847;
}

/* line 512, app/assets/stylesheets/bootstrap.min.css */
.label-success:hover {
  background-color: #356635;
}

/* line 513, app/assets/stylesheets/bootstrap.min.css */
.label-info {
  background-color: #3a87ad;
}

/* line 514, app/assets/stylesheets/bootstrap.min.css */
.label-info:hover {
  background-color: #2d6987;
}

/* line 515, app/assets/stylesheets/bootstrap.min.css */
.label-inverse {
  background-color: #333333;
}

/* line 516, app/assets/stylesheets/bootstrap.min.css */
.label-inverse:hover {
  background-color: #1a1a1a;
}

/* line 517, app/assets/stylesheets/bootstrap.min.css */
.badge {
  padding: 1px 9px 2px;
  font-size: 12.025px;
  font-weight: bold;
  white-space: nowrap;
  color: #ffffff;
  background-color: #999999;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
}

/* line 518, app/assets/stylesheets/bootstrap.min.css */
.badge:hover {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}

/* line 519, app/assets/stylesheets/bootstrap.min.css */
.badge-error {
  background-color: #b94a48;
}

/* line 520, app/assets/stylesheets/bootstrap.min.css */
.badge-error:hover {
  background-color: #953b39;
}

/* line 521, app/assets/stylesheets/bootstrap.min.css */
.badge-warning {
  background-color: #f89406;
}

/* line 522, app/assets/stylesheets/bootstrap.min.css */
.badge-warning:hover {
  background-color: #c67605;
}

/* line 523, app/assets/stylesheets/bootstrap.min.css */
.badge-success {
  background-color: #468847;
}

/* line 524, app/assets/stylesheets/bootstrap.min.css */
.badge-success:hover {
  background-color: #356635;
}

/* line 525, app/assets/stylesheets/bootstrap.min.css */
.badge-info {
  background-color: #3a87ad;
}

/* line 526, app/assets/stylesheets/bootstrap.min.css */
.badge-info:hover {
  background-color: #2d6987;
}

/* line 527, app/assets/stylesheets/bootstrap.min.css */
.badge-inverse {
  background-color: #333333;
}

/* line 528, app/assets/stylesheets/bootstrap.min.css */
.badge-inverse:hover {
  background-color: #1a1a1a;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 40px 0;
  }
}

@-moz-keyframes progress-bar-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 40px 0;
  }
}

@-ms-keyframes progress-bar-stripes {
  /* line 529, app/assets/stylesheets/bootstrap.min.css */
  from {
    background-position: 0 0;
  }
  /* line 529, app/assets/stylesheets/bootstrap.min.css */
  to {
    background-position: 40px 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 40px 0;
  }
}

/* line 529, app/assets/stylesheets/bootstrap.min.css */
.progress {
  overflow: hidden;
  height: 18px;
  margin-bottom: 18px;
  background-color: #f7f7f7;
  background-image: -moz-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: -ms-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(top, #f5f5f5, #f9f9f9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f5f5', endColorstr='#f9f9f9', 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 530, app/assets/stylesheets/bootstrap.min.css */
.progress .bar {
  width: 0%;
  height: 18px;
  color: #ffffff;
  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: -ms-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(top, #149bdf, #0480be);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#149bdf', endColorstr='#0480be', 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;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: width 0.6s ease;
  -moz-transition: width 0.6s ease;
  -ms-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

/* line 531, app/assets/stylesheets/bootstrap.min.css */
.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: -ms-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 532, app/assets/stylesheets/bootstrap.min.css */
.progress.active .bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -moz-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

/* line 533, app/assets/stylesheets/bootstrap.min.css */
.progress-danger .bar {
  background-color: #dd514c;
  background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -ms-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(top, #ee5f5b, #c43c35);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee5f5b', endColorstr='#c43c35', GradientType=0);
}

/* line 534, app/assets/stylesheets/bootstrap.min.css */
.progress-danger.progress-striped .bar {
  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: -ms-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 535, app/assets/stylesheets/bootstrap.min.css */
.progress-success .bar {
  background-color: #5eb95e;
  background-image: -moz-linear-gradient(top, #62c462, #57a957);
  background-image: -ms-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(top, #62c462, #57a957);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#62c462', endColorstr='#57a957', GradientType=0);
}

/* line 536, app/assets/stylesheets/bootstrap.min.css */
.progress-success.progress-striped .bar {
  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: -ms-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 537, app/assets/stylesheets/bootstrap.min.css */
.progress-info .bar {
  background-color: #4bb1cf;
  background-image: -moz-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -ms-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(top, #5bc0de, #339bb9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bc0de', endColorstr='#339bb9', GradientType=0);
}

/* line 538, app/assets/stylesheets/bootstrap.min.css */
.progress-info.progress-striped .bar {
  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: -ms-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 539, app/assets/stylesheets/bootstrap.min.css */
.progress-warning .bar {
  background-color: #faa732;
  background-image: -moz-linear-gradient(top, #fbb450, #f89406);
  background-image: -ms-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(top, #fbb450, #f89406);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbb450', endColorstr='#f89406', GradientType=0);
}

/* line 540, app/assets/stylesheets/bootstrap.min.css */
.progress-warning.progress-striped .bar {
  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: -ms-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 541, app/assets/stylesheets/bootstrap.min.css */
.accordion {
  margin-bottom: 18px;
}

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

/* line 543, app/assets/stylesheets/bootstrap.min.css */
.accordion-heading {
  border-bottom: 0;
}

/* line 544, app/assets/stylesheets/bootstrap.min.css */
.accordion-heading .accordion-toggle {
  display: block;
  padding: 8px 15px;
}

/* line 545, app/assets/stylesheets/bootstrap.min.css */
.accordion-inner {
  padding: 9px 15px;
  border-top: 1px solid #e5e5e5;
}

/* line 546, app/assets/stylesheets/bootstrap.min.css */
.carousel {
  position: relative;
  margin-bottom: 18px;
  line-height: 1;
}

/* line 547, app/assets/stylesheets/bootstrap.min.css */
.carousel-inner {
  overflow: hidden;
  width: 100%;
  position: relative;
}

/* line 548, app/assets/stylesheets/bootstrap.min.css */
.carousel .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -moz-transition: 0.6s ease-in-out left;
  -ms-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}

/* line 549, app/assets/stylesheets/bootstrap.min.css */
.carousel .item > img {
  display: block;
  line-height: 1;
}

/* line 550, app/assets/stylesheets/bootstrap.min.css */
.carousel .active, .carousel .next, .carousel .prev {
  display: block;
}

/* line 551, app/assets/stylesheets/bootstrap.min.css */
.carousel .active {
  left: 0;
}

/* line 552, app/assets/stylesheets/bootstrap.min.css */
.carousel .next, .carousel .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

/* line 553, app/assets/stylesheets/bootstrap.min.css */
.carousel .next {
  left: 100%;
}

/* line 554, app/assets/stylesheets/bootstrap.min.css */
.carousel .prev {
  left: -100%;
}

/* line 555, app/assets/stylesheets/bootstrap.min.css */
.carousel .next.left, .carousel .prev.right {
  left: 0;
}

/* line 556, app/assets/stylesheets/bootstrap.min.css */
.carousel .active.left {
  left: -100%;
}

/* line 557, app/assets/stylesheets/bootstrap.min.css */
.carousel .active.right {
  left: 100%;
}

/* line 558, app/assets/stylesheets/bootstrap.min.css */
.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: #ffffff;
  text-align: center;
  background: #222222;
  border: 3px solid #ffffff;
  -webkit-border-radius: 23px;
  -moz-border-radius: 23px;
  border-radius: 23px;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

/* line 558, app/assets/stylesheets/bootstrap.min.css */
.carousel-control.right {
  left: auto;
  right: 15px;
}

/* line 559, app/assets/stylesheets/bootstrap.min.css */
.carousel-control:hover {
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

/* line 560, app/assets/stylesheets/bootstrap.min.css */
.carousel-caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 10px 15px 5px;
  background: #333333;
  background: rgba(0, 0, 0, 0.75);
}

/* line 561, app/assets/stylesheets/bootstrap.min.css */
.carousel-caption h4, .carousel-caption p {
  color: #ffffff;
}

/* line 562, app/assets/stylesheets/bootstrap.min.css */
.hero-unit {
  padding: 60px;
  margin-bottom: 30px;
  background-color: #eeeeee;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

/* line 562, app/assets/stylesheets/bootstrap.min.css */
.hero-unit h1 {
  margin-bottom: 0;
  font-size: 60px;
  line-height: 1;
  color: inherit;
  letter-spacing: -1px;
}

/* line 563, app/assets/stylesheets/bootstrap.min.css */
.hero-unit p {
  font-size: 18px;
  font-weight: 200;
  line-height: 27px;
  color: inherit;
}

/* line 564, app/assets/stylesheets/bootstrap.min.css */
.pull-right {
  float: right;
}

/* line 565, app/assets/stylesheets/bootstrap.min.css */
.pull-left {
  float: left;
}

/* line 566, app/assets/stylesheets/bootstrap.min.css */
.hide {
  display: none;
}

/* line 567, app/assets/stylesheets/bootstrap.min.css */
.show {
  display: block;
}

/* line 568, app/assets/stylesheets/bootstrap.min.css */
.invisible {
  visibility: hidden;
}

/* line 1, app/assets/stylesheets/bootstrap-responsive.min.css */
.clearfix {
  *zoom: 1;
}

/* line 1, app/assets/stylesheets/bootstrap-responsive.min.css */
.clearfix:before, .clearfix:after {
  display: table;
  content: "";
}

/* line 2, app/assets/stylesheets/bootstrap-responsive.min.css */
.clearfix:after {
  clear: both;
}

/* line 3, app/assets/stylesheets/bootstrap-responsive.min.css */
.hide-text {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

/* line 4, app/assets/stylesheets/bootstrap-responsive.min.css */
.input-block-level {
  display: block;
  width: 100%;
  min-height: 28px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 5, app/assets/stylesheets/bootstrap-responsive.min.css */
.hidden {
  display: none;
  visibility: hidden;
}

/* line 6, app/assets/stylesheets/bootstrap-responsive.min.css */
.visible-phone {
  display: none;
}

/* line 7, app/assets/stylesheets/bootstrap-responsive.min.css */
.visible-tablet {
  display: none;
}

/* line 8, app/assets/stylesheets/bootstrap-responsive.min.css */
.visible-desktop {
  display: block;
}

/* line 9, app/assets/stylesheets/bootstrap-responsive.min.css */
.hidden-phone {
  display: block;
}

/* line 10, app/assets/stylesheets/bootstrap-responsive.min.css */
.hidden-tablet {
  display: block;
}

/* line 11, app/assets/stylesheets/bootstrap-responsive.min.css */
.hidden-desktop {
  display: none;
}

@media (max-width: 767px) {
  /* line 12, app/assets/stylesheets/bootstrap-responsive.min.css */
  .visible-phone {
    display: block;
  }
  /* line 12, app/assets/stylesheets/bootstrap-responsive.min.css */
  .hidden-phone {
    display: none;
  }
  /* line 12, app/assets/stylesheets/bootstrap-responsive.min.css */
  .hidden-desktop {
    display: block;
  }
  /* line 12, app/assets/stylesheets/bootstrap-responsive.min.css */
  .visible-desktop {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 979px) {
  /* line 12, app/assets/stylesheets/bootstrap-responsive.min.css */
  .visible-tablet {
    display: block;
  }
  /* line 12, app/assets/stylesheets/bootstrap-responsive.min.css */
  .hidden-tablet {
    display: none;
  }
  /* line 12, app/assets/stylesheets/bootstrap-responsive.min.css */
  .hidden-desktop {
    display: block;
  }
  /* line 12, app/assets/stylesheets/bootstrap-responsive.min.css */
  .visible-desktop {
    display: none;
  }
}

@media (max-width: 480px) {
  /* line 12, app/assets/stylesheets/bootstrap-responsive.min.css */
  .nav-collapse {
    -webkit-transform: translate3d(0, 0, 0);
  }
  /* line 12, app/assets/stylesheets/bootstrap-responsive.min.css */
  .page-header h1 small {
    display: block;
    line-height: 18px;
  }
  /* line 12, app/assets/stylesheets/bootstrap-responsive.min.css */
  input[type="checkbox"], input[type="radio"] {
    border: 1px solid #ccc;
  }
  /* line 12, app/assets/stylesheets/bootstrap-responsive.min.css */
  .form-horizontal .control-group > label {
    float: none;
    width: auto;
    padding-top: 0;
    text-align: left;
  }
  /* line 12, app/assets/stylesheets/bootstrap-responsive.min.css */
  .form-horizontal .controls {
    margin-left: 0;
  }
  /* line 12, app/assets/stylesheets/bootstrap-responsive.min.css */
  .form-horizontal .control-list {
    padding-top: 0;
  }
  /* line 12, app/assets/stylesheets/bootstrap-responsive.min.css */
  .form-horizontal .form-actions {
    padding-left: 10px;
    padding-right: 10px;
  }
  /* line 12, app/assets/stylesheets/bootstrap-responsive.min.css */
  .modal {
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    width: auto;
    margin: 0;
  }
  /* line 12, app/assets/stylesheets/bootstrap-responsive.min.css */
  .modal.fade.in {
    top: auto;
  }
  /* line 12, app/assets/stylesheets/bootstrap-responsive.min.css */
  .modal-header .close {
    padding: 10px;
    margin: -10px;
  }
  /* line 12, app/assets/stylesheets/bootstrap-responsive.min.css */
  .carousel-caption {
    position: static;
  }
}

@media (max-width: 767px) {
  /* line 12, app/assets/stylesheets/bootstrap-responsive.min.css */
  body {
    padding-left: 20px;
    padding-right: 20px;
  }
  /* line 12, app/assets/stylesheets/bootstrap-responsive.min.css */
  .navbar-fixed-top {
    margin-left: -20px;
    margin-right: -20px;
  }
  /* line 12, app/assets/stylesheets/bootstrap-responsive.min.css */
  .container {
    width: auto;
  }
  /* line 12, app/assets/stylesheets/bootstrap-responsive.min.css */
  .row-fluid {
    width: 100%;
  }
  /* line 12, app/assets/stylesheets/bootstrap-responsive.min.css */
  .row {
    margin-left: 0;
  }
  /* line 12, app/assets/stylesheets/bootstrap-responsive.min.css */
  .row > [class*="span"], .row-fluid > [class*="span"] {
    float: none;
    display: block;
    width: auto;
    margin: 0;
  }
  /* line 12, app/assets/stylesheets/bootstrap-responsive.min.css */
  .thumbnails [class*="span"] {
    width: auto;
  }
  /* line 12, app/assets/stylesheets/bootstrap-responsive.min.css */
  input[class*="span"], select[class*="span"], textarea[class*="span"], .uneditable-input {
    display: block;
    width: 100%;
    min-height: 28px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  /* line 12, app/assets/stylesheets/bootstrap-responsive.min.css */
  .input-prepend input[class*="span"], .input-append input[class*="span"] {
    width: auto;
  }
}

@media (min-width: 768px) and (max-width: 979px) {
  /* line 12, app/assets/stylesheets/bootstrap-responsive.min.css */
  .row {
    margin-left: -20px;
    *zoom: 1;
  }
  /* line 12, app/assets/stylesheets/bootstrap-responsive.min.css */
  .row:before, .row:after {
    display: table;
    content: "";
  }
  /* line 12, app/assets/stylesheets/bootstrap-responsive.min.css */
  .row:after {
    clear: both;
  }
  /* line 12, app/assets/stylesheets/bootstrap-responsive.min.css */
  [class*="span"] {
    float: left;
    margin-left: 20px;
  }
  /* line 12, app/assets/stylesheets/bootstrap-responsive.min.css */
  .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container {
    width: 724px;
  }
  /* line 12, app/assets/stylesheets/bootstrap-responsive.min.css */
  .span12 {
    width: 724px;
  }
  /* line 12, app/assets/stylesheets/bootstrap-responsive.min.css */
  .span11 {
    width: 662px;
  }
  /* line 12, app/assets/stylesheets/bootstrap-responsive.min.css */
  .span10 {
    width: 600px;
  }
  /* line 12, app/assets/stylesheets/bootstrap-responsive.min.css */
  .span9 {
    width: 538px;
  }
  /* line 12, app/assets/stylesheets/bootstrap-responsive.min.css */
  .span8 {
    width: 476px;
  }
  /* line 12, app/assets/stylesheets/bootstrap-responsive.min.css */
  .span7 {
    width: 414px;
  }
  /* line 12, app/assets/stylesheets/bootstrap-responsive.min.css */
  .span6 {
    width: 352px;
  }
  /* line 12, app/assets/stylesheets/bootstrap-responsive.min.css */
  .span5 {
    width: 290px;
  }
  /* line 12, app/assets/stylesheets/bootstrap-responsive.min.css */
  .span4 {
    width: 228px;
  }
  /* line 12, app/assets/stylesheets/bootstrap-responsive.min.css */
  .span3 {
    width: 166px;
  }
  /* line 12, app/assets/stylesheets/bootstrap-responsive.min.css */
  .span2 {
    width: 104px;
  }
  /* line 12, app/assets/stylesheets/bootstrap-responsive.min.css */
  .span1 {
    width: 42px;
  }
  /* line 12, app/assets/stylesheets/bootstrap-responsive.min.css */
  .offset12 {
    margin-left: 764px;
  }
  /* line 12, app/assets/stylesheets/bootstrap-responsive.min.css */
  .offset11 {
    margin-left: 702px;
  }
  /* line 12, app/assets/stylesheets/bootstrap-responsive.min.css */
  .offset10 {
    margin-left: 640px;
  }
  /* line 12, app/assets/stylesheets/bootstrap-responsive.min.css */
  .offset9 {
    margin-left: 578px;
  }
  /* line 12, app/assets/stylesheets/bootstrap-responsive.min.css */
  .offset8 {
    margin-left: 516px;
  }
  /* line 12, app/assets/stylesheets/bootstrap-responsive.min.css */
  .offset7 {
    margin-left: 454px;
  }
  /* line 12, app/assets/stylesheets/bootstrap-responsive.min.css */
  .offset6 {
    margin-left: 392px;
  }
  /* line 12, app/assets/stylesheets/bootstrap-responsive.min.css */
  .offset5 {
    margin-left: 330px;
  }
  /* line 12, app/assets/stylesheets/bootstrap-responsive.min.css */
  .offset4 {
    margin-left: 268px;
  }
  /* line 12, app/assets/stylesheets/bootstrap-responsive.min.css */
  .offset3 {
    margin-left: 206px;
  }
  /* line 12, app/assets/stylesheets/bootstrap-responsive.min.css */
  .offset2 {
    margin-left: 144px;
  }
  /* line 12, app/assets/stylesheets/bootstrap-responsive.min.css */
  .offset1 {
    margin-left: 82px;
  }
  /* line 12, app/assets/stylesheets/bootstrap-responsive.min.css */
  .row-fluid {
    width: 100%;
    *zoom: 1;
  }
  /* line 12, app/assets/stylesheets/bootstrap-responsive.min.css */
  .row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
  }
  /* line 12, app/assets/stylesheets/bootstrap-responsive.min.css */
  .row-fluid:after {
    clear: both;
  }
  /* line 12, app/assets/stylesheets/bootstrap-responsive.min.css */
  .row-fluid > [class*="span"] {
    float: left;
    margin-left: 2.762430939%;
  }
  /* line 12, app/assets/stylesheets/bootstrap-responsive.min.css */
  .row-fluid > [class*="span"]:first-child {
    margin-left: 0;
  }
  /* line 12, app/assets/stylesheets/bootstrap-responsive.min.css */
  .row-fluid > .span12 {
    width: 99.999999993%;
  }
  /* line 12, app/assets/stylesheets/bootstrap-responsive.min.css */
  .row-fluid > .span11 {
    width: 91.436464082%;
  }
  /* line 12, app/assets/stylesheets/bootstrap-responsive.min.css */
  .row-fluid > .span10 {
    width: 82.87292817100001%;
  }
  /* line 12, app/assets/stylesheets/bootstrap-responsive.min.css */
  .row-fluid > .span9 {
    width: 74.30939226%;
  }
  /* line 12, app/assets/stylesheets/bootstrap-responsive.min.css */
  .row-fluid > .span8 {
    width: 65.74585634900001%;
  }
  /* line 12, app/assets/stylesheets/bootstrap-responsive.min.css */
  .row-fluid > .span7 {
    width: 57.182320438000005%;
  }
  /* line 12, app/assets/stylesheets/bootstrap-responsive.min.css */
  .row-fluid > .span6 {
    width: 48.618784527%;
  }
  /* line 12, app/assets/stylesheets/bootstrap-responsive.min.css */
  .row-fluid > .span5 {
    width: 40.055248616%;
  }
  /* line 12, app/assets/stylesheets/bootstrap-responsive.min.css */
  .row-fluid > .span4 {
    width: 31.491712705%;
  }
  /* line 12, app/assets/stylesheets/bootstrap-responsive.min.css */
  .row-fluid > .span3 {
    width: 22.928176794%;
  }
  /* line 12, app/assets/stylesheets/bootstrap-responsive.min.css */
  .row-fluid > .span2 {
    width: 14.364640883%;
  }
  /* line 12, app/assets/stylesheets/bootstrap-responsive.min.css */
  .row-fluid > .span1 {
    width: 5.801104972%;
  }
  /* line 12, app/assets/stylesheets/bootstrap-responsive.min.css */
  input, textarea, .uneditable-input {
    margin-left: 0;
  }
  /* line 12, app/assets/stylesheets/bootstrap-responsive.min.css */
  input.span12, textarea.span12, .uneditable-input.span12 {
    width: 714px;
  }
  /* line 12, app/assets/stylesheets/bootstrap-responsive.min.css */
  input.span11, textarea.span11, .uneditable-input.span11 {
    width: 652px;
  }
  /* line 12, app/assets/stylesheets/bootstrap-responsive.min.css */
  input.span10, textarea.span10, .uneditable-input.span10 {
    width: 590px;
  }
  /* line 12, app/assets/stylesheets/bootstrap-responsive.min.css */
  input.span9, textarea.span9, .uneditable-input.span9 {
    width: 528px;
  }
  /* line 12, app/assets/stylesheets/bootstrap-responsive.min.css */
  input.span8, textarea.span8, .uneditable-input.span8 {
    width: 466px;
  }
  /* line 12, app/assets/stylesheets/bootstrap-responsive.min.css */
  input.span7, textarea.span7, .uneditable-input.span7 {
    width: 404px;
  }
  /* line 12, app/assets/stylesheets/bootstrap-responsive.min.css */
  input.span6, textarea.span6, .uneditable-input.span6 {
    width: 342px;
  }
  /* line 12, app/assets/stylesheets/bootstrap-responsive.min.css */
  input.span5, textarea.span5, .uneditable-input.span5 {
    width: 280px;
  }
  /* line 12, app/assets/stylesheets/bootstrap-responsive.min.css */
  input.span4, textarea.span4, .uneditable-input.span4 {
    width: 218px;
  }
  /* line 12, app/assets/stylesheets/bootstrap-responsive.min.css */
  input.span3, textarea.span3, .uneditable-input.span3 {
    width: 156px;
  }
  /* line 12, app/assets/stylesheets/bootstrap-responsive.min.css */
  input.span2, textarea.span2, .uneditable-input.span2 {
    width: 94px;
  }
  /* line 12, app/assets/stylesheets/bootstrap-responsive.min.css */
  input.span1, textarea.span1, .uneditable-input.span1 {
    width: 32px;
  }
}

@media (max-width: 979px) {
  /* line 12, app/assets/stylesheets/bootstrap-responsive.min.css */
  body {
    padding-top: 0;
  }
  /* line 12, app/assets/stylesheets/bootstrap-responsive.min.css */
  .navbar-fixed-top {
    position: static;
    margin-bottom: 18px;
  }
  /* line 12, app/assets/stylesheets/bootstrap-responsive.min.css */
  .navbar-fixed-top .navbar-inner {
    padding: 5px;
  }
  /* line 12, app/assets/stylesheets/bootstrap-responsive.min.css */
  .navbar .container {
    width: auto;
    padding: 0;
  }
  /* line 12, app/assets/stylesheets/bootstrap-responsive.min.css */
  .navbar .brand {
    padding-left: 10px;
    padding-right: 10px;
    margin: 0 0 0 -5px;
  }
  /* line 12, app/assets/stylesheets/bootstrap-responsive.min.css */
  .navbar .nav-collapse {
    clear: left;
  }
  /* line 12, app/assets/stylesheets/bootstrap-responsive.min.css */
  .navbar .nav {
    float: none;
    margin: 0 0 9px;
  }
  /* line 12, app/assets/stylesheets/bootstrap-responsive.min.css */
  .navbar .nav > li {
    float: none;
  }
  /* line 12, app/assets/stylesheets/bootstrap-responsive.min.css */
  .navbar .nav > li > a {
    margin-bottom: 2px;
  }
  /* line 12, app/assets/stylesheets/bootstrap-responsive.min.css */
  .navbar .nav > .divider-vertical {
    display: none;
  }
  /* line 12, app/assets/stylesheets/bootstrap-responsive.min.css */
  .navbar .nav .nav-header {
    color: #999999;
    text-shadow: none;
  }
  /* line 12, app/assets/stylesheets/bootstrap-responsive.min.css */
  .navbar .nav > li > a, .navbar .dropdown-menu a {
    padding: 6px 15px;
    font-weight: bold;
    color: #999999;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
  }
  /* line 12, app/assets/stylesheets/bootstrap-responsive.min.css */
  .navbar .dropdown-menu li + li a {
    margin-bottom: 2px;
  }
  /* line 12, app/assets/stylesheets/bootstrap-responsive.min.css */
  .navbar .nav > li > a:hover, .navbar .dropdown-menu a:hover {
    background-color: #222222;
  }
  /* line 12, app/assets/stylesheets/bootstrap-responsive.min.css */
  .navbar .dropdown-menu {
    position: static;
    top: auto;
    left: auto;
    float: none;
    display: block;
    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 12, app/assets/stylesheets/bootstrap-responsive.min.css */
  .navbar .dropdown-menu:before, .navbar .dropdown-menu:after {
    display: none;
  }
  /* line 12, app/assets/stylesheets/bootstrap-responsive.min.css */
  .navbar .dropdown-menu .divider {
    display: none;
  }
  /* line 12, app/assets/stylesheets/bootstrap-responsive.min.css */
  .navbar-form, .navbar-search {
    float: none;
    padding: 9px 15px;
    margin: 9px 0;
    border-top: 1px solid #222222;
    border-bottom: 1px solid #222222;
    -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 12, app/assets/stylesheets/bootstrap-responsive.min.css */
  .navbar .nav.pull-right {
    float: none;
    margin-left: 0;
  }
  /* line 12, app/assets/stylesheets/bootstrap-responsive.min.css */
  .navbar-static .navbar-inner {
    padding-left: 10px;
    padding-right: 10px;
  }
  /* line 12, app/assets/stylesheets/bootstrap-responsive.min.css */
  .btn-navbar {
    display: block;
  }
  /* line 12, app/assets/stylesheets/bootstrap-responsive.min.css */
  .nav-collapse {
    overflow: hidden;
    height: 0;
  }
}

@media (min-width: 980px) {
  /* line 12, app/assets/stylesheets/bootstrap-responsive.min.css */
  .nav-collapse.collapse {
    height: auto !important;
    overflow: visible !important;
  }
}

@media (min-width: 1200px) {
  /* line 12, app/assets/stylesheets/bootstrap-responsive.min.css */
  .row {
    margin-left: -30px;
    *zoom: 1;
  }
  /* line 12, app/assets/stylesheets/bootstrap-responsive.min.css */
  .row:before, .row:after {
    display: table;
    content: "";
  }
  /* line 12, app/assets/stylesheets/bootstrap-responsive.min.css */
  .row:after {
    clear: both;
  }
  /* line 12, app/assets/stylesheets/bootstrap-responsive.min.css */
  [class*="span"] {
    float: left;
    margin-left: 30px;
  }
  /* line 12, app/assets/stylesheets/bootstrap-responsive.min.css */
  .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container {
    width: 1170px;
  }
  /* line 12, app/assets/stylesheets/bootstrap-responsive.min.css */
  .span12 {
    width: 1170px;
  }
  /* line 12, app/assets/stylesheets/bootstrap-responsive.min.css */
  .span11 {
    width: 1070px;
  }
  /* line 12, app/assets/stylesheets/bootstrap-responsive.min.css */
  .span10 {
    width: 970px;
  }
  /* line 12, app/assets/stylesheets/bootstrap-responsive.min.css */
  .span9 {
    width: 870px;
  }
  /* line 12, app/assets/stylesheets/bootstrap-responsive.min.css */
  .span8 {
    width: 770px;
  }
  /* line 12, app/assets/stylesheets/bootstrap-responsive.min.css */
  .span7 {
    width: 670px;
  }
  /* line 12, app/assets/stylesheets/bootstrap-responsive.min.css */
  .span6 {
    width: 570px;
  }
  /* line 12, app/assets/stylesheets/bootstrap-responsive.min.css */
  .span5 {
    width: 470px;
  }
  /* line 12, app/assets/stylesheets/bootstrap-responsive.min.css */
  .span4 {
    width: 370px;
  }
  /* line 12, app/assets/stylesheets/bootstrap-responsive.min.css */
  .span3 {
    width: 270px;
  }
  /* line 12, app/assets/stylesheets/bootstrap-responsive.min.css */
  .span2 {
    width: 170px;
  }
  /* line 12, app/assets/stylesheets/bootstrap-responsive.min.css */
  .span1 {
    width: 70px;
  }
  /* line 12, app/assets/stylesheets/bootstrap-responsive.min.css */
  .offset12 {
    margin-left: 1230px;
  }
  /* line 12, app/assets/stylesheets/bootstrap-responsive.min.css */
  .offset11 {
    margin-left: 1130px;
  }
  /* line 12, app/assets/stylesheets/bootstrap-responsive.min.css */
  .offset10 {
    margin-left: 1030px;
  }
  /* line 12, app/assets/stylesheets/bootstrap-responsive.min.css */
  .offset9 {
    margin-left: 930px;
  }
  /* line 12, app/assets/stylesheets/bootstrap-responsive.min.css */
  .offset8 {
    margin-left: 830px;
  }
  /* line 12, app/assets/stylesheets/bootstrap-responsive.min.css */
  .offset7 {
    margin-left: 730px;
  }
  /* line 12, app/assets/stylesheets/bootstrap-responsive.min.css */
  .offset6 {
    margin-left: 630px;
  }
  /* line 12, app/assets/stylesheets/bootstrap-responsive.min.css */
  .offset5 {
    margin-left: 530px;
  }
  /* line 12, app/assets/stylesheets/bootstrap-responsive.min.css */
  .offset4 {
    margin-left: 430px;
  }
  /* line 12, app/assets/stylesheets/bootstrap-responsive.min.css */
  .offset3 {
    margin-left: 330px;
  }
  /* line 12, app/assets/stylesheets/bootstrap-responsive.min.css */
  .offset2 {
    margin-left: 230px;
  }
  /* line 12, app/assets/stylesheets/bootstrap-responsive.min.css */
  .offset1 {
    margin-left: 130px;
  }
  /* line 12, app/assets/stylesheets/bootstrap-responsive.min.css */
  .row-fluid {
    width: 100%;
    *zoom: 1;
  }
  /* line 12, app/assets/stylesheets/bootstrap-responsive.min.css */
  .row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
  }
  /* line 12, app/assets/stylesheets/bootstrap-responsive.min.css */
  .row-fluid:after {
    clear: both;
  }
  /* line 12, app/assets/stylesheets/bootstrap-responsive.min.css */
  .row-fluid > [class*="span"] {
    float: left;
    margin-left: 2.564102564%;
  }
  /* line 12, app/assets/stylesheets/bootstrap-responsive.min.css */
  .row-fluid > [class*="span"]:first-child {
    margin-left: 0;
  }
  /* line 12, app/assets/stylesheets/bootstrap-responsive.min.css */
  .row-fluid > .span12 {
    width: 100%;
  }
  /* line 12, app/assets/stylesheets/bootstrap-responsive.min.css */
  .row-fluid > .span11 {
    width: 91.45299145300001%;
  }
  /* line 12, app/assets/stylesheets/bootstrap-responsive.min.css */
  .row-fluid > .span10 {
    width: 82.905982906%;
  }
  /* line 12, app/assets/stylesheets/bootstrap-responsive.min.css */
  .row-fluid > .span9 {
    width: 74.358974359%;
  }
  /* line 12, app/assets/stylesheets/bootstrap-responsive.min.css */
  .row-fluid > .span8 {
    width: 65.81196581200001%;
  }
  /* line 12, app/assets/stylesheets/bootstrap-responsive.min.css */
  .row-fluid > .span7 {
    width: 57.264957265%;
  }
  /* line 12, app/assets/stylesheets/bootstrap-responsive.min.css */
  .row-fluid > .span6 {
    width: 48.717948718%;
  }
  /* line 12, app/assets/stylesheets/bootstrap-responsive.min.css */
  .row-fluid > .span5 {
    width: 40.170940171000005%;
  }
  /* line 12, app/assets/stylesheets/bootstrap-responsive.min.css */
  .row-fluid > .span4 {
    width: 31.623931624%;
  }
  /* line 12, app/assets/stylesheets/bootstrap-responsive.min.css */
  .row-fluid > .span3 {
    width: 23.076923077%;
  }
  /* line 12, app/assets/stylesheets/bootstrap-responsive.min.css */
  .row-fluid > .span2 {
    width: 14.529914530000001%;
  }
  /* line 12, app/assets/stylesheets/bootstrap-responsive.min.css */
  .row-fluid > .span1 {
    width: 5.982905983%;
  }
  /* line 12, app/assets/stylesheets/bootstrap-responsive.min.css */
  input, textarea, .uneditable-input {
    margin-left: 0;
  }
  /* line 12, app/assets/stylesheets/bootstrap-responsive.min.css */
  input.span12, textarea.span12, .uneditable-input.span12 {
    width: 1160px;
  }
  /* line 12, app/assets/stylesheets/bootstrap-responsive.min.css */
  input.span11, textarea.span11, .uneditable-input.span11 {
    width: 1060px;
  }
  /* line 12, app/assets/stylesheets/bootstrap-responsive.min.css */
  input.span10, textarea.span10, .uneditable-input.span10 {
    width: 960px;
  }
  /* line 12, app/assets/stylesheets/bootstrap-responsive.min.css */
  input.span9, textarea.span9, .uneditable-input.span9 {
    width: 860px;
  }
  /* line 12, app/assets/stylesheets/bootstrap-responsive.min.css */
  input.span8, textarea.span8, .uneditable-input.span8 {
    width: 760px;
  }
  /* line 12, app/assets/stylesheets/bootstrap-responsive.min.css */
  input.span7, textarea.span7, .uneditable-input.span7 {
    width: 660px;
  }
  /* line 12, app/assets/stylesheets/bootstrap-responsive.min.css */
  input.span6, textarea.span6, .uneditable-input.span6 {
    width: 560px;
  }
  /* line 12, app/assets/stylesheets/bootstrap-responsive.min.css */
  input.span5, textarea.span5, .uneditable-input.span5 {
    width: 460px;
  }
  /* line 12, app/assets/stylesheets/bootstrap-responsive.min.css */
  input.span4, textarea.span4, .uneditable-input.span4 {
    width: 360px;
  }
  /* line 12, app/assets/stylesheets/bootstrap-responsive.min.css */
  input.span3, textarea.span3, .uneditable-input.span3 {
    width: 260px;
  }
  /* line 12, app/assets/stylesheets/bootstrap-responsive.min.css */
  input.span2, textarea.span2, .uneditable-input.span2 {
    width: 160px;
  }
  /* line 12, app/assets/stylesheets/bootstrap-responsive.min.css */
  input.span1, textarea.span1, .uneditable-input.span1 {
    width: 60px;
  }
  /* line 12, app/assets/stylesheets/bootstrap-responsive.min.css */
  .thumbnails {
    margin-left: -30px;
  }
  /* line 12, app/assets/stylesheets/bootstrap-responsive.min.css */
  .thumbnails > li {
    margin-left: 30px;
  }
}

/*------------------------------------------------------------------

[Layout Stylesheet]

	Project:		Base Admin
	Version:		1.0
	Last change:	05/21/2012
	Assigned to:	Rod Howard (rh)


[Table of contents]

	1. Global
	2. Navbar / .navbar
	3. Subnavbar / .subnavbar
	4. Main / .main
	5. Footer / .footer
	6. Widget / .widget
	7. Error / .error-container
	8. Miscellaneous

-------------------------------------------------------------------*/
/*------------------------------------------------------------------
[1. Global]
*/
/* line 31, app/assets/stylesheets/base-admin.css.scss */
body {
  background: #E9E9E9 url(/assets/body-bg-cd0f9606a35632c951e35c3f23272e784478c5c1c05cd08988936335b3f526c3.png) repeat 0 0;
  font: 13px/1.7em 'Open Sans', verdana, arial, sans-serif;
}

/* line 36, app/assets/stylesheets/base-admin.css.scss */
p {
  font: 13px/1.7em 'Open Sans', verdana, arial, sans-serif;
}

/* line 40, app/assets/stylesheets/base-admin.css.scss */
input,
button,
select,
textarea {
  font-family: 'Open Sans', verdana, arial, sans-serif;
}

/* line 47, app/assets/stylesheets/base-admin.css.scss */
.dropdown .dropdown-menu {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

/* line 53, app/assets/stylesheets/base-admin.css.scss */
.btn-icon-only {
  padding-right: 3px;
  padding-left: 3px;
}

/* line 58, app/assets/stylesheets/base-admin.css.scss */
.table td {
  vertical-align: middle;
}

/* line 62, app/assets/stylesheets/base-admin.css.scss */
.table-bordered th {
  background: #E9E9E9;
  background: -moz-linear-gradient(top, #FAFAFA 0%, #E9E9E9 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FAFAFA), color-stop(100%, #E9E9E9));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #FAFAFA 0%, #E9E9E9 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #FAFAFA 0%, #E9E9E9 100%);
  /* Opera11.10+ */
  background: -ms-linear-gradient(top, #FAFAFA 0%, #E9E9E9 100%);
  /* IE10+ */
  background: linear-gradient(top, #FAFAFA 0%, #E9E9E9 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FAFAFA', endColorstr='#E9E9E9');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FAFAFA', endColorstr='#E9E9E9')";
  font-size: 10px;
  color: #444;
  text-transform: uppercase;
}

/*------------------------------------------------------------------
[2. Navbar / .navbar]
*/
/* line 88, app/assets/stylesheets/base-admin.css.scss */
.navbar .container {
  position: relative;
}

/* line 92, app/assets/stylesheets/base-admin.css.scss */
.navbar-inner {
  padding: 7px 0;
  background: #292929;
  border-bottom: 1px solid #121212;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}

/* line 104, app/assets/stylesheets/base-admin.css.scss */
.navbar-fixed-top {
  position: static;
}

/* line 108, app/assets/stylesheets/base-admin.css.scss */
.navbar .nav a {
  font-size: 11px;
}

/* line 112, app/assets/stylesheets/base-admin.css.scss */
.navbar .brand {
  font-weight: 600;
  position: relative;
  top: 2px;
}

/* line 118, app/assets/stylesheets/base-admin.css.scss */
.navbar .search-query {
  background-color: #444;
  width: 150px;
  font-size: 11px;
  font-weight: bold;
}

/* line 125, app/assets/stylesheets/base-admin.css.scss */
.navbar .search-query::-webkit-input-placeholder {
  color: #666;
}

/* line 129, app/assets/stylesheets/base-admin.css.scss */
.navbar .search-query:-moz-placeholder {
  color: #666;
}

/*------------------------------------------------------------------
[3. Subnavbar / .subnavbar]
*/
/* line 139, app/assets/stylesheets/base-admin.css.scss */
.subnavbar {
  margin-bottom: 2.5em;
  border-top: 1px solid #595959;
}

/* line 145, app/assets/stylesheets/base-admin.css.scss */
.subnavbar-inner {
  height: 80px;
  background: #3A3A3A;
  background-image: -moz-linear-gradient(top, #414141, #323232);
  background-image: -ms-linear-gradient(top, #414141, #323232);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#414141), to(#323232));
  background-image: -webkit-linear-gradient(top, #414141, #323232);
  background-image: -o-linear-gradient(top, #414141, #323232);
  background-image: linear-gradient(top, #414141, #323232);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#414141', endColorstr='#323232', GradientType=0);
  border-bottom: 1px solid #000;
}

/* line 162, app/assets/stylesheets/base-admin.css.scss */
.subnavbar .container > ul {
  display: inline-block;
  height: 80px;
  padding: 0;
  margin: 0;
  border-left: 1px solid #292929;
  border-right: 1px solid #4A4A4A;
}

/* line 173, app/assets/stylesheets/base-admin.css.scss */
.subnavbar .container > ul > li {
  float: left;
  min-width: 90px;
  height: 80px;
  padding: 0;
  margin: 0;
  text-align: center;
  list-style: none;
  border-left: 1px solid #4A4A4A;
  border-right: 1px solid #292929;
}

/* line 189, app/assets/stylesheets/base-admin.css.scss */
.subnavbar .container > ul > li > a {
  display: block;
  height: 100%;
  padding: 0 15px;
  font-size: 12px;
  font-weight: bold;
  color: #636363;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}

/* line 203, app/assets/stylesheets/base-admin.css.scss */
.subnavbar .container > ul > li > a:hover {
  color: #888;
  text-decoration: none;
}

/* line 208, app/assets/stylesheets/base-admin.css.scss */
.subnavbar .container > ul > li > a > i {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-top: 17px;
  margin-bottom: .25em;
  font-size: 28px;
}

/* line 220, app/assets/stylesheets/base-admin.css.scss */
.subnavbar .container > ul > li > a > span {
  display: block;
}

/* line 225, app/assets/stylesheets/base-admin.css.scss */
.subnavbar .container > ul > li.active > a {
  background: #333;
  color: #F90;
}

/* line 231, app/assets/stylesheets/base-admin.css.scss */
.subnavbar .dropdown .dropdown-menu a {
  font-size: 12px;
}

/* line 236, app/assets/stylesheets/base-admin.css.scss */
.subnavbar .dropdown .dropdown-menu {
  text-align: left;
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  -moz-border-radius-topleft: 0;
  -moz-border-radius-topright: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 249, app/assets/stylesheets/base-admin.css.scss */
.subnavbar .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 261, app/assets/stylesheets/base-admin.css.scss */
.subnavbar .dropdown-menu::after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  position: absolute;
  top: -6px;
  left: 10px;
}

/* line 273, app/assets/stylesheets/base-admin.css.scss */
.subnavbar .caret {
  margin-top: 4px;
  border-top-color: white;
  border-bottom-color: white;
}

/* line 280, app/assets/stylesheets/base-admin.css.scss */
.subnavbar .dropdown.open .caret {
  display: none;
}

/*------------------------------------------------------------------
[4. Main / .main]
*/
/* line 292, app/assets/stylesheets/base-admin.css.scss */
.main {
  padding-bottom: 2em;
  border-bottom: 1px solid #000;
}

/*------------------------------------------------------------------
[5. Extra / .extra]
*/
/* line 304, app/assets/stylesheets/base-admin.css.scss */
.extra {
  border-top: 1px solid #585858;
  border-bottom: 1px solid #000;
}

/* line 311, app/assets/stylesheets/base-admin.css.scss */
.extra-inner {
  padding: 20px 0;
  font-size: 11px;
  color: #BBB;
  background: #1A1A1A;
}

/* line 320, app/assets/stylesheets/base-admin.css.scss */
.extra a {
  color: #666;
}

/* line 324, app/assets/stylesheets/base-admin.css.scss */
.extra h4 {
  margin-bottom: 1em;
  font-weight: 400;
}

/* line 330, app/assets/stylesheets/base-admin.css.scss */
.extra ul {
  padding: 0;
  margin: 0;
}

/* line 335, app/assets/stylesheets/base-admin.css.scss */
.extra li {
  margin-bottom: .6em;
  list-style: none;
}

/*------------------------------------------------------------------
[6. Footer/ .footer]
*/
/* line 348, app/assets/stylesheets/base-admin.css.scss */
.footer {
  margin-top: 0;
  border-top: 1px solid #292929;
}

/* line 354, app/assets/stylesheets/base-admin.css.scss */
.footer-inner {
  padding: 15px 0;
  font-size: 12px;
  background: #111;
  color: #999;
}

/* line 362, app/assets/stylesheets/base-admin.css.scss */
.footer a {
  color: #999;
}

/* line 366, app/assets/stylesheets/base-admin.css.scss */
.footer a:hover {
  color: #FFF;
  text-decoration: none;
}

/*------------------------------------------------------------------
[6. Widget / .widget]
*/
/* line 376, app/assets/stylesheets/base-admin.css.scss */
.widget {
  position: relative;
  clear: both;
  width: auto;
  margin-bottom: 2em;
  overflow: hidden;
}

/* line 388, app/assets/stylesheets/base-admin.css.scss */
.widget-header {
  position: relative;
  min-height: 40px;
  line-height: 40px;
  background: #E9E9E9;
  background: -moz-linear-gradient(top, #FAFAFA 0%, #E9E9E9 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FAFAFA), color-stop(100%, #E9E9E9));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #FAFAFA 0%, #E9E9E9 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #FAFAFA 0%, #E9E9E9 100%);
  /* Opera11.10+ */
  background: -ms-linear-gradient(top, #FAFAFA 0%, #E9E9E9 100%);
  /* IE10+ */
  background: linear-gradient(top, #FAFAFA 0%, #E9E9E9 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FAFAFA', endColorstr='#E9E9E9');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FAFAFA', endColorstr='#E9E9E9')";
  border: 1px solid #D5D5D5;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 4px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  -webkit-background-clip: padding-box;
}

/* line 418, app/assets/stylesheets/base-admin.css.scss */
.widget-header h3 {
  position: relative;
  top: 2px;
  left: 10px;
  display: inline-block;
  margin-right: 3em;
  font-size: 14px;
  font-weight: 800;
  color: #555;
  line-height: 18px;
  text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.5);
}

/* line 435, app/assets/stylesheets/base-admin.css.scss */
.widget-header [class^="icon-"], .widget-header [class*=" icon-"] {
  display: inline-block;
  margin-left: 13px;
  margin-right: -2px;
  font-size: 16px;
  color: #555;
  vertical-align: middle;
}

/* line 452, app/assets/stylesheets/base-admin.css.scss */
.widget-content {
  padding: 20px 15px 15px;
  background: #FFF;
  border: 1px solid #D5D5D5;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

/* line 465, app/assets/stylesheets/base-admin.css.scss */
.widget-header + .widget-content {
  border-top: none;
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  -moz-border-radius-topleft: 0;
  -moz-border-radius-topright: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 476, app/assets/stylesheets/base-admin.css.scss */
.widget-nopad .widget-content {
  padding: 0;
}

/* Widget Content Clearfix */
/* line 481, app/assets/stylesheets/base-admin.css.scss */
.widget-content:before,
.widget-content:after {
  content: "";
  display: table;
}

/* line 487, app/assets/stylesheets/base-admin.css.scss */
.widget-content:after {
  clear: both;
}

/* For IE 6/7 (trigger hasLayout) */
/* line 492, app/assets/stylesheets/base-admin.css.scss */
.widget-content {
  zoom: 1;
}

/* Widget Table */
/* line 498, app/assets/stylesheets/base-admin.css.scss */
.widget-table .widget-content {
  padding: 0;
}

/* line 502, app/assets/stylesheets/base-admin.css.scss */
.widget-table .table {
  margin-bottom: 0;
  border: none;
}

/* line 508, app/assets/stylesheets/base-admin.css.scss */
.widget-table .table tr td:first-child {
  border-left: none;
}

/* line 512, app/assets/stylesheets/base-admin.css.scss */
.widget-table .table tr th:first-child {
  border-left: none;
}

/* Widget Plain */
/* line 519, app/assets/stylesheets/base-admin.css.scss */
.widget-plain {
  background: transparent;
  border: none;
}

/* line 526, app/assets/stylesheets/base-admin.css.scss */
.widget-plain .widget-content {
  padding: 0;
  background: transparent;
  border: none;
}

/* Widget Box */
/* line 541, app/assets/stylesheets/base-admin.css.scss */
.widget-box .widget-content {
  background: #E3E3E3;
  background: #FFF;
}

/*------------------------------------------------------------------
[7. Error / .error-container]
*/
/* line 553, app/assets/stylesheets/base-admin.css.scss */
.error-container {
  margin-top: 4em;
  margin-bottom: 4em;
  text-align: center;
}

/* line 559, app/assets/stylesheets/base-admin.css.scss */
.error-container h1 {
  margin-bottom: .5em;
  font-size: 120px;
  line-height: 1em;
}

/* line 566, app/assets/stylesheets/base-admin.css.scss */
.error-container h2 {
  margin-bottom: .75em;
  font-size: 28px;
}

/* line 571, app/assets/stylesheets/base-admin.css.scss */
.error-container .error-details {
  margin-bottom: 1.5em;
  font-size: 16px;
}

/* line 577, app/assets/stylesheets/base-admin.css.scss */
.error-container .error-actions a {
  margin: 0 .5em;
}

/*------------------------------------------------------------------
[8. Miscellaneous]
*/
/* line 589, app/assets/stylesheets/base-admin.css.scss */
.chart-holder {
  width: 100%;
  height: 250px;
}

/*------------------------------------------------------------------

[Responsive Stylesheet]

	Project:		Base Admin Responsive
	Version:		1.0
	Last change:	05/21/2012
	Assigned to:	Rod Howard (rh)


[Table of contents]

	1. Max Width: 767px
	2. Max Width: 1200px
	3. Max Width: 979px

-------------------------------------------------------------------*/
/*------------------------------------------------------------------
[1. Max Width: 480px]
*/
@media (max-width: 480px) {
  /* line 28, app/assets/stylesheets/base-admin-responsive.css */
  .error-container h1 {
    font-size: 72px;
  }
}

/*------------------------------------------------------------------
[1. Max Width: 767px]
*/
@media (max-width: 767px) {
  /* line 44, app/assets/stylesheets/base-admin-responsive.css */
  #main {
    padding: 0 10px;
    margin-right: -20px;
    margin-left: -20px;
  }
  /* line 51, app/assets/stylesheets/base-admin-responsive.css */
  .subnavbar {
    margin-left: -20px;
    margin-right: -20px;
  }
  /* line 57, app/assets/stylesheets/base-admin-responsive.css */
  .subnavbar-inner {
    height: auto;
  }
  /* line 61, app/assets/stylesheets/base-admin-responsive.css */
  .subnavbar .container > ul {
    width: 100%;
    height: auto;
    border: none;
  }
  /* line 68, app/assets/stylesheets/base-admin-responsive.css */
  .subnavbar .container > ul > li {
    width: 33%;
    height: 70px;
    margin-bottom: 0;
    border: none;
  }
  /* line 78, app/assets/stylesheets/base-admin-responsive.css */
  .subnavbar .container > ul > li.active > a {
    font-size: 11px;
    background: transparent;
  }
  /* line 83, app/assets/stylesheets/base-admin-responsive.css */
  .subnavbar .container > ul > li > a > i {
    display: inline-block;
    margin-bottom: 0;
    font-size: 20px;
  }
  /* line 91, app/assets/stylesheets/base-admin-responsive.css */
  .subnavbar-open-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  /* line 96, app/assets/stylesheets/base-admin-responsive.css */
  .subnavbar-open-right .dropdown-menu:before {
    left: auto;
    right: 12px;
  }
  /* line 100, app/assets/stylesheets/base-admin-responsive.css */
  .subnavbar-open-right .dropdown-menu:after {
    left: auto;
    right: 13px;
  }
  /* line 105, app/assets/stylesheets/base-admin-responsive.css */
  .extra {
    margin-right: -20px;
    margin-left: -20px;
  }
  /* line 110, app/assets/stylesheets/base-admin-responsive.css */
  .extra .container {
    padding: 0 20px;
  }
  /* line 114, app/assets/stylesheets/base-admin-responsive.css */
  .footer {
    margin-right: -20px;
    margin-left: -20px;
  }
  /* line 119, app/assets/stylesheets/base-admin-responsive.css */
  .footer .container {
    padding: 0 20px;
  }
  /* line 123, app/assets/stylesheets/base-admin-responsive.css */
  .footer .footer-terms {
    text-align: left;
  }
  /* line 127, app/assets/stylesheets/base-admin-responsive.css */
  .footer .footer-terms a {
    margin-left: 0;
    margin-right: 1em;
  }
}

/*------------------------------------------------------------------
[3. Max Width: 979px]
*/
@media (max-width: 979px) {
  /* line 144, app/assets/stylesheets/base-admin-responsive.css */
  .navbar-fixed-top {
    position: static;
    margin-bottom: 0;
  }
  /* line 153, app/assets/stylesheets/base-admin-responsive.css */
  .subnavbar .container {
    width: auto;
  }
}

/*------------------------------------------------------------------
[2. Max Width: 1200px]
*/
@media (min-width: 1200px) {
  /* line 168, app/assets/stylesheets/base-admin-responsive.css */
  .navbar .search-query {
    width: 200px;
  }
}

/* line 1, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-wysihtml5-rails-0.3.3.8/vendor/assets/stylesheets/bootstrap-wysihtml5/bootstrap3-wysihtml5.css */
ul.wysihtml5-toolbar {
  margin: 0;
  padding: 0;
  display: block;
}

/* line 7, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-wysihtml5-rails-0.3.3.8/vendor/assets/stylesheets/bootstrap-wysihtml5/bootstrap3-wysihtml5.css */
ul.wysihtml5-toolbar::after {
  clear: both;
  display: table;
  content: "";
}

/* line 13, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-wysihtml5-rails-0.3.3.8/vendor/assets/stylesheets/bootstrap-wysihtml5/bootstrap3-wysihtml5.css */
ul.wysihtml5-toolbar > li {
  float: left;
  display: list-item;
  list-style: none;
  margin: 0 5px 10px 0;
}

/* line 20, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-wysihtml5-rails-0.3.3.8/vendor/assets/stylesheets/bootstrap-wysihtml5/bootstrap3-wysihtml5.css */
ul.wysihtml5-toolbar a[data-wysihtml5-command=bold] {
  font-weight: bold;
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-wysihtml5-rails-0.3.3.8/vendor/assets/stylesheets/bootstrap-wysihtml5/bootstrap3-wysihtml5.css */
ul.wysihtml5-toolbar a[data-wysihtml5-command=italic] {
  font-style: italic;
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-wysihtml5-rails-0.3.3.8/vendor/assets/stylesheets/bootstrap-wysihtml5/bootstrap3-wysihtml5.css */
ul.wysihtml5-toolbar a[data-wysihtml5-command=underline] {
  text-decoration: underline;
}

/* line 32, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-wysihtml5-rails-0.3.3.8/vendor/assets/stylesheets/bootstrap-wysihtml5/bootstrap3-wysihtml5.css */
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;
}

/* line 42, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-wysihtml5-rails-0.3.3.8/vendor/assets/stylesheets/bootstrap-wysihtml5/bootstrap3-wysihtml5.css */
ul.wysihtml5-commands-disabled .dropdown-menu {
  display: none !important;
}

/* line 46, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-wysihtml5-rails-0.3.3.8/vendor/assets/stylesheets/bootstrap-wysihtml5/bootstrap3-wysihtml5.css */
ul.wysihtml5-toolbar div.wysihtml5-colors {
  display: block;
  width: 50px;
  height: 20px;
  margin-top: 2px;
  margin-left: 5px;
  position: absolute;
  pointer-events: none;
}

/* line 56, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-wysihtml5-rails-0.3.3.8/vendor/assets/stylesheets/bootstrap-wysihtml5/bootstrap3-wysihtml5.css */
ul.wysihtml5-toolbar a.wysihtml5-colors-title {
  padding-left: 70px;
}

/* line 60, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-wysihtml5-rails-0.3.3.8/vendor/assets/stylesheets/bootstrap-wysihtml5/bootstrap3-wysihtml5.css */
ul.wysihtml5-toolbar div[data-wysihtml5-command-value="black"] {
  background: black !important;
}

/* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-wysihtml5-rails-0.3.3.8/vendor/assets/stylesheets/bootstrap-wysihtml5/bootstrap3-wysihtml5.css */
ul.wysihtml5-toolbar div[data-wysihtml5-command-value="silver"] {
  background: silver !important;
}

/* line 68, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-wysihtml5-rails-0.3.3.8/vendor/assets/stylesheets/bootstrap-wysihtml5/bootstrap3-wysihtml5.css */
ul.wysihtml5-toolbar div[data-wysihtml5-command-value="gray"] {
  background: gray !important;
}

/* line 72, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-wysihtml5-rails-0.3.3.8/vendor/assets/stylesheets/bootstrap-wysihtml5/bootstrap3-wysihtml5.css */
ul.wysihtml5-toolbar div[data-wysihtml5-command-value="maroon"] {
  background: maroon !important;
}

/* line 76, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-wysihtml5-rails-0.3.3.8/vendor/assets/stylesheets/bootstrap-wysihtml5/bootstrap3-wysihtml5.css */
ul.wysihtml5-toolbar div[data-wysihtml5-command-value="red"] {
  background: red !important;
}

/* line 80, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-wysihtml5-rails-0.3.3.8/vendor/assets/stylesheets/bootstrap-wysihtml5/bootstrap3-wysihtml5.css */
ul.wysihtml5-toolbar div[data-wysihtml5-command-value="purple"] {
  background: purple !important;
}

/* line 84, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-wysihtml5-rails-0.3.3.8/vendor/assets/stylesheets/bootstrap-wysihtml5/bootstrap3-wysihtml5.css */
ul.wysihtml5-toolbar div[data-wysihtml5-command-value="green"] {
  background: green !important;
}

/* line 88, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-wysihtml5-rails-0.3.3.8/vendor/assets/stylesheets/bootstrap-wysihtml5/bootstrap3-wysihtml5.css */
ul.wysihtml5-toolbar div[data-wysihtml5-command-value="olive"] {
  background: olive !important;
}

/* line 92, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-wysihtml5-rails-0.3.3.8/vendor/assets/stylesheets/bootstrap-wysihtml5/bootstrap3-wysihtml5.css */
ul.wysihtml5-toolbar div[data-wysihtml5-command-value="navy"] {
  background: navy !important;
}

/* line 96, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-wysihtml5-rails-0.3.3.8/vendor/assets/stylesheets/bootstrap-wysihtml5/bootstrap3-wysihtml5.css */
ul.wysihtml5-toolbar div[data-wysihtml5-command-value="blue"] {
  background: blue !important;
}

/* line 100, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-wysihtml5-rails-0.3.3.8/vendor/assets/stylesheets/bootstrap-wysihtml5/bootstrap3-wysihtml5.css */
ul.wysihtml5-toolbar div[data-wysihtml5-command-value="orange"] {
  background: orange !important;
}

/* line 104, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-wysihtml5-rails-0.3.3.8/vendor/assets/stylesheets/bootstrap-wysihtml5/bootstrap3-wysihtml5.css */
.glyphicon-quote:before {
  content: "\201C";
  font-family: Georgia, serif;
  font-size: 50px;
  position: absolute;
  top: -4px;
  left: -3px;
  max-height: 100%;
}

/* line 114, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-wysihtml5-rails-0.3.3.8/vendor/assets/stylesheets/bootstrap-wysihtml5/bootstrap3-wysihtml5.css */
.glyphicon-quote:after {
  content: "\0000a0";
}

/*  Font Awesome
    the iconic font designed for use with Twitter Bootstrap
    -------------------------------------------------------
    The full suite of pictographic icons, examples, and documentation
    can be found at: http://fortawesome.github.com/Font-Awesome/

    License
    -------------------------------------------------------
    The Font Awesome webfont, CSS, and LESS files are licensed under CC BY 3.0:
    http://creativecommons.org/licenses/by/3.0/ A mention of
    'Font Awesome - http://fortawesome.github.com/Font-Awesome' in human-readable
    source code is considered acceptable attribution (most common on the web).
    If human readable source code is not available to the end user, a mention in
    an 'About' or 'Credits' screen is considered acceptable (most common in desktop
    or mobile software).

    Contact
    -------------------------------------------------------
    Email: dave@davegandy.com
    Twitter: http://twitter.com/fortaweso_me
    Work: http://lemonwi.se co-founder

    */
@font-face {
  font-family: "FontAwesome";
  src: url(/../font/fontawesome-webfont.eot);
  src: url(/../font/fontawesome-webfont.eot?#iefix) format("eot"), url(/../font/fontawesome-webfont.woff) format("woff"), url(/../font/fontawesome-webfont.ttf) format("truetype"), url(/../font/fontawesome-webfont.svg#FontAwesome) format("svg");
  font-weight: normal;
  font-style: normal;
}

/* sprites.less reset */
/* line 32, app/assets/stylesheets/font-awesome.css */
[class^="icon-"], [class*=" icon-"] {
  display: inline;
  width: auto;
  height: auto;
  line-height: inherit;
  vertical-align: baseline;
  background-image: none;
  background-position: 0% 0%;
  background-repeat: repeat;
}

/* line 42, app/assets/stylesheets/font-awesome.css */
li[class^="icon-"], li[class*=" icon-"] {
  display: block;
}

/*  Font Awesome styles
    ------------------------------------------------------- */
/* line 47, app/assets/stylesheets/font-awesome.css */
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-decoration: inherit;
}

/* line 54, app/assets/stylesheets/font-awesome.css */
[class^="glyphicon-"]:before, [class*=" glyphicon-"]:before {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-decoration: inherit;
}

/* line 61, app/assets/stylesheets/font-awesome.css */
a [class^="icon-"], a [class*=" icon-"] {
  display: inline-block;
  text-decoration: inherit;
}

/* makes the font 33% larger relative to the icon container */
/* line 66, app/assets/stylesheets/font-awesome.css */
.icon-large:before {
  vertical-align: top;
  font-size: 1.3333333333333333em;
}

/* line 70, app/assets/stylesheets/font-awesome.css */
.btn [class^="icon-"], .btn [class*=" icon-"] {
  /* keeps button heights with and without icons the same */
  line-height: .9em;
}

/* line 75, app/assets/stylesheets/font-awesome.css */
li [class^="icon-"], li [class*=" icon-"] {
  display: inline-block;
  width: 1.25em;
  text-align: center;
}

/* line 80, app/assets/stylesheets/font-awesome.css */
li .icon-large[class^="icon-"], li .icon-large[class*=" icon-"] {
  /* 1.5 increased font size for icon-large * 1.25 width */
  width: 1.875em;
}

/* line 85, app/assets/stylesheets/font-awesome.css */
li[class^="icon-"], li[class*=" icon-"] {
  margin-left: 0;
  list-style-type: none;
}

/* line 89, app/assets/stylesheets/font-awesome.css */
li[class^="icon-"]:before, li[class*=" icon-"]:before {
  text-indent: -2em;
  text-align: center;
}

/* line 93, app/assets/stylesheets/font-awesome.css */
li.icon-large[class^="icon-"]:before, li.icon-large[class*=" icon-"]:before {
  text-indent: -1.3333333333333333em;
}

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

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

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

/* line 101, app/assets/stylesheets/font-awesome.css */
.icon-envelope:before {
  content: "\f003";
}

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

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

/* line 104, app/assets/stylesheets/font-awesome.css */
.icon-star-empty:before {
  content: "\f006";
}

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

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

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

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

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

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

/* line 111, app/assets/stylesheets/font-awesome.css */
.icon-ok:before {
  content: "\f00c";
}

/* line 112, app/assets/stylesheets/font-awesome.css */
.icon-remove:before {
  content: "\f00d";
}

/* line 113, app/assets/stylesheets/font-awesome.css */
.icon-zoom-in:before {
  content: "\f00e";
}

/* line 115, app/assets/stylesheets/font-awesome.css */
.icon-zoom-out:before {
  content: "\f010";
}

/* line 116, app/assets/stylesheets/font-awesome.css */
.icon-off:before {
  content: "\f011";
}

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

/* line 118, app/assets/stylesheets/font-awesome.css */
.icon-cog:before {
  content: "\f013";
}

/* line 119, app/assets/stylesheets/font-awesome.css */
.icon-trash:before {
  content: "\f014";
}

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

/* line 121, app/assets/stylesheets/font-awesome.css */
.icon-file:before {
  content: "\f016";
}

/* line 122, app/assets/stylesheets/font-awesome.css */
.icon-time:before {
  content: "\f017";
}

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

/* line 124, app/assets/stylesheets/font-awesome.css */
.icon-download-alt:before {
  content: "\f019";
}

/* line 125, app/assets/stylesheets/font-awesome.css */
.icon-download:before {
  content: "\f01a";
}

/* line 126, app/assets/stylesheets/font-awesome.css */
.icon-upload:before {
  content: "\f01b";
}

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

/* line 128, app/assets/stylesheets/font-awesome.css */
.icon-play-circle:before {
  content: "\f01d";
}

/* line 129, app/assets/stylesheets/font-awesome.css */
.icon-repeat:before {
  content: "\f01e";
}

/* \f020 doesn't work in Safari. all shifted one down */
/* line 132, app/assets/stylesheets/font-awesome.css */
.icon-refresh:before {
  content: "\f021";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 161, app/assets/stylesheets/font-awesome.css */
.icon-indent-left:before {
  content: "\f03b";
}

/* line 162, app/assets/stylesheets/font-awesome.css */
.icon-indent-right:before {
  content: "\f03c";
}

/* line 163, app/assets/stylesheets/font-awesome.css */
.glyphicon-indent-left:before {
  content: "\f03b";
}

/* line 164, app/assets/stylesheets/font-awesome.css */
.glyphicon-indent-right:before {
  content: "\f03c";
}

/* line 165, app/assets/stylesheets/font-awesome.css */
.icon-facetime-video:before {
  content: "\f03d";
}

/* line 166, app/assets/stylesheets/font-awesome.css */
.icon-picture:before {
  content: "\f03e";
}

/* line 167, app/assets/stylesheets/font-awesome.css */
.glyphicon-picture:before {
  content: "\f03e";
}

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

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

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

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

/* line 173, app/assets/stylesheets/font-awesome.css */
.icon-edit:before {
  content: "\f044";
}

/* line 174, app/assets/stylesheets/font-awesome.css */
.icon-share:before {
  content: "\f045";
}

/* line 175, app/assets/stylesheets/font-awesome.css */
.glyphicon-share:before {
  content: "\f045";
}

/* line 176, app/assets/stylesheets/font-awesome.css */
.icon-check:before {
  content: "\f046";
}

/* line 177, app/assets/stylesheets/font-awesome.css */
.icon-move:before {
  content: "\f047";
}

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

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

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

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

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

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

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

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

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

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

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

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

/* line 191, app/assets/stylesheets/font-awesome.css */
.icon-plus-sign:before {
  content: "\f055";
}

/* line 192, app/assets/stylesheets/font-awesome.css */
.icon-minus-sign:before {
  content: "\f056";
}

/* line 193, app/assets/stylesheets/font-awesome.css */
.icon-remove-sign:before {
  content: "\f057";
}

/* line 194, app/assets/stylesheets/font-awesome.css */
.icon-ok-sign:before {
  content: "\f058";
}

/* line 195, app/assets/stylesheets/font-awesome.css */
.icon-question-sign:before {
  content: "\f059";
}

/* line 196, app/assets/stylesheets/font-awesome.css */
.icon-info-sign:before {
  content: "\f05a";
}

/* line 197, app/assets/stylesheets/font-awesome.css */
.icon-screenshot:before {
  content: "\f05b";
}

/* line 198, app/assets/stylesheets/font-awesome.css */
.icon-remove-circle:before {
  content: "\f05c";
}

/* line 199, app/assets/stylesheets/font-awesome.css */
.icon-ok-circle:before {
  content: "\f05d";
}

/* line 200, app/assets/stylesheets/font-awesome.css */
.icon-ban-circle:before {
  content: "\f05e";
}

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

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

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

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

/* line 206, app/assets/stylesheets/font-awesome.css */
.icon-share-alt:before {
  content: "\f064";
}

/* line 207, app/assets/stylesheets/font-awesome.css */
.icon-resize-full:before {
  content: "\f065";
}

/* line 208, app/assets/stylesheets/font-awesome.css */
.icon-resize-small:before {
  content: "\f066";
}

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

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

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

/* line 212, app/assets/stylesheets/font-awesome.css */
.icon-exclamation-sign:before {
  content: "\f06a";
}

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

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

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

/* line 216, app/assets/stylesheets/font-awesome.css */
.icon-eye-open:before {
  content: "\f06e";
}

/* line 218, app/assets/stylesheets/font-awesome.css */
.icon-eye-close:before {
  content: "\f070";
}

/* line 219, app/assets/stylesheets/font-awesome.css */
.icon-warning-sign:before {
  content: "\f071";
}

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

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

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

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

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

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

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

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

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

/* line 229, app/assets/stylesheets/font-awesome.css */
.icon-folder-close:before {
  content: "\f07b";
}

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

/* line 231, app/assets/stylesheets/font-awesome.css */
.icon-resize-vertical:before {
  content: "\f07d";
}

/* line 232, app/assets/stylesheets/font-awesome.css */
.icon-resize-horizontal:before {
  content: "\f07e";
}

/* line 234, app/assets/stylesheets/font-awesome.css */
.icon-bar-chart:before {
  content: "\f080";
}

/* line 235, app/assets/stylesheets/font-awesome.css */
.icon-twitter-sign:before {
  content: "\f081";
}

/* line 236, app/assets/stylesheets/font-awesome.css */
.icon-facebook-sign:before {
  content: "\f082";
}

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

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

/* line 239, app/assets/stylesheets/font-awesome.css */
.icon-cogs:before {
  content: "\f085";
}

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

/* line 241, app/assets/stylesheets/font-awesome.css */
.icon-thumbs-up:before {
  content: "\f087";
}

/* line 242, app/assets/stylesheets/font-awesome.css */
.icon-thumbs-down:before {
  content: "\f088";
}

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

/* line 244, app/assets/stylesheets/font-awesome.css */
.icon-heart-empty:before {
  content: "\f08a";
}

/* line 245, app/assets/stylesheets/font-awesome.css */
.icon-signout:before {
  content: "\f08b";
}

/* line 246, app/assets/stylesheets/font-awesome.css */
.icon-linkedin-sign:before {
  content: "\f08c";
}

/* line 247, app/assets/stylesheets/font-awesome.css */
.icon-pushpin:before {
  content: "\f08d";
}

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

/* line 250, app/assets/stylesheets/font-awesome.css */
.icon-signin:before {
  content: "\f090";
}

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

/* line 252, app/assets/stylesheets/font-awesome.css */
.icon-github-sign:before {
  content: "\f092";
}

/* line 253, app/assets/stylesheets/font-awesome.css */
.icon-upload-alt:before {
  content: "\f093";
}

/* line 254, app/assets/stylesheets/font-awesome.css */
.icon-lemon:before {
  content: "\f094";
}

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

/* line 256, app/assets/stylesheets/font-awesome.css */
.icon-check-empty:before {
  content: "\f096";
}

/* line 257, app/assets/stylesheets/font-awesome.css */
.icon-bookmark-empty:before {
  content: "\f097";
}

/* line 258, app/assets/stylesheets/font-awesome.css */
.icon-phone-sign:before {
  content: "\f098";
}

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

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

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

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

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

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

/* line 266, app/assets/stylesheets/font-awesome.css */
.icon-hdd:before {
  content: "\f0a0";
}

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

/* line 268, app/assets/stylesheets/font-awesome.css */
.icon-bell:before {
  content: "\f0a2";
}

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

/* line 270, app/assets/stylesheets/font-awesome.css */
.icon-hand-right:before {
  content: "\f0a4";
}

/* line 271, app/assets/stylesheets/font-awesome.css */
.icon-hand-left:before {
  content: "\f0a5";
}

/* line 272, app/assets/stylesheets/font-awesome.css */
.icon-hand-up:before {
  content: "\f0a6";
}

/* line 273, app/assets/stylesheets/font-awesome.css */
.icon-hand-down:before {
  content: "\f0a7";
}

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

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

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

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

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

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

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

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

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

/* line 284, app/assets/stylesheets/font-awesome.css */
.icon-fullscreen:before {
  content: "\f0b2";
}

/* line 286, app/assets/stylesheets/font-awesome.css */
.icon-group:before {
  content: "\f0c0";
}

/* line 287, app/assets/stylesheets/font-awesome.css */
.icon-link:before {
  content: "\f0c1";
}

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

/* line 289, app/assets/stylesheets/font-awesome.css */
.icon-beaker:before {
  content: "\f0c3";
}

/* line 290, app/assets/stylesheets/font-awesome.css */
.icon-cut:before {
  content: "\f0c4";
}

/* line 291, app/assets/stylesheets/font-awesome.css */
.icon-copy:before {
  content: "\f0c5";
}

/* line 292, app/assets/stylesheets/font-awesome.css */
.icon-paper-clip:before {
  content: "\f0c6";
}

/* line 293, app/assets/stylesheets/font-awesome.css */
.icon-save:before {
  content: "\f0c7";
}

/* line 294, app/assets/stylesheets/font-awesome.css */
.icon-sign-blank:before {
  content: "\f0c8";
}

/* line 295, app/assets/stylesheets/font-awesome.css */
.icon-reorder:before {
  content: "\f0c9";
}

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

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

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

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

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

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

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

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

/* line 305, app/assets/stylesheets/font-awesome.css */
.icon-pinterest-sign:before {
  content: "\f0d3";
}

/* line 306, app/assets/stylesheets/font-awesome.css */
.icon-google-plus-sign:before {
  content: "\f0d4";
}

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

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

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

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

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

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

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

/* line 314, app/assets/stylesheets/font-awesome.css */
.icon-sort:before {
  content: "\f0dc";
}

/* line 315, app/assets/stylesheets/font-awesome.css */
.icon-sort-down:before {
  content: "\f0dd";
}

/* line 316, app/assets/stylesheets/font-awesome.css */
.icon-sort-up:before {
  content: "\f0de";
}

/* line 318, app/assets/stylesheets/font-awesome.css */
.icon-envelope-alt:before {
  content: "\f0e0";
}

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

/* line 320, app/assets/stylesheets/font-awesome.css */
.icon-undo:before {
  content: "\f0e2";
}

/* line 321, app/assets/stylesheets/font-awesome.css */
.icon-legal:before {
  content: "\f0e3";
}

/* line 322, app/assets/stylesheets/font-awesome.css */
.icon-dashboard:before {
  content: "\f0e4";
}

/* line 323, app/assets/stylesheets/font-awesome.css */
.icon-comment-alt:before {
  content: "\f0e5";
}

/* line 324, app/assets/stylesheets/font-awesome.css */
.icon-comments-alt:before {
  content: "\f0e6";
}

/* line 325, app/assets/stylesheets/font-awesome.css */
.icon-bolt:before {
  content: "\f0e7";
}

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

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

/* line 328, app/assets/stylesheets/font-awesome.css */
.icon-paste:before {
  content: "\f0ea";
}

/* line 330, app/assets/stylesheets/font-awesome.css */
.icon-user-md:before {
  content: "\f200";
}

/* line 1, ../../shared/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

/* line 7, ../../shared/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  user-select: none;
  -webkit-user-select: none;
}

/* line 14, ../../shared/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 21, ../../shared/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}

/* line 23, ../../shared/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

/* line 26, ../../shared/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none;
}

/* line 33, ../../shared/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 39, ../../shared/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container .select2-search--inline {
  float: left;
}

/* line 41, ../../shared/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}

/* line 47, ../../shared/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

/* line 50, ../../shared/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

/* line 61, ../../shared/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-results {
  display: block;
}

/* line 64, ../../shared/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 69, ../../shared/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none;
}

/* line 73, ../../shared/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-results__option[aria-selected] {
  cursor: pointer;
}

/* line 76, ../../shared/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--open .select2-dropdown {
  left: 0;
}

/* line 79, ../../shared/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 84, ../../shared/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 89, ../../shared/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-search--dropdown {
  display: block;
  padding: 4px;
}

/* line 92, ../../shared/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}

/* line 96, ../../shared/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

/* line 98, ../../shared/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-search--dropdown.select2-search--hide {
  display: none;
}

/* line 101, ../../shared/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

/* line 118, ../../shared/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

/* line 130, ../../shared/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}

/* line 134, ../../shared/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

/* line 137, ../../shared/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}

/* line 141, ../../shared/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

/* line 143, ../../shared/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

/* line 149, ../../shared/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

/* line 161, ../../shared/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

/* line 164, ../../shared/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}

/* line 168, ../../shared/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

/* line 171, ../../shared/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

/* line 174, ../../shared/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

/* line 178, ../../shared/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}

/* line 183, ../../shared/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}

/* line 189, ../../shared/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}

/* line 191, ../../shared/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
  padding: 1px;
}

/* line 198, ../../shared/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

/* line 207, ../../shared/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

/* line 213, ../../shared/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}

/* line 216, ../../shared/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right;
}

/* line 219, ../../shared/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

/* line 223, ../../shared/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

/* line 227, ../../shared/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}

/* line 231, ../../shared/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

/* line 235, ../../shared/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

/* line 238, ../../shared/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 242, ../../shared/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 246, ../../shared/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}

/* line 249, ../../shared/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}

/* line 256, ../../shared/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

/* line 260, ../../shared/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}

/* line 263, ../../shared/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}

/* line 266, ../../shared/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}

/* line 269, ../../shared/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

/* line 271, ../../shared/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

/* line 273, ../../shared/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

/* line 276, ../../shared/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

/* line 279, ../../shared/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

/* line 282, ../../shared/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

/* line 285, ../../shared/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

/* line 289, ../../shared/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white;
}

/* line 293, ../../shared/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

/* line 298, ../../shared/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

/* line 308, ../../shared/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}

/* line 310, ../../shared/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

/* line 313, ../../shared/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}

/* line 318, ../../shared/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

/* line 320, ../../shared/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
}

/* line 336, ../../shared/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

/* line 348, ../../shared/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

/* line 351, ../../shared/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}

/* line 360, ../../shared/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}

/* line 362, ../../shared/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}

/* line 365, ../../shared/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

/* line 369, ../../shared/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

/* line 379, ../../shared/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
}

/* line 389, ../../shared/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
}

/* line 395, ../../shared/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}

/* line 397, ../../shared/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}

/* line 401, ../../shared/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}

/* line 403, ../../shared/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

/* line 412, ../../shared/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

/* line 418, ../../shared/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}

/* line 421, ../../shared/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto;
}

/* line 426, ../../shared/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

/* line 430, ../../shared/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}

/* line 433, ../../shared/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 438, ../../shared/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 443, ../../shared/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}

/* line 447, ../../shared/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}

/* line 451, ../../shared/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent;
}

/* line 455, ../../shared/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}

/* line 458, ../../shared/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-dropdown--below {
  border-top: none;
}

/* line 461, ../../shared/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

/* line 465, ../../shared/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}

/* line 468, ../../shared/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}

/* line 471, ../../shared/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white;
}

/* line 475, ../../shared/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

/* line 480, ../../shared/bundle/ruby/3.2.0/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

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

/* line 15, app/assets/stylesheets/application.css.scss */
.form-horizontal .help-block {
  font-style: italic;
  font-size: 80%;
  margin-top: 4px !important;
}

/* line 21, app/assets/stylesheets/application.css.scss */
button.live_search {
  border-radius: 3px !important;
}

/* line 25, app/assets/stylesheets/application.css.scss */
.brand {
  padding: 0 !important;
}

/* line 29, app/assets/stylesheets/application.css.scss */
table .header {
  cursor: pointer;
}

/**
 * ALLINEAMENTO DEI RADIO BUTTON E DELLE CHECKBOX NEI FORM
 */
/*Disabilito i radio perche' esplode qualcosa*/
/* line 37, app/assets/stylesheets/application.css.scss */
form .checkbox {
  vertical-align: top !important;
  width: 200px !important;
  display: inline-block !important;
}

/* line 42, app/assets/stylesheets/application.css.scss */
.clip_button, .issuu_clip_button {
  display: block;
  float: left;
  clear: both;
  text-transform: none;
}

/* line 48, app/assets/stylesheets/application.css.scss */
#clip_button_message {
  display: inline-block;
  float: left;
  display: none;
  margin-left: 20px;
  text-transform: none;
}

/* line 55, app/assets/stylesheets/application.css.scss */
#issuu_clip_button_message {
  text-transform: none;
  display: none;
  float: none;
  display: block;
  clear: both;
  margin-left: 0;
  position: absolute;
  margin-top: 26px;
}

/* line 65, app/assets/stylesheets/application.css.scss */
th.issuu_code_th {
  min-width: 60px;
}

/* line 68, app/assets/stylesheets/application.css.scss */
th.issuu_code_th .zclip {
  position: relative !important;
  left: 0 !important;
  top: 0 !important;
}

/* line 73, app/assets/stylesheets/application.css.scss */
th.issuu_code_th .zclip embed {
  left: 0 !important;
  position: absolute;
}

/* line 77, app/assets/stylesheets/application.css.scss */
.issuu_clip_button {
  margin-bottom: 6px;
}

/* line 80, app/assets/stylesheets/application.css.scss */
#show_person_password, #hide_person_password {
  margin-bottom: 10px;
}

/* line 84, app/assets/stylesheets/application.css.scss */
form .add-on.calendar {
  cursor: pointer;
}

/**
 * Frecce di ordinamento in JS nelle tabelle
 */
/* line 90, app/assets/stylesheets/application.css.scss */
thead tr th.header {
  /*white-space: nowrap;*/
}

/* line 93, app/assets/stylesheets/application.css.scss */
thead tr th.header .sorter {
  width: 21px;
  height: 10px;
  display: inline-block;
  background-image: url(/assets/table_sort-9d9d54644c7b40b4c2bcb62db3e967a4fea92d5fbb35d4564111ef99aad44b9f.gif);
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
}

/* line 102, app/assets/stylesheets/application.css.scss */
thead tr th.headerSortUp .sorter {
  background-image: url(/assets/table_sort_up-dff0c122869c48afc3e6de0ad69595c598478375eba79c457a40f29407969340.gif);
}

/* line 105, app/assets/stylesheets/application.css.scss */
thead tr th.headerSortDown .sorter {
  background-image: url(/assets/table_sort_down-f79a1e432c73561b199307721fb9d3a7f607e1019bbfee72c783c57b8b2d9d85.gif);
}

/**
 * Frecce di ordinamento non JS nelle tabelle
 */
/* line 111, app/assets/stylesheets/application.css.scss */
th a .sorter {
  width: 21px;
  height: 10px;
  display: inline-block;
  background-image: url(/assets/table_sort-9d9d54644c7b40b4c2bcb62db3e967a4fea92d5fbb35d4564111ef99aad44b9f.gif);
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
}

/* line 120, app/assets/stylesheets/application.css.scss */
th a .sorter_desc {
  width: 21px;
  height: 10px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
  background-image: url(/assets/table_sort_up-dff0c122869c48afc3e6de0ad69595c598478375eba79c457a40f29407969340.gif);
}

/* line 129, app/assets/stylesheets/application.css.scss */
th a .sorter_asc {
  width: 21px;
  height: 10px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
  background-image: url(/assets/table_sort_down-f79a1e432c73561b199307721fb9d3a7f607e1019bbfee72c783c57b8b2d9d85.gif);
}

/* line 139, app/assets/stylesheets/application.css.scss */
#templates_modal img.example {
  padding: 2px;
  margin: 10px 0;
  border: 1px solid #ddd;
}

/* line 144, app/assets/stylesheets/application.css.scss */
#templates_modal textarea {
  width: 500px;
  height: 60px;
  font-size: 10px;
}

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

/* line 153, app/assets/stylesheets/application.css.scss */
#report, #report * {
  font-family: Arial,Helvetica Neue,Helvetica,sans-serif !important;
  line-height: 150%;
}
