/* line 1, ../../vendor/assets/stylesheets/lytebox.css */
#lbOverlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99997;
  width: 100%;
  height: 100%;
}

/* line 2, ../../vendor/assets/stylesheets/lytebox.css */
#lbOverlay.black {
  background-color: #000000;
}

/* line 3, ../../vendor/assets/stylesheets/lytebox.css */
#lbOverlay.grey {
  background-color: #000000;
}

/* line 4, ../../vendor/assets/stylesheets/lytebox.css */
#lbOverlay.red {
  background-color: #330000;
}

/* line 5, ../../vendor/assets/stylesheets/lytebox.css */
#lbOverlay.green {
  background-color: #003300;
}

/* line 6, ../../vendor/assets/stylesheets/lytebox.css */
#lbOverlay.blue {
  background-color: #011D50;
}

/* line 7, ../../vendor/assets/stylesheets/lytebox.css */
#lbOverlay.gold {
  background-color: #666600;
}

/* line 8, ../../vendor/assets/stylesheets/lytebox.css */
#lbOverlay.orange {
  background-color: #FFBB48;
}

/* line 10, ../../vendor/assets/stylesheets/lytebox.css */
#lbMain {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 99998;
  text-align: center;
  line-height: 0;
  display: -moz-inline-stack;
}

/* line 11, ../../vendor/assets/stylesheets/lytebox.css */
#lbMain a img {
  border: 1px solid #ffffff;
}

/* line 13, ../../vendor/assets/stylesheets/lytebox.css */
#lbOuterContainer {
  position: relative;
  background-color: #fff;
  width: 200px;
  height: 200px;
  margin: 0 auto;
}

/* line 14, ../../vendor/assets/stylesheets/lytebox.css */
#lbOuterContainer.black {
  border: 2px solid #CCCCCC;
  background-color: #000000;
}

/* line 15, ../../vendor/assets/stylesheets/lytebox.css */
#lbOuterContainer.grey {
  border: 2px solid #888888;
}

/* line 16, ../../vendor/assets/stylesheets/lytebox.css */
#lbOuterContainer.red {
  border: 2px solid #DD0000;
}

/* line 17, ../../vendor/assets/stylesheets/lytebox.css */
#lbOuterContainer.green {
  border: 2px solid #00B000;
}

/* line 18, ../../vendor/assets/stylesheets/lytebox.css */
#lbOuterContainer.blue {
  border: 2px solid #5F89D8;
}

/* line 19, ../../vendor/assets/stylesheets/lytebox.css */
#lbOuterContainer.gold {
  border: 2px solid #B0B000;
}

/* line 20, ../../vendor/assets/stylesheets/lytebox.css */
#lbOuterContainer.orange {
  border: 2px solid #D15211;
}

/* line 22, ../../vendor/assets/stylesheets/lytebox.css */
#lbTopContainer, #lbBottomContainer {
  font: 0.85em Verdana, Helvetica, sans-serif;
  background-color: #fff;
  width: 100%;
  line-height: 1.4em;
  font-size: 0.9em;
  overflow: hidden;
  margin: 0 auto;
  padding: 0;
  position: relative;
  z-index: 14;
  display: none;
}

/* line 26, ../../vendor/assets/stylesheets/lytebox.css */
#lbTopContainer {
  overflow: hidden;
  margin-top: 5px;
}

/* line 27, ../../vendor/assets/stylesheets/lytebox.css */
#lbTopContainer.black, #lbBottomContainer.black {
  background-color: #000000;
}

/* line 28, ../../vendor/assets/stylesheets/lytebox.css */
#lbTopContainer.grey, #lbTopContainer.red, #lbTopContainer.green, #lbTopContainer.blue, #lbTopContainer.gold, #lbTopContainer.orange,
#lbBottomContainer.grey, #lbBottomContainer.red, #lbBottomContainer.green, #lbBottomContainer.blue, #lbBottomContainer.gold, #lbBottomContainer.orange {
  background-color: #ffffff;
}

/* line 33, ../../vendor/assets/stylesheets/lytebox.css */
#lbImage, #lbIframe {
  border: none;
}

/* line 34, ../../vendor/assets/stylesheets/lytebox.css */
#lbImage.black, #lbIframe.black {
  border: 1px solid #CCCCCC;
}

/* line 35, ../../vendor/assets/stylesheets/lytebox.css */
#lbImage.grey, #lbIframe.grey {
  border: 1px solid #888888;
}

/* line 36, ../../vendor/assets/stylesheets/lytebox.css */
#lbImage.red, #lbIframe.red {
  border: 1px solid #DD0000;
}

/* line 37, ../../vendor/assets/stylesheets/lytebox.css */
#lbImage.green, #lbIframe.green {
  border: 1px solid #00B000;
}

/* line 38, ../../vendor/assets/stylesheets/lytebox.css */
#lbImage.blue, #lbIframe.blue {
  border: 1px solid #5F89D8;
}

/* line 39, ../../vendor/assets/stylesheets/lytebox.css */
#lbImage.gold, #lbIframe.gold {
  border: 1px solid #B0B000;
}

/* line 40, ../../vendor/assets/stylesheets/lytebox.css */
#lbImage.orange, #lbIframe.orange {
  border: 1px solid #D15211;
}

/* line 41, ../../vendor/assets/stylesheets/lytebox.css */
#lbImageContainer, #lbIframeContainer {
  padding: 10px;
  z-index: 12;
}

/* line 42, ../../vendor/assets/stylesheets/lytebox.css */
#lbLoading {
  height: 100%;
  width: 100%;
  margin-top: -10px;
  background: url("/assets/lytebox/loading_white.gif") center no-repeat;
}

/* line 46, ../../vendor/assets/stylesheets/lytebox.css */
#lbLoading.black {
  background: url("/assets/lytebox/loading_black.gif") center no-repeat;
}

/* line 48, ../../vendor/assets/stylesheets/lytebox.css */
#lbHoverNav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

/* line 49, ../../vendor/assets/stylesheets/lytebox.css */
#lbImageContainer > #lbHoverNav {
  left: 0;
}

/* line 50, ../../vendor/assets/stylesheets/lytebox.css */
#lbHoverNav a {
  outline: none;
}

/* line 52, ../../vendor/assets/stylesheets/lytebox.css */
#lbPrevHov {
  width: 48%;
  height: 100%;
  background: transparent url("/assets/lytebox/blank.gif") no-repeat;
  display: block;
  left: 0;
  float: left;
  margin-left: 3px;
  border: none !important;
}

/* line 53, ../../vendor/assets/stylesheets/lytebox.css */
#lbPrevHov.black:hover, #lbPrevHov.black:visited {
  background: url("/assets/lytebox/prev_black_t.png") left 30% no-repeat;
}

/* line 54, ../../vendor/assets/stylesheets/lytebox.css */
#lbPrevHov.grey:hover, #lbPrevHov.grey:visited {
  background: url("/assets/lytebox/prev_grey_t.png") left 30% no-repeat;
}

/* line 55, ../../vendor/assets/stylesheets/lytebox.css */
#lbPrevHov.red:hover, #lbPrevHov.red:visited {
  background: url("/assets/lytebox/prev_red_t.png") left 30% no-repeat;
}

/* line 56, ../../vendor/assets/stylesheets/lytebox.css */
#lbPrevHov.green:hover, #lbPrevHov.green:visited {
  background: url("/assets/lytebox/prev_green_t.png") left 30% no-repeat;
}

/* line 57, ../../vendor/assets/stylesheets/lytebox.css */
#lbPrevHov.blue:hover, #lbPrevHov.blue:visited {
  background: url("/assets/lytebox/prev_blue_t.png") left 30% no-repeat;
}

/* line 58, ../../vendor/assets/stylesheets/lytebox.css */
#lbPrevHov.gold:hover, #lbPrevHov.gold:visited {
  background: url("/assets/lytebox/prev_gold_t.png") left 30% no-repeat;
}

/* line 59, ../../vendor/assets/stylesheets/lytebox.css */
#lbPrevHov.orange:hover, #lbPrevHov.orange:visited {
  background: url("/assets/lytebox/prev_orange_t.png") left 30% no-repeat;
}

/* line 61, ../../vendor/assets/stylesheets/lytebox.css */
#lbNextHov {
  width: 48%;
  height: 100%;
  background: transparent url("/assets/lytebox/blank.gif") no-repeat;
  display: block;
  right: 0;
  float: right;
  margin-right: 3px;
  border: none !important;
}

/* line 62, ../../vendor/assets/stylesheets/lytebox.css */
#lbNextHov.black:hover, #lbNextHov.black:visited {
  background: url("/assets/lytebox/next_black_t.png") right 30% no-repeat;
}

/* line 63, ../../vendor/assets/stylesheets/lytebox.css */
#lbNextHov.grey:hover, #lbNextHov.grey:visited {
  background: url("/assets/lytebox/next_grey_t.png") right 30% no-repeat;
}

/* line 64, ../../vendor/assets/stylesheets/lytebox.css */
#lbNextHov.red:hover, #lbNextHov.red:visited {
  background: url("/assets/lytebox/next_red_t.png") right 30% no-repeat;
}

/* line 65, ../../vendor/assets/stylesheets/lytebox.css */
#lbNextHov.green:hover, #lbNextHov.green:visited {
  background: url("/assets/lytebox/next_green_t.png") right 30% no-repeat;
}

/* line 66, ../../vendor/assets/stylesheets/lytebox.css */
#lbNextHov.blue:hover, #lbNextHov.blue:visited {
  background: url("/assets/lytebox/next_blue_t.png") right 30% no-repeat;
}

/* line 67, ../../vendor/assets/stylesheets/lytebox.css */
#lbNextHov.gold:hover, #lbNextHov.gold:visited {
  background: url("/assets/lytebox/next_gold_t.png") right 30% no-repeat;
}

/* line 68, ../../vendor/assets/stylesheets/lytebox.css */
#lbNextHov.orange:hover, #lbNextHov.orange:visited {
  background: url("/assets/lytebox/next_orange_t.png") right 30% no-repeat;
}

/* line 70, ../../vendor/assets/stylesheets/lytebox.css */
#lbPrev, #lbPrevTop {
  width: 26px;
  height: 28px;
  float: right;
  margin: 0 0 1px 8px;
  border: none !important;
}

/* line 71, ../../vendor/assets/stylesheets/lytebox.css */
#lbPrev.black, #lbPrevTop.black {
  background: url("/assets/lytebox/prev_black.png") no-repeat;
}

/* line 72, ../../vendor/assets/stylesheets/lytebox.css */
#lbPrev.blackOff, #lbPrevTop.blackOff {
  background: url("/assets/lytebox/prev_black_off.png") no-repeat;
  cursor: default;
}

/* line 73, ../../vendor/assets/stylesheets/lytebox.css */
#lbPrev.grey, #lbPrevTop.grey {
  background: url("/assets/lytebox/prev_grey.png") no-repeat;
}

/* line 74, ../../vendor/assets/stylesheets/lytebox.css */
#lbPrev.greyOff, #lbPrevTop.greyOff {
  background: url("/assets/lytebox/prev_grey_off.png") no-repeat;
  cursor: default;
}

/* line 75, ../../vendor/assets/stylesheets/lytebox.css */
#lbPrev.red, #lbPrevTop.red {
  background: url("/assets/lytebox/prev_red.png") no-repeat;
}

/* line 76, ../../vendor/assets/stylesheets/lytebox.css */
#lbPrev.redOff, #lbPrevTop.redOff {
  background: url("/assets/lytebox/prev_red_off.png") no-repeat;
  cursor: default;
}

/* line 77, ../../vendor/assets/stylesheets/lytebox.css */
#lbPrev.green, #lbPrevTop.green {
  background: url("/assets/lytebox/prev_green.png") no-repeat;
}

/* line 78, ../../vendor/assets/stylesheets/lytebox.css */
#lbPrev.greenOff, #lbPrevTop.greenOff {
  background: url("/assets/lytebox/prev_green_off.png") no-repeat;
  cursor: default;
}

/* line 79, ../../vendor/assets/stylesheets/lytebox.css */
#lbPrev.blue, #lbPrevTop.blue {
  background: url("/assets/lytebox/prev_blue.png") no-repeat;
}

/* line 80, ../../vendor/assets/stylesheets/lytebox.css */
#lbPrev.blueOff, #lbPrevTop.blueOff {
  background: url("/assets/lytebox/prev_blue_off.png") no-repeat;
  cursor: default;
}

/* line 81, ../../vendor/assets/stylesheets/lytebox.css */
#lbPrev.gold, #lbPrevTop.gold {
  background: url("/assets/lytebox/prev_gold.png") no-repeat;
}

/* line 82, ../../vendor/assets/stylesheets/lytebox.css */
#lbPrev.goldOff, #lbPrevTop.goldOff {
  background: url("/assets/lytebox/prev_gold_off.png") no-repeat;
  cursor: default;
}

/* line 83, ../../vendor/assets/stylesheets/lytebox.css */
#lbPrev.orange, #lbPrevTop.orange {
  background: url("/assets/lytebox/prev_orange.png") no-repeat;
}

/* line 84, ../../vendor/assets/stylesheets/lytebox.css */
#lbPrev.orangeOff, #lbPrevTop.orangeOff {
  background: url("/assets/lytebox/prev_orange_off.png") no-repeat;
  cursor: default;
}

/* line 86, ../../vendor/assets/stylesheets/lytebox.css */
#lbNext, #lbNextTop {
  width: 26px;
  height: 28px;
  float: right;
  margin: 0 0 1px 8px;
  border: none !important;
}

/* line 87, ../../vendor/assets/stylesheets/lytebox.css */
#lbNext.black, #lbNextTop.black {
  background: url("/assets/lytebox/next_black.png") no-repeat;
}

/* line 88, ../../vendor/assets/stylesheets/lytebox.css */
#lbNext.blackOff, #lbNextTop.blackOff {
  background: url("/assets/lytebox/next_black_off.png") no-repeat;
  cursor: default;
}

/* line 89, ../../vendor/assets/stylesheets/lytebox.css */
#lbNext.grey, #lbNextTop.grey {
  background: url("/assets/lytebox/next_grey.png") no-repeat;
}

/* line 90, ../../vendor/assets/stylesheets/lytebox.css */
#lbNext.greyOff, #lbNextTop.greyOff {
  background: url("/assets/lytebox/next_grey_off.png") no-repeat;
  cursor: default;
}

/* line 91, ../../vendor/assets/stylesheets/lytebox.css */
#lbNext.red, #lbNextTop.red {
  background: url("/assets/lytebox/next_red.png") no-repeat;
}

/* line 92, ../../vendor/assets/stylesheets/lytebox.css */
#lbNext.redOff, #lbNextTop.redOff {
  background: url("/assets/lytebox/next_red_off.png") no-repeat;
  cursor: default;
}

/* line 93, ../../vendor/assets/stylesheets/lytebox.css */
#lbNext.green, #lbNextTop.green {
  background: url("/assets/lytebox/next_green.png") no-repeat;
}

/* line 94, ../../vendor/assets/stylesheets/lytebox.css */
#lbNext.greenOff, #lbNextTop.greenOff {
  background: url("/assets/lytebox/next_green_off.png") no-repeat;
  cursor: default;
}

/* line 95, ../../vendor/assets/stylesheets/lytebox.css */
#lbNext.blue, #lbNextTop.blue {
  background: url("/assets/lytebox/next_blue.png") no-repeat;
}

/* line 96, ../../vendor/assets/stylesheets/lytebox.css */
#lbNext.blueOff, #lbNextTop.blueOff {
  background: url("/assets/lytebox/next_blue_off.png") no-repeat;
  cursor: default;
}

/* line 97, ../../vendor/assets/stylesheets/lytebox.css */
#lbNext.gold, #lbNextTop.gold {
  background: url("/assets/lytebox/next_gold.png") no-repeat;
}

/* line 98, ../../vendor/assets/stylesheets/lytebox.css */
#lbNext.goldOff, #lbNextTop.goldOff {
  background: url("/assets/lytebox/next_gold_off.png") no-repeat;
  cursor: default;
}

/* line 99, ../../vendor/assets/stylesheets/lytebox.css */
#lbNext.orange, #lbNextTop.orange {
  background: url("/assets/lytebox/next_orange.png") no-repeat;
}

/* line 100, ../../vendor/assets/stylesheets/lytebox.css */
#lbNext.orangeOff, #lbNextTop.orangeOff {
  background: url("/assets/lytebox/next_orange_off.png") no-repeat;
  cursor: default;
}

/* line 102, ../../vendor/assets/stylesheets/lytebox.css */
#lbTopData, #lbBottomData {
  float: left;
  text-align: left;
  padding-left: 10px;
}

/* line 103, ../../vendor/assets/stylesheets/lytebox.css */
#lbBottomData {
  padding-bottom: 0.5em;
}

/* line 104, ../../vendor/assets/stylesheets/lytebox.css */
#lbBottomData.black, #lbTopData.black {
  color: #ffffff;
}

/* line 105, ../../vendor/assets/stylesheets/lytebox.css */
#lbBottomData.grey, #lbTopData.grey {
  color: #333333;
}

/* line 106, ../../vendor/assets/stylesheets/lytebox.css */
#lbBottomData.red, #lbTopData.red {
  color: #620000;
}

/* line 107, ../../vendor/assets/stylesheets/lytebox.css */
#lbBottomData.green, #lbTopData.green {
  color: #003300;
}

/* line 108, ../../vendor/assets/stylesheets/lytebox.css */
#lbBottomData.blue, #lbTopData.blue {
  color: #01379E;
}

/* line 109, ../../vendor/assets/stylesheets/lytebox.css */
#lbBottomData.gold, #lbTopData.gold {
  color: #666600;
}

/* line 110, ../../vendor/assets/stylesheets/lytebox.css */
#lbBottomData.orange, #lbTopData.orange {
  color: #D15211;
}

/* line 112, ../../vendor/assets/stylesheets/lytebox.css */
#lbTopNav, #lbBottomNav {
  float: right;
  text-align: right;
  padding-right: 10px;
}

/* line 113, ../../vendor/assets/stylesheets/lytebox.css */
#lbNumTop, #lbNumBottom {
  font-style: italic;
}

/* line 114, ../../vendor/assets/stylesheets/lytebox.css */
#lbDescBottom {
  display: block;
}

/* line 115, ../../vendor/assets/stylesheets/lytebox.css */
#lbTitleTop, #lbTopNav {
  margin-top: 0.3em;
}

/* line 116, ../../vendor/assets/stylesheets/lytebox.css */
#lbTitleTop, #lbTitleBottom {
  display: block;
  font-weight: bold;
}

/* line 118, ../../vendor/assets/stylesheets/lytebox.css */
#lbClose, #lbCloseTop {
  width: 26px;
  height: 28px;
  float: right;
  margin: 0 0 1px 8px;
  border: none !important;
}

/* line 119, ../../vendor/assets/stylesheets/lytebox.css */
#lbClose.black, #lbCloseTop.black {
  background: url("/assets/lytebox/close_black.png") no-repeat;
}

/* line 120, ../../vendor/assets/stylesheets/lytebox.css */
#lbClose.grey, #lbCloseTop.grey {
  background: url("/assets/lytebox/close_grey.png") no-repeat;
}

/* line 121, ../../vendor/assets/stylesheets/lytebox.css */
#lbClose.red, #lbCloseTop.red {
  background: url("/assets/lytebox/close_red.png") no-repeat;
}

/* line 122, ../../vendor/assets/stylesheets/lytebox.css */
#lbClose.green, #lbCloseTop.green {
  background: url("/assets/lytebox/close_green.png") no-repeat;
}

/* line 123, ../../vendor/assets/stylesheets/lytebox.css */
#lbClose.blue, #lbCloseTop.blue {
  background: url("/assets/lytebox/close_blue.png") no-repeat;
}

/* line 124, ../../vendor/assets/stylesheets/lytebox.css */
#lbClose.gold, #lbCloseTop.gold {
  background: url("/assets/lytebox/close_gold.png") no-repeat;
}

/* line 125, ../../vendor/assets/stylesheets/lytebox.css */
#lbClose.orange, #lbCloseTop.orange {
  background: url("/assets/lytebox/close_orange.png") no-repeat;
}

/* line 127, ../../vendor/assets/stylesheets/lytebox.css */
#lbPrint, #lbPrintTop {
  width: 26px;
  height: 28px;
  float: right;
  margin: 0 0 1px 8px;
  border: none !important;
}

/* line 128, ../../vendor/assets/stylesheets/lytebox.css */
#lbPrint.black, #lbPrintTop.black {
  background: url("/assets/lytebox/print_black.png") no-repeat;
}

/* line 129, ../../vendor/assets/stylesheets/lytebox.css */
#lbPrint.grey, #lbPrintTop.grey {
  background: url("/assets/lytebox/print_grey.png") no-repeat;
}

/* line 130, ../../vendor/assets/stylesheets/lytebox.css */
#lbPrint.red, #lbPrintTop.red {
  background: url("/assets/lytebox/print_red.png") no-repeat;
}

/* line 131, ../../vendor/assets/stylesheets/lytebox.css */
#lbPrint.green, #lbPrintTop.green {
  background: url("/assets/lytebox/print_green.png") no-repeat;
}

/* line 132, ../../vendor/assets/stylesheets/lytebox.css */
#lbPrint.blue, #lbPrintTop.blue {
  background: url("/assets/lytebox/print_blue.png") no-repeat;
}

/* line 133, ../../vendor/assets/stylesheets/lytebox.css */
#lbPrint.gold, #lbPrintTop.gold {
  background: url("/assets/lytebox/print_gold.png") no-repeat;
}

/* line 134, ../../vendor/assets/stylesheets/lytebox.css */
#lbPrint.orange, #lbPrintTop.orange {
  background: url("/assets/lytebox/print_orange.png") no-repeat;
}

/* line 136, ../../vendor/assets/stylesheets/lytebox.css */
#lbPlay, #lbPlayTop {
  width: 26px;
  height: 28px;
  float: right;
  margin: 0 0 1px 8px;
  border: none !important;
}

/* line 137, ../../vendor/assets/stylesheets/lytebox.css */
#lbPlay.black, #lbPlayTop.black {
  background: url("/assets/lytebox/play_black.png") no-repeat;
}

/* line 138, ../../vendor/assets/stylesheets/lytebox.css */
#lbPlay.grey, #lbPlayTop.grey {
  background: url("/assets/lytebox/play_grey.png") no-repeat;
}

/* line 139, ../../vendor/assets/stylesheets/lytebox.css */
#lbPlay.red, #lbPlayTop.red {
  background: url("/assets/lytebox/play_red.png") no-repeat;
}

/* line 140, ../../vendor/assets/stylesheets/lytebox.css */
#lbPlay.green, #lbPlayTop.green {
  background: url("/assets/lytebox/play_green.png") no-repeat;
}

/* line 141, ../../vendor/assets/stylesheets/lytebox.css */
#lbPlay.blue, #lbPlayTop.blue {
  background: url("/assets/lytebox/play_blue.png") no-repeat;
}

/* line 142, ../../vendor/assets/stylesheets/lytebox.css */
#lbPlay.gold, #lbPlayTop.gold {
  background: url("/assets/lytebox/play_gold.png") no-repeat;
}

/* line 143, ../../vendor/assets/stylesheets/lytebox.css */
#lbPlay.orange, #lbPlayTop.orange {
  background: url("/assets/lytebox/play_orange.png") no-repeat;
}

/* line 145, ../../vendor/assets/stylesheets/lytebox.css */
#lbPause, #lbPauseTop {
  width: 26px;
  height: 28px;
  float: right;
  margin: 0 0 1px 8px;
  border: none !important;
}

/* line 146, ../../vendor/assets/stylesheets/lytebox.css */
#lbPause.black, #lbPauseTop.black {
  background: url("/assets/lytebox/pause_black.png") no-repeat;
}

/* line 147, ../../vendor/assets/stylesheets/lytebox.css */
#lbPause.grey, #lbPauseTop.grey {
  background: url("/assets/lytebox/pause_grey.png") no-repeat;
}

/* line 148, ../../vendor/assets/stylesheets/lytebox.css */
#lbPause.red, #lbPauseTop.red {
  background: url("/assets/lytebox/pause_red.png") no-repeat;
}

/* line 149, ../../vendor/assets/stylesheets/lytebox.css */
#lbPause.green, #lbPauseTop.green {
  background: url("/assets/lytebox/pause_green.png") no-repeat;
}

/* line 150, ../../vendor/assets/stylesheets/lytebox.css */
#lbPause.blue, #lbPauseTop.blue {
  background: url("/assets/lytebox/pause_blue.png") no-repeat;
}

/* line 151, ../../vendor/assets/stylesheets/lytebox.css */
#lbPause.gold, #lbPauseTop.gold {
  background: url("/assets/lytebox/pause_gold.png") no-repeat;
}

/* line 152, ../../vendor/assets/stylesheets/lytebox.css */
#lbPause.orange, #lbPauseTop.orange {
  background: url("/assets/lytebox/pause_orange.png") no-repeat;
}

/* Some extra padding on the bottom buttons so it's not too close to the border. */
/* line 155, ../../vendor/assets/stylesheets/lytebox.css */
#lbClose, #lbPrint, #lbPlay, #lbPause {
  margin: 0 0 6px 8px;
}

/* Lytetip */
/* line 158, ../../vendor/assets/stylesheets/lytebox.css */
* html a:hover {
  background: transparent;
}

/* line 160, ../../vendor/assets/stylesheets/lytebox.css */
.lytetip {
  outline: none;
  border-bottom: 1px dotted;
  z-index: 24;
  text-decoration: none;
}

/* line 161, ../../vendor/assets/stylesheets/lytebox.css */
.lytetip span {
  color: #000000;
  position: absolute;
  top: 2em;
  left: 0;
  padding: 0.5em 0.8em;
  font: 10pt "Trebuchet MS", Arial, Helvetica, sans-serif !important;
  background: #F4F5FB;
  border: 1px solid #888888;
  border-radius: 5px 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -webkit-box-shadow: 1px 2px 3px 0px #949494;
  -moz-box-shadow: 1px 2px 3px 0px #949494;
  box-shadow: 1px 2px 3px 0px #949494;
  width: 240px;
  opacity: 0.95;
  text-align: left;
  display: none;
}

/* line 177, ../../vendor/assets/stylesheets/lytebox.css */
.lytetip:hover {
  z-index: 25;
  color: #aaaaff;
  background: transparent;
  text-decoration: none;
}

/* line 178, ../../vendor/assets/stylesheets/lytebox.css */
.lytetip:hover span {
  display: block;
}

/* line 179, ../../vendor/assets/stylesheets/lytebox.css */
.lytetip:hover em {
  font-size: 1.2em;
  font-weight: bold;
  display: block;
  padding: 0 0 0.6em 0;
}

/* line 180, ../../vendor/assets/stylesheets/lytebox.css */
.lytetip:hover .lbTipImg {
  border: 0;
  margin: -20px 0 0 -36px;
  float: left;
  position: absolute;
  height: 32px;
  width: 32px;
}

/* line 181, ../../vendor/assets/stylesheets/lytebox.css */
.lbErrorImg {
  background: url("/assets/lytebox/error.png");
}

/* line 182, ../../vendor/assets/stylesheets/lytebox.css */
.lbInfoImg {
  background: url("/assets/lytebox/info.png");
}

/* line 183, ../../vendor/assets/stylesheets/lytebox.css */
.lbHelpImg {
  background: url("/assets/lytebox/help.png");
}

/* line 184, ../../vendor/assets/stylesheets/lytebox.css */
.lbWarningImg {
  background: url("/assets/lytebox/warning.png");
}

/* line 185, ../../vendor/assets/stylesheets/lytebox.css */
span.lbCustom {
  padding: 0.5em 0.8em 0.5em 1.5em !important;
}

/* line 186, ../../vendor/assets/stylesheets/lytebox.css */
span.lbIEFix {
  padding: 0.5em 0.8em !important;
}

/* line 187, ../../vendor/assets/stylesheets/lytebox.css */
.lytetip .lbError {
  background: #FFE7D7;
  border: 1px solid #FF3334;
}

/* line 188, ../../vendor/assets/stylesheets/lytebox.css */
.lytetip .lbInfo, .lytetip .lbHelp {
  background: #D2EEF7;
  border: 1px solid #2BB0D7;
}

/* line 189, ../../vendor/assets/stylesheets/lytebox.css */
.lytetip .lbWarning {
  background: #FFFFAA;
  border: 1px solid #FFAD33;
}

/*
 * jQuery UI CSS Framework 1.8.16
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 */
/* Layout helpers
----------------------------------*/
/* line 14, ../../vendor/assets/stylesheets/jquery-ui.css */
.ui-helper-hidden {
  display: none;
}

/* line 15, ../../vendor/assets/stylesheets/jquery-ui.css */
.ui-helper-hidden-accessible {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
}

/* line 16, ../../vendor/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 17, ../../vendor/assets/stylesheets/jquery-ui.css */
.ui-helper-clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/* line 18, ../../vendor/assets/stylesheets/jquery-ui.css */
.ui-helper-clearfix {
  display: inline-block;
}

/* required comment for clearfix to work in Opera \*/
/* line 20, ../../vendor/assets/stylesheets/jquery-ui.css */
* html .ui-helper-clearfix {
  height: 1%;
}

/* line 21, ../../vendor/assets/stylesheets/jquery-ui.css */
.ui-helper-clearfix {
  display: block;
}

/* end clearfix */
/* line 23, ../../vendor/assets/stylesheets/jquery-ui.css */
.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
}

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

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

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

/*
 * jQuery UI CSS Framework 1.8.16
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Lucida%20Grande,%20Lucida%20Sans,%20Arial,%20sans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=5px&bgColorHeader=5c9ccc&bgTextureHeader=12_gloss_wave.png&bgImgOpacityHeader=55&borderColorHeader=4297d7&fcHeader=ffffff&iconColorHeader=d8e7f3&bgColorContent=fcfdfd&bgTextureContent=06_inset_hard.png&bgImgOpacityContent=100&borderColorContent=a6c9e2&fcContent=222222&iconColorContent=469bdd&bgColorDefault=dfeffc&bgTextureDefault=02_glass.png&bgImgOpacityDefault=85&borderColorDefault=c5dbec&fcDefault=2e6e9e&iconColorDefault=6da8d5&bgColorHover=d0e5f5&bgTextureHover=02_glass.png&bgImgOpacityHover=75&borderColorHover=79b7e7&fcHover=1d5987&iconColorHover=217bc0&bgColorActive=f5f8f9&bgTextureActive=06_inset_hard.png&bgImgOpacityActive=100&borderColorActive=79b7e7&fcActive=e17009&iconColorActive=f9bd01&bgColorHighlight=fbec88&bgTextureHighlight=01_flat.png&bgImgOpacityHighlight=55&borderColorHighlight=fad42e&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=02_glass.png&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=01_flat.png&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=01_flat.png&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
 */
/* Component containers
----------------------------------*/
/* line 60, ../../vendor/assets/stylesheets/jquery-ui.css */
.ui-widget {
  font-family: Lucida Grande, Lucida Sans, Arial, sans-serif;
  font-size: 1.1em;
}

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

/* line 62, ../../vendor/assets/stylesheets/jquery-ui.css */
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
  font-family: Lucida Grande, Lucida Sans, Arial, sans-serif;
  font-size: 1em;
}

/* line 63, ../../vendor/assets/stylesheets/jquery-ui.css */
.ui-widget-content {
  border: 1px solid #a6c9e2;
  background: #fcfdfd url(/assets/jquery-ui/ui-bg_inset-hard_100_fcfdfd_1x100.png) 50% bottom repeat-x;
  color: #222222;
}

/* line 64, ../../vendor/assets/stylesheets/jquery-ui.css */
.ui-widget-content a {
  color: #222222;
}

/* line 65, ../../vendor/assets/stylesheets/jquery-ui.css */
.ui-widget-header {
  border: 1px solid #4297d7;
  background: #5c9ccc url(/assets/jquery-ui/ui-bg_gloss-wave_55_5c9ccc_500x100.png) 50% 50% repeat-x;
  color: #ffffff;
  font-weight: bold;
}

/* line 66, ../../vendor/assets/stylesheets/jquery-ui.css */
.ui-widget-header a {
  color: #ffffff;
}

/* Interaction states
----------------------------------*/
/* line 70, ../../vendor/assets/stylesheets/jquery-ui.css */
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
  border: 1px solid #c5dbec;
  background: #dfeffc url(/assets/jquery-ui/ui-bg_glass_85_dfeffc_1x400.png) 50% 50% repeat-x;
  font-weight: bold;
  color: #2e6e9e;
}

/* line 71, ../../vendor/assets/stylesheets/jquery-ui.css */
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
  color: #2e6e9e;
  text-decoration: none;
}

/* line 72, ../../vendor/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 {
  border: 1px solid #79b7e7;
  background: #d0e5f5 url(/assets/jquery-ui/ui-bg_glass_75_d0e5f5_1x400.png) 50% 50% repeat-x;
  font-weight: bold;
  color: #1d5987;
}

/* line 73, ../../vendor/assets/stylesheets/jquery-ui.css */
.ui-state-hover a, .ui-state-hover a:hover {
  color: #1d5987;
  text-decoration: none;
}

/* line 74, ../../vendor/assets/stylesheets/jquery-ui.css */
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
  border: 1px solid #79b7e7;
  background: #f5f8f9 url(/assets/jquery-ui/ui-bg_inset-hard_100_f5f8f9_1x100.png) 50% 50% repeat-x;
  font-weight: bold;
  color: #e17009;
}

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

/* line 76, ../../vendor/assets/stylesheets/jquery-ui.css */
.ui-widget :active {
  outline: none;
}

/* Interaction Cues
----------------------------------*/
/* line 80, ../../vendor/assets/stylesheets/jquery-ui.css */
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
  border: 1px solid #fad42e;
  background: #fbec88 url(/assets/jquery-ui/ui-bg_flat_55_fbec88_40x100.png) 50% 50% repeat-x;
  color: #363636;
}

/* line 81, ../../vendor/assets/stylesheets/jquery-ui.css */
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a, .ui-widget-header .ui-state-highlight a {
  color: #363636;
}

/* line 82, ../../vendor/assets/stylesheets/jquery-ui.css */
.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {
  border: 1px solid #cd0a0a;
  background: #fef1ec url(/assets/jquery-ui/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x;
  color: #cd0a0a;
}

/* line 83, ../../vendor/assets/stylesheets/jquery-ui.css */
.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a {
  color: #cd0a0a;
}

/* line 84, ../../vendor/assets/stylesheets/jquery-ui.css */
.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text {
  color: #cd0a0a;
}

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

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

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

/* Icons
----------------------------------*/
/* states and images */
/* line 93, ../../vendor/assets/stylesheets/jquery-ui.css */
.ui-icon {
  width: 16px;
  height: 16px;
  background-image: url(/assets/jquery-ui/ui-icons_469bdd_256x240.png);
}

/* line 94, ../../vendor/assets/stylesheets/jquery-ui.css */
.ui-widget-content .ui-icon {
  background-image: url(/assets/jquery-ui/ui-icons_469bdd_256x240.png);
}

/* line 95, ../../vendor/assets/stylesheets/jquery-ui.css */
.ui-widget-header .ui-icon {
  background-image: url(/assets/jquery-ui/ui-icons_d8e7f3_256x240.png);
}

/* line 96, ../../vendor/assets/stylesheets/jquery-ui.css */
.ui-state-default .ui-icon {
  background-image: url(/assets/jquery-ui/ui-icons_6da8d5_256x240.png);
}

/* line 97, ../../vendor/assets/stylesheets/jquery-ui.css */
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {
  background-image: url(/assets/jquery-ui/ui-icons_217bc0_256x240.png);
}

/* line 98, ../../vendor/assets/stylesheets/jquery-ui.css */
.ui-state-active .ui-icon {
  background-image: url(/assets/jquery-ui/ui-icons_f9bd01_256x240.png);
}

/* line 99, ../../vendor/assets/stylesheets/jquery-ui.css */
.ui-state-highlight .ui-icon {
  background-image: url(/assets/jquery-ui/ui-icons_2e83ff_256x240.png);
}

/* line 100, ../../vendor/assets/stylesheets/jquery-ui.css */
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {
  background-image: url(/assets/jquery-ui/ui-icons_cd0a0a_256x240.png);
}

/* positioning */
/* line 103, ../../vendor/assets/stylesheets/jquery-ui.css */
.ui-icon-carat-1-n {
  background-position: 0 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 229, ../../vendor/assets/stylesheets/jquery-ui.css */
.ui-icon-radio-off {
  background-position: -96px -144px;
}

/* line 230, ../../vendor/assets/stylesheets/jquery-ui.css */
.ui-icon-radio-on {
  background-position: -112px -144px;
}

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

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

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

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

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

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

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

/* line 238, ../../vendor/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 240, ../../vendor/assets/stylesheets/jquery-ui.css */
.ui-icon-seek-first {
  background-position: -80px -160px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Misc visuals
----------------------------------*/
/* Corner radius */
/* line 284, ../../vendor/assets/stylesheets/jquery-ui.css */
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
  -moz-border-radius-topleft: 5px;
  -webkit-border-top-left-radius: 5px;
  -khtml-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
}

/* line 285, ../../vendor/assets/stylesheets/jquery-ui.css */
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
  -moz-border-radius-topright: 5px;
  -webkit-border-top-right-radius: 5px;
  -khtml-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
}

/* line 286, ../../vendor/assets/stylesheets/jquery-ui.css */
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -khtml-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

/* line 287, ../../vendor/assets/stylesheets/jquery-ui.css */
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -khtml-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

/* Overlays */
/* line 290, ../../vendor/assets/stylesheets/jquery-ui.css */
.ui-widget-overlay {
  background: #aaaaaa url(/assets/jquery-ui/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
  opacity: .30;
  filter: Alpha(Opacity=30);
}

/* line 291, ../../vendor/assets/stylesheets/jquery-ui.css */
.ui-widget-shadow {
  margin: -8px 0 0 -8px;
  padding: 8px;
  background: #aaaaaa url(/assets/jquery-ui/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
  opacity: .30;
  filter: Alpha(Opacity=30);
  -moz-border-radius: 8px;
  -khtml-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}

                                                                                                                                                                                                                                                                                                /*
* jQuery UI Resizable 1.8.16
*
* Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT or GPL Version 2 licenses.
* http://jquery.org/license
*
* http://docs.jquery.com/UI/Resizable#theming
*/
/* line 300, ../../vendor/assets/stylesheets/jquery-ui.css */
.ui-resizable {
  position: relative;
}

/* line 301, ../../vendor/assets/stylesheets/jquery-ui.css */
.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  z-index: 99999;
  display: block;
}

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

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

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

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

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

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

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

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

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

                                                                                      /*
* jQuery UI Selectable 1.8.16
*
* Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT or GPL Version 2 licenses.
* http://jquery.org/license
*
* http://docs.jquery.com/UI/Selectable#theming
*/
/* line 319, ../../vendor/assets/stylesheets/jquery-ui.css */
.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted black;
}

/*
 * jQuery UI Accordion 1.8.16
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Accordion#theming
 */
/* IE/Win - Fix animation bug - #4615 */
/* line 330, ../../vendor/assets/stylesheets/jquery-ui.css */
.ui-accordion {
  width: 100%;
}

/* line 331, ../../vendor/assets/stylesheets/jquery-ui.css */
.ui-accordion .ui-accordion-header {
  cursor: pointer;
  position: relative;
  margin-top: 1px;
  zoom: 1;
}

/* line 332, ../../vendor/assets/stylesheets/jquery-ui.css */
.ui-accordion .ui-accordion-li-fix {
  display: inline;
}

/* line 333, ../../vendor/assets/stylesheets/jquery-ui.css */
.ui-accordion .ui-accordion-header-active {
  border-bottom: 0 !important;
}

/* line 334, ../../vendor/assets/stylesheets/jquery-ui.css */
.ui-accordion .ui-accordion-header a {
  display: block;
  font-size: 1em;
  padding: .5em .5em .5em .7em;
}

/* line 335, ../../vendor/assets/stylesheets/jquery-ui.css */
.ui-accordion-icons .ui-accordion-header a {
  padding-left: 2.2em;
}

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

/* line 337, ../../vendor/assets/stylesheets/jquery-ui.css */
.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  margin-top: -2px;
  position: relative;
  top: 1px;
  margin-bottom: 2px;
  overflow: auto;
  display: none;
  zoom: 1;
}

/* line 338, ../../vendor/assets/stylesheets/jquery-ui.css */
.ui-accordion .ui-accordion-content-active {
  display: block;
}

/*
 * jQuery UI Autocomplete 1.8.16
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Autocomplete#theming
 */
/* line 348, ../../vendor/assets/stylesheets/jquery-ui.css */
.ui-autocomplete {
  position: absolute;
  cursor: default;
}

/* workarounds */
/* line 351, ../../vendor/assets/stylesheets/jquery-ui.css */
* html .ui-autocomplete {
  width: 1px;
}

/* without this, the menu expands to 100% in IE6 */
/*
 * jQuery UI Menu 1.8.16
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Menu#theming
 */
/* line 362, ../../vendor/assets/stylesheets/jquery-ui.css */
.ui-menu {
  list-style: none;
  padding: 2px;
  margin: 0;
  display: block;
  float: left;
}

/* line 369, ../../vendor/assets/stylesheets/jquery-ui.css */
.ui-menu .ui-menu {
  margin-top: -3px;
}

/* line 372, ../../vendor/assets/stylesheets/jquery-ui.css */
.ui-menu .ui-menu-item {
  margin: 0;
  padding: 0;
  zoom: 1;
  float: left;
  clear: left;
  width: 100%;
}

/* line 380, ../../vendor/assets/stylesheets/jquery-ui.css */
.ui-menu .ui-menu-item a {
  text-decoration: none;
  display: block;
  padding: .2em .4em;
  line-height: 1.5;
  zoom: 1;
}

/* line 387, ../../vendor/assets/stylesheets/jquery-ui.css */
.ui-menu .ui-menu-item a.ui-state-hover,
.ui-menu .ui-menu-item a.ui-state-active {
  font-weight: normal;
  margin: -1px;
}

/*
 * jQuery UI Button 1.8.16
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Button#theming
 */
/* line 401, ../../vendor/assets/stylesheets/jquery-ui.css */
.ui-button {
  display: inline-block;
  position: relative;
  padding: 0;
  margin-right: .1em;
  text-decoration: none !important;
  cursor: pointer;
  text-align: center;
  zoom: 1;
  overflow: visible;
}

/* the overflow property removes extra width in IE */
/* line 402, ../../vendor/assets/stylesheets/jquery-ui.css */
.ui-button-icon-only {
  width: 2.2em;
}

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

/* button elements seem to need a little more width */
/* line 404, ../../vendor/assets/stylesheets/jquery-ui.css */
.ui-button-icons-only {
  width: 3.4em;
}

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

/*button text element */
/* line 408, ../../vendor/assets/stylesheets/jquery-ui.css */
.ui-button .ui-button-text {
  display: block;
  line-height: 1.4;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

/* workarounds */
/* line 429, ../../vendor/assets/stylesheets/jquery-ui.css */
button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* reset extra padding in Firefox */
/*
 * jQuery UI Dialog 1.8.16
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Dialog#theming
 */
/* line 439, ../../vendor/assets/stylesheets/jquery-ui.css */
.ui-dialog {
  position: absolute;
  padding: .2em;
  width: 300px;
  overflow: hidden;
}

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

/* line 441, ../../vendor/assets/stylesheets/jquery-ui.css */
.ui-dialog .ui-dialog-title {
  float: left;
  margin: .1em 16px .1em 0;
}

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

/* line 443, ../../vendor/assets/stylesheets/jquery-ui.css */
.ui-dialog .ui-dialog-titlebar-close span {
  display: block;
  margin: 1px;
}

/* line 444, ../../vendor/assets/stylesheets/jquery-ui.css */
.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus {
  padding: 0;
}

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

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

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

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

/* line 449, ../../vendor/assets/stylesheets/jquery-ui.css */
.ui-dialog .ui-resizable-se {
  width: 14px;
  height: 14px;
  right: 3px;
  bottom: 3px;
}

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

/*
 * jQuery UI Slider 1.8.16
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Slider#theming
 */
/* line 460, ../../vendor/assets/stylesheets/jquery-ui.css */
.ui-slider {
  position: relative;
  text-align: left;
}

/* line 461, ../../vendor/assets/stylesheets/jquery-ui.css */
.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
}

/* line 462, ../../vendor/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;
}

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

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

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

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

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

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

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

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

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

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

                                                   /*
* jQuery UI Tabs 1.8.16
*
* Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT or GPL Version 2 licenses.
* http://jquery.org/license
*
* http://docs.jquery.com/UI/Tabs#theming
*/
/* line 483, ../../vendor/assets/stylesheets/jquery-ui.css */
.ui-tabs {
  position: relative;
  padding: .2em;
  zoom: 1;
}

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

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

/* line 486, ../../vendor/assets/stylesheets/jquery-ui.css */
.ui-tabs .ui-tabs-nav li a {
  float: left;
  padding: .5em 1em;
  text-decoration: none;
}

/* line 487, ../../vendor/assets/stylesheets/jquery-ui.css */
.ui-tabs .ui-tabs-nav li.ui-tabs-selected {
  margin-bottom: 0;
  padding-bottom: 1px;
}

/* line 488, ../../vendor/assets/stylesheets/jquery-ui.css */
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a {
  cursor: text;
}

/* line 489, ../../vendor/assets/stylesheets/jquery-ui.css */
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a {
  cursor: pointer;
}

/* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
/* line 490, ../../vendor/assets/stylesheets/jquery-ui.css */
.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: none;
}

/* line 491, ../../vendor/assets/stylesheets/jquery-ui.css */
.ui-tabs .ui-tabs-hide {
  display: none !important;
}

/*
 * jQuery UI Datepicker 1.8.16
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Datepicker#theming
 */
/* line 501, ../../vendor/assets/stylesheets/jquery-ui.css */
.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none;
}

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

/* line 503, ../../vendor/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 504, ../../vendor/assets/stylesheets/jquery-ui.css */
.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
}

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

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

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

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

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

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

/* line 512, ../../vendor/assets/stylesheets/jquery-ui.css */
.ui-datepicker select.ui-datepicker-month-year {
  width: 100%;
}

/* line 513, ../../vendor/assets/stylesheets/jquery-ui.css */
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 49%;
}

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

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

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

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

/* line 519, ../../vendor/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 520, ../../vendor/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 521, ../../vendor/assets/stylesheets/jquery-ui.css */
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 544, ../../vendor/assets/stylesheets/jquery-ui.css */
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}

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

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

/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
/* line 549, ../../vendor/assets/stylesheets/jquery-ui.css */
.ui-datepicker-cover {
  display: none;
  /*sorry for IE5*/
  display/**/: block;
  /*sorry for IE5*/
  position: absolute;
  /*must have*/
  z-index: -1;
  /*must have*/
  filter: mask();
  /*must have*/
  top: -4px;
  /*must have*/
  left: -4px;
  /*must have*/
  width: 200px;
  /*must have*/
  height: 200px;
  /*must have*/
}

/*
* jQuery UI Progressbar 1.8.16
*
* Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT or GPL Version 2 licenses.
* http://jquery.org/license
*
* http://docs.jquery.com/UI/Progressbar#theming
*/
/* line 568, ../../vendor/assets/stylesheets/jquery-ui.css */
.ui-progressbar {
  height: 2em;
  text-align: left;
}

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

/* -----------------------------------------------------------------------


 Blueprint CSS Framework 1.0.1
 http://blueprintcss.org

   * Copyright (c) 2007-Present. See LICENSE for more info.
   * See README for instructions on how to use Blueprint.
   * For credits and origins, see AUTHORS.
   * This is a compressed file. See the sources in the 'src' directory.

----------------------------------------------------------------------- */
/* reset.css */
/* line 17, ../../vendor/assets/stylesheets/screen.css */
html {
  margin: 0;
  padding: 0;
  border: 0;
}

/* line 18, ../../vendor/assets/stylesheets/screen.css */
body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, nav, section {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* line 19, ../../vendor/assets/stylesheets/screen.css */
article, aside, details, figcaption, figure, dialog, footer, header, hgroup, menu, nav, section {
  display: block;
}

/* line 20, ../../vendor/assets/stylesheets/screen.css */
body {
  line-height: 1.5;
  background: white;
}

/* line 21, ../../vendor/assets/stylesheets/screen.css */
table {
  border-collapse: separate;
  border-spacing: 0;
}

/* line 22, ../../vendor/assets/stylesheets/screen.css */
caption, th, td {
  text-align: left;
  font-weight: normal;
  float: none !important;
}

/* line 23, ../../vendor/assets/stylesheets/screen.css */
table, th, td {
  vertical-align: middle;
}

/* line 24, ../../vendor/assets/stylesheets/screen.css */
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
}

/* line 25, ../../vendor/assets/stylesheets/screen.css */
blockquote, q {
  quotes: "" "";
}

/* line 26, ../../vendor/assets/stylesheets/screen.css */
a img {
  border: none;
}

/* line 27, ../../vendor/assets/stylesheets/screen.css */
:focus {
  outline: 0;
}

/* typography.css */
/* line 30, ../../vendor/assets/stylesheets/screen.css */
html {
  font-size: 100.01%;
}

/* line 31, ../../vendor/assets/stylesheets/screen.css */
body {
  font-size: 75%;
  color: #222;
  background: #fff;
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
}

/* line 32, ../../vendor/assets/stylesheets/screen.css */
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  color: #111;
}

/* line 33, ../../vendor/assets/stylesheets/screen.css */
h1 {
  font-size: 3em;
  line-height: 1;
  margin-bottom: 0.5em;
}

/* line 34, ../../vendor/assets/stylesheets/screen.css */
h2 {
  font-size: 2em;
  margin-bottom: 0.75em;
}

/* line 35, ../../vendor/assets/stylesheets/screen.css */
h3 {
  font-size: 1.5em;
  line-height: 1;
  margin-bottom: 1em;
}

/* line 36, ../../vendor/assets/stylesheets/screen.css */
h4 {
  font-size: 1.2em;
  line-height: 1.25;
  margin-bottom: 1.25em;
}

/* line 37, ../../vendor/assets/stylesheets/screen.css */
h5 {
  font-size: 1em;
  font-weight: bold;
  margin-bottom: 1.5em;
}

/* line 38, ../../vendor/assets/stylesheets/screen.css */
h6 {
  font-size: 1em;
  font-weight: bold;
}

/* line 39, ../../vendor/assets/stylesheets/screen.css */
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {
  margin: 0;
}

/* line 40, ../../vendor/assets/stylesheets/screen.css */
p {
  margin: 0 0 1.5em;
}

/* line 41, ../../vendor/assets/stylesheets/screen.css */
.left {
  float: left !important;
}

/* line 42, ../../vendor/assets/stylesheets/screen.css */
p .left {
  margin: 1.5em 1.5em 1.5em 0;
  padding: 0;
}

/* line 43, ../../vendor/assets/stylesheets/screen.css */
.right {
  float: right !important;
}

/* line 44, ../../vendor/assets/stylesheets/screen.css */
p .right {
  margin: 1.5em 0 1.5em 1.5em;
  padding: 0;
}

/* line 45, ../../vendor/assets/stylesheets/screen.css */
a:focus, a:hover {
  color: #09f;
}

/* line 46, ../../vendor/assets/stylesheets/screen.css */
a {
  color: #06c;
  text-decoration: underline;
}

/* line 47, ../../vendor/assets/stylesheets/screen.css */
blockquote {
  margin: 1.5em;
  color: #666;
  font-style: italic;
}

/* line 48, ../../vendor/assets/stylesheets/screen.css */
strong, dfn {
  font-weight: bold;
}

/* line 49, ../../vendor/assets/stylesheets/screen.css */
em, dfn {
  font-style: normal;
}

/* line 50, ../../vendor/assets/stylesheets/screen.css */
sup, sub {
  line-height: 0;
}

/* line 51, ../../vendor/assets/stylesheets/screen.css */
abbr, acronym {
  border-bottom: 1px dotted #666;
}

/* line 52, ../../vendor/assets/stylesheets/screen.css */
address {
  margin: 0 0 1.5em;
  font-style: italic;
}

/* line 53, ../../vendor/assets/stylesheets/screen.css */
del {
  color: #666;
}

/* line 54, ../../vendor/assets/stylesheets/screen.css */
pre {
  margin: 1.5em 0;
  white-space: pre;
}

/* line 55, ../../vendor/assets/stylesheets/screen.css */
pre, code, tt {
  font: 1em 'andale mono', 'lucida console', monospace;
  line-height: 1.5;
}

/* line 56, ../../vendor/assets/stylesheets/screen.css */
li ul, li ol {
  margin: 0;
}

/* line 57, ../../vendor/assets/stylesheets/screen.css */
ul, ol {
  margin: 0 1.5em 1.5em 0;
  padding-left: 1.5em;
}

/* line 58, ../../vendor/assets/stylesheets/screen.css */
ul {
  list-style-type: disc;
}

/* line 59, ../../vendor/assets/stylesheets/screen.css */
ol {
  list-style-type: decimal;
}

/* line 60, ../../vendor/assets/stylesheets/screen.css */
dl {
  margin: 0 0 1.5em 0;
}

/* line 61, ../../vendor/assets/stylesheets/screen.css */
dl dt {
  font-weight: bold;
}

/* line 62, ../../vendor/assets/stylesheets/screen.css */
dd {
  margin-left: 1.5em;
}

/* line 63, ../../vendor/assets/stylesheets/screen.css */
table {
  margin-bottom: 1.4em;
  width: 100%;
}

/* line 64, ../../vendor/assets/stylesheets/screen.css */
th {
  font-weight: bold;
}

/* line 65, ../../vendor/assets/stylesheets/screen.css */
thead th {
  background: #c3d9ff;
}

/* line 66, ../../vendor/assets/stylesheets/screen.css */
th, td, caption {
  padding: 4px 10px 4px 5px;
}

/* line 67, ../../vendor/assets/stylesheets/screen.css */
tbody tr:nth-child(even) td, tbody tr.even td {
  background: #e5ecf9;
}

/* line 68, ../../vendor/assets/stylesheets/screen.css */
tfoot {
  font-style: italic;
}

/* line 69, ../../vendor/assets/stylesheets/screen.css */
caption {
  background: #eee;
}

/* line 70, ../../vendor/assets/stylesheets/screen.css */
.small {
  font-size: .8em;
  margin-bottom: 1.875em;
  line-height: 1.875em;
}

/* line 71, ../../vendor/assets/stylesheets/screen.css */
.large {
  font-size: 1.2em;
  line-height: 2.5em;
  margin-bottom: 1.25em;
}

/* line 72, ../../vendor/assets/stylesheets/screen.css */
.hide {
  display: none;
}

/* line 73, ../../vendor/assets/stylesheets/screen.css */
.quiet {
  color: #666;
}

/* line 74, ../../vendor/assets/stylesheets/screen.css */
.loud {
  color: #000;
}

/* line 75, ../../vendor/assets/stylesheets/screen.css */
.highlight {
  background: #ff0;
}

/* line 76, ../../vendor/assets/stylesheets/screen.css */
.added {
  background: #060;
  color: #fff;
}

/* line 77, ../../vendor/assets/stylesheets/screen.css */
.removed {
  background: #900;
  color: #fff;
}

/* line 78, ../../vendor/assets/stylesheets/screen.css */
.first {
  margin-left: 0;
  padding-left: 0;
}

/* line 79, ../../vendor/assets/stylesheets/screen.css */
.last {
  margin-right: 0;
  padding-right: 0;
}

/* line 80, ../../vendor/assets/stylesheets/screen.css */
.top {
  margin-top: 0;
  padding-top: 0;
}

/* line 81, ../../vendor/assets/stylesheets/screen.css */
.bottom {
  margin-bottom: 0;
  padding-bottom: 0;
}

/* forms.css */
/* line 84, ../../vendor/assets/stylesheets/screen.css */
label {
  font-weight: bold;
}

/* line 85, ../../vendor/assets/stylesheets/screen.css */
fieldset {
  padding: 0 1.4em 1.4em 1.4em;
  margin: 0 0 1.5em 0;
  border: 1px solid #ccc;
}

/* line 86, ../../vendor/assets/stylesheets/screen.css */
legend {
  font-weight: bold;
  font-size: 1.2em;
  margin-top: -0.2em;
  margin-bottom: 1em;
}

/* line 87, ../../vendor/assets/stylesheets/screen.css */
fieldset, #IE8#HACK {
  padding-top: 1.4em;
}

/* line 88, ../../vendor/assets/stylesheets/screen.css */
legend, #IE8#HACK {
  margin-top: 0;
  margin-bottom: 0;
}

/* line 89, ../../vendor/assets/stylesheets/screen.css */
input[type=text], input[type=password], input[type=url], input[type=email], input.text, input.title, textarea {
  background-color: #fff;
  border: 1px solid #bbb;
  color: #000;
}

/* line 90, ../../vendor/assets/stylesheets/screen.css */
input[type=text]:focus, input[type=password]:focus, input[type=url]:focus, input[type=email]:focus, input.text:focus, input.title:focus, textarea:focus {
  border-color: #666;
}

/* line 91, ../../vendor/assets/stylesheets/screen.css */
select {
  background-color: #fff;
  border-width: 1px;
  border-style: solid;
}

/* line 92, ../../vendor/assets/stylesheets/screen.css */
input[type=text], input[type=password], input[type=url], input[type=email], input.text, input.title, textarea, select {
  margin: 0.5em 0;
}

/* line 93, ../../vendor/assets/stylesheets/screen.css */
input.text, input.title {
  width: 300px;
  padding: 5px;
}

/* line 94, ../../vendor/assets/stylesheets/screen.css */
input.title {
  font-size: 1.5em;
}

/* line 95, ../../vendor/assets/stylesheets/screen.css */
textarea {
  width: 390px;
  height: 250px;
  padding: 5px;
}

/* line 96, ../../vendor/assets/stylesheets/screen.css */
form.inline {
  line-height: 3;
}

/* line 97, ../../vendor/assets/stylesheets/screen.css */
form.inline p {
  margin-bottom: 0;
}

/* line 98, ../../vendor/assets/stylesheets/screen.css */
.error, .alert, .notice, .success, .info {
  padding: 0.8em;
  margin-bottom: 1em;
  border: 2px solid #ddd;
}

/* line 99, ../../vendor/assets/stylesheets/screen.css */
.error, .alert {
  background: #fbe3e4;
  color: #8a1f11;
  border-color: #fbc2c4;
}

/* line 100, ../../vendor/assets/stylesheets/screen.css */
.notice {
  background: #fff6bf;
  color: #514721;
  border-color: #ffd324;
}

/* line 101, ../../vendor/assets/stylesheets/screen.css */
.success {
  background: #e6efc2;
  color: #264409;
  border-color: #c6d880;
}

/* line 102, ../../vendor/assets/stylesheets/screen.css */
.info {
  background: #d5edf8;
  color: #205791;
  border-color: #92cae4;
}

/* line 103, ../../vendor/assets/stylesheets/screen.css */
.error a, .alert a {
  color: #8a1f11;
}

/* line 104, ../../vendor/assets/stylesheets/screen.css */
.notice a {
  color: #514721;
}

/* line 105, ../../vendor/assets/stylesheets/screen.css */
.success a {
  color: #264409;
}

/* line 106, ../../vendor/assets/stylesheets/screen.css */
.info a {
  color: #205791;
}

/* grid.css */
/* line 109, ../../vendor/assets/stylesheets/screen.css */
.container {
  width: 950px;
  margin: 0 auto;
}

/* line 110, ../../vendor/assets/stylesheets/screen.css */
.showgrid {
  background: url(src/grid.png);
}

/* line 111, ../../vendor/assets/stylesheets/screen.css */
.column, .span-1, .span-2, .span-3, .span-4, .span-5, .span-6, .span-7, .span-8, .span-9, .span-10, .span-11, .span-12, .span-13, .span-14, .span-15, .span-16, .span-17, .span-18, .span-19, .span-20, .span-21, .span-22, .span-23, .span-24 {
  float: left;
  margin-right: 10px;
}

/* line 112, ../../vendor/assets/stylesheets/screen.css */
.last {
  margin-right: 0;
}

/* line 113, ../../vendor/assets/stylesheets/screen.css */
.span-1 {
  width: 30px;
}

/* line 114, ../../vendor/assets/stylesheets/screen.css */
.span-2 {
  width: 70px;
}

/* line 115, ../../vendor/assets/stylesheets/screen.css */
.span-3 {
  width: 110px;
}

/* line 116, ../../vendor/assets/stylesheets/screen.css */
.span-4 {
  width: 150px;
}

/* line 117, ../../vendor/assets/stylesheets/screen.css */
.span-5 {
  width: 190px;
}

/* line 118, ../../vendor/assets/stylesheets/screen.css */
.span-6 {
  width: 230px;
}

/* line 119, ../../vendor/assets/stylesheets/screen.css */
.span-7 {
  width: 270px;
}

/* line 120, ../../vendor/assets/stylesheets/screen.css */
.span-8 {
  width: 310px;
}

/* line 121, ../../vendor/assets/stylesheets/screen.css */
.span-9 {
  width: 350px;
}

/* line 122, ../../vendor/assets/stylesheets/screen.css */
.span-10 {
  width: 390px;
}

/* line 123, ../../vendor/assets/stylesheets/screen.css */
.span-11 {
  width: 430px;
}

/* line 124, ../../vendor/assets/stylesheets/screen.css */
.span-12 {
  width: 470px;
}

/* line 125, ../../vendor/assets/stylesheets/screen.css */
.span-13 {
  width: 510px;
}

/* line 126, ../../vendor/assets/stylesheets/screen.css */
.span-14 {
  width: 550px;
}

/* line 127, ../../vendor/assets/stylesheets/screen.css */
.span-15 {
  width: 590px;
}

/* line 128, ../../vendor/assets/stylesheets/screen.css */
.span-16 {
  width: 630px;
}

/* line 129, ../../vendor/assets/stylesheets/screen.css */
.span-17 {
  width: 670px;
}

/* line 130, ../../vendor/assets/stylesheets/screen.css */
.span-18 {
  width: 710px;
}

/* line 131, ../../vendor/assets/stylesheets/screen.css */
.span-19 {
  width: 750px;
}

/* line 132, ../../vendor/assets/stylesheets/screen.css */
.span-20 {
  width: 790px;
}

/* line 133, ../../vendor/assets/stylesheets/screen.css */
.span-21 {
  width: 830px;
}

/* line 134, ../../vendor/assets/stylesheets/screen.css */
.span-22 {
  width: 870px;
}

/* line 135, ../../vendor/assets/stylesheets/screen.css */
.span-23 {
  width: 910px;
}

/* line 136, ../../vendor/assets/stylesheets/screen.css */
.span-24 {
  width: 950px;
  margin-right: 0;
}

/* line 137, ../../vendor/assets/stylesheets/screen.css */
input.span-1, textarea.span-1, input.span-2, textarea.span-2, input.span-3, textarea.span-3, input.span-4, textarea.span-4, input.span-5, textarea.span-5, input.span-6, textarea.span-6, input.span-7, textarea.span-7, input.span-8, textarea.span-8, input.span-9, textarea.span-9, input.span-10, textarea.span-10, input.span-11, textarea.span-11, input.span-12, textarea.span-12, input.span-13, textarea.span-13, input.span-14, textarea.span-14, input.span-15, textarea.span-15, input.span-16, textarea.span-16, input.span-17, textarea.span-17, input.span-18, textarea.span-18, input.span-19, textarea.span-19, input.span-20, textarea.span-20, input.span-21, textarea.span-21, input.span-22, textarea.span-22, input.span-23, textarea.span-23, input.span-24, textarea.span-24 {
  border-left-width: 1px;
  border-right-width: 1px;
  padding-left: 5px;
  padding-right: 5px;
}

/* line 138, ../../vendor/assets/stylesheets/screen.css */
input.span-1, textarea.span-1 {
  width: 18px;
}

/* line 139, ../../vendor/assets/stylesheets/screen.css */
input.span-2, textarea.span-2 {
  width: 58px;
}

/* line 140, ../../vendor/assets/stylesheets/screen.css */
input.span-3, textarea.span-3 {
  width: 98px;
}

/* line 141, ../../vendor/assets/stylesheets/screen.css */
input.span-4, textarea.span-4 {
  width: 138px;
}

/* line 142, ../../vendor/assets/stylesheets/screen.css */
input.span-5, textarea.span-5 {
  width: 178px;
}

/* line 143, ../../vendor/assets/stylesheets/screen.css */
input.span-6, textarea.span-6 {
  width: 218px;
}

/* line 144, ../../vendor/assets/stylesheets/screen.css */
input.span-7, textarea.span-7 {
  width: 258px;
}

/* line 145, ../../vendor/assets/stylesheets/screen.css */
input.span-8, textarea.span-8 {
  width: 298px;
}

/* line 146, ../../vendor/assets/stylesheets/screen.css */
input.span-9, textarea.span-9 {
  width: 338px;
}

/* line 147, ../../vendor/assets/stylesheets/screen.css */
input.span-10, textarea.span-10 {
  width: 378px;
}

/* line 148, ../../vendor/assets/stylesheets/screen.css */
input.span-11, textarea.span-11 {
  width: 418px;
}

/* line 149, ../../vendor/assets/stylesheets/screen.css */
input.span-12, textarea.span-12 {
  width: 458px;
}

/* line 150, ../../vendor/assets/stylesheets/screen.css */
input.span-13, textarea.span-13 {
  width: 498px;
}

/* line 151, ../../vendor/assets/stylesheets/screen.css */
input.span-14, textarea.span-14 {
  width: 538px;
}

/* line 152, ../../vendor/assets/stylesheets/screen.css */
input.span-15, textarea.span-15 {
  width: 578px;
}

/* line 153, ../../vendor/assets/stylesheets/screen.css */
input.span-16, textarea.span-16 {
  width: 618px;
}

/* line 154, ../../vendor/assets/stylesheets/screen.css */
input.span-17, textarea.span-17 {
  width: 658px;
}

/* line 155, ../../vendor/assets/stylesheets/screen.css */
input.span-18, textarea.span-18 {
  width: 698px;
}

/* line 156, ../../vendor/assets/stylesheets/screen.css */
input.span-19, textarea.span-19 {
  width: 738px;
}

/* line 157, ../../vendor/assets/stylesheets/screen.css */
input.span-20, textarea.span-20 {
  width: 778px;
}

/* line 158, ../../vendor/assets/stylesheets/screen.css */
input.span-21, textarea.span-21 {
  width: 818px;
}

/* line 159, ../../vendor/assets/stylesheets/screen.css */
input.span-22, textarea.span-22 {
  width: 858px;
}

/* line 160, ../../vendor/assets/stylesheets/screen.css */
input.span-23, textarea.span-23 {
  width: 898px;
}

/* line 161, ../../vendor/assets/stylesheets/screen.css */
input.span-24, textarea.span-24 {
  width: 938px;
}

/* line 162, ../../vendor/assets/stylesheets/screen.css */
.append-1 {
  padding-right: 40px;
}

/* line 163, ../../vendor/assets/stylesheets/screen.css */
.append-2 {
  padding-right: 80px;
}

/* line 164, ../../vendor/assets/stylesheets/screen.css */
.append-3 {
  padding-right: 120px;
}

/* line 165, ../../vendor/assets/stylesheets/screen.css */
.append-4 {
  padding-right: 160px;
}

/* line 166, ../../vendor/assets/stylesheets/screen.css */
.append-5 {
  padding-right: 200px;
}

/* line 167, ../../vendor/assets/stylesheets/screen.css */
.append-6 {
  padding-right: 240px;
}

/* line 168, ../../vendor/assets/stylesheets/screen.css */
.append-7 {
  padding-right: 280px;
}

/* line 169, ../../vendor/assets/stylesheets/screen.css */
.append-8 {
  padding-right: 320px;
}

/* line 170, ../../vendor/assets/stylesheets/screen.css */
.append-9 {
  padding-right: 360px;
}

/* line 171, ../../vendor/assets/stylesheets/screen.css */
.append-10 {
  padding-right: 400px;
}

/* line 172, ../../vendor/assets/stylesheets/screen.css */
.append-11 {
  padding-right: 440px;
}

/* line 173, ../../vendor/assets/stylesheets/screen.css */
.append-12 {
  padding-right: 480px;
}

/* line 174, ../../vendor/assets/stylesheets/screen.css */
.append-13 {
  padding-right: 520px;
}

/* line 175, ../../vendor/assets/stylesheets/screen.css */
.append-14 {
  padding-right: 560px;
}

/* line 176, ../../vendor/assets/stylesheets/screen.css */
.append-15 {
  padding-right: 600px;
}

/* line 177, ../../vendor/assets/stylesheets/screen.css */
.append-16 {
  padding-right: 640px;
}

/* line 178, ../../vendor/assets/stylesheets/screen.css */
.append-17 {
  padding-right: 680px;
}

/* line 179, ../../vendor/assets/stylesheets/screen.css */
.append-18 {
  padding-right: 720px;
}

/* line 180, ../../vendor/assets/stylesheets/screen.css */
.append-19 {
  padding-right: 760px;
}

/* line 181, ../../vendor/assets/stylesheets/screen.css */
.append-20 {
  padding-right: 800px;
}

/* line 182, ../../vendor/assets/stylesheets/screen.css */
.append-21 {
  padding-right: 840px;
}

/* line 183, ../../vendor/assets/stylesheets/screen.css */
.append-22 {
  padding-right: 880px;
}

/* line 184, ../../vendor/assets/stylesheets/screen.css */
.append-23 {
  padding-right: 920px;
}

/* line 185, ../../vendor/assets/stylesheets/screen.css */
.prepend-1 {
  padding-left: 40px;
}

/* line 186, ../../vendor/assets/stylesheets/screen.css */
.prepend-2 {
  padding-left: 80px;
}

/* line 187, ../../vendor/assets/stylesheets/screen.css */
.prepend-3 {
  padding-left: 120px;
}

/* line 188, ../../vendor/assets/stylesheets/screen.css */
.prepend-4 {
  padding-left: 160px;
}

/* line 189, ../../vendor/assets/stylesheets/screen.css */
.prepend-5 {
  padding-left: 200px;
}

/* line 190, ../../vendor/assets/stylesheets/screen.css */
.prepend-6 {
  padding-left: 240px;
}

/* line 191, ../../vendor/assets/stylesheets/screen.css */
.prepend-7 {
  padding-left: 280px;
}

/* line 192, ../../vendor/assets/stylesheets/screen.css */
.prepend-8 {
  padding-left: 320px;
}

/* line 193, ../../vendor/assets/stylesheets/screen.css */
.prepend-9 {
  padding-left: 360px;
}

/* line 194, ../../vendor/assets/stylesheets/screen.css */
.prepend-10 {
  padding-left: 400px;
}

/* line 195, ../../vendor/assets/stylesheets/screen.css */
.prepend-11 {
  padding-left: 440px;
}

/* line 196, ../../vendor/assets/stylesheets/screen.css */
.prepend-12 {
  padding-left: 480px;
}

/* line 197, ../../vendor/assets/stylesheets/screen.css */
.prepend-13 {
  padding-left: 520px;
}

/* line 198, ../../vendor/assets/stylesheets/screen.css */
.prepend-14 {
  padding-left: 560px;
}

/* line 199, ../../vendor/assets/stylesheets/screen.css */
.prepend-15 {
  padding-left: 600px;
}

/* line 200, ../../vendor/assets/stylesheets/screen.css */
.prepend-16 {
  padding-left: 640px;
}

/* line 201, ../../vendor/assets/stylesheets/screen.css */
.prepend-17 {
  padding-left: 680px;
}

/* line 202, ../../vendor/assets/stylesheets/screen.css */
.prepend-18 {
  padding-left: 720px;
}

/* line 203, ../../vendor/assets/stylesheets/screen.css */
.prepend-19 {
  padding-left: 760px;
}

/* line 204, ../../vendor/assets/stylesheets/screen.css */
.prepend-20 {
  padding-left: 800px;
}

/* line 205, ../../vendor/assets/stylesheets/screen.css */
.prepend-21 {
  padding-left: 840px;
}

/* line 206, ../../vendor/assets/stylesheets/screen.css */
.prepend-22 {
  padding-left: 880px;
}

/* line 207, ../../vendor/assets/stylesheets/screen.css */
.prepend-23 {
  padding-left: 920px;
}

/* line 208, ../../vendor/assets/stylesheets/screen.css */
.border {
  padding-right: 4px;
  margin-right: 5px;
  border-right: 1px solid #ddd;
}

/* line 209, ../../vendor/assets/stylesheets/screen.css */
.colborder {
  padding-right: 24px;
  margin-right: 25px;
  border-right: 1px solid #ddd;
}

/* line 210, ../../vendor/assets/stylesheets/screen.css */
.pull-1 {
  margin-left: -40px;
}

/* line 211, ../../vendor/assets/stylesheets/screen.css */
.pull-2 {
  margin-left: -80px;
}

/* line 212, ../../vendor/assets/stylesheets/screen.css */
.pull-3 {
  margin-left: -120px;
}

/* line 213, ../../vendor/assets/stylesheets/screen.css */
.pull-4 {
  margin-left: -160px;
}

/* line 214, ../../vendor/assets/stylesheets/screen.css */
.pull-5 {
  margin-left: -200px;
}

/* line 215, ../../vendor/assets/stylesheets/screen.css */
.pull-6 {
  margin-left: -240px;
}

/* line 216, ../../vendor/assets/stylesheets/screen.css */
.pull-7 {
  margin-left: -280px;
}

/* line 217, ../../vendor/assets/stylesheets/screen.css */
.pull-8 {
  margin-left: -320px;
}

/* line 218, ../../vendor/assets/stylesheets/screen.css */
.pull-9 {
  margin-left: -360px;
}

/* line 219, ../../vendor/assets/stylesheets/screen.css */
.pull-10 {
  margin-left: -400px;
}

/* line 220, ../../vendor/assets/stylesheets/screen.css */
.pull-11 {
  margin-left: -440px;
}

/* line 221, ../../vendor/assets/stylesheets/screen.css */
.pull-12 {
  margin-left: -480px;
}

/* line 222, ../../vendor/assets/stylesheets/screen.css */
.pull-13 {
  margin-left: -520px;
}

/* line 223, ../../vendor/assets/stylesheets/screen.css */
.pull-14 {
  margin-left: -560px;
}

/* line 224, ../../vendor/assets/stylesheets/screen.css */
.pull-15 {
  margin-left: -600px;
}

/* line 225, ../../vendor/assets/stylesheets/screen.css */
.pull-16 {
  margin-left: -640px;
}

/* line 226, ../../vendor/assets/stylesheets/screen.css */
.pull-17 {
  margin-left: -680px;
}

/* line 227, ../../vendor/assets/stylesheets/screen.css */
.pull-18 {
  margin-left: -720px;
}

/* line 228, ../../vendor/assets/stylesheets/screen.css */
.pull-19 {
  margin-left: -760px;
}

/* line 229, ../../vendor/assets/stylesheets/screen.css */
.pull-20 {
  margin-left: -800px;
}

/* line 230, ../../vendor/assets/stylesheets/screen.css */
.pull-21 {
  margin-left: -840px;
}

/* line 231, ../../vendor/assets/stylesheets/screen.css */
.pull-22 {
  margin-left: -880px;
}

/* line 232, ../../vendor/assets/stylesheets/screen.css */
.pull-23 {
  margin-left: -920px;
}

/* line 233, ../../vendor/assets/stylesheets/screen.css */
.pull-24 {
  margin-left: -960px;
}

/* line 234, ../../vendor/assets/stylesheets/screen.css */
.pull-1, .pull-2, .pull-3, .pull-4, .pull-5, .pull-6, .pull-7, .pull-8, .pull-9, .pull-10, .pull-11, .pull-12, .pull-13, .pull-14, .pull-15, .pull-16, .pull-17, .pull-18, .pull-19, .pull-20, .pull-21, .pull-22, .pull-23, .pull-24 {
  float: left;
  position: relative;
}

/* line 235, ../../vendor/assets/stylesheets/screen.css */
.push-1 {
  margin: 0 -40px 1.5em 40px;
}

/* line 236, ../../vendor/assets/stylesheets/screen.css */
.push-2 {
  margin: 0 -80px 1.5em 80px;
}

/* line 237, ../../vendor/assets/stylesheets/screen.css */
.push-3 {
  margin: 0 -120px 1.5em 120px;
}

/* line 238, ../../vendor/assets/stylesheets/screen.css */
.push-4 {
  margin: 0 -160px 1.5em 160px;
}

/* line 239, ../../vendor/assets/stylesheets/screen.css */
.push-5 {
  margin: 0 -200px 1.5em 200px;
}

/* line 240, ../../vendor/assets/stylesheets/screen.css */
.push-6 {
  margin: 0 -240px 1.5em 240px;
}

/* line 241, ../../vendor/assets/stylesheets/screen.css */
.push-7 {
  margin: 0 -280px 1.5em 280px;
}

/* line 242, ../../vendor/assets/stylesheets/screen.css */
.push-8 {
  margin: 0 -320px 1.5em 320px;
}

/* line 243, ../../vendor/assets/stylesheets/screen.css */
.push-9 {
  margin: 0 -360px 1.5em 360px;
}

/* line 244, ../../vendor/assets/stylesheets/screen.css */
.push-10 {
  margin: 0 -400px 1.5em 400px;
}

/* line 245, ../../vendor/assets/stylesheets/screen.css */
.push-11 {
  margin: 0 -440px 1.5em 440px;
}

/* line 246, ../../vendor/assets/stylesheets/screen.css */
.push-12 {
  margin: 0 -480px 1.5em 480px;
}

/* line 247, ../../vendor/assets/stylesheets/screen.css */
.push-13 {
  margin: 0 -520px 1.5em 520px;
}

/* line 248, ../../vendor/assets/stylesheets/screen.css */
.push-14 {
  margin: 0 -560px 1.5em 560px;
}

/* line 249, ../../vendor/assets/stylesheets/screen.css */
.push-15 {
  margin: 0 -600px 1.5em 600px;
}

/* line 250, ../../vendor/assets/stylesheets/screen.css */
.push-16 {
  margin: 0 -640px 1.5em 640px;
}

/* line 251, ../../vendor/assets/stylesheets/screen.css */
.push-17 {
  margin: 0 -680px 1.5em 680px;
}

/* line 252, ../../vendor/assets/stylesheets/screen.css */
.push-18 {
  margin: 0 -720px 1.5em 720px;
}

/* line 253, ../../vendor/assets/stylesheets/screen.css */
.push-19 {
  margin: 0 -760px 1.5em 760px;
}

/* line 254, ../../vendor/assets/stylesheets/screen.css */
.push-20 {
  margin: 0 -800px 1.5em 800px;
}

/* line 255, ../../vendor/assets/stylesheets/screen.css */
.push-21 {
  margin: 0 -840px 1.5em 840px;
}

/* line 256, ../../vendor/assets/stylesheets/screen.css */
.push-22 {
  margin: 0 -880px 1.5em 880px;
}

/* line 257, ../../vendor/assets/stylesheets/screen.css */
.push-23 {
  margin: 0 -920px 1.5em 920px;
}

/* line 258, ../../vendor/assets/stylesheets/screen.css */
.push-24 {
  margin: 0 -960px 1.5em 960px;
}

/* line 259, ../../vendor/assets/stylesheets/screen.css */
.push-1, .push-2, .push-3, .push-4, .push-5, .push-6, .push-7, .push-8, .push-9, .push-10, .push-11, .push-12, .push-13, .push-14, .push-15, .push-16, .push-17, .push-18, .push-19, .push-20, .push-21, .push-22, .push-23, .push-24 {
  float: left;
  position: relative;
}

/* line 260, ../../vendor/assets/stylesheets/screen.css */
div.prepend-top, .prepend-top {
  margin-top: 1.5em;
}

/* line 261, ../../vendor/assets/stylesheets/screen.css */
div.append-bottom, .append-bottom {
  margin-bottom: 1.5em;
}

/* line 262, ../../vendor/assets/stylesheets/screen.css */
.box {
  padding: 1.5em;
  margin-bottom: 1.5em;
  background: #e5eCf9;
}

/* line 263, ../../vendor/assets/stylesheets/screen.css */
hr {
  background: #ddd;
  color: #ddd;
  clear: both;
  float: none;
  width: 100%;
  height: 1px;
  margin: 0 0 17px;
  border: none;
}

/* line 264, ../../vendor/assets/stylesheets/screen.css */
hr.space {
  background: #fff;
  color: #fff;
  visibility: hidden;
}

/* line 265, ../../vendor/assets/stylesheets/screen.css */
.clearfix:after, .container:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
}

/* line 266, ../../vendor/assets/stylesheets/screen.css */
.clearfix, .container {
  display: block;
}

/* line 267, ../../vendor/assets/stylesheets/screen.css */
.clear {
  clear: both;
}

/* line 1, ../../app/assets/stylesheets/aula/certificado.css.scss */
body {
  background-color: #222;
}

/* line 2, ../../app/assets/stylesheets/aula/certificado.css.scss */
.diploma {
  width: 840px;
  height: 646px;
  background: url(/assets/certificado/diploma-b3f5f0b6ec285c6002f56783c7cc76f5.jpg) no-repeat;
  margin: 30px auto;
  padding-top: 0px;
  text-align: center;
  padding: 170px 70px 50px 70px;
  font-family: 'Georgia', serif;
}

/* line 4, ../../app/assets/stylesheets/aula/certificado.css.scss */
.diploma span {
  font-size: 25px;
  margin: 0 8px;
}

/* line 5, ../../app/assets/stylesheets/aula/certificado.css.scss */
.diploma h2 {
  font-size: 22px;
}

/* line 6, ../../app/assets/stylesheets/aula/certificado.css.scss */
.diploma h3 {
  margin: 30px 0;
}

/* line 7, ../../app/assets/stylesheets/aula/certificado.css.scss */
.firma img {
  width: 200px;
}

/* line 8, ../../app/assets/stylesheets/aula/certificado.css.scss */
.firma p {
  margin-top: 12px;
}

/* line 9, ../../app/assets/stylesheets/aula/certificado.css.scss */
.firma1 {
  float: left;
  margin-left: 100px;
  margin-top: 20px;
}

/* line 10, ../../app/assets/stylesheets/aula/certificado.css.scss */
.firma2 {
  float: right;
  margin-right: 100px;
  margin-top: 7px;
}

/* line 12, ../../app/assets/stylesheets/aula/certificado.css.scss */
p.pie {
  margin-top: 165px;
  display: block;
  font-size: 14px;
}
/* line 14, ../../app/assets/stylesheets/aula/certificado.css.scss */
p.pie small {
  display: block;
  margin-top: 8px;
}

/* line 1, ../../app/assets/stylesheets/bootstrap_application.css.less */
.clearfix {
  *zoom: 1;
}

/* line 4, ../../app/assets/stylesheets/bootstrap_application.css.less */
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}

/* line 10, ../../app/assets/stylesheets/bootstrap_application.css.less */
.clearfix:after {
  clear: both;
}

/* line 13, ../../app/assets/stylesheets/bootstrap_application.css.less */
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

/* line 20, ../../app/assets/stylesheets/bootstrap_application.css.less */
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 28, ../../app/assets/stylesheets/bootstrap_application.css.less */
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -moz-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

/* line 35, ../../app/assets/stylesheets/bootstrap_application.css.less */
.fade.in {
  opacity: 1;
}

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

/* line 47, ../../app/assets/stylesheets/bootstrap_application.css.less */
.collapse.in {
  height: auto;
}

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

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

/* line 68, ../../app/assets/stylesheets/bootstrap_application.css.less */
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

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

/* line 85, ../../app/assets/stylesheets/bootstrap_application.css.less */
.alert,
.alert h4 {
  color: #c09853;
}

/* line 89, ../../app/assets/stylesheets/bootstrap_application.css.less */
.alert h4 {
  margin: 0;
}

/* line 92, ../../app/assets/stylesheets/bootstrap_application.css.less */
.alert .close {
  position: relative;
  top: -2px;
  right: -21px;
  line-height: 20px;
}

/* line 98, ../../app/assets/stylesheets/bootstrap_application.css.less */
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #468847;
}

/* line 103, ../../app/assets/stylesheets/bootstrap_application.css.less */
.alert-success h4 {
  color: #468847;
}

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

/* line 112, ../../app/assets/stylesheets/bootstrap_application.css.less */
.alert-danger h4,
.alert-error h4 {
  color: #b94a48;
}

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

/* line 121, ../../app/assets/stylesheets/bootstrap_application.css.less */
.alert-info h4 {
  color: #3a87ad;
}

/* line 124, ../../app/assets/stylesheets/bootstrap_application.css.less */
.alert-block {
  padding-top: 14px;
  padding-bottom: 14px;
}

/* line 128, ../../app/assets/stylesheets/bootstrap_application.css.less */
.alert-block > p,
.alert-block > ul {
  margin-bottom: 0;
}

/* line 132, ../../app/assets/stylesheets/bootstrap_application.css.less */
.alert-block p + p {
  margin-top: 5px;
}

/* line 135, ../../app/assets/stylesheets/bootstrap_application.css.less */
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}

/* line 144, ../../app/assets/stylesheets/bootstrap_application.css.less */
.modal-backdrop.fade {
  opacity: 0;
}

/* line 147, ../../app/assets/stylesheets/bootstrap_application.css.less */
.modal-backdrop,
.modal-backdrop.fade.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

/* line 152, ../../app/assets/stylesheets/bootstrap_application.css.less */
.modal {
  position: fixed;
  top: 10%;
  left: 50%;
  z-index: 1050;
  width: 560px;
  margin-left: -280px;
  background-color: #ffffff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.3);
  *border: 1px solid #999;
  /* IE6-7 */
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  outline: none;
}

/* line 175, ../../app/assets/stylesheets/bootstrap_application.css.less */
.modal.fade {
  -webkit-transition: opacity .3s linear, top .3s ease-out;
  -moz-transition: opacity .3s linear, top .3s ease-out;
  -o-transition: opacity .3s linear, top .3s ease-out;
  transition: opacity .3s linear, top .3s ease-out;
  top: -25%;
}

/* line 182, ../../app/assets/stylesheets/bootstrap_application.css.less */
.modal.fade.in {
  top: 10%;
}

/* line 185, ../../app/assets/stylesheets/bootstrap_application.css.less */
.modal-header {
  padding: 9px 15px;
  border-bottom: 1px solid #eee;
}

/* line 189, ../../app/assets/stylesheets/bootstrap_application.css.less */
.modal-header .close {
  margin-top: 2px;
}

/* line 192, ../../app/assets/stylesheets/bootstrap_application.css.less */
.modal-header h3 {
  margin: 0;
  line-height: 30px;
}

/* line 196, ../../app/assets/stylesheets/bootstrap_application.css.less */
.modal-body {
  position: relative;
  overflow-y: auto;
  max-height: 400px;
  padding: 15px;
}

/* line 202, ../../app/assets/stylesheets/bootstrap_application.css.less */
.modal-form {
  margin-bottom: 0;
}

/* line 205, ../../app/assets/stylesheets/bootstrap_application.css.less */
.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 219, ../../app/assets/stylesheets/bootstrap_application.css.less */
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: "";
  line-height: 0;
}

/* line 225, ../../app/assets/stylesheets/bootstrap_application.css.less */
.modal-footer:after {
  clear: both;
}

/* line 228, ../../app/assets/stylesheets/bootstrap_application.css.less */
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}

/* line 232, ../../app/assets/stylesheets/bootstrap_application.css.less */
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

/* line 235, ../../app/assets/stylesheets/bootstrap_application.css.less */
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

/* line 238, ../../app/assets/stylesheets/bootstrap_application.css.less */
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: #ffffff;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}

/* line 261, ../../app/assets/stylesheets/bootstrap_application.css.less */
.popover.top {
  margin-top: -10px;
}

/* line 264, ../../app/assets/stylesheets/bootstrap_application.css.less */
.popover.right {
  margin-left: 10px;
}

/* line 267, ../../app/assets/stylesheets/bootstrap_application.css.less */
.popover.bottom {
  margin-top: 10px;
}

/* line 270, ../../app/assets/stylesheets/bootstrap_application.css.less */
.popover.left {
  margin-left: -10px;
}

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

/* line 285, ../../app/assets/stylesheets/bootstrap_application.css.less */
.popover-title:empty {
  display: none;
}

/* line 288, ../../app/assets/stylesheets/bootstrap_application.css.less */
.popover-content {
  padding: 9px 14px;
}

/* line 291, ../../app/assets/stylesheets/bootstrap_application.css.less */
.popover .arrow,
.popover .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

/* line 300, ../../app/assets/stylesheets/bootstrap_application.css.less */
.popover .arrow {
  border-width: 11px;
}

/* line 303, ../../app/assets/stylesheets/bootstrap_application.css.less */
.popover .arrow:after {
  border-width: 10px;
  content: "";
}

/* line 307, ../../app/assets/stylesheets/bootstrap_application.css.less */
.popover.top .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}

/* line 315, ../../app/assets/stylesheets/bootstrap_application.css.less */
.popover.top .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #ffffff;
}

/* line 321, ../../app/assets/stylesheets/bootstrap_application.css.less */
.popover.right .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
}

/* line 329, ../../app/assets/stylesheets/bootstrap_application.css.less */
.popover.right .arrow:after {
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #ffffff;
}

/* line 335, ../../app/assets/stylesheets/bootstrap_application.css.less */
.popover.bottom .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}

/* line 343, ../../app/assets/stylesheets/bootstrap_application.css.less */
.popover.bottom .arrow:after {
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #ffffff;
}

/* line 349, ../../app/assets/stylesheets/bootstrap_application.css.less */
.popover.left .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25);
}

/* line 357, ../../app/assets/stylesheets/bootstrap_application.css.less */
.popover.left .arrow:after {
  right: 1px;
  border-right-width: 0;
  border-left-color: #ffffff;
  bottom: -10px;
}

/* line 363, ../../app/assets/stylesheets/bootstrap_application.css.less */
.carousel {
  position: relative;
  margin-bottom: 20px;
  line-height: 1;
}

/* line 368, ../../app/assets/stylesheets/bootstrap_application.css.less */
.carousel-inner {
  overflow: hidden;
  width: 100%;
  position: relative;
}

/* line 373, ../../app/assets/stylesheets/bootstrap_application.css.less */
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -moz-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}

/* line 381, ../../app/assets/stylesheets/bootstrap_application.css.less */
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  line-height: 1;
}

/* line 386, ../../app/assets/stylesheets/bootstrap_application.css.less */
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}

/* line 391, ../../app/assets/stylesheets/bootstrap_application.css.less */
.carousel-inner > .active {
  left: 0;
}

/* line 394, ../../app/assets/stylesheets/bootstrap_application.css.less */
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

/* line 400, ../../app/assets/stylesheets/bootstrap_application.css.less */
.carousel-inner > .next {
  left: 100%;
}

/* line 403, ../../app/assets/stylesheets/bootstrap_application.css.less */
.carousel-inner > .prev {
  left: -100%;
}

/* line 406, ../../app/assets/stylesheets/bootstrap_application.css.less */
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}

/* line 410, ../../app/assets/stylesheets/bootstrap_application.css.less */
.carousel-inner > .active.left {
  left: -100%;
}

/* line 413, ../../app/assets/stylesheets/bootstrap_application.css.less */
.carousel-inner > .active.right {
  left: 100%;
}

/* line 416, ../../app/assets/stylesheets/bootstrap_application.css.less */
.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 436, ../../app/assets/stylesheets/bootstrap_application.css.less */
.carousel-control.right {
  left: auto;
  right: 15px;
}

/* line 440, ../../app/assets/stylesheets/bootstrap_application.css.less */
.carousel-control:hover,
.carousel-control:focus {
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

/* line 447, ../../app/assets/stylesheets/bootstrap_application.css.less */
.carousel-indicators {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 5;
  margin: 0;
  list-style: none;
}

/* line 455, ../../app/assets/stylesheets/bootstrap_application.css.less */
.carousel-indicators li {
  display: block;
  float: left;
  width: 10px;
  height: 10px;
  margin-left: 5px;
  text-indent: -999px;
  background-color: #ccc;
  background-color: rgba(255, 255, 255, 0.25);
  border-radius: 5px;
}

/* line 466, ../../app/assets/stylesheets/bootstrap_application.css.less */
.carousel-indicators .active {
  background-color: #fff;
}

/* line 469, ../../app/assets/stylesheets/bootstrap_application.css.less */
.carousel-caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 15px;
  background: #333333;
  background: rgba(0, 0, 0, 0.75);
}

/* line 478, ../../app/assets/stylesheets/bootstrap_application.css.less */
.carousel-caption h4,
.carousel-caption p {
  color: #ffffff;
  line-height: 20px;
}

/* line 483, ../../app/assets/stylesheets/bootstrap_application.css.less */
.carousel-caption h4 {
  margin: 0 0 5px;
}

/* line 486, ../../app/assets/stylesheets/bootstrap_application.css.less */
.carousel-caption p {
  margin-bottom: 0;
}

/* line 489, ../../app/assets/stylesheets/bootstrap_application.css.less */
.pull-right {
  float: right;
}

/* line 492, ../../app/assets/stylesheets/bootstrap_application.css.less */
.pull-left {
  float: left;
}

/* line 495, ../../app/assets/stylesheets/bootstrap_application.css.less */
.hide {
  display: none;
}

/* line 498, ../../app/assets/stylesheets/bootstrap_application.css.less */
.show {
  display: block;
}

/* line 501, ../../app/assets/stylesheets/bootstrap_application.css.less */
.invisible {
  visibility: hidden;
}

/* line 504, ../../app/assets/stylesheets/bootstrap_application.css.less */
.affix {
  position: fixed;
}

/* line 30, ../../app/assets/stylesheets/application.css.scss */
section, article, aside, header, footer, details {
  display: block;
}

/* line 32, ../../app/assets/stylesheets/application.css.scss */
body {
  margin: 0px;
  padding: 0px;
  background: #9AD1F0 url(/assets/body-3b38ce615bf23a05719c98d4b3571a07.jpg) repeat center top;
  font-family: Georgia, sans-serif;
}

/* line 33, ../../app/assets/stylesheets/application.css.scss */
div.wrapper-body {
  width: 100%;
  height: 590px;
  background: url(/assets/wrapper-body1-ef900f38a1545bef5f035e4955559dbe.png) repeat-x center top;
}

/* line 34, ../../app/assets/stylesheets/application.css.scss */
div.wrapper-header {
  background: url(/assets/wrapper-header-9664e788ef547b193bad9363b7308a0e.png) no-repeat center top;
  z-index: 11;
  width: 973px;
  overflow: hidden;
  height: 355px;
  position: absolute;
  top: 0px;
  left: 0px;
}

/* line 35, ../../app/assets/stylesheets/application.css.scss */
div.wrapper-footer {
  width: 100%;
  height: 143px;
  background: url(/assets/wrapper-footer-f7ab7f22b0ef6a146fe863298a83ad6a.png) no-repeat center bottom;
}

/* line 36, ../../app/assets/stylesheets/application.css.scss */
.container {
  margin-top: 100px;
}

/* line 37, ../../app/assets/stylesheets/application.css.scss */
.container header img {
  height: 355px;
}

/* line 39, ../../app/assets/stylesheets/application.css.scss */
a {
  text-decoration: none;
}

/* line 40, ../../app/assets/stylesheets/application.css.scss */
p {
  color: #111111;
  font-size: 15px;
  line-height: 19px;
}

/* line 42, ../../app/assets/stylesheets/application.css.scss */
#header {
  width: 973px;
  height: 408px;
  margin: 0px auto;
  position: relative;
}
/* line 44, ../../app/assets/stylesheets/application.css.scss */
#header h1 {
  position: absolute;
  bottom: 0px;
  left: 240px;
  margin: 0px;
  padding: 0px;
  line-height: 50px;
  font-size: 31px;
  color: #fada02;
  font-weight: normal;
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.7);
}

/* line 48, ../../app/assets/stylesheets/application.css.scss */
.registro {
  position: absolute;
  top: 0;
  right: -140px;
}
/* line 49, ../../app/assets/stylesheets/application.css.scss */
.registro p {
  color: #ffffff;
  font-family: Georgia, sans-serif;
  margin: 0 0 2px 0;
}

/* line 52, ../../app/assets/stylesheets/application.css.scss */
#footer {
  width: 950px;
  height: 143px;
  margin: 20px auto 0px auto;
  position: relative;
}
/* line 54, ../../app/assets/stylesheets/application.css.scss */
#footer a.contacto {
  position: absolute;
  top: 90px;
  left: 124px;
  color: #ffffff;
  font-size: 19px;
}
/* line 55, ../../app/assets/stylesheets/application.css.scss */
#footer a.administrar {
  position: absolute;
  top: 125px;
  left: 120px;
  color: #ffffff;
  font-size: 10px;
  text-transform: uppercase;
}
/* line 56, ../../app/assets/stylesheets/application.css.scss */
#footer a.xaver {
  display: block;
  position: absolute;
  bottom: 12px;
  right: 18px;
  width: 100px;
  height: 25px;
  background: url(/assets/xaver-74939d6805f245cc55b86de2282cf796.png) no-repeat 0px 0px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
/* line 59, ../../app/assets/stylesheets/application.css.scss */
#footer a.xaver:hover {
  background-position: 0px -25px;
}
/* line 61, ../../app/assets/stylesheets/application.css.scss */
#footer p {
  text-align: center;
  padding: 0px;
  margin-top: 21px;
  margin-bottom: 0;
  display: block;
  font-size: 14px;
  color: #ffffff;
  line-height: 18px;
}
/* line 64, ../../app/assets/stylesheets/application.css.scss */
#footer img {
  position: relative;
  left: 350px;
  top: 14px;
}

/* line 67, ../../app/assets/stylesheets/application.css.scss */
#nav {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 12;
}
/* line 69, ../../app/assets/stylesheets/application.css.scss */
#nav ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
/* line 71, ../../app/assets/stylesheets/application.css.scss */
#nav ul li {
  float: left;
  display: inline-block;
}
/* line 73, ../../app/assets/stylesheets/application.css.scss */
#nav ul li.active {
  background: url(/assets/nav/active-c6904c4b663ad3964a25a07c456c79b0.png) no-repeat center top;
}
/* line 74, ../../app/assets/stylesheets/application.css.scss */
#nav ul li a {
  display: block;
  font-size: 15px;
  color: #ffffff;
  padding: 8px 0px 32px 0px;
  width: 118px;
  height: 14px;
  line-height: 18px;
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.8);
  text-align: center;
}

/* line 79, ../../app/assets/stylesheets/application.css.scss */
#header {
  margin-bottom: 80px;
}

/* line 80, ../../app/assets/stylesheets/application.css.scss */
#slide img {
  width: 973px;
  height: 355px;
  top: 0px;
  left: 0px;
}

/* line 81, ../../app/assets/stylesheets/application.css.scss */
.logo {
  position: relative;
  left: 388px;
  bottom: 63px;
  z-index: 1000;
}

/* line 85, ../../app/assets/stylesheets/application.css.scss */
.caja {
  margin: 20px 0px;
  position: relative;
  overflow: hidden;
}
/* line 87, ../../app/assets/stylesheets/application.css.scss */
.caja.caja-chica {
  width: 202px;
}
/* line 89, ../../app/assets/stylesheets/application.css.scss */
.caja.caja-chica header, .caja.caja-chica footer {
  width: 202px;
}
/* line 91, ../../app/assets/stylesheets/application.css.scss */
.caja .caja-body {
  padding: 10px;
  overflow: hidden;
}
/* line 93, ../../app/assets/stylesheets/application.css.scss */
.caja h1, .caja h2, .caja h4 {
  margin: 0px 0px 10px 0px;
  padding: 0px;
  color: #0e3978;
  border-bottom: 1px solid #9AD1F0;
}
/* line 94, ../../app/assets/stylesheets/application.css.scss */
.caja h2 {
  font-size: 24px;
  padding-top: 15px;
  line-height: 30px;
}
/* line 95, ../../app/assets/stylesheets/application.css.scss */
.caja h4 {
  font-size: 18px;
  line-height: 18px;
  border-bottom: 0px;
}
/* line 96, ../../app/assets/stylesheets/application.css.scss */
.caja h1 {
  font-size: 28px;
  line-height: 45px;
}
/* line 98, ../../app/assets/stylesheets/application.css.scss */
.caja h1.titulo {
  width: 630px;
  position: absolute;
  top: 30px;
  left: 40px;
}
/* line 99, ../../app/assets/stylesheets/application.css.scss */
.caja h1 a {
  color: #0e3978;
}
/* line 100, ../../app/assets/stylesheets/application.css.scss */
.caja h1 a:hover {
  color: #0e3978;
}
/* line 101, ../../app/assets/stylesheets/application.css.scss */
.caja h1 span {
  display: block;
  font-size: 15px;
  color: #0e3978;
  font-style: normal;
  line-height: 10px;
}
/* line 102, ../../app/assets/stylesheets/application.css.scss */
.caja h1 .fb-like {
  float: right;
  display: inline-block;
  margin-top: 15px;
}
/* line 104, ../../app/assets/stylesheets/application.css.scss */
.caja a.footer_link {
  position: absolute;
  bottom: 25px;
  right: 23px;
  font-size: 18px;
  color: #111111;
  font-style: italic;
  font-weight: bold;
}
/* line 105, ../../app/assets/stylesheets/application.css.scss */
.caja a.footer_link:hover {
  color: #ffffff;
}
/* line 107, ../../app/assets/stylesheets/application.css.scss */
.caja h3 {
  font-size: 25px;
  font-style: normal;
  color: #0e3978;
  line-height: 30px;
  margin: 0px 0px 10px 0px;
  padding: 0px;
}
/* line 108, ../../app/assets/stylesheets/application.css.scss */
.caja h3 a {
  color: #0e3978;
}
/* line 109, ../../app/assets/stylesheets/application.css.scss */
.caja h3 a:hover {
  color: #452200;
}
/* line 110, ../../app/assets/stylesheets/application.css.scss */
.caja p a {
  color: #0e3978;
}
/* line 111, ../../app/assets/stylesheets/application.css.scss */
.caja p a:hover {
  color: #452200;
}
/* line 112, ../../app/assets/stylesheets/application.css.scss */
.caja table {
  padding-bottom: 10px;
  background-color: #ffffff;
}
/* line 114, ../../app/assets/stylesheets/application.css.scss */
.caja table tbody tr:first-child td {
  padding-top: 10px;
}
/* line 115, ../../app/assets/stylesheets/application.css.scss */
.caja table th, .caja table td {
  font-size: 15px;
  padding: 5px 15px;
  font-style: normal;
}
/* line 116, ../../app/assets/stylesheets/application.css.scss */
.caja table th {
  background-color: #0e3978;
  color: #ffffff;
  font-weight: normal;
  padding: 5px 15px;
}
/* line 117, ../../app/assets/stylesheets/application.css.scss */
.caja table td {
  background-color: #ffffff !important;
  color: #111111;
}
/* line 118, ../../app/assets/stylesheets/application.css.scss */
.caja table tr.odd td {
  background-color: #c6e5f7 !important;
}

/* line 123, ../../app/assets/stylesheets/application.css.scss */
.caja-grande ul, .caja-grande ol, .caja-mediana ul, .caja-mediana ol {
  font-size: 15px;
  color: #111111;
}
/* line 124, ../../app/assets/stylesheets/application.css.scss */
.caja-grande ul, .caja-mediana ul {
  list-style: none;
  margin: 20px 0px;
  padding: 0px;
}
/* line 125, ../../app/assets/stylesheets/application.css.scss */
.caja-grande ul li, .caja-mediana ul li {
  padding-left: 15px;
  background: url(/assets/li-oscuro-9204097aa351e8d41a24a720ba149ca3.png) no-repeat 0px 6px;
  margin: 5px 0px 5px 20px;
}
/* line 126, ../../app/assets/stylesheets/application.css.scss */
.caja-grande ul li a, .caja-mediana ul li a {
  color: #111111;
}
/* line 127, ../../app/assets/stylesheets/application.css.scss */
.caja-grande ul li a:hover, .caja-mediana ul li a:hover {
  color: #452200;
}

/* line 131, ../../app/assets/stylesheets/application.css.scss */
.caja-mediana header {
  height: 89px;
  background: url(/assets/cajas/jornadas-header-80dbea893353e09b9fa823f5c5f5ed0c.png) no-repeat 0px 0px;
}
/* line 132, ../../app/assets/stylesheets/application.css.scss */
.caja-mediana footer {
  height: 70px;
  background: url(/assets/cajas/jornadas-footer-a330be400684c70281d2a692865c3818.png) no-repeat 0px 0px;
}
/* line 133, ../../app/assets/stylesheets/application.css.scss */
.caja-mediana h3 {
  color: #0e3978;
  font-style: none;
}
/* line 134, ../../app/assets/stylesheets/application.css.scss */
.caja-mediana img {
  max-width: 290px;
}

/* line 138, ../../app/assets/stylesheets/application.css.scss */
.verde header {
  height: 47px;
}

/* line 141, ../../app/assets/stylesheets/application.css.scss */
.azul {
  margin-top: 20px;
}
/* line 143, ../../app/assets/stylesheets/application.css.scss */
.azul header, .azul footer {
  height: 49px;
}
/* line 144, ../../app/assets/stylesheets/application.css.scss */
.azul header {
  background: url(/assets/cajas/menuizq-header-ad1b90d1e37200b12aa85e20578a43e2.png) no-repeat 0px 0px;
}
/* line 145, ../../app/assets/stylesheets/application.css.scss */
.azul footer {
  background: url(/assets/cajas/menuizq-footer-736f9d05972be372fbb04f51a1ab20d0.png) no-repeat 0px 0px;
}
/* line 146, ../../app/assets/stylesheets/application.css.scss */
.azul .caja-body {
  background: url(/assets/cajas/menuizq-body-13594dd6e3751c4f616f72137a327fe4.png) repeat 0px 0px;
}

/* line 150, ../../app/assets/stylesheets/application.css.scss */
.validar h4 {
  color: #ffffff;
}
/* line 151, ../../app/assets/stylesheets/application.css.scss */
.validar p {
  color: #ffffff;
  margin-bottom: 0;
}
/* line 152, ../../app/assets/stylesheets/application.css.scss */
.validar input {
  height: 20px;
  padding: 0 10px;
}
/* line 153, ../../app/assets/stylesheets/application.css.scss */
.validar .buscar {
  height: 28px;
  background-color: #5B8EBB;
  border: 0;
  color: #fff;
  padding: 4px 8px;
  cursor: pointer;
}

/* line 157, ../../app/assets/stylesheets/application.css.scss */
.tags header {
  height: 85px;
  background: url(/assets/cajas/tags-header-86d716a1e8f7769c06cd982fc2540d2a.png) no-repeat 0px 0px;
}
/* line 158, ../../app/assets/stylesheets/application.css.scss */
.tags footer {
  height: 40px;
  background: url(/assets/cajas/tags-footer-9ff5f963350d7cae422cb8421254d1c8.png) no-repeat 0px 0px;
}
/* line 159, ../../app/assets/stylesheets/application.css.scss */
.tags .caja-body {
  background: url(/assets/cajas/tags-body-72070e655b58f4b5c3023e75158667a5.png) repeat 0px 0px;
}

/* line 163, ../../app/assets/stylesheets/application.css.scss */
.pnf-nav header {
  height: 90px;
  background: url(/assets/cajas/pnf-nav-header-4c9d94eb3b79346566daa8f361410962.png) no-repeat 0px 0px;
}
/* line 164, ../../app/assets/stylesheets/application.css.scss */
.pnf-nav footer {
  height: 40px;
  background: url(/assets/cajas/pnf-nav-footer-7d8736dccc50da22a61ffac2b91f2771.png) no-repeat 0px 0px;
}
/* line 165, ../../app/assets/stylesheets/application.css.scss */
.pnf-nav .caja-body {
  background: url(/assets/cajas/pnf-nav-body-62f7462bb610921c252ebe44b9c3805a.png) repeat 0px 0px;
}

/* line 169, ../../app/assets/stylesheets/application.css.scss */
.jornadas header {
  background: url(/assets/cajas/jornadas-header-80dbea893353e09b9fa823f5c5f5ed0c.png) no-repeat 0px 0px;
}
/* line 170, ../../app/assets/stylesheets/application.css.scss */
.jornadas footer {
  background: url(/assets/cajas/jornadas-footer-a330be400684c70281d2a692865c3818.png) no-repeat 0px 0px;
}
/* line 171, ../../app/assets/stylesheets/application.css.scss */
.jornadas .caja-body {
  background: url(/assets/cajas/jornadas-body-72070e655b58f4b5c3023e75158667a5.png) repeat 0px 0px;
  min-height: 400px;
}

/* line 175, ../../app/assets/stylesheets/application.css.scss */
.biblioteca header {
  height: 89px;
  background: url(/assets/cajas/biblioteca-header-9cb348c13fbcf0a7c0d425a11debe598.png) no-repeat 0px 0px;
}
/* line 176, ../../app/assets/stylesheets/application.css.scss */
.biblioteca footer {
  background: url(/assets/cajas/verde-footer-circulo-a330be400684c70281d2a692865c3818.png) no-repeat 0px 0px;
}
/* line 177, ../../app/assets/stylesheets/application.css.scss */
.biblioteca .caja-body {
  background: url(/assets/cajas/verde-body-72070e655b58f4b5c3023e75158667a5.png) repeat 0px 0px;
}
/* line 178, ../../app/assets/stylesheets/application.css.scss */
.biblioteca h3 {
  color: #227a0c;
}

/* line 182, ../../app/assets/stylesheets/application.css.scss */
.quienes header {
  height: 89px;
  background: url(/assets/cajas/quienessomos-header-992070bae9ceda703fcac41562a56c89.png) no-repeat 0px 0px;
}
/* line 183, ../../app/assets/stylesheets/application.css.scss */
.quienes footer {
  background: url(/assets/cajas/actividad1-footer-6165624e5efefc4b70b15a8e2d18e89b.png) no-repeat 0px 0px;
}
/* line 184, ../../app/assets/stylesheets/application.css.scss */
.quienes .caja-body {
  background: url(/assets/cajas/verde-body-72070e655b58f4b5c3023e75158667a5.png) repeat 0px 0px;
}
/* line 185, ../../app/assets/stylesheets/application.css.scss */
.quienes h3 {
  color: #227a0c;
}

/* line 189, ../../app/assets/stylesheets/application.css.scss */
.verde header {
  background: url(/assets/cajas/verde-header-0fe65354015a09eb020448ec5bec0a9f.png) no-repeat 0px 0px;
}
/* line 190, ../../app/assets/stylesheets/application.css.scss */
.verde footer {
  background: url(/assets/cajas/verde-footer-357744d57b6a30abb5b1fe8e87beda5b.png) no-repeat 0px 0px;
}
/* line 191, ../../app/assets/stylesheets/application.css.scss */
.verde .caja-body {
  background: url(/assets/cajas/verde-body-72070e655b58f4b5c3023e75158667a5.png) repeat 0px 0px;
}

/* line 195, ../../app/assets/stylesheets/application.css.scss */
.verde2 header {
  height: 47px;
  background: url(/assets/cajas/verde-header-0fe65354015a09eb020448ec5bec0a9f.png) no-repeat 0px 0px;
}
/* line 196, ../../app/assets/stylesheets/application.css.scss */
.verde2 footer {
  background: url(/assets/cajas/verde-footer-circulo-a330be400684c70281d2a692865c3818.png) no-repeat 0px 0px;
}
/* line 197, ../../app/assets/stylesheets/application.css.scss */
.verde2 .caja-body {
  background: url(/assets/cajas/verde-body-72070e655b58f4b5c3023e75158667a5.png) repeat 0px 0px;
}
/* line 198, ../../app/assets/stylesheets/application.css.scss */
.verde2 h3 {
  color: #227a0c;
}

/* line 202, ../../app/assets/stylesheets/application.css.scss */
.cursos header {
  background: url(/assets/cajas/cursos-header-87f4d2a6fca95695c8cac746b4c72802.png) no-repeat 0px 0px;
}
/* line 203, ../../app/assets/stylesheets/application.css.scss */
.cursos footer {
  background: url(/assets/cajas/cursos-footer-7e3705627b4d386f9ee91b8b5d390da6.png) no-repeat 0px 0px;
}
/* line 204, ../../app/assets/stylesheets/application.css.scss */
.cursos .caja-body {
  background: url(/assets/cajas/cursos-body-5f6d5de862aa771459433d52c0044776.png) repeat 0px 0px;
  min-height: 250px;
}

/* line 208, ../../app/assets/stylesheets/application.css.scss */
.actualidades header {
  background: url(/assets/cajas/actualidades-header-cfaf180ea8c2af9a9c29a3353b185ea9.png) no-repeat 0px 0px;
}
/* line 209, ../../app/assets/stylesheets/application.css.scss */
.actualidades footer {
  background: url(/assets/cajas/actualidades-footer-1c7263fe460be45f12a94df950ad831d.png) no-repeat 0px 0px;
}
/* line 210, ../../app/assets/stylesheets/application.css.scss */
.actualidades .caja-body {
  background: url(/assets/cajas/actualidades-body-72070e655b58f4b5c3023e75158667a5.png) repeat 0px 0px;
  min-height: 400px;
}
/* line 211, ../../app/assets/stylesheets/application.css.scss */
.actualidades h3, .actualidades p {
  color: #222222;
}

/* line 215, ../../app/assets/stylesheets/application.css.scss */
.novedades header {
  height: 89px;
  background: url(/assets/cajas/novedades-header-a529d92a9d1723552817de04d7aad4ea.png) no-repeat 0px 0px;
}
/* line 216, ../../app/assets/stylesheets/application.css.scss */
.novedades footer {
  background: url(/assets/cajas/novedades-footer-6165624e5efefc4b70b15a8e2d18e89b.png) no-repeat 0px 0px;
}
/* line 217, ../../app/assets/stylesheets/application.css.scss */
.novedades .caja-body {
  background: url(/assets/cajas/novedades-body-72070e655b58f4b5c3023e75158667a5.png) repeat 0px 0px;
  min-height: 250px;
}
/* line 218, ../../app/assets/stylesheets/application.css.scss */
.novedades img {
  float: left;
  width: 200px;
  height: 150px;
  margin-right: 15px;
}
/* line 219, ../../app/assets/stylesheets/application.css.scss */
.novedades h3 a {
  color: #0e3978;
}

/* line 223, ../../app/assets/stylesheets/application.css.scss */
.comision header, .actividad header {
  height: 50px;
  background: url(/assets/cajas/comision-header-5e18521e8850ade1dcda20460d0077b8.png) no-repeat 0px 0px;
}
/* line 224, ../../app/assets/stylesheets/application.css.scss */
.comision footer, .actividad footer {
  background: url(/assets/cajas/comision-footer-029cb404743d5a9612b21eeeeb2bd3ec.png) no-repeat 0px 0px;
}
/* line 225, ../../app/assets/stylesheets/application.css.scss */
.comision .caja-body, .actividad .caja-body {
  background: url(/assets/cajas/comision-body-3c1d59bf1c47325c7888f31ffaf9d46f.png) repeat 0px 0px;
  min-height: 250px;
}
/* line 226, ../../app/assets/stylesheets/application.css.scss */
.comision h3, .comision h3 a, .actividad h3, .actividad h3 a {
  color: #0e3978;
}

/* line 230, ../../app/assets/stylesheets/application.css.scss */
.actividad1 header {
  height: 89px;
  background: url(/assets/cajas/actividad1-header-b1ef2127520c7dec72b49ef0c18f223f.png) no-repeat 0px 0px;
}
/* line 231, ../../app/assets/stylesheets/application.css.scss */
.actividad1 footer {
  background: url(/assets/cajas/actividad1-footer-6165624e5efefc4b70b15a8e2d18e89b.png) no-repeat 0px 0px;
}
/* line 232, ../../app/assets/stylesheets/application.css.scss */
.actividad1 .caja-body {
  background: url(/assets/cajas/actividad1-body-72070e655b58f4b5c3023e75158667a5.png) repeat 0px 0px;
  min-height: 250px;
}
/* line 233, ../../app/assets/stylesheets/application.css.scss */
.actividad1 h3, .actividad1 h3 a, .actividad1 p {
  color: #0e3978;
}

/* line 237, ../../app/assets/stylesheets/application.css.scss */
.actividad2 header {
  height: 89px;
  background: url(/assets/cajas/actividad2-header-63ba92e2c2a122a9cc186c9bd35bc8e1.png) no-repeat 0px 0px;
}
/* line 238, ../../app/assets/stylesheets/application.css.scss */
.actividad2 footer {
  background: url(/assets/cajas/actividad2-footer-a330be400684c70281d2a692865c3818.png) no-repeat 0px 0px;
}
/* line 239, ../../app/assets/stylesheets/application.css.scss */
.actividad2 .caja-body {
  background: url(/assets/cajas/actividad2-body-72070e655b58f4b5c3023e75158667a5.png) repeat 0px 0px;
  min-height: 250px;
}
/* line 240, ../../app/assets/stylesheets/application.css.scss */
.actividad2 a {
  color: #222222;
}
/* line 241, ../../app/assets/stylesheets/application.css.scss */
.actividad2 h3 a {
  color: #227a0c !important;
}
/* line 242, ../../app/assets/stylesheets/application.css.scss */
.actividad2 a:hover {
  color: #ffffff;
}

/* line 246, ../../app/assets/stylesheets/application.css.scss */
.preguntas header {
  background: url(/assets/cajas/preguntas-header-1c8d1febf93960f5602c8aff3816e464.png) no-repeat 0px 0px;
}
/* line 247, ../../app/assets/stylesheets/application.css.scss */
.preguntas footer {
  background: url(/assets/cajas/preguntas-footer-463f7b26e64a8a2f7dc724deb74faf3f.png) no-repeat 0px 0px;
}
/* line 248, ../../app/assets/stylesheets/application.css.scss */
.preguntas .caja-body {
  background: url(/assets/cajas/preguntas-body-72070e655b58f4b5c3023e75158667a5.png) repeat 0px 0px;
  min-height: 150px;
}
/* line 250, ../../app/assets/stylesheets/application.css.scss */
.preguntas .caja-body img {
  margin: auto;
  display: block;
  max-width: 370px;
}
/* line 251, ../../app/assets/stylesheets/application.css.scss */
.preguntas .caja-body nav.tags ul li {
  background: url(/assets/li-claro-2183c9dbd60a1fba8e331be735011330.png) no-repeat 0px 4px;
  font-style: normal;
  padding-left: 20px;
  font-size: 18px !important;
}

/* line 256, ../../app/assets/stylesheets/application.css.scss */
.tweets header {
  height: 50px;
  background: url(/assets/cajas/tweets-header-c498c334944a141e26e9e6aa4b4a8701.png) no-repeat 0px 0px;
}
/* line 257, ../../app/assets/stylesheets/application.css.scss */
.tweets footer {
  background: url(/assets/cajas/tweets-footer-f63e204267e17518d320aa53cee7445a.png) no-repeat 0px 0px;
}
/* line 258, ../../app/assets/stylesheets/application.css.scss */
.tweets .caja-body {
  background: url(/assets/cajas/tweets-body-9162d9129ee7faadd5a64651807039c3.png) repeat 0px 0px;
  min-height: 150px;
}

/* line 262, ../../app/assets/stylesheets/application.css.scss */
.conferencias header {
  background: url(/assets/cajas/conferencias-header-0c4a3e5179215ee021a6604ccab70daa.png) no-repeat 0px 0px;
}
/* line 263, ../../app/assets/stylesheets/application.css.scss */
.conferencias .caja-body {
  background: url(/assets/cajas/conferencias-body-72070e655b58f4b5c3023e75158667a5.png) repeat 0px 0px;
  min-height: 400px;
}

/* line 267, ../../app/assets/stylesheets/application.css.scss */
.como_llegar header {
  background: url(/assets/cajas/como-llegar-header-a3b1fa38719e6d7c68e4e91ab790283f.png) no-repeat 0px 0px;
}
/* line 268, ../../app/assets/stylesheets/application.css.scss */
.como_llegar footer {
  background: url(/assets/cajas/como-llegar-footer-650b5425ebb9ecbeabeeb87d06e819a4.png) no-repeat 0px 0px;
}
/* line 269, ../../app/assets/stylesheets/application.css.scss */
.como_llegar .caja-body {
  background: url(/assets/cajas/como-llegar-body-72070e655b58f4b5c3023e75158667a5.png) repeat 0px 0px;
  min-height: 250px;
}
/* line 271, ../../app/assets/stylesheets/application.css.scss */
.como_llegar .caja-body img {
  max-width: 370px;
  margin-left: 110px;
}
/* line 272, ../../app/assets/stylesheets/application.css.scss */
.como_llegar .caja-body ul li {
  background-position: 0px 4px;
  font-style: normal;
  padding-left: 20px;
}

/* line 278, ../../app/assets/stylesheets/application.css.scss */
.contenido header {
  height: 81px;
  background: url(/assets/cajas/contenido-header-760f26a02400c8101b56c1c2a4fafa3c.png) no-repeat 0px 0px;
}
/* line 279, ../../app/assets/stylesheets/application.css.scss */
.contenido footer {
  height: 9px;
  background: url(/assets/cajas/contenido-footer-245f107592b96941e332dade89ba7d64.png) no-repeat 0px 0px;
}
/* line 280, ../../app/assets/stylesheets/application.css.scss */
.contenido .caja-body {
  padding: 60px 40px 20px 40px;
  background: url(/assets/cajas/contenido-body-518800c3cab9861ec0f372c5d7d28420.png) repeat 0px 0px;
}
/* line 282, ../../app/assets/stylesheets/application.css.scss */
.contenido .caja-body ul, .contenido .caja-body ol {
  font-size: 15px;
  color: #111111;
}
/* line 283, ../../app/assets/stylesheets/application.css.scss */
.contenido .caja-body ul {
  list-style: none;
  margin: 20px 0px;
  padding: 0px;
}
/* line 284, ../../app/assets/stylesheets/application.css.scss */
.contenido .caja-body ul li {
  padding-left: 15px;
  background: url(/assets/li-oscuro-9204097aa351e8d41a24a720ba149ca3.png) no-repeat 0px 6px;
  margin: 5px 0px;
}

/* line 288, ../../app/assets/stylesheets/application.css.scss */
.banners {
  width: 202px;
  text-align: center;
}

/* line 295, ../../app/assets/stylesheets/application.css.scss */
nav.subnav ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
/* line 297, ../../app/assets/stylesheets/application.css.scss */
nav.subnav ul li {
  display: block;
  border-bottom: 1px solid #9AD1F0;
}
/* line 299, ../../app/assets/stylesheets/application.css.scss */
nav.subnav ul li a {
  color: #9AD1F0;
  font-size: 17px;
  display: block;
  padding: 5px 0px;
  line-height: 18px;
}
/* line 300, ../../app/assets/stylesheets/application.css.scss */
nav.subnav ul li.active a, nav.subnav ul li a:hover {
  color: #ffffff;
}

/* line 306, ../../app/assets/stylesheets/application.css.scss */
nav.tags ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
/* line 308, ../../app/assets/stylesheets/application.css.scss */
nav.tags ul li {
  padding-left: 12px;
  background: url(/assets/li-marron-6fdb1404704c9fefa9352fe9ffafd89e.png) no-repeat 0px 5px;
}
/* line 310, ../../app/assets/stylesheets/application.css.scss */
nav.tags ul li a {
  display: block;
  color: #452200;
  font-size: 14px;
  line-height: 18px;
}
/* line 311, ../../app/assets/stylesheets/application.css.scss */
nav.tags ul li a:hover {
  color: #000;
}

/* line 316, ../../app/assets/stylesheets/application.css.scss */
div.imagen {
  background-color: #9AD1F0;
  padding-top: 5px;
  margin: 10px 0px 20px 0px;
}
/* line 318, ../../app/assets/stylesheets/application.css.scss */
div.imagen img {
  width: 630px;
  margin: 0px;
  padding: 0px;
  display: block;
}
/* line 319, ../../app/assets/stylesheets/application.css.scss */
div.imagen p {
  text-align: center;
  color: #0e3978;
  margin: 0px;
  padding: 0px;
  line-height: 30px;
}

/* line 322, ../../app/assets/stylesheets/application.css.scss */
section.personas {
  overflow: hidden;
}
/* line 324, ../../app/assets/stylesheets/application.css.scss */
section.personas article {
  border-bottom: 1px solid #9AD1F0;
  overflow: hidden;
  padding: 20px 0px;
}
/* line 326, ../../app/assets/stylesheets/application.css.scss */
section.personas article p {
  margin: 0px;
  padding: 0px;
}
/* line 327, ../../app/assets/stylesheets/application.css.scss */
section.personas article img {
  width: 110px;
  height: 110px;
  float: left;
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 10px;
  border: 2px solid #9AD1F0;
}

/* line 331, ../../app/assets/stylesheets/application.css.scss */
section.imagenes {
  padding: 10px 0px;
  overflow: hidden;
}
/* line 333, ../../app/assets/stylesheets/application.css.scss */
section.imagenes a {
  width: 200px;
  height: 150px;
  float: left;
  display: inline-block;
  margin-right: 6px;
  margin-bottom: 6px;
  border: 2px solid #0e3978;
  opacity: 0.9;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
/* line 336, ../../app/assets/stylesheets/application.css.scss */
section.imagenes a:hover {
  border-color: #9AD1F0;
  opacity: 1;
}
/* line 337, ../../app/assets/stylesheets/application.css.scss */
section.imagenes a img {
  display: block;
}
/* line 339, ../../app/assets/stylesheets/application.css.scss */
section.imagenes.imagenes-chicas a {
  overflow: hidden;
  margin-right: 5px;
  width: 186px;
}

/* line 342, ../../app/assets/stylesheets/application.css.scss */
section.documentos {
  padding: 10px 0px;
}

/* line 346, ../../app/assets/stylesheets/application.css.scss */
a.accion {
  display: block;
  background: url(/assets/descargar-72c9afff369781cf2edce1c3d11c31d3.png) no-repeat 0px 0px;
  padding-left: 40px;
  font-size: 17px;
  font-style: italic;
  color: #0e3978;
  line-height: 32px;
  margin-bottom: 10px;
  text-decoration: underline;
}

/* line 347, ../../app/assets/stylesheets/application.css.scss */
a.accion:hover {
  color: #000;
}

/* line 349, ../../app/assets/stylesheets/application.css.scss */
div.ponencias {
  overflow: hidden;
}
/* line 351, ../../app/assets/stylesheets/application.css.scss */
div.ponencias em {
  color: #0e3978;
  display: block;
}
/* line 352, ../../app/assets/stylesheets/application.css.scss */
div.ponencias a em {
  color: #222222 !important;
}
/* line 353, ../../app/assets/stylesheets/application.css.scss */
div.ponencias article {
  border-bottom: 1px solid #0e3978;
  padding: 10px 0px;
}
/* line 355, ../../app/assets/stylesheets/application.css.scss */
div.ponencias article span {
  color: #0e3978;
}
/* line 356, ../../app/assets/stylesheets/application.css.scss */
div.ponencias article:last-child {
  border-bottom: none;
}
/* line 357, ../../app/assets/stylesheets/application.css.scss */
div.ponencias article p {
  overflow: hidden;
}
/* line 359, ../../app/assets/stylesheets/application.css.scss */
div.ponencias article p img {
  width: 70px;
  height: 70px;
  float: left;
  margin-right: 10px;
  border: 2px solid #9AD1F0;
}
/* line 360, ../../app/assets/stylesheets/application.css.scss */
div.ponencias article p em {
  font-size: 15px;
}
/* line 364, ../../app/assets/stylesheets/application.css.scss */
div.ponencias section.indice a {
  display: block;
  padding: 10px 0px;
  border-bottom: 1px solid #0e3978;
}
/* line 366, ../../app/assets/stylesheets/application.css.scss */
div.ponencias section.indice a h4 {
  margin: 0px;
}
/* line 367, ../../app/assets/stylesheets/application.css.scss */
div.ponencias section.indice a em {
  font-size: 14px;
}

/* line 372, ../../app/assets/stylesheets/application.css.scss */
form.formulario {
  overflow: hidden;
}
/* line 374, ../../app/assets/stylesheets/application.css.scss */
form.formulario div {
  margin-bottom: 5px;
  overflow: hidden;
  display: block;
}
/* line 375, ../../app/assets/stylesheets/application.css.scss */
form.formulario label {
  width: 150px;
  float: left;
  display: inline-block;
  padding: 5px 10px;
  margin: 0px;
  line-height: 18px;
  font-size: 16px;
  color: #111111;
  text-align: right;
  font-weight: normal;
  font-style: normal;
  cursor: pointer;
}
/* line 376, ../../app/assets/stylesheets/application.css.scss */
form.formulario input, form.formulario textarea, form.formulario select {
  width: 428px;
  float: left;
  display: inline-block;
  margin: 0px;
  padding: 5px 10px;
  border: none;
  background-color: #ffffff;
}
/* line 377, ../../app/assets/stylesheets/application.css.scss */
form.formulario input.button {
  width: auto;
  height: 48px;
  float: right;
  background: transparent url(/assets/submit-00d7e5359a26bc6e9d2defe517ad4f16.png) no-repeat center right;
  margin: 10px 0px;
  padding: 10px 2px 0px 0px;
  font-size: 18px;
  color: #111111;
  font-style: normal;
  text-align: right;
  cursor: pointer;
  font-family: Georgia, sans-serif;
}
/* line 378, ../../app/assets/stylesheets/application.css.scss */
form.formulario input.button:hover {
  color: #452200;
}
/* line 379, ../../app/assets/stylesheets/application.css.scss */
form.formulario textarea {
  height: 100px;
}
/* line 380, ../../app/assets/stylesheets/application.css.scss */
form.formulario select {
  width: 448px;
}
/* line 381, ../../app/assets/stylesheets/application.css.scss */
form.formulario div.check_boxes, form.formulario div.boolean {
  margin-bottom: 15px;
}
/* line 383, ../../app/assets/stylesheets/application.css.scss */
form.formulario div.check_boxes span.checkbox, form.formulario div.boolean span.checkbox {
  display: block;
  overflow: hidden;
  padding: 5px 0px;
}
/* line 384, ../../app/assets/stylesheets/application.css.scss */
form.formulario div.check_boxes input, form.formulario div.boolean input {
  width: 16px;
  height: 16px;
  margin: 0px 5px 5px 0px;
  padding: 0px;
  float: left;
  background: gold;
  color: red;
}
/* line 385, ../../app/assets/stylesheets/application.css.scss */
form.formulario div.check_boxes label, form.formulario div.boolean label {
  width: 600px;
  float: left;
  padding: 0px;
  margin-bottom: 5px;
  text-align: left;
}
/* line 387, ../../app/assets/stylesheets/application.css.scss */
form.formulario p.aclaracion {
  padding-left: 175px;
}

/* line 391, ../../app/assets/stylesheets/application.css.scss */
.listado-actualidades .item, .listado-novedades .item, .listado-documentos .item, .listado-cursos .item {
  border-bottom: 1px solid #9AD1F0;
  padding: 20px 0px;
  display: block;
  color: #111111;
}
/* line 394, ../../app/assets/stylesheets/application.css.scss */
.listado-actualidades .item h3, .listado-novedades .item h3, .listado-documentos .item h3, .listado-cursos .item h3 {
  color: #0e3978;
}
/* line 395, ../../app/assets/stylesheets/application.css.scss */
.listado-actualidades .item h3 span, .listado-novedades .item h3 span, .listado-documentos .item h3 span, .listado-cursos .item h3 span {
  display: block;
  font-size: 15px;
  color: #0e3978;
  line-height: 15px;
  padding: 0px 5px;
}
/* line 396, ../../app/assets/stylesheets/application.css.scss */
.listado-actualidades .item:last-child, .listado-novedades .item:last-child, .listado-documentos .item:last-child, .listado-cursos .item:last-child {
  border-bottom: none;
}
/* line 397, ../../app/assets/stylesheets/application.css.scss */
.listado-actualidades .item img, .listado-novedades .item img, .listado-documentos .item img, .listado-cursos .item img {
  width: 70px;
  height: 70px;
  float: left;
  display: inline-block;
  margin-right: 10px;
  border: 2px solid #9AD1F0;
}
/* line 398, ../../app/assets/stylesheets/application.css.scss */
.listado-actualidades .item em, .listado-novedades .item em, .listado-documentos .item em, .listado-cursos .item em {
  font-size: 15px;
  display: block;
  font-weight: bold;
}
/* line 399, ../../app/assets/stylesheets/application.css.scss */
.listado-actualidades .item p, .listado-novedades .item p, .listado-documentos .item p, .listado-cursos .item p {
  margin: 0px;
}
/* line 400, ../../app/assets/stylesheets/application.css.scss */
.listado-actualidades .item h5, .listado-novedades .item h5, .listado-documentos .item h5, .listado-cursos .item h5 {
  margin: 20px 0 5px 0;
}
/* line 401, ../../app/assets/stylesheets/application.css.scss */
.listado-actualidades .item .ingresar-aula, .listado-novedades .item .ingresar-aula, .listado-documentos .item .ingresar-aula, .listado-cursos .item .ingresar-aula {
  display: inline-block;
  font-size: 15px;
  color: #ffffff;
  margin-bottom: 25px;
  background-color: #0e3978;
  padding: 3px 12px;
}
/* line 403, ../../app/assets/stylesheets/application.css.scss */
.listado-actualidades .item .ingresar-aula:hover, .listado-novedades .item .ingresar-aula:hover, .listado-documentos .item .ingresar-aula:hover, .listado-cursos .item .ingresar-aula:hover {
  opacity: 0.8;
}

/* line 408, ../../app/assets/stylesheets/application.css.scss */
.listado-actualidades .item p {
  float: right;
  width: 310px;
}

/* line 412, ../../app/assets/stylesheets/application.css.scss */
.listado-novedades .item img {
  width: 200px;
  height: 150px;
}

/* line 415, ../../app/assets/stylesheets/application.css.scss */
.listado-cursos .item {
  border-bottom: 1px solid #0e3978;
}
/* line 417, ../../app/assets/stylesheets/application.css.scss */
.listado-cursos .item h3 {
  border-bottom: 1px solid #0e3978;
}
/* line 418, ../../app/assets/stylesheets/application.css.scss */
.listado-cursos .item h3 span {
  color: #227a0c;
  padding: 0;
}
/* line 419, ../../app/assets/stylesheets/application.css.scss */
.listado-cursos .item h4 {
  padding: 4px 6px;
  background-color: #0e3978;
  color: #ffffff;
  position: absolute;
  right: 0;
  bottom: 0px;
  font-size: 14px;
}
/* line 421, ../../app/assets/stylesheets/application.css.scss */
.listado-cursos .item img {
  width: auto;
  height: auto;
  float: none;
  display: block;
  margin-right: 0px;
  margin-bottom: 20px;
  border: none;
}

/* line 424, ../../app/assets/stylesheets/application.css.scss */
.cleaner {
  clear: both;
}

/* line 426, ../../app/assets/stylesheets/application.css.scss */
.banner-cursos {
  display: block;
  margin-bottom: 20px;
  position: relative;
  min-height: 153px;
}
/* line 428, ../../app/assets/stylesheets/application.css.scss */
.banner-cursos img {
  display: block;
}
/* line 429, ../../app/assets/stylesheets/application.css.scss */
.banner-cursos a {
  position: absolute;
  top: -70px;
  left: 0;
}
/* line 430, ../../app/assets/stylesheets/application.css.scss */
.banner-cursos span {
  background-color: #0e3978;
  padding: 5px 8px;
  position: absolute;
  top: 15px;
  right: 0;
  color: #ffffff;
  font-size: 13px;
}

/* line 433, ../../app/assets/stylesheets/application.css.scss */
#sesion {
  background-color: #9AD1F0;
  top: 20px;
}
/* line 435, ../../app/assets/stylesheets/application.css.scss */
#sesion .modal-header {
  border-bottom: none;
}
/* line 436, ../../app/assets/stylesheets/application.css.scss */
#sesion h2 {
  margin-bottom: 0px;
  border-bottom: 2px solid #227a0c;
}
/* line 437, ../../app/assets/stylesheets/application.css.scss */
#sesion h3 {
  margin-bottom: 15px;
  font-weight: bold;
  font-size: 16px;
}
/* line 438, ../../app/assets/stylesheets/application.css.scss */
#sesion h4 {
  font-size: 16px;
  border-bottom: 1px solid #222;
  margin-bottom: 8px;
}
/* line 439, ../../app/assets/stylesheets/application.css.scss */
#sesion .form-group {
  float: left;
  width: 46%;
}
/* line 440, ../../app/assets/stylesheets/application.css.scss */
#sesion .modal-footer {
  background-color: #0e3978;
}
/* line 442, ../../app/assets/stylesheets/application.css.scss */
#sesion .modal-footer button {
  background-color: transparent;
  border: 1px solid #fff;
  padding: 7px 12px;
  color: #ffffff;
  cursor: pointer;
}
/* line 444, ../../app/assets/stylesheets/application.css.scss */
#sesion label {
  display: block;
}
/* line 445, ../../app/assets/stylesheets/application.css.scss */
#sesion input:not([type='submit']) {
  width: 90%;
  height: 25px;
  font-size: 15px;
  padding-left: 5px;
  margin: 5px 0;
}
/* line 446, ../../app/assets/stylesheets/application.css.scss */
#sesion .redes-sociales {
  border-top: 1px solid #222222;
  border-bottom: 1px solid #222222;
  margin-top: 10px;
  padding: 11px 0 8px 0;
}
/* line 448, ../../app/assets/stylesheets/application.css.scss */
#sesion .redes-sociales img {
  width: 30%;
  height: auto;
  margin-right: 8px;
}
/* line 450, ../../app/assets/stylesheets/application.css.scss */
#sesion input.btn {
  cursor: pointer;
}
/* line 451, ../../app/assets/stylesheets/application.css.scss */
#sesion input.btn:hover {
  opacity: 0.8;
}
/* line 452, ../../app/assets/stylesheets/application.css.scss */
#sesion .modal-header input.btn, #sesion .modal-body input.btn {
  background-color: #227a0c;
  color: #ffffff;
  border: none;
  padding: 9px 14px;
  font-size: 16px;
  font-family: Georgia, sans-serif;
}
/* line 455, ../../app/assets/stylesheets/application.css.scss */
#sesion .modal-body input.btn {
  margin-top: 10px;
}
/* line 457, ../../app/assets/stylesheets/application.css.scss */
#sesion .close {
  background-color: transparent !important;
  color: #222222 !important;
  position: relative;
  bottom: 8px;
  left: 6px;
}

/* line 460, ../../app/assets/stylesheets/application.css.scss */
.boton-ingresar {
  font-size: 16px;
  float: left;
  background-color: #227a0c;
  color: #ffffff;
  padding: 8px 12px;
  margin: 20px 0;
  display: inline-block;
}

/* line 461, ../../app/assets/stylesheets/application.css.scss */
.boton-ingresar:hover {
  color: #ffffff;
  opacity: 0.8;
}

/* line 463, ../../app/assets/stylesheets/application.css.scss */
.boton-ver-certificado {
  font-size: 13px;
  background-color: #0e3978;
  color: #ffffff;
  padding: 8px 12px;
  display: inline-block;
  text-transform: uppercase;
}
