/*
 * Bootstrap v2.1.1
 *
 * 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/lib/bootstrap.scss */
.clearfix {
  *zoom: 1;
}

/* line 14, ../../sass/lib/bootstrap.scss */
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}

/* line 19, ../../sass/lib/bootstrap.scss */
.clearfix:after {
  clear: both;
}

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

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

/* line 46, ../../sass/lib/bootstrap.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}

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

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

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

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

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

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

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

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

/* line 86, ../../sass/lib/bootstrap.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 102, ../../sass/lib/bootstrap.scss */
#map_canvas img {
  max-width: none;
}

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

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

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

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

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

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

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

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

/* line 154, ../../sass/lib/bootstrap.scss */
code {
  padding: 2px 4px;
  color: #d14;
  background-color: #f7f7f9;
  border: 1px solid #e1e1e8;
}

/* line 160, ../../sass/lib/bootstrap.scss */
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 20px;
  word-break: break-all;
  word-wrap: break-word;
  white-space: pre;
  white-space: pre-wrap;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/* line 177, ../../sass/lib/bootstrap.scss */
pre.prettyprint {
  margin-bottom: 20px;
}

/* line 180, ../../sass/lib/bootstrap.scss */
pre code {
  padding: 0;
  color: inherit;
  background-color: transparent;
  border: 0;
}

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

/* line 191, ../../sass/lib/bootstrap.scss */
.label,
.badge {
  font-size: 11.844px;
  font-weight: bold;
  line-height: 14px;
  color: #ffffff;
  vertical-align: baseline;
  white-space: nowrap;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #999999;
}

/* line 201, ../../sass/lib/bootstrap.scss */
.label {
  padding: 1px 4px 2px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

/* line 207, ../../sass/lib/bootstrap.scss */
.badge {
  padding: 1px 9px 2px;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
}

/* line 214, ../../sass/lib/bootstrap.scss */
a.label:hover,
a.badge:hover {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}

/* line 220, ../../sass/lib/bootstrap.scss */
.label-important,
.badge-important {
  background-color: #b94a48;
}

/* line 224, ../../sass/lib/bootstrap.scss */
.label-important[href],
.badge-important[href] {
  background-color: #953b39;
}

/* line 228, ../../sass/lib/bootstrap.scss */
.label-warning,
.badge-warning {
  background-color: #f89406;
}

/* line 232, ../../sass/lib/bootstrap.scss */
.label-warning[href],
.badge-warning[href] {
  background-color: #c67605;
}

/* line 236, ../../sass/lib/bootstrap.scss */
.label-success,
.badge-success {
  background-color: #468847;
}

/* line 240, ../../sass/lib/bootstrap.scss */
.label-success[href],
.badge-success[href] {
  background-color: #356635;
}

/* line 244, ../../sass/lib/bootstrap.scss */
.label-info,
.badge-info {
  background-color: #3a87ad;
}

/* line 248, ../../sass/lib/bootstrap.scss */
.label-info[href],
.badge-info[href] {
  background-color: #2d6987;
}

/* line 252, ../../sass/lib/bootstrap.scss */
.label-inverse,
.badge-inverse {
  background-color: #333333;
}

/* line 256, ../../sass/lib/bootstrap.scss */
.label-inverse[href],
.badge-inverse[href] {
  background-color: #1a1a1a;
}

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

/* line 265, ../../sass/lib/bootstrap.scss */
.btn-mini .label,
.btn-mini .badge {
  top: 0;
}

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

/* line 274, ../../sass/lib/bootstrap.scss */
.table {
  width: 100%;
  margin-bottom: 20px;
}

/* line 279, ../../sass/lib/bootstrap.scss */
.table th,
.table td {
  padding: 8px;
  line-height: 20px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}

/* line 286, ../../sass/lib/bootstrap.scss */
.table th {
  font-weight: bold;
}

/* line 289, ../../sass/lib/bootstrap.scss */
.table thead th {
  vertical-align: bottom;
}

/* line 297, ../../sass/lib/bootstrap.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 300, ../../sass/lib/bootstrap.scss */
.table tbody + tbody {
  border-top: 2px solid #dddddd;
}

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

/* line 307, ../../sass/lib/bootstrap.scss */
.table-bordered {
  border: 1px solid #dddddd;
  border-collapse: separate;
  *border-collapse: collapse;
  border-left: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/* line 317, ../../sass/lib/bootstrap.scss */
.table-bordered th,
.table-bordered td {
  border-left: 1px solid #dddddd;
}

/* line 328, ../../sass/lib/bootstrap.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 332, ../../sass/lib/bootstrap.scss */
.table-bordered thead:first-child tr:first-child th:first-child,
.table-bordered tbody:first-child tr:first-child td:first-child {
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
}

/* line 338, ../../sass/lib/bootstrap.scss */
.table-bordered thead:first-child tr:first-child th:last-child,
.table-bordered tbody:first-child tr:first-child td:last-child {
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
}

/* line 345, ../../sass/lib/bootstrap.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 tfoot:last-child tr:last-child td:first-child {
  -webkit-border-radius: 0 0 0 4px;
  -moz-border-radius: 0 0 0 4px;
  border-radius: 0 0 0 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
}

/* line 355, ../../sass/lib/bootstrap.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 tfoot:last-child tr:last-child td:last-child {
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
}

/* line 363, ../../sass/lib/bootstrap.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;
  border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
}

/* line 371, ../../sass/lib/bootstrap.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;
  border-top-right-radius: 4px;
  -moz-border-radius-topleft: 4px;
}

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

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

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

/* line 390, ../../sass/lib/bootstrap.scss */
.table .span1 {
  float: none;
  width: 44px;
  margin-left: 0;
}

/* line 395, ../../sass/lib/bootstrap.scss */
.table .span2 {
  float: none;
  width: 124px;
  margin-left: 0;
}

/* line 400, ../../sass/lib/bootstrap.scss */
.table .span3 {
  float: none;
  width: 204px;
  margin-left: 0;
}

/* line 405, ../../sass/lib/bootstrap.scss */
.table .span4 {
  float: none;
  width: 284px;
  margin-left: 0;
}

/* line 410, ../../sass/lib/bootstrap.scss */
.table .span5 {
  float: none;
  width: 364px;
  margin-left: 0;
}

/* line 415, ../../sass/lib/bootstrap.scss */
.table .span6 {
  float: none;
  width: 444px;
  margin-left: 0;
}

/* line 420, ../../sass/lib/bootstrap.scss */
.table .span7 {
  float: none;
  width: 524px;
  margin-left: 0;
}

/* line 425, ../../sass/lib/bootstrap.scss */
.table .span8 {
  float: none;
  width: 604px;
  margin-left: 0;
}

/* line 430, ../../sass/lib/bootstrap.scss */
.table .span9 {
  float: none;
  width: 684px;
  margin-left: 0;
}

/* line 435, ../../sass/lib/bootstrap.scss */
.table .span10 {
  float: none;
  width: 764px;
  margin-left: 0;
}

/* line 440, ../../sass/lib/bootstrap.scss */
.table .span11 {
  float: none;
  width: 844px;
  margin-left: 0;
}

/* line 445, ../../sass/lib/bootstrap.scss */
.table .span12 {
  float: none;
  width: 924px;
  margin-left: 0;
}

/* line 450, ../../sass/lib/bootstrap.scss */
.table .span13 {
  float: none;
  width: 1004px;
  margin-left: 0;
}

/* line 455, ../../sass/lib/bootstrap.scss */
.table .span14 {
  float: none;
  width: 1084px;
  margin-left: 0;
}

/* line 460, ../../sass/lib/bootstrap.scss */
.table .span15 {
  float: none;
  width: 1164px;
  margin-left: 0;
}

/* line 465, ../../sass/lib/bootstrap.scss */
.table .span16 {
  float: none;
  width: 1244px;
  margin-left: 0;
}

/* line 470, ../../sass/lib/bootstrap.scss */
.table .span17 {
  float: none;
  width: 1324px;
  margin-left: 0;
}

/* line 475, ../../sass/lib/bootstrap.scss */
.table .span18 {
  float: none;
  width: 1404px;
  margin-left: 0;
}

/* line 480, ../../sass/lib/bootstrap.scss */
.table .span19 {
  float: none;
  width: 1484px;
  margin-left: 0;
}

/* line 485, ../../sass/lib/bootstrap.scss */
.table .span20 {
  float: none;
  width: 1564px;
  margin-left: 0;
}

/* line 490, ../../sass/lib/bootstrap.scss */
.table .span21 {
  float: none;
  width: 1644px;
  margin-left: 0;
}

/* line 495, ../../sass/lib/bootstrap.scss */
.table .span22 {
  float: none;
  width: 1724px;
  margin-left: 0;
}

/* line 500, ../../sass/lib/bootstrap.scss */
.table .span23 {
  float: none;
  width: 1804px;
  margin-left: 0;
}

/* line 505, ../../sass/lib/bootstrap.scss */
.table .span24 {
  float: none;
  width: 1884px;
  margin-left: 0;
}

/* line 510, ../../sass/lib/bootstrap.scss */
.table tbody tr.success td {
  background-color: #dff0d8;
}

/* line 513, ../../sass/lib/bootstrap.scss */
.table tbody tr.error td {
  background-color: #f2dede;
}

/* line 516, ../../sass/lib/bootstrap.scss */
.table tbody tr.warning td {
  background-color: #fcf8e3;
}

/* line 519, ../../sass/lib/bootstrap.scss */
.table tbody tr.info td {
  background-color: #d9edf7;
}

/* line 522, ../../sass/lib/bootstrap.scss */
.table-hover tbody tr.success:hover td {
  background-color: #d0e9c6;
}

/* line 525, ../../sass/lib/bootstrap.scss */
.table-hover tbody tr.error:hover td {
  background-color: #ebcccc;
}

/* line 528, ../../sass/lib/bootstrap.scss */
.table-hover tbody tr.warning:hover td {
  background-color: #faf2cc;
}

/* line 531, ../../sass/lib/bootstrap.scss */
.table-hover tbody tr.info:hover td {
  background-color: #c4e3f3;
}

/* line 534, ../../sass/lib/bootstrap.scss */
form {
  margin: 0 0 20px;
}

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

/* line 542, ../../sass/lib/bootstrap.scss */
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: 40px;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

/* line 553, ../../sass/lib/bootstrap.scss */
legend small {
  font-size: 15px;
  color: #999999;
}

/* line 561, ../../sass/lib/bootstrap.scss */
label,
input,
button,
select,
textarea {
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
}

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

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

/* line 592, ../../sass/lib/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 {
  display: inline-block;
  height: 20px;
  padding: 4px 6px;
  margin-bottom: 9px;
  font-size: 14px;
  line-height: 20px;
  color: #555555;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

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

/* line 609, ../../sass/lib/bootstrap.scss */
textarea {
  height: auto;
}

/* line 627, ../../sass/lib/bootstrap.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: #ffffff;
  border: 1px solid #cccccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear .2s, box-shadow linear .2s;
  -moz-transition: border linear .2s, box-shadow linear .2s;
  -o-transition: border linear .2s, box-shadow linear .2s;
  transition: border linear .2s, box-shadow linear .2s;
}

/* line 653, ../../sass/lib/bootstrap.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 664, ../../sass/lib/bootstrap.scss */
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  *margin-top: 0;
  /* IE7 */
  margin-top: 1px \9;
  /* IE8-9 */
  line-height: normal;
  cursor: pointer;
}

/* line 681, ../../sass/lib/bootstrap.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 685, ../../sass/lib/bootstrap.scss */
select,
input[type="file"] {
  height: 30px;
  /* In IE7, the height of the select element cannot be changed by height, only font-size */
  *margin-top: 4px;
  /* For IE7, add top margin to align select with labels */
  line-height: 30px;
}

/* line 694, ../../sass/lib/bootstrap.scss */
select {
  width: 220px;
  border: 1px solid #cccccc;
  background-color: #ffffff;
}

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

/* line 706, ../../sass/lib/bootstrap.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 712, ../../sass/lib/bootstrap.scss */
.uneditable-input,
.uneditable-textarea {
  color: #999999;
  background-color: #fcfcfc;
  border-color: #cccccc;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  cursor: not-allowed;
}

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

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

/* line 730, ../../sass/lib/bootstrap.scss */
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #999999;
}

/* line 734, ../../sass/lib/bootstrap.scss */
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #999999;
}

/* line 738, ../../sass/lib/bootstrap.scss */
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #999999;
}

/* line 742, ../../sass/lib/bootstrap.scss */
.radio,
.checkbox {
  min-height: 18px;
  padding-left: 18px;
}

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

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

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

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

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

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

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

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

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

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

/* line 791, ../../sass/lib/bootstrap.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 804, ../../sass/lib/bootstrap.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 809, ../../sass/lib/bootstrap.scss */
input,
textarea,
.uneditable-input {
  margin-left: 0;
}

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

/* line 815, ../../sass/lib/bootstrap.scss */
input.span12, textarea.span12, .uneditable-input.span12 {
  width: 926px;
}

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

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

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

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

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

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

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

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

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

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

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

/* line 851, ../../sass/lib/bootstrap.scss */
.controls-row {
  *zoom: 1;
}

/* line 855, ../../sass/lib/bootstrap.scss */
.controls-row:before,
.controls-row:after {
  display: table;
  content: "";
  line-height: 0;
}

/* line 860, ../../sass/lib/bootstrap.scss */
.controls-row:after {
  clear: both;
}

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

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

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

/* line 883, ../../sass/lib/bootstrap.scss */
.control-group.warning > label,
.control-group.warning .help-block,
.control-group.warning .help-inline {
  color: #c09853;
}

/* line 890, ../../sass/lib/bootstrap.scss */
.control-group.warning .checkbox,
.control-group.warning .radio,
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
  color: #c09853;
}

/* line 895, ../../sass/lib/bootstrap.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 903, ../../sass/lib/bootstrap.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 910, ../../sass/lib/bootstrap.scss */
.control-group.warning .input-prepend .add-on,
.control-group.warning .input-append .add-on {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #c09853;
}

/* line 917, ../../sass/lib/bootstrap.scss */
.control-group.error > label,
.control-group.error .help-block,
.control-group.error .help-inline {
  color: #b94a48;
}

/* line 924, ../../sass/lib/bootstrap.scss */
.control-group.error .checkbox,
.control-group.error .radio,
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  color: #b94a48;
}

/* line 929, ../../sass/lib/bootstrap.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 937, ../../sass/lib/bootstrap.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 944, ../../sass/lib/bootstrap.scss */
.control-group.error .input-prepend .add-on,
.control-group.error .input-append .add-on {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #b94a48;
}

/* line 951, ../../sass/lib/bootstrap.scss */
.control-group.success > label,
.control-group.success .help-block,
.control-group.success .help-inline {
  color: #468847;
}

/* line 958, ../../sass/lib/bootstrap.scss */
.control-group.success .checkbox,
.control-group.success .radio,
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
  color: #468847;
}

/* line 963, ../../sass/lib/bootstrap.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 971, ../../sass/lib/bootstrap.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 978, ../../sass/lib/bootstrap.scss */
.control-group.success .input-prepend .add-on,
.control-group.success .input-append .add-on {
  color: #468847;
  background-color: #dff0d8;
  border-color: #468847;
}

/* line 985, ../../sass/lib/bootstrap.scss */
.control-group.info > label,
.control-group.info .help-block,
.control-group.info .help-inline {
  color: #3a87ad;
}

/* line 992, ../../sass/lib/bootstrap.scss */
.control-group.info .checkbox,
.control-group.info .radio,
.control-group.info input,
.control-group.info select,
.control-group.info textarea {
  color: #3a87ad;
}

/* line 997, ../../sass/lib/bootstrap.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 1005, ../../sass/lib/bootstrap.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 1012, ../../sass/lib/bootstrap.scss */
.control-group.info .input-prepend .add-on,
.control-group.info .input-append .add-on {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #3a87ad;
}

/* line 1019, ../../sass/lib/bootstrap.scss */
input:focus:required:invalid,
textarea:focus:required:invalid,
select:focus:required:invalid {
  color: #b94a48;
  border-color: #ee5f5b;
}

/* line 1025, ../../sass/lib/bootstrap.scss */
input:focus:required:invalid:focus,
textarea:focus:required:invalid:focus,
select:focus:required:invalid:focus {
  border-color: #e9322d;
  -webkit-box-shadow: 0 0 6px #f8b9b7;
  -moz-box-shadow: 0 0 6px #f8b9b7;
  box-shadow: 0 0 6px #f8b9b7;
}

/* line 1031, ../../sass/lib/bootstrap.scss */
.form-actions {
  padding: 19px 20px 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-top: 1px solid #e5e5e5;
  *zoom: 1;
}

/* line 1040, ../../sass/lib/bootstrap.scss */
.form-actions:before,
.form-actions:after {
  display: table;
  content: "";
  line-height: 0;
}

/* line 1045, ../../sass/lib/bootstrap.scss */
.form-actions:after {
  clear: both;
}

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

/* line 1052, ../../sass/lib/bootstrap.scss */
.help-block {
  display: block;
  margin-bottom: 10px;
}

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

/* line 1066, ../../sass/lib/bootstrap.scss */
.input-append,
.input-prepend {
  margin-bottom: 5px;
  font-size: 0;
  white-space: nowrap;
}

/* line 1076, ../../sass/lib/bootstrap.scss */
.input-append input,
.input-prepend input,
.input-append select,
.input-prepend select,
.input-append .uneditable-input,
.input-prepend .uneditable-input {
  position: relative;
  margin-bottom: 0;
  *margin-left: 0;
  font-size: 14px;
  vertical-align: top;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}

/* line 1091, ../../sass/lib/bootstrap.scss */
.input-append input:focus,
.input-prepend input:focus,
.input-append select:focus,
.input-prepend select:focus,
.input-append .uneditable-input:focus,
.input-prepend .uneditable-input:focus {
  z-index: 2;
}

/* line 1095, ../../sass/lib/bootstrap.scss */
.input-append .add-on,
.input-prepend .add-on {
  display: inline-block;
  width: auto;
  height: 20px;
  min-width: 16px;
  padding: 4px 5px;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  text-align: center;
  text-shadow: 0 1px 0 #ffffff;
  background-color: #eeeeee;
  border: 1px solid #ccc;
}

/* line 1112, ../../sass/lib/bootstrap.scss */
.input-append .add-on,
.input-prepend .add-on,
.input-append .btn,
.input-prepend .btn {
  vertical-align: top;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

/* line 1119, ../../sass/lib/bootstrap.scss */
.input-append .active,
.input-prepend .active {
  background-color: #a9dba9;
  border-color: #46a546;
}

/* line 1124, ../../sass/lib/bootstrap.scss */
.input-prepend .add-on,
.input-prepend .btn {
  margin-right: -1px;
}

/* line 1128, ../../sass/lib/bootstrap.scss */
.input-prepend .add-on:first-child,
.input-prepend .btn:first-child {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}

/* line 1135, ../../sass/lib/bootstrap.scss */
.input-append input,
.input-append select,
.input-append .uneditable-input {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}

/* line 1141, ../../sass/lib/bootstrap.scss */
.input-append .add-on,
.input-append .btn {
  margin-left: -1px;
}

/* line 1145, ../../sass/lib/bootstrap.scss */
.input-append .add-on:last-child,
.input-append .btn:last-child {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}

/* line 1152, ../../sass/lib/bootstrap.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 1158, ../../sass/lib/bootstrap.scss */
.input-prepend.input-append .add-on:first-child,
.input-prepend.input-append .btn:first-child {
  margin-right: -1px;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}

/* line 1165, ../../sass/lib/bootstrap.scss */
.input-prepend.input-append .add-on:last-child,
.input-prepend.input-append .btn:last-child {
  margin-left: -1px;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}

/* line 1171, ../../sass/lib/bootstrap.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 1185, ../../sass/lib/bootstrap.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 1190, ../../sass/lib/bootstrap.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 1195, ../../sass/lib/bootstrap.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 1200, ../../sass/lib/bootstrap.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 1205, ../../sass/lib/bootstrap.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 1230, ../../sass/lib/bootstrap.scss */
.form-search input,
.form-inline input,
.form-horizontal input,
.form-search textarea,
.form-inline textarea,
.form-horizontal textarea,
.form-search select,
.form-inline select,
.form-horizontal select,
.form-search .help-inline,
.form-inline .help-inline,
.form-horizontal .help-inline,
.form-search .uneditable-input,
.form-inline .uneditable-input,
.form-horizontal .uneditable-input,
.form-search .input-prepend,
.form-inline .input-prepend,
.form-horizontal .input-prepend,
.form-search .input-append,
.form-inline .input-append,
.form-horizontal .input-append {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  margin-bottom: 0;
  vertical-align: middle;
}

/* line 1241, ../../sass/lib/bootstrap.scss */
.form-search .hide,
.form-inline .hide,
.form-horizontal .hide {
  display: none;
}

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

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

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

/* line 1267, ../../sass/lib/bootstrap.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 1272, ../../sass/lib/bootstrap.scss */
.control-group {
  margin-bottom: 10px;
}

/* line 1275, ../../sass/lib/bootstrap.scss */
legend + .control-group {
  margin-top: 20px;
  -webkit-margin-top-collapse: separate;
}

/* line 1279, ../../sass/lib/bootstrap.scss */
.form-horizontal .control-group {
  margin-bottom: 20px;
  *zoom: 1;
}

/* line 1284, ../../sass/lib/bootstrap.scss */
.form-horizontal .control-group:before,
.form-horizontal .control-group:after {
  display: table;
  content: "";
  line-height: 0;
}

/* line 1289, ../../sass/lib/bootstrap.scss */
.form-horizontal .control-group:after {
  clear: both;
}

/* line 1292, ../../sass/lib/bootstrap.scss */
.form-horizontal .control-label {
  float: left;
  width: 160px;
  padding-top: 5px;
  text-align: right;
}

/* line 1298, ../../sass/lib/bootstrap.scss */
.form-horizontal .controls {
  *display: inline-block;
  *padding-left: 20px;
  margin-left: 180px;
  *margin-left: 0;
}

/* line 1304, ../../sass/lib/bootstrap.scss */
.form-horizontal .controls:first-child {
  *padding-left: 180px;
}

/* line 1307, ../../sass/lib/bootstrap.scss */
.form-horizontal .help-block {
  margin-bottom: 0;
}

/* line 1312, ../../sass/lib/bootstrap.scss */
.form-horizontal input + .help-block,
.form-horizontal select + .help-block,
.form-horizontal textarea + .help-block {
  margin-top: 10px;
}

/* line 1315, ../../sass/lib/bootstrap.scss */
.form-horizontal .form-actions {
  padding-left: 180px;
}

/* line 1318, ../../sass/lib/bootstrap.scss */
.btn {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  padding: 4px 14px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  *line-height: 20px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #333333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, white, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(white), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, white, #e6e6e6);
  background-image: -o-linear-gradient(top, white, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#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 #bbbbbb;
  *border: 0;
  border-bottom-color: #a2a2a2;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  *margin-left: .3em;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

/* line 1363, ../../sass/lib/bootstrap.scss */
.btn:hover,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  color: #333333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}

/* line 1369, ../../sass/lib/bootstrap.scss */
.btn:active,
.btn.active {
  background-color: #cccccc \9;
}

/* line 1372, ../../sass/lib/bootstrap.scss */
.btn:first-child {
  *margin-left: 0;
}

/* line 1375, ../../sass/lib/bootstrap.scss */
.btn:hover {
  color: #333333;
  text-decoration: none;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
  /* Buttons in IE7 don't get borders, so darken on hover */
  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 1388, ../../sass/lib/bootstrap.scss */
.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 1394, ../../sass/lib/bootstrap.scss */
.btn.active,
.btn:active {
  background-color: #e6e6e6;
  background-color: #d9d9d9 \9;
  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 1404, ../../sass/lib/bootstrap.scss */
.btn.disabled,
.btn[disabled] {
  cursor: default;
  background-color: #e6e6e6;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

/* line 1414, ../../sass/lib/bootstrap.scss */
.btn-large {
  padding: 9px 14px;
  font-size: 16px;
  line-height: normal;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

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

/* line 1425, ../../sass/lib/bootstrap.scss */
.btn-small {
  padding: 3px 9px;
  font-size: 12px;
  line-height: 18px;
}

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

/* line 1433, ../../sass/lib/bootstrap.scss */
.btn-mini {
  padding: 2px 6px;
  font-size: 11px;
  line-height: 17px;
}

/* line 1438, ../../sass/lib/bootstrap.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 1447, ../../sass/lib/bootstrap.scss */
.btn-block + .btn-block {
  margin-top: 5px;
}

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

/* line 1460, ../../sass/lib/bootstrap.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 1463, ../../sass/lib/bootstrap.scss */
.btn {
  border-color: #c5c5c5;
  border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.25);
}

/* line 1467, ../../sass/lib/bootstrap.scss */
.btn-primary {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #006dcc;
  background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
  background-image: -o-linear-gradient(top, #0088cc, #0044cc);
  background-image: linear-gradient(to bottom, #0088cc, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#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 1489, ../../sass/lib/bootstrap.scss */
.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  color: #ffffff;
  background-color: #0044cc;
  *background-color: #003bb3;
}

/* line 1495, ../../sass/lib/bootstrap.scss */
.btn-primary:active,
.btn-primary.active {
  background-color: #003399 \9;
}

/* line 1498, ../../sass/lib/bootstrap.scss */
.btn-warning {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #faa732;
  background-image: -moz-linear-gradient(top, #fbb450, #f89406);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
  background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
  background-image: -o-linear-gradient(top, #fbb450, #f89406);
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
  border-color: #f89406 #f89406 #ad6704;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #f89406;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

/* line 1520, ../../sass/lib/bootstrap.scss */
.btn-warning:hover,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
  color: #ffffff;
  background-color: #f89406;
  *background-color: #df8505;
}

/* line 1526, ../../sass/lib/bootstrap.scss */
.btn-warning:active,
.btn-warning.active {
  background-color: #c67605 \9;
}

/* line 1529, ../../sass/lib/bootstrap.scss */
.btn-danger {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #da4f49;
  background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
  border-color: #bd362f #bd362f #802420;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #bd362f;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

/* line 1551, ../../sass/lib/bootstrap.scss */
.btn-danger:hover,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
  color: #ffffff;
  background-color: #bd362f;
  *background-color: #a9302a;
}

/* line 1557, ../../sass/lib/bootstrap.scss */
.btn-danger:active,
.btn-danger.active {
  background-color: #942a25 \9;
}

/* line 1560, ../../sass/lib/bootstrap.scss */
.btn-success {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #5bb75b;
  background-image: -moz-linear-gradient(top, #62c462, #51a351);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
  background-image: -webkit-linear-gradient(top, #62c462, #51a351);
  background-image: -o-linear-gradient(top, #62c462, #51a351);
  background-image: linear-gradient(to bottom, #62c462, #51a351);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
  border-color: #51a351 #51a351 #387038;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #51a351;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

/* line 1582, ../../sass/lib/bootstrap.scss */
.btn-success:hover,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
  color: #ffffff;
  background-color: #51a351;
  *background-color: #499249;
}

/* line 1588, ../../sass/lib/bootstrap.scss */
.btn-success:active,
.btn-success.active {
  background-color: #408140 \9;
}

/* line 1591, ../../sass/lib/bootstrap.scss */
.btn-info {
  color: #ffffff;
  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 1613, ../../sass/lib/bootstrap.scss */
.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  color: #ffffff;
  background-color: #2f96b4;
  *background-color: #2a85a0;
}

/* line 1619, ../../sass/lib/bootstrap.scss */
.btn-info:active,
.btn-info.active {
  background-color: #24748c \9;
}

/* line 1622, ../../sass/lib/bootstrap.scss */
.btn-inverse {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #363636;
  background-image: -moz-linear-gradient(top, #444444, #222222);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444444), to(#222222));
  background-image: -webkit-linear-gradient(top, #444444, #222222);
  background-image: -o-linear-gradient(top, #444444, #222222);
  background-image: linear-gradient(to bottom, #444444, #222222);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff222222', GradientType=0);
  border-color: #222222 #222222 #000000;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #222222;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

/* line 1644, ../../sass/lib/bootstrap.scss */
.btn-inverse:hover,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
  color: #ffffff;
  background-color: #222222;
  *background-color: #151515;
}

/* line 1650, ../../sass/lib/bootstrap.scss */
.btn-inverse:active,
.btn-inverse.active {
  background-color: #080808 \9;
}

/* line 1654, ../../sass/lib/bootstrap.scss */
button.btn,
input[type="submit"].btn {
  *padding-top: 3px;
  *padding-bottom: 3px;
}

/* line 1659, ../../sass/lib/bootstrap.scss */
button.btn::-moz-focus-inner,
input[type="submit"].btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* line 1664, ../../sass/lib/bootstrap.scss */
button.btn.btn-large,
input[type="submit"].btn.btn-large {
  *padding-top: 7px;
  *padding-bottom: 7px;
}

/* line 1669, ../../sass/lib/bootstrap.scss */
button.btn.btn-small,
input[type="submit"].btn.btn-small {
  *padding-top: 3px;
  *padding-bottom: 3px;
}

/* line 1674, ../../sass/lib/bootstrap.scss */
button.btn.btn-mini,
input[type="submit"].btn.btn-mini {
  *padding-top: 1px;
  *padding-bottom: 1px;
}

/* line 1680, ../../sass/lib/bootstrap.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 1687, ../../sass/lib/bootstrap.scss */
.btn-link {
  border-color: transparent;
  cursor: pointer;
  color: #0088cc;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

/* line 1695, ../../sass/lib/bootstrap.scss */
.btn-link:hover {
  color: #005580;
  text-decoration: underline;
  background-color: transparent;
}

/* line 1700, ../../sass/lib/bootstrap.scss */
.btn-link[disabled]:hover {
  color: #333333;
  text-decoration: none;
}

/* line 1705, ../../sass/lib/bootstrap.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("img/glyphicons-halflings.png");
  background-position: 14px 14px;
  background-repeat: no-repeat;
  margin-top: 1px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 1892, ../../sass/lib/bootstrap.scss */
.icon-align-right {
  background-position: -312px -48px;
}

/* line 1895, ../../sass/lib/bootstrap.scss */
.icon-align-justify {
  background-position: -336px -48px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 2082, ../../sass/lib/bootstrap.scss */
.icon-folder-close {
  background-position: -384px -120px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 2155, ../../sass/lib/bootstrap.scss */
.btn-group {
  position: relative;
  font-size: 0;
  vertical-align: middle;
  white-space: nowrap;
  *margin-left: .3em;
}

/* line 2162, ../../sass/lib/bootstrap.scss */
.btn-group:first-child {
  *margin-left: 0;
}

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

/* line 2168, ../../sass/lib/bootstrap.scss */
.btn-toolbar {
  font-size: 0;
  margin-top: 10px;
  margin-bottom: 10px;
}

/* line 2173, ../../sass/lib/bootstrap.scss */
.btn-toolbar .btn-group {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
}

/* line 2182, ../../sass/lib/bootstrap.scss */
.btn-toolbar .btn + .btn,
.btn-toolbar .btn-group + .btn,
.btn-toolbar .btn + .btn-group {
  margin-left: 5px;
}

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

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

/* line 2195, ../../sass/lib/bootstrap.scss */
.btn-group > .btn,
.btn-group > .dropdown-menu {
  font-size: 14px;
}

/* line 2198, ../../sass/lib/bootstrap.scss */
.btn-group > .btn-mini {
  font-size: 11px;
}

/* line 2201, ../../sass/lib/bootstrap.scss */
.btn-group > .btn-small {
  font-size: 12px;
}

/* line 2204, ../../sass/lib/bootstrap.scss */
.btn-group > .btn-large {
  font-size: 16px;
}

/* line 2207, ../../sass/lib/bootstrap.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 2217, ../../sass/lib/bootstrap.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 2225, ../../sass/lib/bootstrap.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 2235, ../../sass/lib/bootstrap.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 2246, ../../sass/lib/bootstrap.scss */
.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active {
  z-index: 2;
}

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

/* line 2253, ../../sass/lib/bootstrap.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 2262, ../../sass/lib/bootstrap.scss */
.btn-group > .btn-mini + .dropdown-toggle {
  padding-left: 5px;
  padding-right: 5px;
  *padding-top: 2px;
  *padding-bottom: 2px;
}

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

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

/* line 2278, ../../sass/lib/bootstrap.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 2284, ../../sass/lib/bootstrap.scss */
.btn-group.open .btn.dropdown-toggle {
  background-color: #e6e6e6;
}

/* line 2287, ../../sass/lib/bootstrap.scss */
.btn-group.open .btn-primary.dropdown-toggle {
  background-color: #0044cc;
}

/* line 2290, ../../sass/lib/bootstrap.scss */
.btn-group.open .btn-warning.dropdown-toggle {
  background-color: #f89406;
}

/* line 2293, ../../sass/lib/bootstrap.scss */
.btn-group.open .btn-danger.dropdown-toggle {
  background-color: #bd362f;
}

/* line 2296, ../../sass/lib/bootstrap.scss */
.btn-group.open .btn-success.dropdown-toggle {
  background-color: #51a351;
}

/* line 2299, ../../sass/lib/bootstrap.scss */
.btn-group.open .btn-info.dropdown-toggle {
  background-color: #2f96b4;
}

/* line 2302, ../../sass/lib/bootstrap.scss */
.btn-group.open .btn-inverse.dropdown-toggle {
  background-color: #222222;
}

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

/* line 2311, ../../sass/lib/bootstrap.scss */
.btn-mini .caret,
.btn-small .caret,
.btn-large .caret {
  margin-top: 6px;
}

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

/* line 2319, ../../sass/lib/bootstrap.scss */
.dropup .btn-large .caret {
  border-bottom: 5px solid #000000;
  border-top: 0;
}

/* line 2328, ../../sass/lib/bootstrap.scss */
.btn-primary .caret,
.btn-warning .caret,
.btn-danger .caret,
.btn-info .caret,
.btn-success .caret,
.btn-inverse .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}

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

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

/* line 2347, ../../sass/lib/bootstrap.scss */
.btn-group-vertical .btn + .btn {
  margin-left: 0;
  margin-top: -1px;
}

/* line 2351, ../../sass/lib/bootstrap.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 2356, ../../sass/lib/bootstrap.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 2361, ../../sass/lib/bootstrap.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 2366, ../../sass/lib/bootstrap.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 2371, ../../sass/lib/bootstrap.scss */
.nav {
  margin-left: 0;
  margin-bottom: 20px;
  list-style: none;
}

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

/* line 2379, ../../sass/lib/bootstrap.scss */
.nav > li > a:hover {
  text-decoration: none;
  background-color: #eeeeee;
}

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

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

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

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

/* line 2405, ../../sass/lib/bootstrap.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 2410, ../../sass/lib/bootstrap.scss */
.nav-list > li > a {
  padding: 3px 15px;
}

/* line 2414, ../../sass/lib/bootstrap.scss */
.nav-list > .active > a,
.nav-list > .active > a:hover {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  background-color: #0088cc;
}

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

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

/* line 2432, ../../sass/lib/bootstrap.scss */
.nav-tabs,
.nav-pills {
  *zoom: 1;
}

/* line 2438, ../../sass/lib/bootstrap.scss */
.nav-tabs:before,
.nav-pills:before,
.nav-tabs:after,
.nav-pills:after {
  display: table;
  content: "";
  line-height: 0;
}

/* line 2444, ../../sass/lib/bootstrap.scss */
.nav-tabs:after,
.nav-pills:after {
  clear: both;
}

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

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

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

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

/* line 2464, ../../sass/lib/bootstrap.scss */
.nav-tabs > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: 20px;
  border: 1px solid transparent;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}

/* line 2473, ../../sass/lib/bootstrap.scss */
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
}

/* line 2477, ../../sass/lib/bootstrap.scss */
.nav-tabs > .active > a,
.nav-tabs > .active > a:hover {
  color: #555555;
  background-color: #ffffff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}

/* line 2484, ../../sass/lib/bootstrap.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 2494, ../../sass/lib/bootstrap.scss */
.nav-pills > .active > a,
.nav-pills > .active > a:hover {
  color: #ffffff;
  background-color: #0088cc;
}

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

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

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

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

/* line 2513, ../../sass/lib/bootstrap.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 2521, ../../sass/lib/bootstrap.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 2529, ../../sass/lib/bootstrap.scss */
.nav-tabs.nav-stacked > li > a:hover {
  border-color: #ddd;
  z-index: 2;
}

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

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

/* line 2539, ../../sass/lib/bootstrap.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 2544, ../../sass/lib/bootstrap.scss */
.nav-pills .dropdown-menu {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

/* line 2549, ../../sass/lib/bootstrap.scss */
.nav .dropdown-toggle .caret {
  border-top-color: #0088cc;
  border-bottom-color: #0088cc;
  margin-top: 6px;
}

/* line 2554, ../../sass/lib/bootstrap.scss */
.nav .dropdown-toggle:hover .caret {
  border-top-color: #005580;
  border-bottom-color: #005580;
}

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

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

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

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

/* line 2575, ../../sass/lib/bootstrap.scss */
.nav-tabs .open .dropdown-toggle,
.nav-pills .open .dropdown-toggle,
.nav > li.dropdown.open.active > a:hover {
  color: #ffffff;
  background-color: #999999;
  border-color: #999999;
}

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

/* line 2588, ../../sass/lib/bootstrap.scss */
.tabs-stacked .open > a:hover {
  border-color: #999999;
}

/* line 2591, ../../sass/lib/bootstrap.scss */
.tabbable {
  *zoom: 1;
}

/* line 2595, ../../sass/lib/bootstrap.scss */
.tabbable:before,
.tabbable:after {
  display: table;
  content: "";
  line-height: 0;
}

/* line 2600, ../../sass/lib/bootstrap.scss */
.tabbable:after {
  clear: both;
}

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

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

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

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

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

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

/* line 2626, ../../sass/lib/bootstrap.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 2631, ../../sass/lib/bootstrap.scss */
.tabs-below > .nav-tabs > li > a:hover {
  border-bottom-color: transparent;
  border-top-color: #ddd;
}

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

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

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

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

/* line 2654, ../../sass/lib/bootstrap.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 2660, ../../sass/lib/bootstrap.scss */
.tabs-left > .nav-tabs > li > a:hover {
  border-color: #eeeeee #dddddd #eeeeee #eeeeee;
}

/* line 2664, ../../sass/lib/bootstrap.scss */
.tabs-left > .nav-tabs .active > a,
.tabs-left > .nav-tabs .active > a:hover {
  border-color: #ddd transparent #ddd #ddd;
  *border-right-color: #ffffff;
}

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

/* line 2673, ../../sass/lib/bootstrap.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 2679, ../../sass/lib/bootstrap.scss */
.tabs-right > .nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #eeeeee #dddddd;
}

/* line 2683, ../../sass/lib/bootstrap.scss */
.tabs-right > .nav-tabs .active > a,
.tabs-right > .nav-tabs .active > a:hover {
  border-color: #ddd #ddd #ddd transparent;
  *border-left-color: #ffffff;
}

/* line 2687, ../../sass/lib/bootstrap.scss */
.nav > .disabled > a {
  color: #999999;
}

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

/* line 2695, ../../sass/lib/bootstrap.scss */
.breadcrumb {
  padding: 8px 15px;
  margin: 0 0 20px;
  list-style: none;
  background-color: #f5f5f5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/* line 2704, ../../sass/lib/bootstrap.scss */
.breadcrumb li {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  text-shadow: 0 1px 0 #ffffff;
}

/* line 2712, ../../sass/lib/bootstrap.scss */
.breadcrumb .divider {
  padding: 0 5px;
  color: #ccc;
}

/* line 2716, ../../sass/lib/bootstrap.scss */
.breadcrumb .active {
  color: #999999;
}

/* line 2719, ../../sass/lib/bootstrap.scss */
.pagination {
  height: 40px;
  margin: 20px 0;
}

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

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

/* line 2742, ../../sass/lib/bootstrap.scss */
.pagination ul > li > a,
.pagination ul > li > span {
  float: left;
  padding: 0 14px;
  line-height: 38px;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-left-width: 0;
}

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

/* line 2757, ../../sass/lib/bootstrap.scss */
.pagination ul > .active > a,
.pagination ul > .active > span {
  color: #999999;
  cursor: default;
}

/* line 2763, ../../sass/lib/bootstrap.scss */
.pagination ul > .disabled > span,
.pagination ul > .disabled > a,
.pagination ul > .disabled > a:hover {
  color: #999999;
  background-color: transparent;
  cursor: default;
}

/* line 2769, ../../sass/lib/bootstrap.scss */
.pagination ul > li:first-child > a,
.pagination ul > li:first-child > span {
  border-left-width: 1px;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}

/* line 2776, ../../sass/lib/bootstrap.scss */
.pagination ul > li:last-child > a,
.pagination ul > li:last-child > span {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}

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

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

/* line 2787, ../../sass/lib/bootstrap.scss */
.pager {
  margin: 20px 0;
  list-style: none;
  text-align: center;
  *zoom: 1;
}

/* line 2794, ../../sass/lib/bootstrap.scss */
.pager:before,
.pager:after {
  display: table;
  content: "";
  line-height: 0;
}

/* line 2799, ../../sass/lib/bootstrap.scss */
.pager:after {
  clear: both;
}

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

/* line 2806, ../../sass/lib/bootstrap.scss */
.pager a,
.pager 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 2815, ../../sass/lib/bootstrap.scss */
.pager a:hover {
  text-decoration: none;
  background-color: #f5f5f5;
}

/* line 2820, ../../sass/lib/bootstrap.scss */
.pager .next a,
.pager .next span {
  float: right;
}

/* line 2823, ../../sass/lib/bootstrap.scss */
.pager .previous a {
  float: left;
}

/* line 2828, ../../sass/lib/bootstrap.scss */
.pager .disabled a,
.pager .disabled a:hover,
.pager .disabled span {
  color: #999999;
  background-color: #fff;
  cursor: default;
}

/* line 2833, ../../sass/lib/bootstrap.scss */
.thumbnails {
  margin-left: -20px;
  list-style: none;
  *zoom: 1;
}

/* line 2839, ../../sass/lib/bootstrap.scss */
.thumbnails:before,
.thumbnails:after {
  display: table;
  content: "";
  line-height: 0;
}

/* line 2844, ../../sass/lib/bootstrap.scss */
.thumbnails:after {
  clear: both;
}

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

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

/* line 2855, ../../sass/lib/bootstrap.scss */
.thumbnail {
  display: block;
  padding: 4px;
  line-height: 20px;
  border: 1px solid #ddd;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  -webkit-transition: all 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 2871, ../../sass/lib/bootstrap.scss */
a.thumbnail:hover {
  border-color: #0088cc;
  -webkit-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
  -moz-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
  box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
}

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

/* line 2883, ../../sass/lib/bootstrap.scss */
.thumbnail .caption {
  padding: 9px;
  color: #555555;
}

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

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

/* line 2901, ../../sass/lib/bootstrap.scss */
.alert .close {
  position: relative;
  top: -2px;
  right: -21px;
  line-height: 20px;
}

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

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

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

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

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

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

/* line 2934, ../../sass/lib/bootstrap.scss */
.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f7f7f7;
  background-image: -moz-linear-gradient(top, whitesmoke, #f9f9f9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(whitesmoke), to(#f9f9f9));
  background-image: -webkit-linear-gradient(top, whitesmoke, #f9f9f9);
  background-image: -o-linear-gradient(top, whitesmoke, #f9f9f9);
  background-image: linear-gradient(to bottom, #f5f5f5, #f9f9f9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#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 2953, ../../sass/lib/bootstrap.scss */
.progress .bar {
  width: 0%;
  height: 100%;
  color: #ffffff;
  float: left;
  font-size: 12px;
  text-align: center;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #0e90d2;
  background-image: -moz-linear-gradient(top, #149bdf, #0480be);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#149bdf), to(#0480be));
  background-image: -webkit-linear-gradient(top, #149bdf, #0480be);
  background-image: -o-linear-gradient(top, #149bdf, #0480be);
  background-image: linear-gradient(to bottom, #149bdf, #0480be);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff149bdf', endColorstr='#ff0480be', GradientType=0);
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: width 0.6s ease;
  -moz-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

/* line 2980, ../../sass/lib/bootstrap.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 2985, ../../sass/lib/bootstrap.scss */
.progress-striped .bar {
  background-color: #149bdf;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  -webkit-background-size: 40px 40px;
  -moz-background-size: 40px 40px;
  -o-background-size: 40px 40px;
  background-size: 40px 40px;
}

/* line 2997, ../../sass/lib/bootstrap.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 3005, ../../sass/lib/bootstrap.scss */
.progress-danger .bar,
.progress .bar-danger {
  background-color: #dd514c;
  background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#c43c35));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: linear-gradient(to bottom, #ee5f5b, #c43c35);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffc43c35', GradientType=0);
}

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

/* line 3025, ../../sass/lib/bootstrap.scss */
.progress-success .bar,
.progress .bar-success {
  background-color: #5eb95e;
  background-image: -moz-linear-gradient(top, #62c462, #57a957);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#57a957));
  background-image: -webkit-linear-gradient(top, #62c462, #57a957);
  background-image: -o-linear-gradient(top, #62c462, #57a957);
  background-image: linear-gradient(to bottom, #62c462, #57a957);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff57a957', GradientType=0);
}

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

/* line 3045, ../../sass/lib/bootstrap.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 3056, ../../sass/lib/bootstrap.scss */
.progress-info.progress-striped .bar,
.progress-striped .bar-info {
  background-color: #5bc0de;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

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

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

/* line 3084, ../../sass/lib/bootstrap.scss */
.hero-unit {
  padding: 60px;
  margin-bottom: 30px;
  background-color: #eeeeee;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

/* line 3092, ../../sass/lib/bootstrap.scss */
.hero-unit h1 {
  margin-bottom: 0;
  font-size: 60px;
  line-height: 1;
  color: inherit;
  letter-spacing: -1px;
}

/* line 3099, ../../sass/lib/bootstrap.scss */
.hero-unit p {
  font-size: 18px;
  font-weight: 200;
  line-height: 30px;
  color: inherit;
}

/* line 3105, ../../sass/lib/bootstrap.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 3118, ../../sass/lib/bootstrap.scss */
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

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

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

/* line 3134, ../../sass/lib/bootstrap.scss */
.close {
  float: right;
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}

/* line 3144, ../../sass/lib/bootstrap.scss */
.close:hover {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  filter: alpha(opacity=40);
}

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

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

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

/* line 3164, ../../sass/lib/bootstrap.scss */
.hide {
  display: none;
}

/* line 3167, ../../sass/lib/bootstrap.scss */
.show {
  display: block;
}

/* line 3170, ../../sass/lib/bootstrap.scss */
.invisible {
  visibility: hidden;
}

/* line 3173, ../../sass/lib/bootstrap.scss */
.affix {
  position: fixed;
}

/* line 3176, ../../sass/lib/bootstrap.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 3183, ../../sass/lib/bootstrap.scss */
.fade.in {
  opacity: 1;
}

/* line 3186, ../../sass/lib/bootstrap.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 3195, ../../sass/lib/bootstrap.scss */
.collapse.in {
  height: auto;
}

/** Fluid grid */
/* line 3201, ../../sass/lib/bootstrap.scss */
.clearfix {
  *zoom: 1;
}

/* line 3205, ../../sass/lib/bootstrap.scss */
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}

/* line 3210, ../../sass/lib/bootstrap.scss */
.clearfix:after {
  clear: both;
}

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

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

/* line 3228, ../../sass/lib/bootstrap.scss */
.row {
  margin-left: -20px;
  *zoom: 1;
}

/* line 3233, ../../sass/lib/bootstrap.scss */
.row:before,
.row:after {
  display: table;
  content: "";
  line-height: 0;
}

/* line 3238, ../../sass/lib/bootstrap.scss */
.row:after {
  clear: both;
}

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

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

/* line 3252, ../../sass/lib/bootstrap.scss */
.span12 {
  width: 940px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 3324, ../../sass/lib/bootstrap.scss */
.row-fluid {
  width: 100%;
  *zoom: 1;
}

/* line 3329, ../../sass/lib/bootstrap.scss */
.row-fluid:before,
.row-fluid:after {
  display: table;
  content: "";
  line-height: 0;
}

/* line 3334, ../../sass/lib/bootstrap.scss */
.row-fluid:after {
  clear: both;
}

/* line 3337, ../../sass/lib/bootstrap.scss */
.row-fluid [class*="span"] {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin-left: 2.127659574468085%;
  *margin-left: 2.074468085106383%;
}

/* line 3348, ../../sass/lib/bootstrap.scss */
.row-fluid [class*="span"]:first-child {
  margin-left: 0;
}

/* line 3351, ../../sass/lib/bootstrap.scss */
.row-fluid .controls-row [class*="span"] + [class*="span"] {
  margin-left: 2.127659574468085%;
}

/* line 3354, ../../sass/lib/bootstrap.scss */
.row-fluid .span12 {
  width: 100%;
  *width: 99.94680851063829%;
}

/* line 3358, ../../sass/lib/bootstrap.scss */
.row-fluid .span11 {
  width: 91.48936170212765%;
  *width: 91.43617021276594%;
}

/* line 3362, ../../sass/lib/bootstrap.scss */
.row-fluid .span10 {
  width: 82.97872340425532%;
  *width: 82.92553191489361%;
}

/* line 3366, ../../sass/lib/bootstrap.scss */
.row-fluid .span9 {
  width: 74.46808510638297%;
  *width: 74.41489361702126%;
}

/* line 3370, ../../sass/lib/bootstrap.scss */
.row-fluid .span8 {
  width: 65.95744680851064%;
  *width: 65.90425531914893%;
}

/* line 3374, ../../sass/lib/bootstrap.scss */
.row-fluid .span7 {
  width: 57.44680851063829%;
  *width: 57.39361702127659%;
}

/* line 3378, ../../sass/lib/bootstrap.scss */
.row-fluid .span6 {
  width: 48.93617021276595%;
  *width: 48.88297872340425%;
}

/* line 3382, ../../sass/lib/bootstrap.scss */
.row-fluid .span5 {
  width: 40.42553191489362%;
  *width: 40.37234042553192%;
}

/* line 3386, ../../sass/lib/bootstrap.scss */
.row-fluid .span4 {
  width: 31.914893617021278%;
  *width: 31.861702127659576%;
}

/* line 3390, ../../sass/lib/bootstrap.scss */
.row-fluid .span3 {
  width: 23.404255319148934%;
  *width: 23.351063829787233%;
}

/* line 3394, ../../sass/lib/bootstrap.scss */
.row-fluid .span2 {
  width: 14.893617021276595%;
  *width: 14.840425531914894%;
}

/* line 3398, ../../sass/lib/bootstrap.scss */
.row-fluid .span1 {
  width: 6.382978723404255%;
  *width: 6.329787234042553%;
}

/* line 3402, ../../sass/lib/bootstrap.scss */
.row-fluid .offset12 {
  margin-left: 104.25531914893617%;
  *margin-left: 104.14893617021275%;
}

/* line 3406, ../../sass/lib/bootstrap.scss */
.row-fluid .offset12:first-child {
  margin-left: 102.12765957446808%;
  *margin-left: 102.02127659574467%;
}

/* line 3410, ../../sass/lib/bootstrap.scss */
.row-fluid .offset11 {
  margin-left: 95.74468085106382%;
  *margin-left: 95.6382978723404%;
}

/* line 3414, ../../sass/lib/bootstrap.scss */
.row-fluid .offset11:first-child {
  margin-left: 93.61702127659574%;
  *margin-left: 93.51063829787232%;
}

/* line 3418, ../../sass/lib/bootstrap.scss */
.row-fluid .offset10 {
  margin-left: 87.23404255319149%;
  *margin-left: 87.12765957446807%;
}

/* line 3422, ../../sass/lib/bootstrap.scss */
.row-fluid .offset10:first-child {
  margin-left: 85.1063829787234%;
  *margin-left: 84.99999999999999%;
}

/* line 3426, ../../sass/lib/bootstrap.scss */
.row-fluid .offset9 {
  margin-left: 78.72340425531914%;
  *margin-left: 78.61702127659572%;
}

/* line 3430, ../../sass/lib/bootstrap.scss */
.row-fluid .offset9:first-child {
  margin-left: 76.59574468085106%;
  *margin-left: 76.48936170212764%;
}

/* line 3434, ../../sass/lib/bootstrap.scss */
.row-fluid .offset8 {
  margin-left: 70.2127659574468%;
  *margin-left: 70.10638297872339%;
}

/* line 3438, ../../sass/lib/bootstrap.scss */
.row-fluid .offset8:first-child {
  margin-left: 68.08510638297872%;
  *margin-left: 67.9787234042553%;
}

/* line 3442, ../../sass/lib/bootstrap.scss */
.row-fluid .offset7 {
  margin-left: 61.70212765957446%;
  *margin-left: 61.59574468085106%;
}

/* line 3446, ../../sass/lib/bootstrap.scss */
.row-fluid .offset7:first-child {
  margin-left: 59.574468085106375%;
  *margin-left: 59.46808510638297%;
}

/* line 3450, ../../sass/lib/bootstrap.scss */
.row-fluid .offset6 {
  margin-left: 53.191489361702125%;
  *margin-left: 53.085106382978715%;
}

/* line 3454, ../../sass/lib/bootstrap.scss */
.row-fluid .offset6:first-child {
  margin-left: 51.063829787234035%;
  *margin-left: 50.95744680851063%;
}

/* line 3458, ../../sass/lib/bootstrap.scss */
.row-fluid .offset5 {
  margin-left: 44.68085106382979%;
  *margin-left: 44.57446808510638%;
}

/* line 3462, ../../sass/lib/bootstrap.scss */
.row-fluid .offset5:first-child {
  margin-left: 42.5531914893617%;
  *margin-left: 42.4468085106383%;
}

/* line 3466, ../../sass/lib/bootstrap.scss */
.row-fluid .offset4 {
  margin-left: 36.170212765957444%;
  *margin-left: 36.06382978723405%;
}

/* line 3470, ../../sass/lib/bootstrap.scss */
.row-fluid .offset4:first-child {
  margin-left: 34.04255319148936%;
  *margin-left: 33.93617021276596%;
}

/* line 3474, ../../sass/lib/bootstrap.scss */
.row-fluid .offset3 {
  margin-left: 27.659574468085104%;
  *margin-left: 27.5531914893617%;
}

/* line 3478, ../../sass/lib/bootstrap.scss */
.row-fluid .offset3:first-child {
  margin-left: 25.53191489361702%;
  *margin-left: 25.425531914893618%;
}

/* line 3482, ../../sass/lib/bootstrap.scss */
.row-fluid .offset2 {
  margin-left: 19.148936170212764%;
  *margin-left: 19.04255319148936%;
}

/* line 3486, ../../sass/lib/bootstrap.scss */
.row-fluid .offset2:first-child {
  margin-left: 17.02127659574468%;
  *margin-left: 16.914893617021278%;
}

/* line 3490, ../../sass/lib/bootstrap.scss */
.row-fluid .offset1 {
  margin-left: 10.638297872340425%;
  *margin-left: 10.53191489361702%;
}

/* line 3494, ../../sass/lib/bootstrap.scss */
.row-fluid .offset1:first-child {
  margin-left: 8.51063829787234%;
  *margin-left: 8.404255319148938%;
}

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

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

/* line 3, ../../sass/overrides.scss */
.alert {
  background-color: rgba(255, 251, 198, 0.5);
  border-color: #f7ed64;
  color: black;
}
/* line 7, ../../sass/overrides.scss */
.alert a {
  font-weight: bold;
}

/* line 12, ../../sass/overrides.scss */
.nav {
  padding-left: 0;
}

/* line 16, ../../sass/overrides.scss */
.nav-pills.unstyled > li > a {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  padding: 0;
}

/* line 4, ../../sass/patterns.scss */
a {
  color: black;
  text-decoration: none;
}

/* line 9, ../../sass/patterns.scss */
body {
  background-image: url("/images/background.jpg");
  background-position: 45% top;
  background-repeat: no-repeat;
  color: black;
  font-family: sans-serif;
}

/* line 18, ../../sass/patterns.scss */
h1 {
  font-size: 2em;
}

/* line 21, ../../sass/patterns.scss */
h2 {
  font-size: 1.75em;
}

/* line 24, ../../sass/patterns.scss */
h3 {
  font-size: 1.5em;
}

/* line 27, ../../sass/patterns.scss */
h4 {
  font-size: 1.25em;
}

/* line 30, ../../sass/patterns.scss */
h5 {
  font-size: 1.15em;
}

/* line 33, ../../sass/patterns.scss */
h6 {
  font-size: 1em;
}

/* line 37, ../../sass/patterns.scss */
table {
  font-weight: 400;
}

/* line 41, ../../sass/patterns.scss */
ul.unstyled {
  margin: 0;
  padding-left: 0;
}
/* line 44, ../../sass/patterns.scss */
ul.unstyled li {
  list-style-type: none;
}

/* line 49, ../../sass/patterns.scss */
.alert ol {
  margin: 0;
}

/* line 53, ../../sass/patterns.scss */
.axis line {
  stroke: #000;
}

/* line 57, ../../sass/patterns.scss */
.axis path {
  fill: none;
  stroke: #000;
}

/* line 62, ../../sass/patterns.scss */
.axis + .axis g text {
  display: none;
}

/* line 66, ../../sass/patterns.scss */
.brand {
  background-image: url("/images/singularity.png");
  background-position: left top;
  background-repeat: no-repeat;
  display: block;
  height: 200px;
  margin-bottom: 1.25em;
}

/* line 76, ../../sass/patterns.scss */
.category-assignments > li {
  margin: 1.25em 0;
}
/* line 78, ../../sass/patterns.scss */
.category-assignments > li > a {
  line-height: 2.5em;
}
/* line 81, ../../sass/patterns.scss */
.category-assignments > li.assignment {
  position: relative;
}
/* line 83, ../../sass/patterns.scss */
.category-assignments > li.assignment img {
  height: 60%;
  position: absolute;
  right: 0.625rem;
  top: 20%;
}
/* line 88, ../../sass/patterns.scss */
.category-assignments > li.assignment img.incomplete {
  filter: url("data:image/svg+xml;utf8,&lt;svg xmlns='http://www.w3.org/2000/svg'&gt;&lt;filter id='grayscale'&gt;&lt;feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale");
  /* Firefox 10+, Firefox on Android */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+, Safari 6+, Safari 6+ iOS */
}
/* line 94, ../../sass/patterns.scss */
.category-assignments.final > li a {
  color: rgba(0, 0, 0, 0.7);
  background-color: #f7ac4b;
}
/* line 24, ../../sass/mixins.scss */
.category-assignments.final > li a:hover {
  color: black;
}
/* line 98, ../../sass/patterns.scss */
.category-assignments.mixed > li a {
  color: rgba(0, 0, 0, 0.7);
  background-color: #b1c11b;
}
/* line 24, ../../sass/mixins.scss */
.category-assignments.mixed > li a:hover {
  color: black;
}

/* line 104, ../../sass/patterns.scss */
.layout-aside {
  margin-bottom: 1.25em;
}
/* line 106, ../../sass/patterns.scss */
.layout-aside > * {
  margin-bottom: 1.25em;
}
/* line 108, ../../sass/patterns.scss */
.layout-aside > *:first-child {
  margin-top: 0;
}
/* line 111, ../../sass/patterns.scss */
.layout-aside > *:last-child {
  margin-bottom: 0;
}
/* line 116, ../../sass/patterns.scss */
.layout-aside .block,
.layout-aside .block a {
  color: white;
}
/* line 119, ../../sass/patterns.scss */
.layout-aside .block {
  background-color: #f440b4;
}
/* line 6, ../../sass/mixins.scss */
.layout-aside .block > *:first-child {
  margin-top: 0;
}
/* line 9, ../../sass/mixins.scss */
.layout-aside .block > *:last-child {
  margin-bottom: 0;
}
/* line 122, ../../sass/patterns.scss */
.layout-aside .block h2 {
  color: rgba(255, 255, 255, 0.8);
}
/* line 130, ../../sass/patterns.scss */
.layout-aside .layout-list > *:not(ul),
.layout-aside .layout-list > ul:not(.nav) > li,
.layout-aside .layout-list > ul.nav:not(.unstyled) > li > a {
  background-color: #f440b4;
  color: white;
}
/* line 134, ../../sass/patterns.scss */
.layout-aside .layout-list > ul.nav:not(.unstyled) > li > a:hover {
  background-color: #f558bd;
}

/* line 142, ../../sass/patterns.scss */
.layout-body > a {
  color: rgba(0, 0, 0, 0.8);
  display: block;
  font-size: 1.75em;
  line-height: 1em;
  margin-bottom: 0.71429em;
  padding: 0.35714em;
  vertical-align: baseline;
}
/* line 150, ../../sass/patterns.scss */
.layout-body > a.final {
  color: rgba(255, 255, 255, 0.7);
  background-color: #f7ac4b;
  padding-top: 1.5em;
}
/* line 24, ../../sass/mixins.scss */
.layout-body > a.final:hover {
  color: white;
}
/* line 154, ../../sass/patterns.scss */
.layout-body > a.final:hover {
  background-color: #f8b763;
}
/* line 158, ../../sass/patterns.scss */
.layout-body > a.mixed {
  color: rgba(255, 255, 255, 0.7);
  background-color: #b1c11b;
  padding-top: 4em;
}
/* line 24, ../../sass/mixins.scss */
.layout-body > a.mixed:hover {
  color: white;
}
/* line 162, ../../sass/patterns.scss */
.layout-body > a.mixed:hover {
  background-color: #bbcc1d;
}

/* line 169, ../../sass/patterns.scss */
.layout-container {
  background-color: #e6e7e8;
  padding: 1.25em;
}
/* line 6, ../../sass/mixins.scss */
.layout-container > *:first-child {
  margin-top: 0;
}
/* line 9, ../../sass/mixins.scss */
.layout-container > *:last-child {
  margin-bottom: 0;
}

/* line 179, ../../sass/patterns.scss */
.layout-content,
.layout-head {
  background-color: #cccccc;
  margin-bottom: 1em;
  padding: 1.25em;
}
/* line 6, ../../sass/mixins.scss */
.layout-content > *:first-child,
.layout-head > *:first-child {
  margin-top: 0;
}
/* line 9, ../../sass/mixins.scss */
.layout-content > *:last-child,
.layout-head > *:last-child {
  margin-bottom: 0;
}
/* line 184, ../../sass/patterns.scss */
.layout-content a,
.layout-head a {
  font-weight: bold;
}
/* line 191, ../../sass/patterns.scss */
.layout-content .hash,
.layout-head .hash {
  font-size: 0.7em;
}
/* line 194, ../../sass/patterns.scss */
.layout-content.final,
.layout-head.final {
  background-color: #f7ac4b;
  color: white;
}
/* line 202, ../../sass/patterns.scss */
.layout-content.mixed,
.layout-head.mixed {
  background-color: #b1c11b;
  color: white;
}
/* line 211, ../../sass/patterns.scss */
.layout-content > *:first-child,
.layout-head > *:first-child {
  margin-top: 0;
}
/* line 214, ../../sass/patterns.scss */
.layout-content > *:last-child,
.layout-head > *:last-child {
  margin-bottom: 0;
}

/* line 220, ../../sass/patterns.scss */
.layout-content {
  margin-top: 1em;
}

/* line 224, ../../sass/patterns.scss */
.layout-footer {
  background-color: #e6e7e8;
  color: black;
  margin: 1.25em 0;
  padding: 1.25em;
}
/* line 6, ../../sass/mixins.scss */
.layout-footer > *:first-child {
  margin-top: 0;
}
/* line 9, ../../sass/mixins.scss */
.layout-footer > *:last-child {
  margin-bottom: 0;
}

/* line 6, ../../sass/mixins.scss */
.layout-list > *:first-child {
  margin-top: 0;
}
/* line 9, ../../sass/mixins.scss */
.layout-list > *:last-child {
  margin-bottom: 0;
}
/* line 236, ../../sass/patterns.scss */
.layout-list > *:not(ul),
.layout-list > ul:not(.nav) > li,
.layout-list > ul.nav:not(.nav-pills) > li > a {
  margin-bottom: 1.25rem;
}
/* line 242, ../../sass/patterns.scss */
.layout-list > *:not(ul),
.layout-list > ul:not(.nav) > li,
.layout-list > ul.nav:not(.unstyled) > li > a,
.layout-list > ul.nav:not(.unstyled) > li > span {
  background-color: #cccccc;
  color: black;
  padding: 0.625rem 1.25rem;
}
/* line 249, ../../sass/patterns.scss */
.layout-list > ul.nav:not(.unstyled) > li > a:hover {
  background-color: #d9d9d9;
}
/* line 253, ../../sass/patterns.scss */
.layout-list > ul.nav:not(.unstyled) > li:last-child a {
  margin-bottom: 0;
}
/* line 257, ../../sass/patterns.scss */
.layout-list > ul.nav:not(.unstyled) > li > span {
  display: block;
  margin-bottom: 1.25rem;
}
/* line 262, ../../sass/patterns.scss */
.layout-list.final > ul.nav:not(.unstyled) > li > a, .layout-list.final > p {
  background-color: #f7ac4b;
  color: white;
}
/* line 266, ../../sass/patterns.scss */
.layout-list.final > ul.nav:not(.unstyled) > li > a:hover {
  background-color: #f8b763;
}
/* line 270, ../../sass/patterns.scss */
.layout-list.mixed > ul.nav:not(.unstyled) > li > a, .layout-list.mixed > p {
  background-color: #b1c11b;
  color: white;
}
/* line 274, ../../sass/patterns.scss */
.layout-list.mixed > ul.nav:not(.unstyled) > li > a:hover {
  background-color: #bbcc1d;
}

/* line 279, ../../sass/patterns.scss */
.main-categories {
  margin: 0;
}
/* line 281, ../../sass/patterns.scss */
.main-categories > li {
  margin-bottom: 1.25em;
}
/* line 283, ../../sass/patterns.scss */
.main-categories > li > a {
  color: rgba(0, 0, 0, 0.7);
  background-color: #cccccc;
  line-height: 3.125em;
  text-align: center;
}
/* line 24, ../../sass/mixins.scss */
.main-categories > li > a:hover {
  color: black;
}
/* line 288, ../../sass/patterns.scss */
.main-categories > li > a:hover {
  background-color: #d9d9d9;
}

/* line 295, ../../sass/patterns.scss */
.nav.options {
  margin: 0;
}

/* line 9, ../../sass/style.scss */
body {
  background-color: #ffffff;
}
