Team:Dundee/bootstrap

From 2014.igem.org

(Difference between revisions)
 
(34 intermediate revisions not shown)
Line 1: Line 1:
/*!
/*!
-
  * Bootstrap v2.3.2
+
  * Bootstrap v3.1.1 (http://getbootstrap.com)
-
*
+
  * Copyright 2011-2014 Twitter, Inc.
-
  * Copyright 2012 Twitter, Inc
+
  * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
-
  * 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 {
+
/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
-
   *zoom: 1;
+
html {
 +
   font-family: sans-serif;
 +
  -webkit-text-size-adjust: 100%;
 +
      -ms-text-size-adjust: 100%;
}
}
-
 
+
body {
-
.clearfix:before,
+
   margin: 0;
-
.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,
article,
aside,
aside,
Line 49: Line 22:
header,
header,
hgroup,
hgroup,
 +
main,
nav,
nav,
-
section {
+
section,
 +
summary {
   display: block;
   display: block;
}
}
-
 
audio,
audio,
canvas,
canvas,
 +
progress,
video {
video {
   display: inline-block;
   display: inline-block;
-
   *display: inline;
+
   vertical-align: baseline;
-
  *zoom: 1;
+
}
}
-
 
audio:not([controls]) {
audio:not([controls]) {
   display: none;
   display: none;
 +
  height: 0;
}
}
-
 
+
[hidden],
-
html {
+
template {
-
   font-size: 100%;
+
   display: none;
-
  -webkit-text-size-adjust: 100%;
+
-
      -ms-text-size-adjust: 100%;
+
}
}
-
 
+
a {
-
a:focus {
+
   background: transparent;
-
   outline: thin dotted #333;
+
-
  outline: 5px auto -webkit-focus-ring-color;
+
-
  outline-offset: -2px;
+
}
}
-
 
+
a:active,
-
a:hover,
+
a:hover {
-
a:active {
+
   outline: 0;
   outline: 0;
}
}
-
 
+
abbr[title] {
 +
  border-bottom: 1px dotted;
 +
}
 +
b,
 +
strong {
 +
  font-weight: bold;
 +
}
 +
dfn {
 +
  font-style: italic;
 +
}
 +
h1 {
 +
  margin: .67em 0;
 +
  font-size: 2em;
 +
}
 +
mark {
 +
  color: #000;
 +
  background: #ff0;
 +
}
 +
small {
 +
  font-size: 80%;
 +
}
sub,
sub,
sup {
sup {
Line 90: Line 78:
   vertical-align: baseline;
   vertical-align: baseline;
}
}
-
 
sup {
sup {
-
   top: -0.5em;
+
   top: -.5em;
}
}
-
 
sub {
sub {
-
   bottom: -0.25em;
+
   bottom: -.25em;
}
}
-
 
img {
img {
-
  width: auto\9;
 
-
  height: auto;
 
-
  max-width: 100%;
 
-
  vertical-align: middle;
 
   border: 0;
   border: 0;
-
  -ms-interpolation-mode: bicubic;
 
}
}
-
 
+
svg:not(:root) {
-
#map_canvas img,
+
  overflow: hidden;
-
.google-maps img {
+
}
-
   max-width: none;
+
figure {
 +
  margin: 1em 40px;
 +
}
 +
hr {
 +
  height: 0;
 +
  -moz-box-sizing: content-box;
 +
      box-sizing: content-box;
 +
}
 +
pre {
 +
   overflow: auto;
 +
}
 +
code,
 +
kbd,
 +
pre,
 +
samp {
 +
  font-family: monospace, monospace;
 +
  font-size: 1em;
}
}
-
 
button,
button,
input,
input,
 +
optgroup,
select,
select,
textarea {
textarea {
   margin: 0;
   margin: 0;
-
   font-size: 100%;
+
   font: inherit;
-
   vertical-align: middle;
+
   color: inherit;
 +
}
 +
button {
 +
  overflow: visible;
}
}
-
 
button,
button,
-
input {
+
select {
-
   *overflow: visible;
+
   text-transform: none;
-
  line-height: normal;
+
}
}
-
 
-
button::-moz-focus-inner,
 
-
input::-moz-focus-inner {
 
-
  padding: 0;
 
-
  border: 0;
 
-
}
 
-
 
button,
button,
html input[type="button"],
html input[type="button"],
input[type="reset"],
input[type="reset"],
input[type="submit"] {
input[type="submit"] {
-
  cursor: pointer;
 
   -webkit-appearance: button;
   -webkit-appearance: button;
-
}
 
-
 
-
label,
 
-
select,
 
-
button,
 
-
input[type="button"],
 
-
input[type="reset"],
 
-
input[type="submit"],
 
-
input[type="radio"],
 
-
input[type="checkbox"] {
 
   cursor: pointer;
   cursor: pointer;
}
}
-
 
+
button[disabled],
 +
html input[disabled] {
 +
  cursor: default;
 +
}
 +
button::-moz-focus-inner,
 +
input::-moz-focus-inner {
 +
  padding: 0;
 +
  border: 0;
 +
}
 +
input {
 +
  line-height: normal;
 +
}
 +
input[type="checkbox"],
 +
input[type="radio"] {
 +
  box-sizing: border-box;
 +
  padding: 0;
 +
}
 +
input[type="number"]::-webkit-inner-spin-button,
 +
input[type="number"]::-webkit-outer-spin-button {
 +
  height: auto;
 +
}
input[type="search"] {
input[type="search"] {
   -webkit-box-sizing: content-box;
   -webkit-box-sizing: content-box;
Line 159: Line 158:
   -webkit-appearance: textfield;
   -webkit-appearance: textfield;
}
}
-
 
+
input[type="search"]::-webkit-search-cancel-button,
-
input[type="search"]::-webkit-search-decoration,
+
input[type="search"]::-webkit-search-decoration {
-
input[type="search"]::-webkit-search-cancel-button {
+
   -webkit-appearance: none;
   -webkit-appearance: none;
}
}
-
 
+
fieldset {
 +
  padding: .35em .625em .75em;
 +
  margin: 0 2px;
 +
  border: 1px solid #c0c0c0;
 +
}
 +
legend {
 +
  padding: 0;
 +
  border: 0;
 +
}
textarea {
textarea {
   overflow: auto;
   overflow: auto;
-
  vertical-align: top;
 
}
}
-
 
+
optgroup {
 +
  font-weight: bold;
 +
}
 +
table {
 +
  border-spacing: 0;
 +
  border-collapse: collapse;
 +
}
 +
td,
 +
th {
 +
  padding: 0;
 +
}
@media print {
@media print {
   * {
   * {
Line 187: Line 202:
     content: " (" attr(title) ")";
     content: " (" attr(title) ")";
   }
   }
-
  .ir a:after,
 
   a[href^="javascript:"]:after,
   a[href^="javascript:"]:after,
   a[href^="#"]:after {
   a[href^="#"]:after {
Line 195: Line 209:
   blockquote {
   blockquote {
     border: 1px solid #999;
     border: 1px solid #999;
 +
     page-break-inside: avoid;
     page-break-inside: avoid;
   }
   }
Line 206: Line 221:
   img {
   img {
     max-width: 100% !important;
     max-width: 100% !important;
-
  }
 
-
  @page  {
 
-
    margin: 0.5cm;
 
   }
   }
   p,
   p,
Line 219: Line 231:
   h3 {
   h3 {
     page-break-after: avoid;
     page-break-after: avoid;
 +
  }
 +
  select {
 +
    background: #fff !important;
 +
  }
 +
  .navbar {
 +
    display: none;
 +
  }
 +
  .table td,
 +
  .table th {
 +
    background-color: #fff !important;
 +
  }
 +
  .btn > .caret,
 +
  .dropup > .btn > .caret {
 +
    border-top-color: #000 !important;
 +
  }
 +
  .label {
 +
    border: 1px solid #000;
 +
  }
 +
  .table {
 +
    border-collapse: collapse !important;
 +
  }
 +
  .table-bordered th,
 +
  .table-bordered td {
 +
    border: 1px solid #ddd !important;
   }
   }
}
}
 +
* {
 +
  -webkit-box-sizing: border-box;
 +
    -moz-box-sizing: border-box;
 +
          box-sizing: border-box;
 +
}
 +
*:before,
 +
*:after {
 +
  -webkit-box-sizing: border-box;
 +
    -moz-box-sizing: border-box;
 +
          box-sizing: border-box;
 +
}
 +
html {
 +
  font-size: 62.5%;
 +
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
 +
}
body {
body {
-
  margin: 0;
+
   font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
-
   font-family: "Open Sans", Calibri, Candara, Arial, sans-serif;
+
   font-size: 14px;
   font-size: 14px;
-
   line-height: 20px;
+
   line-height: 1.42857143;
-
   color: #555555;
+
   color: #333;
-
   background-color: #ffffff;
+
   background-color: #fff;
 +
}
 +
input,
 +
button,
 +
select,
 +
textarea {
 +
  font-family: inherit;
 +
  font-size: inherit;
 +
  line-height: inherit;
}
}
-
 
a {
a {
-
   color: #007fff;
+
   color: #428bca;
   text-decoration: none;
   text-decoration: none;
}
}
-
 
a:hover,
a:hover,
a:focus {
a:focus {
-
   color: #0066cc;
+
   color: #2a6496;
   text-decoration: underline;
   text-decoration: underline;
}
}
-
 
+
a:focus {
 +
  outline: thin dotted;
 +
  outline: 5px auto -webkit-focus-ring-color;
 +
  outline-offset: -2px;
 +
}
 +
figure {
 +
  margin: 0;
 +
}
 +
img {
 +
  vertical-align: middle;
 +
}
 +
.img-responsive,
 +
.thumbnail > img,
 +
.thumbnail a > img,
 +
.carousel-inner > .item > img,
 +
.carousel-inner > .item > a > img {
 +
  display: block;
 +
  max-width: 100%;
 +
  height: auto;
 +
}
.img-rounded {
.img-rounded {
-
   -webkit-border-radius: 6px;
+
   border-radius: 6px;
-
    -moz-border-radius: 6px;
+
-
          border-radius: 6px;
+
}
}
-
 
+
.img-thumbnail {
-
.img-polaroid {
+
  display: inline-block;
 +
  max-width: 100%;
 +
  height: auto;
   padding: 4px;
   padding: 4px;
 +
  line-height: 1.42857143;
   background-color: #fff;
   background-color: #fff;
-
   border: 1px solid #ccc;
+
   border: 1px solid #ddd;
-
   border: 1px solid rgba(0, 0, 0, 0.2);
+
   border-radius: 4px;
-
   -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
+
   -webkit-transition: all .2s ease-in-out;
-
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
+
           transition: all .2s ease-in-out;
-
           box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
+
}
}
-
 
.img-circle {
.img-circle {
-
   -webkit-border-radius: 500px;
+
   border-radius: 50%;
-
    -moz-border-radius: 500px;
+
-
          border-radius: 500px;
+
}
}
-
 
+
hr {
-
.row {
+
   margin-top: 20px;
-
   margin-left: -20px;
+
  margin-bottom: 20px;
-
   *zoom: 1;
+
   border: 0;
 +
  border-top: 1px solid #eee;
}
}
-
 
+
.sr-only {
-
.row:before,
+
  position: absolute;
-
.row:after {
+
  width: 1px;
-
   display: table;
+
   height: 1px;
-
   line-height: 0;
+
   padding: 0;
-
   content: "";
+
  margin: -1px;
 +
  overflow: hidden;
 +
  clip: rect(0, 0, 0, 0);
 +
   border: 0;
}
}
-
 
+
h1,
-
.row:after {
+
h2,
-
   clear: both;
+
h3,
 +
h4,
 +
h5,
 +
h6,
 +
.h1,
 +
.h2,
 +
.h3,
 +
.h4,
 +
.h5,
 +
.h6 {
 +
   font-family: inherit;
 +
  font-weight: 500;
 +
  line-height: 1.1;
 +
  color: inherit;
}
}
-
 
+
h1 small,
-
[class*="span"] {
+
h2 small,
-
   float: left;
+
h3 small,
-
   min-height: 1px;
+
h4 small,
-
   margin-left: 20px;
+
h5 small,
 +
h6 small,
 +
.h1 small,
 +
.h2 small,
 +
.h3 small,
 +
.h4 small,
 +
.h5 small,
 +
.h6 small,
 +
h1 .small,
 +
h2 .small,
 +
h3 .small,
 +
h4 .small,
 +
h5 .small,
 +
h6 .small,
 +
.h1 .small,
 +
.h2 .small,
 +
.h3 .small,
 +
.h4 .small,
 +
.h5 .small,
 +
.h6 .small {
 +
   font-weight: normal;
 +
   line-height: 1;
 +
   color: #999;
}
}
-
 
+
h1,
-
.container,
+
.h1,
-
.navbar-static-top .container,
+
h2,
-
.navbar-fixed-top .container,
+
.h2,
-
.navbar-fixed-bottom .container {
+
h3,
-
  width: 940px;
+
.h3 {
 +
  margin-top: 20px;
 +
  margin-bottom: 10px;
}
}
-
 
+
h1 small,
-
.span12 {
+
.h1 small,
-
   width: 940px;
+
h2 small,
 +
.h2 small,
 +
h3 small,
 +
.h3 small,
 +
h1 .small,
 +
.h1 .small,
 +
h2 .small,
 +
.h2 .small,
 +
h3 .small,
 +
.h3 .small {
 +
   font-size: 65%;
}
}
-
 
+
h4,
-
.span11 {
+
.h4,
-
   width: 860px;
+
h5,
 +
.h5,
 +
h6,
 +
.h6 {
 +
   margin-top: 10px;
 +
  margin-bottom: 10px;
}
}
-
 
+
h4 small,
-
.span10 {
+
.h4 small,
-
   width: 780px;
+
h5 small,
 +
.h5 small,
 +
h6 small,
 +
.h6 small,
 +
h4 .small,
 +
.h4 .small,
 +
h5 .small,
 +
.h5 .small,
 +
h6 .small,
 +
.h6 .small {
 +
   font-size: 75%;
}
}
-
 
+
h1,
-
.span9 {
+
.h1 {
-
   width: 700px;
+
   font-size: 36px;
}
}
-
 
+
h2,
-
.span8 {
+
.h2 {
-
   width: 620px;
+
   font-size: 30px;
}
}
-
 
+
h3,
-
.span7 {
+
.h3 {
-
   width: 540px;
+
   font-size: 24px;
}
}
-
 
+
h4,
-
.span6 {
+
.h4 {
-
   width: 460px;
+
   font-size: 18px;
}
}
-
 
+
h5,
-
.span5 {
+
.h5 {
-
   width: 380px;
+
   font-size: 14px;
}
}
-
 
+
h6,
-
.span4 {
+
.h6 {
-
   width: 300px;
+
   font-size: 12px;
}
}
-
 
+
p {
-
.span3 {
+
   margin: 0 0 10px;
-
   width: 220px;
+
}
}
-
 
+
.lead {
-
.span2 {
+
   margin-bottom: 20px;
-
   width: 140px;
+
  font-size: 16px;
 +
  font-weight: 200;
 +
  line-height: 1.4;
}
}
-
 
+
@media (min-width: 768px) {
-
.span1 {
+
  .lead {
-
  width: 60px;
+
    font-size: 21px;
 +
  }
}
}
-
 
+
small,
-
.offset12 {
+
.small {
-
   margin-left: 980px;
+
   font-size: 85%;
}
}
-
 
+
cite {
-
.offset11 {
+
   font-style: normal;
-
   margin-left: 900px;
+
}
}
-
 
+
.text-left {
-
.offset10 {
+
   text-align: left;
-
   margin-left: 820px;
+
}
}
-
 
+
.text-right {
-
.offset9 {
+
   text-align: right;
-
   margin-left: 740px;
+
}
}
-
 
+
.text-center {
-
.offset8 {
+
   text-align: center;
-
   margin-left: 660px;
+
}
}
-
 
+
.text-justify {
-
.offset7 {
+
   text-align: justify;
-
   margin-left: 580px;
+
}
}
-
 
+
.text-muted {
-
.offset6 {
+
   color: #999;
-
   margin-left: 500px;
+
}
}
-
 
+
.text-primary {
-
.offset5 {
+
   color: #428bca;
-
   margin-left: 420px;
+
}
}
-
 
+
a.text-primary:hover {
-
.offset4 {
+
   color: #3071a9;
-
   margin-left: 340px;
+
}
}
-
 
+
.text-success {
-
.offset3 {
+
   color: #3c763d;
-
   margin-left: 260px;
+
}
}
-
 
+
a.text-success:hover {
-
.offset2 {
+
   color: #2b542c;
-
   margin-left: 180px;
+
}
}
-
 
+
.text-info {
-
.offset1 {
+
   color: #31708f;
-
   margin-left: 100px;
+
}
}
-
 
+
a.text-info:hover {
-
.row-fluid {
+
   color: #245269;
-
   width: 100%;
+
-
  *zoom: 1;
+
}
}
-
 
+
.text-warning {
-
.row-fluid:before,
+
   color: #8a6d3b;
-
.row-fluid:after {
+
-
   display: table;
+
-
  line-height: 0;
+
-
  content: "";
+
}
}
-
 
+
a.text-warning:hover {
-
.row-fluid:after {
+
   color: #66512c;
-
   clear: both;
+
}
}
-
 
+
.text-danger {
-
.row-fluid [class*="span"] {
+
   color: #a94442;
-
   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;
+
}
}
-
 
+
a.text-danger:hover {
-
.row-fluid [class*="span"]:first-child {
+
   color: #843534;
-
   margin-left: 0;
+
}
}
-
 
+
.bg-primary {
-
.row-fluid .controls-row [class*="span"] + [class*="span"] {
+
   color: #fff;
-
   margin-left: 2.127659574468085%;
+
  background-color: #428bca;
}
}
-
 
+
a.bg-primary:hover {
-
.row-fluid .span12 {
+
   background-color: #3071a9;
-
   width: 100%;
+
-
  *width: 99.94680851063829%;
+
}
}
-
 
+
.bg-success {
-
.row-fluid .span11 {
+
   background-color: #dff0d8;
-
   width: 91.48936170212765%;
+
-
  *width: 91.43617021276594%;
+
}
}
-
 
+
a.bg-success:hover {
-
.row-fluid .span10 {
+
   background-color: #c1e2b3;
-
   width: 82.97872340425532%;
+
-
  *width: 82.92553191489361%;
+
}
}
-
 
+
.bg-info {
-
.row-fluid .span9 {
+
   background-color: #d9edf7;
-
   width: 74.46808510638297%;
+
-
  *width: 74.41489361702126%;
+
}
}
-
 
+
a.bg-info:hover {
-
.row-fluid .span8 {
+
   background-color: #afd9ee;
-
   width: 65.95744680851064%;
+
-
  *width: 65.90425531914893%;
+
}
}
-
 
+
.bg-warning {
-
.row-fluid .span7 {
+
   background-color: #fcf8e3;
-
   width: 57.44680851063829%;
+
-
  *width: 57.39361702127659%;
+
}
}
-
 
+
a.bg-warning:hover {
-
.row-fluid .span6 {
+
   background-color: #f7ecb5;
-
   width: 48.93617021276595%;
+
-
  *width: 48.88297872340425%;
+
}
}
-
 
+
.bg-danger {
-
.row-fluid .span5 {
+
   background-color: #f2dede;
-
   width: 40.42553191489362%;
+
-
  *width: 40.37234042553192%;
+
}
}
-
 
+
a.bg-danger:hover {
-
.row-fluid .span4 {
+
   background-color: #e4b9b9;
-
   width: 31.914893617021278%;
+
-
  *width: 31.861702127659576%;
+
}
}
-
 
+
.page-header {
-
.row-fluid .span3 {
+
   padding-bottom: 9px;
-
   width: 23.404255319148934%;
+
   margin: 40px 0 20px;
-
   *width: 23.351063829787233%;
+
  border-bottom: 1px solid #eee;
}
}
-
 
+
ul,
-
.row-fluid .span2 {
+
ol {
-
   width: 14.893617021276595%;
+
   margin-top: 0;
-
   *width: 14.840425531914894%;
+
   margin-bottom: 10px;
}
}
-
 
+
ul ul,
-
.row-fluid .span1 {
+
ol ul,
-
   width: 6.382978723404255%;
+
ul ol,
-
  *width: 6.329787234042553%;
+
ol ol {
 +
   margin-bottom: 0;
}
}
-
 
+
.list-unstyled {
-
.row-fluid .offset12 {
+
   padding-left: 0;
-
   margin-left: 104.25531914893617%;
+
   list-style: none;
-
   *margin-left: 104.14893617021275%;
+
}
}
-
 
+
.list-inline {
-
.row-fluid .offset12:first-child {
+
   padding-left: 0;
-
   margin-left: 102.12765957446808%;
+
   margin-left: -5px;
-
   *margin-left: 102.02127659574467%;
+
  list-style: none;
}
}
-
 
+
.list-inline > li {
-
.row-fluid .offset11 {
+
   display: inline-block;
-
   margin-left: 95.74468085106382%;
+
  padding-right: 5px;
-
   *margin-left: 95.6382978723404%;
+
   padding-left: 5px;
}
}
-
 
+
dl {
-
.row-fluid .offset11:first-child {
+
   margin-top: 0;
-
   margin-left: 93.61702127659574%;
+
   margin-bottom: 20px;
-
   *margin-left: 93.51063829787232%;
+
}
}
-
 
+
dt,
-
.row-fluid .offset10 {
+
dd {
-
   margin-left: 87.23404255319149%;
+
   line-height: 1.42857143;
-
  *margin-left: 87.12765957446807%;
+
}
}
-
 
+
dt {
-
.row-fluid .offset10:first-child {
+
   font-weight: bold;
-
   margin-left: 85.1063829787234%;
+
-
  *margin-left: 84.99999999999999%;
+
}
}
-
 
+
dd {
-
.row-fluid .offset9 {
+
   margin-left: 0;
-
   margin-left: 78.72340425531914%;
+
-
  *margin-left: 78.61702127659572%;
+
}
}
-
 
+
@media (min-width: 768px) {
-
.row-fluid .offset9:first-child {
+
   .dl-horizontal dt {
-
   margin-left: 76.59574468085106%;
+
    float: left;
-
   *margin-left: 76.48936170212764%;
+
    width: 160px;
 +
    overflow: hidden;
 +
    clear: left;
 +
    text-align: right;
 +
    text-overflow: ellipsis;
 +
    white-space: nowrap;
 +
   }
 +
  .dl-horizontal dd {
 +
    margin-left: 180px;
 +
  }
}
}
-
 
+
abbr[title],
-
.row-fluid .offset8 {
+
abbr[data-original-title] {
-
   margin-left: 70.2127659574468%;
+
   cursor: help;
-
   *margin-left: 70.10638297872339%;
+
   border-bottom: 1px dotted #999;
}
}
-
 
+
.initialism {
-
.row-fluid .offset8:first-child {
+
   font-size: 90%;
-
   margin-left: 68.08510638297872%;
+
   text-transform: uppercase;
-
   *margin-left: 67.9787234042553%;
+
}
}
-
 
+
blockquote {
-
.row-fluid .offset7 {
+
  padding: 10px 20px;
-
   margin-left: 61.70212765957446%;
+
   margin: 0 0 20px;
-
   *margin-left: 61.59574468085106%;
+
  font-size: 17.5px;
 +
   border-left: 5px solid #eee;
}
}
-
 
+
blockquote p:last-child,
-
.row-fluid .offset7:first-child {
+
blockquote ul:last-child,
-
  margin-left: 59.574468085106375%;
+
blockquote ol:last-child {
-
   *margin-left: 59.46808510638297%;
+
   margin-bottom: 0;
}
}
-
 
+
blockquote footer,
-
.row-fluid .offset6 {
+
blockquote small,
-
   margin-left: 53.191489361702125%;
+
blockquote .small {
-
   *margin-left: 53.085106382978715%;
+
   display: block;
 +
  font-size: 80%;
 +
   line-height: 1.42857143;
 +
  color: #999;
}
}
-
 
+
blockquote footer:before,
-
.row-fluid .offset6:first-child {
+
blockquote small:before,
-
   margin-left: 51.063829787234035%;
+
blockquote .small:before {
-
  *margin-left: 50.95744680851063%;
+
   content: '\2014 \00A0';
}
}
-
 
+
.blockquote-reverse,
-
.row-fluid .offset5 {
+
blockquote.pull-right {
-
   margin-left: 44.68085106382979%;
+
   padding-right: 15px;
-
   *margin-left: 44.57446808510638%;
+
  padding-left: 0;
 +
   text-align: right;
 +
  border-right: 5px solid #eee;
 +
  border-left: 0;
}
}
-
 
+
.blockquote-reverse footer:before,
-
.row-fluid .offset5:first-child {
+
blockquote.pull-right footer:before,
-
  margin-left: 42.5531914893617%;
+
.blockquote-reverse small:before,
-
   *margin-left: 42.4468085106383%;
+
blockquote.pull-right small:before,
 +
.blockquote-reverse .small:before,
 +
blockquote.pull-right .small:before {
 +
   content: '';
}
}
-
 
+
.blockquote-reverse footer:after,
-
.row-fluid .offset4 {
+
blockquote.pull-right footer:after,
-
  margin-left: 36.170212765957444%;
+
.blockquote-reverse small:after,
-
  *margin-left: 36.06382978723405%;
+
blockquote.pull-right small:after,
 +
.blockquote-reverse .small:after,
 +
blockquote.pull-right .small:after {
 +
  content: '\00A0 \2014';
}
}
-
 
+
blockquote:before,
-
.row-fluid .offset4:first-child {
+
blockquote:after {
-
   margin-left: 34.04255319148936%;
+
   content: "";
-
  *margin-left: 33.93617021276596%;
+
}
}
-
 
+
address {
-
.row-fluid .offset3 {
+
   margin-bottom: 20px;
-
   margin-left: 27.659574468085104%;
+
   font-style: normal;
-
   *margin-left: 27.5531914893617%;
+
  line-height: 1.42857143;
}
}
-
 
+
code,
-
.row-fluid .offset3:first-child {
+
kbd,
-
   margin-left: 25.53191489361702%;
+
pre,
-
  *margin-left: 25.425531914893618%;
+
samp {
 +
   font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
}
-
 
+
code {
-
.row-fluid .offset2 {
+
   padding: 2px 4px;
-
   margin-left: 19.148936170212764%;
+
  font-size: 90%;
-
   *margin-left: 19.04255319148936%;
+
   color: #c7254e;
 +
  white-space: nowrap;
 +
  background-color: #f9f2f4;
 +
  border-radius: 4px;
}
}
-
 
+
kbd {
-
.row-fluid .offset2:first-child {
+
  padding: 2px 4px;
-
   margin-left: 17.02127659574468%;
+
  font-size: 90%;
-
   *margin-left: 16.914893617021278%;
+
  color: #fff;
 +
  background-color: #333;
 +
   border-radius: 3px;
 +
   box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
}
}
-
 
+
pre {
-
.row-fluid .offset1 {
+
  display: block;
-
   margin-left: 10.638297872340425%;
+
  padding: 9.5px;
-
   *margin-left: 10.53191489361702%;
+
   margin: 0 0 10px;
 +
  font-size: 13px;
 +
   line-height: 1.42857143;
 +
  color: #333;
 +
  word-break: break-all;
 +
  word-wrap: break-word;
 +
  background-color: #f5f5f5;
 +
  border: 1px solid #ccc;
 +
  border-radius: 4px;
}
}
-
 
+
pre code {
-
.row-fluid .offset1:first-child {
+
  padding: 0;
-
   margin-left: 8.51063829787234%;
+
  font-size: inherit;
-
   *margin-left: 8.404255319148938%;
+
  color: inherit;
 +
  white-space: pre-wrap;
 +
   background-color: transparent;
 +
   border-radius: 0;
}
}
-
 
+
.pre-scrollable {
-
[class*="span"].hide,
+
   max-height: 340px;
-
.row-fluid [class*="span"].hide {
+
  overflow-y: scroll;
-
   display: none;
+
}
}
-
 
-
[class*="span"].pull-right,
 
-
.row-fluid [class*="span"].pull-right {
 
-
  float: right;
 
-
}
 
-
 
.container {
.container {
 +
  padding-right: 15px;
 +
  padding-left: 15px;
   margin-right: auto;
   margin-right: auto;
   margin-left: auto;
   margin-left: auto;
-
  *zoom: 1;
 
}
}
-
 
+
@media (min-width: 768px) {
-
.container:before,
+
  .container {
-
.container:after {
+
    width: 750px;
-
  display: table;
+
   }
-
   line-height: 0;
+
-
  content: "";
+
}
}
-
 
+
@media (min-width: 992px) {
-
.container:after {
+
  .container {
-
   clear: both;
+
    width: 970px;
 +
  }
 +
}
 +
@media (min-width: 1200px) {
 +
   .container {
 +
    width: 1170px;
 +
  }
}
}
-
 
.container-fluid {
.container-fluid {
-
   padding-right: 20px;
+
   padding-right: 15px;
-
   padding-left: 20px;
+
   padding-left: 15px;
-
   *zoom: 1;
+
   margin-right: auto;
 +
  margin-left: auto;
}
}
-
 
+
.row {
-
.container-fluid:before,
+
   margin-right: -15px;
-
.container-fluid:after {
+
   margin-left: -15px;
-
   display: table;
+
-
   line-height: 0;
+
-
  content: "";
+
}
}
-
 
+
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
-
.container-fluid:after {
+
   position: relative;
-
   clear: both;
+
  min-height: 1px;
 +
  padding-right: 15px;
 +
  padding-left: 15px;
}
}
-
 
+
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
-
p {
+
   float: left;
-
   margin: 0 0 10px;
+
}
}
-
 
+
.col-xs-12 {
-
.lead {
+
   width: 100%;
-
  margin-bottom: 20px;
+
-
  font-size: 21px;
+
-
   font-weight: 200;
+
-
  line-height: 30px;
+
}
}
-
 
+
.col-xs-11 {
-
small {
+
   width: 91.66666667%;
-
   font-size: 85%;
+
}
}
-
 
+
.col-xs-10 {
-
strong {
+
   width: 83.33333333%;
-
   font-weight: bold;
+
}
}
-
 
+
.col-xs-9 {
-
em {
+
   width: 75%;
-
   font-style: italic;
+
}
}
-
 
+
.col-xs-8 {
-
cite {
+
   width: 66.66666667%;
-
   font-style: normal;
+
}
}
-
 
+
.col-xs-7 {
-
.muted {
+
   width: 58.33333333%;
-
   color: #dfdfdf;
+
}
}
-
 
+
.col-xs-6 {
-
a.muted:hover,
+
   width: 50%;
-
a.muted:focus {
+
-
   color: #c6c6c6;
+
}
}
-
 
+
.col-xs-5 {
-
.text-warning {
+
   width: 41.66666667%;
-
   color: #ffffff;
+
}
}
-
 
+
.col-xs-4 {
-
a.text-warning:hover,
+
   width: 33.33333333%;
-
a.text-warning:focus {
+
-
   color: #e6e6e6;
+
}
}
-
 
+
.col-xs-3 {
-
.text-error {
+
   width: 25%;
-
   color: #ffffff;
+
}
}
-
 
+
.col-xs-2 {
-
a.text-error:hover,
+
   width: 16.66666667%;
-
a.text-error:focus {
+
-
   color: #e6e6e6;
+
}
}
-
 
+
.col-xs-1 {
-
.text-info {
+
   width: 8.33333333%;
-
   color: #ffffff;
+
}
}
-
 
+
.col-xs-pull-12 {
-
a.text-info:hover,
+
   right: 100%;
-
a.text-info:focus {
+
-
   color: #e6e6e6;
+
}
}
-
 
+
.col-xs-pull-11 {
-
.text-success {
+
   right: 91.66666667%;
-
   color: #ffffff;
+
}
}
-
 
+
.col-xs-pull-10 {
-
a.text-success:hover,
+
   right: 83.33333333%;
-
a.text-success:focus {
+
-
   color: #e6e6e6;
+
}
}
-
 
+
.col-xs-pull-9 {
-
.text-left {
+
   right: 75%;
-
   text-align: left;
+
}
}
-
 
+
.col-xs-pull-8 {
-
.text-right {
+
   right: 66.66666667%;
-
   text-align: right;
+
}
}
-
 
+
.col-xs-pull-7 {
-
.text-center {
+
   right: 58.33333333%;
-
   text-align: center;
+
}
}
-
 
+
.col-xs-pull-6 {
-
h1,
+
   right: 50%;
-
h2,
+
-
h3,
+
-
h4,
+
-
h5,
+
-
h6 {
+
-
  margin: 10px 0;
+
-
  font-family: inherit;
+
-
  font-weight: 300;
+
-
  line-height: 20px;
+
-
   color: #080808;
+
-
  text-rendering: optimizelegibility;
+
}
}
-
 
+
.col-xs-pull-5 {
-
h1 small,
+
   right: 41.66666667%;
-
h2 small,
+
-
h3 small,
+
-
h4 small,
+
-
h5 small,
+
-
h6 small {
+
-
  font-weight: normal;
+
-
  line-height: 1;
+
-
   color: #dfdfdf;
+
}
}
-
 
+
.col-xs-pull-4 {
-
h1,
+
   right: 33.33333333%;
-
h2,
+
-
h3 {
+
-
   line-height: 40px;
+
}
}
-
 
+
.col-xs-pull-3 {
-
h1 {
+
   right: 25%;
-
   font-size: 38.5px;
+
}
}
-
 
+
.col-xs-pull-2 {
-
h2 {
+
   right: 16.66666667%;
-
   font-size: 31.5px;
+
}
}
-
 
+
.col-xs-pull-1 {
-
h3 {
+
   right: 8.33333333%;
-
   font-size: 24.5px;
+
}
}
-
 
+
.col-xs-pull-0 {
-
h4 {
+
   right: 0;
-
   font-size: 17.5px;
+
}
}
-
 
+
.col-xs-push-12 {
-
h5 {
+
   left: 100%;
-
   font-size: 14px;
+
}
}
-
 
+
.col-xs-push-11 {
-
h6 {
+
   left: 91.66666667%;
-
   font-size: 11.9px;
+
}
}
-
 
+
.col-xs-push-10 {
-
h1 small {
+
   left: 83.33333333%;
-
   font-size: 24.5px;
+
}
}
-
 
+
.col-xs-push-9 {
-
h2 small {
+
   left: 75%;
-
   font-size: 17.5px;
+
}
}
-
 
+
.col-xs-push-8 {
-
h3 small {
+
   left: 66.66666667%;
-
   font-size: 14px;
+
}
}
-
 
+
.col-xs-push-7 {
-
h4 small {
+
   left: 58.33333333%;
-
   font-size: 14px;
+
}
}
-
 
+
.col-xs-push-6 {
-
.page-header {
+
   left: 50%;
-
  padding-bottom: 9px;
+
-
  margin: 20px 0 30px;
+
-
  #border-bottom: 1px solid #eeeeee;
+
-
   margin-top: -20px;
+
-
  padding-top:20px;
+
}
}
-
 
+
.col-xs-push-5 {
-
ul,
+
   left: 41.66666667%;
-
ol {
+
-
   padding: 0;
+
-
  margin: 0 0 10px 25px;
+
}
}
-
 
+
.col-xs-push-4 {
-
ul ul,
+
   left: 33.33333333%;
-
ul ol,
+
-
ol ol,
+
-
ol ul {
+
-
   margin-bottom: 0;
+
}
}
-
 
+
.col-xs-push-3 {
-
li {
+
   left: 25%;
-
   line-height: 20px;
+
}
}
-
 
+
.col-xs-push-2 {
-
ul.unstyled,
+
   left: 16.66666667%;
-
ol.unstyled {
+
-
   margin-left: 0;
+
-
  list-style: none;
+
}
}
-
 
+
.col-xs-push-1 {
-
ul.inline,
+
   left: 8.33333333%;
-
ol.inline {
+
-
   margin-left: 0;
+
-
  list-style: none;
+
}
}
-
 
+
.col-xs-push-0 {
-
ul.inline > li,
+
   left: 0;
-
ol.inline > li {
+
-
  display: inline-block;
+
-
  *display: inline;
+
-
  padding-right: 5px;
+
-
   padding-left: 5px;
+
-
  *zoom: 1;
+
}
}
-
 
+
.col-xs-offset-12 {
-
dl {
+
   margin-left: 100%;
-
   margin-bottom: 20px;
+
}
}
-
 
+
.col-xs-offset-11 {
-
dt,
+
   margin-left: 91.66666667%;
-
dd {
+
-
   line-height: 20px;
+
}
}
-
 
+
.col-xs-offset-10 {
-
dt {
+
   margin-left: 83.33333333%;
-
   font-weight: bold;
+
}
}
-
 
+
.col-xs-offset-9 {
-
dd {
+
   margin-left: 75%;
-
   margin-left: 10px;
+
}
}
-
 
+
.col-xs-offset-8 {
-
.dl-horizontal {
+
   margin-left: 66.66666667%;
-
   *zoom: 1;
+
}
}
-
 
+
.col-xs-offset-7 {
-
.dl-horizontal:before,
+
   margin-left: 58.33333333%;
-
.dl-horizontal:after {
+
-
   display: table;
+
-
  line-height: 0;
+
-
  content: "";
+
}
}
-
 
+
.col-xs-offset-6 {
-
.dl-horizontal:after {
+
   margin-left: 50%;
-
   clear: both;
+
}
}
-
 
+
.col-xs-offset-5 {
-
.dl-horizontal dt {
+
   margin-left: 41.66666667%;
-
  float: left;
+
-
  width: 160px;
+
-
  overflow: hidden;
+
-
  clear: left;
+
-
  text-align: right;
+
-
  text-overflow: ellipsis;
+
-
   white-space: nowrap;
+
}
}
-
 
+
.col-xs-offset-4 {
-
.dl-horizontal dd {
+
   margin-left: 33.33333333%;
-
   margin-left: 180px;
+
}
}
-
 
+
.col-xs-offset-3 {
-
hr {
+
   margin-left: 25%;
-
   margin: 20px 0;
+
-
  border: 0;
+
-
  border-top: 1px solid #eeeeee;
+
-
  border-bottom: 1px solid #ffffff;
+
}
}
-
 
+
.col-xs-offset-2 {
-
abbr[title],
+
   margin-left: 16.66666667%;
-
abbr[data-original-title] {
+
-
   cursor: help;
+
-
  border-bottom: 1px dotted #dfdfdf;
+
}
}
-
 
+
.col-xs-offset-1 {
-
abbr.initialism {
+
   margin-left: 8.33333333%;
-
   font-size: 90%;
+
-
  text-transform: uppercase;
+
}
}
-
 
+
.col-xs-offset-0 {
-
blockquote {
+
   margin-left: 0;
-
  padding: 0 0 0 15px;
+
-
   margin: 0 0 20px;
+
-
  border-left: 5px solid #eeeeee;
+
}
}
-
 
+
@media (min-width: 768px) {
-
blockquote p {
+
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
-
   margin-bottom: 0;
+
    float: left;
-
   font-size: 17.5px;
+
   }
-
   font-weight: 300;
+
  .col-sm-12 {
-
   line-height: 1.25;
+
    width: 100%;
 +
  }
 +
  .col-sm-11 {
 +
    width: 91.66666667%;
 +
  }
 +
  .col-sm-10 {
 +
    width: 83.33333333%;
 +
  }
 +
  .col-sm-9 {
 +
    width: 75%;
 +
  }
 +
  .col-sm-8 {
 +
    width: 66.66666667%;
 +
  }
 +
  .col-sm-7 {
 +
    width: 58.33333333%;
 +
  }
 +
  .col-sm-6 {
 +
    width: 50%;
 +
  }
 +
  .col-sm-5 {
 +
    width: 41.66666667%;
 +
  }
 +
  .col-sm-4 {
 +
    width: 33.33333333%;
 +
  }
 +
  .col-sm-3 {
 +
    width: 25%;
 +
  }
 +
  .col-sm-2 {
 +
    width: 16.66666667%;
 +
  }
 +
  .col-sm-1 {
 +
    width: 8.33333333%;
 +
  }
 +
  .col-sm-pull-12 {
 +
    right: 100%;
 +
  }
 +
  .col-sm-pull-11 {
 +
    right: 91.66666667%;
 +
  }
 +
  .col-sm-pull-10 {
 +
    right: 83.33333333%;
 +
  }
 +
  .col-sm-pull-9 {
 +
    right: 75%;
 +
  }
 +
  .col-sm-pull-8 {
 +
    right: 66.66666667%;
 +
  }
 +
  .col-sm-pull-7 {
 +
    right: 58.33333333%;
 +
  }
 +
  .col-sm-pull-6 {
 +
    right: 50%;
 +
  }
 +
  .col-sm-pull-5 {
 +
    right: 41.66666667%;
 +
  }
 +
  .col-sm-pull-4 {
 +
    right: 33.33333333%;
 +
  }
 +
  .col-sm-pull-3 {
 +
    right: 25%;
 +
  }
 +
  .col-sm-pull-2 {
 +
    right: 16.66666667%;
 +
  }
 +
  .col-sm-pull-1 {
 +
    right: 8.33333333%;
 +
  }
 +
  .col-sm-pull-0 {
 +
    right: 0;
 +
   }
 +
  .col-sm-push-12 {
 +
    left: 100%;
 +
  }
 +
  .col-sm-push-11 {
 +
    left: 91.66666667%;
 +
   }
 +
  .col-sm-push-10 {
 +
    left: 83.33333333%;
 +
   }
 +
  .col-sm-push-9 {
 +
    left: 75%;
 +
  }
 +
  .col-sm-push-8 {
 +
    left: 66.66666667%;
 +
  }
 +
  .col-sm-push-7 {
 +
    left: 58.33333333%;
 +
  }
 +
  .col-sm-push-6 {
 +
    left: 50%;
 +
  }
 +
  .col-sm-push-5 {
 +
    left: 41.66666667%;
 +
  }
 +
  .col-sm-push-4 {
 +
    left: 33.33333333%;
 +
  }
 +
  .col-sm-push-3 {
 +
    left: 25%;
 +
  }
 +
  .col-sm-push-2 {
 +
    left: 16.66666667%;
 +
  }
 +
  .col-sm-push-1 {
 +
    left: 8.33333333%;
 +
  }
 +
  .col-sm-push-0 {
 +
    left: 0;
 +
  }
 +
  .col-sm-offset-12 {
 +
    margin-left: 100%;
 +
  }
 +
  .col-sm-offset-11 {
 +
    margin-left: 91.66666667%;
 +
  }
 +
  .col-sm-offset-10 {
 +
    margin-left: 83.33333333%;
 +
  }
 +
  .col-sm-offset-9 {
 +
    margin-left: 75%;
 +
  }
 +
  .col-sm-offset-8 {
 +
    margin-left: 66.66666667%;
 +
  }
 +
  .col-sm-offset-7 {
 +
    margin-left: 58.33333333%;
 +
  }
 +
  .col-sm-offset-6 {
 +
    margin-left: 50%;
 +
  }
 +
  .col-sm-offset-5 {
 +
    margin-left: 41.66666667%;
 +
  }
 +
  .col-sm-offset-4 {
 +
    margin-left: 33.33333333%;
 +
  }
 +
  .col-sm-offset-3 {
 +
    margin-left: 25%;
 +
  }
 +
  .col-sm-offset-2 {
 +
    margin-left: 16.66666667%;
 +
  }
 +
  .col-sm-offset-1 {
 +
    margin-left: 8.33333333%;
 +
  }
 +
  .col-sm-offset-0 {
 +
    margin-left: 0;
 +
  }
}
}
-
 
+
@media (min-width: 992px) {
-
blockquote small {
+
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
-
   display: block;
+
    float: left;
-
   line-height: 20px;
+
   }
-
   color: #dfdfdf;
+
  .col-md-12 {
 +
    width: 100%;
 +
   }
 +
  .col-md-11 {
 +
    width: 91.66666667%;
 +
   }
 +
  .col-md-10 {
 +
    width: 83.33333333%;
 +
  }
 +
  .col-md-9 {
 +
    width: 75%;
 +
  }
 +
  .col-md-8 {
 +
    width: 66.66666667%;
 +
  }
 +
  .col-md-7 {
 +
    width: 58.33333333%;
 +
  }
 +
  .col-md-6 {
 +
    width: 50%;
 +
  }
 +
  .col-md-5 {
 +
    width: 41.66666667%;
 +
  }
 +
  .col-md-4 {
 +
    width: 33.33333333%;
 +
  }
 +
  .col-md-3 {
 +
    width: 25%;
 +
  }
 +
  .col-md-2 {
 +
    width: 16.66666667%;
 +
  }
 +
  .col-md-1 {
 +
    width: 8.33333333%;
 +
  }
 +
  .col-md-pull-12 {
 +
    right: 100%;
 +
  }
 +
  .col-md-pull-11 {
 +
    right: 91.66666667%;
 +
  }
 +
  .col-md-pull-10 {
 +
    right: 83.33333333%;
 +
  }
 +
  .col-md-pull-9 {
 +
    right: 75%;
 +
  }
 +
  .col-md-pull-8 {
 +
    right: 66.66666667%;
 +
  }
 +
  .col-md-pull-7 {
 +
    right: 58.33333333%;
 +
  }
 +
  .col-md-pull-6 {
 +
    right: 50%;
 +
  }
 +
  .col-md-pull-5 {
 +
    right: 41.66666667%;
 +
  }
 +
  .col-md-pull-4 {
 +
    right: 33.33333333%;
 +
  }
 +
  .col-md-pull-3 {
 +
    right: 25%;
 +
  }
 +
  .col-md-pull-2 {
 +
    right: 16.66666667%;
 +
  }
 +
  .col-md-pull-1 {
 +
    right: 8.33333333%;
 +
  }
 +
  .col-md-pull-0 {
 +
    right: 0;
 +
  }
 +
  .col-md-push-12 {
 +
    left: 100%;
 +
  }
 +
  .col-md-push-11 {
 +
    left: 91.66666667%;
 +
  }
 +
  .col-md-push-10 {
 +
    left: 83.33333333%;
 +
  }
 +
  .col-md-push-9 {
 +
    left: 75%;
 +
  }
 +
  .col-md-push-8 {
 +
    left: 66.66666667%;
 +
  }
 +
  .col-md-push-7 {
 +
    left: 58.33333333%;
 +
  }
 +
  .col-md-push-6 {
 +
    left: 50%;
 +
  }
 +
  .col-md-push-5 {
 +
    left: 41.66666667%;
 +
  }
 +
  .col-md-push-4 {
 +
    left: 33.33333333%;
 +
  }
 +
  .col-md-push-3 {
 +
    left: 25%;
 +
  }
 +
  .col-md-push-2 {
 +
    left: 16.66666667%;
 +
  }
 +
  .col-md-push-1 {
 +
    left: 8.33333333%;
 +
  }
 +
  .col-md-push-0 {
 +
    left: 0;
 +
  }
 +
  .col-md-offset-12 {
 +
    margin-left: 100%;
 +
  }
 +
  .col-md-offset-11 {
 +
    margin-left: 91.66666667%;
 +
  }
 +
  .col-md-offset-10 {
 +
    margin-left: 83.33333333%;
 +
  }
 +
  .col-md-offset-9 {
 +
    margin-left: 75%;
 +
  }
 +
  .col-md-offset-8 {
 +
    margin-left: 66.66666667%;
 +
  }
 +
  .col-md-offset-7 {
 +
    margin-left: 58.33333333%;
 +
  }
 +
  .col-md-offset-6 {
 +
    margin-left: 50%;
 +
  }
 +
  .col-md-offset-5 {
 +
    margin-left: 41.66666667%;
 +
  }
 +
  .col-md-offset-4 {
 +
    margin-left: 33.33333333%;
 +
  }
 +
  .col-md-offset-3 {
 +
    margin-left: 25%;
 +
  }
 +
  .col-md-offset-2 {
 +
    margin-left: 16.66666667%;
 +
  }
 +
  .col-md-offset-1 {
 +
    margin-left: 8.33333333%;
 +
  }
 +
  .col-md-offset-0 {
 +
    margin-left: 0;
 +
  }
}
}
-
 
+
@media (min-width: 1200px) {
-
blockquote small:before {
+
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
-
   content: '\2014 \00A0';
+
    float: left;
 +
  }
 +
  .col-lg-12 {
 +
    width: 100%;
 +
   }
 +
  .col-lg-11 {
 +
    width: 91.66666667%;
 +
  }
 +
  .col-lg-10 {
 +
    width: 83.33333333%;
 +
  }
 +
  .col-lg-9 {
 +
    width: 75%;
 +
  }
 +
  .col-lg-8 {
 +
    width: 66.66666667%;
 +
  }
 +
  .col-lg-7 {
 +
    width: 58.33333333%;
 +
  }
 +
  .col-lg-6 {
 +
    width: 50%;
 +
  }
 +
  .col-lg-5 {
 +
    width: 41.66666667%;
 +
  }
 +
  .col-lg-4 {
 +
    width: 33.33333333%;
 +
  }
 +
  .col-lg-3 {
 +
    width: 25%;
 +
  }
 +
  .col-lg-2 {
 +
    width: 16.66666667%;
 +
  }
 +
  .col-lg-1 {
 +
    width: 8.33333333%;
 +
  }
 +
  .col-lg-pull-12 {
 +
    right: 100%;
 +
  }
 +
  .col-lg-pull-11 {
 +
    right: 91.66666667%;
 +
  }
 +
  .col-lg-pull-10 {
 +
    right: 83.33333333%;
 +
  }
 +
  .col-lg-pull-9 {
 +
    right: 75%;
 +
  }
 +
  .col-lg-pull-8 {
 +
    right: 66.66666667%;
 +
  }
 +
  .col-lg-pull-7 {
 +
    right: 58.33333333%;
 +
  }
 +
  .col-lg-pull-6 {
 +
    right: 50%;
 +
  }
 +
  .col-lg-pull-5 {
 +
    right: 41.66666667%;
 +
  }
 +
  .col-lg-pull-4 {
 +
    right: 33.33333333%;
 +
  }
 +
  .col-lg-pull-3 {
 +
    right: 25%;
 +
  }
 +
  .col-lg-pull-2 {
 +
    right: 16.66666667%;
 +
  }
 +
  .col-lg-pull-1 {
 +
    right: 8.33333333%;
 +
  }
 +
  .col-lg-pull-0 {
 +
    right: 0;
 +
  }
 +
  .col-lg-push-12 {
 +
    left: 100%;
 +
  }
 +
  .col-lg-push-11 {
 +
    left: 91.66666667%;
 +
  }
 +
  .col-lg-push-10 {
 +
    left: 83.33333333%;
 +
  }
 +
  .col-lg-push-9 {
 +
    left: 75%;
 +
  }
 +
  .col-lg-push-8 {
 +
    left: 66.66666667%;
 +
  }
 +
  .col-lg-push-7 {
 +
    left: 58.33333333%;
 +
  }
 +
  .col-lg-push-6 {
 +
    left: 50%;
 +
  }
 +
  .col-lg-push-5 {
 +
    left: 41.66666667%;
 +
  }
 +
  .col-lg-push-4 {
 +
    left: 33.33333333%;
 +
  }
 +
  .col-lg-push-3 {
 +
    left: 25%;
 +
  }
 +
  .col-lg-push-2 {
 +
    left: 16.66666667%;
 +
  }
 +
  .col-lg-push-1 {
 +
    left: 8.33333333%;
 +
  }
 +
  .col-lg-push-0 {
 +
    left: 0;
 +
  }
 +
  .col-lg-offset-12 {
 +
    margin-left: 100%;
 +
  }
 +
  .col-lg-offset-11 {
 +
    margin-left: 91.66666667%;
 +
  }
 +
  .col-lg-offset-10 {
 +
    margin-left: 83.33333333%;
 +
  }
 +
  .col-lg-offset-9 {
 +
    margin-left: 75%;
 +
  }
 +
  .col-lg-offset-8 {
 +
    margin-left: 66.66666667%;
 +
  }
 +
  .col-lg-offset-7 {
 +
    margin-left: 58.33333333%;
 +
  }
 +
  .col-lg-offset-6 {
 +
    margin-left: 50%;
 +
  }
 +
  .col-lg-offset-5 {
 +
    margin-left: 41.66666667%;
 +
  }
 +
  .col-lg-offset-4 {
 +
    margin-left: 33.33333333%;
 +
  }
 +
  .col-lg-offset-3 {
 +
    margin-left: 25%;
 +
  }
 +
  .col-lg-offset-2 {
 +
    margin-left: 16.66666667%;
 +
  }
 +
  .col-lg-offset-1 {
 +
    margin-left: 8.33333333%;
 +
  }
 +
  .col-lg-offset-0 {
 +
    margin-left: 0;
 +
  }
}
}
-
 
+
table {
-
blockquote.pull-right {
+
   max-width: 100%;
-
   float: right;
+
   background-color: transparent;
-
  padding-right: 15px;
+
-
  padding-left: 0;
+
-
  border-right: 5px solid #eeeeee;
+
-
   border-left: 0;
+
}
}
-
 
+
th {
-
blockquote.pull-right p,
+
   text-align: left;
-
blockquote.pull-right small {
+
-
   text-align: right;
+
}
}
-
 
+
.table {
-
blockquote.pull-right small:before {
+
   width: 100%;
-
   content: '';
+
  margin-bottom: 20px;
}
}
-
 
+
.table > thead > tr > th,
-
blockquote.pull-right small:after {
+
.table > tbody > tr > th,
-
   content: '\00A0 \2014';
+
.table > tfoot > tr > th,
 +
.table > thead > tr > td,
 +
.table > tbody > tr > td,
 +
.table > tfoot > tr > td {
 +
  padding: 8px;
 +
  line-height: 1.42857143;
 +
   vertical-align: top;
 +
  border-top: 1px solid #ddd;
}
}
-
 
+
.table > thead > tr > th {
-
q:before,
+
  vertical-align: bottom;
-
q:after,
+
   border-bottom: 2px solid #ddd;
-
blockquote:before,
+
-
blockquote:after {
+
-
   content: "";
+
}
}
-
 
+
.table > caption + thead > tr:first-child > th,
-
address {
+
.table > colgroup + thead > tr:first-child > th,
-
  display: block;
+
.table > thead:first-child > tr:first-child > th,
-
  margin-bottom: 20px;
+
.table > caption + thead > tr:first-child > td,
-
  font-style: normal;
+
.table > colgroup + thead > tr:first-child > td,
-
   line-height: 20px;
+
.table > thead:first-child > tr:first-child > td {
 +
   border-top: 0;
}
}
-
 
+
.table > tbody + tbody {
-
code,
+
   border-top: 2px solid #ddd;
-
pre {
+
-
   padding: 0 3px 2px;
+
-
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
+
-
  font-size: 12px;
+
-
  color: #999999;
+
-
  -webkit-border-radius: 3px;
+
-
    -moz-border-radius: 3px;
+
-
          border-radius: 3px;
+
}
}
-
 
+
.table .table {
-
code {
+
   background-color: #fff;
-
  padding: 2px 4px;
+
-
  color: #d14;
+
-
  white-space: nowrap;
+
-
   background-color: #f7f7f9;
+
-
  border: 1px solid #e1e1e8;
+
}
}
-
 
+
.table-condensed > thead > tr > th,
-
pre {
+
.table-condensed > tbody > tr > th,
-
  display: block;
+
.table-condensed > tfoot > tr > th,
-
   padding: 9.5px;
+
.table-condensed > thead > tr > td,
-
   margin: 0 0 10px;
+
.table-condensed > tbody > tr > td,
-
  font-size: 13px;
+
.table-condensed > tfoot > tr > td {
-
   line-height: 20px;
+
   padding: 5px;
-
  word-break: break-all;
+
}
-
  word-wrap: break-word;
+
.table-bordered {
-
   white-space: pre;
+
   border: 1px solid #ddd;
-
  white-space: pre-wrap;
+
}
 +
.table-bordered > thead > tr > th,
 +
.table-bordered > tbody > tr > th,
 +
.table-bordered > tfoot > tr > th,
 +
.table-bordered > thead > tr > td,
 +
.table-bordered > tbody > tr > td,
 +
.table-bordered > tfoot > tr > td {
 +
  border: 1px solid #ddd;
 +
}
 +
.table-bordered > thead > tr > th,
 +
.table-bordered > thead > tr > td {
 +
   border-bottom-width: 2px;
 +
}
 +
.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;
   background-color: #f5f5f5;
-
  border: 1px solid #ccc;
 
-
  border: 1px solid rgba(0, 0, 0, 0.15);
 
-
  -webkit-border-radius: 0;
 
-
    -moz-border-radius: 0;
 
-
          border-radius: 0;
 
}
}
-
 
+
table col[class*="col-"] {
-
pre.prettyprint {
+
   position: static;
-
   margin-bottom: 20px;
+
  display: table-column;
 +
  float: none;
}
}
-
 
+
table td[class*="col-"],
-
pre code {
+
table th[class*="col-"] {
-
   padding: 0;
+
   position: static;
-
   color: inherit;
+
   display: table-cell;
-
  white-space: pre;
+
   float: none;
-
  white-space: pre-wrap;
+
-
  background-color: transparent;
+
-
   border: 0;
+
}
}
-
 
+
.table > thead > tr > td.active,
-
.pre-scrollable {
+
.table > tbody > tr > td.active,
-
  max-height: 340px;
+
.table > tfoot > tr > td.active,
-
   overflow-y: scroll;
+
.table > thead > tr > th.active,
 +
.table > tbody > tr > th.active,
 +
.table > tfoot > tr > th.active,
 +
.table > thead > tr.active > td,
 +
.table > tbody > tr.active > td,
 +
.table > tfoot > tr.active > td,
 +
.table > thead > tr.active > th,
 +
.table > tbody > tr.active > th,
 +
.table > tfoot > tr.active > th {
 +
   background-color: #f5f5f5;
}
}
-
 
+
.table-hover > tbody > tr > td.active:hover,
-
form {
+
.table-hover > tbody > tr > th.active:hover,
-
   margin: 0 0 20px;
+
.table-hover > tbody > tr.active:hover > td,
 +
.table-hover > tbody > tr.active:hover > th {
 +
   background-color: #e8e8e8;
 +
}
 +
.table > thead > tr > td.success,
 +
.table > tbody > tr > td.success,
 +
.table > tfoot > tr > td.success,
 +
.table > thead > tr > th.success,
 +
.table > tbody > tr > th.success,
 +
.table > tfoot > tr > th.success,
 +
.table > thead > tr.success > td,
 +
.table > tbody > tr.success > td,
 +
.table > tfoot > tr.success > td,
 +
.table > thead > tr.success > th,
 +
.table > tbody > tr.success > th,
 +
.table > tfoot > tr.success > th {
 +
  background-color: #dff0d8;
 +
}
 +
.table-hover > tbody > tr > td.success:hover,
 +
.table-hover > tbody > tr > th.success:hover,
 +
.table-hover > tbody > tr.success:hover > td,
 +
.table-hover > tbody > tr.success:hover > th {
 +
  background-color: #d0e9c6;
 +
}
 +
.table > thead > tr > td.info,
 +
.table > tbody > tr > td.info,
 +
.table > tfoot > tr > td.info,
 +
.table > thead > tr > th.info,
 +
.table > tbody > tr > th.info,
 +
.table > tfoot > tr > th.info,
 +
.table > thead > tr.info > td,
 +
.table > tbody > tr.info > td,
 +
.table > tfoot > tr.info > td,
 +
.table > thead > tr.info > th,
 +
.table > tbody > tr.info > th,
 +
.table > tfoot > tr.info > th {
 +
  background-color: #d9edf7;
 +
}
 +
.table-hover > tbody > tr > td.info:hover,
 +
.table-hover > tbody > tr > th.info:hover,
 +
.table-hover > tbody > tr.info:hover > td,
 +
.table-hover > tbody > tr.info:hover > th {
 +
  background-color: #c4e3f3;
 +
}
 +
.table > thead > tr > td.warning,
 +
.table > tbody > tr > td.warning,
 +
.table > tfoot > tr > td.warning,
 +
.table > thead > tr > th.warning,
 +
.table > tbody > tr > th.warning,
 +
.table > tfoot > tr > th.warning,
 +
.table > thead > tr.warning > td,
 +
.table > tbody > tr.warning > td,
 +
.table > tfoot > tr.warning > td,
 +
.table > thead > tr.warning > th,
 +
.table > tbody > tr.warning > th,
 +
.table > tfoot > tr.warning > th {
 +
  background-color: #fcf8e3;
 +
}
 +
.table-hover > tbody > tr > td.warning:hover,
 +
.table-hover > tbody > tr > th.warning:hover,
 +
.table-hover > tbody > tr.warning:hover > td,
 +
.table-hover > tbody > tr.warning:hover > th {
 +
  background-color: #faf2cc;
 +
}
 +
.table > thead > tr > td.danger,
 +
.table > tbody > tr > td.danger,
 +
.table > tfoot > tr > td.danger,
 +
.table > thead > tr > th.danger,
 +
.table > tbody > tr > th.danger,
 +
.table > tfoot > tr > th.danger,
 +
.table > thead > tr.danger > td,
 +
.table > tbody > tr.danger > td,
 +
.table > tfoot > tr.danger > td,
 +
.table > thead > tr.danger > th,
 +
.table > tbody > tr.danger > th,
 +
.table > tfoot > tr.danger > th {
 +
  background-color: #f2dede;
 +
}
 +
.table-hover > tbody > tr > td.danger:hover,
 +
.table-hover > tbody > tr > th.danger:hover,
 +
.table-hover > tbody > tr.danger:hover > td,
 +
.table-hover > tbody > tr.danger:hover > th {
 +
  background-color: #ebcccc;
 +
}
 +
@media (max-width: 767px) {
 +
  .table-responsive {
 +
    width: 100%;
 +
    margin-bottom: 15px;
 +
    overflow-x: scroll;
 +
    overflow-y: hidden;
 +
    -webkit-overflow-scrolling: touch;
 +
    -ms-overflow-style: -ms-autohiding-scrollbar;
 +
    border: 1px solid #ddd;
 +
  }
 +
  .table-responsive > .table {
 +
    margin-bottom: 0;
 +
  }
 +
  .table-responsive > .table > thead > tr > th,
 +
  .table-responsive > .table > tbody > tr > th,
 +
  .table-responsive > .table > tfoot > tr > th,
 +
  .table-responsive > .table > thead > tr > td,
 +
  .table-responsive > .table > tbody > tr > td,
 +
  .table-responsive > .table > tfoot > tr > td {
 +
    white-space: nowrap;
 +
  }
 +
  .table-responsive > .table-bordered {
 +
    border: 0;
 +
  }
 +
  .table-responsive > .table-bordered > thead > tr > th:first-child,
 +
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
 +
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
 +
  .table-responsive > .table-bordered > thead > tr > td:first-child,
 +
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
 +
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
 +
    border-left: 0;
 +
  }
 +
  .table-responsive > .table-bordered > thead > tr > th:last-child,
 +
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
 +
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
 +
  .table-responsive > .table-bordered > thead > tr > td:last-child,
 +
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
 +
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
 +
    border-right: 0;
 +
  }
 +
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
 +
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
 +
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
 +
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
 +
    border-bottom: 0;
 +
  }
}
}
-
 
fieldset {
fieldset {
 +
  min-width: 0;
   padding: 0;
   padding: 0;
   margin: 0;
   margin: 0;
   border: 0;
   border: 0;
}
}
-
 
legend {
legend {
   display: block;
   display: block;
Line 1,043: Line 1,642:
   margin-bottom: 20px;
   margin-bottom: 20px;
   font-size: 21px;
   font-size: 21px;
-
   line-height: 40px;
+
   line-height: inherit;
-
   color: #999999;
+
   color: #333;
   border: 0;
   border: 0;
   border-bottom: 1px solid #e5e5e5;
   border-bottom: 1px solid #e5e5e5;
}
}
-
 
-
legend small {
 
-
  font-size: 15px;
 
-
  color: #dfdfdf;
 
-
}
 
-
 
-
label,
 
-
input,
 
-
button,
 
-
select,
 
-
textarea {
 
-
  font-size: 14px;
 
-
  font-weight: normal;
 
-
  line-height: 20px;
 
-
}
 
-
 
-
input,
 
-
button,
 
-
select,
 
-
textarea {
 
-
  font-family: "Open Sans", Calibri, Candara, Arial, sans-serif;
 
-
}
 
-
 
label {
label {
-
   display: block;
+
   display: inline-block;
   margin-bottom: 5px;
   margin-bottom: 5px;
 +
  font-weight: bold;
}
}
-
 
+
input[type="search"] {
-
select,
+
   -webkit-box-sizing: border-box;
-
textarea,
+
     -moz-box-sizing: border-box;
-
input[type="text"],
+
           box-sizing: border-box;
-
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: #bbbbbb;
+
-
  vertical-align: middle;
+
-
  -webkit-border-radius: 0;
+
-
     -moz-border-radius: 0;
+
-
           border-radius: 0;
+
}
}
-
 
-
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 #bbbbbb;
 
-
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
 
-
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
 
-
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
 
-
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
 
-
    -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
 
-
      -o-transition: border linear 0.2s, box-shadow linear 0.2s;
 
-
          transition: border linear 0.2s, box-shadow linear 0.2s;
 
-
}
 
-
 
-
textarea:focus,
 
-
input[type="text"]:focus,
 
-
input[type="password"]:focus,
 
-
input[type="datetime"]:focus,
 
-
input[type="datetime-local"]:focus,
 
-
input[type="date"]:focus,
 
-
input[type="month"]:focus,
 
-
input[type="time"]:focus,
 
-
input[type="week"]:focus,
 
-
input[type="number"]:focus,
 
-
input[type="email"]:focus,
 
-
input[type="url"]:focus,
 
-
input[type="search"]:focus,
 
-
input[type="tel"]:focus,
 
-
input[type="color"]:focus,
 
-
.uneditable-input:focus {
 
-
  border-color: rgba(82, 168, 236, 0.8);
 
-
  outline: 0;
 
-
  outline: thin dotted \9;
 
-
  /* IE6-9 */
 
-
 
-
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
 
-
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
 
-
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
 
-
}
 
-
 
input[type="radio"],
input[type="radio"],
input[type="checkbox"] {
input[type="checkbox"] {
   margin: 4px 0 0;
   margin: 4px 0 0;
   margin-top: 1px \9;
   margin-top: 1px \9;
-
   *margin-top: 0;
+
   /* IE8-9 */
   line-height: normal;
   line-height: normal;
}
}
-
 
-
input[type="file"],
 
-
input[type="image"],
 
-
input[type="submit"],
 
-
input[type="reset"],
 
-
input[type="button"],
 
-
input[type="radio"],
 
-
input[type="checkbox"] {
 
-
  width: auto;
 
-
}
 
-
 
-
select,
 
input[type="file"] {
input[type="file"] {
-
   height: 30px;
+
   display: block;
-
  /* 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;
+
}
}
-
 
+
input[type="range"] {
-
select {
+
   display: block;
-
   width: 220px;
+
   width: 100%;
-
   background-color: #ffffff;
+
-
  border: 1px solid #bbbbbb;
+
}
}
-
 
select[multiple],
select[multiple],
select[size] {
select[size] {
   height: auto;
   height: auto;
}
}
-
 
-
select:focus,
 
input[type="file"]:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
input[type="checkbox"]:focus {
-
   outline: thin dotted #333;
+
   outline: thin dotted;
   outline: 5px auto -webkit-focus-ring-color;
   outline: 5px auto -webkit-focus-ring-color;
   outline-offset: -2px;
   outline-offset: -2px;
}
}
-
 
+
output {
-
.uneditable-input,
+
  display: block;
-
.uneditable-textarea {
+
  padding-top: 7px;
-
   color: #dfdfdf;
+
  font-size: 14px;
 +
  line-height: 1.42857143;
 +
  color: #555;
 +
}
 +
.form-control {
 +
  display: block;
 +
  width: 100%;
 +
  height: 34px;
 +
  padding: 6px 12px;
 +
  font-size: 14px;
 +
  line-height: 1.42857143;
 +
  color: #555;
 +
  background-color: #fff;
 +
  background-image: none;
 +
  border: 1px solid #ccc;
 +
  border-radius: 4px;
 +
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
 +
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
 +
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
 +
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
 +
}
 +
.form-control:focus {
 +
   border-color: #66afe9;
 +
  outline: 0;
 +
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
 +
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
 +
}
 +
.form-control::-moz-placeholder {
 +
  color: #999;
 +
  opacity: 1;
 +
}
 +
.form-control:-ms-input-placeholder {
 +
  color: #999;
 +
}
 +
.form-control::-webkit-input-placeholder {
 +
  color: #999;
 +
}
 +
.form-control[disabled],
 +
.form-control[readonly],
 +
fieldset[disabled] .form-control {
   cursor: not-allowed;
   cursor: not-allowed;
-
   background-color: #fcfcfc;
+
   background-color: #eee;
-
   border-color: #bbbbbb;
+
   opacity: 1;
-
  -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);
+
}
}
-
 
+
textarea.form-control {
-
.uneditable-input {
+
-
  overflow: hidden;
+
-
  white-space: nowrap;
+
-
}
+
-
 
+
-
.uneditable-textarea {
+
-
  width: auto;
+
   height: auto;
   height: auto;
}
}
-
 
+
input[type="search"] {
-
input:-moz-placeholder,
+
  -webkit-appearance: none;
-
textarea:-moz-placeholder {
+
-
  color: #bbbbbb;
+
}
}
-
 
+
input[type="date"] {
-
input:-ms-input-placeholder,
+
   line-height: 34px;
-
textarea:-ms-input-placeholder {
+
-
   color: #bbbbbb;
+
}
}
-
 
+
.form-group {
-
input::-webkit-input-placeholder,
+
   margin-bottom: 15px;
-
textarea::-webkit-input-placeholder {
+
-
   color: #bbbbbb;
+
}
}
-
 
.radio,
.radio,
.checkbox {
.checkbox {
 +
  display: block;
   min-height: 20px;
   min-height: 20px;
   padding-left: 20px;
   padding-left: 20px;
 +
  margin-top: 10px;
 +
  margin-bottom: 10px;
 +
}
 +
.radio label,
 +
.checkbox label {
 +
  display: inline;
 +
  font-weight: normal;
 +
  cursor: pointer;
}
}
-
 
.radio input[type="radio"],
.radio input[type="radio"],
-
.checkbox input[type="checkbox"] {
+
.radio-inline input[type="radio"],
 +
.checkbox input[type="checkbox"],
 +
.checkbox-inline input[type="checkbox"] {
   float: left;
   float: left;
   margin-left: -20px;
   margin-left: -20px;
}
}
-
 
+
.radio + .radio,
-
.controls > .radio:first-child,
+
.checkbox + .checkbox {
-
.controls > .checkbox:first-child {
+
   margin-top: -5px;
-
   padding-top: 5px;
+
}
}
-
 
+
.radio-inline,
-
.radio.inline,
+
.checkbox-inline {
-
.checkbox.inline {
+
   display: inline-block;
   display: inline-block;
-
   padding-top: 5px;
+
   padding-left: 20px;
   margin-bottom: 0;
   margin-bottom: 0;
 +
  font-weight: normal;
   vertical-align: middle;
   vertical-align: middle;
 +
  cursor: pointer;
}
}
-
 
+
.radio-inline + .radio-inline,
-
.radio.inline + .radio.inline,
+
.checkbox-inline + .checkbox-inline {
-
.checkbox.inline + .checkbox.inline {
+
  margin-top: 0;
   margin-left: 10px;
   margin-left: 10px;
}
}
-
 
+
input[type="radio"][disabled],
-
.input-mini {
+
input[type="checkbox"][disabled],
-
   width: 60px;
+
.radio[disabled],
 +
.radio-inline[disabled],
 +
.checkbox[disabled],
 +
.checkbox-inline[disabled],
 +
fieldset[disabled] input[type="radio"],
 +
fieldset[disabled] input[type="checkbox"],
 +
fieldset[disabled] .radio,
 +
fieldset[disabled] .radio-inline,
 +
fieldset[disabled] .checkbox,
 +
fieldset[disabled] .checkbox-inline {
 +
   cursor: not-allowed;
}
}
-
 
+
.input-sm {
-
.input-small {
+
   height: 30px;
-
   width: 90px;
+
  padding: 5px 10px;
 +
  font-size: 12px;
 +
  line-height: 1.5;
 +
  border-radius: 3px;
}
}
-
 
+
select.input-sm {
-
.input-medium {
+
   height: 30px;
-
   width: 150px;
+
  line-height: 30px;
}
}
-
 
+
textarea.input-sm,
-
.input-large {
+
select[multiple].input-sm {
-
   width: 210px;
+
   height: auto;
}
}
-
 
+
.input-lg {
-
.input-xlarge {
+
   height: 46px;
-
   width: 270px;
+
  padding: 10px 16px;
 +
  font-size: 18px;
 +
  line-height: 1.33;
 +
  border-radius: 6px;
}
}
-
 
+
select.input-lg {
-
.input-xxlarge {
+
   height: 46px;
-
   width: 530px;
+
  line-height: 46px;
}
}
-
 
+
textarea.input-lg,
-
input[class*="span"],
+
select[multiple].input-lg {
-
select[class*="span"],
+
   height: auto;
-
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;
+
}
}
-
 
+
.has-feedback {
-
.input-append input[class*="span"],
+
   position: relative;
-
.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;
+
}
}
-
 
+
.has-feedback .form-control {
-
input,
+
   padding-right: 42.5px;
-
textarea,
+
-
.uneditable-input {
+
-
   margin-left: 0;
+
}
}
-
 
+
.has-feedback .form-control-feedback {
-
.controls-row [class*="span"] + [class*="span"] {
+
   position: absolute;
-
   margin-left: 20px;
+
  top: 25px;
 +
  right: 0;
 +
  display: block;
 +
  width: 34px;
 +
  height: 34px;
 +
  line-height: 34px;
 +
  text-align: center;
}
}
-
 
+
.has-success .help-block,
-
input.span12,
+
.has-success .control-label,
-
textarea.span12,
+
.has-success .radio,
-
.uneditable-input.span12 {
+
.has-success .checkbox,
-
   width: 926px;
+
.has-success .radio-inline,
 +
.has-success .checkbox-inline {
 +
   color: #3c763d;
}
}
-
 
+
.has-success .form-control {
-
input.span11,
+
   border-color: #3c763d;
-
textarea.span11,
+
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
-
.uneditable-input.span11 {
+
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
-
   width: 846px;
+
}
}
-
 
+
.has-success .form-control:focus {
-
input.span10,
+
   border-color: #2b542c;
-
textarea.span10,
+
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
-
.uneditable-input.span10 {
+
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
-
   width: 766px;
+
}
}
-
 
+
.has-success .input-group-addon {
-
input.span9,
+
   color: #3c763d;
-
textarea.span9,
+
  background-color: #dff0d8;
-
.uneditable-input.span9 {
+
  border-color: #3c763d;
-
   width: 686px;
+
}
}
-
 
+
.has-success .form-control-feedback {
-
input.span8,
+
   color: #3c763d;
-
textarea.span8,
+
-
.uneditable-input.span8 {
+
-
   width: 606px;
+
}
}
-
 
+
.has-warning .help-block,
-
input.span7,
+
.has-warning .control-label,
-
textarea.span7,
+
.has-warning .radio,
-
.uneditable-input.span7 {
+
.has-warning .checkbox,
-
   width: 526px;
+
.has-warning .radio-inline,
 +
.has-warning .checkbox-inline {
 +
   color: #8a6d3b;
}
}
-
 
+
.has-warning .form-control {
-
input.span6,
+
   border-color: #8a6d3b;
-
textarea.span6,
+
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
-
.uneditable-input.span6 {
+
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
-
   width: 446px;
+
}
}
-
 
+
.has-warning .form-control:focus {
-
input.span5,
+
   border-color: #66512c;
-
textarea.span5,
+
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
-
.uneditable-input.span5 {
+
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
-
   width: 366px;
+
}
}
-
 
+
.has-warning .input-group-addon {
-
input.span4,
+
   color: #8a6d3b;
-
textarea.span4,
+
  background-color: #fcf8e3;
-
.uneditable-input.span4 {
+
  border-color: #8a6d3b;
-
   width: 286px;
+
}
}
-
 
+
.has-warning .form-control-feedback {
-
input.span3,
+
   color: #8a6d3b;
-
textarea.span3,
+
-
.uneditable-input.span3 {
+
-
   width: 206px;
+
}
}
-
 
+
.has-error .help-block,
-
input.span2,
+
.has-error .control-label,
-
textarea.span2,
+
.has-error .radio,
-
.uneditable-input.span2 {
+
.has-error .checkbox,
-
   width: 126px;
+
.has-error .radio-inline,
 +
.has-error .checkbox-inline {
 +
   color: #a94442;
}
}
-
 
+
.has-error .form-control {
-
input.span1,
+
   border-color: #a94442;
-
textarea.span1,
+
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
-
.uneditable-input.span1 {
+
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
-
   width: 46px;
+
}
}
-
 
+
.has-error .form-control:focus {
-
.controls-row {
+
   border-color: #843534;
-
   *zoom: 1;
+
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
 +
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
}
}
-
 
+
.has-error .input-group-addon {
-
.controls-row:before,
+
   color: #a94442;
-
.controls-row:after {
+
   background-color: #f2dede;
-
   display: table;
+
   border-color: #a94442;
-
   line-height: 0;
+
-
   content: "";
+
}
}
-
 
+
.has-error .form-control-feedback {
-
.controls-row:after {
+
   color: #a94442;
-
   clear: both;
+
}
}
-
 
+
.form-control-static {
-
.controls-row [class*="span"],
+
   margin-bottom: 0;
-
.row-fluid .controls-row [class*="span"] {
+
-
   float: left;
+
}
}
-
 
+
.help-block {
-
.controls-row .checkbox[class*="span"],
+
   display: block;
-
.controls-row .radio[class*="span"] {
+
  margin-top: 5px;
-
   padding-top: 5px;
+
  margin-bottom: 10px;
 +
  color: #737373;
}
}
-
 
+
@media (min-width: 768px) {
-
input[disabled],
+
  .form-inline .form-group {
-
select[disabled],
+
    display: inline-block;
-
textarea[disabled],
+
    margin-bottom: 0;
-
input[readonly],
+
    vertical-align: middle;
-
select[readonly],
+
  }
-
textarea[readonly] {
+
  .form-inline .form-control {
-
  cursor: not-allowed;
+
    display: inline-block;
-
   background-color: #eeeeee;
+
    width: auto;
 +
    vertical-align: middle;
 +
  }
 +
  .form-inline .input-group > .form-control {
 +
    width: 100%;
 +
  }
 +
  .form-inline .control-label {
 +
    margin-bottom: 0;
 +
    vertical-align: middle;
 +
  }
 +
  .form-inline .radio,
 +
  .form-inline .checkbox {
 +
    display: inline-block;
 +
    padding-left: 0;
 +
    margin-top: 0;
 +
    margin-bottom: 0;
 +
    vertical-align: middle;
 +
  }
 +
  .form-inline .radio input[type="radio"],
 +
  .form-inline .checkbox input[type="checkbox"] {
 +
    float: none;
 +
    margin-left: 0;
 +
   }
 +
  .form-inline .has-feedback .form-control-feedback {
 +
    top: 0;
 +
  }
}
}
-
 
+
.form-horizontal .control-label,
-
input[type="radio"][disabled],
+
.form-horizontal .radio,
-
input[type="checkbox"][disabled],
+
.form-horizontal .checkbox,
-
input[type="radio"][readonly],
+
.form-horizontal .radio-inline,
-
input[type="checkbox"][readonly] {
+
.form-horizontal .checkbox-inline {
-
   background-color: transparent;
+
   padding-top: 7px;
 +
  margin-top: 0;
 +
  margin-bottom: 0;
}
}
-
 
+
.form-horizontal .radio,
-
.control-group.warning .control-label,
+
.form-horizontal .checkbox {
-
.control-group.warning .help-block,
+
   min-height: 27px;
-
.control-group.warning .help-inline {
+
-
   color: #ffffff;
+
}
}
-
 
+
.form-horizontal .form-group {
-
.control-group.warning .checkbox,
+
  margin-right: -15px;
-
.control-group.warning .radio,
+
  margin-left: -15px;
-
.control-group.warning input,
+
-
.control-group.warning select,
+
-
.control-group.warning textarea {
+
-
  color: #ffffff;
+
}
}
-
 
+
.form-horizontal .form-control-static {
-
.control-group.warning input,
+
   padding-top: 7px;
-
.control-group.warning select,
+
-
.control-group.warning textarea {
+
-
   border-color: #ffffff;
+
-
  -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);
+
}
}
-
 
+
@media (min-width: 768px) {
-
.control-group.warning input:focus,
+
  .form-horizontal .control-label {
-
.control-group.warning select:focus,
+
    text-align: right;
-
.control-group.warning textarea:focus {
+
   }
-
  border-color: #e6e6e6;
+
-
   -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff;
+
-
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff;
+
-
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff;
+
}
}
-
 
+
.form-horizontal .has-feedback .form-control-feedback {
-
.control-group.warning .input-prepend .add-on,
+
   top: 0;
-
.control-group.warning .input-append .add-on {
+
   right: 15px;
-
   color: #ffffff;
+
-
   background-color: #ff7518;
+
-
  border-color: #ffffff;
+
}
}
-
 
+
.btn {
-
.control-group.error .control-label,
+
  display: inline-block;
-
.control-group.error .help-block,
+
  padding: 6px 12px;
-
.control-group.error .help-inline {
+
  margin-bottom: 0;
-
   color: #ffffff;
+
  font-size: 14px;
 +
  font-weight: normal;
 +
  line-height: 1.42857143;
 +
  text-align: center;
 +
   white-space: nowrap;
 +
  vertical-align: middle;
 +
  cursor: pointer;
 +
  -webkit-user-select: none;
 +
    -moz-user-select: none;
 +
      -ms-user-select: none;
 +
          user-select: none;
 +
  background-image: none;
 +
  border: 1px solid transparent;
 +
  border-radius: 4px;
}
}
-
 
+
.btn:focus,
-
.control-group.error .checkbox,
+
.btn:active:focus,
-
.control-group.error .radio,
+
.btn.active:focus {
-
.control-group.error input,
+
  outline: thin dotted;
-
.control-group.error select,
+
  outline: 5px auto -webkit-focus-ring-color;
-
.control-group.error textarea {
+
   outline-offset: -2px;
-
   color: #ffffff;
+
}
}
-
 
+
.btn:hover,
-
.control-group.error input,
+
.btn:focus {
-
.control-group.error select,
+
   color: #333;
-
.control-group.error textarea {
+
   text-decoration: none;
-
   border-color: #ffffff;
+
-
   -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);
+
}
}
-
 
+
.btn:active,
-
.control-group.error input:focus,
+
.btn.active {
-
.control-group.error select:focus,
+
   background-image: none;
-
.control-group.error textarea:focus {
+
   outline: 0;
-
   border-color: #e6e6e6;
+
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
-
   -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff;
+
           box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
-
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff;
+
-
           box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff;
+
}
}
-
 
+
.btn.disabled,
-
.control-group.error .input-prepend .add-on,
+
.btn[disabled],
-
.control-group.error .input-append .add-on {
+
fieldset[disabled] .btn {
-
   color: #ffffff;
+
   pointer-events: none;
-
   background-color: #ff0039;
+
   cursor: not-allowed;
-
   border-color: #ffffff;
+
  filter: alpha(opacity=65);
 +
   -webkit-box-shadow: none;
 +
          box-shadow: none;
 +
  opacity: .65;
}
}
-
 
+
.btn-default {
-
.control-group.success .control-label,
+
  color: #333;
-
.control-group.success .help-block,
+
  background-color: #fff;
-
.control-group.success .help-inline {
+
   border-color: #ccc;
-
   color: #ffffff;
+
}
}
-
 
+
.btn-default:hover,
-
.control-group.success .checkbox,
+
.btn-default:focus,
-
.control-group.success .radio,
+
.btn-default:active,
-
.control-group.success input,
+
.btn-default.active,
-
.control-group.success select,
+
.open .dropdown-toggle.btn-default {
-
.control-group.success textarea {
+
   color: #333;
-
   color: #ffffff;
+
  background-color: #ebebeb;
 +
  border-color: #adadad;
}
}
-
 
+
.btn-default:active,
-
.control-group.success input,
+
.btn-default.active,
-
.control-group.success select,
+
.open .dropdown-toggle.btn-default {
-
.control-group.success textarea {
+
   background-image: none;
-
   border-color: #ffffff;
+
-
  -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);
+
}
}
-
 
+
.btn-default.disabled,
-
.control-group.success input:focus,
+
.btn-default[disabled],
-
.control-group.success select:focus,
+
fieldset[disabled] .btn-default,
-
.control-group.success textarea:focus {
+
.btn-default.disabled:hover,
-
  border-color: #e6e6e6;
+
.btn-default[disabled]:hover,
-
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff;
+
fieldset[disabled] .btn-default:hover,
-
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff;
+
.btn-default.disabled:focus,
-
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff;
+
.btn-default[disabled]:focus,
 +
fieldset[disabled] .btn-default:focus,
 +
.btn-default.disabled:active,
 +
.btn-default[disabled]:active,
 +
fieldset[disabled] .btn-default:active,
 +
.btn-default.disabled.active,
 +
.btn-default[disabled].active,
 +
fieldset[disabled] .btn-default.active {
 +
  background-color: #fff;
 +
  border-color: #ccc;
}
}
-
 
+
.btn-default .badge {
-
.control-group.success .input-prepend .add-on,
+
   color: #fff;
-
.control-group.success .input-append .add-on {
+
   background-color: #333;
-
   color: #ffffff;
+
-
   background-color: #3fb618;
+
-
  border-color: #ffffff;
+
}
}
-
 
+
.btn-primary {
-
.control-group.info .control-label,
+
  color: #fff;
-
.control-group.info .help-block,
+
  background-color: #428bca;
-
.control-group.info .help-inline {
+
   border-color: #357ebd;
-
   color: #ffffff;
+
}
}
-
 
+
.btn-primary:hover,
-
.control-group.info .checkbox,
+
.btn-primary:focus,
-
.control-group.info .radio,
+
.btn-primary:active,
-
.control-group.info input,
+
.btn-primary.active,
-
.control-group.info select,
+
.open .dropdown-toggle.btn-primary {
-
.control-group.info textarea {
+
   color: #fff;
-
   color: #ffffff;
+
  background-color: #3276b1;
 +
  border-color: #285e8e;
}
}
-
 
+
.btn-primary:active,
-
.control-group.info input,
+
.btn-primary.active,
-
.control-group.info select,
+
.open .dropdown-toggle.btn-primary {
-
.control-group.info textarea {
+
   background-image: none;
-
   border-color: #ffffff;
+
-
  -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);
+
}
}
-
 
+
.btn-primary.disabled,
-
.control-group.info input:focus,
+
.btn-primary[disabled],
-
.control-group.info select:focus,
+
fieldset[disabled] .btn-primary,
-
.control-group.info textarea:focus {
+
.btn-primary.disabled:hover,
-
  border-color: #e6e6e6;
+
.btn-primary[disabled]:hover,
-
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff;
+
fieldset[disabled] .btn-primary:hover,
-
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff;
+
.btn-primary.disabled:focus,
-
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff;
+
.btn-primary[disabled]:focus,
 +
fieldset[disabled] .btn-primary:focus,
 +
.btn-primary.disabled:active,
 +
.btn-primary[disabled]:active,
 +
fieldset[disabled] .btn-primary:active,
 +
.btn-primary.disabled.active,
 +
.btn-primary[disabled].active,
 +
fieldset[disabled] .btn-primary.active {
 +
  background-color: #428bca;
 +
  border-color: #357ebd;
}
}
-
 
+
.btn-primary .badge {
-
.control-group.info .input-prepend .add-on,
+
   color: #428bca;
-
.control-group.info .input-append .add-on {
+
   background-color: #fff;
-
   color: #ffffff;
+
-
   background-color: #9954bb;
+
-
  border-color: #ffffff;
+
}
}
-
 
+
.btn-success {
-
input:focus:invalid,
+
  color: #fff;
-
textarea:focus:invalid,
+
   background-color: #5cb85c;
-
select:focus:invalid {
+
   border-color: #4cae4c;
-
   color: #b94a48;
+
-
   border-color: #ee5f5b;
+
}
}
-
 
+
.btn-success:hover,
-
input:focus:invalid:focus,
+
.btn-success:focus,
-
textarea:focus:invalid:focus,
+
.btn-success:active,
-
select:focus:invalid:focus {
+
.btn-success.active,
-
   border-color: #e9322d;
+
.open .dropdown-toggle.btn-success {
-
   -webkit-box-shadow: 0 0 6px #f8b9b7;
+
   color: #fff;
-
    -moz-box-shadow: 0 0 6px #f8b9b7;
+
   background-color: #47a447;
-
          box-shadow: 0 0 6px #f8b9b7;
+
  border-color: #398439;
}
}
-
 
+
.btn-success:active,
-
.form-actions {
+
.btn-success.active,
-
  padding: 19px 20px 20px;
+
.open .dropdown-toggle.btn-success {
-
  margin-top: 20px;
+
   background-image: none;
-
  margin-bottom: 20px;
+
-
   background-color: #f5f5f5;
+
-
  border-top: 1px solid #e5e5e5;
+
-
  *zoom: 1;
+
}
}
-
 
+
.btn-success.disabled,
-
.form-actions:before,
+
.btn-success[disabled],
-
.form-actions:after {
+
fieldset[disabled] .btn-success,
-
  display: table;
+
.btn-success.disabled:hover,
-
   line-height: 0;
+
.btn-success[disabled]:hover,
-
   content: "";
+
fieldset[disabled] .btn-success:hover,
 +
.btn-success.disabled:focus,
 +
.btn-success[disabled]:focus,
 +
fieldset[disabled] .btn-success:focus,
 +
.btn-success.disabled:active,
 +
.btn-success[disabled]:active,
 +
fieldset[disabled] .btn-success:active,
 +
.btn-success.disabled.active,
 +
.btn-success[disabled].active,
 +
fieldset[disabled] .btn-success.active {
 +
   background-color: #5cb85c;
 +
   border-color: #4cae4c;
}
}
-
 
+
.btn-success .badge {
-
.form-actions:after {
+
   color: #5cb85c;
-
   clear: both;
+
  background-color: #fff;
}
}
-
 
+
.btn-info {
-
.help-block,
+
  color: #fff;
-
.help-inline {
+
  background-color: #5bc0de;
-
   color: #7b7b7b;
+
   border-color: #46b8da;
}
}
-
 
+
.btn-info:hover,
-
.help-block {
+
.btn-info:focus,
-
   display: block;
+
.btn-info:active,
-
   margin-bottom: 10px;
+
.btn-info.active,
 +
.open .dropdown-toggle.btn-info {
 +
   color: #fff;
 +
  background-color: #39b3d7;
 +
   border-color: #269abc;
}
}
-
 
+
.btn-info:active,
-
.help-inline {
+
.btn-info.active,
-
  display: inline-block;
+
.open .dropdown-toggle.btn-info {
-
  *display: inline;
+
   background-image: none;
-
  padding-left: 5px;
+
-
   vertical-align: middle;
+
-
  *zoom: 1;
+
}
}
-
 
+
.btn-info.disabled,
-
.input-append,
+
.btn-info[disabled],
-
.input-prepend {
+
fieldset[disabled] .btn-info,
-
  display: inline-block;
+
.btn-info.disabled:hover,
-
  margin-bottom: 10px;
+
.btn-info[disabled]:hover,
-
  font-size: 0;
+
fieldset[disabled] .btn-info:hover,
-
   white-space: nowrap;
+
.btn-info.disabled:focus,
-
   vertical-align: middle;
+
.btn-info[disabled]:focus,
 +
fieldset[disabled] .btn-info:focus,
 +
.btn-info.disabled:active,
 +
.btn-info[disabled]:active,
 +
fieldset[disabled] .btn-info:active,
 +
.btn-info.disabled.active,
 +
.btn-info[disabled].active,
 +
fieldset[disabled] .btn-info.active {
 +
   background-color: #5bc0de;
 +
   border-color: #46b8da;
}
}
-
 
+
.btn-info .badge {
-
.input-append input,
+
  color: #5bc0de;
-
.input-prepend input,
+
   background-color: #fff;
-
.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;
+
}
}
-
 
+
.btn-warning {
-
.input-append input,
+
   color: #fff;
-
.input-prepend input,
+
   background-color: #f0ad4e;
-
.input-append select,
+
   border-color: #eea236;
-
.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 0 0px 0;
+
-
    -moz-border-radius: 0 0 0px 0;
+
-
          border-radius: 0 0 0px 0;
+
}
}
-
 
+
.btn-warning:hover,
-
.input-append input:focus,
+
.btn-warning:focus,
-
.input-prepend input:focus,
+
.btn-warning:active,
-
.input-append select:focus,
+
.btn-warning.active,
-
.input-prepend select:focus,
+
.open .dropdown-toggle.btn-warning {
-
.input-append .uneditable-input:focus,
+
  color: #fff;
-
.input-prepend .uneditable-input:focus {
+
  background-color: #ed9c28;
-
   z-index: 2;
+
   border-color: #d58512;
}
}
-
 
+
.btn-warning:active,
-
.input-append .add-on,
+
.btn-warning.active,
-
.input-prepend .add-on {
+
.open .dropdown-toggle.btn-warning {
-
  display: inline-block;
+
   background-image: none;
-
  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;
+
}
}
-
 
+
.btn-warning.disabled,
-
.input-append .add-on,
+
.btn-warning[disabled],
-
.input-prepend .add-on,
+
fieldset[disabled] .btn-warning,
-
.input-append .btn,
+
.btn-warning.disabled:hover,
-
.input-prepend .btn,
+
.btn-warning[disabled]:hover,
-
.input-append .btn-group > .dropdown-toggle,
+
fieldset[disabled] .btn-warning:hover,
-
.input-prepend .btn-group > .dropdown-toggle {
+
.btn-warning.disabled:focus,
-
   vertical-align: top;
+
.btn-warning[disabled]:focus,
-
   -webkit-border-radius: 0;
+
fieldset[disabled] .btn-warning:focus,
-
    -moz-border-radius: 0;
+
.btn-warning.disabled:active,
-
          border-radius: 0;
+
.btn-warning[disabled]:active,
 +
fieldset[disabled] .btn-warning:active,
 +
.btn-warning.disabled.active,
 +
.btn-warning[disabled].active,
 +
fieldset[disabled] .btn-warning.active {
 +
   background-color: #f0ad4e;
 +
   border-color: #eea236;
}
}
-
 
+
.btn-warning .badge {
-
.input-append .active,
+
   color: #f0ad4e;
-
.input-prepend .active {
+
   background-color: #fff;
-
   background-color: #96ed7a;
+
-
   border-color: #3fb618;
+
}
}
-
 
+
.btn-danger {
-
.input-prepend .add-on,
+
  color: #fff;
-
.input-prepend .btn {
+
  background-color: #d9534f;
-
   margin-right: -1px;
+
   border-color: #d43f3a;
}
}
-
 
+
.btn-danger:hover,
-
.input-prepend .add-on:first-child,
+
.btn-danger:focus,
-
.input-prepend .btn:first-child {
+
.btn-danger:active,
-
   -webkit-border-radius: 0 0 0 0px;
+
.btn-danger.active,
-
    -moz-border-radius: 0 0 0 0px;
+
.open .dropdown-toggle.btn-danger {
-
          border-radius: 0 0 0 0px;
+
   color: #fff;
 +
  background-color: #d2322d;
 +
  border-color: #ac2925;
}
}
-
 
+
.btn-danger:active,
-
.input-append input,
+
.btn-danger.active,
-
.input-append select,
+
.open .dropdown-toggle.btn-danger {
-
.input-append .uneditable-input {
+
   background-image: none;
-
   -webkit-border-radius: 0 0 0 0px;
+
-
    -moz-border-radius: 0 0 0 0px;
+
-
          border-radius: 0 0 0 0px;
+
}
}
-
 
+
.btn-danger.disabled,
-
.input-append input + .btn-group .btn:last-child,
+
.btn-danger[disabled],
-
.input-append select + .btn-group .btn:last-child,
+
fieldset[disabled] .btn-danger,
-
.input-append .uneditable-input + .btn-group .btn:last-child {
+
.btn-danger.disabled:hover,
-
  -webkit-border-radius: 0 0 0px 0;
+
.btn-danger[disabled]:hover,
-
    -moz-border-radius: 0 0 0px 0;
+
fieldset[disabled] .btn-danger:hover,
-
          border-radius: 0 0 0px 0;
+
.btn-danger.disabled:focus,
 +
.btn-danger[disabled]:focus,
 +
fieldset[disabled] .btn-danger:focus,
 +
.btn-danger.disabled:active,
 +
.btn-danger[disabled]:active,
 +
fieldset[disabled] .btn-danger:active,
 +
.btn-danger.disabled.active,
 +
.btn-danger[disabled].active,
 +
fieldset[disabled] .btn-danger.active {
 +
  background-color: #d9534f;
 +
  border-color: #d43f3a;
}
}
-
 
+
.btn-danger .badge {
-
.input-append .add-on,
+
   color: #d9534f;
-
.input-append .btn,
+
  background-color: #fff;
-
.input-append .btn-group {
+
-
   margin-left: -1px;
+
}
}
-
 
+
.btn-link {
-
.input-append .add-on:last-child,
+
  font-weight: normal;
-
.input-append .btn:last-child,
+
   color: #428bca;
-
.input-append .btn-group:last-child > .dropdown-toggle {
+
  cursor: pointer;
-
   -webkit-border-radius: 0 0 0px 0;
+
  border-radius: 0;
-
    -moz-border-radius: 0 0 0px 0;
+
-
          border-radius: 0 0 0px 0;
+
}
}
-
 
+
.btn-link,
-
.input-prepend.input-append input,
+
.btn-link:active,
-
.input-prepend.input-append select,
+
.btn-link[disabled],
-
.input-prepend.input-append .uneditable-input {
+
fieldset[disabled] .btn-link {
-
   -webkit-border-radius: 0;
+
   background-color: transparent;
-
    -moz-border-radius: 0;
+
  -webkit-box-shadow: none;
-
           border-radius: 0;
+
           box-shadow: none;
}
}
-
 
+
.btn-link,
-
.input-prepend.input-append input + .btn-group .btn,
+
.btn-link:hover,
-
.input-prepend.input-append select + .btn-group .btn,
+
.btn-link:focus,
-
.input-prepend.input-append .uneditable-input + .btn-group .btn {
+
.btn-link:active {
-
   -webkit-border-radius: 0 0 0px 0;
+
   border-color: transparent;
-
    -moz-border-radius: 0 0 0px 0;
+
-
          border-radius: 0 0 0px 0;
+
}
}
-
 
+
.btn-link:hover,
-
.input-prepend.input-append .add-on:first-child,
+
.btn-link:focus {
-
.input-prepend.input-append .btn:first-child {
+
   color: #2a6496;
-
   margin-right: -1px;
+
   text-decoration: underline;
-
   -webkit-border-radius: 0 0 0 0px;
+
  background-color: transparent;
-
    -moz-border-radius: 0 0 0 0px;
+
-
          border-radius: 0 0 0 0px;
+
}
}
-
 
+
.btn-link[disabled]:hover,
-
.input-prepend.input-append .add-on:last-child,
+
fieldset[disabled] .btn-link:hover,
-
.input-prepend.input-append .btn:last-child {
+
.btn-link[disabled]:focus,
-
   margin-left: -1px;
+
fieldset[disabled] .btn-link:focus {
-
   -webkit-border-radius: 0 0 0px 0;
+
   color: #999;
-
    -moz-border-radius: 0 0 0px 0;
+
   text-decoration: none;
-
          border-radius: 0 0 0px 0;
+
}
}
-
 
+
.btn-lg,
-
.input-prepend.input-append .btn-group:first-child {
+
.btn-group-lg > .btn {
-
   margin-left: 0;
+
  padding: 10px 16px;
 +
  font-size: 18px;
 +
  line-height: 1.33;
 +
   border-radius: 6px;
}
}
-
 
+
.btn-sm,
-
input.search-query {
+
.btn-group-sm > .btn {
-
  padding-right: 14px;
+
   padding: 5px 10px;
-
  padding-right: 4px \9;
+
   font-size: 12px;
-
   padding-left: 14px;
+
   line-height: 1.5;
-
   padding-left: 4px \9;
+
   border-radius: 3px;
-
   /* 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;
+
}
}
-
 
+
.btn-xs,
-
/* Allow for input prepend/append in search forms */
+
.btn-group-xs > .btn {
-
 
+
   padding: 1px 5px;
-
.form-search .input-append .search-query,
+
  font-size: 12px;
-
.form-search .input-prepend .search-query {
+
  line-height: 1.5;
-
   -webkit-border-radius: 0;
+
  border-radius: 3px;
-
    -moz-border-radius: 0;
+
-
          border-radius: 0;
+
}
}
-
 
+
.btn-block {
-
.form-search .input-append .search-query {
+
   display: block;
-
   -webkit-border-radius: 14px 0 0 14px;
+
  width: 100%;
-
    -moz-border-radius: 14px 0 0 14px;
+
  padding-right: 0;
-
          border-radius: 14px 0 0 14px;
+
  padding-left: 0;
}
}
-
 
+
.btn-block + .btn-block {
-
.form-search .input-append .btn {
+
   margin-top: 5px;
-
   -webkit-border-radius: 0 14px 14px 0;
+
-
    -moz-border-radius: 0 14px 14px 0;
+
-
          border-radius: 0 14px 14px 0;
+
}
}
-
 
+
input[type="submit"].btn-block,
-
.form-search .input-prepend .search-query {
+
input[type="reset"].btn-block,
-
   -webkit-border-radius: 0 14px 14px 0;
+
input[type="button"].btn-block {
-
    -moz-border-radius: 0 14px 14px 0;
+
   width: 100%;
-
          border-radius: 0 14px 14px 0;
+
}
}
-
 
+
.fade {
-
.form-search .input-prepend .btn {
+
   opacity: 0;
-
   -webkit-border-radius: 14px 0 0 14px;
+
  -webkit-transition: opacity .15s linear;
-
    -moz-border-radius: 14px 0 0 14px;
+
           transition: opacity .15s linear;
-
           border-radius: 14px 0 0 14px;
+
}
}
-
 
+
.fade.in {
-
.form-search input,
+
   opacity: 1;
-
.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;
+
}
}
-
 
+
.collapse {
-
.form-search .hide,
+
-
.form-inline .hide,
+
-
.form-horizontal .hide {
+
   display: none;
   display: none;
}
}
-
 
+
.collapse.in {
-
.form-search label,
+
   display: block;
-
.form-inline label,
+
-
.form-search .btn-group,
+
-
.form-inline .btn-group {
+
-
   display: inline-block;
+
}
}
-
 
+
.collapsing {
-
.form-search .input-append,
+
  position: relative;
-
.form-inline .input-append,
+
  height: 0;
-
.form-search .input-prepend,
+
  overflow: hidden;
-
.form-inline .input-prepend {
+
   -webkit-transition: height .35s ease;
-
   margin-bottom: 0;
+
          transition: height .35s ease;
}
}
 +
@font-face {
 +
  font-family: 'Glyphicons Halflings';
-
.form-search .radio,
+
  src: url('../fonts/glyphicons-halflings-regular.eot');
-
.form-search .checkbox,
+
  src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
-
.form-inline .radio,
+
-
.form-inline .checkbox {
+
-
  padding-left: 0;
+
-
  margin-bottom: 0;
+
-
  vertical-align: middle;
+
}
}
 +
.glyphicon {
 +
  position: relative;
 +
  top: 1px;
 +
  display: inline-block;
 +
  font-family: 'Glyphicons Halflings';
 +
  font-style: normal;
 +
  font-weight: normal;
 +
  line-height: 1;
-
.form-search .radio input[type="radio"],
+
  -webkit-font-smoothing: antialiased;
-
.form-search .checkbox input[type="checkbox"],
+
   -moz-osx-font-smoothing: grayscale;
-
.form-inline .radio input[type="radio"],
+
-
.form-inline .checkbox input[type="checkbox"] {
+
-
  float: left;
+
-
   margin-right: 3px;
+
-
  margin-left: 0;
+
}
}
-
 
+
.glyphicon-asterisk:before {
-
.control-group {
+
   content: "\2a";
-
   margin-bottom: 10px;
+
}
}
-
 
+
.glyphicon-plus:before {
-
legend + .control-group {
+
   content: "\2b";
-
   margin-top: 20px;
+
-
  -webkit-margin-top-collapse: separate;
+
}
}
-
 
+
.glyphicon-euro:before {
-
.form-horizontal .control-group {
+
   content: "\20ac";
-
   margin-bottom: 20px;
+
-
  *zoom: 1;
+
}
}
-
 
+
.glyphicon-minus:before {
-
.form-horizontal .control-group:before,
+
   content: "\2212";
-
.form-horizontal .control-group:after {
+
-
  display: table;
+
-
  line-height: 0;
+
-
   content: "";
+
}
}
-
 
+
.glyphicon-cloud:before {
-
.form-horizontal .control-group:after {
+
   content: "\2601";
-
   clear: both;
+
}
}
-
 
+
.glyphicon-envelope:before {
-
.form-horizontal .control-label {
+
   content: "\2709";
-
   float: left;
+
-
  width: 160px;
+
-
  padding-top: 5px;
+
-
  text-align: right;
+
}
}
-
 
+
.glyphicon-pencil:before {
-
.form-horizontal .controls {
+
   content: "\270f";
-
   *display: inline-block;
+
-
  *padding-left: 20px;
+
-
  margin-left: 180px;
+
-
  *margin-left: 0;
+
}
}
-
 
+
.glyphicon-glass:before {
-
.form-horizontal .controls:first-child {
+
   content: "\e001";
-
   *padding-left: 180px;
+
}
}
-
 
+
.glyphicon-music:before {
-
.form-horizontal .help-block {
+
   content: "\e002";
-
   margin-bottom: 0;
+
}
}
-
 
+
.glyphicon-search:before {
-
.form-horizontal input + .help-block,
+
   content: "\e003";
-
.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;
+
}
}
-
 
+
.glyphicon-heart:before {
-
.form-horizontal .form-actions {
+
   content: "\e005";
-
   padding-left: 180px;
+
}
}
-
 
+
.glyphicon-star:before {
-
table {
+
   content: "\e006";
-
  max-width: 100%;
+
-
   background-color: transparent;
+
-
  border-collapse: collapse;
+
-
  border-spacing: 0;
+
}
}
-
 
+
.glyphicon-star-empty:before {
-
.table {
+
   content: "\e007";
-
   width: 100%;
+
-
  margin-bottom: 20px;
+
}
}
-
 
+
.glyphicon-user:before {
-
.table th,
+
   content: "\e008";
-
.table td {
+
-
  padding: 8px;
+
-
  line-height: 20px;
+
-
   text-align: left;
+
-
  vertical-align: top;
+
-
  border-top: 1px solid #dddddd;
+
}
}
-
 
+
.glyphicon-film:before {
-
.table th {
+
   content: "\e009";
-
   font-weight: bold;
+
}
}
-
 
+
.glyphicon-th-large:before {
-
.table thead th {
+
   content: "\e010";
-
   vertical-align: bottom;
+
}
}
-
 
+
.glyphicon-th:before {
-
.table caption + thead tr:first-child th,
+
   content: "\e011";
-
.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;
+
}
}
-
 
+
.glyphicon-th-list:before {
-
.table tbody + tbody {
+
   content: "\e012";
-
   border-top: 2px solid #dddddd;
+
}
}
-
 
+
.glyphicon-ok:before {
-
.table .table {
+
   content: "\e013";
-
   background-color: #ffffff;
+
}
}
-
 
+
.glyphicon-remove:before {
-
.table-condensed th,
+
   content: "\e014";
-
.table-condensed td {
+
-
   padding: 4px 5px;
+
}
}
-
 
+
.glyphicon-zoom-in:before {
-
.table-bordered {
+
   content: "\e015";
-
  border: 1px solid #dddddd;
+
-
  border-collapse: separate;
+
-
   *border-collapse: collapse;
+
-
  border-left: 0;
+
-
  -webkit-border-radius: 0;
+
-
    -moz-border-radius: 0;
+
-
          border-radius: 0;
+
}
}
-
 
+
.glyphicon-zoom-out:before {
-
.table-bordered th,
+
   content: "\e016";
-
.table-bordered td {
+
-
   border-left: 1px solid #dddddd;
+
}
}
-
 
+
.glyphicon-off:before {
-
.table-bordered caption + thead tr:first-child th,
+
   content: "\e017";
-
.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;
+
}
}
-
 
+
.glyphicon-signal:before {
-
.table-bordered thead:first-child tr:first-child > th:first-child,
+
   content: "\e018";
-
.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: 0;
+
-
          border-top-left-radius: 0;
+
-
  -moz-border-radius-topleft: 0;
+
}
}
-
 
+
.glyphicon-cog:before {
-
.table-bordered thead:first-child tr:first-child > th:last-child,
+
   content: "\e019";
-
.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: 0;
+
-
          border-top-right-radius: 0;
+
-
  -moz-border-radius-topright: 0;
+
}
}
-
 
+
.glyphicon-trash:before {
-
.table-bordered thead:last-child tr:last-child > th:first-child,
+
   content: "\e020";
-
.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: 0;
+
-
          border-bottom-left-radius: 0;
+
-
  -moz-border-radius-bottomleft: 0;
+
}
}
-
 
+
.glyphicon-home:before {
-
.table-bordered thead:last-child tr:last-child > th:last-child,
+
   content: "\e021";
-
.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: 0;
+
-
          border-bottom-right-radius: 0;
+
-
  -moz-border-radius-bottomright: 0;
+
}
}
-
 
+
.glyphicon-file:before {
-
.table-bordered tfoot + tbody:last-child tr:last-child td:first-child {
+
   content: "\e022";
-
   -webkit-border-bottom-left-radius: 0;
+
-
          border-bottom-left-radius: 0;
+
-
  -moz-border-radius-bottomleft: 0;
+
}
}
-
 
+
.glyphicon-time:before {
-
.table-bordered tfoot + tbody:last-child tr:last-child td:last-child {
+
   content: "\e023";
-
   -webkit-border-bottom-right-radius: 0;
+
-
          border-bottom-right-radius: 0;
+
-
  -moz-border-radius-bottomright: 0;
+
}
}
-
 
+
.glyphicon-road:before {
-
.table-bordered caption + thead tr:first-child th:first-child,
+
   content: "\e024";
-
.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: 0;
+
-
          border-top-left-radius: 0;
+
-
  -moz-border-radius-topleft: 0;
+
}
}
-
 
+
.glyphicon-download-alt:before {
-
.table-bordered caption + thead tr:first-child th:last-child,
+
   content: "\e025";
-
.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: 0;
+
-
          border-top-right-radius: 0;
+
-
  -moz-border-radius-topright: 0;
+
}
}
-
 
+
.glyphicon-download:before {
-
.table-striped tbody > tr:nth-child(odd) > td,
+
   content: "\e026";
-
.table-striped tbody > tr:nth-child(odd) > th {
+
-
   background-color: #f9f9f9;
+
}
}
-
 
+
.glyphicon-upload:before {
-
.table-hover tbody tr:hover > td,
+
   content: "\e027";
-
.table-hover tbody tr:hover > th {
+
-
   background-color: #e8f8fd;
+
}
}
-
 
+
.glyphicon-inbox:before {
-
table td[class*="span"],
+
   content: "\e028";
-
table th[class*="span"],
+
-
.row-fluid table td[class*="span"],
+
-
.row-fluid table th[class*="span"] {
+
-
   display: table-cell;
+
-
  float: none;
+
-
  margin-left: 0;
+
}
}
-
 
+
.glyphicon-play-circle:before {
-
.table td.span1,
+
   content: "\e029";
-
.table th.span1 {
+
-
   float: none;
+
-
  width: 44px;
+
-
  margin-left: 0;
+
}
}
-
 
+
.glyphicon-repeat:before {
-
.table td.span2,
+
   content: "\e030";
-
.table th.span2 {
+
-
   float: none;
+
-
  width: 124px;
+
-
  margin-left: 0;
+
}
}
-
 
+
.glyphicon-refresh:before {
-
.table td.span3,
+
   content: "\e031";
-
.table th.span3 {
+
-
   float: none;
+
-
  width: 204px;
+
-
  margin-left: 0;
+
}
}
-
 
+
.glyphicon-list-alt:before {
-
.table td.span4,
+
   content: "\e032";
-
.table th.span4 {
+
-
   float: none;
+
-
  width: 284px;
+
-
  margin-left: 0;
+
}
}
-
 
+
.glyphicon-lock:before {
-
.table td.span5,
+
   content: "\e033";
-
.table th.span5 {
+
-
   float: none;
+
-
  width: 364px;
+
-
  margin-left: 0;
+
}
}
-
 
+
.glyphicon-flag:before {
-
.table td.span6,
+
   content: "\e034";
-
.table th.span6 {
+
-
   float: none;
+
-
  width: 444px;
+
-
  margin-left: 0;
+
}
}
-
 
+
.glyphicon-headphones:before {
-
.table td.span7,
+
   content: "\e035";
-
.table th.span7 {
+
-
   float: none;
+
-
  width: 524px;
+
-
  margin-left: 0;
+
}
}
-
 
+
.glyphicon-volume-off:before {
-
.table td.span8,
+
   content: "\e036";
-
.table th.span8 {
+
-
   float: none;
+
-
  width: 604px;
+
-
  margin-left: 0;
+
}
}
-
 
+
.glyphicon-volume-down:before {
-
.table td.span9,
+
   content: "\e037";
-
.table th.span9 {
+
-
   float: none;
+
-
  width: 684px;
+
-
  margin-left: 0;
+
}
}
-
 
+
.glyphicon-volume-up:before {
-
.table td.span10,
+
   content: "\e038";
-
.table th.span10 {
+
-
   float: none;
+
-
  width: 764px;
+
-
  margin-left: 0;
+
}
}
-
 
+
.glyphicon-qrcode:before {
-
.table td.span11,
+
   content: "\e039";
-
.table th.span11 {
+
-
   float: none;
+
-
  width: 844px;
+
-
  margin-left: 0;
+
}
}
-
 
+
.glyphicon-barcode:before {
-
.table td.span12,
+
   content: "\e040";
-
.table th.span12 {
+
-
   float: none;
+
-
  width: 924px;
+
-
  margin-left: 0;
+
}
}
-
 
+
.glyphicon-tag:before {
-
.table tbody tr.success > td {
+
   content: "\e041";
-
   background-color: #3fb618;
+
}
}
-
 
+
.glyphicon-tags:before {
-
.table tbody tr.error > td {
+
   content: "\e042";
-
   background-color: #ff0039;
+
}
}
-
 
+
.glyphicon-book:before {
-
.table tbody tr.warning > td {
+
   content: "\e043";
-
   background-color: #ff7518;
+
}
}
-
 
+
.glyphicon-bookmark:before {
-
.table tbody tr.info > td {
+
   content: "\e044";
-
   background-color: #9954bb;
+
}
}
-
 
+
.glyphicon-print:before {
-
.table-hover tbody tr.success:hover > td {
+
   content: "\e045";
-
   background-color: #379f15;
+
}
}
-
 
+
.glyphicon-camera:before {
-
.table-hover tbody tr.error:hover > td {
+
   content: "\e046";
-
   background-color: #e60033;
+
}
}
-
 
+
.glyphicon-font:before {
-
.table-hover tbody tr.warning:hover > td {
+
   content: "\e047";
-
   background-color: #fe6600;
+
}
}
-
 
+
.glyphicon-bold:before {
-
.table-hover tbody tr.info:hover > td {
+
   content: "\e048";
-
   background-color: #8d46b0;
+
}
}
-
 
+
.glyphicon-italic:before {
-
[class^="icon-"],
+
   content: "\e049";
-
[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;
+
}
}
-
 
+
.glyphicon-text-height:before {
-
/* White icons with optional class, or on hover/focus/active states of certain elements */
+
   content: "\e050";
-
 
+
-
.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");
+
}
}
-
 
+
.glyphicon-text-width:before {
-
.icon-glass {
+
   content: "\e051";
-
   background-position: 0      0;
+
}
}
-
 
+
.glyphicon-align-left:before {
-
.icon-music {
+
   content: "\e052";
-
   background-position: -24px 0;
+
}
}
-
 
+
.glyphicon-align-center:before {
-
.icon-search {
+
   content: "\e053";
-
   background-position: -48px 0;
+
}
}
-
 
+
.glyphicon-align-right:before {
-
.icon-envelope {
+
   content: "\e054";
-
   background-position: -72px 0;
+
}
}
-
 
+
.glyphicon-align-justify:before {
-
.icon-heart {
+
   content: "\e055";
-
   background-position: -96px 0;
+
}
}
-
 
+
.glyphicon-list:before {
-
.icon-star {
+
   content: "\e056";
-
   background-position: -120px 0;
+
}
}
-
 
+
.glyphicon-indent-left:before {
-
.icon-star-empty {
+
   content: "\e057";
-
   background-position: -144px 0;
+
}
}
-
 
+
.glyphicon-indent-right:before {
-
.icon-user {
+
   content: "\e058";
-
   background-position: -168px 0;
+
}
}
-
 
+
.glyphicon-facetime-video:before {
-
.icon-film {
+
   content: "\e059";
-
   background-position: -192px 0;
+
}
}
-
 
+
.glyphicon-picture:before {
-
.icon-th-large {
+
   content: "\e060";
-
   background-position: -216px 0;
+
}
}
-
 
+
.glyphicon-map-marker:before {
-
.icon-th {
+
   content: "\e062";
-
   background-position: -240px 0;
+
}
}
-
 
+
.glyphicon-adjust:before {
-
.icon-th-list {
+
   content: "\e063";
-
   background-position: -264px 0;
+
}
}
-
 
+
.glyphicon-tint:before {
-
.icon-ok {
+
   content: "\e064";
-
   background-position: -288px 0;
+
}
}
-
 
+
.glyphicon-edit:before {
-
.icon-remove {
+
   content: "\e065";
-
   background-position: -312px 0;
+
}
}
-
 
+
.glyphicon-share:before {
-
.icon-zoom-in {
+
   content: "\e066";
-
   background-position: -336px 0;
+
}
}
-
 
+
.glyphicon-check:before {
-
.icon-zoom-out {
+
   content: "\e067";
-
   background-position: -360px 0;
+
}
}
-
 
+
.glyphicon-move:before {
-
.icon-off {
+
   content: "\e068";
-
   background-position: -384px 0;
+
}
}
-
 
+
.glyphicon-step-backward:before {
-
.icon-signal {
+
   content: "\e069";
-
   background-position: -408px 0;
+
}
}
-
 
+
.glyphicon-fast-backward:before {
-
.icon-cog {
+
   content: "\e070";
-
   background-position: -432px 0;
+
}
}
-
 
+
.glyphicon-backward:before {
-
.icon-trash {
+
   content: "\e071";
-
   background-position: -456px 0;
+
}
}
-
 
+
.glyphicon-play:before {
-
.icon-home {
+
   content: "\e072";
-
   background-position: 0 -24px;
+
}
}
-
 
+
.glyphicon-pause:before {
-
.icon-file {
+
   content: "\e073";
-
   background-position: -24px -24px;
+
}
}
-
 
+
.glyphicon-stop:before {
-
.icon-time {
+
   content: "\e074";
-
   background-position: -48px -24px;
+
}
}
-
 
+
.glyphicon-forward:before {
-
.icon-road {
+
   content: "\e075";
-
   background-position: -72px -24px;
+
}
}
-
 
+
.glyphicon-fast-forward:before {
-
.icon-download-alt {
+
   content: "\e076";
-
   background-position: -96px -24px;
+
}
}
-
 
+
.glyphicon-step-forward:before {
-
.icon-download {
+
   content: "\e077";
-
   background-position: -120px -24px;
+
}
}
-
 
+
.glyphicon-eject:before {
-
.icon-upload {
+
   content: "\e078";
-
   background-position: -144px -24px;
+
}
}
-
 
+
.glyphicon-chevron-left:before {
-
.icon-inbox {
+
   content: "\e079";
-
   background-position: -168px -24px;
+
}
}
-
 
+
.glyphicon-chevron-right:before {
-
.icon-play-circle {
+
   content: "\e080";
-
   background-position: -192px -24px;
+
}
}
-
 
+
.glyphicon-plus-sign:before {
-
.icon-repeat {
+
   content: "\e081";
-
   background-position: -216px -24px;
+
}
}
-
 
+
.glyphicon-minus-sign:before {
-
.icon-refresh {
+
   content: "\e082";
-
   background-position: -240px -24px;
+
}
}
-
 
+
.glyphicon-remove-sign:before {
-
.icon-list-alt {
+
   content: "\e083";
-
   background-position: -264px -24px;
+
}
}
-
 
+
.glyphicon-ok-sign:before {
-
.icon-lock {
+
   content: "\e084";
-
   background-position: -287px -24px;
+
}
}
-
 
+
.glyphicon-question-sign:before {
-
.icon-flag {
+
   content: "\e085";
-
   background-position: -312px -24px;
+
}
}
-
 
+
.glyphicon-info-sign:before {
-
.icon-headphones {
+
   content: "\e086";
-
   background-position: -336px -24px;
+
}
}
-
 
+
.glyphicon-screenshot:before {
-
.icon-volume-off {
+
   content: "\e087";
-
   background-position: -360px -24px;
+
}
}
-
 
+
.glyphicon-remove-circle:before {
-
.icon-volume-down {
+
   content: "\e088";
-
   background-position: -384px -24px;
+
}
}
-
 
+
.glyphicon-ok-circle:before {
-
.icon-volume-up {
+
   content: "\e089";
-
   background-position: -408px -24px;
+
}
}
-
 
+
.glyphicon-ban-circle:before {
-
.icon-qrcode {
+
   content: "\e090";
-
   background-position: -432px -24px;
+
}
}
-
 
+
.glyphicon-arrow-left:before {
-
.icon-barcode {
+
   content: "\e091";
-
   background-position: -456px -24px;
+
}
}
-
 
+
.glyphicon-arrow-right:before {
-
.icon-tag {
+
   content: "\e092";
-
   background-position: 0 -48px;
+
}
}
-
 
+
.glyphicon-arrow-up:before {
-
.icon-tags {
+
   content: "\e093";
-
   background-position: -25px -48px;
+
}
}
-
 
+
.glyphicon-arrow-down:before {
-
.icon-book {
+
   content: "\e094";
-
   background-position: -48px -48px;
+
}
}
-
 
+
.glyphicon-share-alt:before {
-
.icon-bookmark {
+
   content: "\e095";
-
   background-position: -72px -48px;
+
}
}
-
 
+
.glyphicon-resize-full:before {
-
.icon-print {
+
   content: "\e096";
-
   background-position: -96px -48px;
+
}
}
-
 
+
.glyphicon-resize-small:before {
-
.icon-camera {
+
   content: "\e097";
-
   background-position: -120px -48px;
+
}
}
-
 
+
.glyphicon-exclamation-sign:before {
-
.icon-font {
+
   content: "\e101";
-
   background-position: -144px -48px;
+
}
}
-
 
+
.glyphicon-gift:before {
-
.icon-bold {
+
   content: "\e102";
-
   background-position: -167px -48px;
+
}
}
-
 
+
.glyphicon-leaf:before {
-
.icon-italic {
+
   content: "\e103";
-
   background-position: -192px -48px;
+
}
}
-
 
+
.glyphicon-fire:before {
-
.icon-text-height {
+
   content: "\e104";
-
   background-position: -216px -48px;
+
}
}
-
 
+
.glyphicon-eye-open:before {
-
.icon-text-width {
+
   content: "\e105";
-
   background-position: -240px -48px;
+
}
}
-
 
+
.glyphicon-eye-close:before {
-
.icon-align-left {
+
   content: "\e106";
-
   background-position: -264px -48px;
+
}
}
-
 
+
.glyphicon-warning-sign:before {
-
.icon-align-center {
+
   content: "\e107";
-
   background-position: -288px -48px;
+
}
}
-
 
+
.glyphicon-plane:before {
-
.icon-align-right {
+
   content: "\e108";
-
   background-position: -312px -48px;
+
}
}
-
 
+
.glyphicon-calendar:before {
-
.icon-align-justify {
+
   content: "\e109";
-
   background-position: -336px -48px;
+
}
}
-
 
+
.glyphicon-random:before {
-
.icon-list {
+
   content: "\e110";
-
   background-position: -360px -48px;
+
}
}
-
 
+
.glyphicon-comment:before {
-
.icon-indent-left {
+
   content: "\e111";
-
   background-position: -384px -48px;
+
}
}
-
 
+
.glyphicon-magnet:before {
-
.icon-indent-right {
+
   content: "\e112";
-
   background-position: -408px -48px;
+
}
}
-
 
+
.glyphicon-chevron-up:before {
-
.icon-facetime-video {
+
   content: "\e113";
-
   background-position: -432px -48px;
+
}
}
-
 
+
.glyphicon-chevron-down:before {
-
.icon-picture {
+
   content: "\e114";
-
   background-position: -456px -48px;
+
}
}
-
 
+
.glyphicon-retweet:before {
-
.icon-pencil {
+
   content: "\e115";
-
   background-position: 0 -72px;
+
}
}
-
 
+
.glyphicon-shopping-cart:before {
-
.icon-map-marker {
+
   content: "\e116";
-
   background-position: -24px -72px;
+
}
}
-
 
+
.glyphicon-folder-close:before {
-
.icon-adjust {
+
   content: "\e117";
-
   background-position: -48px -72px;
+
}
}
-
 
+
.glyphicon-folder-open:before {
-
.icon-tint {
+
   content: "\e118";
-
   background-position: -72px -72px;
+
}
}
-
 
+
.glyphicon-resize-vertical:before {
-
.icon-edit {
+
   content: "\e119";
-
   background-position: -96px -72px;
+
}
}
-
 
+
.glyphicon-resize-horizontal:before {
-
.icon-share {
+
   content: "\e120";
-
   background-position: -120px -72px;
+
}
}
-
 
+
.glyphicon-hdd:before {
-
.icon-check {
+
   content: "\e121";
-
   background-position: -144px -72px;
+
}
}
-
 
+
.glyphicon-bullhorn:before {
-
.icon-move {
+
   content: "\e122";
-
   background-position: -168px -72px;
+
}
}
-
 
+
.glyphicon-bell:before {
-
.icon-step-backward {
+
   content: "\e123";
-
   background-position: -192px -72px;
+
}
}
-
 
+
.glyphicon-certificate:before {
-
.icon-fast-backward {
+
   content: "\e124";
-
   background-position: -216px -72px;
+
}
}
-
 
+
.glyphicon-thumbs-up:before {
-
.icon-backward {
+
   content: "\e125";
-
   background-position: -240px -72px;
+
}
}
-
 
+
.glyphicon-thumbs-down:before {
-
.icon-play {
+
   content: "\e126";
-
   background-position: -264px -72px;
+
}
}
-
 
+
.glyphicon-hand-right:before {
-
.icon-pause {
+
   content: "\e127";
-
   background-position: -288px -72px;
+
}
}
-
 
+
.glyphicon-hand-left:before {
-
.icon-stop {
+
   content: "\e128";
-
   background-position: -312px -72px;
+
}
}
-
 
+
.glyphicon-hand-up:before {
-
.icon-forward {
+
   content: "\e129";
-
   background-position: -336px -72px;
+
}
}
-
 
+
.glyphicon-hand-down:before {
-
.icon-fast-forward {
+
   content: "\e130";
-
   background-position: -360px -72px;
+
}
}
-
 
+
.glyphicon-circle-arrow-right:before {
-
.icon-step-forward {
+
   content: "\e131";
-
   background-position: -384px -72px;
+
}
}
-
 
+
.glyphicon-circle-arrow-left:before {
-
.icon-eject {
+
   content: "\e132";
-
   background-position: -408px -72px;
+
}
}
-
 
+
.glyphicon-circle-arrow-up:before {
-
.icon-chevron-left {
+
   content: "\e133";
-
   background-position: -432px -72px;
+
}
}
-
 
+
.glyphicon-circle-arrow-down:before {
-
.icon-chevron-right {
+
   content: "\e134";
-
   background-position: -456px -72px;
+
}
}
-
 
+
.glyphicon-globe:before {
-
.icon-plus-sign {
+
   content: "\e135";
-
   background-position: 0 -96px;
+
}
}
-
 
+
.glyphicon-wrench:before {
-
.icon-minus-sign {
+
   content: "\e136";
-
   background-position: -24px -96px;
+
}
}
-
 
+
.glyphicon-tasks:before {
-
.icon-remove-sign {
+
   content: "\e137";
-
   background-position: -48px -96px;
+
}
}
-
 
+
.glyphicon-filter:before {
-
.icon-ok-sign {
+
   content: "\e138";
-
   background-position: -72px -96px;
+
}
}
-
 
+
.glyphicon-briefcase:before {
-
.icon-question-sign {
+
   content: "\e139";
-
   background-position: -96px -96px;
+
}
}
-
 
+
.glyphicon-fullscreen:before {
-
.icon-info-sign {
+
   content: "\e140";
-
   background-position: -120px -96px;
+
}
}
-
 
+
.glyphicon-dashboard:before {
-
.icon-screenshot {
+
   content: "\e141";
-
   background-position: -144px -96px;
+
}
}
-
 
+
.glyphicon-paperclip:before {
-
.icon-remove-circle {
+
   content: "\e142";
-
   background-position: -168px -96px;
+
}
}
-
 
+
.glyphicon-heart-empty:before {
-
.icon-ok-circle {
+
   content: "\e143";
-
   background-position: -192px -96px;
+
}
}
-
 
+
.glyphicon-link:before {
-
.icon-ban-circle {
+
   content: "\e144";
-
   background-position: -216px -96px;
+
}
}
-
 
+
.glyphicon-phone:before {
-
.icon-arrow-left {
+
   content: "\e145";
-
   background-position: -240px -96px;
+
}
}
-
 
+
.glyphicon-pushpin:before {
-
.icon-arrow-right {
+
   content: "\e146";
-
   background-position: -264px -96px;
+
}
}
-
 
+
.glyphicon-usd:before {
-
.icon-arrow-up {
+
   content: "\e148";
-
   background-position: -289px -96px;
+
}
}
-
 
+
.glyphicon-gbp:before {
-
.icon-arrow-down {
+
   content: "\e149";
-
   background-position: -312px -96px;
+
}
}
-
 
+
.glyphicon-sort:before {
-
.icon-share-alt {
+
   content: "\e150";
-
   background-position: -336px -96px;
+
}
}
-
 
+
.glyphicon-sort-by-alphabet:before {
-
.icon-resize-full {
+
   content: "\e151";
-
   background-position: -360px -96px;
+
}
}
-
 
+
.glyphicon-sort-by-alphabet-alt:before {
-
.icon-resize-small {
+
   content: "\e152";
-
   background-position: -384px -96px;
+
}
}
-
 
+
.glyphicon-sort-by-order:before {
-
.icon-plus {
+
   content: "\e153";
-
   background-position: -408px -96px;
+
}
}
-
 
+
.glyphicon-sort-by-order-alt:before {
-
.icon-minus {
+
   content: "\e154";
-
   background-position: -433px -96px;
+
}
}
-
 
+
.glyphicon-sort-by-attributes:before {
-
.icon-asterisk {
+
   content: "\e155";
-
   background-position: -456px -96px;
+
}
}
-
 
+
.glyphicon-sort-by-attributes-alt:before {
-
.icon-exclamation-sign {
+
   content: "\e156";
-
   background-position: 0 -120px;
+
}
}
-
 
+
.glyphicon-unchecked:before {
-
.icon-gift {
+
   content: "\e157";
-
   background-position: -24px -120px;
+
}
}
-
 
+
.glyphicon-expand:before {
-
.icon-leaf {
+
   content: "\e158";
-
   background-position: -48px -120px;
+
}
}
-
 
+
.glyphicon-collapse-down:before {
-
.icon-fire {
+
   content: "\e159";
-
   background-position: -72px -120px;
+
}
}
-
 
+
.glyphicon-collapse-up:before {
-
.icon-eye-open {
+
   content: "\e160";
-
   background-position: -96px -120px;
+
}
}
-
 
+
.glyphicon-log-in:before {
-
.icon-eye-close {
+
   content: "\e161";
-
   background-position: -120px -120px;
+
}
}
-
 
+
.glyphicon-flash:before {
-
.icon-warning-sign {
+
   content: "\e162";
-
   background-position: -144px -120px;
+
}
}
-
 
+
.glyphicon-log-out:before {
-
.icon-plane {
+
   content: "\e163";
-
   background-position: -168px -120px;
+
}
}
-
 
+
.glyphicon-new-window:before {
-
.icon-calendar {
+
   content: "\e164";
-
   background-position: -192px -120px;
+
}
}
-
 
+
.glyphicon-record:before {
-
.icon-random {
+
   content: "\e165";
-
   width: 16px;
+
-
  background-position: -216px -120px;
+
}
}
-
 
+
.glyphicon-save:before {
-
.icon-comment {
+
   content: "\e166";
-
   background-position: -240px -120px;
+
}
}
-
 
+
.glyphicon-open:before {
-
.icon-magnet {
+
   content: "\e167";
-
   background-position: -264px -120px;
+
}
}
-
 
+
.glyphicon-saved:before {
-
.icon-chevron-up {
+
   content: "\e168";
-
   background-position: -288px -120px;
+
}
}
-
 
+
.glyphicon-import:before {
-
.icon-chevron-down {
+
   content: "\e169";
-
   background-position: -313px -119px;
+
}
}
-
 
+
.glyphicon-export:before {
-
.icon-retweet {
+
   content: "\e170";
-
   background-position: -336px -120px;
+
}
}
-
 
+
.glyphicon-send:before {
-
.icon-shopping-cart {
+
   content: "\e171";
-
   background-position: -360px -120px;
+
}
}
-
 
+
.glyphicon-floppy-disk:before {
-
.icon-folder-close {
+
   content: "\e172";
-
   width: 16px;
+
-
  background-position: -384px -120px;
+
}
}
-
 
+
.glyphicon-floppy-saved:before {
-
.icon-folder-open {
+
   content: "\e173";
-
   width: 16px;
+
-
  background-position: -408px -120px;
+
}
}
-
 
+
.glyphicon-floppy-remove:before {
-
.icon-resize-vertical {
+
   content: "\e174";
-
   background-position: -432px -119px;
+
}
}
-
 
+
.glyphicon-floppy-save:before {
-
.icon-resize-horizontal {
+
   content: "\e175";
-
   background-position: -456px -118px;
+
}
}
-
 
+
.glyphicon-floppy-open:before {
-
.icon-hdd {
+
   content: "\e176";
-
   background-position: 0 -144px;
+
}
}
-
 
+
.glyphicon-credit-card:before {
-
.icon-bullhorn {
+
   content: "\e177";
-
   background-position: -24px -144px;
+
}
}
-
 
+
.glyphicon-transfer:before {
-
.icon-bell {
+
   content: "\e178";
-
   background-position: -48px -144px;
+
}
}
-
 
+
.glyphicon-cutlery:before {
-
.icon-certificate {
+
   content: "\e179";
-
   background-position: -72px -144px;
+
}
}
-
 
+
.glyphicon-header:before {
-
.icon-thumbs-up {
+
   content: "\e180";
-
   background-position: -96px -144px;
+
}
}
-
 
+
.glyphicon-compressed:before {
-
.icon-thumbs-down {
+
   content: "\e181";
-
   background-position: -120px -144px;
+
}
}
-
 
+
.glyphicon-earphone:before {
-
.icon-hand-right {
+
   content: "\e182";
-
   background-position: -144px -144px;
+
}
}
-
 
+
.glyphicon-phone-alt:before {
-
.icon-hand-left {
+
   content: "\e183";
-
   background-position: -168px -144px;
+
}
}
-
 
+
.glyphicon-tower:before {
-
.icon-hand-up {
+
   content: "\e184";
-
   background-position: -192px -144px;
+
}
}
-
 
+
.glyphicon-stats:before {
-
.icon-hand-down {
+
   content: "\e185";
-
   background-position: -216px -144px;
+
}
}
-
 
+
.glyphicon-sd-video:before {
-
.icon-circle-arrow-right {
+
   content: "\e186";
-
   background-position: -240px -144px;
+
}
}
-
 
+
.glyphicon-hd-video:before {
-
.icon-circle-arrow-left {
+
   content: "\e187";
-
   background-position: -264px -144px;
+
}
}
-
 
+
.glyphicon-subtitles:before {
-
.icon-circle-arrow-up {
+
   content: "\e188";
-
   background-position: -288px -144px;
+
}
}
-
 
+
.glyphicon-sound-stereo:before {
-
.icon-circle-arrow-down {
+
   content: "\e189";
-
   background-position: -312px -144px;
+
}
}
-
 
+
.glyphicon-sound-dolby:before {
-
.icon-globe {
+
   content: "\e190";
-
   background-position: -336px -144px;
+
}
}
-
 
+
.glyphicon-sound-5-1:before {
-
.icon-wrench {
+
   content: "\e191";
-
   background-position: -360px -144px;
+
}
}
-
 
+
.glyphicon-sound-6-1:before {
-
.icon-tasks {
+
   content: "\e192";
-
   background-position: -384px -144px;
+
}
}
-
 
+
.glyphicon-sound-7-1:before {
-
.icon-filter {
+
   content: "\e193";
-
   background-position: -408px -144px;
+
}
}
-
 
+
.glyphicon-copyright-mark:before {
-
.icon-briefcase {
+
   content: "\e194";
-
   background-position: -432px -144px;
+
}
}
-
 
+
.glyphicon-registration-mark:before {
-
.icon-fullscreen {
+
   content: "\e195";
-
   background-position: -456px -144px;
+
}
}
-
 
+
.glyphicon-cloud-download:before {
-
.dropup,
+
   content: "\e197";
-
.dropdown {
+
-
   position: relative;
+
}
}
-
 
+
.glyphicon-cloud-upload:before {
-
.dropdown-toggle {
+
   content: "\e198";
-
   *margin-bottom: -3px;
+
}
}
-
 
+
.glyphicon-tree-conifer:before {
-
.dropdown-toggle:active,
+
  content: "\e199";
-
.open .dropdown-toggle {
+
}
-
   outline: 0;
+
.glyphicon-tree-deciduous:before {
 +
   content: "\e200";
}
}
-
 
.caret {
.caret {
   display: inline-block;
   display: inline-block;
   width: 0;
   width: 0;
   height: 0;
   height: 0;
-
   vertical-align: top;
+
  margin-left: 2px;
-
   border-top: 4px solid #000000;
+
   vertical-align: middle;
 +
   border-top: 4px solid;
   border-right: 4px solid transparent;
   border-right: 4px solid transparent;
   border-left: 4px solid transparent;
   border-left: 4px solid transparent;
-
  content: "";
 
}
}
-
 
+
.dropdown {
-
.dropdown .caret {
+
   position: relative;
-
   margin-top: 8px;
+
}
-
  margin-left: 2px;
+
.dropdown-toggle:focus {
 +
  outline: 0;
}
}
-
 
.dropdown-menu {
.dropdown-menu {
   position: absolute;
   position: absolute;
-
   top: 100%;
+
   top: 70px; <!-- CHANGED to accomidate for iGem banner (login, teams, blah blah blah)
   left: 0;
   left: 0;
   z-index: 1000;
   z-index: 1000;
Line 2,915: Line 3,018:
   padding: 5px 0;
   padding: 5px 0;
   margin: 2px 0 0;
   margin: 2px 0 0;
-
margin-top:30px;
+
  font-size: 14px;
   list-style: none;
   list-style: none;
-
   background-color: #ffffff;
+
   background-color: #fff;
 +
  background-clip: padding-box;
   border: 1px solid #ccc;
   border: 1px solid #ccc;
-
   border: 1px solid rgba(0, 0, 0, 0.2);
+
   border: 1px solid rgba(0, 0, 0, .15);
-
   *border-right-width: 2px;
+
   border-radius: 4px;
-
  *border-bottom-width: 2px;
+
   -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
-
  -webkit-border-radius: 6px;
+
           box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
-
    -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 {
.dropdown-menu.pull-right {
   right: 0;
   right: 0;
   left: auto;
   left: auto;
}
}
-
 
.dropdown-menu .divider {
.dropdown-menu .divider {
-
  *width: 100%;
 
   height: 1px;
   height: 1px;
-
   margin: 9px 1px;
+
   margin: 9px 0;
-
  *margin: -5px 0 5px;
+
   overflow: hidden;
   overflow: hidden;
   background-color: #e5e5e5;
   background-color: #e5e5e5;
-
  border-bottom: 1px solid #ffffff;
 
}
}
-
 
.dropdown-menu > li > a {
.dropdown-menu > li > a {
   display: block;
   display: block;
Line 2,953: Line 3,043:
   clear: both;
   clear: both;
   font-weight: normal;
   font-weight: normal;
-
   line-height: 20px;
+
   line-height: 1.42857143;
-
   color: #6B6B6B;
+
   color: #333;
   white-space: nowrap;
   white-space: nowrap;
}
}
-
 
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:hover,
-
.dropdown-menu > li > a:focus,
+
.dropdown-menu > li > a:focus {
-
.dropdown-submenu:hover > a,
+
   color: #262626;
-
.dropdown-submenu:focus > a {
+
-
   color: #ffffff;
+
   text-decoration: none;
   text-decoration: none;
-
   background-color: #007af5;
+
   background-color: #f5f5f5;
-
  background-image: -moz-linear-gradient(top, #007fff, #0072e6);
+
-
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#007fff), to(#0072e6));
+
-
  background-image: -webkit-linear-gradient(top, #007fff, #0072e6);
+
-
  background-image: -o-linear-gradient(top, #007fff, #0072e6);
+
-
  background-image: linear-gradient(to bottom, #007fff, #0072e6);
+
-
  background-repeat: repeat-x;
+
-
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff007fff', endColorstr='#ff0072e6', GradientType=0);
+
}
}
-
 
.dropdown-menu > .active > a,
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
.dropdown-menu > .active > a:focus {
-
   color: #ffffff;
+
   color: #fff;
   text-decoration: none;
   text-decoration: none;
-
   background-color: #007af5;
+
   background-color: #428bca;
-
  background-image: -moz-linear-gradient(top, #007fff, #0072e6);
+
-
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#007fff), to(#0072e6));
+
-
  background-image: -webkit-linear-gradient(top, #007fff, #0072e6);
+
-
  background-image: -o-linear-gradient(top, #007fff, #0072e6);
+
-
  background-image: linear-gradient(to bottom, #007fff, #0072e6);
+
-
  background-repeat: repeat-x;
+
   outline: 0;
   outline: 0;
-
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff007fff', endColorstr='#ff0072e6', GradientType=0);
 
}
}
-
 
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
.dropdown-menu > .disabled > a:focus {
-
   color: #dfdfdf;
+
   color: #999;
}
}
-
 
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
.dropdown-menu > .disabled > a:focus {
   text-decoration: none;
   text-decoration: none;
-
   cursor: default;
+
   cursor: not-allowed;
   background-color: transparent;
   background-color: transparent;
   background-image: none;
   background-image: none;
-
   filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
+
   filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
}
-
 
-
.open {
 
-
  *z-index: 1000;
 
-
}
 
-
 
.open > .dropdown-menu {
.open > .dropdown-menu {
   display: block;
   display: block;
}
}
-
 
+
.open > a {
 +
  outline: 0;
 +
}
 +
.dropdown-menu-right {
 +
  right: 0;
 +
  left: auto;
 +
}
 +
.dropdown-menu-left {
 +
  right: auto;
 +
  left: 0;
 +
}
 +
.dropdown-header {
 +
  display: block;
 +
  padding: 3px 20px;
 +
  font-size: 12px;
 +
  line-height: 1.42857143;
 +
  color: #999;
 +
}
.dropdown-backdrop {
.dropdown-backdrop {
   position: fixed;
   position: fixed;
Line 3,021: Line 3,103:
   z-index: 990;
   z-index: 990;
}
}
-
 
.pull-right > .dropdown-menu {
.pull-right > .dropdown-menu {
   right: 0;
   right: 0;
   left: auto;
   left: auto;
}
}
-
 
.dropup .caret,
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
.navbar-fixed-bottom .dropdown .caret {
-
  border-top: 0;
 
-
  border-bottom: 4px solid #000000;
 
   content: "";
   content: "";
 +
  border-top: 0;
 +
  border-bottom: 4px solid;
}
}
-
 
.dropup .dropdown-menu,
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
.navbar-fixed-bottom .dropdown .dropdown-menu {
Line 3,040: Line 3,119:
   margin-bottom: 1px;
   margin-bottom: 1px;
}
}
-
 
+
@media (min-width: 768px) {
-
.dropdown-submenu {
+
  .navbar-right .dropdown-menu {
 +
    right: 0;
 +
    left: auto;
 +
  }
 +
  .navbar-right .dropdown-menu-left {
 +
    right: auto;
 +
    left: 0;
 +
  }
 +
}
 +
.btn-group,
 +
.btn-group-vertical {
   position: relative;
   position: relative;
 +
  display: inline-block;
 +
  vertical-align: middle;
}
}
-
 
+
.btn-group > .btn,
-
.dropdown-submenu > .dropdown-menu {
+
.btn-group-vertical > .btn {
-
   top: 0;
+
   position: relative;
-
   left: 100%;
+
   float: left;
-
   margin-top: -6px;
+
}
 +
.btn-group > .btn:hover,
 +
.btn-group-vertical > .btn:hover,
 +
.btn-group > .btn:focus,
 +
.btn-group-vertical > .btn:focus,
 +
.btn-group > .btn:active,
 +
.btn-group-vertical > .btn:active,
 +
.btn-group > .btn.active,
 +
.btn-group-vertical > .btn.active {
 +
   z-index: 2;
 +
}
 +
.btn-group > .btn:focus,
 +
.btn-group-vertical > .btn:focus {
 +
  outline: none;
 +
}
 +
.btn-group .btn + .btn,
 +
.btn-group .btn + .btn-group,
 +
.btn-group .btn-group + .btn,
 +
.btn-group .btn-group + .btn-group {
   margin-left: -1px;
   margin-left: -1px;
-
  -webkit-border-radius: 0 6px 6px 6px;
 
-
    -moz-border-radius: 0 6px 6px 6px;
 
-
          border-radius: 0 6px 6px 6px;
 
}
}
-
 
+
.btn-toolbar {
-
.dropdown-submenu:hover > .dropdown-menu {
+
   margin-left: -5px;
-
   display: block;
+
}
}
-
 
+
.btn-toolbar .btn-group,
-
.dropup .dropdown-submenu > .dropdown-menu {
+
.btn-toolbar .input-group {
-
  top: auto;
+
   float: left;
-
  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;
+
}
}
-
 
+
.btn-toolbar > .btn,
-
.dropdown-submenu > a:after {
+
.btn-toolbar > .btn-group,
-
  display: block;
+
.btn-toolbar > .input-group {
-
  float: right;
+
   margin-left: 5px;
-
  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: " ";
+
}
}
-
 
+
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
-
.dropdown-submenu:hover > a:after {
+
  border-radius: 0;
-
   border-left-color: #ffffff;
+
}
 +
.btn-group > .btn:first-child {
 +
  margin-left: 0;
 +
}
 +
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
 +
  border-top-right-radius: 0;
 +
  border-bottom-right-radius: 0;
 +
}
 +
.btn-group > .btn:last-child:not(:first-child),
 +
.btn-group > .dropdown-toggle:not(:first-child) {
 +
   border-top-left-radius: 0;
 +
  border-bottom-left-radius: 0;
 +
}
 +
.btn-group > .btn-group {
 +
  float: left;
 +
}
 +
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
 +
  border-radius: 0;
 +
}
 +
.btn-group > .btn-group:first-child > .btn:last-child,
 +
.btn-group > .btn-group:first-child > .dropdown-toggle {
 +
  border-top-right-radius: 0;
 +
  border-bottom-right-radius: 0;
 +
}
 +
.btn-group > .btn-group:last-child > .btn:first-child {
 +
  border-top-left-radius: 0;
 +
  border-bottom-left-radius: 0;
 +
}
 +
.btn-group .dropdown-toggle:active,
 +
.btn-group.open .dropdown-toggle {
 +
  outline: 0;
 +
}
 +
.btn-group > .btn + .dropdown-toggle {
 +
  padding-right: 8px;
 +
  padding-left: 8px;
 +
}
 +
.btn-group > .btn-lg + .dropdown-toggle {
 +
  padding-right: 12px;
 +
  padding-left: 12px;
 +
}
 +
.btn-group.open .dropdown-toggle {
 +
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
 +
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
 +
}
 +
.btn-group.open .dropdown-toggle.btn-link {
 +
  -webkit-box-shadow: none;
 +
          box-shadow: none;
}
}
-
 
+
.btn .caret {
-
.dropdown-submenu.pull-left {
+
  margin-left: 0;
 +
}
 +
.btn-lg .caret {
 +
  border-width: 5px 5px 0;
 +
  border-bottom-width: 0;
 +
}
 +
.dropup .btn-lg .caret {
 +
  border-width: 0 5px 5px;
 +
}
 +
.btn-group-vertical > .btn,
 +
.btn-group-vertical > .btn-group,
 +
.btn-group-vertical > .btn-group > .btn {
 +
  display: block;
   float: none;
   float: none;
 +
  width: 100%;
 +
  max-width: 100%;
}
}
-
 
+
.btn-group-vertical > .btn-group > .btn {
-
.dropdown-submenu.pull-left > .dropdown-menu {
+
   float: none;
-
   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;
+
}
}
-
 
+
.btn-group-vertical > .btn + .btn,
-
.dropdown .dropdown-menu .nav-header {
+
.btn-group-vertical > .btn + .btn-group,
-
   padding-right: 20px;
+
.btn-group-vertical > .btn-group + .btn,
-
   padding-left: 20px;
+
.btn-group-vertical > .btn-group + .btn-group {
 +
   margin-top: -1px;
 +
   margin-left: 0;
}
}
-
 
+
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
-
.typeahead {
+
  border-radius: 0;
-
  z-index: 1051;
+
-
  margin-top: 2px;
+
-
  -webkit-border-radius: 0;
+
-
    -moz-border-radius: 0;
+
-
          border-radius: 0;
+
}
}
-
 
+
.btn-group-vertical > .btn:first-child:not(:last-child) {
-
.well {
+
   border-top-right-radius: 4px;
-
  min-height: 20px;
+
  border-bottom-right-radius: 0;
-
  padding: 19px;
+
  border-bottom-left-radius: 0;
-
  margin-bottom: 20px;
+
-
  background-color: #eeeeee;
+
-
   border: 1px solid #dcdcdc;
+
-
  -webkit-border-radius: 0;
+
-
    -moz-border-radius: 0;
+
-
          border-radius: 0;
+
-
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
+
-
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
+
-
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
+
}
}
-
 
+
.btn-group-vertical > .btn:last-child:not(:first-child) {
-
.well blockquote {
+
   border-top-left-radius: 0;
-
   border-color: #ddd;
+
   border-top-right-radius: 0;
-
   border-color: rgba(0, 0, 0, 0.15);
+
  border-bottom-left-radius: 4px;
}
}
-
 
+
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
-
.well-large {
+
  border-radius: 0;
-
  padding: 24px;
+
-
  -webkit-border-radius: 0;
+
-
    -moz-border-radius: 0;
+
-
          border-radius: 0;
+
}
}
-
 
+
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
-
.well-small {
+
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
-
  padding: 9px;
+
  border-bottom-right-radius: 0;
-
  -webkit-border-radius: 0;
+
  border-bottom-left-radius: 0;
-
    -moz-border-radius: 0;
+
-
          border-radius: 0;
+
}
}
-
 
+
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
-
.fade {
+
  border-top-left-radius: 0;
-
  opacity: 0;
+
  border-top-right-radius: 0;
-
  -webkit-transition: opacity 0.15s linear;
+
-
    -moz-transition: opacity 0.15s linear;
+
-
      -o-transition: opacity 0.15s linear;
+
-
          transition: opacity 0.15s linear;
+
}
}
-
 
+
.btn-group-justified {
-
.fade.in {
+
   display: table;
-
   opacity: 1;
+
  width: 100%;
 +
  table-layout: fixed;
 +
  border-collapse: separate;
}
}
-
 
+
.btn-group-justified > .btn,
-
.collapse {
+
.btn-group-justified > .btn-group {
 +
  display: table-cell;
 +
  float: none;
 +
  width: 1%;
 +
}
 +
.btn-group-justified > .btn-group .btn {
 +
  width: 100%;
 +
}
 +
[data-toggle="buttons"] > .btn > input[type="radio"],
 +
[data-toggle="buttons"] > .btn > input[type="checkbox"] {
 +
  display: none;
 +
}
 +
.input-group {
   position: relative;
   position: relative;
-
   height: 0;
+
   display: table;
-
   overflow: hidden;
+
   border-collapse: separate;
-
  -webkit-transition: height 0.35s ease;
+
}
-
    -moz-transition: height 0.35s ease;
+
.input-group[class*="col-"] {
-
      -o-transition: height 0.35s ease;
+
  float: none;
-
          transition: height 0.35s ease;
+
  padding-right: 0;
 +
  padding-left: 0;
}
}
-
 
+
.input-group .form-control {
-
.collapse.in {
+
  position: relative;
 +
  z-index: 2;
 +
  float: left;
 +
  width: 100%;
 +
  margin-bottom: 0;
 +
}
 +
.input-group-lg > .form-control,
 +
.input-group-lg > .input-group-addon,
 +
.input-group-lg > .input-group-btn > .btn {
 +
  height: 46px;
 +
  padding: 10px 16px;
 +
  font-size: 18px;
 +
  line-height: 1.33;
 +
  border-radius: 6px;
 +
}
 +
select.input-group-lg > .form-control,
 +
select.input-group-lg > .input-group-addon,
 +
select.input-group-lg > .input-group-btn > .btn {
 +
  height: 46px;
 +
  line-height: 46px;
 +
}
 +
textarea.input-group-lg > .form-control,
 +
textarea.input-group-lg > .input-group-addon,
 +
textarea.input-group-lg > .input-group-btn > .btn,
 +
select[multiple].input-group-lg > .form-control,
 +
select[multiple].input-group-lg > .input-group-addon,
 +
select[multiple].input-group-lg > .input-group-btn > .btn {
   height: auto;
   height: auto;
}
}
-
 
+
.input-group-sm > .form-control,
-
.close {
+
.input-group-sm > .input-group-addon,
-
   float: right;
+
.input-group-sm > .input-group-btn > .btn {
-
   font-size: 20px;
+
   height: 30px;
-
   font-weight: bold;
+
   padding: 5px 10px;
-
   line-height: 20px;
+
   font-size: 12px;
-
  color: #000000;
+
   line-height: 1.5;
-
  text-shadow: 0 1px 0 #ffffff;
+
   border-radius: 3px;
-
  opacity: 0.2;
+
-
   filter: alpha(opacity=20);
+
}
}
-
 
+
select.input-group-sm > .form-control,
-
.close:hover,
+
select.input-group-sm > .input-group-addon,
-
.close:focus {
+
select.input-group-sm > .input-group-btn > .btn {
-
   color: #000000;
+
   height: 30px;
-
   text-decoration: none;
+
   line-height: 30px;
-
  cursor: pointer;
+
-
  opacity: 0.4;
+
-
  filter: alpha(opacity=40);
+
}
}
-
 
+
textarea.input-group-sm > .form-control,
-
button.close {
+
textarea.input-group-sm > .input-group-addon,
-
   padding: 0;
+
textarea.input-group-sm > .input-group-btn > .btn,
-
   cursor: pointer;
+
select[multiple].input-group-sm > .form-control,
-
  background: transparent;
+
select[multiple].input-group-sm > .input-group-addon,
-
  border: 0;
+
select[multiple].input-group-sm > .input-group-btn > .btn {
-
  -webkit-appearance: none;
+
   height: auto;
 +
}
 +
.input-group-addon,
 +
.input-group-btn,
 +
.input-group .form-control {
 +
   display: table-cell;
 +
}
 +
.input-group-addon:not(:first-child):not(:last-child),
 +
.input-group-btn:not(:first-child):not(:last-child),
 +
.input-group .form-control:not(:first-child):not(:last-child) {
 +
  border-radius: 0;
}
}
-
 
+
.input-group-addon,
-
.btn {
+
.input-group-btn {
-
   display: inline-block;
+
   width: 1%;
-
   *display: inline;
+
   white-space: nowrap;
-
   padding: 4px 12px;
+
   vertical-align: middle;
-
  margin-bottom: 0;
+
}
-
   *margin-left: .3em;
+
.input-group-addon {
 +
   padding: 6px 12px;
   font-size: 14px;
   font-size: 14px;
-
   line-height: 20px;
+
  font-weight: normal;
-
   color: #999999;
+
   line-height: 1;
 +
   color: #555;
   text-align: center;
   text-align: center;
-
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
+
   background-color: #eee;
-
  vertical-align: middle;
+
   border: 1px solid #ccc;
-
  cursor: pointer;
+
   border-radius: 4px;
-
   background-color: #dfdfdf;
+
-
  *background-color: #c8c8c8;
+
-
  background-image: -moz-linear-gradient(top, #eeeeee, #c8c8c8);
+
-
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#eeeeee), to(#c8c8c8));
+
-
  background-image: -webkit-linear-gradient(top, #eeeeee, #c8c8c8);
+
-
  background-image: -o-linear-gradient(top, #eeeeee, #c8c8c8);
+
-
  background-image: linear-gradient(to bottom, #eeeeee, #c8c8c8);
+
-
  background-repeat: repeat-x;
+
-
   border: 1px solid #bbbbbb;
+
-
  *border: 0;
+
-
   border-color: #c8c8c8 #c8c8c8 #a2a2a2;
+
-
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
+
-
  border-bottom-color: #a2a2a2;
+
-
  -webkit-border-radius: 0;
+
-
    -moz-border-radius: 0;
+
-
          border-radius: 0;
+
-
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffeeeeee', endColorstr='#ffc8c8c8', 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);
+
}
}
-
 
+
.input-group-addon.input-sm {
-
.btn:hover,
+
   padding: 5px 10px;
-
.btn:focus,
+
   font-size: 12px;
-
.btn:active,
+
   border-radius: 3px;
-
.btn.active,
+
-
.btn.disabled,
+
-
.btn[disabled] {
+
-
   color: #999999;
+
-
   background-color: #c8c8c8;
+
-
   *background-color: #bbbbbb;
+
}
}
-
 
+
.input-group-addon.input-lg {
-
.btn:active,
+
   padding: 10px 16px;
-
.btn.active {
+
  font-size: 18px;
-
   background-color: #aeaeae \9;
+
  border-radius: 6px;
}
}
-
 
+
.input-group-addon input[type="radio"],
-
.btn:first-child {
+
.input-group-addon input[type="checkbox"] {
-
   *margin-left: 0;
+
   margin-top: 0;
}
}
-
 
+
.input-group .form-control:first-child,
-
.btn:hover,
+
.input-group-addon:first-child,
-
.btn:focus {
+
.input-group-btn:first-child > .btn,
-
  color: #999999;
+
.input-group-btn:first-child > .btn-group > .btn,
-
  text-decoration: none;
+
.input-group-btn:first-child > .dropdown-toggle,
-
  background-position: 0 -15px;
+
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
-
  -webkit-transition: background-position 0.1s linear;
+
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
-
    -moz-transition: background-position 0.1s linear;
+
  border-top-right-radius: 0;
-
      -o-transition: background-position 0.1s linear;
+
  border-bottom-right-radius: 0;
-
          transition: background-position 0.1s linear;
+
}
}
-
 
+
.input-group-addon:first-child {
-
.btn:focus {
+
   border-right: 0;
-
  outline: thin dotted #333;
+
-
  outline: 5px auto -webkit-focus-ring-color;
+
-
   outline-offset: -2px;
+
}
}
-
 
+
.input-group .form-control:last-child,
-
.btn.active,
+
.input-group-addon:last-child,
-
.btn:active {
+
.input-group-btn:last-child > .btn,
-
  background-image: none;
+
.input-group-btn:last-child > .btn-group > .btn,
-
  outline: 0;
+
.input-group-btn:last-child > .dropdown-toggle,
-
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
+
.input-group-btn:first-child > .btn:not(:first-child),
-
    -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
+
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
-
          box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
+
  border-top-left-radius: 0;
 +
  border-bottom-left-radius: 0;
}
}
-
 
+
.input-group-addon:last-child {
-
.btn.disabled,
+
  border-left: 0;
-
.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;
+
}
}
-
 
+
.input-group-btn {
-
.btn-large {
+
   position: relative;
-
   padding: 22px 30px;
+
   font-size: 0;
-
   font-size: 17.5px;
+
   white-space: nowrap;
-
   -webkit-border-radius: 0;
+
-
    -moz-border-radius: 0;
+
-
          border-radius: 0;
+
}
}
-
 
+
.input-group-btn > .btn {
-
.btn-large [class^="icon-"],
+
   position: relative;
-
.btn-large [class*=" icon-"] {
+
-
   margin-top: 4px;
+
}
}
-
 
+
.input-group-btn > .btn + .btn {
-
.btn-small {
+
   margin-left: -1px;
-
  padding: 2px 10px;
+
-
  font-size: 11.9px;
+
-
   -webkit-border-radius: 0;
+
-
    -moz-border-radius: 0;
+
-
          border-radius: 0;
+
}
}
-
 
+
.input-group-btn > .btn:hover,
-
.btn-small [class^="icon-"],
+
.input-group-btn > .btn:focus,
-
.btn-small [class*=" icon-"] {
+
.input-group-btn > .btn:active {
-
   margin-top: 0;
+
   z-index: 2;
}
}
-
 
+
.input-group-btn:first-child > .btn,
-
.btn-mini [class^="icon-"],
+
.input-group-btn:first-child > .btn-group {
-
.btn-mini [class*=" icon-"] {
+
   margin-right: -1px;
-
   margin-top: -1px;
+
}
}
-
 
+
.input-group-btn:last-child > .btn,
-
.btn-mini {
+
.input-group-btn:last-child > .btn-group {
-
  padding: 2px 6px;
+
  margin-left: -1px;
-
  font-size: 10.5px;
+
-
  -webkit-border-radius: 0;
+
-
    -moz-border-radius: 0;
+
-
          border-radius: 0;
+
}
}
-
 
+
.nav {
-
.btn-block {
+
-
  display: block;
+
-
  width: 100%;
+
-
  padding-right: 0;
+
   padding-left: 0;
   padding-left: 0;
-
   -webkit-box-sizing: border-box;
+
   margin-bottom: 0;
-
    -moz-box-sizing: border-box;
+
  list-style: none;
-
          box-sizing: border-box;
+
}
}
-
 
+
.nav > li {
-
.btn-block + .btn-block {
+
   position: relative;
-
   margin-top: 5px;
+
  display: block;
}
}
-
 
+
.nav > li > a {
-
input[type="submit"].btn-block,
+
  position: relative;
-
input[type="reset"].btn-block,
+
  display: block;
-
input[type="button"].btn-block {
+
   padding: 10px 15px;
-
   width: 100%;
+
}
}
-
 
+
.nav > li > a:hover,
-
.btn-primary.active,
+
.nav > li > a:focus {
-
.btn-warning.active,
+
  text-decoration: none;
-
.btn-danger.active,
+
  background-color: #eee;
-
.btn-success.active,
+
-
.btn-info.active,
+
-
.btn-inverse.active {
+
-
  color: rgba(255, 255, 255, 0.75);
+
}
}
-
 
+
.nav > li.disabled > a {
-
.btn-primary {
+
   color: #999;
-
   color: #ffffff;
+
-
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
+
-
  background-color: #0f82f5;
+
-
  *background-color: #0072e6;
+
-
  background-image: -moz-linear-gradient(top, #1a8cff, #0072e6);
+
-
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#1a8cff), to(#0072e6));
+
-
  background-image: -webkit-linear-gradient(top, #1a8cff, #0072e6);
+
-
  background-image: -o-linear-gradient(top, #1a8cff, #0072e6);
+
-
  background-image: linear-gradient(to bottom, #1a8cff, #0072e6);
+
-
  background-repeat: repeat-x;
+
-
  border-color: #0072e6 #0072e6 #004c99;
+
-
  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='#ff1a8cff', endColorstr='#ff0072e6', GradientType=0);
+
-
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
+
}
}
-
 
+
.nav > li.disabled > a:hover,
-
.btn-primary:hover,
+
.nav > li.disabled > a:focus {
-
.btn-primary:focus,
+
   color: #999;
-
.btn-primary:active,
+
   text-decoration: none;
-
.btn-primary.active,
+
  cursor: not-allowed;
-
.btn-primary.disabled,
+
   background-color: transparent;
-
.btn-primary[disabled] {
+
-
   color: #ffffff;
+
-
   background-color: #0072e6;
+
-
   *background-color: #0066cc;
+
}
}
-
 
+
.nav .open > a,
-
.btn-primary:active,
+
.nav .open > a:hover,
-
.btn-primary.active {
+
.nav .open > a:focus {
-
   background-color: #0059b3 \9;
+
   background-color: #eee;
 +
  border-color: #428bca;
}
}
-
 
+
.nav .nav-divider {
-
.btn-warning {
+
   height: 1px;
-
   color: #ffffff;
+
   margin: 9px 0;
-
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
+
   overflow: hidden;
-
   background-color: #fe781e;
+
   background-color: #e5e5e5;
-
  *background-color: #fe6600;
+
-
  background-image: -moz-linear-gradient(top, #ff8432, #fe6600);
+
-
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ff8432), to(#fe6600));
+
-
   background-image: -webkit-linear-gradient(top, #ff8432, #fe6600);
+
-
   background-image: -o-linear-gradient(top, #ff8432, #fe6600);
+
-
  background-image: linear-gradient(to bottom, #ff8432, #fe6600);
+
-
  background-repeat: repeat-x;
+
-
  border-color: #fe6600 #fe6600 #b14700;
+
-
  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='#ffff8432', endColorstr='#fffe6600', GradientType=0);
+
-
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
+
}
}
-
 
+
.nav > li > a > img {
-
.btn-warning:hover,
+
   max-width: none;
-
.btn-warning:focus,
+
-
.btn-warning:active,
+
-
.btn-warning.active,
+
-
.btn-warning.disabled,
+
-
.btn-warning[disabled] {
+
-
   color: #ffffff;
+
-
  background-color: #fe6600;
+
-
  *background-color: #e45c00;
+
}
}
-
 
+
.nav-tabs {
-
.btn-warning:active,
+
   border-bottom: 1px solid #ddd;
-
.btn-warning.active {
+
-
   background-color: #cb5200 \9;
+
}
}
-
 
+
.nav-tabs > li {
-
.btn-danger {
+
   float: left;
-
   color: #ffffff;
+
   margin-bottom: -1px;
-
   text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
+
-
  background-color: #f50f43;
+
-
  *background-color: #e60033;
+
-
  background-image: -moz-linear-gradient(top, #ff1a4d, #e60033);
+
-
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ff1a4d), to(#e60033));
+
-
  background-image: -webkit-linear-gradient(top, #ff1a4d, #e60033);
+
-
  background-image: -o-linear-gradient(top, #ff1a4d, #e60033);
+
-
  background-image: linear-gradient(to bottom, #ff1a4d, #e60033);
+
-
  background-repeat: repeat-x;
+
-
  border-color: #e60033 #e60033 #990022;
+
-
  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='#ffff1a4d', endColorstr='#ffe60033', GradientType=0);
+
-
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
+
}
}
-
 
+
.nav-tabs > li > a {
-
.btn-danger:hover,
+
  margin-right: 2px;
-
.btn-danger:focus,
+
  line-height: 1.42857143;
-
.btn-danger:active,
+
   border: 1px solid transparent;
-
.btn-danger.active,
+
   border-radius: 4px 4px 0 0;
-
.btn-danger.disabled,
+
-
.btn-danger[disabled] {
+
-
  color: #ffffff;
+
-
   background-color: #e60033;
+
-
   *background-color: #cc002e;
+
}
}
-
 
+
.nav-tabs > li > a:hover {
-
.btn-danger:active,
+
   border-color: #eee #eee #ddd;
-
.btn-danger.active {
+
-
   background-color: #b30028 \9;
+
}
}
-
 
+
.nav-tabs > li.active > a,
-
.btn-success {
+
.nav-tabs > li.active > a:hover,
-
  color: #ffffff;
+
.nav-tabs > li.active > a:focus {
-
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
+
   color: #555;
-
  background-color: #41bb19;
+
   cursor: default;
-
   *background-color: #379f15;
+
   background-color: #fff;
-
   background-image: -moz-linear-gradient(top, #47cd1b, #379f15);
+
   border: 1px solid #ddd;
-
   background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#47cd1b), to(#379f15));
+
   border-bottom-color: transparent;
-
   background-image: -webkit-linear-gradient(top, #47cd1b, #379f15);
+
-
   background-image: -o-linear-gradient(top, #47cd1b, #379f15);
+
-
  background-image: linear-gradient(to bottom, #47cd1b, #379f15);
+
-
  background-repeat: repeat-x;
+
-
  border-color: #379f15 #379f15 #205c0c;
+
-
  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='#ff47cd1b', endColorstr='#ff379f15', GradientType=0);
+
-
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
+
}
}
-
 
+
.nav-tabs.nav-justified {
-
.btn-success:hover,
+
   width: 100%;
-
.btn-success:focus,
+
   border-bottom: 0;
-
.btn-success:active,
+
-
.btn-success.active,
+
-
.btn-success.disabled,
+
-
.btn-success[disabled] {
+
-
   color: #ffffff;
+
-
  background-color: #379f15;
+
-
   *background-color: #2f8912;
+
}
}
-
 
+
.nav-tabs.nav-justified > li {
-
.btn-success:active,
+
   float: none;
-
.btn-success.active {
+
-
   background-color: #28720f \9;
+
}
}
-
 
+
.nav-tabs.nav-justified > li > a {
-
.btn-info {
+
   margin-bottom: 5px;
-
  color: #ffffff;
+
   text-align: center;
-
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
+
-
  background-color: #9b59bb;
+
-
   *background-color: #8d46b0;
+
-
  background-image: -moz-linear-gradient(top, #a466c2, #8d46b0);
+
-
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#a466c2), to(#8d46b0));
+
-
  background-image: -webkit-linear-gradient(top, #a466c2, #8d46b0);
+
-
  background-image: -o-linear-gradient(top, #a466c2, #8d46b0);
+
-
  background-image: linear-gradient(to bottom, #a466c2, #8d46b0);
+
-
  background-repeat: repeat-x;
+
-
   border-color: #8d46b0 #8d46b0 #613079;
+
-
  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='#ffa466c2', endColorstr='#ff8d46b0', GradientType=0);
+
-
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
+
}
}
-
 
+
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
-
.btn-info:hover,
+
   top: auto;
-
.btn-info:focus,
+
   left: auto;
-
.btn-info:active,
+
-
.btn-info.active,
+
-
.btn-info.disabled,
+
-
.btn-info[disabled] {
+
-
   color: #ffffff;
+
-
   background-color: #8d46b0;
+
-
  *background-color: #7e3f9d;
+
}
}
-
 
+
@media (min-width: 768px) {
-
.btn-info:active,
+
  .nav-tabs.nav-justified > li {
-
.btn-info.active {
+
    display: table-cell;
-
  background-color: #6f378b \9;
+
    width: 1%;
 +
  }
 +
  .nav-tabs.nav-justified > li > a {
 +
    margin-bottom: 0;
 +
  }
}
}
-
 
+
.nav-tabs.nav-justified > li > a {
-
.btn-inverse {
+
   margin-right: 0;
-
  color: #ffffff;
+
   border-radius: 4px;
-
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
+
-
  background-color: #080808;
+
-
   *background-color: #000000;
+
-
  background-image: -moz-linear-gradient(top, #0d0d0d, #000000);
+
-
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0d0d0d), to(#000000));
+
-
  background-image: -webkit-linear-gradient(top, #0d0d0d, #000000);
+
-
  background-image: -o-linear-gradient(top, #0d0d0d, #000000);
+
-
  background-image: linear-gradient(to bottom, #0d0d0d, #000000);
+
-
  background-repeat: repeat-x;
+
-
   border-color: #000000 #000000 #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='#ff0d0d0d', endColorstr='#ff000000', GradientType=0);
+
-
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
+
}
}
-
 
+
.nav-tabs.nav-justified > .active > a,
-
.btn-inverse:hover,
+
.nav-tabs.nav-justified > .active > a:hover,
-
.btn-inverse:focus,
+
.nav-tabs.nav-justified > .active > a:focus {
-
.btn-inverse:active,
+
   border: 1px solid #ddd;
-
.btn-inverse.active,
+
-
.btn-inverse.disabled,
+
-
.btn-inverse[disabled] {
+
-
   color: #ffffff;
+
-
  background-color: #000000;
+
-
  *background-color: #000000;
+
}
}
-
 
+
@media (min-width: 768px) {
-
.btn-inverse:active,
+
  .nav-tabs.nav-justified > li > a {
-
.btn-inverse.active {
+
    border-bottom: 1px solid #ddd;
-
   background-color: #000000 \9;
+
    border-radius: 4px 4px 0 0;
 +
  }
 +
  .nav-tabs.nav-justified > .active > a,
 +
  .nav-tabs.nav-justified > .active > a:hover,
 +
   .nav-tabs.nav-justified > .active > a:focus {
 +
    border-bottom-color: #fff;
 +
  }
}
}
-
 
+
.nav-pills > li {
-
button.btn,
+
   float: left;
-
input[type="submit"].btn {
+
-
   *padding-top: 3px;
+
-
  *padding-bottom: 3px;
+
}
}
-
 
+
.nav-pills > li > a {
-
button.btn::-moz-focus-inner,
+
   border-radius: 4px;
-
input[type="submit"].btn::-moz-focus-inner {
+
-
  padding: 0;
+
-
   border: 0;
+
}
}
-
 
+
.nav-pills > li + li {
-
button.btn.btn-large,
+
   margin-left: 2px;
-
input[type="submit"].btn.btn-large {
+
-
   *padding-top: 7px;
+
-
  *padding-bottom: 7px;
+
}
}
-
 
+
.nav-pills > li.active > a,
-
button.btn.btn-small,
+
.nav-pills > li.active > a:hover,
-
input[type="submit"].btn.btn-small {
+
.nav-pills > li.active > a:focus {
-
   *padding-top: 3px;
+
   color: #fff;
-
   *padding-bottom: 3px;
+
   background-color: #428bca;
}
}
-
 
+
.nav-stacked > li {
-
button.btn.btn-mini,
+
   float: none;
-
input[type="submit"].btn.btn-mini {
+
-
   *padding-top: 1px;
+
-
  *padding-bottom: 1px;
+
}
}
-
 
+
.nav-stacked > li + li {
-
.btn-link,
+
   margin-top: 2px;
-
.btn-link:active,
+
   margin-left: 0;
-
.btn-link[disabled] {
+
-
   background-color: transparent;
+
-
   background-image: none;
+
-
  -webkit-box-shadow: none;
+
-
    -moz-box-shadow: none;
+
-
          box-shadow: none;
+
}
}
-
 
+
.nav-justified {
-
.btn-link {
+
   width: 100%;
-
   color: #007fff;
+
-
  cursor: pointer;
+
-
  border-color: transparent;
+
-
  -webkit-border-radius: 0;
+
-
    -moz-border-radius: 0;
+
-
          border-radius: 0;
+
}
}
-
 
+
.nav-justified > li {
-
.btn-link:hover,
+
   float: none;
-
.btn-link:focus {
+
-
   color: #0066cc;
+
-
  text-decoration: underline;
+
-
  background-color: transparent;
+
}
}
-
 
+
.nav-justified > li > a {
-
.btn-link[disabled]:hover,
+
   margin-bottom: 5px;
-
.btn-link[disabled]:focus {
+
   text-align: center;
-
   color: #999999;
+
-
   text-decoration: none;
+
}
}
-
 
+
.nav-justified > .dropdown .dropdown-menu {
-
.btn-group {
+
   top: auto;
-
   position: relative;
+
   left: auto;
-
   display: inline-block;
+
-
  *display: inline;
+
-
  *margin-left: .3em;
+
-
  font-size: 0;
+
-
  white-space: nowrap;
+
-
  vertical-align: middle;
+
-
  *zoom: 1;
+
}
}
-
 
+
@media (min-width: 768px) {
-
.btn-group:first-child {
+
  .nav-justified > li {
-
   *margin-left: 0;
+
    display: table-cell;
 +
    width: 1%;
 +
   }
 +
  .nav-justified > li > a {
 +
    margin-bottom: 0;
 +
  }
}
}
-
 
+
.nav-tabs-justified {
-
.btn-group + .btn-group {
+
   border-bottom: 0;
-
   margin-left: 5px;
+
}
}
-
 
+
.nav-tabs-justified > li > a {
-
.btn-toolbar {
+
   margin-right: 0;
-
   margin-top: 10px;
+
   border-radius: 4px;
-
   margin-bottom: 10px;
+
-
  font-size: 0;
+
}
}
-
 
+
.nav-tabs-justified > .active > a,
-
.btn-toolbar > .btn + .btn,
+
.nav-tabs-justified > .active > a:hover,
-
.btn-toolbar > .btn-group + .btn,
+
.nav-tabs-justified > .active > a:focus {
-
.btn-toolbar > .btn + .btn-group {
+
   border: 1px solid #ddd;
-
   margin-left: 5px;
+
}
}
-
 
+
@media (min-width: 768px) {
-
.btn-group > .btn {
+
  .nav-tabs-justified > li > a {
 +
    border-bottom: 1px solid #ddd;
 +
    border-radius: 4px 4px 0 0;
 +
  }
 +
  .nav-tabs-justified > .active > a,
 +
  .nav-tabs-justified > .active > a:hover,
 +
  .nav-tabs-justified > .active > a:focus {
 +
    border-bottom-color: #fff;
 +
  }
 +
}
 +
.tab-content > .tab-pane {
 +
  display: none;
 +
}
 +
.tab-content > .active {
 +
  display: block;
 +
}
 +
.nav-tabs .dropdown-menu {
 +
  margin-top: -1px;
 +
  border-top-left-radius: 0;
 +
  border-top-right-radius: 0;
 +
}
 +
.navbar {
   position: relative;
   position: relative;
-
   -webkit-border-radius: 0;
+
   min-height: 50px;
-
    -moz-border-radius: 0;
+
  margin-bottom: 20px;
-
          border-radius: 0;
+
  border: 1px solid transparent;
}
}
-
 
+
@media (min-width: 768px) {
-
.btn-group > .btn + .btn {
+
   .navbar {
-
   margin-left: -1px;
+
    border-radius: 4px;
 +
  }
}
}
-
 
+
@media (min-width: 768px) {
-
.btn-group > .btn,
+
  .navbar-header {
-
.btn-group > .dropdown-menu,
+
    float: left;
-
.btn-group > .popover {
+
  }
-
  font-size: 14px;
+
}
}
-
 
+
.navbar-collapse {
-
.btn-group > .btn-mini {
+
   max-height: 340px;
-
   font-size: 10.5px;
+
  padding-right: 15px;
 +
  padding-left: 15px;
 +
  overflow-x: visible;
 +
  -webkit-overflow-scrolling: touch;
 +
  border-top: 1px solid transparent;
 +
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
}
}
-
 
+
.navbar-collapse.in {
-
.btn-group > .btn-small {
+
   overflow-y: auto;
-
   font-size: 11.9px;
+
}
}
-
 
+
@media (min-width: 768px) {
-
.btn-group > .btn-large {
+
  .navbar-collapse {
-
   font-size: 17.5px;
+
    width: auto;
 +
    border-top: 0;
 +
    box-shadow: none;
 +
  }
 +
  .navbar-collapse.collapse {
 +
    display: block !important;
 +
    height: auto !important;
 +
    padding-bottom: 0;
 +
    overflow: visible !important;
 +
   }
 +
  .navbar-collapse.in {
 +
    overflow-y: visible;
 +
  }
 +
  .navbar-fixed-top .navbar-collapse,
 +
  .navbar-static-top .navbar-collapse,
 +
  .navbar-fixed-bottom .navbar-collapse {
 +
    padding-right: 0;
 +
    padding-left: 0;
 +
  }
}
}
-
 
+
.container > .navbar-header,
-
.btn-group > .btn:first-child {
+
.container-fluid > .navbar-header,
-
  margin-left: 0;
+
.container > .navbar-collapse,
-
  -webkit-border-bottom-left-radius: 0;
+
.container-fluid > .navbar-collapse {
-
          border-bottom-left-radius: 0;
+
   margin-right: -15px;
-
   -webkit-border-top-left-radius: 0;
+
   margin-left: -15px;
-
          border-top-left-radius: 0;
+
-
   -moz-border-radius-bottomleft: 0;
+
-
  -moz-border-radius-topleft: 0;
+
}
}
-
 
+
@media (min-width: 768px) {
-
.btn-group > .btn:last-child,
+
  .container > .navbar-header,
-
.btn-group > .dropdown-toggle {
+
  .container-fluid > .navbar-header,
-
   -webkit-border-top-right-radius: 0;
+
   .container > .navbar-collapse,
-
          border-top-right-radius: 0;
+
   .container-fluid > .navbar-collapse {
-
   -webkit-border-bottom-right-radius: 0;
+
    margin-right: 0;
-
          border-bottom-right-radius: 0;
+
    margin-left: 0;
-
  -moz-border-radius-topright: 0;
+
   }
-
   -moz-border-radius-bottomright: 0;
+
}
}
-
 
+
.navbar-static-top {
-
.btn-group > .btn.large:first-child {
+
   z-index: 1000;
-
   margin-left: 0;
+
   border-width: 0 0 1px;
-
   -webkit-border-bottom-left-radius: 0;
+
-
          border-bottom-left-radius: 0;
+
-
  -webkit-border-top-left-radius: 0;
+
-
          border-top-left-radius: 0;
+
-
  -moz-border-radius-bottomleft: 0;
+
-
  -moz-border-radius-topleft: 0;
+
}
}
-
 
+
@media (min-width: 768px) {
-
.btn-group > .btn.large:last-child,
+
   .navbar-static-top {
-
.btn-group > .large.dropdown-toggle {
+
    border-radius: 0;
-
   -webkit-border-top-right-radius: 0;
+
   }
-
          border-top-right-radius: 0;
+
-
   -webkit-border-bottom-right-radius: 0;
+
-
          border-bottom-right-radius: 0;
+
-
  -moz-border-radius-topright: 0;
+
-
  -moz-border-radius-bottomright: 0;
+
}
}
-
 
+
.navbar-fixed-top,
-
.btn-group > .btn:hover,
+
.navbar-fixed-bottom {
-
.btn-group > .btn:focus,
+
  position: fixed;
-
.btn-group > .btn:active,
+
  right: 0;
-
.btn-group > .btn.active {
+
  left: 0;
-
   z-index: 2;
+
   z-index: 1030;
}
}
-
 
+
@media (min-width: 768px) {
-
.btn-group .dropdown-toggle:active,
+
  .navbar-fixed-top,
-
.btn-group.open .dropdown-toggle {
+
  .navbar-fixed-bottom {
-
  outline: 0;
+
    border-radius: 0;
 +
  }
}
}
-
 
+
.navbar-fixed-top {
-
.btn-group > .btn + .dropdown-toggle {
+
   top: 0;
-
   *padding-top: 5px;
+
   border-width: 0 0 1px;
-
   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);
+
}
}
-
 
+
.navbar-fixed-bottom {
-
.btn-group > .btn-mini + .dropdown-toggle {
+
   bottom: 0;
-
   *padding-top: 2px;
+
   margin-bottom: 0;
-
  padding-right: 5px;
+
   border-width: 1px 0 0;
-
   *padding-bottom: 2px;
+
-
   padding-left: 5px;
+
}
}
-
 
+
.navbar-brand {
-
.btn-group > .btn-small + .dropdown-toggle {
+
   float: left;
-
   *padding-top: 5px;
+
  height: 50px;
-
   *padding-bottom: 4px;
+
  padding: 15px 15px;
 +
  font-size: 18px;
 +
   line-height: 20px;
}
}
-
 
+
.navbar-brand:hover,
-
.btn-group > .btn-large + .dropdown-toggle {
+
.navbar-brand:focus {
-
  *padding-top: 7px;
+
   text-decoration: none;
-
  padding-right: 12px;
+
-
  *padding-bottom: 7px;
+
-
   padding-left: 12px;
+
}
}
-
 
+
@media (min-width: 768px) {
-
.btn-group.open .dropdown-toggle {
+
  .navbar > .container .navbar-brand,
 +
  .navbar > .container-fluid .navbar-brand {
 +
    margin-left: -15px;
 +
  }
 +
}
 +
.navbar-toggle {
 +
  position: relative;
 +
  float: right;
 +
  padding: 9px 10px;
 +
  margin-top: 8px;
 +
  margin-right: 15px;
 +
  margin-bottom: 8px;
 +
  background-color: transparent;
   background-image: none;
   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);
+
   border: 1px solid transparent;
-
    -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
+
  border-radius: 4px;
-
          box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
+
}
}
-
 
+
.navbar-toggle:focus {
-
.btn-group.open .btn.dropdown-toggle {
+
   outline: none;
-
   background-color: #c8c8c8;
+
}
}
-
 
+
.navbar-toggle .icon-bar {
-
.btn-group.open .btn-primary.dropdown-toggle {
+
   display: block;
-
   background-color: #0072e6;
+
  width: 22px;
 +
  height: 2px;
 +
  border-radius: 1px;
}
}
-
 
+
.navbar-toggle .icon-bar + .icon-bar {
-
.btn-group.open .btn-warning.dropdown-toggle {
+
   margin-top: 4px;
-
   background-color: #fe6600;
+
}
}
-
 
+
@media (min-width: 768px) {
-
.btn-group.open .btn-danger.dropdown-toggle {
+
  .navbar-toggle {
-
  background-color: #e60033;
+
    display: none;
 +
  }
}
}
-
 
+
.navbar-nav {
-
.btn-group.open .btn-success.dropdown-toggle {
+
   margin: 7.5px -15px;
-
   background-color: #379f15;
+
}
}
-
 
+
.navbar-nav > li > a {
-
.btn-group.open .btn-info.dropdown-toggle {
+
  padding-top: 10px;
-
   background-color: #8d46b0;
+
  padding-bottom: 10px;
 +
   line-height: 20px;
}
}
-
 
+
@media (max-width: 767px) {
-
.btn-group.open .btn-inverse.dropdown-toggle {
+
  .navbar-nav .open .dropdown-menu {
-
   background-color: #000000;
+
    position: static;
 +
    float: none;
 +
    width: auto;
 +
    margin-top: 0;
 +
    background-color: transparent;
 +
    border: 0;
 +
    box-shadow: none;
 +
  }
 +
  .navbar-nav .open .dropdown-menu > li > a,
 +
  .navbar-nav .open .dropdown-menu .dropdown-header {
 +
    padding: 5px 15px 5px 25px;
 +
   }
 +
  .navbar-nav .open .dropdown-menu > li > a {
 +
    line-height: 20px;
 +
  }
 +
  .navbar-nav .open .dropdown-menu > li > a:hover,
 +
  .navbar-nav .open .dropdown-menu > li > a:focus {
 +
    background-image: none;
 +
  }
}
}
-
 
+
@media (min-width: 768px) {
-
.btn .caret {
+
  .navbar-nav {
-
   margin-top: 8px;
+
    float: left;
-
   margin-left: 0;
+
    margin: 0;
 +
  }
 +
  .navbar-nav > li {
 +
    float: left;
 +
   }
 +
  .navbar-nav > li > a {
 +
    padding-top: 15px;
 +
    padding-bottom: 15px;
 +
   }
 +
  .navbar-nav.navbar-right:last-child {
 +
    margin-right: -15px;
 +
  }
}
}
-
 
+
@media (min-width: 768px) {
-
.btn-large .caret {
+
  .navbar-left {
-
   margin-top: 6px;
+
    float: left !important;
 +
   }
 +
  .navbar-right {
 +
    float: right !important;
 +
  }
}
}
-
 
+
.navbar-form {
-
.btn-large .caret {
+
   padding: 10px 15px;
-
   border-top-width: 5px;
+
-
  border-right-width: 5px;
+
-
  border-left-width: 5px;
+
-
}
+
-
 
+
-
.btn-mini .caret,
+
-
.btn-small .caret {
+
   margin-top: 8px;
   margin-top: 8px;
 +
  margin-right: -15px;
 +
  margin-bottom: 8px;
 +
  margin-left: -15px;
 +
  border-top: 1px solid transparent;
 +
  border-bottom: 1px solid transparent;
 +
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
 +
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
}
}
-
 
+
@media (min-width: 768px) {
-
.dropup .btn-large .caret {
+
  .navbar-form .form-group {
-
   border-bottom-width: 5px;
+
    display: inline-block;
 +
    margin-bottom: 0;
 +
    vertical-align: middle;
 +
  }
 +
  .navbar-form .form-control {
 +
    display: inline-block;
 +
    width: auto;
 +
    vertical-align: middle;
 +
   }
 +
  .navbar-form .input-group > .form-control {
 +
    width: 100%;
 +
  }
 +
  .navbar-form .control-label {
 +
    margin-bottom: 0;
 +
    vertical-align: middle;
 +
  }
 +
  .navbar-form .radio,
 +
  .navbar-form .checkbox {
 +
    display: inline-block;
 +
    padding-left: 0;
 +
    margin-top: 0;
 +
    margin-bottom: 0;
 +
    vertical-align: middle;
 +
  }
 +
  .navbar-form .radio input[type="radio"],
 +
  .navbar-form .checkbox input[type="checkbox"] {
 +
    float: none;
 +
    margin-left: 0;
 +
  }
 +
  .navbar-form .has-feedback .form-control-feedback {
 +
    top: 0;
 +
  }
}
}
-
 
+
@media (max-width: 767px) {
-
.btn-primary .caret,
+
  .navbar-form .form-group {
-
.btn-warning .caret,
+
    margin-bottom: 5px;
-
.btn-danger .caret,
+
   }
-
.btn-info .caret,
+
-
.btn-success .caret,
+
-
.btn-inverse .caret {
+
-
  border-top-color: #ffffff;
+
-
   border-bottom-color: #ffffff;
+
}
}
-
 
+
@media (min-width: 768px) {
-
.btn-group-vertical {
+
  .navbar-form {
-
  display: inline-block;
+
    width: auto;
-
  *display: inline;
+
    padding-top: 0;
-
  /* IE7 inline-block hack */
+
    padding-bottom: 0;
-
 
+
    margin-right: 0;
-
   *zoom: 1;
+
    margin-left: 0;
 +
    border: 0;
 +
    -webkit-box-shadow: none;
 +
            box-shadow: none;
 +
   }
 +
  .navbar-form.navbar-right:last-child {
 +
    margin-right: -15px;
 +
  }
}
}
-
 
+
.navbar-nav > li > .dropdown-menu {
-
.btn-group-vertical > .btn {
+
   margin-top: 0;
-
   display: block;
+
   border-top-left-radius: 0;
-
  float: none;
+
  border-top-right-radius: 0;
-
  max-width: 100%;
+
-
   -webkit-border-radius: 0;
+
-
    -moz-border-radius: 0;
+
-
          border-radius: 0;
+
}
}
-
 
+
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
-
.btn-group-vertical > .btn + .btn {
+
   border-bottom-right-radius: 0;
-
   margin-top: -1px;
+
   border-bottom-left-radius: 0;
-
   margin-left: 0;
+
}
}
-
 
+
.navbar-btn {
-
.btn-group-vertical > .btn:first-child {
+
   margin-top: 8px;
-
   -webkit-border-radius: 0 0px 0 0;
+
  margin-bottom: 8px;
-
    -moz-border-radius: 0 0px 0 0;
+
-
          border-radius: 0 0px 0 0;
+
}
}
-
 
+
.navbar-btn.btn-sm {
-
.btn-group-vertical > .btn:last-child {
+
   margin-top: 10px;
-
   -webkit-border-radius: 0 0 0 0px;
+
  margin-bottom: 10px;
-
    -moz-border-radius: 0 0 0 0px;
+
-
          border-radius: 0 0 0 0px;
+
}
}
-
 
+
.navbar-btn.btn-xs {
-
.btn-group-vertical > .btn-large:first-child {
+
   margin-top: 14px;
-
   -webkit-border-radius: 0 0px 0 0;
+
  margin-bottom: 14px;
-
    -moz-border-radius: 0 0px 0 0;
+
-
          border-radius: 0 0px 0 0;
+
}
}
-
 
+
.navbar-text {
-
.btn-group-vertical > .btn-large:last-child {
+
   margin-top: 15px;
-
   -webkit-border-radius: 0 0 0 0px;
+
  margin-bottom: 15px;
-
    -moz-border-radius: 0 0 0 0px;
+
-
          border-radius: 0 0 0 0px;
+
}
}
-
 
+
@media (min-width: 768px) {
-
.alert {
+
  .navbar-text {
-
  padding: 8px 35px 8px 14px;
+
    float: left;
-
  margin-bottom: 20px;
+
    margin-right: 15px;
-
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
+
    margin-left: 15px;
-
   background-color: #ff7518;
+
   }
-
  border: 1px solid transparent;
+
   .navbar-text.navbar-right:last-child {
-
   -webkit-border-radius: 0;
+
    margin-right: 0;
-
    -moz-border-radius: 0;
+
  }
-
          border-radius: 0;
+
}
}
-
 
+
.navbar-default {
-
.alert,
+
background-color: #6f350b;
-
.alert h4 {
+
border-color: #ab6831;
-
  color: #ffffff;
+
}
}
-
 
+
.navbar-default .navbar-brand {
-
.alert h4 {
+
color: #ab6831;
-
  margin: 0;
+
}
}
-
 
+
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
-
.alert .close {
+
color: #190602;
-
  position: relative;
+
-
  top: -2px;
+
-
  right: -21px;
+
-
  line-height: 20px;
+
}
}
-
 
+
.navbar-default .navbar-text {
-
.alert-success {
+
color: #ab6831;
-
  color: #ffffff;
+
-
  background-color: #3fb618;
+
-
  border-color: transparent;
+
}
}
-
 
+
.navbar-default .navbar-nav > li > a {
-
.alert-success h4 {
+
color: #ab6831;
-
  color: #ffffff;
+
}
}
-
 
+
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
-
.alert-danger,
+
color: #190602;
-
.alert-error {
+
-
  color: #ffffff;
+
-
  background-color: #ff0039;
+
-
  border-color: transparent;
+
}
}
-
 
+
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
-
.alert-danger h4,
+
color: #190602;
-
.alert-error h4 {
+
background-color: #ab6831;
-
  color: #ffffff;
+
}
}
-
 
+
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
-
.alert-info {
+
color: #190602;
-
  color: #ffffff;
+
background-color: #ab6831;
-
  background-color: #9954bb;
+
-
  border-color: transparent;
+
}
}
-
 
+
.navbar-default .navbar-toggle {
-
.alert-info h4 {
+
border-color: #ab6831;
-
  color: #ffffff;
+
}
}
-
 
+
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
-
.alert-block {
+
background-color: #ab6831;
-
  padding-top: 14px;
+
-
  padding-bottom: 14px;
+
}
}
-
 
+
.navbar-default .navbar-toggle .icon-bar {
-
.alert-block > p,
+
background-color: #ab6831;
-
.alert-block > ul {
+
-
  margin-bottom: 0;
+
}
}
-
 
+
.navbar-default .navbar-collapse,
-
.alert-block p + p {
+
.navbar-default .navbar-form {
-
  margin-top: 5px;
+
border-color: #ab6831;
}
}
-
 
+
.navbar-default .navbar-link {
-
.nav {
+
color: #ab6831;
-
  margin-bottom: 20px;
+
-
  margin-left: 0;
+
-
  list-style: none;
+
}
}
-
 
+
.navbar-default .navbar-link:hover {
-
.nav > li > a {
+
color: #190602;
-
  display: block;
+
}
}
-
.nav > li > a:hover,
+
@media (max-width: 767px) {
-
.nav > li > a:focus {
+
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
-
  text-decoration: none;
+
color: #ab6831;
-
  background-color: #eeeeee;
+
}
 +
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
 +
color: #190602;
 +
}
 +
.navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
 +
color: #190602;
 +
background-color: #ab6831;
 +
}
}
}
-
 
-
.nav > li > a > img {
 
-
  max-width: none;
 
}
}
-
 
+
.navbar-default .navbar-link {
-
.nav > .pull-right {
+
   color: #777;
-
   float: right;
+
}
}
-
 
+
.navbar-default .navbar-link:hover {
-
.nav-header {
+
   color: #333;
-
  display: block;
+
-
  padding: 3px 15px;
+
-
  font-size: 11px;
+
-
  font-weight: bold;
+
-
  line-height: 20px;
+
-
   color: #484848;
+
-
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
+
-
  text-transform: uppercase;
+
}
}
-
 
+
.navbar-inverse {
-
.nav li + .nav-header {
+
   background-color: #222;
-
   margin-top: 9px;
+
  border-color: #080808;
}
}
-
 
+
.navbar-inverse .navbar-brand {
-
.nav-list {
+
   color: #999;
-
   padding-right: 15px;
+
-
  padding-left: 15px;
+
-
  margin-bottom: 0;
+
}
}
-
 
+
.navbar-inverse .navbar-brand:hover,
-
.nav-list > li > a,
+
.navbar-inverse .navbar-brand:focus {
-
.nav-list .nav-header {
+
   color: #fff;
-
   margin-right: -15px;
+
   background-color: transparent;
-
   margin-left: -15px;
+
-
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
+
}
}
-
 
+
.navbar-inverse .navbar-text {
-
.nav-list > li > a {
+
   color: #999;
-
   padding: 3px 15px;
+
}
}
-
 
+
.navbar-inverse .navbar-nav > li > a {
-
.nav-list > .active > a,
+
   color: #999;
-
.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: #007fff;
+
}
}
-
 
+
.navbar-inverse .navbar-nav > li > a:hover,
-
.nav-list [class^="icon-"],
+
.navbar-inverse .navbar-nav > li > a:focus {
-
.nav-list [class*=" icon-"] {
+
   color: #fff;
-
   margin-right: 2px;
+
  background-color: transparent;
}
}
-
 
+
.navbar-inverse .navbar-nav > .active > a,
-
.nav-list .divider {
+
.navbar-inverse .navbar-nav > .active > a:hover,
-
  *width: 100%;
+
.navbar-inverse .navbar-nav > .active > a:focus {
-
  height: 1px;
+
   color: #fff;
-
  margin: 9px 1px;
+
   background-color: #080808;
-
  *margin: -5px 0 5px;
+
-
  overflow: hidden;
+
-
   background-color: #e5e5e5;
+
-
   border-bottom: 1px solid #ffffff;
+
}
}
-
 
+
.navbar-inverse .navbar-nav > .disabled > a,
-
.nav-tabs,
+
.navbar-inverse .navbar-nav > .disabled > a:hover,
-
.nav-pills {
+
.navbar-inverse .navbar-nav > .disabled > a:focus {
-
   *zoom: 1;
+
   color: #444;
 +
  background-color: transparent;
}
}
-
 
+
.navbar-inverse .navbar-toggle {
-
.nav-tabs:before,
+
   border-color: #333;
-
.nav-pills:before,
+
-
.nav-tabs:after,
+
-
.nav-pills:after {
+
-
   display: table;
+
-
  line-height: 0;
+
-
  content: "";
+
}
}
-
 
+
.navbar-inverse .navbar-toggle:hover,
-
.nav-tabs:after,
+
.navbar-inverse .navbar-toggle:focus {
-
.nav-pills:after {
+
   background-color: #333;
-
   clear: both;
+
}
}
-
 
+
.navbar-inverse .navbar-toggle .icon-bar {
-
.nav-tabs > li,
+
   background-color: #fff;
-
.nav-pills > li {
+
-
   float: left;
+
}
}
-
 
+
.navbar-inverse .navbar-collapse,
-
.nav-tabs > li > a,
+
.navbar-inverse .navbar-form {
-
.nav-pills > li > a {
+
   border-color: #101010;
-
   padding-right: 12px;
+
-
  padding-left: 12px;
+
-
  margin-right: 2px;
+
-
  line-height: 14px;
+
}
}
-
 
+
.navbar-inverse .navbar-nav > .open > a,
-
.nav-tabs {
+
.navbar-inverse .navbar-nav > .open > a:hover,
-
   border-bottom: 1px solid #ddd;
+
.navbar-inverse .navbar-nav > .open > a:focus {
 +
   color: #fff;
 +
  background-color: #080808;
}
}
-
 
+
@media (max-width: 767px) {
-
.nav-tabs > li {
+
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
-
   margin-bottom: -1px;
+
    border-color: #080808;
 +
  }
 +
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
 +
    background-color: #080808;
 +
  }
 +
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
 +
    color: #999;
 +
   }
 +
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
 +
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
 +
    color: #fff;
 +
    background-color: transparent;
 +
  }
 +
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
 +
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
 +
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
 +
    color: #fff;
 +
    background-color: #080808;
 +
  }
 +
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
 +
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
 +
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
 +
    color: #444;
 +
    background-color: transparent;
 +
  }
}
}
-
 
+
.navbar-inverse .navbar-link {
-
.nav-tabs > li > a {
+
   color: #999;
-
   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;
+
}
}
-
 
+
.navbar-inverse .navbar-link:hover {
-
.nav-tabs > li > a:hover,
+
   color: #fff;
-
.nav-tabs > li > a:focus {
+
-
   border-color: #eeeeee #eeeeee #dddddd;
+
}
}
-
 
+
.breadcrumb {
-
.nav-tabs > .active > a,
+
   padding: 8px 15px;
-
.nav-tabs > .active > a:hover,
+
   margin-bottom: 20px;
-
.nav-tabs > .active > a:focus {
+
   list-style: none;
-
   color: #bbbbbb;
+
   background-color: #f5f5f5;
-
   cursor: default;
+
   border-radius: 4px;
-
   background-color: #ffffff;
+
-
   border: 1px solid #ddd;
+
-
   border-bottom-color: transparent;
+
}
}
-
 
+
.breadcrumb > li {
-
.nav-pills > li > a {
+
   display: inline-block;
-
   padding-top: 8px;
+
-
  padding-bottom: 8px;
+
-
  margin-top: 2px;
+
-
  margin-bottom: 2px;
+
-
  -webkit-border-radius: 5px;
+
-
    -moz-border-radius: 5px;
+
-
          border-radius: 5px;
+
}
}
-
 
+
.breadcrumb > li + li:before {
-
.nav-pills > .active > a,
+
  padding: 0 5px;
-
.nav-pills > .active > a:hover,
+
   color: #ccc;
-
.nav-pills > .active > a:focus {
+
   content: "/\00a0";
-
   color: #ffffff;
+
-
   background-color: #007fff;
+
}
}
-
 
+
.breadcrumb > .active {
-
.nav-stacked > li {
+
   color: #999;
-
   float: none;
+
}
}
-
 
+
.pagination {
-
.nav-stacked > li > a {
+
   display: inline-block;
-
   margin-right: 0;
+
  padding-left: 0;
 +
  margin: 20px 0;
 +
  border-radius: 4px;
}
}
-
 
+
.pagination > li {
-
.nav-tabs.nav-stacked {
+
   display: inline;
-
   border-bottom: 0;
+
}
}
-
 
+
.pagination > li > a,
-
.nav-tabs.nav-stacked > li > a {
+
.pagination > li > span {
 +
  position: relative;
 +
  float: left;
 +
  padding: 6px 12px;
 +
  margin-left: -1px;
 +
  line-height: 1.42857143;
 +
  color: #428bca;
 +
  text-decoration: none;
 +
  background-color: #fff;
   border: 1px solid #ddd;
   border: 1px solid #ddd;
-
  -webkit-border-radius: 0;
 
-
    -moz-border-radius: 0;
 
-
          border-radius: 0;
 
}
}
-
 
+
.pagination > li:first-child > a,
-
.nav-tabs.nav-stacked > li:first-child > a {
+
.pagination > li:first-child > span {
-
  -webkit-border-top-right-radius: 4px;
+
   margin-left: 0;
-
          border-top-right-radius: 4px;
+
  border-top-left-radius: 4px;
-
   -webkit-border-top-left-radius: 4px;
+
   border-bottom-left-radius: 4px;
-
          border-top-left-radius: 4px;
+
-
   -moz-border-radius-topright: 4px;
+
-
  -moz-border-radius-topleft: 4px;
+
}
}
-
 
+
.pagination > li:last-child > a,
-
.nav-tabs.nav-stacked > li:last-child > a {
+
.pagination > li:last-child > span {
-
   -webkit-border-bottom-right-radius: 4px;
+
   border-top-right-radius: 4px;
-
          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;
+
}
}
-
 
+
.pagination > li > a:hover,
-
.nav-tabs.nav-stacked > li > a:hover,
+
.pagination > li > span:hover,
-
.nav-tabs.nav-stacked > li > a:focus {
+
.pagination > li > a:focus,
-
   z-index: 2;
+
.pagination > li > span:focus {
 +
   color: #2a6496;
 +
  background-color: #eee;
   border-color: #ddd;
   border-color: #ddd;
}
}
-
 
+
.pagination > .active > a,
-
.nav-pills.nav-stacked > li > a {
+
.pagination > .active > span,
-
   margin-bottom: 3px;
+
.pagination > .active > a:hover,
 +
.pagination > .active > span:hover,
 +
.pagination > .active > a:focus,
 +
.pagination > .active > span:focus {
 +
   z-index: 2;
 +
  color: #fff;
 +
  cursor: default;
 +
  background-color: #428bca;
 +
  border-color: #428bca;
}
}
-
 
+
.pagination > .disabled > span,
-
.nav-pills.nav-stacked > li:last-child > a {
+
.pagination > .disabled > span:hover,
-
   margin-bottom: 1px;
+
.pagination > .disabled > span:focus,
 +
.pagination > .disabled > a,
 +
.pagination > .disabled > a:hover,
 +
.pagination > .disabled > a:focus {
 +
   color: #999;
 +
  cursor: not-allowed;
 +
  background-color: #fff;
 +
  border-color: #ddd;
}
}
-
 
+
.pagination-lg > li > a,
-
.nav-tabs .dropdown-menu {
+
.pagination-lg > li > span {
-
   -webkit-border-radius: 0 0 6px 6px;
+
   padding: 10px 16px;
-
    -moz-border-radius: 0 0 6px 6px;
+
  font-size: 18px;
-
          border-radius: 0 0 6px 6px;
+
}
}
-
 
+
.pagination-lg > li:first-child > a,
-
.nav-pills .dropdown-menu {
+
.pagination-lg > li:first-child > span {
-
   -webkit-border-radius: 6px;
+
   border-top-left-radius: 6px;
-
    -moz-border-radius: 6px;
+
  border-bottom-left-radius: 6px;
-
          border-radius: 6px;
+
}
}
-
 
+
.pagination-lg > li:last-child > a,
-
.nav .dropdown-toggle .caret {
+
.pagination-lg > li:last-child > span {
-
  margin-top: 6px;
+
   border-top-right-radius: 6px;
-
   border-top-color: #007fff;
+
   border-bottom-right-radius: 6px;
-
   border-bottom-color: #007fff;
+
}
}
-
 
+
.pagination-sm > li > a,
-
.nav .dropdown-toggle:hover .caret,
+
.pagination-sm > li > span {
-
.nav .dropdown-toggle:focus .caret {
+
   padding: 5px 10px;
-
   border-top-color: #0066cc;
+
   font-size: 12px;
-
   border-bottom-color: #0066cc;
+
}
}
-
 
+
.pagination-sm > li:first-child > a,
-
/* move down carets for tabs */
+
.pagination-sm > li:first-child > span {
-
 
+
   border-top-left-radius: 3px;
-
.nav-tabs .dropdown-toggle .caret {
+
  border-bottom-left-radius: 3px;
-
   margin-top: 8px;
+
}
}
-
 
+
.pagination-sm > li:last-child > a,
-
.nav .active .dropdown-toggle .caret {
+
.pagination-sm > li:last-child > span {
-
   border-top-color: #fff;
+
   border-top-right-radius: 3px;
-
   border-bottom-color: #fff;
+
   border-bottom-right-radius: 3px;
}
}
-
 
+
.pager {
-
.nav-tabs .active .dropdown-toggle .caret {
+
   padding-left: 0;
-
   border-top-color: #bbbbbb;
+
   margin: 20px 0;
-
   border-bottom-color: #bbbbbb;
+
  text-align: center;
 +
  list-style: none;
}
}
-
 
+
.pager li {
-
.nav > .dropdown.active > a:hover,
+
   display: inline;
-
.nav > .dropdown.active > a:focus {
+
-
   cursor: pointer;
+
}
}
-
 
+
.pager li > a,
-
.nav-tabs .open .dropdown-toggle,
+
.pager li > span {
-
.nav-pills .open .dropdown-toggle,
+
   display: inline-block;
-
.nav > li.dropdown.open.active > a:hover,
+
  padding: 5px 14px;
-
.nav > li.dropdown.open.active > a:focus {
+
   background-color: #fff;
-
   color: #ffffff;
+
  border: 1px solid #ddd;
-
   background-color: #dfdfdf;
+
   border-radius: 15px;
-
   border-color: #dfdfdf;
+
}
}
-
 
+
.pager li > a:hover,
-
.nav li.dropdown.open .caret,
+
.pager li > a:focus {
-
.nav li.dropdown.open.active .caret,
+
   text-decoration: none;
-
.nav li.dropdown.open a:hover .caret,
+
   background-color: #eee;
-
.nav li.dropdown.open a:focus .caret {
+
-
   border-top-color: #ffffff;
+
-
   border-bottom-color: #ffffff;
+
-
  opacity: 1;
+
-
  filter: alpha(opacity=100);
+
}
}
-
 
+
.pager .next > a,
-
.tabs-stacked .open > a:hover,
+
.pager .next > span {
-
.tabs-stacked .open > a:focus {
+
   float: right;
-
   border-color: #dfdfdf;
+
}
}
-
 
+
.pager .previous > a,
-
.tabbable {
+
.pager .previous > span {
-
   *zoom: 1;
+
   float: left;
}
}
-
 
+
.pager .disabled > a,
-
.tabbable:before,
+
.pager .disabled > a:hover,
-
.tabbable:after {
+
.pager .disabled > a:focus,
-
   display: table;
+
.pager .disabled > span {
-
   line-height: 0;
+
   color: #999;
-
   content: "";
+
   cursor: not-allowed;
 +
   background-color: #fff;
}
}
-
 
+
.label {
-
.tabbable:after {
+
  display: inline;
-
   clear: both;
+
  padding: .2em .6em .3em;
 +
  font-size: 75%;
 +
   font-weight: bold;
 +
  line-height: 1;
 +
  color: #fff;
 +
  text-align: center;
 +
  white-space: nowrap;
 +
  vertical-align: baseline;
 +
  border-radius: .25em;
}
}
-
 
+
.label[href]:hover,
-
.tab-content {
+
.label[href]:focus {
-
   overflow: auto;
+
   color: #fff;
 +
  text-decoration: none;
 +
  cursor: pointer;
}
}
-
 
+
.label:empty {
-
.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;
   display: none;
}
}
-
 
+
.btn .label {
-
.tab-content > .active,
+
   position: relative;
-
.pill-content > .active {
+
  top: -1px;
-
   display: block;
+
}
}
-
 
+
.label-default {
-
.tabs-below > .nav-tabs {
+
   background-color: #999;
-
   border-top: 1px solid #ddd;
+
}
}
-
 
+
.label-default[href]:hover,
-
.tabs-below > .nav-tabs > li {
+
.label-default[href]:focus {
-
   margin-top: -1px;
+
   background-color: #808080;
-
  margin-bottom: 0;
+
}
}
-
 
+
.label-primary {
-
.tabs-below > .nav-tabs > li > a {
+
   background-color: #428bca;
-
   -webkit-border-radius: 0 0 4px 4px;
+
-
    -moz-border-radius: 0 0 4px 4px;
+
-
          border-radius: 0 0 4px 4px;
+
}
}
-
 
+
.label-primary[href]:hover,
-
.tabs-below > .nav-tabs > li > a:hover,
+
.label-primary[href]:focus {
-
.tabs-below > .nav-tabs > li > a:focus {
+
   background-color: #3071a9;
-
   border-top-color: #ddd;
+
-
  border-bottom-color: transparent;
+
}
}
-
 
+
.label-success {
-
.tabs-below > .nav-tabs > .active > a,
+
   background-color: #5cb85c;
-
.tabs-below > .nav-tabs > .active > a:hover,
+
-
.tabs-below > .nav-tabs > .active > a:focus {
+
-
   border-color: transparent #ddd #ddd #ddd;
+
}
}
-
 
+
.label-success[href]:hover,
-
.tabs-left > .nav-tabs > li,
+
.label-success[href]:focus {
-
.tabs-right > .nav-tabs > li {
+
   background-color: #449d44;
-
   float: none;
+
}
}
-
 
+
.label-info {
-
.tabs-left > .nav-tabs > li > a,
+
   background-color: #5bc0de;
-
.tabs-right > .nav-tabs > li > a {
+
-
   min-width: 74px;
+
-
  margin-right: 0;
+
-
  margin-bottom: 3px;
+
}
}
-
 
+
.label-info[href]:hover,
-
.tabs-left > .nav-tabs {
+
.label-info[href]:focus {
-
  float: left;
+
   background-color: #31b0d5;
-
  margin-right: 19px;
+
-
   border-right: 1px solid #ddd;
+
}
}
-
 
+
.label-warning {
-
.tabs-left > .nav-tabs > li > a {
+
   background-color: #f0ad4e;
-
   margin-right: -1px;
+
-
  -webkit-border-radius: 4px 0 0 4px;
+
-
    -moz-border-radius: 4px 0 0 4px;
+
-
          border-radius: 4px 0 0 4px;
+
}
}
-
 
+
.label-warning[href]:hover,
-
.tabs-left > .nav-tabs > li > a:hover,
+
.label-warning[href]:focus {
-
.tabs-left > .nav-tabs > li > a:focus {
+
   background-color: #ec971f;
-
   border-color: #eeeeee #dddddd #eeeeee #eeeeee;
+
}
}
-
 
+
.label-danger {
-
.tabs-left > .nav-tabs .active > a,
+
   background-color: #d9534f;
-
.tabs-left > .nav-tabs .active > a:hover,
+
-
.tabs-left > .nav-tabs .active > a:focus {
+
-
   border-color: #ddd transparent #ddd #ddd;
+
-
  *border-right-color: #ffffff;
+
}
}
-
 
+
.label-danger[href]:hover,
-
.tabs-right > .nav-tabs {
+
.label-danger[href]:focus {
-
  float: right;
+
   background-color: #c9302c;
-
  margin-left: 19px;
+
-
   border-left: 1px solid #ddd;
+
}
}
-
 
+
.badge {
-
.tabs-right > .nav-tabs > li > a {
+
  display: inline-block;
-
   margin-left: -1px;
+
  min-width: 10px;
-
   -webkit-border-radius: 0 4px 4px 0;
+
   padding: 3px 7px;
-
    -moz-border-radius: 0 4px 4px 0;
+
  font-size: 12px;
-
          border-radius: 0 4px 4px 0;
+
  font-weight: bold;
 +
   line-height: 1;
 +
  color: #fff;
 +
  text-align: center;
 +
  white-space: nowrap;
 +
  vertical-align: baseline;
 +
  background-color: #999;
 +
  border-radius: 10px;
}
}
-
 
+
.badge:empty {
-
.tabs-right > .nav-tabs > li > a:hover,
+
   display: none;
-
.tabs-right > .nav-tabs > li > a:focus {
+
-
   border-color: #eeeeee #eeeeee #eeeeee #dddddd;
+
}
}
-
 
+
.btn .badge {
-
.tabs-right > .nav-tabs .active > a,
+
   position: relative;
-
.tabs-right > .nav-tabs .active > a:hover,
+
   top: -1px;
-
.tabs-right > .nav-tabs .active > a:focus {
+
-
   border-color: #ddd #ddd #ddd transparent;
+
-
   *border-left-color: #ffffff;
+
}
}
-
 
+
.btn-xs .badge {
-
.nav > .disabled > a {
+
   top: 0;
-
   color: #dfdfdf;
+
  padding: 1px 5px;
}
}
-
 
+
a.badge:hover,
-
.nav > .disabled > a:hover,
+
a.badge:focus {
-
.nav > .disabled > a:focus {
+
  color: #fff;
   text-decoration: none;
   text-decoration: none;
-
   cursor: default;
+
   cursor: pointer;
-
  background-color: transparent;
+
}
}
-
 
+
a.list-group-item.active > .badge,
-
.navbar {
+
.nav-pills > .active > a > .badge {
-
   *position: relative;
+
   color: #428bca;
-
   *z-index: 2;
+
   background-color: #fff;
-
  margin-bottom: 20px;
+
-
  overflow: visible;
+
}
}
-
 
+
.nav-pills > li > a > .badge {
-
.navbar-inner {
+
   margin-left: 3px;
-
   min-height: 50px;
+
-
  padding-right: 20px;
+
-
  padding-left: 20px;
+
-
  background-color: #484848;
+
-
  background-image: -moz-linear-gradient(top, #484848, #484848);
+
-
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#484848), to(#484848));
+
-
  background-image: -webkit-linear-gradient(top, #484848, #484848);
+
-
  background-image: -o-linear-gradient(top, #484848, #484848);
+
-
  background-image: linear-gradient(to bottom, #484848, #484848);
+
-
  background-repeat: repeat-x;
+
-
  border: 23px solid;
+
-
 
+
-
border-color: #727272;
+
-
  -webkit-border-radius: 0;
+
-
    -moz-border-radius: 0;
+
-
          border-radius: 0;
+
-
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff080808', endColorstr='#ff080808', 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);
+
}
}
-
 
+
.jumbotron {
-
.navbar-inner:before,
+
   padding: 30px;
-
.navbar-inner:after {
+
   margin-bottom: 30px;
-
   display: table;
+
   color: inherit;
-
   line-height: 0;
+
  background-color: #eee;
-
   content: "";
+
}
}
-
 
+
.jumbotron h1,
-
.navbar-inner:after {
+
.jumbotron .h1 {
-
   clear: both;
+
   color: inherit;
}
}
-
 
+
.jumbotron p {
-
.navbar .container {
+
   margin-bottom: 15px;
-
   width: auto;
+
  font-size: 21px;
 +
  font-weight: 200;
}
}
-
 
+
.container .jumbotron {
-
.nav-collapse.collapse {
+
   border-radius: 6px;
-
   height: auto;
+
-
  overflow: visible;
+
}
}
-
 
+
.jumbotron .container {
-
.navbar .brand {
+
   max-width: 100%;
-
   display: block;
+
-
  float: left;
+
-
  padding: 15px 20px 15px;
+
-
  margin-left: -20px;
+
-
  font-size: 20px;
+
-
  font-weight: 200;
+
-
  color: #ffffff;
+
-
  text-shadow: 0 1px 0 #080808;
+
}
}
-
 
+
@media screen and (min-width: 768px) {
-
.navbar .brand:hover,
+
  .jumbotron {
-
.navbar .brand:focus {
+
    padding-top: 48px;
-
  text-decoration: none;
+
    padding-bottom: 48px;
 +
  }
 +
  .container .jumbotron {
 +
    padding-right: 60px;
 +
    padding-left: 60px;
 +
  }
 +
  .jumbotron h1,
 +
  .jumbotron .h1 {
 +
    font-size: 63px;
 +
  }
}
}
-
 
+
.thumbnail {
-
.navbar-text {
+
  display: block;
-
   margin-bottom: 0;
+
  padding: 4px;
-
   line-height: 50px;
+
   margin-bottom: 20px;
-
   color: #678190;
+
   line-height: 1.42857143;
 +
   background-color: #fff;
 +
  border: 1px solid #ddd;
 +
  border-radius: 4px;
 +
  -webkit-transition: all .2s ease-in-out;
 +
          transition: all .2s ease-in-out;
}
}
-
 
+
.thumbnail > img,
-
.navbar-link {
+
.thumbnail a > img {
-
   color: #ffffff;
+
   margin-right: auto;
 +
  margin-left: auto;
}
}
-
 
+
a.thumbnail:hover,
-
.navbar-link:hover,
+
a.thumbnail:focus,
-
.navbar-link:focus {
+
a.thumbnail.active {
-
   color: #bbbbbb;
+
   border-color: #428bca;
}
}
-
 
+
.thumbnail .caption {
-
.navbar .divider-vertical {
+
   padding: 9px;
-
   height: 50px;
+
   color: #333;
-
  margin: 0 9px;
+
-
   border-right: 1px solid #080808;
+
-
  border-left: 1px solid #080808;
+
}
}
-
 
+
.alert {
-
.navbar .btn,
+
  padding: 15px;
-
.navbar .btn-group {
+
   margin-bottom: 20px;
-
   margin-top: 10px;
+
  border: 1px solid transparent;
 +
  border-radius: 4px;
}
}
-
 
+
.alert h4 {
-
.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;
   margin-top: 0;
 +
  color: inherit;
}
}
-
 
+
.alert .alert-link {
-
.navbar-form {
+
  font-weight: bold;
 +
}
 +
.alert > p,
 +
.alert > ul {
   margin-bottom: 0;
   margin-bottom: 0;
-
  *zoom: 1;
 
}
}
-
 
+
.alert > p + p {
-
.navbar-form:before,
+
   margin-top: 5px;
-
.navbar-form:after {
+
-
   display: table;
+
-
  line-height: 0;
+
-
  content: "";
+
}
}
-
 
+
.alert-dismissable {
-
.navbar-form:after {
+
   padding-right: 35px;
-
   clear: both;
+
}
}
-
 
+
.alert-dismissable .close {
-
.navbar-form input,
+
  position: relative;
-
.navbar-form select,
+
  top: -2px;
-
.navbar-form .radio,
+
  right: -21px;
-
.navbar-form .checkbox {
+
   color: inherit;
-
   margin-top: 10px;
+
}
}
-
 
+
.alert-success {
-
.navbar-form input,
+
   color: #3c763d;
-
.navbar-form select,
+
  background-color: #dff0d8;
-
.navbar-form .btn {
+
   border-color: #d6e9c6;
-
   display: inline-block;
+
-
   margin-bottom: 0;
+
}
}
-
 
+
.alert-success hr {
-
.navbar-form input[type="image"],
+
   border-top-color: #c9e2b3;
-
.navbar-form input[type="checkbox"],
+
-
.navbar-form input[type="radio"] {
+
-
   margin-top: 3px;
+
}
}
-
 
+
.alert-success .alert-link {
-
.navbar-form .input-append,
+
   color: #2b542c;
-
.navbar-form .input-prepend {
+
-
   margin-top: 5px;
+
-
  white-space: nowrap;
+
}
}
-
 
+
.alert-info {
-
.navbar-form .input-append input,
+
  color: #31708f;
-
.navbar-form .input-prepend input {
+
  background-color: #d9edf7;
-
   margin-top: 0;
+
   border-color: #bce8f1;
}
}
-
 
+
.alert-info hr {
-
.navbar-search {
+
  border-top-color: #a6e1ec;
-
   position: relative;
+
}
 +
.alert-info .alert-link {
 +
   color: #245269;
 +
}
 +
.alert-warning {
 +
  color: #8a6d3b;
 +
  background-color: #fcf8e3;
 +
  border-color: #faebcc;
 +
}
 +
.alert-warning hr {
 +
  border-top-color: #f7e1b5;
 +
}
 +
.alert-warning .alert-link {
 +
  color: #66512c;
 +
}
 +
.alert-danger {
 +
  color: #a94442;
 +
  background-color: #f2dede;
 +
  border-color: #ebccd1;
 +
}
 +
.alert-danger hr {
 +
  border-top-color: #e4b9c0;
 +
}
 +
.alert-danger .alert-link {
 +
  color: #843534;
 +
}
 +
@-webkit-keyframes progress-bar-stripes {
 +
  from {
 +
    background-position: 40px 0;
 +
  }
 +
  to {
 +
    background-position: 0 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: #f5f5f5;
 +
  border-radius: 4px;
 +
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
 +
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
 +
}
 +
.progress-bar {
   float: left;
   float: left;
-
   margin-top: 10px;
+
   width: 0;
-
   margin-bottom: 0;
+
  height: 100%;
 +
  font-size: 12px;
 +
   line-height: 20px;
 +
  color: #fff;
 +
  text-align: center;
 +
  background-color: #428bca;
 +
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
 +
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
 +
  -webkit-transition: width .6s ease;
 +
          transition: width .6s ease;
}
}
-
 
+
.progress-striped .progress-bar {
-
.navbar-search .search-query {
+
   background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
-
   padding: 4px 14px;
+
   background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
-
  margin-bottom: 0;
+
   background-size: 40px 40px;
-
  font-family: "Open Sans", Calibri, Candara, Arial, sans-serif;
+
-
   font-size: 13px;
+
-
  font-weight: normal;
+
-
   line-height: 1;
+
-
  -webkit-border-radius: 15px;
+
-
    -moz-border-radius: 15px;
+
-
          border-radius: 15px;
+
}
}
-
 
+
.progress.active .progress-bar {
-
.navbar-static-top {
+
   -webkit-animation: progress-bar-stripes 2s linear infinite;
-
   position: static;
+
          animation: progress-bar-stripes 2s linear infinite;
-
  margin-bottom: 0;
+
}
}
-
 
+
.progress-bar-success {
-
.navbar-static-top .navbar-inner {
+
   background-color: #5cb85c;
-
   -webkit-border-radius: 0;
+
-
    -moz-border-radius: 0;
+
-
          border-radius: 0;
+
}
}
-
 
+
.progress-striped .progress-bar-success {
-
.navbar-fixed-top,
+
   background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
-
.navbar-fixed-bottom {
+
   background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
-
   position: fixed;
+
-
  right: 0;
+
-
  left: 0;
+
-
  z-index: 1030;
+
-
   margin-bottom: 0;
+
}
}
-
 
+
.progress-bar-info {
-
.navbar-fixed-top .navbar-inner,
+
   background-color: #5bc0de;
-
.navbar-static-top .navbar-inner {
+
-
   border-width: 0 0 1px;
+
}
}
-
 
+
.progress-striped .progress-bar-info {
-
.navbar-fixed-bottom .navbar-inner {
+
   background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
-
   border-width: 1px 0 0;
+
  background-image:        linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
}
-
 
+
.progress-bar-warning {
-
.navbar-fixed-top .navbar-inner,
+
   background-color: #f0ad4e;
-
.navbar-fixed-bottom .navbar-inner {
+
-
   padding-right: 0;
+
-
  padding-left: 0;
+
-
  -webkit-border-radius: 0;
+
-
    -moz-border-radius: 0;
+
-
          border-radius: 0;
+
}
}
-
 
+
.progress-striped .progress-bar-warning {
-
.navbar-static-top .container,
+
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
-
.navbar-fixed-top .container,
+
   background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
-
.navbar-fixed-bottom .container {
+
-
   width: 940px;
+
}
}
-
 
+
.progress-bar-danger {
-
.navbar-fixed-top {
+
   background-color: #d9534f;
-
   top: 0;
+
}
}
-
 
+
.progress-striped .progress-bar-danger {
-
.navbar-fixed-top .navbar-inner,
+
   background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
-
.navbar-static-top .navbar-inner {
+
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
-
   -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);
+
}
}
-
 
+
.media,
-
.navbar-fixed-bottom {
+
.media-body {
-
   bottom: 0;
+
   overflow: hidden;
 +
  zoom: 1;
}
}
-
 
+
.media,
-
.navbar-fixed-bottom .navbar-inner {
+
.media .media {
-
   -webkit-box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.1);
+
   margin-top: 15px;
-
    -moz-box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.1);
+
-
          box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.1);
+
}
}
-
 
+
.media:first-child {
-
.navbar .nav {
+
   margin-top: 0;
-
   position: relative;
+
}
-
  left: 0;
+
.media-object {
   display: block;
   display: block;
-
  float: left;
 
-
  margin: 0 10px 0 0;
 
}
}
-
 
+
.media-heading {
-
.navbar .nav.pull-right {
+
   margin: 0 0 5px;
-
  float: right;
+
-
   margin-right: 0;
+
}
}
-
 
+
.media > .pull-left {
-
.navbar .nav > li {
+
   margin-right: 10px;
-
   float: left;
+
}
}
-
 
+
.media > .pull-right {
-
.navbar .nav > li > a {
+
   margin-left: 10px;
-
   float: none;
+
-
  padding: 15px 15px 15px;
+
-
  color: #ffffff;
+
-
  text-decoration: none;
+
-
  text-shadow: 0 1px 0 #080808;
+
}
}
-
 
+
.media-list {
-
.navbar .nav .dropdown-toggle .caret {
+
   padding-left: 0;
-
   margin-top: 8px;
+
  list-style: none;
}
}
-
 
+
.list-group {
-
.navbar .nav > li > a:focus,
+
   padding-left: 0;
-
.navbar .nav > li > a:hover {
+
   margin-bottom: 20px;
-
   color: #bbbbbb;
+
-
  text-decoration: none;
+
-
   background-color: rgba(0, 0, 0, 0.05);
+
}
}
-
 
+
.list-group-item {
-
.navbar .nav > .active > a,
+
  position: relative;
-
.navbar .nav > .active > a:hover,
+
  display: block;
-
.navbar .nav > .active > a:focus {
+
   padding: 10px 15px;
-
   color: #ffffff;
+
   margin-bottom: -1px;
-
   text-decoration: none;
+
   background-color: #fff;
-
   background-color: transparent;
+
   border: 1px solid #ddd;
-
   -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);
+
.list-group-item:first-child {
-
          box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
+
  border-top-left-radius: 4px;
 +
  border-top-right-radius: 4px;
 +
}
 +
.list-group-item:last-child {
 +
  margin-bottom: 0;
 +
  border-bottom-right-radius: 4px;
 +
  border-bottom-left-radius: 4px;
}
}
-
 
+
.list-group-item > .badge {
-
.navbar .btn-navbar {
+
-
  display: none;
+
   float: right;
   float: right;
-
  padding: 7px 10px;
+
}
 +
.list-group-item > .badge + .badge {
   margin-right: 5px;
   margin-right: 5px;
-
  margin-left: 5px;
 
-
  color: #ffffff;
 
-
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
 
-
  background-color: #000000;
 
-
  *background-color: #000000;
 
-
  background-image: -moz-linear-gradient(top, #000000, #000000);
 
-
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#000000), to(#000000));
 
-
  background-image: -webkit-linear-gradient(top, #000000, #000000);
 
-
  background-image: -o-linear-gradient(top, #000000, #000000);
 
-
  background-image: linear-gradient(to bottom, #000000, #000000);
 
-
  background-repeat: repeat-x;
 
-
  border-color: #000000 #000000 #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='#ff000000', endColorstr='#ff000000', 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);
 
}
}
-
 
+
a.list-group-item {
-
.navbar .btn-navbar:hover,
+
   color: #555;
-
.navbar .btn-navbar:focus,
+
-
.navbar .btn-navbar:active,
+
-
.navbar .btn-navbar.active,
+
-
.navbar .btn-navbar.disabled,
+
-
.navbar .btn-navbar[disabled] {
+
-
   color: #ffffff;
+
-
  background-color: #000000;
+
-
  *background-color: #000000;
+
}
}
-
 
+
a.list-group-item .list-group-item-heading {
-
.navbar .btn-navbar:active,
+
   color: #333;
-
.navbar .btn-navbar.active {
+
-
   background-color: #000000 \9;
+
}
}
-
 
+
a.list-group-item:hover,
-
.navbar .btn-navbar .icon-bar {
+
a.list-group-item:focus {
-
  display: block;
+
   text-decoration: none;
-
  width: 18px;
+
-
   height: 2px;
+
   background-color: #f5f5f5;
   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);
 
}
}
-
 
+
a.list-group-item.active,
-
.btn-navbar .icon-bar + .icon-bar {
+
a.list-group-item.active:hover,
-
   margin-top: 3px;
+
a.list-group-item.active:focus {
 +
   z-index: 2;
 +
  color: #fff;
 +
  background-color: #428bca;
 +
  border-color: #428bca;
}
}
-
 
+
a.list-group-item.active .list-group-item-heading,
-
.navbar .nav > li > .dropdown-menu:before {
+
a.list-group-item.active:hover .list-group-item-heading,
-
  position: absolute;
+
a.list-group-item.active:focus .list-group-item-heading {
-
  top: -7px;
+
   color: inherit;
-
  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: '';
+
}
}
-
 
+
a.list-group-item.active .list-group-item-text,
-
.navbar .nav > li > .dropdown-menu:after {
+
a.list-group-item.active:hover .list-group-item-text,
-
  position: absolute;
+
a.list-group-item.active:focus .list-group-item-text {
-
  top: -6px;
+
   color: #e1edf7;
-
  left: 10px;
+
-
  display: inline-block;
+
-
  border-right: 6px solid transparent;
+
-
  border-bottom: 6px solid #ffffff;
+
-
  border-left: 6px solid transparent;
+
-
   content: '';
+
}
}
-
 
+
.list-group-item-success {
-
.navbar-fixed-bottom .nav > li > .dropdown-menu:before {
+
   color: #3c763d;
-
   top: auto;
+
   background-color: #dff0d8;
-
  bottom: -7px;
+
-
  border-top: 7px solid #ccc;
+
-
   border-bottom: 0;
+
-
  border-top-color: rgba(0, 0, 0, 0.2);
+
}
}
-
 
+
a.list-group-item-success {
-
.navbar-fixed-bottom .nav > li > .dropdown-menu:after {
+
   color: #3c763d;
-
   top: auto;
+
-
  bottom: -6px;
+
-
  border-top: 6px solid #ffffff;
+
-
  border-bottom: 0;
+
}
}
-
 
+
a.list-group-item-success .list-group-item-heading {
-
.navbar .nav li.dropdown > a:hover .caret,
+
   color: inherit;
-
.navbar .nav li.dropdown > a:focus .caret {
+
-
  border-top-color: #bbbbbb;
+
-
   border-bottom-color: #bbbbbb;
+
}
}
-
 
+
a.list-group-item-success:hover,
-
.navbar .nav li.dropdown.open > .dropdown-toggle,
+
a.list-group-item-success:focus {
-
.navbar .nav li.dropdown.active > .dropdown-toggle,
+
   color: #3c763d;
-
.navbar .nav li.dropdown.open.active > .dropdown-toggle {
+
   background-color: #d0e9c6;
-
   color: #ffffff;
+
-
   background-color: transparent;
+
}
}
-
 
+
a.list-group-item-success.active,
-
.navbar .nav li.dropdown > .dropdown-toggle .caret {
+
a.list-group-item-success.active:hover,
-
   border-top-color: #ffffff;
+
a.list-group-item-success.active:focus {
-
   border-bottom-color: #ffffff;
+
   color: #fff;
 +
  background-color: #3c763d;
 +
   border-color: #3c763d;
}
}
-
 
+
.list-group-item-info {
-
.navbar .nav li.dropdown.open > .dropdown-toggle .caret,
+
   color: #31708f;
-
.navbar .nav li.dropdown.active > .dropdown-toggle .caret,
+
   background-color: #d9edf7;
-
.navbar .nav li.dropdown.open.active > .dropdown-toggle .caret {
+
-
   border-top-color: #ffffff;
+
-
   border-bottom-color: #ffffff;
+
}
}
-
 
+
a.list-group-item-info {
-
.navbar .pull-right > li > .dropdown-menu,
+
   color: #31708f;
-
.navbar .nav > li > .dropdown-menu.pull-right {
+
-
   right: 0;
+
-
  left: auto;
+
}
}
-
 
+
a.list-group-item-info .list-group-item-heading {
-
.navbar .pull-right > li > .dropdown-menu:before,
+
   color: inherit;
-
.navbar .nav > li > .dropdown-menu.pull-right:before {
+
-
   right: 12px;
+
-
  left: auto;
+
}
}
-
 
+
a.list-group-item-info:hover,
-
.navbar .pull-right > li > .dropdown-menu:after,
+
a.list-group-item-info:focus {
-
.navbar .nav > li > .dropdown-menu.pull-right:after {
+
   color: #31708f;
-
   right: 13px;
+
   background-color: #c4e3f3;
-
   left: auto;
+
}
}
-
 
+
a.list-group-item-info.active,
-
.navbar .pull-right > li > .dropdown-menu .dropdown-menu,
+
a.list-group-item-info.active:hover,
-
.navbar .nav > li > .dropdown-menu.pull-right .dropdown-menu {
+
a.list-group-item-info.active:focus {
-
  right: 100%;
+
   color: #fff;
-
  left: auto;
+
  background-color: #31708f;
-
  margin-right: -1px;
+
  border-color: #31708f;
-
  margin-left: 0;
+
-
   -webkit-border-radius: 6px 0 6px 6px;
+
-
    -moz-border-radius: 6px 0 6px 6px;
+
-
          border-radius: 6px 0 6px 6px;
+
}
}
-
 
+
.list-group-item-warning {
-
.navbar-inverse .navbar-inner {
+
   color: #8a6d3b;
-
   background-color: #484848;
+
   background-color: #fcf8e3;
-
   background-image: -moz-linear-gradient(top, #007fff, #007fff);
+
-
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#007fff), to(#007fff));
+
-
  background-image: -webkit-linear-gradient(top, #007fff, #007fff);
+
-
  background-image: -o-linear-gradient(top, #007fff, #007fff);
+
-
  background-image: linear-gradient(to bottom, #007fff, #007fff);
+
-
  background-repeat: repeat-x;
+
-
  border-color: transparent;
+
-
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff007fff', endColorstr='#ff007fff', GradientType=0);
+
}
}
-
 
+
a.list-group-item-warning {
-
.navbar-inverse .brand,
+
   color: #8a6d3b;
-
.navbar-inverse .nav > li > a {
+
-
   color: #ffffff;
+
-
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
+
}
}
-
 
+
a.list-group-item-warning .list-group-item-heading {
-
.navbar-inverse .brand:hover,
+
   color: inherit;
-
.navbar-inverse .nav > li > a:hover,
+
-
.navbar-inverse .brand:focus,
+
-
.navbar-inverse .nav > li > a:focus {
+
-
   color: #ffffff;
+
}
}
-
 
+
a.list-group-item-warning:hover,
-
.navbar-inverse .brand {
+
a.list-group-item-warning:focus {
-
   color: #ffffff;
+
   color: #8a6d3b;
 +
  background-color: #faf2cc;
}
}
-
 
+
a.list-group-item-warning.active,
-
.navbar-inverse .navbar-text {
+
a.list-group-item-warning.active:hover,
-
   color: #ffffff;
+
a.list-group-item-warning.active:focus {
 +
   color: #fff;
 +
  background-color: #8a6d3b;
 +
  border-color: #8a6d3b;
}
}
-
 
+
.list-group-item-danger {
-
.navbar-inverse .nav > li > a:focus,
+
   color: #a94442;
-
.navbar-inverse .nav > li > a:hover {
+
   background-color: #f2dede;
-
   color: #ffffff;
+
-
   background-color: rgba(0, 0, 0, 0.05);
+
}
}
-
 
+
a.list-group-item-danger {
-
.navbar-inverse .nav .active > a,
+
   color: #a94442;
-
.navbar-inverse .nav .active > a:hover,
+
-
.navbar-inverse .nav .active > a:focus {
+
-
   color: #ffffff;
+
-
  background-color: #007fff;
+
}
}
-
 
+
a.list-group-item-danger .list-group-item-heading {
-
.navbar-inverse .navbar-link {
+
   color: inherit;
-
   color: #ffffff;
+
}
}
-
 
+
a.list-group-item-danger:hover,
-
.navbar-inverse .navbar-link:hover,
+
a.list-group-item-danger:focus {
-
.navbar-inverse .navbar-link:focus {
+
   color: #a94442;
-
   color: #ffffff;
+
  background-color: #ebcccc;
}
}
-
 
+
a.list-group-item-danger.active,
-
.navbar-inverse .divider-vertical {
+
a.list-group-item-danger.active:hover,
-
   border-right-color: #007fff;
+
a.list-group-item-danger.active:focus {
-
   border-left-color: #007fff;
+
   color: #fff;
 +
  background-color: #a94442;
 +
   border-color: #a94442;
}
}
-
 
+
.list-group-item-heading {
-
.navbar-inverse .nav li.dropdown.open > .dropdown-toggle,
+
   margin-top: 0;
-
.navbar-inverse .nav li.dropdown.active > .dropdown-toggle,
+
   margin-bottom: 5px;
-
.navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle {
+
-
   color: #ffffff;
+
-
   background-color: #007fff;
+
}
}
-
 
+
.list-group-item-text {
-
.navbar-inverse .nav li.dropdown > a:hover .caret,
+
   margin-bottom: 0;
-
.navbar-inverse .nav li.dropdown > a:focus .caret {
+
   line-height: 1.3;
-
   border-top-color: #ffffff;
+
-
   border-bottom-color: #ffffff;
+
}
}
-
 
+
.panel {
-
.navbar-inverse .nav li.dropdown > .dropdown-toggle .caret {
+
   margin-bottom: 20px;
-
   border-top-color: #ffffff;
+
  background-color: #fff;
-
   border-bottom-color: #ffffff;
+
  border: 1px solid transparent;
 +
   border-radius: 4px;
 +
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
 +
          box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}
}
-
 
+
.panel-body {
-
.navbar-inverse .nav li.dropdown.open > .dropdown-toggle .caret,
+
   padding: 15px;
-
.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;
+
}
}
-
 
+
.panel-heading {
-
.navbar-inverse .navbar-search .search-query {
+
   padding: 10px 15px;
-
   color: #ffffff;
+
   border-bottom: 1px solid transparent;
-
   background-color: #80bfff;
+
   border-top-left-radius: 3px;
-
   border-color: #007fff;
+
   border-top-right-radius: 3px;
-
  -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;
+
}
}
-
 
+
.panel-heading > .dropdown .dropdown-toggle {
-
.navbar-inverse .navbar-search .search-query:-moz-placeholder {
+
   color: inherit;
-
   color: #999999;
+
}
}
-
 
+
.panel-title {
-
.navbar-inverse .navbar-search .search-query:-ms-input-placeholder {
+
  margin-top: 0;
-
   color: #999999;
+
  margin-bottom: 0;
 +
  font-size: 16px;
 +
   color: inherit;
}
}
-
 
+
.panel-title > a {
-
.navbar-inverse .navbar-search .search-query::-webkit-input-placeholder {
+
   color: inherit;
-
   color: #999999;
+
}
}
-
 
+
.panel-footer {
-
.navbar-inverse .navbar-search .search-query:focus,
+
   padding: 10px 15px;
-
.navbar-inverse .navbar-search .search-query.focused {
+
   background-color: #f5f5f5;
-
   padding: 5px 15px;
+
   border-top: 1px solid #ddd;
-
   color: #999999;
+
   border-bottom-right-radius: 3px;
-
   text-shadow: 0 1px 0 #ffffff;
+
  border-bottom-left-radius: 3px;
-
  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);
+
}
}
-
 
+
.panel > .list-group {
-
.navbar-inverse .btn-navbar {
+
   margin-bottom: 0;
-
   color: #ffffff;
+
-
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
+
-
  background-color: #0072e6;
+
-
  *background-color: #0072e6;
+
-
  background-image: -moz-linear-gradient(top, #0072e6, #0072e6);
+
-
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0072e6), to(#0072e6));
+
-
  background-image: -webkit-linear-gradient(top, #0072e6, #0072e6);
+
-
  background-image: -o-linear-gradient(top, #0072e6, #0072e6);
+
-
  background-image: linear-gradient(to bottom, #0072e6, #0072e6);
+
-
  background-repeat: repeat-x;
+
-
  border-color: #0072e6 #0072e6 #004c99;
+
-
  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='#ff0072e6', endColorstr='#ff0072e6', GradientType=0);
+
-
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
+
}
}
-
 
+
.panel > .list-group .list-group-item {
-
.navbar-inverse .btn-navbar:hover,
+
   border-width: 1px 0;
-
.navbar-inverse .btn-navbar:focus,
+
   border-radius: 0;
-
.navbar-inverse .btn-navbar:active,
+
-
.navbar-inverse .btn-navbar.active,
+
-
.navbar-inverse .btn-navbar.disabled,
+
-
.navbar-inverse .btn-navbar[disabled] {
+
-
   color: #ffffff;
+
-
  background-color: #0072e6;
+
-
   *background-color: #0066cc;
+
}
}
-
 
+
.panel > .list-group:first-child .list-group-item:first-child {
-
.navbar-inverse .btn-navbar:active,
+
   border-top: 0;
-
.navbar-inverse .btn-navbar.active {
+
  border-top-left-radius: 3px;
-
   background-color: #0059b3 \9;
+
  border-top-right-radius: 3px;
}
}
-
 
+
.panel > .list-group:last-child .list-group-item:last-child {
-
.breadcrumb {
+
   border-bottom: 0;
-
  padding: 8px 15px;
+
  border-bottom-right-radius: 3px;
-
  margin: 0 0 20px;
+
  border-bottom-left-radius: 3px;
-
  list-style: none;
+
-
  background-color: #f5f5f5;
+
-
   -webkit-border-radius: 0;
+
-
    -moz-border-radius: 0;
+
-
          border-radius: 0;
+
}
}
-
 
+
.panel-heading + .list-group .list-group-item:first-child {
-
.breadcrumb > li {
+
   border-top-width: 0;
-
  display: inline-block;
+
-
   *display: inline;
+
-
  text-shadow: 0 1px 0 #ffffff;
+
-
  *zoom: 1;
+
}
}
-
 
+
.panel > .table,
-
.breadcrumb > li > .divider {
+
.panel > .table-responsive > .table {
-
   padding: 0 5px;
+
   margin-bottom: 0;
-
  color: #ccc;
+
}
}
-
 
+
.panel > .table:first-child,
-
.breadcrumb > .active {
+
.panel > .table-responsive:first-child > .table:first-child {
-
   color: #dfdfdf;
+
   border-top-left-radius: 3px;
 +
  border-top-right-radius: 3px;
}
}
-
 
+
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
-
.pagination {
+
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
-
   margin: 20px 0;
+
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
 +
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
 +
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
 +
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
 +
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
 +
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
 +
   border-top-left-radius: 3px;
}
}
-
 
+
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
-
.pagination ul {
+
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
-
   display: inline-block;
+
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
-
   *display: inline;
+
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
 +
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
 +
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
 +
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
 +
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
 +
   border-top-right-radius: 3px;
 +
}
 +
.panel > .table:last-child,
 +
.panel > .table-responsive:last-child > .table:last-child {
 +
  border-bottom-right-radius: 3px;
 +
   border-bottom-left-radius: 3px;
 +
}
 +
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
 +
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
 +
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
 +
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
 +
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
 +
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
 +
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
 +
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
 +
  border-bottom-left-radius: 3px;
 +
}
 +
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
 +
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
 +
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
 +
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
 +
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
 +
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
 +
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
 +
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
 +
  border-bottom-right-radius: 3px;
 +
}
 +
.panel > .panel-body + .table,
 +
.panel > .panel-body + .table-responsive {
 +
  border-top: 1px solid #ddd;
 +
}
 +
.panel > .table > tbody:first-child > tr:first-child th,
 +
.panel > .table > tbody:first-child > tr:first-child td {
 +
  border-top: 0;
 +
}
 +
.panel > .table-bordered,
 +
.panel > .table-responsive > .table-bordered {
 +
  border: 0;
 +
}
 +
.panel > .table-bordered > thead > tr > th:first-child,
 +
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
 +
.panel > .table-bordered > tbody > tr > th:first-child,
 +
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
 +
.panel > .table-bordered > tfoot > tr > th:first-child,
 +
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
 +
.panel > .table-bordered > thead > tr > td:first-child,
 +
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
 +
.panel > .table-bordered > tbody > tr > td:first-child,
 +
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
 +
.panel > .table-bordered > tfoot > tr > td:first-child,
 +
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
 +
  border-left: 0;
 +
}
 +
.panel > .table-bordered > thead > tr > th:last-child,
 +
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
 +
.panel > .table-bordered > tbody > tr > th:last-child,
 +
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
 +
.panel > .table-bordered > tfoot > tr > th:last-child,
 +
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
 +
.panel > .table-bordered > thead > tr > td:last-child,
 +
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
 +
.panel > .table-bordered > tbody > tr > td:last-child,
 +
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
 +
.panel > .table-bordered > tfoot > tr > td:last-child,
 +
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
 +
  border-right: 0;
 +
}
 +
.panel > .table-bordered > thead > tr:first-child > td,
 +
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
 +
.panel > .table-bordered > tbody > tr:first-child > td,
 +
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
 +
.panel > .table-bordered > thead > tr:first-child > th,
 +
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
 +
.panel > .table-bordered > tbody > tr:first-child > th,
 +
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
 +
  border-bottom: 0;
 +
}
 +
.panel > .table-bordered > tbody > tr:last-child > td,
 +
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
 +
.panel > .table-bordered > tfoot > tr:last-child > td,
 +
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
 +
.panel > .table-bordered > tbody > tr:last-child > th,
 +
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
 +
.panel > .table-bordered > tfoot > tr:last-child > th,
 +
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
 +
  border-bottom: 0;
 +
}
 +
.panel > .table-responsive {
   margin-bottom: 0;
   margin-bottom: 0;
-
   margin-left: 0;
+
   border: 0;
-
  -webkit-border-radius: 0;
+
-
    -moz-border-radius: 0;
+
-
          border-radius: 0;
+
-
  *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);
+
}
}
-
 
+
.panel-group {
-
.pagination ul > li {
+
   margin-bottom: 20px;
-
   display: inline;
+
}
}
-
 
+
.panel-group .panel {
-
.pagination ul > li > a,
+
   margin-bottom: 0;
-
.pagination ul > li > span {
+
   overflow: hidden;
-
   float: left;
+
   border-radius: 4px;
-
  padding: 4px 12px;
+
-
  line-height: 20px;
+
-
   text-decoration: none;
+
-
  background-color: #dfdfdf;
+
-
  border: 1px solid transparent;
+
-
   border-left-width: 0;
+
}
}
-
 
+
.panel-group .panel + .panel {
-
.pagination ul > li > a:hover,
+
   margin-top: 5px;
-
.pagination ul > li > a:focus,
+
-
.pagination ul > .active > a,
+
-
.pagination ul > .active > span {
+
-
   background-color: #007fff;
+
}
}
-
 
+
.panel-group .panel-heading {
-
.pagination ul > .active > a,
+
   border-bottom: 0;
-
.pagination ul > .active > span {
+
-
   color: #dfdfdf;
+
-
  cursor: default;
+
}
}
-
 
+
.panel-group .panel-heading + .panel-collapse .panel-body {
-
.pagination ul > .disabled > span,
+
   border-top: 1px solid #ddd;
-
.pagination ul > .disabled > a,
+
-
.pagination ul > .disabled > a:hover,
+
-
.pagination ul > .disabled > a:focus {
+
-
   color: #dfdfdf;
+
-
  cursor: default;
+
-
  background-color: transparent;
+
}
}
-
 
+
.panel-group .panel-footer {
-
.pagination ul > li:first-child > a,
+
   border-top: 0;
-
.pagination ul > li:first-child > span {
+
-
   border-left-width: 1px;
+
-
  -webkit-border-bottom-left-radius: 0;
+
-
          border-bottom-left-radius: 0;
+
-
  -webkit-border-top-left-radius: 0;
+
-
          border-top-left-radius: 0;
+
-
  -moz-border-radius-bottomleft: 0;
+
-
  -moz-border-radius-topleft: 0;
+
}
}
-
 
+
.panel-group .panel-footer + .panel-collapse .panel-body {
-
.pagination ul > li:last-child > a,
+
   border-bottom: 1px solid #ddd;
-
.pagination ul > li:last-child > span {
+
-
  -webkit-border-top-right-radius: 0;
+
-
          border-top-right-radius: 0;
+
-
   -webkit-border-bottom-right-radius: 0;
+
-
          border-bottom-right-radius: 0;
+
-
  -moz-border-radius-topright: 0;
+
-
  -moz-border-radius-bottomright: 0;
+
}
}
-
 
+
.panel-default {
-
.pagination-centered {
+
   border-color: #ddd;
-
   text-align: center;
+
}
}
-
 
+
.panel-default > .panel-heading {
-
.pagination-right {
+
   color: #333;
-
   text-align: right;
+
  background-color: #f5f5f5;
 +
  border-color: #ddd;
}
}
-
 
+
.panel-default > .panel-heading + .panel-collapse .panel-body {
-
.pagination-large ul > li > a,
+
   border-top-color: #ddd;
-
.pagination-large ul > li > span {
+
-
   padding: 22px 30px;
+
-
  font-size: 17.5px;
+
}
}
-
 
+
.panel-default > .panel-footer + .panel-collapse .panel-body {
-
.pagination-large ul > li:first-child > a,
+
   border-bottom-color: #ddd;
-
.pagination-large ul > li:first-child > span {
+
-
   -webkit-border-bottom-left-radius: 0;
+
-
          border-bottom-left-radius: 0;
+
-
  -webkit-border-top-left-radius: 0;
+
-
          border-top-left-radius: 0;
+
-
  -moz-border-radius-bottomleft: 0;
+
-
  -moz-border-radius-topleft: 0;
+
}
}
-
 
+
.panel-primary {
-
.pagination-large ul > li:last-child > a,
+
   border-color: #428bca;
-
.pagination-large ul > li:last-child > span {
+
-
   -webkit-border-top-right-radius: 0;
+
-
          border-top-right-radius: 0;
+
-
  -webkit-border-bottom-right-radius: 0;
+
-
          border-bottom-right-radius: 0;
+
-
  -moz-border-radius-topright: 0;
+
-
  -moz-border-radius-bottomright: 0;
+
}
}
-
 
+
.panel-primary > .panel-heading {
-
.pagination-mini ul > li:first-child > a,
+
   color: #fff;
-
.pagination-small ul > li:first-child > a,
+
   background-color: #428bca;
-
.pagination-mini ul > li:first-child > span,
+
   border-color: #428bca;
-
.pagination-small ul > li:first-child > span {
+
-
   -webkit-border-bottom-left-radius: 0;
+
-
          border-bottom-left-radius: 0;
+
-
   -webkit-border-top-left-radius: 0;
+
-
          border-top-left-radius: 0;
+
-
   -moz-border-radius-bottomleft: 0;
+
-
  -moz-border-radius-topleft: 0;
+
}
}
-
 
+
.panel-primary > .panel-heading + .panel-collapse .panel-body {
-
.pagination-mini ul > li:last-child > a,
+
   border-top-color: #428bca;
-
.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: 0;
+
-
          border-top-right-radius: 0;
+
-
  -webkit-border-bottom-right-radius: 0;
+
-
          border-bottom-right-radius: 0;
+
-
  -moz-border-radius-topright: 0;
+
-
  -moz-border-radius-bottomright: 0;
+
}
}
-
 
+
.panel-primary > .panel-footer + .panel-collapse .panel-body {
-
.pagination-small ul > li > a,
+
   border-bottom-color: #428bca;
-
.pagination-small ul > li > span {
+
-
   padding: 2px 10px;
+
-
  font-size: 11.9px;
+
}
}
-
 
+
.panel-success {
-
.pagination-mini ul > li > a,
+
   border-color: #d6e9c6;
-
.pagination-mini ul > li > span {
+
-
   padding: 2px 6px;
+
-
  font-size: 10.5px;
+
}
}
-
 
+
.panel-success > .panel-heading {
-
.pager {
+
   color: #3c763d;
-
   margin: 20px 0;
+
   background-color: #dff0d8;
-
   text-align: center;
+
   border-color: #d6e9c6;
-
   list-style: none;
+
-
  *zoom: 1;
+
}
}
-
 
+
.panel-success > .panel-heading + .panel-collapse .panel-body {
-
.pager:before,
+
   border-top-color: #d6e9c6;
-
.pager:after {
+
-
   display: table;
+
-
  line-height: 0;
+
-
  content: "";
+
}
}
-
 
+
.panel-success > .panel-footer + .panel-collapse .panel-body {
-
.pager:after {
+
   border-bottom-color: #d6e9c6;
-
   clear: both;
+
}
}
-
 
+
.panel-info {
-
.pager li {
+
   border-color: #bce8f1;
-
   display: inline;
+
}
}
-
 
+
.panel-info > .panel-heading {
-
.pager li > a,
+
   color: #31708f;
-
.pager li > span {
+
   background-color: #d9edf7;
-
   display: inline-block;
+
   border-color: #bce8f1;
-
   padding: 5px 14px;
+
}
-
   background-color: #fff;
+
.panel-info > .panel-heading + .panel-collapse .panel-body {
-
   border: 1px solid #ddd;
+
   border-top-color: #bce8f1;
-
   -webkit-border-radius: 15px;
+
}
-
    -moz-border-radius: 15px;
+
.panel-info > .panel-footer + .panel-collapse .panel-body {
-
          border-radius: 15px;
+
   border-bottom-color: #bce8f1;
 +
}
 +
.panel-warning {
 +
  border-color: #faebcc;
 +
}
 +
.panel-warning > .panel-heading {
 +
  color: #8a6d3b;
 +
  background-color: #fcf8e3;
 +
  border-color: #faebcc;
}
}
-
 
+
.panel-warning > .panel-heading + .panel-collapse .panel-body {
-
.pager li > a:hover,
+
  border-top-color: #faebcc;
-
.pager li > a:focus {
+
}
-
   text-decoration: none;
+
.panel-warning > .panel-footer + .panel-collapse .panel-body {
 +
  border-bottom-color: #faebcc;
 +
}
 +
.panel-danger {
 +
  border-color: #ebccd1;
 +
}
 +
.panel-danger > .panel-heading {
 +
  color: #a94442;
 +
  background-color: #f2dede;
 +
  border-color: #ebccd1;
 +
}
 +
.panel-danger > .panel-heading + .panel-collapse .panel-body {
 +
   border-top-color: #ebccd1;
 +
}
 +
.panel-danger > .panel-footer + .panel-collapse .panel-body {
 +
  border-bottom-color: #ebccd1;
 +
}
 +
.well {
 +
  min-height: 20px;
 +
  padding: 19px;
 +
  margin-bottom: 20px;
   background-color: #f5f5f5;
   background-color: #f5f5f5;
 +
  border: 1px solid #e3e3e3;
 +
  border-radius: 4px;
 +
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
 +
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}
}
-
 
+
.well blockquote {
-
.pager .next > a,
+
  border-color: #ddd;
-
.pager .next > span {
+
  border-color: rgba(0, 0, 0, .15);
 +
}
 +
.well-lg {
 +
  padding: 24px;
 +
  border-radius: 6px;
 +
}
 +
.well-sm {
 +
  padding: 9px;
 +
  border-radius: 3px;
 +
}
 +
.close {
   float: right;
   float: right;
 +
  font-size: 21px;
 +
  font-weight: bold;
 +
  line-height: 1;
 +
  color: #000;
 +
  text-shadow: 0 1px 0 #fff;
 +
  filter: alpha(opacity=20);
 +
  opacity: .2;
}
}
-
 
+
.close:hover,
-
.pager .previous > a,
+
.close:focus {
-
.pager .previous > span {
+
  color: #000;
-
   float: left;
+
  text-decoration: none;
 +
  cursor: pointer;
 +
  filter: alpha(opacity=50);
 +
  opacity: .5;
 +
}
 +
button.close {
 +
  -webkit-appearance: none;
 +
  padding: 0;
 +
  cursor: pointer;
 +
  background: transparent;
 +
  border: 0;
 +
}
 +
.modal-open {
 +
   overflow: hidden;
 +
}
 +
.modal {
 +
  position: fixed;
 +
  top: 0;
 +
  right: 0;
 +
  bottom: 0;
 +
  left: 0;
 +
  z-index: 1050;
 +
  display: none;
 +
  overflow: auto;
 +
  overflow-y: scroll;
 +
  -webkit-overflow-scrolling: touch;
 +
  outline: 0;
 +
}
 +
.modal.fade .modal-dialog {
 +
  -webkit-transition: -webkit-transform .3s ease-out;
 +
    -moz-transition:    -moz-transform .3s ease-out;
 +
      -o-transition:      -o-transform .3s ease-out;
 +
          transition:        transform .3s ease-out;
 +
  -webkit-transform: translate(0, -25%);
 +
      -ms-transform: translate(0, -25%);
 +
          transform: translate(0, -25%);
 +
}
 +
.modal.in .modal-dialog {
 +
  -webkit-transform: translate(0, 0);
 +
      -ms-transform: translate(0, 0);
 +
          transform: translate(0, 0);
}
}
-
 
+
.modal-dialog {
-
.pager .disabled > a,
+
  position: relative;
-
.pager .disabled > a:hover,
+
  width: auto;
-
.pager .disabled > a:focus,
+
   margin: 10px;
-
.pager .disabled > span {
+
}
-
   color: #dfdfdf;
+
.modal-content {
-
   cursor: default;
+
   position: relative;
   background-color: #fff;
   background-color: #fff;
 +
  background-clip: padding-box;
 +
  border: 1px solid #999;
 +
  border: 1px solid rgba(0, 0, 0, .2);
 +
  border-radius: 6px;
 +
  outline: none;
 +
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
 +
          box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}
}
-
 
.modal-backdrop {
.modal-backdrop {
   position: fixed;
   position: fixed;
Line 5,189: Line 5,118:
   left: 0;
   left: 0;
   z-index: 1040;
   z-index: 1040;
-
   background-color: #000000;
+
   background-color: #000;
}
}
-
 
.modal-backdrop.fade {
.modal-backdrop.fade {
 +
  filter: alpha(opacity=0);
   opacity: 0;
   opacity: 0;
}
}
-
 
+
.modal-backdrop.in {
-
.modal-backdrop,
+
   filter: alpha(opacity=50);
-
.modal-backdrop.fade.in {
+
  opacity: .5;
-
  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 {
.modal-header {
-
   padding: 9px 15px;
+
  min-height: 16.42857143px;
-
   border-bottom: 1px solid #eee;
+
   padding: 15px;
 +
   border-bottom: 1px solid #e5e5e5;
}
}
-
 
.modal-header .close {
.modal-header .close {
-
   margin-top: 2px;
+
   margin-top: -2px;
}
}
-
 
+
.modal-title {
-
.modal-header h3 {
+
   margin: 0;
   margin: 0;
-
   line-height: 30px;
+
   line-height: 1.42857143;
}
}
-
 
.modal-body {
.modal-body {
   position: relative;
   position: relative;
-
  max-height: 400px;
+
   padding: 20px;
-
   padding: 15px;
+
-
  overflow-y: auto;
+
}
}
-
 
-
.modal-form {
 
-
  margin-bottom: 0;
 
-
}
 
-
 
.modal-footer {
.modal-footer {
-
   padding: 14px 15px 15px;
+
   padding: 19px 20px 20px;
-
   margin-bottom: 0;
+
   margin-top: 15px;
   text-align: right;
   text-align: right;
-
  background-color: #f5f5f5;
+
   border-top: 1px solid #e5e5e5;
-
   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 {
.modal-footer .btn + .btn {
   margin-bottom: 0;
   margin-bottom: 0;
   margin-left: 5px;
   margin-left: 5px;
}
}
-
 
.modal-footer .btn-group .btn + .btn {
.modal-footer .btn-group .btn + .btn {
   margin-left: -1px;
   margin-left: -1px;
}
}
-
 
.modal-footer .btn-block + .btn-block {
.modal-footer .btn-block + .btn-block {
   margin-left: 0;
   margin-left: 0;
}
}
-
 
+
@media (min-width: 768px) {
 +
  .modal-dialog {
 +
    width: 600px;
 +
    margin: 30px auto;
 +
  }
 +
  .modal-content {
 +
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
 +
            box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
 +
  }
 +
  .modal-sm {
 +
    width: 300px;
 +
  }
 +
}
 +
@media (min-width: 992px) {
 +
  .modal-lg {
 +
    width: 900px;
 +
  }
 +
}
.tooltip {
.tooltip {
   position: absolute;
   position: absolute;
   z-index: 1030;
   z-index: 1030;
   display: block;
   display: block;
-
   font-size: 11px;
+
   font-size: 12px;
   line-height: 1.4;
   line-height: 1.4;
-
  opacity: 0;
 
-
  filter: alpha(opacity=0);
 
   visibility: visible;
   visibility: visible;
 +
  filter: alpha(opacity=0);
 +
  opacity: 0;
}
}
-
 
.tooltip.in {
.tooltip.in {
-
  opacity: 0.8;
+
   filter: alpha(opacity=90);
-
   filter: alpha(opacity=80);
+
  opacity: .9;
}
}
-
 
.tooltip.top {
.tooltip.top {
   padding: 5px 0;
   padding: 5px 0;
   margin-top: -3px;
   margin-top: -3px;
}
}
-
 
.tooltip.right {
.tooltip.right {
   padding: 0 5px;
   padding: 0 5px;
   margin-left: 3px;
   margin-left: 3px;
}
}
-
 
.tooltip.bottom {
.tooltip.bottom {
   padding: 5px 0;
   padding: 5px 0;
   margin-top: 3px;
   margin-top: 3px;
}
}
-
 
.tooltip.left {
.tooltip.left {
   padding: 0 5px;
   padding: 0 5px;
   margin-left: -3px;
   margin-left: -3px;
}
}
-
 
.tooltip-inner {
.tooltip-inner {
   max-width: 200px;
   max-width: 200px;
-
   padding: 8px;
+
   padding: 3px 8px;
-
   color: #ffffff;
+
   color: #fff;
   text-align: center;
   text-align: center;
   text-decoration: none;
   text-decoration: none;
-
   background-color: #000000;
+
   background-color: #000;
-
   -webkit-border-radius: 0;
+
   border-radius: 4px;
-
    -moz-border-radius: 0;
+
-
          border-radius: 0;
+
}
}
-
 
.tooltip-arrow {
.tooltip-arrow {
   position: absolute;
   position: absolute;
Line 5,356: Line 5,224:
   border-style: solid;
   border-style: solid;
}
}
-
 
.tooltip.top .tooltip-arrow {
.tooltip.top .tooltip-arrow {
   bottom: 0;
   bottom: 0;
   left: 50%;
   left: 50%;
   margin-left: -5px;
   margin-left: -5px;
-
  border-top-color: #000000;
 
   border-width: 5px 5px 0;
   border-width: 5px 5px 0;
 +
  border-top-color: #000;
 +
}
 +
.tooltip.top-left .tooltip-arrow {
 +
  bottom: 0;
 +
  left: 5px;
 +
  border-width: 5px 5px 0;
 +
  border-top-color: #000;
 +
}
 +
.tooltip.top-right .tooltip-arrow {
 +
  right: 5px;
 +
  bottom: 0;
 +
  border-width: 5px 5px 0;
 +
  border-top-color: #000;
}
}
-
 
.tooltip.right .tooltip-arrow {
.tooltip.right .tooltip-arrow {
   top: 50%;
   top: 50%;
   left: 0;
   left: 0;
   margin-top: -5px;
   margin-top: -5px;
-
  border-right-color: #000000;
 
   border-width: 5px 5px 5px 0;
   border-width: 5px 5px 5px 0;
 +
  border-right-color: #000;
}
}
-
 
.tooltip.left .tooltip-arrow {
.tooltip.left .tooltip-arrow {
   top: 50%;
   top: 50%;
   right: 0;
   right: 0;
   margin-top: -5px;
   margin-top: -5px;
-
  border-left-color: #000000;
 
   border-width: 5px 0 5px 5px;
   border-width: 5px 0 5px 5px;
 +
  border-left-color: #000;
}
}
-
 
.tooltip.bottom .tooltip-arrow {
.tooltip.bottom .tooltip-arrow {
   top: 0;
   top: 0;
   left: 50%;
   left: 50%;
   margin-left: -5px;
   margin-left: -5px;
-
  border-bottom-color: #000000;
 
   border-width: 0 5px 5px;
   border-width: 0 5px 5px;
 +
  border-bottom-color: #000;
 +
}
 +
.tooltip.bottom-left .tooltip-arrow {
 +
  top: 0;
 +
  left: 5px;
 +
  border-width: 0 5px 5px;
 +
  border-bottom-color: #000;
 +
}
 +
.tooltip.bottom-right .tooltip-arrow {
 +
  top: 0;
 +
  right: 5px;
 +
  border-width: 0 5px 5px;
 +
  border-bottom-color: #000;
}
}
-
 
.popover {
.popover {
   position: absolute;
   position: absolute;
Line 5,399: Line 5,286:
   text-align: left;
   text-align: left;
   white-space: normal;
   white-space: normal;
-
   background-color: #ff7518;
+
   background-color: #fff;
 +
  background-clip: padding-box;
   border: 1px solid #ccc;
   border: 1px solid #ccc;
-
   border: 1px solid rgba(0, 0, 0, 0.2);
+
   border: 1px solid rgba(0, 0, 0, .2);
-
   -webkit-border-radius: 6px;
+
   border-radius: 6px;
-
    -moz-border-radius: 6px;
+
   -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
-
          border-radius: 6px;
+
           box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
-
   -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 {
.popover.top {
   margin-top: -10px;
   margin-top: -10px;
}
}
-
 
.popover.right {
.popover.right {
   margin-left: 10px;
   margin-left: 10px;
}
}
-
 
.popover.bottom {
.popover.bottom {
   margin-top: 10px;
   margin-top: 10px;
}
}
-
 
.popover.left {
.popover.left {
   margin-left: -10px;
   margin-left: -10px;
}
}
-
 
.popover-title {
.popover-title {
   padding: 8px 14px;
   padding: 8px 14px;
Line 5,435: Line 5,312:
   font-weight: normal;
   font-weight: normal;
   line-height: 18px;
   line-height: 18px;
-
   background-color: #ff7518;
+
   background-color: #f7f7f7;
-
   border-bottom: 1px solid #fe6600;
+
   border-bottom: 1px solid #ebebeb;
-
   -webkit-border-radius: 5px 5px 0 0;
+
   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 {
.popover-content {
   padding: 9px 14px;
   padding: 9px 14px;
}
}
-
 
+
.popover > .arrow,
-
.popover .arrow,
+
.popover > .arrow:after {
-
.popover .arrow:after {
+
   position: absolute;
   position: absolute;
   display: block;
   display: block;
Line 5,459: Line 5,328:
   border-style: solid;
   border-style: solid;
}
}
-
 
+
.popover > .arrow {
-
.popover .arrow {
+
   border-width: 11px;
-
   border-width: 16px;
+
}
}
-
 
+
.popover > .arrow:after {
-
.popover .arrow:after {
+
-
  border-width: 15px;
+
   content: "";
   content: "";
 +
  border-width: 10px;
}
}
-
 
+
.popover.top > .arrow {
-
.popover.top .arrow {
+
   bottom: -11px;
-
   bottom: -16px;
+
   left: 50%;
   left: 50%;
-
   margin-left: -16px;
+
   margin-left: -11px;
   border-top-color: #999;
   border-top-color: #999;
-
   border-top-color: transparent;
+
   border-top-color: rgba(0, 0, 0, .25);
   border-bottom-width: 0;
   border-bottom-width: 0;
}
}
-
 
+
.popover.top > .arrow:after {
-
.popover.top .arrow:after {
+
   bottom: 1px;
   bottom: 1px;
-
   margin-left: -15px;
+
   margin-left: -10px;
-
   border-top-color: #ff7518;
+
  content: " ";
 +
   border-top-color: #fff;
   border-bottom-width: 0;
   border-bottom-width: 0;
}
}
-
 
+
.popover.right > .arrow {
-
.popover.right .arrow {
+
   top: 50%;
   top: 50%;
-
   left: -16px;
+
   left: -11px;
-
   margin-top: -16px;
+
   margin-top: -11px;
   border-right-color: #999;
   border-right-color: #999;
-
   border-right-color: transparent;
+
   border-right-color: rgba(0, 0, 0, .25);
   border-left-width: 0;
   border-left-width: 0;
}
}
-
 
+
.popover.right > .arrow:after {
-
.popover.right .arrow:after {
+
   bottom: -10px;
-
   bottom: -15px;
+
   left: 1px;
   left: 1px;
-
   border-right-color: #ff7518;
+
  content: " ";
 +
   border-right-color: #fff;
   border-left-width: 0;
   border-left-width: 0;
}
}
-
 
+
.popover.bottom > .arrow {
-
.popover.bottom .arrow {
+
   top: -11px;
-
   top: -16px;
+
   left: 50%;
   left: 50%;
-
   margin-left: -16px;
+
   margin-left: -11px;
 +
  border-top-width: 0;
   border-bottom-color: #999;
   border-bottom-color: #999;
-
   border-bottom-color: transparent;
+
   border-bottom-color: rgba(0, 0, 0, .25);
-
  border-top-width: 0;
+
}
}
-
 
+
.popover.bottom > .arrow:after {
-
.popover.bottom .arrow:after {
+
   top: 1px;
   top: 1px;
-
   margin-left: -15px;
+
   margin-left: -10px;
-
   border-bottom-color: #ff7518;
+
   content: " ";
   border-top-width: 0;
   border-top-width: 0;
 +
  border-bottom-color: #fff;
}
}
-
 
+
.popover.left > .arrow {
-
.popover.left .arrow {
+
   top: 50%;
   top: 50%;
-
   right: -16px;
+
   right: -11px;
-
   margin-top: -16px;
+
   margin-top: -11px;
-
  border-left-color: #999;
+
-
  border-left-color: transparent;
+
   border-right-width: 0;
   border-right-width: 0;
 +
  border-left-color: #999;
 +
  border-left-color: rgba(0, 0, 0, .25);
}
}
-
 
+
.popover.left > .arrow:after {
-
.popover.left .arrow:after {
+
   right: 1px;
   right: 1px;
-
   bottom: -15px;
+
   bottom: -10px;
-
   border-left-color: #ff7518;
+
   content: " ";
   border-right-width: 0;
   border-right-width: 0;
 +
  border-left-color: #fff;
}
}
-
 
-
.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: 0;
 
-
    -moz-border-radius: 0;
 
-
          border-radius: 0;
 
-
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
 
-
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
 
-
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
 
-
  -webkit-transition: all 0.2s ease-in-out;
 
-
    -moz-transition: all 0.2s ease-in-out;
 
-
      -o-transition: all 0.2s ease-in-out;
 
-
          transition: all 0.2s ease-in-out;
 
-
}
 
-
 
-
a.thumbnail:hover,
 
-
a.thumbnail:focus {
 
-
  border-color: #007fff;
 
-
  -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: #bbbbbb;
 
-
}
 
-
 
-
.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: #dfdfdf;
 
-
}
 
-
 
-
.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: #ffffff;
 
-
}
 
-
 
-
.label-important[href],
 
-
.badge-important[href] {
 
-
  background-color: #e6e6e6;
 
-
}
 
-
 
-
.label-warning,
 
-
.badge-warning {
 
-
  background-color: #ff7518;
 
-
}
 
-
 
-
.label-warning[href],
 
-
.badge-warning[href] {
 
-
  background-color: #e45c00;
 
-
}
 
-
 
-
.label-success,
 
-
.badge-success {
 
-
  background-color: #ffffff;
 
-
}
 
-
 
-
.label-success[href],
 
-
.badge-success[href] {
 
-
  background-color: #e6e6e6;
 
-
}
 
-
 
-
.label-info,
 
-
.badge-info {
 
-
  background-color: #ffffff;
 
-
}
 
-
 
-
.label-info[href],
 
-
.badge-info[href] {
 
-
  background-color: #e6e6e6;
 
-
}
 
-
 
-
.label-inverse,
 
-
.badge-inverse {
 
-
  background-color: #999999;
 
-
}
 
-
 
-
.label-inverse[href],
 
-
.badge-inverse[href] {
 
-
  background-color: #808080;
 
-
}
 
-
 
-
.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: 0;
 
-
    -moz-border-radius: 0;
 
-
          border-radius: 0;
 
-
  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: #ff9046;
 
-
  background-image: -moz-linear-gradient(top, #ffa365, #ff7518);
 
-
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffa365), to(#ff7518));
 
-
  background-image: -webkit-linear-gradient(top, #ffa365, #ff7518);
 
-
  background-image: -o-linear-gradient(top, #ffa365, #ff7518);
 
-
  background-image: linear-gradient(to bottom, #ffa365, #ff7518);
 
-
  background-repeat: repeat-x;
 
-
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffa365', endColorstr='#ffff7518', GradientType=0);
 
-
}
 
-
 
-
.progress-warning.progress-striped .bar,
 
-
.progress-striped .bar-warning {
 
-
  background-color: #ffa365;
 
-
  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: 0;
 
-
    -moz-border-radius: 0;
 
-
          border-radius: 0;
 
-
}
 
-
 
-
.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 {
.carousel {
   position: relative;
   position: relative;
-
  margin-bottom: 20px;
 
-
  line-height: 1;
 
}
}
-
 
.carousel-inner {
.carousel-inner {
   position: relative;
   position: relative;
Line 5,986: Line 5,403:
   overflow: hidden;
   overflow: hidden;
}
}
-
 
.carousel-inner > .item {
.carousel-inner > .item {
   position: relative;
   position: relative;
   display: none;
   display: none;
-
   -webkit-transition: 0.6s ease-in-out left;
+
   -webkit-transition: .6s ease-in-out left;
-
    -moz-transition: 0.6s ease-in-out left;
+
           transition: .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 > img,
.carousel-inner > .item > a > img {
.carousel-inner > .item > a > img {
-
  display: block;
 
   line-height: 1;
   line-height: 1;
}
}
-
 
.carousel-inner > .active,
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .next,
Line 6,007: Line 5,418:
   display: block;
   display: block;
}
}
-
 
.carousel-inner > .active {
.carousel-inner > .active {
   left: 0;
   left: 0;
}
}
-
 
.carousel-inner > .next,
.carousel-inner > .next,
.carousel-inner > .prev {
.carousel-inner > .prev {
Line 6,018: Line 5,427:
   width: 100%;
   width: 100%;
}
}
-
 
.carousel-inner > .next {
.carousel-inner > .next {
   left: 100%;
   left: 100%;
}
}
-
 
.carousel-inner > .prev {
.carousel-inner > .prev {
   left: -100%;
   left: -100%;
}
}
-
 
.carousel-inner > .next.left,
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
.carousel-inner > .prev.right {
   left: 0;
   left: 0;
}
}
-
 
.carousel-inner > .active.left {
.carousel-inner > .active.left {
   left: -100%;
   left: -100%;
}
}
-
 
.carousel-inner > .active.right {
.carousel-inner > .active.right {
   left: 100%;
   left: 100%;
}
}
-
 
.carousel-control {
.carousel-control {
   position: absolute;
   position: absolute;
-
   top: 46%;
+
   top: 0;
-
   left: 15px;
+
   bottom: 0;
-
   width: 40px;
+
   left: 0;
-
   height: 40px;
+
   width: 15%;
-
  margin-top: -20px;
+
   font-size: 20px;
-
   font-size: 60px;
+
   color: #fff;
-
  font-weight: 100;
+
-
  line-height: 30px;
+
-
   color: #ffffff;
+
   text-align: center;
   text-align: center;
-
   background: #080808;
+
   text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
-
  border: 3px solid #ffffff;
+
-
  -webkit-border-radius: 23px;
+
-
    -moz-border-radius: 23px;
+
-
          border-radius: 23px;
+
-
  opacity: 0.2;
+
   filter: alpha(opacity=50);
   filter: alpha(opacity=50);
 +
  opacity: .5;
 +
}
 +
.carousel-control.left {
 +
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, .5) 0%), color-stop(rgba(0, 0, 0, .0001) 100%));
 +
  background-image:        linear-gradient(to right, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
 +
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
 +
  background-repeat: repeat-x;
}
}
-
 
.carousel-control.right {
.carousel-control.right {
-
   right: 15px;
+
   right: 0;
   left: auto;
   left: auto;
 +
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, .0001) 0%), color-stop(rgba(0, 0, 0, .5) 100%));
 +
  background-image:        linear-gradient(to right, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
 +
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
 +
  background-repeat: repeat-x;
}
}
-
 
.carousel-control:hover,
.carousel-control:hover,
.carousel-control:focus {
.carousel-control:focus {
-
   color: #ffffff;
+
   color: #fff;
   text-decoration: none;
   text-decoration: none;
-
  opacity: 0.5;
 
   filter: alpha(opacity=90);
   filter: alpha(opacity=90);
 +
  outline: none;
 +
  opacity: .9;
}
}
-
 
+
.carousel-control .icon-prev,
-
.carousel-indicators {
+
.carousel-control .icon-next,
 +
.carousel-control .glyphicon-chevron-left,
 +
.carousel-control .glyphicon-chevron-right {
   position: absolute;
   position: absolute;
-
   top: 15px;
+
   top: 50%;
-
  right: 15px;
+
   z-index: 5;
   z-index: 5;
-
   margin: 0;
+
  display: inline-block;
 +
}
 +
.carousel-control .icon-prev,
 +
.carousel-control .glyphicon-chevron-left {
 +
  left: 50%;
 +
}
 +
.carousel-control .icon-next,
 +
.carousel-control .glyphicon-chevron-right {
 +
  right: 50%;
 +
}
 +
.carousel-control .icon-prev,
 +
.carousel-control .icon-next {
 +
  width: 20px;
 +
  height: 20px;
 +
   margin-top: -10px;
 +
  margin-left: -10px;
 +
  font-family: serif;
 +
}
 +
.carousel-control .icon-prev:before {
 +
  content: '\2039';
 +
}
 +
.carousel-control .icon-next:before {
 +
  content: '\203a';
 +
}
 +
.carousel-indicators {
 +
  position: absolute;
 +
  bottom: 10px;
 +
  left: 50%;
 +
  z-index: 15;
 +
  width: 60%;
 +
  padding-left: 0;
 +
  margin-left: -30%;
 +
  text-align: center;
   list-style: none;
   list-style: none;
}
}
-
 
.carousel-indicators li {
.carousel-indicators li {
-
   display: block;
+
   display: inline-block;
-
  float: left;
+
   width: 10px;
   width: 10px;
   height: 10px;
   height: 10px;
-
   margin-left: 5px;
+
   margin: 1px;
   text-indent: -999px;
   text-indent: -999px;
-
   background-color: #ccc;
+
  cursor: pointer;
-
   background-color: rgba(255, 255, 255, 0.25);
+
   background-color: #000 \9;
-
   border-radius: 5px;
+
   background-color: rgba(0, 0, 0, 0);
 +
  border: 1px solid #fff;
 +
   border-radius: 10px;
}
}
-
 
.carousel-indicators .active {
.carousel-indicators .active {
 +
  width: 12px;
 +
  height: 12px;
 +
  margin: 0;
   background-color: #fff;
   background-color: #fff;
}
}
-
 
.carousel-caption {
.carousel-caption {
   position: absolute;
   position: absolute;
-
   right: 0;
+
   right: 15%;
-
   bottom: 0;
+
   bottom: 20px;
-
   left: 0;
+
   left: 15%;
-
   padding: 15px;
+
  z-index: 10;
-
   background: #999999;
+
   padding-top: 20px;
-
   background: rgba(72,72,72, 0.30);
+
   padding-bottom: 20px;
 +
  color: #fff;
 +
   text-align: center;
 +
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}
}
-
 
+
.carousel-caption .btn {
-
.carousel-caption h4,
+
   text-shadow: none;
-
.carousel-caption p {
+
-
   line-height: 20px;
+
-
  color: #ffffff;
+
}
}
-
 
+
@media screen and (min-width: 768px) {
-
.carousel-caption h4 {
+
  .carousel-control .glyphicon-chevron-left,
-
   margin: 0 0 5px;
+
  .carousel-control .glyphicon-chevron-right,
 +
  .carousel-control .icon-prev,
 +
  .carousel-control .icon-next {
 +
    width: 30px;
 +
    height: 30px;
 +
    margin-top: -15px;
 +
    margin-left: -15px;
 +
    font-size: 30px;
 +
  }
 +
  .carousel-caption {
 +
    right: 20%;
 +
    left: 20%;
 +
    padding-bottom: 30px;
 +
   }
 +
  .carousel-indicators {
 +
    bottom: 20px;
 +
  }
}
}
-
 
+
.clearfix:before,
-
.carousel-caption p {
+
.clearfix:after,
-
   margin-bottom: 0;
+
.container:before,
 +
.container:after,
 +
.container-fluid:before,
 +
.container-fluid:after,
 +
.row:before,
 +
.row:after,
 +
.form-horizontal .form-group:before,
 +
.form-horizontal .form-group:after,
 +
.btn-toolbar:before,
 +
.btn-toolbar:after,
 +
.btn-group-vertical > .btn-group:before,
 +
.btn-group-vertical > .btn-group:after,
 +
.nav:before,
 +
.nav:after,
 +
.navbar:before,
 +
.navbar:after,
 +
.navbar-header:before,
 +
.navbar-header:after,
 +
.navbar-collapse:before,
 +
.navbar-collapse:after,
 +
.pager:before,
 +
.pager:after,
 +
.panel-body:before,
 +
.panel-body:after,
 +
.modal-footer:before,
 +
.modal-footer:after {
 +
   display: table;
 +
  content: " ";
}
}
-
 
+
.clearfix:after,
-
.hero-unit {
+
.container:after,
-
  padding: 60px;
+
.container-fluid:after,
-
  margin-bottom: 30px;
+
.row:after,
-
  font-size: 18px;
+
.form-horizontal .form-group:after,
-
  font-weight: 200;
+
.btn-toolbar:after,
-
  line-height: 30px;
+
.btn-group-vertical > .btn-group:after,
-
  color: inherit;
+
.nav:after,
-
  background-color: #eeeeee;
+
.navbar:after,
-
  -webkit-border-radius: 6px;
+
.navbar-header:after,
-
    -moz-border-radius: 6px;
+
.navbar-collapse:after,
-
          border-radius: 6px;
+
.pager:after,
 +
.panel-body:after,
 +
.modal-footer:after {
 +
  clear: both;
}
}
-
 
+
.center-block {
-
.hero-unit h1 {
+
   display: block;
-
   margin-bottom: 0;
+
   margin-right: auto;
-
   font-size: 60px;
+
   margin-left: auto;
-
   line-height: 1;
+
-
  letter-spacing: -1px;
+
-
  color: inherit;
+
}
}
-
 
-
.hero-unit li {
 
-
  line-height: 30px;
 
-
}
 
-
 
.pull-right {
.pull-right {
-
   float: right;
+
   float: right !important;
}
}
-
 
.pull-left {
.pull-left {
-
   float: left;
+
   float: left !important;
}
}
-
 
.hide {
.hide {
-
   display: none;
+
   display: none !important;
}
}
-
 
.show {
.show {
-
   display: block;
+
   display: block !important;
}
}
-
 
.invisible {
.invisible {
   visibility: hidden;
   visibility: hidden;
}
}
-
 
+
.text-hide {
-
.affix {
+
   font: 0/0 a;
-
  position: fixed;
+
   color: transparent;
-
}
+
-
 
+
-
body {
+
-
  font-weight: 300;
+
-
}
+
-
 
+
-
h1 {
+
-
   font-size: 50px;
+
-
}
+
-
 
+
-
h2,
+
-
h3 {
+
-
  font-size: 26px;
+
-
}
+
-
 
+
-
h4 {
+
-
  font-size: 14px;
+
-
}
+
-
 
+
-
h5,
+
-
h6 {
+
-
  font-size: 11px;
+
-
}
+
-
 
+
-
blockquote {
+
-
  padding: 10px 15px;
+
-
  background-color: #eeeeee;
+
-
  border-left-color: #bbbbbb;
+
-
}
+
-
 
+
-
blockquote.pull-right {
+
-
  padding: 10px 15px;
+
-
  border-right-color: #bbbbbb;
+
-
}
+
-
 
+
-
blockquote small {
+
-
  color: #bbbbbb;
+
-
}
+
-
 
+
-
.muted {
+
-
  color: #bbbbbb;
+
-
}
+
-
 
+
-
.text-warning {
+
-
  color: #ff7518;
+
-
}
+
-
 
+
-
a.text-warning:hover {
+
-
  color: #e45c00;
+
-
}
+
-
 
+
-
.text-error {
+
-
  color: #ff0039;
+
-
}
+
-
 
+
-
a.text-error:hover {
+
-
  color: #cc002e;
+
-
}
+
-
 
+
-
.text-info {
+
-
  color: #9954bb;
+
-
}
+
-
 
+
-
a.text-info:hover {
+
-
  color: #7e3f9d;
+
-
}
+
-
 
+
-
.text-success {
+
-
  color: #3fb618;
+
-
}
+
-
 
+
-
a.text-success:hover {
+
-
  color: #2f8912;
+
-
}
+
-
 
+
-
.navbar .navbar-inner {
+
-
  background-image: none;
+
-
border-bottom: 23px solid;
+
-
border-color: #727272;
+
-
 
+
-
  -webkit-border-radius: 0;
+
-
    -moz-border-radius: 0;
+
-
          border-radius: 0;
+
-
  -webkit-box-shadow: none;
+
-
    -moz-box-shadow: none;
+
-
          box-shadow: none;
+
-
}
+
-
 
+
-
.navbar .brand:hover {
+
-
  color: #bbbbbb;
+
-
}
+
-
 
+
-
.navbar .nav > .active > a,
+
-
.navbar .nav > .active > a:hover,
+
-
.navbar .nav > .active > a:focus {
+
-
  background-color: rgba(0, 0, 0, 0.05);
+
-
  -webkit-box-shadow: none;
+
-
    -moz-box-shadow: none;
+
-
          box-shadow: none;
+
-
}
+
-
 
+
-
.navbar .nav li.dropdown.open > .dropdown-toggle,
+
-
.navbar .nav li.dropdown.active > .dropdown-toggle,
+
-
.navbar .nav li.dropdown.open.active > .dropdown-toggle {
+
-
   color: #ffffff;
+
-
}
+
-
 
+
-
.navbar .nav li.dropdown.open > .dropdown-toggle:hover,
+
-
.navbar .nav li.dropdown.active > .dropdown-toggle:hover,
+
-
.navbar .nav li.dropdown.open.active > .dropdown-toggle:hover {
+
-
  color: #eeeeee;
+
-
}
+
-
 
+
-
.navbar .navbar-search .search-query {
+
-
  line-height: normal;
+
-
}
+
-
 
+
-
.navbar-inverse .brand,
+
-
.navbar-inverse .nav > li > a {
+
   text-shadow: none;
   text-shadow: none;
-
}
 
-
 
-
.navbar-inverse .brand:hover,
 
-
.navbar-inverse .nav > .active > a,
 
-
.navbar-inverse .nav > .active > a:hover,
 
-
.navbar-inverse .nav > .active > a:focus {
 
-
  color: #ffffff;
 
-
  background-color: rgba(0, 0, 0, 0.05);
 
-
  -webkit-box-shadow: none;
 
-
    -moz-box-shadow: none;
 
-
          box-shadow: none;
 
-
}
 
-
 
-
.navbar-inverse .navbar-search .search-query {
 
-
  color: #080808;
 
-
}
 
-
 
-
div.subnav {
 
-
  margin: 0 1px;
 
-
  background: #dfdfdf none;
 
-
  border: none;
 
-
  -webkit-border-radius: 0;
 
-
    -moz-border-radius: 0;
 
-
          border-radius: 0;
 
-
  -webkit-box-shadow: none;
 
-
    -moz-box-shadow: none;
 
-
          box-shadow: none;
 
-
}
 
-
 
-
div.subnav .nav {
 
   background-color: transparent;
   background-color: transparent;
 +
  border: 0;
}
}
-
 
+
.hidden {
-
div.subnav .nav > li > a {
+
   display: none !important;
-
   border-color: transparent;
+
  visibility: hidden !important;
}
}
-
 
+
.affix {
-
div.subnav .nav > .active > a,
+
   position: fixed;
-
div.subnav .nav > .active > a:hover {
+
-
   color: #ffffff;
+
-
  background-color: #000000;
+
-
  border-color: transparent;
+
-
  -webkit-box-shadow: none;
+
-
    -moz-box-shadow: none;
+
-
          box-shadow: none;
+
}
}
-
 
+
@-ms-viewport {
-
div.subnav-fixed {
+
   width: device-width;
-
   top: 51px;
+
-
  margin: 0;
+
}
}
-
 
+
.visible-xs,
-
.nav .open .dropdown-toggle,
+
.visible-sm,
-
.nav > li.dropdown.open.active > a:hover {
+
.visible-md,
-
   color: #007fff;
+
.visible-lg {
 +
   display: none !important;
}
}
-
 
+
@media (max-width: 767px) {
-
.nav-tabs > li > a {
+
  .visible-xs {
-
   -webkit-border-radius: 0;
+
    display: block !important;
-
    -moz-border-radius: 0;
+
   }
-
          border-radius: 0;
+
  table.visible-xs {
 +
    display: table;
 +
  }
 +
  tr.visible-xs {
 +
    display: table-row !important;
 +
  }
 +
  th.visible-xs,
 +
  td.visible-xs {
 +
    display: table-cell !important;
 +
  }
}
}
-
 
+
@media (min-width: 768px) and (max-width: 991px) {
-
.nav-tabs.nav-stacked > li > a:hover {
+
  .visible-sm {
-
   color: #ffffff;
+
    display: block !important;
-
   background-color: #007fff;
+
  }
 +
  table.visible-sm {
 +
    display: table;
 +
   }
 +
  tr.visible-sm {
 +
    display: table-row !important;
 +
   }
 +
  th.visible-sm,
 +
  td.visible-sm {
 +
    display: table-cell !important;
 +
  }
}
}
-
 
+
@media (min-width: 992px) and (max-width: 1199px) {
-
.nav-tabs.nav-stacked > .active > a,
+
  .visible-md {
-
.nav-tabs.nav-stacked > .active > a:hover {
+
    display: block !important;
-
   color: #bbbbbb;
+
  }
-
   background-color: #ffffff;
+
  table.visible-md {
 +
    display: table;
 +
   }
 +
  tr.visible-md {
 +
    display: table-row !important;
 +
   }
 +
  th.visible-md,
 +
  td.visible-md {
 +
    display: table-cell !important;
 +
  }
}
}
-
 
+
@media (min-width: 1200px) {
-
.nav-tabs.nav-stacked > li:first-child > a,
+
  .visible-lg {
-
.nav-tabs.nav-stacked > li:last-child > a {
+
    display: block !important;
-
   -webkit-border-radius: 0;
+
   }
-
    -moz-border-radius: 0;
+
  table.visible-lg {
-
          border-radius: 0;
+
    display: table;
 +
  }
 +
  tr.visible-lg {
 +
    display: table-row !important;
 +
  }
 +
  th.visible-lg,
 +
  td.visible-lg {
 +
    display: table-cell !important;
 +
  }
}
}
-
 
+
@media (max-width: 767px) {
-
.tabs-below > .nav-tabs > li > a,
+
  .hidden-xs {
-
.tabs-left > .nav-tabs > li > a,
+
    display: none !important;
-
.tabs-right > .nav-tabs > li > a {
+
  }
-
  -webkit-border-radius: 0;
+
-
    -moz-border-radius: 0;
+
-
          border-radius: 0;
+
}
}
-
 
+
@media (min-width: 768px) and (max-width: 991px) {
-
.nav-pills > li > a {
+
   .hidden-sm {
-
  color: #000000;
+
    display: none !important;
-
  background-color: #dfdfdf;
+
  }
-
   -webkit-border-radius: 0;
+
-
    -moz-border-radius: 0;
+
-
          border-radius: 0;
+
}
}
-
 
+
@media (min-width: 992px) and (max-width: 1199px) {
-
.nav-pills > li > a:hover {
+
   .hidden-md {
-
   color: #ffffff;
+
    display: none !important;
-
   background-color: #000000;
+
   }
}
}
-
 
+
@media (min-width: 1200px) {
-
.nav-pills > .disabled > a,
+
  .hidden-lg {
-
.nav-pills > .disabled > a:hover {
+
    display: none !important;
-
  color: #999999;
+
   }
-
   background-color: #eeeeee;
+
}
}
-
 
+
.visible-print {
-
.nav-list > li > a {
+
   display: none !important;
-
   color: #080808;
+
}
}
-
 
+
@media print {
-
.nav-list > li > a:hover {
+
  .visible-print {
-
   color: #ffffff;
+
    display: block !important;
-
   text-shadow: none;
+
   }
-
   background-color: #007fff;
+
  table.visible-print {
 +
    display: table;
 +
   }
 +
  tr.visible-print {
 +
    display: table-row !important;
 +
   }
 +
  th.visible-print,
 +
  td.visible-print {
 +
    display: table-cell !important;
 +
  }
}
}
-
 
+
@media print {
-
.nav-list .nav-header {
+
  .hidden-print {
-
  color: #080808;
+
    display: none !important;
 +
  }
}
}
 +
/*# sourceMappingURL=bootstrap.css.map */
-
.nav-list .divider {
 
-
  background-color: #bbbbbb;
 
-
  border-bottom: none;
 
-
}
 
-
.pagination ul {
+
.navbar-custom {
-
   -webkit-box-shadow: none;
+
   background-color: #accfcf;
-
    -moz-box-shadow: none;
+
  border-color: #97c3c3;
-
          box-shadow: none;
+
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#cce2e2), to(#accfcf));
 +
  background-image: -webkit-linear-gradient(top, #cce2e2, 0%, #accfcf, 100%);
 +
  background-image: -moz-linear-gradient(top, #cce2e2 0%, #accfcf 100%);
 +
  background-image: linear-gradient(to bottom, #cce2e2 0%, #accfcf 100%);
 +
  background-repeat: repeat-x;
 +
/* filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffcce2e2', endColorstr='#ffaccfcf', GradientType=0);*/
}
}
-
 
+
.navbar-custom .navbar-brand {
-
.pagination ul > li > a,
+
   color: #383636;
-
.pagination ul > li > span {
+
-
  margin-right: 6px;
+
-
   color: #080808;
+
}
}
-
 
+
.navbar-custom .navbar-brand:hover,
-
.pagination ul > li > a:hover,
+
.navbar-custom .navbar-brand:focus {
-
.pagination ul > li > span:hover {
+
   color: #1e1d1d;
-
   color: #ffffff;
+
   background-color: transparent;
-
   background-color: #080808;
+
}
}
-
 
+
.navbar-custom .navbar-text {
-
.pagination ul > li:last-child > a,
+
   color: #383636;
-
.pagination ul > li:last-child > span {
+
-
   margin-right: 0;
+
}
}
-
 
+
.navbar-custom .navbar-nav > li:last-child > a {
-
.pagination ul > .active > a,
+
   border-right: 1px solid #97c3c3;
-
.pagination ul > .active > span {
+
-
   color: #ffffff;
+
}
}
-
 
+
.navbar-custom .navbar-nav > li > a {
-
.pagination ul > .disabled > span,
+
   color: #383636;
-
.pagination ul > .disabled > a,
+
   border-left: 1px solid #97c3c3;
-
.pagination ul > .disabled > a:hover {
+
-
   color: #999999;
+
-
   background-color: #eeeeee;
+
}
}
-
 
+
.navbar-custom .navbar-nav > li > a:hover,
-
.pager li > a,
+
.navbar-custom .navbar-nav > li > a:focus {
-
.pager li > span {
+
   color: #78a8a3;
-
   color: #080808;
+
   background-color: transparent;
-
   background-color: #dfdfdf;
+
-
  border: none;
+
-
  -webkit-border-radius: 0;
+
-
    -moz-border-radius: 0;
+
-
          border-radius: 0;
+
}
}
-
 
+
.navbar-custom .navbar-nav > .active > a,
-
.pager li > a:hover,
+
.navbar-custom .navbar-nav > .active > a:hover,
-
.pager li > span:hover {
+
.navbar-custom .navbar-nav > .active > a:focus {
-
   color: #ffffff;
+
   color: #78a8a3;
-
   background-color: #080808;
+
   background-color: #97c3c3;
 +
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#97c3c3), to(#b7d6d6));
 +
  background-image: -webkit-linear-gradient(top, #97c3c3, 0%, #b7d6d6, 100%);
 +
  background-image: -moz-linear-gradient(top, #97c3c3 0%, #b7d6d6 100%);
 +
  background-image: linear-gradient(to bottom, #97c3c3 0%, #b7d6d6 100%);
 +
  background-repeat: repeat-x;
 +
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff97c3c3', endColorstr='#ffb7d6d6', GradientType=0);
}
}
-
 
+
.navbar-custom .navbar-nav > .disabled > a,
-
.pager .disabled > a,
+
.navbar-custom .navbar-nav > .disabled > a:hover,
-
.pager .disabled > a:hover,
+
.navbar-custom .navbar-nav > .disabled > a:focus {
-
.pager .disabled > span {
+
   color: #cccccc;
-
   color: #999999;
+
   background-color: transparent;
-
   background-color: #eeeeee;
+
}
}
-
 
+
.navbar-custom .navbar-toggle {
-
.breadcrumb {
+
   border-color: #dddddd;
-
   background-color: #dfdfdf;
+
}
}
-
 
+
.navbar-custom .navbar-toggle:hover,
-
.breadcrumb li {
+
.navbar-custom .navbar-toggle:focus {
-
   text-shadow: none;
+
   background-color: #dddddd;
}
}
-
 
+
.navbar-custom .navbar-toggle .icon-bar {
-
.breadcrumb .divider,
+
   background-color: #cccccc;
-
.breadcrumb .active {
+
-
   color: #080808;
+
-
  text-shadow: none;
+
}
}
-
 
+
.navbar-custom .navbar-collapse,
-
.btn {
+
.navbar-custom .navbar-form {
-
  padding: 5px 12px;
+
  border-color: #95c2c2;
-
  text-shadow: none;
+
-
  background-image: none;
+
-
  border: none;
+
-
  -webkit-border-radius: 0;
+
-
    -moz-border-radius: 0;
+
-
          border-radius: 0;
+
-
  -webkit-box-shadow: none;
+
-
    -moz-box-shadow: none;
+
-
          box-shadow: none;
+
}
}
-
 
+
.navbar-custom .navbar-nav > .dropdown > a:hover .caret,
-
.btn.disabled {
+
.navbar-custom .navbar-nav > .dropdown > a:focus .caret {
-
   box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
+
   border-top-color: #78a8a3;
 +
  border-bottom-color: #78a8a3;
}
}
-
 
+
.navbar-custom .navbar-nav > .open > a,
-
.btn-large {
+
.navbar-custom .navbar-nav > .open > a:hover,
-
   padding: 22px 30px;
+
.navbar-custom .navbar-nav > .open > a:focus {
 +
   background-color: #97c3c3;
 +
  color: #78a8a3;
}
}
-
 
+
.navbar-custom .navbar-nav > .open > a .caret,
-
.btn-small {
+
.navbar-custom .navbar-nav > .open > a:hover .caret,
-
   padding: 2px 10px;
+
.navbar-custom .navbar-nav > .open > a:focus .caret {
 +
   border-top-color: #78a8a3;
 +
  border-bottom-color: #78a8a3;
}
}
-
 
+
.navbar-custom .navbar-nav > .dropdown > a .caret {
-
.btn-mini {
+
   border-top-color: #383636;
-
   padding: 2px 6px;
+
  border-bottom-color: #383636;
}
}
-
 
+
@media (max-width: 767) {
-
.btn-group > .btn:first-child,
+
  .navbar-custom .navbar-nav .open .dropdown-menu > li > a {
-
.btn-group > .btn:last-child,
+
    color: #383636;
-
.btn-group > .dropdown-toggle {
+
  }
-
   -webkit-border-radius: 0;
+
  .navbar-custom .navbar-nav .open .dropdown-menu > li > a:hover,
-
    -moz-border-radius: 0;
+
  .navbar-custom .navbar-nav .open .dropdown-menu > li > a:focus {
-
          border-radius: 0;
+
    color: #78a8a3;
 +
    background-color: transparent;
 +
  }
 +
  .navbar-custom .navbar-nav .open .dropdown-menu > .active > a,
 +
  .navbar-custom .navbar-nav .open .dropdown-menu > .active > a:hover,
 +
  .navbar-custom .navbar-nav .open .dropdown-menu > .active > a:focus {
 +
    color: #78a8a3;
 +
    background-color: #97c3c3;
 +
   }
 +
  .navbar-custom .navbar-nav .open .dropdown-menu > .disabled > a,
 +
  .navbar-custom .navbar-nav .open .dropdown-menu > .disabled > a:hover,
 +
  .navbar-custom .navbar-nav .open .dropdown-menu > .disabled > a:focus {
 +
    color: #cccccc;
 +
    background-color: transparent;
 +
  }
}
}
-
 
+
.navbar-custom .navbar-link {
-
.btn-group > .btn + .dropdown-toggle {
+
   color: #383636;
-
   -webkit-box-shadow: none;
+
-
    -moz-box-shadow: none;
+
-
          box-shadow: none;
+
}
}
-
 
+
.navbar-custom .navbar-link:hover {
-
.table tbody tr.success td {
+
   color: #78a8a3;
-
   color: #ffffff;
+
}
}
-
.table tbody tr.error td {
+
.navbar-custom .nav-header {
-
  color: #ffffff;
+
  font-weight: bold;
-
}
+
  margin-left:2%;
-
 
+
-
.table tbody tr.info td {
+
-
  color: #ffffff;
+
-
}
+
-
 
+
-
.table-bordered {
+
-
  -webkit-border-radius: 0;
+
-
    -moz-border-radius: 0;
+
-
          border-radius: 0;
+
-
}
+
-
 
+
-
.table-bordered thead:first-child tr:first-child th:first-child,
+
-
.table-bordered tbody:first-child tr:first-child td:first-child {
+
-
  -webkit-border-radius: 0;
+
-
    -moz-border-radius: 0;
+
-
          border-radius: 0;
+
-
}
+
-
 
+
-
.table-bordered thead:last-child tr:last-child th:first-child,
+
-
.table-bordered tbody:last-child tr:last-child td:first-child,
+
-
.table-bordered tfoot:last-child tr:last-child td:first-child {
+
-
  -webkit-border-radius: 0;
+
-
    -moz-border-radius: 0;
+
-
          border-radius: 0;
+
-
}
+
-
 
+
-
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"] {
+
-
  color: #080808;
+
-
}
+
-
 
+
-
.control-group.warning .control-label,
+
-
.control-group.warning .help-block,
+
-
.control-group.warning .help-inline {
+
-
  color: #ff7518;
+
-
}
+
-
 
+
-
.control-group.warning input,
+
-
.control-group.warning select,
+
-
.control-group.warning textarea {
+
-
  color: #080808;
+
-
  border-color: #ff7518;
+
-
}
+
-
 
+
-
.control-group.error .control-label,
+
-
.control-group.error .help-block,
+
-
.control-group.error .help-inline {
+
-
  color: #ff0039;
+
-
}
+
-
 
+
-
.control-group.error input,
+
-
.control-group.error select,
+
-
.control-group.error textarea {
+
-
  color: #080808;
+
-
  border-color: #ff0039;
+
-
}
+
-
 
+
-
.control-group.success .control-label,
+
-
.control-group.success .help-block,
+
-
.control-group.success .help-inline {
+
-
  color: #3fb618;
+
-
}
+
-
 
+
-
.control-group.success input,
+
-
.control-group.success select,
+
-
.control-group.success textarea {
+
-
  color: #080808;
+
-
  border-color: #3fb618;
+
-
}
+
-
 
+
-
legend {
+
-
  color: #080808;
+
-
  border-bottom: none;
+
-
}
+
-
 
+
-
.form-actions {
+
-
  background-color: #eeeeee;
+
-
  border-top: none;
+
-
}
+
-
 
+
-
.dropdown-menu {
+
-
  -webkit-border-radius: 0;
+
-
    -moz-border-radius: 0;
+
-
          border-radius: 0;
+
-
}
+
-
 
+
-
.alert {
+
-
  text-shadow: none;
+
-
  -webkit-border-radius: 0;
+
-
    -moz-border-radius: 0;
+
-
          border-radius: 0;
+
-
}
+
-
 
+
-
.alert-heading,
+
-
.alert h1,
+
-
.alert h2,
+
-
.alert h3,
+
-
.alert h4,
+
-
.alert h5,
+
-
.alert h6 {
+
-
  color: #ffffff;
+
-
}
+
-
 
+
-
.label {
+
-
  min-width: 80px;
+
-
  min-height: 80px;
+
-
  font-weight: 300;
+
-
  text-shadow: none;
+
-
  -webkit-border-radius: 0;
+
-
    -moz-border-radius: 0;
+
-
          border-radius: 0;
+
-
}
+
-
 
+
-
.label-success {
+
-
  background-color: #3fb618;
+
-
}
+
-
 
+
-
.label-important {
+
-
  background-color: #ff0039;
+
-
}
+
-
 
+
-
.label-info {
+
-
  background-color: #9954bb;
+
-
}
+
-
 
+
-
.label-inverse {
+
-
  background-color: #000000;
+
-
}
+
-
 
+
-
.badge {
+
-
  font-weight: 300;
+
-
  text-shadow: none;
+
-
  -webkit-border-radius: 0;
+
-
    -moz-border-radius: 0;
+
-
          border-radius: 0;
+
-
}
+
-
 
+
-
.badge-success {
+
-
  background-color: #3fb618;
+
-
}
+
-
 
+
-
.badge-important {
+
-
  background-color: #ff0039;
+
-
}
+
-
 
+
-
.badge-info {
+
-
  background-color: #9954bb;
+
-
}
+
-
 
+
-
.badge-inverse {
+
-
  background-color: #000000;
+
-
}
+
-
 
+
-
.hero-unit {
+
-
  border: none;
+
-
  -webkit-border-radius: 0;
+
-
    -moz-border-radius: 0;
+
-
          border-radius: 0;
+
-
  -webkit-box-shadow: none;
+
-
    -moz-box-shadow: none;
+
-
          box-shadow: none;
+
-
}
+
-
 
+
-
.well {
+
-
  border: none;
+
-
  -webkit-border-radius: 0;
+
-
    -moz-border-radius: 0;
+
-
          border-radius: 0;
+
-
  -webkit-box-shadow: none;
+
-
    -moz-box-shadow: none;
+
-
          box-shadow: none;
+
-
}
+
-
 
+
-
[class^="icon-"],
+
-
[class*=" icon-"] {
+
-
  margin: 0 2px;
+
-
  vertical-align: -2px;
+
-
}
+
-
 
+
-
a.thumbnail {
+
-
  background-color: #dfdfdf;
+
-
}
+
-
 
+
-
a.thumbnail:hover {
+
-
  background-color: #bbbbbb;
+
-
  border-color: transparent;
+
-
}
+
-
 
+
-
.progress {
+
-
  height: 6px;
+
-
  background-color: #eeeeee;
+
-
  background-image: none;
+
-
  -webkit-border-radius: 0;
+
-
    -moz-border-radius: 0;
+
-
          border-radius: 0;
+
-
  -webkit-box-shadow: none;
+
-
    -moz-box-shadow: none;
+
-
          box-shadow: none;
+
-
}
+
-
 
+
-
.progress .bar {
+
-
  background-color: #007fff;
+
-
  background-image: none;
+
-
}
+
-
 
+
-
.progress-info {
+
-
  background-color: #9954bb;
+
-
}
+
-
 
+
-
.progress-success {
+
-
  background-color: #3fb618;
+
-
}
+
-
 
+
-
.progress-warning {
+
-
  background-color: #ff7518;
+
-
}
+
-
 
+
-
.progress-danger {
+
-
  background-color: #ff0039;
+
-
}
+
-
 
+
-
.modal {
+
-
  -webkit-border-radius: 0;
+
-
    -moz-border-radius: 0;
+
-
          border-radius: 0;
+
-
}
+
-
 
+
-
.modal-header {
+
-
  border-bottom: none;
+
-
}
+
-
 
+
-
.modal-footer {
+
-
  background-color: transparent;
+
-
  border-top: none;
+
-
}
+
-
 
+
-
.popover {
+
-
  color: #ffffff;
+
-
  -webkit-border-radius: 0;
+
-
    -moz-border-radius: 0;
+
-
          border-radius: 0;
+
-
}
+
-
 
+
-
.popover-title {
+
-
  color: #ffffff;
+
-
  border-bottom: none;
+
-
}
+
-
 
+
-
.pull-right {
+
-
  float: right;
+
-
}
+
-
 
+
-
.pull-left {
+
-
  float: left;
+
-
}
+
-
 
+
-
.hide {
+
-
  display: none;
+
-
}
+
-
 
+
-
.show {
+
-
  display: block;
+
-
}
+
-
 
+
-
.invisible {
+
-
  visibility: hidden;
+
-
}
+
-
 
+
-
.affix {
+
-
  position: fixed;
+
}
}

Latest revision as of 15:31, 16 October 2014

/*!

* Bootstrap v3.1.1 (http://getbootstrap.com)
* Copyright 2011-2014 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
*/

/*! normalize.css v3.0.0 | MIT License | git.io/normalize */ html {

 font-family: sans-serif;
 -webkit-text-size-adjust: 100%;
     -ms-text-size-adjust: 100%;

} body {

 margin: 0;

} article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {

 display: block;

} audio, canvas, progress, video {

 display: inline-block;
 vertical-align: baseline;

} audio:not([controls]) {

 display: none;
 height: 0;

} [hidden], template {

 display: none;

} a {

 background: transparent;

} a:active, a:hover {

 outline: 0;

} abbr[title] {

 border-bottom: 1px dotted;

} b, strong {

 font-weight: bold;

} dfn {

 font-style: italic;

} h1 {

 margin: .67em 0;
 font-size: 2em;

} mark {

 color: #000;
 background: #ff0;

} small {

 font-size: 80%;

} sub, sup {

 position: relative;
 font-size: 75%;
 line-height: 0;
 vertical-align: baseline;

} sup {

 top: -.5em;

} sub {

 bottom: -.25em;

} img {

 border: 0;

} svg:not(:root) {

 overflow: hidden;

} figure {

 margin: 1em 40px;

} hr {

 height: 0;
 -moz-box-sizing: content-box;
      box-sizing: content-box;

} pre {

 overflow: auto;

} code, kbd, pre, samp {

 font-family: monospace, monospace;
 font-size: 1em;

} button, input, optgroup, select, textarea {

 margin: 0;
 font: inherit;
 color: inherit;

} button {

 overflow: visible;

} button, select {

 text-transform: none;

} button, html input[type="button"], input[type="reset"], input[type="submit"] {

 -webkit-appearance: button;
 cursor: pointer;

} button[disabled], html input[disabled] {

 cursor: default;

} button::-moz-focus-inner, input::-moz-focus-inner {

 padding: 0;
 border: 0;

} input {

 line-height: normal;

} input[type="checkbox"], input[type="radio"] {

 box-sizing: border-box;
 padding: 0;

} input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {

 height: auto;

} 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-cancel-button, input[type="search"]::-webkit-search-decoration {

 -webkit-appearance: none;

} fieldset {

 padding: .35em .625em .75em;
 margin: 0 2px;
 border: 1px solid #c0c0c0;

} legend {

 padding: 0;
 border: 0;

} textarea {

 overflow: auto;

} optgroup {

 font-weight: bold;

} table {

 border-spacing: 0;
 border-collapse: collapse;

} td, th {

 padding: 0;

} @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) ")";
 }
 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;
 }
 p,
 h2,
 h3 {
   orphans: 3;
   widows: 3;
 }
 h2,
 h3 {
   page-break-after: avoid;
 }
 select {
   background: #fff !important;
 }
 .navbar {
   display: none;
 }
 .table td,
 .table th {
   background-color: #fff !important;
 }
 .btn > .caret,
 .dropup > .btn > .caret {
   border-top-color: #000 !important;
 }
 .label {
   border: 1px solid #000;
 }
 .table {
   border-collapse: collapse !important;
 }
 .table-bordered th,
 .table-bordered td {
   border: 1px solid #ddd !important;
 }

}

  • {
 -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
         box-sizing: border-box;

}

  • before,
    after {
 -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
         box-sizing: border-box;

} html {

 font-size: 62.5%;
 -webkit-tap-highlight-color: rgba(0, 0, 0, 0);

} body {

 font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
 font-size: 14px;
 line-height: 1.42857143;
 color: #333;
 background-color: #fff;

} input, button, select, textarea {

 font-family: inherit;
 font-size: inherit;
 line-height: inherit;

} a {

 color: #428bca;
 text-decoration: none;

} a:hover, a:focus {

 color: #2a6496;
 text-decoration: underline;

} a:focus {

 outline: thin dotted;
 outline: 5px auto -webkit-focus-ring-color;
 outline-offset: -2px;

} figure {

 margin: 0;

} img {

 vertical-align: middle;

} .img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img {

 display: block;
 max-width: 100%;
 height: auto;

} .img-rounded {

 border-radius: 6px;

} .img-thumbnail {

 display: inline-block;
 max-width: 100%;
 height: auto;
 padding: 4px;
 line-height: 1.42857143;
 background-color: #fff;
 border: 1px solid #ddd;
 border-radius: 4px;
 -webkit-transition: all .2s ease-in-out;
         transition: all .2s ease-in-out;

} .img-circle {

 border-radius: 50%;

} hr {

 margin-top: 20px;
 margin-bottom: 20px;
 border: 0;
 border-top: 1px solid #eee;

} .sr-only {

 position: absolute;
 width: 1px;
 height: 1px;
 padding: 0;
 margin: -1px;
 overflow: hidden;
 clip: rect(0, 0, 0, 0);
 border: 0;

} h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {

 font-family: inherit;
 font-weight: 500;
 line-height: 1.1;
 color: inherit;

} h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small, h1 .small, h2 .small, h3 .small, h4 .small, h5 .small, h6 .small, .h1 .small, .h2 .small, .h3 .small, .h4 .small, .h5 .small, .h6 .small {

 font-weight: normal;
 line-height: 1;
 color: #999;

} h1, .h1, h2, .h2, h3, .h3 {

 margin-top: 20px;
 margin-bottom: 10px;

} h1 small, .h1 small, h2 small, .h2 small, h3 small, .h3 small, h1 .small, .h1 .small, h2 .small, .h2 .small, h3 .small, .h3 .small {

 font-size: 65%;

} h4, .h4, h5, .h5, h6, .h6 {

 margin-top: 10px;
 margin-bottom: 10px;

} h4 small, .h4 small, h5 small, .h5 small, h6 small, .h6 small, h4 .small, .h4 .small, h5 .small, .h5 .small, h6 .small, .h6 .small {

 font-size: 75%;

} h1, .h1 {

 font-size: 36px;

} h2, .h2 {

 font-size: 30px;

} h3, .h3 {

 font-size: 24px;

} h4, .h4 {

 font-size: 18px;

} h5, .h5 {

 font-size: 14px;

} h6, .h6 {

 font-size: 12px;

} p {

 margin: 0 0 10px;

} .lead {

 margin-bottom: 20px;
 font-size: 16px;
 font-weight: 200;
 line-height: 1.4;

} @media (min-width: 768px) {

 .lead {
   font-size: 21px;
 }

} small, .small {

 font-size: 85%;

} cite {

 font-style: normal;

} .text-left {

 text-align: left;

} .text-right {

 text-align: right;

} .text-center {

 text-align: center;

} .text-justify {

 text-align: justify;

} .text-muted {

 color: #999;

} .text-primary {

 color: #428bca;

} a.text-primary:hover {

 color: #3071a9;

} .text-success {

 color: #3c763d;

} a.text-success:hover {

 color: #2b542c;

} .text-info {

 color: #31708f;

} a.text-info:hover {

 color: #245269;

} .text-warning {

 color: #8a6d3b;

} a.text-warning:hover {

 color: #66512c;

} .text-danger {

 color: #a94442;

} a.text-danger:hover {

 color: #843534;

} .bg-primary {

 color: #fff;
 background-color: #428bca;

} a.bg-primary:hover {

 background-color: #3071a9;

} .bg-success {

 background-color: #dff0d8;

} a.bg-success:hover {

 background-color: #c1e2b3;

} .bg-info {

 background-color: #d9edf7;

} a.bg-info:hover {

 background-color: #afd9ee;

} .bg-warning {

 background-color: #fcf8e3;

} a.bg-warning:hover {

 background-color: #f7ecb5;

} .bg-danger {

 background-color: #f2dede;

} a.bg-danger:hover {

 background-color: #e4b9b9;

} .page-header {

 padding-bottom: 9px;
 margin: 40px 0 20px;
 border-bottom: 1px solid #eee;

} ul, ol {

 margin-top: 0;
 margin-bottom: 10px;

} ul ul, ol ul, ul ol, ol ol {

 margin-bottom: 0;

} .list-unstyled {

 padding-left: 0;
 list-style: none;

} .list-inline {

 padding-left: 0;
 margin-left: -5px;
 list-style: none;

} .list-inline > li {

 display: inline-block;
 padding-right: 5px;
 padding-left: 5px;

} dl {

 margin-top: 0;
 margin-bottom: 20px;

} dt, dd {

 line-height: 1.42857143;

} dt {

 font-weight: bold;

} dd {

 margin-left: 0;

} @media (min-width: 768px) {

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

} abbr[title], abbr[data-original-title] {

 cursor: help;
 border-bottom: 1px dotted #999;

} .initialism {

 font-size: 90%;
 text-transform: uppercase;

} blockquote {

 padding: 10px 20px;
 margin: 0 0 20px;
 font-size: 17.5px;
 border-left: 5px solid #eee;

} blockquote p:last-child, blockquote ul:last-child, blockquote ol:last-child {

 margin-bottom: 0;

} blockquote footer, blockquote small, blockquote .small {

 display: block;
 font-size: 80%;
 line-height: 1.42857143;
 color: #999;

} blockquote footer:before, blockquote small:before, blockquote .small:before {

 content: '\2014 \00A0';

} .blockquote-reverse, blockquote.pull-right {

 padding-right: 15px;
 padding-left: 0;
 text-align: right;
 border-right: 5px solid #eee;
 border-left: 0;

} .blockquote-reverse footer:before, blockquote.pull-right footer:before, .blockquote-reverse small:before, blockquote.pull-right small:before, .blockquote-reverse .small:before, blockquote.pull-right .small:before {

 content: ;

} .blockquote-reverse footer:after, blockquote.pull-right footer:after, .blockquote-reverse small:after, blockquote.pull-right small:after, .blockquote-reverse .small:after, blockquote.pull-right .small:after {

 content: '\00A0 \2014';

} blockquote:before, blockquote:after {

 content: "";

} address {

 margin-bottom: 20px;
 font-style: normal;
 line-height: 1.42857143;

} code, kbd, pre, samp {

 font-family: Menlo, Monaco, Consolas, "Courier New", monospace;

} code {

 padding: 2px 4px;
 font-size: 90%;
 color: #c7254e;
 white-space: nowrap;
 background-color: #f9f2f4;
 border-radius: 4px;

} kbd {

 padding: 2px 4px;
 font-size: 90%;
 color: #fff;
 background-color: #333;
 border-radius: 3px;
 box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);

} pre {

 display: block;
 padding: 9.5px;
 margin: 0 0 10px;
 font-size: 13px;
 line-height: 1.42857143;
 color: #333;
 word-break: break-all;
 word-wrap: break-word;
 background-color: #f5f5f5;
 border: 1px solid #ccc;
 border-radius: 4px;

} pre code {

 padding: 0;
 font-size: inherit;
 color: inherit;
 white-space: pre-wrap;
 background-color: transparent;
 border-radius: 0;

} .pre-scrollable {

 max-height: 340px;
 overflow-y: scroll;

} .container {

 padding-right: 15px;
 padding-left: 15px;
 margin-right: auto;
 margin-left: auto;

} @media (min-width: 768px) {

 .container {
   width: 750px;
 }

} @media (min-width: 992px) {

 .container {
   width: 970px;
 }

} @media (min-width: 1200px) {

 .container {
   width: 1170px;
 }

} .container-fluid {

 padding-right: 15px;
 padding-left: 15px;
 margin-right: auto;
 margin-left: auto;

} .row {

 margin-right: -15px;
 margin-left: -15px;

} .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {

 position: relative;
 min-height: 1px;
 padding-right: 15px;
 padding-left: 15px;

} .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {

 float: left;

} .col-xs-12 {

 width: 100%;

} .col-xs-11 {

 width: 91.66666667%;

} .col-xs-10 {

 width: 83.33333333%;

} .col-xs-9 {

 width: 75%;

} .col-xs-8 {

 width: 66.66666667%;

} .col-xs-7 {

 width: 58.33333333%;

} .col-xs-6 {

 width: 50%;

} .col-xs-5 {

 width: 41.66666667%;

} .col-xs-4 {

 width: 33.33333333%;

} .col-xs-3 {

 width: 25%;

} .col-xs-2 {

 width: 16.66666667%;

} .col-xs-1 {

 width: 8.33333333%;

} .col-xs-pull-12 {

 right: 100%;

} .col-xs-pull-11 {

 right: 91.66666667%;

} .col-xs-pull-10 {

 right: 83.33333333%;

} .col-xs-pull-9 {

 right: 75%;

} .col-xs-pull-8 {

 right: 66.66666667%;

} .col-xs-pull-7 {

 right: 58.33333333%;

} .col-xs-pull-6 {

 right: 50%;

} .col-xs-pull-5 {

 right: 41.66666667%;

} .col-xs-pull-4 {

 right: 33.33333333%;

} .col-xs-pull-3 {

 right: 25%;

} .col-xs-pull-2 {

 right: 16.66666667%;

} .col-xs-pull-1 {

 right: 8.33333333%;

} .col-xs-pull-0 {

 right: 0;

} .col-xs-push-12 {

 left: 100%;

} .col-xs-push-11 {

 left: 91.66666667%;

} .col-xs-push-10 {

 left: 83.33333333%;

} .col-xs-push-9 {

 left: 75%;

} .col-xs-push-8 {

 left: 66.66666667%;

} .col-xs-push-7 {

 left: 58.33333333%;

} .col-xs-push-6 {

 left: 50%;

} .col-xs-push-5 {

 left: 41.66666667%;

} .col-xs-push-4 {

 left: 33.33333333%;

} .col-xs-push-3 {

 left: 25%;

} .col-xs-push-2 {

 left: 16.66666667%;

} .col-xs-push-1 {

 left: 8.33333333%;

} .col-xs-push-0 {

 left: 0;

} .col-xs-offset-12 {

 margin-left: 100%;

} .col-xs-offset-11 {

 margin-left: 91.66666667%;

} .col-xs-offset-10 {

 margin-left: 83.33333333%;

} .col-xs-offset-9 {

 margin-left: 75%;

} .col-xs-offset-8 {

 margin-left: 66.66666667%;

} .col-xs-offset-7 {

 margin-left: 58.33333333%;

} .col-xs-offset-6 {

 margin-left: 50%;

} .col-xs-offset-5 {

 margin-left: 41.66666667%;

} .col-xs-offset-4 {

 margin-left: 33.33333333%;

} .col-xs-offset-3 {

 margin-left: 25%;

} .col-xs-offset-2 {

 margin-left: 16.66666667%;

} .col-xs-offset-1 {

 margin-left: 8.33333333%;

} .col-xs-offset-0 {

 margin-left: 0;

} @media (min-width: 768px) {

 .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
   float: left;
 }
 .col-sm-12 {
   width: 100%;
 }
 .col-sm-11 {
   width: 91.66666667%;
 }
 .col-sm-10 {
   width: 83.33333333%;
 }
 .col-sm-9 {
   width: 75%;
 }
 .col-sm-8 {
   width: 66.66666667%;
 }
 .col-sm-7 {
   width: 58.33333333%;
 }
 .col-sm-6 {
   width: 50%;
 }
 .col-sm-5 {
   width: 41.66666667%;
 }
 .col-sm-4 {
   width: 33.33333333%;
 }
 .col-sm-3 {
   width: 25%;
 }
 .col-sm-2 {
   width: 16.66666667%;
 }
 .col-sm-1 {
   width: 8.33333333%;
 }
 .col-sm-pull-12 {
   right: 100%;
 }
 .col-sm-pull-11 {
   right: 91.66666667%;
 }
 .col-sm-pull-10 {
   right: 83.33333333%;
 }
 .col-sm-pull-9 {
   right: 75%;
 }
 .col-sm-pull-8 {
   right: 66.66666667%;
 }
 .col-sm-pull-7 {
   right: 58.33333333%;
 }
 .col-sm-pull-6 {
   right: 50%;
 }
 .col-sm-pull-5 {
   right: 41.66666667%;
 }
 .col-sm-pull-4 {
   right: 33.33333333%;
 }
 .col-sm-pull-3 {
   right: 25%;
 }
 .col-sm-pull-2 {
   right: 16.66666667%;
 }
 .col-sm-pull-1 {
   right: 8.33333333%;
 }
 .col-sm-pull-0 {
   right: 0;
 }
 .col-sm-push-12 {
   left: 100%;
 }
 .col-sm-push-11 {
   left: 91.66666667%;
 }
 .col-sm-push-10 {
   left: 83.33333333%;
 }
 .col-sm-push-9 {
   left: 75%;
 }
 .col-sm-push-8 {
   left: 66.66666667%;
 }
 .col-sm-push-7 {
   left: 58.33333333%;
 }
 .col-sm-push-6 {
   left: 50%;
 }
 .col-sm-push-5 {
   left: 41.66666667%;
 }
 .col-sm-push-4 {
   left: 33.33333333%;
 }
 .col-sm-push-3 {
   left: 25%;
 }
 .col-sm-push-2 {
   left: 16.66666667%;
 }
 .col-sm-push-1 {
   left: 8.33333333%;
 }
 .col-sm-push-0 {
   left: 0;
 }
 .col-sm-offset-12 {
   margin-left: 100%;
 }
 .col-sm-offset-11 {
   margin-left: 91.66666667%;
 }
 .col-sm-offset-10 {
   margin-left: 83.33333333%;
 }
 .col-sm-offset-9 {
   margin-left: 75%;
 }
 .col-sm-offset-8 {
   margin-left: 66.66666667%;
 }
 .col-sm-offset-7 {
   margin-left: 58.33333333%;
 }
 .col-sm-offset-6 {
   margin-left: 50%;
 }
 .col-sm-offset-5 {
   margin-left: 41.66666667%;
 }
 .col-sm-offset-4 {
   margin-left: 33.33333333%;
 }
 .col-sm-offset-3 {
   margin-left: 25%;
 }
 .col-sm-offset-2 {
   margin-left: 16.66666667%;
 }
 .col-sm-offset-1 {
   margin-left: 8.33333333%;
 }
 .col-sm-offset-0 {
   margin-left: 0;
 }

} @media (min-width: 992px) {

 .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
   float: left;
 }
 .col-md-12 {
   width: 100%;
 }
 .col-md-11 {
   width: 91.66666667%;
 }
 .col-md-10 {
   width: 83.33333333%;
 }
 .col-md-9 {
   width: 75%;
 }
 .col-md-8 {
   width: 66.66666667%;
 }
 .col-md-7 {
   width: 58.33333333%;
 }
 .col-md-6 {
   width: 50%;
 }
 .col-md-5 {
   width: 41.66666667%;
 }
 .col-md-4 {
   width: 33.33333333%;
 }
 .col-md-3 {
   width: 25%;
 }
 .col-md-2 {
   width: 16.66666667%;
 }
 .col-md-1 {
   width: 8.33333333%;
 }
 .col-md-pull-12 {
   right: 100%;
 }
 .col-md-pull-11 {
   right: 91.66666667%;
 }
 .col-md-pull-10 {
   right: 83.33333333%;
 }
 .col-md-pull-9 {
   right: 75%;
 }
 .col-md-pull-8 {
   right: 66.66666667%;
 }
 .col-md-pull-7 {
   right: 58.33333333%;
 }
 .col-md-pull-6 {
   right: 50%;
 }
 .col-md-pull-5 {
   right: 41.66666667%;
 }
 .col-md-pull-4 {
   right: 33.33333333%;
 }
 .col-md-pull-3 {
   right: 25%;
 }
 .col-md-pull-2 {
   right: 16.66666667%;
 }
 .col-md-pull-1 {
   right: 8.33333333%;
 }
 .col-md-pull-0 {
   right: 0;
 }
 .col-md-push-12 {
   left: 100%;
 }
 .col-md-push-11 {
   left: 91.66666667%;
 }
 .col-md-push-10 {
   left: 83.33333333%;
 }
 .col-md-push-9 {
   left: 75%;
 }
 .col-md-push-8 {
   left: 66.66666667%;
 }
 .col-md-push-7 {
   left: 58.33333333%;
 }
 .col-md-push-6 {
   left: 50%;
 }
 .col-md-push-5 {
   left: 41.66666667%;
 }
 .col-md-push-4 {
   left: 33.33333333%;
 }
 .col-md-push-3 {
   left: 25%;
 }
 .col-md-push-2 {
   left: 16.66666667%;
 }
 .col-md-push-1 {
   left: 8.33333333%;
 }
 .col-md-push-0 {
   left: 0;
 }
 .col-md-offset-12 {
   margin-left: 100%;
 }
 .col-md-offset-11 {
   margin-left: 91.66666667%;
 }
 .col-md-offset-10 {
   margin-left: 83.33333333%;
 }
 .col-md-offset-9 {
   margin-left: 75%;
 }
 .col-md-offset-8 {
   margin-left: 66.66666667%;
 }
 .col-md-offset-7 {
   margin-left: 58.33333333%;
 }
 .col-md-offset-6 {
   margin-left: 50%;
 }
 .col-md-offset-5 {
   margin-left: 41.66666667%;
 }
 .col-md-offset-4 {
   margin-left: 33.33333333%;
 }
 .col-md-offset-3 {
   margin-left: 25%;
 }
 .col-md-offset-2 {
   margin-left: 16.66666667%;
 }
 .col-md-offset-1 {
   margin-left: 8.33333333%;
 }
 .col-md-offset-0 {
   margin-left: 0;
 }

} @media (min-width: 1200px) {

 .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
   float: left;
 }
 .col-lg-12 {
   width: 100%;
 }
 .col-lg-11 {
   width: 91.66666667%;
 }
 .col-lg-10 {
   width: 83.33333333%;
 }
 .col-lg-9 {
   width: 75%;
 }
 .col-lg-8 {
   width: 66.66666667%;
 }
 .col-lg-7 {
   width: 58.33333333%;
 }
 .col-lg-6 {
   width: 50%;
 }
 .col-lg-5 {
   width: 41.66666667%;
 }
 .col-lg-4 {
   width: 33.33333333%;
 }
 .col-lg-3 {
   width: 25%;
 }
 .col-lg-2 {
   width: 16.66666667%;
 }
 .col-lg-1 {
   width: 8.33333333%;
 }
 .col-lg-pull-12 {
   right: 100%;
 }
 .col-lg-pull-11 {
   right: 91.66666667%;
 }
 .col-lg-pull-10 {
   right: 83.33333333%;
 }
 .col-lg-pull-9 {
   right: 75%;
 }
 .col-lg-pull-8 {
   right: 66.66666667%;
 }
 .col-lg-pull-7 {
   right: 58.33333333%;
 }
 .col-lg-pull-6 {
   right: 50%;
 }
 .col-lg-pull-5 {
   right: 41.66666667%;
 }
 .col-lg-pull-4 {
   right: 33.33333333%;
 }
 .col-lg-pull-3 {
   right: 25%;
 }
 .col-lg-pull-2 {
   right: 16.66666667%;
 }
 .col-lg-pull-1 {
   right: 8.33333333%;
 }
 .col-lg-pull-0 {
   right: 0;
 }
 .col-lg-push-12 {
   left: 100%;
 }
 .col-lg-push-11 {
   left: 91.66666667%;
 }
 .col-lg-push-10 {
   left: 83.33333333%;
 }
 .col-lg-push-9 {
   left: 75%;
 }
 .col-lg-push-8 {
   left: 66.66666667%;
 }
 .col-lg-push-7 {
   left: 58.33333333%;
 }
 .col-lg-push-6 {
   left: 50%;
 }
 .col-lg-push-5 {
   left: 41.66666667%;
 }
 .col-lg-push-4 {
   left: 33.33333333%;
 }
 .col-lg-push-3 {
   left: 25%;
 }
 .col-lg-push-2 {
   left: 16.66666667%;
 }
 .col-lg-push-1 {
   left: 8.33333333%;
 }
 .col-lg-push-0 {
   left: 0;
 }
 .col-lg-offset-12 {
   margin-left: 100%;
 }
 .col-lg-offset-11 {
   margin-left: 91.66666667%;
 }
 .col-lg-offset-10 {
   margin-left: 83.33333333%;
 }
 .col-lg-offset-9 {
   margin-left: 75%;
 }
 .col-lg-offset-8 {
   margin-left: 66.66666667%;
 }
 .col-lg-offset-7 {
   margin-left: 58.33333333%;
 }
 .col-lg-offset-6 {
   margin-left: 50%;
 }
 .col-lg-offset-5 {
   margin-left: 41.66666667%;
 }
 .col-lg-offset-4 {
   margin-left: 33.33333333%;
 }
 .col-lg-offset-3 {
   margin-left: 25%;
 }
 .col-lg-offset-2 {
   margin-left: 16.66666667%;
 }
 .col-lg-offset-1 {
   margin-left: 8.33333333%;
 }
 .col-lg-offset-0 {
   margin-left: 0;
 }

} table {

 max-width: 100%;
 background-color: transparent;

} th {

 text-align: left;

} .table {

 width: 100%;
 margin-bottom: 20px;

} .table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {

 padding: 8px;
 line-height: 1.42857143;
 vertical-align: top;
 border-top: 1px solid #ddd;

} .table > thead > tr > th {

 vertical-align: bottom;
 border-bottom: 2px solid #ddd;

} .table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > th, .table > caption + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > td, .table > thead:first-child > tr:first-child > td {

 border-top: 0;

} .table > tbody + tbody {

 border-top: 2px solid #ddd;

} .table .table {

 background-color: #fff;

} .table-condensed > thead > tr > th, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > tbody > tr > td, .table-condensed > tfoot > tr > td {

 padding: 5px;

} .table-bordered {

 border: 1px solid #ddd;

} .table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {

 border: 1px solid #ddd;

} .table-bordered > thead > tr > th, .table-bordered > thead > tr > td {

 border-bottom-width: 2px;

} .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 col[class*="col-"] {

 position: static;
 display: table-column;
 float: none;

} table td[class*="col-"], table th[class*="col-"] {

 position: static;
 display: table-cell;
 float: none;

} .table > thead > tr > td.active, .table > tbody > tr > td.active, .table > tfoot > tr > td.active, .table > thead > tr > th.active, .table > tbody > tr > th.active, .table > tfoot > tr > th.active, .table > thead > tr.active > td, .table > tbody > tr.active > td, .table > tfoot > tr.active > td, .table > thead > tr.active > th, .table > tbody > tr.active > th, .table > tfoot > tr.active > th {

 background-color: #f5f5f5;

} .table-hover > tbody > tr > td.active:hover, .table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr.active:hover > th {

 background-color: #e8e8e8;

} .table > thead > tr > td.success, .table > tbody > tr > td.success, .table > tfoot > tr > td.success, .table > thead > tr > th.success, .table > tbody > tr > th.success, .table > tfoot > tr > th.success, .table > thead > tr.success > td, .table > tbody > tr.success > td, .table > tfoot > tr.success > td, .table > thead > tr.success > th, .table > tbody > tr.success > th, .table > tfoot > tr.success > th {

 background-color: #dff0d8;

} .table-hover > tbody > tr > td.success:hover, .table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr.success:hover > th {

 background-color: #d0e9c6;

} .table > thead > tr > td.info, .table > tbody > tr > td.info, .table > tfoot > tr > td.info, .table > thead > tr > th.info, .table > tbody > tr > th.info, .table > tfoot > tr > th.info, .table > thead > tr.info > td, .table > tbody > tr.info > td, .table > tfoot > tr.info > td, .table > thead > tr.info > th, .table > tbody > tr.info > th, .table > tfoot > tr.info > th {

 background-color: #d9edf7;

} .table-hover > tbody > tr > td.info:hover, .table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr.info:hover > th {

 background-color: #c4e3f3;

} .table > thead > tr > td.warning, .table > tbody > tr > td.warning, .table > tfoot > tr > td.warning, .table > thead > tr > th.warning, .table > tbody > tr > th.warning, .table > tfoot > tr > th.warning, .table > thead > tr.warning > td, .table > tbody > tr.warning > td, .table > tfoot > tr.warning > td, .table > thead > tr.warning > th, .table > tbody > tr.warning > th, .table > tfoot > tr.warning > th {

 background-color: #fcf8e3;

} .table-hover > tbody > tr > td.warning:hover, .table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr.warning:hover > th {

 background-color: #faf2cc;

} .table > thead > tr > td.danger, .table > tbody > tr > td.danger, .table > tfoot > tr > td.danger, .table > thead > tr > th.danger, .table > tbody > tr > th.danger, .table > tfoot > tr > th.danger, .table > thead > tr.danger > td, .table > tbody > tr.danger > td, .table > tfoot > tr.danger > td, .table > thead > tr.danger > th, .table > tbody > tr.danger > th, .table > tfoot > tr.danger > th {

 background-color: #f2dede;

} .table-hover > tbody > tr > td.danger:hover, .table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr.danger:hover > th {

 background-color: #ebcccc;

} @media (max-width: 767px) {

 .table-responsive {
   width: 100%;
   margin-bottom: 15px;
   overflow-x: scroll;
   overflow-y: hidden;
   -webkit-overflow-scrolling: touch;
   -ms-overflow-style: -ms-autohiding-scrollbar;
   border: 1px solid #ddd;
 }
 .table-responsive > .table {
   margin-bottom: 0;
 }
 .table-responsive > .table > thead > tr > th,
 .table-responsive > .table > tbody > tr > th,
 .table-responsive > .table > tfoot > tr > th,
 .table-responsive > .table > thead > tr > td,
 .table-responsive > .table > tbody > tr > td,
 .table-responsive > .table > tfoot > tr > td {
   white-space: nowrap;
 }
 .table-responsive > .table-bordered {
   border: 0;
 }
 .table-responsive > .table-bordered > thead > tr > th:first-child,
 .table-responsive > .table-bordered > tbody > tr > th:first-child,
 .table-responsive > .table-bordered > tfoot > tr > th:first-child,
 .table-responsive > .table-bordered > thead > tr > td:first-child,
 .table-responsive > .table-bordered > tbody > tr > td:first-child,
 .table-responsive > .table-bordered > tfoot > tr > td:first-child {
   border-left: 0;
 }
 .table-responsive > .table-bordered > thead > tr > th:last-child,
 .table-responsive > .table-bordered > tbody > tr > th:last-child,
 .table-responsive > .table-bordered > tfoot > tr > th:last-child,
 .table-responsive > .table-bordered > thead > tr > td:last-child,
 .table-responsive > .table-bordered > tbody > tr > td:last-child,
 .table-responsive > .table-bordered > tfoot > tr > td:last-child {
   border-right: 0;
 }
 .table-responsive > .table-bordered > tbody > tr:last-child > th,
 .table-responsive > .table-bordered > tfoot > tr:last-child > th,
 .table-responsive > .table-bordered > tbody > tr:last-child > td,
 .table-responsive > .table-bordered > tfoot > tr:last-child > td {
   border-bottom: 0;
 }

} fieldset {

 min-width: 0;
 padding: 0;
 margin: 0;
 border: 0;

} legend {

 display: block;
 width: 100%;
 padding: 0;
 margin-bottom: 20px;
 font-size: 21px;
 line-height: inherit;
 color: #333;
 border: 0;
 border-bottom: 1px solid #e5e5e5;

} label {

 display: inline-block;
 margin-bottom: 5px;
 font-weight: bold;

} input[type="search"] {

 -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
         box-sizing: border-box;

} input[type="radio"], input[type="checkbox"] {

 margin: 4px 0 0;
 margin-top: 1px \9;
 /* IE8-9 */
 line-height: normal;

} input[type="file"] {

 display: block;

} input[type="range"] {

 display: block;
 width: 100%;

} select[multiple], select[size] {

 height: auto;

} input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus {

 outline: thin dotted;
 outline: 5px auto -webkit-focus-ring-color;
 outline-offset: -2px;

} output {

 display: block;
 padding-top: 7px;
 font-size: 14px;
 line-height: 1.42857143;
 color: #555;

} .form-control {

 display: block;
 width: 100%;
 height: 34px;
 padding: 6px 12px;
 font-size: 14px;
 line-height: 1.42857143;
 color: #555;
 background-color: #fff;
 background-image: none;
 border: 1px solid #ccc;
 border-radius: 4px;
 -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
         box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
 -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
         transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;

} .form-control:focus {

 border-color: #66afe9;
 outline: 0;
 -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
         box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);

} .form-control::-moz-placeholder {

 color: #999;
 opacity: 1;

} .form-control:-ms-input-placeholder {

 color: #999;

} .form-control::-webkit-input-placeholder {

 color: #999;

} .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {

 cursor: not-allowed;
 background-color: #eee;
 opacity: 1;

} textarea.form-control {

 height: auto;

} input[type="search"] {

 -webkit-appearance: none;

} input[type="date"] {

 line-height: 34px;

} .form-group {

 margin-bottom: 15px;

} .radio, .checkbox {

 display: block;
 min-height: 20px;
 padding-left: 20px;
 margin-top: 10px;
 margin-bottom: 10px;

} .radio label, .checkbox label {

 display: inline;
 font-weight: normal;
 cursor: pointer;

} .radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {

 float: left;
 margin-left: -20px;

} .radio + .radio, .checkbox + .checkbox {

 margin-top: -5px;

} .radio-inline, .checkbox-inline {

 display: inline-block;
 padding-left: 20px;
 margin-bottom: 0;
 font-weight: normal;
 vertical-align: middle;
 cursor: pointer;

} .radio-inline + .radio-inline, .checkbox-inline + .checkbox-inline {

 margin-top: 0;
 margin-left: 10px;

} input[type="radio"][disabled], input[type="checkbox"][disabled], .radio[disabled], .radio-inline[disabled], .checkbox[disabled], .checkbox-inline[disabled], fieldset[disabled] input[type="radio"], fieldset[disabled] input[type="checkbox"], fieldset[disabled] .radio, fieldset[disabled] .radio-inline, fieldset[disabled] .checkbox, fieldset[disabled] .checkbox-inline {

 cursor: not-allowed;

} .input-sm {

 height: 30px;
 padding: 5px 10px;
 font-size: 12px;
 line-height: 1.5;
 border-radius: 3px;

} select.input-sm {

 height: 30px;
 line-height: 30px;

} textarea.input-sm, select[multiple].input-sm {

 height: auto;

} .input-lg {

 height: 46px;
 padding: 10px 16px;
 font-size: 18px;
 line-height: 1.33;
 border-radius: 6px;

} select.input-lg {

 height: 46px;
 line-height: 46px;

} textarea.input-lg, select[multiple].input-lg {

 height: auto;

} .has-feedback {

 position: relative;

} .has-feedback .form-control {

 padding-right: 42.5px;

} .has-feedback .form-control-feedback {

 position: absolute;
 top: 25px;
 right: 0;
 display: block;
 width: 34px;
 height: 34px;
 line-height: 34px;
 text-align: center;

} .has-success .help-block, .has-success .control-label, .has-success .radio, .has-success .checkbox, .has-success .radio-inline, .has-success .checkbox-inline {

 color: #3c763d;

} .has-success .form-control {

 border-color: #3c763d;
 -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
         box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);

} .has-success .form-control:focus {

 border-color: #2b542c;
 -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
         box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;

} .has-success .input-group-addon {

 color: #3c763d;
 background-color: #dff0d8;
 border-color: #3c763d;

} .has-success .form-control-feedback {

 color: #3c763d;

} .has-warning .help-block, .has-warning .control-label, .has-warning .radio, .has-warning .checkbox, .has-warning .radio-inline, .has-warning .checkbox-inline {

 color: #8a6d3b;

} .has-warning .form-control {

 border-color: #8a6d3b;
 -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
         box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);

} .has-warning .form-control:focus {

 border-color: #66512c;
 -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
         box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;

} .has-warning .input-group-addon {

 color: #8a6d3b;
 background-color: #fcf8e3;
 border-color: #8a6d3b;

} .has-warning .form-control-feedback {

 color: #8a6d3b;

} .has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline {

 color: #a94442;

} .has-error .form-control {

 border-color: #a94442;
 -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
         box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);

} .has-error .form-control:focus {

 border-color: #843534;
 -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
         box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;

} .has-error .input-group-addon {

 color: #a94442;
 background-color: #f2dede;
 border-color: #a94442;

} .has-error .form-control-feedback {

 color: #a94442;

} .form-control-static {

 margin-bottom: 0;

} .help-block {

 display: block;
 margin-top: 5px;
 margin-bottom: 10px;
 color: #737373;

} @media (min-width: 768px) {

 .form-inline .form-group {
   display: inline-block;
   margin-bottom: 0;
   vertical-align: middle;
 }
 .form-inline .form-control {
   display: inline-block;
   width: auto;
   vertical-align: middle;
 }
 .form-inline .input-group > .form-control {
   width: 100%;
 }
 .form-inline .control-label {
   margin-bottom: 0;
   vertical-align: middle;
 }
 .form-inline .radio,
 .form-inline .checkbox {
   display: inline-block;
   padding-left: 0;
   margin-top: 0;
   margin-bottom: 0;
   vertical-align: middle;
 }
 .form-inline .radio input[type="radio"],
 .form-inline .checkbox input[type="checkbox"] {
   float: none;
   margin-left: 0;
 }
 .form-inline .has-feedback .form-control-feedback {
   top: 0;
 }

} .form-horizontal .control-label, .form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline {

 padding-top: 7px;
 margin-top: 0;
 margin-bottom: 0;

} .form-horizontal .radio, .form-horizontal .checkbox {

 min-height: 27px;

} .form-horizontal .form-group {

 margin-right: -15px;
 margin-left: -15px;

} .form-horizontal .form-control-static {

 padding-top: 7px;

} @media (min-width: 768px) {

 .form-horizontal .control-label {
   text-align: right;
 }

} .form-horizontal .has-feedback .form-control-feedback {

 top: 0;
 right: 15px;

} .btn {

 display: inline-block;
 padding: 6px 12px;
 margin-bottom: 0;
 font-size: 14px;
 font-weight: normal;
 line-height: 1.42857143;
 text-align: center;
 white-space: nowrap;
 vertical-align: middle;
 cursor: pointer;
 -webkit-user-select: none;
    -moz-user-select: none;
     -ms-user-select: none;
         user-select: none;
 background-image: none;
 border: 1px solid transparent;
 border-radius: 4px;

} .btn:focus, .btn:active:focus, .btn.active:focus {

 outline: thin dotted;
 outline: 5px auto -webkit-focus-ring-color;
 outline-offset: -2px;

} .btn:hover, .btn:focus {

 color: #333;
 text-decoration: none;

} .btn:active, .btn.active {

 background-image: none;
 outline: 0;
 -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
         box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);

} .btn.disabled, .btn[disabled], fieldset[disabled] .btn {

 pointer-events: none;
 cursor: not-allowed;
 filter: alpha(opacity=65);
 -webkit-box-shadow: none;
         box-shadow: none;
 opacity: .65;

} .btn-default {

 color: #333;
 background-color: #fff;
 border-color: #ccc;

} .btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {

 color: #333;
 background-color: #ebebeb;
 border-color: #adadad;

} .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {

 background-image: none;

} .btn-default.disabled, .btn-default[disabled], fieldset[disabled] .btn-default, .btn-default.disabled:hover, .btn-default[disabled]:hover, fieldset[disabled] .btn-default:hover, .btn-default.disabled:focus, .btn-default[disabled]:focus, fieldset[disabled] .btn-default:focus, .btn-default.disabled:active, .btn-default[disabled]:active, fieldset[disabled] .btn-default:active, .btn-default.disabled.active, .btn-default[disabled].active, fieldset[disabled] .btn-default.active {

 background-color: #fff;
 border-color: #ccc;

} .btn-default .badge {

 color: #fff;
 background-color: #333;

} .btn-primary {

 color: #fff;
 background-color: #428bca;
 border-color: #357ebd;

} .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {

 color: #fff;
 background-color: #3276b1;
 border-color: #285e8e;

} .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {

 background-image: none;

} .btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary.active {

 background-color: #428bca;
 border-color: #357ebd;

} .btn-primary .badge {

 color: #428bca;
 background-color: #fff;

} .btn-success {

 color: #fff;
 background-color: #5cb85c;
 border-color: #4cae4c;

} .btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open .dropdown-toggle.btn-success {

 color: #fff;
 background-color: #47a447;
 border-color: #398439;

} .btn-success:active, .btn-success.active, .open .dropdown-toggle.btn-success {

 background-image: none;

} .btn-success.disabled, .btn-success[disabled], fieldset[disabled] .btn-success, .btn-success.disabled:hover, .btn-success[disabled]:hover, fieldset[disabled] .btn-success:hover, .btn-success.disabled:focus, .btn-success[disabled]:focus, fieldset[disabled] .btn-success:focus, .btn-success.disabled:active, .btn-success[disabled]:active, fieldset[disabled] .btn-success:active, .btn-success.disabled.active, .btn-success[disabled].active, fieldset[disabled] .btn-success.active {

 background-color: #5cb85c;
 border-color: #4cae4c;

} .btn-success .badge {

 color: #5cb85c;
 background-color: #fff;

} .btn-info {

 color: #fff;
 background-color: #5bc0de;
 border-color: #46b8da;

} .btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open .dropdown-toggle.btn-info {

 color: #fff;
 background-color: #39b3d7;
 border-color: #269abc;

} .btn-info:active, .btn-info.active, .open .dropdown-toggle.btn-info {

 background-image: none;

} .btn-info.disabled, .btn-info[disabled], fieldset[disabled] .btn-info, .btn-info.disabled:hover, .btn-info[disabled]:hover, fieldset[disabled] .btn-info:hover, .btn-info.disabled:focus, .btn-info[disabled]:focus, fieldset[disabled] .btn-info:focus, .btn-info.disabled:active, .btn-info[disabled]:active, fieldset[disabled] .btn-info:active, .btn-info.disabled.active, .btn-info[disabled].active, fieldset[disabled] .btn-info.active {

 background-color: #5bc0de;
 border-color: #46b8da;

} .btn-info .badge {

 color: #5bc0de;
 background-color: #fff;

} .btn-warning {

 color: #fff;
 background-color: #f0ad4e;
 border-color: #eea236;

} .btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .open .dropdown-toggle.btn-warning {

 color: #fff;
 background-color: #ed9c28;
 border-color: #d58512;

} .btn-warning:active, .btn-warning.active, .open .dropdown-toggle.btn-warning {

 background-image: none;

} .btn-warning.disabled, .btn-warning[disabled], fieldset[disabled] .btn-warning, .btn-warning.disabled:hover, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning:hover, .btn-warning.disabled:focus, .btn-warning[disabled]:focus, fieldset[disabled] .btn-warning:focus, .btn-warning.disabled:active, .btn-warning[disabled]:active, fieldset[disabled] .btn-warning:active, .btn-warning.disabled.active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning.active {

 background-color: #f0ad4e;
 border-color: #eea236;

} .btn-warning .badge {

 color: #f0ad4e;
 background-color: #fff;

} .btn-danger {

 color: #fff;
 background-color: #d9534f;
 border-color: #d43f3a;

} .btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .open .dropdown-toggle.btn-danger {

 color: #fff;
 background-color: #d2322d;
 border-color: #ac2925;

} .btn-danger:active, .btn-danger.active, .open .dropdown-toggle.btn-danger {

 background-image: none;

} .btn-danger.disabled, .btn-danger[disabled], fieldset[disabled] .btn-danger, .btn-danger.disabled:hover, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger:hover, .btn-danger.disabled:focus, .btn-danger[disabled]:focus, fieldset[disabled] .btn-danger:focus, .btn-danger.disabled:active, .btn-danger[disabled]:active, fieldset[disabled] .btn-danger:active, .btn-danger.disabled.active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger.active {

 background-color: #d9534f;
 border-color: #d43f3a;

} .btn-danger .badge {

 color: #d9534f;
 background-color: #fff;

} .btn-link {

 font-weight: normal;
 color: #428bca;
 cursor: pointer;
 border-radius: 0;

} .btn-link, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link {

 background-color: transparent;
 -webkit-box-shadow: none;
         box-shadow: none;

} .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {

 border-color: transparent;

} .btn-link:hover, .btn-link:focus {

 color: #2a6496;
 text-decoration: underline;
 background-color: transparent;

} .btn-link[disabled]:hover, fieldset[disabled] .btn-link:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:focus {

 color: #999;
 text-decoration: none;

} .btn-lg, .btn-group-lg > .btn {

 padding: 10px 16px;
 font-size: 18px;
 line-height: 1.33;
 border-radius: 6px;

} .btn-sm, .btn-group-sm > .btn {

 padding: 5px 10px;
 font-size: 12px;
 line-height: 1.5;
 border-radius: 3px;

} .btn-xs, .btn-group-xs > .btn {

 padding: 1px 5px;
 font-size: 12px;
 line-height: 1.5;
 border-radius: 3px;

} .btn-block {

 display: block;
 width: 100%;
 padding-right: 0;
 padding-left: 0;

} .btn-block + .btn-block {

 margin-top: 5px;

} input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="button"].btn-block {

 width: 100%;

} .fade {

 opacity: 0;
 -webkit-transition: opacity .15s linear;
         transition: opacity .15s linear;

} .fade.in {

 opacity: 1;

} .collapse {

 display: none;

} .collapse.in {

 display: block;

} .collapsing {

 position: relative;
 height: 0;
 overflow: hidden;
 -webkit-transition: height .35s ease;
         transition: height .35s ease;

} @font-face {

 font-family: 'Glyphicons Halflings';
 src: url('../fonts/glyphicons-halflings-regular.eot');
 src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');

} .glyphicon {

 position: relative;
 top: 1px;
 display: inline-block;
 font-family: 'Glyphicons Halflings';
 font-style: normal;
 font-weight: normal;
 line-height: 1;
 -webkit-font-smoothing: antialiased;
 -moz-osx-font-smoothing: grayscale;

} .glyphicon-asterisk:before {

 content: "\2a";

} .glyphicon-plus:before {

 content: "\2b";

} .glyphicon-euro:before {

 content: "\20ac";

} .glyphicon-minus:before {

 content: "\2212";

} .glyphicon-cloud:before {

 content: "\2601";

} .glyphicon-envelope:before {

 content: "\2709";

} .glyphicon-pencil:before {

 content: "\270f";

} .glyphicon-glass:before {

 content: "\e001";

} .glyphicon-music:before {

 content: "\e002";

} .glyphicon-search:before {

 content: "\e003";

} .glyphicon-heart:before {

 content: "\e005";

} .glyphicon-star:before {

 content: "\e006";

} .glyphicon-star-empty:before {

 content: "\e007";

} .glyphicon-user:before {

 content: "\e008";

} .glyphicon-film:before {

 content: "\e009";

} .glyphicon-th-large:before {

 content: "\e010";

} .glyphicon-th:before {

 content: "\e011";

} .glyphicon-th-list:before {

 content: "\e012";

} .glyphicon-ok:before {

 content: "\e013";

} .glyphicon-remove:before {

 content: "\e014";

} .glyphicon-zoom-in:before {

 content: "\e015";

} .glyphicon-zoom-out:before {

 content: "\e016";

} .glyphicon-off:before {

 content: "\e017";

} .glyphicon-signal:before {

 content: "\e018";

} .glyphicon-cog:before {

 content: "\e019";

} .glyphicon-trash:before {

 content: "\e020";

} .glyphicon-home:before {

 content: "\e021";

} .glyphicon-file:before {

 content: "\e022";

} .glyphicon-time:before {

 content: "\e023";

} .glyphicon-road:before {

 content: "\e024";

} .glyphicon-download-alt:before {

 content: "\e025";

} .glyphicon-download:before {

 content: "\e026";

} .glyphicon-upload:before {

 content: "\e027";

} .glyphicon-inbox:before {

 content: "\e028";

} .glyphicon-play-circle:before {

 content: "\e029";

} .glyphicon-repeat:before {

 content: "\e030";

} .glyphicon-refresh:before {

 content: "\e031";

} .glyphicon-list-alt:before {

 content: "\e032";

} .glyphicon-lock:before {

 content: "\e033";

} .glyphicon-flag:before {

 content: "\e034";

} .glyphicon-headphones:before {

 content: "\e035";

} .glyphicon-volume-off:before {

 content: "\e036";

} .glyphicon-volume-down:before {

 content: "\e037";

} .glyphicon-volume-up:before {

 content: "\e038";

} .glyphicon-qrcode:before {

 content: "\e039";

} .glyphicon-barcode:before {

 content: "\e040";

} .glyphicon-tag:before {

 content: "\e041";

} .glyphicon-tags:before {

 content: "\e042";

} .glyphicon-book:before {

 content: "\e043";

} .glyphicon-bookmark:before {

 content: "\e044";

} .glyphicon-print:before {

 content: "\e045";

} .glyphicon-camera:before {

 content: "\e046";

} .glyphicon-font:before {

 content: "\e047";

} .glyphicon-bold:before {

 content: "\e048";

} .glyphicon-italic:before {

 content: "\e049";

} .glyphicon-text-height:before {

 content: "\e050";

} .glyphicon-text-width:before {

 content: "\e051";

} .glyphicon-align-left:before {

 content: "\e052";

} .glyphicon-align-center:before {

 content: "\e053";

} .glyphicon-align-right:before {

 content: "\e054";

} .glyphicon-align-justify:before {

 content: "\e055";

} .glyphicon-list:before {

 content: "\e056";

} .glyphicon-indent-left:before {

 content: "\e057";

} .glyphicon-indent-right:before {

 content: "\e058";

} .glyphicon-facetime-video:before {

 content: "\e059";

} .glyphicon-picture:before {

 content: "\e060";

} .glyphicon-map-marker:before {

 content: "\e062";

} .glyphicon-adjust:before {

 content: "\e063";

} .glyphicon-tint:before {

 content: "\e064";

} .glyphicon-edit:before {

 content: "\e065";

} .glyphicon-share:before {

 content: "\e066";

} .glyphicon-check:before {

 content: "\e067";

} .glyphicon-move:before {

 content: "\e068";

} .glyphicon-step-backward:before {

 content: "\e069";

} .glyphicon-fast-backward:before {

 content: "\e070";

} .glyphicon-backward:before {

 content: "\e071";

} .glyphicon-play:before {

 content: "\e072";

} .glyphicon-pause:before {

 content: "\e073";

} .glyphicon-stop:before {

 content: "\e074";

} .glyphicon-forward:before {

 content: "\e075";

} .glyphicon-fast-forward:before {

 content: "\e076";

} .glyphicon-step-forward:before {

 content: "\e077";

} .glyphicon-eject:before {

 content: "\e078";

} .glyphicon-chevron-left:before {

 content: "\e079";

} .glyphicon-chevron-right:before {

 content: "\e080";

} .glyphicon-plus-sign:before {

 content: "\e081";

} .glyphicon-minus-sign:before {

 content: "\e082";

} .glyphicon-remove-sign:before {

 content: "\e083";

} .glyphicon-ok-sign:before {

 content: "\e084";

} .glyphicon-question-sign:before {

 content: "\e085";

} .glyphicon-info-sign:before {

 content: "\e086";

} .glyphicon-screenshot:before {

 content: "\e087";

} .glyphicon-remove-circle:before {

 content: "\e088";

} .glyphicon-ok-circle:before {

 content: "\e089";

} .glyphicon-ban-circle:before {

 content: "\e090";

} .glyphicon-arrow-left:before {

 content: "\e091";

} .glyphicon-arrow-right:before {

 content: "\e092";

} .glyphicon-arrow-up:before {

 content: "\e093";

} .glyphicon-arrow-down:before {

 content: "\e094";

} .glyphicon-share-alt:before {

 content: "\e095";

} .glyphicon-resize-full:before {

 content: "\e096";

} .glyphicon-resize-small:before {

 content: "\e097";

} .glyphicon-exclamation-sign:before {

 content: "\e101";

} .glyphicon-gift:before {

 content: "\e102";

} .glyphicon-leaf:before {

 content: "\e103";

} .glyphicon-fire:before {

 content: "\e104";

} .glyphicon-eye-open:before {

 content: "\e105";

} .glyphicon-eye-close:before {

 content: "\e106";

} .glyphicon-warning-sign:before {

 content: "\e107";

} .glyphicon-plane:before {

 content: "\e108";

} .glyphicon-calendar:before {

 content: "\e109";

} .glyphicon-random:before {

 content: "\e110";

} .glyphicon-comment:before {

 content: "\e111";

} .glyphicon-magnet:before {

 content: "\e112";

} .glyphicon-chevron-up:before {

 content: "\e113";

} .glyphicon-chevron-down:before {

 content: "\e114";

} .glyphicon-retweet:before {

 content: "\e115";

} .glyphicon-shopping-cart:before {

 content: "\e116";

} .glyphicon-folder-close:before {

 content: "\e117";

} .glyphicon-folder-open:before {

 content: "\e118";

} .glyphicon-resize-vertical:before {

 content: "\e119";

} .glyphicon-resize-horizontal:before {

 content: "\e120";

} .glyphicon-hdd:before {

 content: "\e121";

} .glyphicon-bullhorn:before {

 content: "\e122";

} .glyphicon-bell:before {

 content: "\e123";

} .glyphicon-certificate:before {

 content: "\e124";

} .glyphicon-thumbs-up:before {

 content: "\e125";

} .glyphicon-thumbs-down:before {

 content: "\e126";

} .glyphicon-hand-right:before {

 content: "\e127";

} .glyphicon-hand-left:before {

 content: "\e128";

} .glyphicon-hand-up:before {

 content: "\e129";

} .glyphicon-hand-down:before {

 content: "\e130";

} .glyphicon-circle-arrow-right:before {

 content: "\e131";

} .glyphicon-circle-arrow-left:before {

 content: "\e132";

} .glyphicon-circle-arrow-up:before {

 content: "\e133";

} .glyphicon-circle-arrow-down:before {

 content: "\e134";

} .glyphicon-globe:before {

 content: "\e135";

} .glyphicon-wrench:before {

 content: "\e136";

} .glyphicon-tasks:before {

 content: "\e137";

} .glyphicon-filter:before {

 content: "\e138";

} .glyphicon-briefcase:before {

 content: "\e139";

} .glyphicon-fullscreen:before {

 content: "\e140";

} .glyphicon-dashboard:before {

 content: "\e141";

} .glyphicon-paperclip:before {

 content: "\e142";

} .glyphicon-heart-empty:before {

 content: "\e143";

} .glyphicon-link:before {

 content: "\e144";

} .glyphicon-phone:before {

 content: "\e145";

} .glyphicon-pushpin:before {

 content: "\e146";

} .glyphicon-usd:before {

 content: "\e148";

} .glyphicon-gbp:before {

 content: "\e149";

} .glyphicon-sort:before {

 content: "\e150";

} .glyphicon-sort-by-alphabet:before {

 content: "\e151";

} .glyphicon-sort-by-alphabet-alt:before {

 content: "\e152";

} .glyphicon-sort-by-order:before {

 content: "\e153";

} .glyphicon-sort-by-order-alt:before {

 content: "\e154";

} .glyphicon-sort-by-attributes:before {

 content: "\e155";

} .glyphicon-sort-by-attributes-alt:before {

 content: "\e156";

} .glyphicon-unchecked:before {

 content: "\e157";

} .glyphicon-expand:before {

 content: "\e158";

} .glyphicon-collapse-down:before {

 content: "\e159";

} .glyphicon-collapse-up:before {

 content: "\e160";

} .glyphicon-log-in:before {

 content: "\e161";

} .glyphicon-flash:before {

 content: "\e162";

} .glyphicon-log-out:before {

 content: "\e163";

} .glyphicon-new-window:before {

 content: "\e164";

} .glyphicon-record:before {

 content: "\e165";

} .glyphicon-save:before {

 content: "\e166";

} .glyphicon-open:before {

 content: "\e167";

} .glyphicon-saved:before {

 content: "\e168";

} .glyphicon-import:before {

 content: "\e169";

} .glyphicon-export:before {

 content: "\e170";

} .glyphicon-send:before {

 content: "\e171";

} .glyphicon-floppy-disk:before {

 content: "\e172";

} .glyphicon-floppy-saved:before {

 content: "\e173";

} .glyphicon-floppy-remove:before {

 content: "\e174";

} .glyphicon-floppy-save:before {

 content: "\e175";

} .glyphicon-floppy-open:before {

 content: "\e176";

} .glyphicon-credit-card:before {

 content: "\e177";

} .glyphicon-transfer:before {

 content: "\e178";

} .glyphicon-cutlery:before {

 content: "\e179";

} .glyphicon-header:before {

 content: "\e180";

} .glyphicon-compressed:before {

 content: "\e181";

} .glyphicon-earphone:before {

 content: "\e182";

} .glyphicon-phone-alt:before {

 content: "\e183";

} .glyphicon-tower:before {

 content: "\e184";

} .glyphicon-stats:before {

 content: "\e185";

} .glyphicon-sd-video:before {

 content: "\e186";

} .glyphicon-hd-video:before {

 content: "\e187";

} .glyphicon-subtitles:before {

 content: "\e188";

} .glyphicon-sound-stereo:before {

 content: "\e189";

} .glyphicon-sound-dolby:before {

 content: "\e190";

} .glyphicon-sound-5-1:before {

 content: "\e191";

} .glyphicon-sound-6-1:before {

 content: "\e192";

} .glyphicon-sound-7-1:before {

 content: "\e193";

} .glyphicon-copyright-mark:before {

 content: "\e194";

} .glyphicon-registration-mark:before {

 content: "\e195";

} .glyphicon-cloud-download:before {

 content: "\e197";

} .glyphicon-cloud-upload:before {

 content: "\e198";

} .glyphicon-tree-conifer:before {

 content: "\e199";

} .glyphicon-tree-deciduous:before {

 content: "\e200";

} .caret {

 display: inline-block;
 width: 0;
 height: 0;
 margin-left: 2px;
 vertical-align: middle;
 border-top: 4px solid;
 border-right: 4px solid transparent;
 border-left: 4px solid transparent;

} .dropdown {

 position: relative;

} .dropdown-toggle:focus {

 outline: 0;

} .dropdown-menu {

 position: absolute;
 top: 70px;