/* Get the bourbon mixin from http://bourbon.io */
/* Reset */
.flip-clock-wrapper * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
}

.flip-clock-wrapper a {
  cursor: pointer;
  text-decoration: none;
  color: #ccc; }

.flip-clock-wrapper a:hover {
  color: #fff; }

.flip-clock-wrapper ul {
  list-style: none; }

.flip-clock-wrapper.clearfix:before,
.flip-clock-wrapper.clearfix:after {
  content: " ";
  display: table; }

.flip-clock-wrapper.clearfix:after {
  clear: both; }

.flip-clock-wrapper.clearfix {
  *zoom: 1; }

/* Main */
.flip-clock-wrapper {
  font: normal 11px "Helvetica Neue", Helvetica, sans-serif;
  -webkit-user-select: none; }

.flip-clock-meridium {
  background: none !important;
  box-shadow: 0 0 0 !important;
  font-size: 36px !important; }

.flip-clock-meridium a { color: #313333; }

.flip-clock-wrapper {
  text-align: center;
  position: relative;
  width: 100%;
  margin: 1em;
}

.flip-clock-wrapper:before,
.flip-clock-wrapper:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}
.flip-clock-wrapper:after {
    clear: both;
}

/* Skeleton */
.flip-clock-wrapper ul {
  position: relative;
  float: left;
  margin: 5px;
  width: 60px;
  height: 90px;
  font-size: 80px;
  font-weight: bold;
  line-height: 87px;
  border-radius: 6px;
  background: #000;
}

.flip-clock-wrapper ul li {
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-decoration: none !important;
}

.flip-clock-wrapper ul li:first-child {
  z-index: 2; }

.flip-clock-wrapper ul li a {
  display: block;
  height: 100%;
  -webkit-perspective: 200px;
  -moz-perspective: 200px;
  perspective: 200px;
  margin: 0 !important;
  overflow: visible !important;
  cursor: default !important; }

.flip-clock-wrapper ul li a div {
  z-index: 1;
  position: absolute;
  left: 0;
  width: 100%;
  height: 50%;
  font-size: 80px;
  overflow: hidden; }

.flip-clock-wrapper ul li a div .shadow {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2; }

.flip-clock-wrapper ul li a div.up {
  -webkit-transform-origin: 50% 100%;
  -moz-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  -o-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  top: 0; }

.flip-clock-wrapper ul li a div.up:after {
  content: "";
  position: absolute;
  top: 44px;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 3px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.4); }

.flip-clock-wrapper ul li a div.down {
  -webkit-transform-origin: 50% 0;
  -moz-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  -o-transform-origin: 50% 0;
  transform-origin: 50% 0;
  bottom: 0; }

.flip-clock-wrapper ul li a div div.inn {
  position: absolute;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 200%;
  color: #ccc;
  text-shadow: 0 1px 2px #000;
  text-align: center;
  background-color: #333;
  border-radius: 6px;
  font-size: 70px; }

.flip-clock-wrapper ul li a div.up div.inn {
  top: 0; }

.flip-clock-wrapper ul li a div.down div.inn {
  bottom: 0; }

/* PLAY */
.flip-clock-wrapper ul.play li.flip-clock-before {
  z-index: 3; }

.flip-clock-wrapper .flip {   box-shadow: 0 2px 5px rgba(0, 0, 0, 0.7); }

.flip-clock-wrapper ul.play li.flip-clock-active {
  -webkit-animation: asd 0.5s 0.5s linear both;
  -moz-animation: asd 0.5s 0.5s linear both;
  animation: asd 0.5s 0.5s linear both;
  z-index: 5; }

.flip-clock-divider {
  float: left;
  display: inline-block;
  position: relative;
  width: 20px;
  height: 100px; }

.flip-clock-divider:first-child {
  width: 0; }

.flip-clock-dot {
  display: block;
  background: #323434;
  width: 10px;
  height: 10px;
  position: absolute;
  border-radius: 50%;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  left: 5px; }

.flip-clock-divider .flip-clock-label {
  position: absolute;
  top: -1.5em;
  right: -86px;
  color: black;
  text-shadow: none; }

.flip-clock-divider.minutes .flip-clock-label {
  right: -88px; }

.flip-clock-divider.seconds .flip-clock-label {
  right: -91px; }

.flip-clock-dot.top {
  top: 30px; }

.flip-clock-dot.bottom {
  bottom: 30px; }

@-webkit-keyframes asd {
  0% {
    z-index: 2; }

  20% {
    z-index: 4; }

  100% {
    z-index: 4; } }

@-moz-keyframes asd {
  0% {
    z-index: 2; }

  20% {
    z-index: 4; }

  100% {
    z-index: 4; } }

@-o-keyframes asd {
  0% {
    z-index: 2; }

  20% {
    z-index: 4; }

  100% {
    z-index: 4; } }

@keyframes asd {
  0% {
    z-index: 2; }

  20% {
    z-index: 4; }

  100% {
    z-index: 4; } }

.flip-clock-wrapper ul.play li.flip-clock-active .down {
  z-index: 2;
  -webkit-animation: turn 0.5s 0.5s linear both;
  -moz-animation: turn 0.5s 0.5s linear both;
  animation: turn 0.5s 0.5s linear both; }

@-webkit-keyframes turn {
  0% {
    -webkit-transform: rotateX(90deg); }

  100% {
    -webkit-transform: rotateX(0deg); } }

@-moz-keyframes turn {
  0% {
    -moz-transform: rotateX(90deg); }

  100% {
    -moz-transform: rotateX(0deg); } }

@-o-keyframes turn {
  0% {
    -o-transform: rotateX(90deg); }

  100% {
    -o-transform: rotateX(0deg); } }

@keyframes turn {
  0% {
    transform: rotateX(90deg); }

  100% {
    transform: rotateX(0deg); } }

.flip-clock-wrapper ul.play li.flip-clock-before .up {
  z-index: 2;
  -webkit-animation: turn2 0.5s linear both;
  -moz-animation: turn2 0.5s linear both;
  animation: turn2 0.5s linear both; }

@-webkit-keyframes turn2 {
  0% {
    -webkit-transform: rotateX(0deg); }

  100% {
    -webkit-transform: rotateX(-90deg); } }

@-moz-keyframes turn2 {
  0% {
    -moz-transform: rotateX(0deg); }

  100% {
    -moz-transform: rotateX(-90deg); } }

@-o-keyframes turn2 {
  0% {
    -o-transform: rotateX(0deg); }

  100% {
    -o-transform: rotateX(-90deg); } }

@keyframes turn2 {
  0% {
    transform: rotateX(0deg); }

  100% {
    transform: rotateX(-90deg); } }

.flip-clock-wrapper ul li.flip-clock-active {
  z-index: 3; }

/* SHADOW */
.flip-clock-wrapper ul.play li.flip-clock-before .up .shadow {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.1)), color-stop(100%, black));
  background: linear, top, rgba(0, 0, 0, 0.1) 0%, black 100%;
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
  background: linear, to bottom, rgba(0, 0, 0, 0.1) 0%, black 100%;
  -webkit-animation: show 0.5s linear both;
  -moz-animation: show 0.5s linear both;
  animation: show 0.5s linear both; }

.flip-clock-wrapper ul.play li.flip-clock-active .up .shadow {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.1)), color-stop(100%, black));
  background: linear, top, rgba(0, 0, 0, 0.1) 0%, black 100%;
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
  background: linear, to bottom, rgba(0, 0, 0, 0.1) 0%, black 100%;
  -webkit-animation: hide 0.5s 0.3s linear both;
  -moz-animation: hide 0.5s 0.3s linear both;
  animation: hide 0.5s 0.3s linear both; }

/*DOWN*/
.flip-clock-wrapper ul.play li.flip-clock-before .down .shadow {
  background: -moz-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, black), color-stop(100%, rgba(0, 0, 0, 0.1)));
  background: linear, top, black 0%, rgba(0, 0, 0, 0.1) 100%;
  background: -o-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
  background: -ms-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
  background: linear, to bottom, black 0%, rgba(0, 0, 0, 0.1) 100%;
  -webkit-animation: show 0.5s linear both;
  -moz-animation: show 0.5s linear both;
  animation: show 0.5s linear both; }

.flip-clock-wrapper ul.play li.flip-clock-active .down .shadow {
  background: -moz-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, black), color-stop(100%, rgba(0, 0, 0, 0.1)));
  background: linear, top, black 0%, rgba(0, 0, 0, 0.1) 100%;
  background: -o-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
  background: -ms-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
  background: linear, to bottom, black 0%, rgba(0, 0, 0, 0.1) 100%;
  -webkit-animation: hide 0.5s 0.3s linear both;
  -moz-animation: hide 0.5s 0.3s linear both;
  animation: hide 0.5s 0.2s linear both; }

@-webkit-keyframes show {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@-moz-keyframes show {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@-o-keyframes show {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@keyframes show {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@-webkit-keyframes hide {
  0% {
    opacity: 1; }

  100% {
    opacity: 0; } }

@-moz-keyframes hide {
  0% {
    opacity: 1; }

  100% {
    opacity: 0; } }

@-o-keyframes hide {
  0% {
    opacity: 1; }

  100% {
    opacity: 0; } }

@keyframes hide {
  0% {
    opacity: 1; }

  100% {
    opacity: 0; } }

/***
Spectrum Colorpicker v1.1.1
https://github.com/bgrins/spectrum
Author: Brian Grinstead
License: MIT
***/

.sp-container {
    position:absolute;
    top:0;
    left:0;
    display:inline-block;
    *display: inline;
    *zoom: 1;
    z-index: 2147483647;
    overflow: hidden;
}
.sp-container.sp-flat {
    position: relative;
}

/* http://ansciath.tumblr.com/post/7347495869/css-aspect-ratio */
.sp-top {
  position:relative;
  width: 100%;
  display:inline-block;
}
.sp-top-inner {
   position:absolute;
   top:0;
   left:0;
   bottom:0;
   right:0;
}
.sp-color {
    position: absolute;
    top:0;
    left:0;
    bottom:0;
    right:20%;
}
.sp-hue {
    position: absolute;
    top:0;
    right:0;
    bottom:0;
    left:84%;
    height: 100%;
}
.sp-fill {
    padding-top: 80%;
}
.sp-sat, .sp-val {
    position: absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
}

.sp-alpha-enabled .sp-top
{
    margin-bottom: 18px;
}
.sp-alpha-enabled .sp-alpha
{
    display: block;
}

.sp-alpha-handle
{
    position:absolute;
    top:-4px;
    bottom: -4px;
    width: 6px;
    left: 50%;
    cursor: pointer;
    border: 1px solid black;
    background: white;
    opacity: .8;
}

.sp-alpha
{
    display: none;
    position: absolute;
    bottom: -14px;
    right: 0;
    left: 0;
    height: 8px;
}
.sp-alpha-inner{
    border: solid 1px #333;
}

/* Don't allow text selection */
.sp-container, .sp-replacer, .sp-preview, .sp-dragger, .sp-slider, .sp-alpha, .sp-alpha-handle, .sp-container.sp-dragging .sp-input, .sp-container button  {
    -webkit-user-select:none;
    -moz-user-select: -moz-none;
    -o-user-select:none;
    user-select: none;
}

.sp-container.sp-input-disabled .sp-input-container {
    display: none;
}
.sp-container.sp-buttons-disabled .sp-button-container {
    display: none;
}
.sp-palette-only .sp-picker-container {
    display: none;
}
.sp-palette-disabled .sp-palette-container {
    display: none;
}

.sp-initial-disabled .sp-initial {
    display: none;
}


/* Gradients for hue, saturation and value instead of images.  Not pretty... but it works */
.sp-sat {
    background-image: -webkit-gradient(linear,  0 0, 100% 0, from(#FFF), to(rgba(204, 154, 129, 0)));
    background-image: -webkit-linear-gradient(left, #FFF, rgba(204, 154, 129, 0));
    background-image: -moz-linear-gradient(left, #fff, rgba(204, 154, 129, 0));
    background-image: -o-linear-gradient(left, #fff, rgba(204, 154, 129, 0));
    background-image: -ms-linear-gradient(left, #fff, rgba(204, 154, 129, 0));
    background-image: linear-gradient(to right, #fff, rgba(204, 154, 129, 0));
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType = 1, startColorstr=#FFFFFFFF, endColorstr=#00CC9A81)";
    filter : progid:DXImageTransform.Microsoft.gradient(GradientType = 1, startColorstr='#FFFFFFFF', endColorstr='#00CC9A81');
}
.sp-val {
    background-image: -webkit-gradient(linear, 0 100%, 0 0, from(#000000), to(rgba(204, 154, 129, 0)));
    background-image: -webkit-linear-gradient(bottom, #000000, rgba(204, 154, 129, 0));
    background-image: -moz-linear-gradient(bottom, #000, rgba(204, 154, 129, 0));
    background-image: -o-linear-gradient(bottom, #000, rgba(204, 154, 129, 0));
    background-image: -ms-linear-gradient(bottom, #000, rgba(204, 154, 129, 0));
    background-image: linear-gradient(to top, #000, rgba(204, 154, 129, 0));
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00CC9A81, endColorstr=#FF000000)";
    filter : progid:DXImageTransform.Microsoft.gradient(startColorstr='#00CC9A81', endColorstr='#FF000000');
}

.sp-hue {
    background: -moz-linear-gradient(top, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%);
    background: -ms-linear-gradient(top, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%);
    background: -o-linear-gradient(top, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#ff0000), color-stop(0.17, #ffff00), color-stop(0.33, #00ff00), color-stop(0.5, #00ffff), color-stop(0.67, #0000ff), color-stop(0.83, #ff00ff), to(#ff0000));
    background: -webkit-linear-gradient(top, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%);
}

/* IE filters do not support multiple color stops.
   Generate 6 divs, line them up, and do two color gradients for each.
   Yes, really.
 */

.sp-1 {
    height:17%;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0000', endColorstr='#ffff00');
}
.sp-2 {
    height:16%;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffff00', endColorstr='#00ff00');
}
.sp-3 {
    height:17%;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ff00', endColorstr='#00ffff');
}
.sp-4 {
    height:17%;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffff', endColorstr='#0000ff');
}
.sp-5 {
    height:16%;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0000ff', endColorstr='#ff00ff');
}
.sp-6 {
    height:17%;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff00ff', endColorstr='#ff0000');
}

.sp-hidden {
    display: none !important;
}

/* Clearfix hack */
.sp-cf:before, .sp-cf:after { content: ""; display: table; }
.sp-cf:after { clear: both; }
.sp-cf { *zoom: 1; }

/* Mobile devices, make hue slider bigger so it is easier to slide */
@media (max-device-width: 480px) {
    .sp-color { right: 40%; }
    .sp-hue { left: 63%; }
    .sp-fill { padding-top: 60%; }
}

.sp-dragger {
   border-radius: 5px;
   height: 5px;
   width: 5px;
   border: 1px solid #fff;
   background: #000;
   cursor: pointer;
   position:absolute;
   top:0;
   left: 0;
}
.sp-slider {
    position: absolute;
    top:0;
    cursor:pointer;
    height: 3px;
    left: -1px;
    right: -1px;
    border: 1px solid #000;
    background: white;
    opacity: .8;
}

/* Basic display options (colors, fonts, global widths) */
.sp-container {
    border-radius: 0;
    background-color: #ECECEC;
    border: solid 1px #f0c49B;
    padding: 0;
}
.sp-container, .sp-container button, .sp-container input, .sp-color, .sp-hue
{
    font: normal 12px "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.sp-top
{
    margin-bottom: 3px;
}
.sp-color, .sp-hue
{
    border: solid 1px #666;
}

/* Input */
.sp-input-container {
    float:right;
    width: 100px;
    margin-bottom: 4px;
}
.sp-initial-disabled  .sp-input-container {
    width: 100%;
}
.sp-input {
   font-size: 12px !important;
   border: 1px inset;
   padding: 4px 5px;
   margin: 0;
   width: 100%;
   background:transparent;
   border-radius: 3px;
   color: #222;
}
.sp-input:focus  {
    border: 1px solid orange;
}
.sp-input.sp-validation-error
{
    border: 1px solid red;
    background: #fdd;
}
.sp-picker-container , .sp-palette-container
{
    float:left;
    position: relative;
    padding: 10px;
    padding-bottom: 300px;
    margin-bottom: -290px;
}
.sp-picker-container
{
    width: 172px;
    border-left: solid 1px #fff;
}

/* Palettes */
.sp-palette-container
{
    border-right: solid 1px #ccc;
}

.sp-palette .sp-thumb-el {
    display: block;
    position:relative;
    float:left;
    width: 24px;
    height: 15px;
    margin: 3px;
    cursor: pointer;
    border:solid 2px transparent;
}
.sp-palette .sp-thumb-el:hover, .sp-palette .sp-thumb-el.sp-thumb-active {
    border-color: orange;
}
.sp-thumb-el
{
    position:relative;
}

/* Initial */
.sp-initial
{
    float: left;
    border: solid 1px #333;
}
.sp-initial span {
    width: 30px;
    height: 25px;
    border:none;
    display:block;
    float:left;
    margin:0;
}

/* Buttons */
.sp-button-container {
    float: right;
}

/* Replacer (the little preview div that shows up instead of the <input>) */
.sp-replacer {
    margin:0;
    overflow:hidden;
    cursor:pointer;
    padding: 4px;
    display:inline-block;
    *zoom: 1;
    *display: inline;
    border: solid 1px #91765d;
    background: #eee;
    color: #333;
    vertical-align: middle;
}
.sp-replacer:hover, .sp-replacer.sp-active {
    border-color: #F0C49B;
    color: #111;
}
.sp-replacer.sp-disabled {
    cursor:default;
    border-color: silver;
    color: silver;
}
.sp-dd {
    padding: 2px 0;
    height: 16px;
    line-height: 16px;
    float:left;
    font-size:10px;
}
.sp-preview
{
    position:relative;
    width:25px;
    height: 20px;
    border: solid 1px #222;
    margin-right: 5px;
    float:left;
    z-index: 0;
}

.sp-palette
{
    *width: 220px;
    max-width: 220px;
}
.sp-palette .sp-thumb-el
{
    width:16px;
    height: 16px;
    margin:2px 1px;
    border: solid 1px #d0d0d0;
}

.sp-container
{
    padding-bottom:0;
}


/* Buttons: http://hellohappy.org/css3-buttons/ */
.sp-container button {
  background-color: #eeeeee;
  background-image: -webkit-linear-gradient(top, #eeeeee, #cccccc);
  background-image: -moz-linear-gradient(top, #eeeeee, #cccccc);
  background-image: -ms-linear-gradient(top, #eeeeee, #cccccc);
  background-image: -o-linear-gradient(top, #eeeeee, #cccccc);
  background-image: -ms-linear-gradient(top, #eeeeee, #cccccc);
  background-image: linear-gradient(to bottom, #eeeeee, #cccccc);
  border: 1px solid #ccc;
  border-bottom: 1px solid #bbb;
  border-radius: 3px;
  color: #333;
  font-size: 14px;
  line-height: 1;
  padding: 5px 4px;
  text-align: center;
  text-shadow: 0 1px 0 #eee;
  vertical-align: middle;
}
.sp-container button:hover {
    background-color: #dddddd;
    background-image: -webkit-linear-gradient(top, #dddddd, #bbbbbb);
    background-image: -moz-linear-gradient(top, #dddddd, #bbbbbb);
    background-image: -ms-linear-gradient(top, #dddddd, #bbbbbb);
    background-image: -o-linear-gradient(top, #dddddd, #bbbbbb);
    background-image: -ms-linear-gradient(top, #dddddd, #bbbbbb);
    background-image: linear-gradient(to bottom, #dddddd, #bbbbbb);
    border: 1px solid #bbb;
    border-bottom: 1px solid #999;
    cursor: pointer;
    text-shadow: 0 1px 0 #ddd;
}
.sp-container button:active {
    border: 1px solid #aaa;
    border-bottom: 1px solid #888;
    -webkit-box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
    -moz-box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
    -ms-box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
    -o-box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
    box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
}
.sp-cancel
{
    font-size: 11px;
    color: #d93f3f !important;
    margin:0;
    padding:2px;
    margin-right: 5px;
    vertical-align: middle;
    text-decoration:none;

}
.sp-cancel:hover
{
    color: #d93f3f !important;
    text-decoration: underline;
}


.sp-palette span:hover, .sp-palette span.sp-thumb-active
{
    border-color: #000;
}

.sp-preview, .sp-alpha, .sp-thumb-el
{
    position:relative;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==);
}
.sp-preview-inner, .sp-alpha-inner, .sp-thumb-inner
{
    display:block;
    position:absolute;
    top:0;left:0;bottom:0;right:0;
}

.sp-palette .sp-thumb-inner
{
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.sp-palette .sp-thumb-light.sp-thumb-active .sp-thumb-inner
{
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIVJREFUeNpiYBhsgJFMffxAXABlN5JruT4Q3wfi/0DsT64h8UD8HmpIPCWG/KemIfOJCUB+Aoacx6EGBZyHBqI+WsDCwuQ9mhxeg2A210Ntfo8klk9sOMijaURm7yc1UP2RNCMbKE9ODK1HM6iegYLkfx8pligC9lCD7KmRof0ZhjQACDAAceovrtpVBRkAAAAASUVORK5CYII=);
}

.sp-palette .sp-thumb-dark.sp-thumb-active .sp-thumb-inner
{
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAadEVYdFNvZnR3YXJlAFBhaW50Lk5FVCB2My41LjEwMPRyoQAAAMdJREFUOE+tkgsNwzAMRMugEAahEAahEAZhEAqlEAZhEAohEAYh81X2dIm8fKpEspLGvudPOsUYpxE2BIJCroJmEW9qJ+MKaBFhEMNabSy9oIcIPwrB+afvAUFoK4H0tMaQ3XtlrggDhOVVMuT4E5MMG0FBbCEYzjYT7OxLEvIHQLY2zWwQ3D+9luyOQTfKDiFD3iUIfPk8VqrKjgAiSfGFPecrg6HN6m/iBcwiDAo7WiBeawa+Kwh7tZoSCGLMqwlSAzVDhoK+6vH4G0P5wdkAAAAASUVORK5CYII=);
}

/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline; }

html {
  line-height: 1; }

ol, ul {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

q, blockquote {
  quotes: none; }
  q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none; }

a img {
  border: none; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block; }

/*
 * Bootstrap v2.2.2
 *
 * Copyright 2012 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block; }

audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

audio:not([controls]) {
  display: none; }

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

a:hover,
a:active {
  outline: 0; }

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

#map_canvas img,
.google-maps img {
  max-width: none; }

button,
input,
select,
textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle; }

button,
input {
  *overflow: visible;
  line-height: normal; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

label,
select,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="radio"],
input[type="checkbox"] {
  cursor: pointer; }

input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield; }

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none; }

textarea {
  overflow: auto;
  vertical-align: top; }

@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important; }

  a,
  a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  tr,
  img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  @page {
    margin: 0.5cm; }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; } }
body {
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  background-color: white; }

a {
  color: #0088cc;
  text-decoration: none; }

a:hover {
  color: #005580;
  text-decoration: underline; }

.img-rounded {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px; }

.img-polaroid {
  padding: 4px;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1); }

.img-circle {
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px; }

.row {
  margin-left: -20px;
  *zoom: 1; }
  .row:before, .row:after {
    display: table;
    content: "";
    line-height: 0; }
  .row:after {
    clear: both; }

[class*="span"] {
  float: left;
  margin-left: 20px; }

.container,
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
  width: 940px; }

.span12 {
  width: 940px; }

.span11 {
  width: 860px; }

.span10 {
  width: 780px; }

.span9 {
  width: 700px; }

.span8 {
  width: 620px; }

.span7 {
  width: 540px; }

.span6 {
  width: 460px; }

.span5 {
  width: 380px; }

.span4 {
  width: 300px; }

.span3 {
  width: 220px; }

.span2 {
  width: 140px; }

.span1 {
  width: 60px; }

.offset12 {
  margin-left: 980px; }

.offset11 {
  margin-left: 900px; }

.offset10 {
  margin-left: 820px; }

.offset9 {
  margin-left: 740px; }

.offset8 {
  margin-left: 660px; }

.offset7 {
  margin-left: 580px; }

.offset6 {
  margin-left: 500px; }

.offset5 {
  margin-left: 420px; }

.offset4 {
  margin-left: 340px; }

.offset3 {
  margin-left: 260px; }

.offset2 {
  margin-left: 180px; }

.offset1 {
  margin-left: 100px; }

.row-fluid {
  width: 100%;
  *zoom: 1; }
  .row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
    line-height: 0; }
  .row-fluid:after {
    clear: both; }
  .row-fluid [class*="span"] {
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin-left: 2.12766%;
    *margin-left: 2.07447%; }
  .row-fluid [class*="span"]:first-child {
    margin-left: 0; }
  .row-fluid .span12 {
    width: 100%;
    *width: 99.94681%; }
  .row-fluid .offset12 {
    margin-left: 104.25532%;
    *margin-left: 104.14894%; }
  .row-fluid .offset12:first-child {
    margin-left: 102.12766%;
    *margin-left: 102.02128%; }
  .row-fluid .span11 {
    width: 91.48936%;
    *width: 91.43617%; }
  .row-fluid .offset11 {
    margin-left: 95.74468%;
    *margin-left: 95.6383%; }
  .row-fluid .offset11:first-child {
    margin-left: 93.61702%;
    *margin-left: 93.51064%; }
  .row-fluid .span10 {
    width: 82.97872%;
    *width: 82.92553%; }
  .row-fluid .offset10 {
    margin-left: 87.23404%;
    *margin-left: 87.12766%; }
  .row-fluid .offset10:first-child {
    margin-left: 85.10638%;
    *margin-left: 85.0%; }
  .row-fluid .span9 {
    width: 74.46809%;
    *width: 74.41489%; }
  .row-fluid .offset9 {
    margin-left: 78.7234%;
    *margin-left: 78.61702%; }
  .row-fluid .offset9:first-child {
    margin-left: 76.59574%;
    *margin-left: 76.48936%; }
  .row-fluid .span8 {
    width: 65.95745%;
    *width: 65.90426%; }
  .row-fluid .offset8 {
    margin-left: 70.21277%;
    *margin-left: 70.10638%; }
  .row-fluid .offset8:first-child {
    margin-left: 68.08511%;
    *margin-left: 67.97872%; }
  .row-fluid .span7 {
    width: 57.44681%;
    *width: 57.39362%; }
  .row-fluid .offset7 {
    margin-left: 61.70213%;
    *margin-left: 61.59574%; }
  .row-fluid .offset7:first-child {
    margin-left: 59.57447%;
    *margin-left: 59.46809%; }
  .row-fluid .span6 {
    width: 48.93617%;
    *width: 48.88298%; }
  .row-fluid .offset6 {
    margin-left: 53.19149%;
    *margin-left: 53.08511%; }
  .row-fluid .offset6:first-child {
    margin-left: 51.06383%;
    *margin-left: 50.95745%; }
  .row-fluid .span5 {
    width: 40.42553%;
    *width: 40.37234%; }
  .row-fluid .offset5 {
    margin-left: 44.68085%;
    *margin-left: 44.57447%; }
  .row-fluid .offset5:first-child {
    margin-left: 42.55319%;
    *margin-left: 42.44681%; }
  .row-fluid .span4 {
    width: 31.91489%;
    *width: 31.8617%; }
  .row-fluid .offset4 {
    margin-left: 36.17021%;
    *margin-left: 36.06383%; }
  .row-fluid .offset4:first-child {
    margin-left: 34.04255%;
    *margin-left: 33.93617%; }
  .row-fluid .span3 {
    width: 23.40426%;
    *width: 23.35106%; }
  .row-fluid .offset3 {
    margin-left: 27.65957%;
    *margin-left: 27.55319%; }
  .row-fluid .offset3:first-child {
    margin-left: 25.53191%;
    *margin-left: 25.42553%; }
  .row-fluid .span2 {
    width: 14.89362%;
    *width: 14.84043%; }
  .row-fluid .offset2 {
    margin-left: 19.14894%;
    *margin-left: 19.04255%; }
  .row-fluid .offset2:first-child {
    margin-left: 17.02128%;
    *margin-left: 16.91489%; }
  .row-fluid .span1 {
    width: 6.38298%;
    *width: 6.32979%; }
  .row-fluid .offset1 {
    margin-left: 10.6383%;
    *margin-left: 10.53191%; }
  .row-fluid .offset1:first-child {
    margin-left: 8.51064%;
    *margin-left: 8.40426%; }

[class*="span"].hide,
.row-fluid [class*="span"].hide {
  display: none; }

[class*="span"].pull-right,
.row-fluid [class*="span"].pull-right {
  float: right; }

.container {
  margin-right: auto;
  margin-left: auto;
  *zoom: 1; }
  .container:before, .container:after {
    display: table;
    content: "";
    line-height: 0; }
  .container:after {
    clear: both; }

.container-fluid {
  padding-right: 20px;
  padding-left: 20px;
  *zoom: 1; }
  .container-fluid:before, .container-fluid:after {
    display: table;
    content: "";
    line-height: 0; }
  .container-fluid:after {
    clear: both; }

p {
  margin: 0 0 10px; }

.lead {
  margin-bottom: 20px;
  font-size: 21px;
  font-weight: 200;
  line-height: 30px; }

small {
  font-size: 85%; }

strong {
  font-weight: bold; }

em {
  font-style: italic; }

cite {
  font-style: normal; }

.muted {
  color: #999999; }

a.muted:hover {
  color: gray; }

.text-warning {
  color: #c09853; }

a.text-warning:hover {
  color: #a47e3c; }

.text-error {
  color: #b94a48; }

a.text-error:hover {
  color: #953b39; }

.text-info {
  color: #3a87ad; }

a.text-info:hover {
  color: #2d6987; }

.text-success {
  color: #468847; }

a.text-success:hover {
  color: #356635; }

h1, h2, h3, h4, h5, h6 {
  margin: 10px 0;
  font-family: inherit;
  font-weight: bold;
  line-height: 20px;
  color: inherit;
  text-rendering: optimizelegibility; }
  h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
    font-weight: normal;
    line-height: 1;
    color: #999999; }

h1,
h2,
h3 {
  line-height: 40px; }

h1 {
  font-size: 38.5px; }

h2 {
  font-size: 31.5px; }

h3 {
  font-size: 24.5px; }

h4 {
  font-size: 17.5px; }

h5 {
  font-size: 14px; }

h6 {
  font-size: 11.9px; }

h1 small {
  font-size: 24.5px; }

h2 small {
  font-size: 17.5px; }

h3 small {
  font-size: 14px; }

h4 small {
  font-size: 14px; }

.page-header {
  padding-bottom: 9px;
  margin: 20px 0 30px;
  border-bottom: 1px solid #eeeeee; }

ul, ol {
  padding: 0;
  margin: 0 0 10px 25px; }

ul ul,
ul ol,
ol ol,
ol ul {
  margin-bottom: 0; }

li {
  line-height: 20px; }

ul.unstyled,
ol.unstyled {
  margin-left: 0;
  list-style: none; }

ul.inline,
ol.inline {
  margin-left: 0;
  list-style: none; }
  ul.inline > li,
  ol.inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px; }

dl {
  margin-bottom: 20px; }

dt,
dd {
  line-height: 20px; }

dt {
  font-weight: bold; }

dd {
  margin-left: 10px; }

.dl-horizontal {
  *zoom: 1; }
  .dl-horizontal:before, .dl-horizontal:after {
    display: table;
    content: "";
    line-height: 0; }
  .dl-horizontal:after {
    clear: both; }
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .dl-horizontal dd {
    margin-left: 180px; }

hr {
  margin: 20px 0;
  border: 0;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid white; }

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999; }

abbr.initialism {
  font-size: 90%;
  text-transform: uppercase; }

blockquote {
  padding: 0 0 0 15px;
  margin: 0 0 20px;
  border-left: 5px solid #eeeeee; }
  blockquote p {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 300;
    line-height: 25px; }
  blockquote small {
    display: block;
    line-height: 20px;
    color: #999999; }
    blockquote small:before {
      content: '\2014 \00A0'; }
  blockquote.pull-right {
    float: right;
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid #eeeeee;
    border-left: 0; }
    blockquote.pull-right p,
    blockquote.pull-right small {
      text-align: right; }
    blockquote.pull-right small:before {
      content: ''; }
    blockquote.pull-right small:after {
      content: '\00A0 \2014'; }

q:before,
q:after,
blockquote:before,
blockquote:after {
  content: ""; }

address {
  display: block;
  margin-bottom: 20px;
  font-style: normal;
  line-height: 20px; }

code,
pre {
  padding: 0 3px 2px;
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
  font-size: 12px;
  color: #333333;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }

code {
  padding: 2px 4px;
  color: #d14;
  background-color: #f7f7f9;
  border: 1px solid #e1e1e8;
  white-space: nowrap; }

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 20px;
  word-break: break-all;
  word-wrap: break-word;
  white-space: pre;
  white-space: pre-wrap;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }
  pre.prettyprint {
    margin-bottom: 20px; }
  pre code {
    padding: 0;
    color: inherit;
    white-space: pre;
    white-space: pre-wrap;
    background-color: transparent;
    border: 0; }

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

form {
  margin: 0 0 20px; }

fieldset {
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: 40px;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5; }
  legend small {
    font-size: 15px;
    color: #999999; }

label,
input,
button,
select,
textarea {
  font-size: 14px;
  font-weight: normal;
  line-height: 20px; }

input,
button,
select,
textarea {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }

label {
  display: block;
  margin-bottom: 5px; }

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  display: inline-block;
  height: 20px;
  padding: 4px 6px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  color: #555555;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  vertical-align: middle; }

input,
textarea,
.uneditable-input {
  width: 206px; }

textarea {
  height: auto; }

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  background-color: white;
  border: 1px solid #cccccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s; }
  textarea:focus,
  input[type="text"]:focus,
  input[type="password"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="date"]:focus,
  input[type="month"]:focus,
  input[type="time"]:focus,
  input[type="week"]:focus,
  input[type="number"]:focus,
  input[type="email"]:focus,
  input[type="url"]:focus,
  input[type="search"]:focus,
  input[type="tel"]:focus,
  input[type="color"]:focus,
  .uneditable-input:focus {
    border-color: rgba(82, 168, 236, 0.8);
    outline: 0;
    outline: thin dotted \9;
    /* IE6-9 */
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6); }

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  *margin-top: 0;
  /* IE7 */
  margin-top: 1px \9;
  /* IE8-9 */
  line-height: normal; }

input[type="file"],
input[type="image"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
  width: auto; }

select,
input[type="file"] {
  height: 30px;
  /* In IE7, the height of the select element cannot be changed by height, only font-size */
  *margin-top: 4px;
  /* For IE7, add top margin to align select with labels */
  line-height: 30px; }

select {
  width: 220px;
  border: 1px solid #cccccc;
  background-color: white; }

select[multiple],
select[size] {
  height: auto; }

select:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

.uneditable-input,
.uneditable-textarea {
  color: #999999;
  background-color: #fcfcfc;
  border-color: #cccccc;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  cursor: not-allowed; }

.uneditable-input {
  overflow: hidden;
  white-space: nowrap; }

.uneditable-textarea {
  width: auto;
  height: auto; }

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #999999; }
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #999999; }
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #999999; }

.radio,
.checkbox {
  min-height: 20px;
  padding-left: 20px; }

.radio input[type="radio"],
.checkbox input[type="checkbox"] {
  float: left;
  margin-left: -20px; }

.controls > .radio:first-child,
.controls > .checkbox:first-child {
  padding-top: 5px; }

.radio.inline,
.checkbox.inline {
  display: inline-block;
  padding-top: 5px;
  margin-bottom: 0;
  vertical-align: middle; }

.radio.inline + .radio.inline,
.checkbox.inline + .checkbox.inline {
  margin-left: 10px; }

.input-mini {
  width: 60px; }

.input-small {
  width: 90px; }

.input-medium {
  width: 150px; }

.input-large {
  width: 210px; }

.input-xlarge {
  width: 270px; }

.input-xxlarge {
  width: 530px; }

input[class*="span"],
select[class*="span"],
textarea[class*="span"],
.uneditable-input[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"] {
  float: none;
  margin-left: 0; }

.input-append input[class*="span"],
.input-append .uneditable-input[class*="span"],
.input-prepend input[class*="span"],
.input-prepend .uneditable-input[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"],
.row-fluid .input-prepend [class*="span"],
.row-fluid .input-append [class*="span"] {
  display: inline-block; }

input,
textarea,
.uneditable-input {
  margin-left: 0; }

.controls-row [class*="span"] + [class*="span"] {
  margin-left: 20px; }

input.span12,
textarea.span12,
.uneditable-input.span12 {
  width: 926px; }

input.span11,
textarea.span11,
.uneditable-input.span11 {
  width: 846px; }

input.span10,
textarea.span10,
.uneditable-input.span10 {
  width: 766px; }

input.span9,
textarea.span9,
.uneditable-input.span9 {
  width: 686px; }

input.span8,
textarea.span8,
.uneditable-input.span8 {
  width: 606px; }

input.span7,
textarea.span7,
.uneditable-input.span7 {
  width: 526px; }

input.span6,
textarea.span6,
.uneditable-input.span6 {
  width: 446px; }

input.span5,
textarea.span5,
.uneditable-input.span5 {
  width: 366px; }

input.span4,
textarea.span4,
.uneditable-input.span4 {
  width: 286px; }

input.span3,
textarea.span3,
.uneditable-input.span3 {
  width: 206px; }

input.span2,
textarea.span2,
.uneditable-input.span2 {
  width: 126px; }

input.span1,
textarea.span1,
.uneditable-input.span1 {
  width: 46px; }

.controls-row {
  *zoom: 1; }
  .controls-row:before, .controls-row:after {
    display: table;
    content: "";
    line-height: 0; }
  .controls-row:after {
    clear: both; }

.controls-row [class*="span"],
.row-fluid .controls-row [class*="span"] {
  float: left; }

.controls-row .checkbox[class*="span"],
.controls-row .radio[class*="span"] {
  padding-top: 5px; }

input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
  cursor: not-allowed;
  background-color: #eeeeee; }

input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"][readonly],
input[type="checkbox"][readonly] {
  background-color: transparent; }

.control-group.warning > label,
.control-group.warning .help-block,
.control-group.warning .help-inline {
  color: #c09853; }
.control-group.warning .checkbox,
.control-group.warning .radio,
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
  color: #c09853;
  border-color: #c09853;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .control-group.warning .checkbox:focus,
  .control-group.warning .radio:focus,
  .control-group.warning input:focus,
  .control-group.warning select:focus,
  .control-group.warning textarea:focus {
    border-color: #a47e3c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e; }
.control-group.warning .input-prepend .add-on,
.control-group.warning .input-append .add-on {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #c09853; }

.control-group.error > label,
.control-group.error .help-block,
.control-group.error .help-inline {
  color: #b94a48; }
.control-group.error .checkbox,
.control-group.error .radio,
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  color: #b94a48;
  border-color: #b94a48;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .control-group.error .checkbox:focus,
  .control-group.error .radio:focus,
  .control-group.error input:focus,
  .control-group.error select:focus,
  .control-group.error textarea:focus {
    border-color: #953b39;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392; }
.control-group.error .input-prepend .add-on,
.control-group.error .input-append .add-on {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #b94a48; }

.control-group.success > label,
.control-group.success .help-block,
.control-group.success .help-inline {
  color: #468847; }
.control-group.success .checkbox,
.control-group.success .radio,
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
  color: #468847;
  border-color: #468847;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .control-group.success .checkbox:focus,
  .control-group.success .radio:focus,
  .control-group.success input:focus,
  .control-group.success select:focus,
  .control-group.success textarea:focus {
    border-color: #356635;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b; }
.control-group.success .input-prepend .add-on,
.control-group.success .input-append .add-on {
  color: #468847;
  background-color: #dff0d8;
  border-color: #468847; }

.control-group.info > label,
.control-group.info .help-block,
.control-group.info .help-inline {
  color: #3a87ad; }
.control-group.info .checkbox,
.control-group.info .radio,
.control-group.info input,
.control-group.info select,
.control-group.info textarea {
  color: #3a87ad;
  border-color: #3a87ad;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .control-group.info .checkbox:focus,
  .control-group.info .radio:focus,
  .control-group.info input:focus,
  .control-group.info select:focus,
  .control-group.info textarea:focus {
    border-color: #2d6987;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3; }
.control-group.info .input-prepend .add-on,
.control-group.info .input-append .add-on {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #3a87ad; }

input:focus:invalid,
textarea:focus:invalid,
select:focus:invalid {
  color: #b94a48;
  border-color: #ee5f5b; }
  input:focus:invalid:focus,
  textarea:focus:invalid:focus,
  select:focus:invalid:focus {
    border-color: #e9322d;
    -webkit-box-shadow: 0 0 6px #f8b9b7;
    -moz-box-shadow: 0 0 6px #f8b9b7;
    box-shadow: 0 0 6px #f8b9b7; }

.form-actions {
  padding: 19px 20px 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: whitesmoke;
  border-top: 1px solid #e5e5e5;
  *zoom: 1; }
  .form-actions:before, .form-actions:after {
    display: table;
    content: "";
    line-height: 0; }
  .form-actions:after {
    clear: both; }

.help-block,
.help-inline {
  color: #595959; }

.help-block {
  display: block;
  margin-bottom: 10px; }

.help-inline {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  padding-left: 5px; }

.input-append,
.input-prepend {
  margin-bottom: 5px;
  font-size: 0;
  white-space: nowrap; }
  .input-append input,
  .input-append select,
  .input-append .uneditable-input,
  .input-append .dropdown-menu,
  .input-prepend input,
  .input-prepend select,
  .input-prepend .uneditable-input,
  .input-prepend .dropdown-menu {
    font-size: 14px; }
  .input-append input,
  .input-append select,
  .input-append .uneditable-input,
  .input-prepend input,
  .input-prepend select,
  .input-prepend .uneditable-input {
    position: relative;
    margin-bottom: 0;
    *margin-left: 0;
    vertical-align: top;
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0; }
    .input-append input:focus,
    .input-append select:focus,
    .input-append .uneditable-input:focus,
    .input-prepend input:focus,
    .input-prepend select:focus,
    .input-prepend .uneditable-input:focus {
      z-index: 2; }
  .input-append .add-on,
  .input-prepend .add-on {
    display: inline-block;
    width: auto;
    height: 20px;
    min-width: 16px;
    padding: 4px 5px;
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    text-align: center;
    text-shadow: 0 1px 0 white;
    background-color: #eeeeee;
    border: 1px solid #ccc; }
  .input-append .add-on,
  .input-append .btn,
  .input-append .btn-group > .dropdown-toggle,
  .input-prepend .add-on,
  .input-prepend .btn,
  .input-prepend .btn-group > .dropdown-toggle {
    vertical-align: top;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0; }
  .input-append .active,
  .input-prepend .active {
    background-color: #a9dba9;
    border-color: #46a546; }

.input-prepend .add-on,
.input-prepend .btn {
  margin-right: -1px; }
.input-prepend .add-on:first-child,
.input-prepend .btn:first-child {
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px; }

.input-append input,
.input-append select,
.input-append .uneditable-input {
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px; }
  .input-append input + .btn-group .btn:last-child,
  .input-append select + .btn-group .btn:last-child,
  .input-append .uneditable-input + .btn-group .btn:last-child {
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0; }
.input-append .add-on,
.input-append .btn,
.input-append .btn-group {
  margin-left: -1px; }
.input-append .add-on:last-child,
.input-append .btn:last-child,
.input-append .btn-group:last-child > .dropdown-toggle {
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0; }

.input-prepend.input-append input,
.input-prepend.input-append select,
.input-prepend.input-append .uneditable-input {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }
  .input-prepend.input-append input + .btn-group .btn,
  .input-prepend.input-append select + .btn-group .btn,
  .input-prepend.input-append .uneditable-input + .btn-group .btn {
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0; }
.input-prepend.input-append .add-on:first-child,
.input-prepend.input-append .btn:first-child {
  margin-right: -1px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px; }
.input-prepend.input-append .add-on:last-child,
.input-prepend.input-append .btn:last-child {
  margin-left: -1px;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0; }
.input-prepend.input-append .btn-group:first-child {
  margin-left: 0; }

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

/* Allow for input prepend/append in search forms */
.form-search .input-append .search-query,
.form-search .input-prepend .search-query {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }

.form-search .input-append .search-query {
  -webkit-border-radius: 14px 0 0 14px;
  -moz-border-radius: 14px 0 0 14px;
  border-radius: 14px 0 0 14px; }

.form-search .input-append .btn {
  -webkit-border-radius: 0 14px 14px 0;
  -moz-border-radius: 0 14px 14px 0;
  border-radius: 0 14px 14px 0; }

.form-search .input-prepend .search-query {
  -webkit-border-radius: 0 14px 14px 0;
  -moz-border-radius: 0 14px 14px 0;
  border-radius: 0 14px 14px 0; }

.form-search .input-prepend .btn {
  -webkit-border-radius: 14px 0 0 14px;
  -moz-border-radius: 14px 0 0 14px;
  border-radius: 14px 0 0 14px; }

.form-search input,
.form-search textarea,
.form-search select,
.form-search .help-inline,
.form-search .uneditable-input,
.form-search .input-prepend,
.form-search .input-append,
.form-inline input,
.form-inline textarea,
.form-inline select,
.form-inline .help-inline,
.form-inline .uneditable-input,
.form-inline .input-prepend,
.form-inline .input-append,
.form-horizontal input,
.form-horizontal textarea,
.form-horizontal select,
.form-horizontal .help-inline,
.form-horizontal .uneditable-input,
.form-horizontal .input-prepend,
.form-horizontal .input-append {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-bottom: 0;
  vertical-align: middle; }
.form-search .hide,
.form-inline .hide,
.form-horizontal .hide {
  display: none; }

.form-search label,
.form-inline label,
.form-search .btn-group,
.form-inline .btn-group {
  display: inline-block; }

.form-search .input-append,
.form-inline .input-append,
.form-search .input-prepend,
.form-inline .input-prepend {
  margin-bottom: 0; }

.form-search .radio,
.form-search .checkbox,
.form-inline .radio,
.form-inline .checkbox {
  padding-left: 0;
  margin-bottom: 0;
  vertical-align: middle; }

.form-search .radio input[type="radio"],
.form-search .checkbox input[type="checkbox"],
.form-inline .radio input[type="radio"],
.form-inline .checkbox input[type="checkbox"] {
  float: left;
  margin-right: 3px;
  margin-left: 0; }

.control-group {
  margin-bottom: 10px; }

legend + .control-group {
  margin-top: 20px;
  -webkit-margin-top-collapse: separate; }

.form-horizontal .control-group {
  margin-bottom: 20px;
  *zoom: 1; }
  .form-horizontal .control-group:before, .form-horizontal .control-group:after {
    display: table;
    content: "";
    line-height: 0; }
  .form-horizontal .control-group:after {
    clear: both; }
.form-horizontal .control-label {
  float: left;
  width: 160px;
  padding-top: 5px;
  text-align: right; }
.form-horizontal .controls {
  *display: inline-block;
  *padding-left: 20px;
  margin-left: 180px;
  *margin-left: 0; }
  .form-horizontal .controls:first-child {
    *padding-left: 180px; }
.form-horizontal .help-block {
  margin-bottom: 0; }
.form-horizontal input + .help-block,
.form-horizontal select + .help-block,
.form-horizontal textarea + .help-block,
.form-horizontal .uneditable-input + .help-block,
.form-horizontal .input-prepend + .help-block,
.form-horizontal .input-append + .help-block {
  margin-top: 10px; }
.form-horizontal .form-actions {
  padding-left: 180px; }

table {
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0; }

.table {
  width: 100%;
  margin-bottom: 20px; }
  .table th,
  .table td {
    padding: 8px;
    line-height: 20px;
    text-align: left;
    vertical-align: top;
    border-top: 1px solid #dddddd; }
  .table th {
    font-weight: bold; }
  .table thead th {
    vertical-align: bottom; }
  .table caption + thead tr:first-child th,
  .table caption + thead tr:first-child td,
  .table colgroup + thead tr:first-child th,
  .table colgroup + thead tr:first-child td,
  .table thead:first-child tr:first-child th,
  .table thead:first-child tr:first-child td {
    border-top: 0; }
  .table tbody + tbody {
    border-top: 2px solid #dddddd; }
  .table .table {
    background-color: white; }

.table-condensed th,
.table-condensed td {
  padding: 4px 5px; }

.table-bordered {
  border: 1px solid #dddddd;
  border-collapse: separate;
  *border-collapse: collapse;
  border-left: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }
  .table-bordered th,
  .table-bordered td {
    border-left: 1px solid #dddddd; }
  .table-bordered caption + thead tr:first-child th,
  .table-bordered caption + tbody tr:first-child th,
  .table-bordered caption + tbody tr:first-child td,
  .table-bordered colgroup + thead tr:first-child th,
  .table-bordered colgroup + tbody tr:first-child th,
  .table-bordered colgroup + tbody tr:first-child td,
  .table-bordered thead:first-child tr:first-child th,
  .table-bordered tbody:first-child tr:first-child th,
  .table-bordered tbody:first-child tr:first-child td {
    border-top: 0; }
  .table-bordered thead:first-child tr:first-child > th:first-child,
  .table-bordered tbody:first-child tr:first-child > td:first-child {
    -webkit-border-top-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
    border-top-left-radius: 4px; }
  .table-bordered thead:first-child tr:first-child > th:last-child,
  .table-bordered tbody:first-child tr:first-child > td:last-child {
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    border-top-right-radius: 4px; }
  .table-bordered thead:last-child tr:last-child > th:first-child,
  .table-bordered tbody:last-child tr:last-child > td:first-child,
  .table-bordered tfoot:last-child tr:last-child > td:first-child {
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-bottom-left-radius: 4px; }
  .table-bordered thead:last-child tr:last-child > th:last-child,
  .table-bordered tbody:last-child tr:last-child > td:last-child,
  .table-bordered tfoot:last-child tr:last-child > td:last-child {
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    border-bottom-right-radius: 4px; }
  .table-bordered tfoot + tbody:last-child tr:last-child td:first-child {
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-bottomleft: 0;
    border-bottom-left-radius: 0; }
  .table-bordered tfoot + tbody:last-child tr:last-child td:last-child {
    -webkit-border-bottom-right-radius: 0;
    -moz-border-radius-bottomright: 0;
    border-bottom-right-radius: 0; }
  .table-bordered caption + thead tr:first-child th:first-child,
  .table-bordered caption + tbody tr:first-child td:first-child,
  .table-bordered colgroup + thead tr:first-child th:first-child,
  .table-bordered colgroup + tbody tr:first-child td:first-child {
    -webkit-border-top-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
    border-top-left-radius: 4px; }
  .table-bordered caption + thead tr:first-child th:last-child,
  .table-bordered caption + tbody tr:first-child td:last-child,
  .table-bordered colgroup + thead tr:first-child th:last-child,
  .table-bordered colgroup + tbody tr:first-child td:last-child {
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    border-top-right-radius: 4px; }

.table-striped tbody > tr:nth-child(odd) > td,
.table-striped tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9; }

.table-hover tbody tr:hover td,
.table-hover tbody tr:hover th {
  background-color: whitesmoke; }

table td[class*="span"],
table th[class*="span"],
.row-fluid table td[class*="span"],
.row-fluid table th[class*="span"] {
  display: table-cell;
  float: none;
  margin-left: 0; }

.table td.span1,
.table th.span1 {
  float: none;
  width: 44px;
  margin-left: 0; }
.table td.span2,
.table th.span2 {
  float: none;
  width: 124px;
  margin-left: 0; }
.table td.span3,
.table th.span3 {
  float: none;
  width: 204px;
  margin-left: 0; }
.table td.span4,
.table th.span4 {
  float: none;
  width: 284px;
  margin-left: 0; }
.table td.span5,
.table th.span5 {
  float: none;
  width: 364px;
  margin-left: 0; }
.table td.span6,
.table th.span6 {
  float: none;
  width: 444px;
  margin-left: 0; }
.table td.span7,
.table th.span7 {
  float: none;
  width: 524px;
  margin-left: 0; }
.table td.span8,
.table th.span8 {
  float: none;
  width: 604px;
  margin-left: 0; }
.table td.span9,
.table th.span9 {
  float: none;
  width: 684px;
  margin-left: 0; }
.table td.span10,
.table th.span10 {
  float: none;
  width: 764px;
  margin-left: 0; }
.table td.span11,
.table th.span11 {
  float: none;
  width: 844px;
  margin-left: 0; }
.table td.span12,
.table th.span12 {
  float: none;
  width: 924px;
  margin-left: 0; }

.table tbody tr.success td {
  background-color: #dff0d8; }
.table tbody tr.error td {
  background-color: #f2dede; }
.table tbody tr.warning td {
  background-color: #fcf8e3; }
.table tbody tr.info td {
  background-color: #d9edf7; }

.table-hover tbody tr.success:hover td {
  background-color: #d0e9c6; }
.table-hover tbody tr.error:hover td {
  background-color: #ebcccc; }
.table-hover tbody tr.warning:hover td {
  background-color: #faf2cc; }
.table-hover tbody tr.info:hover td {
  background-color: #c4e3f3; }

[class^="icon-"],
[class*=" icon-"] {
  display: inline-block;
  width: 14px;
  height: 14px;
  *margin-right: .3em;
  line-height: 14px;
  vertical-align: text-top;
  background-image: url(../img/glyphicons-halflings.png?1371247488);
  background-position: 14px 14px;
  background-repeat: no-repeat;
  margin-top: 1px; }

/* White icons with optional class, or on hover/active states of certain elements */
.icon-white,
.nav-pills > .active > a > [class^="icon-"],
.nav-pills > .active > a > [class*=" icon-"],
.nav-list > .active > a > [class^="icon-"],
.nav-list > .active > a > [class*=" icon-"],
.navbar-inverse .nav > .active > a > [class^="icon-"],
.navbar-inverse .nav > .active > a > [class*=" icon-"],
.dropdown-menu > li > a:hover > [class^="icon-"],
.dropdown-menu > li > a:hover > [class*=" icon-"],
.dropdown-menu > .active > a > [class^="icon-"],
.dropdown-menu > .active > a > [class*=" icon-"],
.dropdown-submenu:hover > a > [class^="icon-"],
.dropdown-submenu:hover > a > [class*=" icon-"] {
  background-image: url(../img/glyphicons-halflings-white.png?1371247488); }

.icon-glass {
  background-position: 0      0; }

.icon-music {
  background-position: -24px 0; }

.icon-search {
  background-position: -48px 0; }

.icon-envelope {
  background-position: -72px 0; }

.icon-heart {
  background-position: -96px 0; }

.icon-star {
  background-position: -120px 0; }

.icon-star-empty {
  background-position: -144px 0; }

.icon-user {
  background-position: -168px 0; }

.icon-film {
  background-position: -192px 0; }

.icon-th-large {
  background-position: -216px 0; }

.icon-th {
  background-position: -240px 0; }

.icon-th-list {
  background-position: -264px 0; }

.icon-ok {
  background-position: -288px 0; }

.icon-remove {
  background-position: -312px 0; }

.icon-zoom-in {
  background-position: -336px 0; }

.icon-zoom-out {
  background-position: -360px 0; }

.icon-off {
  background-position: -384px 0; }

.icon-signal {
  background-position: -408px 0; }

.icon-cog {
  background-position: -432px 0; }

.icon-trash {
  background-position: -456px 0; }

.icon-home {
  background-position: 0 -24px; }

.icon-file {
  background-position: -24px -24px; }

.icon-time {
  background-position: -48px -24px; }

.icon-road {
  background-position: -72px -24px; }

.icon-download-alt {
  background-position: -96px -24px; }

.icon-download {
  background-position: -120px -24px; }

.icon-upload {
  background-position: -144px -24px; }

.icon-inbox {
  background-position: -168px -24px; }

.icon-play-circle {
  background-position: -192px -24px; }

.icon-repeat {
  background-position: -216px -24px; }

.icon-refresh {
  background-position: -240px -24px; }

.icon-list-alt {
  background-position: -264px -24px; }

.icon-lock {
  background-position: -287px -24px; }

.icon-flag {
  background-position: -312px -24px; }

.icon-headphones {
  background-position: -336px -24px; }

.icon-volume-off {
  background-position: -360px -24px; }

.icon-volume-down {
  background-position: -384px -24px; }

.icon-volume-up {
  background-position: -408px -24px; }

.icon-qrcode {
  background-position: -432px -24px; }

.icon-barcode {
  background-position: -456px -24px; }

.icon-tag {
  background-position: 0 -48px; }

.icon-tags {
  background-position: -25px -48px; }

.icon-book {
  background-position: -48px -48px; }

.icon-bookmark {
  background-position: -72px -48px; }

.icon-print {
  background-position: -96px -48px; }

.icon-camera {
  background-position: -120px -48px; }

.icon-font {
  background-position: -144px -48px; }

.icon-bold {
  background-position: -167px -48px; }

.icon-italic {
  background-position: -192px -48px; }

.icon-text-height {
  background-position: -216px -48px; }

.icon-text-width {
  background-position: -240px -48px; }

.icon-align-left {
  background-position: -264px -48px; }

.icon-align-center {
  background-position: -288px -48px; }

.icon-align-right {
  background-position: -312px -48px; }

.icon-align-justify {
  background-position: -336px -48px; }

.icon-list {
  background-position: -360px -48px; }

.icon-indent-left {
  background-position: -384px -48px; }

.icon-indent-right {
  background-position: -408px -48px; }

.icon-facetime-video {
  background-position: -432px -48px; }

.icon-picture {
  background-position: -456px -48px; }

.icon-pencil {
  background-position: 0 -72px; }

.icon-map-marker {
  background-position: -24px -72px; }

.icon-adjust {
  background-position: -48px -72px; }

.icon-tint {
  background-position: -72px -72px; }

.icon-edit {
  background-position: -96px -72px; }

.icon-share {
  background-position: -120px -72px; }

.icon-check {
  background-position: -144px -72px; }

.icon-move {
  background-position: -168px -72px; }

.icon-step-backward {
  background-position: -192px -72px; }

.icon-fast-backward {
  background-position: -216px -72px; }

.icon-backward {
  background-position: -240px -72px; }

.icon-play {
  background-position: -264px -72px; }

.icon-pause {
  background-position: -288px -72px; }

.icon-stop {
  background-position: -312px -72px; }

.icon-forward {
  background-position: -336px -72px; }

.icon-fast-forward {
  background-position: -360px -72px; }

.icon-step-forward {
  background-position: -384px -72px; }

.icon-eject {
  background-position: -408px -72px; }

.icon-chevron-left {
  background-position: -432px -72px; }

.icon-chevron-right {
  background-position: -456px -72px; }

.icon-plus-sign {
  background-position: 0 -96px; }

.icon-minus-sign {
  background-position: -24px -96px; }

.icon-remove-sign {
  background-position: -48px -96px; }

.icon-ok-sign {
  background-position: -72px -96px; }

.icon-question-sign {
  background-position: -96px -96px; }

.icon-info-sign {
  background-position: -120px -96px; }

.icon-screenshot {
  background-position: -144px -96px; }

.icon-remove-circle {
  background-position: -168px -96px; }

.icon-ok-circle {
  background-position: -192px -96px; }

.icon-ban-circle {
  background-position: -216px -96px; }

.icon-arrow-left {
  background-position: -240px -96px; }

.icon-arrow-right {
  background-position: -264px -96px; }

.icon-arrow-up {
  background-position: -289px -96px; }

.icon-arrow-down {
  background-position: -312px -96px; }

.icon-share-alt {
  background-position: -336px -96px; }

.icon-resize-full {
  background-position: -360px -96px; }

.icon-resize-small {
  background-position: -384px -96px; }

.icon-plus {
  background-position: -408px -96px; }

.icon-minus {
  background-position: -433px -96px; }

.icon-asterisk {
  background-position: -456px -96px; }

.icon-exclamation-sign {
  background-position: 0 -120px; }

.icon-gift {
  background-position: -24px -120px; }

.icon-leaf {
  background-position: -48px -120px; }

.icon-fire {
  background-position: -72px -120px; }

.icon-eye-open {
  background-position: -96px -120px; }

.icon-eye-close {
  background-position: -120px -120px; }

.icon-warning-sign {
  background-position: -144px -120px; }

.icon-plane {
  background-position: -168px -120px; }

.icon-calendar {
  background-position: -192px -120px; }

.icon-random {
  background-position: -216px -120px;
  width: 16px; }

.icon-comment {
  background-position: -240px -120px; }

.icon-magnet {
  background-position: -264px -120px; }

.icon-chevron-up {
  background-position: -288px -120px; }

.icon-chevron-down {
  background-position: -313px -119px; }

.icon-retweet {
  background-position: -336px -120px; }

.icon-shopping-cart {
  background-position: -360px -120px; }

.icon-folder-close {
  background-position: -384px -120px; }

.icon-folder-open {
  background-position: -408px -120px;
  width: 16px; }

.icon-resize-vertical {
  background-position: -432px -119px; }

.icon-resize-horizontal {
  background-position: -456px -118px; }

.icon-hdd {
  background-position: 0 -144px; }

.icon-bullhorn {
  background-position: -24px -144px; }

.icon-bell {
  background-position: -48px -144px; }

.icon-certificate {
  background-position: -72px -144px; }

.icon-thumbs-up {
  background-position: -96px -144px; }

.icon-thumbs-down {
  background-position: -120px -144px; }

.icon-hand-right {
  background-position: -144px -144px; }

.icon-hand-left {
  background-position: -168px -144px; }

.icon-hand-up {
  background-position: -192px -144px; }

.icon-hand-down {
  background-position: -216px -144px; }

.icon-circle-arrow-right {
  background-position: -240px -144px; }

.icon-circle-arrow-left {
  background-position: -264px -144px; }

.icon-circle-arrow-up {
  background-position: -288px -144px; }

.icon-circle-arrow-down {
  background-position: -312px -144px; }

.icon-globe {
  background-position: -336px -144px; }

.icon-wrench {
  background-position: -360px -144px; }

.icon-tasks {
  background-position: -384px -144px; }

.icon-filter {
  background-position: -408px -144px; }

.icon-briefcase {
  background-position: -432px -144px; }

.icon-fullscreen {
  background-position: -456px -144px; }

.dropup,
.dropdown {
  position: relative; }

.dropdown-toggle {
  *margin-bottom: -3px; }

.dropdown-toggle:active,
.open .dropdown-toggle {
  outline: 0; }

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: top;
  border-top: 4px solid black;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content: ""; }

.dropdown .caret {
  margin-top: 8px;
  margin-left: 2px; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  background-color: white;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box; }
  .dropdown-menu.pull-right {
    right: 0;
    left: auto; }
  .dropdown-menu .divider {
    *width: 100%;
    height: 1px;
    margin: 9px 1px;
    *margin: -5px 0 5px;
    overflow: hidden;
    background-color: #e5e5e5;
    border-bottom: 1px solid white; }
  .dropdown-menu li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 20px;
    color: #333333;
    white-space: nowrap; }

.dropdown-menu li > a:hover,
.dropdown-menu li > a:focus,
.dropdown-submenu:hover > a {
  text-decoration: none;
  color: white;
  background-color: #0081c2;
  background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
  background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
  background-image: -o-linear-gradient(top, #0088cc, #0077b3);
  background-image: linear-gradient(to bottom, #0088cc, #0077b3);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0085c7', endColorstr='#0074ad', GradientType=0); }

.dropdown-menu .active > a,
.dropdown-menu .active > a:hover {
  color: white;
  text-decoration: none;
  outline: 0;
  background-color: #0081c2;
  background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
  background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
  background-image: -o-linear-gradient(top, #0088cc, #0077b3);
  background-image: linear-gradient(to bottom, #0088cc, #0077b3);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0085c7', endColorstr='#0074ad', GradientType=0); }

.dropdown-menu .disabled > a,
.dropdown-menu .disabled > a:hover {
  color: #999999; }

.dropdown-menu .disabled > a:hover {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  cursor: default; }

.open {
  *z-index: 1000; }
  .open > .dropdown-menu {
    display: block; }

.pull-right > .dropdown-menu {
  right: 0;
  left: auto; }

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid black;
  content: ""; }
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px; }

.dropdown-submenu {
  position: relative; }

.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px 6px;
  border-radius: 0 6px 6px 6px; }

.dropdown-submenu:hover > .dropdown-menu {
  display: block; }

.dropup .dropdown-submenu > .dropdown-menu {
  top: auto;
  bottom: 0;
  margin-top: 0;
  margin-bottom: -2px;
  -webkit-border-radius: 5px 5px 5px 0;
  -moz-border-radius: 5px 5px 5px 0;
  border-radius: 5px 5px 5px 0; }

.dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #cccccc;
  margin-top: 5px;
  margin-right: -10px; }

.dropdown-submenu:hover > a:after {
  border-left-color: white; }

.dropdown-submenu.pull-left {
  float: none; }
  .dropdown-submenu.pull-left > .dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px; }

.dropdown .dropdown-menu .nav-header {
  padding-left: 20px;
  padding-right: 20px; }

.typeahead {
  z-index: 1051;
  margin-top: 2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: whitesmoke;
  border: 1px solid #e3e3e3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); }
  .well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, 0.15); }

.well-large {
  padding: 24px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px; }

.well-small {
  padding: 9px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }

.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; }
  .fade.in {
    opacity: 1; }

.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; }
  .collapse.in {
    height: auto; }

.close {
  float: right;
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  color: black;
  text-shadow: 0 1px 0 white;
  opacity: 0.2;
  filter: alpha(opacity=20); }
  .close:hover {
    color: black;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.4;
    filter: alpha(opacity=40); }

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none; }

.btn {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 4px 12px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #333333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  background-color: whitesmoke;
  background-image: -moz-linear-gradient(top, white, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(white), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, white, #e6e6e6);
  background-image: -o-linear-gradient(top, white, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fcfcfc', endColorstr='#e3e3e3', GradientType=0);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #e6e6e6;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  border: 1px solid #bbbbbb;
  *border: 0;
  border-bottom-color: #a2a2a2;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  *margin-left: .3em;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); }
  .btn:hover, .btn:active, .btn.active, .btn.disabled, .btn[disabled] {
    color: #333333;
    background-color: #e6e6e6;
    *background-color: #d9d9d9; }
  .btn:active, .btn.active {
    background-color: #cccccc \9; }
  .btn:first-child {
    *margin-left: 0; }
  .btn:hover {
    color: #333333;
    text-decoration: none;
    background-position: 0 -15px;
    -webkit-transition: background-position 0.1s linear;
    -moz-transition: background-position 0.1s linear;
    -o-transition: background-position 0.1s linear;
    transition: background-position 0.1s linear; }
  .btn:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .btn.active, .btn:active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); }
  .btn.disabled, .btn[disabled] {
    cursor: default;
    background-image: none;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }

.btn-large {
  padding: 11px 19px;
  font-size: 17.5px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px; }

.btn-large [class^="icon-"],
.btn-large [class*=" icon-"] {
  margin-top: 4px; }

.btn-small {
  padding: 2px 10px;
  font-size: 11.9px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }

.btn-small [class^="icon-"],
.btn-small [class*=" icon-"] {
  margin-top: 0; }

.btn-mini [class^="icon-"],
.btn-mini [class*=" icon-"] {
  margin-top: -1px; }

.btn-mini {
  padding: 0 6px;
  font-size: 10.5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }

.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.btn-block + .btn-block {
  margin-top: 5px; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

.btn-primary.active,
.btn-warning.active,
.btn-danger.active,
.btn-success.active,
.btn-info.active,
.btn-inverse.active {
  color: rgba(255, 255, 255, 0.75); }

.btn {
  border-color: #c5c5c5;
  border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.25); }

.btn-primary {
  color: white;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #006ecc;
  background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
  background-image: -o-linear-gradient(top, #0088cc, #0044cc);
  background-image: linear-gradient(to bottom, #0088cc, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0085c7', endColorstr='#0042c7', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #0044cc;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); }
  .btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
    color: white;
    background-color: #0044cc;
    *background-color: #003bb3; }
  .btn-primary:active, .btn-primary.active {
    background-color: #003399 \9; }

.btn-warning {
  color: white;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #f9a834;
  background-image: -moz-linear-gradient(top, #fbb450, #f89406);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
  background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
  background-image: -o-linear-gradient(top, #fbb450, #f89406);
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbb24b', endColorstr='#f39106', GradientType=0);
  border-color: #f89406 #f89406 #ad6704;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #f89406;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); }
  .btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
    color: white;
    background-color: #f89406;
    *background-color: #df8505; }
  .btn-warning:active, .btn-warning.active {
    background-color: #c67605 \9; }

.btn-danger {
  color: white;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #db4f4a;
  background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee5a56', endColorstr='#b9352e', GradientType=0);
  border-color: #bd362f #bd362f #802420;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #bd362f;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); }
  .btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
    color: white;
    background-color: #bd362f;
    *background-color: #a9302a; }
  .btn-danger:active, .btn-danger.active {
    background-color: #942a25 \9; }

.btn-success {
  color: white;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #5bb75b;
  background-image: -moz-linear-gradient(top, #62c462, #51a351);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
  background-image: -webkit-linear-gradient(top, #62c462, #51a351);
  background-image: -o-linear-gradient(top, #62c462, #51a351);
  background-image: linear-gradient(to bottom, #62c462, #51a351);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5ec35e', endColorstr='#4fa04f', GradientType=0);
  border-color: #51a351 #51a351 #387038;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #51a351;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); }
  .btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
    color: white;
    background-color: #51a351;
    *background-color: #499249; }
  .btn-success:active, .btn-success.active {
    background-color: #408140 \9; }

.btn-info {
  color: white;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #4ab0ce;
  background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
  background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: linear-gradient(to bottom, #5bc0de, #2f96b4);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#57bedd', endColorstr='#2e93b0', GradientType=0);
  border-color: #2f96b4 #2f96b4 #1f6377;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #2f96b4;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); }
  .btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    color: white;
    background-color: #2f96b4;
    *background-color: #2a85a0; }
  .btn-info:active, .btn-info.active {
    background-color: #24748c \9; }

.btn-inverse {
  color: white;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #373737;
  background-image: -moz-linear-gradient(top, #444444, #222222);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444444), to(#222222));
  background-image: -webkit-linear-gradient(top, #444444, #222222);
  background-image: -o-linear-gradient(top, #444444, #222222);
  background-image: linear-gradient(to bottom, #444444, #222222);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#414141', endColorstr='#1f1f1f', GradientType=0);
  border-color: #222222 #222222 black;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #222222;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); }
  .btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
    color: white;
    background-color: #222222;
    *background-color: #151515; }
  .btn-inverse:active, .btn-inverse.active {
    background-color: #090909 \9; }

button.btn,
input[type="submit"].btn {
  *padding-top: 3px;
  *padding-bottom: 3px; }
  button.btn::-moz-focus-inner,
  input[type="submit"].btn::-moz-focus-inner {
    padding: 0;
    border: 0; }
  button.btn.btn-large,
  input[type="submit"].btn.btn-large {
    *padding-top: 7px;
    *padding-bottom: 7px; }
  button.btn.btn-small,
  input[type="submit"].btn.btn-small {
    *padding-top: 3px;
    *padding-bottom: 3px; }
  button.btn.btn-mini,
  input[type="submit"].btn.btn-mini {
    *padding-top: 1px;
    *padding-bottom: 1px; }

.btn-link,
.btn-link:active,
.btn-link[disabled] {
  background-color: transparent;
  background-image: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

.btn-link {
  border-color: transparent;
  cursor: pointer;
  color: #0088cc;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }

.btn-link:hover {
  color: #005580;
  text-decoration: underline;
  background-color: transparent; }

.btn-link[disabled]:hover {
  color: #333333;
  text-decoration: none; }

.btn-group {
  position: relative;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 0;
  vertical-align: middle;
  white-space: nowrap;
  *margin-left: .3em; }
  .btn-group:first-child {
    *margin-left: 0; }

.btn-group + .btn-group {
  margin-left: 5px; }

.btn-toolbar {
  font-size: 0;
  margin-top: 10px;
  margin-bottom: 10px; }
  .btn-toolbar > .btn + .btn,
  .btn-toolbar > .btn-group + .btn,
  .btn-toolbar > .btn + .btn-group {
    margin-left: 5px; }

.btn-group > .btn {
  position: relative;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }

.btn-group > .btn + .btn {
  margin-left: -1px; }

.btn-group > .btn,
.btn-group > .dropdown-menu,
.btn-group > .popover {
  font-size: 14px; }

.btn-group > .btn-mini {
  font-size: 10.5px; }

.btn-group > .btn-small {
  font-size: 11.9px; }

.btn-group > .btn-large {
  font-size: 17.5px; }

.btn-group > .btn:first-child {
  margin-left: 0;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px; }

.btn-group > .btn:last-child,
.btn-group > .dropdown-toggle {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px; }

.btn-group > .btn.large:first-child {
  margin-left: 0;
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-topleft: 6px;
  border-top-left-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-bottom-left-radius: 6px; }

.btn-group > .btn.large:last-child,
.btn-group > .large.dropdown-toggle {
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  border-bottom-right-radius: 6px; }

.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active {
  z-index: 2; }

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0; }

.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
  -webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  *padding-top: 5px;
  *padding-bottom: 5px; }

.btn-group > .btn-mini + .dropdown-toggle {
  padding-left: 5px;
  padding-right: 5px;
  *padding-top: 2px;
  *padding-bottom: 2px; }

.btn-group > .btn-small + .dropdown-toggle {
  *padding-top: 5px;
  *padding-bottom: 4px; }

.btn-group > .btn-large + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
  *padding-top: 7px;
  *padding-bottom: 7px; }

.btn-group.open .dropdown-toggle {
  background-image: none;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); }
.btn-group.open .btn.dropdown-toggle {
  background-color: #e6e6e6; }
.btn-group.open .btn-primary.dropdown-toggle {
  background-color: #0044cc; }
.btn-group.open .btn-warning.dropdown-toggle {
  background-color: #f89406; }
.btn-group.open .btn-danger.dropdown-toggle {
  background-color: #bd362f; }
.btn-group.open .btn-success.dropdown-toggle {
  background-color: #51a351; }
.btn-group.open .btn-info.dropdown-toggle {
  background-color: #2f96b4; }
.btn-group.open .btn-inverse.dropdown-toggle {
  background-color: #222222; }

.btn .caret {
  margin-top: 8px;
  margin-left: 0; }

.btn-mini .caret,
.btn-small .caret,
.btn-large .caret {
  margin-top: 6px; }

.btn-large .caret {
  border-left-width: 5px;
  border-right-width: 5px;
  border-top-width: 5px; }

.dropup .btn-large .caret {
  border-bottom-width: 5px; }

.btn-primary .caret,
.btn-warning .caret,
.btn-danger .caret,
.btn-info .caret,
.btn-success .caret,
.btn-inverse .caret {
  border-top-color: white;
  border-bottom-color: white; }

.btn-group-vertical {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

.btn-group-vertical > .btn {
  display: block;
  float: none;
  max-width: 100%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }

.btn-group-vertical > .btn + .btn {
  margin-left: 0;
  margin-top: -1px; }

.btn-group-vertical > .btn:first-child {
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0; }

.btn-group-vertical > .btn:last-child {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px; }

.btn-group-vertical > .btn-large:first-child {
  -webkit-border-radius: 6px 6px 0 0;
  -moz-border-radius: 6px 6px 0 0;
  border-radius: 6px 6px 0 0; }

.btn-group-vertical > .btn-large:last-child {
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px; }

.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; }

.alert,
.alert h4 {
  color: #c09853; }

.alert h4 {
  margin: 0; }

.alert .close {
  position: relative;
  top: -2px;
  right: -21px;
  line-height: 20px; }

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #468847; }

.alert-success h4 {
  color: #468847; }

.alert-danger,
.alert-error {
  background-color: #f2dede;
  border-color: #eed3d7;
  color: #b94a48; }

.alert-danger h4,
.alert-error h4 {
  color: #b94a48; }

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #3a87ad; }

.alert-info h4 {
  color: #3a87ad; }

.alert-block {
  padding-top: 14px;
  padding-bottom: 14px; }

.alert-block > p,
.alert-block > ul {
  margin-bottom: 0; }

.alert-block p + p {
  margin-top: 5px; }

.nav {
  margin-left: 0;
  margin-bottom: 20px;
  list-style: none; }

.nav > li > a {
  display: block; }

.nav > li > a:hover {
  text-decoration: none;
  background-color: #eeeeee; }

.nav > li > a > img {
  max-width: none; }

.nav > .pull-right {
  float: right; }

.nav-header {
  display: block;
  padding: 3px 15px;
  font-size: 11px;
  font-weight: bold;
  line-height: 20px;
  color: #999999;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  text-transform: uppercase; }

.nav li + .nav-header {
  margin-top: 9px; }

.nav-list {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 0; }

.nav-list > li > a,
.nav-list .nav-header {
  margin-left: -15px;
  margin-right: -15px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5); }

.nav-list > li > a {
  padding: 3px 15px; }

.nav-list > .active > a,
.nav-list > .active > a:hover {
  color: white;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  background-color: #0088cc; }

.nav-list [class^="icon-"],
.nav-list [class*=" icon-"] {
  margin-right: 2px; }

.nav-list .divider {
  *width: 100%;
  height: 1px;
  margin: 9px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid white; }

.nav-tabs,
.nav-pills {
  *zoom: 1; }
  .nav-tabs:before, .nav-tabs:after,
  .nav-pills:before,
  .nav-pills:after {
    display: table;
    content: "";
    line-height: 0; }
  .nav-tabs:after,
  .nav-pills:after {
    clear: both; }

.nav-tabs > li,
.nav-pills > li {
  float: left; }

.nav-tabs > li > a,
.nav-pills > li > a {
  padding-right: 12px;
  padding-left: 12px;
  margin-right: 2px;
  line-height: 14px; }

.nav-tabs {
  border-bottom: 1px solid #ddd; }

.nav-tabs > li {
  margin-bottom: -1px; }

.nav-tabs > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: 20px;
  border: 1px solid transparent;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0; }
  .nav-tabs > li > a:hover {
    border-color: #eeeeee #eeeeee #dddddd; }

.nav-tabs > .active > a,
.nav-tabs > .active > a:hover {
  color: #555555;
  background-color: white;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default; }

.nav-pills > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  margin-top: 2px;
  margin-bottom: 2px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; }

.nav-pills > .active > a,
.nav-pills > .active > a:hover {
  color: white;
  background-color: #0088cc; }

.nav-stacked > li {
  float: none; }

.nav-stacked > li > a {
  margin-right: 0; }

.nav-tabs.nav-stacked {
  border-bottom: 0; }

.nav-tabs.nav-stacked > li > a {
  border: 1px solid #ddd;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }

.nav-tabs.nav-stacked > li:first-child > a {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px; }

.nav-tabs.nav-stacked > li:last-child > a {
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px; }

.nav-tabs.nav-stacked > li > a:hover {
  border-color: #ddd;
  z-index: 2; }

.nav-pills.nav-stacked > li > a {
  margin-bottom: 3px; }

.nav-pills.nav-stacked > li:last-child > a {
  margin-bottom: 1px; }

.nav-tabs .dropdown-menu {
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px; }

.nav-pills .dropdown-menu {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px; }

.nav .dropdown-toggle .caret {
  border-top-color: #0088cc;
  border-bottom-color: #0088cc;
  margin-top: 6px; }

.nav .dropdown-toggle:hover .caret {
  border-top-color: #005580;
  border-bottom-color: #005580; }

/* move down carets for tabs */
.nav-tabs .dropdown-toggle .caret {
  margin-top: 8px; }

.nav .active .dropdown-toggle .caret {
  border-top-color: #fff;
  border-bottom-color: #fff; }

.nav-tabs .active .dropdown-toggle .caret {
  border-top-color: #555555;
  border-bottom-color: #555555; }

.nav > .dropdown.active > a:hover {
  cursor: pointer; }

.nav-tabs .open .dropdown-toggle,
.nav-pills .open .dropdown-toggle,
.nav > li.dropdown.open.active > a:hover {
  color: white;
  background-color: #999999;
  border-color: #999999; }

.nav li.dropdown.open .caret,
.nav li.dropdown.open.active .caret,
.nav li.dropdown.open a:hover .caret {
  border-top-color: white;
  border-bottom-color: white;
  opacity: 0.01;
  filter: alpha(opacity=1); }

.tabs-stacked .open > a:hover {
  border-color: #999999; }

.tabbable {
  *zoom: 1; }
  .tabbable:before, .tabbable:after {
    display: table;
    content: "";
    line-height: 0; }
  .tabbable:after {
    clear: both; }

.tab-content {
  overflow: auto; }

.tabs-below > .nav-tabs,
.tabs-right > .nav-tabs,
.tabs-left > .nav-tabs {
  border-bottom: 0; }

.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none; }

.tab-content > .active,
.pill-content > .active {
  display: block; }

.tabs-below > .nav-tabs {
  border-top: 1px solid #ddd; }

.tabs-below > .nav-tabs > li {
  margin-top: -1px;
  margin-bottom: 0; }

.tabs-below > .nav-tabs > li > a {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px; }
  .tabs-below > .nav-tabs > li > a:hover {
    border-bottom-color: transparent;
    border-top-color: #ddd; }

.tabs-below > .nav-tabs > .active > a,
.tabs-below > .nav-tabs > .active > a:hover {
  border-color: transparent #ddd #ddd #ddd; }

.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
  float: none; }

.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a {
  min-width: 74px;
  margin-right: 0;
  margin-bottom: 3px; }

.tabs-left > .nav-tabs {
  float: left;
  margin-right: 19px;
  border-right: 1px solid #ddd; }

.tabs-left > .nav-tabs > li > a {
  margin-right: -1px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px; }

.tabs-left > .nav-tabs > li > a:hover {
  border-color: #eeeeee #dddddd #eeeeee #eeeeee; }

.tabs-left > .nav-tabs .active > a,
.tabs-left > .nav-tabs .active > a:hover {
  border-color: #ddd transparent #ddd #ddd;
  *border-right-color: white; }

.tabs-right > .nav-tabs {
  float: right;
  margin-left: 19px;
  border-left: 1px solid #ddd; }

.tabs-right > .nav-tabs > li > a {
  margin-left: -1px;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0; }

.tabs-right > .nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #eeeeee #dddddd; }

.tabs-right > .nav-tabs .active > a,
.tabs-right > .nav-tabs .active > a:hover {
  border-color: #ddd #ddd #ddd transparent;
  *border-left-color: white; }

.nav > .disabled > a {
  color: #999999; }

.nav > .disabled > a:hover {
  text-decoration: none;
  background-color: transparent;
  cursor: default; }

.navbar {
  overflow: visible;
  margin-bottom: 20px;
  *position: relative;
  *z-index: 2; }

.navbar-inner {
  min-height: 40px;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #fafafa;
  background-image: -moz-linear-gradient(top, white, #f2f2f2);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(white), to(#f2f2f2));
  background-image: -webkit-linear-gradient(top, white, #f2f2f2);
  background-image: -o-linear-gradient(top, white, #f2f2f2);
  background-image: linear-gradient(to bottom, #ffffff, #f2f2f2);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fcfcfc', endColorstr='#f0f0f0', GradientType=0);
  border: 1px solid #d4d4d4;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  *zoom: 1; }
  .navbar-inner:before, .navbar-inner:after {
    display: table;
    content: "";
    line-height: 0; }
  .navbar-inner:after {
    clear: both; }

.navbar .container {
  width: auto; }

.nav-collapse.collapse {
  height: auto;
  overflow: visible; }

.navbar .brand {
  float: left;
  display: block;
  padding: 10px 20px 10px;
  margin-left: -20px;
  font-size: 20px;
  font-weight: 200;
  color: #777777;
  text-shadow: 0 1px 0 white; }
  .navbar .brand:hover {
    text-decoration: none; }

.navbar-text {
  margin-bottom: 0;
  line-height: 40px;
  color: #777777; }

.navbar-link {
  color: #777777; }
  .navbar-link:hover {
    color: #333333; }

.navbar .divider-vertical {
  height: 40px;
  margin: 0 9px;
  border-left: 1px solid #f2f2f2;
  border-right: 1px solid white; }

.navbar .btn,
.navbar .btn-group {
  margin-top: 5px; }

.navbar .btn-group .btn,
.navbar .input-prepend .btn,
.navbar .input-append .btn {
  margin-top: 0; }

.navbar-form {
  margin-bottom: 0;
  *zoom: 1; }
  .navbar-form:before, .navbar-form:after {
    display: table;
    content: "";
    line-height: 0; }
  .navbar-form:after {
    clear: both; }
  .navbar-form input,
  .navbar-form select,
  .navbar-form .radio,
  .navbar-form .checkbox {
    margin-top: 5px; }
  .navbar-form input,
  .navbar-form select,
  .navbar-form .btn {
    display: inline-block;
    margin-bottom: 0; }
  .navbar-form input[type="image"],
  .navbar-form input[type="checkbox"],
  .navbar-form input[type="radio"] {
    margin-top: 3px; }
  .navbar-form .input-append,
  .navbar-form .input-prepend {
    margin-top: 5px;
    white-space: nowrap; }
    .navbar-form .input-append input,
    .navbar-form .input-prepend input {
      margin-top: 0; }

.navbar-search {
  position: relative;
  float: left;
  margin-top: 5px;
  margin-bottom: 0; }
  .navbar-search .search-query {
    margin-bottom: 0;
    padding: 4px 14px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 13px;
    font-weight: normal;
    line-height: 1;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px; }

.navbar-static-top {
  position: static;
  margin-bottom: 0; }
  .navbar-static-top .navbar-inner {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0; }

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
  margin-bottom: 0; }

.navbar-fixed-top .navbar-inner,
.navbar-static-top .navbar-inner {
  border-width: 0 0 1px; }

.navbar-fixed-bottom .navbar-inner {
  border-width: 1px 0 0; }

.navbar-fixed-top .navbar-inner,
.navbar-fixed-bottom .navbar-inner {
  padding-left: 0;
  padding-right: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }

.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
  width: 940px; }

.navbar-fixed-top {
  top: 0; }

.navbar-fixed-top .navbar-inner,
.navbar-static-top .navbar-inner {
  -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1); }

.navbar-fixed-bottom {
  bottom: 0; }
  .navbar-fixed-bottom .navbar-inner {
    -webkit-box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.1); }

.navbar .nav {
  position: relative;
  left: 0;
  display: block;
  float: left;
  margin: 0 10px 0 0; }

.navbar .nav.pull-right {
  float: right;
  margin-right: 0; }

.navbar .nav > li {
  float: left; }

.navbar .nav > li > a {
  float: none;
  padding: 10px 15px 10px;
  color: #777777;
  text-decoration: none;
  text-shadow: 0 1px 0 white; }

.navbar .nav .dropdown-toggle .caret {
  margin-top: 8px; }

.navbar .nav > li > a:focus,
.navbar .nav > li > a:hover {
  background-color: transparent;
  color: #333333;
  text-decoration: none; }

.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus {
  color: #555555;
  text-decoration: none;
  background-color: #e6e6e6;
  -webkit-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125); }

.navbar .btn-navbar {
  display: none;
  float: right;
  padding: 7px 10px;
  margin-left: 5px;
  margin-right: 5px;
  color: white;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #ededed;
  background-image: -moz-linear-gradient(top, #f2f2f2, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f2f2f2), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #f2f2f2, #e6e6e6);
  background-image: -o-linear-gradient(top, #f2f2f2, #e6e6e6);
  background-image: linear-gradient(to bottom, #f2f2f2, #e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0f0f0', endColorstr='#e3e3e3', GradientType=0);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #e6e6e6;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075); }
  .navbar .btn-navbar:hover, .navbar .btn-navbar:active, .navbar .btn-navbar.active, .navbar .btn-navbar.disabled, .navbar .btn-navbar[disabled] {
    color: white;
    background-color: #e6e6e6;
    *background-color: #d9d9d9; }
  .navbar .btn-navbar:active, .navbar .btn-navbar.active {
    background-color: #cccccc \9; }

.navbar .btn-navbar .icon-bar {
  display: block;
  width: 18px;
  height: 2px;
  background-color: #f5f5f5;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); }

.btn-navbar .icon-bar + .icon-bar {
  margin-top: 3px; }

.navbar .nav > li > .dropdown-menu:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -7px;
  left: 9px; }
.navbar .nav > li > .dropdown-menu:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  position: absolute;
  top: -6px;
  left: 10px; }

.navbar-fixed-bottom .nav > li > .dropdown-menu:before {
  border-top: 7px solid #ccc;
  border-top-color: rgba(0, 0, 0, 0.2);
  border-bottom: 0;
  bottom: -7px;
  top: auto; }
.navbar-fixed-bottom .nav > li > .dropdown-menu:after {
  border-top: 6px solid white;
  border-bottom: 0;
  bottom: -6px;
  top: auto; }

.navbar .nav li.dropdown > a:hover .caret {
  border-top-color: #555555;
  border-bottom-color: #555555; }

.navbar .nav li.dropdown.open > .dropdown-toggle,
.navbar .nav li.dropdown.active > .dropdown-toggle,
.navbar .nav li.dropdown.open.active > .dropdown-toggle {
  background-color: #e6e6e6;
  color: #555555; }

.navbar .nav li.dropdown > .dropdown-toggle .caret {
  border-top-color: #777777;
  border-bottom-color: #777777; }

.navbar .nav li.dropdown.open > .dropdown-toggle .caret,
.navbar .nav li.dropdown.active > .dropdown-toggle .caret,
.navbar .nav li.dropdown.open.active > .dropdown-toggle .caret {
  border-top-color: #555555;
  border-bottom-color: #555555; }

.navbar .pull-right > li > .dropdown-menu,
.navbar .nav > li > .dropdown-menu.pull-right {
  left: auto;
  right: 0; }
  .navbar .pull-right > li > .dropdown-menu:before,
  .navbar .nav > li > .dropdown-menu.pull-right:before {
    left: auto;
    right: 12px; }
  .navbar .pull-right > li > .dropdown-menu:after,
  .navbar .nav > li > .dropdown-menu.pull-right:after {
    left: auto;
    right: 13px; }
  .navbar .pull-right > li > .dropdown-menu .dropdown-menu,
  .navbar .nav > li > .dropdown-menu.pull-right .dropdown-menu {
    left: auto;
    right: 100%;
    margin-left: 0;
    margin-right: -1px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px; }

.navbar-inverse .navbar-inner {
  background-color: #1b1b1b;
  background-image: -moz-linear-gradient(top, #222222, #111111);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#222222), to(#111111));
  background-image: -webkit-linear-gradient(top, #222222, #111111);
  background-image: -o-linear-gradient(top, #222222, #111111);
  background-image: linear-gradient(to bottom, #222222, #111111);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1f1f1f', endColorstr='#0e0e0e', GradientType=0);
  border-color: #252525; }
.navbar-inverse .brand,
.navbar-inverse .nav > li > a {
  color: #999999;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }
  .navbar-inverse .brand:hover,
  .navbar-inverse .nav > li > a:hover {
    color: white; }
.navbar-inverse .brand {
  color: #999999; }
.navbar-inverse .navbar-text {
  color: #999999; }
.navbar-inverse .nav > li > a:focus,
.navbar-inverse .nav > li > a:hover {
  background-color: transparent;
  color: white; }
.navbar-inverse .nav .active > a,
.navbar-inverse .nav .active > a:hover,
.navbar-inverse .nav .active > a:focus {
  color: white;
  background-color: #111111; }
.navbar-inverse .navbar-link {
  color: #999999; }
  .navbar-inverse .navbar-link:hover {
    color: white; }
.navbar-inverse .divider-vertical {
  border-left-color: #111111;
  border-right-color: #222222; }
.navbar-inverse .nav li.dropdown.open > .dropdown-toggle,
.navbar-inverse .nav li.dropdown.active > .dropdown-toggle,
.navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle {
  background-color: #111111;
  color: white; }
.navbar-inverse .nav li.dropdown > a:hover .caret {
  border-top-color: white;
  border-bottom-color: white; }
.navbar-inverse .nav li.dropdown > .dropdown-toggle .caret {
  border-top-color: #999999;
  border-bottom-color: #999999; }
.navbar-inverse .nav li.dropdown.open > .dropdown-toggle .caret,
.navbar-inverse .nav li.dropdown.active > .dropdown-toggle .caret,
.navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle .caret {
  border-top-color: white;
  border-bottom-color: white; }
.navbar-inverse .navbar-search .search-query {
  color: white;
  background-color: #515151;
  border-color: #111111;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none; }
  .navbar-inverse .navbar-search .search-query:-moz-placeholder {
    color: #cccccc; }
  .navbar-inverse .navbar-search .search-query:-ms-input-placeholder {
    color: #cccccc; }
  .navbar-inverse .navbar-search .search-query::-webkit-input-placeholder {
    color: #cccccc; }
  .navbar-inverse .navbar-search .search-query:focus, .navbar-inverse .navbar-search .search-query.focused {
    padding: 5px 15px;
    color: #333333;
    text-shadow: 0 1px 0 white;
    background-color: white;
    border: 0;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
    outline: 0; }
.navbar-inverse .btn-navbar {
  color: white;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #0e0e0e;
  background-image: -moz-linear-gradient(top, #151515, #040404);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#151515), to(#040404));
  background-image: -webkit-linear-gradient(top, #151515, #040404);
  background-image: -o-linear-gradient(top, #151515, #040404);
  background-image: linear-gradient(to bottom, #151515, #040404);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#131313', endColorstr='#020202', GradientType=0);
  border-color: #040404 #040404 black;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #040404;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); }
  .navbar-inverse .btn-navbar:hover, .navbar-inverse .btn-navbar:active, .navbar-inverse .btn-navbar.active, .navbar-inverse .btn-navbar.disabled, .navbar-inverse .btn-navbar[disabled] {
    color: white;
    background-color: #040404;
    *background-color: black; }
  .navbar-inverse .btn-navbar:active, .navbar-inverse .btn-navbar.active {
    background-color: black \9; }

.breadcrumb {
  padding: 8px 15px;
  margin: 0 0 20px;
  list-style: none;
  background-color: #f5f5f5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }
  .breadcrumb > li {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    text-shadow: 0 1px 0 white; }
    .breadcrumb > li > .divider {
      padding: 0 5px;
      color: #ccc; }
  .breadcrumb > .active {
    color: #999999; }

.pagination {
  margin: 20px 0; }

.pagination ul {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-left: 0;
  margin-bottom: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05); }

.pagination ul > li {
  display: inline; }

.pagination ul > li > a,
.pagination ul > li > span {
  float: left;
  padding: 4px 12px;
  line-height: 20px;
  text-decoration: none;
  background-color: white;
  border: 1px solid #dddddd;
  border-left-width: 0; }

.pagination ul > li > a:hover,
.pagination ul > .active > a,
.pagination ul > .active > span {
  background-color: whitesmoke; }

.pagination ul > .active > a,
.pagination ul > .active > span {
  color: #999999;
  cursor: default; }

.pagination ul > .disabled > span,
.pagination ul > .disabled > a,
.pagination ul > .disabled > a:hover {
  color: #999999;
  background-color: transparent;
  cursor: default; }

.pagination ul > li:first-child > a,
.pagination ul > li:first-child > span {
  border-left-width: 1px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px; }

.pagination ul > li:last-child > a,
.pagination ul > li:last-child > span {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px; }

.pagination-centered {
  text-align: center; }

.pagination-right {
  text-align: right; }

.pagination-large ul > li > a,
.pagination-large ul > li > span {
  padding: 11px 19px;
  font-size: 17.5px; }
.pagination-large ul > li:first-child > a,
.pagination-large ul > li:first-child > span {
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-topleft: 6px;
  border-top-left-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-bottom-left-radius: 6px; }
.pagination-large ul > li:last-child > a,
.pagination-large ul > li:last-child > span {
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  border-bottom-right-radius: 6px; }

.pagination-mini ul > li:first-child > a,
.pagination-mini ul > li:first-child > span,
.pagination-small ul > li:first-child > a,
.pagination-small ul > li:first-child > span {
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-left-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-bottom-left-radius: 3px; }
.pagination-mini ul > li:last-child > a,
.pagination-mini ul > li:last-child > span,
.pagination-small ul > li:last-child > a,
.pagination-small ul > li:last-child > span {
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  border-bottom-right-radius: 3px; }

.pagination-small ul > li > a,
.pagination-small ul > li > span {
  padding: 2px 10px;
  font-size: 11.9px; }

.pagination-mini ul > li > a,
.pagination-mini ul > li > span {
  padding: 0 6px;
  font-size: 10.5px; }

.pager {
  margin: 20px 0;
  list-style: none;
  text-align: center;
  *zoom: 1; }
  .pager:before, .pager:after {
    display: table;
    content: "";
    line-height: 0; }
  .pager:after {
    clear: both; }

.pager li {
  display: inline; }

.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px; }

.pager li > a:hover {
  text-decoration: none;
  background-color: #f5f5f5; }

.pager .next > a,
.pager .next > span {
  float: right; }

.pager .previous > a,
.pager .previous > span {
  float: left; }

.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > span {
  color: #999999;
  background-color: #fff;
  cursor: default; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: black; }
  .modal-backdrop.fade {
    opacity: 0; }

.modal-backdrop,
.modal-backdrop.fade.in {
  opacity: 0.8;
  filter: alpha(opacity=80); }

.modal {
  position: fixed;
  top: 10%;
  left: 50%;
  z-index: 1050;
  width: 560px;
  margin-left: -280px;
  background-color: white;
  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; }
  .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%; }
  .modal.fade.in {
    top: 10%; }

.modal-header {
  padding: 9px 15px;
  border-bottom: 1px solid #eee; }
  .modal-header .close {
    margin-top: 2px; }
  .modal-header h3 {
    margin: 0;
    line-height: 30px; }

.modal-body {
  position: relative;
  overflow-y: auto;
  max-height: 400px;
  padding: 15px; }

.modal-form {
  margin-bottom: 0; }

.modal-footer {
  padding: 14px 15px 15px;
  margin-bottom: 0;
  text-align: right;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  -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 white;
  -moz-box-shadow: inset 0 1px 0 white;
  box-shadow: inset 0 1px 0 white;
  *zoom: 1; }
  .modal-footer:before, .modal-footer:after {
    display: table;
    content: "";
    line-height: 0; }
  .modal-footer:after {
    clear: both; }
  .modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0; }
  .modal-footer .btn-group .btn + .btn {
    margin-left: -1px; }
  .modal-footer .btn-block + .btn-block {
    margin-left: 0; }

.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  padding: 5px;
  font-size: 11px;
  opacity: 0;
  filter: alpha(opacity=0); }
  .tooltip.in {
    opacity: 0.8;
    filter: alpha(opacity=80); }
  .tooltip.top {
    margin-top: -3px; }
  .tooltip.right {
    margin-left: 3px; }
  .tooltip.bottom {
    margin-top: 3px; }
  .tooltip.left {
    margin-left: -3px; }

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: white;
  text-align: center;
  text-decoration: none;
  background-color: black;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: black; }
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: black; }
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: black; }
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: black; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  width: 236px;
  padding: 1px;
  text-align: left;
  background-color: white;
  -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; }
  .popover.top {
    margin-top: -10px; }
  .popover.right {
    margin-left: 10px; }
  .popover.bottom {
    margin-top: 10px; }
  .popover.left {
    margin-left: -10px; }

.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 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; }

.popover-content {
  padding: 9px 14px; }

.popover .arrow,
.popover .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.popover .arrow {
  border-width: 11px; }

.popover .arrow:after {
  border-width: 10px;
  content: ""; }

.popover.top .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px; }
  .popover.top .arrow:after {
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: white; }
.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); }
  .popover.right .arrow:after {
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: white; }
.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; }
  .popover.bottom .arrow:after {
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: white; }
.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); }
  .popover.left .arrow:after {
    right: 1px;
    border-right-width: 0;
    border-left-color: white;
    bottom: -10px; }

.thumbnails {
  margin-left: -20px;
  list-style: none;
  *zoom: 1; }
  .thumbnails:before, .thumbnails:after {
    display: table;
    content: "";
    line-height: 0; }
  .thumbnails:after {
    clear: both; }

.row-fluid .thumbnails {
  margin-left: 0; }

.thumbnails > li {
  float: left;
  margin-bottom: 20px;
  margin-left: 20px; }

.thumbnail {
  display: block;
  padding: 4px;
  line-height: 20px;
  border: 1px solid #ddd;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

a.thumbnail:hover {
  border-color: #0088cc;
  -webkit-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
  -moz-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
  box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25); }

.thumbnail > img {
  display: block;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; }

.thumbnail .caption {
  padding: 9px;
  color: #555555; }

.media,
.media-body {
  overflow: hidden;
  *overflow: visible;
  zoom: 1; }

.media,
.media .media {
  margin-top: 15px; }

.media:first-child {
  margin-top: 0; }

.media-object {
  display: block; }

.media-heading {
  margin: 0 0 5px; }

.media .pull-left {
  margin-right: 10px; }

.media .pull-right {
  margin-left: 10px; }

.media-list {
  margin-left: 0;
  list-style: none; }

.label,
.badge {
  display: inline-block;
  padding: 2px 4px;
  font-size: 11.844px;
  font-weight: bold;
  line-height: 14px;
  color: white;
  vertical-align: baseline;
  white-space: nowrap;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #999999; }

.label {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }

.badge {
  padding-left: 9px;
  padding-right: 9px;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px; }

.label:empty,
.badge:empty {
  display: none; }

a.label:hover, a.badge:hover {
  color: white;
  text-decoration: none;
  cursor: pointer; }

.label-important, .badge-important {
  background-color: #b94a48; }

.label-important[href], .badge-important[href] {
  background-color: #953b39; }

.label-warning, .badge-warning {
  background-color: #f89406; }

.label-warning[href], .badge-warning[href] {
  background-color: #c67605; }

.label-success, .badge-success {
  background-color: #468847; }

.label-success[href], .badge-success[href] {
  background-color: #356635; }

.label-info, .badge-info {
  background-color: #3a87ad; }

.label-info[href], .badge-info[href] {
  background-color: #2d6987; }

.label-inverse, .badge-inverse {
  background-color: #333333; }

.label-inverse[href], .badge-inverse[href] {
  background-color: #1a1a1a; }

.btn .label,
.btn .badge {
  position: relative;
  top: -1px; }

.btn-mini .label,
.btn-mini .badge {
  top: 0; }

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }

  to {
    background-position: 0 0; } }

@-moz-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }

  to {
    background-position: 0 0; } }

@-ms-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }

  to {
    background-position: 0 0; } }

@-o-keyframes progress-bar-stripes {
  from {
    background-position: 0 0; }

  to {
    background-position: 40px 0; } }

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }

  to {
    background-position: 0 0; } }

.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f6f6f6;
  background-image: -moz-linear-gradient(top, whitesmoke, #f9f9f9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(whitesmoke), to(#f9f9f9));
  background-image: -webkit-linear-gradient(top, whitesmoke, #f9f9f9);
  background-image: -o-linear-gradient(top, whitesmoke, #f9f9f9);
  background-image: linear-gradient(to bottom, #f5f5f5, #f9f9f9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2f2f2', endColorstr='#f6f6f6', GradientType=0);
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

.progress .bar {
  width: 0%;
  height: 100%;
  color: white;
  float: left;
  font-size: 12px;
  text-align: center;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #0e90d2;
  background-image: -moz-linear-gradient(top, #149bdf, #0480be);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#149bdf), to(#0480be));
  background-image: -webkit-linear-gradient(top, #149bdf, #0480be);
  background-image: -o-linear-gradient(top, #149bdf, #0480be);
  background-image: linear-gradient(to bottom, #149bdf, #0480be);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1498da', endColorstr='#047db9', GradientType=0);
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: width 0.6s ease;
  -moz-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease; }

.progress .bar + .bar {
  -webkit-box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15); }

.progress-striped .bar {
  background-color: #149bdf;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  -webkit-background-size: 40px 40px;
  -moz-background-size: 40px 40px;
  -o-background-size: 40px 40px;
  background-size: 40px 40px; }

.progress.active .bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -moz-animation: progress-bar-stripes 2s linear infinite;
  -ms-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite; }

.progress-danger .bar, .progress .bar-danger {
  background-color: #de514c;
  background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#c43c35));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: linear-gradient(to bottom, #ee5f5b, #c43c35);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee5a56', endColorstr='#c03b34', GradientType=0); }

.progress-danger.progress-striped .bar, .progress-striped .bar-danger {
  background-color: #ee5f5b;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-success .bar, .progress .bar-success {
  background-color: #5db95d;
  background-image: -moz-linear-gradient(top, #62c462, #57a957);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#57a957));
  background-image: -webkit-linear-gradient(top, #62c462, #57a957);
  background-image: -o-linear-gradient(top, #62c462, #57a957);
  background-image: linear-gradient(to bottom, #62c462, #57a957);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5ec35e', endColorstr='#55a655', GradientType=0); }

.progress-success.progress-striped .bar, .progress-striped .bar-success {
  background-color: #62c462;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-info .bar, .progress .bar-info {
  background-color: #4cb2d0;
  background-image: -moz-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#339bb9));
  background-image: -webkit-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -o-linear-gradient(top, #5bc0de, #339bb9);
  background-image: linear-gradient(to bottom, #5bc0de, #339bb9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#57bedd', endColorstr='#3298b5', GradientType=0); }

.progress-info.progress-striped .bar, .progress-striped .bar-info {
  background-color: #5bc0de;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-warning .bar, .progress .bar-warning {
  background-color: #f9a834;
  background-image: -moz-linear-gradient(top, #fbb450, #f89406);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
  background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
  background-image: -o-linear-gradient(top, #fbb450, #f89406);
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbb24b', endColorstr='#f39106', GradientType=0); }

.progress-warning.progress-striped .bar, .progress-striped .bar-warning {
  background-color: #fbb450;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.accordion {
  margin-bottom: 20px; }

.accordion-group {
  margin-bottom: 2px;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

.accordion-heading {
  border-bottom: 0; }

.accordion-heading .accordion-toggle {
  display: block;
  padding: 8px 15px; }

.accordion-toggle {
  cursor: pointer; }

.accordion-inner {
  padding: 9px 15px;
  border-top: 1px solid #e5e5e5; }

.carousel {
  position: relative;
  margin-bottom: 20px;
  line-height: 1; }

.carousel-inner {
  overflow: hidden;
  width: 100%;
  position: relative; }

.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; }
.carousel-inner > .item > img {
  display: block;
  line-height: 1; }
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block; }
.carousel-inner > .active {
  left: 0; }
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%; }
.carousel-inner > .next {
  left: 100%; }
.carousel-inner > .prev {
  left: -100%; }
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0; }
.carousel-inner > .active.left {
  left: -100%; }
.carousel-inner > .active.right {
  left: 100%; }

.carousel-control {
  position: absolute;
  top: 40%;
  left: 15px;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  font-size: 60px;
  font-weight: 100;
  line-height: 30px;
  color: white;
  text-align: center;
  background: #222222;
  border: 3px solid white;
  -webkit-border-radius: 23px;
  -moz-border-radius: 23px;
  border-radius: 23px;
  opacity: 0.5;
  filter: alpha(opacity=50); }
  .carousel-control.right {
    left: auto;
    right: 15px; }
  .carousel-control:hover {
    color: white;
    text-decoration: none;
    opacity: 0.9;
    filter: alpha(opacity=90); }

.carousel-caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 15px;
  background: #333333;
  background: rgba(0, 0, 0, 0.75); }

.carousel-caption h4,
.carousel-caption p {
  color: white;
  line-height: 20px; }

.carousel-caption h4 {
  margin: 0 0 5px; }

.carousel-caption p {
  margin-bottom: 0; }

.hero-unit {
  padding: 60px;
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 200;
  line-height: 30px;
  color: inherit;
  background-color: #eeeeee;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px; }
  .hero-unit h1 {
    margin-bottom: 0;
    font-size: 60px;
    line-height: 1;
    color: inherit;
    letter-spacing: -1px; }
  .hero-unit li {
    line-height: 30px; }

.pull-right {
  float: right; }

.pull-left {
  float: left; }

.clearfix {
  *zoom: 1; }
  .clearfix:before, .clearfix:after {
    display: table;
    content: "";
    line-height: 0; }
  .clearfix:after {
    clear: both; }

.hide {
  display: none; }

.show {
  display: block; }

.invisible {
  visibility: hidden; }

.affix {
  position: fixed; }

.ansi1 {
  font-weight: bold; }

.ansi3 {
  font-weight: italic; }

.ansi4 {
  text-decoration: underline; }

.ansi9 {
  text-decoration: line-through; }

.ansi30 {
  color: #000316; }

.ansi31 {
  color: #aa0000; }

.ansi32 {
  color: #00aa00; }

.ansi33 {
  color: #aa5500; }

.ansi34 {
  color: #0000aa; }

.ansi35 {
  color: #E850A8; }

.ansi36 {
  color: #00aaaa; }

.ansi37 {
  color: #0D0D0E; }

.ansi40 {
  background-color: #000316; }

.ansi41 {
  background-color: #aa0000; }

.ansi42 {
  background-color: #00aa00; }

.ansi43 {
  background-color: #aa5500; }

.ansi44 {
  background-color: #0000aa; }

.ansi45 {
  background-color: #E850A8; }

.ansi46 {
  background-color: #00aaaa; }

.ansi47 {
  background-color: #F5F1DE; }

.ansi38-16 {
  color: #000000; }

.ansi48-16 {
  background: #000000; }

.ansi38-17 {
  color: #00002a; }

.ansi48-17 {
  background: #00002a; }

.ansi38-18 {
  color: #000054; }

.ansi48-18 {
  background: #000054; }

.ansi38-19 {
  color: #00007e; }

.ansi48-19 {
  background: #00007e; }

.ansi38-20 {
  color: #0000a8; }

.ansi48-20 {
  background: #0000a8; }

.ansi38-21 {
  color: #0000d2; }

.ansi48-21 {
  background: #0000d2; }

.ansi38-52 {
  color: #2a0000; }

.ansi48-52 {
  background: #2a0000; }

.ansi38-53 {
  color: #2a002a; }

.ansi48-53 {
  background: #2a002a; }

.ansi38-54 {
  color: #2a0054; }

.ansi48-54 {
  background: #2a0054; }

.ansi38-55 {
  color: #2a007e; }

.ansi48-55 {
  background: #2a007e; }

.ansi38-56 {
  color: #2a00a8; }

.ansi48-56 {
  background: #2a00a8; }

.ansi38-57 {
  color: #2a00d2; }

.ansi48-57 {
  background: #2a00d2; }

.ansi38-88 {
  color: #540000; }

.ansi48-88 {
  background: #540000; }

.ansi38-89 {
  color: #54002a; }

.ansi48-89 {
  background: #54002a; }

.ansi38-90 {
  color: #540054; }

.ansi48-90 {
  background: #540054; }

.ansi38-91 {
  color: #54007e; }

.ansi48-91 {
  background: #54007e; }

.ansi38-92 {
  color: #5400a8; }

.ansi48-92 {
  background: #5400a8; }

.ansi38-93 {
  color: #5400d2; }

.ansi48-93 {
  background: #5400d2; }

.ansi38-124 {
  color: #7e0000; }

.ansi48-124 {
  background: #7e0000; }

.ansi38-125 {
  color: #7e002a; }

.ansi48-125 {
  background: #7e002a; }

.ansi38-126 {
  color: #7e0054; }

.ansi48-126 {
  background: #7e0054; }

.ansi38-127 {
  color: #7e007e; }

.ansi48-127 {
  background: #7e007e; }

.ansi38-128 {
  color: #7e00a8; }

.ansi48-128 {
  background: #7e00a8; }

.ansi38-129 {
  color: #7e00d2; }

.ansi48-129 {
  background: #7e00d2; }

.ansi38-160 {
  color: #a80000; }

.ansi48-160 {
  background: #a80000; }

.ansi38-161 {
  color: #a8002a; }

.ansi48-161 {
  background: #a8002a; }

.ansi38-162 {
  color: #a80054; }

.ansi48-162 {
  background: #a80054; }

.ansi38-163 {
  color: #a8007e; }

.ansi48-163 {
  background: #a8007e; }

.ansi38-164 {
  color: #a800a8; }

.ansi48-164 {
  background: #a800a8; }

.ansi38-165 {
  color: #a800d2; }

.ansi48-165 {
  background: #a800d2; }

.ansi38-196 {
  color: #d20000; }

.ansi48-196 {
  background: #d20000; }

.ansi38-197 {
  color: #d2002a; }

.ansi48-197 {
  background: #d2002a; }

.ansi38-198 {
  color: #d20054; }

.ansi48-198 {
  background: #d20054; }

.ansi38-199 {
  color: #d2007e; }

.ansi48-199 {
  background: #d2007e; }

.ansi38-200 {
  color: #d200a8; }

.ansi48-200 {
  background: #d200a8; }

.ansi38-201 {
  color: #d200d2; }

.ansi48-201 {
  background: #d200d2; }

.ansi38-22 {
  color: #002a00; }

.ansi48-22 {
  background: #002a00; }

.ansi38-23 {
  color: #002a2a; }

.ansi48-23 {
  background: #002a2a; }

.ansi38-24 {
  color: #002a54; }

.ansi48-24 {
  background: #002a54; }

.ansi38-25 {
  color: #002a7e; }

.ansi48-25 {
  background: #002a7e; }

.ansi38-26 {
  color: #002aa8; }

.ansi48-26 {
  background: #002aa8; }

.ansi38-27 {
  color: #002ad2; }

.ansi48-27 {
  background: #002ad2; }

.ansi38-58 {
  color: #2a2a00; }

.ansi48-58 {
  background: #2a2a00; }

.ansi38-59 {
  color: #2a2a2a; }

.ansi48-59 {
  background: #2a2a2a; }

.ansi38-60 {
  color: #2a2a54; }

.ansi48-60 {
  background: #2a2a54; }

.ansi38-61 {
  color: #2a2a7e; }

.ansi48-61 {
  background: #2a2a7e; }

.ansi38-62 {
  color: #2a2aa8; }

.ansi48-62 {
  background: #2a2aa8; }

.ansi38-63 {
  color: #2a2ad2; }

.ansi48-63 {
  background: #2a2ad2; }

.ansi38-94 {
  color: #542a00; }

.ansi48-94 {
  background: #542a00; }

.ansi38-95 {
  color: #542a2a; }

.ansi48-95 {
  background: #542a2a; }

.ansi38-96 {
  color: #542a54; }

.ansi48-96 {
  background: #542a54; }

.ansi38-97 {
  color: #542a7e; }

.ansi48-97 {
  background: #542a7e; }

.ansi38-98 {
  color: #542aa8; }

.ansi48-98 {
  background: #542aa8; }

.ansi38-99 {
  color: #542ad2; }

.ansi48-99 {
  background: #542ad2; }

.ansi38-130 {
  color: #7e2a00; }

.ansi48-130 {
  background: #7e2a00; }

.ansi38-131 {
  color: #7e2a2a; }

.ansi48-131 {
  background: #7e2a2a; }

.ansi38-132 {
  color: #7e2a54; }

.ansi48-132 {
  background: #7e2a54; }

.ansi38-133 {
  color: #7e2a7e; }

.ansi48-133 {
  background: #7e2a7e; }

.ansi38-134 {
  color: #7e2aa8; }

.ansi48-134 {
  background: #7e2aa8; }

.ansi38-135 {
  color: #7e2ad2; }

.ansi48-135 {
  background: #7e2ad2; }

.ansi38-166 {
  color: #a82a00; }

.ansi48-166 {
  background: #a82a00; }

.ansi38-167 {
  color: #a82a2a; }

.ansi48-167 {
  background: #a82a2a; }

.ansi38-168 {
  color: #a82a54; }

.ansi48-168 {
  background: #a82a54; }

.ansi38-169 {
  color: #a82a7e; }

.ansi48-169 {
  background: #a82a7e; }

.ansi38-170 {
  color: #a82aa8; }

.ansi48-170 {
  background: #a82aa8; }

.ansi38-171 {
  color: #a82ad2; }

.ansi48-171 {
  background: #a82ad2; }

.ansi38-202 {
  color: #d22a00; }

.ansi48-202 {
  background: #d22a00; }

.ansi38-203 {
  color: #d22a2a; }

.ansi48-203 {
  background: #d22a2a; }

.ansi38-204 {
  color: #d22a54; }

.ansi48-204 {
  background: #d22a54; }

.ansi38-205 {
  color: #d22a7e; }

.ansi48-205 {
  background: #d22a7e; }

.ansi38-206 {
  color: #d22aa8; }

.ansi48-206 {
  background: #d22aa8; }

.ansi38-207 {
  color: #d22ad2; }

.ansi48-207 {
  background: #d22ad2; }

.ansi38-28 {
  color: #005400; }

.ansi48-28 {
  background: #005400; }

.ansi38-29 {
  color: #00542a; }

.ansi48-29 {
  background: #00542a; }

.ansi38-30 {
  color: #005454; }

.ansi48-30 {
  background: #005454; }

.ansi38-31 {
  color: #00547e; }

.ansi48-31 {
  background: #00547e; }

.ansi38-32 {
  color: #0054a8; }

.ansi48-32 {
  background: #0054a8; }

.ansi38-33 {
  color: #0054d2; }

.ansi48-33 {
  background: #0054d2; }

.ansi38-64 {
  color: #2a5400; }

.ansi48-64 {
  background: #2a5400; }

.ansi38-65 {
  color: #2a542a; }

.ansi48-65 {
  background: #2a542a; }

.ansi38-66 {
  color: #2a5454; }

.ansi48-66 {
  background: #2a5454; }

.ansi38-67 {
  color: #2a547e; }

.ansi48-67 {
  background: #2a547e; }

.ansi38-68 {
  color: #2a54a8; }

.ansi48-68 {
  background: #2a54a8; }

.ansi38-69 {
  color: #2a54d2; }

.ansi48-69 {
  background: #2a54d2; }

.ansi38-100 {
  color: #545400; }

.ansi48-100 {
  background: #545400; }

.ansi38-101 {
  color: #54542a; }

.ansi48-101 {
  background: #54542a; }

.ansi38-102 {
  color: #545454; }

.ansi48-102 {
  background: #545454; }

.ansi38-103 {
  color: #54547e; }

.ansi48-103 {
  background: #54547e; }

.ansi38-104 {
  color: #5454a8; }

.ansi48-104 {
  background: #5454a8; }

.ansi38-105 {
  color: #5454d2; }

.ansi48-105 {
  background: #5454d2; }

.ansi38-136 {
  color: #7e5400; }

.ansi48-136 {
  background: #7e5400; }

.ansi38-137 {
  color: #7e542a; }

.ansi48-137 {
  background: #7e542a; }

.ansi38-138 {
  color: #7e5454; }

.ansi48-138 {
  background: #7e5454; }

.ansi38-139 {
  color: #7e547e; }

.ansi48-139 {
  background: #7e547e; }

.ansi38-140 {
  color: #7e54a8; }

.ansi48-140 {
  background: #7e54a8; }

.ansi38-141 {
  color: #7e54d2; }

.ansi48-141 {
  background: #7e54d2; }

.ansi38-172 {
  color: #a85400; }

.ansi48-172 {
  background: #a85400; }

.ansi38-173 {
  color: #a8542a; }

.ansi48-173 {
  background: #a8542a; }

.ansi38-174 {
  color: #a85454; }

.ansi48-174 {
  background: #a85454; }

.ansi38-175 {
  color: #a8547e; }

.ansi48-175 {
  background: #a8547e; }

.ansi38-176 {
  color: #a854a8; }

.ansi48-176 {
  background: #a854a8; }

.ansi38-177 {
  color: #a854d2; }

.ansi48-177 {
  background: #a854d2; }

.ansi38-208 {
  color: #d25400; }

.ansi48-208 {
  background: #d25400; }

.ansi38-209 {
  color: #d2542a; }

.ansi48-209 {
  background: #d2542a; }

.ansi38-210 {
  color: #d25454; }

.ansi48-210 {
  background: #d25454; }

.ansi38-211 {
  color: #d2547e; }

.ansi48-211 {
  background: #d2547e; }

.ansi38-212 {
  color: #d254a8; }

.ansi48-212 {
  background: #d254a8; }

.ansi38-213 {
  color: #d254d2; }

.ansi48-213 {
  background: #d254d2; }

.ansi38-34 {
  color: #007e00; }

.ansi48-34 {
  background: #007e00; }

.ansi38-35 {
  color: #007e2a; }

.ansi48-35 {
  background: #007e2a; }

.ansi38-36 {
  color: #007e54; }

.ansi48-36 {
  background: #007e54; }

.ansi38-37 {
  color: #007e7e; }

.ansi48-37 {
  background: #007e7e; }

.ansi38-38 {
  color: #007ea8; }

.ansi48-38 {
  background: #007ea8; }

.ansi38-39 {
  color: #007ed2; }

.ansi48-39 {
  background: #007ed2; }

.ansi38-70 {
  color: #2a7e00; }

.ansi48-70 {
  background: #2a7e00; }

.ansi38-71 {
  color: #2a7e2a; }

.ansi48-71 {
  background: #2a7e2a; }

.ansi38-72 {
  color: #2a7e54; }

.ansi48-72 {
  background: #2a7e54; }

.ansi38-73 {
  color: #2a7e7e; }

.ansi48-73 {
  background: #2a7e7e; }

.ansi38-74 {
  color: #2a7ea8; }

.ansi48-74 {
  background: #2a7ea8; }

.ansi38-75 {
  color: #2a7ed2; }

.ansi48-75 {
  background: #2a7ed2; }

.ansi38-106 {
  color: #547e00; }

.ansi48-106 {
  background: #547e00; }

.ansi38-107 {
  color: #547e2a; }

.ansi48-107 {
  background: #547e2a; }

.ansi38-108 {
  color: #547e54; }

.ansi48-108 {
  background: #547e54; }

.ansi38-109 {
  color: #547e7e; }

.ansi48-109 {
  background: #547e7e; }

.ansi38-110 {
  color: #547ea8; }

.ansi48-110 {
  background: #547ea8; }

.ansi38-111 {
  color: #547ed2; }

.ansi48-111 {
  background: #547ed2; }

.ansi38-142 {
  color: #7e7e00; }

.ansi48-142 {
  background: #7e7e00; }

.ansi38-143 {
  color: #7e7e2a; }

.ansi48-143 {
  background: #7e7e2a; }

.ansi38-144 {
  color: #7e7e54; }

.ansi48-144 {
  background: #7e7e54; }

.ansi38-145 {
  color: #7e7e7e; }

.ansi48-145 {
  background: #7e7e7e; }

.ansi38-146 {
  color: #7e7ea8; }

.ansi48-146 {
  background: #7e7ea8; }

.ansi38-147 {
  color: #7e7ed2; }

.ansi48-147 {
  background: #7e7ed2; }

.ansi38-178 {
  color: #a87e00; }

.ansi48-178 {
  background: #a87e00; }

.ansi38-179 {
  color: #a87e2a; }

.ansi48-179 {
  background: #a87e2a; }

.ansi38-180 {
  color: #a87e54; }

.ansi48-180 {
  background: #a87e54; }

.ansi38-181 {
  color: #a87e7e; }

.ansi48-181 {
  background: #a87e7e; }

.ansi38-182 {
  color: #a87ea8; }

.ansi48-182 {
  background: #a87ea8; }

.ansi38-183 {
  color: #a87ed2; }

.ansi48-183 {
  background: #a87ed2; }

.ansi38-214 {
  color: #d27e00; }

.ansi48-214 {
  background: #d27e00; }

.ansi38-215 {
  color: #d27e2a; }

.ansi48-215 {
  background: #d27e2a; }

.ansi38-216 {
  color: #d27e54; }

.ansi48-216 {
  background: #d27e54; }

.ansi38-217 {
  color: #d27e7e; }

.ansi48-217 {
  background: #d27e7e; }

.ansi38-218 {
  color: #d27ea8; }

.ansi48-218 {
  background: #d27ea8; }

.ansi38-219 {
  color: #d27ed2; }

.ansi48-219 {
  background: #d27ed2; }

.ansi38-40 {
  color: #00a800; }

.ansi48-40 {
  background: #00a800; }

.ansi38-41 {
  color: #00a82a; }

.ansi48-41 {
  background: #00a82a; }

.ansi38-42 {
  color: #00a854; }

.ansi48-42 {
  background: #00a854; }

.ansi38-43 {
  color: #00a87e; }

.ansi48-43 {
  background: #00a87e; }

.ansi38-44 {
  color: #00a8a8; }

.ansi48-44 {
  background: #00a8a8; }

.ansi38-45 {
  color: #00a8d2; }

.ansi48-45 {
  background: #00a8d2; }

.ansi38-76 {
  color: #2aa800; }

.ansi48-76 {
  background: #2aa800; }

.ansi38-77 {
  color: #2aa82a; }

.ansi48-77 {
  background: #2aa82a; }

.ansi38-78 {
  color: #2aa854; }

.ansi48-78 {
  background: #2aa854; }

.ansi38-79 {
  color: #2aa87e; }

.ansi48-79 {
  background: #2aa87e; }

.ansi38-80 {
  color: #2aa8a8; }

.ansi48-80 {
  background: #2aa8a8; }

.ansi38-81 {
  color: #2aa8d2; }

.ansi48-81 {
  background: #2aa8d2; }

.ansi38-112 {
  color: #54a800; }

.ansi48-112 {
  background: #54a800; }

.ansi38-113 {
  color: #54a82a; }

.ansi48-113 {
  background: #54a82a; }

.ansi38-114 {
  color: #54a854; }

.ansi48-114 {
  background: #54a854; }

.ansi38-115 {
  color: #54a87e; }

.ansi48-115 {
  background: #54a87e; }

.ansi38-116 {
  color: #54a8a8; }

.ansi48-116 {
  background: #54a8a8; }

.ansi38-117 {
  color: #54a8d2; }

.ansi48-117 {
  background: #54a8d2; }

.ansi38-148 {
  color: #7ea800; }

.ansi48-148 {
  background: #7ea800; }

.ansi38-149 {
  color: #7ea82a; }

.ansi48-149 {
  background: #7ea82a; }

.ansi38-150 {
  color: #7ea854; }

.ansi48-150 {
  background: #7ea854; }

.ansi38-151 {
  color: #7ea87e; }

.ansi48-151 {
  background: #7ea87e; }

.ansi38-152 {
  color: #7ea8a8; }

.ansi48-152 {
  background: #7ea8a8; }

.ansi38-153 {
  color: #7ea8d2; }

.ansi48-153 {
  background: #7ea8d2; }

.ansi38-184 {
  color: #a8a800; }

.ansi48-184 {
  background: #a8a800; }

.ansi38-185 {
  color: #a8a82a; }

.ansi48-185 {
  background: #a8a82a; }

.ansi38-186 {
  color: #a8a854; }

.ansi48-186 {
  background: #a8a854; }

.ansi38-187 {
  color: #a8a87e; }

.ansi48-187 {
  background: #a8a87e; }

.ansi38-188 {
  color: #a8a8a8; }

.ansi48-188 {
  background: #a8a8a8; }

.ansi38-189 {
  color: #a8a8d2; }

.ansi48-189 {
  background: #a8a8d2; }

.ansi38-220 {
  color: #d2a800; }

.ansi48-220 {
  background: #d2a800; }

.ansi38-221 {
  color: #d2a82a; }

.ansi48-221 {
  background: #d2a82a; }

.ansi38-222 {
  color: #d2a854; }

.ansi48-222 {
  background: #d2a854; }

.ansi38-223 {
  color: #d2a87e; }

.ansi48-223 {
  background: #d2a87e; }

.ansi38-224 {
  color: #d2a8a8; }

.ansi48-224 {
  background: #d2a8a8; }

.ansi38-225 {
  color: #d2a8d2; }

.ansi48-225 {
  background: #d2a8d2; }

.ansi38-46 {
  color: #00d200; }

.ansi48-46 {
  background: #00d200; }

.ansi38-47 {
  color: #00d22a; }

.ansi48-47 {
  background: #00d22a; }

.ansi38-48 {
  color: #00d254; }

.ansi48-48 {
  background: #00d254; }

.ansi38-49 {
  color: #00d27e; }

.ansi48-49 {
  background: #00d27e; }

.ansi38-50 {
  color: #00d2a8; }

.ansi48-50 {
  background: #00d2a8; }

.ansi38-51 {
  color: #00d2d2; }

.ansi48-51 {
  background: #00d2d2; }

.ansi38-82 {
  color: #2ad200; }

.ansi48-82 {
  background: #2ad200; }

.ansi38-83 {
  color: #2ad22a; }

.ansi48-83 {
  background: #2ad22a; }

.ansi38-84 {
  color: #2ad254; }

.ansi48-84 {
  background: #2ad254; }

.ansi38-85 {
  color: #2ad27e; }

.ansi48-85 {
  background: #2ad27e; }

.ansi38-86 {
  color: #2ad2a8; }

.ansi48-86 {
  background: #2ad2a8; }

.ansi38-87 {
  color: #2ad2d2; }

.ansi48-87 {
  background: #2ad2d2; }

.ansi38-118 {
  color: #54d200; }

.ansi48-118 {
  background: #54d200; }

.ansi38-119 {
  color: #54d22a; }

.ansi48-119 {
  background: #54d22a; }

.ansi38-120 {
  color: #54d254; }

.ansi48-120 {
  background: #54d254; }

.ansi38-121 {
  color: #54d27e; }

.ansi48-121 {
  background: #54d27e; }

.ansi38-122 {
  color: #54d2a8; }

.ansi48-122 {
  background: #54d2a8; }

.ansi38-123 {
  color: #54d2d2; }

.ansi48-123 {
  background: #54d2d2; }

.ansi38-154 {
  color: #7ed200; }

.ansi48-154 {
  background: #7ed200; }

.ansi38-155 {
  color: #7ed22a; }

.ansi48-155 {
  background: #7ed22a; }

.ansi38-156 {
  color: #7ed254; }

.ansi48-156 {
  background: #7ed254; }

.ansi38-157 {
  color: #7ed27e; }

.ansi48-157 {
  background: #7ed27e; }

.ansi38-158 {
  color: #7ed2a8; }

.ansi48-158 {
  background: #7ed2a8; }

.ansi38-159 {
  color: #7ed2d2; }

.ansi48-159 {
  background: #7ed2d2; }

.ansi38-190 {
  color: #a8d200; }

.ansi48-190 {
  background: #a8d200; }

.ansi38-191 {
  color: #a8d22a; }

.ansi48-191 {
  background: #a8d22a; }

.ansi38-192 {
  color: #a8d254; }

.ansi48-192 {
  background: #a8d254; }

.ansi38-193 {
  color: #a8d27e; }

.ansi48-193 {
  background: #a8d27e; }

.ansi38-194 {
  color: #a8d2a8; }

.ansi48-194 {
  background: #a8d2a8; }

.ansi38-195 {
  color: #a8d2d2; }

.ansi48-195 {
  background: #a8d2d2; }

.ansi38-226 {
  color: #d2d200; }

.ansi48-226 {
  background: #d2d200; }

.ansi38-227 {
  color: #d2d22a; }

.ansi48-227 {
  background: #d2d22a; }

.ansi38-228 {
  color: #d2d254; }

.ansi48-228 {
  background: #d2d254; }

.ansi38-229 {
  color: #d2d27e; }

.ansi48-229 {
  background: #d2d27e; }

.ansi38-230 {
  color: #d2d2a8; }

.ansi48-230 {
  background: #d2d2a8; }

.ansi38-231 {
  color: #d2d2d2; }

.ansi48-231 {
  background: #d2d2d2; }

.ansi38-232 {
  color: #080808; }

.ansi48-232 {
  background: #080808; }

.ansi38-233 {
  color: #121212; }

.ansi48-233 {
  background: #121212; }

.ansi38-234 {
  color: #1c1c1c; }

.ansi48-234 {
  background: #1c1c1c; }

.ansi38-235 {
  color: #262626; }

.ansi48-235 {
  background: #262626; }

.ansi38-236 {
  color: #303030; }

.ansi48-236 {
  background: #303030; }

.ansi38-237 {
  color: #3a3a3a; }

.ansi48-237 {
  background: #3a3a3a; }

.ansi38-238 {
  color: #444444; }

.ansi48-238 {
  background: #444444; }

.ansi38-239 {
  color: #4e4e4e; }

.ansi48-239 {
  background: #4e4e4e; }

.ansi38-240 {
  color: #585858; }

.ansi48-240 {
  background: #585858; }

.ansi38-241 {
  color: #626262; }

.ansi48-241 {
  background: #626262; }

.ansi38-242 {
  color: #6c6c6c; }

.ansi48-242 {
  background: #6c6c6c; }

.ansi38-243 {
  color: #767676; }

.ansi48-243 {
  background: #767676; }

.ansi38-244 {
  color: #808080; }

.ansi48-244 {
  background: #808080; }

.ansi38-245 {
  color: #8a8a8a; }

.ansi48-245 {
  background: #8a8a8a; }

.ansi38-246 {
  color: #949494; }

.ansi48-246 {
  background: #949494; }

.ansi38-247 {
  color: #9e9e9e; }

.ansi48-247 {
  background: #9e9e9e; }

.ansi38-248 {
  color: #a8a8a8; }

.ansi48-248 {
  background: #a8a8a8; }

.ansi38-249 {
  color: #b2b2b2; }

.ansi48-249 {
  background: #b2b2b2; }

.ansi38-250 {
  color: #bcbcbc; }

.ansi48-250 {
  background: #bcbcbc; }

.ansi38-251 {
  color: #c6c6c6; }

.ansi48-251 {
  background: #c6c6c6; }

.ansi38-252 {
  color: #d0d0d0; }

.ansi48-252 {
  background: #d0d0d0; }

.ansi38-253 {
  color: #dadada; }

.ansi48-253 {
  background: #dadada; }

.ansi38-254 {
  color: #e4e4e4; }

.ansi48-254 {
  background: #e4e4e4; }

.ansi38-255 {
  color: #eeeeee; }

.ansi48-255 {
  background: #eeeeee; }

#switchTeamContext form {
  margin-bottom: 0; }
#switchTeamContext #no-group-context-selector {
  margin-left: 5px;
  margin-right: 5px; }

.top-navbar {
  width: 100%;
  margin-bottom: 5px;
  background: #353d53 url(../img/concrete_wall_bg.png);
  -webkit-box-shadow: 0 4px 0 white, 0 5px 0px #6a8bc5;
  -moz-box-shadow: 0 4px 0 white, 0 5px 0px #6a8bc5;
  box-shadow: 0 4px 0 white, 0 5px 0px #6a8bc5; }

.top-navbar-inner {
  background: transparent;
  color: #fff;
  border: none;
  border-radius: 0;
  height: 54px;
  line-height: 54px;
  padding-right: 0; }
  .top-navbar-inner.skinny-navbar-inner {
    width: 1040px;
    margin: 0 auto; }
  .top-navbar-inner .brand {
    width: 116px;
    padding: 0 5px 0 15px;
    -webkit-transition-property: padding, background;
    -moz-transition-property: padding, background;
    -o-transition-property: padding, background;
    transition-property: padding, background;
    -webkit-transition-duration: 0.13s;
    -moz-transition-duration: 0.13s;
    -o-transition-duration: 0.13s;
    transition-duration: 0.13s; }
    .top-navbar-inner .brand:hover {
      padding: 0 3px 0 17px; }
  .top-navbar-inner .account-dropdown {
    padding: 0 20px; }
    .top-navbar-inner .account-dropdown .dropdown-toggle > i {
      position: static;
      margin-right: 10px;
      margin-top: 1.4px; }
    .top-navbar-inner .account-dropdown li > a {
      position: relative; }
    .top-navbar-inner .account-dropdown i {
      position: absolute;
      top: 9px;
      right: 9px; }
  .top-navbar-inner .nav > li {
    line-height: 54px;
    height: 54px; }
    .top-navbar-inner .nav > li:hover, .top-navbar-inner .nav > li.open {
      background: #3e4244; }
    .top-navbar-inner .nav > li > a {
      font-size: 14px;
      color: #fff;
      padding: 0 10px;
      -webkit-font-smoothing: antialiased;
      font-weight: 700;
      text-shadow: 0px 1px 0px rgba(41, 38, 38, 0.2); }
      .top-navbar-inner .nav > li > a:hover {
        color: #fff; }
    .top-navbar-inner .nav > li .signup-navs {
      padding: 0 20px; }
  .top-navbar-inner .divider-vertical {
    border-left: 1px solid rgba(0, 0, 0, 0.15);
    border-right: 2px solid rgba(255, 255, 255, 0.1);
    height: 54px;
    margin: 0; }
  .top-navbar-inner > li {
    line-height: 54px;
    height: 54px; }
  .top-navbar-inner i {
    margin-left: 5px;
    top: 0; }

.create-issue-container {
  position: relative; }

.create-issue-form-wrapper {
  position: absolute;
  z-index: 1000;
  top: 59px;
  overflow-y: auto;
  box-shadow: 1px 1px 2px #bdbcbc;
  -webkit-transition-property: height;
  -moz-transition-property: height;
  -o-transition-property: height;
  transition-property: height;
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s; }
  .create-issue-form-wrapper .well {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    padding: 0px 19px; }
  .create-issue-form-wrapper.collapsed {
    height: 0;
    overflow: hidden; }
  .create-issue-form-wrapper legend {
    margin: 10px 0 0 0;
    border-bottom: none;
    line-height: 1.5;
    font-size: 19px;
    font-weight: 600;
    color: #353d53;
    -webkit-font-smoothing: antialiased; }
    .create-issue-form-wrapper legend i {
      margin-top: 5px; }
  .create-issue-form-wrapper form {
    margin: 0 0 20px; }
  .create-issue-form-wrapper .wmd-preview {
    max-height: 150px;
    padding: 0px 20px;
    overflow-y: scroll; }
  .create-issue-form-wrapper .wmd-input {
    height: 150px;
    max-height: 150px; }
  .create-issue-form-wrapper .wmd-panel {
    margin: 10px 0; }
  .create-issue-form-wrapper .input-error-msg {
    height: 31px; }
  .create-issue-form-wrapper input[type="text"] {
    padding: 8px 13px;
    margin-bottom: 0; }
  .create-issue-form-wrapper #create-issue-tag-list {
    margin: -10px 0; }
    .create-issue-form-wrapper #create-issue-tag-list span {
      margin-right: 5px; }

/* Overriding Twitter Bootstrap styles */
.navbar .nav li.dropdown > .dropdown-toggle .caret {
  border-top-color: #e6e0e0;
  border-bottom-color: white;
  vertical-align: text-top;
  margin-top: 8px; }

.navbar .pull-right > li > .dropdown-menu, .navbar .nav > li > .dropdown-menu.pull-right {
  right: 23%%; }

.dropdown-menu .divider {
  margin: 0; }

.dropdown-menu li > a {
  padding: 8px 20px; }

.navbar .nav li.dropdown.open > .dropdown-toggle, .navbar .nav li.dropdown.active > .dropdown-toggle, .navbar .nav li.dropdown.open.active > .dropdown-toggle {
  background: transparent; }

.navbar .nav > li > a:focus, .navbar .nav > li > a:hover {
  color: #fff !important; }

.navbar .nav li.dropdown.open > .dropdown-toggle {
  color: #fff !important; }

.navbar .nav > .active > a, .navbar .nav > .active > a:hover, .navbar .nav > .active > a:focus {
  background-color: #1C2231;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #46474d), color-stop(100%, #05070c));
  background: -webkit-linear-gradient(top, #46474d, #05070c);
  background: -moz-linear-gradient(top, #46474d, #05070c);
  background: -o-linear-gradient(top, #46474d, #05070c);
  background: linear-gradient(top, #46474d, #05070c);
  color: #fff; }

.navbar-inner .nav > li:hover, .navbar-inner .nav > li.open {
  color: #fff; }

.navbar .nav li.dropdown > a:hover .caret {
  border-top-color: #fff;
  border-bottom-color: #fff; }

.navbar .nav li.dropdown.open > .dropdown-toggle, .navbar .nav li.dropdown.active > .dropdown-toggle, .navbar .nav li.dropdown.open.active > .dropdown-toggle {
  color: #fff; }

.navbar .nav li.dropdown.open > .dropdown-toggle .caret, .navbar .nav li.dropdown.active > .dropdown-toggle .caret, .navbar .nav li.dropdown.open.active > .dropdown-toggle .caret {
  border-top-color: #fff !important;
  border-bottom-color: #fff !important; }

.dropdown-menu li > a {
  font-weight: 700; }

/****** MEDIA QUERIES ***************/
@media (max-width: 795px) {
  .top-navbar-inner i {
    display: none !important; }

  .top-navbar-inner .account-dropdown {
    padding: 0 10px; } }
.aside, .fixed-aside {
  background: #f8f8f8; }
  .aside .sidebar-section.chat-section, .fixed-aside .sidebar-section.chat-section {
    max-height: 350px;
    overflow-y: auto;
    background: #fcf7ef; }
  .aside #friends-list, .fixed-aside #friends-list {
    overflow: hidden; }
    .aside #friends-list .side-tab, .fixed-aside #friends-list .side-tab {
      position: relative;
      z-index: 5; }
  .aside .friends-content, .fixed-aside .friends-content {
    position: relative;
    top: 0; }
  .aside .side-tab, .fixed-aside .side-tab {
    background-color: #E6E8E9;
    background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #e6e8e9));
    background: -webkit-linear-gradient(top, #ffffff, #e6e8e9);
    background: -moz-linear-gradient(top, #ffffff, #e6e8e9);
    background: -o-linear-gradient(top, #ffffff, #e6e8e9);
    background: linear-gradient(top, #ffffff, #e6e8e9);
    padding: 5px 12px;
    display: block;
    color: #353d53;
    font-weight: 600;
    text-shadow: 0 1px 0 rgba(250, 244, 244, 0.9);
    text-transform: uppercase;
    border-bottom: 1px solid #c8c9c5;
    box-shadow: inset 0px -1px 1px rgba(216, 215, 215, 0.9) i;
      box-shadow-position: relative;
      box-shadow-top: 2px; }
    .aside .side-tab:hover, .fixed-aside .side-tab:hover, .aside .side-tab.active, .fixed-aside .side-tab.active {
      background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #eef1f3), color-stop(100%, #edf3f7));
      background: -webkit-linear-gradient(top, #eef1f3, #edf3f7);
      background: -moz-linear-gradient(top, #eef1f3, #edf3f7);
      background: -o-linear-gradient(top, #eef1f3, #edf3f7);
      background: linear-gradient(top, #eef1f3, #edf3f7);
      text-decoration: none;
      box-shadow: none;
      color: #457fa7; }
    .aside .side-tab.open-tab, .fixed-aside .side-tab.open-tab {
      background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f7efc6), color-stop(100%, #f5eab4));
      background: -webkit-linear-gradient(top, #f7efc6, #f5eab4);
      background: -moz-linear-gradient(top, #f7efc6, #f5eab4);
      background: -o-linear-gradient(top, #f7efc6, #f5eab4);
      background: linear-gradient(top, #f7efc6, #f5eab4);
      color: #a08e38;
      text-shadow: none; }
  .aside a.side-tab, .fixed-aside a.side-tab {
    -webkit-transition-property: padding-left;
    -moz-transition-property: padding-left;
    -o-transition-property: padding-left;
    transition-property: padding-left;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s; }
    .aside a.side-tab:hover, .fixed-aside a.side-tab:hover, .aside a.side-tab.active, .fixed-aside a.side-tab.active {
      padding-left: 20px;
      background: -webkit-linear-gradient(top, #eef1f3, #edf3f7);
      color: #457fa7; }
  .aside .friend-user-item a, .fixed-aside .friend-user-item a, .aside .friend-user-item.loading, .fixed-aside .friend-user-item.loading, .aside .friend-user-item.tab, .fixed-aside .friend-user-item.tab, .aside .stream-settings a, .fixed-aside .stream-settings a, .aside .stream-settings.loading, .fixed-aside .stream-settings.loading, .aside .stream-settings.tab, .fixed-aside .stream-settings.tab, .aside .inner-tab a, .fixed-aside .inner-tab a, .aside .inner-tab.loading, .fixed-aside .inner-tab.loading, .aside .inner-tab.tab, .fixed-aside .inner-tab.tab {
    background: #fff;
    display: block;
    padding: 5px 12px;
    color: #1e1f2c;
    font-weight: 500;
    box-shadow: inset 0px -1px 1px rgba(250, 247, 247, 0.5);
    border-bottom: 1px solid #e9e4e4;
    -webkit-transition-property: padding-left;
    -moz-transition-property: padding-left;
    -o-transition-property: padding-left;
    transition-property: padding-left;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s; }
    .aside .friend-user-item a:hover, .fixed-aside .friend-user-item a:hover, .aside .friend-user-item a.active, .fixed-aside .friend-user-item a.active, .aside .friend-user-item.loading:hover, .fixed-aside .friend-user-item.loading:hover, .aside .friend-user-item.loading.active, .fixed-aside .friend-user-item.loading.active, .aside .friend-user-item.tab:hover, .fixed-aside .friend-user-item.tab:hover, .aside .friend-user-item.tab.active, .fixed-aside .friend-user-item.tab.active, .aside .stream-settings a:hover, .fixed-aside .stream-settings a:hover, .aside .stream-settings a.active, .fixed-aside .stream-settings a.active, .aside .stream-settings.loading:hover, .fixed-aside .stream-settings.loading:hover, .aside .stream-settings.loading.active, .fixed-aside .stream-settings.loading.active, .aside .stream-settings.tab:hover, .fixed-aside .stream-settings.tab:hover, .aside .stream-settings.tab.active, .fixed-aside .stream-settings.tab.active, .aside .inner-tab a:hover, .fixed-aside .inner-tab a:hover, .aside .inner-tab a.active, .fixed-aside .inner-tab a.active, .aside .inner-tab.loading:hover, .fixed-aside .inner-tab.loading:hover, .aside .inner-tab.loading.active, .fixed-aside .inner-tab.loading.active, .aside .inner-tab.tab:hover, .fixed-aside .inner-tab.tab:hover, .aside .inner-tab.tab.active, .fixed-aside .inner-tab.tab.active {
      text-decoration: none;
      background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #eef1f3), color-stop(100%, #edf3f7));
      background: -webkit-linear-gradient(top, #eef1f3, #edf3f7);
      background: -moz-linear-gradient(top, #eef1f3, #edf3f7);
      background: -o-linear-gradient(top, #eef1f3, #edf3f7);
      background: linear-gradient(top, #eef1f3, #edf3f7);
      color: #457fa7;
      padding-left: 20px; }
  .aside .chat-tab, .fixed-aside .chat-tab {
    background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f0f1eb), color-stop(100%, #dcdfd6));
    background: -webkit-linear-gradient(top, #f0f1eb, #dcdfd6);
    background: -moz-linear-gradient(top, #f0f1eb, #dcdfd6);
    background: -o-linear-gradient(top, #f0f1eb, #dcdfd6);
    background: linear-gradient(top, #f0f1eb, #dcdfd6);
    padding: 5px 12px;
    display: block;
    color: #313550;
    font-weight: 600;
    text-shadow: 0 1px 0 rgba(250, 244, 244, 0.9);
    text-transform: uppercase;
    border-bottom: 1px solid #c8c9c5;
    box-shadow: inset 0px -1px 1px rgba(240, 234, 234, 0.9); }
  .aside .chat-user-item, .fixed-aside .chat-user-item {
    background-color: #fff;
    background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(5%, #ffffff), color-stop(35%, #fcfcfc), color-stop(55%, #fcfcfc), color-stop(100%, #ffffff));
    background: -webkit-linear-gradient(top, #ffffff 5%, #fcfcfc 35%, #fcfcfc 55%, #ffffff);
    background: -moz-linear-gradient(top, #ffffff 5%, #fcfcfc 35%, #fcfcfc 55%, #ffffff);
    background: -o-linear-gradient(top, #ffffff 5%, #fcfcfc 35%, #fcfcfc 55%, #ffffff);
    background: linear-gradient(top, #ffffff 5%, #fcfcfc 35%, #fcfcfc 55%, #ffffff);
    padding: 5px 12px;
    color: #1e1f2c;
    font-weight: 500;
    box-shadow: inset 0px -1px 1px rgba(250, 247, 247, 0.5);
    border-bottom: 1px solid #e9e4e4; }
    .aside .chat-user-item a, .fixed-aside .chat-user-item a {
      background: #fdfdfd; }
    .aside .chat-user-item .chat-username, .fixed-aside .chat-user-item .chat-username {
      color: #313550;
      width: 125px;
      word-break: break-all; }
    .aside .chat-user-item i, .fixed-aside .chat-user-item i {
      margin-top: 3px;
      margin-left: -13px; }
  .aside .friends-section i, .fixed-aside .friends-section i {
    margin-top: 2px; }
  .aside .friends-section .friends-content, .fixed-aside .friends-section .friends-content {
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: 1s;
    -moz-transition-duration: 1s;
    -o-transition-duration: 1s;
    transition-duration: 1s; }
  .aside .friend-user-item a, .fixed-aside .friend-user-item a {
    background-color: #fdfdfd;
    background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(5%, #ffffff), color-stop(35%, #fcfcfc), color-stop(55%, #fcfcfc), color-stop(100%, #ffffff));
    background: -webkit-linear-gradient(top, #ffffff 5%, #fcfcfc 35%, #fcfcfc 55%, #ffffff);
    background: -moz-linear-gradient(top, #ffffff 5%, #fcfcfc 35%, #fcfcfc 55%, #ffffff);
    background: -o-linear-gradient(top, #ffffff 5%, #fcfcfc 35%, #fcfcfc 55%, #ffffff);
    background: linear-gradient(top, #ffffff 5%, #fcfcfc 35%, #fcfcfc 55%, #ffffff); }
  .aside .friend-user-item .username, .fixed-aside .friend-user-item .username {
    width: 125px;
    float: left;
    word-wrap: break-word; }
  .aside .urgency-status, .fixed-aside .urgency-status {
    height: 11px;
    width: 11px;
    border-radius: 50%;
    position: relative;
    top: 5px;
    background: transparent; }
    .aside .urgency-status.zero, .fixed-aside .urgency-status.zero {
      background: -webkit-gradient(linear, to bottom, to top, color-stop(0%, #62c462), color-stop(100%, #51a351));
      background: -webkit-linear-gradient(to bottom, #62c462, #51a351);
      background: -moz-linear-gradient(to bottom, #62c462, #51a351);
      background: -o-linear-gradient(to bottom, #62c462, #51a351);
      background: linear-gradient(to bottom, #62c462, #51a351);
      background-color: #51a351;
      border: 1px solid #46884d;
      box-shadow: 0px 1px 0px #a8a4a4; }
    .aside .urgency-status.normal, .fixed-aside .urgency-status.normal {
      background: -webkit-gradient(linear, to bottom, to top, color-stop(0%, #fbb450), color-stop(100%, #f89406));
      background: -webkit-linear-gradient(to bottom, #fbb450, #f89406);
      background: -moz-linear-gradient(to bottom, #fbb450, #f89406);
      background: -o-linear-gradient(to bottom, #fbb450, #f89406);
      background: linear-gradient(to bottom, #fbb450, #f89406);
      background-color: #f9a834;
      border: 1px solid #e7a20f;
      box-shadow: 0px 1px 0px #a8a4a4; }
    .aside .urgency-status.high, .fixed-aside .urgency-status.high {
      background: -webkit-gradient(linear, to bottom, to top, color-stop(0%, #ee5f5b), color-stop(100%, #bd362f));
      background: -webkit-linear-gradient(to bottom, #ee5f5b, #bd362f);
      background: -moz-linear-gradient(to bottom, #ee5f5b, #bd362f);
      background: -o-linear-gradient(to bottom, #ee5f5b, #bd362f);
      background: linear-gradient(to bottom, #ee5f5b, #bd362f);
      background-color: #bd362f;
      border: 1px solid #941616;
      box-shadow: 0px 1px 0px #a8a4a4; }
  .aside .stream-settings, .fixed-aside .stream-settings {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 176px;
    margin-bottom: 0; }
    .aside .stream-settings .side-tab, .fixed-aside .stream-settings .side-tab {
      background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f0f1eb), color-stop(100%, #dcdfd6));
      background: -webkit-linear-gradient(top, #f0f1eb, #dcdfd6);
      background: -moz-linear-gradient(top, #f0f1eb, #dcdfd6);
      background: -o-linear-gradient(top, #f0f1eb, #dcdfd6);
      background: linear-gradient(top, #f0f1eb, #dcdfd6);
      border-top: 1px solid #c8c9c5;
      box-shadow: inset 0px -1px 1px rgba(216, 215, 215, 0.9);
      margin-bottom: 0; }
    .aside .stream-settings .icon-cog, .fixed-aside .stream-settings .icon-cog {
      position: relative;
      top: 3px; }
  .aside .chat-list, .fixed-aside .chat-list {
    border-bottom: 1px solid #b7bbaa; }

.fixed-aside {
  background-image: url(../img/gray_texture_background.jpg);
  width: 176px;
  position: fixed;
  top: 59px;
  z-index: 997;
  height: 100%; }

.left-nav {
  left: 0;
  border-right: 1px solid #ddd9d9;
  box-shadow: 1px 0 2px #e9e9e9; }

.chat-content {
  max-height: 220px;
  overflow: auto; }

.activity-feed-right {
  right: 0;
  border-left: 1px solid #ddd9d9;
  box-shadow: -1px 0 2px #e9e9e9;
  width: 240px;
  height: 100%; }

.activity-feed-content-wrapper {
  overflow: hidden;
  cursor: pointer; }

.active-feed-item {
  padding: 10px 12px;
  border-bottom: 1px solid #dbdada;
  background-color: #fdfdfd;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(5%, #ffffff), color-stop(35%, #fcfcfc), color-stop(55%, #fcfcfc), color-stop(100%, #ffffff));
  background: -webkit-linear-gradient(top, #ffffff 5%, #fcfcfc 35%, #fcfcfc 55%, #ffffff);
  background: -moz-linear-gradient(top, #ffffff 5%, #fcfcfc 35%, #fcfcfc 55%, #ffffff);
  background: -o-linear-gradient(top, #ffffff 5%, #fcfcfc 35%, #fcfcfc 55%, #ffffff);
  background: linear-gradient(top, #ffffff 5%, #fcfcfc 35%, #fcfcfc 55%, #ffffff);
  box-shadow: inset -2px 0 2px #f1f0f0; }
  .active-feed-item.odd {
    background-color: #F0F1F1;
    background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fafafa), color-stop(100%, #f0f1f1));
    background: -webkit-linear-gradient(top, #fafafa, #f0f1f1);
    background: -moz-linear-gradient(top, #fafafa, #f0f1f1);
    background: -o-linear-gradient(top, #fafafa, #f0f1f1);
    background: linear-gradient(top, #fafafa, #f0f1f1); }
  .active-feed-item p {
    margin: 0;
    font-size: 11px; }
  .active-feed-item i {
    margin-top: 3px; }
  .active-feed-item .activity-datetime {
    margin-left: 22px; }
  .active-feed-item .activity-content {
    font-weight: 700;
    margin-left: 7px;
    width: 190px; }

.chat-box-wrapper {
  position: fixed;
  bottom: 0;
  width: 250px;
  background: #292828;
  z-index: 997;
  box-shadow: 1px 1px 1px #bebfc0, -1px -1px 1px #bebfc0;
  left: 20px;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -ms-border-radius: 5px 5px 0 0;
  -o-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0; }

.chat-box-title {
  padding: 10px;
  background: #111111;
  color: #f1f0f0;
  border-bottom: 1px solid #0a0a0a;
  box-shadow: 0 1px 1px #1d1d1d;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -ms-border-radius: 5px 5px 0 0;
  -o-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0; }
  .chat-box-title .active-status {
    height: 10px;
    width: 10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    background: #1e921e;
    display: inline-block;
    position: relative;
    top: 1px; }

.chat-box-context {
  margin-bottom: 10px; }
  .chat-box-context span {
    background: #6bd399;
    width: 125px;
    text-align: center;
    padding: 5px 0;
    color: #fff;
    font-weight: 700;
    text-shadow: 1px 2px 1px #1aa24a; }
    .chat-box-context span.active {
      background: linear-gradient(to bottom, #62c462, #51a351); }
    .chat-box-context span:first-child {
      width: 123px;
      border-right: 1px solid #066831; }
  .chat-box-context i {
    margin-left: 5px; }

.chat-box-content {
  overflow-y: auto;
  height: 185px;
  font-size: 12px;
  padding: 0 7px;
  letter-spacing: 1px; }
  .chat-box-content .chat-item {
    margin-left: 15px; }
  .chat-box-content .chat-username {
    color: #6bd399;
    font-weight: 600;
    margin-left: -15px; }
  .chat-box-content .chat-content {
    color: #e2e1e1;
    font-weight: 300; }
    .chat-box-content .chat-content p {
      display: inline; }
  .chat-box-content .chat-datetime {
    margin-left: -15px;
    color: #918a8a;
    font-weight: 300; }
  .chat-box-content .faded {
    color: #c4bcbc; }

.chat-box-wrapper.disabled .chat-box-content {
  height: 235px; }
.chat-box-wrapper.disabled .chat-box-input-wrapper {
  margin-top: 11px; }

.chat-box-input-wrapper {
  padding: 5px 0;
  box-shadow: 0 -1px 0 #0a0a0a;
  border-top: 1px solid #7b7c7c; }
  .chat-box-input-wrapper.empty {
    padding-left: 30px 0; }

.chat-box-input {
  width: 200px !important;
  margin: 5px auto;
  display: block;
  resize: none; }

blockquote {
  border-left: 2px dotted #888;
  padding-left: 5px;
  background: #d0f0ff; }

.wmd-panel {
  width: 500px;
  margin: 20px 0; }
  .wmd-panel p {
    margin: 0;
    line-height: 2.5; }

.wmd-button-bar {
  width: 100%;
  background-color: Silver; }

.wmd-input {
  height: 200px;
  max-height: 200px;
  overflow-y: scroll;
  width: 485px;
  max-width: 485px;
  background-color: #fdfeff;
  border: 1px solid #dadada; }
  .wmd-input textarea {
    max-width: 500px; }

.wmd-preview {
  background-color: white;
  color: #474646;
  padding: 0px 20px;
  width: 458px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px; }

.wmd-button-row {
  position: relative;
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  margin-top: 10px;
  padding: 0px;
  height: 20px; }

.wmd-spacer {
  width: 1px;
  height: 20px;
  margin-left: 14px;
  position: absolute;
  background-color: silver;
  display: inline-block;
  list-style: none; }

.wmd-button {
  width: 20px;
  height: 20px;
  padding-left: 2px;
  padding-right: 3px;
  position: absolute;
  display: inline-block;
  list-style: none;
  cursor: pointer; }

.wmd-button > span {
  background-image: url(../img/wmd-buttons.png);
  background-repeat: no-repeat;
  background-position: 0px 0px;
  width: 20px;
  height: 20px;
  display: inline-block; }

.wmd-spacer1 {
  left: 50px; }

.wmd-spacer2 {
  left: 175px; }

.wmd-spacer3 {
  left: 300px; }

.wmd-prompt-background {
  background-color: Black; }

.wmd-prompt-dialog {
  border: 1px solid #999999;
  background-color: #F5F5F5; }

.wmd-prompt-dialog > div {
  font-size: 0.8em;
  font-family: arial, helvetica, sans-serif; }

.wmd-prompt-dialog > form > input[type="text"] {
  border: 1px solid #999999;
  color: black; }

.wmd-prompt-dialog > form > input[type="button"] {
  border: 1px solid #888888;
  font-family: trebuchet MS, helvetica, sans-serif;
  font-size: 0.8em;
  font-weight: bold; }

.toggle-title {
  margin-right: 7px;
  font-weight: 700;
  font-size: 15px;
  display: inline-block;
  width: 95px; }

.toggle {
  display: inline-block;
  background: #b94a48;
  position: relative;
  top: 1px;
  border-radius: 10px;
  margin: 2px 10px 0 0;
  width: 26px;
  height: 12px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.7), 0 0 0 1px rgba(255, 255, 255, 0.5);
  -webkit-transition-property: background;
  -moz-transition-property: background;
  -o-transition-property: background;
  transition-property: background;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s; }
  .toggle.off {
    background: #468847; }
    .toggle.off .toggle-handle {
      left: 13px; }
  .toggle .toggle-handle {
    width: 9px;
    height: 9px;
    margin: 1px;
    position: absolute;
    position: absolute;
    top: -1.07px;
    left: -0.5px;
    transition: left .2s;
    background-color: #fff;
    border: 1px solid #7a7373;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    -ms-border-radius: 9px;
    -o-border-radius: 9px;
    border-radius: 9px;
    background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #d6d6d6));
    background: -webkit-linear-gradient(top, #ffffff, #d6d6d6);
    background: -moz-linear-gradient(top, #ffffff, #d6d6d6);
    background: -o-linear-gradient(top, #ffffff, #d6d6d6);
    background: linear-gradient(top, #ffffff, #d6d6d6);
    -webkit-transition-property: left;
    -moz-transition-property: left;
    -o-transition-property: left;
    transition-property: left;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s; }

#signupModal .modal-body, #loginModal .modal-body, #signup-container .modal-body, #login-container .modal-body, #reset-password-container .modal-body {
  text-align: center;
  padding-bottom: 10px;
  max-height: none; }
#signupModal legend, #loginModal legend, #signup-container legend, #login-container legend, #reset-password-container legend {
  margin: 20px 0 10px 0;
  font-size: 18px;
  font-weight: 300;
  border-bottom: 1px solid #E4E8E9;
  border-top: 1px solid #DCDFE0;
  box-shadow: 0 1px 0 white, 0 -1px 0 white; }
  #signupModal legend:first-child, #loginModal legend:first-child, #signup-container legend:first-child, #login-container legend:first-child, #reset-password-container legend:first-child {
    margin-top: 0px; }
#signupModal input[type="text"], #signupModal input[type="password"], #loginModal input[type="text"], #loginModal input[type="password"], #signup-container input[type="text"], #signup-container input[type="password"], #login-container input[type="text"], #login-container input[type="password"], #reset-password-container input[type="text"], #reset-password-container input[type="password"] {
  display: block;
  width: 250px;
  margin: 10px auto;
  padding: 12px;
  font-size: 15px; }

#signupModal form, #loginModal form {
  margin-bottom: 0; }
#signupModal .modal-body, #loginModal .modal-body {
  padding-top: 30px; }
#signupModal legend, #loginModal legend {
  margin-top: 0;
  border-bottom: none;
  border-top: none; }

.btn-signup {
  width: 170px;
  margin: 10px auto;
  padding: 10px 0;
  font-size: 17px; }

#signup-container, #login-container, #reset-password-container {
  width: 600px;
  margin: 0 auto;
  text-align: center;
  background: white url(../img/brillant.png);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #D0D0D1;
  box-shadow: 1px 1px 1px #cbced6; }
  #signup-container legend, #login-container legend, #reset-password-container legend {
    box-shadow: inset 0 1px 0 white;
    background: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    color: #1c202b;
    margin-top: 30px;
    font-weight: 300; }
  #signup-container h2, #login-container h2, #reset-password-container h2 {
    background-color: #f5f5f5;
    background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(26%, #ffffff), color-stop(65%, #f5f5f5));
    background: -webkit-linear-gradient(top, #ffffff 26%, #f5f5f5 65%);
    background: -moz-linear-gradient(top, #ffffff 26%, #f5f5f5 65%);
    background: -o-linear-gradient(top, #ffffff 26%, #f5f5f5 65%);
    background: linear-gradient(top, #ffffff 26%, #f5f5f5 65%);
    color: #1c202b;
    font-weight: 400;
    margin: 0;
    padding: 10px 0;
    box-shadow: inset 0 1px 0 #fff;
    border-top: none;
    border-bottom: 1px solid #ddd;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    -ms-border-radius: 4px 4px 0 0;
    -o-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0; }

#reset-password-container {
  width: 430px; }
  #reset-password-container h2 {
    font-size: 20px;
    margin-bottom: 10px; }
  #reset-password-container form {
    margin-top: 30px; }

.error-page {
  background: url(../img/error_page_bg.jpg);
  background-attachment: fixed;
  background-size: cover;
  background-color: #0b0922; }

#error-section {
  margin-top: 80px;
  background: #000;
  display: inline-block;
  padding: 20px;
  opacity: .8;
  border: 1px solid #9fa1a7;
  border-radius: 5px;
  box-shadow: inset 1px 1px 1px white, inset -1px -1px 1px white;
  color: #F0F7F1;
  text-shadow: 1px 1px 0 #000; }

.company .top-navbar {
  background: #353d53 url(../img/concrete_wall_bg.png);
  -webkit-box-shadow: 0 4px 0 #f4faff, 0 5px 0px #6a8bc5;
  -moz-box-shadow: 0 4px 0 #f4faff, 0 5px 0px #6a8bc5;
  box-shadow: 0 4px 0 #f4faff, 0 5px 0px #6a8bc5; }
.company .top-navbar-inner {
  background: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  width: 1040px;
  margin: 0 auto; }
.company .wrapper {
  margin: 50px auto 40px auto;
  width: 1040px; }
.company aside {
  width: 225px;
  margin-top: 20px; }
  .company aside li:first-child a {
    border-top: 1px solid #d1d2d3; }
  .company aside a {
    padding: 10px 15px;
    display: block;
    border-left: 1px solid transparent;
    border-bottom: 1px solid #d1d2d3;
    color: #80858A;
    text-decoration: none;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
    font-weight: 600;
    -webkit-font-smoothing: antialiased; }
    .company aside a:hover {
      background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(255, 255, 255, 0.8)), color-stop(100%, rgba(255, 255, 255, 0.7)));
      background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.7));
      background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.7));
      background: -o-linear-gradient(top, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.7));
      background: linear-gradient(top, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.7));
      border-left: 1px solid #d1d2d3; }
    .company aside a.active {
      position: relative;
      background: #353d53 url(../img/concrete_wall_bg.png);
      text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
      color: #fff;
      -webkit-border-radius: 4px 0 0 4px;
      -moz-border-radius: 4px 0 0 4px;
      -ms-border-radius: 4px 0 0 4px;
      -o-border-radius: 4px 0 0 4px;
      border-radius: 4px 0 0 4px; }
      .company aside a.active:after {
        content: "";
        position: absolute;
        z-index: 2;
        top: 14px;
        right: -1px;
        width: 0px;
        height: 0px;
        border-top: 7px solid transparent;
        border-bottom: 7px solid transparent;
        border-left: 7px solid transparent;
        border-right: 7px solid #fff; }
.company article {
  width: 800px;
  margin-bottom: 60px;
  background: #fff;
  border: 1px solid #d1d2d3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px; }
  .company article iframe {
    margin-bottom: 30px; }
  .company article h1, .company article h5, .company article p {
    font-family: "HelveticaNeue","Helvetica Neue","HelveticaNeueRoman","HelveticaNeue-Roman","Helvetica Neue Roman","Helvetica","Tahoma","Geneva","Arial",sans-serif;
    color: #3F3F41;
    -webkit-font-smoothing: antialiased; }
  .company article h1 {
    font-size: 22px;
    font-weight: 300; }
  .company article h3 {
    text-align: center;
    color: #4b5053;
    text-shadow: 1px 1px 0 #fff; }
  .company article h5 {
    margin: 20px 0; }
  .company article h4 {
    margin: 40px 0; }
  .company article p {
    max-width: 650px;
    font: 300 14px/24px "HelveticaNeue", "Helvetica Neue", "HelveticaNeueRoman", "HelveticaNeue-Roman", "Helvetica Neue Roman", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif; }
  .company article .span4 {
    margin-left: 0; }
  .company article .company-header {
    border-bottom: 1px solid #CCC;
    padding: 20px 37px 20px 37px; }
  .company article .company-body {
    padding: 37px 37px 25px 37px; }
  .company article .company-faq-list a {
    display: block;
    margin: 10px 0;
    font-size: 14px; }
  .company article .company-language-icon {
    width: 200px;
    margin-right: 20px;
    border: 1px solid black; }

.wmd-preview {
  max-height: 150px;
  padding: 0px 20px;
  overflow-y: scroll; }

.wmd-input {
  height: 150px;
  max-height: 150px; }

.wmd-panel {
  margin: 10px 0; }
  .wmd-panel.course-wmd {
    margin: 10px auto; }

.breadcrumbs {
  margin: 0px 20px 0 115px;
  border-bottom: none;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  -ms-border-radius: 4px 4px 0 0;
  -o-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0; }

.form-wrapper {
  width: 850px;
  margin: 0 auto 50px auto;
  border: 1px solid #cccbcb;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px; }
  .form-wrapper.form-wrapper-wide {
    width: 1040px; }
  .form-wrapper h1 {
    margin: 0;
    background: white url(../img/debut_light_bg.png);
    color: #696A74;
    border: none;
    border-bottom: 1px solid #ddd;
    box-shadow: inset 0 1px 0 #fff;
    padding: 20px 40px;
    font-size: 30px;
    line-height: 1;
    font-weight: 200;
    text-align: center;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    -ms-border-radius: 4px 4px 0 0;
    -o-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0; }
    .form-wrapper h1 a {
      font-size: 20px; }
  .form-wrapper .error-wrapper {
    color: red; }
  .form-wrapper > div {
    background: #f5f5f5;
    color: #8A8C91;
    border: none;
    border-bottom: 1px solid #ddd;
    box-shadow: inset 0 1px 0 #fff;
    padding: 20px; }
    .form-wrapper > div > label {
      font-weight: 600;
      width: 450px;
      margin: 0 auto 10px auto; }
  .form-wrapper input {
    padding: 10px; }
  .form-wrapper input[type="text"], .form-wrapper input[type="password"], .form-wrapper textarea, .form-wrapper button, .form-wrapper .error-list, .form-wrapper .error-wrapper {
    width: 450px;
    margin: 0 auto;
    display: block; }
  .form-wrapper button {
    margin: 0 auto; }
  .form-wrapper .radio-control {
    text-align: center; }
  .form-wrapper .radio li {
    width: 250px;
    margin: 20px auto;
    text-align: left; }
  .form-wrapper .radio label {
    font-weight: 400;
    margin-top: 15px; }
  .form-wrapper .radio input {
    position: relative;
    top: -1px; }
  .form-wrapper .control-label {
    font-weight: 600 !important; }
  .form-wrapper input[type="submit"] {
    margin-top: 30px; }
  .form-wrapper > div:first-child {
    margin-bottom: 20px; }
  .form-wrapper #profile-languages-selector > label {
    margin-bottom: 20px;
    text-align: center; }
  .form-wrapper #profile-languages-selector li {
    text-align: center;
    margin-bottom: 10px;
    width: 217px;
    float: left; }
  .form-wrapper #profile-languages-selector input[type="checkbox"] {
    position: relative;
    top: -3px; }

#stream-form-tags .typeahead {
  left: 483px !important;
  display: block;
  width: 471px; }

#stream-tags-output {
  width: 470px;
  margin: 20px auto; }
  #stream-tags-output .btn {
    margin-right: 7px;
    margin-bottom: 7px; }

#stream-form-description {
  padding: 50px 0; }
  #stream-form-description label {
    width: 750px; }
  #stream-form-description .wmd-panel {
    width: 750px;
    margin: 20px auto; }
  #stream-form-description .wmd-input, #stream-form-description .wmd-preview {
    width: 750px;
    max-width: 750px;
    max-height: 400px; }
  #stream-form-description .wmd-preview {
    padding: 20px 20px;
    border: 1px solid #dae0e7; }

#id_language, #id_level {
  margin-left: 170px; }

#date-hosted-container .time-selector {
  width: 95px;
  margin: 10px 20px 10px 168px; }
#date-hosted-container select {
  margin-top: 10px;
  margin-bottom: 10px;
  float: left; }

#time-block-selector .time-selector {
  width: 95px; }
#time-block-selector span {
  margin: 0 10px;
  font-size: 17px;
  font-weight: 300; }
#time-block-selector p {
  width: 475px;
  margin: 10px auto; }

.stream {
  background: #fff;
  overflow: hidden; }
  .stream .top-navbar {
    position: fixed;
    top: 0px;
    z-index: 1000; }
  .stream .wrapper {
    margin-top: 59px;
    overflow: hidden; }
  .stream .inner-wrapper {
    margin-bottom: 0; }
  .stream .btn-group > .btn:first-child {
    font-weight: 600; }
  .stream .btn.disabled {
    box-shadow: 1px 0 1px #e0dfdf; }
  .stream section {
    padding: 0; }
  .stream pre {
    margin: 0 0 3px;
    overflow: auto;
    max-height: 250px;
    margin: 0;
    line-height: 1.5;
    font-size: 12px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0; }
    .stream pre span {
      font-size: 10px; }
    .stream pre.bash-output {
      padding-left: 35px;
      background: #fcfcfc;
      border-top: none;
      border-bottom: none;
      border-radius: 0;
      margin: 0;
      box-shadow: none; }
    .stream pre code {
      word-break: normal; }
      .stream pre code span {
        white-space: pre !important; }
  .stream .typeahead {
    width: 260px;
    -webkit-border-radius: 0px 0px 5px 5px;
    -moz-border-radius: 0px 0px 5px 5px;
    -ms-border-radius: 0px 0px 5px 5px;
    -o-border-radius: 0px 0px 5px 5px;
    border-radius: 0px 0px 5px 5px; }
  .stream .sub-navbar {
    display: none; }

#ohours-header-share-btns {
  height: 40px;
  margin: 10px 0 0 10px; }

#ohours-header-action {
  display: block;
  margin-top: 10px;
  margin-right: 15px; }

#stream-left-nav, #stream-chat-aside, #ohours-aside-container {
  position: absolute;
  top: 59px;
  bottom: 0;
  z-index: 20; }

#stream-left-nav, #ohours-aside-container {
  left: 0;
  width: 138px;
  border-right: 1px solid #dad4d4;
  background: white url(../img/brillant.png); }
  #stream-left-nav .stream-tab, #ohours-aside-container .stream-tab {
    background-color: #E6E8E9;
    background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(50%, #ffffff), color-stop(51%, #f8f8f8));
    background: -webkit-linear-gradient(top, #ffffff 50%, #f8f8f8 51%);
    background: -moz-linear-gradient(top, #ffffff 50%, #f8f8f8 51%);
    background: -o-linear-gradient(top, #ffffff 50%, #f8f8f8 51%);
    background: linear-gradient(top, #ffffff 50%, #f8f8f8 51%);
    border-bottom: 1px solid #c8c9c5;
    box-shadow: inset 0px -1px 0px rgba(216, 215, 215, 0.4);
    font-size: 14px; }
    #stream-left-nav .stream-tab:hover, #stream-left-nav .stream-tab.active, #ohours-aside-container .stream-tab:hover, #ohours-aside-container .stream-tab.active {
      background-color: #EAEEF1;
      background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #eaeef1));
      background: -webkit-linear-gradient(top, #ffffff, #eaeef1);
      background: -moz-linear-gradient(top, #ffffff, #eaeef1);
      background: -o-linear-gradient(top, #ffffff, #eaeef1);
      background: linear-gradient(top, #ffffff, #eaeef1);
      box-shadow: none;
      color: #457fa7; }
    #stream-left-nav .stream-tab a, #ohours-aside-container .stream-tab a {
      padding: 15px;
      display: block;
      color: #484F61;
      font-weight: 600;
      text-shadow: 0 1px 0 #fff;
      text-decoration: none; }
  #stream-left-nav .actions-tab, #ohours-aside-container .actions-tab {
    background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(10%, #ffffff), color-stop(55%, #ffffff), color-stop(100%, #dedee0));
    background: -webkit-linear-gradient(top, #ffffff 10%, #ffffff, #dedee0);
    background: -moz-linear-gradient(top, #ffffff 10%, #ffffff, #dedee0);
    background: -o-linear-gradient(top, #ffffff 10%, #ffffff, #dedee0);
    background: linear-gradient(top, #ffffff 10%, #ffffff, #dedee0); }

#stream-video-status {
  width: 12px;
  height: 12px;
  display: inline-block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  position: relative;
  left: 3px;
  top: 1.5px;
  border: 1px solid #256611; }

#stream-chat-aside {
  right: 0; }

#stream-chat-container {
  width: 300px;
  position: relative;
  border: 1px solid #e7e3e3;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  -ms-border-radius: 4px 4px 0 0;
  -o-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0; }
  #stream-chat-container #stream-chat-header {
    background-color: #FDFDFD;
    background: rgba(255, 255, 255, 0.87);
    border-bottom: 1px solid #e6e4e4;
    padding: 10px 10px; }
    #stream-chat-container #stream-chat-header h4 {
      margin: 6px 0;
      font-size: 18px;
      line-height: 30px;
      color: #4E566D;
      font-family: 'Cabin', 'Helvetica Neue', Helvetica, Arial, sans-serif;
      text-shadow: 1px 1px 0 #fff; }
  #stream-chat-container .dropdown-toggle {
    font-size: 12px; }
  #stream-chat-container .filters-group .btn {
    padding: 0 7px; }
  #stream-chat-container .btn-mini .caret {
    margin-top: 8px; }
  #stream-chat-container .btn-group > .btn:first-child {
    color: #35485C; }

#stream-chat-title-mini {
  margin: 0 10px; }

#stream-chat-draggable {
  position: absolute;
  top: 62px;
  left: -20px;
  padding: 10px 7.5px 10px 7.5px;
  box-shadow: none;
  border: 1px solid #d1d1d1;
  opacity: .7;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0; }
  #stream-chat-draggable:hover {
    cursor: move; }

#stream-chat-writer-wrapper {
  position: relative;
  border: 1px solid #d3d4da;
  border-bottom: none;
  border-right: none; }

#stream-chat-writer {
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 1.3s;
  -moz-transition-duration: 1.3s;
  -o-transition-duration: 1.3s;
  transition-duration: 1.3s;
  box-shadow: 1px 0px 1px rgba(40, 48, 56, 0.15); }
  #stream-chat-writer .chat-input-area {
    width: 80%;
    resize: none;
    height: 40px;
    padding: 14px 0 14px 10px;
    margin-bottom: 0;
    border: none;
    box-shadow: none !important;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0; }
  #stream-chat-writer form {
    margin-bottom: 0; }
  #stream-chat-writer .chat-input-btn {
    padding: 14px 20px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0; }

#toggle-chat-editor {
  position: absolute;
  right: 0;
  font-size: 20px;
  padding: 24px 15px;
  border-top: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0; }

#wmd-chat-editor-wrapper {
  position: absolute;
  z-index: 10;
  bottom: 362px;
  right: 130px;
  opacity: 0;
  visibility: hidden;
  height: 65px;
  resize: none;
  width: 400px;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s; }
  #wmd-chat-editor-wrapper.active {
    opacity: 1;
    visibility: visible; }
  #wmd-chat-editor-wrapper .wmd-input {
    height: 280px;
    max-height: 280px;
    margin: 0;
    overflow-y: scroll;
    width: 467px;
    max-width: 350px;
    max-width: 485px;
    background-color: #fdfeff;
    border: 1px solid #dadada;
    resize: none;
    opacity: .85;
    color: #000;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0; }
  #wmd-chat-editor-wrapper .wmd-panel {
    position: relative;
    width: 480px;
    margin: 20px 0 0 0;
    background: #fff;
    padding: 5px 0;
    border: 1px solid #cfc6c6;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    -ms-border-radius: 4px 4px 0 0;
    -o-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0; }

#wmd-chat-editor-submit {
  width: 481px; }
  #wmd-chat-editor-submit button {
    width: 50%;
    padding: 24px 15px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0; }

#stream-content-container {
  margin-left: 158px;
  margin-right: 320px;
  border: 1px solid #dad7d7;
  border-top: none;
  -webkit-transition-property: margin-left, margin-right;
  -moz-transition-property: margin-left, margin-right;
  -o-transition-property: margin-left, margin-right;
  transition-property: margin-left, margin-right;
  -webkit-transition-duration: 0.44s;
  -moz-transition-duration: 0.44s;
  -o-transition-duration: 0.44s;
  transition-duration: 0.44s; }
  #stream-content-container .description-content-wrapper {
    background: #fcfcfc; }
  #stream-content-container.fullscreen {
    position: absolute;
    z-index: 50;
    top: 56px;
    bottom: 50px;
    right: 0;
    left: 0;
    margin-left: 0;
    margin-right: 0;
    height: initial !important; }

.actions-wrapper {
  position: absolute;
  top: 0; }
  .actions-wrapper.right {
    right: 0; }
    .actions-wrapper.right :last-child {
      border-right: none; }
  .actions-wrapper.left {
    left: 0; }
  .actions-wrapper > span, .actions-wrapper > a {
    padding: 10px 12px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    border-top: none;
    border-bottom: none;
    box-shadow: none; }

#stream-meta-data {
  position: relative;
  background: rgba(255, 255, 255, 0.87);
  overflow: hidden;
  border-bottom: 1px solid #e0dcdc; }
  #stream-meta-data.ohours {
    display: none; }
  #stream-meta-data #stream-edit-meta-data {
    border-top: 1px solid #000;
    border-left: none; }
  #stream-meta-data .actions-wrapper {
    top: inherit;
    bottom: 0;
    right: 0; }
    #stream-meta-data .actions-wrapper > span {
      padding: 10px 12px;
      border-top: 1px solid #cfcaca; }

#stream-meta-wrapper {
  margin: 10px 20px 0 20px; }
  #stream-meta-wrapper .user-profile-pic {
    margin-right: 10px; }

#stream-meta-content {
  margin-top: 8px; }

#stream-meta-details {
  margin: 5px 0 10px 0; }
  #stream-meta-details .btn {
    margin-right: 10px;
    margin-bottom: 5px;
    font-size: 13px; }

#stream-title {
  margin-bottom: 15px;
  margin-right: 125px;
  font-size: 18px;
  line-height: 30px;
  color: #4E566D;
  text-shadow: 0 1px 0 #fff;
  font-family: 'Cabin', 'Helvetica Neue', Helvetica, Arial, sans-serif; }
  #stream-title a {
    font-size: 22px; }

#stream-meta-tags {
  margin-top: 10px; }

#short-share-link {
  margin: 0 20px;
  position: relative;
  top: -1px;
  box-shadow: 0px 1px 0px #d0d6da;
  border: 1px solid #CAC3C3;
  padding: 0 0 0 8px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px; }
  #short-share-link .btn {
    border-left: none;
    border-top: none;
    border-bottom: none;
    border-right: 1px solid 1px solid #CAC3C3;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    padding: 6px 10px;
    font-size: 13px; }
    #short-share-link .btn i {
      margin-top: 2px;
      display: inline-block;
      margin-right: 0; }
  #short-share-link .short-url {
    position: relative;
    top: 6px;
    margin-right: 10px;
    font-size: 14px;
    color: #353d53; }
  #short-share-link .copy-btn {
    margin-right: 0;
    border-left: 1px solid #CAC3C3; }

#stream-contexts i {
  width: 20px;
  display: inline-block; }

#stream-form-edit {
  text-align: center;
  border-bottom: 1px solid #e0dcdc; }
  #stream-form-edit legend {
    position: relative;
    border-bottom: 1px solid #DFDCDC;
    background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #f8f8f8));
    background: -webkit-linear-gradient(top, #ffffff, #f8f8f8);
    background: -moz-linear-gradient(top, #ffffff, #f8f8f8);
    background: -o-linear-gradient(top, #ffffff, #f8f8f8);
    background: linear-gradient(top, #ffffff, #f8f8f8);
    padding: 3px 0 3px 0; }
    #stream-form-edit legend .resize-btn {
      padding: 13px 12px; }
  #stream-form-edit input, #stream-form-edit .add-on, #stream-form-edit .toggle-wrapper {
    padding: 10px; }
  #stream-form-edit .input-prepend, #stream-form-edit .input-header {
    margin-bottom: 15px; }
  #stream-form-edit .toggle-wrapper {
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    -ms-border-radius: 0 4px 4px 0;
    -o-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0; }
  #stream-form-edit .toggle-title {
    margin-right: 7px;
    font-weight: 500;
    font-size: 15px;
    display: inline-block;
    width: 50px;
    -webkit-font-smoothing: antialiased; }
  #stream-form-edit .btn-tag, #stream-form-edit .btn-solver {
    margin-right: 7px; }

#stream-add-question {
  margin: 0 !important;
  border-top: none;
  -webkit-border-radius: 0 0 4px 0;
  -moz-border-radius: 0 0 4px 0;
  -ms-border-radius: 0 0 4px 0;
  -o-border-radius: 0 0 4px 0;
  border-radius: 0 0 4px 0; }

#stream-footer {
  background-color: #f8f8f6;
  background: -webkit-gradient(linear, to bottom, to top, color-stop(0%, #ffffff), color-stop(100%, #e6e6e6));
  background: -webkit-linear-gradient(to bottom, #ffffff, #e6e6e6);
  background: -moz-linear-gradient(to bottom, #ffffff, #e6e6e6);
  background: -o-linear-gradient(to bottom, #ffffff, #e6e6e6);
  background: linear-gradient(to bottom, #ffffff, #e6e6e6);
  height: 50px;
  position: absolute;
  z-index: 60;
  bottom: 0;
  width: 100%;
  overflow: hidden;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  background: #f5f5f5;
  color: #8A8C91; }

#stream-footer-meta-data {
  line-height: 53px;
  font-size: 14px;
  overflow: hidden;
  position: absolute;
  left: 176px; }
  #stream-footer-meta-data #stream-footer-meta-data-main {
    margin-right: 5px; }
  #stream-footer-meta-data .btn {
    background: rgba(255, 255, 255, 0.87);
    color: #0088cc;
    margin-right: 5px; }
    #stream-footer-meta-data .btn:hover {
      background: rgba(255, 255, 255, 0.2); }
  #stream-footer-meta-data #bitly-clipper {
    background: transparent;
    color: #0088cc;
    margin-right: 5px;
    border: none;
    font-weight: bold;
    text-shadow: 1px 1px 0 white;
    padding: 4px 0;
    margin-left: 7px;
    position: relative;
    top: -1px; }
  #stream-footer-meta-data .share-btn {
    position: relative;
    top: 10px;
    left: 4px; }

#stream-footer-nav {
  margin: 13px 0 0 30px; }
  #stream-footer-nav a {
    display: inline-block;
    padding: 4px 3px;
    margin-right: 20px;
    border-radius: 4px;
    text-shadow: 1px 1px 0 #fff;
    font-weight: 500;
    font-size: 13px;
    color: #858888; }
    #stream-footer-nav a i {
      display: none; }

#stream-footer-trademark {
  margin-right: 20px;
  margin-top: 17px;
  text-shadow: 1px 1px 0 #fff;
  font-size: 13px;
  font-weight: 500;
  color: #858888; }

#ohours-footer-actions {
  margin-left: 20px;
  margin-top: 10px; }

#help-button {
  background-color: #fcfcfc;
  background: -webkit-gradient(linear, to bottom, to top, color-stop(0%, #fdfdfd), color-stop(100%, #cacaca));
  background: -webkit-linear-gradient(to bottom, #fdfdfd, #cacaca);
  background: -moz-linear-gradient(to bottom, #fdfdfd, #cacaca);
  background: -o-linear-gradient(to bottom, #fdfdfd, #cacaca);
  background: linear-gradient(to bottom, #fdfdfd, #cacaca);
  border-right: 1px solid #ababad;
  padding: 17px 19.5px;
  border-right: 1px solid #CCD0D1;
  font-weight: 600;
  font-size: 13px;
  text-decoration: none;
  color: #57666D; }
  #help-button:hover {
    background: -webkit-gradient(linear, to bottom, to top, color-stop(0%, #fdfdfd), color-stop(100%, #b9b5b5));
    background: -webkit-linear-gradient(to bottom, #fdfdfd, #b9b5b5);
    background: -moz-linear-gradient(to bottom, #fdfdfd, #b9b5b5);
    background: -o-linear-gradient(to bottom, #fdfdfd, #b9b5b5);
    background: linear-gradient(to bottom, #fdfdfd, #b9b5b5); }

#stream-content-inner {
  height: 2000px;
  width: 100%;
  background: #f8f8fa url(../img/gray_texture_background.jpg);
  position: relative;
  overflow: hidden;
  -webkit-transition-property: top;
  -moz-transition-property: top;
  -o-transition-property: top;
  transition-property: top;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s; }
  #stream-content-inner .content-placeholder {
    background-color: #fff;
    background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(50%, #ffffff), color-stop(51%, #f8f8f8));
    background: -webkit-linear-gradient(top, #ffffff 50%, #f8f8f8 51%);
    background: -moz-linear-gradient(top, #ffffff 50%, #f8f8f8 51%);
    background: -o-linear-gradient(top, #ffffff 50%, #f8f8f8 51%);
    background: linear-gradient(top, #ffffff 50%, #f8f8f8 51%);
    box-shadow: 0px 1px 1px #dfd8d8;
    border-bottom: 1px solid #bbb9b9;
    padding: 10px 0;
    color: #9C9FAC;
    font-size: 14px;
    text-align: center; }
    #stream-content-inner .content-placeholder a {
      display: block;
      color: #5AA4C9;
      font-weight: 600;
      cursor: pointer; }
  #stream-content-inner .wmd-panel {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    width: 90%;
    padding: 20px;
    background: transparent;
    display: none; }
  #stream-content-inner .wmd-input {
    height: 200px;
    max-height: 200px;
    max-width: none;
    width: 100%;
    resize: none; }
  #stream-content-inner #wmd-preview-stream-body {
    padding: 20px; }
  #stream-content-inner #wmd-preview-stream-body, #stream-content-inner .answer-item-content-inner {
    color: #3D4346;
    font-size: 14px; }
    #stream-content-inner #wmd-preview-stream-body .preview-stream-body-wrapper, #stream-content-inner .answer-item-content-inner .preview-stream-body-wrapper {
      background: #fff;
      padding: 0 20px;
      border: 1px solid #d1c8c8;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      -ms-border-radius: 4px;
      -o-border-radius: 4px;
      border-radius: 4px; }
    #stream-content-inner #wmd-preview-stream-body pre, #stream-content-inner #wmd-preview-stream-body p, #stream-content-inner .answer-item-content-inner pre, #stream-content-inner .answer-item-content-inner p {
      margin: 15px 0; }
    #stream-content-inner #wmd-preview-stream-body .prettyprint, #stream-content-inner .answer-item-content-inner .prettyprint {
      margin: 20px 0;
      padding: 8px;
      background: #f7f7f9;
      border: 1px solid #e1e1e8; }
      #stream-content-inner #wmd-preview-stream-body .prettyprint li, #stream-content-inner .answer-item-content-inner .prettyprint li {
        min-height: 7px; }
    #stream-content-inner #wmd-preview-stream-body p, #stream-content-inner #wmd-preview-stream-body span, #stream-content-inner #wmd-preview-stream-body a, #stream-content-inner .answer-item-content-inner p, #stream-content-inner .answer-item-content-inner span, #stream-content-inner .answer-item-content-inner a {
      line-height: 1.8;
      max-width: 700px;
      font-size: 14px; }
    #stream-content-inner #wmd-preview-stream-body ul, #stream-content-inner .answer-item-content-inner ul {
      list-style: disc; }
  #stream-content-inner .btn {
    margin: 0px 10px 10px 0px; }
  #stream-content-inner .description-info {
    margin-left: 10px; }
  #stream-content-inner .wmd-preview-header {
    margin-top: 60px;
    margin-bottom: 0px;
    border-bottom: 1px dotted #c1c6ca;
    text-align: center;
    color: #353d53; }
  #stream-content-inner .wmd-preview-body {
    background: #fff;
    padding: 20px;
    border: 1px solid #d1c8c8;
    border-top: none; }
  #stream-content-inner .answer-item-wrapper {
    background: #fff;
    margin: 20px;
    border: 1px solid #d1c8c8;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px; }
  #stream-content-inner #streamQuestions {
    overflow-y: auto; }
  #stream-content-inner .answer-item-content {
    padding: 10px 20px;
    margin: 10px 20px; }
  #stream-content-inner .answer-meta {
    margin-right: 20px;
    font-size: 17px;
    margin-top: 6px;
    color: #7e7e86;
    font-weight: 300; }
  #stream-content-inner .answer-actions {
    font-size: 30px;
    font-weight: 400;
    line-height: 1; }
    #stream-content-inner .answer-actions .btn {
      margin: 0;
      position: relative;
      top: -2px; }
  #stream-content-inner .answer-voter {
    position: absolute;
    right: 40px;
    top: 50px;
    font-size: 30px;
    font-weight: 400;
    line-height: 1;
    color: #ACACB3; }
  #stream-content-inner .answer-vote-count {
    position: relative; }
  #stream-content-inner .answer-vote.active, #stream-content-inner .answer-vote:hover {
    color: #0088cc; }
  #stream-content-inner .answer-vote-up {
    position: relative;
    top: -1px; }
  #stream-content-inner .answer-vote-down {
    position: absolute;
    top: -2px;
    right: 10px; }
  #stream-content-inner .answer-item-comments, #stream-content-inner .question-item-comments {
    min-height: 20px;
    background: #f5f5f5;
    color: #8A8C91;
    border-top: 1px solid #ddd; }
  #stream-content-inner .question-item-comments {
    border: 1px solid #d1c8c8;
    border-top: none;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    -ms-border-radius: 0 0 4px 4px;
    -o-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px; }
  #stream-content-inner .answer-item-comment {
    padding: 10px 40px;
    border-bottom: 1px solid #e2dede;
    box-shadow: 0 1px 0 #fff;
    color: #4E566D; }
    #stream-content-inner .answer-item-comment .answer-item-comment-date {
      color: #9798B4; }
    #stream-content-inner .answer-item-comment .answer-item-comment-content {
      margin-right: 20px; }
    #stream-content-inner .answer-item-comment p {
      margin: 0; }
  #stream-content-inner .answer-add-comment-wrapper {
    padding: 20px 40px; }
  #stream-content-inner .answer-add-comment-input {
    width: 350px;
    height: 50px;
    max-width: 450px;
    padding: 10px; }
  #stream-content-inner .stream-question-title {
    padding: 10px;
    margin-bottom: 30px;
    display: block;
    width: 99%; }

#stream-description-editable {
  width: 100%;
  height: 100%;
  overflow: auto; }

.stream-description-content {
  margin: 15px 0;
  font-size: 16px; }

.filters-group ul {
  padding-bottom: 0; }
  .filters-group ul li:last-child a {
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    -ms-border-radius: 0 0 5px 5px;
    -o-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px; }
.filters-group .btn {
  padding-left: 17px;
  padding-right: 17px; }
.filters-group i {
  margin-top: 3px; }

.answer-prompt {
  margin-left: 10px; }
  .answer-prompt i {
    margin-left: 5px;
    margin-top: 2px; }

#stream-chat-reader {
  overflow: auto;
  background: #fff;
  position: relative; }

#chat-state {
  min-height: 25px;
  padding: 7.5px 8px 7.5px 8px;
  border-bottom: 1px solid #c1c9ca;
  color: #A5AAB4;
  font-weight: 600;
  background-color: #f8f8f8;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(50%, #ffffff), color-stop(51%, #f8f8f8));
  background: -webkit-linear-gradient(top, #ffffff 50%, #f8f8f8 51%);
  background: -moz-linear-gradient(top, #ffffff 50%, #f8f8f8 51%);
  background: -o-linear-gradient(top, #ffffff 50%, #f8f8f8 51%);
  background: linear-gradient(top, #ffffff 50%, #f8f8f8 51%); }

#chat-presence-list {
  width: 70%; }
  #chat-presence-list .label-info {
    background-color: #21678A;
    margin-right: 15px;
    background: -webkit-gradient(linear, to bottom, to top, color-stop(0%, #6c7caa), color-stop(100%, #353d53));
    background: -webkit-linear-gradient(to bottom, #6c7caa, #353d53);
    background: -moz-linear-gradient(to bottom, #6c7caa, #353d53);
    background: -o-linear-gradient(to bottom, #6c7caa, #353d53);
    background: linear-gradient(to bottom, #6c7caa, #353d53); }
  #chat-presence-list .btn {
    margin: 0 0 3px 7px; }

.is-typing-msg {
  margin-right: 2%;
  color: #b7baca; }

.stream-solver-input {
  width: 250px; }

#chat-messages-wrapper {
  margin-bottom: 0; }

.chat-messages-container .chat-msg:nth-child(even) {
  border-bottom: 1px solid #B9D7DD;
  background: #EFF3F5; }
.chat-messages-container .perm-selected {
  color: #3c882e;
  background-color: #bcf3bc !important; }
.chat-messages-container .selected {
  background: #1C202B !important;
  color: #C3C6E2; }
.chat-messages-container .editing {
  background: #F3F5C3 !important;
  color: #7F862A; }
.chat-messages-container .chat-msg {
  padding: 5px 11px;
  border-bottom: 1px solid #e7e9e9; }
.chat-messages-container .chat-text {
  margin-top: 5px;
  word-break: break-word;
  overflow-x: auto; }
  .chat-messages-container .chat-text p {
    margin: 2px 0 0 0; }
    .chat-messages-container .chat-text p:first-child {
      margin: 0; }
  .chat-messages-container .chat-text img, .chat-messages-container .chat-text pre {
    margin: 10px 0; }
  .chat-messages-container .chat-text pre {
    width: 1000px;
    overflow: auto; }
  .chat-messages-container .chat-text img {
    display: block; }
.chat-messages-container .chat-user {
  color: #6A86A3;
  font-weight: 600;
  font-size: 11px; }
.chat-messages-container .chat-datetime {
  color: #BBB9B9;
  font-size: 11px; }

#chat-filter .dropdown-menu, #chat-action .dropdown-menu {
  width: 220px; }

#stream-system-info {
  margin-bottom: 0;
  border-right: none; }
  #stream-system-info pre {
    background: #ced9e4;
    margin-bottom: 5px; }
  #stream-system-info tr td:first-child {
    width: 103px;
    text-align: center;
    font-weight: 500;
    word-break: break-word; }

#ide-editor, #notes-editor {
  height: 800px; }
  #ide-editor .ace_print-margin, #notes-editor .ace_print-margin {
    display: none; }

#ide-gists {
  width: 100px;
  height: 800px;
  overflow-x: hidden;
  overflow-y: auto;
  border-right: 1px solid #484a4b;
  background: #272822;
  -webkit-font-smoothing: antialiased; }
  #ide-gists a {
    display: block;
    text-decoration: none;
    padding: 7px;
    border-bottom: 1px solid #3B4041;
    color: #F3F4F6;
    text-shadow: 1px 1px 0 #000;
    box-shadow: 0 1px 0 #1c1d1f;
    white-space: pre;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap; }
    #ide-gists a:hover, #ide-gists a.active {
      background: #000; }

#ide-gists-dragger {
  position: absolute;
  left: 95px;
  top: 41px !important;
  bottom: 0 !important;
  z-index: 1000;
  width: 5px;
  background: transparent;
  cursor: ew-resize; }

#ide-edit-indicator {
  background: #272822;
  text-align: center;
  width: 80px;
  height: 800px;
  border-top: none; }
  #ide-edit-indicator .btn-ide {
    width: 80px;
    margin: 0;
    padding: 15px 10px;
    background: #2F3129;
    position: relative;
    top: 0.45px;
    display: block;
    border: none;
    border-bottom: 1px solid #6B6F70;
    border-left: 1px solid #6B6F70;
    color: #F3F4F6;
    text-shadow: 1px 1px 0 #000;
    box-shadow: 0 1px 0 #1c1d1f; }
    #ide-edit-indicator .btn-ide:hover {
      background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #0b0b0c), color-stop(100%, #2a2c2e));
      background: -webkit-linear-gradient(top, #0b0b0c, #2a2c2e);
      background: -moz-linear-gradient(top, #0b0b0c, #2a2c2e);
      background: -o-linear-gradient(top, #0b0b0c, #2a2c2e);
      background: linear-gradient(top, #0b0b0c, #2a2c2e); }

#ide-select-language {
  height: 25px;
  line-height: 25px;
  font-size: 12px;
  width: 100px;
  margin: 0;
  display: none; }

#ide-select-language-dropdown {
  position: relative; }
  #ide-select-language-dropdown .btn-ide {
    text-decoration: none;
    padding: 15px 0;
    font-size: 12.3px; }
  #ide-select-language-dropdown .dropdown-menu {
    left: -82px;
    top: 48px;
    text-align: left;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0; }
    #ide-select-language-dropdown .dropdown-menu li {
      border-bottom: 1px solid #c7cbd5; }
      #ide-select-language-dropdown .dropdown-menu li:last-child {
        border-bottom: none; }
      #ide-select-language-dropdown .dropdown-menu li a {
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        border-radius: 0; }

#ide-online i.active {
  color: #0088cc; }

.btn-ide {
  padding: 1px 10px;
  margin-right: 10px; }

#stream-student-stats {
  overflow: auto; }

.help-time-wrapper input {
  margin-left: 3px;
  background: none !important;
  box-shadow: none !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  border: none;
  width: 25px;
  border-bottom: 1px dotted #3da549 !important;
  color: #3da549;
  text-align: center; }
.help-time-wrapper span {
  display: inline-block;
  font-size: 14px;
  color: #3da549;
  font-weight: 700;
  line-height: 20px;
  height: 20px;
  padding: 4px 0 4px 0; }

.help-messaging {
  width: 340px;
  height: 100px; }

#stream-related-content .placeholder-icon {
  margin-left: 47%;
  margin-top: 30px; }
#stream-related-content .stream-related-content-placeholder {
  padding: 20px;
  background: #fff;
  border-bottom: 1px solid #e7dada;
  color: #a8b1b6; }

.stream-related-item {
  position: relative;
  padding: 15px 95px 15px 20px;
  background: #fff;
  border: none;
  border-bottom: 1px solid #ddd;
  color: #8A8C91;
  font-size: 14px; }
  .stream-related-item .stream-related-title {
    font-size: 15px; }
  .stream-related-item .stream-related-item-stats {
    position: absolute;
    top: 17px;
    right: 20px; }
    .stream-related-item .stream-related-item-stats > span:first-child {
      margin-right: 7px; }
  .stream-related-item .stream-related-stats .btn {
    margin-left: 10px; }
  .stream-related-item:nth-child(2n) {
    background: #FCFCFC; }

.stream-related-item-preview-btn {
  margin-right: 10px; }

.stream-related-preview.active {
  margin-top: 20px; }

#stream-assignment-list {
  margin: 15px 0;
  width: 500px; }

#assignmentModal form {
  margin-bottom: 0; }
#assignmentModal .email-instructions {
  font-size: 14px;
  margin-bottom: 10px;
  display: block; }
#assignmentModal .assigned-btn {
  margin: 0 5px 5px 0; }
#assignmentModal input[type="text"] {
  padding: 8px 20px; }

#updateSettingsModal h5, #updateSettingsModal form {
  text-align: center; }
#updateSettingsModal form h5 {
  margin-top: 30px; }

#demoModal h3 {
  font-size: 22px;
  margin: 5px 0; }
#demoModal h5 {
  margin: 0 0 15px 0;
  font-size: 18px; }
#demoModal p, #demoModal a {
  line-height: 2;
  font-size: 14px; }

#codeRunModal .modal-body {
  min-height: 350px; }

#gistLoadModal .modal-body > div {
  margin-bottom: 10px; }

#codeVisualizerModal {
  background: white url(../img/brillant.png);
  left: 30px;
  right: 30px;
  top: 30px;
  bottom: 30px;
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  width: inherit; }

#code-visualization td {
  font-size: 13px !important; }

#warning-js-pic {
  margin-right: 20px; }

#stream-video {
  height: 175px;
  border-bottom: 1px solid #eee6e6;
  position: relative;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(50%, #ffffff), color-stop(51%, #f8f8f8));
  background: -webkit-linear-gradient(top, #ffffff 50%, #f8f8f8 51%);
  background: -moz-linear-gradient(top, #ffffff 50%, #f8f8f8 51%);
  background: -o-linear-gradient(top, #ffffff 50%, #f8f8f8 51%);
  background: linear-gradient(top, #ffffff 50%, #f8f8f8 51%);
  background: white url(../img/brillant.png); }
  #stream-video video {
    cursor: move; }
  #stream-video .icon-facetime-video.icon-2x {
    display: block;
    line-height: 175px;
    font-size: 40px;
    text-shadow: 1px 1px 0 #fff;
    color: #adb1c0;
    text-align: center; }

#video-toggler, #audio-only-toggler, #google-hangout-toggler, #raise-hand-toggler, #video-archive-toggler, #video-disable-toggler {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10000;
  color: #848b90;
  font-size: 15px;
  border-top: none;
  border-left: none;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  -ms-border-radius: 0 4px 4px 0;
  -o-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0; }
  #video-toggler i, #audio-only-toggler i, #google-hangout-toggler i, #raise-hand-toggler i, #video-archive-toggler i, #video-disable-toggler i {
    font-weight: 600;
    font-size: 20px;
    text-shadow: 0 1px 1px #fff; }
    #video-toggler i:hover, #video-toggler i.active, #audio-only-toggler i:hover, #audio-only-toggler i.active, #google-hangout-toggler i:hover, #google-hangout-toggler i.active, #raise-hand-toggler i:hover, #raise-hand-toggler i.active, #video-archive-toggler i:hover, #video-archive-toggler i.active, #video-disable-toggler i:hover, #video-disable-toggler i.active {
      color: #0088cc; }

#audio-only-toggler, #google-hangout-toggler, #video-archive-toggler {
  font-size: 21px;
  line-height: 23px;
  border-left: 1px solid #c8cad1;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  -ms-border-radius: 0 0 4px 4px;
  -o-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px; }

#audio-only-toggler {
  left: 50px; }

#video-archive-toggler {
  left: 100px; }

#google-hangout-toggler, #video-disable-toggler {
  right: 0;
  left: initial;
  -webkit-border-radius: 0 0 0 4px;
  -moz-border-radius: 0 0 0 4px;
  -ms-border-radius: 0 0 0 4px;
  -o-border-radius: 0 0 0 4px;
  border-radius: 0 0 0 4px; }

#raise-hand-toggler {
  left: 0; }

#video-container {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0; }
  #video-container.shrunken {
    height: 60px !important; }
  #video-container .video-wrapper {
    padding: 4px;
    border: none; }
  #video-container .icon-play-circle {
    display: none;
    position: absolute;
    z-index: 1000;
    left: 45%;
    top: 50%; }
  #video-container:hover .icon-play-circle {
    display: block; }

.video-wrapper {
  cursor: move;
  position: absolute;
  padding: 4px;
  background: #fff;
  border: 1px solid #E8E8EB; }

.free-video-wrapper {
  z-index: 50000 !important;
  right: inherit !important;
  bottom: inherit !important;
  padding: 4px;
  background: #fff;
  border: 1px solid #b0b3bd;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px; }
  .free-video-wrapper > div {
    width: 200px !important;
    height: 150px !important; }

#terminal-info-intro, #system-info-intro {
  height: 1000px;
  margin: 10px;
  padding: 10px;
  background: white url(../img/brillant.png);
  border: 1px solid #dbd4d4; }
  #terminal-info-intro .terminal-info-title, #system-info-intro .terminal-info-title {
    text-align: center;
    font-size: 14px;
    line-height: 1.7;
    margin: 20px auto;
    width: 75%; }
  #terminal-info-intro h4, #system-info-intro h4 {
    text-align: center; }
  #terminal-info-intro p, #system-info-intro p {
    font-size: 14px;
    line-height: 1.7;
    width: 70%;
    margin: 30px auto;
    text-align: center; }
  #terminal-info-intro pre, #system-info-intro pre {
    font-size: 11px;
    width: 275px;
    margin: 5px auto; }
  #terminal-info-intro a, #system-info-intro a {
    font-size: 14px; }
  #terminal-info-intro img, #system-info-intro img {
    display: block;
    margin: 0 auto 30px auto; }

.username-btn {
  display: none; }

#requestClassInvite form {
  margin: 0; }

#class_request_invite {
  margin-bottom: 20px; }

#request-class-input {
  padding: 10px;
  margin: 20px; }

/***************** OFFICE HOURS ************************/
#ohours-navbar-inner .account-dropdown {
  padding: 0 20px; }
#ohours-navbar-inner .brand {
  box-shadow: 1px 0 0 rgba(0, 0, 0, 0.15);
  border-right: 2px solid rgba(255, 255, 255, 0.1);
  margin-right: 20px; }

#ohours-header-title {
  font-size: 15px;
  -webkit-font-smoothing: antialiased;
  max-width: 590px;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5); }

#ohours-header-actions {
  margin-left: 10px; }
  #ohours-header-actions .btn {
    margin: 0 0 0 5px;
    padding: 5px 7px;
    position: relative;
    top: -2px; }
    #ohours-header-actions .btn i {
      margin-left: 0; }

#ohours-subnav {
  background-color: #fff;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(50%, #ffffff), color-stop(51%, #f8f8f8));
  background: -webkit-linear-gradient(top, #ffffff 50%, #f8f8f8 51%);
  background: -moz-linear-gradient(top, #ffffff 50%, #f8f8f8 51%);
  background: -o-linear-gradient(top, #ffffff 50%, #f8f8f8 51%);
  background: linear-gradient(top, #ffffff 50%, #f8f8f8 51%);
  box-shadow: 0px 1px 1px #dfd8d8;
  border-bottom: 1px solid #bbb9b9;
  color: #9C9FAC;
  font-size: 14px; }
  #ohours-subnav .btn {
    margin: 0;
    padding: 10px 12px;
    background: transparent;
    border-left: none;
    border-top: none;
    border-bottom: none;
    box-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    text-decoration: none;
    color: #4E566D;
    font-weight: 600; }
    #ohours-subnav .btn:hover, #ohours-subnav .btn.active {
      background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fcfcfd), color-stop(100%, #dfe2e4));
      background: -webkit-linear-gradient(top, #fcfcfd, #dfe2e4);
      background: -moz-linear-gradient(top, #fcfcfd, #dfe2e4);
      background: -o-linear-gradient(top, #fcfcfd, #dfe2e4);
      background: linear-gradient(top, #fcfcfd, #dfe2e4); }
    #ohours-subnav .btn.teacher-context {
      -webkit-animation: background-flip 1.5s ease-out infinite;
      -moz-animation: background-flip 1.5s ease-out infinite;
      -ms-animation: background-flip 1.5s ease-out infinite;
      animation: background-flip 1.5s ease-out infinite; }
    #ohours-subnav .btn span {
      display: none; }
  #ohours-subnav .resize-btn {
    border-left: 1px solid #bbbbbb;
    border-right: none; }

#ohours-aside-container .ohours-aside-header {
  border-bottom: 1px solid #e6e4e4;
  padding: 0 10px;
  background-color: rgba(255, 255, 255, 0.87);
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(50%, #ffffff), color-stop(51%, #f8f8f8));
  background: -webkit-linear-gradient(top, #ffffff 50%, #f8f8f8 51%);
  background: -moz-linear-gradient(top, #ffffff 50%, #f8f8f8 51%);
  background: -o-linear-gradient(top, #ffffff 50%, #f8f8f8 51%);
  background: linear-gradient(top, #ffffff 50%, #f8f8f8 51%); }
  #ohours-aside-container .ohours-aside-header h4 {
    margin: 0;
    padding: 5px 0;
    font-size: 14px;
    line-height: 31px;
    color: #4E566D;
    font-family: 'Cabin', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    text-shadow: 1px 1px 0 #fff; }

#ohours-presence-list {
  overflow-y: auto; }
  #ohours-presence-list > div {
    position: relative;
    background: #fff;
    padding: 7.5px 10px;
    border-bottom: 1px solid #E4E4E4;
    color: #A5AAB4;
    font-weight: 600;
    font-size: 13px; }
  #ohours-presence-list .ohours-presence-username {
    max-width: 75px;
    display: inline-block; }
  #ohours-presence-list .ohours-presence-action {
    position: absolute;
    right: 10px;
    top: 8px;
    font-size: 18px;
    text-shadow: 1px 1px 0 #fff;
    text-decoration: none;
    color: #adb1c0; }
    #ohours-presence-list .ohours-presence-action.active {
      color: #0088cc; }

.ohours-question-wrapper {
  position: relative;
  margin: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px; }

.ohours-question-actions {
  margin-top: 30px; }
  .ohours-question-actions .btn {
    margin: 0 !important;
    border-bottom: none;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    -ms-border-radius: 4px 4px 0 0;
    -o-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0; }

.ohours-question-content {
  border: 1px solid #d1c8c8;
  background: #fff;
  padding: 20px;
  -webkit-border-radius: 0 4px 0 0;
  -moz-border-radius: 0 4px 0 0;
  -ms-border-radius: 0 4px 0 0;
  -o-border-radius: 0 4px 0 0;
  border-radius: 0 4px 0 0; }

.ohours-question-title {
  display: inline-block;
  font-size: 18px;
  margin: 0 60px 0 0;
  line-height: 1.3; }

.ohours-question-meta {
  margin: 10px 0; }
  .ohours-question-meta a, .ohours-question-meta span {
    font-size: 14px; }
  .ohours-question-meta span {
    margin-left: 3px;
    color: #a3aca9; }

.ohours-active-discussion-marker {
  display: none;
  padding: 5px 8px;
  margin-bottom: 5px;
  font-size: 15px;
  line-height: 1;
  margin-right: 10px;
  -webkit-font-smoothing: antialiased; }
  .ohours-active-discussion-marker.active {
    display: inline; }

#ohours-whiteboard {
  position: relative;
  height: 100%;
  width: 100%;
  background: #fff; }

#ohours-canvas {
  background: #fff; }

#ohours-whiteboard-selector {
  background: #f0f0f0;
  color: #333;
  text-align: center;
  width: 80px;
  height: 100%;
  border-top: none; }
  #ohours-whiteboard-selector .btn-canvas {
    width: 80px;
    margin: 0;
    padding: 15px 10px;
    position: relative;
    top: 0.45px;
    display: block;
    border: none;
    border-bottom: 1px solid #C4CACC;
    border-left: 1px solid #C4CACC;
    text-shadow: 1px 1px 0 #fff;
    box-shadow: 0 1px 0 #EAECF0 !important;
    background: transparent;
    font-size: 12px; }
    #ohours-whiteboard-selector .btn-canvas.active {
      background: #d3d5da; }
  #ohours-whiteboard-selector .canvas-sub-option {
    display: none;
    position: absolute;
    z-index: 1000;
    top: 0px; }
    #ohours-whiteboard-selector .canvas-sub-option i {
      margin: 0;
      padding: 15px 10px;
      background: #f0f0f0;
      border: 1px solid #C4CACC;
      border-right: none; }
  #ohours-whiteboard-selector .btn-canvas:hover > .canvas-sub-option {
    display: block; }
  #ohours-whiteboard-selector #whiteboard-add-image {
    left: -228px;
    top: -1px; }
    #ohours-whiteboard-selector #whiteboard-add-image .input-option {
      border-radius: 0;
      padding: 10px;
      background: #FDFEFF;
      border: 1px solid #C4CACC;
      border-right: none;
      height: 37px;
      box-shadow: none !important; }
  #ohours-whiteboard-selector #whiteboard-geometric-shapes {
    left: -226px; }
    #ohours-whiteboard-selector #whiteboard-geometric-shapes .icon-caret-up {
      line-height: .5; }
  #ohours-whiteboard-selector #whiteboard-stack-order {
    left: -185px; }
  #ohours-whiteboard-selector .sp-replacer {
    width: 80px;
    padding: 17px 26px;
    border-left: 1px solid #C4CACC;
    border-bottom: 1px solid #C4CACC; }

#ohours-canvas-text-input {
  position: absolute;
  z-index: 10000;
  border: 1px dotted #d9dcdd;
  box-shadow: none !important; }

#recordedViewModal {
  width: 720px; }
  #recordedViewModal .modal-body {
    padding: 0; }
  #recordedViewModal .vjs-default-skin .vjs-big-play-button {
    left: 300px !important;
    top: 200px !important; }

/****** MEDIA QUERIES ***************/
@media (max-width: 1040px) {
  #ohours-header-title, #ohours-header-actions {
    display: none; } }
@media (max-width: 1000px) {
  .stream .sub-navbar {
    display: block;
    position: fixed;
    z-index: 10;
    top: 59px;
    width: 100%;
    background-color: #D4D5D8;
    background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f7f7f8), color-stop(100%, #d4d5d8));
    background: -webkit-linear-gradient(top, #f7f7f8, #d4d5d8);
    background: -moz-linear-gradient(top, #f7f7f8, #d4d5d8);
    background: -o-linear-gradient(top, #f7f7f8, #d4d5d8);
    background: linear-gradient(top, #f7f7f8, #d4d5d8);
    border-bottom: 1px solid #9dacaf; }
    .stream .sub-navbar .sub-navbar-inner {
      margin: 0; }
      .stream .sub-navbar .sub-navbar-inner a {
        padding: 10px 15px;
        font-weight: 600; }
        .stream .sub-navbar .sub-navbar-inner a:hover, .stream .sub-navbar .sub-navbar-inner a.active {
          background-color: #d4d5d8;
          background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #dddde6), color-stop(100%, #c9cdcf));
          background: -webkit-linear-gradient(top, #dddde6, #c9cdcf);
          background: -moz-linear-gradient(top, #dddde6, #c9cdcf);
          background: -o-linear-gradient(top, #dddde6, #c9cdcf);
          background: linear-gradient(top, #dddde6, #c9cdcf);
          color: #777777 !important; }
    .stream .sub-navbar .divider-vertical {
      margin: 0;
      border-left: 1px solid #CAC6C6;
      border-right: 1px solid #fdfdfd; }

  .top-navbar-inner .account-dropdown {
    padding: 0; }

  #stream-left-nav, #ohours-aside-container {
    display: none; }

  #stream-content-container {
    margin-left: 0; }

  #stream-content-inner.fullscreen {
    bottom: 0; } }
@media (max-width: 900px) {
  #stream-meta-data .user-gravatar {
    display: none; }

  .username-btn {
    display: block; }

  #short-share-link {
    margin: 0; }

  #stream-meta-details .btn {
    margin-bottom: 5px;
    font-size: 12px;
    margin-right: 3px; }
    #stream-meta-details .btn i {
      display: none; } }
@media (max-width: 650px) {
  #stream-content-container {
    margin-right: 0; }

  #stream-chat-aside {
    display: none; }

  #short-share-link {
    display: none; }

  .stream .sub-navbar .sub-navbar-inner a {
    padding: 10px 10px; }
    .stream .sub-navbar .sub-navbar-inner a i {
      display: none; }

  .top-navbar-inner .nav.pull-left {
    display: none; }

  #notifications-nav {
    display: none; }

  .modal {
    width: 330px !important;
    left: 310px !important;
    overflow-x: auto; } }
@media (max-width: 450px) {
  .stream .sub-navbar .sub-navbar-inner a {
    padding: 10px 5px; } }
.feed {
  background: url(../img/light_diagonal_bg.png); }
  .feed .wrapper {
    margin-top: 60px; }
  .feed .jumbotron {
    height: 700px;
    position: relative;
    opacity: 0;
    width: 100%;
    margin: -90px 0 30px 0;
    padding-top: 20px;
    text-align: center;
    font-size: 21px;
    color: #fff;
    color: rgba(255, 255, 255, 0.75);
    background: #353d53 url(../img/splash_demo.jpg);
    background-size: cover;
    box-shadow: 0 2px 0 #D2D2D5;
    font-family: 'Cabin', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    -webkit-font-smoothing: antialiased; }
    .feed .jumbotron h1, .feed .jumbotron p {
      text-rendering: optimizeLegibility; }
    .feed .jumbotron h1 {
      color: #fff;
      font-size: 55px;
      line-height: 1;
      font-weight: 300;
      letter-spacing: -1px; }
    .feed .jumbotron p {
      color: rgba(255, 255, 255, 0.85);
      font-size: 20px;
      font-style: italic;
      line-height: 1; }
    .feed .jumbotron .link-lite {
      color: #b3f0ff;
      font-size: inherit; }
    .feed .jumbotron .container {
      margin-top: 0; }
    .feed .jumbotron .title-wrapper {
      width: 900px;
      margin: 30px auto 50px auto; }
    .feed .jumbotron .demo-wrapper {
      width: 900px;
      margin: 0 auto; }
      .feed .jumbotron .demo-wrapper img {
        width: 900px;
        height: 345px;
        -webkit-border-radius: 6px 6px 0 0;
        -moz-border-radius: 6px 6px 0 0;
        -ms-border-radius: 6px 6px 0 0;
        -o-border-radius: 6px 6px 0 0;
        border-radius: 6px 6px 0 0; }
  .feed .input-prepend .add-on {
    background: -webkit-gradient(linear, to bottom, to top, color-stop(0%, #ffffff), color-stop(100%, #e6e6e6));
    background: -webkit-linear-gradient(to bottom, #ffffff, #e6e6e6);
    background: -moz-linear-gradient(to bottom, #ffffff, #e6e6e6);
    background: -o-linear-gradient(to bottom, #ffffff, #e6e6e6);
    background: linear-gradient(to bottom, #ffffff, #e6e6e6); }
  .feed .input-prepend .btn-info {
    color: #fff;
    border: 1px solid #3591a8;
    background: -webkit-gradient(linear, to bottom, to top, color-stop(0%, #5bc0de), color-stop(100%, #2f96b4));
    background: -webkit-linear-gradient(to bottom, #5bc0de, #2f96b4);
    background: -moz-linear-gradient(to bottom, #5bc0de, #2f96b4);
    background: -o-linear-gradient(to bottom, #5bc0de, #2f96b4);
    background: linear-gradient(to bottom, #5bc0de, #2f96b4);
    text-shadow: none; }
  .feed .input-prepend:hover .btn {
    background: #e6e6e6; }
  .feed .input-prepend:hover .btn-info {
    background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #5bc0de), color-stop(100%, #1f7b96));
    background: -webkit-linear-gradient(#5bc0de, #1f7b96);
    background: -moz-linear-gradient(#5bc0de, #1f7b96);
    background: -o-linear-gradient(#5bc0de, #1f7b96);
    background: linear-gradient(#5bc0de, #1f7b96); }

#feed-context-header-wrapper {
  margin: 0 auto 30px auto;
  max-width: 890px;
  padding: 4px;
  background: #f4faff;
  border: 1px solid #6a8bc5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px; }

#feed-context-header {
  background: #353d53 url(../img/concrete_wall_bg.png);
  color: #fff;
  padding: 25px 40px;
  -webkit-font-smoothing: antialiased; }
  #feed-context-header h2 {
    margin: 0;
    font-size: 35px;
    font-weight: 200;
    line-height: 1;
    font-family: 'Cabin', 'Helvetica Neue', Helvetica, Arial, sans-serif; }
    #feed-context-header h2 a {
      font-size: inherit;
      color: #fff;
      text-decoration: none; }
    #feed-context-header h2 i {
      width: 50px;
      display: inline-block; }
  #feed-context-header #feed-list-create-issue {
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    margin-top: 12px; }
  #feed-context-header #feed-context-btns {
    margin-left: 60px;
    position: relative; }
    #feed-context-header #feed-context-btns .btn-mini {
      margin: 10px 10px 0 0;
      font-weight: 600; }
    #feed-context-header #feed-context-btns .dropdown-menu li > a {
      background-color: #f7f7f8;
      background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f7f7f8), color-stop(100%, #e8e9ec));
      background: -webkit-linear-gradient(top, #f7f7f8, #e8e9ec);
      background: -moz-linear-gradient(top, #f7f7f8, #e8e9ec);
      background: -o-linear-gradient(top, #f7f7f8, #e8e9ec);
      background: linear-gradient(top, #f7f7f8, #e8e9ec);
      padding: 10px;
      width: 178px;
      font-size: 12px;
      color: #0b0e16;
      border-bottom: 1px solid #B1B4B8; }
      #feed-context-header #feed-context-btns .dropdown-menu li > a:hover {
        background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #f9faff));
        background: -webkit-linear-gradient(top, #ffffff, #f9faff);
        background: -moz-linear-gradient(top, #ffffff, #f9faff);
        background: -o-linear-gradient(top, #ffffff, #f9faff);
        background: linear-gradient(top, #ffffff, #f9faff); }

#feed-aside {
  width: 245px;
  margin-left: 10px;
  color: #353d53; }
  #feed-aside #team-title {
    margin: 0 20px 30px 0;
    text-transform: capitalize;
    font-size: 35px; }
  #feed-aside .input-prepend {
    margin: 15px 0; }
    #feed-aside .input-prepend:first-child {
      margin-top: 0; }
    #feed-aside .input-prepend:last-child {
      margin-bottom: 0; }
    #feed-aside .input-prepend .btn {
      font-size: 12px; }
  #feed-aside .feed-aside-container {
    position: relative;
    margin: 0 20px 30px 0;
    background: white url(../img/brillant.png);
    border: 1px solid #d0d4d4;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px; }
    #feed-aside .feed-aside-container .input-prepend {
      margin: 0 10px 10px 10px;
      display: inline-block;
      clear: both; }
      #feed-aside .feed-aside-container .input-prepend:first-child {
        margin-top: 10px; }
    #feed-aside .feed-aside-container .search-prepend {
      position: absolute;
      opacity: 1;
      border-radius: 0;
      padding: 7px 10px;
      background-color: #fff;
      background: -webkit-gradient(linear, to bottom, to top, color-stop(0%, #f7f9fa), color-stop(100%, #fafafc));
      background: -webkit-linear-gradient(to bottom, #f7f9fa, #fafafc);
      background: -moz-linear-gradient(to bottom, #f7f9fa, #fafafc);
      background: -o-linear-gradient(to bottom, #f7f9fa, #fafafc);
      background: linear-gradient(to bottom, #f7f9fa, #fafafc);
      border: none;
      border-right: 1px solid #d8d8d8;
      border-top: 1px solid #dddedf; }
  #feed-aside .feed-aside-header {
    background: #fff;
    background: -webkit-gradient(linear, to bottom, to top, color-stop(0%, #f7f7f8), color-stop(100%, #fcfcfc));
    background: -webkit-linear-gradient(to bottom, #f7f7f8, #fcfcfc);
    background: -moz-linear-gradient(to bottom, #f7f7f8, #fcfcfc);
    background: -o-linear-gradient(to bottom, #f7f7f8, #fcfcfc);
    background: linear-gradient(to bottom, #f7f7f8, #fcfcfc);
    padding: 10px;
    color: #7B7F88;
    font-size: 16px;
    font-weight: 300;
    border-bottom: 1px solid #c7c7c7;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    -ms-border-radius: 4px 4px 0 0;
    -o-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0; }
  #feed-aside .feed-filter-input {
    width: 163px;
    margin: 0;
    display: block;
    font-size: 12px;
    border-radius: 0;
    border-right: 0;
    border-left: 0;
    padding: 7px 10px;
    padding-left: 50px;
    border-top: 1px solid #dddedf;
    border-bottom: none;
    box-shadow: none; }

#feed-list {
  overflow: hidden;
  margin: 0 30px 40px 30px;
  border: none; }

#feed-list-header {
  background-color: #fff;
  background: -webkit-gradient(linear, to bottom, to top, color-stop(0%, #ffffff), color-stop(100%, #f8fafa));
  background: -webkit-linear-gradient(to bottom, #ffffff, #f8fafa);
  background: -moz-linear-gradient(to bottom, #ffffff, #f8fafa);
  background: -o-linear-gradient(to bottom, #ffffff, #f8fafa);
  background: linear-gradient(to bottom, #ffffff, #f8fafa); }

#feed-list-header-main {
  border: 1px solid #cccbcb;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  -ms-border-radius: 4px 4px 0 0;
  -o-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0; }

.feed-list-item-user-photo {
  position: absolute;
  left: -44px;
  padding: 3px;
  background: #fff;
  border: 1px solid #E1E2E4;
  box-shadow: 1px 1px 0 #eeeff0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px; }
  .feed-list-item-user-photo:after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 8px;
    right: -13px;
    width: 0px;
    height: 0px;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 12px solid #E1E2E4; }
  .feed-list-item-user-photo:before {
    content: "";
    position: absolute;
    z-index: 2;
    top: 8px;
    right: -12px;
    width: 0px;
    height: 0px;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 12px solid #fff; }

#feed-list-contents {
  margin-top: 15px;
  min-height: 300px; }

#empty-placeholder {
  text-align: center;
  margin: 40px 0 100px 0; }

.feed-list-item {
  position: relative;
  padding: 10px 20px 0 20px;
  background: white url(../img/brillant.png);
  border: 1px solid #d7d8d8;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  box-shadow: 1px 1px 0 #e6e7e7; }
  .feed-list-item > div {
    margin-bottom: 5px; }
  .feed-list-item .btn {
    margin-right: 10px;
    margin-bottom: 15px;
    font-size: 13px; }

.feed-list-item-header {
  background-color: whitesmoke;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #f8f8f8));
  background: -webkit-linear-gradient(top, #ffffff, #f8f8f8 100%);
  background: -moz-linear-gradient(top, #ffffff, #f8f8f8 100%);
  background: -o-linear-gradient(top, #ffffff, #f8f8f8 100%);
  background: linear-gradient(top, #ffffff, #f8f8f8 100%);
  display: block;
  padding: 10px 13px;
  border-bottom: 1px solid #e6e6e6;
  border-radius: 4px 4px 0 0;
  font-size: 14px;
  color: #333333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  text-decoration: none !important; }

.feed-list-item-meta-data .btn {
  font-size: 13px; }

.feed-list-item-content {
  margin-left: 60px; }

#status-filter-btn a, #feed-context-btn a {
  display: block;
  text-decoration: none;
  text-shadow: none; }

#feed-context-btn i {
  margin-right: 10px; }

.feed-list-body {
  background-color: #ffffff;
  background: -webkit-gradient(linear, to bottom, to top, color-stop(0%, #fcfdfd), color-stop(100%, #ffffff));
  background: -webkit-linear-gradient(to bottom, #fcfdfd, #ffffff);
  background: -moz-linear-gradient(to bottom, #fcfdfd, #ffffff);
  background: -o-linear-gradient(to bottom, #fcfdfd, #ffffff);
  background: linear-gradient(to bottom, #fcfdfd, #ffffff);
  padding: 12px 10px; }

.feed-list-item-title {
  margin: 10px 20px 5px 10px;
  width: 70%; }
  .feed-list-item-title a {
    font-size: 21px;
    line-height: 1.3;
    color: #4c92e9;
    font-weight: 300; }

.feed-list-item-tags {
  margin: 5px 0 5px 0;
  width: 55%; }
  .feed-list-item-tags .btn-tag {
    margin: 0 0 5px 5px; }
    .feed-list-item-tags .btn-tag i {
      margin: -1px 0px 0 6px; }

.feed-list-item-data {
  margin: 5px 10px 5px 0;
  max-width: 148px; }
  .feed-list-item-data .btn {
    margin: 0 0 5px 5px; }
    .feed-list-item-data .btn i {
      margin: -1px 0px 0 6px; }
    .feed-list-item-data .btn .icon-user {
      margin: 0 5px; }

#feed-list-filters {
  background-color: #f8f8f8;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #f8f8f8));
  background: -webkit-linear-gradient(top, #ffffff, #f8f8f8 100%);
  background: -moz-linear-gradient(top, #ffffff, #f8f8f8 100%);
  background: -o-linear-gradient(top, #ffffff, #f8f8f8 100%);
  background: linear-gradient(top, #ffffff, #f8f8f8 100%); }

.feed-list-btn {
  background-color: #ffffff;
  background: -webkit-gradient(linear, to bottom, to top, color-stop(0%, #ffffff), color-stop(100%, #e6e6e6));
  background: -webkit-linear-gradient(to bottom, #ffffff, #e6e6e6);
  background: -moz-linear-gradient(to bottom, #ffffff, #e6e6e6);
  background: -o-linear-gradient(to bottom, #ffffff, #e6e6e6);
  background: linear-gradient(to bottom, #ffffff, #e6e6e6);
  height: 39px;
  padding: 0 15px;
  font-size: 13px;
  line-height: 39px;
  border-top: none;
  border-bottom: none;
  border-right: 1px solid #bbbbbb;
  box-shadow: none;
  font-weight: 700;
  color: #353d53;
  text-shadow: 0px 1px 1px #faf7f7; }
  .feed-list-btn#user-filter-btn {
    border-left: 1px solid #bbbbbb; }
  .feed-list-btn:hover {
    background-color: #FCFCFC;
    background: -webkit-gradient(linear, to bottom, to top, color-stop(0%, #ffffff), color-stop(100%, #fcfcfc));
    background: -webkit-linear-gradient(to bottom, #ffffff, #fcfcfc);
    background: -moz-linear-gradient(to bottom, #ffffff, #fcfcfc);
    background: -o-linear-gradient(to bottom, #ffffff, #fcfcfc);
    background: linear-gradient(to bottom, #ffffff, #fcfcfc); }
  .feed-list-btn.active, .feed-list-btn.active > a {
    background-color: #FCFCFC;
    background: -webkit-gradient(linear, to bottom, to top, color-stop(10%, #ffffff), color-stop(35%, #fcfcfc));
    background: -webkit-linear-gradient(to bottom, #ffffff 10%, #fcfcfc 35%);
    background: -moz-linear-gradient(to bottom, #ffffff 10%, #fcfcfc 35%);
    background: -o-linear-gradient(to bottom, #ffffff 10%, #fcfcfc 35%);
    background: linear-gradient(to bottom, #ffffff 10%, #fcfcfc 35%);
    color: #1AB120 !important; }
  .feed-list-btn.disabled {
    color: #8B8F99 !important;
    background-color: inherit;
    background: inherit;
    border: none; }
    .feed-list-btn.disabled:hover {
      background-color: inherit;
      background: inherit; }
  .feed-list-btn > i {
    margin: 1px 0 0px 6px; }

.feed-list-btn {
  color: #0088cc !important;
  text-shadow: 1px 1px 0px white; }

#status-filter-btn > a {
  color: #0088cc;
  text-shadow: 1px 1px 0px white; }

#tag-filter-container {
  background: white url(../img/dark_diagonals_bg.jpg);
  padding: 9px 20px; }

#tag-filter-list {
  margin-bottom: 5px; }
  #tag-filter-list .btn-tag {
    margin: 7px 5px 0 0;
    font-weight: 600; }
    #tag-filter-list .btn-tag:first-child {
      margin-left: 0px; }
    #tag-filter-list .btn-tag i {
      margin: 1.2px 0 0 3px; }
  #tag-filter-list #fees-tags-add i {
    margin: 0.4px 3px 0 5px; }

#tag-filter-input {
  margin: 3px 10px 3px 0; }

#user-filter-input-wrapper, #tag-filter-input-wrapper {
  position: relative;
  background-color: #dedee0;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(10%, #ffffff), color-stop(55%, #ffffff), color-stop(100%, #dedee0));
  background: -webkit-linear-gradient(top, #ffffff 10%, #ffffff, #dedee0);
  background: -moz-linear-gradient(top, #ffffff 10%, #ffffff, #dedee0);
  background: -o-linear-gradient(top, #ffffff 10%, #ffffff, #dedee0);
  background: linear-gradient(top, #ffffff 10%, #ffffff, #dedee0);
  padding: 7px 20px;
  border: 1px solid #bec2c7;
  border-top: none; }
  #user-filter-input-wrapper input, #tag-filter-input-wrapper input {
    margin: 0;
    width: 94%; }

#tag-filter-input-wrapper {
  width: 330px; }

#status-filter-btn i {
  top: 1px !important; }

#feed-list-search {
  background-color: #E6E9EB;
  background: -webkit-gradient(linear, to bottom, to top, color-stop(0%, #ffffff), color-stop(100%, #e6e6e6));
  background: -webkit-linear-gradient(to bottom, #ffffff, #e6e6e6);
  background: -moz-linear-gradient(to bottom, #ffffff, #e6e6e6);
  background: -o-linear-gradient(to bottom, #ffffff, #e6e6e6);
  background: linear-gradient(to bottom, #ffffff, #e6e6e6);
  border-left: 1px solid #D7D8DB;
  margin: 0; }

#feed-list-search-input {
  width: 175px;
  padding: 10px 5px 9px 10px;
  margin: 0;
  display: block;
  font-size: 12px;
  background: #fff;
  border: none;
  border-right: 1px solid #bbbbbb;
  box-shadow: none;
  font-size: 14px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0; }

#feed-list-search-submit {
  box-shadow: none;
  border: none;
  color: #0088cc; }

@media (max-width: 7000px) {
  .columns .col {
    width: 40%;
    margin: 0 5%; }

  .feed-list-item-wrapper {
    margin: 0 0 15px 0; } }
@media (max-width: 1050px) {
  .feed-list-btn {
    font-size: 12px; }
    .feed-list-btn i.icon-caret-down {
      display: inline-block !important; } }
@media (max-width: 1000px) {
  .columns .col {
    width: 80%;
    margin: 0 10%; }

  #col-two {
    display: none; }

  .feed-list-item-header {
    min-height: 0; }

  .feed-list-btn.disabled {
    display: none; }

  #feed-list-filters {
    border-top: 1px solid #d1d8da;
    border-right: 1px solid #d1d8da; }

  #feed-list-search-input {
    width: 121px; }

  .feed .jumbotron .title-wrapper {
    width: 55% !important; } }
@media (max-width: 775px) {
  .feed-list-btn {
    padding: 0 10px !important; }

  #feed-list-search-input {
    width: 145px !important; }

  #feed-aside {
    float: none; }

  .feed-aside-container {
    display: none; } }
@media (max-width: 678px) {
  .feed-list-btn {
    border-bottom: 1px solid #d6d8db !important; } }
@media (max-width: 450px) {
  #feed-list-filters {
    width: 100%; }
    #feed-list-filters .disabled {
      display: none; }

  #feed-list-search {
    width: 99.6%;
    overflow: hidden; }

  #feed-list-search-input {
    width: 78% !important; }

  #feed-list-search-submit {
    width: 17%; }
    #feed-list-search-submit:hover {
      background-color: #e6e6e6;
      background: -webkit-gradient(linear, to bottom, to top, color-stop(0%, #ffffff), color-stop(100%, #e6e6e6));
      background: -webkit-linear-gradient(to bottom, #ffffff, #e6e6e6);
      background: -moz-linear-gradient(to bottom, #ffffff, #e6e6e6);
      background: -o-linear-gradient(to bottom, #ffffff, #e6e6e6);
      background: linear-gradient(to bottom, #ffffff, #e6e6e6); }

  .feed .jumbotron .title-wrapper {
    width: 60% !important; } }
@media (max-width: 400px) {
  .feed-list-btn {
    padding: 0 14.6px !important; }

  #presence-filter-btn {
    border-right: none !important; } }
.signup-prompt, .team-signup-prompt {
  padding: 20px;
  border: 1px solid #B9C7F3;
  overflow: hidden;
  margin-left: 300px;
  margin-bottom: 20px;
  width: 300px; }
  .signup-prompt a, .team-signup-prompt a, .signup-prompt span, .team-signup-prompt span {
    font-size: 18px; }

.team-signup-prompt {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  width: 990px;
  padding: 10px;
  margin: 0 auto 10px auto;
  text-align: center; }
  .team-signup-prompt .btn-success {
    margin-top: -5px; }
  .team-signup-prompt .prompt-title {
    font-size: 21px;
    display: block;
    margin-top: 7px; }

.teams-wrapper {
  width: 800px;
  margin: 0 auto; }

.form-inner.well {
  margin-bottom: 0; }
.form-inner .forminput {
  width: 263px; }

.team-separator {
  background: #f0e7f3;
  width: 75px;
  height: 75px;
  line-height: 75px;
  text-align: center;
  border-radius: 50%;
  margin-top: 100px;
  margin-left: 85px;
  box-shadow: 1px 1px 1px #c8c9d5;
  border: 1px solid #cecbd6;
  color: #737679;
  font-size: 24px;
  text-transform: lowercase; }

.team-page .container {
  margin-top: 90px;
  background: #fff;
  padding: 20px;
  box-shadow: inset -1px -1px 1px #e3d9f7, inset 1px 1px 1px #e3d9f7;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px; }
  .team-page .container h1 {
    margin-bottom: 30px;
    padding-bottom: 10px;
    color: #353d53;
    border-bottom: 1px solid #ecedf7; }
.team-page .offset-form {
  margin-left: 150px; }
.team-page input[type='password'] {
  display: block;
  margin: 10px 0; }
.team-page input[type='submit'] {
  margin-bottom: 20px; }
.team-page .password-symbols {
  margin-right: 17px; }
.team-page #previous-invites {
  width: 530px;
  margin-bottom: 12px; }
  .team-page #previous-invites span {
    margin-bottom: 7px; }
.team-page h5, .team-page td {
  color: #2D476E; }
.team-page h5 {
  margin: 3px 20px 20px 0;
  margin-right: 20px;
  font-size: 17px;
  line-height: 1.5; }
.team-page .alert-error {
  width: 504px; }
.team-page textarea {
  width: 540px;
  display: block; }
.team-page .reset-password {
  width: 131px; }
.team-page .toggle-wrapper {
  margin-left: 2px; }
.team-page .toggle-title {
  width: 84px;
  font-weight: normal; }
.team-page .privacy-description {
  margin-left: 20px;
  margin-top: 5px; }

.team {
  font-family: 'Cabin', 'Helvetica Neue', Helvetica, Arial, sans-serif; }

.main-container-header {
  margin-bottom: 30px; }

.main-container-header-title {
  color: #959799;
  padding: 25px 40px 20px 40px;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  -ms-border-radius: 4px 4px 0 0;
  -o-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
  -webkit-font-smoothing: antialiased; }
  .main-container-header-title h1 {
    margin: 0;
    text-align: center;
    font-size: 50px;
    font-weight: 200;
    line-height: 1; }
    .main-container-header-title h1 i {
      margin-right: 10px; }
    .main-container-header-title h1 a {
      margin-left: 20px; }
  .main-container-header-title .btn-large {
    position: relative;
    top: -3px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none; }

.main-container-header-subtitle {
  color: #8E8F92;
  text-align: center;
  text-shadow: 0 1px 0 #fff;
  font-weight: 300;
  font-size: 16px;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  -ms-border-radius: 0 0 4px 4px;
  -o-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px; }
  .main-container-header-subtitle span, .main-container-header-subtitle a {
    font: inherit;
    margin-right: 20px; }

.main-container-content {
  margin-top: 50px; }

.team-card {
  margin-bottom: 30px;
  background: #fff;
  border: 1px solid #d1d1d1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px; }

.team-card-no-size {
  width: auto; }

.team-card-small {
  width: 30%;
  margin-right: 3%; }

.team-card-large {
  width: 66.5%; }

.team-card-xlarge {
  width: 100%; }
  .team-card-xlarge .row-tab {
    font-size: 13px;
    padding: 10px 0 !important;
    width: 140px !important; }

.team-card-join {
  width: 450px; }
  .team-card-join.col-one {
    margin-right: 30px; }
  .team-card-join a {
    text-decoration: none; }

.team-card-headline {
  margin: 0;
  background: #f5f5f5;
  color: #8A8C91;
  border: none;
  border-bottom: 1px solid #ddd;
  box-shadow: inset 0 1px 0 #fff;
  padding: 15px 20px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  -ms-border-radius: 4px 4px 0 0;
  -o-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
  -webkit-font-smoothing: antialiased; }
  .team-card-headline > span {
    font-size: 14px;
    margin-top: 5px; }
  .team-card-headline > a {
    font-size: 14px;
    margin-top: 5px;
    font-weight: 500;
    -webkit-font-smoothing: antialiased; }
  .team-card-headline .btn {
    margin-left: 10px;
    margin-top: 0;
    position: relative;
    top: -2px; }

.team-card-content {
  min-height: 150px;
  padding: 20px;
  line-height: 2;
  color: #757679;
  text-shadow: 0 1px #fff; }
  .team-card-content .icon-question {
    position: relative;
    left: 40%;
    top: 40px; }
  .team-card-content.no-min {
    min-height: 0; }
  .team-card-content.scrollable {
    min-height: 125px;
    max-height: 125px;
    overflow-y: auto; }

.team-card-content-placeholder {
  padding: 20px; }

.team-card-content-rows {
  padding: 0; }

.team-card-content-row {
  background: #fff;
  border-bottom: 1px solid #eee;
  border-top: 1px solid #fff; }
  .team-card-content-row a {
    font-size: 15px;
    display: block; }
  .team-card-content-row div {
    padding: 8px 20px;
    color: #8E8F92;
    font-size: 14px; }
  .team-card-content-row .row-tab {
    width: 70px;
    padding: 9px 0;
    text-align: center;
    background: #f5f5f5; }
    .team-card-content-row .row-tab.pull-right {
      border-left: 1px solid #e2e2e2;
      box-shadow: -1px 0 0 white; }
    .team-card-content-row .row-tab.pull-left {
      border-right: 1px solid #e2e2e2;
      box-shadow: 1px 0 0 #fff; }

.team-card-content-description {
  width: 90%;
  font-size: 14px; }

.team-card-footer {
  background-color: #f5f5f5;
  background: -webkit-gradient(linear, to bottom, to top, color-stop(0%, #f7f7f8), color-stop(100%, #fcfcfc));
  background: -webkit-linear-gradient(to bottom, #f7f7f8, #fcfcfc);
  background: -moz-linear-gradient(to bottom, #f7f7f8, #fcfcfc);
  background: -o-linear-gradient(to bottom, #f7f7f8, #fcfcfc);
  background: linear-gradient(to bottom, #f7f7f8, #fcfcfc);
  color: #8A8C91;
  padding: 10px 20px;
  border-top: 1px solid #ddd;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  -ms-border-radius: 0 0 4px 4px;
  -o-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px; }
  .team-card-footer .team-card-footer-action {
    display: block;
    font-weight: 500; }

.team-description-footer span {
  margin-right: 35px;
  font-size: 14px; }

.team-card-footer-stats {
  position: relative;
  top: 10px; }
  .team-card-footer-stats span {
    font-size: 15px; }

.team-member-pic {
  margin: 0 10px 10px 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px; }
  .team-member-pic.col-one {
    margin-left: 4px; }
  .team-member-pic a {
    text-decoration: none; }
  .team-member-pic .btn {
    background: #f5f5f5;
    opacity: 1;
    color: #8A8C91;
    text-shadow: 0 1px 0 #fff;
    font-weight: 700; }
  .team-member-pic > img, .team-member-pic .btn {
    display: block;
    border: none;
    border-bottom: 1px solid #E2DFDF;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    -ms-border-radius: 0 0 4px 4px;
    -o-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px; }
  .team-member-pic > img {
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    -ms-border-radius: 4px 4px 0 0;
    -o-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0; }

/******** Profile specific ************/
.user-profile-pic {
  margin-right: 3%;
  position: relative;
  display: block; }
  .user-profile-pic .user-profile-pic-label {
    background: #727D88;
    position: absolute;
    left: 0;
    bottom: 0;
    right: -5px;
    text-align: center;
    text-shadow: 0 1px 0 #5A5C61;
    color: #FFF;
    opacity: .85;
    font-weight: 700;
    border-top: 1px solid #b6b7b9;
    -webkit-font-smoothing: antialiased; }
  .user-profile-pic img {
    padding: 5px;
    background: #FCFCFC;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
    border: 1px solid #ddd; }

.user-card {
  width: 510px; }
  .user-card .team-card-content {
    min-height: 117px; }
  .user-card.user-languages-card {
    margin-right: 23px;
    margin-left: 0; }
  .user-card.user-bio-card {
    width: 785px; }

.user-card-large {
  width: 758px; }

.user-card-small {
  width: 217px;
  margin-left: 3%; }

.user-github-account .team-card-headline {
  display: block;
  padding: 7px;
  text-align: center;
  text-decoration: none; }

#inviteMembers form, #joinTeam form {
  margin-bottom: 0; }
#inviteMembers textarea, #joinTeam textarea {
  height: 100px; }
#inviteMembers input, #joinTeam input {
  width: 200px;
  padding: 10px; }

.about {
  background-color: #FDFDFD;
  background: url(../img/gray_texture_background.jpg); }
  .about .sub-navbar {
    position: fixed;
    z-index: 10;
    top: 59px;
    width: 100%;
    background-color: #D4D5D8;
    background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f7f7f8), color-stop(100%, #d4d5d8));
    background: -webkit-linear-gradient(top, #f7f7f8, #d4d5d8);
    background: -moz-linear-gradient(top, #f7f7f8, #d4d5d8);
    background: -o-linear-gradient(top, #f7f7f8, #d4d5d8);
    background: linear-gradient(top, #f7f7f8, #d4d5d8);
    border-bottom: 1px solid #9dacaf; }
    .about .sub-navbar .sub-navbar-inner {
      width: 1040px;
      margin-left: 137px; }
      .about .sub-navbar .sub-navbar-inner a {
        padding: 10px 20px 10px;
        font-weight: 600; }
        .about .sub-navbar .sub-navbar-inner a:hover {
          background-color: #d4d5d8;
          background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #dddde6), color-stop(100%, #c9cdcf));
          background: -webkit-linear-gradient(top, #dddde6, #c9cdcf);
          background: -moz-linear-gradient(top, #dddde6, #c9cdcf);
          background: -o-linear-gradient(top, #dddde6, #c9cdcf);
          background: linear-gradient(top, #dddde6, #c9cdcf);
          color: #777777 !important; }
    .about .sub-navbar .divider-vertical {
      margin: 0;
      border-left: 1px solid #CAC6C6;
      border-right: 1px solid #fdfdfd; }
  .about .container {
    position: relative;
    margin: 155px auto 40px auto;
    width: 1000px;
    background: white;
    padding: 45px 12px 12px 12px;
    border: 1px solid #dfd9d9;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    box-shadow: 1px 0px 0px #dbe1e6; }
    .about .container.raised {
      margin-top: 0;
      background: transparent;
      border: none;
      box-shadow: none; }
    .about .container div, .about .container p {
      font-size: 14px;
      color: #142F65;
      line-height: 2; }
    .about .container a {
      font-size: 14px; }
    .about .container h3 {
      color: #177997;
      margin-top: 10px;
      font-size: 24px; }
    .about .container h4 {
      font-size: 18px;
      margin: 20px 0 0 0; }
    .about .container .code-block {
      margin: 20px 10px; }
  .about #article-headline {
    position: absolute;
    top: -37px;
    display: inline-block;
    background-color: #F2F3F5;
    background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #f2f3f5));
    background: -webkit-linear-gradient(top, #ffffff, #f2f3f5);
    background: -moz-linear-gradient(top, #ffffff, #f2f3f5);
    background: -o-linear-gradient(top, #ffffff, #f2f3f5);
    background: linear-gradient(top, #ffffff, #f2f3f5);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    padding: 10px;
    border: 1px solid #d8d8d8;
    color: #1F222B;
    box-shadow: 1px 1px 0px #c0c6c9; }
    .about #article-headline:after {
      content: "";
      position: absolute;
      right: -21px;
      top: 5px;
      width: 0px;
      height: 0px;
      border-top: 10px solid transparent;
      border-bottom: 10px solid #CCD4DB;
      border-right: 10px solid transparent;
      border-left: 10px solid #CCD4DB;
      box-shadow: 0 1px 0px #b0b8c0; }
    .about #article-headline span {
      font-size: inherit;
      color: #177997; }
  .about .section-subheader {
    width: 770px;
    padding: 10px 0;
    margin: 0 auto 20px auto;
    border-top: 1px solid #eee6e6;
    border-bottom: 1px solid #eee6e6; }
    .about .section-subheader p:last-child {
      margin-bottom: 0; }
    .about .section-subheader .mini-title {
      font-size: 18px;
      margin-left: 10px; }
  .about #first-header {
    margin-top: -20px; }
  .about .section {
    padding: 30px 10px;
    border-bottom: 1px solid #eee6e6; }
    .about .section p {
      width: 750px;
      margin: 0 0 10px 10px; }
    .about .section:last-child {
      border-bottom: none; }
    .about .section pre {
      width: 750px; }
  .about .section-highlight {
    background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(5%, #ffffff), color-stop(55%, #f7f9fa), color-stop(60%, #fcfcfc), color-stop(100%, #ffffff));
    background: -webkit-linear-gradient(top, #ffffff 5%, #f7f9fa 55%, #fcfcfc 60%, #ffffff);
    background: -moz-linear-gradient(top, #ffffff 5%, #f7f9fa 55%, #fcfcfc 60%, #ffffff);
    background: -o-linear-gradient(top, #ffffff 5%, #f7f9fa 55%, #fcfcfc 60%, #ffffff);
    background: linear-gradient(top, #ffffff 5%, #f7f9fa 55%, #fcfcfc 60%, #ffffff); }
  .about .section-half {
    width: 460px; }
    .about .section-half:first-child {
      margin-right: 50px; }
    .about .section-half.text-half {
      margin-top: 60px; }
    .about .section-half h4 {
      font-size: 22px;
      margin-bottom: 20px;
      color: #177997; }
  .about .img-tall {
    margin-right: 10px; }
  .about .inner-wrapper {
    min-height: 145px; }
    .about .inner-wrapper h2 {
      margin-top: 0; }
    .about .inner-wrapper h2, .about .inner-wrapper h4 {
      padding-bottom: 10px; }
    .about .inner-wrapper p {
      margin: 20px 0;
      font-size: 14px; }
  .about .demo {
    margin-bottom: 20px; }
  .about .cli-demo {
    margin: 20px 0 20px 6px; }
  .about .token-wrapper {
    background-color: #d4d5d8;
    background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(5%, #ffffff), color-stop(30%, #fdfdfd), color-stop(51%, #f8f8f8));
    background: -webkit-linear-gradient(top, #ffffff 5%, #fdfdfd 30%, #f8f8f8 51%);
    background: -moz-linear-gradient(top, #ffffff 5%, #fdfdfd 30%, #f8f8f8 51%);
    background: -o-linear-gradient(top, #ffffff 5%, #fdfdfd 30%, #f8f8f8 51%);
    background: linear-gradient(top, #ffffff 5%, #fdfdfd 30%, #f8f8f8 51%);
    width: 220px;
    padding: 5px 10px;
    margin: 0 0 30px 103px;
    font-weight: 600;
    font-size: 16px !important;
    border: 1px solid #ddd2d2;
    box-shadow: 1px 1px 0 #bfc2c4;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px; }
    .about .token-wrapper .token-content {
      margin-left: 10px;
      font-size: 16px !important;
      font-weight: 700 !important;
      color: #177997; }

.splash .jumbotron {
  height: 630px;
  position: relative;
  width: 100%;
  padding-top: 20px;
  text-align: center;
  font-size: 21px;
  color: #fff;
  color: rgba(255, 255, 255, 0.75);
  background: #353d53 url(../img/splash_demo_mini.jpg);
  background-size: cover;
  box-shadow: 0 2px 0 #D2D2D5;
  font-family: 'Cabin', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased; }
  .splash .jumbotron .container {
    margin-top: 0; }
  .splash .jumbotron .jumbo-title {
    position: relative;
    left: 150px;
    width: 260px;
    margin: 50px auto 50px auto;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5); }
    .splash .jumbotron .jumbo-title a {
      color: #fff; }
  .splash .jumbotron .jumbo-footer {
    position: absolute;
    background: #1f1c1c;
    opacity: .75;
    left: 0;
    right: 0;
    bottom: 0;
    color: #f2f4f7;
    padding: 30px 0;
    font-size: 21px; }
  .splash .jumbotron .dropdown-container {
    position: relative;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; }
  .splash .jumbotron h1, .splash .jumbotron p {
    text-rendering: optimizeLegibility; }
  .splash .jumbotron h1 {
    width: 260px;
    color: #fff;
    font-size: 55px;
    line-height: 1;
    font-weight: 300;
    letter-spacing: -1px; }
  .splash .jumbotron p {
    color: rgba(255, 255, 255, 0.85);
    font-size: 20px;
    font-style: italic;
    line-height: 1; }
.splash .container {
  margin-top: 0;
  width: 1040px; }
.splash .section {
  position: relative;
  padding: 50px 0;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.4);
  text-align: center;
  color: #fff;
  font-weight: 400;
  -webkit-font-smoothing: antialiased; }
  .splash .section h4 {
    font-size: 22px;
    line-height: 1.3;
    -webkit-font-smoothing: antialiased; }
  .splash .section p {
    font-size: 18px;
    line-height: 1.5; }
.splash .section-sidebar {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 7px;
  background: #C6CAC7; }
.splash .courses-section {
  padding: 60px;
  color: #5A6161;
  text-shadow: 1px 1px 0 #fff;
  font-weight: 300;
  -webkit-font-smoothing: antialiased; }
  .splash .courses-section .course {
    color: #5A6161;
    text-shadow: 1px 1px 0 #fff;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    cursor: pointer; }
  .splash .courses-section img {
    height: 109px;
    width: 225px;
    margin-bottom: 20px; }
  .splash .courses-section h2 {
    margin: 0 0 70px 0;
    font-weight: 200;
    font-size: 40px; }
  .splash .courses-section h4 {
    font-weight: 200; }
.splash .features-section {
  background: #1C1D1C; }
.splash .features-item {
  width: 284px;
  padding: 40px 20px;
  margin-left: 20px; }
  .splash .features-item:first-child {
    margin-left: 0; }
  .splash .features-item .icon-stack-base {
    opacity: .5;
    color: transparent; }
.splash .testimonials-section {
  background: #30443E;
  background: #2D3634;
  color: #fff; }
  .splash .testimonials-section h2 {
    margin: -50px 0 0 0;
    padding: 40px 0;
    border-bottom: 1px solid #707070;
    box-shadow: 0 1px 0 #999b9a;
    font-size: 40px;
    font-weight: 300; }
.splash .testimonial-item {
  margin: 70px; }
.splash .testimonial-author {
  margin: 0 40px; }
  .splash .testimonial-author img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%; }
  .splash .testimonial-author:nth-child(odd) {
    margin-left: 0; }
  .splash .testimonial-author:nth-child(even) {
    margin-right: 0; }
.splash .testimonial-content {
  width: 670px;
  margin: 0 auto;
  text-align: left;
  font-style: italic; }
  .splash .testimonial-content .icon-quote-right {
    position: absolute; }
.splash .testimonial-author-name {
  font-size: 13px; }
.splash .refund-section {
  padding: 100px 0;
  background: #fff;
  color: #878a8d;
  text-shadow: 0 1px 0 #fff; }
  .splash .refund-section h2 {
    font-size: 40px;
    font-weight: 300;
    color: #1C1D1C; }
  .splash .refund-section h5 {
    color: #2D3634; }

.class {
  background: #e9eaec; }
  .class .wrapper {
    margin-bottom: 40px; }
  .class .container {
    width: 1040px; }
  .class .jumbotron {
    margin-bottom: 40px;
    padding: 70px 0;
    background-color: #fff;
    background: white url(../img/brillant.png);
    border-bottom: 1px solid #d1d1d1;
    box-shadow: 0 1px 0 #e1e1e2; }
    .class .jumbotron .container {
      margin-top: 0; }
    .class .jumbotron h1, .class .jumbotron h2 {
      margin: 0;
      font-weight: 300;
      line-height: 1.5;
      color: #444444; }
    .class .jumbotron h1 {
      font-size: 30px; }
    .class .jumbotron h2 {
      font-size: 18px; }
    .class .jumbotron .call-to-action {
      width: 225px;
      padding: 10px;
      position: relative; }
      .class .jumbotron .call-to-action #class-payment {
        display: block;
        width: 205px;
        margin: 0 auto 10px auto;
        background: #353d53 url(../img/concrete_wall_bg.png);
        background: #66A1D8;
        -webkit-font-smoothing: antialiased;
        padding: 16px 20px;
        font-weight: 500;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        -o-border-radius: 4px;
        border-radius: 4px; }
      .class .jumbotron .call-to-action p {
        text-align: center;
        font-weight: 500;
        text-shadow: 1px 1px 0 #fff; }
      .class .jumbotron .call-to-action img {
        position: absolute;
        left: 65px; }
      .class .jumbotron .call-to-action .dropdown-menu {
        left: 12px !important;
        top: 54px !important;
        width: 174px !important; }
        .class .jumbotron .call-to-action .dropdown-menu li > a {
          background-color: #f7f7f8;
          background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f7f7f8), color-stop(100%, #e8e9ec));
          background: -webkit-linear-gradient(top, #f7f7f8, #e8e9ec);
          background: -moz-linear-gradient(top, #f7f7f8, #e8e9ec);
          background: -o-linear-gradient(top, #f7f7f8, #e8e9ec);
          background: linear-gradient(top, #f7f7f8, #e8e9ec);
          color: #0b0e16;
          border-bottom: 1px solid #B1B4B8;
          -webkit-box-shadow: none;
          -moz-box-shadow: none;
          box-shadow: none; }
          .class .jumbotron .call-to-action .dropdown-menu li > a:hover {
            background-color: #fff;
            background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #f9faff));
            background: -webkit-linear-gradient(top, #ffffff, #f9faff);
            background: -moz-linear-gradient(top, #ffffff, #f9faff);
            background: -o-linear-gradient(top, #ffffff, #f9faff);
            background: linear-gradient(top, #ffffff, #f9faff); }
  .class pre {
    background: #fff;
    border: none;
    font-family: Helvetica;
    font-size: 14px;
    font-weight: 300;
    color: #646466;
    line-height: 1.7;
    text-shadow: 1px 1px 0 #fff; }
  .class .main-container {
    position: relative;
    margin-top: 30px; }
  .class #class-share-btns {
    position: absolute;
    left: -60px;
    top: 40px; }
    .class #class-share-btns span {
      display: block; }
  .class .main {
    width: 750px; }
    .class .main .content-section {
      margin-bottom: 30px;
      background: #fff;
      border: 1px solid #ddd;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      -ms-border-radius: 4px;
      -o-border-radius: 4px;
      border-radius: 4px; }
      .class .main .content-section .class-demo {
        display: block;
        margin: 30px 0; }
      .class .main .content-section h4 {
        font-weight: 400;
        color: #4b5253; }
    .class .main .content-section-header {
      padding: 10px;
      width: 120px;
      font-weight: 500;
      font-size: 14px;
      background: #f9f9fa;
      border-bottom: 1px solid #ddd;
      border-right: 1px solid #ddd;
      color: #5b5f66;
      -webkit-border-radius: 4px 0 4px 0;
      -moz-border-radius: 4px 0 4px 0;
      -ms-border-radius: 4px 0 4px 0;
      -o-border-radius: 4px 0 4px 0;
      border-radius: 4px 0 4px 0;
      -webkit-font-smoothing: antialiased; }
    .class .main .content-section-header-alt {
      margin-left: 607px;
      border-right: none;
      border-left: 1px solid #ddd;
      -webkit-border-radius: 0 4px 0 4px;
      -moz-border-radius: 0 4px 0 4px;
      -ms-border-radius: 0 4px 0 4px;
      -o-border-radius: 0 4px 0 4px;
      border-radius: 0 4px 0 4px; }
    .class .main .content-section-body {
      padding: 30px; }
      .class .main .content-section-body h5 {
        margin-top: 25px; }
        .class .main .content-section-body h5:first-child {
          margin-top: 0; }
      .class .main .content-section-body p {
        width: 650px;
        font-size: 14px;
        font-weight: 300;
        color: #646466;
        line-height: 2;
        text-shadow: 1px 1px 0 #fff; }
      .class .main .content-section-body li {
        font-size: 14px;
        font-weight: 300;
        color: #646466;
        text-shadow: 1px 1px 0 #fff; }
        .class .main .content-section-body li a {
          font-weight: 400; }
    .class .main .instructor-bio {
      margin-left: 40px; }
      .class .main .instructor-bio p, .class .main .instructor-bio > div {
        width: 430px; }
    .class .main .information-section .content-section-header {
      padding: 0;
      background: #fff;
      width: inherit; }
      .class .main .information-section .content-section-header a {
        width: 373px;
        text-align: center;
        padding: 20px 0;
        border-right: 1px solid rgba(195, 202, 206, 0.6);
        box-shadow: 1px 0px 0 #e3e9eb;
        color: #6c7381; }
        .class .main .information-section .content-section-header a.active {
          background: #f9f9fa; }
        .class .main .information-section .content-section-header a:first-child {
          width: 372px; }
    .class .main .information-section .content-section-body {
      padding: 0; }
    .class .main .information-section #syllabus ul li {
      float: left;
      padding: 20px;
      border-bottom: 1px solid rgba(214, 217, 223, 0.6); }
      .class .main .information-section #syllabus ul li.class-title {
        width: 567px; }
      .class .main .information-section #syllabus ul li.class-date {
        width: 120px;
        padding: 20px 10px;
        background: #f5f5f5;
        color: #8E8F92;
        text-shadow: 1px 1px 0 #fff;
        border-left: 1px solid #e2e2e2; }
    .class .main .information-section #faq ul {
      padding: 20px;
      border-bottom: 1px solid rgba(214, 217, 223, 0.6); }
      .class .main .information-section #faq ul li:last-child {
        line-height: 2;
        margin-top: 15px;
        width: 630px; }
    .class .main h2 {
      color: #444444;
      font-size: 22px;
      font-weight: 400;
      line-height: 1.5;
      font-family: Cabin, 'Helvetica Neue', Helvetica, Arial, sans-serif;
      -webkit-font-smoothing: antialiased; }
  .class .aside, .class .fixed-aside {
    width: 250px;
    background: transparent; }
    .class .aside > ul, .class .fixed-aside > ul, .class .aside > div, .class .fixed-aside > div {
      margin-bottom: 30px; }
    .class .aside ul, .class .fixed-aside ul {
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      -ms-border-radius: 4px;
      -o-border-radius: 4px;
      border-radius: 4px;
      border-left: 1px solid rgba(201, 201, 201, 0.6);
      border-right: 1px solid rgba(201, 201, 201, 0.6);
      border-bottom: 1px solid rgba(201, 201, 201, 0.6); }
      .class .aside ul li, .class .fixed-aside ul li {
        position: relative;
        background-color: #f9f9fa;
        margin-top: 1px;
        padding: 11px 14px;
        color: #555;
        font-size: 14px;
        border-top: 1px solid rgba(255, 255, 255, 0.6);
        -webkit-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.07);
        -moz-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.07);
        box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.07); }
        .class .aside ul li:first-child, .class .fixed-aside ul li:first-child {
          background: #fff;
          -webkit-border-radius: 4px 4px 0 0;
          -moz-border-radius: 4px 4px 0 0;
          -ms-border-radius: 4px 4px 0 0;
          -o-border-radius: 4px 4px 0 0;
          border-radius: 4px 4px 0 0; }
          .class .aside ul li:first-child span, .class .fixed-aside ul li:first-child span {
            font-weight: 600; }
        .class .aside ul li:last-child, .class .fixed-aside ul li:last-child {
          -webkit-border-radius: 0 0 4px 4px;
          -moz-border-radius: 0 0 4px 4px;
          -ms-border-radius: 0 0 4px 4px;
          -o-border-radius: 0 0 4px 4px;
          border-radius: 0 0 4px 4px; }
    .class .aside .aside-section, .class .fixed-aside .aside-section {
      background: #fff;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      -ms-border-radius: 4px;
      -o-border-radius: 4px;
      border-radius: 4px; }
      .class .aside .aside-section .aside-section-header, .class .fixed-aside .aside-section .aside-section-header {
        padding: 10px 20px;
        border-bottom: 1px solid rgba(195, 202, 206, 0.6);
        margin: 0;
        box-shadow: 0 1px 0 #e3e9eb; }
      .class .aside .aside-section .aside-section-body, .class .fixed-aside .aside-section .aside-section-body {
        padding: 20px; }
      .class .aside .aside-section .aside-section-footer, .class .fixed-aside .aside-section .aside-section-footer {
        padding: 10px 20px;
        background: #f9f9fa;
        border-top: 1px solid rgba(255, 255, 255, 0.6);
        -webkit-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.07);
        -moz-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.07);
        box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.07);
        color: #727579;
        font-weight: 600;
        text-shadow: 1px 1px 0 #fff;
        -webkit-font-smoothing: antialiased; }
    .class .aside .guarantee-section, .class .fixed-aside .guarantee-section {
      text-align: center; }
    .class .aside .preview-section h5, .class .fixed-aside .preview-section h5 {
      color: #555;
      font-size: 14px; }
    .class .aside .preview-section .aside-section-body, .class .fixed-aside .preview-section .aside-section-body {
      padding: 0; }
    .class .aside .preview-section .aside-section-footer, .class .fixed-aside .preview-section .aside-section-footer {
      border-bottom: 1px solid rgba(179, 181, 189, 0.6);
      -webkit-border-radius: 0 0 4px 4px;
      -moz-border-radius: 0 0 4px 4px;
      -ms-border-radius: 0 0 4px 4px;
      -o-border-radius: 0 0 4px 4px;
      border-radius: 0 0 4px 4px; }
    .class .aside .course-reviews-section .aside-section-body, .class .fixed-aside .course-reviews-section .aside-section-body {
      font-size: 13px;
      font-weight: 300;
      color: #646466;
      line-height: 2;
      text-shadow: 1px 1px 0 #fff; }
      .class .aside .course-reviews-section .aside-section-body i, .class .fixed-aside .course-reviews-section .aside-section-body i {
        color: #646466; }
      .class .aside .course-reviews-section .aside-section-body > div, .class .fixed-aside .course-reviews-section .aside-section-body > div {
        margin-top: 30px; }
        .class .aside .course-reviews-section .aside-section-body > div:first-child, .class .fixed-aside .course-reviews-section .aside-section-body > div:first-child {
          margin-top: 0; }
    .class .aside .course-reviews-section .review-author-name, .class .fixed-aside .course-reviews-section .review-author-name {
      font-weight: 500;
      color: #757577; }

.problem-set {
  background: #fff;
  overflow: hidden; }
  .problem-set .wrapper {
    overflow: hidden; }
  .problem-set .inner-wrapper {
    margin-bottom: 0; }
  .problem-set .btn-group > .btn:first-child {
    font-weight: 600; }
  .problem-set .btn.disabled {
    box-shadow: 1px 0 1px #e0dfdf; }
  .problem-set section {
    padding: 0; }
  .problem-set pre {
    margin: 0 0 3px;
    overflow: auto;
    max-height: 250px;
    margin: 0;
    line-height: 1.5;
    font-size: 12px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0; }
    .problem-set pre span {
      font-size: 10px; }
    .problem-set pre.bash-output {
      padding-left: 35px;
      background: #fcfcfc;
      border-top: none;
      border-bottom: none;
      border-radius: 0;
      margin: 0;
      box-shadow: none; }
    .problem-set pre code {
      word-break: normal; }
      .problem-set pre code span {
        white-space: pre !important; }
  .problem-set .sub-navbar {
    display: none; }

#problem-nav {
  width: 320px;
  position: absolute;
  top: 59px;
  left: 0;
  z-index: 20;
  background: #fff; }

#problem-nav-header {
  position: relative;
  border-bottom: 1px solid #e6e4e4;
  background-color: rgba(255, 255, 255, 0.87);
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(50%, #ffffff), color-stop(51%, #f8f8f8));
  background: -webkit-linear-gradient(top, #ffffff 50%, #f8f8f8 51%);
  background: -moz-linear-gradient(top, #ffffff 50%, #f8f8f8 51%);
  background: -o-linear-gradient(top, #ffffff 50%, #f8f8f8 51%);
  background: linear-gradient(top, #ffffff 50%, #f8f8f8 51%);
  margin: 0;
  padding: 4px 20px;
  line-height: 31px;
  color: #4E566D;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  text-shadow: 1px 1px 0 #fff; }
  #problem-nav-header a {
    font-size: 15px;
    color: #6F7477; }
  #problem-nav-header .btn {
    position: absolute;
    right: 10px;
    top: 5px; }

#problem-nav-body {
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  height: 800px;
  overflow-y: auto; }
  #problem-nav-body h4 {
    font-size: 25px;
    color: #424242;
    line-height: 1.15;
    font-weight: bold; }
  #problem-nav-body p {
    margin: 0 0 10px 0;
    color: #333;
    font-size: 15px;
    line-height: 1.5; }
  #problem-nav-body li {
    position: relative; }
    #problem-nav-body li .edit-problem {
      position: absolute;
      top: 7px;
      right: 10px; }
    #problem-nav-body li .problem-item {
      display: block;
      padding: 12px 20px;
      background: #f7f7f7;
      border-bottom: 1px solid #dadfe2;
      box-shadow: 0 1px 0 white;
      font-weight: 600;
      font-size: 14px;
      color: #005987; }

#problem-nav-footer > a, #problem-nav-footer > span {
  width: 160px;
  text-align: center;
  border: 1px solid #c9cbcc;
  padding: 15px 0;
  font-size: 14px;
  font-weight: 700; }
  #problem-nav-footer > a:last-child, #problem-nav-footer > span:last-child {
    width: 158px;
    border-left: none;
    border-right: none; }
#problem-nav-footer > a {
  color: #005987; }
#problem-nav-footer > span {
  color: #A3A6A7; }
#problem-nav-footer .icon-stack {
  font-size: 12px; }

#problem-main {
  background: #202020;
  margin-left: 320px;
  margin-right: 0;
  border-bottom: 1px solid #dad7d7;
  -webkit-transition-property: margin-left, margin-right;
  -moz-transition-property: margin-left, margin-right;
  -o-transition-property: margin-left, margin-right;
  transition-property: margin-left, margin-right;
  -webkit-transition-duration: 0.44s;
  -moz-transition-duration: 0.44s;
  -o-transition-duration: 0.44s;
  transition-duration: 0.44s; }

#problem-main-header {
  font-size: 15px;
  background-color: #252627;
  border-bottom: 1px solid #bbb9b9;
  color: #fff;
  font-family: "Open Sans", "Hevetica Neue", "Helvetica", sans-serif;
  -webkit-font-smoothing: antialiased; }
  #problem-main-header span {
    background: #272822;
    border-right: 1px solid #4b4e50;
    border-left: 1px solid #4b4e50;
    display: inline-block;
    margin-left: 41px;
    position: relative;
    top: 3px;
    padding: 7px 10px;
    border-top: 1px solid #4b4e50;
    opacity: .7;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s; }
    #problem-main-header span a {
      color: #fff;
      text-decoration: none; }
    #problem-main-header span.active {
      opacity: 1;
      top: .5px;
      padding: 10px 15px; }
    #problem-main-header span:hover {
      opacity: 1; }
    #problem-main-header span:last-child {
      margin-left: -5px; }

#problem-ide {
  padding-right: 80px;
  position: relative; }

#ide-editor {
  height: 918px; }

#ide-actions {
  background: #272822;
  text-align: center;
  width: 80px;
  border-top: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 800;
  height: 614px; }
  #ide-actions .btn-ide {
    width: 80px;
    margin: 0;
    padding: 15px 10px;
    background: #2F3129;
    position: relative;
    top: 0.45px;
    display: block;
    border: none;
    border-bottom: 1px solid #6B6F70;
    border-left: 1px solid #6B6F70;
    color: #F3F4F6;
    text-shadow: 1px 1px 0 #000;
    box-shadow: 0 1px 0 #1c1d1f; }

#problem-main-footer {
  background-color: #32373b;
  border-top: 1px solid #0b0e10;
  padding: 15px 20px;
  font-family: "Open Sans", "Hevetica Neue", "Helvetica", sans-serif; }
  #problem-main-footer .btn {
    margin-right: 15px;
    padding: 6px 15px; }
  #problem-main-footer > span {
    color: #fff;
    -webkit-font-smoothing: antialiased;
    margin-left: 30px;
    font-size: 14px; }
    #problem-main-footer > span a {
      font-size: inherit; }

* {
  margin: 0; }

html, body {
  height: 100%; }

html {
  position: relative; }

div, p, span, li, a, section, article, aside {
  font-size: 13px; }

ul {
  margin: 0; }

pre {
  -webkit-transition: all .5 linear; }

body {
  background: url(../img/light_diagonal_bg.png); }

a, span {
  font-size: inherit; }

.outer-wrapper {
  min-height: 100%;
  margin-bottom: -90px; }

.inner-wrapper {
  margin-bottom: 90px; }

.outer-wrapper:after {
  content: "";
  display: block; }

.footer {
  clear: both;
  position: relative;
  padding: 35px 0;
  background: #fbfbfb;
  border-top: 1px solid #dbdfe0;
  color: #8b8c8f;
  text-shadow: 1px 1px 0 #fff; }
  .footer a {
    font-weight: 600;
    color: #8b8c8f;
    text-shadow: 1px 1px 0 #fff; }
  .footer .container {
    margin-top: 0; }

.container {
  margin-top: 30px; }

.main-container {
  margin-top: 50px; }

.fat-container {
  width: 1040px; }

.ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis; }

.standardized-label {
  padding: 5px 3px;
  font-size: 13px;
  width: 47px;
  text-align: center; }

.label-important {
  background: -webkit-gradient(linear, to bottom, to top, color-stop(0%, #ee5f5b), color-stop(100%, #bd362f));
  background: -webkit-linear-gradient(to bottom, #ee5f5b, #bd362f);
  background: -moz-linear-gradient(to bottom, #ee5f5b, #bd362f);
  background: -o-linear-gradient(to bottom, #ee5f5b, #bd362f);
  background: linear-gradient(to bottom, #ee5f5b, #bd362f);
  border: 1px solid #c51e1e;
  text-shadow: 1px 1px 0px #660606;
  box-shadow: 0px 1px 1px rgba(145, 136, 136, 0.6); }

.label-warning {
  background: -webkit-gradient(linear, to bottom, to top, color-stop(0%, #fbb450), color-stop(100%, #f89406));
  background: -webkit-linear-gradient(to bottom, #fbb450, #f89406);
  background: -moz-linear-gradient(to bottom, #fbb450, #f89406);
  background: -o-linear-gradient(to bottom, #fbb450, #f89406);
  background: linear-gradient(to bottom, #fbb450, #f89406);
  border: 1px solid #ee921d;
  text-shadow: 1px 1px 1px #b47320;
  box-shadow: 0px 1px 1px rgba(145, 136, 136, 0.6); }

.label-success {
  background: -webkit-gradient(linear, to bottom, to top, color-stop(0%, #62c462), color-stop(100%, #51a351));
  background: -webkit-linear-gradient(to bottom, #62c462, #51a351);
  background: -moz-linear-gradient(to bottom, #62c462, #51a351);
  background: -o-linear-gradient(to bottom, #62c462, #51a351);
  background: linear-gradient(to bottom, #62c462, #51a351);
  border: 1px solid #1ba31c;
  text-shadow: 1px 1px 1px #136914;
  box-shadow: 0px 1px 1px rgba(145, 136, 136, 0.6); }

.btn-clear {
  background: transparent;
  border: 1px solid #fff;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.5);
  font-weight: 500;
  color: #fff;
  -webkit-font-smoothing: antialiased; }
  .btn-clear:hover {
    background: transparent;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.5);
    color: #fff; }

.clear {
  clear: both; }

.light-hidden {
  display: none; }

.hidden {
  display: none !important; }

.invisible {
  visibility: none !important; }

.opaque {
  opacity: 0;
  visibility: none !important; }

.positioned-off-page {
  left: -2000px;
  position: absolute; }

.flattened {
  height: 0 !important; }

.uppercase {
  text-transform: uppercase; }

.white-bg {
  background: #fff; }

.center-align {
  text-align: center !important; }

.no-border-top {
  border-top: none; }

.no-min-height {
  min-height: inherit !important; }

.no-user-selection {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.hover-cursor:hover {
  cursor: pointer !important; }

.body-popover {
  display: none; }

.body-popover-content {
  display: block;
  padding: 11px;
  position: absolute;
  z-index: 1000;
  background: #fff;
  font-size: 17px;
  border: 1px solid #E4E4E4;
  border-left: none; }

.errorlist li {
  color: red; }

.alert-error {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0; }

.error-wrapper input {
  border-color: #ad1616;
  color: #ad1616; }
.error-wrapper .error-label {
  color: #ad1616; }

.input-error {
  background-color: #f2dede;
  border-bottom: 1px solid #f1a0ac;
  color: #b94a48;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  padding: 10px 20px;
  font-weight: 500;
  font-size: 16px; }

.input-error-msg {
  color: #b94a48; }

.btn-inverse {
  -webkit-font-smoothing: antialiased; }

.tscplayer_inline {
  position: static;
  margin: 30px;
  width: 720px;
  height: 450px;
  z-index: 9999; }

.tscplayer_fullframe {
  position: absolute;
  top: 0px;
  left: 0px;
  margin: 0px;
  padding: 0px;
  z-index: 9999; }

.html5-perm-alert {
  display: none;
  padding: 4px 12px;
  position: absolute;
  z-index: 100000;
  top: 0px;
  right: 32px;
  -webkit-font-smoothing: antialiased;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  -ms-border-radius: 0 0 4px 4px;
  -o-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px; }
  .html5-perm-alert.active {
    display: block; }

.modal-body {
  overflow-y: visible; }
  .modal-body p, .modal-body a {
    font-size: 14px;
    line-height: 1.7; }

.modal-backdrop {
  background: -webkit-gradient(radial, 50%, 0, 50%, 100, color-stop(0%, rgba(0, 0, 0, 0.4)), color-stop(100%, rgba(0, 0, 0, 0.9)));
  background: -webkit-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.9) 100%);
  background: -moz-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.9) 100%);
  background: -o-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.9) 100%);
  background: radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.9) 100%); }

.modal-light {
  color: #353d53; }
  .modal-light h3 {
    color: #353d53;
    font-weight: 500;
    text-shadow: none;
    font-size: 23px;
    padding: 2px 0; }
  .modal-light h4 {
    font-size: 16px; }
  .modal-light .modal-header {
    text-align: center;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -ms-border-radius: 5px 5px 0 0;
    -o-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    background-color: #f5f5f5;
    background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(26%, #ffffff), color-stop(65%, #f5f5f5));
    background: -webkit-linear-gradient(top, #ffffff 26%, #f5f5f5 65%);
    background: -moz-linear-gradient(top, #ffffff 26%, #f5f5f5 65%);
    background: -o-linear-gradient(top, #ffffff 26%, #f5f5f5 65%);
    background: linear-gradient(top, #ffffff 26%, #f5f5f5 65%);
    color: #C3C6E2;
    text-shadow: 1px 1px 0px #08325F;
    border-bottom: 1px solid #CCCFD5; }
  .modal-light .modal-body {
    background: #E7EBF7;
    background: white url(../img/brillant.png);
    color: #121635;
    padding: 20px 15px;
    text-align: center;
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    -ms-border-radius: 0 0 5px 5px;
    -o-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px; }
  .modal-light .modal-footer {
    padding: 16px 15px; }
    .modal-light .modal-footer .pull-left {
      margin-right: 8px; }
  .modal-light .modal-scrollable {
    max-height: 300px;
    overflow: auto; }
  .modal-light .modal-tight-content {
    font-size: 14px;
    width: 440px;
    margin-bottom: 20px; }

.sep-ball {
  height: 12px;
  width: 12px;
  display: inline-block;
  border-radius: 50%;
  padding: 0;
  margin-right: 10px; }

.dropdown-menu {
  padding-top: 0;
  padding-bottom: 0; }
  .dropdown-menu li:first-child > a {
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -ms-border-radius: 5px 5px 0 0;
    -o-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0; }
  .dropdown-menu li:last-child > a {
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    -ms-border-radius: 0 0 5px 5px;
    -o-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px; }
  .dropdown-menu li:only-child > a {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px; }
  .dropdown-menu li > a {
    background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(25%, #ffffff), color-stop(41%, #fcfdfd), color-stop(89%, #ffffff));
    background: -webkit-linear-gradient(top, #ffffff 25%, #fcfdfd 41%, #ffffff 89%);
    background: -moz-linear-gradient(top, #ffffff 25%, #fcfdfd 41%, #ffffff 89%);
    background: -o-linear-gradient(top, #ffffff 25%, #fcfdfd 41%, #ffffff 89%);
    background: linear-gradient(top, #ffffff 25%, #fcfdfd 41%, #ffffff 89%);
    color: #353d53;
    display: block;
    box-shadow: inset 0 1px 0 white;
    background-color: #fff;
    border-bottom: 1px solid #FAFCFD; }
    .dropdown-menu li > a i {
      position: relative;
      top: -1px;
      right: 0px; }

.introjs-tooltip ul {
  list-style-type: square;
  list-style-position: inside; }
.introjs-tooltip li {
  margin: 5px;
  font-size: 14px; }

.introjs-helperLayer {
  position: fixed; }

.introjs-helperNumberLayer {
  top: 0;
  left: -30px; }

.introjs-fixParent {
  z-index: 10000000 !important; }

input::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #C3C5CA; }

input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #C3C5CA; }

input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #C3C5CA; }

input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #C3C5CA; }

.btn-primary {
  background-color: #353d53;
  background: -webkit-gradient(linear, to bottom, to top, color-stop(0%, #6c7caa), color-stop(100%, #353d53));
  background: -webkit-linear-gradient(to bottom, #6c7caa, #353d53);
  background: -moz-linear-gradient(to bottom, #6c7caa, #353d53);
  background: -o-linear-gradient(to bottom, #6c7caa, #353d53);
  background: linear-gradient(to bottom, #6c7caa, #353d53);
  color: #fff;
  text-shadow: 0 1px 1px rgba(80, 75, 75, 0.75);
  box-shadow: 0px 1px 1px rgba(145, 136, 136, 0.6); }
  .btn-primary:hover {
    background: -webkit-gradient(linear, to bottom, to top, color-stop(0%, #525b72), color-stop(100%, #353d53));
    background: -webkit-linear-gradient(to bottom, #525b72, #353d53);
    background: -moz-linear-gradient(to bottom, #525b72, #353d53);
    background: -o-linear-gradient(to bottom, #525b72, #353d53);
    background: linear-gradient(to bottom, #525b72, #353d53); }
  .btn-primary i {
    margin-top: 2px;
    margin-left: 3px; }

.dropdown-menu li > .active {
  text-decoration: none;
  color: #353d53;
  background-color: #d4d5d8;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f7f7f8), color-stop(100%, #d4d5d8));
  background: -webkit-linear-gradient(top, #f7f7f8, #d4d5d8);
  background: -moz-linear-gradient(top, #f7f7f8, #d4d5d8);
  background: -o-linear-gradient(top, #f7f7f8, #d4d5d8);
  background: linear-gradient(top, #f7f7f8, #d4d5d8);
  box-shadow: 0 -1px 0 #b6b5b5, 0 1px 0 #b6b5b5;
  border-bottom: 1px solid #b6b5b5; }

.tooltip {
  text-shadow: none !important; }

.introjs-skipbutton {
  color: #0D1225; }

.introjs-helperNumberLayer {
  display: none; }

.navbar .sub-navbar-inner .nav > .active > a {
  background-color: #d4d5d8;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #dddde6), color-stop(100%, #c9cdcf));
  background: -webkit-linear-gradient(top, #dddde6, #c9cdcf);
  background: -moz-linear-gradient(top, #dddde6, #c9cdcf);
  background: -o-linear-gradient(top, #dddde6, #c9cdcf);
  background: linear-gradient(top, #dddde6, #c9cdcf);
  color: #777777; }

.icon-heart:hover {
  color: #BD1F32 !important; }

.icon-circle-inactive {
  color: #117511;
  text-shadow: 1px 0 0 #0b521c; }

.icon-circle-active {
  color: #ca1111;
  text-shadow: 1px 0px 0 #4b2727; }

.icon-star.active, .icon-star:hover {
  color: #e4e44f; }

.pulsating-ring {
  border: 3px solid #999;
  height: 20px;
  width: 20px;
  opacity: 0.0;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
  -webkit-animation: pulsate 1s ease-out infinite;
  -moz-animation: pulsate 1s ease-out infinite;
  -ms-animation: pulsate 1s ease-out infinite;
  animation: pulsate 1s ease-out infinite; }

@keyframes "pulsate" {
  0% {
    -webkit-transform: scale(0.1, 0.1);
    opacity: 0.0;
    -moz-transform: scale(0.1, 0.1);
    opacity: 0.0;
    -o-transform: scale(0.1, 0.1);
    opacity: 0.0;
    -ms-transform: scale(0.1, 0.1);
    opacity: 0.0;
    transform: scale(0.1, 0.1);
    opacity: 0.0; }

  50% {
    opacity: 1.0;
    opacity: 1.0;
    opacity: 1.0;
    opacity: 1.0;
    opacity: 1.0; }

  100% {
    -webkit-transform: scale(1.2, 1.2);
    opacity: 0.0;
    -moz-transform: scale(1.2, 1.2);
    opacity: 0.0;
    -o-transform: scale(1.2, 1.2);
    opacity: 0.0;
    -ms-transform: scale(1.2, 1.2);
    opacity: 0.0;
    transform: scale(1.2, 1.2);
    opacity: 0.0; } }

@-webkit-keyframes pulsate {
  0% {
    -webkit-transform: scale(0.1, 0.1);
    opacity: 0.0; }

  50% {
    opacity: 1.0; }

  100% {
    -webkit-transform: scale(1.2, 1.2);
    opacity: 0.0; } }

@-moz-keyframes pulsate {
  0% {
    -moz-transform: scale(0.1, 0.1);
    opacity: 0.0; }

  50% {
    opacity: 1.0; }

  100% {
    -moz-transform: scale(1.2, 1.2);
    opacity: 0.0; } }

@keyframes "background-flip" {
  0% {
    background: white; }

  50% {
    background: #2b292e;
    color: #fff;
    text-shadow: 0 1px 0 #000; }

  100% {
    background: white; } }

@-webkit-keyframes background-flip {
  0% {
    background: white; }

  50% {
    background: #2b292e;
    color: #fff;
    text-shadow: 0 1px 0 #000; }

  100% {
    background: white; } }

@-moz-keyframes background-flip {
  0% {
    background: white; }

  50% {
    background: #2b292e;
    color: #fff;
    text-shadow: 0 1px 0 #000; }

  100% {
    background: white; } }

/**
 * Button Object
 */

/**
 * 1. Corrects inability to style clickable 'input' types in iOS
 * 2. Remove excess padding in IE6/7
 * 3. IE6/7 inline-block hack for native block-level elements
 // Found along with accompanying pngs at https://github.com/necolas/css3-social-signin-buttons/blob/gh-pages/auth-buttons.css
 */

.btn-auth,
.btn-auth:visited {
    position: relative;
    display: inline-block;
    height: 22px;
    padding: 0 1em;
    border: 1px solid #999;
    border-radius: 2px;
    margin: 0;
    text-align: center;
    text-decoration: none;
    font-size: 14px;
    line-height: 22px;
    white-space: nowrap;
    cursor: pointer;
    color: #222;
    background: #fff;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    /* iOS */
    -webkit-appearance: none; /* 1 */
    /* IE6/7 hacks */
    *overflow: visible;  /* 2 */
    *display: inline; /* 3 */
    *zoom: 1; /* 3 */
}

.btn-auth:hover,
.btn-auth:focus,
.btn-auth:active {
    color: #222;
    text-decoration: none;
}

.btn-auth:before {
    content: "";
    float: left;
    width: 22px;
    height: 22px;
    background: url(../img/auth-icons.png) no-repeat 99px 99px;
}

/**
 * 36px
 */

.btn-auth.large {
    height: 36px;
    line-height: 36px;
    font-size: 20px;
}

.btn-auth.large:before {
    width: 36px;
    height: 36px;
}

/*
 * Remove excess padding and border in FF3+
 */

.btn-auth::-moz-focus-inner {
    border: 0;
    padding: 0;
}

.btn-auth {
    padding: 5px 20px;
    margin-bottom: 10px;
}


/* Facebook (extends .btn-auth)
   ========================================================================== */

.btn-facebook,
.btn-facebook:visited {
    border-color: #29447e;
    border-bottom-color: #1a356e;
    color: #fff;
    background-color: #5872a7;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#637bad), to(#5872a7));
    background-image: -webkit-linear-gradient(#637bad, #5872a7);
    background-image: -moz-linear-gradient(#637bad, #5872a7);
    background-image: -ms-linear-gradient(#637bad, #5872a7);
    background-image: -o-linear-gradient(#637bad, #5872a7);
    background-image: linear-gradient(#637bad, #5872a7);
    -webkit-box-shadow: inset 0 1px 0 #879ac0;
    box-shadow: inset 0 1px 0 #879ac0;
}

.btn-facebook:hover,
.btn-facebook:focus {
/*    color: #fff;
    background-color: #3b5998;
*/
    color: #fff;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#637bad), to(#3D5688));
    background-image: -webkit-linear-gradient(#637bad, #3D5688);
    background-image: -moz-linear-gradient(#637bad, #3D5688);
    background-image: -ms-linear-gradient(#637bad, #3D5688);
    background-image: -o-linear-gradient(#637bad, #3D5688);
    background-image: linear-gradient(#637bad, #3D5688);

}

.btn-facebook:active {
    color: #fff;
    background: #4f6aa3;
    -webkit-box-shadow: inset 0 1px 0 #45619d;
    box-shadow: inset 0 1px 0 #45619d;
}

/*
 * Icon
 */

.btn-facebook:before {
    border-right: 1px solid #465f94;
    margin: 0 1em 0 -1em;
    background-position: 0 0;
}

.btn-facebook.large:before {
    background-position: 0 -22px;
}


/* GitHub
   ========================================================================== */

.btn-github,
.btn-github:visited {
    border-color: #d4d4d4;
    background: #ececec;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f4f4f4), to(#ececec));
    background-image: -webkit-linear-gradient(#f4f4f4, #ececec);
    background-image: -moz-linear-gradient(#f4f4f4, #ececec);
    background-image: -ms-linear-gradient(#f4f4f4, #ececec);
    background-image: -o-linear-gradient(#f4f4f4, #ececec);
    background-image: linear-gradient(#f4f4f4, #ececec);
}

.btn-github:hover,
.btn-github:focus {
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f4f4f4), to(#B4B6B6));
    background-image: -webkit-linear-gradient(#f4f4f4 50%, #D9DDDD);
    background-image: -moz-linear-gradient(#f4f4f4 50%, #D9DDDD);
    background-image: -ms-linear-gradient(#f4f4f4 50%, #D9DDDD);
    background-image: -o-linear-gradient(#f4f4f4 50%, #D9DDDD);
    background-image: linear-gradient(#f4f4f4 50%, #D9DDDD);
}

.btn-github:active {
    border-color: #2A65A0;
    border-bottom-color: #518CC6;
    color: #fff;
    background: #3072B3;
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#3072b3), to(#599bdc));
    background: -webkit-linear-gradient(#3072b3, #599bdc);
    background: -moz-linear-gradient(#3072b3, #599bdc);
    background: -ms-linear-gradient(#3072b3, #599bdc);
    background: -o-linear-gradient(#3072b3, #599bdc);
    background: linear-gradient(#3072b3, #599bdc);
}

/*
 * Icon
 */

.btn-github:before {
    margin: 0 0.6em 0 -0.6em;
    background-position: -44px 0;
}

/*.btn-github:hover:before,
.btn-github:focus:before,
.btn-github:active:before {
    background-position: -66px 0;
}
*/
.btn-github.large:before {
    background-position: -72px -22px;
}

/*.btn-github.large:hover:before,
.btn-github.large:focus:before,
.btn-github.large:active:before {
    background-position: -108px -22px;
}*/


/* Google
   ========================================================================== */

.btn-google,
.btn-google:visited {
    border-color: #3079ed;
    color: #fff;
    background: #4787ed;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#4d90fe), to(#4787ed));
    background-image: -webkit-linear-gradient(#4d90fe, #4787ed);
    background-image: -moz-linear-gradient(#4d90fe, #4787ed);
    background-image: -ms-linear-gradient(#4d90fe, #4787ed);
    background-image: -o-linear-gradient(#4d90fe, #4787ed);
    background-image: linear-gradient(#4d90fe, #4787ed);
}

.btn-google:hover,
.btn-google:focus,
.btn-google:active {
    color: #fff;
    background-color: #357ae8;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#4d90fe), to(#357ae8));
    background-image: -webkit-linear-gradient(#4d90fe, #357ae8);
    background-image: -moz-linear-gradient(#4d90fe, #357ae8);
    background-image: -ms-linear-gradient(#4d90fe, #357ae8);
    background-image: -o-linear-gradient(#4d90fe, #357ae8);
    background-image: linear-gradient(#4d90fe, #357ae8);
}

.btn-google:active {
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3);
}

/*
 * Icon
 */

.btn-google:before {
    margin: 0 1em 0 -1em;
    background-position: -88px 0;
    background-color: #e6e6e6;
}

.btn-google.large:before {
    background-position: -144px -22px;
}


/* Open ID
   ========================================================================== */

.btn-openid:hover,
.btn-openid:focus {
    border-color: #777;
    background: #fcfcfc;
}

.btn-openid:active {
    background: #f5f5f5;
}

/*
 * Icon
 */

.btn-openid:before {
    margin: 0 0.6em 0 -0.6em;
    background-position: -154px 0;
}

.btn-openid.large:before {
    background-position: -252px -22px;
}


/* Twitter
   ========================================================================== */

.btn-twitter,
.btn-twitter:visited {
    border-color: #a6cde6;
    color: #327695;
    background: #cfe4f0;
    /* css3 */
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f1f5f7), to(rgba(255, 255, 255, 0)));
    background-image: -webkit-linear-gradient(#f1f5f7, rgba(255, 255, 255, 0));
    background-image: -moz-linear-gradient(#f1f5f7, rgba(255, 255, 255, 0));
    background-image: -ms-linear-gradient(#f1f5f7, rgba(255, 255, 255, 0));
    background-image: -o-linear-gradient(#f1f5f7, rgba(255, 255, 255, 0));
    background-image: linear-gradient(#f1f5f7, rgba(255, 255, 255, 0));
    -webkit-box-shadow: inset 0 1px 0 #fff;
    box-shadow: inset 0 1px 0 #fff;
}

.btn-twitter:hover,
.btn-twitter:focus,
.btn-twitter:active {
    color: #327695;
    border-color: #8dc2e4;
    background-color: #cadde9;
}

.btn-twitter:active {
    background: #cadde9;
    -webkit-box-shadow: inset 0 1px 0 #bbd6e7;
    box-shadow: inset 0 1px 0 #bbd6e7;
}

/*
 * Icon
 */

.btn-twitter:before {
    margin: 0 0.6em 0 -0.6em;
    background-position: -22px 0;
}

.btn-twitter.large:before {
    background-position: -36px -22px;
}

/* Hemisu Light */
/* Original theme - http://noahfrederick.com/vim-color-scheme-hemisu/ */
/* Pretty printing styles. Used with prettify.js. */
/* SPAN elements with the classes below are added by prettyprint. */
/* plain text */
.pln {
  color: #111111;
}

@media screen {
  /* string content */
  .str {
    color: #739200;
  }

  /* a keyword */
  .kwd {
    color: #739200;
  }

  /* a comment */
  .com {
    color: #999999;
  }

  /* a type name */
  .typ {
    color: #ff0055;
  }

  /* a literal value */
  .lit {
    color: #538192;
  }

  /* punctuation */
  .pun {
    color: #111111;
  }

  /* lisp open bracket */
  .opn {
    color: #111111;
  }

  /* lisp close bracket */
  .clo {
    color: #111111;
  }

  /* a markup tag name */
  .tag {
    color: #111111;
  }

  /* a markup attribute name */
  .atn {
    color: #739200;
  }

  /* a markup attribute value */
  .atv {
    color: #ff0055;
  }

  /* a declaration */
  .dec {
    color: #111111;
  }

  /* a variable name */
  .var {
    color: #111111;
  }

  /* a function name */
  .fun {
    color: #538192;
  }
}
/* Use higher contrast and text-weight for printable form. */
@media print, projection {
  .str {
    color: #006600;
  }

  .kwd {
    color: #006;
    font-weight: bold;
  }

  .com {
    color: #600;
    font-style: italic;
  }

  .typ {
    color: #404;
    font-weight: bold;
  }

  .lit {
    color: #004444;
  }

  .pun, .opn, .clo {
    color: #444400;
  }

  .tag {
    color: #006;
    font-weight: bold;
  }

  .atn {
    color: #440044;
  }

  .atv {
    color: #006600;
  }
}
/* Style */
pre.prettyprint {
  background: white;
  font-family: Menlo, "Bitstream Vera Sans Mono", "DejaVu Sans Mono", Monaco, Consolas, monospace;
  font-size: 12px;
  line-height: 1.5;
  border: 1px solid #cccccc;
  padding: 10px;
}

/* Specify class=linenums on a pre to get line numbering */
ol.linenums {
  margin-top: 0;
  margin-bottom: 0;
}

/* IE indents via margin-left */
li.L0,
li.L1,
li.L2,
li.L3,
li.L4,
li.L5,
li.L6,
li.L7,
li.L8,
li.L9 {
  /* */
}

/* Alternate shading for lines */
li.L1,
li.L3,
li.L5,
li.L7,
li.L9 {
  /* */
}

/*!
 *  Font Awesome 3.2.1
 *  the iconic font designed for Bootstrap
 *  ------------------------------------------------------------------------------
 *  The full suite of pictographic icons, examples, and documentation can be
 *  found at http://fontawesome.io.  Stay up to date on Twitter at
 *  http://twitter.com/fontawesome.
 *
 *  License
 *  ------------------------------------------------------------------------------
 *  - The Font Awesome font is licensed under SIL OFL 1.1 -
 *    http://scripts.sil.org/OFL
 *  - Font Awesome CSS, LESS, and SASS files are licensed under MIT License -
 *    http://opensource.org/licenses/mit-license.html
 *  - Font Awesome documentation licensed under CC BY 3.0 -
 *    http://creativecommons.org/licenses/by/3.0/
 *  - Attribution is no longer required in Font Awesome 3.0, but much appreciated:
 *    "Font Awesome by Dave Gandy - http://fontawesome.io"
 *
 *  Author - Dave Gandy
 *  ------------------------------------------------------------------------------
 *  Email: dave@fontawesome.io
 *  Twitter: http://twitter.com/davegandy
 *  Work: Lead Product Designer @ Kyruus - http://kyruus.com
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('../font/fontawesome-webfont.eot?v=3.2.1');
  src: url('../font/fontawesome-webfont.eot?#iefix&v=3.2.1') format('embedded-opentype'), url('../font/fontawesome-webfont.woff?v=3.2.1') format('woff'), url('../font/fontawesome-webfont.ttf?v=3.2.1') format('truetype'), url('../font/fontawesome-webfont.svg#fontawesomeregular?v=3.2.1') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* FONT AWESOME CORE
 * -------------------------- */
[class^="icon-"],
[class*=" icon-"] {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  *margin-right: .3em;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
  text-decoration: inherit;
  display: inline-block;
  speak: none;
}
/* makes the font 33% larger relative to the icon container */
.icon-large:before {
  vertical-align: -10%;
  font-size: 1.3333333333333333em;
}
/* makes sure icons active on rollover in links */
a [class^="icon-"],
a [class*=" icon-"] {
  display: inline;
}
/* increased font size for icon-large */
[class^="icon-"].icon-fixed-width,
[class*=" icon-"].icon-fixed-width {
  display: inline-block;
  width: 1.1428571428571428em;
  text-align: right;
  padding-right: 0.2857142857142857em;
}
[class^="icon-"].icon-fixed-width.icon-large,
[class*=" icon-"].icon-fixed-width.icon-large {
  width: 1.4285714285714286em;
}
.icons-ul {
  margin-left: 2.142857142857143em;
  list-style-type: none;
}
.icons-ul > li {
  position: relative;
}
.icons-ul .icon-li {
  position: absolute;
  left: -2.142857142857143em;
  width: 2.142857142857143em;
  text-align: center;
  line-height: inherit;
}
[class^="icon-"].hide,
[class*=" icon-"].hide {
  display: none;
}
.icon-muted {
  color: #eeeeee;
}
.icon-light {
  color: #ffffff;
}
.icon-dark {
  color: #333333;
}
.icon-border {
  border: solid 1px #eeeeee;
  padding: .2em .25em .15em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.icon-2x {
  font-size: 2em;
}
.icon-2x.icon-border {
  border-width: 2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.icon-3x {
  font-size: 3em;
}
.icon-3x.icon-border {
  border-width: 3px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.icon-4x {
  font-size: 4em;
}
.icon-4x.icon-border {
  border-width: 4px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.icon-5x {
  font-size: 5em;
}
.icon-5x.icon-border {
  border-width: 5px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
[class^="icon-"].pull-left,
[class*=" icon-"].pull-left {
  margin-right: .3em;
}
[class^="icon-"].pull-right,
[class*=" icon-"].pull-right {
  margin-left: .3em;
}
/* BOOTSTRAP SPECIFIC CLASSES
 * -------------------------- */
/* Bootstrap 2.0 sprites.less reset */
[class^="icon-"],
[class*=" icon-"] {
  display: inline;
  width: auto;
  height: auto;
  line-height: normal;
  vertical-align: baseline;
  background-image: none;
  background-position: 0% 0%;
  background-repeat: repeat;
  margin-top: 0;
}
/* more sprites.less reset */
.icon-white,
.nav-pills > .active > a > [class^="icon-"],
.nav-pills > .active > a > [class*=" icon-"],
.nav-list > .active > a > [class^="icon-"],
.nav-list > .active > a > [class*=" icon-"],
.navbar-inverse .nav > .active > a > [class^="icon-"],
.navbar-inverse .nav > .active > a > [class*=" icon-"],
.dropdown-menu > li > a:hover > [class^="icon-"],
.dropdown-menu > li > a:hover > [class*=" icon-"],
.dropdown-menu > .active > a > [class^="icon-"],
.dropdown-menu > .active > a > [class*=" icon-"],
.dropdown-submenu:hover > a > [class^="icon-"],
.dropdown-submenu:hover > a > [class*=" icon-"] {
  background-image: none;
}
/* keeps Bootstrap styles with and without icons the same */
.btn [class^="icon-"].icon-large,
.nav [class^="icon-"].icon-large,
.btn [class*=" icon-"].icon-large,
.nav [class*=" icon-"].icon-large {
  line-height: .9em;
}
.btn [class^="icon-"].icon-spin,
.nav [class^="icon-"].icon-spin,
.btn [class*=" icon-"].icon-spin,
.nav [class*=" icon-"].icon-spin {
  display: inline-block;
}
.nav-tabs [class^="icon-"],
.nav-pills [class^="icon-"],
.nav-tabs [class*=" icon-"],
.nav-pills [class*=" icon-"],
.nav-tabs [class^="icon-"].icon-large,
.nav-pills [class^="icon-"].icon-large,
.nav-tabs [class*=" icon-"].icon-large,
.nav-pills [class*=" icon-"].icon-large {
  line-height: .9em;
}
.btn [class^="icon-"].pull-left.icon-2x,
.btn [class*=" icon-"].pull-left.icon-2x,
.btn [class^="icon-"].pull-right.icon-2x,
.btn [class*=" icon-"].pull-right.icon-2x {
  margin-top: .18em;
}
.btn [class^="icon-"].icon-spin.icon-large,
.btn [class*=" icon-"].icon-spin.icon-large {
  line-height: .8em;
}
.btn.btn-small [class^="icon-"].pull-left.icon-2x,
.btn.btn-small [class*=" icon-"].pull-left.icon-2x,
.btn.btn-small [class^="icon-"].pull-right.icon-2x,
.btn.btn-small [class*=" icon-"].pull-right.icon-2x {
  margin-top: .25em;
}
.btn.btn-large [class^="icon-"],
.btn.btn-large [class*=" icon-"] {
  margin-top: 0;
}
.btn.btn-large [class^="icon-"].pull-left.icon-2x,
.btn.btn-large [class*=" icon-"].pull-left.icon-2x,
.btn.btn-large [class^="icon-"].pull-right.icon-2x,
.btn.btn-large [class*=" icon-"].pull-right.icon-2x {
  margin-top: .05em;
}
.btn.btn-large [class^="icon-"].pull-left.icon-2x,
.btn.btn-large [class*=" icon-"].pull-left.icon-2x {
  margin-right: .2em;
}
.btn.btn-large [class^="icon-"].pull-right.icon-2x,
.btn.btn-large [class*=" icon-"].pull-right.icon-2x {
  margin-left: .2em;
}
/* Fixes alignment in nav lists */
.nav-list [class^="icon-"],
.nav-list [class*=" icon-"] {
  line-height: inherit;
}
/* EXTRAS
 * -------------------------- */
/* Stacked and layered icon */
.icon-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: -35%;
}
.icon-stack [class^="icon-"],
.icon-stack [class*=" icon-"] {
  display: block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  font-size: 1em;
  line-height: inherit;
  *line-height: 2em;
}
.icon-stack .icon-stack-base {
  font-size: 2em;
  *line-height: 1em;
}
/* Animated rotating icon */
.icon-spin {
  display: inline-block;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}
/* Prevent stack and spinners from being taken inline when inside a link */
a .icon-stack,
a .icon-spin {
  display: inline-block;
  text-decoration: none;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
/* Icon rotations and mirroring */
.icon-rotate-90:before {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
}
.icon-rotate-180:before {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
}
.icon-rotate-270:before {
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
.icon-flip-horizontal:before {
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.icon-flip-vertical:before {
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1);
}
/* ensure rotation occurs inside anchor tags */
a .icon-rotate-90:before,
a .icon-rotate-180:before,
a .icon-rotate-270:before,
a .icon-flip-horizontal:before,
a .icon-flip-vertical:before {
  display: inline-block;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.icon-glass:before {
  content: "\f000";
}
.icon-music:before {
  content: "\f001";
}
.icon-search:before {
  content: "\f002";
}
.icon-envelope-alt:before {
  content: "\f003";
}
.icon-heart:before {
  content: "\f004";
}
.icon-star:before {
  content: "\f005";
}
.icon-star-empty:before {
  content: "\f006";
}
.icon-user:before {
  content: "\f007";
}
.icon-film:before {
  content: "\f008";
}
.icon-th-large:before {
  content: "\f009";
}
.icon-th:before {
  content: "\f00a";
}
.icon-th-list:before {
  content: "\f00b";
}
.icon-ok:before {
  content: "\f00c";
}
.icon-remove:before {
  content: "\f00d";
}
.icon-zoom-in:before {
  content: "\f00e";
}
.icon-zoom-out:before {
  content: "\f010";
}
.icon-power-off:before,
.icon-off:before {
  content: "\f011";
}
.icon-signal:before {
  content: "\f012";
}
.icon-gear:before,
.icon-cog:before {
  content: "\f013";
}
.icon-trash:before {
  content: "\f014";
}
.icon-home:before {
  content: "\f015";
}
.icon-file-alt:before {
  content: "\f016";
}
.icon-time:before {
  content: "\f017";
}
.icon-road:before {
  content: "\f018";
}
.icon-download-alt:before {
  content: "\f019";
}
.icon-download:before {
  content: "\f01a";
}
.icon-upload:before {
  content: "\f01b";
}
.icon-inbox:before {
  content: "\f01c";
}
.icon-play-circle:before {
  content: "\f01d";
}
.icon-rotate-right:before,
.icon-repeat:before {
  content: "\f01e";
}
.icon-refresh:before {
  content: "\f021";
}
.icon-list-alt:before {
  content: "\f022";
}
.icon-lock:before {
  content: "\f023";
}
.icon-flag:before {
  content: "\f024";
}
.icon-headphones:before {
  content: "\f025";
}
.icon-volume-off:before {
  content: "\f026";
}
.icon-volume-down:before {
  content: "\f027";
}
.icon-volume-up:before {
  content: "\f028";
}
.icon-qrcode:before {
  content: "\f029";
}
.icon-barcode:before {
  content: "\f02a";
}
.icon-tag:before {
  content: "\f02b";
}
.icon-tags:before {
  content: "\f02c";
}
.icon-book:before {
  content: "\f02d";
}
.icon-bookmark:before {
  content: "\f02e";
}
.icon-print:before {
  content: "\f02f";
}
.icon-camera:before {
  content: "\f030";
}
.icon-font:before {
  content: "\f031";
}
.icon-bold:before {
  content: "\f032";
}
.icon-italic:before {
  content: "\f033";
}
.icon-text-height:before {
  content: "\f034";
}
.icon-text-width:before {
  content: "\f035";
}
.icon-align-left:before {
  content: "\f036";
}
.icon-align-center:before {
  content: "\f037";
}
.icon-align-right:before {
  content: "\f038";
}
.icon-align-justify:before {
  content: "\f039";
}
.icon-list:before {
  content: "\f03a";
}
.icon-indent-left:before {
  content: "\f03b";
}
.icon-indent-right:before {
  content: "\f03c";
}
.icon-facetime-video:before {
  content: "\f03d";
}
.icon-picture:before {
  content: "\f03e";
}
.icon-pencil:before {
  content: "\f040";
}
.icon-map-marker:before {
  content: "\f041";
}
.icon-adjust:before {
  content: "\f042";
}
.icon-tint:before {
  content: "\f043";
}
.icon-edit:before {
  content: "\f044";
}
.icon-share:before {
  content: "\f045";
}
.icon-check:before {
  content: "\f046";
}
.icon-move:before {
  content: "\f047";
}
.icon-step-backward:before {
  content: "\f048";
}
.icon-fast-backward:before {
  content: "\f049";
}
.icon-backward:before {
  content: "\f04a";
}
.icon-play:before {
  content: "\f04b";
}
.icon-pause:before {
  content: "\f04c";
}
.icon-stop:before {
  content: "\f04d";
}
.icon-forward:before {
  content: "\f04e";
}
.icon-fast-forward:before {
  content: "\f050";
}
.icon-step-forward:before {
  content: "\f051";
}
.icon-eject:before {
  content: "\f052";
}
.icon-chevron-left:before {
  content: "\f053";
}
.icon-chevron-right:before {
  content: "\f054";
}
.icon-plus-sign:before {
  content: "\f055";
}
.icon-minus-sign:before {
  content: "\f056";
}
.icon-remove-sign:before {
  content: "\f057";
}
.icon-ok-sign:before {
  content: "\f058";
}
.icon-question-sign:before {
  content: "\f059";
}
.icon-info-sign:before {
  content: "\f05a";
}
.icon-screenshot:before {
  content: "\f05b";
}
.icon-remove-circle:before {
  content: "\f05c";
}
.icon-ok-circle:before {
  content: "\f05d";
}
.icon-ban-circle:before {
  content: "\f05e";
}
.icon-arrow-left:before {
  content: "\f060";
}
.icon-arrow-right:before {
  content: "\f061";
}
.icon-arrow-up:before {
  content: "\f062";
}
.icon-arrow-down:before {
  content: "\f063";
}
.icon-mail-forward:before,
.icon-share-alt:before {
  content: "\f064";
}
.icon-resize-full:before {
  content: "\f065";
}
.icon-resize-small:before {
  content: "\f066";
}
.icon-plus:before {
  content: "\f067";
}
.icon-minus:before {
  content: "\f068";
}
.icon-asterisk:before {
  content: "\f069";
}
.icon-exclamation-sign:before {
  content: "\f06a";
}
.icon-gift:before {
  content: "\f06b";
}
.icon-leaf:before {
  content: "\f06c";
}
.icon-fire:before {
  content: "\f06d";
}
.icon-eye-open:before {
  content: "\f06e";
}
.icon-eye-close:before {
  content: "\f070";
}
.icon-warning-sign:before {
  content: "\f071";
}
.icon-plane:before {
  content: "\f072";
}
.icon-calendar:before {
  content: "\f073";
}
.icon-random:before {
  content: "\f074";
}
.icon-comment:before {
  content: "\f075";
}
.icon-magnet:before {
  content: "\f076";
}
.icon-chevron-up:before {
  content: "\f077";
}
.icon-chevron-down:before {
  content: "\f078";
}
.icon-retweet:before {
  content: "\f079";
}
.icon-shopping-cart:before {
  content: "\f07a";
}
.icon-folder-close:before {
  content: "\f07b";
}
.icon-folder-open:before {
  content: "\f07c";
}
.icon-resize-vertical:before {
  content: "\f07d";
}
.icon-resize-horizontal:before {
  content: "\f07e";
}
.icon-bar-chart:before {
  content: "\f080";
}
.icon-twitter-sign:before {
  content: "\f081";
}
.icon-facebook-sign:before {
  content: "\f082";
}
.icon-camera-retro:before {
  content: "\f083";
}
.icon-key:before {
  content: "\f084";
}
.icon-gears:before,
.icon-cogs:before {
  content: "\f085";
}
.icon-comments:before {
  content: "\f086";
}
.icon-thumbs-up-alt:before {
  content: "\f087";
}
.icon-thumbs-down-alt:before {
  content: "\f088";
}
.icon-star-half:before {
  content: "\f089";
}
.icon-heart-empty:before {
  content: "\f08a";
}
.icon-signout:before {
  content: "\f08b";
}
.icon-linkedin-sign:before {
  content: "\f08c";
}
.icon-pushpin:before {
  content: "\f08d";
}
.icon-external-link:before {
  content: "\f08e";
}
.icon-signin:before {
  content: "\f090";
}
.icon-trophy:before {
  content: "\f091";
}
.icon-github-sign:before {
  content: "\f092";
}
.icon-upload-alt:before {
  content: "\f093";
}
.icon-lemon:before {
  content: "\f094";
}
.icon-phone:before {
  content: "\f095";
}
.icon-unchecked:before,
.icon-check-empty:before {
  content: "\f096";
}
.icon-bookmark-empty:before {
  content: "\f097";
}
.icon-phone-sign:before {
  content: "\f098";
}
.icon-twitter:before {
  content: "\f099";
}
.icon-facebook:before {
  content: "\f09a";
}
.icon-github:before {
  content: "\f09b";
}
.icon-unlock:before {
  content: "\f09c";
}
.icon-credit-card:before {
  content: "\f09d";
}
.icon-rss:before {
  content: "\f09e";
}
.icon-hdd:before {
  content: "\f0a0";
}
.icon-bullhorn:before {
  content: "\f0a1";
}
.icon-bell:before {
  content: "\f0a2";
}
.icon-certificate:before {
  content: "\f0a3";
}
.icon-hand-right:before {
  content: "\f0a4";
}
.icon-hand-left:before {
  content: "\f0a5";
}
.icon-hand-up:before {
  content: "\f0a6";
}
.icon-hand-down:before {
  content: "\f0a7";
}
.icon-circle-arrow-left:before {
  content: "\f0a8";
}
.icon-circle-arrow-right:before {
  content: "\f0a9";
}
.icon-circle-arrow-up:before {
  content: "\f0aa";
}
.icon-circle-arrow-down:before {
  content: "\f0ab";
}
.icon-globe:before {
  content: "\f0ac";
}
.icon-wrench:before {
  content: "\f0ad";
}
.icon-tasks:before {
  content: "\f0ae";
}
.icon-filter:before {
  content: "\f0b0";
}
.icon-briefcase:before {
  content: "\f0b1";
}
.icon-fullscreen:before {
  content: "\f0b2";
}
.icon-group:before {
  content: "\f0c0";
}
.icon-link:before {
  content: "\f0c1";
}
.icon-cloud:before {
  content: "\f0c2";
}
.icon-beaker:before {
  content: "\f0c3";
}
.icon-cut:before {
  content: "\f0c4";
}
.icon-copy:before {
  content: "\f0c5";
}
.icon-paperclip:before,
.icon-paper-clip:before {
  content: "\f0c6";
}
.icon-save:before {
  content: "\f0c7";
}
.icon-sign-blank:before {
  content: "\f0c8";
}
.icon-reorder:before {
  content: "\f0c9";
}
.icon-list-ul:before {
  content: "\f0ca";
}
.icon-list-ol:before {
  content: "\f0cb";
}
.icon-strikethrough:before {
  content: "\f0cc";
}
.icon-underline:before {
  content: "\f0cd";
}
.icon-table:before {
  content: "\f0ce";
}
.icon-magic:before {
  content: "\f0d0";
}
.icon-truck:before {
  content: "\f0d1";
}
.icon-pinterest:before {
  content: "\f0d2";
}
.icon-pinterest-sign:before {
  content: "\f0d3";
}
.icon-google-plus-sign:before {
  content: "\f0d4";
}
.icon-google-plus:before {
  content: "\f0d5";
}
.icon-money:before {
  content: "\f0d6";
}
.icon-caret-down:before {
  content: "\f0d7";
}
.icon-caret-up:before {
  content: "\f0d8";
}
.icon-caret-left:before {
  content: "\f0d9";
}
.icon-caret-right:before {
  content: "\f0da";
}
.icon-columns:before {
  content: "\f0db";
}
.icon-sort:before {
  content: "\f0dc";
}
.icon-sort-down:before {
  content: "\f0dd";
}
.icon-sort-up:before {
  content: "\f0de";
}
.icon-envelope:before {
  content: "\f0e0";
}
.icon-linkedin:before {
  content: "\f0e1";
}
.icon-rotate-left:before,
.icon-undo:before {
  content: "\f0e2";
}
.icon-legal:before {
  content: "\f0e3";
}
.icon-dashboard:before {
  content: "\f0e4";
}
.icon-comment-alt:before {
  content: "\f0e5";
}
.icon-comments-alt:before {
  content: "\f0e6";
}
.icon-bolt:before {
  content: "\f0e7";
}
.icon-sitemap:before {
  content: "\f0e8";
}
.icon-umbrella:before {
  content: "\f0e9";
}
.icon-paste:before {
  content: "\f0ea";
}
.icon-lightbulb:before {
  content: "\f0eb";
}
.icon-exchange:before {
  content: "\f0ec";
}
.icon-cloud-download:before {
  content: "\f0ed";
}
.icon-cloud-upload:before {
  content: "\f0ee";
}
.icon-user-md:before {
  content: "\f0f0";
}
.icon-stethoscope:before {
  content: "\f0f1";
}
.icon-suitcase:before {
  content: "\f0f2";
}
.icon-bell-alt:before {
  content: "\f0f3";
}
.icon-coffee:before {
  content: "\f0f4";
}
.icon-food:before {
  content: "\f0f5";
}
.icon-file-text-alt:before {
  content: "\f0f6";
}
.icon-building:before {
  content: "\f0f7";
}
.icon-hospital:before {
  content: "\f0f8";
}
.icon-ambulance:before {
  content: "\f0f9";
}
.icon-medkit:before {
  content: "\f0fa";
}
.icon-fighter-jet:before {
  content: "\f0fb";
}
.icon-beer:before {
  content: "\f0fc";
}
.icon-h-sign:before {
  content: "\f0fd";
}
.icon-plus-sign-alt:before {
  content: "\f0fe";
}
.icon-double-angle-left:before {
  content: "\f100";
}
.icon-double-angle-right:before {
  content: "\f101";
}
.icon-double-angle-up:before {
  content: "\f102";
}
.icon-double-angle-down:before {
  content: "\f103";
}
.icon-angle-left:before {
  content: "\f104";
}
.icon-angle-right:before {
  content: "\f105";
}
.icon-angle-up:before {
  content: "\f106";
}
.icon-angle-down:before {
  content: "\f107";
}
.icon-desktop:before {
  content: "\f108";
}
.icon-laptop:before {
  content: "\f109";
}
.icon-tablet:before {
  content: "\f10a";
}
.icon-mobile-phone:before {
  content: "\f10b";
}
.icon-circle-blank:before {
  content: "\f10c";
}
.icon-quote-left:before {
  content: "\f10d";
}
.icon-quote-right:before {
  content: "\f10e";
}
.icon-spinner:before {
  content: "\f110";
}
.icon-circle:before {
  content: "\f111";
}
.icon-mail-reply:before,
.icon-reply:before {
  content: "\f112";
}
.icon-github-alt:before {
  content: "\f113";
}
.icon-folder-close-alt:before {
  content: "\f114";
}
.icon-folder-open-alt:before {
  content: "\f115";
}
.icon-expand-alt:before {
  content: "\f116";
}
.icon-collapse-alt:before {
  content: "\f117";
}
.icon-smile:before {
  content: "\f118";
}
.icon-frown:before {
  content: "\f119";
}
.icon-meh:before {
  content: "\f11a";
}
.icon-gamepad:before {
  content: "\f11b";
}
.icon-keyboard:before {
  content: "\f11c";
}
.icon-flag-alt:before {
  content: "\f11d";
}
.icon-flag-checkered:before {
  content: "\f11e";
}
.icon-terminal:before {
  content: "\f120";
}
.icon-code:before {
  content: "\f121";
}
.icon-reply-all:before {
  content: "\f122";
}
.icon-mail-reply-all:before {
  content: "\f122";
}
.icon-star-half-full:before,
.icon-star-half-empty:before {
  content: "\f123";
}
.icon-location-arrow:before {
  content: "\f124";
}
.icon-crop:before {
  content: "\f125";
}
.icon-code-fork:before {
  content: "\f126";
}
.icon-unlink:before {
  content: "\f127";
}
.icon-question:before {
  content: "\f128";
}
.icon-info:before {
  content: "\f129";
}
.icon-exclamation:before {
  content: "\f12a";
}
.icon-superscript:before {
  content: "\f12b";
}
.icon-subscript:before {
  content: "\f12c";
}
.icon-eraser:before {
  content: "\f12d";
}
.icon-puzzle-piece:before {
  content: "\f12e";
}
.icon-microphone:before {
  content: "\f130";
}
.icon-microphone-off:before {
  content: "\f131";
}
.icon-shield:before {
  content: "\f132";
}
.icon-calendar-empty:before {
  content: "\f133";
}
.icon-fire-extinguisher:before {
  content: "\f134";
}
.icon-rocket:before {
  content: "\f135";
}
.icon-maxcdn:before {
  content: "\f136";
}
.icon-chevron-sign-left:before {
  content: "\f137";
}
.icon-chevron-sign-right:before {
  content: "\f138";
}
.icon-chevron-sign-up:before {
  content: "\f139";
}
.icon-chevron-sign-down:before {
  content: "\f13a";
}
.icon-html5:before {
  content: "\f13b";
}
.icon-css3:before {
  content: "\f13c";
}
.icon-anchor:before {
  content: "\f13d";
}
.icon-unlock-alt:before {
  content: "\f13e";
}
.icon-bullseye:before {
  content: "\f140";
}
.icon-ellipsis-horizontal:before {
  content: "\f141";
}
.icon-ellipsis-vertical:before {
  content: "\f142";
}
.icon-rss-sign:before {
  content: "\f143";
}
.icon-play-sign:before {
  content: "\f144";
}
.icon-ticket:before {
  content: "\f145";
}
.icon-minus-sign-alt:before {
  content: "\f146";
}
.icon-check-minus:before {
  content: "\f147";
}
.icon-level-up:before {
  content: "\f148";
}
.icon-level-down:before {
  content: "\f149";
}
.icon-check-sign:before {
  content: "\f14a";
}
.icon-edit-sign:before {
  content: "\f14b";
}
.icon-external-link-sign:before {
  content: "\f14c";
}
.icon-share-sign:before {
  content: "\f14d";
}
.icon-compass:before {
  content: "\f14e";
}
.icon-collapse:before {
  content: "\f150";
}
.icon-collapse-top:before {
  content: "\f151";
}
.icon-expand:before {
  content: "\f152";
}
.icon-euro:before,
.icon-eur:before {
  content: "\f153";
}
.icon-gbp:before {
  content: "\f154";
}
.icon-dollar:before,
.icon-usd:before {
  content: "\f155";
}
.icon-rupee:before,
.icon-inr:before {
  content: "\f156";
}
.icon-yen:before,
.icon-jpy:before {
  content: "\f157";
}
.icon-renminbi:before,
.icon-cny:before {
  content: "\f158";
}
.icon-won:before,
.icon-krw:before {
  content: "\f159";
}
.icon-bitcoin:before,
.icon-btc:before {
  content: "\f15a";
}
.icon-file:before {
  content: "\f15b";
}
.icon-file-text:before {
  content: "\f15c";
}
.icon-sort-by-alphabet:before {
  content: "\f15d";
}
.icon-sort-by-alphabet-alt:before {
  content: "\f15e";
}
.icon-sort-by-attributes:before {
  content: "\f160";
}
.icon-sort-by-attributes-alt:before {
  content: "\f161";
}
.icon-sort-by-order:before {
  content: "\f162";
}
.icon-sort-by-order-alt:before {
  content: "\f163";
}
.icon-thumbs-up:before {
  content: "\f164";
}
.icon-thumbs-down:before {
  content: "\f165";
}
.icon-youtube-sign:before {
  content: "\f166";
}
.icon-youtube:before {
  content: "\f167";
}
.icon-xing:before {
  content: "\f168";
}
.icon-xing-sign:before {
  content: "\f169";
}
.icon-youtube-play:before {
  content: "\f16a";
}
.icon-dropbox:before {
  content: "\f16b";
}
.icon-stackexchange:before {
  content: "\f16c";
}
.icon-instagram:before {
  content: "\f16d";
}
.icon-flickr:before {
  content: "\f16e";
}
.icon-adn:before {
  content: "\f170";
}
.icon-bitbucket:before {
  content: "\f171";
}
.icon-bitbucket-sign:before {
  content: "\f172";
}
.icon-tumblr:before {
  content: "\f173";
}
.icon-tumblr-sign:before {
  content: "\f174";
}
.icon-long-arrow-down:before {
  content: "\f175";
}
.icon-long-arrow-up:before {
  content: "\f176";
}
.icon-long-arrow-left:before {
  content: "\f177";
}
.icon-long-arrow-right:before {
  content: "\f178";
}
.icon-apple:before {
  content: "\f179";
}
.icon-windows:before {
  content: "\f17a";
}
.icon-android:before {
  content: "\f17b";
}
.icon-linux:before {
  content: "\f17c";
}
.icon-dribbble:before {
  content: "\f17d";
}
.icon-skype:before {
  content: "\f17e";
}
.icon-foursquare:before {
  content: "\f180";
}
.icon-trello:before {
  content: "\f181";
}
.icon-female:before {
  content: "\f182";
}
.icon-male:before {
  content: "\f183";
}
.icon-gittip:before {
  content: "\f184";
}
.icon-sun:before {
  content: "\f185";
}
.icon-moon:before {
  content: "\f186";
}
.icon-archive:before {
  content: "\f187";
}
.icon-bug:before {
  content: "\f188";
}
.icon-vk:before {
  content: "\f189";
}
.icon-weibo:before {
  content: "\f18a";
}
.icon-renren:before {
  content: "\f18b";
}
