@charset "UTF-8";
/*First off, set some fundamentals...*/

/* line 3, ../sass/content.scss */
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 5, ../sass/content.scss */
a:active {
  outline: none; }

/* line 6, ../sass/content.scss */
:focus {
  -moz-outline-style: none; }

/*!
 * Bootstrap v2.3.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.
 */
/* line 10, ../sass/bootstrap/_reset.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block; }

.span12 {
  margin-left: 0 !important;
  max-width: 100%;
}

/* line 26, ../sass/bootstrap/_reset.scss */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

/* line 37, ../sass/bootstrap/_reset.scss */
audio:not([controls]) {
  display: none; }

/* line 44, ../sass/bootstrap/_reset.scss */
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

/* line 50, ../sass/bootstrap/_reset.scss */
a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

/* line 54, ../sass/bootstrap/_reset.scss */
a:hover,
a:active {
  outline: 0; }

/* line 62, ../sass/bootstrap/_reset.scss */
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline; }

/* line 69, ../sass/bootstrap/_reset.scss */
sup {
  top: -0.5em; }

/* line 72, ../sass/bootstrap/_reset.scss */
sub {
  bottom: -0.25em; }

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

/* line 91, ../sass/bootstrap/_reset.scss */
#map_canvas img,
.google-maps img {
  max-width: none; }

/* line 100, ../sass/bootstrap/_reset.scss */
button,
input,
select,
textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle; }

/* line 108, ../sass/bootstrap/_reset.scss */
button,
input {
  *overflow: visible;
  line-height: normal; }

/* line 113, ../sass/bootstrap/_reset.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0; }

/* line 118, ../sass/bootstrap/_reset.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

/* line 125, ../sass/bootstrap/_reset.scss */
label,
select,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="radio"],
input[type="checkbox"] {
  cursor: pointer; }

/* line 135, ../sass/bootstrap/_reset.scss */
input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield; }

/* line 139, ../sass/bootstrap/_reset.scss */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none; }

/* line 143, ../sass/bootstrap/_reset.scss */
textarea {
  overflow: auto;
  vertical-align: top; }

@media print {
  /* line 155, ../sass/bootstrap/_reset.scss */
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important; }

  /* line 162, ../sass/bootstrap/_reset.scss */
  a,
  a:visited {
    text-decoration: underline; }

  /* line 167, ../sass/bootstrap/_reset.scss */
  a[href]:after {
    content: " (" attr(href) ")"; }

  /* line 171, ../sass/bootstrap/_reset.scss */
  abbr[title]:after {
    content: " (" attr(title) ")"; }

  /* line 176, ../sass/bootstrap/_reset.scss */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }

  /* line 182, ../sass/bootstrap/_reset.scss */
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  /* line 188, ../sass/bootstrap/_reset.scss */
  thead {
    display: table-header-group; }

  /* line 192, ../sass/bootstrap/_reset.scss */
  tr,
  img {
    page-break-inside: avoid; }

  /* line 197, ../sass/bootstrap/_reset.scss */
  img {
    max-width: 100% !important; }

  @page {
    margin: 0.5cm; }
  /* line 205, ../sass/bootstrap/_reset.scss */
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  /* line 212, ../sass/bootstrap/_reset.scss */
  h2,
  h3 {
    page-break-after: avoid; } }
/* line 9, ../sass/bootstrap/_scaffolding.scss */
body {
  margin: 0;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 19px;
  color: #333;
  background-color: #fff; }

/* line 22, ../sass/bootstrap/_scaffolding.scss */
a {
  color: #0A4D97;
  text-decoration: none; }

/* line 26, ../sass/bootstrap/_scaffolding.scss */
a:hover,
a:focus {
  color: #004FA5;
  text-decoration: underline; }

/* line 37, ../sass/bootstrap/_scaffolding.scss */
.img-rounded {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px; }

/* line 42, ../sass/bootstrap/_scaffolding.scss */
.img-polaroid {
  padding: 4px;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1); }

/* line 51, ../sass/bootstrap/_scaffolding.scss */
.img-circle {
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px; }

/* line 567, ../sass/bootstrap/_mixins.scss */
.row {
  margin-left: -20px;
  *zoom: 1; }
  /* line 14, ../sass/bootstrap/_mixins.scss */
  .row:before, .row:after {
    display: table;
    content: "";
    line-height: 0; }
  /* line 22, ../sass/bootstrap/_mixins.scss */
  .row:after {
    clear: both; }

/* line 572, ../sass/bootstrap/_mixins.scss */
[class*="span"] {
  float: left;
  min-height: 1px;
  margin-left: 20px; }

/* line 579, ../sass/bootstrap/_mixins.scss */
.container,
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
  width: 940px; }

/* line 593, ../sass/bootstrap/_mixins.scss */
.span1 {
  width: 60px; }

/* line 593, ../sass/bootstrap/_mixins.scss */
.span2 {
  width: 140px; }

/* line 593, ../sass/bootstrap/_mixins.scss */
.span3 {
  width: 220px; }

/* line 593, ../sass/bootstrap/_mixins.scss */
.span4 {
  width: 300px; }

/* line 593, ../sass/bootstrap/_mixins.scss */
.span5 {
  width: 380px; }

/* line 593, ../sass/bootstrap/_mixins.scss */
.span6 {
  width: 460px; }

/* line 593, ../sass/bootstrap/_mixins.scss */
.span7 {
  width: 540px; }

/* line 593, ../sass/bootstrap/_mixins.scss */
.span8 {
  width: 620px; }

/* line 593, ../sass/bootstrap/_mixins.scss */
.span9 {
  width: 700px; }

/* line 593, ../sass/bootstrap/_mixins.scss */
.span10 {
  width: 780px; }

/* line 593, ../sass/bootstrap/_mixins.scss */
.span11 {
  width: 860px; }

/* line 593, ../sass/bootstrap/_mixins.scss */
.span12 {
  width: 100%; }

/* line 599, ../sass/bootstrap/_mixins.scss */
.offset1 {
  margin-left: 100px; }

/* line 599, ../sass/bootstrap/_mixins.scss */
.offset2 {
  margin-left: 180px; }

/* line 599, ../sass/bootstrap/_mixins.scss */
.offset3 {
  margin-left: 260px; }

/* line 599, ../sass/bootstrap/_mixins.scss */
.offset4 {
  margin-left: 340px; }

/* line 599, ../sass/bootstrap/_mixins.scss */
.offset5 {
  margin-left: 420px; }

/* line 599, ../sass/bootstrap/_mixins.scss */
.offset6 {
  margin-left: 500px; }

/* line 599, ../sass/bootstrap/_mixins.scss */
.offset7 {
  margin-left: 580px; }

/* line 599, ../sass/bootstrap/_mixins.scss */
.offset8 {
  margin-left: 660px; }

/* line 599, ../sass/bootstrap/_mixins.scss */
.offset9 {
  margin-left: 740px; }

/* line 599, ../sass/bootstrap/_mixins.scss */
.offset10 {
  margin-left: 820px; }

/* line 599, ../sass/bootstrap/_mixins.scss */
.offset11 {
  margin-left: 900px; }

/* line 599, ../sass/bootstrap/_mixins.scss */
.offset12 {
  margin-left: 980px; }

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

/* line 13, ../sass/bootstrap/_grid.scss */
[class*="span"].hide,
.row-fluid [class*="span"].hide {
  display: none; }

/* line 18, ../sass/bootstrap/_grid.scss */
[class*="span"].pull-right,
.row-fluid [class*="span"].pull-right {
  float: right; }

/* line 7, ../sass/bootstrap/_layouts.scss */
.container {
  margin-right: auto;
  margin-left: auto;
  *zoom: 1; }
  /* line 14, ../sass/bootstrap/_mixins.scss */
  .container:before, .container:after {
    display: table;
    content: "";
    line-height: 0; }
  /* line 22, ../sass/bootstrap/_mixins.scss */
  .container:after {
    clear: both; }

/* line 12, ../sass/bootstrap/_layouts.scss */
.container-fluid {
  padding-right: 20px;
  padding-left: 20px;
  *zoom: 1; }
  /* line 14, ../sass/bootstrap/_mixins.scss */
  .container-fluid:before, .container-fluid:after {
    display: table;
    content: "";
    line-height: 0; }
  /* line 22, ../sass/bootstrap/_mixins.scss */
  .container-fluid:after {
    clear: both; }

/* line 9, ../sass/bootstrap/_type.scss */
p {
  margin: 0 0 9.5px; }

/* line 12, ../sass/bootstrap/_type.scss */
.lead {
  margin-bottom: 19px;
  font-size: 19.5px;
  font-weight: 200;
  line-height: 28.5px; }

/* line 24, ../sass/bootstrap/_type.scss */
small {
  font-size: 85%; }

/* line 26, ../sass/bootstrap/_type.scss */
strong {
  font-weight: bold; }

/* line 27, ../sass/bootstrap/_type.scss */
em {
  font-style: italic; }

/* line 28, ../sass/bootstrap/_type.scss */
cite {
  font-style: normal; }

/* line 31, ../sass/bootstrap/_type.scss */
.muted {
  color: #999; }

/* line 32, ../sass/bootstrap/_type.scss */
a.muted:hover,
a.muted:focus {
  color: gray; }

/* line 35, ../sass/bootstrap/_type.scss */
.text-warning {
  color: #c09853; }

/* line 36, ../sass/bootstrap/_type.scss */
a.text-warning:hover,
a.text-warning:focus {
  color: #a47e3c; }

/* line 39, ../sass/bootstrap/_type.scss */
.text-error {
  color: #b94a48; }

/* line 40, ../sass/bootstrap/_type.scss */
a.text-error:hover,
a.text-error:focus {
  color: #953b39; }

/* line 43, ../sass/bootstrap/_type.scss */
.text-info {
  color: #3a87ad; }

/* line 44, ../sass/bootstrap/_type.scss */
a.text-info:hover,
a.text-info:focus {
  color: #2d6987; }

/* line 47, ../sass/bootstrap/_type.scss */
.text-success {
  color: #468847; }

/* line 48, ../sass/bootstrap/_type.scss */
a.text-success:hover,
a.text-success:focus {
  color: #356635; }

/* line 51, ../sass/bootstrap/_type.scss */
.text-left {
  text-align: left; }

/* line 52, ../sass/bootstrap/_type.scss */
.text-right {
  text-align: right; }

/* line 53, ../sass/bootstrap/_type.scss */
.text-center {
  text-align: center; }

/* line 59, ../sass/bootstrap/_type.scss */
h1, h2, h3, h4, h5, h6 {
  margin: 9.5px 0;
  font-family: inherit;
  font-weight: bold;
  line-height: 19px;
  color: inherit;
  text-rendering: optimizelegibility; }
  /* line 66, ../sass/bootstrap/_type.scss */
  h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
    font-weight: normal;
    line-height: 1;
    color: #999; }

/* line 73, ../sass/bootstrap/_type.scss */
h1,
h2,
h3 {
  line-height: 38px; }

/* line 77, ../sass/bootstrap/_type.scss */
h1 {
  font-size: 35.75px; }

/* line 78, ../sass/bootstrap/_type.scss */
h2 {
  font-size: 34.25px; }

/* line 79, ../sass/bootstrap/_type.scss */
h3 {
  font-size: 22.75px; }

/* line 80, ../sass/bootstrap/_type.scss */
h4 {
  font-size: 16.25px; }

/* line 81, ../sass/bootstrap/_type.scss */
h5 {
  font-size: 13px; }

/* line 82, ../sass/bootstrap/_type.scss */
h6 {
  font-size: 11.05px; }

/* line 84, ../sass/bootstrap/_type.scss */
h1 small {
  font-size: 22.75px; }

/* line 85, ../sass/bootstrap/_type.scss */
h2 small {
  font-size: 16.25px; }

/* line 86, ../sass/bootstrap/_type.scss */
h3 small {
  font-size: 13px; }

/* line 87, ../sass/bootstrap/_type.scss */
h4 small {
  font-size: 13px; }

/* line 93, ../sass/bootstrap/_type.scss */
.page-header {
  padding-bottom: 8.5px;
  margin: 19px 0 28.5px;
  border-bottom: 1px solid #eee; }

/* line 105, ../sass/bootstrap/_type.scss */
ul, ol {
  padding: 0;
  margin: 0 0 9.5px 25px; }

/* line 109, ../sass/bootstrap/_type.scss */
ul ul,
ul ol,
ol ol,
ol ul {
  margin-bottom: 0; }

/* line 115, ../sass/bootstrap/_type.scss */
li {
  line-height: 19px; }

/* line 120, ../sass/bootstrap/_type.scss */
ul.unstyled,
ol.unstyled {
  margin-left: 0;
  list-style: none; }

/* line 127, ../sass/bootstrap/_type.scss */
ul.inline,
ol.inline {
  margin-left: 0;
  list-style: none; }
  /* line 131, ../sass/bootstrap/_type.scss */
  ul.inline > li,
  ol.inline > li {
    display: inline-block;
    *display: inline;
    /* IE7 inline-block hack */
    *zoom: 1;
    padding-left: 5px;
    padding-right: 5px; }

/* line 140, ../sass/bootstrap/_type.scss */
dl {
  margin-bottom: 19px; }

/* line 143, ../sass/bootstrap/_type.scss */
dt,
dd {
  line-height: 19px; }

/* line 147, ../sass/bootstrap/_type.scss */
dt {
  font-weight: bold; }

/* line 150, ../sass/bootstrap/_type.scss */
dd {
  margin-left: 9.5px; }

/* line 154, ../sass/bootstrap/_type.scss */
.dl-horizontal {
  *zoom: 1; }
  /* line 14, ../sass/bootstrap/_mixins.scss */
  .dl-horizontal:before, .dl-horizontal:after {
    display: table;
    content: "";
    line-height: 0; }
  /* line 22, ../sass/bootstrap/_mixins.scss */
  .dl-horizontal:after {
    clear: both; }
  /* line 156, ../sass/bootstrap/_type.scss */
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  /* line 163, ../sass/bootstrap/_type.scss */
  .dl-horizontal dd {
    margin-left: 180px; }

/* line 172, ../sass/bootstrap/_type.scss */
hr {
  margin: 19px 0;
  border: 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #fff; }

/* line 180, ../sass/bootstrap/_type.scss */
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999; }

/* line 186, ../sass/bootstrap/_type.scss */
abbr.initialism {
  font-size: 90%;
  text-transform: uppercase; }

/* line 192, ../sass/bootstrap/_type.scss */
blockquote {
  padding: 0 0 0 15px;
  margin: 0 0 19px;
  border-left: 5px solid #eee; }
  /* line 196, ../sass/bootstrap/_type.scss */
  blockquote p {
    margin-bottom: 0;
    font-size: 16.25px;
    font-weight: 300;
    line-height: 1.25; }
  /* line 202, ../sass/bootstrap/_type.scss */
  blockquote small {
    display: block;
    line-height: 19px;
    color: #999; }
    /* line 206, ../sass/bootstrap/_type.scss */
    blockquote small:before {
      content: '\2014 \00A0'; }
  /* line 212, ../sass/bootstrap/_type.scss */
  blockquote.pull-right {
    float: right;
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid #eee;
    border-left: 0; }
    /* line 218, ../sass/bootstrap/_type.scss */
    blockquote.pull-right p,
    blockquote.pull-right small {
      text-align: right; }
    /* line 223, ../sass/bootstrap/_type.scss */
    blockquote.pull-right small:before {
      content: ''; }
    /* line 226, ../sass/bootstrap/_type.scss */
    blockquote.pull-right small:after {
      content: '\00A0 \2014'; }

/* line 234, ../sass/bootstrap/_type.scss */
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: ""; }

/* line 242, ../sass/bootstrap/_type.scss */
address {
  display: block;
  margin-bottom: 19px;
  font-style: normal;
  line-height: 19px; }

/* line 7, ../sass/bootstrap/_code.scss */
code,
pre {
  padding: 0 3px 2px;
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
  font-size: 11px;
  color: #333;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }

/* line 17, ../sass/bootstrap/_code.scss */
code {
  padding: 2px 4px;
  color: #d14;
  background-color: #f7f7f9;
  border: 1px solid #e1e1e8;
  white-space: nowrap; }

/* line 26, ../sass/bootstrap/_code.scss */
pre {
  display: block;
  padding: 9px;
  margin: 0 0 9.5px;
  font-size: 12px;
  line-height: 19px;
  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: 0;
  -moz-border-radius: 0;
  border-radius: 0; }
  /* line 42, ../sass/bootstrap/_code.scss */
  pre.prettyprint {
    margin-bottom: 19px; }
  /* line 47, ../sass/bootstrap/_code.scss */
  pre code {
    padding: 0;
    color: inherit;
    white-space: pre;
    white-space: pre-wrap;
    background-color: transparent;
    border: 0; }

/* line 58, ../sass/bootstrap/_code.scss */
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

/* line 10, ../sass/bootstrap/_forms.scss */
form {
  margin: 0 0 19px; }

/* line 14, ../sass/bootstrap/_forms.scss */
fieldset {
  padding: 0;
  margin: 0;
  border: 0; }

/* line 21, ../sass/bootstrap/_forms.scss */
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 19px;
  font-size: 19.5px;
  line-height: 38px;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5; }
  /* line 33, ../sass/bootstrap/_forms.scss */
  legend small {
    font-size: 14.25px;
    color: #999; }

/* line 40, ../sass/bootstrap/_forms.scss */
label,
input,
button,
select,
textarea {
  font-size: 13px;
  font-weight: normal;
  line-height: 19px; }

/* line 47, ../sass/bootstrap/_forms.scss */
input,
button,
select,
textarea {
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif; }

/* line 55, ../sass/bootstrap/_forms.scss */
label {
  display: block;
  margin-bottom: 5px; }

/* line 64, ../sass/bootstrap/_forms.scss */
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  display: inline-block;
  height: 19px;
  padding: 4px 6px;
  margin-bottom: 9.5px;
  font-size: 13px;
  line-height: 19px;
  color: #555;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  vertical-align: middle; }

/* line 94, ../sass/bootstrap/_forms.scss */
input,
textarea,
.uneditable-input {
  width: 206px; }

/* line 100, ../sass/bootstrap/_forms.scss */
textarea {
  height: auto; }

/* line 104, ../sass/bootstrap/_forms.scss */
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  background-color: #fff;
  border: 1px solid #ccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear 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; }
  /* line 126, ../sass/bootstrap/_forms.scss */
  textarea:focus,
  input[type="text"]:focus,
  input[type="password"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="date"]:focus,
  input[type="month"]:focus,
  input[type="time"]:focus,
  input[type="week"]:focus,
  input[type="number"]:focus,
  input[type="email"]:focus,
  input[type="url"]:focus,
  input[type="search"]:focus,
  input[type="tel"]:focus,
  input[type="color"]:focus,
  .uneditable-input:focus {
    border-color: rgba(82, 168, 236, 0.8);
    outline: 0;
    outline: thin dotted \9;
    /* IE6-9 */
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6); }

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

/* line 144, ../sass/bootstrap/_forms.scss */
input[type="file"],
input[type="image"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
  width: auto; }

/* line 155, ../sass/bootstrap/_forms.scss */
select,
input[type="file"] {
  height: 29px;
  /* 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: 29px; }

/* line 163, ../sass/bootstrap/_forms.scss */
select {
  width: 220px;
  border: 1px solid #ccc;
  background-color: #fff; }

/* line 170, ../sass/bootstrap/_forms.scss */
select[multiple],
select[size] {
  height: auto; }

/* line 176, ../sass/bootstrap/_forms.scss */
select:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

/* line 188, ../sass/bootstrap/_forms.scss */
.uneditable-input,
.uneditable-textarea {
  color: #999;
  background-color: #fcfcfc;
  border-color: #ccc;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  cursor: not-allowed; }

/* line 198, ../sass/bootstrap/_forms.scss */
.uneditable-input {
  overflow: hidden;
  white-space: nowrap; }

/* line 204, ../sass/bootstrap/_forms.scss */
.uneditable-textarea {
  width: auto;
  height: auto; }

/* line 83, ../sass/bootstrap/_mixins.scss */
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #999; }
/* line 86, ../sass/bootstrap/_mixins.scss */
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #999; }
/* line 89, ../sass/bootstrap/_mixins.scss */
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #999; }

/* line 224, ../sass/bootstrap/_forms.scss */
.radio,
.checkbox {
  min-height: 19px;
  padding-left: 20px; }

/* line 229, ../sass/bootstrap/_forms.scss */
.radio input[type="radio"],
.checkbox input[type="checkbox"] {
  float: left;
  margin-left: -20px; }

/* line 236, ../sass/bootstrap/_forms.scss */
.controls > .radio:first-child,
.controls > .checkbox:first-child {
  padding-top: 5px; }

/* line 243, ../sass/bootstrap/_forms.scss */
.radio.inline,
.checkbox.inline {
  display: inline-block;
  padding-top: 5px;
  margin-bottom: 0;
  vertical-align: middle; }

/* line 250, ../sass/bootstrap/_forms.scss */
.radio.inline + .radio.inline,
.checkbox.inline + .checkbox.inline {
  margin-left: 10px; }

/* line 261, ../sass/bootstrap/_forms.scss */
.input-mini {
  width: 60px; }

/* line 262, ../sass/bootstrap/_forms.scss */
.input-small {
  width: 90px; }

/* line 263, ../sass/bootstrap/_forms.scss */
.input-medium {
  width: 150px; }

/* line 264, ../sass/bootstrap/_forms.scss */
.input-large {
  width: 210px; }

/* line 265, ../sass/bootstrap/_forms.scss */
.input-xlarge {
  width: 270px; }

/* line 266, ../sass/bootstrap/_forms.scss */
.input-xxlarge {
  width: 530px; }

/* line 269, ../sass/bootstrap/_forms.scss */
input[class*="span"],
select[class*="span"],
textarea[class*="span"],
.uneditable-input[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"] {
  float: none;
  margin-left: 0; }

/* line 282, ../sass/bootstrap/_forms.scss */
.input-append input[class*="span"],
.input-append .uneditable-input[class*="span"],
.input-prepend input[class*="span"],
.input-prepend .uneditable-input[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"],
.row-fluid .input-prepend [class*="span"],
.row-fluid .input-append [class*="span"] {
  display: inline-block; }

/* line 669, ../sass/bootstrap/_mixins.scss */
input,
textarea,
.uneditable-input {
  margin-left: 0; }

/* line 676, ../sass/bootstrap/_mixins.scss */
.controls-row [class*="span"] + [class*="span"] {
  margin-left: 20px; }

/* line 686, ../sass/bootstrap/_mixins.scss */
input.span1,
textarea.span1,
.uneditable-input.span1 {
  width: 46px; }

/* line 686, ../sass/bootstrap/_mixins.scss */
input.span2,
textarea.span2,
.uneditable-input.span2 {
  width: 126px; }

/* line 686, ../sass/bootstrap/_mixins.scss */
input.span3,
textarea.span3,
.uneditable-input.span3 {
  width: 206px; }

/* line 686, ../sass/bootstrap/_mixins.scss */
input.span4,
textarea.span4,
.uneditable-input.span4 {
  width: 286px; }

/* line 686, ../sass/bootstrap/_mixins.scss */
input.span5,
textarea.span5,
.uneditable-input.span5 {
  width: 366px; }

/* line 686, ../sass/bootstrap/_mixins.scss */
input.span6,
textarea.span6,
.uneditable-input.span6 {
  width: 446px; }

/* line 686, ../sass/bootstrap/_mixins.scss */
input.span7,
textarea.span7,
.uneditable-input.span7 {
  width: 526px; }

/* line 686, ../sass/bootstrap/_mixins.scss */
input.span8,
textarea.span8,
.uneditable-input.span8 {
  width: 606px; }

/* line 686, ../sass/bootstrap/_mixins.scss */
input.span9,
textarea.span9,
.uneditable-input.span9 {
  width: 686px; }

/* line 686, ../sass/bootstrap/_mixins.scss */
input.span10,
textarea.span10,
.uneditable-input.span10 {
  width: 766px; }

/* line 686, ../sass/bootstrap/_mixins.scss */
input.span11,
textarea.span11,
.uneditable-input.span11 {
  width: 846px; }

/* line 686, ../sass/bootstrap/_mixins.scss */
input.span12,
textarea.span12,
.uneditable-input.span12 {
  width: 100%; }

/* line 304, ../sass/bootstrap/_forms.scss */
.controls-row {
  *zoom: 1; }
  /* line 14, ../sass/bootstrap/_mixins.scss */
  .controls-row:before, .controls-row:after {
    display: table;
    content: "";
    line-height: 0; }
  /* line 22, ../sass/bootstrap/_mixins.scss */
  .controls-row:after {
    clear: both; }

/* line 309, ../sass/bootstrap/_forms.scss */
.controls-row [class*="span"],
.row-fluid .controls-row [class*="span"] {
  float: left; }

/* line 315, ../sass/bootstrap/_forms.scss */
.controls-row .checkbox[class*="span"],
.controls-row .radio[class*="span"] {
  padding-top: 5px; }

/* line 327, ../sass/bootstrap/_forms.scss */
input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
  cursor: not-allowed;
  background-color: #eee; }

/* line 337, ../sass/bootstrap/_forms.scss */
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"][readonly],
input[type="checkbox"][readonly] {
  background-color: transparent; }

/* line 162, ../sass/bootstrap/_mixins.scss */
.control-group.warning .control-label,
.control-group.warning .help-block,
.control-group.warning .help-inline {
  color: #c09853; }
/* line 168, ../sass/bootstrap/_mixins.scss */
.control-group.warning .checkbox,
.control-group.warning .radio,
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
  color: #c09853; }
/* line 175, ../sass/bootstrap/_mixins.scss */
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
  border-color: #c09853;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  /* line 180, ../sass/bootstrap/_mixins.scss */
  .control-group.warning input:focus,
  .control-group.warning select:focus,
  .control-group.warning textarea:focus {
    border-color: #a47e3c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e; }
/* line 186, ../sass/bootstrap/_mixins.scss */
.control-group.warning .input-prepend .add-on,
.control-group.warning .input-append .add-on {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #c09853; }

/* line 162, ../sass/bootstrap/_mixins.scss */
.control-group.error .control-label,
.control-group.error .help-block,
.control-group.error .help-inline {
  color: #b94a48; }
/* line 168, ../sass/bootstrap/_mixins.scss */
.control-group.error .checkbox,
.control-group.error .radio,
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  color: #b94a48; }
/* line 175, ../sass/bootstrap/_mixins.scss */
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  border-color: #b94a48;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  /* line 180, ../sass/bootstrap/_mixins.scss */
  .control-group.error input:focus,
  .control-group.error select:focus,
  .control-group.error textarea:focus {
    border-color: #953b39;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392; }
/* line 186, ../sass/bootstrap/_mixins.scss */
.control-group.error .input-prepend .add-on,
.control-group.error .input-append .add-on {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #b94a48; }

/* line 162, ../sass/bootstrap/_mixins.scss */
.control-group.success .control-label,
.control-group.success .help-block,
.control-group.success .help-inline {
  color: #468847; }
/* line 168, ../sass/bootstrap/_mixins.scss */
.control-group.success .checkbox,
.control-group.success .radio,
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
  color: #468847; }
/* line 175, ../sass/bootstrap/_mixins.scss */
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
  border-color: #468847;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  /* line 180, ../sass/bootstrap/_mixins.scss */
  .control-group.success input:focus,
  .control-group.success select:focus,
  .control-group.success textarea:focus {
    border-color: #356635;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b; }
/* line 186, ../sass/bootstrap/_mixins.scss */
.control-group.success .input-prepend .add-on,
.control-group.success .input-append .add-on {
  color: #468847;
  background-color: #dff0d8;
  border-color: #468847; }

/* line 162, ../sass/bootstrap/_mixins.scss */
.control-group.info .control-label,
.control-group.info .help-block,
.control-group.info .help-inline {
  color: #3a87ad; }
/* line 168, ../sass/bootstrap/_mixins.scss */
.control-group.info .checkbox,
.control-group.info .radio,
.control-group.info input,
.control-group.info select,
.control-group.info textarea {
  color: #3a87ad; }
/* line 175, ../sass/bootstrap/_mixins.scss */
.control-group.info input,
.control-group.info select,
.control-group.info textarea {
  border-color: #3a87ad;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  /* line 180, ../sass/bootstrap/_mixins.scss */
  .control-group.info input:focus,
  .control-group.info select:focus,
  .control-group.info textarea:focus {
    border-color: #2d6987;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3; }
/* line 186, ../sass/bootstrap/_mixins.scss */
.control-group.info .input-prepend .add-on,
.control-group.info .input-append .add-on {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #3a87ad; }

/* line 369, ../sass/bootstrap/_forms.scss */
input:focus:invalid,
textarea:focus:invalid,
select:focus:invalid {
  color: #b94a48;
  border-color: #ee5f5b; }
  /* line 374, ../sass/bootstrap/_forms.scss */
  input:focus:invalid:focus,
  textarea:focus:invalid:focus,
  select:focus:invalid:focus {
    border-color: #e9322d;
    -webkit-box-shadow: 0 0 6px #f8b9b7;
    -moz-box-shadow: 0 0 6px #f8b9b7;
    box-shadow: 0 0 6px #f8b9b7; }

/* line 385, ../sass/bootstrap/_forms.scss */
.form-actions {
  padding: 18px 20px 19px;
  margin-top: 19px;
  margin-bottom: 19px;
  background-color: #f5f5f5;
  border-top: 1px solid #e5e5e5;
  *zoom: 1; }
  /* line 14, ../sass/bootstrap/_mixins.scss */
  .form-actions:before, .form-actions:after {
    display: table;
    content: "";
    line-height: 0; }
  /* line 22, ../sass/bootstrap/_mixins.scss */
  .form-actions:after {
    clear: both; }

/* line 399, ../sass/bootstrap/_forms.scss */
.help-block,
.help-inline {
  color: #595959; }

/* line 404, ../sass/bootstrap/_forms.scss */
.help-block {
  display: block;
  margin-bottom: 9.5px; }

/* line 409, ../sass/bootstrap/_forms.scss */
.help-inline {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  vertical-align: middle;
  padding-left: 5px; }

/* line 422, ../sass/bootstrap/_forms.scss */
.input-append,
.input-prepend {
  display: inline-block;
  margin-bottom: 9.5px;
  vertical-align: middle;
  font-size: 0;
  white-space: nowrap; }
  /* line 431, ../sass/bootstrap/_forms.scss */
  .input-append input,
  .input-append select,
  .input-append .uneditable-input,
  .input-append .dropdown-menu,
  .input-append .popover,
  .input-prepend input,
  .input-prepend select,
  .input-prepend .uneditable-input,
  .input-prepend .dropdown-menu,
  .input-prepend .popover {
    font-size: 13px; }
  /* line 439, ../sass/bootstrap/_forms.scss */
  .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; }
    /* line 448, ../sass/bootstrap/_forms.scss */
    .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; }
  /* line 452, ../sass/bootstrap/_forms.scss */
  .input-append .add-on,
  .input-prepend .add-on {
    display: inline-block;
    width: auto;
    height: 19px;
    min-width: 16px;
    padding: 4px 5px;
    font-size: 13px;
    font-weight: normal;
    line-height: 19px;
    text-align: center;
    text-shadow: 0 1px 0 #fff;
    background-color: #eee;
    border: 1px solid #ccc; }
  /* line 466, ../sass/bootstrap/_forms.scss */
  .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; }
  /* line 472, ../sass/bootstrap/_forms.scss */
  .input-append .active,
  .input-prepend .active {
    background-color: #a9dba9;
    border-color: #46a546; }

/* line 479, ../sass/bootstrap/_forms.scss */
.input-prepend .add-on,
.input-prepend .btn {
  margin-right: -1px; }
/* line 483, ../sass/bootstrap/_forms.scss */
.input-prepend .add-on:first-child,
.input-prepend .btn:first-child {
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px; }

/* line 491, ../sass/bootstrap/_forms.scss */
.input-append input,
.input-append select,
.input-append .uneditable-input {
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px; }
  /* line 495, ../sass/bootstrap/_forms.scss */
  .input-append input + .btn-group .btn:last-child,
  .input-append select + .btn-group .btn:last-child,
  .input-append .uneditable-input + .btn-group .btn:last-child {
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0; }
/* line 499, ../sass/bootstrap/_forms.scss */
.input-append .add-on,
.input-append .btn,
.input-append .btn-group {
  margin-left: -1px; }
/* line 504, ../sass/bootstrap/_forms.scss */
.input-append .add-on:last-child,
.input-append .btn:last-child,
.input-append .btn-group:last-child > .dropdown-toggle {
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0; }

/* line 513, ../sass/bootstrap/_forms.scss */
.input-prepend.input-append input,
.input-prepend.input-append select,
.input-prepend.input-append .uneditable-input {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }
  /* line 517, ../sass/bootstrap/_forms.scss */
  .input-prepend.input-append input + .btn-group .btn,
  .input-prepend.input-append select + .btn-group .btn,
  .input-prepend.input-append .uneditable-input + .btn-group .btn {
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0; }
/* line 521, ../sass/bootstrap/_forms.scss */
.input-prepend.input-append .add-on:first-child,
.input-prepend.input-append .btn:first-child {
  margin-right: -1px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px; }
/* line 526, ../sass/bootstrap/_forms.scss */
.input-prepend.input-append .add-on:last-child,
.input-prepend.input-append .btn:last-child {
  margin-left: -1px;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0; }
/* line 531, ../sass/bootstrap/_forms.scss */
.input-prepend.input-append .btn-group:first-child {
  margin-left: 0; }

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

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

/* line 556, ../sass/bootstrap/_forms.scss */
.form-search .input-append .search-query {
  -webkit-border-radius: 14px 0 0 14px;
  -moz-border-radius: 14px 0 0 14px;
  border-radius: 14px 0 0 14px; }

/* line 559, ../sass/bootstrap/_forms.scss */
.form-search .input-append .btn {
  -webkit-border-radius: 0 14px 14px 0;
  -moz-border-radius: 0 14px 14px 0;
  border-radius: 0 14px 14px 0; }

/* line 562, ../sass/bootstrap/_forms.scss */
.form-search .input-prepend .search-query {
  -webkit-border-radius: 0 14px 14px 0;
  -moz-border-radius: 0 14px 14px 0;
  border-radius: 0 14px 14px 0; }

/* line 565, ../sass/bootstrap/_forms.scss */
.form-search .input-prepend .btn {
  -webkit-border-radius: 14px 0 0 14px;
  -moz-border-radius: 14px 0 0 14px;
  border-radius: 14px 0 0 14px; }

/* line 581, ../sass/bootstrap/_forms.scss */
.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;
  /* IE7 inline-block hack */
  *zoom: 1;
  margin-bottom: 0;
  vertical-align: middle; }
/* line 594, ../sass/bootstrap/_forms.scss */
.form-search .hide,
.form-inline .hide,
.form-horizontal .hide {
  display: none; }

/* line 598, ../sass/bootstrap/_forms.scss */
.form-search label,
.form-inline label,
.form-search .btn-group,
.form-inline .btn-group {
  display: inline-block; }

/* line 605, ../sass/bootstrap/_forms.scss */
.form-search .input-append,
.form-inline .input-append,
.form-search .input-prepend,
.form-inline .input-prepend {
  margin-bottom: 0; }

/* line 612, ../sass/bootstrap/_forms.scss */
.form-search .radio,
.form-search .checkbox,
.form-inline .radio,
.form-inline .checkbox {
  padding-left: 0;
  margin-bottom: 0;
  vertical-align: middle; }

/* line 621, ../sass/bootstrap/_forms.scss */
.form-search .radio input[type="radio"],
.form-search .checkbox input[type="checkbox"],
.form-inline .radio input[type="radio"],
.form-inline .checkbox input[type="checkbox"] {
  float: left;
  margin-right: 3px;
  margin-left: 0; }

/* line 632, ../sass/bootstrap/_forms.scss */
.control-group {
  margin-bottom: 9.5px; }

/* line 637, ../sass/bootstrap/_forms.scss */
legend + .control-group {
  margin-top: 19px;
  -webkit-margin-top-collapse: separate; }

/* line 647, ../sass/bootstrap/_forms.scss */
.form-horizontal .control-group {
  margin-bottom: 19px;
  *zoom: 1; }
  /* line 14, ../sass/bootstrap/_mixins.scss */
  .form-horizontal .control-group:before, .form-horizontal .control-group:after {
    display: table;
    content: "";
    line-height: 0; }
  /* line 22, ../sass/bootstrap/_mixins.scss */
  .form-horizontal .control-group:after {
    clear: both; }
/* line 652, ../sass/bootstrap/_forms.scss */
.form-horizontal .control-label {
  float: left;
  width: 160px;
  padding-top: 5px;
  text-align: right; }
/* line 659, ../sass/bootstrap/_forms.scss */
.form-horizontal .controls {
  *display: inline-block;
  *padding-left: 20px;
  margin-left: 180px;
  *margin-left: 0; }
  /* line 666, ../sass/bootstrap/_forms.scss */
  .form-horizontal .controls:first-child {
    *padding-left: 180px; }
/* line 671, ../sass/bootstrap/_forms.scss */
.form-horizontal .help-block {
  margin-bottom: 0; }
/* line 681, ../sass/bootstrap/_forms.scss */
.form-horizontal input + .help-block,
.form-horizontal select + .help-block,
.form-horizontal textarea + .help-block,
.form-horizontal .uneditable-input + .help-block,
.form-horizontal .input-prepend + .help-block,
.form-horizontal .input-append + .help-block {
  margin-top: 9.5px; }
/* line 686, ../sass/bootstrap/_forms.scss */
.form-horizontal .form-actions {
  padding-left: 180px; }

/* line 9, ../sass/bootstrap/_tables.scss */
table {
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0; }

/* line 19, ../sass/bootstrap/_tables.scss */
.table {
  width: 100%;
  margin-bottom: 19px; }
  /* line 23, ../sass/bootstrap/_tables.scss */
  .table th,
  .table td {
    padding: 8px;
    line-height: 19px;
    text-align: left;
    vertical-align: top;
    border-top: 1px solid #ddd; }
  /* line 31, ../sass/bootstrap/_tables.scss */
  .table th {
    font-weight: bold; }
  /* line 35, ../sass/bootstrap/_tables.scss */
  .table thead th {
    vertical-align: bottom; }
  /* line 39, ../sass/bootstrap/_tables.scss */
  .table caption + thead tr:first-child th,
  .table caption + thead tr:first-child td,
  .table colgroup + thead tr:first-child th,
  .table colgroup + thead tr:first-child td,
  .table thead:first-child tr:first-child th,
  .table thead:first-child tr:first-child td {
    border-top: 0; }
  /* line 48, ../sass/bootstrap/_tables.scss */
  .table tbody + tbody {
    border-top: 2px solid #ddd; }
  /* line 53, ../sass/bootstrap/_tables.scss */
  .table .table {
    background-color: #fff; }

/* line 64, ../sass/bootstrap/_tables.scss */
.table-condensed th,
.table-condensed td {
  padding: 4px 5px; }

/* line 74, ../sass/bootstrap/_tables.scss */
.table-bordered {
  border: 1px solid #ddd;
  border-collapse: separate;
  *border-collapse: collapse;
  border-left: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }
  /* line 80, ../sass/bootstrap/_tables.scss */
  .table-bordered th,
  .table-bordered td {
    border-left: 1px solid #ddd; }
  /* line 85, ../sass/bootstrap/_tables.scss */
  .table-bordered caption + thead tr:first-child th,
  .table-bordered caption + tbody tr:first-child th,
  .table-bordered caption + tbody tr:first-child td,
  .table-bordered colgroup + thead tr:first-child th,
  .table-bordered colgroup + tbody tr:first-child th,
  .table-bordered colgroup + tbody tr:first-child td,
  .table-bordered thead:first-child tr:first-child th,
  .table-bordered tbody:first-child tr:first-child th,
  .table-bordered tbody:first-child tr:first-child td {
    border-top: 0; }
  /* line 97, ../sass/bootstrap/_tables.scss */
  .table-bordered thead:first-child tr:first-child > th:first-child,
  .table-bordered tbody:first-child tr:first-child > td:first-child,
  .table-bordered tbody:first-child tr:first-child > th:first-child {
    -webkit-border-top-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
    border-top-left-radius: 4px; }
  /* line 103, ../sass/bootstrap/_tables.scss */
  .table-bordered thead:first-child tr:first-child > th:last-child,
  .table-bordered tbody:first-child tr:first-child > td:last-child,
  .table-bordered tbody:first-child tr:first-child > th:last-child {
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    border-top-right-radius: 4px; }
  /* line 109, ../sass/bootstrap/_tables.scss */
  .table-bordered thead:last-child tr:last-child > th:first-child,
  .table-bordered tbody:last-child tr:last-child > td:first-child,
  .table-bordered tbody:last-child tr:last-child > th:first-child,
  .table-bordered tfoot:last-child tr:last-child > td:first-child,
  .table-bordered tfoot:last-child tr:last-child > th:first-child {
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-bottom-left-radius: 4px; }
  /* line 117, ../sass/bootstrap/_tables.scss */
  .table-bordered thead:last-child tr:last-child > th:last-child,
  .table-bordered tbody:last-child tr:last-child > td:last-child,
  .table-bordered tbody:last-child tr:last-child > th:last-child,
  .table-bordered tfoot:last-child tr:last-child > td:last-child,
  .table-bordered tfoot:last-child tr:last-child > th:last-child {
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    border-bottom-right-radius: 4px; }
  /* line 126, ../sass/bootstrap/_tables.scss */
  .table-bordered tfoot + tbody:last-child tr:last-child td:first-child {
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-bottomleft: 0;
    border-bottom-left-radius: 0; }
  /* line 129, ../sass/bootstrap/_tables.scss */
  .table-bordered tfoot + tbody:last-child tr:last-child td:last-child {
    -webkit-border-bottom-right-radius: 0;
    -moz-border-radius-bottomright: 0;
    border-bottom-right-radius: 0; }
  /* line 134, ../sass/bootstrap/_tables.scss */
  .table-bordered caption + thead tr:first-child th:first-child,
  .table-bordered caption + tbody tr:first-child td:first-child,
  .table-bordered colgroup + thead tr:first-child th:first-child,
  .table-bordered colgroup + tbody tr:first-child td:first-child {
    -webkit-border-top-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
    border-top-left-radius: 4px; }
  /* line 140, ../sass/bootstrap/_tables.scss */
  .table-bordered caption + thead tr:first-child th:last-child,
  .table-bordered caption + tbody tr:first-child td:last-child,
  .table-bordered colgroup + thead tr:first-child th:last-child,
  .table-bordered colgroup + tbody tr:first-child td:last-child {
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    border-top-right-radius: 4px; }

/* line 158, ../sass/bootstrap/_tables.scss */
.table-striped tbody > tr:nth-child(odd) > td,
.table-striped tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9; }

/* line 171, ../sass/bootstrap/_tables.scss */
.table-hover tbody tr:hover > td,
.table-hover tbody tr:hover > th {
  background-color: #f5f5f5; }

/* line 183, ../sass/bootstrap/_tables.scss */
table td[class*="span"],
table th[class*="span"],
.row-fluid table td[class*="span"],
.row-fluid table th[class*="span"] {
  display: table-cell;
  float: none;
  margin-left: 0; }

/* line 196, ../sass/bootstrap/_tables.scss */
.table td.span1,
.table th.span1 {
  float: none;
  width: 44px;
  margin-left: 0; }
/* line 196, ../sass/bootstrap/_tables.scss */
.table td.span2,
.table th.span2 {
  float: none;
  width: 124px;
  margin-left: 0; }
/* line 196, ../sass/bootstrap/_tables.scss */
.table td.span3,
.table th.span3 {
  float: none;
  width: 204px;
  margin-left: 0; }
/* line 196, ../sass/bootstrap/_tables.scss */
.table td.span4,
.table th.span4 {
  float: none;
  width: 284px;
  margin-left: 0; }
/* line 196, ../sass/bootstrap/_tables.scss */
.table td.span5,
.table th.span5 {
  float: none;
  width: 364px;
  margin-left: 0; }
/* line 196, ../sass/bootstrap/_tables.scss */
.table td.span6,
.table th.span6 {
  float: none;
  width: 444px;
  margin-left: 0; }
/* line 196, ../sass/bootstrap/_tables.scss */
.table td.span7,
.table th.span7 {
  float: none;
  width: 524px;
  margin-left: 0; }
/* line 196, ../sass/bootstrap/_tables.scss */
.table td.span8,
.table th.span8 {
  float: none;
  width: 604px;
  margin-left: 0; }
/* line 196, ../sass/bootstrap/_tables.scss */
.table td.span9,
.table th.span9 {
  float: none;
  width: 684px;
  margin-left: 0; }
/* line 196, ../sass/bootstrap/_tables.scss */
.table td.span10,
.table th.span10 {
  float: none;
  width: 764px;
  margin-left: 0; }
/* line 196, ../sass/bootstrap/_tables.scss */
.table td.span11,
.table th.span11 {
  float: none;
  width: 844px;
  margin-left: 0; }
/* line 196, ../sass/bootstrap/_tables.scss */
.table td.span12,
.table th.span12 {
  float: none;
  width: 100%;
  margin-left: 0; }

/* line 207, ../sass/bootstrap/_tables.scss */
.table tbody tr.success > td {
  background-color: #dff0d8; }
/* line 210, ../sass/bootstrap/_tables.scss */
.table tbody tr.error > td {
  background-color: #f2dede; }
/* line 213, ../sass/bootstrap/_tables.scss */
.table tbody tr.warning > td {
  background-color: #fcf8e3; }
/* line 216, ../sass/bootstrap/_tables.scss */
.table tbody tr.info > td {
  background-color: #d9edf7; }

/* line 223, ../sass/bootstrap/_tables.scss */
.table-hover tbody tr.success:hover > td {
  background-color: #d0e9c6; }
/* line 226, ../sass/bootstrap/_tables.scss */
.table-hover tbody tr.error:hover > td {
  background-color: #ebcccc; }
/* line 229, ../sass/bootstrap/_tables.scss */
.table-hover tbody tr.warning:hover > td {
  background-color: #faf2cc; }
/* line 232, ../sass/bootstrap/_tables.scss */
.table-hover tbody tr.info:hover > td {
  background-color: #c4e3f3; }

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

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

/* line 52, ../sass/bootstrap/_sprites.scss */
.icon-glass {
  background-position: 0      0; }

/* line 53, ../sass/bootstrap/_sprites.scss */
.icon-music {
  background-position: -24px  0; }

/* line 54, ../sass/bootstrap/_sprites.scss */
.icon-search {
  background-position: -48px  0; }

/* line 55, ../sass/bootstrap/_sprites.scss */
.icon-envelope {
  background-position: -72px  0; }

/* line 56, ../sass/bootstrap/_sprites.scss */
.icon-heart {
  background-position: -96px  0; }

/* line 57, ../sass/bootstrap/_sprites.scss */
.icon-star {
  background-position: -120px 0; }

/* line 58, ../sass/bootstrap/_sprites.scss */
.icon-star-empty {
  background-position: -144px 0; }

/* line 59, ../sass/bootstrap/_sprites.scss */
.icon-user {
  background-position: -168px 0; }

/* line 60, ../sass/bootstrap/_sprites.scss */
.icon-film {
  background-position: -192px 0; }

/* line 61, ../sass/bootstrap/_sprites.scss */
.icon-th-large {
  background-position: -216px 0; }

/* line 62, ../sass/bootstrap/_sprites.scss */
.icon-th {
  background-position: -240px 0; }

/* line 63, ../sass/bootstrap/_sprites.scss */
.icon-th-list {
  background-position: -264px 0; }

/* line 64, ../sass/bootstrap/_sprites.scss */
.icon-ok {
  background-position: -288px 0; }

/* line 65, ../sass/bootstrap/_sprites.scss */
.icon-remove {
  background-position: -312px 0; }

/* line 66, ../sass/bootstrap/_sprites.scss */
.icon-zoom-in {
  background-position: -336px 0; }

/* line 67, ../sass/bootstrap/_sprites.scss */
.icon-zoom-out {
  background-position: -360px 0; }

/* line 68, ../sass/bootstrap/_sprites.scss */
.icon-off {
  background-position: -384px 0; }

/* line 69, ../sass/bootstrap/_sprites.scss */
.icon-signal {
  background-position: -408px 0; }

/* line 70, ../sass/bootstrap/_sprites.scss */
.icon-cog {
  background-position: -432px 0; }

/* line 71, ../sass/bootstrap/_sprites.scss */
.icon-trash {
  background-position: -456px 0; }

/* line 73, ../sass/bootstrap/_sprites.scss */
.icon-home {
  background-position: 0      -24px; }

/* line 74, ../sass/bootstrap/_sprites.scss */
.icon-file {
  background-position: -24px  -24px; }

/* line 75, ../sass/bootstrap/_sprites.scss */
.icon-time {
  background-position: -48px  -24px; }

/* line 76, ../sass/bootstrap/_sprites.scss */
.icon-road {
  background-position: -72px  -24px; }

/* line 77, ../sass/bootstrap/_sprites.scss */
.icon-download-alt {
  background-position: -96px  -24px; }

/* line 78, ../sass/bootstrap/_sprites.scss */
.icon-download {
  background-position: -120px -24px; }

/* line 79, ../sass/bootstrap/_sprites.scss */
.icon-upload {
  background-position: -144px -24px; }

/* line 80, ../sass/bootstrap/_sprites.scss */
.icon-inbox {
  background-position: -168px -24px; }

/* line 81, ../sass/bootstrap/_sprites.scss */
.icon-play-circle {
  background-position: -192px -24px; }

/* line 82, ../sass/bootstrap/_sprites.scss */
.icon-repeat {
  background-position: -216px -24px; }

/* line 83, ../sass/bootstrap/_sprites.scss */
.icon-refresh {
  background-position: -240px -24px; }

/* line 84, ../sass/bootstrap/_sprites.scss */
.icon-list-alt {
  background-position: -264px -24px; }

/* line 85, ../sass/bootstrap/_sprites.scss */
.icon-lock {
  background-position: -287px -24px; }

/* line 86, ../sass/bootstrap/_sprites.scss */
.icon-flag {
  background-position: -312px -24px; }

/* line 87, ../sass/bootstrap/_sprites.scss */
.icon-headphones {
  background-position: -336px -24px; }

/* line 88, ../sass/bootstrap/_sprites.scss */
.icon-volume-off {
  background-position: -360px -24px; }

/* line 89, ../sass/bootstrap/_sprites.scss */
.icon-volume-down {
  background-position: -384px -24px; }

/* line 90, ../sass/bootstrap/_sprites.scss */
.icon-volume-up {
  background-position: -408px -24px; }

/* line 91, ../sass/bootstrap/_sprites.scss */
.icon-qrcode {
  background-position: -432px -24px; }

/* line 92, ../sass/bootstrap/_sprites.scss */
.icon-barcode {
  background-position: -456px -24px; }

/* line 94, ../sass/bootstrap/_sprites.scss */
.icon-tag {
  background-position: 0      -48px; }

/* line 95, ../sass/bootstrap/_sprites.scss */
.icon-tags {
  background-position: -25px  -48px; }

/* line 96, ../sass/bootstrap/_sprites.scss */
.icon-book {
  background-position: -48px  -48px; }

/* line 97, ../sass/bootstrap/_sprites.scss */
.icon-bookmark {
  background-position: -72px  -48px; }

/* line 98, ../sass/bootstrap/_sprites.scss */
.icon-print {
  background-position: -96px  -48px; }

/* line 99, ../sass/bootstrap/_sprites.scss */
.icon-camera {
  background-position: -120px -48px; }

/* line 100, ../sass/bootstrap/_sprites.scss */
.icon-font {
  background-position: -144px -48px; }

/* line 101, ../sass/bootstrap/_sprites.scss */
.icon-bold {
  background-position: -167px -48px; }

/* line 102, ../sass/bootstrap/_sprites.scss */
.icon-italic {
  background-position: -192px -48px; }

/* line 103, ../sass/bootstrap/_sprites.scss */
.icon-text-height {
  background-position: -216px -48px; }

/* line 104, ../sass/bootstrap/_sprites.scss */
.icon-text-width {
  background-position: -240px -48px; }

/* line 105, ../sass/bootstrap/_sprites.scss */
.icon-align-left {
  background-position: -264px -48px; }

/* line 106, ../sass/bootstrap/_sprites.scss */
.icon-align-center {
  background-position: -288px -48px; }

/* line 107, ../sass/bootstrap/_sprites.scss */
.icon-align-right {
  background-position: -312px -48px; }
  
/* line 108, ../sass/bootstrap/_sprites.scss */
.icon-align-justify {
  background-position: -336px -48px; }

/* line 109, ../sass/bootstrap/_sprites.scss */
.icon-list {
  background-position: -360px -48px; }

/* line 110, ../sass/bootstrap/_sprites.scss */
.icon-indent-left {
  background-position: -384px -48px; }

/* line 111, ../sass/bootstrap/_sprites.scss */
.icon-indent-right {
  background-position: -408px -48px; }

/* line 112, ../sass/bootstrap/_sprites.scss */
.icon-facetime-video {
  background-position: -432px -48px; }

/* line 113, ../sass/bootstrap/_sprites.scss */
.icon-picture {
  background-position: -456px -48px; }

/* line 115, ../sass/bootstrap/_sprites.scss */
.icon-pencil {
  background-position: 0      -72px; }

/* line 116, ../sass/bootstrap/_sprites.scss */
.icon-map-marker {
  background-position: -24px  -72px; }

/* line 117, ../sass/bootstrap/_sprites.scss */
.icon-adjust {
  background-position: -48px  -72px; }

/* line 118, ../sass/bootstrap/_sprites.scss */
.icon-tint {
  background-position: -72px  -72px; }

/* line 119, ../sass/bootstrap/_sprites.scss */
.icon-edit {
  background-position: -96px  -72px; }

/* line 120, ../sass/bootstrap/_sprites.scss */
.icon-share {
  background-position: -120px -72px; }

/* line 121, ../sass/bootstrap/_sprites.scss */
.icon-check {
  background-position: -144px -72px; }

/* line 122, ../sass/bootstrap/_sprites.scss */
.icon-move {
  background-position: -168px -72px; }

/* line 123, ../sass/bootstrap/_sprites.scss */
.icon-step-backward {
  background-position: -192px -72px; }

/* line 124, ../sass/bootstrap/_sprites.scss */
.icon-fast-backward {
  background-position: -216px -72px; }

/* line 125, ../sass/bootstrap/_sprites.scss */
.icon-backward {
  background-position: -240px -72px; }

/* line 126, ../sass/bootstrap/_sprites.scss */
.icon-play {
  background-position: -264px -72px; }

/* line 127, ../sass/bootstrap/_sprites.scss */
.icon-pause {
  background-position: -288px -72px; }

/* line 128, ../sass/bootstrap/_sprites.scss */
.icon-stop {
  background-position: -312px -72px; }

/* line 129, ../sass/bootstrap/_sprites.scss */
.icon-forward {
  background-position: -336px -72px; }

/* line 130, ../sass/bootstrap/_sprites.scss */
.icon-fast-forward {
  background-position: -360px -72px; }

/* line 131, ../sass/bootstrap/_sprites.scss */
.icon-step-forward {
  background-position: -384px -72px; }

/* line 132, ../sass/bootstrap/_sprites.scss */
.icon-eject {
  background-position: -408px -72px; }

/* line 133, ../sass/bootstrap/_sprites.scss */
.icon-chevron-left {
  background-position: -432px -72px; }

/* line 134, ../sass/bootstrap/_sprites.scss */
.icon-chevron-right {
  background-position: -456px -72px; }

/* line 136, ../sass/bootstrap/_sprites.scss */
.icon-plus-sign {
  background-position: 0      -96px; }

/* line 137, ../sass/bootstrap/_sprites.scss */
.icon-minus-sign {
  background-position: -24px  -96px; }

/* line 138, ../sass/bootstrap/_sprites.scss */
.icon-remove-sign {
  background-position: -48px  -96px; }

/* line 139, ../sass/bootstrap/_sprites.scss */
.icon-ok-sign {
  background-position: -72px  -96px; }

/* line 140, ../sass/bootstrap/_sprites.scss */
.icon-question-sign {
  background-position: -96px  -96px; }

/* line 141, ../sass/bootstrap/_sprites.scss */
.icon-info-sign {
  background-position: -120px -96px; }

/* line 142, ../sass/bootstrap/_sprites.scss */
.icon-screenshot {
  background-position: -144px -96px; }

/* line 143, ../sass/bootstrap/_sprites.scss */
.icon-remove-circle {
  background-position: -168px -96px; }

/* line 144, ../sass/bootstrap/_sprites.scss */
.icon-ok-circle {
  background-position: -192px -96px; }

/* line 145, ../sass/bootstrap/_sprites.scss */
.icon-ban-circle {
  background-position: -216px -96px; }

/* line 146, ../sass/bootstrap/_sprites.scss */
.icon-arrow-left {
  background-position: -240px -96px; }

/* line 147, ../sass/bootstrap/_sprites.scss */
.icon-arrow-right {
  background-position: -264px -96px; }

/* line 148, ../sass/bootstrap/_sprites.scss */
.icon-arrow-up {
  background-position: -289px -96px; }

/* line 149, ../sass/bootstrap/_sprites.scss */
.icon-arrow-down {
  background-position: -312px -96px; }

/* line 150, ../sass/bootstrap/_sprites.scss */
.icon-share-alt {
  background-position: -336px -96px; }

/* line 151, ../sass/bootstrap/_sprites.scss */
.icon-resize-full {
  background-position: -360px -96px; }

/* line 152, ../sass/bootstrap/_sprites.scss */
.icon-resize-small {
  background-position: -384px -96px; }

/* line 153, ../sass/bootstrap/_sprites.scss */
.icon-plus {
  background-position: -408px -96px; }

/* line 154, ../sass/bootstrap/_sprites.scss */
.icon-minus {
  background-position: -433px -96px; }

/* line 155, ../sass/bootstrap/_sprites.scss */
.icon-asterisk {
  background-position: -456px -96px; }

/* line 157, ../sass/bootstrap/_sprites.scss */
.icon-exclamation-sign {
  background-position: 0      -120px; }

/* line 158, ../sass/bootstrap/_sprites.scss */
.icon-gift {
  background-position: -24px  -120px; }

/* line 159, ../sass/bootstrap/_sprites.scss */
.icon-leaf {
  background-position: -48px  -120px; }

/* line 160, ../sass/bootstrap/_sprites.scss */
.icon-fire {
  background-position: -72px  -120px; }

/* line 161, ../sass/bootstrap/_sprites.scss */
.icon-eye-open {
  background-position: -96px  -120px; }

/* line 162, ../sass/bootstrap/_sprites.scss */
.icon-eye-close {
  background-position: -120px -120px; }

/* line 163, ../sass/bootstrap/_sprites.scss */
.icon-warning-sign {
  background-position: -144px -120px; }

/* line 164, ../sass/bootstrap/_sprites.scss */
.icon-plane {
  background-position: -168px -120px; }

/* line 165, ../sass/bootstrap/_sprites.scss */
.icon-calendar {
  background-position: -192px -120px; }

/* line 166, ../sass/bootstrap/_sprites.scss */
.icon-random {
  background-position: -216px -120px;
  width: 16px; }

/* line 167, ../sass/bootstrap/_sprites.scss */
.icon-comment {
  background-position: -240px -120px; }

/* line 168, ../sass/bootstrap/_sprites.scss */
.icon-magnet {
  background-position: -264px -120px; }

/* line 169, ../sass/bootstrap/_sprites.scss */
.icon-chevron-up {
  background-position: -288px -120px; }

/* line 170, ../sass/bootstrap/_sprites.scss */
.icon-chevron-down {
  background-position: -313px -119px; }

/* line 171, ../sass/bootstrap/_sprites.scss */
.icon-retweet {
  background-position: -336px -120px; }

/* line 172, ../sass/bootstrap/_sprites.scss */
.icon-shopping-cart {
  background-position: -360px -120px; }

/* line 173, ../sass/bootstrap/_sprites.scss */
.icon-folder-close {
  background-position: -384px -120px;
  width: 16px; }

/* line 174, ../sass/bootstrap/_sprites.scss */
.icon-folder-open {
  background-position: -408px -120px;
  width: 16px; }

/* line 175, ../sass/bootstrap/_sprites.scss */
.icon-resize-vertical {
  background-position: -432px -119px; }

/* line 176, ../sass/bootstrap/_sprites.scss */
.icon-resize-horizontal {
  background-position: -456px -118px; }

/* line 178, ../sass/bootstrap/_sprites.scss */
.icon-hdd {
  background-position: 0      -144px; }

/* line 179, ../sass/bootstrap/_sprites.scss */
.icon-bullhorn {
  background-position: -24px  -144px; }

/* line 180, ../sass/bootstrap/_sprites.scss */
.icon-bell {
  background-position: -48px  -144px; }

/* line 181, ../sass/bootstrap/_sprites.scss */
.icon-certificate {
  background-position: -72px  -144px; }

/* line 182, ../sass/bootstrap/_sprites.scss */
.icon-thumbs-up {
  background-position: -96px  -144px; }

/* line 183, ../sass/bootstrap/_sprites.scss */
.icon-thumbs-down {
  background-position: -120px -144px; }

/* line 184, ../sass/bootstrap/_sprites.scss */
.icon-hand-right {
  background-position: -144px -144px; }

/* line 185, ../sass/bootstrap/_sprites.scss */
.icon-hand-left {
  background-position: -168px -144px; }

/* line 186, ../sass/bootstrap/_sprites.scss */
.icon-hand-up {
  background-position: -192px -144px; }

/* line 187, ../sass/bootstrap/_sprites.scss */
.icon-hand-down {
  background-position: -216px -144px; }

/* line 188, ../sass/bootstrap/_sprites.scss */
.icon-circle-arrow-right {
  background-position: -240px -144px; }

/* line 189, ../sass/bootstrap/_sprites.scss */
.icon-circle-arrow-left {
  background-position: -264px -144px; }

/* line 190, ../sass/bootstrap/_sprites.scss */
.icon-circle-arrow-up {
  background-position: -288px -144px; }

/* line 191, ../sass/bootstrap/_sprites.scss */
.icon-circle-arrow-down {
  background-position: -312px -144px; }

/* line 192, ../sass/bootstrap/_sprites.scss */
.icon-globe {
  background-position: -336px -144px; }

/* line 193, ../sass/bootstrap/_sprites.scss */
.icon-wrench {
  background-position: -360px -144px; }

/* line 194, ../sass/bootstrap/_sprites.scss */
.icon-tasks {
  background-position: -384px -144px; }

/* line 195, ../sass/bootstrap/_sprites.scss */
.icon-filter {
  background-position: -408px -144px; }

/* line 196, ../sass/bootstrap/_sprites.scss */
.icon-briefcase {
  background-position: -432px -144px; }

/* line 197, ../sass/bootstrap/_sprites.scss */
.icon-fullscreen {
  background-position: -456px -144px; }

/* line 7, ../sass/bootstrap/_dropdowns.scss */
.dropup,
.dropdown {
  position: relative; }

/* line 11, ../sass/bootstrap/_dropdowns.scss */
.dropdown-toggle {
  *margin-bottom: -3px; }

/* line 15, ../sass/bootstrap/_dropdowns.scss */
.dropdown-toggle:active,
.open .dropdown-toggle {
  outline: 0; }

/* line 22, ../sass/bootstrap/_dropdowns.scss */
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: top;
  border-top: 4px solid #000;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content: ""; }

/* line 34, ../sass/bootstrap/_dropdowns.scss */
.dropdown .caret {
  margin-top: 8px;
  margin-left: 2px; }

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

/* line 88, ../sass/bootstrap/_dropdowns.scss */
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-submenu:hover > a,
.dropdown-submenu:focus > a {
  text-decoration: none;
  color: #fff;
  background-color: #09488d;
  background-image: -moz-linear-gradient(top, #0A4D97, #08417f);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0A4D97), to(#08417f));
  background-image: -webkit-linear-gradient(top, #0A4D97, #08417f);
  background-image: -o-linear-gradient(top, #0A4D97, #08417f);
  background-image: linear-gradient(to bottom, #0a4d97, #08417f);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF0A4D97', endColorstr='#FF08417F', GradientType=0); }

/* line 99, ../sass/bootstrap/_dropdowns.scss */
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #09488d;
  background-image: -moz-linear-gradient(top, #0A4D97, #08417f);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0A4D97), to(#08417f));
  background-image: -webkit-linear-gradient(top, #0A4D97, #08417f);
  background-image: -o-linear-gradient(top, #0A4D97, #08417f);
  background-image: linear-gradient(to bottom, #0a4d97, #08417f);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF0A4D97', endColorstr='#FF08417F', GradientType=0); }

/* line 111, ../sass/bootstrap/_dropdowns.scss */
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #999; }

/* line 117, ../sass/bootstrap/_dropdowns.scss */
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  cursor: default; }

/* line 128, ../sass/bootstrap/_dropdowns.scss */
.open {
  *z-index: 1000; }
  /* line 133, ../sass/bootstrap/_dropdowns.scss */
  .open > .dropdown-menu {
    display: block; }

/* line 140, ../sass/bootstrap/_dropdowns.scss */
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990; }

/* line 151, ../sass/bootstrap/_dropdowns.scss */
.pull-right > .dropdown-menu {
  right: 0;
  left: auto; }

/* line 163, ../sass/bootstrap/_dropdowns.scss */
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid #000;
  content: ""; }
/* line 169, ../sass/bootstrap/_dropdowns.scss */
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px; }

/* line 178, ../sass/bootstrap/_dropdowns.scss */
.dropdown-submenu {
  position: relative; }

/* line 182, ../sass/bootstrap/_dropdowns.scss */
.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px 6px;
  border-radius: 0 6px 6px 6px; }

/* line 189, ../sass/bootstrap/_dropdowns.scss */
.dropdown-submenu:hover > .dropdown-menu {
  display: block; }

/* line 194, ../sass/bootstrap/_dropdowns.scss */
.dropup .dropdown-submenu > .dropdown-menu {
  top: auto;
  bottom: 0;
  margin-top: 0;
  margin-bottom: -2px;
  -webkit-border-radius: 5px 5px 5px 0;
  -moz-border-radius: 5px 5px 5px 0;
  border-radius: 5px 5px 5px 0; }

/* line 203, ../sass/bootstrap/_dropdowns.scss */
.dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #cccccc;
  margin-top: 5px;
  margin-right: -10px; }

/* line 216, ../sass/bootstrap/_dropdowns.scss */
.dropdown-submenu:hover > a:after {
  border-left-color: #fff; }

/* line 221, ../sass/bootstrap/_dropdowns.scss */
.dropdown-submenu.pull-left {
  float: none; }
  /* line 227, ../sass/bootstrap/_dropdowns.scss */
  .dropdown-submenu.pull-left > .dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px; }

/* line 237, ../sass/bootstrap/_dropdowns.scss */
.dropdown .dropdown-menu .nav-header {
  padding-left: 20px;
  padding-right: 20px; }

/* line 244, ../sass/bootstrap/_dropdowns.scss */
.typeahead {
  z-index: 1051;
  margin-top: 2px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }

/* line 7, ../sass/bootstrap/_wells.scss */
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); }
  /* line 15, ../sass/bootstrap/_wells.scss */
  .well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, 0.15); }

/* line 22, ../sass/bootstrap/_wells.scss */
.well-large {
  padding: 24px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px; }

/* line 26, ../sass/bootstrap/_wells.scss */
.well-small {
  padding: 9px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }

/* line 6, ../sass/bootstrap/_component-animations.scss */
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -moz-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear; }
  /* line 9, ../sass/bootstrap/_component-animations.scss */
  .fade.in {
    opacity: 1; }

/* line 14, ../sass/bootstrap/_component-animations.scss */
.collapse {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  -moz-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease; }
  /* line 19, ../sass/bootstrap/_component-animations.scss */
  .collapse.in {
    height: auto; }

/* line 6, ../sass/bootstrap/_close.scss */
.close {
  float: right;
  font-size: 20px;
  font-weight: bold;
  line-height: 19px;
  color: #000;
  text-shadow: 0 1px 0 white;
  opacity: 0.2;
  filter: alpha(opacity=20); }
  /* line 14, ../sass/bootstrap/_close.scss */
  .close:hover, .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.4;
    filter: alpha(opacity=40); }

/* line 26, ../sass/bootstrap/_close.scss */
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none; }

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

/* line 70, ../sass/bootstrap/_buttons.scss */
.btn-large {
  padding: 11px 19px;
  font-size: 16.25px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px; }

/* line 75, ../sass/bootstrap/_buttons.scss */
.btn-large [class^="icon-"],
.btn-large [class*=" icon-"] {
  margin-top: 4px; }

/* line 81, ../sass/bootstrap/_buttons.scss */
.btn-small {
  padding: 2px 10px;
  font-size: 11.05px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }

/* line 86, ../sass/bootstrap/_buttons.scss */
.btn-small [class^="icon-"],
.btn-small [class*=" icon-"] {
  margin-top: 0; }

/* line 90, ../sass/bootstrap/_buttons.scss */
.btn-mini [class^="icon-"],
.btn-mini [class*=" icon-"] {
  margin-top: -1px; }

/* line 96, ../sass/bootstrap/_buttons.scss */
.btn-mini {
  padding: 0px 6px;
  font-size: 9.75px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }

/* line 106, ../sass/bootstrap/_buttons.scss */
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/* line 115, ../sass/bootstrap/_buttons.scss */
.btn-block + .btn-block {
  margin-top: 5px; }

/* line 123, ../sass/bootstrap/_buttons.scss */
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

/* line 134, ../sass/bootstrap/_buttons.scss */
.btn-primary.active,
.btn-warning.active,
.btn-danger.active,
.btn-success.active,
.btn-info.active,
.btn-inverse.active {
  color: rgba(255, 255, 255, 0.75); }

/* line 145, ../sass/bootstrap/_buttons.scss */
.btn-primary {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #0a3a97;
  background-image: -moz-linear-gradient(top, #0A4D97, #0a1e97);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0A4D97), to(#0a1e97));
  background-image: -webkit-linear-gradient(top, #0A4D97, #0a1e97);
  background-image: -o-linear-gradient(top, #0A4D97, #0a1e97);
  background-image: linear-gradient(to bottom, #0a4d97, #0a1e97);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF0A4D97', endColorstr='#FF0A1E97', GradientType=0);
  border-color: #0a1e97 #0a1e97 #05104f;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #0a1e97;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); }
  /* line 513, ../sass/bootstrap/_mixins.scss */
  .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
    color: #fff;
    background-color: #0a1e97;
    *background-color: #08197f; }
  /* line 520, ../sass/bootstrap/_mixins.scss */
  .btn-primary:active, .btn-primary.active {
    background-color: #071467 \9; }

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

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

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

/* line 161, ../sass/bootstrap/_buttons.scss */
.btn-info {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #49afcd;
  background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
  background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: linear-gradient(to bottom, #5bc0de, #2f96b4);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF5BC0DE', endColorstr='#FF2F96B4', GradientType=0);
  border-color: #2f96b4 #2f96b4 #1f6377;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #2f96b4;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); }
  /* line 513, ../sass/bootstrap/_mixins.scss */
  .btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    color: #fff;
    background-color: #2f96b4;
    *background-color: #2a85a0; }
  /* line 520, ../sass/bootstrap/_mixins.scss */
  .btn-info:active, .btn-info.active {
    background-color: #24748c \9; }

/* line 165, ../sass/bootstrap/_buttons.scss */
.btn-inverse {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #363636;
  background-image: -moz-linear-gradient(top, #444, #222);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444), to(#222));
  background-image: -webkit-linear-gradient(top, #444, #222);
  background-image: -o-linear-gradient(top, #444, #222);
  background-image: linear-gradient(to bottom, #444444, #222222);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF444444', endColorstr='#FF222222', GradientType=0);
  border-color: #222 #222 black;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #222;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); }
  /* line 513, ../sass/bootstrap/_mixins.scss */
  .btn-inverse:hover, .btn-inverse:focus, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
    color: #fff;
    background-color: #222;
    *background-color: #151515; }
  /* line 520, ../sass/bootstrap/_mixins.scss */
  .btn-inverse:active, .btn-inverse.active {
    background-color: #090909 \9; }

/* line 173, ../sass/bootstrap/_buttons.scss */
button.btn,
input[type="submit"].btn {
  *padding-top: 3px;
  *padding-bottom: 3px; }
  /* line 177, ../sass/bootstrap/_buttons.scss */
  button.btn::-moz-focus-inner,
  input[type="submit"].btn::-moz-focus-inner {
    padding: 0;
    border: 0; }
  /* line 186, ../sass/bootstrap/_buttons.scss */
  button.btn.btn-large,
  input[type="submit"].btn.btn-large {
    *padding-top: 7px;
    *padding-bottom: 7px; }
  /* line 190, ../sass/bootstrap/_buttons.scss */
  button.btn.btn-small,
  input[type="submit"].btn.btn-small {
    *padding-top: 3px;
    *padding-bottom: 3px; }
  /* line 194, ../sass/bootstrap/_buttons.scss */
  button.btn.btn-mini,
  input[type="submit"].btn.btn-mini {
    *padding-top: 1px;
    *padding-bottom: 1px; }

/* line 205, ../sass/bootstrap/_buttons.scss */
.btn-link,
.btn-link:active,
.btn-link[disabled] {
  background-color: transparent;
  background-image: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

/* line 212, ../sass/bootstrap/_buttons.scss */
.btn-link {
  border-color: transparent;
  cursor: pointer;
  color: #0A4D97;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }

/* line 218, ../sass/bootstrap/_buttons.scss */
.btn-link:hover,
.btn-link:focus {
  color: #004FA5;
  text-decoration: underline;
  background-color: transparent; }

/* line 224, ../sass/bootstrap/_buttons.scss */
.btn-link[disabled]:hover,
.btn-link[disabled]:focus {
  color: #333;
  text-decoration: none; }

/* line 7, ../sass/bootstrap/_button-groups.scss */
.btn-group {
  position: relative;
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  font-size: 0;
  vertical-align: middle;
  white-space: nowrap;
  *margin-left: .3em; }
  /* line 61, ../sass/bootstrap/_mixins.scss */
  .btn-group:first-child {
    *margin-left: 0; }

/* line 18, ../sass/bootstrap/_button-groups.scss */
.btn-group + .btn-group {
  margin-left: 5px; }

/* line 23, ../sass/bootstrap/_button-groups.scss */
.btn-toolbar {
  font-size: 0;
  margin-top: 9.5px;
  margin-bottom: 9.5px; }
  /* line 27, ../sass/bootstrap/_button-groups.scss */
  .btn-toolbar > .btn + .btn,
  .btn-toolbar > .btn-group + .btn,
  .btn-toolbar > .btn + .btn-group {
    margin-left: 5px; }

/* line 35, ../sass/bootstrap/_button-groups.scss */
.btn-group > .btn {
  position: relative;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }

/* line 39, ../sass/bootstrap/_button-groups.scss */
.btn-group > .btn + .btn {
  margin-left: -1px; }

/* line 42, ../sass/bootstrap/_button-groups.scss */
.btn-group > .btn,
.btn-group > .dropdown-menu,
.btn-group > .popover {
  font-size: 13px; }

/* line 49, ../sass/bootstrap/_button-groups.scss */
.btn-group > .btn-mini {
  font-size: 9.75px; }

/* line 52, ../sass/bootstrap/_button-groups.scss */
.btn-group > .btn-small {
  font-size: 11.05px; }

/* line 55, ../sass/bootstrap/_button-groups.scss */
.btn-group > .btn-large {
  font-size: 16.25px; }

/* line 60, ../sass/bootstrap/_button-groups.scss */
.btn-group > .btn:first-child {
  margin-left: 0;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px; }

/* line 66, ../sass/bootstrap/_button-groups.scss */
.btn-group > .btn:last-child,
.btn-group > .dropdown-toggle {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px; }

/* line 72, ../sass/bootstrap/_button-groups.scss */
.btn-group > .btn.large:first-child {
  margin-left: 0;
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-topleft: 6px;
  border-top-left-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-bottom-left-radius: 6px; }

/* line 77, ../sass/bootstrap/_button-groups.scss */
.btn-group > .btn.large:last-child,
.btn-group > .large.dropdown-toggle {
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  border-bottom-right-radius: 6px; }

/* line 84, ../sass/bootstrap/_button-groups.scss */
.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active {
  z-index: 2; }

/* line 92, ../sass/bootstrap/_button-groups.scss */
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0; }

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

/* line 110, ../sass/bootstrap/_button-groups.scss */
.btn-group > .btn-mini + .dropdown-toggle {
  padding-left: 5px;
  padding-right: 5px;
  *padding-top: 2px;
  *padding-bottom: 2px; }

/* line 116, ../sass/bootstrap/_button-groups.scss */
.btn-group > .btn-small + .dropdown-toggle {
  *padding-top: 5px;
  *padding-bottom: 4px; }

/* line 120, ../sass/bootstrap/_button-groups.scss */
.btn-group > .btn-large + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
  *padding-top: 7px;
  *padding-bottom: 7px; }

/* line 131, ../sass/bootstrap/_button-groups.scss */
.btn-group.open .dropdown-toggle {
  background-image: none;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); }
/* line 137, ../sass/bootstrap/_button-groups.scss */
.btn-group.open .btn.dropdown-toggle {
  background-color: #e6e6e6; }
/* line 140, ../sass/bootstrap/_button-groups.scss */
.btn-group.open .btn-primary.dropdown-toggle {
  background-color: #0a1e97; }
/* line 143, ../sass/bootstrap/_button-groups.scss */
.btn-group.open .btn-warning.dropdown-toggle {
  background-color: #f89406; }
/* line 146, ../sass/bootstrap/_button-groups.scss */
.btn-group.open .btn-danger.dropdown-toggle {
  background-color: #bd362f; }
/* line 149, ../sass/bootstrap/_button-groups.scss */
.btn-group.open .btn-success.dropdown-toggle {
  background-color: #51a351; }
/* line 152, ../sass/bootstrap/_button-groups.scss */
.btn-group.open .btn-info.dropdown-toggle {
  background-color: #2f96b4; }
/* line 155, ../sass/bootstrap/_button-groups.scss */
.btn-group.open .btn-inverse.dropdown-toggle {
  background-color: #222; }

/* line 162, ../sass/bootstrap/_button-groups.scss */
.btn .caret {
  margin-top: 8px;
  margin-left: 0; }

/* line 167, ../sass/bootstrap/_button-groups.scss */
.btn-large .caret {
  margin-top: 6px; }

/* line 170, ../sass/bootstrap/_button-groups.scss */
.btn-large .caret {
  border-left-width: 5px;
  border-right-width: 5px;
  border-top-width: 5px; }

/* line 175, ../sass/bootstrap/_button-groups.scss */
.btn-mini .caret,
.btn-small .caret {
  margin-top: 8px; }

/* line 180, ../sass/bootstrap/_button-groups.scss */
.dropup .btn-large .caret {
  border-bottom-width: 5px; }

/* line 193, ../sass/bootstrap/_button-groups.scss */
.btn-primary .caret,
.btn-warning .caret,
.btn-danger .caret,
.btn-info .caret,
.btn-success .caret,
.btn-inverse .caret {
  border-top-color: #fff;
  border-bottom-color: #fff; }

/* line 204, ../sass/bootstrap/_button-groups.scss */
.btn-group-vertical {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1; }

/* line 208, ../sass/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn {
  display: block;
  float: none;
  max-width: 100%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }

/* line 214, ../sass/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn + .btn {
  margin-left: 0;
  margin-top: -1px; }

/* line 218, ../sass/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn:first-child {
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0; }

/* line 221, ../sass/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn:last-child {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px; }

/* line 224, ../sass/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn-large:first-child {
  -webkit-border-radius: 6px 6px 0 0;
  -moz-border-radius: 6px 6px 0 0;
  border-radius: 6px 6px 0 0; }

/* line 227, ../sass/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn-large:last-child {
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px; }

/* line 9, ../sass/bootstrap/_alerts.scss */
.alert {
  padding: 8px 35px 8px 14px;
  margin-bottom: 19px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }

/* line 17, ../sass/bootstrap/_alerts.scss */
.alert,
.alert h4 {
  color: #c09853; }

/* line 22, ../sass/bootstrap/_alerts.scss */
.alert h4 {
  margin: 0; }

/* line 27, ../sass/bootstrap/_alerts.scss */
.alert .close {
  position: relative;
  top: -2px;
  right: -21px;
  line-height: 19px; }

/* line 38, ../sass/bootstrap/_alerts.scss */
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #468847; }

/* line 43, ../sass/bootstrap/_alerts.scss */
.alert-success h4 {
  color: #468847; }

/* line 46, ../sass/bootstrap/_alerts.scss */
.alert-danger,
.alert-error {
  background-color: #f2dede;
  border-color: #eed3d7;
  color: #b94a48; }

.alert-hp {
  background-color: #efe9f1;
  border-color: #eed3d7;
  color: #000000;
}

.alert-emergency {
    border-color: #eed3d7;
    color: #b94a48;
}
/* line 52, ../sass/bootstrap/_alerts.scss */
.alert-danger h4,
.alert-error h4 {
  color: #b94a48; }

/* line 56, ../sass/bootstrap/_alerts.scss */
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #3a87ad; }

/* line 61, ../sass/bootstrap/_alerts.scss */
.alert-info h4 {
  color: #3a87ad; }

/* line 69, ../sass/bootstrap/_alerts.scss */
.alert-block {
  padding-top: 14px;
  padding-bottom: 14px; }

/* line 73, ../sass/bootstrap/_alerts.scss */
.alert-block > p,
.alert-block > ul {
  margin-bottom: 0; }

/* line 77, ../sass/bootstrap/_alerts.scss */
.alert-block p + p {
  margin-top: 5px; }

/* line 9, ../sass/bootstrap/_navs.scss */
.nav {
  margin-left: 0;
  margin-bottom: 19px;
  list-style: none; }

/* line 16, ../sass/bootstrap/_navs.scss */
.nav > li > a {
  display: block; }

/* line 19, ../sass/bootstrap/_navs.scss */
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eee; }

/* line 27, ../sass/bootstrap/_navs.scss */
.nav > li > a > img {
  max-width: none; }

/* line 32, ../sass/bootstrap/_navs.scss */
.nav > .pull-right {
  float: right; }

/* line 37, ../sass/bootstrap/_navs.scss */
.nav-header {
  display: block;
  padding: 3px 15px;
  font-size: 11px;
  font-weight: bold;
  line-height: 19px;
  color: #999;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  text-transform: uppercase; }

/* line 48, ../sass/bootstrap/_navs.scss */
.nav li + .nav-header {
  margin-top: 9px; }

/* line 57, ../sass/bootstrap/_navs.scss */
.nav-list {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 0; }

/* line 62, ../sass/bootstrap/_navs.scss */
.nav-list > li > a,
.nav-list .nav-header {
  margin-left: -15px;
  margin-right: -15px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5); }

/* line 68, ../sass/bootstrap/_navs.scss */
.nav-list > li > a {
  padding: 3px 15px; }

/* line 71, ../sass/bootstrap/_navs.scss */
.nav-list > .active > a,
.nav-list > .active > a:hover,
.nav-list > .active > a:focus {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  background-color: #0A4D97; }

/* line 78, ../sass/bootstrap/_navs.scss */
.nav-list [class^="icon-"],
.nav-list [class*=" icon-"] {
  margin-right: 2px; }

/* line 83, ../sass/bootstrap/_navs.scss */
.nav-list .divider {
  *width: 100%;
  height: 1px;
  margin: 8.5px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #fff; }

/* line 93, ../sass/bootstrap/_navs.scss */
.nav-tabs,
.nav-pills {
  *zoom: 1; }
  /* line 14, ../sass/bootstrap/_mixins.scss */
  .nav-tabs:before, .nav-tabs:after,
  .nav-pills:before,
  .nav-pills:after {
    display: table;
    content: "";
    line-height: 0; }
  /* line 22, ../sass/bootstrap/_mixins.scss */
  .nav-tabs:after,
  .nav-pills:after {
    clear: both; }

/* line 97, ../sass/bootstrap/_navs.scss */
.nav-tabs > li,
.nav-pills > li {
  float: left; }

/* line 101, ../sass/bootstrap/_navs.scss */
.nav-tabs > li > a,
.nav-pills > li > a {
  padding-right: 12px;
  padding-left: 12px;
  margin-right: 2px;
  line-height: 14px; }

/* line 113, ../sass/bootstrap/_navs.scss */
.nav-tabs {
  border-bottom: 1px solid #ddd; }

/* line 117, ../sass/bootstrap/_navs.scss */
.nav-tabs > li {
  margin-bottom: -1px; }

/* line 121, ../sass/bootstrap/_navs.scss */
.nav-tabs > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: 19px;
  border: 1px solid transparent;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0; }
  /* line 127, ../sass/bootstrap/_navs.scss */
  .nav-tabs > li > a:hover, .nav-tabs > li > a:focus {
    border-color: #eee #eee #ddd; }

/* line 133, ../sass/bootstrap/_navs.scss */
.nav-tabs > .active > a,
.nav-tabs > .active > a:hover,
.nav-tabs > .active > a:focus {
  color: #555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default; }

/* line 148, ../sass/bootstrap/_navs.scss */
.nav-pills > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  margin-top: 2px;
  margin-bottom: 2px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; }

/* line 157, ../sass/bootstrap/_navs.scss */
.nav-pills > .active > a,
.nav-pills > .active > a:hover,
.nav-pills > .active > a:focus {
  color: #fff;
  background-color: #0A4D97; }

/* line 170, ../sass/bootstrap/_navs.scss */
.nav-stacked > li {
  float: none; }

/* line 173, ../sass/bootstrap/_navs.scss */
.nav-stacked > li > a {
  margin-right: 0; }

/* line 178, ../sass/bootstrap/_navs.scss */
.nav-tabs.nav-stacked {
  border-bottom: 0; }

/* line 181, ../sass/bootstrap/_navs.scss */
.nav-tabs.nav-stacked > li > a {
  border: 1px solid #ddd;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }

/* line 185, ../sass/bootstrap/_navs.scss */
.nav-tabs.nav-stacked > li:first-child > a {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px; }

/* line 188, ../sass/bootstrap/_navs.scss */
.nav-tabs.nav-stacked > li:last-child > a {
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px; }

/* line 191, ../sass/bootstrap/_navs.scss */
.nav-tabs.nav-stacked > li > a:hover,
.nav-tabs.nav-stacked > li > a:focus {
  border-color: #ddd;
  z-index: 2; }

/* line 198, ../sass/bootstrap/_navs.scss */
.nav-pills.nav-stacked > li > a {
  margin-bottom: 3px; }

/* line 201, ../sass/bootstrap/_navs.scss */
.nav-pills.nav-stacked > li:last-child > a {
  margin-bottom: 1px; }

/* line 210, ../sass/bootstrap/_navs.scss */
.nav-tabs .dropdown-menu {
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px; }

/* line 213, ../sass/bootstrap/_navs.scss */
.nav-pills .dropdown-menu {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px; }

/* line 220, ../sass/bootstrap/_navs.scss */
.nav .dropdown-toggle .caret {
  border-top-color: #0A4D97;
  border-bottom-color: #0A4D97;
  margin-top: 6px; }

/* line 225, ../sass/bootstrap/_navs.scss */
.nav .dropdown-toggle:hover .caret,
.nav .dropdown-toggle:focus .caret {
  border-top-color: #004FA5;
  border-bottom-color: #004FA5; }

/* move down carets for tabs */
/* line 231, ../sass/bootstrap/_navs.scss */
.nav-tabs .dropdown-toggle .caret {
  margin-top: 8px; }

/* line 237, ../sass/bootstrap/_navs.scss */
.nav .active .dropdown-toggle .caret {
  border-top-color: #fff;
  border-bottom-color: #fff; }

/* line 241, ../sass/bootstrap/_navs.scss */
.nav-tabs .active .dropdown-toggle .caret {
  border-top-color: #555;
  border-bottom-color: #555; }

/* line 248, ../sass/bootstrap/_navs.scss */
.nav > .dropdown.active > a:hover,
.nav > .dropdown.active > a:focus {
  cursor: pointer; }

/* line 255, ../sass/bootstrap/_navs.scss */
.nav-tabs .open .dropdown-toggle,
.nav-pills .open .dropdown-toggle,
.nav > li.dropdown.open.active > a:hover,
.nav > li.dropdown.open.active > a:focus {
  color: #fff;
  background-color: #999;
  border-color: #999; }

/* line 263, ../sass/bootstrap/_navs.scss */
.nav li.dropdown.open .caret,
.nav li.dropdown.open.active .caret,
.nav li.dropdown.open a:hover .caret,
.nav li.dropdown.open a:focus .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
  opacity: 1;
  filter: alpha(opacity=100); }

/* line 273, ../sass/bootstrap/_navs.scss */
.tabs-stacked .open > a:hover,
.tabs-stacked .open > a:focus {
  border-color: #999; }

/* line 288, ../sass/bootstrap/_navs.scss */
.tabbable {
  *zoom: 1; }
  /* line 14, ../sass/bootstrap/_mixins.scss */
  .tabbable:before, .tabbable:after {
    display: table;
    content: "";
    line-height: 0; }
  /* line 22, ../sass/bootstrap/_mixins.scss */
  .tabbable:after {
    clear: both; }

/* line 291, ../sass/bootstrap/_navs.scss */
.tab-content {
  overflow: auto; }

/* line 296, ../sass/bootstrap/_navs.scss */
.tabs-below > .nav-tabs,
.tabs-right > .nav-tabs,
.tabs-left > .nav-tabs {
  border-bottom: 0; }

/* line 303, ../sass/bootstrap/_navs.scss */
.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none; }

/* line 307, ../sass/bootstrap/_navs.scss */
.tab-content > .active,
.pill-content > .active {
  display: block; }

/* line 316, ../sass/bootstrap/_navs.scss */
.tabs-below > .nav-tabs {
  border-top: 1px solid #ddd; }

/* line 319, ../sass/bootstrap/_navs.scss */
.tabs-below > .nav-tabs > li {
  margin-top: -1px;
  margin-bottom: 0; }

/* line 323, ../sass/bootstrap/_navs.scss */
.tabs-below > .nav-tabs > li > a {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px; }
  /* line 325, ../sass/bootstrap/_navs.scss */
  .tabs-below > .nav-tabs > li > a:hover, .tabs-below > .nav-tabs > li > a:focus {
    border-bottom-color: transparent;
    border-top-color: #ddd; }

/* line 331, ../sass/bootstrap/_navs.scss */
.tabs-below > .nav-tabs > .active > a,
.tabs-below > .nav-tabs > .active > a:hover,
.tabs-below > .nav-tabs > .active > a:focus {
  border-color: transparent #ddd #ddd #ddd; }

/* line 341, ../sass/bootstrap/_navs.scss */
.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
  float: none; }

/* line 345, ../sass/bootstrap/_navs.scss */
.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a {
  min-width: 74px;
  margin-right: 0;
  margin-bottom: 3px; }

/* line 353, ../sass/bootstrap/_navs.scss */
.tabs-left > .nav-tabs {
  float: left;
  margin-right: 19px;
  border-right: 1px solid #ddd; }

/* line 358, ../sass/bootstrap/_navs.scss */
.tabs-left > .nav-tabs > li > a {
  margin-right: -1px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px; }

/* line 362, ../sass/bootstrap/_navs.scss */
.tabs-left > .nav-tabs > li > a:hover,
.tabs-left > .nav-tabs > li > a:focus {
  border-color: #eee #ddd #eee #eee; }

/* line 366, ../sass/bootstrap/_navs.scss */
.tabs-left > .nav-tabs .active > a,
.tabs-left > .nav-tabs .active > a:hover,
.tabs-left > .nav-tabs .active > a:focus {
  border-color: #ddd transparent #ddd #ddd;
  *border-right-color: #fff; }

/* line 374, ../sass/bootstrap/_navs.scss */
.tabs-right > .nav-tabs {
  float: right;
  margin-left: 19px;
  border-left: 1px solid #ddd; }

/* line 379, ../sass/bootstrap/_navs.scss */
.tabs-right > .nav-tabs > li > a {
  margin-left: -1px;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0; }

/* line 383, ../sass/bootstrap/_navs.scss */
.tabs-right > .nav-tabs > li > a:hover,
.tabs-right > .nav-tabs > li > a:focus {
  border-color: #eee #eee #eee #ddd; }

/* line 387, ../sass/bootstrap/_navs.scss */
.tabs-right > .nav-tabs .active > a,
.tabs-right > .nav-tabs .active > a:hover,
.tabs-right > .nav-tabs .active > a:focus {
  border-color: #ddd #ddd #ddd transparent;
  *border-left-color: #fff; }

/* line 400, ../sass/bootstrap/_navs.scss */
.nav > .disabled > a {
  color: #999; }

/* line 404, ../sass/bootstrap/_navs.scss */
.nav > .disabled > a:hover,
.nav > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  cursor: default; }

/* line 10, ../sass/bootstrap/_navbar.scss */
.navbar {
  overflow: visible;
  margin-bottom: 19px;
  *position: relative;
  *z-index: 2; }

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

/* line 36, ../sass/bootstrap/_navbar.scss */
.navbar .container {
  width: auto; }

/* line 41, ../sass/bootstrap/_navbar.scss */
.nav-collapse.collapse {
  height: auto;
  overflow: visible; }

/* line 49, ../sass/bootstrap/_navbar.scss */
.navbar .brand {
  float: left;
  display: block;
  padding: 10.5px 20px 10.5px;
  margin-left: -20px;
  font-size: 20px;
  font-weight: 200;
  color: #777;
  text-shadow: 0 1px 0 #ffffff; }
  /* line 59, ../sass/bootstrap/_navbar.scss */
  .navbar .brand:hover, .navbar .brand:focus {
    text-decoration: none; }

/* line 67, ../sass/bootstrap/_navbar.scss */
.navbar-text {
  margin-bottom: 0;
  line-height: 40px;
  color: #777; }

/* line 75, ../sass/bootstrap/_navbar.scss */
.navbar-link {
  color: #777; }
  /* line 77, ../sass/bootstrap/_navbar.scss */
  .navbar-link:hover, .navbar-link:focus {
    color: #333; }

/* line 85, ../sass/bootstrap/_navbar.scss */
.navbar .divider-vertical {
  height: 40px;
  margin: 0 9px;
  border-left: 1px solid #f2f2f2;
  border-right: 1px solid #ffffff; }

/* line 94, ../sass/bootstrap/_navbar.scss */
.navbar .btn,
.navbar .btn-group {
  margin-top: 5px; }

/* line 98, ../sass/bootstrap/_navbar.scss */
.navbar .btn-group .btn,
.navbar .input-prepend .btn,
.navbar .input-append .btn,
.navbar .input-prepend .btn-group,
.navbar .input-append .btn-group {
  margin-top: 0; }

/* line 108, ../sass/bootstrap/_navbar.scss */
.navbar-form {
  margin-bottom: 0;
  *zoom: 1; }
  /* line 14, ../sass/bootstrap/_mixins.scss */
  .navbar-form:before, .navbar-form:after {
    display: table;
    content: "";
    line-height: 0; }
  /* line 22, ../sass/bootstrap/_mixins.scss */
  .navbar-form:after {
    clear: both; }
  /* line 111, ../sass/bootstrap/_navbar.scss */
  .navbar-form input,
  .navbar-form select,
  .navbar-form .radio,
  .navbar-form .checkbox {
    margin-top: 5px; }
  /* line 117, ../sass/bootstrap/_navbar.scss */
  .navbar-form input,
  .navbar-form select,
  .navbar-form .btn {
    display: inline-block;
    margin-bottom: 0; }
  /* line 123, ../sass/bootstrap/_navbar.scss */
  .navbar-form input[type="image"],
  .navbar-form input[type="checkbox"],
  .navbar-form input[type="radio"] {
    margin-top: 3px; }
  /* line 128, ../sass/bootstrap/_navbar.scss */
  .navbar-form .input-append,
  .navbar-form .input-prepend {
    margin-top: 5px;
    white-space: nowrap; }
    /* line 132, ../sass/bootstrap/_navbar.scss */
    .navbar-form .input-append input,
    .navbar-form .input-prepend input {
      margin-top: 0; }

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

/* line 158, ../sass/bootstrap/_navbar.scss */
.navbar-static-top {
  position: static;
  margin-bottom: 0; }
  /* line 161, ../sass/bootstrap/_navbar.scss */
  .navbar-static-top .navbar-inner {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0; }

/* line 172, ../sass/bootstrap/_navbar.scss */
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
  margin-bottom: 0; }

/* line 180, ../sass/bootstrap/_navbar.scss */
.navbar-fixed-top .navbar-inner,
.navbar-static-top .navbar-inner {
  border-width: 0 0 1px; }

/* line 184, ../sass/bootstrap/_navbar.scss */
.navbar-fixed-bottom .navbar-inner {
  border-width: 1px 0 0; }

/* line 187, ../sass/bootstrap/_navbar.scss */
.navbar-fixed-top .navbar-inner,
.navbar-fixed-bottom .navbar-inner {
  padding-left: 0;
  padding-right: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }

/* line 196, ../sass/bootstrap/_navbar.scss */
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
  width: 940px; }

/* line 203, ../sass/bootstrap/_navbar.scss */
.navbar-fixed-top {
  top: 0; }

/* line 208, ../sass/bootstrap/_navbar.scss */
.navbar-fixed-top .navbar-inner,
.navbar-static-top .navbar-inner {
  -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1); }

/* line 214, ../sass/bootstrap/_navbar.scss */
.navbar-fixed-bottom {
  bottom: 0; }
  /* line 216, ../sass/bootstrap/_navbar.scss */
  .navbar-fixed-bottom .navbar-inner {
    -webkit-box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.1); }

/* line 226, ../sass/bootstrap/_navbar.scss */
.navbar .nav {
  position: relative;
  left: 0;
  display: block;
  float: left;
  margin: 0 10px 0 0; }

/* line 233, ../sass/bootstrap/_navbar.scss */
.navbar .nav.pull-right {
  float: right;
  margin-right: 0; }

/* line 237, ../sass/bootstrap/_navbar.scss */
.navbar .nav > li {
  float: left; }

/* line 242, ../sass/bootstrap/_navbar.scss */
.navbar .nav > li > a {
  float: none;
  padding: 10.5px 15px 10.5px;
  color: #777;
  text-decoration: none;
  text-shadow: 0 1px 0 #ffffff; }

/* line 250, ../sass/bootstrap/_navbar.scss */
.navbar .nav .dropdown-toggle .caret {
  margin-top: 8px; }

/* line 255, ../sass/bootstrap/_navbar.scss */
.navbar .nav > li > a:focus,
.navbar .nav > li > a:hover {
  background-color: transparent;
  color: #333;
  text-decoration: none; }

/* line 263, ../sass/bootstrap/_navbar.scss */
.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus {
  color: #555;
  text-decoration: none;
  background-color: #e6e6e6;
  -webkit-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125); }

/* line 274, ../sass/bootstrap/_navbar.scss */
.navbar .btn-navbar {
  display: none;
  float: right;
  padding: 7px 10px;
  margin-left: 5px;
  margin-right: 5px;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #ededed;
  background-image: -moz-linear-gradient(top, #f2f2f2, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f2f2f2), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #f2f2f2, #e6e6e6);
  background-image: -o-linear-gradient(top, #f2f2f2, #e6e6e6);
  background-image: linear-gradient(to bottom, #f2f2f2, #e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF2F2F2', endColorstr='#FFE6E6E6', GradientType=0);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) 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); }
  /* line 513, ../sass/bootstrap/_mixins.scss */
  .navbar .btn-navbar:hover, .navbar .btn-navbar:focus, .navbar .btn-navbar:active, .navbar .btn-navbar.active, .navbar .btn-navbar.disabled, .navbar .btn-navbar[disabled] {
    color: #fff;
    background-color: #e6e6e6;
    *background-color: #d9d9d9; }
  /* line 520, ../sass/bootstrap/_mixins.scss */
  .navbar .btn-navbar:active, .navbar .btn-navbar.active {
    background-color: #cccccc \9; }

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

/* line 291, ../sass/bootstrap/_navbar.scss */
.btn-navbar .icon-bar + .icon-bar {
  margin-top: 3px; }

/* line 302, ../sass/bootstrap/_navbar.scss */
.navbar .nav > li > .dropdown-menu:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -7px;
  left: 9px; }
/* line 313, ../sass/bootstrap/_navbar.scss */
.navbar .nav > li > .dropdown-menu:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  position: absolute;
  top: -6px;
  left: 10px; }

/* line 326, ../sass/bootstrap/_navbar.scss */
.navbar-fixed-bottom .nav > li > .dropdown-menu:before {
  border-top: 7px solid #ccc;
  border-top-color: rgba(0, 0, 0, 0.2);
  border-bottom: 0;
  bottom: -7px;
  top: auto; }
/* line 333, ../sass/bootstrap/_navbar.scss */
.navbar-fixed-bottom .nav > li > .dropdown-menu:after {
  border-top: 6px solid #fff;
  border-bottom: 0;
  bottom: -6px;
  top: auto; }

/* line 342, ../sass/bootstrap/_navbar.scss */
.navbar .nav li.dropdown > a:hover .caret,
.navbar .nav li.dropdown > a:focus .caret {
  border-top-color: #555;
  border-bottom-color: #555; }

/* line 349, ../sass/bootstrap/_navbar.scss */
.navbar .nav li.dropdown.open > .dropdown-toggle,
.navbar .nav li.dropdown.active > .dropdown-toggle,
.navbar .nav li.dropdown.open.active > .dropdown-toggle {
  background-color: #e6e6e6;
  color: #555; }

/* line 355, ../sass/bootstrap/_navbar.scss */
.navbar .nav li.dropdown > .dropdown-toggle .caret {
  border-top-color: #777;
  border-bottom-color: #777; }

/* line 359, ../sass/bootstrap/_navbar.scss */
.navbar .nav li.dropdown.open > .dropdown-toggle .caret,
.navbar .nav li.dropdown.active > .dropdown-toggle .caret,
.navbar .nav li.dropdown.open.active > .dropdown-toggle .caret {
  border-top-color: #555;
  border-bottom-color: #555; }

/* line 367, ../sass/bootstrap/_navbar.scss */
.navbar .pull-right > li > .dropdown-menu,
.navbar .nav > li > .dropdown-menu.pull-right {
  left: auto;
  right: 0; }
  /* line 371, ../sass/bootstrap/_navbar.scss */
  .navbar .pull-right > li > .dropdown-menu:before,
  .navbar .nav > li > .dropdown-menu.pull-right:before {
    left: auto;
    right: 12px; }
  /* line 375, ../sass/bootstrap/_navbar.scss */
  .navbar .pull-right > li > .dropdown-menu:after,
  .navbar .nav > li > .dropdown-menu.pull-right:after {
    left: auto;
    right: 13px; }
  /* line 379, ../sass/bootstrap/_navbar.scss */
  .navbar .pull-right > li > .dropdown-menu .dropdown-menu,
  .navbar .nav > li > .dropdown-menu.pull-right .dropdown-menu {
    left: auto;
    right: 100%;
    margin-left: 0;
    margin-right: -1px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px; }

/* line 394, ../sass/bootstrap/_navbar.scss */
.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='#FF222222', endColorstr='#FF111111', GradientType=0);
  border-color: #252525; }
/* line 399, ../sass/bootstrap/_navbar.scss */
.navbar-inverse .brand,
.navbar-inverse .nav > li > a {
  color: #999;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }
  /* line 403, ../sass/bootstrap/_navbar.scss */
  .navbar-inverse .brand:hover, .navbar-inverse .brand:focus,
  .navbar-inverse .nav > li > a:hover,
  .navbar-inverse .nav > li > a:focus {
    color: #fff; }
/* line 409, ../sass/bootstrap/_navbar.scss */
.navbar-inverse .brand {
  color: #999; }
/* line 413, ../sass/bootstrap/_navbar.scss */
.navbar-inverse .navbar-text {
  color: #999; }
/* line 417, ../sass/bootstrap/_navbar.scss */
.navbar-inverse .nav > li > a:focus,
.navbar-inverse .nav > li > a:hover {
  background-color: transparent;
  color: #fff; }
/* line 423, ../sass/bootstrap/_navbar.scss */
.navbar-inverse .nav .active > a,
.navbar-inverse .nav .active > a:hover,
.navbar-inverse .nav .active > a:focus {
  color: #fff;
  background-color: #111111; }
/* line 431, ../sass/bootstrap/_navbar.scss */
.navbar-inverse .navbar-link {
  color: #999; }
  /* line 433, ../sass/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-link:hover, .navbar-inverse .navbar-link:focus {
    color: #fff; }
/* line 440, ../sass/bootstrap/_navbar.scss */
.navbar-inverse .divider-vertical {
  border-left-color: #111111;
  border-right-color: #222222; }
/* line 446, ../sass/bootstrap/_navbar.scss */
.navbar-inverse .nav li.dropdown.open > .dropdown-toggle,
.navbar-inverse .nav li.dropdown.active > .dropdown-toggle,
.navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle {
  background-color: #111111;
  color: #fff; }
/* line 452, ../sass/bootstrap/_navbar.scss */
.navbar-inverse .nav li.dropdown > a:hover .caret,
.navbar-inverse .nav li.dropdown > a:focus .caret {
  border-top-color: #fff;
  color: #fff; }
/* line 457, ../sass/bootstrap/_navbar.scss */
.navbar-inverse .nav li.dropdown > .dropdown-toggle .caret {
  border-top-color: #999;
  border-bottom-color: #999; }
/* line 461, ../sass/bootstrap/_navbar.scss */
.navbar-inverse .nav li.dropdown.open > .dropdown-toggle .caret,
.navbar-inverse .nav li.dropdown.active > .dropdown-toggle .caret,
.navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle .caret {
  border-top-color: #fff;
  border-bottom-color: #fff; }
/* line 470, ../sass/bootstrap/_navbar.scss */
.navbar-inverse .navbar-search .search-query {
  color: #fff;
  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; }
  /* line 83, ../sass/bootstrap/_mixins.scss */
  .navbar-inverse .navbar-search .search-query:-moz-placeholder {
    color: #ccc; }
  /* line 86, ../sass/bootstrap/_mixins.scss */
  .navbar-inverse .navbar-search .search-query:-ms-input-placeholder {
    color: #ccc; }
  /* line 89, ../sass/bootstrap/_mixins.scss */
  .navbar-inverse .navbar-search .search-query::-webkit-input-placeholder {
    color: #ccc; }
  /* line 479, ../sass/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-search .search-query:focus, .navbar-inverse .navbar-search .search-query.focused {
    padding: 5px 15px;
    color: #333;
    text-shadow: 0 1px 0 #fff;
    background-color: #fff;
    border: 0;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
    outline: 0; }
/* line 493, ../sass/bootstrap/_navbar.scss */
.navbar-inverse .btn-navbar {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #0e0e0e;
  background-image: -moz-linear-gradient(top, #151515, #040404);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#151515), to(#040404));
  background-image: -webkit-linear-gradient(top, #151515, #040404);
  background-image: -o-linear-gradient(top, #151515, #040404);
  background-image: linear-gradient(to bottom, #151515, #040404);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF151515', endColorstr='#FF040404', GradientType=0);
  border-color: #040404 #040404 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); }
  /* line 513, ../sass/bootstrap/_mixins.scss */
  .navbar-inverse .btn-navbar:hover, .navbar-inverse .btn-navbar:focus, .navbar-inverse .btn-navbar:active, .navbar-inverse .btn-navbar.active, .navbar-inverse .btn-navbar.disabled, .navbar-inverse .btn-navbar[disabled] {
    color: #fff;
    background-color: #040404;
    *background-color: black; }
  /* line 520, ../sass/bootstrap/_mixins.scss */
  .navbar-inverse .btn-navbar:active, .navbar-inverse .btn-navbar.active {
    background-color: black \9; }

/* line 6, ../sass/bootstrap/_breadcrumbs.scss */
.breadcrumb {
  padding: 8px 15px;
  margin: 0 0 19px;
  list-style: none;
  background-color: #f5f5f5;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }
  /* line 12, ../sass/bootstrap/_breadcrumbs.scss */
  .breadcrumb > li {
    display: inline-block;
    *display: inline;
    /* IE7 inline-block hack */
    *zoom: 1;
    text-shadow: 0 1px 0 #fff; }
    /* line 16, ../sass/bootstrap/_breadcrumbs.scss */
    .breadcrumb > li > .divider {
      padding: 0 5px;
      color: #ccc; }
  /* line 21, ../sass/bootstrap/_breadcrumbs.scss */
  .breadcrumb .active {
    color: #999; }

/* line 6, ../sass/bootstrap/_pagination.scss */
.pagination {
  margin: 19px 0; }

/* line 10, ../sass/bootstrap/_pagination.scss */
.pagination ul {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  margin-left: 0;
  margin-bottom: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05); }

/* line 21, ../sass/bootstrap/_pagination.scss */
.pagination ul > li {
  display: inline; }

/* line 24, ../sass/bootstrap/_pagination.scss */
.pagination ul > li > a,
.pagination ul > li > span {
  float: left;
  padding: 4px 12px;
  line-height: 19px;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
  border-left-width: 0; }

/* line 34, ../sass/bootstrap/_pagination.scss */
.pagination ul > li > a:hover,
.pagination ul > li > a:focus,
.pagination ul > .active > a,
.pagination ul > .active > span {
  background-color: #f5f5f5; }

/* line 40, ../sass/bootstrap/_pagination.scss */
.pagination ul > .active > a,
.pagination ul > .active > span {
  color: #999;
  cursor: default; }

/* line 45, ../sass/bootstrap/_pagination.scss */
.pagination ul > .disabled > span,
.pagination ul > .disabled > a,
.pagination ul > .disabled > a:hover,
.pagination ul > .disabled > a:focus {
  color: #999;
  background-color: transparent;
  cursor: default; }

/* line 53, ../sass/bootstrap/_pagination.scss */
.pagination ul > li:first-child > a,
.pagination ul > li:first-child > span {
  border-left-width: 1px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px; }

/* line 58, ../sass/bootstrap/_pagination.scss */
.pagination ul > li:last-child > a,
.pagination ul > li:last-child > span {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px; }

/* line 67, ../sass/bootstrap/_pagination.scss */
.pagination-centered {
  text-align: center; }

/* line 70, ../sass/bootstrap/_pagination.scss */
.pagination-right {
  text-align: right; }

/* line 80, ../sass/bootstrap/_pagination.scss */
.pagination-large ul > li > a,
.pagination-large ul > li > span {
  padding: 11px 19px;
  font-size: 16.25px; }
/* line 85, ../sass/bootstrap/_pagination.scss */
.pagination-large ul > li:first-child > a,
.pagination-large ul > li:first-child > span {
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-topleft: 6px;
  border-top-left-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-bottom-left-radius: 6px; }
/* line 89, ../sass/bootstrap/_pagination.scss */
.pagination-large ul > li:last-child > a,
.pagination-large ul > li:last-child > span {
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  border-bottom-right-radius: 6px; }

/* line 98, ../sass/bootstrap/_pagination.scss */
.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; }
/* line 102, ../sass/bootstrap/_pagination.scss */
.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; }

/* line 110, ../sass/bootstrap/_pagination.scss */
.pagination-small ul > li > a,
.pagination-small ul > li > span {
  padding: 2px 10px;
  font-size: 11.05px; }

/* line 118, ../sass/bootstrap/_pagination.scss */
.pagination-mini ul > li > a,
.pagination-mini ul > li > span {
  padding: 0px 6px;
  font-size: 9.75px; }

/* line 6, ../sass/bootstrap/_pager.scss */
.pager {
  margin: 19px 0;
  list-style: none;
  text-align: center;
  *zoom: 1; }
  /* line 14, ../sass/bootstrap/_mixins.scss */
  .pager:before, .pager:after {
    display: table;
    content: "";
    line-height: 0; }
  /* line 22, ../sass/bootstrap/_mixins.scss */
  .pager:after {
    clear: both; }

/* line 12, ../sass/bootstrap/_pager.scss */
.pager li {
  display: inline; }

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

/* line 23, ../sass/bootstrap/_pager.scss */
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #f5f5f5; }

/* line 28, ../sass/bootstrap/_pager.scss */
.pager .next > a,
.pager .next > span {
  float: right; }

/* line 32, ../sass/bootstrap/_pager.scss */
.pager .previous > a,
.pager .previous > span {
  float: left; }

/* line 36, ../sass/bootstrap/_pager.scss */
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #999;
  background-color: #fff;
  cursor: default; }

/* line 6, ../sass/bootstrap/_modals.scss */
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }
  /* line 15, ../sass/bootstrap/_modals.scss */
  .modal-backdrop.fade {
    opacity: 0; }

/* line 18, ../sass/bootstrap/_modals.scss */
.modal-backdrop,
.modal-backdrop.fade.in {
  opacity: 0.8;
  filter: alpha(opacity=80); }

/* line 24, ../sass/bootstrap/_modals.scss */
.modal {
  position: fixed;
  top: 10%;
  left: 50%;
  z-index: 1050;
  width: 560px;
  margin-left: -280px;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.3);
  *border: 1px solid #999;
  /* IE6-7 */
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  outline: none; }
  /* line 41, ../sass/bootstrap/_modals.scss */
  .modal.fade {
    -webkit-transition: opacity 0.3s linear, top 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, top 0.3s ease-out;
    -o-transition: opacity 0.3s linear, top 0.3s ease-out;
    transition: opacity 0.3s linear, top 0.3s ease-out;
    top: -25%; }
  /* line 45, ../sass/bootstrap/_modals.scss */
  .modal.fade.in {
    top: 10%; }

/* line 47, ../sass/bootstrap/_modals.scss */
.modal-header {
  padding: 9px 15px;
  border-bottom: 1px solid #eee; }
  /* line 51, ../sass/bootstrap/_modals.scss */
  .modal-header .close {
    margin-top: 2px; }
  /* line 53, ../sass/bootstrap/_modals.scss */
  .modal-header h3 {
    margin: 0;
    line-height: 30px; }

/* line 60, ../sass/bootstrap/_modals.scss */
.modal-body {
  position: relative;
  overflow-y: auto;
  max-height: 400px;
  padding: 15px; }

/* line 67, ../sass/bootstrap/_modals.scss */
.modal-form {
  margin-bottom: 0; }

/* line 72, ../sass/bootstrap/_modals.scss */
.modal-footer {
  padding: 14px 15px 15px;
  margin-bottom: 0;
  text-align: right;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
  -webkit-box-shadow: inset 0 1px 0 #fff;
  -moz-box-shadow: inset 0 1px 0 #fff;
  box-shadow: inset 0 1px 0 #fff;
  *zoom: 1; }
  /* line 14, ../sass/bootstrap/_mixins.scss */
  .modal-footer:before, .modal-footer:after {
    display: table;
    content: "";
    line-height: 0; }
  /* line 22, ../sass/bootstrap/_mixins.scss */
  .modal-footer:after {
    clear: both; }
  /* line 83, ../sass/bootstrap/_modals.scss */
  .modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0; }
  /* line 88, ../sass/bootstrap/_modals.scss */
  .modal-footer .btn-group .btn + .btn {
    margin-left: -1px; }
  /* line 92, ../sass/bootstrap/_modals.scss */
  .modal-footer .btn-block + .btn-block {
    margin-left: 0; }

/* line 7, ../sass/bootstrap/_tooltip.scss */
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  font-size: 11px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0); }
  /* line 15, ../sass/bootstrap/_tooltip.scss */
  .tooltip.in {
    opacity: 0.8;
    filter: alpha(opacity=80); }
  /* line 16, ../sass/bootstrap/_tooltip.scss */
  .tooltip.top {
    margin-top: -3px;
    padding: 5px 0; }
  /* line 17, ../sass/bootstrap/_tooltip.scss */
  .tooltip.right {
    margin-left: 3px;
    padding: 0 5px; }
  /* line 18, ../sass/bootstrap/_tooltip.scss */
  .tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0; }
  /* line 19, ../sass/bootstrap/_tooltip.scss */
  .tooltip.left {
    margin-left: -3px;
    padding: 0 5px; }

/* line 23, ../sass/bootstrap/_tooltip.scss */
.tooltip-inner {
  max-width: 200px;
  padding: 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }

/* line 34, ../sass/bootstrap/_tooltip.scss */
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

/* line 42, ../sass/bootstrap/_tooltip.scss */
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }
/* line 49, ../sass/bootstrap/_tooltip.scss */
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000; }
/* line 56, ../sass/bootstrap/_tooltip.scss */
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000; }
/* line 63, ../sass/bootstrap/_tooltip.scss */
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

/* line 6, ../sass/bootstrap/_popovers.scss */
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal; }
  /* line 28, ../sass/bootstrap/_popovers.scss */
  .popover.top {
    margin-top: -10px; }
  /* line 29, ../sass/bootstrap/_popovers.scss */
  .popover.right {
    margin-left: 10px; }
  /* line 30, ../sass/bootstrap/_popovers.scss */
  .popover.bottom {
    margin-top: 10px; }
  /* line 31, ../sass/bootstrap/_popovers.scss */
  .popover.left {
    margin-left: -10px; }

/* line 34, ../sass/bootstrap/_popovers.scss */
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0; }
  /* line 44, ../sass/bootstrap/_popovers.scss */
  .popover-title:empty {
    display: none; }

/* line 49, ../sass/bootstrap/_popovers.scss */
.popover-content {
  padding: 9px 14px; }

/* line 57, ../sass/bootstrap/_popovers.scss */
.popover .arrow,
.popover .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

/* line 66, ../sass/bootstrap/_popovers.scss */
.popover .arrow {
  border-width: 11px; }

/* line 69, ../sass/bootstrap/_popovers.scss */
.popover .arrow:after {
  border-width: 10px;
  content: ""; }

/* line 75, ../sass/bootstrap/_popovers.scss */
.popover.top .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px; }
  /* line 82, ../sass/bootstrap/_popovers.scss */
  .popover.top .arrow:after {
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #fff; }
/* line 89, ../sass/bootstrap/_popovers.scss */
.popover.right .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25); }
  /* line 96, ../sass/bootstrap/_popovers.scss */
  .popover.right .arrow:after {
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #fff; }
/* line 103, ../sass/bootstrap/_popovers.scss */
.popover.bottom .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px; }
  /* line 110, ../sass/bootstrap/_popovers.scss */
  .popover.bottom .arrow:after {
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #fff; }
/* line 118, ../sass/bootstrap/_popovers.scss */
.popover.left .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25); }
  /* line 125, ../sass/bootstrap/_popovers.scss */
  .popover.left .arrow:after {
    right: 1px;
    border-right-width: 0;
    border-left-color: #fff;
    bottom: -10px; }

/* line 9, ../sass/bootstrap/_thumbnails.scss */
.thumbnails {
  margin-left: -20px;
  list-style: none;
  *zoom: 1; }
  /* line 14, ../sass/bootstrap/_mixins.scss */
  .thumbnails:before, .thumbnails:after {
    display: table;
    content: "";
    line-height: 0; }
  /* line 22, ../sass/bootstrap/_mixins.scss */
  .thumbnails:after {
    clear: both; }

/* line 15, ../sass/bootstrap/_thumbnails.scss */
.row-fluid .thumbnails {
  margin-left: 0; }

/* line 20, ../sass/bootstrap/_thumbnails.scss */
.thumbnails > li {
  float: left;
  margin-bottom: 19px;
  margin-left: 20px; }

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

/* line 37, ../sass/bootstrap/_thumbnails.scss */
a.thumbnail:hover,
a.thumbnail:focus {
  border-color: #0A4D97;
  -webkit-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
  -moz-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
  box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25); }

/* line 44, ../sass/bootstrap/_thumbnails.scss */
.thumbnail > img {
  display: block;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; }

/* line 50, ../sass/bootstrap/_thumbnails.scss */
.thumbnail .caption {
  padding: 9px;
  color: #555; }

/* line 10, ../sass/bootstrap/_media.scss */
.media,
.media-body {
  overflow: hidden;
  *overflow: visible;
  zoom: 1; }

/* line 18, ../sass/bootstrap/_media.scss */
.media,
.media .media {
  margin-top: 15px; }

/* line 22, ../sass/bootstrap/_media.scss */
.media:first-child {
  margin-top: 0; }

/* line 27, ../sass/bootstrap/_media.scss */
.media-object {
  display: block; }

/* line 32, ../sass/bootstrap/_media.scss */
.media-heading {
  margin: 0 0 5px; }

/* line 40, ../sass/bootstrap/_media.scss */
.media > .pull-left {
  margin-right: 10px; }

/* line 43, ../sass/bootstrap/_media.scss */
.media > .pull-right {
  margin-left: 10px; }

/* line 52, ../sass/bootstrap/_media.scss */
.media-list {
  margin-left: 0;
  list-style: none; }

/* line 7, ../sass/bootstrap/_labels-badges.scss */
.label,
.badge {
  display: inline-block;
  padding: 2px 4px;
  font-size: 10.998px;
  font-weight: bold;
  line-height: 14px;
  color: #fff;
  vertical-align: baseline;
  white-space: nowrap;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #999; }

/* line 21, ../sass/bootstrap/_labels-badges.scss */
.label {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }

/* line 24, ../sass/bootstrap/_labels-badges.scss */
.badge {
  padding-left: 9px;
  padding-right: 9px;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px; }

/* line 33, ../sass/bootstrap/_labels-badges.scss */
.label:empty,
.badge:empty {
  display: none; }

/* line 40, ../sass/bootstrap/_labels-badges.scss */
a.label:hover, a.label:focus, a.badge:hover, a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer; }

/* line 54, ../sass/bootstrap/_labels-badges.scss */
.label-important {
  background-color: #b94a48; }

/* line 55, ../sass/bootstrap/_labels-badges.scss */
.label-important[href] {
  background-color: #953b39; }

/* line 57, ../sass/bootstrap/_labels-badges.scss */
.label-warning {
  background-color: #f89406; }

/* line 58, ../sass/bootstrap/_labels-badges.scss */
.label-warning[href] {
  background-color: #c67605; }

/* line 60, ../sass/bootstrap/_labels-badges.scss */
.label-success {
  background-color: #468847; }

/* line 61, ../sass/bootstrap/_labels-badges.scss */
.label-success[href] {
  background-color: #356635; }

/* line 63, ../sass/bootstrap/_labels-badges.scss */
.label-info {
  background-color: #3a87ad; }

/* line 64, ../sass/bootstrap/_labels-badges.scss */
.label-info[href] {
  background-color: #2d6987; }

/* line 66, ../sass/bootstrap/_labels-badges.scss */
.label-inverse {
  background-color: #333; }

/* line 67, ../sass/bootstrap/_labels-badges.scss */
.label-inverse[href] {
  background-color: #1a1a1a; }

/* line 54, ../sass/bootstrap/_labels-badges.scss */
.badge-important {
  background-color: #b94a48; }

/* line 55, ../sass/bootstrap/_labels-badges.scss */
.badge-important[href] {
  background-color: #953b39; }

/* line 57, ../sass/bootstrap/_labels-badges.scss */
.badge-warning {
  background-color: #f89406; }

/* line 58, ../sass/bootstrap/_labels-badges.scss */
.badge-warning[href] {
  background-color: #c67605; }

/* line 60, ../sass/bootstrap/_labels-badges.scss */
.badge-success {
  background-color: #468847; }

/* line 61, ../sass/bootstrap/_labels-badges.scss */
.badge-success[href] {
  background-color: #356635; }

/* line 63, ../sass/bootstrap/_labels-badges.scss */
.badge-info {
  background-color: #3a87ad; }

/* line 64, ../sass/bootstrap/_labels-badges.scss */
.badge-info[href] {
  background-color: #2d6987; }

/* line 66, ../sass/bootstrap/_labels-badges.scss */
.badge-inverse {
  background-color: #333; }

/* line 67, ../sass/bootstrap/_labels-badges.scss */
.badge-inverse[href] {
  background-color: #1a1a1a; }

/* line 72, ../sass/bootstrap/_labels-badges.scss */
.btn .label,
.btn .badge {
  position: relative;
  top: -1px; }

/* line 79, ../sass/bootstrap/_labels-badges.scss */
.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; } }
/* line 45, ../sass/bootstrap/_progress-bars.scss */
.progress {
  overflow: hidden;
  height: 19px;
  margin-bottom: 19px;
  background-color: #f6f6f6;
  background-image: -moz-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#f9f9f9));
  background-image: -webkit-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: -o-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: linear-gradient(to bottom, #f5f5f5, #f9f9f9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF5F5F5', endColorstr='#FFF9F9F9', GradientType=0);
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }

/* line 55, ../sass/bootstrap/_progress-bars.scss */
.progress .bar {
  width: 0%;
  height: 100%;
  color: #fff;
  float: left;
  font-size: 12px;
  text-align: center;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #0d90d1;
  background-image: -moz-linear-gradient(top, #149bdf, #0480be);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#149bdf), to(#0480be));
  background-image: -webkit-linear-gradient(top, #149bdf, #0480be);
  background-image: -o-linear-gradient(top, #149bdf, #0480be);
  background-image: linear-gradient(to bottom, #149bdf, #0480be);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF149BDF', endColorstr='#FF0480BE', GradientType=0);
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: width 0.6s ease;
  -moz-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease; }

/* line 68, ../sass/bootstrap/_progress-bars.scss */
.progress .bar + .bar {
  -webkit-box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15); }

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

/* line 79, ../sass/bootstrap/_progress-bars.scss */
.progress.active .bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -moz-animation: progress-bar-stripes 2s linear infinite;
  -ms-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite; }

/* line 93, ../sass/bootstrap/_progress-bars.scss */
.progress-danger .bar, .progress .bar-danger {
  background-color: #dd514b;
  background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#c43c35));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: linear-gradient(to bottom, #ee5f5b, #c43c35);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEE5F5B', endColorstr='#FFC43C35', GradientType=0); }

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

/* line 101, ../sass/bootstrap/_progress-bars.scss */
.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='#FF62C462', endColorstr='#FF57A957', GradientType=0); }

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

/* line 109, ../sass/bootstrap/_progress-bars.scss */
.progress-info .bar, .progress .bar-info {
  background-color: #4bb1cf;
  background-image: -moz-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#339bb9));
  background-image: -webkit-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -o-linear-gradient(top, #5bc0de, #339bb9);
  background-image: linear-gradient(to bottom, #5bc0de, #339bb9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF5BC0DE', endColorstr='#FF339BB9', GradientType=0); }

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

/* line 117, ../sass/bootstrap/_progress-bars.scss */
.progress-warning .bar, .progress .bar-warning {
  background-color: #f9a732;
  background-image: -moz-linear-gradient(top, #fbb450, #f89406);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
  background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
  background-image: -o-linear-gradient(top, #fbb450, #f89406);
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFBB450', endColorstr='#FFF89406', GradientType=0); }

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

/* line 7, ../sass/bootstrap/_accordion.scss */
.accordion {
  margin-bottom: 19px; }

/* line 12, ../sass/bootstrap/_accordion.scss */
.accordion-group {
  margin-bottom: 2px;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }

/* line 17, ../sass/bootstrap/_accordion.scss */
.accordion-heading {
  border-bottom: 0; }

/* line 20, ../sass/bootstrap/_accordion.scss */
.accordion-heading .accordion-toggle {
  display: block;
  padding: 8px 15px; }

/* line 26, ../sass/bootstrap/_accordion.scss */
.accordion-toggle {
  cursor: pointer; }

/* line 31, ../sass/bootstrap/_accordion.scss */
.accordion-inner {
  padding: 9px 15px;
  border-top: 1px solid #e5e5e5; }

/* line 6, ../sass/bootstrap/_carousel.scss */
.carousel {
  position: relative;
  margin-bottom: 19px;
  line-height: 1; }

/* line 12, ../sass/bootstrap/_carousel.scss */
.carousel-inner {
  overflow: hidden;
  width: 100%;
  position: relative; }

/* line 20, ../sass/bootstrap/_carousel.scss */
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -moz-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left; }
  /* line 26, ../sass/bootstrap/_carousel.scss */
  .carousel-inner > .item > img,
  .carousel-inner > .item > a > img {
    display: block;
    line-height: 1; }
/* line 33, ../sass/bootstrap/_carousel.scss */
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block; }
/* line 37, ../sass/bootstrap/_carousel.scss */
.carousel-inner > .active {
  left: 0; }
/* line 41, ../sass/bootstrap/_carousel.scss */
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%; }
/* line 48, ../sass/bootstrap/_carousel.scss */
.carousel-inner > .next {
  left: 100%; }
/* line 51, ../sass/bootstrap/_carousel.scss */
.carousel-inner > .prev {
  left: -100%; }
/* line 54, ../sass/bootstrap/_carousel.scss */
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0; }
/* line 59, ../sass/bootstrap/_carousel.scss */
.carousel-inner > .active.left {
  left: -100%; }
/* line 62, ../sass/bootstrap/_carousel.scss */
.carousel-inner > .active.right {
  left: 100%; }

/* line 71, ../sass/bootstrap/_carousel.scss */
.carousel-control {
  position: absolute;
  top: 40%;
  left: 15px;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  font-size: 60px;
  font-weight: 100;
  line-height: 30px;
  color: #fff;
  text-align: center;
  background: #222;
  border: 3px solid #fff;
  -webkit-border-radius: 23px;
  -moz-border-radius: 23px;
  border-radius: 23px;
  opacity: 0.5;
  filter: alpha(opacity=50); }
  /* line 96, ../sass/bootstrap/_carousel.scss */
  .carousel-control.right {
    left: auto;
    right: 15px; }
  /* line 102, ../sass/bootstrap/_carousel.scss */
  .carousel-control:hover, .carousel-control:focus {
    color: #fff;
    text-decoration: none;
    opacity: 0.9;
    filter: alpha(opacity=90); }

/* line 112, ../sass/bootstrap/_carousel.scss */
.carousel-indicators {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 5;
  margin: 0;
  list-style: none; }
  /* line 120, ../sass/bootstrap/_carousel.scss */
  .carousel-indicators li {
    display: block;
    float: left;
    width: 10px;
    height: 10px;
    margin-left: 5px;
    text-indent: -999px;
    background-color: #ccc;
    background-color: rgba(255, 255, 255, 0.25);
    border-radius: 5px; }
  /* line 131, ../sass/bootstrap/_carousel.scss */
  .carousel-indicators .active {
    background-color: #fff; }

/* line 139, ../sass/bootstrap/_carousel.scss */
.carousel-caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 15px;
  background: #333;
  background: rgba(0, 0, 0, 0.75); }

/* line 148, ../sass/bootstrap/_carousel.scss */
.carousel-caption h4,
.carousel-caption p {
  color: #fff;
  line-height: 19px; }

/* line 153, ../sass/bootstrap/_carousel.scss */
.carousel-caption h4 {
  margin: 0 0 5px; }

/* line 156, ../sass/bootstrap/_carousel.scss */
.carousel-caption p {
  margin-bottom: 0; }

/* line 6, ../sass/bootstrap/_hero-unit.scss */
.hero-unit {
  padding: 60px;
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 200;
  line-height: 28.5px;
  color: inherit;
  background-color: #eee;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px; }
  /* line 15, ../sass/bootstrap/_hero-unit.scss */
  .hero-unit h1 {
    margin-bottom: 0;
    font-size: 60px;
    line-height: 1;
    color: inherit;
    letter-spacing: -1px; }
  /* line 22, ../sass/bootstrap/_hero-unit.scss */
  .hero-unit li {
    line-height: 28.5px; }

/* line 7, ../sass/bootstrap/_utilities.scss */
.pull-right {
  float: right; }

/* line 10, ../sass/bootstrap/_utilities.scss */
.pull-left {
  float: left; }

/* line 15, ../sass/bootstrap/_utilities.scss */
.hide {
  display: none; }

/* line 18, ../sass/bootstrap/_utilities.scss */
.show {
  display: block; }

/* line 23, ../sass/bootstrap/_utilities.scss */
.invisible {
  visibility: hidden; }

/* line 28, ../sass/bootstrap/_utilities.scss */
.affix {
  position: fixed; }

/* line 33, ../sass/bootstrap/_utilities.scss */
.clearfix {
  *zoom: 1; }
  /* line 14, ../sass/bootstrap/_mixins.scss */
  .clearfix:before, .clearfix:after {
    display: table;
    content: "";
    line-height: 0; }
  /* line 22, ../sass/bootstrap/_mixins.scss */
  .clearfix:after {
    clear: both; }

/* line 38, ../sass/bootstrap/_utilities.scss */
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

/* line 43, ../sass/bootstrap/_utilities.scss */
.input-block-level {
  display: block;
  width: 100%;
  min-height: 29px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/* line 7, ../sass/bootstrap.scss */
form .datepicker, textarea.autoresize, form .inputtext, .inputselect {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/* line 10, ../sass/bootstrap.scss */
select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
  height: auto;
  padding: 3px 6px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  /* line 16, ../sass/bootstrap.scss */
  select:focus, 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: #888;
    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(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 0, 0, 0.3); }

/*!
 * Bootstrap Responsive v2.3.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.
 */
@-ms-viewport {
  width: device-width; }
/* line 15, ../sass/bootstrap/_responsive-utilities.scss */
.hidden {
  display: none;
  visibility: hidden; }

/* line 23, ../sass/bootstrap/_responsive-utilities.scss */
.visible-phone {
  display: none !important; }

/* line 24, ../sass/bootstrap/_responsive-utilities.scss */
.visible-tablet {
  display: none !important; }

/* line 27, ../sass/bootstrap/_responsive-utilities.scss */
.hidden-desktop {
  display: none !important; }

/* line 28, ../sass/bootstrap/_responsive-utilities.scss */
.visible-desktop {
  display: inherit !important; }

@media (min-width: 768px) and (max-width: 979px) {
  /* line 33, ../sass/bootstrap/_responsive-utilities.scss */
  .hidden-desktop {
    display: inherit !important; }

  /* line 34, ../sass/bootstrap/_responsive-utilities.scss */
  .visible-desktop {
    display: none !important; }

  /* line 36, ../sass/bootstrap/_responsive-utilities.scss */
  .visible-tablet {
    display: inherit !important; }

  /* line 38, ../sass/bootstrap/_responsive-utilities.scss */
  .hidden-tablet {
    display: none !important; } }
@media (max-width: 767px) {
  /* line 44, ../sass/bootstrap/_responsive-utilities.scss */
  .hidden-desktop {
    display: inherit !important; }

  /* line 45, ../sass/bootstrap/_responsive-utilities.scss */
  .visible-desktop {
    display: none !important; }

  /* line 47, ../sass/bootstrap/_responsive-utilities.scss */
  .visible-phone {
    display: inherit !important; }

  /* line 49, ../sass/bootstrap/_responsive-utilities.scss */
  .hidden-phone {
    display: none !important; } }
/* line 53, ../sass/bootstrap/_responsive-utilities.scss */
.visible-print {
  display: none !important; }

@media print {
  /* line 57, ../sass/bootstrap/_responsive-utilities.scss */
  .visible-print {
    display: inherit !important; }

  /* line 58, ../sass/bootstrap/_responsive-utilities.scss */
  .hidden-print {
    display: none !important; } }
/* line 62, ../sass/bootstrap/_responsive-utilities.scss */
.clearfix {
  *zoom: 1; }
  /* line 14, ../sass/bootstrap/_mixins.scss */
  .clearfix:before, .clearfix:after {
    display: table;
    content: "";
    line-height: 0; }
  /* line 22, ../sass/bootstrap/_mixins.scss */
  .clearfix:after {
    clear: both; }

/* line 67, ../sass/bootstrap/_responsive-utilities.scss */
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

/* line 72, ../sass/bootstrap/_responsive-utilities.scss */
.input-block-level {
  display: block;
  width: 100%;
  min-height: 29px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

@media (min-width: 1200px) {
  /* line 567, ../sass/bootstrap/_mixins.scss */
  .row {
    margin-left: -30px;
    *zoom: 1; }
    /* line 14, ../sass/bootstrap/_mixins.scss */
    .row:before, .row:after {
      display: table;
      content: "";
      line-height: 0; }
    /* line 22, ../sass/bootstrap/_mixins.scss */
    .row:after {
      clear: both; }

  /* line 572, ../sass/bootstrap/_mixins.scss */
  [class*="span"] {
    float: left;
    min-height: 1px;
    margin-left: 30px; }

  /* line 579, ../sass/bootstrap/_mixins.scss */
  .container,
  .navbar-static-top .container,
  .navbar-fixed-top .container,
  .navbar-fixed-bottom .container {
    width: 1170px; }

  /* line 593, ../sass/bootstrap/_mixins.scss */
  .span1 {
    width: 70px; }

  /* line 593, ../sass/bootstrap/_mixins.scss */
  .span2 {
    width: 170px; }

  /* line 593, ../sass/bootstrap/_mixins.scss */
  .span3 {
    width: 270px; }

  /* line 593, ../sass/bootstrap/_mixins.scss */
  .span4 {
    width: 370px; }

  /* line 593, ../sass/bootstrap/_mixins.scss */
  .span5 {
    width: 470px; }

  /* line 593, ../sass/bootstrap/_mixins.scss */
  .span6 {
    width: 570px; }

  /* line 593, ../sass/bootstrap/_mixins.scss */
  .span7 {
    width: 670px; }

  /* line 593, ../sass/bootstrap/_mixins.scss */
  .span8 {
    width: 770px; }

  /* line 593, ../sass/bootstrap/_mixins.scss */
  .span9 {
    width: 870px; }

  /* line 593, ../sass/bootstrap/_mixins.scss */
  .span10 {
    width: 970px; }

  /* line 593, ../sass/bootstrap/_mixins.scss */
  .span11 {
    width: 1070px; }

  /* line 593, ../sass/bootstrap/_mixins.scss */
  .span12 {
    width: 100%; }

  /* line 599, ../sass/bootstrap/_mixins.scss */
  .offset1 {
    margin-left: 130px; }

  /* line 599, ../sass/bootstrap/_mixins.scss */
  .offset2 {
    margin-left: 230px; }

  /* line 599, ../sass/bootstrap/_mixins.scss */
  .offset3 {
    margin-left: 330px; }

  /* line 599, ../sass/bootstrap/_mixins.scss */
  .offset4 {
    margin-left: 430px; }

  /* line 599, ../sass/bootstrap/_mixins.scss */
  .offset5 {
    margin-left: 530px; }

  /* line 599, ../sass/bootstrap/_mixins.scss */
  .offset6 {
    margin-left: 630px; }

  /* line 599, ../sass/bootstrap/_mixins.scss */
  .offset7 {
    margin-left: 730px; }

  /* line 599, ../sass/bootstrap/_mixins.scss */
  .offset8 {
    margin-left: 830px; }

  /* line 599, ../sass/bootstrap/_mixins.scss */
  .offset9 {
    margin-left: 930px; }

  /* line 599, ../sass/bootstrap/_mixins.scss */
  .offset10 {
    margin-left: 1030px; }

  /* line 599, ../sass/bootstrap/_mixins.scss */
  .offset11 {
    margin-left: 1130px; }

  /* line 599, ../sass/bootstrap/_mixins.scss */
  .offset12 {
    margin-left: 1230px; }

  /* line 614, ../sass/bootstrap/_mixins.scss */
  .row-fluid {
    width: 100%;
    *zoom: 1; }
    /* line 14, ../sass/bootstrap/_mixins.scss */
    .row-fluid:before, .row-fluid:after {
      display: table;
      content: "";
      line-height: 0; }
    /* line 22, ../sass/bootstrap/_mixins.scss */
    .row-fluid:after {
      clear: both; }
    /* line 617, ../sass/bootstrap/_mixins.scss */
    .row-fluid [class*="span"] {
      display: block;
      width: 100%;
      min-height: 29px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      float: left;
      margin-left: 2.5641%;
      *margin-left: 2.51091%; }
    /* line 623, ../sass/bootstrap/_mixins.scss */
    .row-fluid [class*="span"]:first-child {
      margin-left: 0; }
    /* line 628, ../sass/bootstrap/_mixins.scss */
    .row-fluid .controls-row [class*="span"] + [class*="span"] {
      margin-left: 2.5641%; }
    /* line 640, ../sass/bootstrap/_mixins.scss */
    .row-fluid .span1 {
      width: 5.98291%;
      *width: 5.92971%; }
    /* line 640, ../sass/bootstrap/_mixins.scss */
    .row-fluid .span2 {
      width: 14.52991%;
      *width: 14.47672%; }
    /* line 640, ../sass/bootstrap/_mixins.scss */
    .row-fluid .span3 {
      width: 23.07692%;
      *width: 23.02373%; }
    /* line 640, ../sass/bootstrap/_mixins.scss */
    .row-fluid .span4 {
      width: 31.62393%;
      *width: 31.57074%; }
    /* line 640, ../sass/bootstrap/_mixins.scss */
    .row-fluid .span5 {
      width: 40.17094%;
      *width: 40.11775%; }
    /* line 640, ../sass/bootstrap/_mixins.scss */
    .row-fluid .span6 {
      width: 48.71795%;
      *width: 48.66476%; }
    /* line 640, ../sass/bootstrap/_mixins.scss */
    .row-fluid .span7 {
      width: 57.26496%;
      *width: 57.21177%; }
    /* line 640, ../sass/bootstrap/_mixins.scss */
    .row-fluid .span8 {
      width: 65.81197%;
      *width: 65.75877%; }
    /* line 640, ../sass/bootstrap/_mixins.scss */
    .row-fluid .span9 {
      width: 74.35897%;
      *width: 74.30578%; }
    /* line 640, ../sass/bootstrap/_mixins.scss */
    .row-fluid .span10 {
      width: 82.90598%;
      *width: 82.85279%; }
    /* line 640, ../sass/bootstrap/_mixins.scss */
    .row-fluid .span11 {
      width: 91.45299%;
      *width: 91.3998%; }
    /* line 640, ../sass/bootstrap/_mixins.scss */
    .row-fluid .span12 {
      width: 100%;
      *width: 99.94681%; }
    /* line 646, ../sass/bootstrap/_mixins.scss */
    .row-fluid .offset1 {
      margin-left: 11.11111%;
      *margin-left: 11.00473%; }
    /* line 647, ../sass/bootstrap/_mixins.scss */
    .row-fluid .offset1:first-child {
      margin-left: 8.54701%;
      *margin-left: 8.44063%; }
    /* line 646, ../sass/bootstrap/_mixins.scss */
    .row-fluid .offset2 {
      margin-left: 19.65812%;
      *margin-left: 19.55174%; }
    /* line 647, ../sass/bootstrap/_mixins.scss */
    .row-fluid .offset2:first-child {
      margin-left: 17.09402%;
      *margin-left: 16.98763%; }
    /* line 646, ../sass/bootstrap/_mixins.scss */
    .row-fluid .offset3 {
      margin-left: 28.20513%;
      *margin-left: 28.09875%; }
    /* line 647, ../sass/bootstrap/_mixins.scss */
    .row-fluid .offset3:first-child {
      margin-left: 25.64103%;
      *margin-left: 25.53464%; }
    /* line 646, ../sass/bootstrap/_mixins.scss */
    .row-fluid .offset4 {
      margin-left: 36.75214%;
      *margin-left: 36.64575%; }
    /* line 647, ../sass/bootstrap/_mixins.scss */
    .row-fluid .offset4:first-child {
      margin-left: 34.18803%;
      *margin-left: 34.08165%; }
    /* line 646, ../sass/bootstrap/_mixins.scss */
    .row-fluid .offset5 {
      margin-left: 45.29915%;
      *margin-left: 45.19276%; }
    /* line 647, ../sass/bootstrap/_mixins.scss */
    .row-fluid .offset5:first-child {
      margin-left: 42.73504%;
      *margin-left: 42.62866%; }
    /* line 646, ../sass/bootstrap/_mixins.scss */
    .row-fluid .offset6 {
      margin-left: 53.84615%;
      *margin-left: 53.73977%; }
    /* line 647, ../sass/bootstrap/_mixins.scss */
    .row-fluid .offset6:first-child {
      margin-left: 51.28205%;
      *margin-left: 51.17567%; }
    /* line 646, ../sass/bootstrap/_mixins.scss */
    .row-fluid .offset7 {
      margin-left: 62.39316%;
      *margin-left: 62.28678%; }
    /* line 647, ../sass/bootstrap/_mixins.scss */
    .row-fluid .offset7:first-child {
      margin-left: 59.82906%;
      *margin-left: 59.72268%; }
    /* line 646, ../sass/bootstrap/_mixins.scss */
    .row-fluid .offset8 {
      margin-left: 70.94017%;
      *margin-left: 70.83379%; }
    /* line 647, ../sass/bootstrap/_mixins.scss */
    .row-fluid .offset8:first-child {
      margin-left: 68.37607%;
      *margin-left: 68.26969%; }
    /* line 646, ../sass/bootstrap/_mixins.scss */
    .row-fluid .offset9 {
      margin-left: 79.48718%;
      *margin-left: 79.3808%; }
    /* line 647, ../sass/bootstrap/_mixins.scss */
    .row-fluid .offset9:first-child {
      margin-left: 76.92308%;
      *margin-left: 76.81669%; }
    /* line 646, ../sass/bootstrap/_mixins.scss */
    .row-fluid .offset10 {
      margin-left: 88.03419%;
      *margin-left: 87.92781%; }
    /* line 647, ../sass/bootstrap/_mixins.scss */
    .row-fluid .offset10:first-child {
      margin-left: 85.47009%;
      *margin-left: 85.3637%; }
    /* line 646, ../sass/bootstrap/_mixins.scss */
    .row-fluid .offset11 {
      margin-left: 96.5812%;
      *margin-left: 96.47481%; }
    /* line 647, ../sass/bootstrap/_mixins.scss */
    .row-fluid .offset11:first-child {
      margin-left: 94.01709%;
      *margin-left: 93.91071%; }
    /* line 646, ../sass/bootstrap/_mixins.scss */
    .row-fluid .offset12 {
      margin-left: 105.12821%;
      *margin-left: 105.02182%; }
    /* line 647, ../sass/bootstrap/_mixins.scss */
    .row-fluid .offset12:first-child {
      margin-left: 102.5641%;
      *margin-left: 102.45772%; }

  /* line 669, ../sass/bootstrap/_mixins.scss */
  input,
  textarea,
  .uneditable-input {
    margin-left: 0; }

  /* line 676, ../sass/bootstrap/_mixins.scss */
  .controls-row [class*="span"] + [class*="span"] {
    margin-left: 30px; }

  /* line 686, ../sass/bootstrap/_mixins.scss */
  input.span1,
  textarea.span1,
  .uneditable-input.span1 {
    width: 56px; }

  /* line 686, ../sass/bootstrap/_mixins.scss */
  input.span2,
  textarea.span2,
  .uneditable-input.span2 {
    width: 156px; }

  /* line 686, ../sass/bootstrap/_mixins.scss */
  input.span3,
  textarea.span3,
  .uneditable-input.span3 {
    width: 256px; }

  /* line 686, ../sass/bootstrap/_mixins.scss */
  input.span4,
  textarea.span4,
  .uneditable-input.span4 {
    width: 356px; }

  /* line 686, ../sass/bootstrap/_mixins.scss */
  input.span5,
  textarea.span5,
  .uneditable-input.span5 {
    width: 456px; }

  /* line 686, ../sass/bootstrap/_mixins.scss */
  input.span6,
  textarea.span6,
  .uneditable-input.span6 {
    width: 556px; }

  /* line 686, ../sass/bootstrap/_mixins.scss */
  input.span7,
  textarea.span7,
  .uneditable-input.span7 {
    width: 656px; }

  /* line 686, ../sass/bootstrap/_mixins.scss */
  input.span8,
  textarea.span8,
  .uneditable-input.span8 {
    width: 756px; }

  /* line 686, ../sass/bootstrap/_mixins.scss */
  input.span9,
  textarea.span9,
  .uneditable-input.span9 {
    width: 856px; }

  /* line 686, ../sass/bootstrap/_mixins.scss */
  input.span10,
  textarea.span10,
  .uneditable-input.span10 {
    width: 956px; }

  /* line 686, ../sass/bootstrap/_mixins.scss */
  input.span11,
  textarea.span11,
  .uneditable-input.span11 {
    width: 1056px; }

  /* line 686, ../sass/bootstrap/_mixins.scss */
  input.span12,
  textarea.span12,
  .uneditable-input.span12 {
    width: 1156px; }

  /* line 18, ../sass/bootstrap/_responsive-1200px-min.scss */
  .thumbnails {
    margin-left: -30px; }

  /* line 21, ../sass/bootstrap/_responsive-1200px-min.scss */
  .thumbnails > li {
    margin-left: 30px; }

  /* line 24, ../sass/bootstrap/_responsive-1200px-min.scss */
  .row-fluid .thumbnails {
    margin-left: 0; } }
@media (min-width: 768px) and (max-width: 979px) {
  /* line 567, ../sass/bootstrap/_mixins.scss */
  .row {
    margin-left: -20px;
    *zoom: 1; }
    /* line 14, ../sass/bootstrap/_mixins.scss */
    .row:before, .row:after {
      display: table;
      content: "";
      line-height: 0; }
    /* line 22, ../sass/bootstrap/_mixins.scss */
    .row:after {
      clear: both; }

  /* line 572, ../sass/bootstrap/_mixins.scss */
  [class*="span"] {
    float: left;
    min-height: 1px;
    margin-left: 20px; }

  /* line 579, ../sass/bootstrap/_mixins.scss */
  .container,
  .navbar-static-top .container,
  .navbar-fixed-top .container,
  .navbar-fixed-bottom .container {
    width: 724px; }

  /* line 593, ../sass/bootstrap/_mixins.scss */
  .span1 {
    width: 42px; }

  /* line 593, ../sass/bootstrap/_mixins.scss */
  .span2 {
    width: 104px; }

  /* line 593, ../sass/bootstrap/_mixins.scss */
  .span3 {
    width: 166px; }

  /* line 593, ../sass/bootstrap/_mixins.scss */
  .span4 {
    width: 228px; }

  /* line 593, ../sass/bootstrap/_mixins.scss */
  .span5 {
    width: 290px; }

  /* line 593, ../sass/bootstrap/_mixins.scss */
  .span6 {
    width: 352px; }

  /* line 593, ../sass/bootstrap/_mixins.scss */
  .span7 {
    width: 414px; }

  /* line 593, ../sass/bootstrap/_mixins.scss */
  .span8 {
    width: 476px; }

  /* line 593, ../sass/bootstrap/_mixins.scss */
  .span9 {
    width: 538px; }

  /* line 593, ../sass/bootstrap/_mixins.scss */
  .span10 {
    width: 600px; }

  /* line 593, ../sass/bootstrap/_mixins.scss */
  .span11 {
    width: 662px; }

  /* line 593, ../sass/bootstrap/_mixins.scss */
  .span12 {
    width: 724px; }

  /* line 599, ../sass/bootstrap/_mixins.scss */
  .offset1 {
    margin-left: 82px; }

  /* line 599, ../sass/bootstrap/_mixins.scss */
  .offset2 {
    margin-left: 144px; }

  /* line 599, ../sass/bootstrap/_mixins.scss */
  .offset3 {
    margin-left: 206px; }

  /* line 599, ../sass/bootstrap/_mixins.scss */
  .offset4 {
    margin-left: 268px; }

  /* line 599, ../sass/bootstrap/_mixins.scss */
  .offset5 {
    margin-left: 330px; }

  /* line 599, ../sass/bootstrap/_mixins.scss */
  .offset6 {
    margin-left: 392px; }

  /* line 599, ../sass/bootstrap/_mixins.scss */
  .offset7 {
    margin-left: 454px; }

  /* line 599, ../sass/bootstrap/_mixins.scss */
  .offset8 {
    margin-left: 516px; }

  /* line 599, ../sass/bootstrap/_mixins.scss */
  .offset9 {
    margin-left: 578px; }

  /* line 599, ../sass/bootstrap/_mixins.scss */
  .offset10 {
    margin-left: 640px; }

  /* line 599, ../sass/bootstrap/_mixins.scss */
  .offset11 {
    margin-left: 702px; }

  /* line 599, ../sass/bootstrap/_mixins.scss */
  .offset12 {
    margin-left: 764px; }

  /* line 614, ../sass/bootstrap/_mixins.scss */
  .row-fluid {
    width: 100%;
    *zoom: 1; }
    /* line 14, ../sass/bootstrap/_mixins.scss */
    .row-fluid:before, .row-fluid:after {
      display: table;
      content: "";
      line-height: 0; }
    /* line 22, ../sass/bootstrap/_mixins.scss */
    .row-fluid:after {
      clear: both; }
    /* line 617, ../sass/bootstrap/_mixins.scss */
    .row-fluid [class*="span"] {
      display: block;
      width: 100%;
      min-height: 29px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      float: left;
      margin-left: 2.76243%;
      *margin-left: 2.70924%; }
    /* line 623, ../sass/bootstrap/_mixins.scss */
    .row-fluid [class*="span"]:first-child {
      margin-left: 0; }
    /* line 628, ../sass/bootstrap/_mixins.scss */
    .row-fluid .controls-row [class*="span"] + [class*="span"] {
      margin-left: 2.76243%; }
    /* line 640, ../sass/bootstrap/_mixins.scss */
    .row-fluid .span1 {
      width: 5.8011%;
      *width: 5.74791%; }
    /* line 640, ../sass/bootstrap/_mixins.scss */
    .row-fluid .span2 {
      width: 14.36464%;
      *width: 14.31145%; }
    /* line 640, ../sass/bootstrap/_mixins.scss */
    .row-fluid .span3 {
      width: 22.92818%;
      *width: 22.87499%; }
    /* line 640, ../sass/bootstrap/_mixins.scss */
    .row-fluid .span4 {
      width: 31.49171%;
      *width: 31.43852%; }
    /* line 640, ../sass/bootstrap/_mixins.scss */
    .row-fluid .span5 {
      width: 40.05525%;
      *width: 40.00206%; }
    /* line 640, ../sass/bootstrap/_mixins.scss */
    .row-fluid .span6 {
      width: 48.61878%;
      *width: 48.56559%; }
    /* line 640, ../sass/bootstrap/_mixins.scss */
    .row-fluid .span7 {
      width: 57.18232%;
      *width: 57.12913%; }
    /* line 640, ../sass/bootstrap/_mixins.scss */
    .row-fluid .span8 {
      width: 65.74586%;
      *width: 65.69266%; }
    /* line 640, ../sass/bootstrap/_mixins.scss */
    .row-fluid .span9 {
      width: 74.30939%;
      *width: 74.2562%; }
    /* line 640, ../sass/bootstrap/_mixins.scss */
    .row-fluid .span10 {
      width: 82.87293%;
      *width: 82.81974%; }
    /* line 640, ../sass/bootstrap/_mixins.scss */
    .row-fluid .span11 {
      width: 91.43646%;
      *width: 91.38327%; }
    /* line 640, ../sass/bootstrap/_mixins.scss */
    .row-fluid .span12 {
      width: 100%;
      *width: 99.94681%; }
    /* line 646, ../sass/bootstrap/_mixins.scss */
    .row-fluid .offset1 {
      margin-left: 11.32597%;
      *margin-left: 11.21958%; }
    /* line 647, ../sass/bootstrap/_mixins.scss */
    .row-fluid .offset1:first-child {
      margin-left: 8.56354%;
      *margin-left: 8.45715%; }
    /* line 646, ../sass/bootstrap/_mixins.scss */
    .row-fluid .offset2 {
      margin-left: 19.8895%;
      *margin-left: 19.78312%; }
    /* line 647, ../sass/bootstrap/_mixins.scss */
    .row-fluid .offset2:first-child {
      margin-left: 17.12707%;
      *margin-left: 17.02069%; }
    /* line 646, ../sass/bootstrap/_mixins.scss */
    .row-fluid .offset3 {
      margin-left: 28.45304%;
      *margin-left: 28.34666%; }
    /* line 647, ../sass/bootstrap/_mixins.scss */
    .row-fluid .offset3:first-child {
      margin-left: 25.69061%;
      *margin-left: 25.58422%; }
    /* line 646, ../sass/bootstrap/_mixins.scss */
    .row-fluid .offset4 {
      margin-left: 37.01657%;
      *margin-left: 36.91019%; }
    /* line 647, ../sass/bootstrap/_mixins.scss */
    .row-fluid .offset4:first-child {
      margin-left: 34.25414%;
      *margin-left: 34.14776%; }
    /* line 646, ../sass/bootstrap/_mixins.scss */
    .row-fluid .offset5 {
      margin-left: 45.58011%;
      *margin-left: 45.47373%; }
    /* line 647, ../sass/bootstrap/_mixins.scss */
    .row-fluid .offset5:first-child {
      margin-left: 42.81768%;
      *margin-left: 42.7113%; }
    /* line 646, ../sass/bootstrap/_mixins.scss */
    .row-fluid .offset6 {
      margin-left: 54.14365%;
      *margin-left: 54.03726%; }
    /* line 647, ../sass/bootstrap/_mixins.scss */
    .row-fluid .offset6:first-child {
      margin-left: 51.38122%;
      *margin-left: 51.27483%; }
    /* line 646, ../sass/bootstrap/_mixins.scss */
    .row-fluid .offset7 {
      margin-left: 62.70718%;
      *margin-left: 62.6008%; }
    /* line 647, ../sass/bootstrap/_mixins.scss */
    .row-fluid .offset7:first-child {
      margin-left: 59.94475%;
      *margin-left: 59.83837%; }
    /* line 646, ../sass/bootstrap/_mixins.scss */
    .row-fluid .offset8 {
      margin-left: 71.27072%;
      *margin-left: 71.16434%; }
    /* line 647, ../sass/bootstrap/_mixins.scss */
    .row-fluid .offset8:first-child {
      margin-left: 68.50829%;
      *margin-left: 68.4019%; }
    /* line 646, ../sass/bootstrap/_mixins.scss */
    .row-fluid .offset9 {
      margin-left: 79.83425%;
      *margin-left: 79.72787%; }
    /* line 647, ../sass/bootstrap/_mixins.scss */
    .row-fluid .offset9:first-child {
      margin-left: 77.07182%;
      *margin-left: 76.96544%; }
    /* line 646, ../sass/bootstrap/_mixins.scss */
    .row-fluid .offset10 {
      margin-left: 88.39779%;
      *margin-left: 88.29141%; }
    /* line 647, ../sass/bootstrap/_mixins.scss */
    .row-fluid .offset10:first-child {
      margin-left: 85.63536%;
      *margin-left: 85.52898%; }
    /* line 646, ../sass/bootstrap/_mixins.scss */
    .row-fluid .offset11 {
      margin-left: 96.96133%;
      *margin-left: 96.85494%; }
    /* line 647, ../sass/bootstrap/_mixins.scss */
    .row-fluid .offset11:first-child {
      margin-left: 94.1989%;
      *margin-left: 94.09251%; }
    /* line 646, ../sass/bootstrap/_mixins.scss */
    .row-fluid .offset12 {
      margin-left: 105.52486%;
      *margin-left: 105.41848%; }
    /* line 647, ../sass/bootstrap/_mixins.scss */
    .row-fluid .offset12:first-child {
      margin-left: 102.76243%;
      *margin-left: 102.65605%; }

  /* line 669, ../sass/bootstrap/_mixins.scss */
  input,
  textarea,
  .uneditable-input {
    margin-left: 0; }

  /* line 676, ../sass/bootstrap/_mixins.scss */
  .controls-row [class*="span"] + [class*="span"] {
    margin-left: 20px; }

  /* line 686, ../sass/bootstrap/_mixins.scss */
  input.span1,
  textarea.span1,
  .uneditable-input.span1 {
    width: 28px; }

  /* line 686, ../sass/bootstrap/_mixins.scss */
  input.span2,
  textarea.span2,
  .uneditable-input.span2 {
    width: 90px; }

  /* line 686, ../sass/bootstrap/_mixins.scss */
  input.span3,
  textarea.span3,
  .uneditable-input.span3 {
    width: 152px; }

  /* line 686, ../sass/bootstrap/_mixins.scss */
  input.span4,
  textarea.span4,
  .uneditable-input.span4 {
    width: 214px; }

  /* line 686, ../sass/bootstrap/_mixins.scss */
  input.span5,
  textarea.span5,
  .uneditable-input.span5 {
    width: 276px; }

  /* line 686, ../sass/bootstrap/_mixins.scss */
  input.span6,
  textarea.span6,
  .uneditable-input.span6 {
    width: 338px; }

  /* line 686, ../sass/bootstrap/_mixins.scss */
  input.span7,
  textarea.span7,
  .uneditable-input.span7 {
    width: 400px; }

  /* line 686, ../sass/bootstrap/_mixins.scss */
  input.span8,
  textarea.span8,
  .uneditable-input.span8 {
    width: 462px; }

  /* line 686, ../sass/bootstrap/_mixins.scss */
  input.span9,
  textarea.span9,
  .uneditable-input.span9 {
    width: 524px; }

  /* line 686, ../sass/bootstrap/_mixins.scss */
  input.span10,
  textarea.span10,
  .uneditable-input.span10 {
    width: 586px; }

  /* line 686, ../sass/bootstrap/_mixins.scss */
  input.span11,
  textarea.span11,
  .uneditable-input.span11 {
    width: 648px; }

  /* line 686, ../sass/bootstrap/_mixins.scss */
  input.span12,
  textarea.span12,
  .uneditable-input.span12 {
    width: 710px; } }
@media (max-width: 767px) {
  /* line 9, ../sass/bootstrap/_responsive-767px-max.scss */
  body {
    padding-left: 20px;
    padding-right: 20px; }

  /* line 14, ../sass/bootstrap/_responsive-767px-max.scss */
  .navbar-fixed-top,
  .navbar-fixed-bottom,
  .navbar-static-top {
    margin-left: -20px;
    margin-right: -20px; }

  /* line 21, ../sass/bootstrap/_responsive-767px-max.scss */
  .container-fluid {
    padding: 0; }

  /* line 29, ../sass/bootstrap/_responsive-767px-max.scss */
  .dl-horizontal dt {
    float: none;
    clear: none;
    width: auto;
    text-align: left; }
  /* line 35, ../sass/bootstrap/_responsive-767px-max.scss */
  .dl-horizontal dd {
    margin-left: 0; }

  /* line 43, ../sass/bootstrap/_responsive-767px-max.scss */
  .container {
    width: auto; }

  /* line 47, ../sass/bootstrap/_responsive-767px-max.scss */
  .row-fluid {
    width: 100%; }

  /* line 51, ../sass/bootstrap/_responsive-767px-max.scss */
  .row,
  .thumbnails {
    margin-left: 0; }

  /* line 55, ../sass/bootstrap/_responsive-767px-max.scss */
  .thumbnails > li {
    float: none;
    margin-left: 0; }

  /* line 60, ../sass/bootstrap/_responsive-767px-max.scss */
  [class*="span"],
  .uneditable-input[class*="span"],
  .row-fluid [class*="span"] {
    float: none;
    display: block;
    width: 100%;
    margin-left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

  /* line 69, ../sass/bootstrap/_responsive-767px-max.scss */
  .span12,
  .row-fluid .span12 {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

  /* line 74, ../sass/bootstrap/_responsive-767px-max.scss */
  .row-fluid [class*="offset"]:first-child {
    margin-left: 0; }

  /* line 81, ../sass/bootstrap/_responsive-767px-max.scss */
  .input-large,
  .input-xlarge,
  .input-xxlarge,
  input[class*="span"],
  select[class*="span"],
  textarea[class*="span"],
  .uneditable-input {
    display: block;
    width: 100%;
    min-height: 29px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

  /* line 91, ../sass/bootstrap/_responsive-767px-max.scss */
  .input-prepend input,
  .input-append input,
  .input-prepend input[class*="span"],
  .input-append input[class*="span"] {
    display: inline-block;
    width: auto; }

  /* line 98, ../sass/bootstrap/_responsive-767px-max.scss */
  .controls-row [class*="span"] + [class*="span"] {
    margin-left: 0; }

  /* line 103, ../sass/bootstrap/_responsive-767px-max.scss */
  .modal {
    position: fixed;
    top: 20px;
    left: 20px;
    right: 20px;
    width: auto;
    margin: 0; }
    /* line 110, ../sass/bootstrap/_responsive-767px-max.scss */
    .modal.fade {
      top: -100px; }
    /* line 111, ../sass/bootstrap/_responsive-767px-max.scss */
    .modal.fade.in {
      top: 20px; } }
@media (max-width: 480px) {
  /* line 124, ../sass/bootstrap/_responsive-767px-max.scss */
  .nav-collapse {
    -webkit-transform: translate3d(0, 0, 0); }

  /* line 129, ../sass/bootstrap/_responsive-767px-max.scss */
  .page-header h1 small {
    display: block;
    line-height: 19px; }

  /* line 135, ../sass/bootstrap/_responsive-767px-max.scss */
  input[type="checkbox"],
  input[type="radio"] {
    border: 1px solid #ccc; }

  /* line 142, ../sass/bootstrap/_responsive-767px-max.scss */
  .form-horizontal .control-label {
    float: none;
    width: auto;
    padding-top: 0;
    text-align: left; }
  /* line 149, ../sass/bootstrap/_responsive-767px-max.scss */
  .form-horizontal .controls {
    margin-left: 0; }
  /* line 153, ../sass/bootstrap/_responsive-767px-max.scss */
  .form-horizontal .control-list {
    padding-top: 0; }
  /* line 157, ../sass/bootstrap/_responsive-767px-max.scss */
  .form-horizontal .form-actions {
    padding-left: 10px;
    padding-right: 10px; }

  /* line 165, ../sass/bootstrap/_responsive-767px-max.scss */
  .media .pull-left,
  .media .pull-right {
    float: none;
    display: block;
    margin-bottom: 10px; }

  /* line 172, ../sass/bootstrap/_responsive-767px-max.scss */
  .media-object {
    margin-right: 0;
    margin-left: 0; }

  /* line 178, ../sass/bootstrap/_responsive-767px-max.scss */
  .modal {
    top: 10px;
    left: 10px;
    right: 10px; }

  /* line 183, ../sass/bootstrap/_responsive-767px-max.scss */
  .modal-header .close {
    padding: 10px;
    margin: -10px; }

  /* line 189, ../sass/bootstrap/_responsive-767px-max.scss */
  .carousel-caption {
    position: static; } }
@media (max-width: 979px) {
  /* line 13, ../sass/bootstrap/_responsive-navbar.scss */
  body {
    padding-top: 0; }

  /* line 17, ../sass/bootstrap/_responsive-navbar.scss */
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    position: static; }

  /* line 21, ../sass/bootstrap/_responsive-navbar.scss */
  .navbar-fixed-top {
    margin-bottom: 19px; }

  /* line 24, ../sass/bootstrap/_responsive-navbar.scss */
  .navbar-fixed-bottom {
    margin-top: 19px; }

  /* line 27, ../sass/bootstrap/_responsive-navbar.scss */
  .navbar-fixed-top .navbar-inner,
  .navbar-fixed-bottom .navbar-inner {
    padding: 5px; }

  /* line 31, ../sass/bootstrap/_responsive-navbar.scss */
  .navbar .container {
    width: auto;
    padding: 0; }

  /* line 36, ../sass/bootstrap/_responsive-navbar.scss */
  .navbar .brand {
    padding-left: 10px;
    padding-right: 10px;
    margin: 0 0 0 -5px; }

  /* line 45, ../sass/bootstrap/_responsive-navbar.scss */
  .nav-collapse {
    clear: both; }

  /* line 49, ../sass/bootstrap/_responsive-navbar.scss */
  .nav-collapse .nav {
    float: none;
    margin: 0 0 9.5px; }

  /* line 53, ../sass/bootstrap/_responsive-navbar.scss */
  .nav-collapse .nav > li {
    float: none; }

  /* line 56, ../sass/bootstrap/_responsive-navbar.scss */
  .nav-collapse .nav > li > a {
    margin-bottom: 2px; }

  /* line 59, ../sass/bootstrap/_responsive-navbar.scss */
  .nav-collapse .nav > .divider-vertical {
    display: none; }

  /* line 62, ../sass/bootstrap/_responsive-navbar.scss */
  .nav-collapse .nav .nav-header {
    color: #777;
    text-shadow: none; }

  /* line 67, ../sass/bootstrap/_responsive-navbar.scss */
  .nav-collapse .nav > li > a,
  .nav-collapse .dropdown-menu a {
    padding: 9px 15px;
    font-weight: bold;
    color: #777;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px; }

  /* line 75, ../sass/bootstrap/_responsive-navbar.scss */
  .nav-collapse .btn {
    padding: 4px 10px 4px;
    font-weight: normal;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0; }

  /* line 80, ../sass/bootstrap/_responsive-navbar.scss */
  .nav-collapse .dropdown-menu li + li a {
    margin-bottom: 2px; }

  /* line 83, ../sass/bootstrap/_responsive-navbar.scss */
  .nav-collapse .nav > li > a:hover,
  .nav-collapse .nav > li > a:focus,
  .nav-collapse .dropdown-menu a:hover,
  .nav-collapse .dropdown-menu a:focus {
    background-color: #f2f2f2; }

  /* line 89, ../sass/bootstrap/_responsive-navbar.scss */
  .navbar-inverse .nav-collapse .nav > li > a,
  .navbar-inverse .nav-collapse .dropdown-menu a {
    color: #999; }

  /* line 93, ../sass/bootstrap/_responsive-navbar.scss */
  .navbar-inverse .nav-collapse .nav > li > a:hover,
  .navbar-inverse .nav-collapse .nav > li > a:focus,
  .navbar-inverse .nav-collapse .dropdown-menu a:hover,
  .navbar-inverse .nav-collapse .dropdown-menu a:focus {
    background-color: #111111; }

  /* line 100, ../sass/bootstrap/_responsive-navbar.scss */
  .nav-collapse.in .btn-group {
    margin-top: 5px;
    padding: 0; }

  /* line 105, ../sass/bootstrap/_responsive-navbar.scss */
  .nav-collapse .dropdown-menu {
    position: static;
    top: auto;
    left: auto;
    float: none;
    display: none;
    max-width: none;
    margin: 0 15px;
    padding: 0;
    background-color: transparent;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }

  /* line 119, ../sass/bootstrap/_responsive-navbar.scss */
  .nav-collapse .open > .dropdown-menu {
    display: block; }

  /* line 123, ../sass/bootstrap/_responsive-navbar.scss */
  .nav-collapse .dropdown-menu:before,
  .nav-collapse .dropdown-menu:after {
    display: none; }

  /* line 127, ../sass/bootstrap/_responsive-navbar.scss */
  .nav-collapse .dropdown-menu .divider {
    display: none; }

  /* line 131, ../sass/bootstrap/_responsive-navbar.scss */
  .nav-collapse .nav > li > .dropdown-menu:before, .nav-collapse .nav > li > .dropdown-menu:after {
    display: none; }

  /* line 137, ../sass/bootstrap/_responsive-navbar.scss */
  .nav-collapse .navbar-form,
  .nav-collapse .navbar-search {
    float: none;
    padding: 9.5px 15px;
    margin: 9.5px 0;
    border-top: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1); }

  /* line 146, ../sass/bootstrap/_responsive-navbar.scss */
  .navbar-inverse .nav-collapse .navbar-form,
  .navbar-inverse .nav-collapse .navbar-search {
    border-top-color: #111111;
    border-bottom-color: #111111; }

  /* line 152, ../sass/bootstrap/_responsive-navbar.scss */
  .navbar .nav-collapse .nav.pull-right {
    float: none;
    margin-left: 0; }

  /* line 157, ../sass/bootstrap/_responsive-navbar.scss */
  .nav-collapse,
  .nav-collapse.collapse {
    overflow: hidden;
    height: 0; }

  /* line 163, ../sass/bootstrap/_responsive-navbar.scss */
  .navbar .btn-navbar {
    display: block; }

  /* line 169, ../sass/bootstrap/_responsive-navbar.scss */
  .navbar-static .navbar-inner {
    padding-left: 10px;
    padding-right: 10px; } }
@media (min-width: 980px) {
  /* line 184, ../sass/bootstrap/_responsive-navbar.scss */
  .nav-collapse.collapse {
    height: auto !important;
    overflow: visible !important; } }
/* @import must be at top of file, otherwise CSS will not work */
@font-face {
  font-family: 'FontAwesome';
  src: url("/fonts/fontawesome-webfont.eot?v=4.5.0");
  src: url("/fonts/fontawesome-webfont.eot?#iefix&v=4.5.0") format("embedded-opentype"), url("/fonts/fontawesome-webfont.woff2?v=4.5.0") format("woff2"), url("/fonts/fontawesome-webfont.woff?v=4.5.0") format("woff"), url("/fonts/fontawesome-webfont.ttf?v=4.5.0") format("truetype"), url("/fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

/* line 56, ../sass/content.scss */
body {
  background: #f5f5f5; }

/* line 57, ../sass/content.scss */
h1 {
  color: #333;
  font-family: var(--fontMain); }

/* line 58, ../sass/content.scss */
h2 {
  color: #602a71;
  font-family: var(--fontMain);
   }

/* line 59, ../sass/content.scss */
h3,
h4 {
  font-family: var(--fontMain);
}

/* line 61, ../sass/content.scss */
h5 {
  font-family: var(--fontMain);
  margin: 1em 0 0.6em;
  font-size: 16px; }

/* line 66, ../sass/content.scss */
h3.arrowed, div.profile h3 {
  padding: 0px 0px 0px 0px;
  margin: 15px 0 10px 0;
  line-height: 18px;
  font-size: 18px; }

/* line 72, ../sass/content.scss */
h4 {
  color: #333;
  margin: 20px 0 14px 0; }

/* line 73, ../sass/content.scss */
.infobox h5 {
  border-top: solid 1px #ddd;
  border-right: solid 1px #999;
  border-bottom: solid 1px #999;
  background: #ccc;
  text-align: left;
  color: #111;
  padding: 3px 0 3px 25px;
  vertical-align: middle;
  margin: 10px 0 0 0; }

/* line 74, ../sass/content.scss */
.infobox#credentials
ul {
  list-style: none; }

/* line 78, ../sass/content.scss */
h6 {
  text-align: left;
  color: #111;
  padding: 3px 0 3px 0px;
  vertical-align: middle;
  margin: 10px 0 0 0; }

/*PAGE BODY AND MENU*/
/* line 81, ../sass/content.scss */
div#page-breadcrumb {
  float: right;
  padding-top: 5px;
  margin-right: 11px; }

/* line 82, ../sass/content.scss */
div#page-breadcrumb, div#page-breadcrumb a:link, div#page-breadcrumb a:hover, div#page-breadcrumb a:visited, div#page-breadcrumb a:active, div#page-breadcrumb a {
  font-size: 10px;
  color: #777;
  font-weight: normal; }

/* line 83, ../sass/content.scss */
#page-breadcrumb #leaf {
  font-weight: bold;
  color: #666; }

/* line 84, ../sass/content.scss */
article {
  clear: both;
  padding: 0px;
  margin: 0 11px 11px 11px;
  border-collapse: collapse;
  background: white;
  border: 0;
  box-shadow: 0 0 15px 2px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }

/* line 91, ../sass/content.scss */
header {
  display: block;
  height: auto;
  margin: 0 0 -1px 0;
  padding: 0;
  position: relative; }
  /* line 95, ../sass/content.scss */
  header #portal_menu {
    color: #888;
    text-shadow: none;
    position: absolute;
    top: 10px;
    right: 25px; }
    /* line 99, ../sass/content.scss */
    header #portal_menu a:active {
      color: #fff; }
    /* line 100, ../sass/content.scss */
    header #portal_menu a:hover {
      color: #ccc; }
    /* line 101, ../sass/content.scss */
    header #portal_menu a {
      color: #999;
      text-shadow: none;
      text-decoration: underline; }
  /* line 108, ../sass/content.scss */
  header #myavatar {
    vertical-align: middle;
    margin: 0 4px; }
  /* line 112, ../sass/content.scss */
  header #session_menu {
    display: block;
    position: absolute;
    bottom: 4px;
    right: 20px;
    padding: 0;
    margin: 0;
    min-height: 25px; }

/* line 122, ../sass/content.scss */
#session_menu .live-chat:hover a {
  background-position: 10px -732px; }

/*
#session_menu .live-chat a {
background: url('/images/icons/iconset-menu-v3.png') no-repeat;
background-position: 10px -702px ;
display:block;
cursor:pointer;
float:right;
height:30px;
text-indent: -9999px;
width: 46px;

}
*/
/* line 138, ../sass/content.scss */
#session_menu .live-chat a {
  background: #333;
  overflow: hidden;
  height: 25px;
  display: inline-block;
  position: relative;
  width: 90px;
  border-radius: 3px;
  transition: all 0.3s ease;
  cursor: pointer; }

/* line 139, ../sass/content.scss */
#session_menu .live-chat a:before {
  content: 'Live Chat';
  display: block;
  color: white;
  padding: 3px 10px; }

/* line 140, ../sass/content.scss */
#session_menu .live-chat a:after {
  content: '\f075';
  font-family: 'FontAwesome';
  margin-right: 5px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: rgba(255, 255, 255, 0.75);
  position: absolute;
  top: 0;
  right: 0; }

/* line 142, ../sass/content.scss */
#session_menu .live-chat a:hover {
  background: #602a71;
  text-decoration: none; }

/* line 144, ../sass/content.scss */
#session_menu .live-chat, #session_menu .live-chat.offline a {
  background-position: 10px -792px !important; }

/* line 148, ../sass/content.scss */
header #session_menu li:first-child {
  border-left: 0; }

/* line 151, ../sass/content.scss */
header #session_menu li {
  float: left;
  border-left: 1px solid #AA0;
  list-style: none;
  padding: 0 5px 0 5px;
  margin: 0 3px 0 0px; }

/* line 158, ../sass/content.scss */
header #session_menu li a {
  color: #333; }

/* line 164, ../sass/content.scss */
#logo {
  opacity: 0;
  display: none;
}

/* line 165, ../sass/content.scss */
header > a {
  background: url("/images/2016/logo.svg") no-repeat;
  display: block;
  width: 150px;
  height: 40px;
  background-size: contain;
  background-position: top left;
  position: relative;
  left: 0;
  margin: 10px 12px 15px;
  transition: all 0.3s ease;
  opacity: 1; }

/* line 178, ../sass/content.scss */
header > a:hover {
  opacity: 0.5; }

/* line 184, ../sass/content.scss */
#page-header #page-header-container {
  clear: none; }

/* line 185, ../sass/content.scss */
#page-header #page-header-left {
  clear: none;
  float: left;
  height: 20px;
  width: 55px; }

/* line 186, ../sass/content.scss */
#page-header #page-header-msg {
  clear: none;
  float: right;
  padding: 8px 25px 0 0;
  height: 20px;
  display: table; }

/* line 191, ../sass/content.scss */
#page-header #page-header-demo {
  color: white;
  background: red; }

/* line 192, ../sass/content.scss */
#page-header #page-header-local {
  color: black;
  background: yellow; }

/* line 193, ../sass/content.scss */
#page-header #page-header-demo, #page-header #page-header-local {
  font-weight: bold;
  display: inline;
  padding: 0 5px 0 5px; }

/* line 194, ../sass/content.scss */
#page-header #myavatar {
  padding-left: 4px;
  padding-right: 2px;
  vertical-align: top; }

/* line 195, ../sass/content.scss */
#page-tabs {
  left: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  margin-left: 11px;
  margin-right: 11px;
  overflow: hidden;
  height: 28px; }

/* line 196, ../sass/content.scss */
header #main_menu {
  padding: 0;
  margin: 0;
  list-style: none;
  height: 40px;
  float: left;
  clear: none; }

/* line 197, ../sass/content.scss */
#page-tabs .tab {
  background: #fff url("/images/bg-tab-page-left.gif") no-repeat top left; }

/* line 198, ../sass/content.scss */
#page-tabs select {
  border: 0px; }

/* line 200, ../sass/content.scss */
#page-tabs .tab-cart a {
  color: #333; }
/* line 201, ../sass/content.scss */
#page-tabs .tab-cart select {
  background: transparent !important;
  color: #333; }

/* line 203, ../sass/content.scss */
#page-tabs .tab-selected select {
  background: #EBEBEB !important; }

/* line 206, ../sass/content.scss */
#page-tabs .tab-cart a:before {
  content: '\f07a';
  font-family: 'FontAwesome';
  margin-right: 5px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: rgba(0, 0, 0, 0.75); }

/* line 208, ../sass/content.scss */
#page-tabs .tab-selected a {
  color: #333;
  font-weight: bold !important; }

/* line 209, ../sass/content.scss */
#page-tabs #tab-multiple {
  padding-top: 6px;
  text-decoration: none; }

/* "modern" browsers, which support ccs3 */
/* line 212, ../sass/content.scss */
#page-tabs ul#main_menu a:hover {
  background-color: #aaa;
  color: #000; }

/* line 213, ../sass/content.scss */
#page-tabs ul#main_menu a:active {
  background-color: #999;
  color: #000; }

/* line 214, ../sass/content.scss */
#page-tabs ul#main_menu a {
  background-color: #ccc;
  border-radius: 10px 10px 0 0;
  display: block;
  white-space: nowrap;
  padding: 0 17px;
  margin: 0 2px 0 0;
  line-height: 26px;
  font-weight: normal;
  margin-top: 0px; }

/* line 217, ../sass/content.scss */
#page-tabs ul#main_menu li {
  margin: 0;
  padding: 0;
  display: block;
  clear: none;
  float: left; }

/* line 218, ../sass/content.scss */
#page-tabs ul#main_menu .tab-cart a {
  padding-left: 15px; }

/* line 219, ../sass/content.scss */
#page-tabs ul#main_menu .tab-selected a {
  line-height: 28px;
  color: white;
  background: #602a71; }

/* line 225, ../sass/content.scss */
#page-tabs #page-tabs-right {
  float: right;
  width: 10px;
  height: 40px; }

/* line 226, ../sass/content.scss */
#page-tabs #page-tabs-left {
  float: left;
  width: 10px;
  height: 40px; }

/* line 228, ../sass/content.scss */
#page-tabs #page-tabs-links {
  padding-bottom: 8px;
  clear: none;
  float: right;
  font-size: 10px;
  padding-right: 46px;
  position: relative; }

/* line 229, ../sass/content.scss */
#page-tabs #page-tabs-links a {
  display: inline;
  clear: none;
  float: none;
  font-size: 11px;
  font-weight: bold;
  padding: 0;
  margin: 0;
  background: none;
  height: auto; }

/* line 230, ../sass/content.scss */
#footer {
  margin: 0 21px 0px 21px;
  color: #333; }

/* line 232, ../sass/content.scss */
#footer a {
  color: inherit; }

/* line 234, ../sass/content.scss */
#page-wrapper-footer-top {
  height: 12px; }

/* line 235, ../sass/content.scss */
#page-wrapper-footer #copyright {
  float: right;
  padding-right: 10px;
  font-size: 11px; }

/* line 236, ../sass/content.scss */
#page-wrapper-footer a {
  float: left;
  font-weight: normal;
  font-size: 11px;
  padding-right: 14px;
  color: #777777; }

/* line 237, ../sass/content.scss */
.page-error-message {
  text-align: center;
  font-size: 14px;
  color: red;
  font-weight: bold; }

/* line 239, ../sass/content.scss */
textarea.autoresize {
  min-height: 105px; }

/*SPECIFIC CSS USED IN SPECIFIC PAGES that aren't big enough to justify own CSS*/
/* line 243, ../sass/content.scss */
span.mandatoryfield {
  padding-left: 5px; }

/* line 244, ../sass/content.scss */
span.mandatoryfield, form p.mandatoryfieldsnote span {
  color: red; }

/* line 245, ../sass/content.scss */
form p.mandatoryfieldsnote {
  font-size: 80%;
  color: #666;
  padding: 0; }

/* clarity form style - big input boxes. nicely spaced  */
/* line 248, ../sass/content.scss */
.clarityform .formfield {
  width: 775px;
  clear: left;
  margin: 0;
  padding: 5px 0 8px 0;
  padding-left: 225px; }
/* line 249, ../sass/content.scss */
.clarityform label {
  float: left;
  margin-left: -225px;
  width: 220px;
  font-size: 14px;
  font-weight: bold; }
/* line 250, ../sass/content.scss */
.clarityform label.rightlabel {
  text-align: right;
  padding-right: 10px; }
/* line 251, ../sass/content.scss */
.clarityform label.inline {
  padding-left: 225px; }
/* line 252, ../sass/content.scss */
.clarityform h3 {
  margin: 0;
  background: url("/images/icon-arrow-mutliple.gif") no-repeat;
  padding-left: 26px;
  padding-bottom: 10px;
  font-size: 14px;
  color: #333; }
/* line 253, ../sass/content.scss */
.clarityform td.buttons {
  padding-top: 5px;
  padding-right: 16px;
  text-align: right;
  padding-bottom: 5px; }
/* line 254, ../sass/content.scss */
.clarityform textarea, .clarityform select.inputselect, .clarityform input.inputtext, #frmServerOutage textarea{
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  padding: 3px 6px;
  font-size: 14px;
  line-height: 20px;
  font-size-adjust: none;
  font-stretch: normal;
  -x-system-font: none;
  width: 500px; }
/* line 255, ../sass/content.scss */
.clarityform h2 {
  background-color: #F0F0F0;
  clear: both;
  margin: 20px 0px 15px 54px;
  font-weight: bold;
  width: 670px;
  padding: 0 0 0 7px;
  font-size: 16px;
  color: black; }
/* line 263, ../sass/content.scss */
.clarityform p.mandatoryfieldsnote {
  text-align: right;
  width: 724px;
  margin: 7px 0 0 0; }
/* line 264, ../sass/content.scss */
.clarityform h3 {
  clear: both; }
/* line 265, ../sass/content.scss */
.clarityform .actions {
  width: 725px;
  text-align: right;
  margin: 10px 0 10px 0; }

/* line 271, ../sass/content.scss */
table#permissions select.inputselect {
  width: 120px; }

/* opening balance lines*/
/* line 275, ../sass/content.scss */
table.datalist-table tr.obalance td {
  background-color: #FCFCD3; }

/* line 276, ../sass/content.scss */
table.datalist-table tr.cbalance td {
  background-color: #E5D4B3 !important; }

/* line 278, ../sass/content.scss */
#statement-history table.datalist-table tbody td {
  font-size: 1.2em;
  padding: 0.9em 1em; }

/* line 282, ../sass/content.scss */
#statement-history table.datalist-table thead th {
  font-size: 1.3em;
  padding: 0.3em 1em; }

/* line 287, ../sass/content.scss */
#accounts #statement-table .statement-amount {
  border-left: 1px SOLID #ccc;
  padding: 0 5px 0 5px;
  font-weight: bold;
  text-align: right; }

/*ORDER SEARCH: */
/* line 289, ../sass/content.scss */
#fileschoice {
  border: 1px SOLID #808080;
  border-right: 2px SOLID #808080;
  border-bottom: 2px SOLID #808080;
  padding: 5px 10px 5px 10px;
  font-size: 11px;
  background-color: #D4D0C8;
  width: 220px; }

/* line 290, ../sass/content.scss */
#fileschoice ul {
  padding: 0 0 0 5px;
  margin: 0; }

/* line 291, ../sass/content.scss */
#fileschoice li {
  list-style: none;
  /*font-size: 11px;*/ }

/*WEBSTORE PROFILE: TRAFFIC*/
/* line 295, ../sass/content.scss */
#trafficinfo {
  display: none; }

/* line 296, ../sass/content.scss */
#trafficstats {
  list-style: none;
  margin: 8px 0 10px 30px;
  padding: 0;
  background: white; }

/* line 297, ../sass/content.scss */
#retailer-storetraffic #trafficstats {
  margin-left: 0px; }

/* line 298, ../sass/content.scss */
#retailer-storetraffic .link-more-info {
  display: block; }

/* line 299, ../sass/content.scss */
#trafficsearchcontrols {
  font-size: 11px;
  font-weight: bold; }

/* line 300, ../sass/content.scss */
#trafficsearchcontrols div {
  clear: none;
  float: left; }

/* line 301, ../sass/content.scss */
#trafficsearchcontrols #webstorebandwidth_datefrom_display, #trafficsearchcontrols #webstorebandwidth_dateto_display {
  font-size: 10px;
  height: 17px;
  width: 70px;
  border: 1px SOLID black; }

/* line 302, ../sass/content.scss */
#trafficsearchcontrols #search {
  font-size: 11px;
  height: 20px;
  margin-left: 10px; }

/*BILLING*/
/* line 305, ../sass/content.scss */
.billingheader {
  background: white;
  border-right: 5px SOLID #EFEFEF;
  border-left: 5px SOLID #EFEFEF;
  border-bottom: 5px SOLID #EFEFEF;
  padding: 0; }

/* line 306, ../sass/content.scss */
.billingheader table {
  border: 0px;
  border-spacing: 1px;
  padding: 0;
  width: 99%; }

/* line 307, ../sass/content.scss */
.billingheader #billingsummary .information td {
  font-weight: bold;
  background: #efefef;
  height: 40px; }

/* line 308, ../sass/content.scss */
.billingheader #billingsummary .header td {
  font-weight: bold;
  background: #D5D5D5; }

/* line 309, ../sass/content.scss */
.billingheader #billingsummary table td {
  padding-left: 5px; }

/* line 310, ../sass/content.scss */
.billingheader #billingsummary .typecol {
  width: 250px; }

/* line 311, ../sass/content.scss */
.billingheader #billingsummary .due {
  font-weight: bold;
  color: red; }

/* line 312, ../sass/content.scss */
.billinglisting {
  background: white;
  width: 98%;
  margin-top: 10px;
  margin-left: 15px; }

/* line 313, ../sass/content.scss */
.billinglisting select {
  font-size: 10px; }

/* line 314, ../sass/content.scss */
.history-failure {
  color: red; }

/* line 315, ../sass/content.scss */
.history-success {
  color: green;
  font-weight: bold; }

/* line 316, ../sass/content.scss */
.history-comment {
  color: blue;
  font-weight: bold; }

/* used on credits  - too specific - drop in future */
/* line 320, ../sass/content.scss */
.invoicetitle {
  font-size: 16px;
  color: #333333;
  font-weight: bold; }

/* line 321, ../sass/content.scss */
.invoicecontent {
  color: #333333;
  font-weight: normal; }

/* line 322, ../sass/content.scss */
.invoicewarning {
  color: #333333;
  font-weight: normal; }

/* line 323, ../sass/content.scss */
.invoiceshaded {
  background-color: #efefef; }

/*NEWS section*/
/* line 327, ../sass/content.scss */
.newsheader, .newsheadline {
  color: #602a71;
  font-weight: bold; }

/* line 328, ../sass/content.scss */
.newsheadline {
  padding-top: 10px;
  font-size: 16px; }

/*company and user PERMISSIONS section*/
/* line 331, ../sass/content.scss */
.permissions {
  color: #333333;
  font-weight: normal;
  background-color: #efefef; }

/*COMPANY PROFILE: FILES*/
/*SUPPORT TICKETS section*/
/* line 336, ../sass/content.scss */
.ticketstatusid-1, a.supportstatus5 {
  font-weight: bold;
  color: #009924 !important; }

/* line 337, ../sass/content.scss */
.ticketstatusid-6, a.supportstatus6 {
  font-weight: bold;
  color: red !important; }

/* line 338, ../sass/content.scss */
.ticketstatusid-2, a.supportstatus3 {
  font-weight: bold;
  color: #ff6c00 !important; }

/* line 339, ../sass/content.scss */
.ticketstatusid-3, a.supportstatus4 {
  font-weight: bold;
  color: #555555 !important; }

/* ticket priority */
/* line 342, ../sass/content.scss */
table.datalist-table tr .supportpriority1 {
  background-color: #841407;
  color: #FFE3E7;
  text-align: center;
  font-weight: bold; }

/* still in SUPPORT TICKETS, but as supportstatusawaiting is throughout code best just duplicate and rename to required */
/* see company profile - tickets section -  adRowTag for context */
/* line 347, ../sass/content.scss */
.supportstatusfeedback {
  font-weight: bold;
  color: #009924 !important; }

/* Displayed on all pages when using non live version!!*/
/* line 350, ../sass/content.scss */
#demowarning {
  font-size: 10px;
  color: red;
  text-align: center;
  margin-top: 50px;
  font-weight: bold;
  padding: 2px 2px 2px 2px; }

/*GENERAL CSS USED FOR DATA LISTS, DATA GRIDS, DATA DISPLAY ETC...*/
/* context based help icon and generic ajax success message */
/* line 355, ../sass/content.scss */
div.ajaxloading {
  background: url(/images/ajax-loader-small-v2.gif) no-repeat;
  padding: 2px;
  padding-left: 20px;
  color: #666;
  font-weight: bold; }

/* line 356, ../sass/content.scss */
.contexthelp {
  top: 50px;
  position: absolute;
  right: 30px;
  /* BREF REVISIT!!*/
  display: none; }

/* line 359, ../sass/content.scss */
.ajaxsuccess {
  font-size: 14px;
  color: #000;
  font-weight: bold;
  font-family: arial;
  color: #808080; }

/* seperator - use instead of hr */
/* line 362, ../sass/content.scss */
.seperator {
  height: 20px; }

/* search forms */
/* line 365, ../sass/content.scss */
td.buttons input {
  cursor: pointer;
  clear: none;
  float: right;
  margin-right: 25px; }

/*DATA LISTgeneric data lists*/
/* .datalist-header-simple: as non simple version, but without fancy round edges */
/* disabled style: */
/* line 372, ../sass/content.scss */
table.datalist-table tr.activitystatusid-1 {
  background-color: #EEA681 !important; }

/* line 373, ../sass/content.scss */
table.datalist-table .wsorderpendingeula-0 {
  background-color: #FFFBCB !important;
  padding-left: 5px;
  border-top: 1px solid #F54A04;
  border-bottom: 1px solid #F54A04;
  font-weight: normal; }

/* line 375, ../sass/content.scss */
.datalist-footer, .datalist-header, .datalist-header-simple {
  height: 30px;
  clear: both; }

/* line 376, ../sass/content.scss */
.datalist-header .header-img {
  background: #f7f7f7 url("/images/bg-resultstable-topright.gif") no-repeat top left;
  height: 20px;
  width: 13px;
  clear: none;
  float: right; }

/* line 377, ../sass/content.scss */
div.resultset div.info, .datalist-header-simple .info {
  clear: none;
  float: left;
  margin: 5px 0 0 2px; }

/* line 378, ../sass/content.scss */
div.resultset div.datalist-header .nav {
  clear: none;
  float: right;
  margin: 0px 2px 0 0px;
  font-weight: bold; }

/* line 379, ../sass/content.scss */
.datalist-footer div.nav {
  margin: 0;
  padding: 0;
  margin-right: 10px; }

/* line 380, ../sass/content.scss */
.datalist-footer {
  font-size: 12px;
  font-weight: normal;
  background: #eee;
  text-align: right;
  border-top: 1px solid #aaa;
  height: 30px; }

/* line 381, ../sass/content.scss */
table.datalist-table tr th a {
  color: #333; }

/* line 382, ../sass/content.scss */
table.datalist-table tr td a {
  color: #333; }

/* line 383, ../sass/content.scss */
table.datalist-table {
  border-spacing: 0px;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  color: #333333;
  font-weight: normal;
  text-decoration: none;
  border-spacing: 0 0; }

/* line 384, ../sass/content.scss */
table.datalist-table th {
  font-weight: bold;
  background-color: #E7E7E7;
  line-height: 25px;
  padding-left: 5px; }

/* line 385, ../sass/content.scss */
table.datalist-table .datalist-table-header-alt {
  font-weight: bold; }

/* line 387, ../sass/content.scss */
table.datalist-table .icon-col {
  width: 25px;
  font-weight: bold;
  background-color: #F0F0F0;
  height: 20px;
  text-align: center;
  padding-left: 5px; }

/* line 388, ../sass/content.scss */
table.datalist-table .emptyrow {
  background-color: #fff; }

/* line 389, ../sass/content.scss */
table.datalist-table .rowmessage {
  color: #ff0000;
  background: white;
  text-align: center; }

/* line 390, ../sass/content.scss */
table.datalist-table .data-col-warning {
  background-color: #FFFBCB;
  padding-left: 5px;
  border-top: 1px solid #F54A04;
  border-bottom: 1px solid #F54A04;
  font-weight: normal; }

/* line 391, ../sass/content.scss */
table.datalist-table .data-col-warning a {
  font-weight: normal; }

/* line 392, ../sass/content.scss */
table.datalist-table .data-row-warning {
  background-color: #FFFBCB; }

/* line 393, ../sass/content.scss */
table.datalist-table .data-col-selected {
  background-color: #dedede;
  padding-left: 5px; }

/* line 394, ../sass/content.scss */
table.datalist-table tr.even {
  background-color: #fff; }

/* line 395, ../sass/content.scss */
table.datalist-table tr.odd {
  background-color: #f0f0f0; }

table.datalist-table tr.billingrequired td{
  background-color: #4ad37c; 
}

/* line 396, ../sass/content.scss */
.datalist-table th a.header-selected-DESC {
  background: url("/images/sort-DESC.gif") no-repeat;
  background-position: right 3px;
  padding-right: 13px;
  cursor: hand;
  cursor: pointer; }

/* line 397, ../sass/content.scss */
.datalist-table th a.header-selected-ASC {
  background: url("/images/sort-ASC.gif") no-repeat;
  background-position: right 3px;
  padding-right: 10px;
  cursor: hand;
  cursor: pointer; }

/* line 398, ../sass/content.scss */
a:link.paginationlink, a:visited.paginationlink, .page-selected, a:active.paginationlink {
  font-size: 12px;
  color: #333;
  text-align: center;
  font-weight: bold;
  text-decoration: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  margin: 1px 0 3px 0;
  line-height: 19px;
  text-align: center;
  padding: 0 4px;
  min-width: 19px;
  display: inline-block; }

/* line 407, ../sass/content.scss */
a:link.paginationlink, a:visited.paginationlink, a:active.paginationlink {
  background-color: #fff; }

/* line 409, ../sass/content.scss */
a:hover.paginationlink {
  background-color: #fff;
  color: #000; }

/* line 412, ../sass/content.scss */
.pagination-label {
  color: #666;
  font-weight: normal;
  line-height: 22px; }

/* line 417, ../sass/content.scss */
.page-selected {
  font-size: 12px;
  background-color: #999;
  font-weight: bold;
  color: #000;
  box-shadow: 0 0 5px #cc3;
  -moz-box-shadow: 0 0 5px #cc3;
  -webkit-box-shadow: 0 0 5px #cc3; }

/* line 422, ../sass/content.scss */
table.datalist-table th {
  background-color: #d5d5d5;
  vertical-align: bottom; }

/* line 430, ../sass/content.scss */
.datalist-table {
  border: 1px solid #ccc; }

/* line 433, ../sass/content.scss */
table.datalist-table tr.hover {
  background-color: #FFB99F;
  cursor: hand;
  cursor: pointer; }

/* line 435, ../sass/content.scss */
.resultset thead tr th:hover {
  background-color: #ccc;
  cursor: hand;
  cursor: pointer; }

/* line 436, ../sass/content.scss */
.resultset thead tr a {
  font-weight: bold; }

/* line 437, ../sass/content.scss */
div.matches-per-row {
  padding-top: 3px;
  padding-left: 5px; }

/* line 438, ../sass/content.scss */
div.matches-per-row select {
  display: block;
  float: left;
  width: 200px;
  margin: 3px 0;
  font-size: 9px;
  padding: 0;
  height: 17px; }

/* data-row-nolinks: typically used on a dataliast where items are not links */
/* line 451, ../sass/content.scss */
.datalist-table .data-row, .datalist-table .data-row-nolinks {
  height: 20px; }

/* line 452, ../sass/content.scss */
.datalist-table tbody td {
  vertical-align: top;
  border-bottom: 1px SOLID #EDEDED;
  padding: 2px 3px; }

/* line 453, ../sass/content.scss */
.datalist-table .data-row-nolinks td {
  vertical-align: top;
  border-bottom: 1px SOLID #EDEDED;
  height: 20px;
  background-color: white;
  padding-left: 3px;
  padding-top: 2px; }

/* line 454, ../sass/content.scss */
.datalist-table .data-row-nolinks td a {
  font-weight: normal;
  display: block; }

/* line 455, ../sass/content.scss */
.datalist-table .data-row-nolinks .actions-col {
  white-space: nowrap;
  font-weight: bold; }

/* line 456, ../sass/content.scss */
.datalist-table .data-row-nolinks .actions-col a {
  white-space: nowrap;
  font-weight: bold;
  display: inline;
  clear: none; }

/* exceptions to datalist-table */
/* SPECIAL CASE RESULTSET/SEARCHFILTER STYLING... */
/*DATA GRIDThis is the equivalent of datalist, but instead of just dumb data, this contains form data too, e.g. invoices, order fees*/
/* line 461, ../sass/content.scss */
.data-grid {
  border-spacing: 0px;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  border: solid 1px #bfbfbf; }

/* line 462, ../sass/content.scss */
.data-grid-hdr {
  font-weight: bold;
  background-color: #EAEAEA; }

/* line 463, ../sass/content.scss */
.data-grid-hdr td {
  padding: 3px 0 3px 3px;
  border-bottom: solid 1px #bfbfbf; }

/* line 464, ../sass/content.scss */
.data-grid-data {
  background-color: #FFFFFF; }

/* line 465, ../sass/content.scss */
.data-grid-data-alt {
  background-color: #EFEFEF; }

/* line 466, ../sass/content.scss */
.data-grid td {
  padding-left: 3px;
  padding-top: 3px;
  padding-bottom: 3px;
  border-bottom: solid 1px #bfbfbf; }

/* line 467, ../sass/content.scss */
.data-grid .data-grid-data input, .data-grid .data-grid-data-alt input, .data-grid .data-grid-data select, .data-grid .data-grid-data-alt select {
  width: 100%; }

/*  UPGRADED DATA DISPLAY NEW SK00L METHOD*/
/* line 470, ../sass/content.scss */
dl {
  width: 350px;
  clear: left;
  padding: 0;
  margin: 0;
  display: block;
  min-height: 16px; }

/* line 471, ../sass/content.scss */
dt {
  display: block;
  float: left;
  width: 120px;
  padding-right: 1px;
  font-weight: bold;
  min-height: 16px;
  font-size: 12px;
  text-align: right;
  padding-top: 3px;
  padding-bottom: 3px; }

/* line 472, ../sass/content.scss */
dd {
  float: left;
  margin: 0;
  padding: 3px 0 0 5px;
  width: auto; }

/* line 473, ../sass/content.scss */
dl.wide {
  width: 100%; }

/* line 474, ../sass/content.scss */
.w1 dl {
  width: 216px; }

/* line 475, ../sass/content.scss */
.w1 dl dt {
  width: 100px; }

/* line 476, ../sass/content.scss */
.w2 dl dt {
  width: 100px; }

/* line 478, ../sass/content.scss */
.w3 dl {
  width: 350px; }

/* line 479, ../sass/content.scss */
.w3 dl dt {
  width: 100px; }

/* line 480, ../sass/content.scss */
.w3 dl dd {
  width: 240px; }

/*  OLD SK000L SHITBOX METHOD: Data display in table - used for all data display (non list!!!)  */
/* line 483, ../sass/content.scss */
.title_heading {
  color: #602a71;
  font-weight: normal;
  font-size: 18px; }

/* line 484, ../sass/content.scss */
.title_toggle {
  font-weight: bold;
  background: white;
  text-align: left;
  color: #602a71;
  padding: 3px 0 3px 18px;
  vertical-align: middle;
  text-decoration: none;
  cursor: pointer;
  background: url("/images/icon-minus.gif");
  background-repeat: no-repeat;
  background-position: 4px 6px; }

/* line 485, ../sass/content.scss */
.title_normal {
  font-weight: bold;
  border-top: solid 1px #ddd;
  border-right: solid 1px #999;
  border-bottom: solid 1px #999;
  background: #ccc;
  text-align: left;
  color: #111;
  padding: 3px 0 3px 5px;
  vertical-align: middle;
  margin: 10px 0 0 0; }

/* line 486, ../sass/content.scss */
.databody {
  border-collapse: collapse;
  border: 0px;
  border-spacing: 0px;
  padding: 0;
  margin: 0;
  width: auto;
  background: white; }

/* line 487, ../sass/content.scss */
.datarow {
  height: 18px; }

/* line 488, ../sass/content.scss */
.datarow, .datarowseperator {
  height: 18px; }

/* line 489, ../sass/content.scss */
.datarowseperator td {
  border-bottom: solid 1px #602a71;
  background: white;
  text-align: left;
  color: #602a71;
  padding-left: 3px;
  vertical-align: middle;
  text-decoration: none;
  cursor: pointer; }

/* line 490, ../sass/content.scss */
.datalabel {
  background: #F7F7F7;
  white-space: nowrap;
  width: 160px;
  font-weight: bold;
  text-align: right;
  vertical-align: top;
  padding: 3px 5px 3px 5px; }

/* line 491, ../sass/content.scss */
.datalabel:first-letter {
  text-transform: capitalize; }

/* line 492, ../sass/content.scss */
.datainnertable {
  width: 100%;
  font-size: 12px;
  border-spacing: 0px;
  padding: 0;
  margin: 0; }

/* line 493, ../sass/content.scss */
.datainnertableheader {
  font-weight: bold;
  background: #efefef; }

/* line 494, ../sass/content.scss */
.datainnertable td {
  border-bottom: solid 1px #efefef; }

/* line 495, ../sass/content.scss */
.datacontent {
  vertical-align: top;
  padding: 3px 15px 3px 5px;
  background: white;
  width: auto;
  border-bottom: solid 1px #efefef; }

/* line 496, ../sass/content.scss */
.toggle_link {
  color: #602a71;
  font-weight: bold;
  text-decoration: none;
  cursor: pointer; }

/*  Profile (webstore, company, etc) CSS wrappers display in table  */
/* line 499, ../sass/content.scss */
.profile {
  background-color: white;
  min-height: 370px; }

/* line 500, ../sass/content.scss */
.profile .datalist-table {
  width: 99.5%;
  margin-left: 0px; }

/* line 501, ../sass/content.scss */
.profile-header {
  color: #777777;
  background-color: #FFFFFF;
  padding: 12px 12px 12px 15px; }

/* line 502, ../sass/content.scss */
.profile-title {
  background: url("/images/icon-arrow-mutliple.gif") no-repeat top left;
  padding-left: 23px;
  color: #602a71;
  font-weight: bold; }

/* line 503, ../sass/content.scss */
.profile-title a {
  color: #602a71;
  font-weight: bold; }

/* line 504, ../sass/content.scss */
.profile-content {
  position: relative; }

/* line 505, ../sass/content.scss */
.profile-content hr {
  width: 78%;
  height: 1px;
  border-color: #efefef;
  color: #efefef;
  margin-top: 50px;
  margin-bottom: 50px; }

/* line 506, ../sass/content.scss */
.profile-footer {
  clear: left;
  margin-top: 1px;
  font-weight: normal;
  height: 18px;
  text-align: right;
  color: #333333; }
  /* line 508, ../sass/content.scss */
  .profile-footer a {
    font-weight: bold;
    padding-left: 20px;
    text-decoration: none; }
    /* line 511, ../sass/content.scss */
    .profile-footer a:before {
      content: '\f054';
      font-family: "FontAwesome";
      font-size: 10px;
      margin-right: 5px;
      color: #F93348; }

/* line 517, ../sass/content.scss */
.profile-footer a:hover {
  color: blue; }

/* line 518, ../sass/content.scss */
.profile-content h5 {
  background: #ccc url("/images/icons/iconset-profile.png") no-repeat;
  font-size: 16px;
  padding: 4px 25px; }

/*  Profile (webstore) */
/* line 525, ../sass/content.scss */
h5#generalinfo, #generalinfo h2 {
  background-position: 5px 3px; }

/* line 526, ../sass/content.scss */
h5#usageinfo, #usageinfo h2 {
  background-position: 5px -21px; }

/* line 527, ../sass/content.scss */
h5#configinfo, #configinfo h2 {
  background-position: 5px -46px; }

/* line 528, ../sass/content.scss */
h5#credentials, #credentials h2 {
  background-position: 5px -71px; }

/* line 529, ../sass/content.scss */
h5#tickets, #tickets h2 {
  background-position: 5px -96px; }

/* line 530, ../sass/content.scss */
h5#marketplaces, #marketplaces h2 {
  background-position: 5px -121px; }

/*  Profile (company) */
/* line 533, ../sass/content.scss */
h5#contactdetails, #contactdetails h2 {
  background-position: 5px -146px; }

/* line 534, ../sass/content.scss */
h5#accountdetails, #accountdetails h2 {
  background-position: 5px -171px; }

/* line 535, ../sass/content.scss */
h5#bankinginfo, #bankinginfo h2 {
  background-position: 5px -196px; }

/* line 536, ../sass/content.scss */
h5#historicalinfo, #historicalinfo h2 {
  background-position: 5px -246px; }

/* line 537, ../sass/content.scss */
h5#internalcomments, #internalcomments h2 {
  background-position: 5px -221px; }

/* line 538, ../sass/content.scss */
h5#portalpermissions, #portalpermissions h2 {
  background-position: 5px -271px; }

/* line 539, ../sass/content.scss */
h5#users, #users h2 {
  background-position: 5px -296px; }

/* line 540, ../sass/content.scss */
h5#webstores, #webstores h2 {
  background-position: 5px -321px; }

/* line 541, ../sass/content.scss */
h5#retailers, #retailers h2 {
  background-position: 5px -346px; }

/* line 542, ../sass/content.scss */
h5#tickets, #tickets h2 {
  background-position: 5px -96px; }

/* line 543, ../sass/content.scss */
h5#creditcard, #creditcard h2 {
  background-position: 5px -371px; }

/*  Feature (order and plans) configuration  */
/* line 546, ../sass/content.scss */
#wsswitchesconfig .featureset-link {
  font-size: 12px;
  cursor: pointer;
  background: url("/images/bullet-orange.gif") no-repeat center left;
  font-weight: normal;
  padding-left: 15px;
  display: block; }

/* line 547, ../sass/content.scss */
#wsswitchesconfig {
  padding-left: 20px; }

/* line 548, ../sass/content.scss */
#wsswitchesconfig .featureset-switch {
  padding-bottom: 3px; }

/* line 549, ../sass/content.scss */
#wsswitchesconfig .config-option table {
  width: 490px; }

/* line 550, ../sass/content.scss */
#wsswitchesconfig .config-option table td {
  font-family: arial,sans-serif;
  font-size: 12px; }

/* line 551, ../sass/content.scss */
#wsswitchesconfig .config-option-col1 {
  width: 100px;
  font-weight: bold;
  text-align: right;
  vertical-align: top; }

/* line 552, ../sass/content.scss */
#wsswitchesconfig .config-option {
  margin: 0 auto;
  margin-top: 15px;
  padding: 0;
  width: 500px;
  background-color: #f0f0f0;
  border: 1px solid #c0c0c0;
  padding-left: 20px; }

/* line 553, ../sass/content.scss */
#wsswitchesconfig .config-option-button {
  font-size: 11px;
  width: 70px;
  padding: 2px 2px 2px 2px;
  margin-bottom: 5px; }

/* line 554, ../sass/content.scss */
#wsswitchesconfig .config-option-value {
  width: 90%; }

/* line 555, ../sass/content.scss */
#wsswitchesconfig label {
  cursor: pointer; }

/* line 556, ../sass/content.scss */
#wsswitchesconfig table {
  border: 0px;
  border-spacing: 0px;
  padding: 0;
  margin: 0;
  border-collapse: collapse; }

/* line 557, ../sass/content.scss */
#wsswitchesconfig .status-col {
  font-size: 12px;
  color: green;
  font-weight: bold;
  padding-left: 8px; }

/*      SHOUTBOX      */
/* line 560, ../sass/content.scss */
#shoutboxoptions {
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  width: 90%; }

/* line 561, ../sass/content.scss */
.shoutbox-notice, .shoutbox-tip, .shoutbox-warning {
  margin-left: auto;
  margin-right: auto;
  padding: 15px;
  padding-bottom: 28px;
  display: block;
  width: 95%;
  font-size: 12px;
  margin-top: 10px;
  margin-bottom: 10px; }

/* line 562, ../sass/content.scss */
.shoutbox-notice {
  background-color: #ffffd6;
  color: #636131; }

/* line 563, ../sass/content.scss */
.shoutbox-warning {
  background-color: #ffe3e7;
  color: maroon; }

/* line 564, ../sass/content.scss */
.shoutbox-tip {
  background-color: #e7efff;
  color: #474751; }

/* line 565, ../sass/content.scss */
div#shoutbox div.avatar {
  float: left;
  padding-right: 10px;
  padding-bottom: 10px; }

/* line 566, ../sass/content.scss */
img.avatar {
  border: 0;
  margin: 0 4px;
  display: inline-block;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  overflow: hidden; }

/* line 572, ../sass/content.scss */
#shoutbox div.comment-links {
  position: relative;
  top: 5px;
  float: right; }

/*REVISIT: THE FOLLOWING NEEDS TIDYING AND RE-WRITING...*/
/* line 575, ../sass/content.scss */
.navtable a {
  font-size: 12px;
  color: #000;
  font-weight: normal;
  text-decoration: none; }

/* line 576, ../sass/content.scss */
.smalltext {
  font-size: 12px;
  color: Black;
  font-weight: normal;
  text-decoration: none; }

/* line 577, ../sass/content.scss */
.warningtext, .formerror {
  color: red;
  font-weight: bold;
  padding-left: 5px;
  padding-right: 5px; }

/* line 578, ../sass/content.scss */
.inputtext {
  font-size: 11px;
  color: #333333;
  font-weight: normal;
  text-decoration: none; }

/* line 579, ../sass/content.scss */
#divTooltip {
  padding: 10px 10px 5px 15px;
  color: #666666;
  position: absolute;
  left: 635px;
  top: 135px;
  width: 330px;
  height: 140px;
  background: url("/images/bg-tooltiphelp.gif") no-repeat #FFFFCC;
  visibility: hidden; }

/* line 580, ../sass/content.scss */
.confirmationMessage, .confirmationMessageDetails {
  padding-left: 30px;
  margin-bottom: 20px;
  padding-top: 2px;
  padding-bottom: 3px;
  background: transparent url("/images/icon-info.gif");
  font-size: 12px;
  background-repeat: no-repeat;
  background-color: #F64F00;
  font-weight: bold;
  color: white; }

/* line 581, ../sass/content.scss */
.confirmationMessageDetails {
  background: url("/images/icon-info-detailed.gif");
  background-repeat: no-repeat;
  background-color: #F64F00; }

/* line 582, ../sass/content.scss */
.confirmationMessageDetails UL {
  margin-top: 2px;
  margin-bottom: 2px; }

/* when printing - don't show left menu */
@media print {
  /* line 586, ../sass/content.scss */
  #page-wrapper-menu,
  #page-breadcrumb, #footerlinks, #primarynav, div.matches-per-row, #navtopleft_image, .tabs, #demowarning, #footer, #page-header, header, footer {
    display: none !important; }

  /* line 588, ../sass/content.scss */
  h1, h2, h3, h4, h5, h6, a {
    color: #333 !important; }

  /* line 589, ../sass/content.scss */
  body, #pagecontent, article {
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
    background: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    border: 0 !important;
    padding: 0 !important;
    margin: 0 !important; }

  /* line 590, ../sass/content.scss */
  tr.odd td {
    background-color: #ccc !important; }

  /* line 591, ../sass/content.scss */
  .profile-title {
    background: none;
    padding-left: 0px; } }
/* line 594, ../sass/content.scss */
.nav-next, .nav-prev, .nav-link {
  text-decoration: none;
  color: #606060; }

/* line 595, ../sass/content.scss */
DIV#ns-adverts {
  min-height: 125px; }

/* Styled message (div) boxes */
/* line 598, ../sass/content.scss */
.message-info, .message-tip, .message-warning {
  padding: 10px;
  padding-left: 30px;
  border: 0;
  color: #000;
  margin: 10px 0px;
  text-indent: 10px;
  font-size: 12px; }

/* line 599, ../sass/content.scss */
.message-info {
  background: url("/images/icons/information.png") no-repeat;
  background-position: 10px 10px;
  background-color: #e7efff; }

/* line 600, ../sass/content.scss */
.message-warning {
  background: url("/images/icons/exclamation.png") no-repeat;
  background-position: 10px 10px;
  background-color: #ffe3e7;
  color: maroon; }

/* line 601, ../sass/content.scss */
.message-tip {
  background: url("/images/icons/lightbulb.png") no-repeat;
  background-position: 10px 10px;
  background-color: #ffffbb;
  color: #474751; }

/* Modal Window */
/* line 604, ../sass/content.scss */
.simplemodal-overlay {
  z-index: 90;
  background-color: #333;
  opacity: 0.7;
  filter: alpha(opacity=70); }

/* line 605, ../sass/content.scss */
.simplemodal-data {
  padding: 0;
  background-color: #fff; }

/* line 606, ../sass/content.scss */
.simplemodal-container {
  background-color: #fff;
  border: 2px solid #ddd;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden; }
  /* line 611, ../sass/content.scss */
  .simplemodal-container h1 {
    background-color: #eaeaea;
    padding: 2px 10px;
    color: #5E5753;
    margin: 0;
    font-weight: bold;
    border-bottom: 1px solid #999;
    font-size: 20px;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VhZWFlYSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2NjY2NjYyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #eaeaea), color-stop(100%, #cccccc));
    background-image: -moz-linear-gradient(top, #eaeaea, #cccccc);
    background-image: -webkit-linear-gradient(top, #eaeaea, #cccccc);
    background-image: linear-gradient(to bottom, #eaeaea, #cccccc); }

/* line 622, ../sass/content.scss */
.simplemodal-container h2 {
  color: #602a71;
  font-weight: bold;
  padding: 15px 0 15px 0; }

/* line 623, ../sass/content.scss */
.simplemodal-container h3 {
  color: #602a71;
  font-weight: bold;
  padding: 15px 0 15px 0;
  background-color: #f0f0f0;
  text-align: center;
  margin: 0;
  margin-bottom: 10px; }

/* line 624, ../sass/content.scss */
.simplemodal-wrap #content {
  padding: 7px;
  margin: 0;
  white-space: normal;
  width: auto; }

/* page titles */
/* line 627, ../sass/content.scss */
#pagecontent {
  padding: 15px 15px 15px 15px;
  background-color: #fff;
  min-height: 380px; }

/* line 628, ../sass/content.scss */
#pagetitle {
  margin-bottom: 0; }

/* line 629, ../sass/content.scss */
input.datepicker {
  width: 80px !important;
  cursor: hand;
  cursor: pointer; }

/* portal form style  (two col) */
/* line 632, ../sass/content.scss */
span.errortext {
  color: red;
  font-weight: bold; }

/* line 633, ../sass/content.scss */
.portalform .inputcheck {
  width: 20px; }

/* line 635, ../sass/content.scss */
form.portalform label.rightlabel, form.portalform label.rightlabelbold {
  float: left;
  margin-left: -125px;
  width: 115px;
  text-align: right;
  padding-right: 10px; }
/* line 636, ../sass/content.scss */
form.portalform label.rightlabelbold {
  font-weight: bold; }
/* line 637, ../sass/content.scss */
form.portalform label.twocol {
  float: left;
  margin-left: -125px;
  width: 120px; }
/* line 638, ../sass/content.scss */
form.portalform p.formfield {
  width: 465px;
  font-size: 12px;
  clear: left;
  margin: 0;
  padding: 5px 0 8px 0;
  padding-left: 125px; }
/* line 639, ../sass/content.scss */
form.portalform h3 {
  margin: 0;
  padding-bottom: 10px;
  font-size: 14px;
  color: #333; }
/* line 640, ../sass/content.scss */
form.portalform td.buttons {
  padding-top: 5px;
  padding-right: 16px;
  text-align: right;
  padding-bottom: 5px; }
/* line 642, ../sass/content.scss */
form.portalform .formfield select.inputselect, form.portalform .formfield input.inputtext {
  float: left;
  width: 200px;
  font-size: 12px; }

/*form.portalform .datepicker { float: left; }
* */
/* search form style  (two col) */
/* line 650, ../sass/content.scss */
.searchform .inputcheck {
  width: 20px; }

/* line 651, ../sass/content.scss */
form.searchform {
  /*
  p.formfield { width: 345px; font-size: 12px; clear: left; margin:0; padding: 5px 0 8px 0; padding-left: 125px; }
  label.twocol { float: left; margin-left: -125px; width: 120px; }
  */ }
  /* line 652, ../sass/content.scss */
  form.searchform p.formfield {
    margin: 0;
    padding: 0 0 7px 0; }
  /* line 657, ../sass/content.scss */
  form.searchform h3 {
    background: url("/images/icon-arrow-mutliple.gif") no-repeat 3px 4px;
    padding: 0 0 0 26px;
    margin: 0;
    font-size: 14px;
    color: #333; }
  /* line 658, ../sass/content.scss */
  form.searchform td.buttons {
    padding-top: 5px;
    padding: 0 16px 0 0;
    text-align: right; }

/* line 662, ../sass/content.scss */
form.searchform3col label.threecol {
  margin-left: 0 !important;
  width: 155px !important;
  display: block !important;
  padding: 7px 0 0 0 !important; }
/* line 663, ../sass/content.scss */
form.searchform3col p.formfield {
  width: 230px !important;
  margin: 0 !important;
  padding: 0 !important; }

/* line 666, ../sass/content.scss */
form.searchform .datepicker {
  float: left; }

/*
form.searchform p.formfield input.checkbox { margin-left: 127px; }
*/
/* line 671, ../sass/content.scss */
form.searchform3col p.formfield input.inputtext,
form.searchform3col p.formfield select.inputselect,
form.searchform p.formfield select.inputselect, form.searchform p.formfield input.inputtext {
  width: 100%; }

/*form.searchform p.formfield select.inputselect,form.searchform p.formfield input.inputtext { float:left; width: 200px; }
*/
/*
form.clarityform select.inputselect { width: 508px; }
*/
/* line 680, ../sass/content.scss */
a.claritylink {
  color: navy;
  text-decoration: underline; }

/* search box */
/* line 684, ../sass/content.scss */
.searchform {
  margin: 0; }

/* line 687, ../sass/content.scss */
.searchbox {
  padding: 10px;
  margin: 30px 0;
  background-size: 100%;
  background: #FEF2EF;
}
  /* line 691, ../sass/content.scss */
  .searchbox .submit {
    float: right; }
  /* line 694, ../sass/content.scss */
  .searchbox .span1 > #submitbtn,
  .searchbox .span2 > #submitbtn,
  .searchbox .span4 > #submitbtn,
  .searchbox .span3 > #submitbtn {
    margin-top: 20px !important; }

/* line 701, ../sass/content.scss */
form input.submit {
  float: right; }

/*
#formCompanySearch div.searchbox {  width: 650px; }
#formCompanySearch p.formfield {  width: 305px; }
#formCompanySearch label {  width: 100px; text-align: right;}
*/
/* line 709, ../sass/content.scss */
table.searchtable td {
  vertical-align: top; }

/* line 710, ../sass/content.scss */
#dropdown ul li {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px; }

/* line 713, ../sass/content.scss */
#dropdown ul {
  padding-top: 0px;
  z-index: 3300;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  overflow: hidden; }

/* line 719, ../sass/content.scss */
#dropdown ul ul.nav-level-2 a {
  font-weight: bold; }

/* line 720, ../sass/content.scss */
#dropdown ul li {
  overflow: hidden; }

/* line 721, ../sass/content.scss */
#dropdown {
  white-space: nowrap; }

/* line 722, ../sass/content.scss */
#primarynav {
  padding: 0;
  display: block;
  padding-top: 0;
  margin: 0px 0 0 0;
  background: #333; }

/* line 729, ../sass/content.scss */
#primarynav li {
  margin: 0 0 0 0; }

/* Navigation  */
/* line 734, ../sass/content.scss */
.dropdown, .dropdown ul {
  list-style: none;
  margin: 0;
  padding: 0; }

/* line 735, ../sass/content.scss */
.dropdown {
  z-index: 900;
  position: relative; }

/* line 736, ../sass/content.scss */
.dropdown li {
  float: left;
  margin: 0;
  padding: 0px;
  position: relative;
  -webkit-border-radius: 0 0;
  -moz-border-radius: 0 0;
  border-radius: 0 0; }

/* line 737, ../sass/content.scss */
.dropdown li.no_children {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px; }

/* line 738, ../sass/content.scss */
.dropdown li a, .dropdown li a:link, .dropdown li a:active, .dropdown li a:visited {
  z-index: 9000;
  color: #fff;
  display: block;
  font-size: 14px;
  padding: 10px 16px;
  text-decoration: none;
  font-family: 'Zeitung', sans-serif;
  border-right: solid 1px #444; }

/* line 739, ../sass/content.scss */
.dropdown li a:hover {
  color: #fff; }

/* line 740, ../sass/content.scss */
#nav-one li:hover ul a, #nav-one li.nav-hover ul a {
  color: #959595; }

/* line 741, ../sass/content.scss */
#nav-one li:hover ul a:hover, #nav-one li.nav-hover ul a:hover {
  color: #aaa; }

/* line 742, ../sass/content.scss */
.dropdown ul {
  list-style: none;
  margin: 0;
  position: absolute;
  top: -999em;
  left: 0px; }

/* line 743, ../sass/content.scss */
.dropdown li:hover ul, .dropdown li.nav-hover ul {
  top: 39px;
  background-color: #333; }

/* line 744, ../sass/content.scss */
.dropdown ul li {
  border: 0;
  border-bottom: 1px solid #535050;
  float: none;
  margin: 0;
  zheight: 34px;
  padding: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }

/* line 756, ../sass/content.scss */
.dropdown li:hover {
  background-color: #5E5C5C; }

/* line 757, ../sass/content.scss */
.dropdown ul li.nav-hover {
  background-color: #5E5C5C; }

/* line 758, ../sass/content.scss */
.dropdown ul a {
  border: 0px;
  padding-right: 20px;
  white-space: nowrap; }

/* line 759, ../sass/content.scss */
.dropdown ul a:hover {
  background-color: #5E5C5C; }

/* line 760, ../sass/content.scss */
optgroup {
  background-color: #666;
  color: #eee;
  font-style: normal;
  font-weight: normal; }

/* line 761, ../sass/content.scss */
option {
  background-color: #fff;
  color: #000;
  font-weight: normal; }

/* primary nav icons
a.nav-level-2, a.nav-level-1 { background: url('/images/icons/iconset-menu-v3.png') no-repeat; padding-left: 20px; padding-bottom: 0; }
a.nav-level-2 { background-position: 0px -200px; }
#menu-dashboard { background-position: 0px -100px; }
#menu-forum { background-position: 0px -830px; }
#menu-webstores , #menu-mywebstores { background-position: 0px -60px; }
#menu-retailers { background-position: 0px -620px; }
#menu-partners { background-position: 0px -140px; }
#menu-contacts { background-position: 0px -600px; }
#menu-orders { background-position: 0px -180px; }
#menu-myorders { background-position: 0px -180px; }
#nav-myorders { background-position: 0px -280px; }
#nav-allportalorders { background-position: 0px -220px; }
#nav-searchorders { background-position: 0px -220px; }
#nav-orderwebstore, #nav-createorder { background-position: 0px -680px; }

#menu-billing { background-position: 0px -20px; }
#nav-transactions { background-position: 0px -320px; }
#nav-howtopay { background-position: 0px -340px; }
#menu-services { background-position: 0px -40px; }
#nav-alltickets,#nav-searchtickets { background-position: 0px -640px; }
#nav-openticket { background-position: 0px -360px; }
#nav-mytickets { background-position: 0px -380px; }
#nav-myimplementations { background-position: 0px -400px; }
#nav-knowledgebase { background-position: 0px -420px; }
#menu-resources {}
#nav-newsandevents { background-position: 0px -440px; }
#nav-downloads { background-position: 0px -460px; }
#nav-nitrosellonly { background-position: 0px -160px; }
#nav-marketinginformation { background-position: 0px -480px; }
#nav-financialreports,  #nav-pricinginformation { background-position: 0px -500px; }
#nav-salesaids { background-position: 0px -520px; }
#nav-trainingmaterial { background-position: 0px -540px; }
#nav-legalagreements { background-position: 0px -560px; }
#menu-admin { background-position: 0px -160px; }
#nav-reports { background-position: 0px -80px; }
#menu-priceplans { background-position: 0px -580px; }
#menu-logout { background-position: 0px -120px; text-decoration: none; width: 20px; display: block; height: 20px; padding:0; }
#menu-mydetails { background-position: 0px -660px; }
 */
/* New Font Awesome Icons */
/* line 805, ../sass/content.scss */
.dropdown .nav-level-1.nav-link:before {
  font-family: 'FontAwesome';
  margin-right: 5px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: rgba(255, 255, 255, 0.75); }

/* line 806, ../sass/content.scss */
a#menu-dashboard:before {
  content: '\f015'; }

/* line 807, ../sass/content.scss */
a#menu-webstores:before {
  content: '\f07a'; }

/* line 808, ../sass/content.scss */
a#menu-retailers:before {
  content: '\f1ad'; }

/* line 809, ../sass/content.scss */
a#menu-partners:before {
  content: '\f07a'; }

/* line 810, ../sass/content.scss */
a#menu-distributors:before {
  content: '\f1b3'; }

/* line 811, ../sass/content.scss */
a#menu-contacts:before {
  content: '\f0c0'; }

/* line 812, ../sass/content.scss */
a#menu-orders:before {
  content: '\f24d'; }

/* line 813, ../sass/content.scss */
a#menu-billing:before {
  content: '\f0d6'; }

/* line 814, ../sass/content.scss */
a#menu-services:before {
  content: '\f14a'; }

/* line 815, ../sass/content.scss */
a#menu-forum:before {
  content: '\f075'; }

/* line 816, ../sass/content.scss */
a#menu-resources:before {
  content: '\f05a'; }

/* form styles */
/* line 819, ../sass/content.scss */
label.inline {
  white-space: nowrap;
  padding-right: 5px;
  line-height: 20px; }

/* footer text links */
/* line 822, ../sass/content.scss */
#footer {
  position: relative; }

/* line 823, ../sass/content.scss */
#footer #copyright {
  top: 15px;
  position: absolute;
  right: 0; }

/* line 826, ../sass/content.scss */
ul#footerlinks {
  padding: 15px 0; }

/* line 827, ../sass/content.scss */
ul#footerlinks li {
  padding-right: 10px;
  float: left;
  list-style: none; }

/* css button */
/* line 830, ../sass/content.scss */
a.submit {
  display: block;
  width: 10em;
  text-align: center;
  margin: 0 auto;
  background: url(/images/button-left.png) no-repeat center left;
  text-decoration: none; }

/* line 831, ../sass/content.scss */
a.submit span {
  display: block;
  padding: 1.2em 2em;
  background: url(/images/button-right.png) no-repeat center right; }

/* tabbed content styles */
/* line 834, ../sass/content.scss */
div.profile {
  padding: 7px; }

/* line 835, ../sass/content.scss */
div.profile ul {
  padding-left: 25px;
  padding-top: 5px;
  padding-bottom: 10px; }

/* line 836, ../sass/content.scss */
div.profile ul li {
  line-height: 1.7em; }

/* line 837, ../sass/content.scss */
div.tabs {
  margin-top: 10px; }

/* autocompletion */
/* line 840, ../sass/content.scss */
ul.ac_results {
  margin: 0;
  line-height: 100%; }

/* line 841, ../sass/content.scss */
.ac_results {
  border: 1px solid #888;
  background-color: white;
  padding: 0;
  margin: 0;
  list-style: none;
  position: absolute;
  z-index: 10000;
  display: none; }

/* line 842, ../sass/content.scss */
.ac_results li {
  padding: 6px 3px 5px 3px;
  white-space: nowrap;
  color: #333;
  text-align: left;
  margin: 0;
  line-height: 100%; }

/* line 843, ../sass/content.scss */
.ac_match {
  text-decoration: underline;
  color: black; }

/* line 844, ../sass/content.scss */
.ac_results a {
  color: #ccc; }

/* line 845, ../sass/content.scss */
.ac_results li.even {
  background-color: #f7f7f7; }

/* line 846, ../sass/content.scss */
.ac_results li.ac_over {
  cursor: pointer;
  background-color: #FFEE9F; }

/* billing styles */
/* line 849, ../sass/content.scss */
span.billinginvoicetype-SALE, table.datalist-table tr td.billinginvoicetype-SALE {
  background: url("/images/icons/transactions.gif") no-repeat;
  padding-left: 18px; }

/* line 850, ../sass/content.scss */
span.billinginvoicetype-COMMISSION, table.datalist-table tr td.billinginvoicetype-COMMISSION {
  background: url("/images/icons/transactions.gif") no-repeat;
  background-position: 0px -160px;
  padding-left: 18px; }

/* line 851, ../sass/content.scss */
span.billinginvoicetype-POST, table.datalist-table tr td.billinginvoicetype-POST {
  background: url("/images/icons/transactions.gif") no-repeat;
  background-position: 0px -120px;
  padding-left: 18px; }

/* line 852, ../sass/content.scss */
span.billinginvoicetype-PAYMENT, table.datalist-table tr td.billinginvoicetype-PAYMENT {
  background: url("/images/icons/transactions.gif") no-repeat;
  background-position: 0px -80px;
  padding-left: 18px; }

/* line 853, ../sass/content.scss */
span.billinginvoicetype-CREDIT, table.datalist-table tr td.billinginvoicetype-CREDIT {
  background: url("/images/icons/transactions.gif") no-repeat;
  background-position: 0px -200px;
  padding-left: 18px; }

/* line 854, ../sass/content.scss */
span.billinginvoicetype-REFUND, table.datalist-table tr td.billinginvoicetype-REFUND {
  background: url("/images/icons/transactions.gif") no-repeat;
  background-position: 0px -40px;
  padding-left: 18px; }

/* faq/help pages */
/* line 855, ../sass/content.scss */
div.faqquestion {
  padding-bottom: 50px; }

/* JQUERY TOOLS BASED TABS */
/* line 859, ../sass/content.scss */
ul.dyntabs {
  padding: 15px 0 10px 20px; }

/* root element for tabs  */
/* line 862, ../sass/content.scss */
ul.dyntabs {
  list-style: none;
  margin: 0 !important;
  padding: 0;
  border-bottom: 1px solid #666;
  height: 30px; }

/* single tab */
/* line 865, ../sass/content.scss */
ul.dyntabs li {
  float: left;
  text-indent: 0;
  padding: 0;
  margin: 0 !important;
  list-style-image: none !important; }

/* link inside the tab. uses a background image */
/* line 868, ../sass/content.scss */
ul.dyntabs a {
  background: url(/images/tabs/dyntabs.png) no-repeat -420px 0;
  display: block;
  height: 30px;
  line-height: 30px;
  width: 134px;
  text-align: center;
  text-decoration: none;
  color: #333;
  padding: 0;
  margin: 0;
  position: relative;
  top: 1px; }

/* line 869, ../sass/content.scss */
ul.dyntabs a:active {
  outline: none; }

/* when mouse enters the tab move the background image */
/* line 872, ../sass/content.scss */
ul.dyntabs a:hover {
  background-position: -420px -31px;
  color: #fff; }

/* active tab uses a class name "current". it's highlight is also done by moving the background image. */
/* line 875, ../sass/content.scss */
ul.dyntabs a.current, ul.dyntabs a.current:hover, ul.dyntabs li.current a {
  background-position: -420px -62px;
  cursor: default !important;
  color: #000 !important;
  font-weight: bold; }

/* width 1 */
/* line 878, ../sass/content.scss */
ul.dyntabs a.s {
  background-position: -553px 0;
  width: 81px; }

/* line 879, ../sass/content.scss */
ul.dyntabs a.s:hover {
  background-position: -553px -31px; }

/* line 880, ../sass/content.scss */
ul.dyntabs a.s.current {
  background-position: -553px -62px; }

/* width 2 */
/* line 883, ../sass/content.scss */
ul.dyntabs a.l {
  background-position: -248px -0px;
  width: 174px; }

/* line 884, ../sass/content.scss */
ul.dyntabs a.l:hover {
  background-position: -248px -31px; }

/* line 885, ../sass/content.scss */
ul.dyntabs a.l.current {
  background-position: -248px -62px; }

/* width 3 */
/* line 888, ../sass/content.scss */
ul.dyntabs a.xl {
  background-position: 0 -0px;
  width: 248px; }

/* line 889, ../sass/content.scss */
ul.dyntabs a.xl:hover {
  background-position: 0 -31px; }

/* line 890, ../sass/content.scss */
ul.dyntabs a.xl.current {
  background-position: 0 -62px; }

/* initially all panes are hidden */
/* line 893, ../sass/content.scss */
div.panes div.pane {
  padding: 15px; }

/* flipmenu */
/* line 896, ../sass/content.scss */
img.flipmenu {
  cursor: hand;
  cursor: pointer;
  margin-left: 5px; }

/* line 897, ../sass/content.scss */
div#flipmenu {
  border: 1px solid #ccc;
  padding: 3px;
  background-color: #fff; }

/* line 898, ../sass/content.scss */
div#flipmenu a {
  line-height: 10px;
  font-size: 10px;
  border-bottom: 1px solid #eee;
  display: block;
  padding: 5px 5px 5px 5px;
  width: 100px; }

/* line 899, ../sass/content.scss */
div#flipmenu a:hover {
  background-color: #999;
  color: #fff; }

/* profile pages*/
/* line 903, ../sass/content.scss */
.infobox {
  background-color: #f6f6f6;
  margin-top: 15px;
  margin-right: 15px;
  padding: 10px; }
  /* line 905, ../sass/content.scss */
  .infobox h2 {
    background: url("/images/icons/iconset-profile.png") no-repeat;
    color: #123;
    font-weight: bold;
    font-size: 15px;
    margin: 0 0 10px 0;
    padding: 0 0 0 25px;
    line-height: 24px; }
  /* line 911, ../sass/content.scss */
  .infobox img.avatar {
    padding: 0;
    margin: 7px 0; }

/* Company page Styling */
/* line 917, ../sass/content.scss */
#bankinginfo {
  background: #eef5f5; }

/* line 918, ../sass/content.scss */
#contactdetails {
  float: left;
  width: 34%;
  background: #fff5e1;
  margin-right: 10px; }

/* line 919, ../sass/content.scss */
#accountdetails {
  float: left;
  width: 25%;
  background: #eef0fb;
  margin-right: 10px; }

/* line 920, ../sass/content.scss */
#orderingdetails {
  float: left;
  width: 275px;
  background: #f0fce1;
  margin-right: 0; }

/* line 921, ../sass/content.scss */
#contactdetails, #accountdetails, #orderingdetails {
  min-height: 210px; }

/* line 922, ../sass/content.scss */
#toppanel {
  clear: both; }

/* line 923, ../sass/content.scss */
#bankinginfo {
  clear: left; }

/* line 924, ../sass/content.scss */
#internalcomments dd {
  clear: right;
  float: none;
  display: block; }

/* line 925, ../sass/content.scss */
#configinfo a.screenshot {
  float: right;
  padding: 0 15px 5px 15px; }

/* line 926, ../sass/content.scss */
#configinfo .screenshot {
  margin: 0;
  padding: 0; }

/* mods  to label width etc for company, webstore etc. pages*/
/* line 928, ../sass/content.scss */
#contactdetails dl {
  width: 330px; }

/* line 929, ../sass/content.scss */
#orderingdetails dl {
  width: 265px; }

/* line 930, ../sass/content.scss */
#orderingdetails dt {
  width: 100px; }

/* line 931, ../sass/content.scss */
#orderingdetails dd {
  width: 165px; }

/* webstore page styling */
/* line 933, ../sass/content.scss */
#usageinfo {
  float: left;
  width: 460px;
  background: #f0fce1;
  margin-right: 0px;
  min-height: 160px; }

/* line 934, ../sass/content.scss */
#usageinfo dl {
  width: 440px; }

/* line 935, ../sass/content.scss */
#usageinfo dt {
  width: 160px; }

/* line 936, ../sass/content.scss */
#storeinfo {
  float: left;
  width: auto;
  background: #fff5e1;
  margin-right: 10px;
  min-height: 160px; }

/* line 937, ../sass/content.scss */
#storeinfo dt {
  width: 90px; }

/* line 938, ../sass/content.scss */
#storeinfo dd {
  width: 190px; }

/* line 939, ../sass/content.scss */
#configinfo {
  clear: both;
  background: #eef5f5; }

/* line 940, ../sass/content.scss */
#configinfo dt {
  width: 140px; }

/* line 941, ../sass/content.scss */
#historicalinfo {
  clear: both; }

/* user info page styling */
/* line 943, ../sass/content.scss */
#userinfo dt {
  width: 140px; }

/* >> The Magnificent CLEARFIX: Updated to prevent margin-collapsing on child elements << j.mp/bestclearfix */
/* line 945, ../sass/content.scss */
.clearfix:before, .clearfix:after {
  content: "\0020";
  display: block;
  height: 0;
  visibility: hidden; }

/* line 948, ../sass/content.scss */
.clearfix:after {
  clear: both; }

/* Fix clearfix: blueprintcss.lighthouseapp.com/projects/15318/tickets/5-extra-margin-padding-bottom-of-page */
/* line 950, ../sass/content.scss */
.clearfix {
  zoom: 1; }

/* button actions */
/* line 952, ../sass/content.scss */
div.actions {
  text-align: center;
  margin: 10px auto; }

/*
.primary {
  height: 34px;
  padding-right: 19px !important;
  padding-left: 19px !important;
}

 .btn, div.actions input {
 text-decoration:none; 
  cursor:pointer;
  display:inline-block;
  padding: 4px 10px 6px;
  color:#333;
  font-size:13px;
  line-height:normal;
  border:1px solid #ccc;
  -webkit-font-smoothing: antialiased;

  -webkit-font-smoothing: antialiased;
  -webkit-transition:0.1s linear all;
  -moz-transition:0.1s linear all;
  -ms-transition:0.1s linear all;
  -o-transition:0.1s linear all;
  transition:0.1s linear all;
}

.btn:hover,
div.actions input:hover{
  background-position:0 -10px;
  color:#333;
  text-decoration:none;
}
*/
/* line 988, ../sass/content.scss */
.searchbox input.submit {
  padding: 2px 6px 3px; }

/* line 993, ../sass/content.scss */
input.bigbutton {
  height: 25px;
  font-size: 12px;
  cursor: hand;
  cursor: pointer; }

/* line 994, ../sass/content.scss */
input#search-button {
  padding-top: 7px; }

/* yellowy curved box which is right aligned (normally along side a div.searchbox) */
/* line 996, ../sass/content.scss */
div.rightcurved {
  margin-left: 10px;
  background-color: #FFF5E1;
  height: 93px;
  padding: 10px 3px 7px 10px;
  width: 270px;
  float: right; }

/* line 998, ../sass/content.scss */
.supportmessage, .solvedwarning, .supportcommentcustomer, .supportcomment-external, .supportcomment-internal, .supportcomment-assignment,
.supportcomment-reroute,
#postshout,
div.message-tip, div.message-warning, div.message-info, div.curved, div.searchbox {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px; }

/* line 1005, ../sass/content.scss */
#refreshnotice {
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px; }

/* line 1011, ../sass/content.scss */
#debuglog {
  position: fixed;
  top: 0;
  background: #EEE;
  right: 0;
  border-left: 1px solid red;
  font-family: courier;
  font-size: 9px;
  padding-left: 10px;
  z-index: 99999;
  overflow-y: scroll; }

/* line 1026, ../sass/content.scss */
form .error-text {
  color: #F33; }

/* line 1030, ../sass/content.scss */
.clarityform span.error-text {
  display: none !important; }

/* SUPPORT */
/* line 2, ../sass/_portal_support.scss */
div.attachment ul {
  margin-bottom: 15px; }
  /* line 4, ../sass/_portal_support.scss */
  div.attachment ul li {
    margin: 0; }

/* line 6, ../sass/_portal_support.scss */
ul.ticket-responses {
  margin: 0;
  padding: 0; }
  /* line 9, ../sass/_portal_support.scss */
  ul.ticket-responses > li {
    margin: 10px 0 15px 0;
    padding: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    list-style: none; }
    /* line 14, ../sass/_portal_support.scss */
    ul.ticket-responses > li a {
      color: #057; }
    /* line 17, ../sass/_portal_support.scss */
    ul.ticket-responses > li .footer {
      color: #888;
      font-size: 12px;
      font-style: italic;
      margin-bottom: 0; }

/* line 26, ../sass/_portal_support.scss */
#openTicketForm #attachments {
  margin-left: 205px; }

/* line 31, ../sass/_portal_support.scss */
#formSupport #attachments {
  margin-left: 0; }
/* line 34, ../sass/_portal_support.scss */
#formSupport #supportticketdetail_text, #formSupport .controls select {
  width: 100% !important;
  font-weight: bold; }
/* line 35, ../sass/_portal_support.scss */
#formSupport #supportticketdetail_text {
  margin: 7px 0 0 0; }
/* line 40, ../sass/_portal_support.scss */
#formSupport #addreplydiv label.radio {
  padding-right: 10px;
  line-height: 2.2em; }

/* line 46, ../sass/_portal_support.scss */
#attachments {
  margin-left: 125px;
  margin-top: 7px; }

/* line 47, ../sass/_portal_support.scss */
.support-page li {
  list-style-type: square;
  list-style-position: outside;
  padding: 2px; }

/* line 48, ../sass/_portal_support.scss */
.supportmessage a {
  font-size: 12px;
}
.support-page a {
  color: #333333;
  font-style: normal;
  text-decoration: none;
  font-family: Arial, Helvetica, Sans-Serif;
  font-weight: bold; }

/* line 49, ../sass/_portal_support.scss */
.support-page a:hover {
  color: Gray;
  text-decoration: underline; }

/* line 50, ../sass/_portal_support.scss */
.support-page form {
  padding-left: 4px; }

/* line 52, ../sass/_portal_support.scss */
.support-page #supportticketdetail_text {
  height: 150px; }

/* line 53, ../sass/_portal_support.scss */
.support-page .forminputbutton {
  width: 80px;
  text-align: center; }

/* line 54, ../sass/_portal_support.scss */
.support-page .formdata {
  clear: both;
  margin-bottom: 8px; }

/* line 55, ../sass/_portal_support.scss */
.support-page .formmessage, .formerror {
  position: absolute;
  left: 405px;
  font-size: 12px; }

/* line 56, ../sass/_portal_support.scss */
.support-page .formerror {
  color: red;
  font-weight: bold; }

/* line 57, ../sass/_portal_support.scss */
.supportcomment-external {
  border: 1px solid #EFEFE8; }

/* line 58, ../sass/_portal_support.scss */
.supportcomment-metadata, .supportcomment-chatlog {
  border: 1px solid #eee; }

/* line 60, ../sass/_portal_support.scss */
.supportcomment-assignment {
  border: 1px solid #EEF7E8; }

/* line 61, ../sass/_portal_support.scss */
.supportcommentcustomer {
  border: 1px solid #ddd; }

/* line 62, ../sass/_portal_support.scss */
.support-page .solvedwarning, .supportmessage, .supportcommentcustomer,
.supportcomment-metadata, .supportcomment-external, .supportcomment-system, .supportcomment-assignment, .supportcomment-internal {
  padding: 11px;
  background-color: #FFFFB8;
  margin-bottom: 15px; }

/* line 70, ../sass/_portal_support.scss */
.supportcomment-reroute {
  background-color: #ECFDFF;
  border: 1px solid #D3F7FF; }

/* line 74, ../sass/_portal_support.scss */
.support-page .solvedwarning {
  background-color: #FFCECB;
  font-weight: bold;
  text-align: center;
  font-size: 12px; }

/* line 75, ../sass/_portal_support.scss */
.support-page h1.support {
  color: #f2a319; }

/* line 76, ../sass/_portal_support.scss */
.support-page h2.support, .support-page .supportheading {
  color: 404040;
  font-size: 13px;
  margin: 10px 0px 6px 0px; }

/*
.support-page .supportname, .support-page .supportcomment { font-weight: normal; font-size: 12px; }
.support-page .supportsubject { font-weight: normal; font-size: 13px; }
.support-page .supportwebstorefunctions, .supportwebstorefunctions a { text-align: right; font-size: 9px; }
.support-page .supportdate { font-style: italic; padding-top: 10px; font-size: 10px; color: 404040; }
.support-page #addcommentform { _margin-top: -10px; }
.support-page #ticket_detail{ left: 60px; width: 515px; }
.support-page #ticket_subject{ margin-left:22px; width: 515px; }
.support-page #openticketform textarea { position: absolute; left: 30px; width: 515px; }
.support-page .ticketid { color: #dd0000; }
.support-page .buttonstyle { width:120px; }
.support-page .breadcrumbtitle { font-size: 13px; color: #6E6E6E; font-weight: normal; font-family : Arial, Helvetica, Sans-Serif; margin-bottom:0px; }
.supportticket-assignedtoyou { font-weight: bold; font-style: italic; }
.support-page #supportticketdetail_text { width: 99%; }
*/
/* line 92, ../sass/_portal_support.scss */
input.btnrate {
  width: 95px;
  font-size: 11px; }

/* line 93, ../sass/_portal_support.scss */
#attachedfiles {
  font-size: 12px;
  margin-right: 6px; }

/* line 94, ../sass/_portal_support.scss */
.hidden {
  display: none; }

/* line 95, ../sass/_portal_support.scss */
.shown {
  display: inline; }

/* line 96, ../sass/_portal_support.scss */
div.attachment span {
  padding-left: var(--gap, 20px);
  background: url("/images/support/paperclip.gif") no-repeat;
  font-size: 12px;
  font-weight: bold; }

/* line 97, ../sass/_portal_support.scss */
div.attachment li {
  list-style: circle; }

/* line 98, ../sass/_portal_support.scss */
#attachments {
  border: var(--border, 1pd dashed #ddd);
  border-style: dashed;
  border-radius: 5px;
  padding: var(--smallGap, 10px) var(--gap, 20px);
  margin-top: 5px;
  margin-bottom: var(--smallGap, 10px);
  background: url("/images/support/paperclip.gif") no-repeat 10px calc(100% - 20px);
}

#attachfile a {
  padding: 5px;
  font-size: 13px;
  background: var(--lightPurple);
  display: inline-block;
  border-radius: 5px;
  text-decoration: none;
  border: var(--border);
}

#attachments .fileAttachment + a {
  text-transform: uppercase;
  text-decoration: none !important;
  font-weight: bold;
  color: var(--error, #f00);
}

/* line 99, ../sass/_portal_support.scss */
div.attachfilebox {
  padding-bottom: 5px; }

/* line 100, ../sass/_portal_support.scss */
.fileattachment {
  margin-top: 7px; }

/* Response types */
/* line 103, ../sass/_portal_support.scss */
.supportcommentcustomer {
  background-color: #f0f0f0; }

/* line 104, ../sass/_portal_support.scss */
.supportcomment-chatlog {
  background-color: #F5BEA3; }

/* line 105, ../sass/_portal_support.scss */
.supportcomment-assignment {
  background-color: #ECFFDF; }

/* line 106, ../sass/_portal_support.scss */
.supportcomment-metadata {
  background-color: #FFE1D6; }

/* line 107, ../sass/_portal_support.scss */
.supportcomment-internal {
  background: url("/images/support/commentbg-INTERNAL.gif") no-repeat;
  background-position: right top;
  background-color: #DFE8FF; }

/* line 108, ../sass/_portal_support.scss */
.supportcomment-system {
  background-color: #ffccff; }

/* line 109, ../sass/_portal_support.scss */
div.codeblock {
  overflow-y: scroll;
  margin: 0;
  background-color: #fff;
  font-family: courier new, courier, system;
  padding: 1em 1em 1em 1em;
  border: 1px solid #ccc;
  font-size: 12px;
  margin-left: 20px;
  margin-right: 20px; }

/* line 110, ../sass/_portal_support.scss */
img.avatar {
  margin-right: 5px; }

/*
textarea#supportticketdetail_text { font-size: 14px; }
*/
/* line 116, ../sass/_portal_support.scss */
#webstoreurl,
div#ticketsubject div.supportmessage {
  font-weight: bold; }

/* line 121, ../sass/_portal_support.scss */
p.supportname {
  font-size: 12px;
  margin: 10px 10px 0 5px;
  padding-left: 0px;
  color: #777; }
  /* line 124, ../sass/_portal_support.scss */
  p.supportname img {
    margin-right: 15px; }
  /* line 129, ../sass/_portal_support.scss */
  p.supportname a {
    color: #777 !important; }

/* line 133, ../sass/_portal_support.scss */
p.supportcomment {
  margin: 25px 10px;
  font-size: 14px;
  line-height: 22px; }

/* line 1036, ../sass/content.scss */
th span.tooltip {
  position: relative;
  display: inline;
  opacity: 1;
  filter: alpha(opacity=100);
  font-size: inherit; }

/* line 1043, ../sass/content.scss */
.nav .btn {
  padding: 1px 7px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  font-size: 10px; }

/* line 1048, ../sass/content.scss */
.resultset form {
  margin: 0; }

/* line 1051, ../sass/content.scss */
.resultset {
  background-color: #eee;
  padding: 3px; }

/* portrait phones  - jbw Fri 18 May 2012 22:23:06 BST */
@media (max-width: 480px) {
  /* line 1059, ../sass/content.scss */
  #portal_menu {
    display: none !important; }

  /* line 1062, ../sass/content.scss */
  #session_menu {
    position: absolute;
    top: -10px;
    right: -10px !important;
    margin-right: 0;
    font-size: 0.8em; }
    /* line 1068, ../sass/content.scss */
    #session_menu .live-chat {
      display: none; }

  /* line 1072, ../sass/content.scss */
  #page-tabs {
    margin: 3px; }

  /* line 1075, ../sass/content.scss */
  article {
    margin: 0 2px;
    padding: 2px; }

  /* line 1079, ../sass/content.scss */
  .dropdown li {
    clear: left;
    width: 100%; }

  /* line 1083, ../sass/content.scss */
  header {
    display: block;
    margin: 0 0 -6px 0;
    padding: 0;
    position: relative; }

  /* line 1090, ../sass/content.scss */
  header > a {
    margin-top: 20px; }

  /* line 1091, ../sass/content.scss */
  #logo {
    position: absolute;
    top: 11px;
    left: 13px;
    opacity: 0; }

  /* line 1098, ../sass/content.scss */
  .datalist-table thead tr th {
    display: none; }

  /* line 1101, ../sass/content.scss */
  #page-tabs ul#main_menu .tab-selected a {
    padding: 3px 15px;
    margin: 0 0 0 8px; }

  /* line 1105, ../sass/content.scss */
  .datalist-table tbody tr td:first-child a {
    font-weight: bold;
    font-size: 1.2em;
    line-height: 1.5em; }

  /* line 1110, ../sass/content.scss */
  #primarynav {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    margin: 0; }

  /* line 1114, ../sass/content.scss */
  article {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px; }

  /* line 1117, ../sass/content.scss */
  .datalist-table thead tr th:first-child {
    display: block;
    padding: 1.4em;
    font-size: 1.3em; }

  /* line 1122, ../sass/content.scss */
  .datalist-table tbody td {
    vertical-align: top;
    border-bottom: 0;
    padding: 0 3px;
    display: block;
    border: 0; }

  /* line 1129, ../sass/content.scss */
  #pagecontent {
    padding: 3px; }

  /* line 1134, ../sass/content.scss */
  .dropdown ul {
    position: relative;
    top: 0;
    left: 0; }

  /* line 1139, ../sass/content.scss */
  .dropdown ul:hover,
  .dropdown ul.nav-hover,
  .dropdown ul {
    margin-bottom: 20px;
    display: none; }

  /* line 1145, ../sass/content.scss */
  .dropdown ul li {
    border-bottom: 0; }

  /* line 1148, ../sass/content.scss */
  .dropdown li:hover,
  .dropdown li:hover ul, .dropdown li.nav-hover ul {
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background: none;
    background-color: none;
    top: 0; }

  /* line 1156, ../sass/content.scss */
  .dropdown ul li.nav-hover {
    background-color: transparent; }

  .dropdown .nav-level-1.nav-link:before {
    width: 20px;
    margin-right: 5px;
    text-align: center;
    display: inline-block;
  }

  .dropdown li a, .dropdown li a:link, .dropdown li a:active, .dropdown li a:visited {
    padding: 10px;
  }

  /* line 1158, ../sass/content.scss */
  .dropdown ul li:hover,
  .dropdown ul li {
    padding: 0 0 0 25px; }

  /* line 1165, ../sass/content.scss */
  #dropdown ul li {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-color: none; } }
/* line 1173, ../sass/content.scss */
.inline input.checkbox {
  width: auto !important;
  display: inline;
  margin: 5px 5px 5px 0; }

/* line 1180, ../sass/content.scss */
label.inline input[type=checkbox], label.inline input[type=radio] {
  float: none;
  display: inline; }

/* line 1185, ../sass/content.scss */
#xlsdownload {
  position: absolute;
  top: 10px;
  right: 15px; }

/* line 1191, ../sass/content.scss */
.input-prepend .add-on, .input-append .add-on {
  background: #FEFFDB;
  line-height: 15px; }

/* line 1196, ../sass/content.scss */
.dropdown ul li {
  cursor: pointer; }

/* line 1197, ../sass/content.scss */
.ui-helper-hidden-accessible {
  display: none; }

/* line 1200, ../sass/content.scss */
table.datalist-table tr.supportpriority-1 td a {
  color: red; }
/* line 1201, ../sass/content.scss */
table.datalist-table tr.supportpriority-3 td a {
  color: #009924; }

/* line 1204, ../sass/content.scss */
form#frmCopyStore div.sub-options {
  margin-top: 10px;
  margin-left: 20px; }
  /* line 1207, ../sass/content.scss */
  form#frmCopyStore div.sub-options.disabled label {
    color: #999; }

/* line 1213, ../sass/content.scss */
.clarityform input.field-error {
  border: 1px solid #F00; }
/* line 1216, ../sass/content.scss */
.clarityform .formerror {
  position: relative;
  left: 0px; }
/* line 1220, ../sass/content.scss */
.clarityform .indented {
  margin-left: 227px; }
/* line 1223, ../sass/content.scss */
.clarityform label.checkbox {
  display: block;
  width: auto !important;
  float: none; }

/*WebStore PERFORMANCE graphs section*/
/* line 1232, ../sass/content.scss */
#performance .datalist-table-header td {
  background: #efefef; }
/* line 1233, ../sass/content.scss */
#performance .datalist-table td {
  font-size: 10px; }
/* line 1234, ../sass/content.scss */
#performance .datalist-table tbody td {
  padding: 2px 1px; }
/* line 1235, ../sass/content.scss */
#performance .datalist-table td {
  border-right: 1px SOLID #D5D5D5;
  border-bottom: 1px SOLID #D5D5D5; }
/* line 1236, ../sass/content.scss */
#performance .datalist-table .col-title {
  background: #efefef;
  white-space: nowrap;
  font-weight: bold; }
/* line 1237, ../sass/content.scss */
#performance .datalist-table .col-result {
  background: #D5D5D5; }
/* line 1238, ../sass/content.scss */
#performance .datalist-table .col-result td {
  background: #D5D5D5;
  border-right: 1px SOLID #efefef;
  border-bottom: 1px SOLID #efefef; }
/* line 1239, ../sass/content.scss */
#performance #performance-trafficgraph, #performance #performance-visitsalegraph, #performance #performance-salegrowthgraph, #performance #performance-chargeratiograph {
  text-align: center;
  background: #EEF0F0; }

/* line 1243, ../sass/content.scss */
.simplemodal-data .progress {
  height: 20px;
  margin: 15px 0; }

/* dynamique currency symbols */
/* line 1250, ../sass/content.scss */
.currency-usd:before, .currency-gbp:before, .currency-eur:before {
  padding-right: 3px; }

/* line 1251, ../sass/content.scss */
.currency-eur:before {
  content: '€'; }

/* line 1252, ../sass/content.scss */
.currency-usd:before {
  content: '$'; }

/* line 1253, ../sass/content.scss */
.currency-gbp:before {
  content: '£'; }

/* line 1255, ../sass/content.scss */
.monthly:after {
  content: '/mo'; }

/* line 1256, ../sass/content.scss */
.quarterly:after {
  content: '/qtr'; }

/* line 1257, ../sass/content.scss */
.biannually:after {
  content: '/6mo'; }

/* line 1258, ../sass/content.scss */
.annually:after {
  content: '/yr'; }

/* line 1263, ../sass/content.scss */
.profile .webstorestatustypeid-10 div#credentials.infobox,
.profile .webstorestatustypeid-10 .profile-footer a {
  display: none !important; }

/* line 1289, ../sass/content.scss */
span.listbadge {
  display: inline-block;
  padding: 2px 4px;
  font-size: 10.998px;
  font-weight: bold;
  line-height: 14px;
  color: #FFF;
  vertical-align: baseline;
  white-space: nowrap;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #999;
  color: #FFF !important;
  text-decoration: none;
  padding: 2px 5px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  margin: 0px;
  display: inline-block; }
/* line 1290, ../sass/content.scss */
span.listbadge-terminated {
  background-color: #b94a48; }
/* line 1292, ../sass/content.scss */
span.listbadge-staging {
  background-color: #f89406; }
/* line 1294, ../sass/content.scss */
span.listbadge-live {
  background-color: #468847; }
/* line 1296, ../sass/content.scss */
span.listbadge-info {
  background-color: #3a87ad; }
/* line 1298, ../sass/content.scss */
span.listbadge-rmsso, span.listbadge-rmshq {
  background-color: #3a87ad; }
/* line 1299, ../sass/content.scss */
span.listbadge-amazon {
  background-color: #46a546; }
/* line 1300, ../sass/content.scss */
span.listbadge-pacre {
  background-color: #f89406; }

/* line 1302, ../sass/content.scss */
#movementpopup .listbadge {
  margin-left: 5px; }

/* line 1304, ../sass/content.scss */
span.listbadge, .datalist-table tr td.listbadge {
  text-align: center; }
  /* line 1306, ../sass/content.scss */
  span.listbadge a, .datalist-table tr td.listbadge a {
    display: inline-block;
    padding: 2px 4px;
    font-size: 10.998px;
    font-weight: bold;
    line-height: 14px;
    color: #FFF;
    vertical-align: baseline;
    white-space: nowrap;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #999;
    color: #FFF !important;
    text-decoration: none;
    padding: 2px 5px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin: 0px;
    display: inline-block; }
  /* line 1311, ../sass/content.scss */
  span.listbadge.listbadge-terminated a, .datalist-table tr td.listbadge.listbadge-terminated a {
    background-color: #b94a48; }
  /* line 1313, ../sass/content.scss */
  span.listbadge.listbadge-staging a, .datalist-table tr td.listbadge.listbadge-staging a {
    background-color: #f89406; }
  /* line 1315, ../sass/content.scss */
  span.listbadge.listbadge-live a, .datalist-table tr td.listbadge.listbadge-live a {
    background-color: #468847; }
  /* line 1317, ../sass/content.scss */
  span.listbadge.listbadge-info a, .datalist-table tr td.listbadge.listbadge-info a {
    background-color: #3a87ad; }

/* New changes added by Shane on Feb2016 */
/* line 1322, ../sass/content.scss */
.btn {
  background: #333;
  color: #fff;
  padding: 0.5em 2em;
  border: 0;
  border-radius: 0;
  font-family: var(--fontMain), sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  text-shadow: none; }

/* line 1335, ../sass/content.scss */
.nav .btn {
  font-size: 14px;
  line-height: 23px;
  border-radius: 0;
  background: none;
  color: #333; }

/* line 1343, ../sass/content.scss */
.nav .btn.disabled {
  background: white; }

/* line 1347, ../sass/content.scss */
.searchbox input.submit {
  padding: 0.5em 2em;
  color: white;
  background: #333;
  text-shadow: none; }

/* line 1354, ../sass/content.scss */
.searchbox input.submit:hover {
  background: #602a71; }

/* line 1357, ../sass/content.scss */
div#page-breadcrumb, div#page-breadcrumb a:link, div#page-breadcrumb a:hover, div#page-breadcrumb a:visited, div#page-breadcrumb a:active, div#page-breadcrumb a {
  color: #999;
  font-size: 13px; }

/* line 1361, ../sass/content.scss */
label {
  font-weight: bold;
  font-size: 12px; }

/* line 1362, ../sass/content.scss */
.searchbox {
  padding: 10px; }

/* line 1363, ../sass/content.scss */
img[src*="/images/icon-arrow-mutliple.gif"] {
  display: none; }

/* line 1364, ../sass/content.scss */
form.searchform h3 {
  background: none;
  padding-left: 0; }

/* line 1365, ../sass/content.scss */
td.kbcategory-nitrosellonly {
  background: rgba(255, 143, 143, 0.3) !important; }

/* line 1366, ../sass/content.scss */
li.supportcomment-external,
li.supportcommentcustomer {
  box-shadow: inset 0 4px 6px rgba(0, 0, 0, 0.05);
  border: 0;
  background: #f5f5f5;
  padding: 20px !important; }


.hpc #formSupport {
    box-shadow: inset 0 4px 6px rgba(0, 0, 0, 0.05);
    border: 0;
    background: #E57E66;
    padding: 20px !important;
}

.hpc #addreplydiv {
    box-shadow: inset 0 4px 6px rgba(0, 0, 0, 0.05);
    border: 0;
    background: #e89582;
    padding: 20px !important;
}

.emergencyticket #formSupport {
    box-shadow: inset 0 4px 6px rgba(0, 0, 0, 0.05);
    border: 0;
    background: #FFC300;
    padding: 20px !important;
}

.emergencyticket #addreplydiv {
    box-shadow: inset 0 4px 6px rgba(0, 0, 0, 0.05);
    border: 0;
    background: #deac03;
    padding: 20px !important;
}

.hpclisting {
    background: #E57E66 !important;
}

 .table-striped tbody  > tr.hpclisting:nth-child(odd) > td, .table-striped tbody > tr.hpclisting:nth-child(odd) > th {
    background: #E57E66 !important;
}

.table.datalist-table tr.hpclisting.hover {
    background-color: #FFB99F !important;
}

.emergencylisting {
    background: #FFC300 !important;
}

.table-striped tbody  > tr.emergencylisting:nth-child(odd) > td, .table-striped tbody > tr.hpclisting:nth-child(odd) > th {
    background: #FFC300 !important;
}

.table.datalist-table tr.emergencylisting.hover {
    background-color: #FFB99F !important;
}

/* line 1369, ../sass/content.scss */
li.supportcomment-external {
  background: #FFFEE2; }

/* line 1370, ../sass/content.scss */
li.supportcomment-internal {
  background: #E2EEFF; }

/* line 1371, ../sass/content.scss */
img.avatar {
  border-radius: 0; }

/* line 1372, ../sass/content.scss */
.supportcommentcustomer {
  border: 0;
  margin: 0 -15px 0 -19px;
  padding: 20px !important; }

h2 {color: #111;}

/* hack on the ticket title */
div#clearbothdiv{
  clear: both;
}

/* stripe */
#CCForm { padding: 10px 10px 0 10px; }
#CCForm #billingcreditcard_holdername { display:block; width:100%; box-shadow: none !important; font-size: 16px; letter-spacing: -1px; }
#CCForm #billingcreditcard_holdername, #CCForm #card-element { border: 1px solid #eee; border-radius: 3px; padding: 5px; }
#CCForm div.select, #CCForm div.inputtext { float: left; width: 240px; margin-left: 5px; } 
.card-errors * { vertical-align: middle; color: red; font-weight: bold; }
.card-errors { margin: 10px 0; background: #ffc7c7; padding: 10px; border-radius: 6px; }
/* currencies*/
.currency-EUR:before {content: '€ '; }
.currency-USD:before {content: '$ '; }
.currency-GBP:before {content: '£ '; }


/* Reskin */

.btn,
.searchbox input.submit,
button:not(.ck-button),
select, #page-wrapper a.button,#page-wrapper .btn, #page-wrapper button:not(.ck-button) {
  border: 2px solid #000;
  background-color: #fff;
  background: #fff;
  border-radius: 0;
  color: #000;
  box-shadow: none;
  font-family: var(--fontMain);
}

.datalist-table tbody td,
table.datalist-table th {
  padding: 5px 10px;
}

.resultset {
  background-color: #fff;
  padding: 0;
}

.datalist-table {
  border: 2px solid #ccc;
}

table.datalist-table th {
  background-color: #eeedf1;
}

div.matches-per-row select {
  font-size: 15px;
  height: 30px;
  line-height: 28px;
  float: none;
}

.datalist-footer {
  height: 42px;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  align-items: center;
  justify-content: space-between;
}

.nav .btn {
  border-width: 0;
}

#rebrand {
  padding: 5px 10px;
  background: #fff;
  color: #222;
  position: absolute;
  font-size: 14px;
  left: 95px;
  top: 10px;
  text-align: center;
  border: 1px solid #EF795B;
  z-index: 999;
}

#rebrand p, #maintenance_notice p {
  margin-bottom: 0;
  line-height: 1.3em;
}

#rebrand a, #maintenance_notice a {
  color: #602e78;
  font-weight: bold;
}

h1 {
  margin-bottom: 1em;
}

.btn.btn-success {
  background-color: #fef2ef;
  border: 2px solid #f47c60;
}

.backLink {
  color: #222;
  display: block;
  margin-bottom: 1em;
}

#filters .filters {
  border: 1px solid #ddd;
  background: #fff;
}

#frmServerOutage textarea{
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  padding: 3px 6px;
  font-size: 12px;
  line-height: 16px;
  font-size-adjust: none;
  font-stretch: normal;
  -x-system-font: none;
  width: 90%;
}


#frmServerOutage input[type="number"]{
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  padding: 3px 6px;
  font-size: 14px;
  line-height: 20px;
  font-size-adjust: none;
  font-stretch: normal;
  -x-system-font: none;
  width: 70px;
}

#maintenance_notice {
  padding: 5px 10px;
  background: #FFCC00;
  color: #333333;
  position: absolute;
  font-size: 14px;
  font-weight: bold;
  left: 95px;
  top: 10px;
  text-align: center;
  border: 3px solid #EF795B;
  border-radius: 5px;
  z-index: 999;
}

@media screen and (min-width: 1200px) {

  #rebrand, #maintenance_notice {
    left: 50%;
    transform: translateX(-50%);
  }

}

@media screen and (max-width:  768px) {

  #rebrand, #maintenance_notice {
    position: static;
    margin: 5px 15px;
    font-size: 13px;
  }

}

/* CKEditor 5 styles for support tickets */
.ck-editor__editable,
.ck-editor__editable:focus,
.ck-editor__editable.ck-focused,
.ck.ck-editor__editable,
.ck.ck-editor__editable:focus,
.ck.ck-editor__editable.ck-focused {
  min-height: 200px;
  max-height: 80vh;
  resize: vertical;
}

.ck-button {
  cursor: pointer;
}

ul.ticket-responses ol li {
list-style-type: decimal;
}

ul.ticket-responses :is(h2, h3, h4) {
  font-family: inherit;
}

ul.ticket-responses p a {
  text-decoration: underline;
}

ul.ticket-responses blockquote {
  background: rgba(255,255,255,0.5);
  margin: 2em 0 2em 2em;
  border-radius: 5px;
  padding: 1em;
  border: 1px solid rgba(255,255,255,0.6);
}
:root {
    --fontMain: 'Segoe UI', 'Roboto', Helvetica, sans-serif;
    --fontHeading: 'Segoe UI', 'Roboto', Helvetica, sans-serif;
    --icons: 'Font Awesome 5 Pro';
    --red: #f93348;
    --black: #111111;
    --lightOrange: #fef2ef;
    --orange: #EF795B;
    --lightPurple: #efe9f1;
    --purple: #602971;
    --white: #FFFFFF;
    --accent: var(--orange);
    --error: #b91313;
    --errorBg: #fdf0f0;

    --shadow: 0 10px 50px -30px rgba(0, 0, 0, 0.3);
    --border: 1px solid #ddd;
    --text: var(--black);
    --bg: var(--white);

    --em: 16px;
    --gap: 30px;
    --smallGap: calc(var(--gap) / 2);

    --borderRadius: 5px;

    --narrow: 900px;
    --container: 1200px;

    --transition: all 0.3s;

    --status: #ccc;
}

/* utilities */

.flex {
    display: flex;
}

.-ac {
    align-items: center;
}

.-jsb {
    justify-content: space-between;
}

/* styles */

body {
    font-family: var(--fontMain);
}

.ws-row {
    font-size: var(--em);
    max-width: var(--container);
    margin-inline: auto;
}

.supportmessage {
    background: #efe9f1;
    border-radius: var(--borderRadius);
    font-size: 14px;
    display: block;
    line-height: 1.5em;
}

.newtext input {
    margin-bottom: 0 !important;
}

#ticketsubject .originaltext:before {
    content: "✏️  ";
    padding-right: 4px;
}

#webstoreurl {
    border: var(--border);
}

h2#pagetitle {
    margin-bottom: 1em;
    padding-bottom: 1em;
    border-bottom: 1px solid #ddd;
}

.modern h2 {
    font-size: 1.5em;
}

input, textarea, select {
    accent-color: var(--purple);
    font-size: 13px;
}

.modern a {
    font-weight: normal;
    text-decoration: underline;
}

.modern.hpc #formSupport, .modern.emergencyticket #formSupport {
    box-shadow: none;
    border: 0;
    background: var(--lightPurple);
    box-shadow: -10px 0 0 var(--purple);
}

.modern.emergencyticket #formSupport {
    background: var(--errorBg);
    box-shadow: -10px 0 0 var(--error);
}

.alert-emergency {
    position: sticky;
    top: 10px;
    background: var(--error);
    border-color: var(--error);
    color: var(--bg);
    z-index: 6;
    text-shadow: none;
}

.modern.hpc #addreplydiv, .modern.emergencyticket #addreplydiv {
    background: #fafafa;
    box-shadow: none;
    border: var(--border);
}

.alert-hp {
    border: 1px solid var(--purple);
    background: var(--purple);
    color: var(--bg);
    border-radius: 4px;
    text-shadow: none;
}

.supportwebstorefunctions {
    display: block;
    column-count: 4;
}

.supportwebstorefunctions a {
    display: block;
}

:is(.store-group, .meta-group) h3, .meta-label {
    font-size: 14px;
    line-height: 1.6em;
    padding-bottom: 5px;
    margin: 0;
}

:is(.store-group, .meta-group) h3 small {
    font-weight: normal;
    font-size: 1em;
}

.meta-group .supportmessage {
    background: none;
    padding-inline: 0;
    border-radius: 0;
    border-top: var(--border);
}

.btn, .searchbox input.submit, button:not(.ck-button), select, #page-wrapper a.button, #page-wrapper .btn, #page-wrapper button:not(.ck-button) {
    border: var(--border);
    font-weight: normal;
}

#formSupport #supportticketdetail_text, #formSupport .controls select {
    font-weight: normal;
}

.supportcommentcustomer {
    margin: 0;
    padding: var(--smallGap);
    border-radius: var(--borderRadius);
}

.modern .panel {
    margin-bottom: var(--gap);
}

.modern .panel + .panel {
    border-top: var(--border);
    padding-top: var(--gap);
}

.modern .panel h3:first-child {
    margin-top: 0;
}

.modern .panel h3 {
    font-size: 14px;
    line-height: 1.6em;
    padding-bottom: 5px;
    margin: 0;
}

.modern .aside-panel span {
    font-size: 13px;
}

.modern .aside-panel a {
    display: block;
    font-weight: bold;
    text-decoration: none;
    margin-top: 5px;
}

.assignment-type {
    display: block;
}

#addreplydiv:only-child {
    width: 100%;
}

#page-wrapper #btnAddComment {
    margin-top: 10px;
    background: var(--orange);
    color: var(--bg);
    border: 0;
    font-weight: bold;
    border-radius: 4px;
}

#page-wrapper #btnAddComment:hover {
    background: var(--purple);
}

#page-wrapper .modern input.btnrate {
    width: auto;
    border: 0;
    font-size: 15px;
    padding: 5px 10px;
    border-radius: var(--borderRadius);
    transition: var(--transition);
    text-transform: none;
    letter-spacing: 0;
}

#page-wrapper .modern input.btnrate[data-rating="0"] {
    background: #62a1b5;
    color: #fff;
}

#page-wrapper .modern input.btnrate[data-rating="1"] {
    background: #cf1616;
    color: #fff;
}

#page-wrapper .modern input.btnrate[data-rating="2"] {
    background: #ffd708;
    color: #000;
}

#page-wrapper .modern input.btnrate[data-rating="3"] {
    background: #a4e390;
    color: #000;
}

#page-wrapper .modern input.btnrate[data-rating="4"] {
    background: #4a8537;
    color: #fff;
}

#page-wrapper .modern input.btnrate:hover {
    box-shadow: var(--shadow);
    transform: translateY(-3px);
}

.leftlabel {
    float: left;
}

/* ticket replies styles */

.support-page form {
    padding-left: 0;
}

.supportcomment-internal {
    --border: 1px solid #b2b9c5;
}

.supportcomment-external {
    --border: 1px solid #ffc3b3;
}

.modern .ticket {
    box-shadow: none;
    transition: all 0.3s;
}

.modern .ticket:not(.ticket-status) {
    display: grid;
    gap: 0 var(--gap);
    grid-template-columns: 180px 1fr;
}

.modern .ticket .footer {
    border-top: var(--border);
    font-size: 13px;
    text-align: right;
    padding-top: var(--smallGap);
    display: flex;
    justify-content: flex-end;
    gap: 5px;
    align-items: center;
}

.modern .ticket hr, .modern .ticket hr + *, .ticket .footer {
    grid-column: 1 / -1;
}

div.supportname a, div.supportname {
    color: var(--text) !important;
    font-size: 14px;
    text-decoration: none !important;
}

div.supportname {
    margin-bottom: var(--gap);
}

.support-page a {
    font-family: inherit;
}

.supportcomment {
    font-size: 16px;
    line-height: 1.7em;
    padding-bottom: var(--gap);
    word-break: break-word;
}

.supportcomment a {
    word-break: break-all;
}

.supportname .avatar {
    display: block;
    margin: 0 auto 1em 0;
    border-radius: 50px;
    border: 3px solid #fff;
    box-shadow: 0 0 0 2px #ddd;
}

.websell .avatar {
    box-shadow: 0 0 0 2px var(--orange);
}

.supportname .phone-box {
    margin-top: var(--gap);
}

.supportname .phone-box a {
    padding: 2px;
    border: var(--border);
    margin-bottom: 5px;
    display: block;
    text-decoration: none !important;
    border-radius: 4px;
    background: #fafafa;
}

.supportname .phone-box a:hover {
    font-weight: bold;
}

.modern .supportcomment-external {
    background: var(--lightOrange);
    box-shadow: none;
    border: 1px solid var(--orange);
}

.modern .supportcommentcustomer {
    background: #fafafa;
    box-shadow: none;
    border: var(--border);    
}

.supportcomment-assignment {
    --status: var(--purple);
}

.supportcomment-metadata {
    --status: #a3c597;
}

.supportcomment-reroute {
    --status: #d97575;
}

.modern .ticket-status {
    font-size: 13px;
    text-align: left;
    background: #fafafa;
    border: 0;
    box-shadow: -10px 0 var(--status);
}

.assignment-notice, .reroute-notice {
    display: flex;
    gap: 4px;
}

.modern :is(.supportcomment-assignment, .reroute-notice) .timestamp {
    margin-left: auto;
    display: inline-block;
}

.modern .ticket {
    border: var(--border);
    padding: var(--smallGap);
    margin: 0;
    margin-bottom: var(--gap);
    border-radius: 0;
}

.ticket hr {
    border: 0;
    border-top: var(--border);
}

#ticket-attachments {
    position: sticky;
    top: var(--gap);
}

#all-attachments {
    max-height: 80vh;
    overflow: auto;
}

#all-attachments .list-item {
    margin-bottom: 1em;
    padding-left: 25px;
    position: relative;
}

#all-attachments .list-item:before {
    position: absolute;
    content: "📎";
    top: 3px;
    left: 0;
}

#formSupport + h4 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#pagecontent button.ticket-cleanup {
    border-radius: 4px;
}

#pagecontent button.ticket-cleanup:before {
    content: 'Hide';
    padding-right: 5px;
}


#pagecontent button.ticket-cleanup.active:before {
    content: 'Show';
}

#pagecontent button.ticket-cleanup.active {
    background: #fafafa;
    box-shadow: inset -3px 4px 10px rgba(0,0,0,0.05);
}

div.attachment ul {
    margin-left: calc(var(--gap) - 1px);
}

.modern div.attachment li {
    list-style-type: none;
    font-size: 14px;
    margin-bottom: 5px;
}

.modern div.attachment li a {
    margin-right: 1em;
}

.modern .ticket:target {
    box-shadow: var(--shadow);
    border-color: #222;
}

.list-item .file-details {
    font-size: 15px;
}

.list-item .file-details a {
    font-weight: bold;
    margin-right: 5px;
}

.list-item .time a {
    text-decoration: none;
    font-size: 12px;
    display: block;
    line-height: 18px;
    margin-top: 5px;
}

@media screen and (max-width: 800px) {
    .modern .ticket:not(.ticket-status) {
        grid-template-columns: 100%;
    }

    .supportname .avatar {
        float: left;
        margin-right: 2em;
    }

    .modern .ticket .footer,
    .assignment-notice,
    #formSupport + h4 {
        flex-wrap: wrap;
    }

    .supportname .phone-box {
        clear: both;
    }

    .supportcomment {
        font-size: 13px;
    }

    .supportwebstorefunctions {
        column-count: 2;
    }

}
/*!
 *  Font Awesome 4.4.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url('../fonts/fontawesome-webfont.eot?v=4.4.0');src:url('../fonts/fontawesome-webfont.eot?#iefix&v=4.4.0') format('embedded-opentype'),url('../fonts/fontawesome-webfont.woff2?v=4.4.0') format('woff2'),url('../fonts/fontawesome-webfont.woff?v=4.4.0') format('woff'),url('../fonts/fontawesome-webfont.ttf?v=4.4.0') format('truetype'),url('../fonts/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}

/*!
 * Bootstrap v2.3.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.
 */
/* line 10, ../sass/bootstrap/_reset.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block; }

/* line 26, ../sass/bootstrap/_reset.scss */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

/* line 37, ../sass/bootstrap/_reset.scss */
audio:not([controls]) {
  display: none; }

/* line 44, ../sass/bootstrap/_reset.scss */
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

/* line 50, ../sass/bootstrap/_reset.scss */
a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

/* line 54, ../sass/bootstrap/_reset.scss */
a:hover,
a:active {
  outline: 0; }

/* line 62, ../sass/bootstrap/_reset.scss */
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline; }

/* line 69, ../sass/bootstrap/_reset.scss */
sup {
  top: -0.5em; }

/* line 72, ../sass/bootstrap/_reset.scss */
sub {
  bottom: -0.25em; }

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

/* line 91, ../sass/bootstrap/_reset.scss */
#map_canvas img,
.google-maps img {
  max-width: none; }

/* line 100, ../sass/bootstrap/_reset.scss */
button,
input,
select,
textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle; }

/* line 108, ../sass/bootstrap/_reset.scss */
button,
input {
  *overflow: visible;
  line-height: normal; }

/* line 113, ../sass/bootstrap/_reset.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0; }

/* line 118, ../sass/bootstrap/_reset.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

/* line 125, ../sass/bootstrap/_reset.scss */
label,
select,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="radio"],
input[type="checkbox"] {
  cursor: pointer; }

/* line 135, ../sass/bootstrap/_reset.scss */
input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield; }

/* line 139, ../sass/bootstrap/_reset.scss */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none; }

/* line 143, ../sass/bootstrap/_reset.scss */
textarea {
  overflow: auto;
  vertical-align: top; }

@media print {
  /* line 155, ../sass/bootstrap/_reset.scss */
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important; }

  /* line 162, ../sass/bootstrap/_reset.scss */
  a,
  a:visited {
    text-decoration: underline; }

  /* line 167, ../sass/bootstrap/_reset.scss */
  a[href]:after {
    content: " (" attr(href) ")"; }

  /* line 171, ../sass/bootstrap/_reset.scss */
  abbr[title]:after {
    content: " (" attr(title) ")"; }

  /* line 176, ../sass/bootstrap/_reset.scss */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }

  /* line 182, ../sass/bootstrap/_reset.scss */
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  /* line 188, ../sass/bootstrap/_reset.scss */
  thead {
    display: table-header-group; }

  /* line 192, ../sass/bootstrap/_reset.scss */
  tr,
  img {
    page-break-inside: avoid; }

  /* line 197, ../sass/bootstrap/_reset.scss */
  img {
    max-width: 100% !important; }

  @page {
    margin: 0.5cm; }
  /* line 205, ../sass/bootstrap/_reset.scss */
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  /* line 212, ../sass/bootstrap/_reset.scss */
  h2,
  h3 {
    page-break-after: avoid; } }
/* line 9, ../sass/bootstrap/_scaffolding.scss */
body {
  margin: 0;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 19px;
  color: #333;
  background-color: #fff; }

/* line 22, ../sass/bootstrap/_scaffolding.scss */
a {
  color: #08c;
  text-decoration: none; }

/* line 26, ../sass/bootstrap/_scaffolding.scss */
a:hover,
a:focus {
  color: #005580;
  text-decoration: underline; }

/* line 37, ../sass/bootstrap/_scaffolding.scss */
.img-rounded {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px; }

/* line 42, ../sass/bootstrap/_scaffolding.scss */
.img-polaroid {
  padding: 4px;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1); }

/* line 51, ../sass/bootstrap/_scaffolding.scss */
.img-circle {
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px; }

/* line 567, ../sass/bootstrap/_mixins.scss */
.row {
  margin-left: -20px;
  *zoom: 1; }
  /* line 14, ../sass/bootstrap/_mixins.scss */
  .row:before, .row:after {
    display: table;
    content: "";
    line-height: 0; }
  /* line 22, ../sass/bootstrap/_mixins.scss */
  .row:after {
    clear: both; }

/* line 572, ../sass/bootstrap/_mixins.scss */
[class*="span"] {
  float: left;
  min-height: 1px;
  margin-left: 20px; }

/* line 579, ../sass/bootstrap/_mixins.scss */
.container,
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
  width: 940px; }

/* line 593, ../sass/bootstrap/_mixins.scss */
.span1 {
  width: 60px; }

/* line 593, ../sass/bootstrap/_mixins.scss */
.span2 {
  width: 140px; }

/* line 593, ../sass/bootstrap/_mixins.scss */
.span3 {
  width: 220px; }

/* line 593, ../sass/bootstrap/_mixins.scss */
.span4 {
  width: 300px; }

/* line 593, ../sass/bootstrap/_mixins.scss */
.span5 {
  width: 380px; }

/* line 593, ../sass/bootstrap/_mixins.scss */
.span6 {
  width: 460px; }

/* line 593, ../sass/bootstrap/_mixins.scss */
.span7 {
  width: 540px; }

/* line 593, ../sass/bootstrap/_mixins.scss */
.span8 {
  width: 620px; }

/* line 593, ../sass/bootstrap/_mixins.scss */
.span9 {
  width: 700px; }

/* line 593, ../sass/bootstrap/_mixins.scss */
.span10 {
  width: 780px; }

/* line 593, ../sass/bootstrap/_mixins.scss */
.span11 {
  width: 860px; }

/* line 593, ../sass/bootstrap/_mixins.scss */
.span12 {
  width: 940px; }

/* line 599, ../sass/bootstrap/_mixins.scss */
.offset1 {
  margin-left: 100px; }

/* line 599, ../sass/bootstrap/_mixins.scss */
.offset2 {
  margin-left: 180px; }

/* line 599, ../sass/bootstrap/_mixins.scss */
.offset3 {
  margin-left: 260px; }

/* line 599, ../sass/bootstrap/_mixins.scss */
.offset4 {
  margin-left: 340px; }

/* line 599, ../sass/bootstrap/_mixins.scss */
.offset5 {
  margin-left: 420px; }

/* line 599, ../sass/bootstrap/_mixins.scss */
.offset6 {
  margin-left: 500px; }

/* line 599, ../sass/bootstrap/_mixins.scss */
.offset7 {
  margin-left: 580px; }

/* line 599, ../sass/bootstrap/_mixins.scss */
.offset8 {
  margin-left: 660px; }

/* line 599, ../sass/bootstrap/_mixins.scss */
.offset9 {
  margin-left: 740px; }

/* line 599, ../sass/bootstrap/_mixins.scss */
.offset10 {
  margin-left: 820px; }

/* line 599, ../sass/bootstrap/_mixins.scss */
.offset11 {
  margin-left: 900px; }

/* line 599, ../sass/bootstrap/_mixins.scss */
.offset12 {
  margin-left: 980px; }

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

/* line 13, ../sass/bootstrap/_grid.scss */
[class*="span"].hide,
.row-fluid [class*="span"].hide {
  display: none; }

/* line 18, ../sass/bootstrap/_grid.scss */
[class*="span"].pull-right,
.row-fluid [class*="span"].pull-right {
  float: right; }

/* line 7, ../sass/bootstrap/_layouts.scss */
.container {
  margin-right: auto;
  margin-left: auto;
  *zoom: 1; }
  /* line 14, ../sass/bootstrap/_mixins.scss */
  .container:before, .container:after {
    display: table;
    content: "";
    line-height: 0; }
  /* line 22, ../sass/bootstrap/_mixins.scss */
  .container:after {
    clear: both; }

/* line 12, ../sass/bootstrap/_layouts.scss */
.container-fluid {
  padding-right: 20px;
  padding-left: 20px;
  *zoom: 1; }
  /* line 14, ../sass/bootstrap/_mixins.scss */
  .container-fluid:before, .container-fluid:after {
    display: table;
    content: "";
    line-height: 0; }
  /* line 22, ../sass/bootstrap/_mixins.scss */
  .container-fluid:after {
    clear: both; }

/* line 9, ../sass/bootstrap/_type.scss */
p {
  margin: 0 0 9.5px; }

/* line 12, ../sass/bootstrap/_type.scss */
.lead {
  margin-bottom: 19px;
  font-size: 19.5px;
  font-weight: 200;
  line-height: 28.5px; }

/* line 24, ../sass/bootstrap/_type.scss */
small {
  font-size: 85%; }

/* line 26, ../sass/bootstrap/_type.scss */
strong {
  font-weight: bold; }

/* line 27, ../sass/bootstrap/_type.scss */
em {
  font-style: italic; }

/* line 28, ../sass/bootstrap/_type.scss */
cite {
  font-style: normal; }

/* line 31, ../sass/bootstrap/_type.scss */
.muted {
  color: #999; }

/* line 32, ../sass/bootstrap/_type.scss */
a.muted:hover,
a.muted:focus {
  color: gray; }

/* line 35, ../sass/bootstrap/_type.scss */
.text-warning {
  color: #c09853; }

/* line 36, ../sass/bootstrap/_type.scss */
a.text-warning:hover,
a.text-warning:focus {
  color: #a47e3c; }

/* line 39, ../sass/bootstrap/_type.scss */
.text-error {
  color: #b94a48; }

/* line 40, ../sass/bootstrap/_type.scss */
a.text-error:hover,
a.text-error:focus {
  color: #953b39; }

/* line 43, ../sass/bootstrap/_type.scss */
.text-info {
  color: #3a87ad; }

/* line 44, ../sass/bootstrap/_type.scss */
a.text-info:hover,
a.text-info:focus {
  color: #2d6987; }

/* line 47, ../sass/bootstrap/_type.scss */
.text-success {
  color: #468847; }

/* line 48, ../sass/bootstrap/_type.scss */
a.text-success:hover,
a.text-success:focus {
  color: #356635; }

/* line 51, ../sass/bootstrap/_type.scss */
.text-left {
  text-align: left; }

/* line 52, ../sass/bootstrap/_type.scss */
.text-right {
  text-align: right; }

/* line 53, ../sass/bootstrap/_type.scss */
.text-center {
  text-align: center; }

/* line 59, ../sass/bootstrap/_type.scss */
h1, h2, h3, h4, h5, h6 {
  margin: 9.5px 0;
  margin-top:30px;
  font-family: inherit;
  font-weight: bold;
  line-height: 19px;
  color: inherit;
  text-rendering: optimizelegibility; }
  /* line 66, ../sass/bootstrap/_type.scss */
  h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
    font-weight: normal;
    line-height: 1;
    color: #999; }

/* line 73, ../sass/bootstrap/_type.scss */
h1,
h2,
h3 {
  line-height: 38px; }

/* line 77, ../sass/bootstrap/_type.scss */
h1 {
  font-size: 35.75px; }

/* line 78, ../sass/bootstrap/_type.scss */
h2 {
  font-size: 29.25px; }

/* line 79, ../sass/bootstrap/_type.scss */
h3 {
  font-size: 22.75px; }

/* line 80, ../sass/bootstrap/_type.scss */
h4 {
  font-size: 16.25px; }

/* line 81, ../sass/bootstrap/_type.scss */
h5 {
  font-size: 13px; }

/* line 82, ../sass/bootstrap/_type.scss */
h6 {
  font-size: 11.05px; }

/* line 84, ../sass/bootstrap/_type.scss */
h1 small {
  font-size: 22.75px; }

/* line 85, ../sass/bootstrap/_type.scss */
h2 small {
  font-size: 16.25px; }

/* line 86, ../sass/bootstrap/_type.scss */
h3 small {
  font-size: 13px; }

/* line 87, ../sass/bootstrap/_type.scss */
h4 small {
  font-size: 13px; }

/* line 93, ../sass/bootstrap/_type.scss */
.page-header {
  padding-bottom: 8.5px;
  margin: 19px 0 28.5px;
  border-bottom: 1px solid #eee; }

/* line 105, ../sass/bootstrap/_type.scss */
ul, ol {
  padding: 0;
  margin: 0 0 9.5px 25px; }

/* line 109, ../sass/bootstrap/_type.scss */
ul ul,
ul ol,
ol ol,
ol ul {
  margin-bottom: 0; }

/* line 115, ../sass/bootstrap/_type.scss */
li {
  line-height: 19px; }

/* line 120, ../sass/bootstrap/_type.scss */
ul.unstyled,
ol.unstyled {
  margin-left: 0;
  list-style: none; }

/* line 127, ../sass/bootstrap/_type.scss */
ul.inline,
ol.inline {
  margin-left: 0;
  list-style: none; }
  /* line 131, ../sass/bootstrap/_type.scss */
  ul.inline > li,
  ol.inline > li {
    display: inline-block;
    *display: inline;
    /* IE7 inline-block hack */
    *zoom: 1;
    padding-left: 5px;
    padding-right: 5px; }

/* line 140, ../sass/bootstrap/_type.scss */
dl {
  margin-bottom: 19px; }

/* line 143, ../sass/bootstrap/_type.scss */
dt,
dd {
  line-height: 19px; }

/* line 147, ../sass/bootstrap/_type.scss */
dt {
  font-weight: bold; }

/* line 150, ../sass/bootstrap/_type.scss */
dd {
  margin-left: 9.5px; }

/* line 154, ../sass/bootstrap/_type.scss */
.dl-horizontal {
  *zoom: 1; }
  /* line 14, ../sass/bootstrap/_mixins.scss */
  .dl-horizontal:before, .dl-horizontal:after {
    display: table;
    content: "";
    line-height: 0; }
  /* line 22, ../sass/bootstrap/_mixins.scss */
  .dl-horizontal:after {
    clear: both; }
  /* line 156, ../sass/bootstrap/_type.scss */
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  /* line 163, ../sass/bootstrap/_type.scss */
  .dl-horizontal dd {
    margin-left: 180px; }

/* line 172, ../sass/bootstrap/_type.scss */
hr {
  margin: 19px 0;
  border: 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #fff; }

/* line 180, ../sass/bootstrap/_type.scss */
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999; }

/* line 186, ../sass/bootstrap/_type.scss */
abbr.initialism {
  font-size: 90%;
  text-transform: uppercase; }

/* line 192, ../sass/bootstrap/_type.scss */
blockquote {
  padding: 0 0 0 15px;
  margin: 0 0 19px;
  border-left: 5px solid #eee; }
  /* line 196, ../sass/bootstrap/_type.scss */
  blockquote p {
    margin-bottom: 0;
    font-size: 16.25px;
    font-weight: 300;
    line-height: 1.25; }
  /* line 202, ../sass/bootstrap/_type.scss */
  blockquote small {
    display: block;
    line-height: 19px;
    color: #999; }
    /* line 206, ../sass/bootstrap/_type.scss */
    blockquote small:before {
      content: '\2014 \00A0'; }
  /* line 212, ../sass/bootstrap/_type.scss */
  blockquote.pull-right {
    float: right;
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid #eee;
    border-left: 0; }
    /* line 218, ../sass/bootstrap/_type.scss */
    blockquote.pull-right p,
    blockquote.pull-right small {
      text-align: right; }
    /* line 223, ../sass/bootstrap/_type.scss */
    blockquote.pull-right small:before {
      content: ''; }
    /* line 226, ../sass/bootstrap/_type.scss */
    blockquote.pull-right small:after {
      content: '\00A0 \2014'; }

/* line 234, ../sass/bootstrap/_type.scss */
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: ""; }

/* line 242, ../sass/bootstrap/_type.scss */
address {
  display: block;
  margin-bottom: 19px;
  font-style: normal;
  line-height: 19px; }

/* line 7, ../sass/bootstrap/_code.scss */
code,
pre {
  padding: 0 3px 2px;
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
  font-size: 11px;
  color: #333;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }

/* line 17, ../sass/bootstrap/_code.scss */
code {
  padding: 2px 4px;
  color: #d14;
  background-color: #f7f7f9;
  border: 1px solid #e1e1e8;
  white-space: nowrap; }

/* line 26, ../sass/bootstrap/_code.scss */
pre {
  display: block;
  padding: 9px;
  margin: 0 0 9.5px;
  font-size: 12px;
  line-height: 19px;
  word-break: break-all;
  word-wrap: break-word;
  white-space: pre;
  white-space: pre-wrap;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }
  /* line 42, ../sass/bootstrap/_code.scss */
  pre.prettyprint {
    margin-bottom: 19px; }
  /* line 47, ../sass/bootstrap/_code.scss */
  pre code {
    padding: 0;
    color: inherit;
    white-space: pre;
    white-space: pre-wrap;
    background-color: transparent;
    border: 0; }

/* line 58, ../sass/bootstrap/_code.scss */
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

/* line 10, ../sass/bootstrap/_forms.scss */
form {
  margin: 0 0 19px; }

/* line 14, ../sass/bootstrap/_forms.scss */
fieldset {
  padding: 0;
  margin: 0;
  border: 0; }

/* line 21, ../sass/bootstrap/_forms.scss */
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 19px;
  font-size: 19.5px;
  line-height: 38px;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5; }
  /* line 33, ../sass/bootstrap/_forms.scss */
  legend small {
    font-size: 14.25px;
    color: #999; }

/* line 40, ../sass/bootstrap/_forms.scss */
label,
input,
button,
select,
textarea {
  font-size: 13px;
  font-weight: normal;
  line-height: 19px; }

/* line 47, ../sass/bootstrap/_forms.scss */
input,
button,
select,
textarea {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; }

/* line 55, ../sass/bootstrap/_forms.scss */
label {
  display: block;
  margin-bottom: 5px; }

/* line 64, ../sass/bootstrap/_forms.scss */
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  display: inline-block;
  height: 19px;
  padding: 4px 6px;
  margin-bottom: 0;/*9.5px;*/
  font-size: 13px;
  line-height: 19px;
  color: #555;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  vertical-align: middle; }

/* line 94, ../sass/bootstrap/_forms.scss */
input,
textarea,
.uneditable-input {
  width: 206px; }

/* line 100, ../sass/bootstrap/_forms.scss */
textarea {
  height: auto; }

/* line 104, ../sass/bootstrap/_forms.scss */
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  background-color: #fff;
  border: 1px solid #ccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear 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; }
  /* line 126, ../sass/bootstrap/_forms.scss */
  textarea:focus,
  input[type="text"]:focus,
  input[type="password"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="date"]:focus,
  input[type="month"]:focus,
  input[type="time"]:focus,
  input[type="week"]:focus,
  input[type="number"]:focus,
  input[type="email"]:focus,
  input[type="url"]:focus,
  input[type="search"]:focus,
  input[type="tel"]:focus,
  input[type="color"]:focus,
  .uneditable-input:focus {
    border-color: rgba(82, 168, 236, 0.8);
    outline: 0;
    outline: thin dotted \9;
    /* IE6-9 */
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6); }

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

/* line 144, ../sass/bootstrap/_forms.scss */
input[type="file"],
input[type="image"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
  width: auto; }

/* line 155, ../sass/bootstrap/_forms.scss */
select,
input[type="file"] {
  height: 29px;
  /* 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: 29px; }

/* line 163, ../sass/bootstrap/_forms.scss */
select {
  width: 220px;
  border: 1px solid #ccc;
  background-color: #fff; }

/* line 170, ../sass/bootstrap/_forms.scss */
select[multiple],
select[size] {
  height: auto; }

/* line 176, ../sass/bootstrap/_forms.scss */
select:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

/* line 188, ../sass/bootstrap/_forms.scss */
.uneditable-input,
.uneditable-textarea {
  color: #999;
  background-color: #fcfcfc;
  border-color: #ccc;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  cursor: not-allowed; }

/* line 198, ../sass/bootstrap/_forms.scss */
.uneditable-input {
  overflow: hidden;
  white-space: nowrap; }

/* line 204, ../sass/bootstrap/_forms.scss */
.uneditable-textarea {
  width: auto;
  height: auto; }

/* line 83, ../sass/bootstrap/_mixins.scss */
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #999; }
/* line 86, ../sass/bootstrap/_mixins.scss */
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #999; }
/* line 89, ../sass/bootstrap/_mixins.scss */
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #999; }

/* line 224, ../sass/bootstrap/_forms.scss */
.radio,
.checkbox {
  min-height: 19px;
  padding-left: 20px; }

/* line 229, ../sass/bootstrap/_forms.scss */
.radio input[type="radio"],
.checkbox input[type="checkbox"] {
  float: left;
  margin-left: -20px; }

/* line 236, ../sass/bootstrap/_forms.scss */
.controls > .radio:first-child,
.controls > .checkbox:first-child {
  padding-top: 5px; }

/* line 243, ../sass/bootstrap/_forms.scss */
.radio.inline,
.checkbox.inline {
  display: inline-block;
  padding-top: 5px;
  margin-bottom: 0;
  vertical-align: middle; }

/* line 250, ../sass/bootstrap/_forms.scss */
.radio.inline + .radio.inline,
.checkbox.inline + .checkbox.inline {
  margin-left: 10px; }

/* line 261, ../sass/bootstrap/_forms.scss */
.input-mini {
  width: 60px; }

/* line 262, ../sass/bootstrap/_forms.scss */
.input-small {
  width: 90px; }

/* line 263, ../sass/bootstrap/_forms.scss */
.input-medium {
  width: 150px; }

/* line 264, ../sass/bootstrap/_forms.scss */
.input-large {
  width: 210px; }

/* line 265, ../sass/bootstrap/_forms.scss */
.input-xlarge {
  width: 270px; }

/* line 266, ../sass/bootstrap/_forms.scss */
.input-xxlarge {
  width: 530px; }

/* line 269, ../sass/bootstrap/_forms.scss */
input[class*="span"],
select[class*="span"],
textarea[class*="span"],
.uneditable-input[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"] {
  float: none;
  margin-left: 0; }

/* line 282, ../sass/bootstrap/_forms.scss */
.input-append input[class*="span"],
.input-append .uneditable-input[class*="span"],
.input-prepend input[class*="span"],
.input-prepend .uneditable-input[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"],
.row-fluid .input-prepend [class*="span"],
.row-fluid .input-append [class*="span"] {
  display: inline-block; }

/* line 669, ../sass/bootstrap/_mixins.scss */
input,
textarea,
.uneditable-input {
  margin-left: 0; }

/* line 676, ../sass/bootstrap/_mixins.scss */
.controls-row [class*="span"] + [class*="span"] {
  margin-left: 20px; }

/* line 686, ../sass/bootstrap/_mixins.scss */
input.span1,
textarea.span1,
.uneditable-input.span1 {
  width: 46px; }

/* line 686, ../sass/bootstrap/_mixins.scss */
input.span2,
textarea.span2,
.uneditable-input.span2 {
  width: 126px; }

/* line 686, ../sass/bootstrap/_mixins.scss */
input.span3,
textarea.span3,
.uneditable-input.span3 {
  width: 206px; }

/* line 686, ../sass/bootstrap/_mixins.scss */
input.span4,
textarea.span4,
.uneditable-input.span4 {
  width: 286px; }

/* line 686, ../sass/bootstrap/_mixins.scss */
input.span5,
textarea.span5,
.uneditable-input.span5 {
  width: 366px; }

/* line 686, ../sass/bootstrap/_mixins.scss */
input.span6,
textarea.span6,
.uneditable-input.span6 {
  width: 446px; }

/* line 686, ../sass/bootstrap/_mixins.scss */
input.span7,
textarea.span7,
.uneditable-input.span7 {
  width: 526px; }

/* line 686, ../sass/bootstrap/_mixins.scss */
input.span8,
textarea.span8,
.uneditable-input.span8 {
  width: 606px; }

/* line 686, ../sass/bootstrap/_mixins.scss */
input.span9,
textarea.span9,
.uneditable-input.span9 {
  width: 686px; }

/* line 686, ../sass/bootstrap/_mixins.scss */
input.span10,
textarea.span10,
.uneditable-input.span10 {
  width: 766px; }

/* line 686, ../sass/bootstrap/_mixins.scss */
input.span11,
textarea.span11,
.uneditable-input.span11 {
  width: 846px; }

/* line 686, ../sass/bootstrap/_mixins.scss */
input.span12,
textarea.span12,
.uneditable-input.span12 {
  width: 926px; }

/* line 304, ../sass/bootstrap/_forms.scss */
.controls-row {
  *zoom: 1; }
  /* line 14, ../sass/bootstrap/_mixins.scss */
  .controls-row:before, .controls-row:after {
    display: table;
    content: "";
    line-height: 0; }
  /* line 22, ../sass/bootstrap/_mixins.scss */
  .controls-row:after {
    clear: both; }

/* line 309, ../sass/bootstrap/_forms.scss */
.controls-row [class*="span"],
.row-fluid .controls-row [class*="span"] {
  float: left; }

/* line 315, ../sass/bootstrap/_forms.scss */
.controls-row .checkbox[class*="span"],
.controls-row .radio[class*="span"] {
  padding-top: 5px; }

/* line 327, ../sass/bootstrap/_forms.scss */
input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
  cursor: not-allowed;
  background-color: #eee; }

/* line 337, ../sass/bootstrap/_forms.scss */
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"][readonly],
input[type="checkbox"][readonly] {
  background-color: transparent; }

/* line 162, ../sass/bootstrap/_mixins.scss */
.control-group.warning .control-label,
.control-group.warning .help-block,
.control-group.warning .help-inline {
  color: #c09853; }
/* line 168, ../sass/bootstrap/_mixins.scss */
.control-group.warning .checkbox,
.control-group.warning .radio,
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
  color: #c09853; }
/* line 175, ../sass/bootstrap/_mixins.scss */
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
  border-color: #c09853;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  /* line 180, ../sass/bootstrap/_mixins.scss */
  .control-group.warning input:focus,
  .control-group.warning select:focus,
  .control-group.warning textarea:focus {
    border-color: #a47e3c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e; }
/* line 186, ../sass/bootstrap/_mixins.scss */
.control-group.warning .input-prepend .add-on,
.control-group.warning .input-append .add-on {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #c09853; }

/* line 162, ../sass/bootstrap/_mixins.scss */
.control-group.error .control-label,
.control-group.error .help-block,
.control-group.error .help-inline {
  color: #b94a48; }
/* line 168, ../sass/bootstrap/_mixins.scss */
.control-group.error .checkbox,
.control-group.error .radio,
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  color: #b94a48; }
/* line 175, ../sass/bootstrap/_mixins.scss */
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  border-color: #b94a48;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  /* line 180, ../sass/bootstrap/_mixins.scss */
  .control-group.error input:focus,
  .control-group.error select:focus,
  .control-group.error textarea:focus {
    border-color: #953b39;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392; }
/* line 186, ../sass/bootstrap/_mixins.scss */
.control-group.error .input-prepend .add-on,
.control-group.error .input-append .add-on {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #b94a48; }

/* line 162, ../sass/bootstrap/_mixins.scss */
.control-group.success .control-label,
.control-group.success .help-block,
.control-group.success .help-inline {
  color: #468847; }
/* line 168, ../sass/bootstrap/_mixins.scss */
.control-group.success .checkbox,
.control-group.success .radio,
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
  color: #468847; }
/* line 175, ../sass/bootstrap/_mixins.scss */
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
  border-color: #468847;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  /* line 180, ../sass/bootstrap/_mixins.scss */
  .control-group.success input:focus,
  .control-group.success select:focus,
  .control-group.success textarea:focus {
    border-color: #356635;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b; }
/* line 186, ../sass/bootstrap/_mixins.scss */
.control-group.success .input-prepend .add-on,
.control-group.success .input-append .add-on {
  color: #468847;
  background-color: #dff0d8;
  border-color: #468847; }

/* line 162, ../sass/bootstrap/_mixins.scss */
.control-group.info .control-label,
.control-group.info .help-block,
.control-group.info .help-inline {
  color: #3a87ad; }
/* line 168, ../sass/bootstrap/_mixins.scss */
.control-group.info .checkbox,
.control-group.info .radio,
.control-group.info input,
.control-group.info select,
.control-group.info textarea {
  color: #3a87ad; }
/* line 175, ../sass/bootstrap/_mixins.scss */
.control-group.info input,
.control-group.info select,
.control-group.info textarea {
  border-color: #3a87ad;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  /* line 180, ../sass/bootstrap/_mixins.scss */
  .control-group.info input:focus,
  .control-group.info select:focus,
  .control-group.info textarea:focus {
    border-color: #2d6987;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3; }
/* line 186, ../sass/bootstrap/_mixins.scss */
.control-group.info .input-prepend .add-on,
.control-group.info .input-append .add-on {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #3a87ad; }

/* line 369, ../sass/bootstrap/_forms.scss */
input:focus:invalid,
textarea:focus:invalid,
select:focus:invalid {
  color: #b94a48;
  border-color: #ee5f5b; }
  /* line 374, ../sass/bootstrap/_forms.scss */
  input:focus:invalid:focus,
  textarea:focus:invalid:focus,
  select:focus:invalid:focus {
    border-color: #e9322d;
    -webkit-box-shadow: 0 0 6px #f8b9b7;
    -moz-box-shadow: 0 0 6px #f8b9b7;
    box-shadow: 0 0 6px #f8b9b7; }

  body.login .row-fluid.actions {
    margin-bottom:0;
  }
/* line 385, ../sass/bootstrap/_forms.scss */
.form-actions {
  padding: 18px 20px 19px;
  margin-top: 19px;
  margin-bottom: 19px;
  background-color: #f5f5f5;
  border-top: 1px solid #e5e5e5;
  *zoom: 1; }
  /* line 14, ../sass/bootstrap/_mixins.scss */
  .form-actions:before, .form-actions:after {
    display: table;
    content: "";
    line-height: 0; }
  /* line 22, ../sass/bootstrap/_mixins.scss */
  .form-actions:after {
    clear: both; }

/* line 399, ../sass/bootstrap/_forms.scss */
.help-block,
.help-inline {
  color: #595959; }

/* line 404, ../sass/bootstrap/_forms.scss */
.help-block {
  display: block;
  margin-bottom: 9.5px; }

/* line 409, ../sass/bootstrap/_forms.scss */
.help-inline {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  vertical-align: middle;
  padding-left: 5px; }

/* line 422, ../sass/bootstrap/_forms.scss */
.input-append,
.input-prepend {
  display: inline-block;
  margin-bottom: 9.5px;
  vertical-align: middle;
  font-size: 0;
  white-space: nowrap; }
  /* line 431, ../sass/bootstrap/_forms.scss */
  .input-append input,
  .input-append select,
  .input-append .uneditable-input,
  .input-append .dropdown-menu,
  .input-append .popover,
  .input-prepend input,
  .input-prepend select,
  .input-prepend .uneditable-input,
  .input-prepend .dropdown-menu,
  .input-prepend .popover {
    font-size: 13px; }
  /* line 439, ../sass/bootstrap/_forms.scss */
  .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; }
    /* line 448, ../sass/bootstrap/_forms.scss */
    .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; }
  /* line 452, ../sass/bootstrap/_forms.scss */
  .input-append .add-on,
  .input-prepend .add-on {
    display: inline-block;
    width: auto;
    height: 19px;
    min-width: 16px;
    padding: 4px 5px;
    font-size: 13px;
    font-weight: normal;
    line-height: 19px;
    text-align: center;
    text-shadow: 0 1px 0 #fff;
    background-color: #eee;
    border: 1px solid #ccc; }
  /* line 466, ../sass/bootstrap/_forms.scss */
  .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; }
  /* line 472, ../sass/bootstrap/_forms.scss */
  .input-append .active,
  .input-prepend .active {
    background-color: #a9dba9;
    border-color: #46a546; }

/* line 479, ../sass/bootstrap/_forms.scss */
.input-prepend .add-on,
.input-prepend .btn {
  margin-right: -1px; }
/* line 483, ../sass/bootstrap/_forms.scss */
.input-prepend .add-on:first-child,
.input-prepend .btn:first-child {
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px; }

/* line 491, ../sass/bootstrap/_forms.scss */
.input-append input,
.input-append select,
.input-append .uneditable-input {
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px; }
  /* line 495, ../sass/bootstrap/_forms.scss */
  .input-append input + .btn-group .btn:last-child,
  .input-append select + .btn-group .btn:last-child,
  .input-append .uneditable-input + .btn-group .btn:last-child {
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0; }
/* line 499, ../sass/bootstrap/_forms.scss */
.input-append .add-on,
.input-append .btn,
.input-append .btn-group {
  margin-left: -1px; }
/* line 504, ../sass/bootstrap/_forms.scss */
.input-append .add-on:last-child,
.input-append .btn:last-child,
.input-append .btn-group:last-child > .dropdown-toggle {
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0; }

/* line 513, ../sass/bootstrap/_forms.scss */
.input-prepend.input-append input,
.input-prepend.input-append select,
.input-prepend.input-append .uneditable-input {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }
  /* line 517, ../sass/bootstrap/_forms.scss */
  .input-prepend.input-append input + .btn-group .btn,
  .input-prepend.input-append select + .btn-group .btn,
  .input-prepend.input-append .uneditable-input + .btn-group .btn {
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0; }
/* line 521, ../sass/bootstrap/_forms.scss */
.input-prepend.input-append .add-on:first-child,
.input-prepend.input-append .btn:first-child {
  margin-right: -1px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px; }
/* line 526, ../sass/bootstrap/_forms.scss */
.input-prepend.input-append .add-on:last-child,
.input-prepend.input-append .btn:last-child {
  margin-left: -1px;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0; }
/* line 531, ../sass/bootstrap/_forms.scss */
.input-prepend.input-append .btn-group:first-child {
  margin-left: 0; }

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

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

/* line 556, ../sass/bootstrap/_forms.scss */
.form-search .input-append .search-query {
  -webkit-border-radius: 14px 0 0 14px;
  -moz-border-radius: 14px 0 0 14px;
  border-radius: 14px 0 0 14px; }

/* line 559, ../sass/bootstrap/_forms.scss */
.form-search .input-append .btn {
  -webkit-border-radius: 0 14px 14px 0;
  -moz-border-radius: 0 14px 14px 0;
  border-radius: 0 14px 14px 0; }

/* line 562, ../sass/bootstrap/_forms.scss */
.form-search .input-prepend .search-query {
  -webkit-border-radius: 0 14px 14px 0;
  -moz-border-radius: 0 14px 14px 0;
  border-radius: 0 14px 14px 0; }

/* line 565, ../sass/bootstrap/_forms.scss */
.form-search .input-prepend .btn {
  -webkit-border-radius: 14px 0 0 14px;
  -moz-border-radius: 14px 0 0 14px;
  border-radius: 14px 0 0 14px; }

/* line 581, ../sass/bootstrap/_forms.scss */
.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;
  /* IE7 inline-block hack */
  *zoom: 1;
  margin-bottom: 0;
  vertical-align: middle; }
/* line 594, ../sass/bootstrap/_forms.scss */
.form-search .hide,
.form-inline .hide,
.form-horizontal .hide {
  display: none; }

/* line 598, ../sass/bootstrap/_forms.scss */
.form-search label,
.form-inline label,
.form-search .btn-group,
.form-inline .btn-group {
  display: inline-block; }

/* line 605, ../sass/bootstrap/_forms.scss */
.form-search .input-append,
.form-inline .input-append,
.form-search .input-prepend,
.form-inline .input-prepend {
  margin-bottom: 0; }

/* line 612, ../sass/bootstrap/_forms.scss */
.form-search .radio,
.form-search .checkbox,
.form-inline .radio,
.form-inline .checkbox {
  padding-left: 0;
  margin-bottom: 0;
  vertical-align: middle; }

/* line 621, ../sass/bootstrap/_forms.scss */
.form-search .radio input[type="radio"],
.form-search .checkbox input[type="checkbox"],
.form-inline .radio input[type="radio"],
.form-inline .checkbox input[type="checkbox"] {
  float: left;
  margin-right: 3px;
  margin-left: 0; }

/* line 632, ../sass/bootstrap/_forms.scss */
.control-group {
  margin-bottom: 9.5px; }

/* line 637, ../sass/bootstrap/_forms.scss */
legend + .control-group {
  margin-top: 19px;
  -webkit-margin-top-collapse: separate; }

/* line 647, ../sass/bootstrap/_forms.scss */
.form-horizontal .control-group {
  margin-bottom: 19px;
  *zoom: 1; }
  /* line 14, ../sass/bootstrap/_mixins.scss */
  .form-horizontal .control-group:before, .form-horizontal .control-group:after {
    display: table;
    content: "";
    line-height: 0; }
  /* line 22, ../sass/bootstrap/_mixins.scss */
  .form-horizontal .control-group:after {
    clear: both; }
/* line 652, ../sass/bootstrap/_forms.scss */
.form-horizontal .control-label {
  float: left;
  width: 160px;
  padding-top: 5px;
  text-align: right; }
/* line 659, ../sass/bootstrap/_forms.scss */
.form-horizontal .controls {
  *display: inline-block;
  *padding-left: 20px;
  margin-left: 180px;
  *margin-left: 0; }
  /* line 666, ../sass/bootstrap/_forms.scss */
  .form-horizontal .controls:first-child {
    *padding-left: 180px; }
/* line 671, ../sass/bootstrap/_forms.scss */
.form-horizontal .help-block {
  margin-bottom: 0; }
/* line 681, ../sass/bootstrap/_forms.scss */
.form-horizontal input + .help-block,
.form-horizontal select + .help-block,
.form-horizontal textarea + .help-block,
.form-horizontal .uneditable-input + .help-block,
.form-horizontal .input-prepend + .help-block,
.form-horizontal .input-append + .help-block {
  margin-top: 9.5px; }
/* line 686, ../sass/bootstrap/_forms.scss */
.form-horizontal .form-actions {
  padding-left: 180px; }

/* line 9, ../sass/bootstrap/_tables.scss */
table {
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0; }

/* line 19, ../sass/bootstrap/_tables.scss */
.table {
  width: 100%;
  margin-bottom: 19px; }
  /* line 23, ../sass/bootstrap/_tables.scss */
  .table th,
  .table td {
    padding: 8px;
    line-height: 19px;
    text-align: left;
    vertical-align: top;
    border-top: 1px solid #ddd; }
  /* line 31, ../sass/bootstrap/_tables.scss */
  .table th {
    font-weight: bold; }
  /* line 35, ../sass/bootstrap/_tables.scss */
  .table thead th {
    vertical-align: bottom; }
  /* line 39, ../sass/bootstrap/_tables.scss */
  .table caption + thead tr:first-child th,
  .table caption + thead tr:first-child td,
  .table colgroup + thead tr:first-child th,
  .table colgroup + thead tr:first-child td,
  .table thead:first-child tr:first-child th,
  .table thead:first-child tr:first-child td {
    border-top: 0; }
  /* line 48, ../sass/bootstrap/_tables.scss */
  .table tbody + tbody {
    border-top: 2px solid #ddd; }
  /* line 53, ../sass/bootstrap/_tables.scss */
  .table .table {
    background-color: #fff; }

/* line 64, ../sass/bootstrap/_tables.scss */
.table-condensed th,
.table-condensed td {
  padding: 4px 5px; }

/* line 74, ../sass/bootstrap/_tables.scss */
.table-bordered {
  border: 1px solid #ddd;
  border-collapse: separate;
  *border-collapse: collapse;
  border-left: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }
  /* line 80, ../sass/bootstrap/_tables.scss */
  .table-bordered th,
  .table-bordered td {
    border-left: 1px solid #ddd; }
  /* line 85, ../sass/bootstrap/_tables.scss */
  .table-bordered caption + thead tr:first-child th,
  .table-bordered caption + tbody tr:first-child th,
  .table-bordered caption + tbody tr:first-child td,
  .table-bordered colgroup + thead tr:first-child th,
  .table-bordered colgroup + tbody tr:first-child th,
  .table-bordered colgroup + tbody tr:first-child td,
  .table-bordered thead:first-child tr:first-child th,
  .table-bordered tbody:first-child tr:first-child th,
  .table-bordered tbody:first-child tr:first-child td {
    border-top: 0; }
  /* line 97, ../sass/bootstrap/_tables.scss */
  .table-bordered thead:first-child tr:first-child > th:first-child,
  .table-bordered tbody:first-child tr:first-child > td:first-child,
  .table-bordered tbody:first-child tr:first-child > th:first-child {
    -webkit-border-top-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
    border-top-left-radius: 4px; }
  /* line 103, ../sass/bootstrap/_tables.scss */
  .table-bordered thead:first-child tr:first-child > th:last-child,
  .table-bordered tbody:first-child tr:first-child > td:last-child,
  .table-bordered tbody:first-child tr:first-child > th:last-child {
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    border-top-right-radius: 4px; }
  /* line 109, ../sass/bootstrap/_tables.scss */
  .table-bordered thead:last-child tr:last-child > th:first-child,
  .table-bordered tbody:last-child tr:last-child > td:first-child,
  .table-bordered tbody:last-child tr:last-child > th:first-child,
  .table-bordered tfoot:last-child tr:last-child > td:first-child,
  .table-bordered tfoot:last-child tr:last-child > th:first-child {
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-bottom-left-radius: 4px; }
  /* line 117, ../sass/bootstrap/_tables.scss */
  .table-bordered thead:last-child tr:last-child > th:last-child,
  .table-bordered tbody:last-child tr:last-child > td:last-child,
  .table-bordered tbody:last-child tr:last-child > th:last-child,
  .table-bordered tfoot:last-child tr:last-child > td:last-child,
  .table-bordered tfoot:last-child tr:last-child > th:last-child {
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    border-bottom-right-radius: 4px; }
  /* line 126, ../sass/bootstrap/_tables.scss */
  .table-bordered tfoot + tbody:last-child tr:last-child td:first-child {
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-bottomleft: 0;
    border-bottom-left-radius: 0; }
  /* line 129, ../sass/bootstrap/_tables.scss */
  .table-bordered tfoot + tbody:last-child tr:last-child td:last-child {
    -webkit-border-bottom-right-radius: 0;
    -moz-border-radius-bottomright: 0;
    border-bottom-right-radius: 0; }
  /* line 134, ../sass/bootstrap/_tables.scss */
  .table-bordered caption + thead tr:first-child th:first-child,
  .table-bordered caption + tbody tr:first-child td:first-child,
  .table-bordered colgroup + thead tr:first-child th:first-child,
  .table-bordered colgroup + tbody tr:first-child td:first-child {
    -webkit-border-top-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
    border-top-left-radius: 4px; }
  /* line 140, ../sass/bootstrap/_tables.scss */
  .table-bordered caption + thead tr:first-child th:last-child,
  .table-bordered caption + tbody tr:first-child td:last-child,
  .table-bordered colgroup + thead tr:first-child th:last-child,
  .table-bordered colgroup + tbody tr:first-child td:last-child {
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    border-top-right-radius: 4px; }

/* line 158, ../sass/bootstrap/_tables.scss */
.table-striped tbody > tr:nth-child(odd) > td,
.table-striped tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9; }

/* line 171, ../sass/bootstrap/_tables.scss */
.table-hover tbody tr:hover > td,
.table-hover tbody tr:hover > th {
  background-color: #f5f5f5; }

/* line 183, ../sass/bootstrap/_tables.scss */
table td[class*="span"],
table th[class*="span"],
.row-fluid table td[class*="span"],
.row-fluid table th[class*="span"] {
  display: table-cell;
  float: none;
  margin-left: 0; }

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

/* line 207, ../sass/bootstrap/_tables.scss */
.table tbody tr.success > td {
  background-color: #dff0d8; }
/* line 210, ../sass/bootstrap/_tables.scss */
.table tbody tr.error > td {
  background-color: #f2dede; }
/* line 213, ../sass/bootstrap/_tables.scss */
.table tbody tr.warning > td {
  background-color: #fcf8e3; }
/* line 216, ../sass/bootstrap/_tables.scss */
.table tbody tr.info > td {
  background-color: #d9edf7; }

/* line 223, ../sass/bootstrap/_tables.scss */
.table-hover tbody tr.success:hover > td {
  background-color: #d0e9c6; }
/* line 226, ../sass/bootstrap/_tables.scss */
.table-hover tbody tr.error:hover > td {
  background-color: #ebcccc; }
/* line 229, ../sass/bootstrap/_tables.scss */
.table-hover tbody tr.warning:hover > td {
  background-color: #faf2cc; }
/* line 232, ../sass/bootstrap/_tables.scss */
.table-hover tbody tr.info:hover > td {
  background-color: #c4e3f3; }

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

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

/* line 52, ../sass/bootstrap/_sprites.scss */
.icon-glass {
  background-position: 0      0; }

/* line 53, ../sass/bootstrap/_sprites.scss */
.icon-music {
  background-position: -24px  0; }

/* line 54, ../sass/bootstrap/_sprites.scss */
.icon-search {
  background-position: -48px  0; }

/* line 55, ../sass/bootstrap/_sprites.scss */
.icon-envelope {
  background-position: -72px  0; }

/* line 56, ../sass/bootstrap/_sprites.scss */
.icon-heart {
  background-position: -96px  0; }

/* line 57, ../sass/bootstrap/_sprites.scss */
.icon-star {
  background-position: -120px 0; }

/* line 58, ../sass/bootstrap/_sprites.scss */
.icon-star-empty {
  background-position: -144px 0; }

/* line 59, ../sass/bootstrap/_sprites.scss */
.icon-user {
  background-position: -168px 0; }

/* line 60, ../sass/bootstrap/_sprites.scss */
.icon-film {
  background-position: -192px 0; }

/* line 61, ../sass/bootstrap/_sprites.scss */
.icon-th-large {
  background-position: -216px 0; }

/* line 62, ../sass/bootstrap/_sprites.scss */
.icon-th {
  background-position: -240px 0; }

/* line 63, ../sass/bootstrap/_sprites.scss */
.icon-th-list {
  background-position: -264px 0; }

/* line 64, ../sass/bootstrap/_sprites.scss */
.icon-ok {
  background-position: -288px 0; }

/* line 65, ../sass/bootstrap/_sprites.scss */
.icon-remove {
  background-position: -312px 0; }

/* line 66, ../sass/bootstrap/_sprites.scss */
.icon-zoom-in {
  background-position: -336px 0; }

/* line 67, ../sass/bootstrap/_sprites.scss */
.icon-zoom-out {
  background-position: -360px 0; }

/* line 68, ../sass/bootstrap/_sprites.scss */
.icon-off {
  background-position: -384px 0; }

/* line 69, ../sass/bootstrap/_sprites.scss */
.icon-signal {
  background-position: -408px 0; }

/* line 70, ../sass/bootstrap/_sprites.scss */
.icon-cog {
  background-position: -432px 0; }

/* line 71, ../sass/bootstrap/_sprites.scss */
.icon-trash {
  background-position: -456px 0; }

/* line 73, ../sass/bootstrap/_sprites.scss */
.icon-home {
  background-position: 0      -24px; }

/* line 74, ../sass/bootstrap/_sprites.scss */
.icon-file {
  background-position: -24px  -24px; }

/* line 75, ../sass/bootstrap/_sprites.scss */
.icon-time {
  background-position: -48px  -24px; }

/* line 76, ../sass/bootstrap/_sprites.scss */
.icon-road {
  background-position: -72px  -24px; }

/* line 77, ../sass/bootstrap/_sprites.scss */
.icon-download-alt {
  background-position: -96px  -24px; }

/* line 78, ../sass/bootstrap/_sprites.scss */
.icon-download {
  background-position: -120px -24px; }

/* line 79, ../sass/bootstrap/_sprites.scss */
.icon-upload {
  background-position: -144px -24px; }

/* line 80, ../sass/bootstrap/_sprites.scss */
.icon-inbox {
  background-position: -168px -24px; }

/* line 81, ../sass/bootstrap/_sprites.scss */
.icon-play-circle {
  background-position: -192px -24px; }

/* line 82, ../sass/bootstrap/_sprites.scss */
.icon-repeat {
  background-position: -216px -24px; }

/* line 83, ../sass/bootstrap/_sprites.scss */
.icon-refresh {
  background-position: -240px -24px; }

/* line 84, ../sass/bootstrap/_sprites.scss */
.icon-list-alt {
  background-position: -264px -24px; }

/* line 85, ../sass/bootstrap/_sprites.scss */
.icon-lock {
  background-position: -287px -24px; }

/* line 86, ../sass/bootstrap/_sprites.scss */
.icon-flag {
  background-position: -312px -24px; }

/* line 87, ../sass/bootstrap/_sprites.scss */
.icon-headphones {
  background-position: -336px -24px; }

/* line 88, ../sass/bootstrap/_sprites.scss */
.icon-volume-off {
  background-position: -360px -24px; }

/* line 89, ../sass/bootstrap/_sprites.scss */
.icon-volume-down {
  background-position: -384px -24px; }

/* line 90, ../sass/bootstrap/_sprites.scss */
.icon-volume-up {
  background-position: -408px -24px; }

/* line 91, ../sass/bootstrap/_sprites.scss */
.icon-qrcode {
  background-position: -432px -24px; }

/* line 92, ../sass/bootstrap/_sprites.scss */
.icon-barcode {
  background-position: -456px -24px; }

/* line 94, ../sass/bootstrap/_sprites.scss */
.icon-tag {
  background-position: 0      -48px; }

/* line 95, ../sass/bootstrap/_sprites.scss */
.icon-tags {
  background-position: -25px  -48px; }

/* line 96, ../sass/bootstrap/_sprites.scss */
.icon-book {
  background-position: -48px  -48px; }

/* line 97, ../sass/bootstrap/_sprites.scss */
.icon-bookmark {
  background-position: -72px  -48px; }

/* line 98, ../sass/bootstrap/_sprites.scss */
.icon-print {
  background-position: -96px  -48px; }

/* line 99, ../sass/bootstrap/_sprites.scss */
.icon-camera {
  background-position: -120px -48px; }

/* line 100, ../sass/bootstrap/_sprites.scss */
.icon-font {
  background-position: -144px -48px; }

/* line 101, ../sass/bootstrap/_sprites.scss */
.icon-bold {
  background-position: -167px -48px; }

/* line 102, ../sass/bootstrap/_sprites.scss */
.icon-italic {
  background-position: -192px -48px; }

/* line 103, ../sass/bootstrap/_sprites.scss */
.icon-text-height {
  background-position: -216px -48px; }

/* line 104, ../sass/bootstrap/_sprites.scss */
.icon-text-width {
  background-position: -240px -48px; }

/* line 105, ../sass/bootstrap/_sprites.scss */
.icon-align-left {
  background-position: -264px -48px; }

/* line 106, ../sass/bootstrap/_sprites.scss */
.icon-align-center {
  background-position: -288px -48px; }

/* line 107, ../sass/bootstrap/_sprites.scss */
.icon-align-right {
  background-position: -312px -48px; }

/* line 108, ../sass/bootstrap/_sprites.scss */
.icon-align-justify {
  background-position: -336px -48px; }

/* line 109, ../sass/bootstrap/_sprites.scss */
.icon-list {
  background-position: -360px -48px; }

/* line 110, ../sass/bootstrap/_sprites.scss */
.icon-indent-left {
  background-position: -384px -48px; }

/* line 111, ../sass/bootstrap/_sprites.scss */
.icon-indent-right {
  background-position: -408px -48px; }

/* line 112, ../sass/bootstrap/_sprites.scss */
.icon-facetime-video {
  background-position: -432px -48px; }

/* line 113, ../sass/bootstrap/_sprites.scss */
.icon-picture {
  background-position: -456px -48px; }

/* line 115, ../sass/bootstrap/_sprites.scss */
.icon-pencil {
  background-position: 0      -72px; }

/* line 116, ../sass/bootstrap/_sprites.scss */
.icon-map-marker {
  background-position: -24px  -72px; }

/* line 117, ../sass/bootstrap/_sprites.scss */
.icon-adjust {
  background-position: -48px  -72px; }

/* line 118, ../sass/bootstrap/_sprites.scss */
.icon-tint {
  background-position: -72px  -72px; }

/* line 119, ../sass/bootstrap/_sprites.scss */
.icon-edit {
  background-position: -96px  -72px; }

/* line 120, ../sass/bootstrap/_sprites.scss */
.icon-share {
  background-position: -120px -72px; }

/* line 121, ../sass/bootstrap/_sprites.scss */
.icon-check {
  background-position: -144px -72px; }

/* line 122, ../sass/bootstrap/_sprites.scss */
.icon-move {
  background-position: -168px -72px; }

/* line 123, ../sass/bootstrap/_sprites.scss */
.icon-step-backward {
  background-position: -192px -72px; }

/* line 124, ../sass/bootstrap/_sprites.scss */
.icon-fast-backward {
  background-position: -216px -72px; }

/* line 125, ../sass/bootstrap/_sprites.scss */
.icon-backward {
  background-position: -240px -72px; }

/* line 126, ../sass/bootstrap/_sprites.scss */
.icon-play {
  background-position: -264px -72px; }

/* line 127, ../sass/bootstrap/_sprites.scss */
.icon-pause {
  background-position: -288px -72px; }

/* line 128, ../sass/bootstrap/_sprites.scss */
.icon-stop {
  background-position: -312px -72px; }

/* line 129, ../sass/bootstrap/_sprites.scss */
.icon-forward {
  background-position: -336px -72px; }

/* line 130, ../sass/bootstrap/_sprites.scss */
.icon-fast-forward {
  background-position: -360px -72px; }

/* line 131, ../sass/bootstrap/_sprites.scss */
.icon-step-forward {
  background-position: -384px -72px; }

/* line 132, ../sass/bootstrap/_sprites.scss */
.icon-eject {
  background-position: -408px -72px; }

/* line 133, ../sass/bootstrap/_sprites.scss */
.icon-chevron-left {
  background-position: -432px -72px; }

/* line 134, ../sass/bootstrap/_sprites.scss */
.icon-chevron-right {
  background-position: -456px -72px; }

/* line 136, ../sass/bootstrap/_sprites.scss */
.icon-plus-sign {
  background-position: 0      -96px; }

/* line 137, ../sass/bootstrap/_sprites.scss */
.icon-minus-sign {
  background-position: -24px  -96px; }

/* line 138, ../sass/bootstrap/_sprites.scss */
.icon-remove-sign {
  background-position: -48px  -96px; }

/* line 139, ../sass/bootstrap/_sprites.scss */
.icon-ok-sign {
  background-position: -72px  -96px; }

/* line 140, ../sass/bootstrap/_sprites.scss */
.icon-question-sign {
  background-position: -96px  -96px; }

/* line 141, ../sass/bootstrap/_sprites.scss */
.icon-info-sign {
  background-position: -120px -96px; }

/* line 142, ../sass/bootstrap/_sprites.scss */
.icon-screenshot {
  background-position: -144px -96px; }

/* line 143, ../sass/bootstrap/_sprites.scss */
.icon-remove-circle {
  background-position: -168px -96px; }

/* line 144, ../sass/bootstrap/_sprites.scss */
.icon-ok-circle {
  background-position: -192px -96px; }

/* line 145, ../sass/bootstrap/_sprites.scss */
.icon-ban-circle {
  background-position: -216px -96px; }

/* line 146, ../sass/bootstrap/_sprites.scss */
.icon-arrow-left {
  background-position: -240px -96px; }

/* line 147, ../sass/bootstrap/_sprites.scss */
.icon-arrow-right {
  background-position: -264px -96px; }

/* line 148, ../sass/bootstrap/_sprites.scss */
.icon-arrow-up {
  background-position: -289px -96px; }

/* line 149, ../sass/bootstrap/_sprites.scss */
.icon-arrow-down {
  background-position: -312px -96px; }

/* line 150, ../sass/bootstrap/_sprites.scss */
.icon-share-alt {
  background-position: -336px -96px; }

/* line 151, ../sass/bootstrap/_sprites.scss */
.icon-resize-full {
  background-position: -360px -96px; }

/* line 152, ../sass/bootstrap/_sprites.scss */
.icon-resize-small {
  background-position: -384px -96px; }

/* line 153, ../sass/bootstrap/_sprites.scss */
.icon-plus {
  background-position: -408px -96px; }

/* line 154, ../sass/bootstrap/_sprites.scss */
.icon-minus {
  background-position: -433px -96px; }

/* line 155, ../sass/bootstrap/_sprites.scss */
.icon-asterisk {
  background-position: -456px -96px; }

/* line 157, ../sass/bootstrap/_sprites.scss */
.icon-exclamation-sign {
  background-position: 0      -120px; }

/* line 158, ../sass/bootstrap/_sprites.scss */
.icon-gift {
  background-position: -24px  -120px; }

/* line 159, ../sass/bootstrap/_sprites.scss */
.icon-leaf {
  background-position: -48px  -120px; }

/* line 160, ../sass/bootstrap/_sprites.scss */
.icon-fire {
  background-position: -72px  -120px; }

/* line 161, ../sass/bootstrap/_sprites.scss */
.icon-eye-open {
  background-position: -96px  -120px; }

/* line 162, ../sass/bootstrap/_sprites.scss */
.icon-eye-close {
  background-position: -120px -120px; }

/* line 163, ../sass/bootstrap/_sprites.scss */
.icon-warning-sign {
  background-position: -144px -120px; }

/* line 164, ../sass/bootstrap/_sprites.scss */
.icon-plane {
  background-position: -168px -120px; }

/* line 165, ../sass/bootstrap/_sprites.scss */
.icon-calendar {
  background-position: -192px -120px; }

/* line 166, ../sass/bootstrap/_sprites.scss */
.icon-random {
  background-position: -216px -120px;
  width: 16px; }

/* line 167, ../sass/bootstrap/_sprites.scss */
.icon-comment {
  background-position: -240px -120px; }

/* line 168, ../sass/bootstrap/_sprites.scss */
.icon-magnet {
  background-position: -264px -120px; }

/* line 169, ../sass/bootstrap/_sprites.scss */
.icon-chevron-up {
  background-position: -288px -120px; }

/* line 170, ../sass/bootstrap/_sprites.scss */
.icon-chevron-down {
  background-position: -313px -119px; }

/* line 171, ../sass/bootstrap/_sprites.scss */
.icon-retweet {
  background-position: -336px -120px; }

/* line 172, ../sass/bootstrap/_sprites.scss */
.icon-shopping-cart {
  background-position: -360px -120px; }

/* line 173, ../sass/bootstrap/_sprites.scss */
.icon-folder-close {
  background-position: -384px -120px;
  width: 16px; }

/* line 174, ../sass/bootstrap/_sprites.scss */
.icon-folder-open {
  background-position: -408px -120px;
  width: 16px; }

/* line 175, ../sass/bootstrap/_sprites.scss */
.icon-resize-vertical {
  background-position: -432px -119px; }

/* line 176, ../sass/bootstrap/_sprites.scss */
.icon-resize-horizontal {
  background-position: -456px -118px; }

/* line 178, ../sass/bootstrap/_sprites.scss */
.icon-hdd {
  background-position: 0      -144px; }

/* line 179, ../sass/bootstrap/_sprites.scss */
.icon-bullhorn {
  background-position: -24px  -144px; }

/* line 180, ../sass/bootstrap/_sprites.scss */
.icon-bell {
  background-position: -48px  -144px; }

/* line 181, ../sass/bootstrap/_sprites.scss */
.icon-certificate {
  background-position: -72px  -144px; }

/* line 182, ../sass/bootstrap/_sprites.scss */
.icon-thumbs-up {
  background-position: -96px  -144px; }

/* line 183, ../sass/bootstrap/_sprites.scss */
.icon-thumbs-down {
  background-position: -120px -144px; }

/* line 184, ../sass/bootstrap/_sprites.scss */
.icon-hand-right {
  background-position: -144px -144px; }

/* line 185, ../sass/bootstrap/_sprites.scss */
.icon-hand-left {
  background-position: -168px -144px; }

/* line 186, ../sass/bootstrap/_sprites.scss */
.icon-hand-up {
  background-position: -192px -144px; }

/* line 187, ../sass/bootstrap/_sprites.scss */
.icon-hand-down {
  background-position: -216px -144px; }

/* line 188, ../sass/bootstrap/_sprites.scss */
.icon-circle-arrow-right {
  background-position: -240px -144px; }

/* line 189, ../sass/bootstrap/_sprites.scss */
.icon-circle-arrow-left {
  background-position: -264px -144px; }

/* line 190, ../sass/bootstrap/_sprites.scss */
.icon-circle-arrow-up {
  background-position: -288px -144px; }

/* line 191, ../sass/bootstrap/_sprites.scss */
.icon-circle-arrow-down {
  background-position: -312px -144px; }

/* line 192, ../sass/bootstrap/_sprites.scss */
.icon-globe {
  background-position: -336px -144px; }

/* line 193, ../sass/bootstrap/_sprites.scss */
.icon-wrench {
  background-position: -360px -144px; }

/* line 194, ../sass/bootstrap/_sprites.scss */
.icon-tasks {
  background-position: -384px -144px; }

/* line 195, ../sass/bootstrap/_sprites.scss */
.icon-filter {
  background-position: -408px -144px; }

/* line 196, ../sass/bootstrap/_sprites.scss */
.icon-briefcase {
  background-position: -432px -144px; }

/* line 197, ../sass/bootstrap/_sprites.scss */
.icon-fullscreen {
  background-position: -456px -144px; }

/* line 7, ../sass/bootstrap/_dropdowns.scss */
.dropup,
.dropdown {
  position: relative; }

/* line 11, ../sass/bootstrap/_dropdowns.scss */
.dropdown-toggle {
  *margin-bottom: -3px; }

/* line 15, ../sass/bootstrap/_dropdowns.scss */
.dropdown-toggle:active,
.open .dropdown-toggle {
  outline: 0; }

/* line 22, ../sass/bootstrap/_dropdowns.scss */
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: top;
  border-top: 4px solid #000;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content: ""; }

/* line 34, ../sass/bootstrap/_dropdowns.scss */
.dropdown .caret {
  margin-top: 8px;
  margin-left: 2px; }

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

/* line 88, ../sass/bootstrap/_dropdowns.scss */
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-submenu:hover > a,
.dropdown-submenu:focus > a {
  text-decoration: none;
  color: #fff;
  background-color: #0081c2;
  background-image: -moz-linear-gradient(top, #08c, #0077b3);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#0077b3));
  background-image: -webkit-linear-gradient(top, #08c, #0077b3);
  background-image: -o-linear-gradient(top, #08c, #0077b3);
  background-image: linear-gradient(to bottom, #0088cc, #0077b3);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF0088CC', endColorstr='#FF0077B3', GradientType=0); }

/* line 99, ../sass/bootstrap/_dropdowns.scss */
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #0081c2;
  background-image: -moz-linear-gradient(top, #08c, #0077b3);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#0077b3));
  background-image: -webkit-linear-gradient(top, #08c, #0077b3);
  background-image: -o-linear-gradient(top, #08c, #0077b3);
  background-image: linear-gradient(to bottom, #0088cc, #0077b3);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF0088CC', endColorstr='#FF0077B3', GradientType=0); }

/* line 111, ../sass/bootstrap/_dropdowns.scss */
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #999; }

/* line 117, ../sass/bootstrap/_dropdowns.scss */
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  cursor: default; }

/* line 128, ../sass/bootstrap/_dropdowns.scss */
.open {
  *z-index: 1000; }
  /* line 133, ../sass/bootstrap/_dropdowns.scss */
  .open > .dropdown-menu {
    display: block; }

/* line 140, ../sass/bootstrap/_dropdowns.scss */
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990; }

/* line 151, ../sass/bootstrap/_dropdowns.scss */
.pull-right > .dropdown-menu {
  right: 0;
  left: auto; }

/* line 163, ../sass/bootstrap/_dropdowns.scss */
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid #000;
  content: ""; }
/* line 169, ../sass/bootstrap/_dropdowns.scss */
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px; }

/* line 178, ../sass/bootstrap/_dropdowns.scss */
.dropdown-submenu {
  position: relative; }

/* line 182, ../sass/bootstrap/_dropdowns.scss */
.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px 6px;
  border-radius: 0 6px 6px 6px; }

/* line 189, ../sass/bootstrap/_dropdowns.scss */
.dropdown-submenu:hover > .dropdown-menu {
  display: block; }

/* line 194, ../sass/bootstrap/_dropdowns.scss */
.dropup .dropdown-submenu > .dropdown-menu {
  top: auto;
  bottom: 0;
  margin-top: 0;
  margin-bottom: -2px;
  -webkit-border-radius: 5px 5px 5px 0;
  -moz-border-radius: 5px 5px 5px 0;
  border-radius: 5px 5px 5px 0; }

/* line 203, ../sass/bootstrap/_dropdowns.scss */
.dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #cccccc;
  margin-top: 5px;
  margin-right: -10px; }

/* line 216, ../sass/bootstrap/_dropdowns.scss */
.dropdown-submenu:hover > a:after {
  border-left-color: #fff; }

/* line 221, ../sass/bootstrap/_dropdowns.scss */
.dropdown-submenu.pull-left {
  float: none; }
  /* line 227, ../sass/bootstrap/_dropdowns.scss */
  .dropdown-submenu.pull-left > .dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px; }

/* line 237, ../sass/bootstrap/_dropdowns.scss */
.dropdown .dropdown-menu .nav-header {
  padding-left: 20px;
  padding-right: 20px; }

/* line 244, ../sass/bootstrap/_dropdowns.scss */
.typeahead {
  z-index: 1051;
  margin-top: 2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

/* line 7, ../sass/bootstrap/_wells.scss */
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); }
  /* line 15, ../sass/bootstrap/_wells.scss */
  .well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, 0.15); }

/* line 22, ../sass/bootstrap/_wells.scss */
.well-large {
  padding: 24px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px; }

/* line 26, ../sass/bootstrap/_wells.scss */
.well-small {
  padding: 9px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }

/* line 6, ../sass/bootstrap/_component-animations.scss */
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -moz-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear; }
  /* line 9, ../sass/bootstrap/_component-animations.scss */
  .fade.in {
    opacity: 1; }

/* line 14, ../sass/bootstrap/_component-animations.scss */
.collapse {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  -moz-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease; }
  /* line 19, ../sass/bootstrap/_component-animations.scss */
  .collapse.in {
    height: auto; }

/* line 6, ../sass/bootstrap/_close.scss */
.close {
  float: right;
  font-size: 20px;
  font-weight: bold;
  line-height: 19px;
  color: #000;
  text-shadow: 0 1px 0 white;
  opacity: 0.2;
  filter: alpha(opacity=20); }
  /* line 14, ../sass/bootstrap/_close.scss */
  .close:hover, .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.4;
    filter: alpha(opacity=40); }

/* line 26, ../sass/bootstrap/_close.scss */
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none; }

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

/* line 70, ../sass/bootstrap/_buttons.scss */
.btn-large {
  padding: 11px 19px;
  font-size: 16.25px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px; }

/* line 75, ../sass/bootstrap/_buttons.scss */
.btn-large [class^="icon-"],
.btn-large [class*=" icon-"] {
  margin-top: 4px; }

/* line 81, ../sass/bootstrap/_buttons.scss */
.btn-small {
  padding: 2px 10px;
  font-size: 11.05px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }

/* line 86, ../sass/bootstrap/_buttons.scss */
.btn-small [class^="icon-"],
.btn-small [class*=" icon-"] {
  margin-top: 0; }

/* line 90, ../sass/bootstrap/_buttons.scss */
.btn-mini [class^="icon-"],
.btn-mini [class*=" icon-"] {
  margin-top: -1px; }

/* line 96, ../sass/bootstrap/_buttons.scss */
.btn-mini {
  padding: 0px 6px;
  font-size: 9.75px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }

/* line 106, ../sass/bootstrap/_buttons.scss */
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/* line 115, ../sass/bootstrap/_buttons.scss */
.btn-block + .btn-block {
  margin-top: 5px; }

/* line 123, ../sass/bootstrap/_buttons.scss */
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

/* line 134, ../sass/bootstrap/_buttons.scss */
.btn-primary.active,
.btn-warning.active,
.btn-danger.active,
.btn-success.active,
.btn-info.active,
.btn-inverse.active {
  color: rgba(255, 255, 255, 0.75); }

/* line 145, ../sass/bootstrap/_buttons.scss */
.btn-primary {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #006ccc;
  background-image: -moz-linear-gradient(top, #08c, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#0044cc));
  background-image: -webkit-linear-gradient(top, #08c, #0044cc);
  background-image: -o-linear-gradient(top, #08c, #0044cc);
  background-image: linear-gradient(to bottom, #0088cc, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF0088CC', endColorstr='#FF0044CC', 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); }
  /* line 513, ../sass/bootstrap/_mixins.scss */
  .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
    color: #fff;
    background-color: #0044cc;
    *background-color: #003bb3; }
  /* line 520, ../sass/bootstrap/_mixins.scss */
  .btn-primary:active, .btn-primary.active {
    background-color: #003399 \9; }

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

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

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

/* line 161, ../sass/bootstrap/_buttons.scss */
.btn-info {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #49afcd;
  background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
  background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: linear-gradient(to bottom, #5bc0de, #2f96b4);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF5BC0DE', endColorstr='#FF2F96B4', GradientType=0);
  border-color: #2f96b4 #2f96b4 #1f6377;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #2f96b4;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); }
  /* line 513, ../sass/bootstrap/_mixins.scss */
  .btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    color: #fff;
    background-color: #2f96b4;
    *background-color: #2a85a0; }
  /* line 520, ../sass/bootstrap/_mixins.scss */
  .btn-info:active, .btn-info.active {
    background-color: #24748c \9; }

/* line 165, ../sass/bootstrap/_buttons.scss */
.btn-inverse {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #363636;
  background-image: -moz-linear-gradient(top, #444, #222);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444), to(#222));
  background-image: -webkit-linear-gradient(top, #444, #222);
  background-image: -o-linear-gradient(top, #444, #222);
  background-image: linear-gradient(to bottom, #444444, #222222);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF444444', endColorstr='#FF222222', GradientType=0);
  border-color: #222 #222 black;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #222;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); }
  /* line 513, ../sass/bootstrap/_mixins.scss */
  .btn-inverse:hover, .btn-inverse:focus, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
    color: #fff;
    background-color: #222;
    *background-color: #151515; }
  /* line 520, ../sass/bootstrap/_mixins.scss */
  .btn-inverse:active, .btn-inverse.active {
    background-color: #090909 \9; }

/* line 173, ../sass/bootstrap/_buttons.scss */
button.btn,
input[type="submit"].btn {
  *padding-top: 3px;
  *padding-bottom: 3px; }
  /* line 177, ../sass/bootstrap/_buttons.scss */
  button.btn::-moz-focus-inner,
  input[type="submit"].btn::-moz-focus-inner {
    padding: 0;
    border: 0; }
  /* line 186, ../sass/bootstrap/_buttons.scss */
  button.btn.btn-large,
  input[type="submit"].btn.btn-large {
    *padding-top: 7px;
    *padding-bottom: 7px; }
  /* line 190, ../sass/bootstrap/_buttons.scss */
  button.btn.btn-small,
  input[type="submit"].btn.btn-small {
    *padding-top: 3px;
    *padding-bottom: 3px; }
  /* line 194, ../sass/bootstrap/_buttons.scss */
  button.btn.btn-mini,
  input[type="submit"].btn.btn-mini {
    *padding-top: 1px;
    *padding-bottom: 1px; }

/* line 205, ../sass/bootstrap/_buttons.scss */
.btn-link,
.btn-link:active,
.btn-link[disabled] {
  background-color: transparent;
  background-image: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

/* line 212, ../sass/bootstrap/_buttons.scss */
.btn-link {
  border-color: transparent;
  cursor: pointer;
  color: #08c;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }

/* line 218, ../sass/bootstrap/_buttons.scss */
.btn-link:hover,
.btn-link:focus {
  color: #005580;
  text-decoration: underline;
  background-color: transparent; }

/* line 224, ../sass/bootstrap/_buttons.scss */
.btn-link[disabled]:hover,
.btn-link[disabled]:focus {
  color: #333;
  text-decoration: none; }

/* line 7, ../sass/bootstrap/_button-groups.scss */
.btn-group {
  position: relative;
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  font-size: 0;
  vertical-align: middle;
  white-space: nowrap;
  *margin-left: .3em; }
  /* line 61, ../sass/bootstrap/_mixins.scss */
  .btn-group:first-child {
    *margin-left: 0; }

/* line 18, ../sass/bootstrap/_button-groups.scss */
.btn-group + .btn-group {
  margin-left: 5px; }

/* line 23, ../sass/bootstrap/_button-groups.scss */
.btn-toolbar {
  font-size: 0;
  margin-top: 9.5px;
  margin-bottom: 9.5px; }
  /* line 27, ../sass/bootstrap/_button-groups.scss */
  .btn-toolbar > .btn + .btn,
  .btn-toolbar > .btn-group + .btn,
  .btn-toolbar > .btn + .btn-group {
    margin-left: 5px; }

/* line 35, ../sass/bootstrap/_button-groups.scss */
.btn-group > .btn {
  position: relative;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }

/* line 39, ../sass/bootstrap/_button-groups.scss */
.btn-group > .btn + .btn {
  margin-left: -1px; }

/* line 42, ../sass/bootstrap/_button-groups.scss */
.btn-group > .btn,
.btn-group > .dropdown-menu,
.btn-group > .popover {
  font-size: 13px; }

/* line 49, ../sass/bootstrap/_button-groups.scss */
.btn-group > .btn-mini {
  font-size: 9.75px; }

/* line 52, ../sass/bootstrap/_button-groups.scss */
.btn-group > .btn-small {
  font-size: 11.05px; }

/* line 55, ../sass/bootstrap/_button-groups.scss */
.btn-group > .btn-large {
  font-size: 16.25px; }

/* line 60, ../sass/bootstrap/_button-groups.scss */
.btn-group > .btn:first-child {
  margin-left: 0;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px; }

/* line 66, ../sass/bootstrap/_button-groups.scss */
.btn-group > .btn:last-child,
.btn-group > .dropdown-toggle {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px; }

/* line 72, ../sass/bootstrap/_button-groups.scss */
.btn-group > .btn.large:first-child {
  margin-left: 0;
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-topleft: 6px;
  border-top-left-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-bottom-left-radius: 6px; }

/* line 77, ../sass/bootstrap/_button-groups.scss */
.btn-group > .btn.large:last-child,
.btn-group > .large.dropdown-toggle {
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  border-bottom-right-radius: 6px; }

/* line 84, ../sass/bootstrap/_button-groups.scss */
.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active {
  z-index: 2; }

/* line 92, ../sass/bootstrap/_button-groups.scss */
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0; }

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

/* line 110, ../sass/bootstrap/_button-groups.scss */
.btn-group > .btn-mini + .dropdown-toggle {
  padding-left: 5px;
  padding-right: 5px;
  *padding-top: 2px;
  *padding-bottom: 2px; }

/* line 116, ../sass/bootstrap/_button-groups.scss */
.btn-group > .btn-small + .dropdown-toggle {
  *padding-top: 5px;
  *padding-bottom: 4px; }

/* line 120, ../sass/bootstrap/_button-groups.scss */
.btn-group > .btn-large + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
  *padding-top: 7px;
  *padding-bottom: 7px; }

/* line 131, ../sass/bootstrap/_button-groups.scss */
.btn-group.open .dropdown-toggle {
  background-image: none;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); }
/* line 137, ../sass/bootstrap/_button-groups.scss */
.btn-group.open .btn.dropdown-toggle {
  background-color: #e6e6e6; }
/* line 140, ../sass/bootstrap/_button-groups.scss */
.btn-group.open .btn-primary.dropdown-toggle {
  background-color: #0044cc; }
/* line 143, ../sass/bootstrap/_button-groups.scss */
.btn-group.open .btn-warning.dropdown-toggle {
  background-color: #f89406; }
/* line 146, ../sass/bootstrap/_button-groups.scss */
.btn-group.open .btn-danger.dropdown-toggle {
  background-color: #bd362f; }
/* line 149, ../sass/bootstrap/_button-groups.scss */
.btn-group.open .btn-success.dropdown-toggle {
  background-color: #51a351; }
/* line 152, ../sass/bootstrap/_button-groups.scss */
.btn-group.open .btn-info.dropdown-toggle {
  background-color: #2f96b4; }
/* line 155, ../sass/bootstrap/_button-groups.scss */
.btn-group.open .btn-inverse.dropdown-toggle {
  background-color: #222; }

/* line 162, ../sass/bootstrap/_button-groups.scss */
.btn .caret {
  margin-top: 8px;
  margin-left: 0; }

/* line 167, ../sass/bootstrap/_button-groups.scss */
.btn-large .caret {
  margin-top: 6px; }

/* line 170, ../sass/bootstrap/_button-groups.scss */
.btn-large .caret {
  border-left-width: 5px;
  border-right-width: 5px;
  border-top-width: 5px; }

/* line 175, ../sass/bootstrap/_button-groups.scss */
.btn-mini .caret,
.btn-small .caret {
  margin-top: 8px; }

/* line 180, ../sass/bootstrap/_button-groups.scss */
.dropup .btn-large .caret {
  border-bottom-width: 5px; }

/* line 193, ../sass/bootstrap/_button-groups.scss */
.btn-primary .caret,
.btn-warning .caret,
.btn-danger .caret,
.btn-info .caret,
.btn-success .caret,
.btn-inverse .caret {
  border-top-color: #fff;
  border-bottom-color: #fff; }

/* line 204, ../sass/bootstrap/_button-groups.scss */
.btn-group-vertical {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1; }

/* line 208, ../sass/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn {
  display: block;
  float: none;
  max-width: 100%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }

/* line 214, ../sass/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn + .btn {
  margin-left: 0;
  margin-top: -1px; }

/* line 218, ../sass/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn:first-child {
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0; }

/* line 221, ../sass/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn:last-child {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px; }

/* line 224, ../sass/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn-large:first-child {
  -webkit-border-radius: 6px 6px 0 0;
  -moz-border-radius: 6px 6px 0 0;
  border-radius: 6px 6px 0 0; }

/* line 227, ../sass/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn-large:last-child {
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px; }

/* line 9, ../sass/bootstrap/_alerts.scss */
.alert {
  padding: 8px 35px 8px 14px;
  margin-bottom: 19px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

/* line 17, ../sass/bootstrap/_alerts.scss */
.alert,
.alert h4 {
  color: #c09853; }

/* line 22, ../sass/bootstrap/_alerts.scss */
.alert h4 {
  margin: 0; }

/* line 27, ../sass/bootstrap/_alerts.scss */
.alert .close {
  position: relative;
  top: -2px;
  right: -21px;
  line-height: 19px; }

/* line 38, ../sass/bootstrap/_alerts.scss */
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #468847; }

/* line 43, ../sass/bootstrap/_alerts.scss */
.alert-success h4 {
  color: #468847; }

/* line 46, ../sass/bootstrap/_alerts.scss */
.alert-danger,
.alert-error {
  background-color: #f2dede;
  border-color: #eed3d7;
  color: #b94a48; }

/* line 52, ../sass/bootstrap/_alerts.scss */
.alert-danger h4,
.alert-error h4 {
  color: #b94a48; }

/* line 56, ../sass/bootstrap/_alerts.scss */
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #3a87ad; }

/* line 61, ../sass/bootstrap/_alerts.scss */
.alert-info h4 {
  color: #3a87ad; }

/* line 69, ../sass/bootstrap/_alerts.scss */
.alert-block {
  padding-top: 14px;
  padding-bottom: 14px; }

/* line 73, ../sass/bootstrap/_alerts.scss */
.alert-block > p,
.alert-block > ul {
  margin-bottom: 0; }

/* line 77, ../sass/bootstrap/_alerts.scss */
.alert-block p + p {
  margin-top: 5px; }

/* line 9, ../sass/bootstrap/_navs.scss */
.nav {
  margin-left: 0;
  margin-bottom: 19px;
  list-style: none; }

/* line 16, ../sass/bootstrap/_navs.scss */
.nav > li > a {
  display: block; }

/* line 19, ../sass/bootstrap/_navs.scss */
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eee; }

/* line 27, ../sass/bootstrap/_navs.scss */
.nav > li > a > img {
  max-width: none; }

/* line 32, ../sass/bootstrap/_navs.scss */
.nav > .pull-right {
  float: right; }

/* line 37, ../sass/bootstrap/_navs.scss */
.nav-header {
  display: block;
  padding: 3px 15px;
  font-size: 11px;
  font-weight: bold;
  line-height: 19px;
  color: #999;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  text-transform: uppercase; }

/* line 48, ../sass/bootstrap/_navs.scss */
.nav li + .nav-header {
  margin-top: 9px; }

/* line 57, ../sass/bootstrap/_navs.scss */
.nav-list {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 0; }

/* line 62, ../sass/bootstrap/_navs.scss */
.nav-list > li > a,
.nav-list .nav-header {
  margin-left: -15px;
  margin-right: -15px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5); }

/* line 68, ../sass/bootstrap/_navs.scss */
.nav-list > li > a {
  padding: 3px 15px; }

/* line 71, ../sass/bootstrap/_navs.scss */
.nav-list > .active > a,
.nav-list > .active > a:hover,
.nav-list > .active > a:focus {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  background-color: #08c; }

/* line 78, ../sass/bootstrap/_navs.scss */
.nav-list [class^="icon-"],
.nav-list [class*=" icon-"] {
  margin-right: 2px; }

/* line 83, ../sass/bootstrap/_navs.scss */
.nav-list .divider {
  *width: 100%;
  height: 1px;
  margin: 8.5px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #fff; }

/* line 93, ../sass/bootstrap/_navs.scss */
.nav-tabs,
.nav-pills {
  *zoom: 1; }
  /* line 14, ../sass/bootstrap/_mixins.scss */
  .nav-tabs:before, .nav-tabs:after,
  .nav-pills:before,
  .nav-pills:after {
    display: table;
    content: "";
    line-height: 0; }
  /* line 22, ../sass/bootstrap/_mixins.scss */
  .nav-tabs:after,
  .nav-pills:after {
    clear: both; }

/* line 97, ../sass/bootstrap/_navs.scss */
.nav-tabs > li,
.nav-pills > li {
  float: left; }

/* line 101, ../sass/bootstrap/_navs.scss */
.nav-tabs > li > a,
.nav-pills > li > a {
  padding-right: 12px;
  padding-left: 12px;
  margin-right: 2px;
  line-height: 14px; }

/* line 113, ../sass/bootstrap/_navs.scss */
.nav-tabs {
  border-bottom: 1px solid #ddd; }

/* line 117, ../sass/bootstrap/_navs.scss */
.nav-tabs > li {
  margin-bottom: -1px; }

/* line 121, ../sass/bootstrap/_navs.scss */
.nav-tabs > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: 19px;
  border: 1px solid transparent;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0; }
  /* line 127, ../sass/bootstrap/_navs.scss */
  .nav-tabs > li > a:hover, .nav-tabs > li > a:focus {
    border-color: #eee #eee #ddd; }

/* line 133, ../sass/bootstrap/_navs.scss */
.nav-tabs > .active > a,
.nav-tabs > .active > a:hover,
.nav-tabs > .active > a:focus {
  color: #555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default; }

/* line 148, ../sass/bootstrap/_navs.scss */
.nav-pills > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  margin-top: 2px;
  margin-bottom: 2px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; }

/* line 157, ../sass/bootstrap/_navs.scss */
.nav-pills > .active > a,
.nav-pills > .active > a:hover,
.nav-pills > .active > a:focus {
  color: #fff;
  background-color: #08c; }

/* line 170, ../sass/bootstrap/_navs.scss */
.nav-stacked > li {
  float: none; }

/* line 173, ../sass/bootstrap/_navs.scss */
.nav-stacked > li > a {
  margin-right: 0; }

/* line 178, ../sass/bootstrap/_navs.scss */
.nav-tabs.nav-stacked {
  border-bottom: 0; }

/* line 181, ../sass/bootstrap/_navs.scss */
.nav-tabs.nav-stacked > li > a {
  border: 1px solid #ddd;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }

/* line 185, ../sass/bootstrap/_navs.scss */
.nav-tabs.nav-stacked > li:first-child > a {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px; }

/* line 188, ../sass/bootstrap/_navs.scss */
.nav-tabs.nav-stacked > li:last-child > a {
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px; }

/* line 191, ../sass/bootstrap/_navs.scss */
.nav-tabs.nav-stacked > li > a:hover,
.nav-tabs.nav-stacked > li > a:focus {
  border-color: #ddd;
  z-index: 2; }

/* line 198, ../sass/bootstrap/_navs.scss */
.nav-pills.nav-stacked > li > a {
  margin-bottom: 3px; }

/* line 201, ../sass/bootstrap/_navs.scss */
.nav-pills.nav-stacked > li:last-child > a {
  margin-bottom: 1px; }

/* line 210, ../sass/bootstrap/_navs.scss */
.nav-tabs .dropdown-menu {
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px; }

/* line 213, ../sass/bootstrap/_navs.scss */
.nav-pills .dropdown-menu {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px; }

/* line 220, ../sass/bootstrap/_navs.scss */
.nav .dropdown-toggle .caret {
  border-top-color: #08c;
  border-bottom-color: #08c;
  margin-top: 6px; }

/* line 225, ../sass/bootstrap/_navs.scss */
.nav .dropdown-toggle:hover .caret,
.nav .dropdown-toggle:focus .caret {
  border-top-color: #005580;
  border-bottom-color: #005580; }

/* move down carets for tabs */
/* line 231, ../sass/bootstrap/_navs.scss */
.nav-tabs .dropdown-toggle .caret {
  margin-top: 8px; }

/* line 237, ../sass/bootstrap/_navs.scss */
.nav .active .dropdown-toggle .caret {
  border-top-color: #fff;
  border-bottom-color: #fff; }

/* line 241, ../sass/bootstrap/_navs.scss */
.nav-tabs .active .dropdown-toggle .caret {
  border-top-color: #555;
  border-bottom-color: #555; }

/* line 248, ../sass/bootstrap/_navs.scss */
.nav > .dropdown.active > a:hover,
.nav > .dropdown.active > a:focus {
  cursor: pointer; }

/* line 255, ../sass/bootstrap/_navs.scss */
.nav-tabs .open .dropdown-toggle,
.nav-pills .open .dropdown-toggle,
.nav > li.dropdown.open.active > a:hover,
.nav > li.dropdown.open.active > a:focus {
  color: #fff;
  background-color: #999;
  border-color: #999; }

/* line 263, ../sass/bootstrap/_navs.scss */
.nav li.dropdown.open .caret,
.nav li.dropdown.open.active .caret,
.nav li.dropdown.open a:hover .caret,
.nav li.dropdown.open a:focus .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
  opacity: 1;
  filter: alpha(opacity=100); }

/* line 273, ../sass/bootstrap/_navs.scss */
.tabs-stacked .open > a:hover,
.tabs-stacked .open > a:focus {
  border-color: #999; }

/* line 288, ../sass/bootstrap/_navs.scss */
.tabbable {
  *zoom: 1; }
  /* line 14, ../sass/bootstrap/_mixins.scss */
  .tabbable:before, .tabbable:after {
    display: table;
    content: "";
    line-height: 0; }
  /* line 22, ../sass/bootstrap/_mixins.scss */
  .tabbable:after {
    clear: both; }

/* line 291, ../sass/bootstrap/_navs.scss */
.tab-content {
  overflow: auto; }

/* line 296, ../sass/bootstrap/_navs.scss */
.tabs-below > .nav-tabs,
.tabs-right > .nav-tabs,
.tabs-left > .nav-tabs {
  border-bottom: 0; }

/* line 303, ../sass/bootstrap/_navs.scss */
.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none; }

/* line 307, ../sass/bootstrap/_navs.scss */
.tab-content > .active,
.pill-content > .active {
  display: block; }

/* line 316, ../sass/bootstrap/_navs.scss */
.tabs-below > .nav-tabs {
  border-top: 1px solid #ddd; }

/* line 319, ../sass/bootstrap/_navs.scss */
.tabs-below > .nav-tabs > li {
  margin-top: -1px;
  margin-bottom: 0; }

/* line 323, ../sass/bootstrap/_navs.scss */
.tabs-below > .nav-tabs > li > a {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px; }
  /* line 325, ../sass/bootstrap/_navs.scss */
  .tabs-below > .nav-tabs > li > a:hover, .tabs-below > .nav-tabs > li > a:focus {
    border-bottom-color: transparent;
    border-top-color: #ddd; }

/* line 331, ../sass/bootstrap/_navs.scss */
.tabs-below > .nav-tabs > .active > a,
.tabs-below > .nav-tabs > .active > a:hover,
.tabs-below > .nav-tabs > .active > a:focus {
  border-color: transparent #ddd #ddd #ddd; }

/* line 341, ../sass/bootstrap/_navs.scss */
.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
  float: none; }

/* line 345, ../sass/bootstrap/_navs.scss */
.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a {
  min-width: 74px;
  margin-right: 0;
  margin-bottom: 3px; }

/* line 353, ../sass/bootstrap/_navs.scss */
.tabs-left > .nav-tabs {
  float: left;
  margin-right: 19px;
  border-right: 1px solid #ddd; }

/* line 358, ../sass/bootstrap/_navs.scss */
.tabs-left > .nav-tabs > li > a {
  margin-right: -1px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px; }

/* line 362, ../sass/bootstrap/_navs.scss */
.tabs-left > .nav-tabs > li > a:hover,
.tabs-left > .nav-tabs > li > a:focus {
  border-color: #eee #ddd #eee #eee; }

/* line 366, ../sass/bootstrap/_navs.scss */
.tabs-left > .nav-tabs .active > a,
.tabs-left > .nav-tabs .active > a:hover,
.tabs-left > .nav-tabs .active > a:focus {
  border-color: #ddd transparent #ddd #ddd;
  *border-right-color: #fff; }

/* line 374, ../sass/bootstrap/_navs.scss */
.tabs-right > .nav-tabs {
  float: right;
  margin-left: 19px;
  border-left: 1px solid #ddd; }

/* line 379, ../sass/bootstrap/_navs.scss */
.tabs-right > .nav-tabs > li > a {
  margin-left: -1px;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0; }

/* line 383, ../sass/bootstrap/_navs.scss */
.tabs-right > .nav-tabs > li > a:hover,
.tabs-right > .nav-tabs > li > a:focus {
  border-color: #eee #eee #eee #ddd; }

/* line 387, ../sass/bootstrap/_navs.scss */
.tabs-right > .nav-tabs .active > a,
.tabs-right > .nav-tabs .active > a:hover,
.tabs-right > .nav-tabs .active > a:focus {
  border-color: #ddd #ddd #ddd transparent;
  *border-left-color: #fff; }

/* line 400, ../sass/bootstrap/_navs.scss */
.nav > .disabled > a {
  color: #999; }

/* line 404, ../sass/bootstrap/_navs.scss */
.nav > .disabled > a:hover,
.nav > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  cursor: default; }

/* line 10, ../sass/bootstrap/_navbar.scss */
.navbar {
  overflow: visible;
  margin-bottom: 19px;
  *position: relative;
  *z-index: 2; }

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

/* line 36, ../sass/bootstrap/_navbar.scss */
.navbar .container {
  width: auto; }

/* line 41, ../sass/bootstrap/_navbar.scss */
.nav-collapse.collapse {
  height: auto;
  overflow: visible; }

/* line 49, ../sass/bootstrap/_navbar.scss */
.navbar .brand {
  float: left;
  display: block;
  padding: 10.5px 20px 10.5px;
  margin-left: -20px;
  font-size: 20px;
  font-weight: 200;
  color: #777;
  text-shadow: 0 1px 0 #ffffff; }
  /* line 59, ../sass/bootstrap/_navbar.scss */
  .navbar .brand:hover, .navbar .brand:focus {
    text-decoration: none; }

/* line 67, ../sass/bootstrap/_navbar.scss */
.navbar-text {
  margin-bottom: 0;
  line-height: 40px;
  color: #777; }

/* line 75, ../sass/bootstrap/_navbar.scss */
.navbar-link {
  color: #777; }
  /* line 77, ../sass/bootstrap/_navbar.scss */
  .navbar-link:hover, .navbar-link:focus {
    color: #333; }

/* line 85, ../sass/bootstrap/_navbar.scss */
.navbar .divider-vertical {
  height: 40px;
  margin: 0 9px;
  border-left: 1px solid #f2f2f2;
  border-right: 1px solid #ffffff; }

/* line 94, ../sass/bootstrap/_navbar.scss */
.navbar .btn,
.navbar .btn-group {
  margin-top: 5px; }

/* line 98, ../sass/bootstrap/_navbar.scss */
.navbar .btn-group .btn,
.navbar .input-prepend .btn,
.navbar .input-append .btn,
.navbar .input-prepend .btn-group,
.navbar .input-append .btn-group {
  margin-top: 0; }

/* line 108, ../sass/bootstrap/_navbar.scss */
.navbar-form {
  margin-bottom: 0;
  *zoom: 1; }
  /* line 14, ../sass/bootstrap/_mixins.scss */
  .navbar-form:before, .navbar-form:after {
    display: table;
    content: "";
    line-height: 0; }
  /* line 22, ../sass/bootstrap/_mixins.scss */
  .navbar-form:after {
    clear: both; }
  /* line 111, ../sass/bootstrap/_navbar.scss */
  .navbar-form input,
  .navbar-form select,
  .navbar-form .radio,
  .navbar-form .checkbox {
    margin-top: 5px; }
  /* line 117, ../sass/bootstrap/_navbar.scss */
  .navbar-form input,
  .navbar-form select,
  .navbar-form .btn {
    display: inline-block;
    margin-bottom: 0; }
  /* line 123, ../sass/bootstrap/_navbar.scss */
  .navbar-form input[type="image"],
  .navbar-form input[type="checkbox"],
  .navbar-form input[type="radio"] {
    margin-top: 3px; }
  /* line 128, ../sass/bootstrap/_navbar.scss */
  .navbar-form .input-append,
  .navbar-form .input-prepend {
    margin-top: 5px;
    white-space: nowrap; }
    /* line 132, ../sass/bootstrap/_navbar.scss */
    .navbar-form .input-append input,
    .navbar-form .input-prepend input {
      margin-top: 0; }

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

/* line 158, ../sass/bootstrap/_navbar.scss */
.navbar-static-top {
  position: static;
  margin-bottom: 0; }
  /* line 161, ../sass/bootstrap/_navbar.scss */
  .navbar-static-top .navbar-inner {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0; }

/* line 172, ../sass/bootstrap/_navbar.scss */
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
  margin-bottom: 0; }

/* line 180, ../sass/bootstrap/_navbar.scss */
.navbar-fixed-top .navbar-inner,
.navbar-static-top .navbar-inner {
  border-width: 0 0 1px; }

/* line 184, ../sass/bootstrap/_navbar.scss */
.navbar-fixed-bottom .navbar-inner {
  border-width: 1px 0 0; }

/* line 187, ../sass/bootstrap/_navbar.scss */
.navbar-fixed-top .navbar-inner,
.navbar-fixed-bottom .navbar-inner {
  padding-left: 0;
  padding-right: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }

/* line 196, ../sass/bootstrap/_navbar.scss */
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
  width: 940px; }

/* line 203, ../sass/bootstrap/_navbar.scss */
.navbar-fixed-top {
  top: 0; }

/* line 208, ../sass/bootstrap/_navbar.scss */
.navbar-fixed-top .navbar-inner,
.navbar-static-top .navbar-inner {
  -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1); }

/* line 214, ../sass/bootstrap/_navbar.scss */
.navbar-fixed-bottom {
  bottom: 0; }
  /* line 216, ../sass/bootstrap/_navbar.scss */
  .navbar-fixed-bottom .navbar-inner {
    -webkit-box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.1); }

/* line 226, ../sass/bootstrap/_navbar.scss */
.navbar .nav {
  position: relative;
  left: 0;
  display: block;
  float: left;
  margin: 0 10px 0 0; }

/* line 233, ../sass/bootstrap/_navbar.scss */
.navbar .nav.pull-right {
  float: right;
  margin-right: 0; }

/* line 237, ../sass/bootstrap/_navbar.scss */
.navbar .nav > li {
  float: left; }

/* line 242, ../sass/bootstrap/_navbar.scss */
.navbar .nav > li > a {
  float: none;
  padding: 10.5px 15px 10.5px;
  color: #777;
  text-decoration: none;
  text-shadow: 0 1px 0 #ffffff; }

/* line 250, ../sass/bootstrap/_navbar.scss */
.navbar .nav .dropdown-toggle .caret {
  margin-top: 8px; }

/* line 255, ../sass/bootstrap/_navbar.scss */
.navbar .nav > li > a:focus,
.navbar .nav > li > a:hover {
  background-color: transparent;
  color: #333;
  text-decoration: none; }

/* line 263, ../sass/bootstrap/_navbar.scss */
.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus {
  color: #555;
  text-decoration: none;
  background-color: #e6e6e6;
  -webkit-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125); }

/* line 274, ../sass/bootstrap/_navbar.scss */
.navbar .btn-navbar {
  display: none;
  float: right;
  padding: 7px 10px;
  margin-left: 5px;
  margin-right: 5px;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #ededed;
  background-image: -moz-linear-gradient(top, #f2f2f2, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f2f2f2), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #f2f2f2, #e6e6e6);
  background-image: -o-linear-gradient(top, #f2f2f2, #e6e6e6);
  background-image: linear-gradient(to bottom, #f2f2f2, #e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF2F2F2', endColorstr='#FFE6E6E6', GradientType=0);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) 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); }
  /* line 513, ../sass/bootstrap/_mixins.scss */
  .navbar .btn-navbar:hover, .navbar .btn-navbar:focus, .navbar .btn-navbar:active, .navbar .btn-navbar.active, .navbar .btn-navbar.disabled, .navbar .btn-navbar[disabled] {
    color: #fff;
    background-color: #e6e6e6;
    *background-color: #d9d9d9; }
  /* line 520, ../sass/bootstrap/_mixins.scss */
  .navbar .btn-navbar:active, .navbar .btn-navbar.active {
    background-color: #cccccc \9; }

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

/* line 291, ../sass/bootstrap/_navbar.scss */
.btn-navbar .icon-bar + .icon-bar {
  margin-top: 3px; }

/* line 302, ../sass/bootstrap/_navbar.scss */
.navbar .nav > li > .dropdown-menu:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -7px;
  left: 9px; }
/* line 313, ../sass/bootstrap/_navbar.scss */
.navbar .nav > li > .dropdown-menu:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  position: absolute;
  top: -6px;
  left: 10px; }

/* line 326, ../sass/bootstrap/_navbar.scss */
.navbar-fixed-bottom .nav > li > .dropdown-menu:before {
  border-top: 7px solid #ccc;
  border-top-color: rgba(0, 0, 0, 0.2);
  border-bottom: 0;
  bottom: -7px;
  top: auto; }
/* line 333, ../sass/bootstrap/_navbar.scss */
.navbar-fixed-bottom .nav > li > .dropdown-menu:after {
  border-top: 6px solid #fff;
  border-bottom: 0;
  bottom: -6px;
  top: auto; }

/* line 342, ../sass/bootstrap/_navbar.scss */
.navbar .nav li.dropdown > a:hover .caret,
.navbar .nav li.dropdown > a:focus .caret {
  border-top-color: #555;
  border-bottom-color: #555; }

/* line 349, ../sass/bootstrap/_navbar.scss */
.navbar .nav li.dropdown.open > .dropdown-toggle,
.navbar .nav li.dropdown.active > .dropdown-toggle,
.navbar .nav li.dropdown.open.active > .dropdown-toggle {
  background-color: #e6e6e6;
  color: #555; }

/* line 355, ../sass/bootstrap/_navbar.scss */
.navbar .nav li.dropdown > .dropdown-toggle .caret {
  border-top-color: #777;
  border-bottom-color: #777; }

/* line 359, ../sass/bootstrap/_navbar.scss */
.navbar .nav li.dropdown.open > .dropdown-toggle .caret,
.navbar .nav li.dropdown.active > .dropdown-toggle .caret,
.navbar .nav li.dropdown.open.active > .dropdown-toggle .caret {
  border-top-color: #555;
  border-bottom-color: #555; }

/* line 367, ../sass/bootstrap/_navbar.scss */
.navbar .pull-right > li > .dropdown-menu,
.navbar .nav > li > .dropdown-menu.pull-right {
  left: auto;
  right: 0; }
  /* line 371, ../sass/bootstrap/_navbar.scss */
  .navbar .pull-right > li > .dropdown-menu:before,
  .navbar .nav > li > .dropdown-menu.pull-right:before {
    left: auto;
    right: 12px; }
  /* line 375, ../sass/bootstrap/_navbar.scss */
  .navbar .pull-right > li > .dropdown-menu:after,
  .navbar .nav > li > .dropdown-menu.pull-right:after {
    left: auto;
    right: 13px; }
  /* line 379, ../sass/bootstrap/_navbar.scss */
  .navbar .pull-right > li > .dropdown-menu .dropdown-menu,
  .navbar .nav > li > .dropdown-menu.pull-right .dropdown-menu {
    left: auto;
    right: 100%;
    margin-left: 0;
    margin-right: -1px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px; }

/* line 394, ../sass/bootstrap/_navbar.scss */
.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='#FF222222', endColorstr='#FF111111', GradientType=0);
  border-color: #252525; }
/* line 399, ../sass/bootstrap/_navbar.scss */
.navbar-inverse .brand,
.navbar-inverse .nav > li > a {
  color: #999;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }
  /* line 403, ../sass/bootstrap/_navbar.scss */
  .navbar-inverse .brand:hover, .navbar-inverse .brand:focus,
  .navbar-inverse .nav > li > a:hover,
  .navbar-inverse .nav > li > a:focus {
    color: #fff; }
/* line 409, ../sass/bootstrap/_navbar.scss */
.navbar-inverse .brand {
  color: #999; }
/* line 413, ../sass/bootstrap/_navbar.scss */
.navbar-inverse .navbar-text {
  color: #999; }
/* line 417, ../sass/bootstrap/_navbar.scss */
.navbar-inverse .nav > li > a:focus,
.navbar-inverse .nav > li > a:hover {
  background-color: transparent;
  color: #fff; }
/* line 423, ../sass/bootstrap/_navbar.scss */
.navbar-inverse .nav .active > a,
.navbar-inverse .nav .active > a:hover,
.navbar-inverse .nav .active > a:focus {
  color: #fff;
  background-color: #111111; }
/* line 431, ../sass/bootstrap/_navbar.scss */
.navbar-inverse .navbar-link {
  color: #999; }
  /* line 433, ../sass/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-link:hover, .navbar-inverse .navbar-link:focus {
    color: #fff; }
/* line 440, ../sass/bootstrap/_navbar.scss */
.navbar-inverse .divider-vertical {
  border-left-color: #111111;
  border-right-color: #222222; }
/* line 446, ../sass/bootstrap/_navbar.scss */
.navbar-inverse .nav li.dropdown.open > .dropdown-toggle,
.navbar-inverse .nav li.dropdown.active > .dropdown-toggle,
.navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle {
  background-color: #111111;
  color: #fff; }
/* line 452, ../sass/bootstrap/_navbar.scss */
.navbar-inverse .nav li.dropdown > a:hover .caret,
.navbar-inverse .nav li.dropdown > a:focus .caret {
  border-top-color: #fff;
  color: #fff; }
/* line 457, ../sass/bootstrap/_navbar.scss */
.navbar-inverse .nav li.dropdown > .dropdown-toggle .caret {
  border-top-color: #999;
  border-bottom-color: #999; }
/* line 461, ../sass/bootstrap/_navbar.scss */
.navbar-inverse .nav li.dropdown.open > .dropdown-toggle .caret,
.navbar-inverse .nav li.dropdown.active > .dropdown-toggle .caret,
.navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle .caret {
  border-top-color: #fff;
  border-bottom-color: #fff; }
/* line 470, ../sass/bootstrap/_navbar.scss */
.navbar-inverse .navbar-search .search-query {
  color: #fff;
  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; }
  /* line 83, ../sass/bootstrap/_mixins.scss */
  .navbar-inverse .navbar-search .search-query:-moz-placeholder {
    color: #ccc; }
  /* line 86, ../sass/bootstrap/_mixins.scss */
  .navbar-inverse .navbar-search .search-query:-ms-input-placeholder {
    color: #ccc; }
  /* line 89, ../sass/bootstrap/_mixins.scss */
  .navbar-inverse .navbar-search .search-query::-webkit-input-placeholder {
    color: #ccc; }
  /* line 479, ../sass/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-search .search-query:focus, .navbar-inverse .navbar-search .search-query.focused {
    padding: 5px 15px;
    color: #333;
    text-shadow: 0 1px 0 #fff;
    background-color: #fff;
    border: 0;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
    outline: 0; }
/* line 493, ../sass/bootstrap/_navbar.scss */
.navbar-inverse .btn-navbar {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #0e0e0e;
  background-image: -moz-linear-gradient(top, #151515, #040404);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#151515), to(#040404));
  background-image: -webkit-linear-gradient(top, #151515, #040404);
  background-image: -o-linear-gradient(top, #151515, #040404);
  background-image: linear-gradient(to bottom, #151515, #040404);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF151515', endColorstr='#FF040404', GradientType=0);
  border-color: #040404 #040404 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); }
  /* line 513, ../sass/bootstrap/_mixins.scss */
  .navbar-inverse .btn-navbar:hover, .navbar-inverse .btn-navbar:focus, .navbar-inverse .btn-navbar:active, .navbar-inverse .btn-navbar.active, .navbar-inverse .btn-navbar.disabled, .navbar-inverse .btn-navbar[disabled] {
    color: #fff;
    background-color: #040404;
    *background-color: black; }
  /* line 520, ../sass/bootstrap/_mixins.scss */
  .navbar-inverse .btn-navbar:active, .navbar-inverse .btn-navbar.active {
    background-color: black \9; }

/* line 6, ../sass/bootstrap/_breadcrumbs.scss */
.breadcrumb {
  padding: 8px 15px;
  margin: 0 0 19px;
  list-style: none;
  background-color: #f5f5f5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }
  /* line 12, ../sass/bootstrap/_breadcrumbs.scss */
  .breadcrumb > li {
    display: inline-block;
    *display: inline;
    /* IE7 inline-block hack */
    *zoom: 1;
    text-shadow: 0 1px 0 #fff; }
    /* line 16, ../sass/bootstrap/_breadcrumbs.scss */
    .breadcrumb > li > .divider {
      padding: 0 5px;
      color: #ccc; }
  /* line 21, ../sass/bootstrap/_breadcrumbs.scss */
  .breadcrumb .active {
    color: #999; }

/* line 6, ../sass/bootstrap/_pagination.scss */
.pagination {
  margin: 19px 0; }

/* line 10, ../sass/bootstrap/_pagination.scss */
.pagination ul {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  margin-left: 0;
  margin-bottom: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05); }

/* line 21, ../sass/bootstrap/_pagination.scss */
.pagination ul > li {
  display: inline; }

/* line 24, ../sass/bootstrap/_pagination.scss */
.pagination ul > li > a,
.pagination ul > li > span {
  float: left;
  padding: 4px 12px;
  line-height: 19px;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
  border-left-width: 0; }

/* line 34, ../sass/bootstrap/_pagination.scss */
.pagination ul > li > a:hover,
.pagination ul > li > a:focus,
.pagination ul > .active > a,
.pagination ul > .active > span {
  background-color: #f5f5f5; }

/* line 40, ../sass/bootstrap/_pagination.scss */
.pagination ul > .active > a,
.pagination ul > .active > span {
  color: #999;
  cursor: default; }

/* line 45, ../sass/bootstrap/_pagination.scss */
.pagination ul > .disabled > span,
.pagination ul > .disabled > a,
.pagination ul > .disabled > a:hover,
.pagination ul > .disabled > a:focus {
  color: #999;
  background-color: transparent;
  cursor: default; }

/* line 53, ../sass/bootstrap/_pagination.scss */
.pagination ul > li:first-child > a,
.pagination ul > li:first-child > span {
  border-left-width: 1px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px; }

/* line 58, ../sass/bootstrap/_pagination.scss */
.pagination ul > li:last-child > a,
.pagination ul > li:last-child > span {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px; }

/* line 67, ../sass/bootstrap/_pagination.scss */
.pagination-centered {
  text-align: center; }

/* line 70, ../sass/bootstrap/_pagination.scss */
.pagination-right {
  text-align: right; }

/* line 80, ../sass/bootstrap/_pagination.scss */
.pagination-large ul > li > a,
.pagination-large ul > li > span {
  padding: 11px 19px;
  font-size: 16.25px; }
/* line 85, ../sass/bootstrap/_pagination.scss */
.pagination-large ul > li:first-child > a,
.pagination-large ul > li:first-child > span {
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-topleft: 6px;
  border-top-left-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-bottom-left-radius: 6px; }
/* line 89, ../sass/bootstrap/_pagination.scss */
.pagination-large ul > li:last-child > a,
.pagination-large ul > li:last-child > span {
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  border-bottom-right-radius: 6px; }

/* line 98, ../sass/bootstrap/_pagination.scss */
.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; }
/* line 102, ../sass/bootstrap/_pagination.scss */
.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; }

/* line 110, ../sass/bootstrap/_pagination.scss */
.pagination-small ul > li > a,
.pagination-small ul > li > span {
  padding: 2px 10px;
  font-size: 11.05px; }

/* line 118, ../sass/bootstrap/_pagination.scss */
.pagination-mini ul > li > a,
.pagination-mini ul > li > span {
  padding: 0px 6px;
  font-size: 9.75px; }

/* line 6, ../sass/bootstrap/_pager.scss */
.pager {
  margin: 19px 0;
  list-style: none;
  text-align: center;
  *zoom: 1; }
  /* line 14, ../sass/bootstrap/_mixins.scss */
  .pager:before, .pager:after {
    display: table;
    content: "";
    line-height: 0; }
  /* line 22, ../sass/bootstrap/_mixins.scss */
  .pager:after {
    clear: both; }

/* line 12, ../sass/bootstrap/_pager.scss */
.pager li {
  display: inline; }

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

/* line 23, ../sass/bootstrap/_pager.scss */
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #f5f5f5; }

/* line 28, ../sass/bootstrap/_pager.scss */
.pager .next > a,
.pager .next > span {
  float: right; }

/* line 32, ../sass/bootstrap/_pager.scss */
.pager .previous > a,
.pager .previous > span {
  float: left; }

/* line 36, ../sass/bootstrap/_pager.scss */
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #999;
  background-color: #fff;
  cursor: default; }

/* line 6, ../sass/bootstrap/_modals.scss */
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }
  /* line 15, ../sass/bootstrap/_modals.scss */
  .modal-backdrop.fade {
    opacity: 0; }

/* line 18, ../sass/bootstrap/_modals.scss */
.modal-backdrop,
.modal-backdrop.fade.in {
  opacity: 0.8;
  filter: alpha(opacity=80); }

/* line 24, ../sass/bootstrap/_modals.scss */
.modal {
  position: fixed;
  top: 10%;
  left: 50%;
  z-index: 1050;
  width: 560px;
  margin-left: -280px;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.3);
  *border: 1px solid #999;
  /* IE6-7 */
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  outline: none; }
  /* line 41, ../sass/bootstrap/_modals.scss */
  .modal.fade {
    -webkit-transition: opacity 0.3s linear, top 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, top 0.3s ease-out;
    -o-transition: opacity 0.3s linear, top 0.3s ease-out;
    transition: opacity 0.3s linear, top 0.3s ease-out;
    top: -25%; }
  /* line 45, ../sass/bootstrap/_modals.scss */
  .modal.fade.in {
    top: 10%; }

/* line 47, ../sass/bootstrap/_modals.scss */
.modal-header {
  padding: 9px 15px;
  border-bottom: 1px solid #eee; }
  /* line 51, ../sass/bootstrap/_modals.scss */
  .modal-header .close {
    margin-top: 2px; }
  /* line 53, ../sass/bootstrap/_modals.scss */
  .modal-header h3 {
    margin: 0;
    line-height: 30px; }

/* line 60, ../sass/bootstrap/_modals.scss */
.modal-body {
  position: relative;
  overflow-y: auto;
  max-height: 400px;
  padding: 15px; }

/* line 67, ../sass/bootstrap/_modals.scss */
.modal-form {
  margin-bottom: 0; }

/* line 72, ../sass/bootstrap/_modals.scss */
.modal-footer {
  padding: 14px 15px 15px;
  margin-bottom: 0;
  text-align: right;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
  -webkit-box-shadow: inset 0 1px 0 #fff;
  -moz-box-shadow: inset 0 1px 0 #fff;
  box-shadow: inset 0 1px 0 #fff;
  *zoom: 1; }
  /* line 14, ../sass/bootstrap/_mixins.scss */
  .modal-footer:before, .modal-footer:after {
    display: table;
    content: "";
    line-height: 0; }
  /* line 22, ../sass/bootstrap/_mixins.scss */
  .modal-footer:after {
    clear: both; }
  /* line 83, ../sass/bootstrap/_modals.scss */
  .modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0; }
  /* line 88, ../sass/bootstrap/_modals.scss */
  .modal-footer .btn-group .btn + .btn {
    margin-left: -1px; }
  /* line 92, ../sass/bootstrap/_modals.scss */
  .modal-footer .btn-block + .btn-block {
    margin-left: 0; }

/* line 7, ../sass/bootstrap/_tooltip.scss */
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  font-size: 11px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0); }
  /* line 15, ../sass/bootstrap/_tooltip.scss */
  .tooltip.in {
    opacity: 0.8;
    filter: alpha(opacity=80); }
  /* line 16, ../sass/bootstrap/_tooltip.scss */
  .tooltip.top {
    margin-top: -3px;
    padding: 5px 0; }
  /* line 17, ../sass/bootstrap/_tooltip.scss */
  .tooltip.right {
    margin-left: 3px;
    padding: 0 5px; }
  /* line 18, ../sass/bootstrap/_tooltip.scss */
  .tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0; }
  /* line 19, ../sass/bootstrap/_tooltip.scss */
  .tooltip.left {
    margin-left: -3px;
    padding: 0 5px; }

/* line 23, ../sass/bootstrap/_tooltip.scss */
.tooltip-inner {
  max-width: 200px;
  padding: 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

/* line 34, ../sass/bootstrap/_tooltip.scss */
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

/* line 42, ../sass/bootstrap/_tooltip.scss */
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }
/* line 49, ../sass/bootstrap/_tooltip.scss */
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000; }
/* line 56, ../sass/bootstrap/_tooltip.scss */
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000; }
/* line 63, ../sass/bootstrap/_tooltip.scss */
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

/* line 6, ../sass/bootstrap/_popovers.scss */
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal; }
  /* line 28, ../sass/bootstrap/_popovers.scss */
  .popover.top {
    margin-top: -10px; }
  /* line 29, ../sass/bootstrap/_popovers.scss */
  .popover.right {
    margin-left: 10px; }
  /* line 30, ../sass/bootstrap/_popovers.scss */
  .popover.bottom {
    margin-top: 10px; }
  /* line 31, ../sass/bootstrap/_popovers.scss */
  .popover.left {
    margin-left: -10px; }

/* line 34, ../sass/bootstrap/_popovers.scss */
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0; }
  /* line 44, ../sass/bootstrap/_popovers.scss */
  .popover-title:empty {
    display: none; }

/* line 49, ../sass/bootstrap/_popovers.scss */
.popover-content {
  padding: 9px 14px; }

/* line 57, ../sass/bootstrap/_popovers.scss */
.popover .arrow,
.popover .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

/* line 66, ../sass/bootstrap/_popovers.scss */
.popover .arrow {
  border-width: 11px; }

/* line 69, ../sass/bootstrap/_popovers.scss */
.popover .arrow:after {
  border-width: 10px;
  content: ""; }

/* line 75, ../sass/bootstrap/_popovers.scss */
.popover.top .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px; }
  /* line 82, ../sass/bootstrap/_popovers.scss */
  .popover.top .arrow:after {
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #fff; }
/* line 89, ../sass/bootstrap/_popovers.scss */
.popover.right .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25); }
  /* line 96, ../sass/bootstrap/_popovers.scss */
  .popover.right .arrow:after {
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #fff; }
/* line 103, ../sass/bootstrap/_popovers.scss */
.popover.bottom .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px; }
  /* line 110, ../sass/bootstrap/_popovers.scss */
  .popover.bottom .arrow:after {
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #fff; }
/* line 118, ../sass/bootstrap/_popovers.scss */
.popover.left .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25); }
  /* line 125, ../sass/bootstrap/_popovers.scss */
  .popover.left .arrow:after {
    right: 1px;
    border-right-width: 0;
    border-left-color: #fff;
    bottom: -10px; }

/* line 9, ../sass/bootstrap/_thumbnails.scss */
.thumbnails {
  margin-left: -20px;
  list-style: none;
  *zoom: 1; }
  /* line 14, ../sass/bootstrap/_mixins.scss */
  .thumbnails:before, .thumbnails:after {
    display: table;
    content: "";
    line-height: 0; }
  /* line 22, ../sass/bootstrap/_mixins.scss */
  .thumbnails:after {
    clear: both; }

/* line 15, ../sass/bootstrap/_thumbnails.scss */
.row-fluid .thumbnails {
  margin-left: 0; }

/* line 20, ../sass/bootstrap/_thumbnails.scss */
.thumbnails > li {
  float: left;
  margin-bottom: 19px;
  margin-left: 20px; }

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

/* line 37, ../sass/bootstrap/_thumbnails.scss */
a.thumbnail:hover,
a.thumbnail:focus {
  border-color: #08c;
  -webkit-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
  -moz-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
  box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25); }

/* line 44, ../sass/bootstrap/_thumbnails.scss */
.thumbnail > img {
  display: block;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; }

/* line 50, ../sass/bootstrap/_thumbnails.scss */
.thumbnail .caption {
  padding: 9px;
  color: #555; }

/* line 10, ../sass/bootstrap/_media.scss */
.media,
.media-body {
  overflow: hidden;
  *overflow: visible;
  zoom: 1; }

/* line 18, ../sass/bootstrap/_media.scss */
.media,
.media .media {
  margin-top: 15px; }

/* line 22, ../sass/bootstrap/_media.scss */
.media:first-child {
  margin-top: 0; }

/* line 27, ../sass/bootstrap/_media.scss */
.media-object {
  display: block; }

/* line 32, ../sass/bootstrap/_media.scss */
.media-heading {
  margin: 0 0 5px; }

/* line 40, ../sass/bootstrap/_media.scss */
.media > .pull-left {
  margin-right: 10px; }

/* line 43, ../sass/bootstrap/_media.scss */
.media > .pull-right {
  margin-left: 10px; }

/* line 52, ../sass/bootstrap/_media.scss */
.media-list {
  margin-left: 0;
  list-style: none; }

/* line 7, ../sass/bootstrap/_labels-badges.scss */
.label,
.badge {
  display: inline-block;
  padding: 2px 4px;
  font-size: 10.998px;
  font-weight: bold;
  line-height: 14px;
  color: #fff;
  vertical-align: baseline;
  white-space: nowrap;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #999; }

/* line 21, ../sass/bootstrap/_labels-badges.scss */
.label {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }

/* line 24, ../sass/bootstrap/_labels-badges.scss */
.badge {
  padding-left: 9px;
  padding-right: 9px;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px; }

/* line 33, ../sass/bootstrap/_labels-badges.scss */
.label:empty,
.badge:empty {
  display: none; }

/* line 40, ../sass/bootstrap/_labels-badges.scss */
a.label:hover, a.label:focus, a.badge:hover, a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer; }

/* line 54, ../sass/bootstrap/_labels-badges.scss */
.label-important {
  background-color: #b94a48; }

/* line 55, ../sass/bootstrap/_labels-badges.scss */
.label-important[href] {
  background-color: #953b39; }

/* line 57, ../sass/bootstrap/_labels-badges.scss */
.label-warning {
  background-color: #f89406; }

/* line 58, ../sass/bootstrap/_labels-badges.scss */
.label-warning[href] {
  background-color: #c67605; }

/* line 60, ../sass/bootstrap/_labels-badges.scss */
.label-success {
  background-color: #468847; }

/* line 61, ../sass/bootstrap/_labels-badges.scss */
.label-success[href] {
  background-color: #356635; }

/* line 63, ../sass/bootstrap/_labels-badges.scss */
.label-info {
  background-color: #3a87ad; }

/* line 64, ../sass/bootstrap/_labels-badges.scss */
.label-info[href] {
  background-color: #2d6987; }

/* line 66, ../sass/bootstrap/_labels-badges.scss */
.label-inverse {
  background-color: #333; }

/* line 67, ../sass/bootstrap/_labels-badges.scss */
.label-inverse[href] {
  background-color: #1a1a1a; }

/* line 54, ../sass/bootstrap/_labels-badges.scss */
.badge-important {
  background-color: #b94a48; }

/* line 55, ../sass/bootstrap/_labels-badges.scss */
.badge-important[href] {
  background-color: #953b39; }

/* line 57, ../sass/bootstrap/_labels-badges.scss */
.badge-warning {
  background-color: #f89406; }

/* line 58, ../sass/bootstrap/_labels-badges.scss */
.badge-warning[href] {
  background-color: #c67605; }

/* line 60, ../sass/bootstrap/_labels-badges.scss */
.badge-success {
  background-color: #468847; }

/* line 61, ../sass/bootstrap/_labels-badges.scss */
.badge-success[href] {
  background-color: #356635; }

/* line 63, ../sass/bootstrap/_labels-badges.scss */
.badge-info {
  background-color: #3a87ad; }

/* line 64, ../sass/bootstrap/_labels-badges.scss */
.badge-info[href] {
  background-color: #2d6987; }

/* line 66, ../sass/bootstrap/_labels-badges.scss */
.badge-inverse {
  background-color: #333; }

/* line 67, ../sass/bootstrap/_labels-badges.scss */
.badge-inverse[href] {
  background-color: #1a1a1a; }

/* line 72, ../sass/bootstrap/_labels-badges.scss */
.btn .label,
.btn .badge {
  position: relative;
  top: -1px; }

/* line 79, ../sass/bootstrap/_labels-badges.scss */
.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; } }
/* line 45, ../sass/bootstrap/_progress-bars.scss */
.progress {
  overflow: hidden;
  height: 19px;
  margin-bottom: 19px;
  background-color: #f6f6f6;
  background-image: -moz-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#f9f9f9));
  background-image: -webkit-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: -o-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: linear-gradient(to bottom, #f5f5f5, #f9f9f9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF5F5F5', endColorstr='#FFF9F9F9', GradientType=0);
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

/* line 55, ../sass/bootstrap/_progress-bars.scss */
.progress .bar {
  width: 0%;
  height: 100%;
  color: #fff;
  float: left;
  font-size: 12px;
  text-align: center;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #0d90d1;
  background-image: -moz-linear-gradient(top, #149bdf, #0480be);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#149bdf), to(#0480be));
  background-image: -webkit-linear-gradient(top, #149bdf, #0480be);
  background-image: -o-linear-gradient(top, #149bdf, #0480be);
  background-image: linear-gradient(to bottom, #149bdf, #0480be);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF149BDF', endColorstr='#FF0480BE', GradientType=0);
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: width 0.6s ease;
  -moz-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease; }

/* line 68, ../sass/bootstrap/_progress-bars.scss */
.progress .bar + .bar {
  -webkit-box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15); }

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

/* line 79, ../sass/bootstrap/_progress-bars.scss */
.progress.active .bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -moz-animation: progress-bar-stripes 2s linear infinite;
  -ms-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite; }

/* line 93, ../sass/bootstrap/_progress-bars.scss */
.progress-danger .bar, .progress .bar-danger {
  background-color: #dd514b;
  background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#c43c35));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: linear-gradient(to bottom, #ee5f5b, #c43c35);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEE5F5B', endColorstr='#FFC43C35', GradientType=0); }

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

/* line 101, ../sass/bootstrap/_progress-bars.scss */
.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='#FF62C462', endColorstr='#FF57A957', GradientType=0); }

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

/* line 109, ../sass/bootstrap/_progress-bars.scss */
.progress-info .bar, .progress .bar-info {
  background-color: #4bb1cf;
  background-image: -moz-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#339bb9));
  background-image: -webkit-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -o-linear-gradient(top, #5bc0de, #339bb9);
  background-image: linear-gradient(to bottom, #5bc0de, #339bb9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF5BC0DE', endColorstr='#FF339BB9', GradientType=0); }

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

/* line 117, ../sass/bootstrap/_progress-bars.scss */
.progress-warning .bar, .progress .bar-warning {
  background-color: #f9a732;
  background-image: -moz-linear-gradient(top, #fbb450, #f89406);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
  background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
  background-image: -o-linear-gradient(top, #fbb450, #f89406);
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFBB450', endColorstr='#FFF89406', GradientType=0); }

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

/* line 7, ../sass/bootstrap/_accordion.scss */
.accordion {
  margin-bottom: 19px; }

/* line 12, ../sass/bootstrap/_accordion.scss */
.accordion-group {
  margin-bottom: 2px;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

/* line 17, ../sass/bootstrap/_accordion.scss */
.accordion-heading {
  border-bottom: 0; }

/* line 20, ../sass/bootstrap/_accordion.scss */
.accordion-heading .accordion-toggle {
  display: block;
  padding: 8px 15px; }

/* line 26, ../sass/bootstrap/_accordion.scss */
.accordion-toggle {
  cursor: pointer; }

/* line 31, ../sass/bootstrap/_accordion.scss */
.accordion-inner {
  padding: 9px 15px;
  border-top: 1px solid #e5e5e5; }

/* line 6, ../sass/bootstrap/_carousel.scss */
.carousel {
  position: relative;
  margin-bottom: 19px;
  line-height: 1; }

/* line 12, ../sass/bootstrap/_carousel.scss */
.carousel-inner {
  overflow: hidden;
  width: 100%;
  position: relative; }

/* line 20, ../sass/bootstrap/_carousel.scss */
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -moz-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left; }
  /* line 26, ../sass/bootstrap/_carousel.scss */
  .carousel-inner > .item > img,
  .carousel-inner > .item > a > img {
    display: block;
    line-height: 1; }
/* line 33, ../sass/bootstrap/_carousel.scss */
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block; }
/* line 37, ../sass/bootstrap/_carousel.scss */
.carousel-inner > .active {
  left: 0; }
/* line 41, ../sass/bootstrap/_carousel.scss */
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%; }
/* line 48, ../sass/bootstrap/_carousel.scss */
.carousel-inner > .next {
  left: 100%; }
/* line 51, ../sass/bootstrap/_carousel.scss */
.carousel-inner > .prev {
  left: -100%; }
/* line 54, ../sass/bootstrap/_carousel.scss */
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0; }
/* line 59, ../sass/bootstrap/_carousel.scss */
.carousel-inner > .active.left {
  left: -100%; }
/* line 62, ../sass/bootstrap/_carousel.scss */
.carousel-inner > .active.right {
  left: 100%; }

/* line 71, ../sass/bootstrap/_carousel.scss */
.carousel-control {
  position: absolute;
  top: 40%;
  left: 15px;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  font-size: 60px;
  font-weight: 100;
  line-height: 30px;
  color: #fff;
  text-align: center;
  background: #222;
  border: 3px solid #fff;
  -webkit-border-radius: 23px;
  -moz-border-radius: 23px;
  border-radius: 23px;
  opacity: 0.5;
  filter: alpha(opacity=50); }
  /* line 96, ../sass/bootstrap/_carousel.scss */
  .carousel-control.right {
    left: auto;
    right: 15px; }
  /* line 102, ../sass/bootstrap/_carousel.scss */
  .carousel-control:hover, .carousel-control:focus {
    color: #fff;
    text-decoration: none;
    opacity: 0.9;
    filter: alpha(opacity=90); }

/* line 112, ../sass/bootstrap/_carousel.scss */
.carousel-indicators {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 5;
  margin: 0;
  list-style: none; }
  /* line 120, ../sass/bootstrap/_carousel.scss */
  .carousel-indicators li {
    display: block;
    float: left;
    width: 10px;
    height: 10px;
    margin-left: 5px;
    text-indent: -999px;
    background-color: #ccc;
    background-color: rgba(255, 255, 255, 0.25);
    border-radius: 5px; }
  /* line 131, ../sass/bootstrap/_carousel.scss */
  .carousel-indicators .active {
    background-color: #fff; }

/* line 139, ../sass/bootstrap/_carousel.scss */
.carousel-caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 15px;
  background: #333;
  background: rgba(0, 0, 0, 0.75); }

/* line 148, ../sass/bootstrap/_carousel.scss */
.carousel-caption h4,
.carousel-caption p {
  color: #fff;
  line-height: 19px; }

/* line 153, ../sass/bootstrap/_carousel.scss */
.carousel-caption h4 {
  margin: 0 0 5px; }

/* line 156, ../sass/bootstrap/_carousel.scss */
.carousel-caption p {
  margin-bottom: 0; }

/* line 6, ../sass/bootstrap/_hero-unit.scss */
.hero-unit {
  padding: 60px;
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 200;
  line-height: 28.5px;
  color: inherit;
  background-color: #eee;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px; }
  /* line 15, ../sass/bootstrap/_hero-unit.scss */
  .hero-unit h1 {
    margin-bottom: 0;
    font-size: 60px;
    line-height: 1;
    color: inherit;
    letter-spacing: -1px; }
  /* line 22, ../sass/bootstrap/_hero-unit.scss */
  .hero-unit li {
    line-height: 28.5px; }

/* line 7, ../sass/bootstrap/_utilities.scss */
.pull-right {
  float: right; }

/* line 10, ../sass/bootstrap/_utilities.scss */
.pull-left {
  float: left; }

/* line 15, ../sass/bootstrap/_utilities.scss */
.hide {
  display: none; }

/* line 18, ../sass/bootstrap/_utilities.scss */
.show {
  display: block; }

/* line 23, ../sass/bootstrap/_utilities.scss */
.invisible {
  visibility: hidden; }

/* line 28, ../sass/bootstrap/_utilities.scss */
.affix {
  position: fixed; }

/* line 33, ../sass/bootstrap/_utilities.scss */
.clearfix {
  *zoom: 1; }
  /* line 14, ../sass/bootstrap/_mixins.scss */
  .clearfix:before, .clearfix:after {
    display: table;
    content: "";
    line-height: 0; }
  /* line 22, ../sass/bootstrap/_mixins.scss */
  .clearfix:after {
    clear: both; }

/* line 38, ../sass/bootstrap/_utilities.scss */
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

/* line 43, ../sass/bootstrap/_utilities.scss */
.input-block-level {
  display: block;
  width: 100%;
  min-height: 29px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/* line 7, ../sass/bootstrap.scss */
form .datepicker, textarea.autoresize, form .inputtext, .inputselect {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/* line 10, ../sass/bootstrap.scss */
select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
  height: auto;
  padding: 3px 6px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  /* line 16, ../sass/bootstrap.scss */
  select:focus, 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: #888;
    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(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 0, 0, 0.3); }

/* line 5, ../sass/login.scss */
html, body {
  height: 100%; }

/* line 6, ../sass/login.scss */
#loginContents h1 {
  color: #828282;
  text-align: center;
  margin: 10px 0 0;
  padding: 0; }

/* line 13, ../sass/login.scss */
.demo-banner {
  background-color: #750000;
  color: white;
  font-size: 32px;
  font-family: Arial, Helvetica, Sans-Serif;
  font-weight: bold;
  text-align: center; }

/* line 22, ../sass/login.scss */
form {
  margin: 0;
  padding: 15px 20px 0 20px; }

/* line 28, ../sass/login.scss */
#loginoptions {
  position: relative;
  text-align: left;
  display:inline-block;
  bottom: 80px;
  padding-top: 5px;
  font-weight: 600; 
}


/*
  position: fixed;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  bottom: 15px;
  */

/* line 36, ../sass/login.scss */
#login-container {
  background-color: #fff;
  position: absolute;
  width: 450px;
  margin: -145px auto auto -235px;
  top: 40%;
  left: 50%;
  font-weight: normal;
  color: #333333;
  -webkit-box-shadow: 0 0 15px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 15px 2px rgba(0, 0, 0, 0.1); }

/* line 49, ../sass/login.scss */
.loginTitle {
  text-align: left;
  top: 13px;
  height: 30px; }

/* line 55, ../sass/login.scss */
p {
  text-align: left; }

/* line 59, ../sass/login.scss */
.inputtext {
  display: block;
  width: 400px; }

/* line 64, ../sass/login.scss */
.buttonInput {
  width: 100px;
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 11px; }

/* line 70, ../sass/login.scss */
.btn {
  margin: 0px;
  padding: 7px 10px; }
  /* line 73, ../sass/login.scss */
  .btn:hover {
    background-color: #eee; }

/*
#formfooter a:link,#formfooter a:visited,#formfooter a:active,#formfooter a {
  color: #0066BC;
  font-weight: normal;
  text-decoration: underline;
}
*/
/* line 86, ../sass/login.scss */
label {
  font-size: 14px;
  line-height: 20px; }

/* line 92, ../sass/login.scss */
#login-logo {
  padding-top: 15px;
  padding-bottom: 15px; }

/* line 97, ../sass/login.scss */
h1 {
  font-size: 16px;
  color: #333;
  font-weight: bold; }

/* line 103, ../sass/login.scss */
body.login {
  color: #eee;
  background: whitesmoke !important; }
body.login #footer {
    display: none;
}

/* line 107, ../sass/login.scss */
body.login #loginoptions a {
  color: #333; }

/* line 112, ../sass/login.scss */
#loginForm {
  position: relative; }

/* line 116, ../sass/login.scss */
.actions {
  margin: 22px 0;
  text-align: right !important;
  padding-right: 8px; }

/* line 123, ../sass/login.scss */
#login-header {
  text-align: right;
  padding: 34px 10px 15px 0;
  font-size: 16px;
  font-weight: bold;
  height: 110px;
  color: #666;
  display: block;
  background: #fef2ef url("/images/2016/logo.svg") no-repeat;
  background-position: center center;
  margin: 0 auto;
  background-size: auto 80%;
  background-position: center; }

/* line 141, ../sass/login.scss */
body.login button,
body.login .btn
{
  background: #333;
  border-radius: 3px;
  border: 0 !important;
  color: white;
  border-radius: 4px;
  padding: 1em 2em;
  -o-transition: .4s;
  -ms-transition: .4s;
  -moz-transition: .4s;
  -webkit-transition: .4s;
  font-family: Zeitung, sans;
  letter-spacing: 0.1em;
  font-size: 0.8em;
  line-height: 0.8em;
  text-transform: uppercase;
  text-shadow: none;
  border: 0;
  font-size: 15px;
  font-weight: normal;
  margin-bottom: 20px; }

/* line 142, ../sass/login.scss */
body.login div#login-fields .row-fluid .span9 {
  width: 100%; }

/* line 143, ../sass/login.scss */
body.login div#login-fields .row-fluid .span3 {
  margin: 0;
  width: 100%;
  text-align: right; }

/* line 145, ../sass/login.scss */
body.login .row-fluid {
  margin-bottom: 15px; }

/* line 147, ../sass/login.scss */
body.login .loginContents .row-fluid > .row-fluid > .row-fluid.actions .span8 {
  width: 100%; }

/* line 148, ../sass/login.scss */
body.login .loginContents .row-fluid > .row-fluid > .row-fluid.actions .span4 {
  width: 100%; }

/* line 150, ../sass/login.scss */
#loginerror {
  font-size: 11px;
  /*position: absolute;
  color: red;
  font-weight: normal;*/
  min-height: 20px;
  /*
  margin-top:55px;
  */
  text-align: left;
}

/* line 159, ../sass/login.scss */
div.errormessage {
  color: red;
  text-align: left;
  font-weight: bold;
  padding: 0;
  /*
  width:250px;*/
}

/* line 167, ../sass/login.scss */
div.infomessage {
  /*width: 390px;
  color: #333;
  /*padding: 10px 0px 5px;*/
}

/* line 175, ../sass/login.scss */
#simplemodal-data {
  background: url("/images/icons/lock.png") no-repeat;
  background-position: right 40px; }

/* line 180, ../sass/login.scss */
#simplemodal-data p {
  padding-left: 5px;
  padding-top: 10px;
  width: 70%; }

/* line 184, ../sass/login.scss */
#panel-passwordreset, #panel-passwordresetconfirmation {
  padding-left: 20px;
  padding-right: 10px; }

/* portrait phones  - jbw Fri 18 May 2012 22:23:06 BST */
@media (max-width: 480px) {
  /* line 193, ../sass/login.scss */
  #login-container {
    position: absolute;
    width: 100%;
    height: 100%;
    margin: 0;
    top: 0;
    left: 0; }

  /* line 201, ../sass/login.scss */
  label {
    font-size: 1.3em;
    padding: 10px 0;
  }

  .row-fluid:first-child {
      margin-top:15px !important;
  }

    .actions:first-child {
    margin: 0px !important;
  }

  /* line 207, ../sass/login.scss */
  body.login {
    color: #333; }

  /* line 209, ../sass/login.scss */
  #login-header {
    background-position: center center;
    padding: 84px 75px 29px 0; }

  /* line 215, ../sass/login.scss */
  body.login #loginoptions a {
    color: #666;
    text-shadow: none; }

  /* line 221, ../sass/login.scss */
  input:-webkit-autofill,
  input.text {
    display: block;
    background-color: #fff;
    padding: 1% 2%;
    font-family: "Adobe Garamond", "Lucida Grande", "Gill Sans","Verdana", "Tahoma";
    height: 35px;
    margin-bottom: 20px; }

  /* line 232, ../sass/login.scss */
  p {
    height: auto !important;
  }

  #nsalert {
    width: 100% !important;
    left: 0 !important;
  }

  .span8 {
    width: 50% !important;
  }

  .inputtext {
    width: 100% !important;
  }



  div.errormessage {
    color: red;
    text-align: left;
    font-weight: bold;
    padding: 0;
    width:100%;
  }

  /* line 235, ../sass/login.scss */
  #loginerror {
    margin-top: -15px;
    top: 0px;
    font-size: 12px;
    padding: 3px 0; } }
/* line 244, ../sass/login.scss */
body.login #simplemodal-data {
  color: #333; }

/* line 248, ../sass/login.scss */
.panel {
  min-height: 100px; }

/* line 260, ../sass/login.scss */
span.mandatoryfield {
  display: none; }

/* line 264, ../sass/login.scss */
p.formerror {
  display: none; }
#mfatoken {
  font-size: 57px;
  letter-spacing: 27px;
  padding: 22px 0 22px 22px;
}
#footer {
  display:none;
}
.loginForm.with-errors #loginContents h1 {
  color:red;
}


/*
* jQuery UI CSS Framework
* Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt) licenses.
*/

/* Layout helpers
----------------------------------*/
.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { position: absolute; left: -99999999px; }
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
.ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.ui-helper-clearfix { display: inline-block; }
/* required comment for clearfix to work in Opera \*/
* html .ui-helper-clearfix { height:1%; }
.ui-helper-clearfix { display:block; }
/* end clearfix */
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }


/* Interaction Cues
----------------------------------*/
.ui-state-disabled { cursor: default !important; }


/* Icons
----------------------------------*/

/* states and images */
.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }



/*
* jQuery UI CSS Framework
* Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt) licenses.
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Trebuchet%20MS,%20Tahoma,%20Verdana,%20Arial,%20sans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=f6a828&bgTextureHeader=12_gloss_wave.png&bgImgOpacityHeader=35&borderColorHeader=e78f08&fcHeader=ffffff&iconColorHeader=ffffff&bgColorContent=eeeeee&bgTextureContent=03_highlight_soft.png&bgImgOpacityContent=100&borderColorContent=dddddd&fcContent=333333&iconColorContent=222222&bgColorDefault=f6f6f6&bgTextureDefault=02_glass.png&bgImgOpacityDefault=100&borderColorDefault=cccccc&fcDefault=1c94c4&iconColorDefault=ef8c08&bgColorHover=fdf5ce&bgTextureHover=02_glass.png&bgImgOpacityHover=100&borderColorHover=fbcb09&fcHover=c77405&iconColorHover=ef8c08&bgColorActive=ffffff&bgTextureActive=02_glass.png&bgImgOpacityActive=65&borderColorActive=fbd850&fcActive=eb8f00&iconColorActive=ef8c08&bgColorHighlight=ffe45c&bgTextureHighlight=03_highlight_soft.png&bgImgOpacityHighlight=75&borderColorHighlight=fed22f&fcHighlight=363636&iconColorHighlight=228ef1&bgColorError=b81900&bgTextureError=08_diagonals_thick.png&bgImgOpacityError=18&borderColorError=cd0a0a&fcError=ffffff&iconColorError=ffd27a&bgColorOverlay=666666&bgTextureOverlay=08_diagonals_thick.png&bgImgOpacityOverlay=20&opacityOverlay=50&bgColorShadow=000000&bgTextureShadow=01_flat.png&bgImgOpacityShadow=10&opacityShadow=20&thicknessShadow=5px&offsetTopShadow=-5px&offsetLeftShadow=-5px&cornerRadiusShadow=5px
*/


/* Component containers
----------------------------------*/
.ui-widget { font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif; font-size: 1.1em; }
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif; font-size: 1em; }
.ui-widget-content { border: 1px solid #dddddd; background: #eeeeee; color: #333333; }
.ui-widget-content a { color: #333333; }
.ui-widget-header { border: 1px solid #e78f08; background: #f6a828 url(images/ui-bg_gloss-wave_35_f6a828_500x100.png) 50% 50% repeat-x; color: #ffffff; font-weight: bold; }
.ui-widget-header a { color: #ffffff; }

/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default { border: 1px solid #cccccc; background: #f6f6f6 ; font-weight: bold; color: #1c94c4; outline: none; }
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #1c94c4; text-decoration: none; outline: none; }
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus { border: 1px solid #fbcb09; background: #fdf5ce; font-weight: bold; color: #c77405; outline: none; }
.ui-state-hover a, .ui-state-hover a:hover { color: #c77405; text-decoration: none; outline: none; }
.ui-state-active, .ui-widget-content .ui-state-active { border: 1px solid #fbd850; background: #ffffff ; font-weight: bold; color: #eb8f00; outline: none; }
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #eb8f00; outline: none; text-decoration: none; }

/* Interaction Cues
----------------------------------*/
/*
.ui-state-highlight, .ui-widget-content .ui-state-highlight {  color: #363636; }
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a { color: #363636; }
*/
.ui-state-error, .ui-widget-content .ui-state-error {border: 1px solid #cd0a0a; background: #b81900 url(images/ui-bg_diagonals-thick_18_b81900_40x40.png) 50% 50% repeat; color: #ffffff; }
.ui-state-error a, .ui-widget-content .ui-state-error a { color: #ffffff; }
.ui-state-error-text, .ui-widget-content .ui-state-error-text { color: #ffffff; }
.ui-state-disabled, .ui-widget-content .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; }
.ui-priority-primary, .ui-widget-content .ui-priority-primary { font-weight: bold; }
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; }

/* Icons
----------------------------------*/

/* states and images */
.ui-icon { width: 16px; height: 16px;  }
.ui-widget-content .ui-icon { }
.ui-widget-header .ui-icon {background-image: url(images/ui-icons_ffffff_256x240.png); }
.ui-state-default .ui-icon { background-image: url(images/ui-icons_ef8c08_256x240.png); }
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url(images/ui-icons_ef8c08_256x240.png); }
.ui-state-active .ui-icon {background-image: url(images/ui-icons_ef8c08_256x240.png); }
.ui-state-highlight .ui-icon {background-image: url(images/ui-icons_228ef1_256x240.png); }
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: url(images/ui-icons_ffd27a_256x240.png); }

/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-tl { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; }
.ui-corner-tr { -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; }
.ui-corner-bl { -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; }
.ui-corner-br { -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; }
.ui-corner-top { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; }
.ui-corner-bottom { -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; }
.ui-corner-right {  -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; }
.ui-corner-left { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; }
.ui-corner-all { -moz-border-radius: 4px; -webkit-border-radius: 4px; }

/* Overlays */
.ui-widget-overlay { background: #666666 url(images/ui-bg_diagonals-thick_20_666666_40x40.png) 50% 50% repeat; opacity: .50;filter:Alpha(Opacity=50); }
.ui-widget-shadow { margin: -5px 0 0 -5px; padding: 5px; background: #000000 url(images/ui-bg_flat_10_000000_40x100.png) 50% 50% repeat-x; opacity: .20;filter:Alpha(Opacity=20); -moz-border-radius: 5px; -webkit-border-radius: 5px; }/* Accordion
----------------------------------*/
.ui-accordion .ui-accordion-header { cursor: pointer; position: relative; margin-top: 1px; zoom: 1; }
.ui-accordion .ui-accordion-li-fix { display: inline; }
.ui-accordion .ui-accordion-header-active { border-bottom: 0 !important; }
.ui-accordion .ui-accordion-header a { display: block; font-size: 1em; padding: .5em .5em .5em 2.2em; }
.ui-accordion .ui-accordion-header .ui-icon { position: absolute; left: .5em; top: 50%; margin-top: -8px; }
.ui-accordion .ui-accordion-content { padding: 1em 2.2em; border-top: 0; margin-top: -2px; position: relative; top: 1px; margin-bottom: 2px; overflow: auto; display: none; }
.ui-accordion .ui-accordion-content-active { display: block; }/* Datepicker
----------------------------------*/
.ui-datepicker { width: 17em; padding: .2em .2em 0; z-index: 9900;  }
.ui-datepicker .ui-datepicker-header { position:relative; padding:.2em 0; }
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position:absolute; top: 2px; width: 1.8em; height: 1.8em; }
.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover { top: 1px; }
.ui-datepicker .ui-datepicker-prev { left:2px; }
.ui-datepicker .ui-datepicker-next { right:2px; }
.ui-datepicker .ui-datepicker-prev-hover { left:1px; }
.ui-datepicker .ui-datepicker-next-hover { right:1px; }
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span { display: block; position: absolute; left: 50%; margin-left: -8px; top: 50%; margin-top: -8px;  }
.ui-datepicker .ui-datepicker-title { margin: 0 2.3em; line-height: 1.8em; text-align: center; }
.ui-datepicker .ui-datepicker-title select { float:left; font-size:1em; margin:1px 0; }
.ui-datepicker select.ui-datepicker-month-year {width: 100%;}
.ui-datepicker select.ui-datepicker-month, 
.ui-datepicker select.ui-datepicker-year { width: 49%;}
.ui-datepicker .ui-datepicker-title select.ui-datepicker-year { float: right; }
.ui-datepicker table {width: 100%; font-size: .9em; border-collapse: collapse; margin:0 0 .4em; }
.ui-datepicker th { padding: .7em .3em; text-align: center; font-weight: bold; border: 0;  }
.ui-datepicker td { border: 0; padding: 1px; }
.ui-datepicker td span, .ui-datepicker td a { display: block; padding: .2em; text-align: right; text-decoration: none; }
.ui-datepicker .ui-datepicker-buttonpane { background-image: none; margin: .7em 0 0 0; padding:0 .2em; border-left: 0; border-right: 0; border-bottom: 0; }
.ui-datepicker .ui-datepicker-buttonpane button { float: right; margin: .5em .2em .4em; cursor: pointer; padding: .2em .6em .3em .6em; width:auto; overflow:visible; }
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float:left; }

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi { width:auto; }
.ui-datepicker-multi .ui-datepicker-group { float:left; }
.ui-datepicker-multi .ui-datepicker-group table { width:95%; margin:0 auto .4em; }
.ui-datepicker-multi-2 .ui-datepicker-group { width:50%; }
.ui-datepicker-multi-3 .ui-datepicker-group { width:33.3%; }
.ui-datepicker-multi-4 .ui-datepicker-group { width:25%; }
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-buttonpane { clear:left; }
.ui-datepicker-row-break { clear:both; width:100%; }

/* RTL support */
.ui-datepicker-rtl { direction: rtl; }
.ui-datepicker-rtl .ui-datepicker-prev { right: 2px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next { left: 2px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-prev:hover { right: 1px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next:hover { left: 1px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-buttonpane { clear:right; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button { float: left; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current { float:right; }
.ui-datepicker-rtl .ui-datepicker-group { float:right; }
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header { border-right-width:0; border-left-width:1px; }
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header { border-right-width:0; border-left-width:1px; }

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

