You are here

bootstrap.css in Share Buttons, Related Posts, Content Analytics - Shareaholic 8

Same filename and directory in other branches
  1. 7.3 assets/css/bootstrap.css
/*!
 * Bootstrap v2.3.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.
 */

.clearfix {
  *zoom: 1;
}

.clearfix:before,
.clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}

.clearfix:after {
  clear: both;
}

.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

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

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

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

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

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

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

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

#shareaholic-form-container img {
  width: auto\9;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}

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

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

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

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

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

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

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

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

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

@media print {
  * {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page  {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}

body {
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  background-color: #ffffff;
}

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

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

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

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

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

.row {
  margin-left: -20px;
  *zoom: 1;
}

.row:before,
.row:after {
  display: table;
  line-height: 0;
  content: "";
}

.row:after {
  clear: both;
}

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

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

.span12 {
  width: 940px;
}

.span11 {
  width: 860px;
}

.span10 {
  width: 780px;
}

.span9 {
  width: 700px;
}

.span8 {
  width: 620px;
}

.span7 {
  width: 540px;
}

.span6 {
  width: 460px;
}

.span5 {
  width: 380px;
}

.span4 {
  width: 300px;
}

.span3 {
  width: 220px;
}

.span2 {
  width: 140px;
}

.span1 {
  width: 60px;
}

.offset12 {
  margin-left: 980px;
}

.offset11 {
  margin-left: 900px;
}

.offset10 {
  margin-left: 820px;
}

.offset9 {
  margin-left: 740px;
}

.offset8 {
  margin-left: 660px;
}

.offset7 {
  margin-left: 580px;
}

.offset6 {
  margin-left: 500px;
}

.offset5 {
  margin-left: 420px;
}

.offset4 {
  margin-left: 340px;
}

.offset3 {
  margin-left: 260px;
}

.offset2 {
  margin-left: 180px;
}

.offset1 {
  margin-left: 100px;
}

.row-fluid {
  width: 100%;
  *zoom: 1;
}

.row-fluid:before,
.row-fluid:after {
  display: table;
  line-height: 0;
  content: "";
}

.row-fluid:after {
  clear: both;
}

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

.row-fluid [class*="span"]:first-child {
  margin-left: 0;
}

.row-fluid .controls-row [class*="span"] + [class*="span"] {
  margin-left: 2.127659574468085%;
}

.row-fluid .span12 {
  width: 100%;
  *width: 99.94680851063829%;
}

.row-fluid .span11 {
  width: 91.48936170212765%;
  *width: 91.43617021276594%;
}

.row-fluid .span10 {
  width: 82.97872340425532%;
  *width: 82.92553191489361%;
}

.row-fluid .span9 {
  width: 74.46808510638297%;
  *width: 74.41489361702126%;
}

.row-fluid .span8 {
  width: 65.95744680851064%;
  *width: 65.90425531914893%;
}

.row-fluid .span7 {
  width: 57.44680851063829%;
  *width: 57.39361702127659%;
}

.row-fluid .span6 {
  width: 48.93617021276595%;
  *width: 48.88297872340425%;
}

.row-fluid .span5 {
  width: 40.42553191489362%;
  *width: 40.37234042553192%;
}

.row-fluid .span4 {
  width: 31.914893617021278%;
  *width: 31.861702127659576%;
}

.row-fluid .span3 {
  width: 23.404255319148934%;
  *width: 23.351063829787233%;
}

.row-fluid .span2 {
  width: 14.893617021276595%;
  *width: 14.840425531914894%;
}

.row-fluid .span1 {
  width: 6.382978723404255%;
  *width: 6.329787234042553%;
}

.row-fluid .offset12 {
  margin-left: 104.25531914893617%;
  *margin-left: 104.14893617021275%;
}

.row-fluid .offset12:first-child {
  margin-left: 102.12765957446808%;
  *margin-left: 102.02127659574467%;
}

.row-fluid .offset11 {
  margin-left: 95.74468085106382%;
  *margin-left: 95.6382978723404%;
}

.row-fluid .offset11:first-child {
  margin-left: 93.61702127659574%;
  *margin-left: 93.51063829787232%;
}

.row-fluid .offset10 {
  margin-left: 87.23404255319149%;
  *margin-left: 87.12765957446807%;
}

.row-fluid .offset10:first-child {
  margin-left: 85.1063829787234%;
  *margin-left: 84.99999999999999%;
}

.row-fluid .offset9 {
  margin-left: 78.72340425531914%;
  *margin-left: 78.61702127659572%;
}

.row-fluid .offset9:first-child {
  margin-left: 76.59574468085106%;
  *margin-left: 76.48936170212764%;
}

.row-fluid .offset8 {
  margin-left: 70.2127659574468%;
  *margin-left: 70.10638297872339%;
}

.row-fluid .offset8:first-child {
  margin-left: 68.08510638297872%;
  *margin-left: 67.9787234042553%;
}

.row-fluid .offset7 {
  margin-left: 61.70212765957446%;
  *margin-left: 61.59574468085106%;
}

.row-fluid .offset7:first-child {
  margin-left: 59.574468085106375%;
  *margin-left: 59.46808510638297%;
}

.row-fluid .offset6 {
  margin-left: 53.191489361702125%;
  *margin-left: 53.085106382978715%;
}

.row-fluid .offset6:first-child {
  margin-left: 51.063829787234035%;
  *margin-left: 50.95744680851063%;
}

.row-fluid .offset5 {
  margin-left: 44.68085106382979%;
  *margin-left: 44.57446808510638%;
}

.row-fluid .offset5:first-child {
  margin-left: 42.5531914893617%;
  *margin-left: 42.4468085106383%;
}

.row-fluid .offset4 {
  margin-left: 36.170212765957444%;
  *margin-left: 36.06382978723405%;
}

.row-fluid .offset4:first-child {
  margin-left: 34.04255319148936%;
  *margin-left: 33.93617021276596%;
}

.row-fluid .offset3 {
  margin-left: 27.659574468085104%;
  *margin-left: 27.5531914893617%;
}

.row-fluid .offset3:first-child {
  margin-left: 25.53191489361702%;
  *margin-left: 25.425531914893618%;
}

.row-fluid .offset2 {
  margin-left: 19.148936170212764%;
  *margin-left: 19.04255319148936%;
}

.row-fluid .offset2:first-child {
  margin-left: 17.02127659574468%;
  *margin-left: 16.914893617021278%;
}

.row-fluid .offset1 {
  margin-left: 10.638297872340425%;
  *margin-left: 10.53191489361702%;
}

.row-fluid .offset1:first-child {
  margin-left: 8.51063829787234%;
  *margin-left: 8.404255319148938%;
}

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

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

.container {
  margin-right: auto;
  margin-left: auto;
  *zoom: 1;
}

.container:before,
.container:after {
  display: table;
  line-height: 0;
  content: "";
}

.container:after {
  clear: both;
}

.container-fluid {
  padding-right: 20px;
  padding-left: 20px;
  *zoom: 1;
}

.container-fluid:before,
.container-fluid:after {
  display: table;
  line-height: 0;
  content: "";
}

.container-fluid:after {
  clear: both;
}

p {
  margin: 0 0 10px;
}

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

small {
  font-size: 85%;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

cite {
  font-style: normal;
}

.muted {
  color: #999999;
}

a.muted:hover,
a.muted:focus {
  color: #808080;
}

.text-warning {
  color: #c09853;
}

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

.text-error {
  color: #b94a48;
}

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

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

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

.text-success {
  color: #468847;
}

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

.text-left {
  text-align: left;
}

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

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

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

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}

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

h1 {
  font-size: 38.5px;
}

h2 {
  font-size: 31.5px;
}

h3 {
  font-size: 24.5px;
}

h4 {
  font-size: 17.5px;
}

h5 {
  font-size: 14px;
}

h6 {
  font-size: 11.9px;
}

h1 small {
  font-size: 24.5px;
}

h2 small {
  font-size: 17.5px;
}

h3 small {
  font-size: 14px;
}

h4 small {
  font-size: 14px;
}

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

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

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

li {
  line-height: 20px;
}

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

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

ul.inline > li,
ol.inline > li {
  display: inline-block;
  *display: inline;
  padding-right: 5px;
  padding-left: 5px;
  *zoom: 1;
}

dl {
  margin-bottom: 20px;
}

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

dt {
  font-weight: bold;
}

dd {
  margin-left: 10px;
}

.dl-horizontal {
  *zoom: 1;
}

.dl-horizontal:before,
.dl-horizontal:after {
  display: table;
  line-height: 0;
  content: "";
}

.dl-horizontal:after {
  clear: both;
}

.dl-horizontal dt {
  float: left;
  width: 160px;
  overflow: hidden;
  clear: left;
  text-align: right;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.dl-horizontal dd {
  margin-left: 180px;
}

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

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

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

blockquote {
  padding: 0 0 0 15px;
  margin: 0 0 20px;
  border-left: 5px solid #eeeeee;
}

blockquote p {
  margin-bottom: 0;
  font-size: 17.5px;
  font-weight: 300;
  line-height: 1.25;
}

blockquote small {
  display: block;
  line-height: 20px;
  color: #999999;
}

blockquote small:before {
  content: '\2014 \00A0';
}

blockquote.pull-right {
  float: right;
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
}

blockquote.pull-right p,
blockquote.pull-right small {
  text-align: right;
}

blockquote.pull-right small:before {
  content: '';
}

blockquote.pull-right small:after {
  content: '\00A0 \2014';
}

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

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

#shareaholic-form-container 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;
}

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

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

pre.prettyprint {
  margin-bottom: 20px;
}

#shareaholic-form-container pre code {
  padding: 0;
  color: inherit;
  white-space: pre;
  white-space: pre-wrap;
  background-color: transparent;
  border: 0;
}

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

form {
  margin: 0 0 20px;
}

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

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

legend small {
  font-size: 15px;
  color: #999999;
}

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

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

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

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

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

textarea {
  height: auto;
}

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  background-color: #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 0.2s, box-shadow linear 0.2s;
     -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
       -o-transition: border linear 0.2s, box-shadow linear 0.2s;
          transition: border linear 0.2s, box-shadow linear 0.2s;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */

  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}


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

select,
input[type="file"] {
  height: 30px;
  /* In IE7, the height of the select element cannot be changed by height, only font-size */

  *margin-top: 4px;
  /* For IE7, add top margin to align select with labels */

  line-height: 30px;
}

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

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

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

.uneditable-input,
.uneditable-textarea {
  color: #999999;
  cursor: not-allowed;
  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);
}

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

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

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

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

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

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

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

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

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

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

.input-mini {
  width: 60px;
}

.input-small {
  width: 90px;
}

.input-medium {
  width: 150px;
}

.input-large {
  width: 210px;
}

.input-xlarge {
  width: 270px;
}

.input-xxlarge {
  width: 530px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.controls-row {
  *zoom: 1;
}

.controls-row:before,
.controls-row:after {
  display: table;
  line-height: 0;
  content: "";
}

.controls-row:after {
  clear: both;
}

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

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

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

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

.control-group.warning .control-label,
.control-group.warning .help-block,
.control-group.warning .help-inline {
  color: #c09853;
}

.control-group.warning .checkbox,
.control-group.warning .radio,
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
  color: #c09853;
}

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

.control-group.warning input:focus,
.control-group.warning select:focus,
.control-group.warning textarea:focus {
  border-color: #a47e3c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
}

.control-group.warning .input-prepend .add-on,
.control-group.warning .input-append .add-on {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #c09853;
}

.control-group.error .control-label,
.control-group.error .help-block,
.control-group.error .help-inline {
  color: #b94a48;
}

.control-group.error .checkbox,
.control-group.error .radio,
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  color: #b94a48;
}

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

.control-group.error input:focus,
.control-group.error select:focus,
.control-group.error textarea:focus {
  border-color: #953b39;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
}

.control-group.error .input-prepend .add-on,
.control-group.error .input-append .add-on {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #b94a48;
}

.control-group.success .control-label,
.control-group.success .help-block,
.control-group.success .help-inline {
  color: #468847;
}

.control-group.success .checkbox,
.control-group.success .radio,
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
  color: #468847;
}

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

.control-group.success input:focus,
.control-group.success select:focus,
.control-group.success textarea:focus {
  border-color: #356635;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
}

.control-group.success .input-prepend .add-on,
.control-group.success .input-append .add-on {
  color: #468847;
  background-color: #dff0d8;
  border-color: #468847;
}

.control-group.info .control-label,
.control-group.info .help-block,
.control-group.info .help-inline {
  color: #3a87ad;
}

.control-group.info .checkbox,
.control-group.info .radio,
.control-group.info input,
.control-group.info select,
.control-group.info textarea {
  color: #3a87ad;
}

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

.control-group.info input:focus,
.control-group.info select:focus,
.control-group.info textarea:focus {
  border-color: #2d6987;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
}

.control-group.info .input-prepend .add-on,
.control-group.info .input-append .add-on {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #3a87ad;
}

input:focus:invalid,
textarea:focus:invalid,
select:focus:invalid {
  color: #b94a48;
  border-color: #ee5f5b;
}

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

.form-actions {
  padding: 19px 20px 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-top: 1px solid #e5e5e5;
  *zoom: 1;
}

.form-actions:before,
.form-actions:after {
  display: table;
  line-height: 0;
  content: "";
}

.form-actions:after {
  clear: both;
}

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

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

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

.input-append,
.input-prepend {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 0;
  white-space: nowrap;
  vertical-align: middle;
}

.input-append input,
.input-prepend input,
.input-append select,
.input-prepend select,
.input-append .uneditable-input,
.input-prepend .uneditable-input,
.input-append .dropdown-menu,
.input-prepend .dropdown-menu,
.input-append .popover,
.input-prepend .popover {
  font-size: 14px;
}

.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;
  vertical-align: top;
  -webkit-border-radius: 0 4px 4px 0;
     -moz-border-radius: 0 4px 4px 0;
          border-radius: 0 4px 4px 0;
}

.input-append input:focus,
.input-prepend input:focus,
.input-append select:focus,
.input-prepend select:focus,
.input-append .uneditable-input:focus,
.input-prepend .uneditable-input:focus {
  z-index: 2;
}

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

.input-append .add-on,
.input-prepend .add-on,
.input-append .btn,
.input-prepend .btn,
.input-append .btn-group > .dropdown-toggle,
.input-prepend .btn-group > .dropdown-toggle {
  vertical-align: top;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

.input-append .active,
.input-prepend .active {
  background-color: #a9dba9;
  border-color: #46a546;
}

.input-prepend .add-on,
.input-prepend .btn {
  margin-right: -1px;
}

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

.input-append input,
.input-append select,
.input-append .uneditable-input {
  -webkit-border-radius: 4px 0 0 4px;
     -moz-border-radius: 4px 0 0 4px;
          border-radius: 4px 0 0 4px;
}

.input-append input + .btn-group .btn:last-child,
.input-append select + .btn-group .btn:last-child,
.input-append .uneditable-input + .btn-group .btn:last-child {
  -webkit-border-radius: 0 4px 4px 0;
     -moz-border-radius: 0 4px 4px 0;
          border-radius: 0 4px 4px 0;
}

.input-append .add-on,
.input-append .btn,
.input-append .btn-group {
  margin-left: -1px;
}

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

.input-prepend.input-append input,
.input-prepend.input-append select,
.input-prepend.input-append .uneditable-input {
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

.input-prepend.input-append input + .btn-group .btn,
.input-prepend.input-append select + .btn-group .btn,
.input-prepend.input-append .uneditable-input + .btn-group .btn {
  -webkit-border-radius: 0 4px 4px 0;
     -moz-border-radius: 0 4px 4px 0;
          border-radius: 0 4px 4px 0;
}

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

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

.input-prepend.input-append .btn-group:first-child {
  margin-left: 0;
}

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

  margin-bottom: 0;
  -webkit-border-radius: 15px;
     -moz-border-radius: 15px;
          border-radius: 15px;
}

/* Allow for input prepend/append in search forms */

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

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

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

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

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

.form-search input,
.form-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;
  margin-bottom: 0;
  vertical-align: middle;
  *zoom: 1;
}

.form-search .hide,
.form-inline .hide,
.form-horizontal .hide {
  display: none;
}

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

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

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

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

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

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

.form-horizontal .control-group {
  margin-bottom: 20px;
  *zoom: 1;
}

.form-horizontal .control-group:before,
.form-horizontal .control-group:after {
  display: table;
  line-height: 0;
  content: "";
}

.form-horizontal .control-group:after {
  clear: both;
}

.form-horizontal .control-label {
  float: left;
  width: 160px;
  padding-top: 5px;
  text-align: right;
}

.form-horizontal .controls {
  *display: inline-block;
  *padding-left: 20px;
  margin-left: 180px;
  *margin-left: 0;
}

.form-horizontal .controls:first-child {
  *padding-left: 180px;
}

.form-horizontal .help-block {
  margin-bottom: 0;
}

.form-horizontal input + .help-block,
.form-horizontal select + .help-block,
.form-horizontal textarea + .help-block,
.form-horizontal .uneditable-input + .help-block,
.form-horizontal .input-prepend + .help-block,
.form-horizontal .input-append + .help-block {
  margin-top: 10px;
}

.form-horizontal .form-actions {
  padding-left: 180px;
}

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

.table {
  width: 100%;
  margin-bottom: 20px;
}

.table th,
.table td {
  padding: 8px;
  line-height: 20px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}

.table th {
  font-weight: bold;
}

.table thead th {
  vertical-align: bottom;
}

.table caption + thead tr:first-child th,
.table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child th,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child th,
.table thead:first-child tr:first-child td {
  border-top: 0;
}

.table tbody + tbody {
  border-top: 2px solid #dddddd;
}

.table .table {
  background-color: #ffffff;
}

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

.table-bordered {
  border: 1px solid #dddddd;
  border-collapse: separate;
  *border-collapse: collapse;
  border-left: 0;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.table-bordered th,
.table-bordered td {
  border-left: 1px solid #dddddd;
}

.table-bordered caption + thead tr:first-child th,
.table-bordered caption + tbody tr:first-child th,
.table-bordered caption + tbody tr:first-child td,
.table-bordered colgroup + thead tr:first-child th,
.table-bordered colgroup + tbody tr:first-child th,
.table-bordered colgroup + tbody tr:first-child td,
.table-bordered thead:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child td {
  border-top: 0;
}

.table-bordered thead:first-child tr:first-child > th:first-child,
.table-bordered tbody:first-child tr:first-child > td:first-child,
.table-bordered tbody:first-child tr:first-child > th:first-child {
  -webkit-border-top-left-radius: 4px;
          border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
}

.table-bordered thead:first-child tr:first-child > th:last-child,
.table-bordered tbody:first-child tr:first-child > td:last-child,
.table-bordered tbody:first-child tr:first-child > th:last-child {
  -webkit-border-top-right-radius: 4px;
          border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
}

.table-bordered thead:last-child tr:last-child > th:first-child,
.table-bordered tbody:last-child tr:last-child > td:first-child,
.table-bordered tbody:last-child tr:last-child > th:first-child,
.table-bordered tfoot:last-child tr:last-child > td:first-child,
.table-bordered tfoot:last-child tr:last-child > th:first-child {
  -webkit-border-bottom-left-radius: 4px;
          border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
}

.table-bordered thead:last-child tr:last-child > th:last-child,
.table-bordered tbody:last-child tr:last-child > td:last-child,
.table-bordered tbody:last-child tr:last-child > th:last-child,
.table-bordered tfoot:last-child tr:last-child > td:last-child,
.table-bordered tfoot:last-child tr:last-child > th:last-child {
  -webkit-border-bottom-right-radius: 4px;
          border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
}

.table-bordered tfoot + tbody:last-child tr:last-child td:first-child {
  -webkit-border-bottom-left-radius: 0;
          border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
}

.table-bordered tfoot + tbody:last-child tr:last-child td:last-child {
  -webkit-border-bottom-right-radius: 0;
          border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
}

.table-bordered caption + thead tr:first-child th:first-child,
.table-bordered caption + tbody tr:first-child td:first-child,
.table-bordered colgroup + thead tr:first-child th:first-child,
.table-bordered colgroup + tbody tr:first-child td:first-child {
  -webkit-border-top-left-radius: 4px;
          border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
}

.table-bordered caption + thead tr:first-child th:last-child,
.table-bordered caption + tbody tr:first-child td:last-child,
.table-bordered colgroup + thead tr:first-child th:last-child,
.table-bordered colgroup + tbody tr:first-child td:last-child {
  -webkit-border-top-right-radius: 4px;
          border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
}

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

.table-hover tbody tr:hover > td,
.table-hover tbody tr:hover > th {
  background-color: #f5f5f5;
}

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

.table td.span1,
.table th.span1 {
  float: none;
  width: 44px;
  margin-left: 0;
}

.table td.span2,
.table th.span2 {
  float: none;
  width: 124px;
  margin-left: 0;
}

.table td.span3,
.table th.span3 {
  float: none;
  width: 204px;
  margin-left: 0;
}

.table td.span4,
.table th.span4 {
  float: none;
  width: 284px;
  margin-left: 0;
}

.table td.span5,
.table th.span5 {
  float: none;
  width: 364px;
  margin-left: 0;
}

.table td.span6,
.table th.span6 {
  float: none;
  width: 444px;
  margin-left: 0;
}

.table td.span7,
.table th.span7 {
  float: none;
  width: 524px;
  margin-left: 0;
}

.table td.span8,
.table th.span8 {
  float: none;
  width: 604px;
  margin-left: 0;
}

.table td.span9,
.table th.span9 {
  float: none;
  width: 684px;
  margin-left: 0;
}

.table td.span10,
.table th.span10 {
  float: none;
  width: 764px;
  margin-left: 0;
}

.table td.span11,
.table th.span11 {
  float: none;
  width: 844px;
  margin-left: 0;
}

.table td.span12,
.table th.span12 {
  float: none;
  width: 924px;
  margin-left: 0;
}

.table tbody tr.success > td {
  background-color: #dff0d8;
}

.table tbody tr.error > td {
  background-color: #f2dede;
}

.table tbody tr.warning > td {
  background-color: #fcf8e3;
}

.table tbody tr.info > td {
  background-color: #d9edf7;
}

.table-hover tbody tr.success:hover > td {
  background-color: #d0e9c6;
}

.table-hover tbody tr.error:hover > td {
  background-color: #ebcccc;
}

.table-hover tbody tr.warning:hover > td {
  background-color: #faf2cc;
}

.table-hover tbody tr.info:hover > td {
  background-color: #c4e3f3;
}

[class^="icon-"],
[class*=" icon-"] {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-top: 1px;
  *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;
}

/* White icons with optional class, or on hover/focus/active states of certain elements */

.icon-white,
.nav-pills > .active > a > [class^="icon-"],
.nav-pills > .active > a > [class*=" icon-"],
.nav-list > .active > a > [class^="icon-"],
.nav-list > .active > a > [class*=" icon-"],
.navbar-inverse .nav > .active > a > [class^="icon-"],
.navbar-inverse .nav > .active > a > [class*=" icon-"],
.dropdown-menu > li > a:hover > [class^="icon-"],
.dropdown-menu > li > a:focus > [class^="icon-"],
.dropdown-menu > li > a:hover > [class*=" icon-"],
.dropdown-menu > li > a:focus > [class*=" icon-"],
.dropdown-menu > .active > a > [class^="icon-"],
.dropdown-menu > .active > a > [class*=" icon-"],
.dropdown-submenu:hover > a > [class^="icon-"],
.dropdown-submenu:focus > a > [class^="icon-"],
.dropdown-submenu:hover > a > [class*=" icon-"],
.dropdown-submenu:focus > a > [class*=" icon-"] {
  background-image: url("../img/glyphicons-halflings-white.png");
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.dropup,
.dropdown {
  position: relative;
}

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

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

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

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

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  background-color: #ffffff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
     -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
     -moz-background-clip: padding;
          background-clip: padding-box;
}

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

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

.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 20px;
  color: #333333;
  white-space: nowrap;
}

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

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

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

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

.open {
  *z-index: 1000;
}

.open > .dropdown-menu {
  display: block;
}

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

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid #000000;
  content: "";
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}

.dropdown-submenu {
  position: relative;
}

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

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

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

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

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

.dropdown-submenu.pull-left {
  float: none;
}

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

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

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

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #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);
}

.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

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

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

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
     -moz-transition: opacity 0.15s linear;
       -o-transition: opacity 0.15s linear;
          transition: opacity 0.15s linear;
}

.fade.in {
  opacity: 1;
}

.collapse {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
     -moz-transition: height 0.35s ease;
       -o-transition: height 0.35s ease;
          transition: height 0.35s ease;
}

.collapse.in {
  height: auto;
}

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

.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  filter: alpha(opacity=40);
}

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

.btn {
  display: inline-block;
  *display: inline;
  padding: 4px 12px;
  margin-bottom: 0;
  *margin-left: .3em;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  cursor: pointer;
  background-color: #f5f5f5;
  *background-color: #e6e6e6;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border: 1px solid #cccccc;
  *border: 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);
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  *zoom: 1;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  color: #333333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}

.btn:active,
.btn.active {
  background-color: #cccccc \9;
}

.btn:first-child {
  *margin-left: 0;
}

.btn:hover,
.btn:focus {
  color: #333333;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
     -moz-transition: background-position 0.1s linear;
       -o-transition: background-position 0.1s linear;
          transition: background-position 0.1s linear;
}

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

.btn.active,
.btn:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn.disabled,
.btn[disabled] {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}

.btn-large {
  padding: 16px 23px;
  font-size: 18px;
  line-height: 24px;
  margin-left: 0 !important;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
}

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

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

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

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

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

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

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

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

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

.btn-primary {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #006dcc;
  *background-color: #0044cc;
  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;
  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);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  color: #ffffff;
  background-color: #0044cc;
  *background-color: #003bb3;
}

.btn-primary:active,
.btn-primary.active {
  background-color: #003399 \9;
}

.btn-warning {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #faa732;
  *background-color: #f89406;
  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;
  border-color: #f89406 #f89406 #ad6704;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
  color: #ffffff;
  background-color: #f89406;
  *background-color: #df8505;
}

.btn-warning:active,
.btn-warning.active {
  background-color: #c67605 \9;
}

.btn-danger {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #da4f49;
  *background-color: #bd362f;
  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;
  border-color: #bd362f #bd362f #802420;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
  color: #ffffff;
  background-color: #bd362f;
  *background-color: #a9302a;
}

.btn-danger:active,
.btn-danger.active {
  background-color: #942a25 \9;
}

.btn-success {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #5bb75b;
  *background-color: #51a351;
  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;
  border-color: #51a351 #51a351 #387038;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
  color: #ffffff;
  background-color: #51a351;
  *background-color: #499249;
}

.btn-success:active,
.btn-success.active {
  background-color: #408140 \9;
}

.btn-info {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #49afcd;
  *background-color: #2f96b4;
  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;
  border-color: #2f96b4 #2f96b4 #1f6377;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  color: #ffffff;
  background-color: #2f96b4;
  *background-color: #2a85a0;
}

.btn-info:active,
.btn-info.active {
  background-color: #24748c \9;
}

.btn-inverse {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #363636;
  *background-color: #222222;
  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;
  border-color: #222222 #222222 #000000;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff222222', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-inverse:hover,
.btn-inverse:focus,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
  color: #ffffff;
  background-color: #222222;
  *background-color: #151515;
}

.btn-inverse:active,
.btn-inverse.active {
  background-color: #080808 \9;
}

button.btn,
input[type="submit"].btn {
  *padding-top: 3px;
  *padding-bottom: 3px;
}

button.btn::-moz-focus-inner,
input[type="submit"].btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}

button.btn.btn-large,
input[type="submit"].btn.btn-large {
  *padding-top: 7px;
  *padding-bottom: 7px;
}

button.btn.btn-small,
input[type="submit"].btn.btn-small {
  *padding-top: 3px;
  *padding-bottom: 3px;
}

button.btn.btn-mini,
input[type="submit"].btn.btn-mini {
  *padding-top: 1px;
  *padding-bottom: 1px;
}

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

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

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

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

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

.btn-group:first-child {
  *margin-left: 0;
}

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

.btn-toolbar {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.btn-group > .btn + .dropdown-toggle {
  *padding-top: 5px;
  padding-right: 8px;
  *padding-bottom: 5px;
  padding-left: 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);
}

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

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

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

.btn-group.open .dropdown-toggle {
  background-image: none;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn-group.open .btn.dropdown-toggle {
  background-color: #e6e6e6;
}

.btn-group.open .btn-primary.dropdown-toggle {
  background-color: #0044cc;
}

.btn-group.open .btn-warning.dropdown-toggle {
  background-color: #f89406;
}

.btn-group.open .btn-danger.dropdown-toggle {
  background-color: #bd362f;
}

.btn-group.open .btn-success.dropdown-toggle {
  background-color: #51a351;
}

.btn-group.open .btn-info.dropdown-toggle {
  background-color: #2f96b4;
}

.btn-group.open .btn-inverse.dropdown-toggle {
  background-color: #222222;
}

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

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

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

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

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

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

.btn-group-vertical {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
}

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

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

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

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

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

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

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

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

.alert h4 {
  margin: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.nav-tabs,
.nav-pills {
  *zoom: 1;
}

.nav-tabs:before,
.nav-pills:before,
.nav-tabs:after,
.nav-pills:after {
  display: table;
  line-height: 0;
  content: "";
}

.nav-tabs:after,
.nav-pills:after {
  clear: both;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* move down carets for tabs */

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

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

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

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

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

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

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

.tabbable {
  *zoom: 1;
}

.tabbable:before,
.tabbable:after {
  display: table;
  line-height: 0;
  content: "";
}

.tabbable:after {
  clear: both;
}

.tab-content {
  overflow: auto;
}

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

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

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

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

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

.tabs-below > .nav-tabs > li > a {
  -webkit-border-radius: 0 0 4px 4px;
     -moz-border-radius: 0 0 4px 4px;
          border-radius: 0 0 4px 4px;
}

.tabs-below > .nav-tabs > li > a:hover,
.tabs-below > .nav-tabs > li > a:focus {
  border-top-color: #ddd;
  border-bottom-color: transparent;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.navbar-inner:before,
.navbar-inner:after {
  display: table;
  line-height: 0;
  content: "";
}

.navbar-inner:after {
  clear: both;
}

.navbar .container {
  width: auto;
}

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

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

.navbar .brand:hover,
.navbar .brand:focus {
  text-decoration: none;
}

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

.navbar-link {
  color: #777777;
}

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

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

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

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

.navbar-form {
  margin-bottom: 0;
  *zoom: 1;
}

.navbar-form:before,
.navbar-form:after {
  display: table;
  line-height: 0;
  content: "";
}

.navbar-form:after {
  clear: both;
}

.navbar-form input,
.navbar-form select,
.navbar-form .radio,
.navbar-form .checkbox {
  margin-top: 5px;
}

.navbar-form input,
.navbar-form select,
.navbar-form .btn {
  display: inline-block;
  margin-bottom: 0;
}

.navbar-form input[type="image"],
.navbar-form input[type="checkbox"],
.navbar-form input[type="radio"] {
  margin-top: 3px;
}

.navbar-form .input-append,
.navbar-form .input-prepend {
  margin-top: 5px;
  white-space: nowrap;
}

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

.navbar-search {
  position: relative;
  float: left;
  margin-top: 5px;
  margin-bottom: 0;
}

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

.navbar-static-top {
  position: static;
  margin-bottom: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.navbar .btn-navbar {
  display: none;
  float: right;
  padding: 7px 10px;
  margin-right: 5px;
  margin-left: 5px;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #ededed;
  *background-color: #e5e5e5;
  background-image: -moz-linear-gradient(top, #f2f2f2, #e5e5e5);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f2f2f2), to(#e5e5e5));
  background-image: -webkit-linear-gradient(top, #f2f2f2, #e5e5e5);
  background-image: -o-linear-gradient(top, #f2f2f2, #e5e5e5);
  background-image: linear-gradient(to bottom, #f2f2f2, #e5e5e5);
  background-repeat: repeat-x;
  border-color: #e5e5e5 #e5e5e5 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2f2f2', endColorstr='#ffe5e5e5', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
     -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
}

.navbar .btn-navbar:hover,
.navbar .btn-navbar:focus,
.navbar .btn-navbar:active,
.navbar .btn-navbar.active,
.navbar .btn-navbar.disabled,
.navbar .btn-navbar[disabled] {
  color: #ffffff;
  background-color: #e5e5e5;
  *background-color: #d9d9d9;
}

.navbar .btn-navbar:active,
.navbar .btn-navbar.active {
  background-color: #cccccc \9;
}

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

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

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

.navbar .nav > li > .dropdown-menu:after {
  position: absolute;
  top: -6px;
  left: 10px;
  display: inline-block;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  border-left: 6px solid transparent;
  content: '';
}

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

.navbar-fixed-bottom .nav > li > .dropdown-menu:after {
  top: auto;
  bottom: -6px;
  border-top: 6px solid #ffffff;
  border-bottom: 0;
}

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

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

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

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

.navbar .pull-right > li > .dropdown-menu,
.navbar .nav > li > .dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

.navbar .pull-right > li > .dropdown-menu:before,
.navbar .nav > li > .dropdown-menu.pull-right:before {
  right: 12px;
  left: auto;
}

.navbar .pull-right > li > .dropdown-menu:after,
.navbar .nav > li > .dropdown-menu.pull-right:after {
  right: 13px;
  left: auto;
}

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

.navbar-inverse .navbar-inner {
  background-color: #1b1b1b;
  background-image: -moz-linear-gradient(top, #222222, #111111);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#222222), to(#111111));
  background-image: -webkit-linear-gradient(top, #222222, #111111);
  background-image: -o-linear-gradient(top, #222222, #111111);
  background-image: linear-gradient(to bottom, #222222, #111111);
  background-repeat: repeat-x;
  border-color: #252525;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff222222', endColorstr='#ff111111', GradientType=0);
}

.navbar-inverse .brand,
.navbar-inverse .nav > li > a {
  color: #999999;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.navbar-inverse .brand:hover,
.navbar-inverse .nav > li > a:hover,
.navbar-inverse .brand:focus,
.navbar-inverse .nav > li > a:focus {
  color: #ffffff;
}

.navbar-inverse .brand {
  color: #999999;
}

.navbar-inverse .navbar-text {
  color: #999999;
}

.navbar-inverse .nav > li > a:focus,
.navbar-inverse .nav > li > a:hover {
  color: #ffffff;
  background-color: transparent;
}

.navbar-inverse .nav .active > a,
.navbar-inverse .nav .active > a:hover,
.navbar-inverse .nav .active > a:focus {
  color: #ffffff;
  background-color: #111111;
}

.navbar-inverse .navbar-link {
  color: #999999;
}

.navbar-inverse .navbar-link:hover,
.navbar-inverse .navbar-link:focus {
  color: #ffffff;
}

.navbar-inverse .divider-vertical {
  border-right-color: #222222;
  border-left-color: #111111;
}

.navbar-inverse .nav li.dropdown.open > .dropdown-toggle,
.navbar-inverse .nav li.dropdown.active > .dropdown-toggle,
.navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle {
  color: #ffffff;
  background-color: #111111;
}

.navbar-inverse .nav li.dropdown > a:hover .caret,
.navbar-inverse .nav li.dropdown > a:focus .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}

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

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

.navbar-inverse .navbar-search .search-query {
  color: #ffffff;
  background-color: #515151;
  border-color: #111111;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);
     -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);
  -webkit-transition: none;
     -moz-transition: none;
       -o-transition: none;
          transition: none;
}

.navbar-inverse .navbar-search .search-query:-moz-placeholder {
  color: #cccccc;
}

.navbar-inverse .navbar-search .search-query:-ms-input-placeholder {
  color: #cccccc;
}

.navbar-inverse .navbar-search .search-query::-webkit-input-placeholder {
  color: #cccccc;
}

.navbar-inverse .navbar-search .search-query:focus,
.navbar-inverse .navbar-search .search-query.focused {
  padding: 5px 15px;
  color: #333333;
  text-shadow: 0 1px 0 #ffffff;
  background-color: #ffffff;
  border: 0;
  outline: 0;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
     -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
}

.navbar-inverse .btn-navbar {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #0e0e0e;
  *background-color: #040404;
  background-image: -moz-linear-gradient(top, #151515, #040404);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#151515), to(#040404));
  background-image: -webkit-linear-gradient(top, #151515, #040404);
  background-image: -o-linear-gradient(top, #151515, #040404);
  background-image: linear-gradient(to bottom, #151515, #040404);
  background-repeat: repeat-x;
  border-color: #040404 #040404 #000000;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff151515', endColorstr='#ff040404', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.navbar-inverse .btn-navbar:hover,
.navbar-inverse .btn-navbar:focus,
.navbar-inverse .btn-navbar:active,
.navbar-inverse .btn-navbar.active,
.navbar-inverse .btn-navbar.disabled,
.navbar-inverse .btn-navbar[disabled] {
  color: #ffffff;
  background-color: #040404;
  *background-color: #000000;
}

.navbar-inverse .btn-navbar:active,
.navbar-inverse .btn-navbar.active {
  background-color: #000000 \9;
}

.pagination {
  margin: 20px 0;
}

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

.pagination ul > li {
  display: inline;
}

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

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

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

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

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

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

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

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

.pagination-large ul > li > a,
.pagination-large ul > li > span {
  padding: 11px 19px;
  font-size: 17.5px;
}

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

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

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

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

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

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

.pager {
  margin: 20px 0;
  text-align: center;
  list-style: none;
  *zoom: 1;
}

.pager:before,
.pager:after {
  display: table;
  line-height: 0;
  content: "";
}

.pager:after {
  clear: both;
}

.pager li {
  display: inline;
}

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

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

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

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

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

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

.modal-backdrop.fade {
  opacity: 0;
}

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

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

.modal.fade {
  top: -25%;
  -webkit-transition: opacity 0.3s linear, top 0.3s ease-out;
     -moz-transition: opacity 0.3s linear, top 0.3s ease-out;
       -o-transition: opacity 0.3s linear, top 0.3s ease-out;
          transition: opacity 0.3s linear, top 0.3s ease-out;
}

.modal.fade.in {
  top: 10%;
}

.modal-header {
  padding: 9px 15px;
  border-bottom: 1px solid #eee;
}

.modal-header .close {
  margin-top: 2px;
}

.modal-header h3 {
  margin: 0;
  line-height: 30px;
}

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

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

.modal-footer {
  padding: 14px 15px 15px;
  margin-bottom: 0;
  text-align: right;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  -webkit-border-radius: 0 0 6px 6px;
     -moz-border-radius: 0 0 6px 6px;
          border-radius: 0 0 6px 6px;
  *zoom: 1;
  -webkit-box-shadow: inset 0 1px 0 #ffffff;
     -moz-box-shadow: inset 0 1px 0 #ffffff;
          box-shadow: inset 0 1px 0 #ffffff;
}

.modal-footer:before,
.modal-footer:after {
  display: table;
  line-height: 0;
  content: "";
}

.modal-footer:after {
  clear: both;
}

.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}

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

.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  font-size: 11px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: visible;
}

.tooltip.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}

.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}

.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}

.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}

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

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

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

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

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

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

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

.popover.top {
  margin-top: -10px;
}

.popover.right {
  margin-left: 10px;
}

.popover.bottom {
  margin-top: 10px;
}

.popover.left {
  margin-left: -10px;
}

.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  -webkit-border-radius: 5px 5px 0 0;
     -moz-border-radius: 5px 5px 0 0;
          border-radius: 5px 5px 0 0;
}

.popover-title:empty {
  display: none;
}

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

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

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

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

.popover.top .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}

.popover.top .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  border-top-color: #ffffff;
  border-bottom-width: 0;
}

.popover.right .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}

.popover.right .arrow:after {
  bottom: -10px;
  left: 1px;
  border-right-color: #ffffff;
  border-left-width: 0;
}

.popover.bottom .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  border-top-width: 0;
}

.popover.bottom .arrow:after {
  top: 1px;
  margin-left: -10px;
  border-bottom-color: #ffffff;
  border-top-width: 0;
}

.popover.left .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25);
  border-right-width: 0;
}

.popover.left .arrow:after {
  right: 1px;
  bottom: -10px;
  border-left-color: #ffffff;
  border-right-width: 0;
}

.thumbnails {
  margin-left: -20px;
  list-style: none;
  *zoom: 1;
}

.thumbnails:before,
.thumbnails:after {
  display: table;
  line-height: 0;
  content: "";
}

.thumbnails:after {
  clear: both;
}

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

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

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

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

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

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

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

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

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

.media-object {
  display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f7f7f7;
  background-image: -moz-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#f9f9f9));
  background-image: -webkit-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: -o-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: linear-gradient(to bottom, #f5f5f5, #f9f9f9);
  background-repeat: repeat-x;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  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);
}

.progress .bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  color: #ffffff;
  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;
}

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

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

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

.progress-danger .bar,
.progress .bar-danger {
  background-color: #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);
}

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

.progress-success .bar,
.progress .bar-success {
  background-color: #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);
}

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

.progress-info .bar,
.progress .bar-info {
  background-color: #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);
}

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

.progress-warning .bar,
.progress .bar-warning {
  background-color: #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);
}

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

.accordion {
  margin-bottom: 20px;
}

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

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

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

.accordion-toggle {
  cursor: pointer;
}

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

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

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

.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: 0.6s ease-in-out left;
     -moz-transition: 0.6s ease-in-out left;
       -o-transition: 0.6s ease-in-out left;
          transition: 0.6s ease-in-out left;
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  line-height: 1;
}

.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}

.carousel-inner > .active {
  left: 0;
}

.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

.carousel-inner > .next {
  left: 100%;
}

.carousel-inner > .prev {
  left: -100%;
}

.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}

.carousel-inner > .active.left {
  left: -100%;
}

.carousel-inner > .active.right {
  left: 100%;
}

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

.carousel-control.right {
  right: 15px;
  left: auto;
}

.carousel-control:hover,
.carousel-control:focus {
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.carousel-indicators {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 5;
  margin: 0;
  list-style: none;
}

.carousel-indicators li {
  display: block;
  float: left;
  width: 10px;
  height: 10px;
  margin-left: 5px;
  text-indent: -999px;
  background-color: #ccc;
  background-color: rgba(255, 255, 255, 0.25);
  border-radius: 5px;
}

.carousel-indicators .active {
  background-color: #fff;
}

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

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

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

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

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

.hero-unit h1 {
  margin-bottom: 0;
  font-size: 60px;
  line-height: 1;
  letter-spacing: -1px;
  color: inherit;
}

.hero-unit li {
  line-height: 30px;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.hide {
  display: none;
}

.show {
  display: block;
}

.invisible {
  visibility: hidden;
}

.affix {
  position: fixed;
}

File

assets/css/bootstrap.css
View source
  1. /*!
  2. * Bootstrap v2.3.1
  3. *
  4. * Copyright 2012 Twitter, Inc
  5. * Licensed under the Apache License v2.0
  6. * http://www.apache.org/licenses/LICENSE-2.0
  7. *
  8. * Designed and built with all the love in the world @twitter by @mdo and @fat.
  9. */
  10. .clearfix {
  11. *zoom: 1;
  12. }
  13. .clearfix:before,
  14. .clearfix:after {
  15. display: table;
  16. line-height: 0;
  17. content: "";
  18. }
  19. .clearfix:after {
  20. clear: both;
  21. }
  22. .hide-text {
  23. font: 0/0 a;
  24. color: transparent;
  25. text-shadow: none;
  26. background-color: transparent;
  27. border: 0;
  28. }
  29. .input-block-level {
  30. display: block;
  31. width: 100%;
  32. min-height: 30px;
  33. -webkit-box-sizing: border-box;
  34. -moz-box-sizing: border-box;
  35. box-sizing: border-box;
  36. }
  37. article,
  38. aside,
  39. details,
  40. figcaption,
  41. figure,
  42. footer,
  43. header,
  44. hgroup,
  45. nav,
  46. section {
  47. display: block;
  48. }
  49. audio,
  50. canvas,
  51. video {
  52. display: inline-block;
  53. *display: inline;
  54. *zoom: 1;
  55. }
  56. audio:not([controls]) {
  57. display: none;
  58. }
  59. html {
  60. font-size: 100%;
  61. -webkit-text-size-adjust: 100%;
  62. -ms-text-size-adjust: 100%;
  63. }
  64. a:focus {
  65. outline: thin dotted #333;
  66. outline: 5px auto -webkit-focus-ring-color;
  67. outline-offset: -2px;
  68. }
  69. a:hover,
  70. a:active {
  71. outline: 0;
  72. }
  73. sub,
  74. sup {
  75. position: relative;
  76. font-size: 75%;
  77. line-height: 0;
  78. vertical-align: baseline;
  79. }
  80. sup {
  81. top: -0.5em;
  82. }
  83. sub {
  84. bottom: -0.25em;
  85. }
  86. #shareaholic-form-container img {
  87. width: auto\9;
  88. height: auto;
  89. max-width: 100%;
  90. vertical-align: middle;
  91. border: 0;
  92. -ms-interpolation-mode: bicubic;
  93. }
  94. #map_canvas img,
  95. .google-maps img {
  96. max-width: none;
  97. }
  98. button,
  99. input,
  100. select,
  101. textarea {
  102. margin: 0;
  103. font-size: 100%;
  104. vertical-align: middle;
  105. }
  106. button,
  107. input {
  108. *overflow: visible;
  109. line-height: normal;
  110. }
  111. button::-moz-focus-inner,
  112. input::-moz-focus-inner {
  113. padding: 0;
  114. border: 0;
  115. }
  116. button,
  117. html input[type="button"],
  118. input[type="reset"],
  119. input[type="submit"] {
  120. cursor: pointer;
  121. -webkit-appearance: button;
  122. }
  123. label,
  124. select,
  125. button,
  126. input[type="button"],
  127. input[type="reset"],
  128. input[type="submit"],
  129. input[type="radio"],
  130. input[type="checkbox"] {
  131. cursor: pointer;
  132. }
  133. input[type="search"] {
  134. -webkit-box-sizing: content-box;
  135. -moz-box-sizing: content-box;
  136. box-sizing: content-box;
  137. -webkit-appearance: textfield;
  138. }
  139. input[type="search"]::-webkit-search-decoration,
  140. input[type="search"]::-webkit-search-cancel-button {
  141. -webkit-appearance: none;
  142. }
  143. textarea {
  144. overflow: auto;
  145. vertical-align: top;
  146. }
  147. @media print {
  148. * {
  149. color: #000 !important;
  150. text-shadow: none !important;
  151. background: transparent !important;
  152. box-shadow: none !important;
  153. }
  154. a,
  155. a:visited {
  156. text-decoration: underline;
  157. }
  158. a[href]:after {
  159. content: " (" attr(href) ")";
  160. }
  161. abbr[title]:after {
  162. content: " (" attr(title) ")";
  163. }
  164. .ir a:after,
  165. a[href^="javascript:"]:after,
  166. a[href^="#"]:after {
  167. content: "";
  168. }
  169. pre,
  170. blockquote {
  171. border: 1px solid #999;
  172. page-break-inside: avoid;
  173. }
  174. thead {
  175. display: table-header-group;
  176. }
  177. tr,
  178. img {
  179. page-break-inside: avoid;
  180. }
  181. img {
  182. max-width: 100% !important;
  183. }
  184. @page {
  185. margin: 0.5cm;
  186. }
  187. p,
  188. h2,
  189. h3 {
  190. orphans: 3;
  191. widows: 3;
  192. }
  193. h2,
  194. h3 {
  195. page-break-after: avoid;
  196. }
  197. }
  198. body {
  199. margin: 0;
  200. font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  201. font-size: 14px;
  202. line-height: 20px;
  203. color: #333333;
  204. background-color: #ffffff;
  205. }
  206. a {
  207. color: #0088cc;
  208. text-decoration: none;
  209. }
  210. a:hover,
  211. a:focus {
  212. color: #005580;
  213. text-decoration: underline;
  214. }
  215. .img-rounded {
  216. -webkit-border-radius: 6px;
  217. -moz-border-radius: 6px;
  218. border-radius: 6px;
  219. }
  220. .img-polaroid {
  221. padding: 4px;
  222. background-color: #fff;
  223. border: 1px solid #ccc;
  224. border: 1px solid rgba(0, 0, 0, 0.2);
  225. -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  226. -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  227. box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  228. }
  229. .img-circle {
  230. -webkit-border-radius: 500px;
  231. -moz-border-radius: 500px;
  232. border-radius: 500px;
  233. }
  234. .row {
  235. margin-left: -20px;
  236. *zoom: 1;
  237. }
  238. .row:before,
  239. .row:after {
  240. display: table;
  241. line-height: 0;
  242. content: "";
  243. }
  244. .row:after {
  245. clear: both;
  246. }
  247. [class*="span"] {
  248. float: left;
  249. min-height: 1px;
  250. margin-left: 20px;
  251. }
  252. .container,
  253. .navbar-static-top .container,
  254. .navbar-fixed-top .container,
  255. .navbar-fixed-bottom .container {
  256. width: 940px;
  257. }
  258. .span12 {
  259. width: 940px;
  260. }
  261. .span11 {
  262. width: 860px;
  263. }
  264. .span10 {
  265. width: 780px;
  266. }
  267. .span9 {
  268. width: 700px;
  269. }
  270. .span8 {
  271. width: 620px;
  272. }
  273. .span7 {
  274. width: 540px;
  275. }
  276. .span6 {
  277. width: 460px;
  278. }
  279. .span5 {
  280. width: 380px;
  281. }
  282. .span4 {
  283. width: 300px;
  284. }
  285. .span3 {
  286. width: 220px;
  287. }
  288. .span2 {
  289. width: 140px;
  290. }
  291. .span1 {
  292. width: 60px;
  293. }
  294. .offset12 {
  295. margin-left: 980px;
  296. }
  297. .offset11 {
  298. margin-left: 900px;
  299. }
  300. .offset10 {
  301. margin-left: 820px;
  302. }
  303. .offset9 {
  304. margin-left: 740px;
  305. }
  306. .offset8 {
  307. margin-left: 660px;
  308. }
  309. .offset7 {
  310. margin-left: 580px;
  311. }
  312. .offset6 {
  313. margin-left: 500px;
  314. }
  315. .offset5 {
  316. margin-left: 420px;
  317. }
  318. .offset4 {
  319. margin-left: 340px;
  320. }
  321. .offset3 {
  322. margin-left: 260px;
  323. }
  324. .offset2 {
  325. margin-left: 180px;
  326. }
  327. .offset1 {
  328. margin-left: 100px;
  329. }
  330. .row-fluid {
  331. width: 100%;
  332. *zoom: 1;
  333. }
  334. .row-fluid:before,
  335. .row-fluid:after {
  336. display: table;
  337. line-height: 0;
  338. content: "";
  339. }
  340. .row-fluid:after {
  341. clear: both;
  342. }
  343. .row-fluid [class*="span"] {
  344. display: block;
  345. float: left;
  346. width: 100%;
  347. min-height: 30px;
  348. margin-left: 2.127659574468085%;
  349. *margin-left: 2.074468085106383%;
  350. -webkit-box-sizing: border-box;
  351. -moz-box-sizing: border-box;
  352. box-sizing: border-box;
  353. }
  354. .row-fluid [class*="span"]:first-child {
  355. margin-left: 0;
  356. }
  357. .row-fluid .controls-row [class*="span"] + [class*="span"] {
  358. margin-left: 2.127659574468085%;
  359. }
  360. .row-fluid .span12 {
  361. width: 100%;
  362. *width: 99.94680851063829%;
  363. }
  364. .row-fluid .span11 {
  365. width: 91.48936170212765%;
  366. *width: 91.43617021276594%;
  367. }
  368. .row-fluid .span10 {
  369. width: 82.97872340425532%;
  370. *width: 82.92553191489361%;
  371. }
  372. .row-fluid .span9 {
  373. width: 74.46808510638297%;
  374. *width: 74.41489361702126%;
  375. }
  376. .row-fluid .span8 {
  377. width: 65.95744680851064%;
  378. *width: 65.90425531914893%;
  379. }
  380. .row-fluid .span7 {
  381. width: 57.44680851063829%;
  382. *width: 57.39361702127659%;
  383. }
  384. .row-fluid .span6 {
  385. width: 48.93617021276595%;
  386. *width: 48.88297872340425%;
  387. }
  388. .row-fluid .span5 {
  389. width: 40.42553191489362%;
  390. *width: 40.37234042553192%;
  391. }
  392. .row-fluid .span4 {
  393. width: 31.914893617021278%;
  394. *width: 31.861702127659576%;
  395. }
  396. .row-fluid .span3 {
  397. width: 23.404255319148934%;
  398. *width: 23.351063829787233%;
  399. }
  400. .row-fluid .span2 {
  401. width: 14.893617021276595%;
  402. *width: 14.840425531914894%;
  403. }
  404. .row-fluid .span1 {
  405. width: 6.382978723404255%;
  406. *width: 6.329787234042553%;
  407. }
  408. .row-fluid .offset12 {
  409. margin-left: 104.25531914893617%;
  410. *margin-left: 104.14893617021275%;
  411. }
  412. .row-fluid .offset12:first-child {
  413. margin-left: 102.12765957446808%;
  414. *margin-left: 102.02127659574467%;
  415. }
  416. .row-fluid .offset11 {
  417. margin-left: 95.74468085106382%;
  418. *margin-left: 95.6382978723404%;
  419. }
  420. .row-fluid .offset11:first-child {
  421. margin-left: 93.61702127659574%;
  422. *margin-left: 93.51063829787232%;
  423. }
  424. .row-fluid .offset10 {
  425. margin-left: 87.23404255319149%;
  426. *margin-left: 87.12765957446807%;
  427. }
  428. .row-fluid .offset10:first-child {
  429. margin-left: 85.1063829787234%;
  430. *margin-left: 84.99999999999999%;
  431. }
  432. .row-fluid .offset9 {
  433. margin-left: 78.72340425531914%;
  434. *margin-left: 78.61702127659572%;
  435. }
  436. .row-fluid .offset9:first-child {
  437. margin-left: 76.59574468085106%;
  438. *margin-left: 76.48936170212764%;
  439. }
  440. .row-fluid .offset8 {
  441. margin-left: 70.2127659574468%;
  442. *margin-left: 70.10638297872339%;
  443. }
  444. .row-fluid .offset8:first-child {
  445. margin-left: 68.08510638297872%;
  446. *margin-left: 67.9787234042553%;
  447. }
  448. .row-fluid .offset7 {
  449. margin-left: 61.70212765957446%;
  450. *margin-left: 61.59574468085106%;
  451. }
  452. .row-fluid .offset7:first-child {
  453. margin-left: 59.574468085106375%;
  454. *margin-left: 59.46808510638297%;
  455. }
  456. .row-fluid .offset6 {
  457. margin-left: 53.191489361702125%;
  458. *margin-left: 53.085106382978715%;
  459. }
  460. .row-fluid .offset6:first-child {
  461. margin-left: 51.063829787234035%;
  462. *margin-left: 50.95744680851063%;
  463. }
  464. .row-fluid .offset5 {
  465. margin-left: 44.68085106382979%;
  466. *margin-left: 44.57446808510638%;
  467. }
  468. .row-fluid .offset5:first-child {
  469. margin-left: 42.5531914893617%;
  470. *margin-left: 42.4468085106383%;
  471. }
  472. .row-fluid .offset4 {
  473. margin-left: 36.170212765957444%;
  474. *margin-left: 36.06382978723405%;
  475. }
  476. .row-fluid .offset4:first-child {
  477. margin-left: 34.04255319148936%;
  478. *margin-left: 33.93617021276596%;
  479. }
  480. .row-fluid .offset3 {
  481. margin-left: 27.659574468085104%;
  482. *margin-left: 27.5531914893617%;
  483. }
  484. .row-fluid .offset3:first-child {
  485. margin-left: 25.53191489361702%;
  486. *margin-left: 25.425531914893618%;
  487. }
  488. .row-fluid .offset2 {
  489. margin-left: 19.148936170212764%;
  490. *margin-left: 19.04255319148936%;
  491. }
  492. .row-fluid .offset2:first-child {
  493. margin-left: 17.02127659574468%;
  494. *margin-left: 16.914893617021278%;
  495. }
  496. .row-fluid .offset1 {
  497. margin-left: 10.638297872340425%;
  498. *margin-left: 10.53191489361702%;
  499. }
  500. .row-fluid .offset1:first-child {
  501. margin-left: 8.51063829787234%;
  502. *margin-left: 8.404255319148938%;
  503. }
  504. [class*="span"].hide,
  505. .row-fluid [class*="span"].hide {
  506. display: none;
  507. }
  508. [class*="span"].pull-right,
  509. .row-fluid [class*="span"].pull-right {
  510. float: right;
  511. }
  512. .container {
  513. margin-right: auto;
  514. margin-left: auto;
  515. *zoom: 1;
  516. }
  517. .container:before,
  518. .container:after {
  519. display: table;
  520. line-height: 0;
  521. content: "";
  522. }
  523. .container:after {
  524. clear: both;
  525. }
  526. .container-fluid {
  527. padding-right: 20px;
  528. padding-left: 20px;
  529. *zoom: 1;
  530. }
  531. .container-fluid:before,
  532. .container-fluid:after {
  533. display: table;
  534. line-height: 0;
  535. content: "";
  536. }
  537. .container-fluid:after {
  538. clear: both;
  539. }
  540. p {
  541. margin: 0 0 10px;
  542. }
  543. .lead {
  544. margin-bottom: 20px;
  545. font-size: 21px;
  546. font-weight: 200;
  547. line-height: 30px;
  548. }
  549. small {
  550. font-size: 85%;
  551. }
  552. strong {
  553. font-weight: bold;
  554. }
  555. em {
  556. font-style: italic;
  557. }
  558. cite {
  559. font-style: normal;
  560. }
  561. .muted {
  562. color: #999999;
  563. }
  564. a.muted:hover,
  565. a.muted:focus {
  566. color: #808080;
  567. }
  568. .text-warning {
  569. color: #c09853;
  570. }
  571. a.text-warning:hover,
  572. a.text-warning:focus {
  573. color: #a47e3c;
  574. }
  575. .text-error {
  576. color: #b94a48;
  577. }
  578. a.text-error:hover,
  579. a.text-error:focus {
  580. color: #953b39;
  581. }
  582. .text-info {
  583. color: #3a87ad;
  584. }
  585. a.text-info:hover,
  586. a.text-info:focus {
  587. color: #2d6987;
  588. }
  589. .text-success {
  590. color: #468847;
  591. }
  592. a.text-success:hover,
  593. a.text-success:focus {
  594. color: #356635;
  595. }
  596. .text-left {
  597. text-align: left;
  598. }
  599. .text-right {
  600. text-align: right;
  601. }
  602. .text-center {
  603. text-align: center;
  604. }
  605. h1,
  606. h2,
  607. h3,
  608. h4,
  609. h5,
  610. h6 {
  611. margin: 10px 0;
  612. font-family: inherit;
  613. font-weight: bold;
  614. line-height: 20px;
  615. color: inherit;
  616. text-rendering: optimizelegibility;
  617. }
  618. h1 small,
  619. h2 small,
  620. h3 small,
  621. h4 small,
  622. h5 small,
  623. h6 small {
  624. font-weight: normal;
  625. line-height: 1;
  626. color: #999999;
  627. }
  628. h1,
  629. h2,
  630. h3 {
  631. line-height: 40px;
  632. }
  633. h1 {
  634. font-size: 38.5px;
  635. }
  636. h2 {
  637. font-size: 31.5px;
  638. }
  639. h3 {
  640. font-size: 24.5px;
  641. }
  642. h4 {
  643. font-size: 17.5px;
  644. }
  645. h5 {
  646. font-size: 14px;
  647. }
  648. h6 {
  649. font-size: 11.9px;
  650. }
  651. h1 small {
  652. font-size: 24.5px;
  653. }
  654. h2 small {
  655. font-size: 17.5px;
  656. }
  657. h3 small {
  658. font-size: 14px;
  659. }
  660. h4 small {
  661. font-size: 14px;
  662. }
  663. .page-header {
  664. padding-bottom: 9px;
  665. margin: 20px 0 30px;
  666. border-bottom: 1px solid #eeeeee;
  667. }
  668. ul,
  669. ol {
  670. padding: 0;
  671. margin: 0 0 10px 25px;
  672. }
  673. ul ul,
  674. ul ol,
  675. ol ol,
  676. ol ul {
  677. margin-bottom: 0;
  678. }
  679. li {
  680. line-height: 20px;
  681. }
  682. ul.unstyled,
  683. ol.unstyled {
  684. margin-left: 0;
  685. list-style: none;
  686. }
  687. ul.inline,
  688. ol.inline {
  689. margin-left: 0;
  690. list-style: none;
  691. }
  692. ul.inline > li,
  693. ol.inline > li {
  694. display: inline-block;
  695. *display: inline;
  696. padding-right: 5px;
  697. padding-left: 5px;
  698. *zoom: 1;
  699. }
  700. dl {
  701. margin-bottom: 20px;
  702. }
  703. dt,
  704. dd {
  705. line-height: 20px;
  706. }
  707. dt {
  708. font-weight: bold;
  709. }
  710. dd {
  711. margin-left: 10px;
  712. }
  713. .dl-horizontal {
  714. *zoom: 1;
  715. }
  716. .dl-horizontal:before,
  717. .dl-horizontal:after {
  718. display: table;
  719. line-height: 0;
  720. content: "";
  721. }
  722. .dl-horizontal:after {
  723. clear: both;
  724. }
  725. .dl-horizontal dt {
  726. float: left;
  727. width: 160px;
  728. overflow: hidden;
  729. clear: left;
  730. text-align: right;
  731. text-overflow: ellipsis;
  732. white-space: nowrap;
  733. }
  734. .dl-horizontal dd {
  735. margin-left: 180px;
  736. }
  737. hr {
  738. margin: 20px 0;
  739. border: 0;
  740. border-top: 1px solid #eeeeee;
  741. border-bottom: 1px solid #ffffff;
  742. }
  743. abbr[title],
  744. abbr[data-original-title] {
  745. cursor: help;
  746. border-bottom: 1px dotted #999999;
  747. }
  748. abbr.initialism {
  749. font-size: 90%;
  750. text-transform: uppercase;
  751. }
  752. blockquote {
  753. padding: 0 0 0 15px;
  754. margin: 0 0 20px;
  755. border-left: 5px solid #eeeeee;
  756. }
  757. blockquote p {
  758. margin-bottom: 0;
  759. font-size: 17.5px;
  760. font-weight: 300;
  761. line-height: 1.25;
  762. }
  763. blockquote small {
  764. display: block;
  765. line-height: 20px;
  766. color: #999999;
  767. }
  768. blockquote small:before {
  769. content: '\2014 \00A0';
  770. }
  771. blockquote.pull-right {
  772. float: right;
  773. padding-right: 15px;
  774. padding-left: 0;
  775. border-right: 5px solid #eeeeee;
  776. border-left: 0;
  777. }
  778. blockquote.pull-right p,
  779. blockquote.pull-right small {
  780. text-align: right;
  781. }
  782. blockquote.pull-right small:before {
  783. content: '';
  784. }
  785. blockquote.pull-right small:after {
  786. content: '\00A0 \2014';
  787. }
  788. q:before,
  789. q:after,
  790. blockquote:before,
  791. blockquote:after {
  792. content: "";
  793. }
  794. address {
  795. display: block;
  796. margin-bottom: 20px;
  797. font-style: normal;
  798. line-height: 20px;
  799. }
  800. #shareaholic-form-container code,
  801. pre {
  802. padding: 0 3px 2px;
  803. font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
  804. font-size: 12px;
  805. color: #333333;
  806. -webkit-border-radius: 3px;
  807. -moz-border-radius: 3px;
  808. border-radius: 3px;
  809. }
  810. #shareaholic-form-container code {
  811. padding: 2px 4px;
  812. color: #d14;
  813. white-space: nowrap;
  814. background-color: #f7f7f9;
  815. border: 1px solid #e1e1e8;
  816. }
  817. pre {
  818. display: block;
  819. padding: 9.5px;
  820. margin: 0 0 10px;
  821. font-size: 13px;
  822. line-height: 20px;
  823. word-break: break-all;
  824. word-wrap: break-word;
  825. white-space: pre;
  826. white-space: pre-wrap;
  827. background-color: #f5f5f5;
  828. border: 1px solid #ccc;
  829. border: 1px solid rgba(0, 0, 0, 0.15);
  830. -webkit-border-radius: 4px;
  831. -moz-border-radius: 4px;
  832. border-radius: 4px;
  833. }
  834. pre.prettyprint {
  835. margin-bottom: 20px;
  836. }
  837. #shareaholic-form-container pre code {
  838. padding: 0;
  839. color: inherit;
  840. white-space: pre;
  841. white-space: pre-wrap;
  842. background-color: transparent;
  843. border: 0;
  844. }
  845. .pre-scrollable {
  846. max-height: 340px;
  847. overflow-y: scroll;
  848. }
  849. form {
  850. margin: 0 0 20px;
  851. }
  852. fieldset {
  853. padding: 0;
  854. margin: 0;
  855. border: 0;
  856. }
  857. legend {
  858. display: block;
  859. width: 100%;
  860. padding: 0;
  861. margin-bottom: 20px;
  862. font-size: 21px;
  863. line-height: 40px;
  864. color: #333333;
  865. border: 0;
  866. border-bottom: 1px solid #e5e5e5;
  867. }
  868. legend small {
  869. font-size: 15px;
  870. color: #999999;
  871. }
  872. label,
  873. input,
  874. button,
  875. select,
  876. textarea {
  877. font-size: 14px;
  878. font-weight: normal;
  879. line-height: 20px;
  880. }
  881. input,
  882. button,
  883. select,
  884. textarea {
  885. font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  886. }
  887. label {
  888. display: block;
  889. margin-bottom: 5px;
  890. }
  891. select,
  892. textarea,
  893. input[type="text"],
  894. input[type="password"],
  895. input[type="datetime"],
  896. input[type="datetime-local"],
  897. input[type="date"],
  898. input[type="month"],
  899. input[type="time"],
  900. input[type="week"],
  901. input[type="number"],
  902. input[type="email"],
  903. input[type="url"],
  904. input[type="search"],
  905. input[type="tel"],
  906. input[type="color"],
  907. .uneditable-input {
  908. display: inline-block;
  909. height: 20px;
  910. padding: 4px 6px;
  911. margin-bottom: 10px;
  912. font-size: 14px;
  913. line-height: 20px;
  914. color: #555555;
  915. vertical-align: middle;
  916. -webkit-border-radius: 4px;
  917. -moz-border-radius: 4px;
  918. border-radius: 4px;
  919. }
  920. input,
  921. textarea,
  922. .uneditable-input {
  923. width: 206px;
  924. }
  925. textarea {
  926. height: auto;
  927. }
  928. textarea,
  929. input[type="text"],
  930. input[type="password"],
  931. input[type="datetime"],
  932. input[type="datetime-local"],
  933. input[type="date"],
  934. input[type="month"],
  935. input[type="time"],
  936. input[type="week"],
  937. input[type="number"],
  938. input[type="email"],
  939. input[type="url"],
  940. input[type="search"],
  941. input[type="tel"],
  942. input[type="color"],
  943. .uneditable-input {
  944. background-color: #ffffff;
  945. border: 1px solid #cccccc;
  946. -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  947. -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  948. box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  949. -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  950. -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  951. -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  952. transition: border linear 0.2s, box-shadow linear 0.2s;
  953. }
  954. textarea:focus,
  955. input[type="text"]:focus,
  956. input[type="password"]:focus,
  957. input[type="datetime"]:focus,
  958. input[type="datetime-local"]:focus,
  959. input[type="date"]:focus,
  960. input[type="month"]:focus,
  961. input[type="time"]:focus,
  962. input[type="week"]:focus,
  963. input[type="number"]:focus,
  964. input[type="email"]:focus,
  965. input[type="url"]:focus,
  966. input[type="search"]:focus,
  967. input[type="tel"]:focus,
  968. input[type="color"]:focus,
  969. .uneditable-input:focus {
  970. border-color: rgba(82, 168, 236, 0.8);
  971. outline: 0;
  972. outline: thin dotted \9;
  973. /* IE6-9 */
  974. -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  975. -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  976. box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  977. }
  978. input[type="file"],
  979. input[type="image"],
  980. input[type="submit"],
  981. input[type="reset"],
  982. input[type="button"],
  983. input[type="radio"],
  984. input[type="checkbox"] {
  985. width: auto;
  986. }
  987. select,
  988. input[type="file"] {
  989. height: 30px;
  990. /* In IE7, the height of the select element cannot be changed by height, only font-size */
  991. *margin-top: 4px;
  992. /* For IE7, add top margin to align select with labels */
  993. line-height: 30px;
  994. }
  995. select {
  996. width: 220px;
  997. background-color: #ffffff;
  998. border: 1px solid #cccccc;
  999. }
  1000. select[multiple],
  1001. select[size] {
  1002. height: auto;
  1003. }
  1004. select:focus,
  1005. input[type="file"]:focus,
  1006. input[type="radio"]:focus,
  1007. input[type="checkbox"]:focus {
  1008. outline: thin dotted #333;
  1009. outline: 5px auto -webkit-focus-ring-color;
  1010. outline-offset: -2px;
  1011. }
  1012. .uneditable-input,
  1013. .uneditable-textarea {
  1014. color: #999999;
  1015. cursor: not-allowed;
  1016. background-color: #fcfcfc;
  1017. border-color: #cccccc;
  1018. -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  1019. -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  1020. box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  1021. }
  1022. .uneditable-input {
  1023. overflow: hidden;
  1024. white-space: nowrap;
  1025. }
  1026. .uneditable-textarea {
  1027. width: auto;
  1028. height: auto;
  1029. }
  1030. input:-moz-placeholder,
  1031. textarea:-moz-placeholder {
  1032. color: #999999;
  1033. }
  1034. input:-ms-input-placeholder,
  1035. textarea:-ms-input-placeholder {
  1036. color: #999999;
  1037. }
  1038. input::-webkit-input-placeholder,
  1039. textarea::-webkit-input-placeholder {
  1040. color: #999999;
  1041. }
  1042. .radio,
  1043. .checkbox {
  1044. min-height: 20px;
  1045. padding-left: 20px;
  1046. }
  1047. .radio input[type="radio"],
  1048. .checkbox input[type="checkbox"] {
  1049. float: left;
  1050. margin-left: -20px;
  1051. }
  1052. .controls > .radio:first-child,
  1053. .controls > .checkbox:first-child {
  1054. padding-top: 5px;
  1055. }
  1056. .radio.inline,
  1057. .checkbox.inline {
  1058. display: inline-block;
  1059. padding-top: 5px;
  1060. margin-bottom: 0;
  1061. vertical-align: middle;
  1062. }
  1063. .radio.inline + .radio.inline,
  1064. .checkbox.inline + .checkbox.inline {
  1065. margin-left: 10px;
  1066. }
  1067. .input-mini {
  1068. width: 60px;
  1069. }
  1070. .input-small {
  1071. width: 90px;
  1072. }
  1073. .input-medium {
  1074. width: 150px;
  1075. }
  1076. .input-large {
  1077. width: 210px;
  1078. }
  1079. .input-xlarge {
  1080. width: 270px;
  1081. }
  1082. .input-xxlarge {
  1083. width: 530px;
  1084. }
  1085. input[class*="span"],
  1086. select[class*="span"],
  1087. textarea[class*="span"],
  1088. .uneditable-input[class*="span"],
  1089. .row-fluid input[class*="span"],
  1090. .row-fluid select[class*="span"],
  1091. .row-fluid textarea[class*="span"],
  1092. .row-fluid .uneditable-input[class*="span"] {
  1093. float: none;
  1094. margin-left: 0;
  1095. }
  1096. .input-append input[class*="span"],
  1097. .input-append .uneditable-input[class*="span"],
  1098. .input-prepend input[class*="span"],
  1099. .input-prepend .uneditable-input[class*="span"],
  1100. .row-fluid input[class*="span"],
  1101. .row-fluid select[class*="span"],
  1102. .row-fluid textarea[class*="span"],
  1103. .row-fluid .uneditable-input[class*="span"],
  1104. .row-fluid .input-prepend [class*="span"],
  1105. .row-fluid .input-append [class*="span"] {
  1106. display: inline-block;
  1107. }
  1108. input,
  1109. textarea,
  1110. .uneditable-input {
  1111. margin-left: 0;
  1112. }
  1113. .controls-row [class*="span"] + [class*="span"] {
  1114. margin-left: 20px;
  1115. }
  1116. input.span12,
  1117. textarea.span12,
  1118. .uneditable-input.span12 {
  1119. width: 926px;
  1120. }
  1121. input.span11,
  1122. textarea.span11,
  1123. .uneditable-input.span11 {
  1124. width: 846px;
  1125. }
  1126. input.span10,
  1127. textarea.span10,
  1128. .uneditable-input.span10 {
  1129. width: 766px;
  1130. }
  1131. input.span9,
  1132. textarea.span9,
  1133. .uneditable-input.span9 {
  1134. width: 686px;
  1135. }
  1136. input.span8,
  1137. textarea.span8,
  1138. .uneditable-input.span8 {
  1139. width: 606px;
  1140. }
  1141. input.span7,
  1142. textarea.span7,
  1143. .uneditable-input.span7 {
  1144. width: 526px;
  1145. }
  1146. input.span6,
  1147. textarea.span6,
  1148. .uneditable-input.span6 {
  1149. width: 446px;
  1150. }
  1151. input.span5,
  1152. textarea.span5,
  1153. .uneditable-input.span5 {
  1154. width: 366px;
  1155. }
  1156. input.span4,
  1157. textarea.span4,
  1158. .uneditable-input.span4 {
  1159. width: 286px;
  1160. }
  1161. input.span3,
  1162. textarea.span3,
  1163. .uneditable-input.span3 {
  1164. width: 206px;
  1165. }
  1166. input.span2,
  1167. textarea.span2,
  1168. .uneditable-input.span2 {
  1169. width: 126px;
  1170. }
  1171. input.span1,
  1172. textarea.span1,
  1173. .uneditable-input.span1 {
  1174. width: 46px;
  1175. }
  1176. .controls-row {
  1177. *zoom: 1;
  1178. }
  1179. .controls-row:before,
  1180. .controls-row:after {
  1181. display: table;
  1182. line-height: 0;
  1183. content: "";
  1184. }
  1185. .controls-row:after {
  1186. clear: both;
  1187. }
  1188. .controls-row [class*="span"],
  1189. .row-fluid .controls-row [class*="span"] {
  1190. float: left;
  1191. }
  1192. .controls-row .checkbox[class*="span"],
  1193. .controls-row .radio[class*="span"] {
  1194. padding-top: 5px;
  1195. }
  1196. input[disabled],
  1197. select[disabled],
  1198. textarea[disabled],
  1199. input[readonly],
  1200. select[readonly],
  1201. textarea[readonly] {
  1202. cursor: not-allowed;
  1203. background-color: #eeeeee;
  1204. }
  1205. input[type="radio"][disabled],
  1206. input[type="checkbox"][disabled],
  1207. input[type="radio"][readonly],
  1208. input[type="checkbox"][readonly] {
  1209. background-color: transparent;
  1210. }
  1211. .control-group.warning .control-label,
  1212. .control-group.warning .help-block,
  1213. .control-group.warning .help-inline {
  1214. color: #c09853;
  1215. }
  1216. .control-group.warning .checkbox,
  1217. .control-group.warning .radio,
  1218. .control-group.warning input,
  1219. .control-group.warning select,
  1220. .control-group.warning textarea {
  1221. color: #c09853;
  1222. }
  1223. .control-group.warning input,
  1224. .control-group.warning select,
  1225. .control-group.warning textarea {
  1226. border-color: #c09853;
  1227. -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  1228. -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  1229. box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  1230. }
  1231. .control-group.warning input:focus,
  1232. .control-group.warning select:focus,
  1233. .control-group.warning textarea:focus {
  1234. border-color: #a47e3c;
  1235. -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
  1236. -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
  1237. box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
  1238. }
  1239. .control-group.warning .input-prepend .add-on,
  1240. .control-group.warning .input-append .add-on {
  1241. color: #c09853;
  1242. background-color: #fcf8e3;
  1243. border-color: #c09853;
  1244. }
  1245. .control-group.error .control-label,
  1246. .control-group.error .help-block,
  1247. .control-group.error .help-inline {
  1248. color: #b94a48;
  1249. }
  1250. .control-group.error .checkbox,
  1251. .control-group.error .radio,
  1252. .control-group.error input,
  1253. .control-group.error select,
  1254. .control-group.error textarea {
  1255. color: #b94a48;
  1256. }
  1257. .control-group.error input,
  1258. .control-group.error select,
  1259. .control-group.error textarea {
  1260. border-color: #b94a48;
  1261. -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  1262. -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  1263. box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  1264. }
  1265. .control-group.error input:focus,
  1266. .control-group.error select:focus,
  1267. .control-group.error textarea:focus {
  1268. border-color: #953b39;
  1269. -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
  1270. -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
  1271. box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
  1272. }
  1273. .control-group.error .input-prepend .add-on,
  1274. .control-group.error .input-append .add-on {
  1275. color: #b94a48;
  1276. background-color: #f2dede;
  1277. border-color: #b94a48;
  1278. }
  1279. .control-group.success .control-label,
  1280. .control-group.success .help-block,
  1281. .control-group.success .help-inline {
  1282. color: #468847;
  1283. }
  1284. .control-group.success .checkbox,
  1285. .control-group.success .radio,
  1286. .control-group.success input,
  1287. .control-group.success select,
  1288. .control-group.success textarea {
  1289. color: #468847;
  1290. }
  1291. .control-group.success input,
  1292. .control-group.success select,
  1293. .control-group.success textarea {
  1294. border-color: #468847;
  1295. -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  1296. -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  1297. box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  1298. }
  1299. .control-group.success input:focus,
  1300. .control-group.success select:focus,
  1301. .control-group.success textarea:focus {
  1302. border-color: #356635;
  1303. -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
  1304. -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
  1305. box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
  1306. }
  1307. .control-group.success .input-prepend .add-on,
  1308. .control-group.success .input-append .add-on {
  1309. color: #468847;
  1310. background-color: #dff0d8;
  1311. border-color: #468847;
  1312. }
  1313. .control-group.info .control-label,
  1314. .control-group.info .help-block,
  1315. .control-group.info .help-inline {
  1316. color: #3a87ad;
  1317. }
  1318. .control-group.info .checkbox,
  1319. .control-group.info .radio,
  1320. .control-group.info input,
  1321. .control-group.info select,
  1322. .control-group.info textarea {
  1323. color: #3a87ad;
  1324. }
  1325. .control-group.info input,
  1326. .control-group.info select,
  1327. .control-group.info textarea {
  1328. border-color: #3a87ad;
  1329. -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  1330. -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  1331. box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  1332. }
  1333. .control-group.info input:focus,
  1334. .control-group.info select:focus,
  1335. .control-group.info textarea:focus {
  1336. border-color: #2d6987;
  1337. -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
  1338. -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
  1339. box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
  1340. }
  1341. .control-group.info .input-prepend .add-on,
  1342. .control-group.info .input-append .add-on {
  1343. color: #3a87ad;
  1344. background-color: #d9edf7;
  1345. border-color: #3a87ad;
  1346. }
  1347. input:focus:invalid,
  1348. textarea:focus:invalid,
  1349. select:focus:invalid {
  1350. color: #b94a48;
  1351. border-color: #ee5f5b;
  1352. }
  1353. input:focus:invalid:focus,
  1354. textarea:focus:invalid:focus,
  1355. select:focus:invalid:focus {
  1356. border-color: #e9322d;
  1357. -webkit-box-shadow: 0 0 6px #f8b9b7;
  1358. -moz-box-shadow: 0 0 6px #f8b9b7;
  1359. box-shadow: 0 0 6px #f8b9b7;
  1360. }
  1361. .form-actions {
  1362. padding: 19px 20px 20px;
  1363. margin-top: 20px;
  1364. margin-bottom: 20px;
  1365. background-color: #f5f5f5;
  1366. border-top: 1px solid #e5e5e5;
  1367. *zoom: 1;
  1368. }
  1369. .form-actions:before,
  1370. .form-actions:after {
  1371. display: table;
  1372. line-height: 0;
  1373. content: "";
  1374. }
  1375. .form-actions:after {
  1376. clear: both;
  1377. }
  1378. .help-block,
  1379. .help-inline {
  1380. color: #595959;
  1381. }
  1382. .help-block {
  1383. display: block;
  1384. margin-bottom: 10px;
  1385. }
  1386. .help-inline {
  1387. display: inline-block;
  1388. *display: inline;
  1389. padding-left: 5px;
  1390. vertical-align: middle;
  1391. *zoom: 1;
  1392. }
  1393. .input-append,
  1394. .input-prepend {
  1395. display: inline-block;
  1396. margin-bottom: 10px;
  1397. font-size: 0;
  1398. white-space: nowrap;
  1399. vertical-align: middle;
  1400. }
  1401. .input-append input,
  1402. .input-prepend input,
  1403. .input-append select,
  1404. .input-prepend select,
  1405. .input-append .uneditable-input,
  1406. .input-prepend .uneditable-input,
  1407. .input-append .dropdown-menu,
  1408. .input-prepend .dropdown-menu,
  1409. .input-append .popover,
  1410. .input-prepend .popover {
  1411. font-size: 14px;
  1412. }
  1413. .input-append input,
  1414. .input-prepend input,
  1415. .input-append select,
  1416. .input-prepend select,
  1417. .input-append .uneditable-input,
  1418. .input-prepend .uneditable-input {
  1419. position: relative;
  1420. margin-bottom: 0;
  1421. *margin-left: 0;
  1422. vertical-align: top;
  1423. -webkit-border-radius: 0 4px 4px 0;
  1424. -moz-border-radius: 0 4px 4px 0;
  1425. border-radius: 0 4px 4px 0;
  1426. }
  1427. .input-append input:focus,
  1428. .input-prepend input:focus,
  1429. .input-append select:focus,
  1430. .input-prepend select:focus,
  1431. .input-append .uneditable-input:focus,
  1432. .input-prepend .uneditable-input:focus {
  1433. z-index: 2;
  1434. }
  1435. .input-append .add-on,
  1436. .input-prepend .add-on {
  1437. display: inline-block;
  1438. width: auto;
  1439. height: 20px;
  1440. min-width: 16px;
  1441. padding: 4px 5px;
  1442. font-size: 14px;
  1443. font-weight: normal;
  1444. line-height: 20px;
  1445. text-align: center;
  1446. text-shadow: 0 1px 0 #ffffff;
  1447. background-color: #eeeeee;
  1448. border: 1px solid #ccc;
  1449. }
  1450. .input-append .add-on,
  1451. .input-prepend .add-on,
  1452. .input-append .btn,
  1453. .input-prepend .btn,
  1454. .input-append .btn-group > .dropdown-toggle,
  1455. .input-prepend .btn-group > .dropdown-toggle {
  1456. vertical-align: top;
  1457. -webkit-border-radius: 0;
  1458. -moz-border-radius: 0;
  1459. border-radius: 0;
  1460. }
  1461. .input-append .active,
  1462. .input-prepend .active {
  1463. background-color: #a9dba9;
  1464. border-color: #46a546;
  1465. }
  1466. .input-prepend .add-on,
  1467. .input-prepend .btn {
  1468. margin-right: -1px;
  1469. }
  1470. .input-prepend .add-on:first-child,
  1471. .input-prepend .btn:first-child {
  1472. -webkit-border-radius: 4px 0 0 4px;
  1473. -moz-border-radius: 4px 0 0 4px;
  1474. border-radius: 4px 0 0 4px;
  1475. }
  1476. .input-append input,
  1477. .input-append select,
  1478. .input-append .uneditable-input {
  1479. -webkit-border-radius: 4px 0 0 4px;
  1480. -moz-border-radius: 4px 0 0 4px;
  1481. border-radius: 4px 0 0 4px;
  1482. }
  1483. .input-append input + .btn-group .btn:last-child,
  1484. .input-append select + .btn-group .btn:last-child,
  1485. .input-append .uneditable-input + .btn-group .btn:last-child {
  1486. -webkit-border-radius: 0 4px 4px 0;
  1487. -moz-border-radius: 0 4px 4px 0;
  1488. border-radius: 0 4px 4px 0;
  1489. }
  1490. .input-append .add-on,
  1491. .input-append .btn,
  1492. .input-append .btn-group {
  1493. margin-left: -1px;
  1494. }
  1495. .input-append .add-on:last-child,
  1496. .input-append .btn:last-child,
  1497. .input-append .btn-group:last-child > .dropdown-toggle {
  1498. -webkit-border-radius: 0 4px 4px 0;
  1499. -moz-border-radius: 0 4px 4px 0;
  1500. border-radius: 0 4px 4px 0;
  1501. }
  1502. .input-prepend.input-append input,
  1503. .input-prepend.input-append select,
  1504. .input-prepend.input-append .uneditable-input {
  1505. -webkit-border-radius: 0;
  1506. -moz-border-radius: 0;
  1507. border-radius: 0;
  1508. }
  1509. .input-prepend.input-append input + .btn-group .btn,
  1510. .input-prepend.input-append select + .btn-group .btn,
  1511. .input-prepend.input-append .uneditable-input + .btn-group .btn {
  1512. -webkit-border-radius: 0 4px 4px 0;
  1513. -moz-border-radius: 0 4px 4px 0;
  1514. border-radius: 0 4px 4px 0;
  1515. }
  1516. .input-prepend.input-append .add-on:first-child,
  1517. .input-prepend.input-append .btn:first-child {
  1518. margin-right: -1px;
  1519. -webkit-border-radius: 4px 0 0 4px;
  1520. -moz-border-radius: 4px 0 0 4px;
  1521. border-radius: 4px 0 0 4px;
  1522. }
  1523. .input-prepend.input-append .add-on:last-child,
  1524. .input-prepend.input-append .btn:last-child {
  1525. margin-left: -1px;
  1526. -webkit-border-radius: 0 4px 4px 0;
  1527. -moz-border-radius: 0 4px 4px 0;
  1528. border-radius: 0 4px 4px 0;
  1529. }
  1530. .input-prepend.input-append .btn-group:first-child {
  1531. margin-left: 0;
  1532. }
  1533. input.search-query {
  1534. padding-right: 14px;
  1535. padding-right: 4px \9;
  1536. padding-left: 14px;
  1537. padding-left: 4px \9;
  1538. /* IE7-8 doesn't have border-radius, so don't indent the padding */
  1539. margin-bottom: 0;
  1540. -webkit-border-radius: 15px;
  1541. -moz-border-radius: 15px;
  1542. border-radius: 15px;
  1543. }
  1544. /* Allow for input prepend/append in search forms */
  1545. .form-search .input-append .search-query,
  1546. .form-search .input-prepend .search-query {
  1547. -webkit-border-radius: 0;
  1548. -moz-border-radius: 0;
  1549. border-radius: 0;
  1550. }
  1551. .form-search .input-append .search-query {
  1552. -webkit-border-radius: 14px 0 0 14px;
  1553. -moz-border-radius: 14px 0 0 14px;
  1554. border-radius: 14px 0 0 14px;
  1555. }
  1556. .form-search .input-append .btn {
  1557. -webkit-border-radius: 0 14px 14px 0;
  1558. -moz-border-radius: 0 14px 14px 0;
  1559. border-radius: 0 14px 14px 0;
  1560. }
  1561. .form-search .input-prepend .search-query {
  1562. -webkit-border-radius: 0 14px 14px 0;
  1563. -moz-border-radius: 0 14px 14px 0;
  1564. border-radius: 0 14px 14px 0;
  1565. }
  1566. .form-search .input-prepend .btn {
  1567. -webkit-border-radius: 14px 0 0 14px;
  1568. -moz-border-radius: 14px 0 0 14px;
  1569. border-radius: 14px 0 0 14px;
  1570. }
  1571. .form-search input,
  1572. .form-inline input,
  1573. .form-horizontal input,
  1574. .form-search textarea,
  1575. .form-inline textarea,
  1576. .form-horizontal textarea,
  1577. .form-search select,
  1578. .form-inline select,
  1579. .form-horizontal select,
  1580. .form-search .help-inline,
  1581. .form-inline .help-inline,
  1582. .form-horizontal .help-inline,
  1583. .form-search .uneditable-input,
  1584. .form-inline .uneditable-input,
  1585. .form-horizontal .uneditable-input,
  1586. .form-search .input-prepend,
  1587. .form-inline .input-prepend,
  1588. .form-horizontal .input-prepend,
  1589. .form-search .input-append,
  1590. .form-inline .input-append,
  1591. .form-horizontal .input-append {
  1592. display: inline-block;
  1593. *display: inline;
  1594. margin-bottom: 0;
  1595. vertical-align: middle;
  1596. *zoom: 1;
  1597. }
  1598. .form-search .hide,
  1599. .form-inline .hide,
  1600. .form-horizontal .hide {
  1601. display: none;
  1602. }
  1603. .form-search label,
  1604. .form-inline label,
  1605. .form-search .btn-group,
  1606. .form-inline .btn-group {
  1607. display: inline-block;
  1608. }
  1609. .form-search .input-append,
  1610. .form-inline .input-append,
  1611. .form-search .input-prepend,
  1612. .form-inline .input-prepend {
  1613. margin-bottom: 0;
  1614. }
  1615. .form-search .radio,
  1616. .form-search .checkbox,
  1617. .form-inline .radio,
  1618. .form-inline .checkbox {
  1619. padding-left: 0;
  1620. margin-bottom: 0;
  1621. vertical-align: middle;
  1622. }
  1623. .form-search .radio input[type="radio"],
  1624. .form-search .checkbox input[type="checkbox"],
  1625. .form-inline .radio input[type="radio"],
  1626. .form-inline .checkbox input[type="checkbox"] {
  1627. float: left;
  1628. margin-right: 3px;
  1629. margin-left: 0;
  1630. }
  1631. .control-group {
  1632. margin-bottom: 10px;
  1633. }
  1634. legend + .control-group {
  1635. margin-top: 20px;
  1636. -webkit-margin-top-collapse: separate;
  1637. }
  1638. .form-horizontal .control-group {
  1639. margin-bottom: 20px;
  1640. *zoom: 1;
  1641. }
  1642. .form-horizontal .control-group:before,
  1643. .form-horizontal .control-group:after {
  1644. display: table;
  1645. line-height: 0;
  1646. content: "";
  1647. }
  1648. .form-horizontal .control-group:after {
  1649. clear: both;
  1650. }
  1651. .form-horizontal .control-label {
  1652. float: left;
  1653. width: 160px;
  1654. padding-top: 5px;
  1655. text-align: right;
  1656. }
  1657. .form-horizontal .controls {
  1658. *display: inline-block;
  1659. *padding-left: 20px;
  1660. margin-left: 180px;
  1661. *margin-left: 0;
  1662. }
  1663. .form-horizontal .controls:first-child {
  1664. *padding-left: 180px;
  1665. }
  1666. .form-horizontal .help-block {
  1667. margin-bottom: 0;
  1668. }
  1669. .form-horizontal input + .help-block,
  1670. .form-horizontal select + .help-block,
  1671. .form-horizontal textarea + .help-block,
  1672. .form-horizontal .uneditable-input + .help-block,
  1673. .form-horizontal .input-prepend + .help-block,
  1674. .form-horizontal .input-append + .help-block {
  1675. margin-top: 10px;
  1676. }
  1677. .form-horizontal .form-actions {
  1678. padding-left: 180px;
  1679. }
  1680. table {
  1681. max-width: 100%;
  1682. background-color: transparent;
  1683. border-collapse: collapse;
  1684. border-spacing: 0;
  1685. }
  1686. .table {
  1687. width: 100%;
  1688. margin-bottom: 20px;
  1689. }
  1690. .table th,
  1691. .table td {
  1692. padding: 8px;
  1693. line-height: 20px;
  1694. text-align: left;
  1695. vertical-align: top;
  1696. border-top: 1px solid #dddddd;
  1697. }
  1698. .table th {
  1699. font-weight: bold;
  1700. }
  1701. .table thead th {
  1702. vertical-align: bottom;
  1703. }
  1704. .table caption + thead tr:first-child th,
  1705. .table caption + thead tr:first-child td,
  1706. .table colgroup + thead tr:first-child th,
  1707. .table colgroup + thead tr:first-child td,
  1708. .table thead:first-child tr:first-child th,
  1709. .table thead:first-child tr:first-child td {
  1710. border-top: 0;
  1711. }
  1712. .table tbody + tbody {
  1713. border-top: 2px solid #dddddd;
  1714. }
  1715. .table .table {
  1716. background-color: #ffffff;
  1717. }
  1718. .table-condensed th,
  1719. .table-condensed td {
  1720. padding: 4px 5px;
  1721. }
  1722. .table-bordered {
  1723. border: 1px solid #dddddd;
  1724. border-collapse: separate;
  1725. *border-collapse: collapse;
  1726. border-left: 0;
  1727. -webkit-border-radius: 4px;
  1728. -moz-border-radius: 4px;
  1729. border-radius: 4px;
  1730. }
  1731. .table-bordered th,
  1732. .table-bordered td {
  1733. border-left: 1px solid #dddddd;
  1734. }
  1735. .table-bordered caption + thead tr:first-child th,
  1736. .table-bordered caption + tbody tr:first-child th,
  1737. .table-bordered caption + tbody tr:first-child td,
  1738. .table-bordered colgroup + thead tr:first-child th,
  1739. .table-bordered colgroup + tbody tr:first-child th,
  1740. .table-bordered colgroup + tbody tr:first-child td,
  1741. .table-bordered thead:first-child tr:first-child th,
  1742. .table-bordered tbody:first-child tr:first-child th,
  1743. .table-bordered tbody:first-child tr:first-child td {
  1744. border-top: 0;
  1745. }
  1746. .table-bordered thead:first-child tr:first-child > th:first-child,
  1747. .table-bordered tbody:first-child tr:first-child > td:first-child,
  1748. .table-bordered tbody:first-child tr:first-child > th:first-child {
  1749. -webkit-border-top-left-radius: 4px;
  1750. border-top-left-radius: 4px;
  1751. -moz-border-radius-topleft: 4px;
  1752. }
  1753. .table-bordered thead:first-child tr:first-child > th:last-child,
  1754. .table-bordered tbody:first-child tr:first-child > td:last-child,
  1755. .table-bordered tbody:first-child tr:first-child > th:last-child {
  1756. -webkit-border-top-right-radius: 4px;
  1757. border-top-right-radius: 4px;
  1758. -moz-border-radius-topright: 4px;
  1759. }
  1760. .table-bordered thead:last-child tr:last-child > th:first-child,
  1761. .table-bordered tbody:last-child tr:last-child > td:first-child,
  1762. .table-bordered tbody:last-child tr:last-child > th:first-child,
  1763. .table-bordered tfoot:last-child tr:last-child > td:first-child,
  1764. .table-bordered tfoot:last-child tr:last-child > th:first-child {
  1765. -webkit-border-bottom-left-radius: 4px;
  1766. border-bottom-left-radius: 4px;
  1767. -moz-border-radius-bottomleft: 4px;
  1768. }
  1769. .table-bordered thead:last-child tr:last-child > th:last-child,
  1770. .table-bordered tbody:last-child tr:last-child > td:last-child,
  1771. .table-bordered tbody:last-child tr:last-child > th:last-child,
  1772. .table-bordered tfoot:last-child tr:last-child > td:last-child,
  1773. .table-bordered tfoot:last-child tr:last-child > th:last-child {
  1774. -webkit-border-bottom-right-radius: 4px;
  1775. border-bottom-right-radius: 4px;
  1776. -moz-border-radius-bottomright: 4px;
  1777. }
  1778. .table-bordered tfoot + tbody:last-child tr:last-child td:first-child {
  1779. -webkit-border-bottom-left-radius: 0;
  1780. border-bottom-left-radius: 0;
  1781. -moz-border-radius-bottomleft: 0;
  1782. }
  1783. .table-bordered tfoot + tbody:last-child tr:last-child td:last-child {
  1784. -webkit-border-bottom-right-radius: 0;
  1785. border-bottom-right-radius: 0;
  1786. -moz-border-radius-bottomright: 0;
  1787. }
  1788. .table-bordered caption + thead tr:first-child th:first-child,
  1789. .table-bordered caption + tbody tr:first-child td:first-child,
  1790. .table-bordered colgroup + thead tr:first-child th:first-child,
  1791. .table-bordered colgroup + tbody tr:first-child td:first-child {
  1792. -webkit-border-top-left-radius: 4px;
  1793. border-top-left-radius: 4px;
  1794. -moz-border-radius-topleft: 4px;
  1795. }
  1796. .table-bordered caption + thead tr:first-child th:last-child,
  1797. .table-bordered caption + tbody tr:first-child td:last-child,
  1798. .table-bordered colgroup + thead tr:first-child th:last-child,
  1799. .table-bordered colgroup + tbody tr:first-child td:last-child {
  1800. -webkit-border-top-right-radius: 4px;
  1801. border-top-right-radius: 4px;
  1802. -moz-border-radius-topright: 4px;
  1803. }
  1804. .table-striped tbody > tr:nth-child(odd) > td,
  1805. .table-striped tbody > tr:nth-child(odd) > th {
  1806. background-color: #f9f9f9;
  1807. }
  1808. .table-hover tbody tr:hover > td,
  1809. .table-hover tbody tr:hover > th {
  1810. background-color: #f5f5f5;
  1811. }
  1812. table td[class*="span"],
  1813. table th[class*="span"],
  1814. .row-fluid table td[class*="span"],
  1815. .row-fluid table th[class*="span"] {
  1816. display: table-cell;
  1817. float: none;
  1818. margin-left: 0;
  1819. }
  1820. .table td.span1,
  1821. .table th.span1 {
  1822. float: none;
  1823. width: 44px;
  1824. margin-left: 0;
  1825. }
  1826. .table td.span2,
  1827. .table th.span2 {
  1828. float: none;
  1829. width: 124px;
  1830. margin-left: 0;
  1831. }
  1832. .table td.span3,
  1833. .table th.span3 {
  1834. float: none;
  1835. width: 204px;
  1836. margin-left: 0;
  1837. }
  1838. .table td.span4,
  1839. .table th.span4 {
  1840. float: none;
  1841. width: 284px;
  1842. margin-left: 0;
  1843. }
  1844. .table td.span5,
  1845. .table th.span5 {
  1846. float: none;
  1847. width: 364px;
  1848. margin-left: 0;
  1849. }
  1850. .table td.span6,
  1851. .table th.span6 {
  1852. float: none;
  1853. width: 444px;
  1854. margin-left: 0;
  1855. }
  1856. .table td.span7,
  1857. .table th.span7 {
  1858. float: none;
  1859. width: 524px;
  1860. margin-left: 0;
  1861. }
  1862. .table td.span8,
  1863. .table th.span8 {
  1864. float: none;
  1865. width: 604px;
  1866. margin-left: 0;
  1867. }
  1868. .table td.span9,
  1869. .table th.span9 {
  1870. float: none;
  1871. width: 684px;
  1872. margin-left: 0;
  1873. }
  1874. .table td.span10,
  1875. .table th.span10 {
  1876. float: none;
  1877. width: 764px;
  1878. margin-left: 0;
  1879. }
  1880. .table td.span11,
  1881. .table th.span11 {
  1882. float: none;
  1883. width: 844px;
  1884. margin-left: 0;
  1885. }
  1886. .table td.span12,
  1887. .table th.span12 {
  1888. float: none;
  1889. width: 924px;
  1890. margin-left: 0;
  1891. }
  1892. .table tbody tr.success > td {
  1893. background-color: #dff0d8;
  1894. }
  1895. .table tbody tr.error > td {
  1896. background-color: #f2dede;
  1897. }
  1898. .table tbody tr.warning > td {
  1899. background-color: #fcf8e3;
  1900. }
  1901. .table tbody tr.info > td {
  1902. background-color: #d9edf7;
  1903. }
  1904. .table-hover tbody tr.success:hover > td {
  1905. background-color: #d0e9c6;
  1906. }
  1907. .table-hover tbody tr.error:hover > td {
  1908. background-color: #ebcccc;
  1909. }
  1910. .table-hover tbody tr.warning:hover > td {
  1911. background-color: #faf2cc;
  1912. }
  1913. .table-hover tbody tr.info:hover > td {
  1914. background-color: #c4e3f3;
  1915. }
  1916. [class^="icon-"],
  1917. [class*=" icon-"] {
  1918. display: inline-block;
  1919. width: 14px;
  1920. height: 14px;
  1921. margin-top: 1px;
  1922. *margin-right: .3em;
  1923. line-height: 14px;
  1924. vertical-align: text-top;
  1925. background-image: url("../img/glyphicons-halflings.png");
  1926. background-position: 14px 14px;
  1927. background-repeat: no-repeat;
  1928. }
  1929. /* White icons with optional class, or on hover/focus/active states of certain elements */
  1930. .icon-white,
  1931. .nav-pills > .active > a > [class^="icon-"],
  1932. .nav-pills > .active > a > [class*=" icon-"],
  1933. .nav-list > .active > a > [class^="icon-"],
  1934. .nav-list > .active > a > [class*=" icon-"],
  1935. .navbar-inverse .nav > .active > a > [class^="icon-"],
  1936. .navbar-inverse .nav > .active > a > [class*=" icon-"],
  1937. .dropdown-menu > li > a:hover > [class^="icon-"],
  1938. .dropdown-menu > li > a:focus > [class^="icon-"],
  1939. .dropdown-menu > li > a:hover > [class*=" icon-"],
  1940. .dropdown-menu > li > a:focus > [class*=" icon-"],
  1941. .dropdown-menu > .active > a > [class^="icon-"],
  1942. .dropdown-menu > .active > a > [class*=" icon-"],
  1943. .dropdown-submenu:hover > a > [class^="icon-"],
  1944. .dropdown-submenu:focus > a > [class^="icon-"],
  1945. .dropdown-submenu:hover > a > [class*=" icon-"],
  1946. .dropdown-submenu:focus > a > [class*=" icon-"] {
  1947. background-image: url("../img/glyphicons-halflings-white.png");
  1948. }
  1949. .icon-glass {
  1950. background-position: 0 0;
  1951. }
  1952. .icon-music {
  1953. background-position: -24px 0;
  1954. }
  1955. .icon-search {
  1956. background-position: -48px 0;
  1957. }
  1958. .icon-envelope {
  1959. background-position: -72px 0;
  1960. }
  1961. .icon-heart {
  1962. background-position: -96px 0;
  1963. }
  1964. .icon-star {
  1965. background-position: -120px 0;
  1966. }
  1967. .icon-star-empty {
  1968. background-position: -144px 0;
  1969. }
  1970. .icon-user {
  1971. background-position: -168px 0;
  1972. }
  1973. .icon-film {
  1974. background-position: -192px 0;
  1975. }
  1976. .icon-th-large {
  1977. background-position: -216px 0;
  1978. }
  1979. .icon-th {
  1980. background-position: -240px 0;
  1981. }
  1982. .icon-th-list {
  1983. background-position: -264px 0;
  1984. }
  1985. .icon-ok {
  1986. background-position: -288px 0;
  1987. }
  1988. .icon-remove {
  1989. background-position: -312px 0;
  1990. }
  1991. .icon-zoom-in {
  1992. background-position: -336px 0;
  1993. }
  1994. .icon-zoom-out {
  1995. background-position: -360px 0;
  1996. }
  1997. .icon-off {
  1998. background-position: -384px 0;
  1999. }
  2000. .icon-signal {
  2001. background-position: -408px 0;
  2002. }
  2003. .icon-cog {
  2004. background-position: -432px 0;
  2005. }
  2006. .icon-trash {
  2007. background-position: -456px 0;
  2008. }
  2009. .icon-home {
  2010. background-position: 0 -24px;
  2011. }
  2012. .icon-file {
  2013. background-position: -24px -24px;
  2014. }
  2015. .icon-time {
  2016. background-position: -48px -24px;
  2017. }
  2018. .icon-road {
  2019. background-position: -72px -24px;
  2020. }
  2021. .icon-download-alt {
  2022. background-position: -96px -24px;
  2023. }
  2024. .icon-download {
  2025. background-position: -120px -24px;
  2026. }
  2027. .icon-upload {
  2028. background-position: -144px -24px;
  2029. }
  2030. .icon-inbox {
  2031. background-position: -168px -24px;
  2032. }
  2033. .icon-play-circle {
  2034. background-position: -192px -24px;
  2035. }
  2036. .icon-repeat {
  2037. background-position: -216px -24px;
  2038. }
  2039. .icon-refresh {
  2040. background-position: -240px -24px;
  2041. }
  2042. .icon-list-alt {
  2043. background-position: -264px -24px;
  2044. }
  2045. .icon-lock {
  2046. background-position: -287px -24px;
  2047. }
  2048. .icon-flag {
  2049. background-position: -312px -24px;
  2050. }
  2051. .icon-headphones {
  2052. background-position: -336px -24px;
  2053. }
  2054. .icon-volume-off {
  2055. background-position: -360px -24px;
  2056. }
  2057. .icon-volume-down {
  2058. background-position: -384px -24px;
  2059. }
  2060. .icon-volume-up {
  2061. background-position: -408px -24px;
  2062. }
  2063. .icon-qrcode {
  2064. background-position: -432px -24px;
  2065. }
  2066. .icon-barcode {
  2067. background-position: -456px -24px;
  2068. }
  2069. .icon-tag {
  2070. background-position: 0 -48px;
  2071. }
  2072. .icon-tags {
  2073. background-position: -25px -48px;
  2074. }
  2075. .icon-book {
  2076. background-position: -48px -48px;
  2077. }
  2078. .icon-bookmark {
  2079. background-position: -72px -48px;
  2080. }
  2081. .icon-print {
  2082. background-position: -96px -48px;
  2083. }
  2084. .icon-camera {
  2085. background-position: -120px -48px;
  2086. }
  2087. .icon-font {
  2088. background-position: -144px -48px;
  2089. }
  2090. .icon-bold {
  2091. background-position: -167px -48px;
  2092. }
  2093. .icon-italic {
  2094. background-position: -192px -48px;
  2095. }
  2096. .icon-text-height {
  2097. background-position: -216px -48px;
  2098. }
  2099. .icon-text-width {
  2100. background-position: -240px -48px;
  2101. }
  2102. .icon-align-left {
  2103. background-position: -264px -48px;
  2104. }
  2105. .icon-align-center {
  2106. background-position: -288px -48px;
  2107. }
  2108. .icon-align-right {
  2109. background-position: -312px -48px;
  2110. }
  2111. .icon-align-justify {
  2112. background-position: -336px -48px;
  2113. }
  2114. .icon-list {
  2115. background-position: -360px -48px;
  2116. }
  2117. .icon-indent-left {
  2118. background-position: -384px -48px;
  2119. }
  2120. .icon-indent-right {
  2121. background-position: -408px -48px;
  2122. }
  2123. .icon-facetime-video {
  2124. background-position: -432px -48px;
  2125. }
  2126. .icon-picture {
  2127. background-position: -456px -48px;
  2128. }
  2129. .icon-pencil {
  2130. background-position: 0 -72px;
  2131. }
  2132. .icon-map-marker {
  2133. background-position: -24px -72px;
  2134. }
  2135. .icon-adjust {
  2136. background-position: -48px -72px;
  2137. }
  2138. .icon-tint {
  2139. background-position: -72px -72px;
  2140. }
  2141. .icon-edit {
  2142. background-position: -96px -72px;
  2143. }
  2144. .icon-share {
  2145. background-position: -120px -72px;
  2146. }
  2147. .icon-check {
  2148. background-position: -144px -72px;
  2149. }
  2150. .icon-move {
  2151. background-position: -168px -72px;
  2152. }
  2153. .icon-step-backward {
  2154. background-position: -192px -72px;
  2155. }
  2156. .icon-fast-backward {
  2157. background-position: -216px -72px;
  2158. }
  2159. .icon-backward {
  2160. background-position: -240px -72px;
  2161. }
  2162. .icon-play {
  2163. background-position: -264px -72px;
  2164. }
  2165. .icon-pause {
  2166. background-position: -288px -72px;
  2167. }
  2168. .icon-stop {
  2169. background-position: -312px -72px;
  2170. }
  2171. .icon-forward {
  2172. background-position: -336px -72px;
  2173. }
  2174. .icon-fast-forward {
  2175. background-position: -360px -72px;
  2176. }
  2177. .icon-step-forward {
  2178. background-position: -384px -72px;
  2179. }
  2180. .icon-eject {
  2181. background-position: -408px -72px;
  2182. }
  2183. .icon-chevron-left {
  2184. background-position: -432px -72px;
  2185. }
  2186. .icon-chevron-right {
  2187. background-position: -456px -72px;
  2188. }
  2189. .icon-plus-sign {
  2190. background-position: 0 -96px;
  2191. }
  2192. .icon-minus-sign {
  2193. background-position: -24px -96px;
  2194. }
  2195. .icon-remove-sign {
  2196. background-position: -48px -96px;
  2197. }
  2198. .icon-ok-sign {
  2199. background-position: -72px -96px;
  2200. }
  2201. .icon-question-sign {
  2202. background-position: -96px -96px;
  2203. }
  2204. .icon-info-sign {
  2205. background-position: -120px -96px;
  2206. }
  2207. .icon-screenshot {
  2208. background-position: -144px -96px;
  2209. }
  2210. .icon-remove-circle {
  2211. background-position: -168px -96px;
  2212. }
  2213. .icon-ok-circle {
  2214. background-position: -192px -96px;
  2215. }
  2216. .icon-ban-circle {
  2217. background-position: -216px -96px;
  2218. }
  2219. .icon-arrow-left {
  2220. background-position: -240px -96px;
  2221. }
  2222. .icon-arrow-right {
  2223. background-position: -264px -96px;
  2224. }
  2225. .icon-arrow-up {
  2226. background-position: -289px -96px;
  2227. }
  2228. .icon-arrow-down {
  2229. background-position: -312px -96px;
  2230. }
  2231. .icon-share-alt {
  2232. background-position: -336px -96px;
  2233. }
  2234. .icon-resize-full {
  2235. background-position: -360px -96px;
  2236. }
  2237. .icon-resize-small {
  2238. background-position: -384px -96px;
  2239. }
  2240. .icon-plus {
  2241. background-position: -408px -96px;
  2242. }
  2243. .icon-minus {
  2244. background-position: -433px -96px;
  2245. }
  2246. .icon-asterisk {
  2247. background-position: -456px -96px;
  2248. }
  2249. .icon-exclamation-sign {
  2250. background-position: 0 -120px;
  2251. }
  2252. .icon-gift {
  2253. background-position: -24px -120px;
  2254. }
  2255. .icon-leaf {
  2256. background-position: -48px -120px;
  2257. }
  2258. .icon-fire {
  2259. background-position: -72px -120px;
  2260. }
  2261. .icon-eye-open {
  2262. background-position: -96px -120px;
  2263. }
  2264. .icon-eye-close {
  2265. background-position: -120px -120px;
  2266. }
  2267. .icon-warning-sign {
  2268. background-position: -144px -120px;
  2269. }
  2270. .icon-plane {
  2271. background-position: -168px -120px;
  2272. }
  2273. .icon-calendar {
  2274. background-position: -192px -120px;
  2275. }
  2276. .icon-random {
  2277. width: 16px;
  2278. background-position: -216px -120px;
  2279. }
  2280. .icon-comment {
  2281. background-position: -240px -120px;
  2282. }
  2283. .icon-magnet {
  2284. background-position: -264px -120px;
  2285. }
  2286. .icon-chevron-up {
  2287. background-position: -288px -120px;
  2288. }
  2289. .icon-chevron-down {
  2290. background-position: -313px -119px;
  2291. }
  2292. .icon-retweet {
  2293. background-position: -336px -120px;
  2294. }
  2295. .icon-shopping-cart {
  2296. background-position: -360px -120px;
  2297. }
  2298. .icon-folder-close {
  2299. width: 16px;
  2300. background-position: -384px -120px;
  2301. }
  2302. .icon-folder-open {
  2303. width: 16px;
  2304. background-position: -408px -120px;
  2305. }
  2306. .icon-resize-vertical {
  2307. background-position: -432px -119px;
  2308. }
  2309. .icon-resize-horizontal {
  2310. background-position: -456px -118px;
  2311. }
  2312. .icon-hdd {
  2313. background-position: 0 -144px;
  2314. }
  2315. .icon-bullhorn {
  2316. background-position: -24px -144px;
  2317. }
  2318. .icon-bell {
  2319. background-position: -48px -144px;
  2320. }
  2321. .icon-certificate {
  2322. background-position: -72px -144px;
  2323. }
  2324. .icon-thumbs-up {
  2325. background-position: -96px -144px;
  2326. }
  2327. .icon-thumbs-down {
  2328. background-position: -120px -144px;
  2329. }
  2330. .icon-hand-right {
  2331. background-position: -144px -144px;
  2332. }
  2333. .icon-hand-left {
  2334. background-position: -168px -144px;
  2335. }
  2336. .icon-hand-up {
  2337. background-position: -192px -144px;
  2338. }
  2339. .icon-hand-down {
  2340. background-position: -216px -144px;
  2341. }
  2342. .icon-circle-arrow-right {
  2343. background-position: -240px -144px;
  2344. }
  2345. .icon-circle-arrow-left {
  2346. background-position: -264px -144px;
  2347. }
  2348. .icon-circle-arrow-up {
  2349. background-position: -288px -144px;
  2350. }
  2351. .icon-circle-arrow-down {
  2352. background-position: -312px -144px;
  2353. }
  2354. .icon-globe {
  2355. background-position: -336px -144px;
  2356. }
  2357. .icon-wrench {
  2358. background-position: -360px -144px;
  2359. }
  2360. .icon-tasks {
  2361. background-position: -384px -144px;
  2362. }
  2363. .icon-filter {
  2364. background-position: -408px -144px;
  2365. }
  2366. .icon-briefcase {
  2367. background-position: -432px -144px;
  2368. }
  2369. .icon-fullscreen {
  2370. background-position: -456px -144px;
  2371. }
  2372. .dropup,
  2373. .dropdown {
  2374. position: relative;
  2375. }
  2376. .dropdown-toggle {
  2377. *margin-bottom: -3px;
  2378. }
  2379. .dropdown-toggle:active,
  2380. .open .dropdown-toggle {
  2381. outline: 0;
  2382. }
  2383. .caret {
  2384. display: inline-block;
  2385. width: 0;
  2386. height: 0;
  2387. vertical-align: top;
  2388. border-top: 4px solid #000000;
  2389. border-right: 4px solid transparent;
  2390. border-left: 4px solid transparent;
  2391. content: "";
  2392. }
  2393. .dropdown .caret {
  2394. margin-top: 8px;
  2395. margin-left: 2px;
  2396. }
  2397. .dropdown-menu {
  2398. position: absolute;
  2399. top: 100%;
  2400. left: 0;
  2401. z-index: 1000;
  2402. display: none;
  2403. float: left;
  2404. min-width: 160px;
  2405. padding: 5px 0;
  2406. margin: 2px 0 0;
  2407. list-style: none;
  2408. background-color: #ffffff;
  2409. border: 1px solid #ccc;
  2410. border: 1px solid rgba(0, 0, 0, 0.2);
  2411. *border-right-width: 2px;
  2412. *border-bottom-width: 2px;
  2413. -webkit-border-radius: 6px;
  2414. -moz-border-radius: 6px;
  2415. border-radius: 6px;
  2416. -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  2417. -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  2418. box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  2419. -webkit-background-clip: padding-box;
  2420. -moz-background-clip: padding;
  2421. background-clip: padding-box;
  2422. }
  2423. .dropdown-menu.pull-right {
  2424. right: 0;
  2425. left: auto;
  2426. }
  2427. .dropdown-menu .divider {
  2428. *width: 100%;
  2429. height: 1px;
  2430. margin: 9px 1px;
  2431. *margin: -5px 0 5px;
  2432. overflow: hidden;
  2433. background-color: #e5e5e5;
  2434. border-bottom: 1px solid #ffffff;
  2435. }
  2436. .dropdown-menu > li > a {
  2437. display: block;
  2438. padding: 3px 20px;
  2439. clear: both;
  2440. font-weight: normal;
  2441. line-height: 20px;
  2442. color: #333333;
  2443. white-space: nowrap;
  2444. }
  2445. .dropdown-menu > li > a:hover,
  2446. .dropdown-menu > li > a:focus,
  2447. .dropdown-submenu:hover > a,
  2448. .dropdown-submenu:focus > a {
  2449. color: #ffffff;
  2450. text-decoration: none;
  2451. background-color: #0081c2;
  2452. background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
  2453. background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
  2454. background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
  2455. background-image: -o-linear-gradient(top, #0088cc, #0077b3);
  2456. background-image: linear-gradient(to bottom, #0088cc, #0077b3);
  2457. background-repeat: repeat-x;
  2458. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
  2459. }
  2460. .dropdown-menu > .active > a,
  2461. .dropdown-menu > .active > a:hover,
  2462. .dropdown-menu > .active > a:focus {
  2463. color: #ffffff;
  2464. text-decoration: none;
  2465. background-color: #0081c2;
  2466. background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
  2467. background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
  2468. background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
  2469. background-image: -o-linear-gradient(top, #0088cc, #0077b3);
  2470. background-image: linear-gradient(to bottom, #0088cc, #0077b3);
  2471. background-repeat: repeat-x;
  2472. outline: 0;
  2473. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
  2474. }
  2475. .dropdown-menu > .disabled > a,
  2476. .dropdown-menu > .disabled > a:hover,
  2477. .dropdown-menu > .disabled > a:focus {
  2478. color: #999999;
  2479. }
  2480. .dropdown-menu > .disabled > a:hover,
  2481. .dropdown-menu > .disabled > a:focus {
  2482. text-decoration: none;
  2483. cursor: default;
  2484. background-color: transparent;
  2485. background-image: none;
  2486. filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  2487. }
  2488. .open {
  2489. *z-index: 1000;
  2490. }
  2491. .open > .dropdown-menu {
  2492. display: block;
  2493. }
  2494. .pull-right > .dropdown-menu {
  2495. right: 0;
  2496. left: auto;
  2497. }
  2498. .dropup .caret,
  2499. .navbar-fixed-bottom .dropdown .caret {
  2500. border-top: 0;
  2501. border-bottom: 4px solid #000000;
  2502. content: "";
  2503. }
  2504. .dropup .dropdown-menu,
  2505. .navbar-fixed-bottom .dropdown .dropdown-menu {
  2506. top: auto;
  2507. bottom: 100%;
  2508. margin-bottom: 1px;
  2509. }
  2510. .dropdown-submenu {
  2511. position: relative;
  2512. }
  2513. .dropdown-submenu > .dropdown-menu {
  2514. top: 0;
  2515. left: 100%;
  2516. margin-top: -6px;
  2517. margin-left: -1px;
  2518. -webkit-border-radius: 0 6px 6px 6px;
  2519. -moz-border-radius: 0 6px 6px 6px;
  2520. border-radius: 0 6px 6px 6px;
  2521. }
  2522. .dropdown-submenu:hover > .dropdown-menu {
  2523. display: block;
  2524. }
  2525. .dropup .dropdown-submenu > .dropdown-menu {
  2526. top: auto;
  2527. bottom: 0;
  2528. margin-top: 0;
  2529. margin-bottom: -2px;
  2530. -webkit-border-radius: 5px 5px 5px 0;
  2531. -moz-border-radius: 5px 5px 5px 0;
  2532. border-radius: 5px 5px 5px 0;
  2533. }
  2534. .dropdown-submenu > a:after {
  2535. display: block;
  2536. float: right;
  2537. width: 0;
  2538. height: 0;
  2539. margin-top: 5px;
  2540. margin-right: -10px;
  2541. border-color: transparent;
  2542. border-left-color: #cccccc;
  2543. border-style: solid;
  2544. border-width: 5px 0 5px 5px;
  2545. content: " ";
  2546. }
  2547. .dropdown-submenu:hover > a:after {
  2548. border-left-color: #ffffff;
  2549. }
  2550. .dropdown-submenu.pull-left {
  2551. float: none;
  2552. }
  2553. .dropdown-submenu.pull-left > .dropdown-menu {
  2554. left: -100%;
  2555. margin-left: 10px;
  2556. -webkit-border-radius: 6px 0 6px 6px;
  2557. -moz-border-radius: 6px 0 6px 6px;
  2558. border-radius: 6px 0 6px 6px;
  2559. }
  2560. .dropdown .dropdown-menu .nav-header {
  2561. padding-right: 20px;
  2562. padding-left: 20px;
  2563. }
  2564. .typeahead {
  2565. z-index: 1051;
  2566. margin-top: 2px;
  2567. -webkit-border-radius: 4px;
  2568. -moz-border-radius: 4px;
  2569. border-radius: 4px;
  2570. }
  2571. .well {
  2572. min-height: 20px;
  2573. padding: 19px;
  2574. margin-bottom: 20px;
  2575. background-color: #f5f5f5;
  2576. border: 1px solid #e3e3e3;
  2577. -webkit-border-radius: 4px;
  2578. -moz-border-radius: 4px;
  2579. border-radius: 4px;
  2580. -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  2581. -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  2582. box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  2583. }
  2584. .well blockquote {
  2585. border-color: #ddd;
  2586. border-color: rgba(0, 0, 0, 0.15);
  2587. }
  2588. .well-large {
  2589. padding: 24px;
  2590. -webkit-border-radius: 6px;
  2591. -moz-border-radius: 6px;
  2592. border-radius: 6px;
  2593. }
  2594. .well-small {
  2595. padding: 9px;
  2596. -webkit-border-radius: 3px;
  2597. -moz-border-radius: 3px;
  2598. border-radius: 3px;
  2599. }
  2600. .fade {
  2601. opacity: 0;
  2602. -webkit-transition: opacity 0.15s linear;
  2603. -moz-transition: opacity 0.15s linear;
  2604. -o-transition: opacity 0.15s linear;
  2605. transition: opacity 0.15s linear;
  2606. }
  2607. .fade.in {
  2608. opacity: 1;
  2609. }
  2610. .collapse {
  2611. position: relative;
  2612. height: 0;
  2613. overflow: hidden;
  2614. -webkit-transition: height 0.35s ease;
  2615. -moz-transition: height 0.35s ease;
  2616. -o-transition: height 0.35s ease;
  2617. transition: height 0.35s ease;
  2618. }
  2619. .collapse.in {
  2620. height: auto;
  2621. }
  2622. .close {
  2623. float: right;
  2624. font-size: 20px;
  2625. font-weight: bold;
  2626. line-height: 20px;
  2627. color: #000000;
  2628. text-shadow: 0 1px 0 #ffffff;
  2629. opacity: 0.2;
  2630. filter: alpha(opacity=20);
  2631. }
  2632. .close:hover,
  2633. .close:focus {
  2634. color: #000000;
  2635. text-decoration: none;
  2636. cursor: pointer;
  2637. opacity: 0.4;
  2638. filter: alpha(opacity=40);
  2639. }
  2640. button.close {
  2641. padding: 0;
  2642. cursor: pointer;
  2643. background: transparent;
  2644. border: 0;
  2645. -webkit-appearance: none;
  2646. }
  2647. .btn {
  2648. display: inline-block;
  2649. *display: inline;
  2650. padding: 4px 12px;
  2651. margin-bottom: 0;
  2652. *margin-left: .3em;
  2653. font-size: 14px;
  2654. line-height: 20px;
  2655. color: #333333;
  2656. text-align: center;
  2657. text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  2658. vertical-align: middle;
  2659. cursor: pointer;
  2660. background-color: #f5f5f5;
  2661. *background-color: #e6e6e6;
  2662. background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  2663. background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  2664. background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  2665. background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  2666. background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  2667. background-repeat: repeat-x;
  2668. border: 1px solid #cccccc;
  2669. *border: 0;
  2670. border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  2671. border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  2672. border-bottom-color: #b3b3b3;
  2673. -webkit-border-radius: 4px;
  2674. -moz-border-radius: 4px;
  2675. border-radius: 4px;
  2676. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  2677. filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  2678. *zoom: 1;
  2679. -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  2680. -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  2681. box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  2682. }
  2683. .btn:hover,
  2684. .btn:focus,
  2685. .btn:active,
  2686. .btn.active,
  2687. .btn.disabled,
  2688. .btn[disabled] {
  2689. color: #333333;
  2690. background-color: #e6e6e6;
  2691. *background-color: #d9d9d9;
  2692. }
  2693. .btn:active,
  2694. .btn.active {
  2695. background-color: #cccccc \9;
  2696. }
  2697. .btn:first-child {
  2698. *margin-left: 0;
  2699. }
  2700. .btn:hover,
  2701. .btn:focus {
  2702. color: #333333;
  2703. text-decoration: none;
  2704. background-position: 0 -15px;
  2705. -webkit-transition: background-position 0.1s linear;
  2706. -moz-transition: background-position 0.1s linear;
  2707. -o-transition: background-position 0.1s linear;
  2708. transition: background-position 0.1s linear;
  2709. }
  2710. .btn:focus {
  2711. outline: thin dotted #333;
  2712. outline: 5px auto -webkit-focus-ring-color;
  2713. outline-offset: -2px;
  2714. }
  2715. .btn.active,
  2716. .btn:active {
  2717. background-image: none;
  2718. outline: 0;
  2719. -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  2720. -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  2721. box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  2722. }
  2723. .btn.disabled,
  2724. .btn[disabled] {
  2725. cursor: default;
  2726. background-image: none;
  2727. opacity: 0.65;
  2728. filter: alpha(opacity=65);
  2729. -webkit-box-shadow: none;
  2730. -moz-box-shadow: none;
  2731. box-shadow: none;
  2732. }
  2733. .btn-large {
  2734. padding: 16px 23px;
  2735. font-size: 18px;
  2736. line-height: 24px;
  2737. margin-left: 0 !important;
  2738. -webkit-border-radius: 6px;
  2739. -moz-border-radius: 6px;
  2740. border-radius: 6px;
  2741. }
  2742. .btn-large [class^="icon-"],
  2743. .btn-large [class*=" icon-"] {
  2744. margin-top: 4px;
  2745. }
  2746. .btn-small {
  2747. padding: 2px 10px;
  2748. font-size: 11.9px;
  2749. -webkit-border-radius: 3px;
  2750. -moz-border-radius: 3px;
  2751. border-radius: 3px;
  2752. }
  2753. .btn-small [class^="icon-"],
  2754. .btn-small [class*=" icon-"] {
  2755. margin-top: 0;
  2756. }
  2757. .btn-mini [class^="icon-"],
  2758. .btn-mini [class*=" icon-"] {
  2759. margin-top: -1px;
  2760. }
  2761. .btn-mini {
  2762. padding: 0 6px;
  2763. font-size: 10.5px;
  2764. -webkit-border-radius: 3px;
  2765. -moz-border-radius: 3px;
  2766. border-radius: 3px;
  2767. }
  2768. .btn-block {
  2769. display: block;
  2770. width: 100%;
  2771. padding-right: 0;
  2772. padding-left: 0;
  2773. -webkit-box-sizing: border-box;
  2774. -moz-box-sizing: border-box;
  2775. box-sizing: border-box;
  2776. }
  2777. .btn-block + .btn-block {
  2778. margin-top: 5px;
  2779. }
  2780. input[type="submit"].btn-block,
  2781. input[type="reset"].btn-block,
  2782. input[type="button"].btn-block {
  2783. width: 100%;
  2784. }
  2785. .btn-primary.active,
  2786. .btn-warning.active,
  2787. .btn-danger.active,
  2788. .btn-success.active,
  2789. .btn-info.active,
  2790. .btn-inverse.active {
  2791. color: rgba(255, 255, 255, 0.75);
  2792. }
  2793. .btn-primary {
  2794. color: #ffffff;
  2795. text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  2796. background-color: #006dcc;
  2797. *background-color: #0044cc;
  2798. background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
  2799. background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  2800. background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
  2801. background-image: -o-linear-gradient(top, #0088cc, #0044cc);
  2802. background-image: linear-gradient(to bottom, #0088cc, #0044cc);
  2803. background-repeat: repeat-x;
  2804. border-color: #0044cc #0044cc #002a80;
  2805. border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  2806. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
  2807. filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  2808. }
  2809. .btn-primary:hover,
  2810. .btn-primary:focus,
  2811. .btn-primary:active,
  2812. .btn-primary.active,
  2813. .btn-primary.disabled,
  2814. .btn-primary[disabled] {
  2815. color: #ffffff;
  2816. background-color: #0044cc;
  2817. *background-color: #003bb3;
  2818. }
  2819. .btn-primary:active,
  2820. .btn-primary.active {
  2821. background-color: #003399 \9;
  2822. }
  2823. .btn-warning {
  2824. color: #ffffff;
  2825. text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  2826. background-color: #faa732;
  2827. *background-color: #f89406;
  2828. background-image: -moz-linear-gradient(top, #fbb450, #f89406);
  2829. background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
  2830. background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
  2831. background-image: -o-linear-gradient(top, #fbb450, #f89406);
  2832. background-image: linear-gradient(to bottom, #fbb450, #f89406);
  2833. background-repeat: repeat-x;
  2834. border-color: #f89406 #f89406 #ad6704;
  2835. border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  2836. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
  2837. filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  2838. }
  2839. .btn-warning:hover,
  2840. .btn-warning:focus,
  2841. .btn-warning:active,
  2842. .btn-warning.active,
  2843. .btn-warning.disabled,
  2844. .btn-warning[disabled] {
  2845. color: #ffffff;
  2846. background-color: #f89406;
  2847. *background-color: #df8505;
  2848. }
  2849. .btn-warning:active,
  2850. .btn-warning.active {
  2851. background-color: #c67605 \9;
  2852. }
  2853. .btn-danger {
  2854. color: #ffffff;
  2855. text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  2856. background-color: #da4f49;
  2857. *background-color: #bd362f;
  2858. background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
  2859. background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
  2860. background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
  2861. background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
  2862. background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
  2863. background-repeat: repeat-x;
  2864. border-color: #bd362f #bd362f #802420;
  2865. border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  2866. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
  2867. filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  2868. }
  2869. .btn-danger:hover,
  2870. .btn-danger:focus,
  2871. .btn-danger:active,
  2872. .btn-danger.active,
  2873. .btn-danger.disabled,
  2874. .btn-danger[disabled] {
  2875. color: #ffffff;
  2876. background-color: #bd362f;
  2877. *background-color: #a9302a;
  2878. }
  2879. .btn-danger:active,
  2880. .btn-danger.active {
  2881. background-color: #942a25 \9;
  2882. }
  2883. .btn-success {
  2884. color: #ffffff;
  2885. text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  2886. background-color: #5bb75b;
  2887. *background-color: #51a351;
  2888. background-image: -moz-linear-gradient(top, #62c462, #51a351);
  2889. background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
  2890. background-image: -webkit-linear-gradient(top, #62c462, #51a351);
  2891. background-image: -o-linear-gradient(top, #62c462, #51a351);
  2892. background-image: linear-gradient(to bottom, #62c462, #51a351);
  2893. background-repeat: repeat-x;
  2894. border-color: #51a351 #51a351 #387038;
  2895. border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  2896. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
  2897. filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  2898. }
  2899. .btn-success:hover,
  2900. .btn-success:focus,
  2901. .btn-success:active,
  2902. .btn-success.active,
  2903. .btn-success.disabled,
  2904. .btn-success[disabled] {
  2905. color: #ffffff;
  2906. background-color: #51a351;
  2907. *background-color: #499249;
  2908. }
  2909. .btn-success:active,
  2910. .btn-success.active {
  2911. background-color: #408140 \9;
  2912. }
  2913. .btn-info {
  2914. color: #ffffff;
  2915. text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  2916. background-color: #49afcd;
  2917. *background-color: #2f96b4;
  2918. background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
  2919. background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
  2920. background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
  2921. background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
  2922. background-image: linear-gradient(to bottom, #5bc0de, #2f96b4);
  2923. background-repeat: repeat-x;
  2924. border-color: #2f96b4 #2f96b4 #1f6377;
  2925. border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  2926. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);
  2927. filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  2928. }
  2929. .btn-info:hover,
  2930. .btn-info:focus,
  2931. .btn-info:active,
  2932. .btn-info.active,
  2933. .btn-info.disabled,
  2934. .btn-info[disabled] {
  2935. color: #ffffff;
  2936. background-color: #2f96b4;
  2937. *background-color: #2a85a0;
  2938. }
  2939. .btn-info:active,
  2940. .btn-info.active {
  2941. background-color: #24748c \9;
  2942. }
  2943. .btn-inverse {
  2944. color: #ffffff;
  2945. text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  2946. background-color: #363636;
  2947. *background-color: #222222;
  2948. background-image: -moz-linear-gradient(top, #444444, #222222);
  2949. background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444444), to(#222222));
  2950. background-image: -webkit-linear-gradient(top, #444444, #222222);
  2951. background-image: -o-linear-gradient(top, #444444, #222222);
  2952. background-image: linear-gradient(to bottom, #444444, #222222);
  2953. background-repeat: repeat-x;
  2954. border-color: #222222 #222222 #000000;
  2955. border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  2956. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff222222', GradientType=0);
  2957. filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  2958. }
  2959. .btn-inverse:hover,
  2960. .btn-inverse:focus,
  2961. .btn-inverse:active,
  2962. .btn-inverse.active,
  2963. .btn-inverse.disabled,
  2964. .btn-inverse[disabled] {
  2965. color: #ffffff;
  2966. background-color: #222222;
  2967. *background-color: #151515;
  2968. }
  2969. .btn-inverse:active,
  2970. .btn-inverse.active {
  2971. background-color: #080808 \9;
  2972. }
  2973. button.btn,
  2974. input[type="submit"].btn {
  2975. *padding-top: 3px;
  2976. *padding-bottom: 3px;
  2977. }
  2978. button.btn::-moz-focus-inner,
  2979. input[type="submit"].btn::-moz-focus-inner {
  2980. padding: 0;
  2981. border: 0;
  2982. }
  2983. button.btn.btn-large,
  2984. input[type="submit"].btn.btn-large {
  2985. *padding-top: 7px;
  2986. *padding-bottom: 7px;
  2987. }
  2988. button.btn.btn-small,
  2989. input[type="submit"].btn.btn-small {
  2990. *padding-top: 3px;
  2991. *padding-bottom: 3px;
  2992. }
  2993. button.btn.btn-mini,
  2994. input[type="submit"].btn.btn-mini {
  2995. *padding-top: 1px;
  2996. *padding-bottom: 1px;
  2997. }
  2998. .btn-link,
  2999. .btn-link:active,
  3000. .btn-link[disabled] {
  3001. background-color: transparent;
  3002. background-image: none;
  3003. -webkit-box-shadow: none;
  3004. -moz-box-shadow: none;
  3005. box-shadow: none;
  3006. }
  3007. .btn-link {
  3008. color: #0088cc;
  3009. cursor: pointer;
  3010. border-color: transparent;
  3011. -webkit-border-radius: 0;
  3012. -moz-border-radius: 0;
  3013. border-radius: 0;
  3014. }
  3015. .btn-link:hover,
  3016. .btn-link:focus {
  3017. color: #005580;
  3018. text-decoration: underline;
  3019. background-color: transparent;
  3020. }
  3021. .btn-link[disabled]:hover,
  3022. .btn-link[disabled]:focus {
  3023. color: #333333;
  3024. text-decoration: none;
  3025. }
  3026. .btn-group {
  3027. position: relative;
  3028. display: inline-block;
  3029. *display: inline;
  3030. *margin-left: .3em;
  3031. font-size: 0;
  3032. white-space: nowrap;
  3033. vertical-align: middle;
  3034. *zoom: 1;
  3035. }
  3036. .btn-group:first-child {
  3037. *margin-left: 0;
  3038. }
  3039. .btn-group + .btn-group {
  3040. margin-left: 5px;
  3041. }
  3042. .btn-toolbar {
  3043. margin-top: 10px;
  3044. margin-bottom: 10px;
  3045. font-size: 0;
  3046. }
  3047. .btn-toolbar > .btn + .btn,
  3048. .btn-toolbar > .btn-group + .btn,
  3049. .btn-toolbar > .btn + .btn-group {
  3050. margin-left: 5px;
  3051. }
  3052. .btn-group > .btn {
  3053. position: relative;
  3054. -webkit-border-radius: 0;
  3055. -moz-border-radius: 0;
  3056. border-radius: 0;
  3057. }
  3058. .btn-group > .btn + .btn {
  3059. margin-left: -1px;
  3060. }
  3061. .btn-group > .btn,
  3062. .btn-group > .dropdown-menu,
  3063. .btn-group > .popover {
  3064. font-size: 14px;
  3065. }
  3066. .btn-group > .btn-mini {
  3067. font-size: 10.5px;
  3068. }
  3069. .btn-group > .btn-small {
  3070. font-size: 11.9px;
  3071. }
  3072. .btn-group > .btn-large {
  3073. font-size: 17.5px;
  3074. }
  3075. .btn-group > .btn:first-child {
  3076. margin-left: 0;
  3077. -webkit-border-bottom-left-radius: 4px;
  3078. border-bottom-left-radius: 4px;
  3079. -webkit-border-top-left-radius: 4px;
  3080. border-top-left-radius: 4px;
  3081. -moz-border-radius-bottomleft: 4px;
  3082. -moz-border-radius-topleft: 4px;
  3083. }
  3084. .btn-group > .btn:last-child,
  3085. .btn-group > .dropdown-toggle {
  3086. -webkit-border-top-right-radius: 4px;
  3087. border-top-right-radius: 4px;
  3088. -webkit-border-bottom-right-radius: 4px;
  3089. border-bottom-right-radius: 4px;
  3090. -moz-border-radius-topright: 4px;
  3091. -moz-border-radius-bottomright: 4px;
  3092. }
  3093. .btn-group > .btn.large:first-child {
  3094. margin-left: 0;
  3095. -webkit-border-bottom-left-radius: 6px;
  3096. border-bottom-left-radius: 6px;
  3097. -webkit-border-top-left-radius: 6px;
  3098. border-top-left-radius: 6px;
  3099. -moz-border-radius-bottomleft: 6px;
  3100. -moz-border-radius-topleft: 6px;
  3101. }
  3102. .btn-group > .btn.large:last-child,
  3103. .btn-group > .large.dropdown-toggle {
  3104. -webkit-border-top-right-radius: 6px;
  3105. border-top-right-radius: 6px;
  3106. -webkit-border-bottom-right-radius: 6px;
  3107. border-bottom-right-radius: 6px;
  3108. -moz-border-radius-topright: 6px;
  3109. -moz-border-radius-bottomright: 6px;
  3110. }
  3111. .btn-group > .btn:hover,
  3112. .btn-group > .btn:focus,
  3113. .btn-group > .btn:active,
  3114. .btn-group > .btn.active {
  3115. z-index: 2;
  3116. }
  3117. .btn-group .dropdown-toggle:active,
  3118. .btn-group.open .dropdown-toggle {
  3119. outline: 0;
  3120. }
  3121. .btn-group > .btn + .dropdown-toggle {
  3122. *padding-top: 5px;
  3123. padding-right: 8px;
  3124. *padding-bottom: 5px;
  3125. padding-left: 8px;
  3126. -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);
  3127. -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);
  3128. 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);
  3129. }
  3130. .btn-group > .btn-mini + .dropdown-toggle {
  3131. *padding-top: 2px;
  3132. padding-right: 5px;
  3133. *padding-bottom: 2px;
  3134. padding-left: 5px;
  3135. }
  3136. .btn-group > .btn-small + .dropdown-toggle {
  3137. *padding-top: 5px;
  3138. *padding-bottom: 4px;
  3139. }
  3140. .btn-group > .btn-large + .dropdown-toggle {
  3141. *padding-top: 7px;
  3142. padding-right: 12px;
  3143. *padding-bottom: 7px;
  3144. padding-left: 12px;
  3145. }
  3146. .btn-group.open .dropdown-toggle {
  3147. background-image: none;
  3148. -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  3149. -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  3150. box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  3151. }
  3152. .btn-group.open .btn.dropdown-toggle {
  3153. background-color: #e6e6e6;
  3154. }
  3155. .btn-group.open .btn-primary.dropdown-toggle {
  3156. background-color: #0044cc;
  3157. }
  3158. .btn-group.open .btn-warning.dropdown-toggle {
  3159. background-color: #f89406;
  3160. }
  3161. .btn-group.open .btn-danger.dropdown-toggle {
  3162. background-color: #bd362f;
  3163. }
  3164. .btn-group.open .btn-success.dropdown-toggle {
  3165. background-color: #51a351;
  3166. }
  3167. .btn-group.open .btn-info.dropdown-toggle {
  3168. background-color: #2f96b4;
  3169. }
  3170. .btn-group.open .btn-inverse.dropdown-toggle {
  3171. background-color: #222222;
  3172. }
  3173. .btn .caret {
  3174. margin-top: 8px;
  3175. margin-left: 0;
  3176. }
  3177. .btn-large .caret {
  3178. margin-top: 6px;
  3179. }
  3180. .btn-large .caret {
  3181. border-top-width: 5px;
  3182. border-right-width: 5px;
  3183. border-left-width: 5px;
  3184. }
  3185. .btn-mini .caret,
  3186. .btn-small .caret {
  3187. margin-top: 8px;
  3188. }
  3189. .dropup .btn-large .caret {
  3190. border-bottom-width: 5px;
  3191. }
  3192. .btn-primary .caret,
  3193. .btn-warning .caret,
  3194. .btn-danger .caret,
  3195. .btn-info .caret,
  3196. .btn-success .caret,
  3197. .btn-inverse .caret {
  3198. border-top-color: #ffffff;
  3199. border-bottom-color: #ffffff;
  3200. }
  3201. .btn-group-vertical {
  3202. display: inline-block;
  3203. *display: inline;
  3204. /* IE7 inline-block hack */
  3205. *zoom: 1;
  3206. }
  3207. .btn-group-vertical > .btn {
  3208. display: block;
  3209. float: none;
  3210. max-width: 100%;
  3211. -webkit-border-radius: 0;
  3212. -moz-border-radius: 0;
  3213. border-radius: 0;
  3214. }
  3215. .btn-group-vertical > .btn + .btn {
  3216. margin-top: -1px;
  3217. margin-left: 0;
  3218. }
  3219. .btn-group-vertical > .btn:first-child {
  3220. -webkit-border-radius: 4px 4px 0 0;
  3221. -moz-border-radius: 4px 4px 0 0;
  3222. border-radius: 4px 4px 0 0;
  3223. }
  3224. .btn-group-vertical > .btn:last-child {
  3225. -webkit-border-radius: 0 0 4px 4px;
  3226. -moz-border-radius: 0 0 4px 4px;
  3227. border-radius: 0 0 4px 4px;
  3228. }
  3229. .btn-group-vertical > .btn-large:first-child {
  3230. -webkit-border-radius: 6px 6px 0 0;
  3231. -moz-border-radius: 6px 6px 0 0;
  3232. border-radius: 6px 6px 0 0;
  3233. }
  3234. .btn-group-vertical > .btn-large:last-child {
  3235. -webkit-border-radius: 0 0 6px 6px;
  3236. -moz-border-radius: 0 0 6px 6px;
  3237. border-radius: 0 0 6px 6px;
  3238. }
  3239. .alert {
  3240. padding: 8px 35px 8px 14px;
  3241. margin-bottom: 20px;
  3242. text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  3243. background-color: #fcf8e3;
  3244. border: 1px solid #fbeed5;
  3245. -webkit-border-radius: 4px;
  3246. -moz-border-radius: 4px;
  3247. border-radius: 4px;
  3248. }
  3249. .alert,
  3250. .alert h4 {
  3251. color: #c09853;
  3252. }
  3253. .alert h4 {
  3254. margin: 0;
  3255. }
  3256. .alert .close {
  3257. position: relative;
  3258. top: -2px;
  3259. right: -21px;
  3260. line-height: 20px;
  3261. }
  3262. .alert-success {
  3263. color: #468847;
  3264. background-color: #dff0d8;
  3265. border-color: #d6e9c6;
  3266. }
  3267. .alert-success h4 {
  3268. color: #468847;
  3269. }
  3270. .alert-danger,
  3271. .alert-error {
  3272. color: #b94a48;
  3273. background-color: #f2dede;
  3274. border-color: #eed3d7;
  3275. }
  3276. .alert-danger h4,
  3277. .alert-error h4 {
  3278. color: #b94a48;
  3279. }
  3280. .alert-info {
  3281. color: #3a87ad;
  3282. background-color: #d9edf7;
  3283. border-color: #bce8f1;
  3284. }
  3285. .alert-info h4 {
  3286. color: #3a87ad;
  3287. }
  3288. .alert-block {
  3289. padding-top: 14px;
  3290. padding-bottom: 14px;
  3291. }
  3292. .alert-block > p,
  3293. .alert-block > ul {
  3294. margin-bottom: 0;
  3295. }
  3296. .alert-block p + p {
  3297. margin-top: 5px;
  3298. }
  3299. .nav {
  3300. margin-bottom: 20px;
  3301. margin-left: 0;
  3302. list-style: none;
  3303. }
  3304. .nav > li > a {
  3305. display: block;
  3306. }
  3307. .nav > li > a:hover,
  3308. .nav > li > a:focus {
  3309. text-decoration: none;
  3310. background-color: #eeeeee;
  3311. }
  3312. .nav > li > a > img {
  3313. max-width: none;
  3314. }
  3315. .nav > .pull-right {
  3316. float: right;
  3317. }
  3318. .nav-header {
  3319. display: block;
  3320. padding: 3px 15px;
  3321. font-size: 11px;
  3322. font-weight: bold;
  3323. line-height: 20px;
  3324. color: #999999;
  3325. text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  3326. text-transform: uppercase;
  3327. }
  3328. .nav li + .nav-header {
  3329. margin-top: 9px;
  3330. }
  3331. .nav-list {
  3332. padding-right: 15px;
  3333. padding-left: 15px;
  3334. margin-bottom: 0;
  3335. }
  3336. .nav-list > li > a,
  3337. .nav-list .nav-header {
  3338. margin-right: -15px;
  3339. margin-left: -15px;
  3340. text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  3341. }
  3342. .nav-list > li > a {
  3343. padding: 3px 15px;
  3344. }
  3345. .nav-list > .active > a,
  3346. .nav-list > .active > a:hover,
  3347. .nav-list > .active > a:focus {
  3348. color: #ffffff;
  3349. text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  3350. background-color: #0088cc;
  3351. }
  3352. .nav-list [class^="icon-"],
  3353. .nav-list [class*=" icon-"] {
  3354. margin-right: 2px;
  3355. }
  3356. .nav-list .divider {
  3357. *width: 100%;
  3358. height: 1px;
  3359. margin: 9px 1px;
  3360. *margin: -5px 0 5px;
  3361. overflow: hidden;
  3362. background-color: #e5e5e5;
  3363. border-bottom: 1px solid #ffffff;
  3364. }
  3365. .nav-tabs,
  3366. .nav-pills {
  3367. *zoom: 1;
  3368. }
  3369. .nav-tabs:before,
  3370. .nav-pills:before,
  3371. .nav-tabs:after,
  3372. .nav-pills:after {
  3373. display: table;
  3374. line-height: 0;
  3375. content: "";
  3376. }
  3377. .nav-tabs:after,
  3378. .nav-pills:after {
  3379. clear: both;
  3380. }
  3381. .nav-tabs > li,
  3382. .nav-pills > li {
  3383. float: left;
  3384. }
  3385. .nav-tabs > li > a,
  3386. .nav-pills > li > a {
  3387. padding-right: 12px;
  3388. padding-left: 12px;
  3389. margin-right: 2px;
  3390. line-height: 14px;
  3391. }
  3392. .nav-tabs {
  3393. border-bottom: 1px solid #ddd;
  3394. }
  3395. .nav-tabs > li {
  3396. margin-bottom: -1px;
  3397. }
  3398. .nav-tabs > li > a {
  3399. padding-top: 8px;
  3400. padding-bottom: 8px;
  3401. line-height: 20px;
  3402. border: 1px solid transparent;
  3403. -webkit-border-radius: 4px 4px 0 0;
  3404. -moz-border-radius: 4px 4px 0 0;
  3405. border-radius: 4px 4px 0 0;
  3406. }
  3407. .nav-tabs > li > a:hover,
  3408. .nav-tabs > li > a:focus {
  3409. border-color: #eeeeee #eeeeee #dddddd;
  3410. }
  3411. .nav-tabs > .active > a,
  3412. .nav-tabs > .active > a:hover,
  3413. .nav-tabs > .active > a:focus {
  3414. color: #555555;
  3415. cursor: default;
  3416. background-color: #ffffff;
  3417. border: 1px solid #ddd;
  3418. border-bottom-color: transparent;
  3419. }
  3420. .nav-pills > li > a {
  3421. padding-top: 8px;
  3422. padding-bottom: 8px;
  3423. margin-top: 2px;
  3424. margin-bottom: 2px;
  3425. -webkit-border-radius: 5px;
  3426. -moz-border-radius: 5px;
  3427. border-radius: 5px;
  3428. }
  3429. .nav-pills > .active > a,
  3430. .nav-pills > .active > a:hover,
  3431. .nav-pills > .active > a:focus {
  3432. color: #ffffff;
  3433. background-color: #0088cc;
  3434. }
  3435. .nav-stacked > li {
  3436. float: none;
  3437. }
  3438. .nav-stacked > li > a {
  3439. margin-right: 0;
  3440. }
  3441. .nav-tabs.nav-stacked {
  3442. border-bottom: 0;
  3443. }
  3444. .nav-tabs.nav-stacked > li > a {
  3445. border: 1px solid #ddd;
  3446. -webkit-border-radius: 0;
  3447. -moz-border-radius: 0;
  3448. border-radius: 0;
  3449. }
  3450. .nav-tabs.nav-stacked > li:first-child > a {
  3451. -webkit-border-top-right-radius: 4px;
  3452. border-top-right-radius: 4px;
  3453. -webkit-border-top-left-radius: 4px;
  3454. border-top-left-radius: 4px;
  3455. -moz-border-radius-topright: 4px;
  3456. -moz-border-radius-topleft: 4px;
  3457. }
  3458. .nav-tabs.nav-stacked > li:last-child > a {
  3459. -webkit-border-bottom-right-radius: 4px;
  3460. border-bottom-right-radius: 4px;
  3461. -webkit-border-bottom-left-radius: 4px;
  3462. border-bottom-left-radius: 4px;
  3463. -moz-border-radius-bottomright: 4px;
  3464. -moz-border-radius-bottomleft: 4px;
  3465. }
  3466. .nav-tabs.nav-stacked > li > a:hover,
  3467. .nav-tabs.nav-stacked > li > a:focus {
  3468. z-index: 2;
  3469. border-color: #ddd;
  3470. }
  3471. .nav-pills.nav-stacked > li > a {
  3472. margin-bottom: 3px;
  3473. }
  3474. .nav-pills.nav-stacked > li:last-child > a {
  3475. margin-bottom: 1px;
  3476. }
  3477. .nav-tabs .dropdown-menu {
  3478. -webkit-border-radius: 0 0 6px 6px;
  3479. -moz-border-radius: 0 0 6px 6px;
  3480. border-radius: 0 0 6px 6px;
  3481. }
  3482. .nav-pills .dropdown-menu {
  3483. -webkit-border-radius: 6px;
  3484. -moz-border-radius: 6px;
  3485. border-radius: 6px;
  3486. }
  3487. .nav .dropdown-toggle .caret {
  3488. margin-top: 6px;
  3489. border-top-color: #0088cc;
  3490. border-bottom-color: #0088cc;
  3491. }
  3492. .nav .dropdown-toggle:hover .caret,
  3493. .nav .dropdown-toggle:focus .caret {
  3494. border-top-color: #005580;
  3495. border-bottom-color: #005580;
  3496. }
  3497. /* move down carets for tabs */
  3498. .nav-tabs .dropdown-toggle .caret {
  3499. margin-top: 8px;
  3500. }
  3501. .nav .active .dropdown-toggle .caret {
  3502. border-top-color: #fff;
  3503. border-bottom-color: #fff;
  3504. }
  3505. .nav-tabs .active .dropdown-toggle .caret {
  3506. border-top-color: #555555;
  3507. border-bottom-color: #555555;
  3508. }
  3509. .nav > .dropdown.active > a:hover,
  3510. .nav > .dropdown.active > a:focus {
  3511. cursor: pointer;
  3512. }
  3513. .nav-tabs .open .dropdown-toggle,
  3514. .nav-pills .open .dropdown-toggle,
  3515. .nav > li.dropdown.open.active > a:hover,
  3516. .nav > li.dropdown.open.active > a:focus {
  3517. color: #ffffff;
  3518. background-color: #999999;
  3519. border-color: #999999;
  3520. }
  3521. .nav li.dropdown.open .caret,
  3522. .nav li.dropdown.open.active .caret,
  3523. .nav li.dropdown.open a:hover .caret,
  3524. .nav li.dropdown.open a:focus .caret {
  3525. border-top-color: #ffffff;
  3526. border-bottom-color: #ffffff;
  3527. opacity: 1;
  3528. filter: alpha(opacity=100);
  3529. }
  3530. .tabs-stacked .open > a:hover,
  3531. .tabs-stacked .open > a:focus {
  3532. border-color: #999999;
  3533. }
  3534. .tabbable {
  3535. *zoom: 1;
  3536. }
  3537. .tabbable:before,
  3538. .tabbable:after {
  3539. display: table;
  3540. line-height: 0;
  3541. content: "";
  3542. }
  3543. .tabbable:after {
  3544. clear: both;
  3545. }
  3546. .tab-content {
  3547. overflow: auto;
  3548. }
  3549. .tabs-below > .nav-tabs,
  3550. .tabs-right > .nav-tabs,
  3551. .tabs-left > .nav-tabs {
  3552. border-bottom: 0;
  3553. }
  3554. .tab-content > .tab-pane,
  3555. .pill-content > .pill-pane {
  3556. display: none;
  3557. }
  3558. .tab-content > .active,
  3559. .pill-content > .active {
  3560. display: block;
  3561. }
  3562. .tabs-below > .nav-tabs {
  3563. border-top: 1px solid #ddd;
  3564. }
  3565. .tabs-below > .nav-tabs > li {
  3566. margin-top: -1px;
  3567. margin-bottom: 0;
  3568. }
  3569. .tabs-below > .nav-tabs > li > a {
  3570. -webkit-border-radius: 0 0 4px 4px;
  3571. -moz-border-radius: 0 0 4px 4px;
  3572. border-radius: 0 0 4px 4px;
  3573. }
  3574. .tabs-below > .nav-tabs > li > a:hover,
  3575. .tabs-below > .nav-tabs > li > a:focus {
  3576. border-top-color: #ddd;
  3577. border-bottom-color: transparent;
  3578. }
  3579. .tabs-below > .nav-tabs > .active > a,
  3580. .tabs-below > .nav-tabs > .active > a:hover,
  3581. .tabs-below > .nav-tabs > .active > a:focus {
  3582. border-color: transparent #ddd #ddd #ddd;
  3583. }
  3584. .tabs-left > .nav-tabs > li,
  3585. .tabs-right > .nav-tabs > li {
  3586. float: none;
  3587. }
  3588. .tabs-left > .nav-tabs > li > a,
  3589. .tabs-right > .nav-tabs > li > a {
  3590. min-width: 74px;
  3591. margin-right: 0;
  3592. margin-bottom: 3px;
  3593. }
  3594. .tabs-left > .nav-tabs {
  3595. float: left;
  3596. margin-right: 19px;
  3597. border-right: 1px solid #ddd;
  3598. }
  3599. .tabs-left > .nav-tabs > li > a {
  3600. margin-right: -1px;
  3601. -webkit-border-radius: 4px 0 0 4px;
  3602. -moz-border-radius: 4px 0 0 4px;
  3603. border-radius: 4px 0 0 4px;
  3604. }
  3605. .tabs-left > .nav-tabs > li > a:hover,
  3606. .tabs-left > .nav-tabs > li > a:focus {
  3607. border-color: #eeeeee #dddddd #eeeeee #eeeeee;
  3608. }
  3609. .tabs-left > .nav-tabs .active > a,
  3610. .tabs-left > .nav-tabs .active > a:hover,
  3611. .tabs-left > .nav-tabs .active > a:focus {
  3612. border-color: #ddd transparent #ddd #ddd;
  3613. *border-right-color: #ffffff;
  3614. }
  3615. .tabs-right > .nav-tabs {
  3616. float: right;
  3617. margin-left: 19px;
  3618. border-left: 1px solid #ddd;
  3619. }
  3620. .tabs-right > .nav-tabs > li > a {
  3621. margin-left: -1px;
  3622. -webkit-border-radius: 0 4px 4px 0;
  3623. -moz-border-radius: 0 4px 4px 0;
  3624. border-radius: 0 4px 4px 0;
  3625. }
  3626. .tabs-right > .nav-tabs > li > a:hover,
  3627. .tabs-right > .nav-tabs > li > a:focus {
  3628. border-color: #eeeeee #eeeeee #eeeeee #dddddd;
  3629. }
  3630. .tabs-right > .nav-tabs .active > a,
  3631. .tabs-right > .nav-tabs .active > a:hover,
  3632. .tabs-right > .nav-tabs .active > a:focus {
  3633. border-color: #ddd #ddd #ddd transparent;
  3634. *border-left-color: #ffffff;
  3635. }
  3636. .nav > .disabled > a {
  3637. color: #999999;
  3638. }
  3639. .nav > .disabled > a:hover,
  3640. .nav > .disabled > a:focus {
  3641. text-decoration: none;
  3642. cursor: default;
  3643. background-color: transparent;
  3644. }
  3645. .navbar {
  3646. *position: relative;
  3647. *z-index: 2;
  3648. margin-bottom: 20px;
  3649. overflow: visible;
  3650. }
  3651. .navbar-inner {
  3652. min-height: 40px;
  3653. padding-right: 20px;
  3654. padding-left: 20px;
  3655. background-color: #fafafa;
  3656. background-image: -moz-linear-gradient(top, #ffffff, #f2f2f2);
  3657. background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f2f2f2));
  3658. background-image: -webkit-linear-gradient(top, #ffffff, #f2f2f2);
  3659. background-image: -o-linear-gradient(top, #ffffff, #f2f2f2);
  3660. background-image: linear-gradient(to bottom, #ffffff, #f2f2f2);
  3661. background-repeat: repeat-x;
  3662. border: 1px solid #d4d4d4;
  3663. -webkit-border-radius: 4px;
  3664. -moz-border-radius: 4px;
  3665. border-radius: 4px;
  3666. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff2f2f2', GradientType=0);
  3667. *zoom: 1;
  3668. -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  3669. -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  3670. box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  3671. }
  3672. .navbar-inner:before,
  3673. .navbar-inner:after {
  3674. display: table;
  3675. line-height: 0;
  3676. content: "";
  3677. }
  3678. .navbar-inner:after {
  3679. clear: both;
  3680. }
  3681. .navbar .container {
  3682. width: auto;
  3683. }
  3684. .nav-collapse.collapse {
  3685. height: auto;
  3686. overflow: visible;
  3687. }
  3688. .navbar .brand {
  3689. display: block;
  3690. float: left;
  3691. padding: 10px 20px 10px;
  3692. margin-left: -20px;
  3693. font-size: 20px;
  3694. font-weight: 200;
  3695. color: #777777;
  3696. text-shadow: 0 1px 0 #ffffff;
  3697. }
  3698. .navbar .brand:hover,
  3699. .navbar .brand:focus {
  3700. text-decoration: none;
  3701. }
  3702. .navbar-text {
  3703. margin-bottom: 0;
  3704. line-height: 40px;
  3705. color: #777777;
  3706. }
  3707. .navbar-link {
  3708. color: #777777;
  3709. }
  3710. .navbar-link:hover,
  3711. .navbar-link:focus {
  3712. color: #333333;
  3713. }
  3714. .navbar .divider-vertical {
  3715. height: 40px;
  3716. margin: 0 9px;
  3717. border-right: 1px solid #ffffff;
  3718. border-left: 1px solid #f2f2f2;
  3719. }
  3720. .navbar .btn,
  3721. .navbar .btn-group {
  3722. margin-top: 5px;
  3723. }
  3724. .navbar .btn-group .btn,
  3725. .navbar .input-prepend .btn,
  3726. .navbar .input-append .btn,
  3727. .navbar .input-prepend .btn-group,
  3728. .navbar .input-append .btn-group {
  3729. margin-top: 0;
  3730. }
  3731. .navbar-form {
  3732. margin-bottom: 0;
  3733. *zoom: 1;
  3734. }
  3735. .navbar-form:before,
  3736. .navbar-form:after {
  3737. display: table;
  3738. line-height: 0;
  3739. content: "";
  3740. }
  3741. .navbar-form:after {
  3742. clear: both;
  3743. }
  3744. .navbar-form input,
  3745. .navbar-form select,
  3746. .navbar-form .radio,
  3747. .navbar-form .checkbox {
  3748. margin-top: 5px;
  3749. }
  3750. .navbar-form input,
  3751. .navbar-form select,
  3752. .navbar-form .btn {
  3753. display: inline-block;
  3754. margin-bottom: 0;
  3755. }
  3756. .navbar-form input[type="image"],
  3757. .navbar-form input[type="checkbox"],
  3758. .navbar-form input[type="radio"] {
  3759. margin-top: 3px;
  3760. }
  3761. .navbar-form .input-append,
  3762. .navbar-form .input-prepend {
  3763. margin-top: 5px;
  3764. white-space: nowrap;
  3765. }
  3766. .navbar-form .input-append input,
  3767. .navbar-form .input-prepend input {
  3768. margin-top: 0;
  3769. }
  3770. .navbar-search {
  3771. position: relative;
  3772. float: left;
  3773. margin-top: 5px;
  3774. margin-bottom: 0;
  3775. }
  3776. .navbar-search .search-query {
  3777. padding: 4px 14px;
  3778. margin-bottom: 0;
  3779. font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  3780. font-size: 13px;
  3781. font-weight: normal;
  3782. line-height: 1;
  3783. -webkit-border-radius: 15px;
  3784. -moz-border-radius: 15px;
  3785. border-radius: 15px;
  3786. }
  3787. .navbar-static-top {
  3788. position: static;
  3789. margin-bottom: 0;
  3790. }
  3791. .navbar-static-top .navbar-inner {
  3792. -webkit-border-radius: 0;
  3793. -moz-border-radius: 0;
  3794. border-radius: 0;
  3795. }
  3796. .navbar-fixed-top,
  3797. .navbar-fixed-bottom {
  3798. position: fixed;
  3799. right: 0;
  3800. left: 0;
  3801. z-index: 1030;
  3802. margin-bottom: 0;
  3803. }
  3804. .navbar-fixed-top .navbar-inner,
  3805. .navbar-static-top .navbar-inner {
  3806. border-width: 0 0 1px;
  3807. }
  3808. .navbar-fixed-bottom .navbar-inner {
  3809. border-width: 1px 0 0;
  3810. }
  3811. .navbar-fixed-top .navbar-inner,
  3812. .navbar-fixed-bottom .navbar-inner {
  3813. padding-right: 0;
  3814. padding-left: 0;
  3815. -webkit-border-radius: 0;
  3816. -moz-border-radius: 0;
  3817. border-radius: 0;
  3818. }
  3819. .navbar-static-top .container,
  3820. .navbar-fixed-top .container,
  3821. .navbar-fixed-bottom .container {
  3822. width: 940px;
  3823. }
  3824. .navbar-fixed-top {
  3825. top: 0;
  3826. }
  3827. .navbar-fixed-top .navbar-inner,
  3828. .navbar-static-top .navbar-inner {
  3829. -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
  3830. -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
  3831. box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
  3832. }
  3833. .navbar-fixed-bottom {
  3834. bottom: 0;
  3835. }
  3836. .navbar-fixed-bottom .navbar-inner {
  3837. -webkit-box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.1);
  3838. -moz-box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.1);
  3839. box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.1);
  3840. }
  3841. .navbar .nav {
  3842. position: relative;
  3843. left: 0;
  3844. display: block;
  3845. float: left;
  3846. margin: 0 10px 0 0;
  3847. }
  3848. .navbar .nav.pull-right {
  3849. float: right;
  3850. margin-right: 0;
  3851. }
  3852. .navbar .nav > li {
  3853. float: left;
  3854. }
  3855. .navbar .nav > li > a {
  3856. float: none;
  3857. padding: 10px 15px 10px;
  3858. color: #777777;
  3859. text-decoration: none;
  3860. text-shadow: 0 1px 0 #ffffff;
  3861. }
  3862. .navbar .nav .dropdown-toggle .caret {
  3863. margin-top: 8px;
  3864. }
  3865. .navbar .nav > li > a:focus,
  3866. .navbar .nav > li > a:hover {
  3867. color: #333333;
  3868. text-decoration: none;
  3869. background-color: transparent;
  3870. }
  3871. .navbar .nav > .active > a,
  3872. .navbar .nav > .active > a:hover,
  3873. .navbar .nav > .active > a:focus {
  3874. color: #555555;
  3875. text-decoration: none;
  3876. background-color: #e5e5e5;
  3877. -webkit-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
  3878. -moz-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
  3879. box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
  3880. }
  3881. .navbar .btn-navbar {
  3882. display: none;
  3883. float: right;
  3884. padding: 7px 10px;
  3885. margin-right: 5px;
  3886. margin-left: 5px;
  3887. color: #ffffff;
  3888. text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  3889. background-color: #ededed;
  3890. *background-color: #e5e5e5;
  3891. background-image: -moz-linear-gradient(top, #f2f2f2, #e5e5e5);
  3892. background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f2f2f2), to(#e5e5e5));
  3893. background-image: -webkit-linear-gradient(top, #f2f2f2, #e5e5e5);
  3894. background-image: -o-linear-gradient(top, #f2f2f2, #e5e5e5);
  3895. background-image: linear-gradient(to bottom, #f2f2f2, #e5e5e5);
  3896. background-repeat: repeat-x;
  3897. border-color: #e5e5e5 #e5e5e5 #bfbfbf;
  3898. border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  3899. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2f2f2', endColorstr='#ffe5e5e5', GradientType=0);
  3900. filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  3901. -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
  3902. -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
  3903. box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
  3904. }
  3905. .navbar .btn-navbar:hover,
  3906. .navbar .btn-navbar:focus,
  3907. .navbar .btn-navbar:active,
  3908. .navbar .btn-navbar.active,
  3909. .navbar .btn-navbar.disabled,
  3910. .navbar .btn-navbar[disabled] {
  3911. color: #ffffff;
  3912. background-color: #e5e5e5;
  3913. *background-color: #d9d9d9;
  3914. }
  3915. .navbar .btn-navbar:active,
  3916. .navbar .btn-navbar.active {
  3917. background-color: #cccccc \9;
  3918. }
  3919. .navbar .btn-navbar .icon-bar {
  3920. display: block;
  3921. width: 18px;
  3922. height: 2px;
  3923. background-color: #f5f5f5;
  3924. -webkit-border-radius: 1px;
  3925. -moz-border-radius: 1px;
  3926. border-radius: 1px;
  3927. -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  3928. -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  3929. box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  3930. }
  3931. .btn-navbar .icon-bar + .icon-bar {
  3932. margin-top: 3px;
  3933. }
  3934. .navbar .nav > li > .dropdown-menu:before {
  3935. position: absolute;
  3936. top: -7px;
  3937. left: 9px;
  3938. display: inline-block;
  3939. border-right: 7px solid transparent;
  3940. border-bottom: 7px solid #ccc;
  3941. border-left: 7px solid transparent;
  3942. border-bottom-color: rgba(0, 0, 0, 0.2);
  3943. content: '';
  3944. }
  3945. .navbar .nav > li > .dropdown-menu:after {
  3946. position: absolute;
  3947. top: -6px;
  3948. left: 10px;
  3949. display: inline-block;
  3950. border-right: 6px solid transparent;
  3951. border-bottom: 6px solid #ffffff;
  3952. border-left: 6px solid transparent;
  3953. content: '';
  3954. }
  3955. .navbar-fixed-bottom .nav > li > .dropdown-menu:before {
  3956. top: auto;
  3957. bottom: -7px;
  3958. border-top: 7px solid #ccc;
  3959. border-bottom: 0;
  3960. border-top-color: rgba(0, 0, 0, 0.2);
  3961. }
  3962. .navbar-fixed-bottom .nav > li > .dropdown-menu:after {
  3963. top: auto;
  3964. bottom: -6px;
  3965. border-top: 6px solid #ffffff;
  3966. border-bottom: 0;
  3967. }
  3968. .navbar .nav li.dropdown > a:hover .caret,
  3969. .navbar .nav li.dropdown > a:focus .caret {
  3970. border-top-color: #333333;
  3971. border-bottom-color: #333333;
  3972. }
  3973. .navbar .nav li.dropdown.open > .dropdown-toggle,
  3974. .navbar .nav li.dropdown.active > .dropdown-toggle,
  3975. .navbar .nav li.dropdown.open.active > .dropdown-toggle {
  3976. color: #555555;
  3977. background-color: #e5e5e5;
  3978. }
  3979. .navbar .nav li.dropdown > .dropdown-toggle .caret {
  3980. border-top-color: #777777;
  3981. border-bottom-color: #777777;
  3982. }
  3983. .navbar .nav li.dropdown.open > .dropdown-toggle .caret,
  3984. .navbar .nav li.dropdown.active > .dropdown-toggle .caret,
  3985. .navbar .nav li.dropdown.open.active > .dropdown-toggle .caret {
  3986. border-top-color: #555555;
  3987. border-bottom-color: #555555;
  3988. }
  3989. .navbar .pull-right > li > .dropdown-menu,
  3990. .navbar .nav > li > .dropdown-menu.pull-right {
  3991. right: 0;
  3992. left: auto;
  3993. }
  3994. .navbar .pull-right > li > .dropdown-menu:before,
  3995. .navbar .nav > li > .dropdown-menu.pull-right:before {
  3996. right: 12px;
  3997. left: auto;
  3998. }
  3999. .navbar .pull-right > li > .dropdown-menu:after,
  4000. .navbar .nav > li > .dropdown-menu.pull-right:after {
  4001. right: 13px;
  4002. left: auto;
  4003. }
  4004. .navbar .pull-right > li > .dropdown-menu .dropdown-menu,
  4005. .navbar .nav > li > .dropdown-menu.pull-right .dropdown-menu {
  4006. right: 100%;
  4007. left: auto;
  4008. margin-right: -1px;
  4009. margin-left: 0;
  4010. -webkit-border-radius: 6px 0 6px 6px;
  4011. -moz-border-radius: 6px 0 6px 6px;
  4012. border-radius: 6px 0 6px 6px;
  4013. }
  4014. .navbar-inverse .navbar-inner {
  4015. background-color: #1b1b1b;
  4016. background-image: -moz-linear-gradient(top, #222222, #111111);
  4017. background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#222222), to(#111111));
  4018. background-image: -webkit-linear-gradient(top, #222222, #111111);
  4019. background-image: -o-linear-gradient(top, #222222, #111111);
  4020. background-image: linear-gradient(to bottom, #222222, #111111);
  4021. background-repeat: repeat-x;
  4022. border-color: #252525;
  4023. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff222222', endColorstr='#ff111111', GradientType=0);
  4024. }
  4025. .navbar-inverse .brand,
  4026. .navbar-inverse .nav > li > a {
  4027. color: #999999;
  4028. text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  4029. }
  4030. .navbar-inverse .brand:hover,
  4031. .navbar-inverse .nav > li > a:hover,
  4032. .navbar-inverse .brand:focus,
  4033. .navbar-inverse .nav > li > a:focus {
  4034. color: #ffffff;
  4035. }
  4036. .navbar-inverse .brand {
  4037. color: #999999;
  4038. }
  4039. .navbar-inverse .navbar-text {
  4040. color: #999999;
  4041. }
  4042. .navbar-inverse .nav > li > a:focus,
  4043. .navbar-inverse .nav > li > a:hover {
  4044. color: #ffffff;
  4045. background-color: transparent;
  4046. }
  4047. .navbar-inverse .nav .active > a,
  4048. .navbar-inverse .nav .active > a:hover,
  4049. .navbar-inverse .nav .active > a:focus {
  4050. color: #ffffff;
  4051. background-color: #111111;
  4052. }
  4053. .navbar-inverse .navbar-link {
  4054. color: #999999;
  4055. }
  4056. .navbar-inverse .navbar-link:hover,
  4057. .navbar-inverse .navbar-link:focus {
  4058. color: #ffffff;
  4059. }
  4060. .navbar-inverse .divider-vertical {
  4061. border-right-color: #222222;
  4062. border-left-color: #111111;
  4063. }
  4064. .navbar-inverse .nav li.dropdown.open > .dropdown-toggle,
  4065. .navbar-inverse .nav li.dropdown.active > .dropdown-toggle,
  4066. .navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle {
  4067. color: #ffffff;
  4068. background-color: #111111;
  4069. }
  4070. .navbar-inverse .nav li.dropdown > a:hover .caret,
  4071. .navbar-inverse .nav li.dropdown > a:focus .caret {
  4072. border-top-color: #ffffff;
  4073. border-bottom-color: #ffffff;
  4074. }
  4075. .navbar-inverse .nav li.dropdown > .dropdown-toggle .caret {
  4076. border-top-color: #999999;
  4077. border-bottom-color: #999999;
  4078. }
  4079. .navbar-inverse .nav li.dropdown.open > .dropdown-toggle .caret,
  4080. .navbar-inverse .nav li.dropdown.active > .dropdown-toggle .caret,
  4081. .navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle .caret {
  4082. border-top-color: #ffffff;
  4083. border-bottom-color: #ffffff;
  4084. }
  4085. .navbar-inverse .navbar-search .search-query {
  4086. color: #ffffff;
  4087. background-color: #515151;
  4088. border-color: #111111;
  4089. -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);
  4090. -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);
  4091. box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);
  4092. -webkit-transition: none;
  4093. -moz-transition: none;
  4094. -o-transition: none;
  4095. transition: none;
  4096. }
  4097. .navbar-inverse .navbar-search .search-query:-moz-placeholder {
  4098. color: #cccccc;
  4099. }
  4100. .navbar-inverse .navbar-search .search-query:-ms-input-placeholder {
  4101. color: #cccccc;
  4102. }
  4103. .navbar-inverse .navbar-search .search-query::-webkit-input-placeholder {
  4104. color: #cccccc;
  4105. }
  4106. .navbar-inverse .navbar-search .search-query:focus,
  4107. .navbar-inverse .navbar-search .search-query.focused {
  4108. padding: 5px 15px;
  4109. color: #333333;
  4110. text-shadow: 0 1px 0 #ffffff;
  4111. background-color: #ffffff;
  4112. border: 0;
  4113. outline: 0;
  4114. -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  4115. -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  4116. box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  4117. }
  4118. .navbar-inverse .btn-navbar {
  4119. color: #ffffff;
  4120. text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  4121. background-color: #0e0e0e;
  4122. *background-color: #040404;
  4123. background-image: -moz-linear-gradient(top, #151515, #040404);
  4124. background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#151515), to(#040404));
  4125. background-image: -webkit-linear-gradient(top, #151515, #040404);
  4126. background-image: -o-linear-gradient(top, #151515, #040404);
  4127. background-image: linear-gradient(to bottom, #151515, #040404);
  4128. background-repeat: repeat-x;
  4129. border-color: #040404 #040404 #000000;
  4130. border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  4131. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff151515', endColorstr='#ff040404', GradientType=0);
  4132. filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  4133. }
  4134. .navbar-inverse .btn-navbar:hover,
  4135. .navbar-inverse .btn-navbar:focus,
  4136. .navbar-inverse .btn-navbar:active,
  4137. .navbar-inverse .btn-navbar.active,
  4138. .navbar-inverse .btn-navbar.disabled,
  4139. .navbar-inverse .btn-navbar[disabled] {
  4140. color: #ffffff;
  4141. background-color: #040404;
  4142. *background-color: #000000;
  4143. }
  4144. .navbar-inverse .btn-navbar:active,
  4145. .navbar-inverse .btn-navbar.active {
  4146. background-color: #000000 \9;
  4147. }
  4148. .pagination {
  4149. margin: 20px 0;
  4150. }
  4151. .pagination ul {
  4152. display: inline-block;
  4153. *display: inline;
  4154. margin-bottom: 0;
  4155. margin-left: 0;
  4156. -webkit-border-radius: 4px;
  4157. -moz-border-radius: 4px;
  4158. border-radius: 4px;
  4159. *zoom: 1;
  4160. -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  4161. -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  4162. box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  4163. }
  4164. .pagination ul > li {
  4165. display: inline;
  4166. }
  4167. .pagination ul > li > a,
  4168. .pagination ul > li > span {
  4169. float: left;
  4170. padding: 4px 12px;
  4171. line-height: 20px;
  4172. text-decoration: none;
  4173. background-color: #ffffff;
  4174. border: 1px solid #dddddd;
  4175. border-left-width: 0;
  4176. }
  4177. .pagination ul > li > a:hover,
  4178. .pagination ul > li > a:focus,
  4179. .pagination ul > .active > a,
  4180. .pagination ul > .active > span {
  4181. background-color: #f5f5f5;
  4182. }
  4183. .pagination ul > .active > a,
  4184. .pagination ul > .active > span {
  4185. color: #999999;
  4186. cursor: default;
  4187. }
  4188. .pagination ul > .disabled > span,
  4189. .pagination ul > .disabled > a,
  4190. .pagination ul > .disabled > a:hover,
  4191. .pagination ul > .disabled > a:focus {
  4192. color: #999999;
  4193. cursor: default;
  4194. background-color: transparent;
  4195. }
  4196. .pagination ul > li:first-child > a,
  4197. .pagination ul > li:first-child > span {
  4198. border-left-width: 1px;
  4199. -webkit-border-bottom-left-radius: 4px;
  4200. border-bottom-left-radius: 4px;
  4201. -webkit-border-top-left-radius: 4px;
  4202. border-top-left-radius: 4px;
  4203. -moz-border-radius-bottomleft: 4px;
  4204. -moz-border-radius-topleft: 4px;
  4205. }
  4206. .pagination ul > li:last-child > a,
  4207. .pagination ul > li:last-child > span {
  4208. -webkit-border-top-right-radius: 4px;
  4209. border-top-right-radius: 4px;
  4210. -webkit-border-bottom-right-radius: 4px;
  4211. border-bottom-right-radius: 4px;
  4212. -moz-border-radius-topright: 4px;
  4213. -moz-border-radius-bottomright: 4px;
  4214. }
  4215. .pagination-centered {
  4216. text-align: center;
  4217. }
  4218. .pagination-right {
  4219. text-align: right;
  4220. }
  4221. .pagination-large ul > li > a,
  4222. .pagination-large ul > li > span {
  4223. padding: 11px 19px;
  4224. font-size: 17.5px;
  4225. }
  4226. .pagination-large ul > li:first-child > a,
  4227. .pagination-large ul > li:first-child > span {
  4228. -webkit-border-bottom-left-radius: 6px;
  4229. border-bottom-left-radius: 6px;
  4230. -webkit-border-top-left-radius: 6px;
  4231. border-top-left-radius: 6px;
  4232. -moz-border-radius-bottomleft: 6px;
  4233. -moz-border-radius-topleft: 6px;
  4234. }
  4235. .pagination-large ul > li:last-child > a,
  4236. .pagination-large ul > li:last-child > span {
  4237. -webkit-border-top-right-radius: 6px;
  4238. border-top-right-radius: 6px;
  4239. -webkit-border-bottom-right-radius: 6px;
  4240. border-bottom-right-radius: 6px;
  4241. -moz-border-radius-topright: 6px;
  4242. -moz-border-radius-bottomright: 6px;
  4243. }
  4244. .pagination-mini ul > li:first-child > a,
  4245. .pagination-small ul > li:first-child > a,
  4246. .pagination-mini ul > li:first-child > span,
  4247. .pagination-small ul > li:first-child > span {
  4248. -webkit-border-bottom-left-radius: 3px;
  4249. border-bottom-left-radius: 3px;
  4250. -webkit-border-top-left-radius: 3px;
  4251. border-top-left-radius: 3px;
  4252. -moz-border-radius-bottomleft: 3px;
  4253. -moz-border-radius-topleft: 3px;
  4254. }
  4255. .pagination-mini ul > li:last-child > a,
  4256. .pagination-small ul > li:last-child > a,
  4257. .pagination-mini ul > li:last-child > span,
  4258. .pagination-small ul > li:last-child > span {
  4259. -webkit-border-top-right-radius: 3px;
  4260. border-top-right-radius: 3px;
  4261. -webkit-border-bottom-right-radius: 3px;
  4262. border-bottom-right-radius: 3px;
  4263. -moz-border-radius-topright: 3px;
  4264. -moz-border-radius-bottomright: 3px;
  4265. }
  4266. .pagination-small ul > li > a,
  4267. .pagination-small ul > li > span {
  4268. padding: 2px 10px;
  4269. font-size: 11.9px;
  4270. }
  4271. .pagination-mini ul > li > a,
  4272. .pagination-mini ul > li > span {
  4273. padding: 0 6px;
  4274. font-size: 10.5px;
  4275. }
  4276. .pager {
  4277. margin: 20px 0;
  4278. text-align: center;
  4279. list-style: none;
  4280. *zoom: 1;
  4281. }
  4282. .pager:before,
  4283. .pager:after {
  4284. display: table;
  4285. line-height: 0;
  4286. content: "";
  4287. }
  4288. .pager:after {
  4289. clear: both;
  4290. }
  4291. .pager li {
  4292. display: inline;
  4293. }
  4294. .pager li > a,
  4295. .pager li > span {
  4296. display: inline-block;
  4297. padding: 5px 14px;
  4298. background-color: #fff;
  4299. border: 1px solid #ddd;
  4300. -webkit-border-radius: 15px;
  4301. -moz-border-radius: 15px;
  4302. border-radius: 15px;
  4303. }
  4304. .pager li > a:hover,
  4305. .pager li > a:focus {
  4306. text-decoration: none;
  4307. background-color: #f5f5f5;
  4308. }
  4309. .pager .next > a,
  4310. .pager .next > span {
  4311. float: right;
  4312. }
  4313. .pager .previous > a,
  4314. .pager .previous > span {
  4315. float: left;
  4316. }
  4317. .pager .disabled > a,
  4318. .pager .disabled > a:hover,
  4319. .pager .disabled > a:focus,
  4320. .pager .disabled > span {
  4321. color: #999999;
  4322. cursor: default;
  4323. background-color: #fff;
  4324. }
  4325. .modal-backdrop {
  4326. position: fixed;
  4327. top: 0;
  4328. right: 0;
  4329. bottom: 0;
  4330. left: 0;
  4331. z-index: 1040;
  4332. background-color: #000000;
  4333. }
  4334. .modal-backdrop.fade {
  4335. opacity: 0;
  4336. }
  4337. .modal-backdrop,
  4338. .modal-backdrop.fade.in {
  4339. opacity: 0.8;
  4340. filter: alpha(opacity=80);
  4341. }
  4342. .modal {
  4343. position: fixed;
  4344. top: 10%;
  4345. left: 50%;
  4346. z-index: 1050;
  4347. width: 560px;
  4348. margin-left: -280px;
  4349. background-color: #ffffff;
  4350. border: 1px solid #999;
  4351. border: 1px solid rgba(0, 0, 0, 0.3);
  4352. *border: 1px solid #999;
  4353. -webkit-border-radius: 6px;
  4354. -moz-border-radius: 6px;
  4355. border-radius: 6px;
  4356. outline: none;
  4357. -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  4358. -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  4359. box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  4360. -webkit-background-clip: padding-box;
  4361. -moz-background-clip: padding-box;
  4362. background-clip: padding-box;
  4363. }
  4364. .modal.fade {
  4365. top: -25%;
  4366. -webkit-transition: opacity 0.3s linear, top 0.3s ease-out;
  4367. -moz-transition: opacity 0.3s linear, top 0.3s ease-out;
  4368. -o-transition: opacity 0.3s linear, top 0.3s ease-out;
  4369. transition: opacity 0.3s linear, top 0.3s ease-out;
  4370. }
  4371. .modal.fade.in {
  4372. top: 10%;
  4373. }
  4374. .modal-header {
  4375. padding: 9px 15px;
  4376. border-bottom: 1px solid #eee;
  4377. }
  4378. .modal-header .close {
  4379. margin-top: 2px;
  4380. }
  4381. .modal-header h3 {
  4382. margin: 0;
  4383. line-height: 30px;
  4384. }
  4385. .modal-body {
  4386. position: relative;
  4387. max-height: 400px;
  4388. padding: 15px;
  4389. overflow-y: auto;
  4390. }
  4391. .modal-form {
  4392. margin-bottom: 0;
  4393. }
  4394. .modal-footer {
  4395. padding: 14px 15px 15px;
  4396. margin-bottom: 0;
  4397. text-align: right;
  4398. background-color: #f5f5f5;
  4399. border-top: 1px solid #ddd;
  4400. -webkit-border-radius: 0 0 6px 6px;
  4401. -moz-border-radius: 0 0 6px 6px;
  4402. border-radius: 0 0 6px 6px;
  4403. *zoom: 1;
  4404. -webkit-box-shadow: inset 0 1px 0 #ffffff;
  4405. -moz-box-shadow: inset 0 1px 0 #ffffff;
  4406. box-shadow: inset 0 1px 0 #ffffff;
  4407. }
  4408. .modal-footer:before,
  4409. .modal-footer:after {
  4410. display: table;
  4411. line-height: 0;
  4412. content: "";
  4413. }
  4414. .modal-footer:after {
  4415. clear: both;
  4416. }
  4417. .modal-footer .btn + .btn {
  4418. margin-bottom: 0;
  4419. margin-left: 5px;
  4420. }
  4421. .modal-footer .btn-group .btn + .btn {
  4422. margin-left: -1px;
  4423. }
  4424. .modal-footer .btn-block + .btn-block {
  4425. margin-left: 0;
  4426. }
  4427. .tooltip {
  4428. position: absolute;
  4429. z-index: 1030;
  4430. display: block;
  4431. font-size: 11px;
  4432. line-height: 1.4;
  4433. opacity: 0;
  4434. filter: alpha(opacity=0);
  4435. visibility: visible;
  4436. }
  4437. .tooltip.in {
  4438. opacity: 0.8;
  4439. filter: alpha(opacity=80);
  4440. }
  4441. .tooltip.top {
  4442. padding: 5px 0;
  4443. margin-top: -3px;
  4444. }
  4445. .tooltip.right {
  4446. padding: 0 5px;
  4447. margin-left: 3px;
  4448. }
  4449. .tooltip.bottom {
  4450. padding: 5px 0;
  4451. margin-top: 3px;
  4452. }
  4453. .tooltip.left {
  4454. padding: 0 5px;
  4455. margin-left: -3px;
  4456. }
  4457. .tooltip-inner {
  4458. max-width: 200px;
  4459. padding: 8px;
  4460. color: #ffffff;
  4461. text-align: center;
  4462. text-decoration: none;
  4463. background-color: #000000;
  4464. -webkit-border-radius: 4px;
  4465. -moz-border-radius: 4px;
  4466. border-radius: 4px;
  4467. }
  4468. .tooltip-arrow {
  4469. position: absolute;
  4470. width: 0;
  4471. height: 0;
  4472. border-color: transparent;
  4473. border-style: solid;
  4474. }
  4475. .tooltip.top .tooltip-arrow {
  4476. bottom: 0;
  4477. left: 50%;
  4478. margin-left: -5px;
  4479. border-top-color: #000000;
  4480. border-width: 5px 5px 0;
  4481. }
  4482. .tooltip.right .tooltip-arrow {
  4483. top: 50%;
  4484. left: 0;
  4485. margin-top: -5px;
  4486. border-right-color: #000000;
  4487. border-width: 5px 5px 5px 0;
  4488. }
  4489. .tooltip.left .tooltip-arrow {
  4490. top: 50%;
  4491. right: 0;
  4492. margin-top: -5px;
  4493. border-left-color: #000000;
  4494. border-width: 5px 0 5px 5px;
  4495. }
  4496. .tooltip.bottom .tooltip-arrow {
  4497. top: 0;
  4498. left: 50%;
  4499. margin-left: -5px;
  4500. border-bottom-color: #000000;
  4501. border-width: 0 5px 5px;
  4502. }
  4503. .popover {
  4504. position: absolute;
  4505. top: 0;
  4506. left: 0;
  4507. z-index: 1010;
  4508. display: none;
  4509. max-width: 276px;
  4510. padding: 1px;
  4511. text-align: left;
  4512. white-space: normal;
  4513. background-color: #ffffff;
  4514. border: 1px solid #ccc;
  4515. border: 1px solid rgba(0, 0, 0, 0.2);
  4516. -webkit-border-radius: 6px;
  4517. -moz-border-radius: 6px;
  4518. border-radius: 6px;
  4519. -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  4520. -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  4521. box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  4522. -webkit-background-clip: padding-box;
  4523. -moz-background-clip: padding;
  4524. background-clip: padding-box;
  4525. }
  4526. .popover.top {
  4527. margin-top: -10px;
  4528. }
  4529. .popover.right {
  4530. margin-left: 10px;
  4531. }
  4532. .popover.bottom {
  4533. margin-top: 10px;
  4534. }
  4535. .popover.left {
  4536. margin-left: -10px;
  4537. }
  4538. .popover-title {
  4539. padding: 8px 14px;
  4540. margin: 0;
  4541. font-size: 14px;
  4542. font-weight: normal;
  4543. line-height: 18px;
  4544. background-color: #f7f7f7;
  4545. border-bottom: 1px solid #ebebeb;
  4546. -webkit-border-radius: 5px 5px 0 0;
  4547. -moz-border-radius: 5px 5px 0 0;
  4548. border-radius: 5px 5px 0 0;
  4549. }
  4550. .popover-title:empty {
  4551. display: none;
  4552. }
  4553. .popover-content {
  4554. padding: 9px 14px;
  4555. }
  4556. .popover .arrow,
  4557. .popover .arrow:after {
  4558. position: absolute;
  4559. display: block;
  4560. width: 0;
  4561. height: 0;
  4562. border-color: transparent;
  4563. border-style: solid;
  4564. }
  4565. .popover .arrow {
  4566. border-width: 11px;
  4567. }
  4568. .popover .arrow:after {
  4569. border-width: 10px;
  4570. content: "";
  4571. }
  4572. .popover.top .arrow {
  4573. bottom: -11px;
  4574. left: 50%;
  4575. margin-left: -11px;
  4576. border-top-color: #999;
  4577. border-top-color: rgba(0, 0, 0, 0.25);
  4578. border-bottom-width: 0;
  4579. }
  4580. .popover.top .arrow:after {
  4581. bottom: 1px;
  4582. margin-left: -10px;
  4583. border-top-color: #ffffff;
  4584. border-bottom-width: 0;
  4585. }
  4586. .popover.right .arrow {
  4587. top: 50%;
  4588. left: -11px;
  4589. margin-top: -11px;
  4590. border-right-color: #999;
  4591. border-right-color: rgba(0, 0, 0, 0.25);
  4592. border-left-width: 0;
  4593. }
  4594. .popover.right .arrow:after {
  4595. bottom: -10px;
  4596. left: 1px;
  4597. border-right-color: #ffffff;
  4598. border-left-width: 0;
  4599. }
  4600. .popover.bottom .arrow {
  4601. top: -11px;
  4602. left: 50%;
  4603. margin-left: -11px;
  4604. border-bottom-color: #999;
  4605. border-bottom-color: rgba(0, 0, 0, 0.25);
  4606. border-top-width: 0;
  4607. }
  4608. .popover.bottom .arrow:after {
  4609. top: 1px;
  4610. margin-left: -10px;
  4611. border-bottom-color: #ffffff;
  4612. border-top-width: 0;
  4613. }
  4614. .popover.left .arrow {
  4615. top: 50%;
  4616. right: -11px;
  4617. margin-top: -11px;
  4618. border-left-color: #999;
  4619. border-left-color: rgba(0, 0, 0, 0.25);
  4620. border-right-width: 0;
  4621. }
  4622. .popover.left .arrow:after {
  4623. right: 1px;
  4624. bottom: -10px;
  4625. border-left-color: #ffffff;
  4626. border-right-width: 0;
  4627. }
  4628. .thumbnails {
  4629. margin-left: -20px;
  4630. list-style: none;
  4631. *zoom: 1;
  4632. }
  4633. .thumbnails:before,
  4634. .thumbnails:after {
  4635. display: table;
  4636. line-height: 0;
  4637. content: "";
  4638. }
  4639. .thumbnails:after {
  4640. clear: both;
  4641. }
  4642. .row-fluid .thumbnails {
  4643. margin-left: 0;
  4644. }
  4645. .thumbnails > li {
  4646. float: left;
  4647. margin-bottom: 20px;
  4648. margin-left: 20px;
  4649. }
  4650. .thumbnail {
  4651. display: block;
  4652. padding: 4px;
  4653. line-height: 20px;
  4654. border: 1px solid #ddd;
  4655. -webkit-border-radius: 4px;
  4656. -moz-border-radius: 4px;
  4657. border-radius: 4px;
  4658. -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  4659. -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  4660. box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  4661. -webkit-transition: all 0.2s ease-in-out;
  4662. -moz-transition: all 0.2s ease-in-out;
  4663. -o-transition: all 0.2s ease-in-out;
  4664. transition: all 0.2s ease-in-out;
  4665. }
  4666. a.thumbnail:hover,
  4667. a.thumbnail:focus {
  4668. border-color: #0088cc;
  4669. -webkit-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
  4670. -moz-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
  4671. box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
  4672. }
  4673. .thumbnail > img {
  4674. display: block;
  4675. max-width: 100%;
  4676. margin-right: auto;
  4677. margin-left: auto;
  4678. }
  4679. .thumbnail .caption {
  4680. padding: 9px;
  4681. color: #555555;
  4682. }
  4683. .media,
  4684. .media-body {
  4685. overflow: hidden;
  4686. *overflow: visible;
  4687. zoom: 1;
  4688. }
  4689. .media,
  4690. .media .media {
  4691. margin-top: 15px;
  4692. }
  4693. .media:first-child {
  4694. margin-top: 0;
  4695. }
  4696. .media-object {
  4697. display: block;
  4698. }
  4699. .media-heading {
  4700. margin: 0 0 5px;
  4701. }
  4702. .media > .pull-left {
  4703. margin-right: 10px;
  4704. }
  4705. .media > .pull-right {
  4706. margin-left: 10px;
  4707. }
  4708. .media-list {
  4709. margin-left: 0;
  4710. list-style: none;
  4711. }
  4712. .label,
  4713. .badge {
  4714. display: inline-block;
  4715. padding: 2px 4px;
  4716. font-size: 11.844px;
  4717. font-weight: bold;
  4718. line-height: 14px;
  4719. color: #ffffff;
  4720. text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  4721. white-space: nowrap;
  4722. vertical-align: baseline;
  4723. background-color: #999999;
  4724. }
  4725. .label {
  4726. -webkit-border-radius: 3px;
  4727. -moz-border-radius: 3px;
  4728. border-radius: 3px;
  4729. }
  4730. .badge {
  4731. padding-right: 9px;
  4732. padding-left: 9px;
  4733. -webkit-border-radius: 9px;
  4734. -moz-border-radius: 9px;
  4735. border-radius: 9px;
  4736. }
  4737. .label:empty,
  4738. .badge:empty {
  4739. display: none;
  4740. }
  4741. a.label:hover,
  4742. a.label:focus,
  4743. a.badge:hover,
  4744. a.badge:focus {
  4745. color: #ffffff;
  4746. text-decoration: none;
  4747. cursor: pointer;
  4748. }
  4749. .label-important,
  4750. .badge-important {
  4751. background-color: #b94a48;
  4752. }
  4753. .label-important[href],
  4754. .badge-important[href] {
  4755. background-color: #953b39;
  4756. }
  4757. .label-warning,
  4758. .badge-warning {
  4759. background-color: #f89406;
  4760. }
  4761. .label-warning[href],
  4762. .badge-warning[href] {
  4763. background-color: #c67605;
  4764. }
  4765. .label-success,
  4766. .badge-success {
  4767. background-color: #468847;
  4768. }
  4769. .label-success[href],
  4770. .badge-success[href] {
  4771. background-color: #356635;
  4772. }
  4773. .label-info,
  4774. .badge-info {
  4775. background-color: #3a87ad;
  4776. }
  4777. .label-info[href],
  4778. .badge-info[href] {
  4779. background-color: #2d6987;
  4780. }
  4781. .label-inverse,
  4782. .badge-inverse {
  4783. background-color: #333333;
  4784. }
  4785. .label-inverse[href],
  4786. .badge-inverse[href] {
  4787. background-color: #1a1a1a;
  4788. }
  4789. .btn .label,
  4790. .btn .badge {
  4791. position: relative;
  4792. top: -1px;
  4793. }
  4794. .btn-mini .label,
  4795. .btn-mini .badge {
  4796. top: 0;
  4797. }
  4798. @-webkit-keyframes progress-bar-stripes {
  4799. from {
  4800. background-position: 40px 0;
  4801. }
  4802. to {
  4803. background-position: 0 0;
  4804. }
  4805. }
  4806. @-moz-keyframes progress-bar-stripes {
  4807. from {
  4808. background-position: 40px 0;
  4809. }
  4810. to {
  4811. background-position: 0 0;
  4812. }
  4813. }
  4814. @-ms-keyframes progress-bar-stripes {
  4815. from {
  4816. background-position: 40px 0;
  4817. }
  4818. to {
  4819. background-position: 0 0;
  4820. }
  4821. }
  4822. @-o-keyframes progress-bar-stripes {
  4823. from {
  4824. background-position: 0 0;
  4825. }
  4826. to {
  4827. background-position: 40px 0;
  4828. }
  4829. }
  4830. @keyframes progress-bar-stripes {
  4831. from {
  4832. background-position: 40px 0;
  4833. }
  4834. to {
  4835. background-position: 0 0;
  4836. }
  4837. }
  4838. .progress {
  4839. height: 20px;
  4840. margin-bottom: 20px;
  4841. overflow: hidden;
  4842. background-color: #f7f7f7;
  4843. background-image: -moz-linear-gradient(top, #f5f5f5, #f9f9f9);
  4844. background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#f9f9f9));
  4845. background-image: -webkit-linear-gradient(top, #f5f5f5, #f9f9f9);
  4846. background-image: -o-linear-gradient(top, #f5f5f5, #f9f9f9);
  4847. background-image: linear-gradient(to bottom, #f5f5f5, #f9f9f9);
  4848. background-repeat: repeat-x;
  4849. -webkit-border-radius: 4px;
  4850. -moz-border-radius: 4px;
  4851. border-radius: 4px;
  4852. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#fff9f9f9', GradientType=0);
  4853. -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  4854. -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  4855. box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  4856. }
  4857. .progress .bar {
  4858. float: left;
  4859. width: 0;
  4860. height: 100%;
  4861. font-size: 12px;
  4862. color: #ffffff;
  4863. text-align: center;
  4864. text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  4865. background-color: #0e90d2;
  4866. background-image: -moz-linear-gradient(top, #149bdf, #0480be);
  4867. background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#149bdf), to(#0480be));
  4868. background-image: -webkit-linear-gradient(top, #149bdf, #0480be);
  4869. background-image: -o-linear-gradient(top, #149bdf, #0480be);
  4870. background-image: linear-gradient(to bottom, #149bdf, #0480be);
  4871. background-repeat: repeat-x;
  4872. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff149bdf', endColorstr='#ff0480be', GradientType=0);
  4873. -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  4874. -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  4875. box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  4876. -webkit-box-sizing: border-box;
  4877. -moz-box-sizing: border-box;
  4878. box-sizing: border-box;
  4879. -webkit-transition: width 0.6s ease;
  4880. -moz-transition: width 0.6s ease;
  4881. -o-transition: width 0.6s ease;
  4882. transition: width 0.6s ease;
  4883. }
  4884. .progress .bar + .bar {
  4885. -webkit-box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  4886. -moz-box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  4887. box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  4888. }
  4889. .progress-striped .bar {
  4890. background-color: #149bdf;
  4891. 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));
  4892. 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);
  4893. 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);
  4894. 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);
  4895. 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);
  4896. -webkit-background-size: 40px 40px;
  4897. -moz-background-size: 40px 40px;
  4898. -o-background-size: 40px 40px;
  4899. background-size: 40px 40px;
  4900. }
  4901. .progress.active .bar {
  4902. -webkit-animation: progress-bar-stripes 2s linear infinite;
  4903. -moz-animation: progress-bar-stripes 2s linear infinite;
  4904. -ms-animation: progress-bar-stripes 2s linear infinite;
  4905. -o-animation: progress-bar-stripes 2s linear infinite;
  4906. animation: progress-bar-stripes 2s linear infinite;
  4907. }
  4908. .progress-danger .bar,
  4909. .progress .bar-danger {
  4910. background-color: #dd514c;
  4911. background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
  4912. background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#c43c35));
  4913. background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
  4914. background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
  4915. background-image: linear-gradient(to bottom, #ee5f5b, #c43c35);
  4916. background-repeat: repeat-x;
  4917. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffc43c35', GradientType=0);
  4918. }
  4919. .progress-danger.progress-striped .bar,
  4920. .progress-striped .bar-danger {
  4921. background-color: #ee5f5b;
  4922. 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));
  4923. 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);
  4924. 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);
  4925. 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);
  4926. 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);
  4927. }
  4928. .progress-success .bar,
  4929. .progress .bar-success {
  4930. background-color: #5eb95e;
  4931. background-image: -moz-linear-gradient(top, #62c462, #57a957);
  4932. background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#57a957));
  4933. background-image: -webkit-linear-gradient(top, #62c462, #57a957);
  4934. background-image: -o-linear-gradient(top, #62c462, #57a957);
  4935. background-image: linear-gradient(to bottom, #62c462, #57a957);
  4936. background-repeat: repeat-x;
  4937. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff57a957', GradientType=0);
  4938. }
  4939. .progress-success.progress-striped .bar,
  4940. .progress-striped .bar-success {
  4941. background-color: #62c462;
  4942. 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));
  4943. 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);
  4944. 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);
  4945. 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);
  4946. 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);
  4947. }
  4948. .progress-info .bar,
  4949. .progress .bar-info {
  4950. background-color: #4bb1cf;
  4951. background-image: -moz-linear-gradient(top, #5bc0de, #339bb9);
  4952. background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#339bb9));
  4953. background-image: -webkit-linear-gradient(top, #5bc0de, #339bb9);
  4954. background-image: -o-linear-gradient(top, #5bc0de, #339bb9);
  4955. background-image: linear-gradient(to bottom, #5bc0de, #339bb9);
  4956. background-repeat: repeat-x;
  4957. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff339bb9', GradientType=0);
  4958. }
  4959. .progress-info.progress-striped .bar,
  4960. .progress-striped .bar-info {
  4961. background-color: #5bc0de;
  4962. 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));
  4963. 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);
  4964. 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);
  4965. 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);
  4966. 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);
  4967. }
  4968. .progress-warning .bar,
  4969. .progress .bar-warning {
  4970. background-color: #faa732;
  4971. background-image: -moz-linear-gradient(top, #fbb450, #f89406);
  4972. background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
  4973. background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
  4974. background-image: -o-linear-gradient(top, #fbb450, #f89406);
  4975. background-image: linear-gradient(to bottom, #fbb450, #f89406);
  4976. background-repeat: repeat-x;
  4977. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
  4978. }
  4979. .progress-warning.progress-striped .bar,
  4980. .progress-striped .bar-warning {
  4981. background-color: #fbb450;
  4982. 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));
  4983. 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);
  4984. 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);
  4985. 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);
  4986. 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);
  4987. }
  4988. .accordion {
  4989. margin-bottom: 20px;
  4990. }
  4991. .accordion-group {
  4992. margin-bottom: 2px;
  4993. border: 1px solid #e5e5e5;
  4994. -webkit-border-radius: 4px;
  4995. -moz-border-radius: 4px;
  4996. border-radius: 4px;
  4997. }
  4998. .accordion-heading {
  4999. border-bottom: 0;
  5000. }
  5001. .accordion-heading .accordion-toggle {
  5002. display: block;
  5003. padding: 8px 15px;
  5004. }
  5005. .accordion-toggle {
  5006. cursor: pointer;
  5007. }
  5008. .accordion-inner {
  5009. padding: 9px 15px;
  5010. border-top: 1px solid #e5e5e5;
  5011. }
  5012. .carousel {
  5013. position: relative;
  5014. margin-bottom: 20px;
  5015. line-height: 1;
  5016. }
  5017. .carousel-inner {
  5018. position: relative;
  5019. width: 100%;
  5020. overflow: hidden;
  5021. }
  5022. .carousel-inner > .item {
  5023. position: relative;
  5024. display: none;
  5025. -webkit-transition: 0.6s ease-in-out left;
  5026. -moz-transition: 0.6s ease-in-out left;
  5027. -o-transition: 0.6s ease-in-out left;
  5028. transition: 0.6s ease-in-out left;
  5029. }
  5030. .carousel-inner > .item > img,
  5031. .carousel-inner > .item > a > img {
  5032. display: block;
  5033. line-height: 1;
  5034. }
  5035. .carousel-inner > .active,
  5036. .carousel-inner > .next,
  5037. .carousel-inner > .prev {
  5038. display: block;
  5039. }
  5040. .carousel-inner > .active {
  5041. left: 0;
  5042. }
  5043. .carousel-inner > .next,
  5044. .carousel-inner > .prev {
  5045. position: absolute;
  5046. top: 0;
  5047. width: 100%;
  5048. }
  5049. .carousel-inner > .next {
  5050. left: 100%;
  5051. }
  5052. .carousel-inner > .prev {
  5053. left: -100%;
  5054. }
  5055. .carousel-inner > .next.left,
  5056. .carousel-inner > .prev.right {
  5057. left: 0;
  5058. }
  5059. .carousel-inner > .active.left {
  5060. left: -100%;
  5061. }
  5062. .carousel-inner > .active.right {
  5063. left: 100%;
  5064. }
  5065. .carousel-control {
  5066. position: absolute;
  5067. top: 40%;
  5068. left: 15px;
  5069. width: 40px;
  5070. height: 40px;
  5071. margin-top: -20px;
  5072. font-size: 60px;
  5073. font-weight: 100;
  5074. line-height: 30px;
  5075. color: #ffffff;
  5076. text-align: center;
  5077. background: #222222;
  5078. border: 3px solid #ffffff;
  5079. -webkit-border-radius: 23px;
  5080. -moz-border-radius: 23px;
  5081. border-radius: 23px;
  5082. opacity: 0.5;
  5083. filter: alpha(opacity=50);
  5084. }
  5085. .carousel-control.right {
  5086. right: 15px;
  5087. left: auto;
  5088. }
  5089. .carousel-control:hover,
  5090. .carousel-control:focus {
  5091. color: #ffffff;
  5092. text-decoration: none;
  5093. opacity: 0.9;
  5094. filter: alpha(opacity=90);
  5095. }
  5096. .carousel-indicators {
  5097. position: absolute;
  5098. top: 15px;
  5099. right: 15px;
  5100. z-index: 5;
  5101. margin: 0;
  5102. list-style: none;
  5103. }
  5104. .carousel-indicators li {
  5105. display: block;
  5106. float: left;
  5107. width: 10px;
  5108. height: 10px;
  5109. margin-left: 5px;
  5110. text-indent: -999px;
  5111. background-color: #ccc;
  5112. background-color: rgba(255, 255, 255, 0.25);
  5113. border-radius: 5px;
  5114. }
  5115. .carousel-indicators .active {
  5116. background-color: #fff;
  5117. }
  5118. .carousel-caption {
  5119. position: absolute;
  5120. right: 0;
  5121. bottom: 0;
  5122. left: 0;
  5123. padding: 15px;
  5124. background: #333333;
  5125. background: rgba(0, 0, 0, 0.75);
  5126. }
  5127. .carousel-caption h4,
  5128. .carousel-caption p {
  5129. line-height: 20px;
  5130. color: #ffffff;
  5131. }
  5132. .carousel-caption h4 {
  5133. margin: 0 0 5px;
  5134. }
  5135. .carousel-caption p {
  5136. margin-bottom: 0;
  5137. }
  5138. .hero-unit {
  5139. padding: 60px;
  5140. margin-bottom: 30px;
  5141. font-size: 18px;
  5142. font-weight: 200;
  5143. line-height: 30px;
  5144. color: inherit;
  5145. background-color: #eeeeee;
  5146. -webkit-border-radius: 6px;
  5147. -moz-border-radius: 6px;
  5148. border-radius: 6px;
  5149. }
  5150. .hero-unit h1 {
  5151. margin-bottom: 0;
  5152. font-size: 60px;
  5153. line-height: 1;
  5154. letter-spacing: -1px;
  5155. color: inherit;
  5156. }
  5157. .hero-unit li {
  5158. line-height: 30px;
  5159. }
  5160. .pull-right {
  5161. float: right;
  5162. }
  5163. .pull-left {
  5164. float: left;
  5165. }
  5166. .hide {
  5167. display: none;
  5168. }
  5169. .show {
  5170. display: block;
  5171. }
  5172. .invisible {
  5173. visibility: hidden;
  5174. }
  5175. .affix {
  5176. position: fixed;
  5177. }