You are here

style.css in Varbase: The Ultimate Drupal CMS Starter Kit (Bootstrap Ready) 7.3

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
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-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
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 {
  border: 0;
  padding: 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-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]: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;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !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: 10px;
  -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: #333333;
  background-color: #ffffff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #337ab7;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #23527c;
  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 {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
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: #777777;
}
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: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777777;
}
.text-primary {
  color: #337ab7;
}
a.text-primary:hover {
  color: #286090;
}
.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: #337ab7;
}
a.bg-primary:hover {
  background-color: #286090;
}
.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 #eeeeee;
}
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;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 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;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
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: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.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';
}
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;
  background-color: #f9f2f4;
  border-radius: 4px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #ffffff;
  background-color: #333333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  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 {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -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-left: 15px;
  padding-right: 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: auto;
}
.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: auto;
}
.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: auto;
  }
  .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: auto;
  }
  .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: auto;
  }
  .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: auto;
  }
  .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: auto;
  }
  .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: auto;
  }
  .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 {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-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 #dddddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}
.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 #dddddd;
}
.table .table {
  background-color: #ffffff;
}
.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 #dddddd;
}
.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 #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-child(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.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:hover > .active,
.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:hover > .success,
.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:hover > .info,
.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:hover > .warning,
.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:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd;
  }
  .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 {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  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;
  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: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -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-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-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, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999999;
}
.form-control::-webkit-input-placeholder {
  color: #999999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"],
  input[type="time"],
  input[type="datetime-local"],
  input[type="month"] {
    line-height: 34px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm {
    line-height: 30px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm,
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm,
select.form-group-sm .form-control {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
textarea.form-group-sm .form-control,
select[multiple].input-sm,
select[multiple].form-group-sm .form-control {
  height: auto;
}
.input-lg,
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-lg,
select.form-group-lg .form-control {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
textarea.form-group-lg .form-control,
select[multiple].input-lg,
select[multiple].form-group-lg .form-control {
  height: auto;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -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);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.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,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -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);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.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,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -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);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 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 .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .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;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.3px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.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,
.btn.focus {
  color: #333333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333333;
  background-color: #e6e6e6;
  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.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: #ffffff;
  border-color: #cccccc;
}
.btn-default .badge {
  color: #ffffff;
  background-color: #333333;
}
.btn-primary {
  color: #ffffff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #286090;
  border-color: #204d74;
}
.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.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: #337ab7;
  border-color: #2e6da4;
}
.btn-primary .badge {
  color: #337ab7;
  background-color: #ffffff;
}
.btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #449d44;
  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.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: #ffffff;
}
.btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #31b0d5;
  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.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: #ffffff;
}
.btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #ec971f;
  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.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: #ffffff;
}
.btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #c9302c;
  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.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: #ffffff;
}
.btn-link {
  color: #337ab7;
  font-weight: normal;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  -moz-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: #23527c;
  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: #777777;
  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%;
}
.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 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
  visibility: hidden;
}
.collapse.in {
  display: block;
  visibility: visible;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('../bootstrap/fonts/glyphicons-halflings-regular.eot');
  src: url('../bootstrap/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../bootstrap/fonts/glyphicons-halflings-regular.woff') format('woff'), url('../bootstrap/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../bootstrap/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,
.glyphicon-eur: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: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.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 + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-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-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  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;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  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;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  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,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  margin-left: -1px;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #777777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #337ab7;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #dddddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #dddddd;
    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: #ffffff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #ffffff;
  background-color: #337ab7;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #dddddd;
    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: #ffffff;
  }
}
.tab-content > .tab-pane {
  display: none;
  visibility: hidden;
}
.tab-content > .active {
  display: block;
  visibility: visible;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    visibility: visible !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-left: 0;
    padding-right: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    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) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .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;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777777;
}
.navbar-default .navbar-nav > li > a {
  color: #777777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #dddddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #dddddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555555;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333333;
    background-color: transparent;
  }
  .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: #555555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777777;
}
.navbar-default .navbar-link:hover {
  color: #333333;
}
.navbar-default .btn-link {
  color: #777777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333333;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #cccccc;
}
.navbar-inverse {
  background-color: #222222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #ffffff;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffffff;
    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: #ffffff;
    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: #444444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
  color: #ffffff;
}
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #ffffff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444444;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #cccccc;
}
.breadcrumb > .active {
  color: #777777;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #337ab7;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #23527c;
  background-color: #eeeeee;
  border-color: #dddddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #337ab7;
  border-color: #337ab7;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  background-color: #ffffff;
  border-color: #dddddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777777;
  background-color: #ffffff;
  cursor: not-allowed;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
a.label:hover,
a.label:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #777777;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}
.label-primary {
  background-color: #337ab7;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #286090;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #ffffff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #337ab7;
  background-color: #ffffff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding: 30px 15px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #d5d5d5;
}
.container .jumbotron,
.container-fluid .jumbotron {
  border-radius: 6px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding: 48px 0;
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-left: auto;
  margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #337ab7;
}
.thumbnail .caption {
  padding: 9px;
  color: #333333;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.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 {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -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;
  line-height: 20px;
  color: #ffffff;
  text-align: center;
  background-color: #337ab7;
  -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-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
  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: -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);
  background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  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: -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-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  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: -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-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  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: -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-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  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: -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);
}
.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media-right,
.media > .pull-right {
  padding-left: 10px;
}
.media-left,
.media > .pull-left {
  padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}
.media-middle {
  vertical-align: middle;
}
.media-bottom {
  vertical-align: bottom;
}
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}
.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
a.list-group-item {
  color: #555555;
}
a.list-group-item .list-group-item-heading {
  color: #333333;
}
a.list-group-item:hover,
a.list-group-item:focus {
  text-decoration: none;
  color: #555555;
  background-color: #f5f5f5;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
  cursor: not-allowed;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #777777;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #c7ddef;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
a.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
a.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
a.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 20px;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #dddddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.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,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.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,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-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,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #dddddd;
}
.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 {
  border: 0;
  margin-bottom: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #dddddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #dddddd;
}
.panel-default {
  border-color: #dddddd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #dddddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #dddddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #dddddd;
}
.panel-primary {
  border-color: #337ab7;
}
.panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}
.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #ffffff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  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 {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.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-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 6px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857143px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  visibility: visible;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #ffffff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #ffffff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #ffffff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #ffffff;
  bottom: -10px;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    transition: transform 0.6s ease-in-out;
    backface-visibility: hidden;
    perspective: 1000;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -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%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #ffffff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #ffffff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.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 {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  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: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  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: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
html.overlay-open .navbar-fixed-top {
  z-index: 400;
}
html.js fieldset.collapsed {
  border-left-width: 1px;
  border-right-width: 1px;
  height: auto;
}
html.js input.form-autocomplete {
  background-image: none;
}
html.js input.form-autocomplete {
  background-image: none;
}
html.js .autocomplete-throbber {
  background-position: 100% 2px;
  background-repeat: no-repeat;
  display: inline-block;
  height: 15px;
  margin: 2px 0 0 2px;
  width: 15px;
}
html.js .autocomplete-throbber.throbbing {
  background-position: 100% -18px;
}
body {
  position: relative;
}
body.admin-expanded.admin-vertical.admin-nw .navbar,
body.admin-expanded.admin-vertical.admin-sw .navbar {
  margin-left: 260px;
}
body.navbar-is-fixed-top {
  padding-top: 64px !important;
}
body.navbar-is-fixed-bottom {
  padding-bottom: 64px !important;
}
body.toolbar {
  padding-top: 30px !important;
}
body.toolbar .navbar-fixed-top {
  top: 30px;
}
body.toolbar.navbar-is-fixed-top {
  padding-top: 94px !important;
}
body.toolbar-drawer {
  padding-top: 64px !important;
}
body.toolbar-drawer .navbar-fixed-top {
  top: 64px;
}
body.toolbar-drawer.navbar-is-fixed-top {
  padding-top: 128px !important;
}
body.admin-menu .navbar-fixed-top {
  top: 29px;
}
body.admin-menu.navbar-is-fixed-top {
  padding-top: 93px !important;
}
body div#admin-toolbar {
  z-index: 1600;
}
body #toolbar,
body #admin-menu,
body #admin-toolbar {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
body #admin-menu {
  margin: 0;
  padding: 0;
  position: fixed;
  z-index: 1600;
}
body #admin-menu .dropdown li {
  line-height: normal;
}
.navbar.container {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .navbar.container {
    max-width: 720px;
  }
}
@media screen and (min-width: 992px) {
  .navbar.container {
    max-width: 940px;
  }
}
@media screen and (min-width: 1200px) {
  .navbar.container {
    max-width: 1140px;
  }
}
.navbar.container > .container {
  margin: 0;
  padding: 0;
  width: auto;
}
#overlay-container,
.overlay-modal-background,
.overlay-element {
  z-index: 1500;
}
#toolbar {
  z-index: 1600;
}
.modal {
  z-index: 1620;
}
.modal-dialog {
  z-index: 1630;
}
.ctools-modal-dialog .modal-body {
  width: 100% !important;
  overflow: auto;
}
.modal-backdrop {
  z-index: 1610;
}
.footer {
  margin-top: 45px;
  padding-top: 35px;
  padding-bottom: 36px;
  border-top: 1px solid #E5E5E5;
}
.element-invisible {
  margin: 0;
  padding: 0;
  width: 1px;
}
.navbar .logo {
  margin-right: -15px;
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (min-width: 768px) {
  .navbar .logo {
    margin-right: 0;
    padding-left: 0;
  }
}
ul.secondary {
  float: left;
}
@media screen and (min-width: 768px) {
  ul.secondary {
    float: right;
  }
}
.page-header {
  margin-top: 0;
}
.block:first-child h2.block-title {
  margin-top: 0;
}
p:last-child {
  margin-bottom: 0;
}
.region-help > .glyphicon {
  font-size: 18px;
  float: left;
  margin: -0.05em 0.5em 0 0;
}
.region-help .block {
  overflow: hidden;
}
form#search-block-form {
  margin: 0;
}
.navbar #block-search-form {
  float: none;
  margin: 5px 0 5px 5px;
}
@media screen and (min-width: 992px) {
  .navbar #block-search-form {
    float: right;
  }
}
.navbar-search .control-group {
  margin-bottom: 0px;
}
ul.action-links {
  margin: 12px 0;
  padding: 0;
}
ul.action-links li {
  display: inline;
  margin: 0;
  padding: 0 6px 0 0;
}
ul.action-links .glyphicon {
  padding-right: 0.5em;
}
input,
textarea,
select,
.uneditable-input {
  max-width: 100%;
  width: auto;
}
input.error {
  color: #a94442;
  border-color: #ebccd1;
}
fieldset legend.panel-heading {
  float: left;
  line-height: 1em;
  margin: 0;
}
fieldset .panel-body {
  clear: both;
  display: inherit;
}
fieldset .panel-heading a.panel-title {
  color: inherit;
  display: block;
  margin: -10px -15px;
  padding: 10px 15px;
}
fieldset .panel-heading a.panel-title:hover {
  text-decoration: none;
}
.form-group:last-child,
.panel:last-child {
  margin-bottom: 0;
}
.form-horizontal .form-group {
  margin-left: 0;
  margin-right: 0;
}
.form-actions {
  clear: both;
}
.resizable-textarea textarea {
  border-radius: 4px 4px 0 0;
}
.radio:first-child,
.checkbox:first-child {
  margin-top: 0;
}
.radio:last-child,
.checkbox:last-child {
  margin-bottom: 0;
}
.help-block,
.control-group .help-inline {
  color: #777777;
  font-size: 12px;
  margin: 5px 0 10px;
  padding: 0;
}
.panel-heading {
  display: block;
}
a.tabledrag-handle .handle {
  height: auto;
  width: auto;
}
.error {
  color: #a94442;
}
div.error,
table tr.error {
  background-color: #f2dede;
  color: #a94442;
}
.form-group.error,
.form-group.has-error {
  background: none;
}
.form-group.error label,
.form-group.has-error label,
.form-group.error .control-label,
.form-group.has-error .control-label {
  color: #a94442;
  font-weight: 600;
}
.form-group.error input,
.form-group.has-error input,
.form-group.error textarea,
.form-group.has-error textarea,
.form-group.error select,
.form-group.has-error select,
.form-group.error .uneditable-input,
.form-group.has-error .uneditable-input {
  color: #555555;
}
.form-group.error .help-block,
.form-group.has-error .help-block,
.form-group.error .help-inline,
.form-group.has-error .help-inline {
  color: #777777;
}
.nav-tabs {
  margin-bottom: 10px;
}
ul li.collapsed,
ul li.expanded,
ul li.leaf {
  list-style: none;
  list-style-image: none;
}
.tabs--secondary {
  margin: 0 0 10px;
}
.submitted {
  margin-bottom: 1em;
  font-style: italic;
  font-weight: normal;
  color: #777;
}
.form-type-password-confirm {
  position: relative;
}
.form-type-password-confirm .form-type-password {
  clear: left;
}
.form-type-password-confirm label {
  display: block;
}
.form-type-password-confirm label .label {
  float: right;
}
.form-type-password-confirm .help-block {
  border-left: 1px solid #dddddd;
  display: inline-block;
  margin-left: 2em;
  padding-left: 2em;
}
.form-type-password-confirm .progress {
  background: transparent;
  -moz-border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  height: 4px;
  margin: -5px 0px 0;
}
.form-type-password-confirm .form-control-feedback {
  right: 15px;
}
.pagination ul > li > a.progress-disabled {
  float: left;
}
.form-autocomplete .glyphicon {
  color: #777777;
  font-size: 120%;
}
.form-autocomplete .glyphicon.glyphicon-spin {
  color: #337ab7;
}
.form-autocomplete .input-group-addon {
  background-color: #ffffff;
}
.ajax-progress .glyphicon {
  font-size: 90%;
  margin: 0 -0.25em 0 0.5em;
}
.glyphicon-spin {
  display: inline-block;
  -moz-animation: spin 1s infinite linear;
  -o-animation: spin 1s infinite linear;
  -webkit-animation: spin 1s infinite linear;
  animation: spin 1s infinite linear;
}
a .glyphicon-spin {
  display: inline-block;
  text-decoration: none;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.glyphicon-refresh {
  -webkit-transform-origin: 50% 45%;
  -moz-transform-origin: 50% 45%;
  -ms-transform-origin: 50% 45%;
  -o-transform-origin: 50% 45%;
  transform-origin: 50% 45%;
}
/**
 * Missing Bootstrap 2 tab styling.
 * @see http://stackoverflow.com/questions/18432577/stacked-tabs-in-bootstrap-3
 * @see http://bootply.com/74926
 */
.tabbable {
  margin-bottom: 20px;
}
.tabs-below > .nav-tabs,
.tabs-left > .nav-tabs,
.tabs-right > .nav-tabs {
  border-bottom: 0;
}
.tabs-below > .nav-tabs .summary,
.tabs-left > .nav-tabs .summary,
.tabs-right > .nav-tabs .summary {
  color: #777777;
  font-size: 12px;
}
.tab-pane > .panel-heading {
  display: none;
}
.tab-content > .active {
  display: block;
}
.tabs-below > .nav-tabs {
  border-top: 1px solid #dddddd;
}
.tabs-below > .nav-tabs > li {
  margin-top: -1px;
  margin-bottom: 0;
}
.tabs-below > .nav-tabs > li > a {
  border-radius: 0 0 4px 4px;
}
.tabs-below > .nav-tabs > li > a:hover,
.tabs-below > .nav-tabs > li > a:focus {
  border-top-color: #dddddd;
  border-bottom-color: transparent;
}
.tabs-below > .nav-tabs > .active > a,
.tabs-below > .nav-tabs > .active > a:hover,
.tabs-below > .nav-tabs > .active > a:focus {
  border-color: transparent #dddddd #dddddd #dddddd;
}
.tabs-left > .nav-tabs,
.tabs-right > .nav-tabs {
  padding-bottom: 20px;
  width: 220px;
}
.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
  float: none;
}
.tabs-left > .nav-tabs > li:focus,
.tabs-right > .nav-tabs > li:focus {
  outline: 0;
}
.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a {
  margin-right: 0;
  margin-bottom: 3px;
}
.tabs-left > .nav-tabs > li > a:focus,
.tabs-right > .nav-tabs > li > a:focus {
  outline: 0;
}
.tabs-left > .tab-content,
.tabs-right > .tab-content {
  border-radius: 0 4px 4px 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  border: 1px solid #dddddd;
  overflow: hidden;
  padding: 10px 15px;
}
.tabs-left > .nav-tabs {
  float: left;
  margin-right: -1px;
}
.tabs-left > .nav-tabs > li > a {
  border-radius: 4px 0 0 4px;
}
.tabs-left > .nav-tabs > li > a:hover,
.tabs-left > .nav-tabs > li > a:focus {
  border-color: #eeeeee #dddddd #eeeeee #eeeeee;
}
.tabs-left > .nav-tabs > .active > a,
.tabs-left > .nav-tabs > .active > a:hover,
.tabs-left > .nav-tabs > .active > a:focus {
  border-color: #dddddd transparent #dddddd #dddddd;
  -webkit-box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.05);
}
.tabs-right > .nav-tabs {
  float: right;
  margin-left: -1px;
}
.tabs-right > .nav-tabs > li > a {
  border-radius: 0 4px 4px 0;
}
.tabs-right > .nav-tabs > li > a:hover,
.tabs-right > .nav-tabs > li > a:focus {
  border-color: #eeeeee #eeeeee #eeeeee #dddddd;
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.05);
}
.tabs-right > .nav-tabs > .active > a,
.tabs-right > .nav-tabs > .active > a:hover,
.tabs-right > .nav-tabs > .active > a:focus {
  border-color: #dddddd #dddddd #dddddd transparent;
}
th.checkbox,
td.checkbox,
th.radio,
td.radio {
  display: table-cell;
}
.views-display-settings .label {
  font-size: 100%;
  color: #666666;
}
.views-display-settings .footer {
  padding: 0;
  margin: 4px 0 0 0;
}
.views-exposed-form .views-exposed-widget .btn {
  margin-top: 1.8em;
}
table .radio input[type="radio"],
table .checkbox input[type="checkbox"] {
  max-width: inherit;
}
.form-horizontal .form-group label {
  position: relative;
  min-height: 1px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: right;
}
@media (min-width: 768px) {
  .form-horizontal .form-group label {
    float: left;
    width: 16.66666667%;
  }
}
.alert a {
  font-weight: bold;
}
.alert-success a {
  color: #2b542c;
}
.alert-info a {
  color: #245269;
}
.alert-warning a {
  color: #66512c;
}
.alert-danger a {
  color: #843534;
}
div.image-style-new,
div.image-style-new div {
  display: block;
}
div.image-style-new div.input-group {
  display: table;
}
td.module,
.table-striped > tbody > tr:nth-child(odd) > td.module,
.table > tbody > tr > td.module {
  background: #dddddd;
  font-weight: 700;
}
.book-toc > .dropdown-menu {
  overflow: hidden;
}
.book-toc > .dropdown-menu > .dropdown-header {
  white-space: nowrap;
}
.book-toc > .dropdown-menu > li:nth-child(1) > a {
  font-weight: bold;
}
.book-toc > .dropdown-menu .dropdown-menu {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 0;
  display: block;
  font-size: 12px;
  margin: 0;
  padding: 0;
  position: static;
  width: 100%;
}
.book-toc > .dropdown-menu .dropdown-menu > li {
  padding-left: 20px;
}
.book-toc > .dropdown-menu .dropdown-menu > li > a {
  margin-left: -40px;
  padding-left: 60px;
}
#features-filter .form-item.form-type-checkbox {
  padding-left: 20px;
}
fieldset.features-export-component {
  font-size: 12px;
}
html.js #features-export-form fieldset.features-export-component,
fieldset.features-export-component {
  margin: 0 0 10px;
}
fieldset.features-export-component .panel-heading {
  padding: 5px 10px;
}
fieldset.features-export-component .panel-heading a.panel-title {
  font-size: 12px;
  font-weight: 500;
  margin: -5px -10px;
  padding: 5px 10px;
}
fieldset.features-export-component .panel-body {
  padding: 0 10px;
}
div.features-export-list {
  margin: -11px 0 10px;
  padding: 0 10px;
}
fieldset.features-export-component .component-select .form-type-checkbox,
div.features-export-list .form-type-checkbox {
  line-height: 1em;
  margin: 5px 5px 5px 0 !important;
  min-height: 0;
  padding: 3px 3px 3px 25px!important;
}
fieldset.features-export-component .component-select .form-type-checkbox input[type=checkbox],
div.features-export-list .form-type-checkbox input[type=checkbox] {
  margin-top: 0;
}

File

themes/vartheme/vartheme_subtheme/css/style.css
View source
  1. /*! normalize.css v3.0.2 | MIT License | git.io/normalize */
  2. html {
  3. font-family: sans-serif;
  4. -ms-text-size-adjust: 100%;
  5. -webkit-text-size-adjust: 100%;
  6. }
  7. body {
  8. margin: 0;
  9. }
  10. article,
  11. aside,
  12. details,
  13. figcaption,
  14. figure,
  15. footer,
  16. header,
  17. hgroup,
  18. main,
  19. menu,
  20. nav,
  21. section,
  22. summary {
  23. display: block;
  24. }
  25. audio,
  26. canvas,
  27. progress,
  28. video {
  29. display: inline-block;
  30. vertical-align: baseline;
  31. }
  32. audio:not([controls]) {
  33. display: none;
  34. height: 0;
  35. }
  36. [hidden],
  37. template {
  38. display: none;
  39. }
  40. a {
  41. background-color: transparent;
  42. }
  43. a:active,
  44. a:hover {
  45. outline: 0;
  46. }
  47. abbr[title] {
  48. border-bottom: 1px dotted;
  49. }
  50. b,
  51. strong {
  52. font-weight: bold;
  53. }
  54. dfn {
  55. font-style: italic;
  56. }
  57. h1 {
  58. font-size: 2em;
  59. margin: 0.67em 0;
  60. }
  61. mark {
  62. background: #ff0;
  63. color: #000;
  64. }
  65. small {
  66. font-size: 80%;
  67. }
  68. sub,
  69. sup {
  70. font-size: 75%;
  71. line-height: 0;
  72. position: relative;
  73. vertical-align: baseline;
  74. }
  75. sup {
  76. top: -0.5em;
  77. }
  78. sub {
  79. bottom: -0.25em;
  80. }
  81. img {
  82. border: 0;
  83. }
  84. svg:not(:root) {
  85. overflow: hidden;
  86. }
  87. figure {
  88. margin: 1em 40px;
  89. }
  90. hr {
  91. -moz-box-sizing: content-box;
  92. box-sizing: content-box;
  93. height: 0;
  94. }
  95. pre {
  96. overflow: auto;
  97. }
  98. code,
  99. kbd,
  100. pre,
  101. samp {
  102. font-family: monospace, monospace;
  103. font-size: 1em;
  104. }
  105. button,
  106. input,
  107. optgroup,
  108. select,
  109. textarea {
  110. color: inherit;
  111. font: inherit;
  112. margin: 0;
  113. }
  114. button {
  115. overflow: visible;
  116. }
  117. button,
  118. select {
  119. text-transform: none;
  120. }
  121. button,
  122. html input[type="button"],
  123. input[type="reset"],
  124. input[type="submit"] {
  125. -webkit-appearance: button;
  126. cursor: pointer;
  127. }
  128. button[disabled],
  129. html input[disabled] {
  130. cursor: default;
  131. }
  132. button::-moz-focus-inner,
  133. input::-moz-focus-inner {
  134. border: 0;
  135. padding: 0;
  136. }
  137. input {
  138. line-height: normal;
  139. }
  140. input[type="checkbox"],
  141. input[type="radio"] {
  142. box-sizing: border-box;
  143. padding: 0;
  144. }
  145. input[type="number"]::-webkit-inner-spin-button,
  146. input[type="number"]::-webkit-outer-spin-button {
  147. height: auto;
  148. }
  149. input[type="search"] {
  150. -webkit-appearance: textfield;
  151. -moz-box-sizing: content-box;
  152. -webkit-box-sizing: content-box;
  153. box-sizing: content-box;
  154. }
  155. input[type="search"]::-webkit-search-cancel-button,
  156. input[type="search"]::-webkit-search-decoration {
  157. -webkit-appearance: none;
  158. }
  159. fieldset {
  160. border: 1px solid #c0c0c0;
  161. margin: 0 2px;
  162. padding: 0.35em 0.625em 0.75em;
  163. }
  164. legend {
  165. border: 0;
  166. padding: 0;
  167. }
  168. textarea {
  169. overflow: auto;
  170. }
  171. optgroup {
  172. font-weight: bold;
  173. }
  174. table {
  175. border-collapse: collapse;
  176. border-spacing: 0;
  177. }
  178. td,
  179. th {
  180. padding: 0;
  181. }
  182. /*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
  183. @media print {
  184. *,
  185. *:before,
  186. *:after {
  187. background: transparent !important;
  188. color: #000 !important;
  189. box-shadow: none !important;
  190. text-shadow: none !important;
  191. }
  192. a,
  193. a:visited {
  194. text-decoration: underline;
  195. }
  196. a[href]:after {
  197. content: " (" attr(href) ")";
  198. }
  199. abbr[title]:after {
  200. content: " (" attr(title) ")";
  201. }
  202. a[href^="#"]:after,
  203. a[href^="javascript:"]:after {
  204. content: "";
  205. }
  206. pre,
  207. blockquote {
  208. border: 1px solid #999;
  209. page-break-inside: avoid;
  210. }
  211. thead {
  212. display: table-header-group;
  213. }
  214. tr,
  215. img {
  216. page-break-inside: avoid;
  217. }
  218. img {
  219. max-width: 100% !important;
  220. }
  221. p,
  222. h2,
  223. h3 {
  224. orphans: 3;
  225. widows: 3;
  226. }
  227. h2,
  228. h3 {
  229. page-break-after: avoid;
  230. }
  231. select {
  232. background: #fff !important;
  233. }
  234. .navbar {
  235. display: none;
  236. }
  237. .btn > .caret,
  238. .dropup > .btn > .caret {
  239. border-top-color: #000 !important;
  240. }
  241. .label {
  242. border: 1px solid #000;
  243. }
  244. .table {
  245. border-collapse: collapse !important;
  246. }
  247. .table td,
  248. .table th {
  249. background-color: #fff !important;
  250. }
  251. .table-bordered th,
  252. .table-bordered td {
  253. border: 1px solid #ddd !important;
  254. }
  255. }
  256. * {
  257. -webkit-box-sizing: border-box;
  258. -moz-box-sizing: border-box;
  259. box-sizing: border-box;
  260. }
  261. *:before,
  262. *:after {
  263. -webkit-box-sizing: border-box;
  264. -moz-box-sizing: border-box;
  265. box-sizing: border-box;
  266. }
  267. html {
  268. font-size: 10px;
  269. -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  270. }
  271. body {
  272. font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  273. font-size: 14px;
  274. line-height: 1.42857143;
  275. color: #333333;
  276. background-color: #ffffff;
  277. }
  278. input,
  279. button,
  280. select,
  281. textarea {
  282. font-family: inherit;
  283. font-size: inherit;
  284. line-height: inherit;
  285. }
  286. a {
  287. color: #337ab7;
  288. text-decoration: none;
  289. }
  290. a:hover,
  291. a:focus {
  292. color: #23527c;
  293. text-decoration: underline;
  294. }
  295. a:focus {
  296. outline: thin dotted;
  297. outline: 5px auto -webkit-focus-ring-color;
  298. outline-offset: -2px;
  299. }
  300. figure {
  301. margin: 0;
  302. }
  303. img {
  304. vertical-align: middle;
  305. }
  306. .img-responsive,
  307. .thumbnail > img,
  308. .thumbnail a > img,
  309. .carousel-inner > .item > img,
  310. .carousel-inner > .item > a > img {
  311. display: block;
  312. max-width: 100%;
  313. height: auto;
  314. }
  315. .img-rounded {
  316. border-radius: 6px;
  317. }
  318. .img-thumbnail {
  319. padding: 4px;
  320. line-height: 1.42857143;
  321. background-color: #ffffff;
  322. border: 1px solid #dddddd;
  323. border-radius: 4px;
  324. -webkit-transition: all 0.2s ease-in-out;
  325. -o-transition: all 0.2s ease-in-out;
  326. transition: all 0.2s ease-in-out;
  327. display: inline-block;
  328. max-width: 100%;
  329. height: auto;
  330. }
  331. .img-circle {
  332. border-radius: 50%;
  333. }
  334. hr {
  335. margin-top: 20px;
  336. margin-bottom: 20px;
  337. border: 0;
  338. border-top: 1px solid #eeeeee;
  339. }
  340. .sr-only {
  341. position: absolute;
  342. width: 1px;
  343. height: 1px;
  344. margin: -1px;
  345. padding: 0;
  346. overflow: hidden;
  347. clip: rect(0, 0, 0, 0);
  348. border: 0;
  349. }
  350. .sr-only-focusable:active,
  351. .sr-only-focusable:focus {
  352. position: static;
  353. width: auto;
  354. height: auto;
  355. margin: 0;
  356. overflow: visible;
  357. clip: auto;
  358. }
  359. h1,
  360. h2,
  361. h3,
  362. h4,
  363. h5,
  364. h6,
  365. .h1,
  366. .h2,
  367. .h3,
  368. .h4,
  369. .h5,
  370. .h6 {
  371. font-family: inherit;
  372. font-weight: 500;
  373. line-height: 1.1;
  374. color: inherit;
  375. }
  376. h1 small,
  377. h2 small,
  378. h3 small,
  379. h4 small,
  380. h5 small,
  381. h6 small,
  382. .h1 small,
  383. .h2 small,
  384. .h3 small,
  385. .h4 small,
  386. .h5 small,
  387. .h6 small,
  388. h1 .small,
  389. h2 .small,
  390. h3 .small,
  391. h4 .small,
  392. h5 .small,
  393. h6 .small,
  394. .h1 .small,
  395. .h2 .small,
  396. .h3 .small,
  397. .h4 .small,
  398. .h5 .small,
  399. .h6 .small {
  400. font-weight: normal;
  401. line-height: 1;
  402. color: #777777;
  403. }
  404. h1,
  405. .h1,
  406. h2,
  407. .h2,
  408. h3,
  409. .h3 {
  410. margin-top: 20px;
  411. margin-bottom: 10px;
  412. }
  413. h1 small,
  414. .h1 small,
  415. h2 small,
  416. .h2 small,
  417. h3 small,
  418. .h3 small,
  419. h1 .small,
  420. .h1 .small,
  421. h2 .small,
  422. .h2 .small,
  423. h3 .small,
  424. .h3 .small {
  425. font-size: 65%;
  426. }
  427. h4,
  428. .h4,
  429. h5,
  430. .h5,
  431. h6,
  432. .h6 {
  433. margin-top: 10px;
  434. margin-bottom: 10px;
  435. }
  436. h4 small,
  437. .h4 small,
  438. h5 small,
  439. .h5 small,
  440. h6 small,
  441. .h6 small,
  442. h4 .small,
  443. .h4 .small,
  444. h5 .small,
  445. .h5 .small,
  446. h6 .small,
  447. .h6 .small {
  448. font-size: 75%;
  449. }
  450. h1,
  451. .h1 {
  452. font-size: 36px;
  453. }
  454. h2,
  455. .h2 {
  456. font-size: 30px;
  457. }
  458. h3,
  459. .h3 {
  460. font-size: 24px;
  461. }
  462. h4,
  463. .h4 {
  464. font-size: 18px;
  465. }
  466. h5,
  467. .h5 {
  468. font-size: 14px;
  469. }
  470. h6,
  471. .h6 {
  472. font-size: 12px;
  473. }
  474. p {
  475. margin: 0 0 10px;
  476. }
  477. .lead {
  478. margin-bottom: 20px;
  479. font-size: 16px;
  480. font-weight: 300;
  481. line-height: 1.4;
  482. }
  483. @media (min-width: 768px) {
  484. .lead {
  485. font-size: 21px;
  486. }
  487. }
  488. small,
  489. .small {
  490. font-size: 85%;
  491. }
  492. mark,
  493. .mark {
  494. background-color: #fcf8e3;
  495. padding: .2em;
  496. }
  497. .text-left {
  498. text-align: left;
  499. }
  500. .text-right {
  501. text-align: right;
  502. }
  503. .text-center {
  504. text-align: center;
  505. }
  506. .text-justify {
  507. text-align: justify;
  508. }
  509. .text-nowrap {
  510. white-space: nowrap;
  511. }
  512. .text-lowercase {
  513. text-transform: lowercase;
  514. }
  515. .text-uppercase {
  516. text-transform: uppercase;
  517. }
  518. .text-capitalize {
  519. text-transform: capitalize;
  520. }
  521. .text-muted {
  522. color: #777777;
  523. }
  524. .text-primary {
  525. color: #337ab7;
  526. }
  527. a.text-primary:hover {
  528. color: #286090;
  529. }
  530. .text-success {
  531. color: #3c763d;
  532. }
  533. a.text-success:hover {
  534. color: #2b542c;
  535. }
  536. .text-info {
  537. color: #31708f;
  538. }
  539. a.text-info:hover {
  540. color: #245269;
  541. }
  542. .text-warning {
  543. color: #8a6d3b;
  544. }
  545. a.text-warning:hover {
  546. color: #66512c;
  547. }
  548. .text-danger {
  549. color: #a94442;
  550. }
  551. a.text-danger:hover {
  552. color: #843534;
  553. }
  554. .bg-primary {
  555. color: #fff;
  556. background-color: #337ab7;
  557. }
  558. a.bg-primary:hover {
  559. background-color: #286090;
  560. }
  561. .bg-success {
  562. background-color: #dff0d8;
  563. }
  564. a.bg-success:hover {
  565. background-color: #c1e2b3;
  566. }
  567. .bg-info {
  568. background-color: #d9edf7;
  569. }
  570. a.bg-info:hover {
  571. background-color: #afd9ee;
  572. }
  573. .bg-warning {
  574. background-color: #fcf8e3;
  575. }
  576. a.bg-warning:hover {
  577. background-color: #f7ecb5;
  578. }
  579. .bg-danger {
  580. background-color: #f2dede;
  581. }
  582. a.bg-danger:hover {
  583. background-color: #e4b9b9;
  584. }
  585. .page-header {
  586. padding-bottom: 9px;
  587. margin: 40px 0 20px;
  588. border-bottom: 1px solid #eeeeee;
  589. }
  590. ul,
  591. ol {
  592. margin-top: 0;
  593. margin-bottom: 10px;
  594. }
  595. ul ul,
  596. ol ul,
  597. ul ol,
  598. ol ol {
  599. margin-bottom: 0;
  600. }
  601. .list-unstyled {
  602. padding-left: 0;
  603. list-style: none;
  604. }
  605. .list-inline {
  606. padding-left: 0;
  607. list-style: none;
  608. margin-left: -5px;
  609. }
  610. .list-inline > li {
  611. display: inline-block;
  612. padding-left: 5px;
  613. padding-right: 5px;
  614. }
  615. dl {
  616. margin-top: 0;
  617. margin-bottom: 20px;
  618. }
  619. dt,
  620. dd {
  621. line-height: 1.42857143;
  622. }
  623. dt {
  624. font-weight: bold;
  625. }
  626. dd {
  627. margin-left: 0;
  628. }
  629. @media (min-width: 768px) {
  630. .dl-horizontal dt {
  631. float: left;
  632. width: 160px;
  633. clear: left;
  634. text-align: right;
  635. overflow: hidden;
  636. text-overflow: ellipsis;
  637. white-space: nowrap;
  638. }
  639. .dl-horizontal dd {
  640. margin-left: 180px;
  641. }
  642. }
  643. abbr[title],
  644. abbr[data-original-title] {
  645. cursor: help;
  646. border-bottom: 1px dotted #777777;
  647. }
  648. .initialism {
  649. font-size: 90%;
  650. text-transform: uppercase;
  651. }
  652. blockquote {
  653. padding: 10px 20px;
  654. margin: 0 0 20px;
  655. font-size: 17.5px;
  656. border-left: 5px solid #eeeeee;
  657. }
  658. blockquote p:last-child,
  659. blockquote ul:last-child,
  660. blockquote ol:last-child {
  661. margin-bottom: 0;
  662. }
  663. blockquote footer,
  664. blockquote small,
  665. blockquote .small {
  666. display: block;
  667. font-size: 80%;
  668. line-height: 1.42857143;
  669. color: #777777;
  670. }
  671. blockquote footer:before,
  672. blockquote small:before,
  673. blockquote .small:before {
  674. content: '\2014 \00A0';
  675. }
  676. .blockquote-reverse,
  677. blockquote.pull-right {
  678. padding-right: 15px;
  679. padding-left: 0;
  680. border-right: 5px solid #eeeeee;
  681. border-left: 0;
  682. text-align: right;
  683. }
  684. .blockquote-reverse footer:before,
  685. blockquote.pull-right footer:before,
  686. .blockquote-reverse small:before,
  687. blockquote.pull-right small:before,
  688. .blockquote-reverse .small:before,
  689. blockquote.pull-right .small:before {
  690. content: '';
  691. }
  692. .blockquote-reverse footer:after,
  693. blockquote.pull-right footer:after,
  694. .blockquote-reverse small:after,
  695. blockquote.pull-right small:after,
  696. .blockquote-reverse .small:after,
  697. blockquote.pull-right .small:after {
  698. content: '\00A0 \2014';
  699. }
  700. address {
  701. margin-bottom: 20px;
  702. font-style: normal;
  703. line-height: 1.42857143;
  704. }
  705. code,
  706. kbd,
  707. pre,
  708. samp {
  709. font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
  710. }
  711. code {
  712. padding: 2px 4px;
  713. font-size: 90%;
  714. color: #c7254e;
  715. background-color: #f9f2f4;
  716. border-radius: 4px;
  717. }
  718. kbd {
  719. padding: 2px 4px;
  720. font-size: 90%;
  721. color: #ffffff;
  722. background-color: #333333;
  723. border-radius: 3px;
  724. box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
  725. }
  726. kbd kbd {
  727. padding: 0;
  728. font-size: 100%;
  729. font-weight: bold;
  730. box-shadow: none;
  731. }
  732. pre {
  733. display: block;
  734. padding: 9.5px;
  735. margin: 0 0 10px;
  736. font-size: 13px;
  737. line-height: 1.42857143;
  738. word-break: break-all;
  739. word-wrap: break-word;
  740. color: #333333;
  741. background-color: #f5f5f5;
  742. border: 1px solid #cccccc;
  743. border-radius: 4px;
  744. }
  745. pre code {
  746. padding: 0;
  747. font-size: inherit;
  748. color: inherit;
  749. white-space: pre-wrap;
  750. background-color: transparent;
  751. border-radius: 0;
  752. }
  753. .pre-scrollable {
  754. max-height: 340px;
  755. overflow-y: scroll;
  756. }
  757. .container {
  758. margin-right: auto;
  759. margin-left: auto;
  760. padding-left: 15px;
  761. padding-right: 15px;
  762. }
  763. @media (min-width: 768px) {
  764. .container {
  765. width: 750px;
  766. }
  767. }
  768. @media (min-width: 992px) {
  769. .container {
  770. width: 970px;
  771. }
  772. }
  773. @media (min-width: 1200px) {
  774. .container {
  775. width: 1170px;
  776. }
  777. }
  778. .container-fluid {
  779. margin-right: auto;
  780. margin-left: auto;
  781. padding-left: 15px;
  782. padding-right: 15px;
  783. }
  784. .row {
  785. margin-left: -15px;
  786. margin-right: -15px;
  787. }
  788. .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 {
  789. position: relative;
  790. min-height: 1px;
  791. padding-left: 15px;
  792. padding-right: 15px;
  793. }
  794. .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 {
  795. float: left;
  796. }
  797. .col-xs-12 {
  798. width: 100%;
  799. }
  800. .col-xs-11 {
  801. width: 91.66666667%;
  802. }
  803. .col-xs-10 {
  804. width: 83.33333333%;
  805. }
  806. .col-xs-9 {
  807. width: 75%;
  808. }
  809. .col-xs-8 {
  810. width: 66.66666667%;
  811. }
  812. .col-xs-7 {
  813. width: 58.33333333%;
  814. }
  815. .col-xs-6 {
  816. width: 50%;
  817. }
  818. .col-xs-5 {
  819. width: 41.66666667%;
  820. }
  821. .col-xs-4 {
  822. width: 33.33333333%;
  823. }
  824. .col-xs-3 {
  825. width: 25%;
  826. }
  827. .col-xs-2 {
  828. width: 16.66666667%;
  829. }
  830. .col-xs-1 {
  831. width: 8.33333333%;
  832. }
  833. .col-xs-pull-12 {
  834. right: 100%;
  835. }
  836. .col-xs-pull-11 {
  837. right: 91.66666667%;
  838. }
  839. .col-xs-pull-10 {
  840. right: 83.33333333%;
  841. }
  842. .col-xs-pull-9 {
  843. right: 75%;
  844. }
  845. .col-xs-pull-8 {
  846. right: 66.66666667%;
  847. }
  848. .col-xs-pull-7 {
  849. right: 58.33333333%;
  850. }
  851. .col-xs-pull-6 {
  852. right: 50%;
  853. }
  854. .col-xs-pull-5 {
  855. right: 41.66666667%;
  856. }
  857. .col-xs-pull-4 {
  858. right: 33.33333333%;
  859. }
  860. .col-xs-pull-3 {
  861. right: 25%;
  862. }
  863. .col-xs-pull-2 {
  864. right: 16.66666667%;
  865. }
  866. .col-xs-pull-1 {
  867. right: 8.33333333%;
  868. }
  869. .col-xs-pull-0 {
  870. right: auto;
  871. }
  872. .col-xs-push-12 {
  873. left: 100%;
  874. }
  875. .col-xs-push-11 {
  876. left: 91.66666667%;
  877. }
  878. .col-xs-push-10 {
  879. left: 83.33333333%;
  880. }
  881. .col-xs-push-9 {
  882. left: 75%;
  883. }
  884. .col-xs-push-8 {
  885. left: 66.66666667%;
  886. }
  887. .col-xs-push-7 {
  888. left: 58.33333333%;
  889. }
  890. .col-xs-push-6 {
  891. left: 50%;
  892. }
  893. .col-xs-push-5 {
  894. left: 41.66666667%;
  895. }
  896. .col-xs-push-4 {
  897. left: 33.33333333%;
  898. }
  899. .col-xs-push-3 {
  900. left: 25%;
  901. }
  902. .col-xs-push-2 {
  903. left: 16.66666667%;
  904. }
  905. .col-xs-push-1 {
  906. left: 8.33333333%;
  907. }
  908. .col-xs-push-0 {
  909. left: auto;
  910. }
  911. .col-xs-offset-12 {
  912. margin-left: 100%;
  913. }
  914. .col-xs-offset-11 {
  915. margin-left: 91.66666667%;
  916. }
  917. .col-xs-offset-10 {
  918. margin-left: 83.33333333%;
  919. }
  920. .col-xs-offset-9 {
  921. margin-left: 75%;
  922. }
  923. .col-xs-offset-8 {
  924. margin-left: 66.66666667%;
  925. }
  926. .col-xs-offset-7 {
  927. margin-left: 58.33333333%;
  928. }
  929. .col-xs-offset-6 {
  930. margin-left: 50%;
  931. }
  932. .col-xs-offset-5 {
  933. margin-left: 41.66666667%;
  934. }
  935. .col-xs-offset-4 {
  936. margin-left: 33.33333333%;
  937. }
  938. .col-xs-offset-3 {
  939. margin-left: 25%;
  940. }
  941. .col-xs-offset-2 {
  942. margin-left: 16.66666667%;
  943. }
  944. .col-xs-offset-1 {
  945. margin-left: 8.33333333%;
  946. }
  947. .col-xs-offset-0 {
  948. margin-left: 0%;
  949. }
  950. @media (min-width: 768px) {
  951. .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 {
  952. float: left;
  953. }
  954. .col-sm-12 {
  955. width: 100%;
  956. }
  957. .col-sm-11 {
  958. width: 91.66666667%;
  959. }
  960. .col-sm-10 {
  961. width: 83.33333333%;
  962. }
  963. .col-sm-9 {
  964. width: 75%;
  965. }
  966. .col-sm-8 {
  967. width: 66.66666667%;
  968. }
  969. .col-sm-7 {
  970. width: 58.33333333%;
  971. }
  972. .col-sm-6 {
  973. width: 50%;
  974. }
  975. .col-sm-5 {
  976. width: 41.66666667%;
  977. }
  978. .col-sm-4 {
  979. width: 33.33333333%;
  980. }
  981. .col-sm-3 {
  982. width: 25%;
  983. }
  984. .col-sm-2 {
  985. width: 16.66666667%;
  986. }
  987. .col-sm-1 {
  988. width: 8.33333333%;
  989. }
  990. .col-sm-pull-12 {
  991. right: 100%;
  992. }
  993. .col-sm-pull-11 {
  994. right: 91.66666667%;
  995. }
  996. .col-sm-pull-10 {
  997. right: 83.33333333%;
  998. }
  999. .col-sm-pull-9 {
  1000. right: 75%;
  1001. }
  1002. .col-sm-pull-8 {
  1003. right: 66.66666667%;
  1004. }
  1005. .col-sm-pull-7 {
  1006. right: 58.33333333%;
  1007. }
  1008. .col-sm-pull-6 {
  1009. right: 50%;
  1010. }
  1011. .col-sm-pull-5 {
  1012. right: 41.66666667%;
  1013. }
  1014. .col-sm-pull-4 {
  1015. right: 33.33333333%;
  1016. }
  1017. .col-sm-pull-3 {
  1018. right: 25%;
  1019. }
  1020. .col-sm-pull-2 {
  1021. right: 16.66666667%;
  1022. }
  1023. .col-sm-pull-1 {
  1024. right: 8.33333333%;
  1025. }
  1026. .col-sm-pull-0 {
  1027. right: auto;
  1028. }
  1029. .col-sm-push-12 {
  1030. left: 100%;
  1031. }
  1032. .col-sm-push-11 {
  1033. left: 91.66666667%;
  1034. }
  1035. .col-sm-push-10 {
  1036. left: 83.33333333%;
  1037. }
  1038. .col-sm-push-9 {
  1039. left: 75%;
  1040. }
  1041. .col-sm-push-8 {
  1042. left: 66.66666667%;
  1043. }
  1044. .col-sm-push-7 {
  1045. left: 58.33333333%;
  1046. }
  1047. .col-sm-push-6 {
  1048. left: 50%;
  1049. }
  1050. .col-sm-push-5 {
  1051. left: 41.66666667%;
  1052. }
  1053. .col-sm-push-4 {
  1054. left: 33.33333333%;
  1055. }
  1056. .col-sm-push-3 {
  1057. left: 25%;
  1058. }
  1059. .col-sm-push-2 {
  1060. left: 16.66666667%;
  1061. }
  1062. .col-sm-push-1 {
  1063. left: 8.33333333%;
  1064. }
  1065. .col-sm-push-0 {
  1066. left: auto;
  1067. }
  1068. .col-sm-offset-12 {
  1069. margin-left: 100%;
  1070. }
  1071. .col-sm-offset-11 {
  1072. margin-left: 91.66666667%;
  1073. }
  1074. .col-sm-offset-10 {
  1075. margin-left: 83.33333333%;
  1076. }
  1077. .col-sm-offset-9 {
  1078. margin-left: 75%;
  1079. }
  1080. .col-sm-offset-8 {
  1081. margin-left: 66.66666667%;
  1082. }
  1083. .col-sm-offset-7 {
  1084. margin-left: 58.33333333%;
  1085. }
  1086. .col-sm-offset-6 {
  1087. margin-left: 50%;
  1088. }
  1089. .col-sm-offset-5 {
  1090. margin-left: 41.66666667%;
  1091. }
  1092. .col-sm-offset-4 {
  1093. margin-left: 33.33333333%;
  1094. }
  1095. .col-sm-offset-3 {
  1096. margin-left: 25%;
  1097. }
  1098. .col-sm-offset-2 {
  1099. margin-left: 16.66666667%;
  1100. }
  1101. .col-sm-offset-1 {
  1102. margin-left: 8.33333333%;
  1103. }
  1104. .col-sm-offset-0 {
  1105. margin-left: 0%;
  1106. }
  1107. }
  1108. @media (min-width: 992px) {
  1109. .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 {
  1110. float: left;
  1111. }
  1112. .col-md-12 {
  1113. width: 100%;
  1114. }
  1115. .col-md-11 {
  1116. width: 91.66666667%;
  1117. }
  1118. .col-md-10 {
  1119. width: 83.33333333%;
  1120. }
  1121. .col-md-9 {
  1122. width: 75%;
  1123. }
  1124. .col-md-8 {
  1125. width: 66.66666667%;
  1126. }
  1127. .col-md-7 {
  1128. width: 58.33333333%;
  1129. }
  1130. .col-md-6 {
  1131. width: 50%;
  1132. }
  1133. .col-md-5 {
  1134. width: 41.66666667%;
  1135. }
  1136. .col-md-4 {
  1137. width: 33.33333333%;
  1138. }
  1139. .col-md-3 {
  1140. width: 25%;
  1141. }
  1142. .col-md-2 {
  1143. width: 16.66666667%;
  1144. }
  1145. .col-md-1 {
  1146. width: 8.33333333%;
  1147. }
  1148. .col-md-pull-12 {
  1149. right: 100%;
  1150. }
  1151. .col-md-pull-11 {
  1152. right: 91.66666667%;
  1153. }
  1154. .col-md-pull-10 {
  1155. right: 83.33333333%;
  1156. }
  1157. .col-md-pull-9 {
  1158. right: 75%;
  1159. }
  1160. .col-md-pull-8 {
  1161. right: 66.66666667%;
  1162. }
  1163. .col-md-pull-7 {
  1164. right: 58.33333333%;
  1165. }
  1166. .col-md-pull-6 {
  1167. right: 50%;
  1168. }
  1169. .col-md-pull-5 {
  1170. right: 41.66666667%;
  1171. }
  1172. .col-md-pull-4 {
  1173. right: 33.33333333%;
  1174. }
  1175. .col-md-pull-3 {
  1176. right: 25%;
  1177. }
  1178. .col-md-pull-2 {
  1179. right: 16.66666667%;
  1180. }
  1181. .col-md-pull-1 {
  1182. right: 8.33333333%;
  1183. }
  1184. .col-md-pull-0 {
  1185. right: auto;
  1186. }
  1187. .col-md-push-12 {
  1188. left: 100%;
  1189. }
  1190. .col-md-push-11 {
  1191. left: 91.66666667%;
  1192. }
  1193. .col-md-push-10 {
  1194. left: 83.33333333%;
  1195. }
  1196. .col-md-push-9 {
  1197. left: 75%;
  1198. }
  1199. .col-md-push-8 {
  1200. left: 66.66666667%;
  1201. }
  1202. .col-md-push-7 {
  1203. left: 58.33333333%;
  1204. }
  1205. .col-md-push-6 {
  1206. left: 50%;
  1207. }
  1208. .col-md-push-5 {
  1209. left: 41.66666667%;
  1210. }
  1211. .col-md-push-4 {
  1212. left: 33.33333333%;
  1213. }
  1214. .col-md-push-3 {
  1215. left: 25%;
  1216. }
  1217. .col-md-push-2 {
  1218. left: 16.66666667%;
  1219. }
  1220. .col-md-push-1 {
  1221. left: 8.33333333%;
  1222. }
  1223. .col-md-push-0 {
  1224. left: auto;
  1225. }
  1226. .col-md-offset-12 {
  1227. margin-left: 100%;
  1228. }
  1229. .col-md-offset-11 {
  1230. margin-left: 91.66666667%;
  1231. }
  1232. .col-md-offset-10 {
  1233. margin-left: 83.33333333%;
  1234. }
  1235. .col-md-offset-9 {
  1236. margin-left: 75%;
  1237. }
  1238. .col-md-offset-8 {
  1239. margin-left: 66.66666667%;
  1240. }
  1241. .col-md-offset-7 {
  1242. margin-left: 58.33333333%;
  1243. }
  1244. .col-md-offset-6 {
  1245. margin-left: 50%;
  1246. }
  1247. .col-md-offset-5 {
  1248. margin-left: 41.66666667%;
  1249. }
  1250. .col-md-offset-4 {
  1251. margin-left: 33.33333333%;
  1252. }
  1253. .col-md-offset-3 {
  1254. margin-left: 25%;
  1255. }
  1256. .col-md-offset-2 {
  1257. margin-left: 16.66666667%;
  1258. }
  1259. .col-md-offset-1 {
  1260. margin-left: 8.33333333%;
  1261. }
  1262. .col-md-offset-0 {
  1263. margin-left: 0%;
  1264. }
  1265. }
  1266. @media (min-width: 1200px) {
  1267. .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 {
  1268. float: left;
  1269. }
  1270. .col-lg-12 {
  1271. width: 100%;
  1272. }
  1273. .col-lg-11 {
  1274. width: 91.66666667%;
  1275. }
  1276. .col-lg-10 {
  1277. width: 83.33333333%;
  1278. }
  1279. .col-lg-9 {
  1280. width: 75%;
  1281. }
  1282. .col-lg-8 {
  1283. width: 66.66666667%;
  1284. }
  1285. .col-lg-7 {
  1286. width: 58.33333333%;
  1287. }
  1288. .col-lg-6 {
  1289. width: 50%;
  1290. }
  1291. .col-lg-5 {
  1292. width: 41.66666667%;
  1293. }
  1294. .col-lg-4 {
  1295. width: 33.33333333%;
  1296. }
  1297. .col-lg-3 {
  1298. width: 25%;
  1299. }
  1300. .col-lg-2 {
  1301. width: 16.66666667%;
  1302. }
  1303. .col-lg-1 {
  1304. width: 8.33333333%;
  1305. }
  1306. .col-lg-pull-12 {
  1307. right: 100%;
  1308. }
  1309. .col-lg-pull-11 {
  1310. right: 91.66666667%;
  1311. }
  1312. .col-lg-pull-10 {
  1313. right: 83.33333333%;
  1314. }
  1315. .col-lg-pull-9 {
  1316. right: 75%;
  1317. }
  1318. .col-lg-pull-8 {
  1319. right: 66.66666667%;
  1320. }
  1321. .col-lg-pull-7 {
  1322. right: 58.33333333%;
  1323. }
  1324. .col-lg-pull-6 {
  1325. right: 50%;
  1326. }
  1327. .col-lg-pull-5 {
  1328. right: 41.66666667%;
  1329. }
  1330. .col-lg-pull-4 {
  1331. right: 33.33333333%;
  1332. }
  1333. .col-lg-pull-3 {
  1334. right: 25%;
  1335. }
  1336. .col-lg-pull-2 {
  1337. right: 16.66666667%;
  1338. }
  1339. .col-lg-pull-1 {
  1340. right: 8.33333333%;
  1341. }
  1342. .col-lg-pull-0 {
  1343. right: auto;
  1344. }
  1345. .col-lg-push-12 {
  1346. left: 100%;
  1347. }
  1348. .col-lg-push-11 {
  1349. left: 91.66666667%;
  1350. }
  1351. .col-lg-push-10 {
  1352. left: 83.33333333%;
  1353. }
  1354. .col-lg-push-9 {
  1355. left: 75%;
  1356. }
  1357. .col-lg-push-8 {
  1358. left: 66.66666667%;
  1359. }
  1360. .col-lg-push-7 {
  1361. left: 58.33333333%;
  1362. }
  1363. .col-lg-push-6 {
  1364. left: 50%;
  1365. }
  1366. .col-lg-push-5 {
  1367. left: 41.66666667%;
  1368. }
  1369. .col-lg-push-4 {
  1370. left: 33.33333333%;
  1371. }
  1372. .col-lg-push-3 {
  1373. left: 25%;
  1374. }
  1375. .col-lg-push-2 {
  1376. left: 16.66666667%;
  1377. }
  1378. .col-lg-push-1 {
  1379. left: 8.33333333%;
  1380. }
  1381. .col-lg-push-0 {
  1382. left: auto;
  1383. }
  1384. .col-lg-offset-12 {
  1385. margin-left: 100%;
  1386. }
  1387. .col-lg-offset-11 {
  1388. margin-left: 91.66666667%;
  1389. }
  1390. .col-lg-offset-10 {
  1391. margin-left: 83.33333333%;
  1392. }
  1393. .col-lg-offset-9 {
  1394. margin-left: 75%;
  1395. }
  1396. .col-lg-offset-8 {
  1397. margin-left: 66.66666667%;
  1398. }
  1399. .col-lg-offset-7 {
  1400. margin-left: 58.33333333%;
  1401. }
  1402. .col-lg-offset-6 {
  1403. margin-left: 50%;
  1404. }
  1405. .col-lg-offset-5 {
  1406. margin-left: 41.66666667%;
  1407. }
  1408. .col-lg-offset-4 {
  1409. margin-left: 33.33333333%;
  1410. }
  1411. .col-lg-offset-3 {
  1412. margin-left: 25%;
  1413. }
  1414. .col-lg-offset-2 {
  1415. margin-left: 16.66666667%;
  1416. }
  1417. .col-lg-offset-1 {
  1418. margin-left: 8.33333333%;
  1419. }
  1420. .col-lg-offset-0 {
  1421. margin-left: 0%;
  1422. }
  1423. }
  1424. table {
  1425. background-color: transparent;
  1426. }
  1427. caption {
  1428. padding-top: 8px;
  1429. padding-bottom: 8px;
  1430. color: #777777;
  1431. text-align: left;
  1432. }
  1433. th {
  1434. text-align: left;
  1435. }
  1436. .table {
  1437. width: 100%;
  1438. max-width: 100%;
  1439. margin-bottom: 20px;
  1440. }
  1441. .table > thead > tr > th,
  1442. .table > tbody > tr > th,
  1443. .table > tfoot > tr > th,
  1444. .table > thead > tr > td,
  1445. .table > tbody > tr > td,
  1446. .table > tfoot > tr > td {
  1447. padding: 8px;
  1448. line-height: 1.42857143;
  1449. vertical-align: top;
  1450. border-top: 1px solid #dddddd;
  1451. }
  1452. .table > thead > tr > th {
  1453. vertical-align: bottom;
  1454. border-bottom: 2px solid #dddddd;
  1455. }
  1456. .table > caption + thead > tr:first-child > th,
  1457. .table > colgroup + thead > tr:first-child > th,
  1458. .table > thead:first-child > tr:first-child > th,
  1459. .table > caption + thead > tr:first-child > td,
  1460. .table > colgroup + thead > tr:first-child > td,
  1461. .table > thead:first-child > tr:first-child > td {
  1462. border-top: 0;
  1463. }
  1464. .table > tbody + tbody {
  1465. border-top: 2px solid #dddddd;
  1466. }
  1467. .table .table {
  1468. background-color: #ffffff;
  1469. }
  1470. .table-condensed > thead > tr > th,
  1471. .table-condensed > tbody > tr > th,
  1472. .table-condensed > tfoot > tr > th,
  1473. .table-condensed > thead > tr > td,
  1474. .table-condensed > tbody > tr > td,
  1475. .table-condensed > tfoot > tr > td {
  1476. padding: 5px;
  1477. }
  1478. .table-bordered {
  1479. border: 1px solid #dddddd;
  1480. }
  1481. .table-bordered > thead > tr > th,
  1482. .table-bordered > tbody > tr > th,
  1483. .table-bordered > tfoot > tr > th,
  1484. .table-bordered > thead > tr > td,
  1485. .table-bordered > tbody > tr > td,
  1486. .table-bordered > tfoot > tr > td {
  1487. border: 1px solid #dddddd;
  1488. }
  1489. .table-bordered > thead > tr > th,
  1490. .table-bordered > thead > tr > td {
  1491. border-bottom-width: 2px;
  1492. }
  1493. .table-striped > tbody > tr:nth-child(odd) {
  1494. background-color: #f9f9f9;
  1495. }
  1496. .table-hover > tbody > tr:hover {
  1497. background-color: #f5f5f5;
  1498. }
  1499. table col[class*="col-"] {
  1500. position: static;
  1501. float: none;
  1502. display: table-column;
  1503. }
  1504. table td[class*="col-"],
  1505. table th[class*="col-"] {
  1506. position: static;
  1507. float: none;
  1508. display: table-cell;
  1509. }
  1510. .table > thead > tr > td.active,
  1511. .table > tbody > tr > td.active,
  1512. .table > tfoot > tr > td.active,
  1513. .table > thead > tr > th.active,
  1514. .table > tbody > tr > th.active,
  1515. .table > tfoot > tr > th.active,
  1516. .table > thead > tr.active > td,
  1517. .table > tbody > tr.active > td,
  1518. .table > tfoot > tr.active > td,
  1519. .table > thead > tr.active > th,
  1520. .table > tbody > tr.active > th,
  1521. .table > tfoot > tr.active > th {
  1522. background-color: #f5f5f5;
  1523. }
  1524. .table-hover > tbody > tr > td.active:hover,
  1525. .table-hover > tbody > tr > th.active:hover,
  1526. .table-hover > tbody > tr.active:hover > td,
  1527. .table-hover > tbody > tr:hover > .active,
  1528. .table-hover > tbody > tr.active:hover > th {
  1529. background-color: #e8e8e8;
  1530. }
  1531. .table > thead > tr > td.success,
  1532. .table > tbody > tr > td.success,
  1533. .table > tfoot > tr > td.success,
  1534. .table > thead > tr > th.success,
  1535. .table > tbody > tr > th.success,
  1536. .table > tfoot > tr > th.success,
  1537. .table > thead > tr.success > td,
  1538. .table > tbody > tr.success > td,
  1539. .table > tfoot > tr.success > td,
  1540. .table > thead > tr.success > th,
  1541. .table > tbody > tr.success > th,
  1542. .table > tfoot > tr.success > th {
  1543. background-color: #dff0d8;
  1544. }
  1545. .table-hover > tbody > tr > td.success:hover,
  1546. .table-hover > tbody > tr > th.success:hover,
  1547. .table-hover > tbody > tr.success:hover > td,
  1548. .table-hover > tbody > tr:hover > .success,
  1549. .table-hover > tbody > tr.success:hover > th {
  1550. background-color: #d0e9c6;
  1551. }
  1552. .table > thead > tr > td.info,
  1553. .table > tbody > tr > td.info,
  1554. .table > tfoot > tr > td.info,
  1555. .table > thead > tr > th.info,
  1556. .table > tbody > tr > th.info,
  1557. .table > tfoot > tr > th.info,
  1558. .table > thead > tr.info > td,
  1559. .table > tbody > tr.info > td,
  1560. .table > tfoot > tr.info > td,
  1561. .table > thead > tr.info > th,
  1562. .table > tbody > tr.info > th,
  1563. .table > tfoot > tr.info > th {
  1564. background-color: #d9edf7;
  1565. }
  1566. .table-hover > tbody > tr > td.info:hover,
  1567. .table-hover > tbody > tr > th.info:hover,
  1568. .table-hover > tbody > tr.info:hover > td,
  1569. .table-hover > tbody > tr:hover > .info,
  1570. .table-hover > tbody > tr.info:hover > th {
  1571. background-color: #c4e3f3;
  1572. }
  1573. .table > thead > tr > td.warning,
  1574. .table > tbody > tr > td.warning,
  1575. .table > tfoot > tr > td.warning,
  1576. .table > thead > tr > th.warning,
  1577. .table > tbody > tr > th.warning,
  1578. .table > tfoot > tr > th.warning,
  1579. .table > thead > tr.warning > td,
  1580. .table > tbody > tr.warning > td,
  1581. .table > tfoot > tr.warning > td,
  1582. .table > thead > tr.warning > th,
  1583. .table > tbody > tr.warning > th,
  1584. .table > tfoot > tr.warning > th {
  1585. background-color: #fcf8e3;
  1586. }
  1587. .table-hover > tbody > tr > td.warning:hover,
  1588. .table-hover > tbody > tr > th.warning:hover,
  1589. .table-hover > tbody > tr.warning:hover > td,
  1590. .table-hover > tbody > tr:hover > .warning,
  1591. .table-hover > tbody > tr.warning:hover > th {
  1592. background-color: #faf2cc;
  1593. }
  1594. .table > thead > tr > td.danger,
  1595. .table > tbody > tr > td.danger,
  1596. .table > tfoot > tr > td.danger,
  1597. .table > thead > tr > th.danger,
  1598. .table > tbody > tr > th.danger,
  1599. .table > tfoot > tr > th.danger,
  1600. .table > thead > tr.danger > td,
  1601. .table > tbody > tr.danger > td,
  1602. .table > tfoot > tr.danger > td,
  1603. .table > thead > tr.danger > th,
  1604. .table > tbody > tr.danger > th,
  1605. .table > tfoot > tr.danger > th {
  1606. background-color: #f2dede;
  1607. }
  1608. .table-hover > tbody > tr > td.danger:hover,
  1609. .table-hover > tbody > tr > th.danger:hover,
  1610. .table-hover > tbody > tr.danger:hover > td,
  1611. .table-hover > tbody > tr:hover > .danger,
  1612. .table-hover > tbody > tr.danger:hover > th {
  1613. background-color: #ebcccc;
  1614. }
  1615. .table-responsive {
  1616. overflow-x: auto;
  1617. min-height: 0.01%;
  1618. }
  1619. @media screen and (max-width: 767px) {
  1620. .table-responsive {
  1621. width: 100%;
  1622. margin-bottom: 15px;
  1623. overflow-y: hidden;
  1624. -ms-overflow-style: -ms-autohiding-scrollbar;
  1625. border: 1px solid #dddddd;
  1626. }
  1627. .table-responsive > .table {
  1628. margin-bottom: 0;
  1629. }
  1630. .table-responsive > .table > thead > tr > th,
  1631. .table-responsive > .table > tbody > tr > th,
  1632. .table-responsive > .table > tfoot > tr > th,
  1633. .table-responsive > .table > thead > tr > td,
  1634. .table-responsive > .table > tbody > tr > td,
  1635. .table-responsive > .table > tfoot > tr > td {
  1636. white-space: nowrap;
  1637. }
  1638. .table-responsive > .table-bordered {
  1639. border: 0;
  1640. }
  1641. .table-responsive > .table-bordered > thead > tr > th:first-child,
  1642. .table-responsive > .table-bordered > tbody > tr > th:first-child,
  1643. .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  1644. .table-responsive > .table-bordered > thead > tr > td:first-child,
  1645. .table-responsive > .table-bordered > tbody > tr > td:first-child,
  1646. .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  1647. border-left: 0;
  1648. }
  1649. .table-responsive > .table-bordered > thead > tr > th:last-child,
  1650. .table-responsive > .table-bordered > tbody > tr > th:last-child,
  1651. .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  1652. .table-responsive > .table-bordered > thead > tr > td:last-child,
  1653. .table-responsive > .table-bordered > tbody > tr > td:last-child,
  1654. .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  1655. border-right: 0;
  1656. }
  1657. .table-responsive > .table-bordered > tbody > tr:last-child > th,
  1658. .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  1659. .table-responsive > .table-bordered > tbody > tr:last-child > td,
  1660. .table-responsive > .table-bordered > tfoot > tr:last-child > td {
  1661. border-bottom: 0;
  1662. }
  1663. }
  1664. fieldset {
  1665. padding: 0;
  1666. margin: 0;
  1667. border: 0;
  1668. min-width: 0;
  1669. }
  1670. legend {
  1671. display: block;
  1672. width: 100%;
  1673. padding: 0;
  1674. margin-bottom: 20px;
  1675. font-size: 21px;
  1676. line-height: inherit;
  1677. color: #333333;
  1678. border: 0;
  1679. border-bottom: 1px solid #e5e5e5;
  1680. }
  1681. label {
  1682. display: inline-block;
  1683. max-width: 100%;
  1684. margin-bottom: 5px;
  1685. font-weight: bold;
  1686. }
  1687. input[type="search"] {
  1688. -webkit-box-sizing: border-box;
  1689. -moz-box-sizing: border-box;
  1690. box-sizing: border-box;
  1691. }
  1692. input[type="radio"],
  1693. input[type="checkbox"] {
  1694. margin: 4px 0 0;
  1695. margin-top: 1px \9;
  1696. line-height: normal;
  1697. }
  1698. input[type="file"] {
  1699. display: block;
  1700. }
  1701. input[type="range"] {
  1702. display: block;
  1703. width: 100%;
  1704. }
  1705. select[multiple],
  1706. select[size] {
  1707. height: auto;
  1708. }
  1709. input[type="file"]:focus,
  1710. input[type="radio"]:focus,
  1711. input[type="checkbox"]:focus {
  1712. outline: thin dotted;
  1713. outline: 5px auto -webkit-focus-ring-color;
  1714. outline-offset: -2px;
  1715. }
  1716. output {
  1717. display: block;
  1718. padding-top: 7px;
  1719. font-size: 14px;
  1720. line-height: 1.42857143;
  1721. color: #555555;
  1722. }
  1723. .form-control {
  1724. display: block;
  1725. width: 100%;
  1726. height: 34px;
  1727. padding: 6px 12px;
  1728. font-size: 14px;
  1729. line-height: 1.42857143;
  1730. color: #555555;
  1731. background-color: #ffffff;
  1732. background-image: none;
  1733. border: 1px solid #cccccc;
  1734. border-radius: 4px;
  1735. -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  1736. -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  1737. box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  1738. -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  1739. -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  1740. transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  1741. }
  1742. .form-control:focus {
  1743. border-color: #66afe9;
  1744. outline: 0;
  1745. -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  1746. -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  1747. box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  1748. }
  1749. .form-control::-moz-placeholder {
  1750. color: #999999;
  1751. opacity: 1;
  1752. }
  1753. .form-control:-ms-input-placeholder {
  1754. color: #999999;
  1755. }
  1756. .form-control::-webkit-input-placeholder {
  1757. color: #999999;
  1758. }
  1759. .form-control[disabled],
  1760. .form-control[readonly],
  1761. fieldset[disabled] .form-control {
  1762. cursor: not-allowed;
  1763. background-color: #eeeeee;
  1764. opacity: 1;
  1765. }
  1766. textarea.form-control {
  1767. height: auto;
  1768. }
  1769. input[type="search"] {
  1770. -webkit-appearance: none;
  1771. }
  1772. @media screen and (-webkit-min-device-pixel-ratio: 0) {
  1773. input[type="date"],
  1774. input[type="time"],
  1775. input[type="datetime-local"],
  1776. input[type="month"] {
  1777. line-height: 34px;
  1778. }
  1779. input[type="date"].input-sm,
  1780. input[type="time"].input-sm,
  1781. input[type="datetime-local"].input-sm,
  1782. input[type="month"].input-sm {
  1783. line-height: 30px;
  1784. }
  1785. input[type="date"].input-lg,
  1786. input[type="time"].input-lg,
  1787. input[type="datetime-local"].input-lg,
  1788. input[type="month"].input-lg {
  1789. line-height: 46px;
  1790. }
  1791. }
  1792. .form-group {
  1793. margin-bottom: 15px;
  1794. }
  1795. .radio,
  1796. .checkbox {
  1797. position: relative;
  1798. display: block;
  1799. margin-top: 10px;
  1800. margin-bottom: 10px;
  1801. }
  1802. .radio label,
  1803. .checkbox label {
  1804. min-height: 20px;
  1805. padding-left: 20px;
  1806. margin-bottom: 0;
  1807. font-weight: normal;
  1808. cursor: pointer;
  1809. }
  1810. .radio input[type="radio"],
  1811. .radio-inline input[type="radio"],
  1812. .checkbox input[type="checkbox"],
  1813. .checkbox-inline input[type="checkbox"] {
  1814. position: absolute;
  1815. margin-left: -20px;
  1816. margin-top: 4px \9;
  1817. }
  1818. .radio + .radio,
  1819. .checkbox + .checkbox {
  1820. margin-top: -5px;
  1821. }
  1822. .radio-inline,
  1823. .checkbox-inline {
  1824. display: inline-block;
  1825. padding-left: 20px;
  1826. margin-bottom: 0;
  1827. vertical-align: middle;
  1828. font-weight: normal;
  1829. cursor: pointer;
  1830. }
  1831. .radio-inline + .radio-inline,
  1832. .checkbox-inline + .checkbox-inline {
  1833. margin-top: 0;
  1834. margin-left: 10px;
  1835. }
  1836. input[type="radio"][disabled],
  1837. input[type="checkbox"][disabled],
  1838. input[type="radio"].disabled,
  1839. input[type="checkbox"].disabled,
  1840. fieldset[disabled] input[type="radio"],
  1841. fieldset[disabled] input[type="checkbox"] {
  1842. cursor: not-allowed;
  1843. }
  1844. .radio-inline.disabled,
  1845. .checkbox-inline.disabled,
  1846. fieldset[disabled] .radio-inline,
  1847. fieldset[disabled] .checkbox-inline {
  1848. cursor: not-allowed;
  1849. }
  1850. .radio.disabled label,
  1851. .checkbox.disabled label,
  1852. fieldset[disabled] .radio label,
  1853. fieldset[disabled] .checkbox label {
  1854. cursor: not-allowed;
  1855. }
  1856. .form-control-static {
  1857. padding-top: 7px;
  1858. padding-bottom: 7px;
  1859. margin-bottom: 0;
  1860. }
  1861. .form-control-static.input-lg,
  1862. .form-control-static.input-sm {
  1863. padding-left: 0;
  1864. padding-right: 0;
  1865. }
  1866. .input-sm,
  1867. .form-group-sm .form-control {
  1868. height: 30px;
  1869. padding: 5px 10px;
  1870. font-size: 12px;
  1871. line-height: 1.5;
  1872. border-radius: 3px;
  1873. }
  1874. select.input-sm,
  1875. select.form-group-sm .form-control {
  1876. height: 30px;
  1877. line-height: 30px;
  1878. }
  1879. textarea.input-sm,
  1880. textarea.form-group-sm .form-control,
  1881. select[multiple].input-sm,
  1882. select[multiple].form-group-sm .form-control {
  1883. height: auto;
  1884. }
  1885. .input-lg,
  1886. .form-group-lg .form-control {
  1887. height: 46px;
  1888. padding: 10px 16px;
  1889. font-size: 18px;
  1890. line-height: 1.33;
  1891. border-radius: 6px;
  1892. }
  1893. select.input-lg,
  1894. select.form-group-lg .form-control {
  1895. height: 46px;
  1896. line-height: 46px;
  1897. }
  1898. textarea.input-lg,
  1899. textarea.form-group-lg .form-control,
  1900. select[multiple].input-lg,
  1901. select[multiple].form-group-lg .form-control {
  1902. height: auto;
  1903. }
  1904. .has-feedback {
  1905. position: relative;
  1906. }
  1907. .has-feedback .form-control {
  1908. padding-right: 42.5px;
  1909. }
  1910. .form-control-feedback {
  1911. position: absolute;
  1912. top: 0;
  1913. right: 0;
  1914. z-index: 2;
  1915. display: block;
  1916. width: 34px;
  1917. height: 34px;
  1918. line-height: 34px;
  1919. text-align: center;
  1920. pointer-events: none;
  1921. }
  1922. .input-lg + .form-control-feedback {
  1923. width: 46px;
  1924. height: 46px;
  1925. line-height: 46px;
  1926. }
  1927. .input-sm + .form-control-feedback {
  1928. width: 30px;
  1929. height: 30px;
  1930. line-height: 30px;
  1931. }
  1932. .has-success .help-block,
  1933. .has-success .control-label,
  1934. .has-success .radio,
  1935. .has-success .checkbox,
  1936. .has-success .radio-inline,
  1937. .has-success .checkbox-inline,
  1938. .has-success.radio label,
  1939. .has-success.checkbox label,
  1940. .has-success.radio-inline label,
  1941. .has-success.checkbox-inline label {
  1942. color: #3c763d;
  1943. }
  1944. .has-success .form-control {
  1945. border-color: #3c763d;
  1946. -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  1947. -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  1948. box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  1949. }
  1950. .has-success .form-control:focus {
  1951. border-color: #2b542c;
  1952. -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  1953. -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  1954. box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  1955. }
  1956. .has-success .input-group-addon {
  1957. color: #3c763d;
  1958. border-color: #3c763d;
  1959. background-color: #dff0d8;
  1960. }
  1961. .has-success .form-control-feedback {
  1962. color: #3c763d;
  1963. }
  1964. .has-warning .help-block,
  1965. .has-warning .control-label,
  1966. .has-warning .radio,
  1967. .has-warning .checkbox,
  1968. .has-warning .radio-inline,
  1969. .has-warning .checkbox-inline,
  1970. .has-warning.radio label,
  1971. .has-warning.checkbox label,
  1972. .has-warning.radio-inline label,
  1973. .has-warning.checkbox-inline label {
  1974. color: #8a6d3b;
  1975. }
  1976. .has-warning .form-control {
  1977. border-color: #8a6d3b;
  1978. -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  1979. -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  1980. box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  1981. }
  1982. .has-warning .form-control:focus {
  1983. border-color: #66512c;
  1984. -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  1985. -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  1986. box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  1987. }
  1988. .has-warning .input-group-addon {
  1989. color: #8a6d3b;
  1990. border-color: #8a6d3b;
  1991. background-color: #fcf8e3;
  1992. }
  1993. .has-warning .form-control-feedback {
  1994. color: #8a6d3b;
  1995. }
  1996. .has-error .help-block,
  1997. .has-error .control-label,
  1998. .has-error .radio,
  1999. .has-error .checkbox,
  2000. .has-error .radio-inline,
  2001. .has-error .checkbox-inline,
  2002. .has-error.radio label,
  2003. .has-error.checkbox label,
  2004. .has-error.radio-inline label,
  2005. .has-error.checkbox-inline label {
  2006. color: #a94442;
  2007. }
  2008. .has-error .form-control {
  2009. border-color: #a94442;
  2010. -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  2011. -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  2012. box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  2013. }
  2014. .has-error .form-control:focus {
  2015. border-color: #843534;
  2016. -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  2017. -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  2018. box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  2019. }
  2020. .has-error .input-group-addon {
  2021. color: #a94442;
  2022. border-color: #a94442;
  2023. background-color: #f2dede;
  2024. }
  2025. .has-error .form-control-feedback {
  2026. color: #a94442;
  2027. }
  2028. .has-feedback label ~ .form-control-feedback {
  2029. top: 25px;
  2030. }
  2031. .has-feedback label.sr-only ~ .form-control-feedback {
  2032. top: 0;
  2033. }
  2034. .help-block {
  2035. display: block;
  2036. margin-top: 5px;
  2037. margin-bottom: 10px;
  2038. color: #737373;
  2039. }
  2040. @media (min-width: 768px) {
  2041. .form-inline .form-group {
  2042. display: inline-block;
  2043. margin-bottom: 0;
  2044. vertical-align: middle;
  2045. }
  2046. .form-inline .form-control {
  2047. display: inline-block;
  2048. width: auto;
  2049. vertical-align: middle;
  2050. }
  2051. .form-inline .form-control-static {
  2052. display: inline-block;
  2053. }
  2054. .form-inline .input-group {
  2055. display: inline-table;
  2056. vertical-align: middle;
  2057. }
  2058. .form-inline .input-group .input-group-addon,
  2059. .form-inline .input-group .input-group-btn,
  2060. .form-inline .input-group .form-control {
  2061. width: auto;
  2062. }
  2063. .form-inline .input-group > .form-control {
  2064. width: 100%;
  2065. }
  2066. .form-inline .control-label {
  2067. margin-bottom: 0;
  2068. vertical-align: middle;
  2069. }
  2070. .form-inline .radio,
  2071. .form-inline .checkbox {
  2072. display: inline-block;
  2073. margin-top: 0;
  2074. margin-bottom: 0;
  2075. vertical-align: middle;
  2076. }
  2077. .form-inline .radio label,
  2078. .form-inline .checkbox label {
  2079. padding-left: 0;
  2080. }
  2081. .form-inline .radio input[type="radio"],
  2082. .form-inline .checkbox input[type="checkbox"] {
  2083. position: relative;
  2084. margin-left: 0;
  2085. }
  2086. .form-inline .has-feedback .form-control-feedback {
  2087. top: 0;
  2088. }
  2089. }
  2090. .form-horizontal .radio,
  2091. .form-horizontal .checkbox,
  2092. .form-horizontal .radio-inline,
  2093. .form-horizontal .checkbox-inline {
  2094. margin-top: 0;
  2095. margin-bottom: 0;
  2096. padding-top: 7px;
  2097. }
  2098. .form-horizontal .radio,
  2099. .form-horizontal .checkbox {
  2100. min-height: 27px;
  2101. }
  2102. .form-horizontal .form-group {
  2103. margin-left: -15px;
  2104. margin-right: -15px;
  2105. }
  2106. @media (min-width: 768px) {
  2107. .form-horizontal .control-label {
  2108. text-align: right;
  2109. margin-bottom: 0;
  2110. padding-top: 7px;
  2111. }
  2112. }
  2113. .form-horizontal .has-feedback .form-control-feedback {
  2114. right: 15px;
  2115. }
  2116. @media (min-width: 768px) {
  2117. .form-horizontal .form-group-lg .control-label {
  2118. padding-top: 14.3px;
  2119. }
  2120. }
  2121. @media (min-width: 768px) {
  2122. .form-horizontal .form-group-sm .control-label {
  2123. padding-top: 6px;
  2124. }
  2125. }
  2126. .btn {
  2127. display: inline-block;
  2128. margin-bottom: 0;
  2129. font-weight: normal;
  2130. text-align: center;
  2131. vertical-align: middle;
  2132. touch-action: manipulation;
  2133. cursor: pointer;
  2134. background-image: none;
  2135. border: 1px solid transparent;
  2136. white-space: nowrap;
  2137. padding: 6px 12px;
  2138. font-size: 14px;
  2139. line-height: 1.42857143;
  2140. border-radius: 4px;
  2141. -webkit-user-select: none;
  2142. -moz-user-select: none;
  2143. -ms-user-select: none;
  2144. user-select: none;
  2145. }
  2146. .btn:focus,
  2147. .btn:active:focus,
  2148. .btn.active:focus,
  2149. .btn.focus,
  2150. .btn:active.focus,
  2151. .btn.active.focus {
  2152. outline: thin dotted;
  2153. outline: 5px auto -webkit-focus-ring-color;
  2154. outline-offset: -2px;
  2155. }
  2156. .btn:hover,
  2157. .btn:focus,
  2158. .btn.focus {
  2159. color: #333333;
  2160. text-decoration: none;
  2161. }
  2162. .btn:active,
  2163. .btn.active {
  2164. outline: 0;
  2165. background-image: none;
  2166. -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  2167. -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  2168. box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  2169. }
  2170. .btn.disabled,
  2171. .btn[disabled],
  2172. fieldset[disabled] .btn {
  2173. cursor: not-allowed;
  2174. pointer-events: none;
  2175. opacity: 0.65;
  2176. filter: alpha(opacity=65);
  2177. -webkit-box-shadow: none;
  2178. -moz-box-shadow: none;
  2179. box-shadow: none;
  2180. }
  2181. .btn-default {
  2182. color: #333333;
  2183. background-color: #ffffff;
  2184. border-color: #cccccc;
  2185. }
  2186. .btn-default:hover,
  2187. .btn-default:focus,
  2188. .btn-default.focus,
  2189. .btn-default:active,
  2190. .btn-default.active,
  2191. .open > .dropdown-toggle.btn-default {
  2192. color: #333333;
  2193. background-color: #e6e6e6;
  2194. border-color: #adadad;
  2195. }
  2196. .btn-default:active,
  2197. .btn-default.active,
  2198. .open > .dropdown-toggle.btn-default {
  2199. background-image: none;
  2200. }
  2201. .btn-default.disabled,
  2202. .btn-default[disabled],
  2203. fieldset[disabled] .btn-default,
  2204. .btn-default.disabled:hover,
  2205. .btn-default[disabled]:hover,
  2206. fieldset[disabled] .btn-default:hover,
  2207. .btn-default.disabled:focus,
  2208. .btn-default[disabled]:focus,
  2209. fieldset[disabled] .btn-default:focus,
  2210. .btn-default.disabled.focus,
  2211. .btn-default[disabled].focus,
  2212. fieldset[disabled] .btn-default.focus,
  2213. .btn-default.disabled:active,
  2214. .btn-default[disabled]:active,
  2215. fieldset[disabled] .btn-default:active,
  2216. .btn-default.disabled.active,
  2217. .btn-default[disabled].active,
  2218. fieldset[disabled] .btn-default.active {
  2219. background-color: #ffffff;
  2220. border-color: #cccccc;
  2221. }
  2222. .btn-default .badge {
  2223. color: #ffffff;
  2224. background-color: #333333;
  2225. }
  2226. .btn-primary {
  2227. color: #ffffff;
  2228. background-color: #337ab7;
  2229. border-color: #2e6da4;
  2230. }
  2231. .btn-primary:hover,
  2232. .btn-primary:focus,
  2233. .btn-primary.focus,
  2234. .btn-primary:active,
  2235. .btn-primary.active,
  2236. .open > .dropdown-toggle.btn-primary {
  2237. color: #ffffff;
  2238. background-color: #286090;
  2239. border-color: #204d74;
  2240. }
  2241. .btn-primary:active,
  2242. .btn-primary.active,
  2243. .open > .dropdown-toggle.btn-primary {
  2244. background-image: none;
  2245. }
  2246. .btn-primary.disabled,
  2247. .btn-primary[disabled],
  2248. fieldset[disabled] .btn-primary,
  2249. .btn-primary.disabled:hover,
  2250. .btn-primary[disabled]:hover,
  2251. fieldset[disabled] .btn-primary:hover,
  2252. .btn-primary.disabled:focus,
  2253. .btn-primary[disabled]:focus,
  2254. fieldset[disabled] .btn-primary:focus,
  2255. .btn-primary.disabled.focus,
  2256. .btn-primary[disabled].focus,
  2257. fieldset[disabled] .btn-primary.focus,
  2258. .btn-primary.disabled:active,
  2259. .btn-primary[disabled]:active,
  2260. fieldset[disabled] .btn-primary:active,
  2261. .btn-primary.disabled.active,
  2262. .btn-primary[disabled].active,
  2263. fieldset[disabled] .btn-primary.active {
  2264. background-color: #337ab7;
  2265. border-color: #2e6da4;
  2266. }
  2267. .btn-primary .badge {
  2268. color: #337ab7;
  2269. background-color: #ffffff;
  2270. }
  2271. .btn-success {
  2272. color: #ffffff;
  2273. background-color: #5cb85c;
  2274. border-color: #4cae4c;
  2275. }
  2276. .btn-success:hover,
  2277. .btn-success:focus,
  2278. .btn-success.focus,
  2279. .btn-success:active,
  2280. .btn-success.active,
  2281. .open > .dropdown-toggle.btn-success {
  2282. color: #ffffff;
  2283. background-color: #449d44;
  2284. border-color: #398439;
  2285. }
  2286. .btn-success:active,
  2287. .btn-success.active,
  2288. .open > .dropdown-toggle.btn-success {
  2289. background-image: none;
  2290. }
  2291. .btn-success.disabled,
  2292. .btn-success[disabled],
  2293. fieldset[disabled] .btn-success,
  2294. .btn-success.disabled:hover,
  2295. .btn-success[disabled]:hover,
  2296. fieldset[disabled] .btn-success:hover,
  2297. .btn-success.disabled:focus,
  2298. .btn-success[disabled]:focus,
  2299. fieldset[disabled] .btn-success:focus,
  2300. .btn-success.disabled.focus,
  2301. .btn-success[disabled].focus,
  2302. fieldset[disabled] .btn-success.focus,
  2303. .btn-success.disabled:active,
  2304. .btn-success[disabled]:active,
  2305. fieldset[disabled] .btn-success:active,
  2306. .btn-success.disabled.active,
  2307. .btn-success[disabled].active,
  2308. fieldset[disabled] .btn-success.active {
  2309. background-color: #5cb85c;
  2310. border-color: #4cae4c;
  2311. }
  2312. .btn-success .badge {
  2313. color: #5cb85c;
  2314. background-color: #ffffff;
  2315. }
  2316. .btn-info {
  2317. color: #ffffff;
  2318. background-color: #5bc0de;
  2319. border-color: #46b8da;
  2320. }
  2321. .btn-info:hover,
  2322. .btn-info:focus,
  2323. .btn-info.focus,
  2324. .btn-info:active,
  2325. .btn-info.active,
  2326. .open > .dropdown-toggle.btn-info {
  2327. color: #ffffff;
  2328. background-color: #31b0d5;
  2329. border-color: #269abc;
  2330. }
  2331. .btn-info:active,
  2332. .btn-info.active,
  2333. .open > .dropdown-toggle.btn-info {
  2334. background-image: none;
  2335. }
  2336. .btn-info.disabled,
  2337. .btn-info[disabled],
  2338. fieldset[disabled] .btn-info,
  2339. .btn-info.disabled:hover,
  2340. .btn-info[disabled]:hover,
  2341. fieldset[disabled] .btn-info:hover,
  2342. .btn-info.disabled:focus,
  2343. .btn-info[disabled]:focus,
  2344. fieldset[disabled] .btn-info:focus,
  2345. .btn-info.disabled.focus,
  2346. .btn-info[disabled].focus,
  2347. fieldset[disabled] .btn-info.focus,
  2348. .btn-info.disabled:active,
  2349. .btn-info[disabled]:active,
  2350. fieldset[disabled] .btn-info:active,
  2351. .btn-info.disabled.active,
  2352. .btn-info[disabled].active,
  2353. fieldset[disabled] .btn-info.active {
  2354. background-color: #5bc0de;
  2355. border-color: #46b8da;
  2356. }
  2357. .btn-info .badge {
  2358. color: #5bc0de;
  2359. background-color: #ffffff;
  2360. }
  2361. .btn-warning {
  2362. color: #ffffff;
  2363. background-color: #f0ad4e;
  2364. border-color: #eea236;
  2365. }
  2366. .btn-warning:hover,
  2367. .btn-warning:focus,
  2368. .btn-warning.focus,
  2369. .btn-warning:active,
  2370. .btn-warning.active,
  2371. .open > .dropdown-toggle.btn-warning {
  2372. color: #ffffff;
  2373. background-color: #ec971f;
  2374. border-color: #d58512;
  2375. }
  2376. .btn-warning:active,
  2377. .btn-warning.active,
  2378. .open > .dropdown-toggle.btn-warning {
  2379. background-image: none;
  2380. }
  2381. .btn-warning.disabled,
  2382. .btn-warning[disabled],
  2383. fieldset[disabled] .btn-warning,
  2384. .btn-warning.disabled:hover,
  2385. .btn-warning[disabled]:hover,
  2386. fieldset[disabled] .btn-warning:hover,
  2387. .btn-warning.disabled:focus,
  2388. .btn-warning[disabled]:focus,
  2389. fieldset[disabled] .btn-warning:focus,
  2390. .btn-warning.disabled.focus,
  2391. .btn-warning[disabled].focus,
  2392. fieldset[disabled] .btn-warning.focus,
  2393. .btn-warning.disabled:active,
  2394. .btn-warning[disabled]:active,
  2395. fieldset[disabled] .btn-warning:active,
  2396. .btn-warning.disabled.active,
  2397. .btn-warning[disabled].active,
  2398. fieldset[disabled] .btn-warning.active {
  2399. background-color: #f0ad4e;
  2400. border-color: #eea236;
  2401. }
  2402. .btn-warning .badge {
  2403. color: #f0ad4e;
  2404. background-color: #ffffff;
  2405. }
  2406. .btn-danger {
  2407. color: #ffffff;
  2408. background-color: #d9534f;
  2409. border-color: #d43f3a;
  2410. }
  2411. .btn-danger:hover,
  2412. .btn-danger:focus,
  2413. .btn-danger.focus,
  2414. .btn-danger:active,
  2415. .btn-danger.active,
  2416. .open > .dropdown-toggle.btn-danger {
  2417. color: #ffffff;
  2418. background-color: #c9302c;
  2419. border-color: #ac2925;
  2420. }
  2421. .btn-danger:active,
  2422. .btn-danger.active,
  2423. .open > .dropdown-toggle.btn-danger {
  2424. background-image: none;
  2425. }
  2426. .btn-danger.disabled,
  2427. .btn-danger[disabled],
  2428. fieldset[disabled] .btn-danger,
  2429. .btn-danger.disabled:hover,
  2430. .btn-danger[disabled]:hover,
  2431. fieldset[disabled] .btn-danger:hover,
  2432. .btn-danger.disabled:focus,
  2433. .btn-danger[disabled]:focus,
  2434. fieldset[disabled] .btn-danger:focus,
  2435. .btn-danger.disabled.focus,
  2436. .btn-danger[disabled].focus,
  2437. fieldset[disabled] .btn-danger.focus,
  2438. .btn-danger.disabled:active,
  2439. .btn-danger[disabled]:active,
  2440. fieldset[disabled] .btn-danger:active,
  2441. .btn-danger.disabled.active,
  2442. .btn-danger[disabled].active,
  2443. fieldset[disabled] .btn-danger.active {
  2444. background-color: #d9534f;
  2445. border-color: #d43f3a;
  2446. }
  2447. .btn-danger .badge {
  2448. color: #d9534f;
  2449. background-color: #ffffff;
  2450. }
  2451. .btn-link {
  2452. color: #337ab7;
  2453. font-weight: normal;
  2454. border-radius: 0;
  2455. }
  2456. .btn-link,
  2457. .btn-link:active,
  2458. .btn-link.active,
  2459. .btn-link[disabled],
  2460. fieldset[disabled] .btn-link {
  2461. background-color: transparent;
  2462. -webkit-box-shadow: none;
  2463. -moz-box-shadow: none;
  2464. box-shadow: none;
  2465. }
  2466. .btn-link,
  2467. .btn-link:hover,
  2468. .btn-link:focus,
  2469. .btn-link:active {
  2470. border-color: transparent;
  2471. }
  2472. .btn-link:hover,
  2473. .btn-link:focus {
  2474. color: #23527c;
  2475. text-decoration: underline;
  2476. background-color: transparent;
  2477. }
  2478. .btn-link[disabled]:hover,
  2479. fieldset[disabled] .btn-link:hover,
  2480. .btn-link[disabled]:focus,
  2481. fieldset[disabled] .btn-link:focus {
  2482. color: #777777;
  2483. text-decoration: none;
  2484. }
  2485. .btn-lg,
  2486. .btn-group-lg > .btn {
  2487. padding: 10px 16px;
  2488. font-size: 18px;
  2489. line-height: 1.33;
  2490. border-radius: 6px;
  2491. }
  2492. .btn-sm,
  2493. .btn-group-sm > .btn {
  2494. padding: 5px 10px;
  2495. font-size: 12px;
  2496. line-height: 1.5;
  2497. border-radius: 3px;
  2498. }
  2499. .btn-xs,
  2500. .btn-group-xs > .btn {
  2501. padding: 1px 5px;
  2502. font-size: 12px;
  2503. line-height: 1.5;
  2504. border-radius: 3px;
  2505. }
  2506. .btn-block {
  2507. display: block;
  2508. width: 100%;
  2509. }
  2510. .btn-block + .btn-block {
  2511. margin-top: 5px;
  2512. }
  2513. input[type="submit"].btn-block,
  2514. input[type="reset"].btn-block,
  2515. input[type="button"].btn-block {
  2516. width: 100%;
  2517. }
  2518. .fade {
  2519. opacity: 0;
  2520. -webkit-transition: opacity 0.15s linear;
  2521. -o-transition: opacity 0.15s linear;
  2522. transition: opacity 0.15s linear;
  2523. }
  2524. .fade.in {
  2525. opacity: 1;
  2526. }
  2527. .collapse {
  2528. display: none;
  2529. visibility: hidden;
  2530. }
  2531. .collapse.in {
  2532. display: block;
  2533. visibility: visible;
  2534. }
  2535. tr.collapse.in {
  2536. display: table-row;
  2537. }
  2538. tbody.collapse.in {
  2539. display: table-row-group;
  2540. }
  2541. .collapsing {
  2542. position: relative;
  2543. height: 0;
  2544. overflow: hidden;
  2545. -webkit-transition-property: height, visibility;
  2546. transition-property: height, visibility;
  2547. -webkit-transition-duration: 0.35s;
  2548. transition-duration: 0.35s;
  2549. -webkit-transition-timing-function: ease;
  2550. transition-timing-function: ease;
  2551. }
  2552. @font-face {
  2553. font-family: 'Glyphicons Halflings';
  2554. src: url('../bootstrap/fonts/glyphicons-halflings-regular.eot');
  2555. src: url('../bootstrap/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../bootstrap/fonts/glyphicons-halflings-regular.woff') format('woff'), url('../bootstrap/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../bootstrap/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
  2556. }
  2557. .glyphicon {
  2558. position: relative;
  2559. top: 1px;
  2560. display: inline-block;
  2561. font-family: 'Glyphicons Halflings';
  2562. font-style: normal;
  2563. font-weight: normal;
  2564. line-height: 1;
  2565. -webkit-font-smoothing: antialiased;
  2566. -moz-osx-font-smoothing: grayscale;
  2567. }
  2568. .glyphicon-asterisk:before {
  2569. content: "\2a";
  2570. }
  2571. .glyphicon-plus:before {
  2572. content: "\2b";
  2573. }
  2574. .glyphicon-euro:before,
  2575. .glyphicon-eur:before {
  2576. content: "\20ac";
  2577. }
  2578. .glyphicon-minus:before {
  2579. content: "\2212";
  2580. }
  2581. .glyphicon-cloud:before {
  2582. content: "\2601";
  2583. }
  2584. .glyphicon-envelope:before {
  2585. content: "\2709";
  2586. }
  2587. .glyphicon-pencil:before {
  2588. content: "\270f";
  2589. }
  2590. .glyphicon-glass:before {
  2591. content: "\e001";
  2592. }
  2593. .glyphicon-music:before {
  2594. content: "\e002";
  2595. }
  2596. .glyphicon-search:before {
  2597. content: "\e003";
  2598. }
  2599. .glyphicon-heart:before {
  2600. content: "\e005";
  2601. }
  2602. .glyphicon-star:before {
  2603. content: "\e006";
  2604. }
  2605. .glyphicon-star-empty:before {
  2606. content: "\e007";
  2607. }
  2608. .glyphicon-user:before {
  2609. content: "\e008";
  2610. }
  2611. .glyphicon-film:before {
  2612. content: "\e009";
  2613. }
  2614. .glyphicon-th-large:before {
  2615. content: "\e010";
  2616. }
  2617. .glyphicon-th:before {
  2618. content: "\e011";
  2619. }
  2620. .glyphicon-th-list:before {
  2621. content: "\e012";
  2622. }
  2623. .glyphicon-ok:before {
  2624. content: "\e013";
  2625. }
  2626. .glyphicon-remove:before {
  2627. content: "\e014";
  2628. }
  2629. .glyphicon-zoom-in:before {
  2630. content: "\e015";
  2631. }
  2632. .glyphicon-zoom-out:before {
  2633. content: "\e016";
  2634. }
  2635. .glyphicon-off:before {
  2636. content: "\e017";
  2637. }
  2638. .glyphicon-signal:before {
  2639. content: "\e018";
  2640. }
  2641. .glyphicon-cog:before {
  2642. content: "\e019";
  2643. }
  2644. .glyphicon-trash:before {
  2645. content: "\e020";
  2646. }
  2647. .glyphicon-home:before {
  2648. content: "\e021";
  2649. }
  2650. .glyphicon-file:before {
  2651. content: "\e022";
  2652. }
  2653. .glyphicon-time:before {
  2654. content: "\e023";
  2655. }
  2656. .glyphicon-road:before {
  2657. content: "\e024";
  2658. }
  2659. .glyphicon-download-alt:before {
  2660. content: "\e025";
  2661. }
  2662. .glyphicon-download:before {
  2663. content: "\e026";
  2664. }
  2665. .glyphicon-upload:before {
  2666. content: "\e027";
  2667. }
  2668. .glyphicon-inbox:before {
  2669. content: "\e028";
  2670. }
  2671. .glyphicon-play-circle:before {
  2672. content: "\e029";
  2673. }
  2674. .glyphicon-repeat:before {
  2675. content: "\e030";
  2676. }
  2677. .glyphicon-refresh:before {
  2678. content: "\e031";
  2679. }
  2680. .glyphicon-list-alt:before {
  2681. content: "\e032";
  2682. }
  2683. .glyphicon-lock:before {
  2684. content: "\e033";
  2685. }
  2686. .glyphicon-flag:before {
  2687. content: "\e034";
  2688. }
  2689. .glyphicon-headphones:before {
  2690. content: "\e035";
  2691. }
  2692. .glyphicon-volume-off:before {
  2693. content: "\e036";
  2694. }
  2695. .glyphicon-volume-down:before {
  2696. content: "\e037";
  2697. }
  2698. .glyphicon-volume-up:before {
  2699. content: "\e038";
  2700. }
  2701. .glyphicon-qrcode:before {
  2702. content: "\e039";
  2703. }
  2704. .glyphicon-barcode:before {
  2705. content: "\e040";
  2706. }
  2707. .glyphicon-tag:before {
  2708. content: "\e041";
  2709. }
  2710. .glyphicon-tags:before {
  2711. content: "\e042";
  2712. }
  2713. .glyphicon-book:before {
  2714. content: "\e043";
  2715. }
  2716. .glyphicon-bookmark:before {
  2717. content: "\e044";
  2718. }
  2719. .glyphicon-print:before {
  2720. content: "\e045";
  2721. }
  2722. .glyphicon-camera:before {
  2723. content: "\e046";
  2724. }
  2725. .glyphicon-font:before {
  2726. content: "\e047";
  2727. }
  2728. .glyphicon-bold:before {
  2729. content: "\e048";
  2730. }
  2731. .glyphicon-italic:before {
  2732. content: "\e049";
  2733. }
  2734. .glyphicon-text-height:before {
  2735. content: "\e050";
  2736. }
  2737. .glyphicon-text-width:before {
  2738. content: "\e051";
  2739. }
  2740. .glyphicon-align-left:before {
  2741. content: "\e052";
  2742. }
  2743. .glyphicon-align-center:before {
  2744. content: "\e053";
  2745. }
  2746. .glyphicon-align-right:before {
  2747. content: "\e054";
  2748. }
  2749. .glyphicon-align-justify:before {
  2750. content: "\e055";
  2751. }
  2752. .glyphicon-list:before {
  2753. content: "\e056";
  2754. }
  2755. .glyphicon-indent-left:before {
  2756. content: "\e057";
  2757. }
  2758. .glyphicon-indent-right:before {
  2759. content: "\e058";
  2760. }
  2761. .glyphicon-facetime-video:before {
  2762. content: "\e059";
  2763. }
  2764. .glyphicon-picture:before {
  2765. content: "\e060";
  2766. }
  2767. .glyphicon-map-marker:before {
  2768. content: "\e062";
  2769. }
  2770. .glyphicon-adjust:before {
  2771. content: "\e063";
  2772. }
  2773. .glyphicon-tint:before {
  2774. content: "\e064";
  2775. }
  2776. .glyphicon-edit:before {
  2777. content: "\e065";
  2778. }
  2779. .glyphicon-share:before {
  2780. content: "\e066";
  2781. }
  2782. .glyphicon-check:before {
  2783. content: "\e067";
  2784. }
  2785. .glyphicon-move:before {
  2786. content: "\e068";
  2787. }
  2788. .glyphicon-step-backward:before {
  2789. content: "\e069";
  2790. }
  2791. .glyphicon-fast-backward:before {
  2792. content: "\e070";
  2793. }
  2794. .glyphicon-backward:before {
  2795. content: "\e071";
  2796. }
  2797. .glyphicon-play:before {
  2798. content: "\e072";
  2799. }
  2800. .glyphicon-pause:before {
  2801. content: "\e073";
  2802. }
  2803. .glyphicon-stop:before {
  2804. content: "\e074";
  2805. }
  2806. .glyphicon-forward:before {
  2807. content: "\e075";
  2808. }
  2809. .glyphicon-fast-forward:before {
  2810. content: "\e076";
  2811. }
  2812. .glyphicon-step-forward:before {
  2813. content: "\e077";
  2814. }
  2815. .glyphicon-eject:before {
  2816. content: "\e078";
  2817. }
  2818. .glyphicon-chevron-left:before {
  2819. content: "\e079";
  2820. }
  2821. .glyphicon-chevron-right:before {
  2822. content: "\e080";
  2823. }
  2824. .glyphicon-plus-sign:before {
  2825. content: "\e081";
  2826. }
  2827. .glyphicon-minus-sign:before {
  2828. content: "\e082";
  2829. }
  2830. .glyphicon-remove-sign:before {
  2831. content: "\e083";
  2832. }
  2833. .glyphicon-ok-sign:before {
  2834. content: "\e084";
  2835. }
  2836. .glyphicon-question-sign:before {
  2837. content: "\e085";
  2838. }
  2839. .glyphicon-info-sign:before {
  2840. content: "\e086";
  2841. }
  2842. .glyphicon-screenshot:before {
  2843. content: "\e087";
  2844. }
  2845. .glyphicon-remove-circle:before {
  2846. content: "\e088";
  2847. }
  2848. .glyphicon-ok-circle:before {
  2849. content: "\e089";
  2850. }
  2851. .glyphicon-ban-circle:before {
  2852. content: "\e090";
  2853. }
  2854. .glyphicon-arrow-left:before {
  2855. content: "\e091";
  2856. }
  2857. .glyphicon-arrow-right:before {
  2858. content: "\e092";
  2859. }
  2860. .glyphicon-arrow-up:before {
  2861. content: "\e093";
  2862. }
  2863. .glyphicon-arrow-down:before {
  2864. content: "\e094";
  2865. }
  2866. .glyphicon-share-alt:before {
  2867. content: "\e095";
  2868. }
  2869. .glyphicon-resize-full:before {
  2870. content: "\e096";
  2871. }
  2872. .glyphicon-resize-small:before {
  2873. content: "\e097";
  2874. }
  2875. .glyphicon-exclamation-sign:before {
  2876. content: "\e101";
  2877. }
  2878. .glyphicon-gift:before {
  2879. content: "\e102";
  2880. }
  2881. .glyphicon-leaf:before {
  2882. content: "\e103";
  2883. }
  2884. .glyphicon-fire:before {
  2885. content: "\e104";
  2886. }
  2887. .glyphicon-eye-open:before {
  2888. content: "\e105";
  2889. }
  2890. .glyphicon-eye-close:before {
  2891. content: "\e106";
  2892. }
  2893. .glyphicon-warning-sign:before {
  2894. content: "\e107";
  2895. }
  2896. .glyphicon-plane:before {
  2897. content: "\e108";
  2898. }
  2899. .glyphicon-calendar:before {
  2900. content: "\e109";
  2901. }
  2902. .glyphicon-random:before {
  2903. content: "\e110";
  2904. }
  2905. .glyphicon-comment:before {
  2906. content: "\e111";
  2907. }
  2908. .glyphicon-magnet:before {
  2909. content: "\e112";
  2910. }
  2911. .glyphicon-chevron-up:before {
  2912. content: "\e113";
  2913. }
  2914. .glyphicon-chevron-down:before {
  2915. content: "\e114";
  2916. }
  2917. .glyphicon-retweet:before {
  2918. content: "\e115";
  2919. }
  2920. .glyphicon-shopping-cart:before {
  2921. content: "\e116";
  2922. }
  2923. .glyphicon-folder-close:before {
  2924. content: "\e117";
  2925. }
  2926. .glyphicon-folder-open:before {
  2927. content: "\e118";
  2928. }
  2929. .glyphicon-resize-vertical:before {
  2930. content: "\e119";
  2931. }
  2932. .glyphicon-resize-horizontal:before {
  2933. content: "\e120";
  2934. }
  2935. .glyphicon-hdd:before {
  2936. content: "\e121";
  2937. }
  2938. .glyphicon-bullhorn:before {
  2939. content: "\e122";
  2940. }
  2941. .glyphicon-bell:before {
  2942. content: "\e123";
  2943. }
  2944. .glyphicon-certificate:before {
  2945. content: "\e124";
  2946. }
  2947. .glyphicon-thumbs-up:before {
  2948. content: "\e125";
  2949. }
  2950. .glyphicon-thumbs-down:before {
  2951. content: "\e126";
  2952. }
  2953. .glyphicon-hand-right:before {
  2954. content: "\e127";
  2955. }
  2956. .glyphicon-hand-left:before {
  2957. content: "\e128";
  2958. }
  2959. .glyphicon-hand-up:before {
  2960. content: "\e129";
  2961. }
  2962. .glyphicon-hand-down:before {
  2963. content: "\e130";
  2964. }
  2965. .glyphicon-circle-arrow-right:before {
  2966. content: "\e131";
  2967. }
  2968. .glyphicon-circle-arrow-left:before {
  2969. content: "\e132";
  2970. }
  2971. .glyphicon-circle-arrow-up:before {
  2972. content: "\e133";
  2973. }
  2974. .glyphicon-circle-arrow-down:before {
  2975. content: "\e134";
  2976. }
  2977. .glyphicon-globe:before {
  2978. content: "\e135";
  2979. }
  2980. .glyphicon-wrench:before {
  2981. content: "\e136";
  2982. }
  2983. .glyphicon-tasks:before {
  2984. content: "\e137";
  2985. }
  2986. .glyphicon-filter:before {
  2987. content: "\e138";
  2988. }
  2989. .glyphicon-briefcase:before {
  2990. content: "\e139";
  2991. }
  2992. .glyphicon-fullscreen:before {
  2993. content: "\e140";
  2994. }
  2995. .glyphicon-dashboard:before {
  2996. content: "\e141";
  2997. }
  2998. .glyphicon-paperclip:before {
  2999. content: "\e142";
  3000. }
  3001. .glyphicon-heart-empty:before {
  3002. content: "\e143";
  3003. }
  3004. .glyphicon-link:before {
  3005. content: "\e144";
  3006. }
  3007. .glyphicon-phone:before {
  3008. content: "\e145";
  3009. }
  3010. .glyphicon-pushpin:before {
  3011. content: "\e146";
  3012. }
  3013. .glyphicon-usd:before {
  3014. content: "\e148";
  3015. }
  3016. .glyphicon-gbp:before {
  3017. content: "\e149";
  3018. }
  3019. .glyphicon-sort:before {
  3020. content: "\e150";
  3021. }
  3022. .glyphicon-sort-by-alphabet:before {
  3023. content: "\e151";
  3024. }
  3025. .glyphicon-sort-by-alphabet-alt:before {
  3026. content: "\e152";
  3027. }
  3028. .glyphicon-sort-by-order:before {
  3029. content: "\e153";
  3030. }
  3031. .glyphicon-sort-by-order-alt:before {
  3032. content: "\e154";
  3033. }
  3034. .glyphicon-sort-by-attributes:before {
  3035. content: "\e155";
  3036. }
  3037. .glyphicon-sort-by-attributes-alt:before {
  3038. content: "\e156";
  3039. }
  3040. .glyphicon-unchecked:before {
  3041. content: "\e157";
  3042. }
  3043. .glyphicon-expand:before {
  3044. content: "\e158";
  3045. }
  3046. .glyphicon-collapse-down:before {
  3047. content: "\e159";
  3048. }
  3049. .glyphicon-collapse-up:before {
  3050. content: "\e160";
  3051. }
  3052. .glyphicon-log-in:before {
  3053. content: "\e161";
  3054. }
  3055. .glyphicon-flash:before {
  3056. content: "\e162";
  3057. }
  3058. .glyphicon-log-out:before {
  3059. content: "\e163";
  3060. }
  3061. .glyphicon-new-window:before {
  3062. content: "\e164";
  3063. }
  3064. .glyphicon-record:before {
  3065. content: "\e165";
  3066. }
  3067. .glyphicon-save:before {
  3068. content: "\e166";
  3069. }
  3070. .glyphicon-open:before {
  3071. content: "\e167";
  3072. }
  3073. .glyphicon-saved:before {
  3074. content: "\e168";
  3075. }
  3076. .glyphicon-import:before {
  3077. content: "\e169";
  3078. }
  3079. .glyphicon-export:before {
  3080. content: "\e170";
  3081. }
  3082. .glyphicon-send:before {
  3083. content: "\e171";
  3084. }
  3085. .glyphicon-floppy-disk:before {
  3086. content: "\e172";
  3087. }
  3088. .glyphicon-floppy-saved:before {
  3089. content: "\e173";
  3090. }
  3091. .glyphicon-floppy-remove:before {
  3092. content: "\e174";
  3093. }
  3094. .glyphicon-floppy-save:before {
  3095. content: "\e175";
  3096. }
  3097. .glyphicon-floppy-open:before {
  3098. content: "\e176";
  3099. }
  3100. .glyphicon-credit-card:before {
  3101. content: "\e177";
  3102. }
  3103. .glyphicon-transfer:before {
  3104. content: "\e178";
  3105. }
  3106. .glyphicon-cutlery:before {
  3107. content: "\e179";
  3108. }
  3109. .glyphicon-header:before {
  3110. content: "\e180";
  3111. }
  3112. .glyphicon-compressed:before {
  3113. content: "\e181";
  3114. }
  3115. .glyphicon-earphone:before {
  3116. content: "\e182";
  3117. }
  3118. .glyphicon-phone-alt:before {
  3119. content: "\e183";
  3120. }
  3121. .glyphicon-tower:before {
  3122. content: "\e184";
  3123. }
  3124. .glyphicon-stats:before {
  3125. content: "\e185";
  3126. }
  3127. .glyphicon-sd-video:before {
  3128. content: "\e186";
  3129. }
  3130. .glyphicon-hd-video:before {
  3131. content: "\e187";
  3132. }
  3133. .glyphicon-subtitles:before {
  3134. content: "\e188";
  3135. }
  3136. .glyphicon-sound-stereo:before {
  3137. content: "\e189";
  3138. }
  3139. .glyphicon-sound-dolby:before {
  3140. content: "\e190";
  3141. }
  3142. .glyphicon-sound-5-1:before {
  3143. content: "\e191";
  3144. }
  3145. .glyphicon-sound-6-1:before {
  3146. content: "\e192";
  3147. }
  3148. .glyphicon-sound-7-1:before {
  3149. content: "\e193";
  3150. }
  3151. .glyphicon-copyright-mark:before {
  3152. content: "\e194";
  3153. }
  3154. .glyphicon-registration-mark:before {
  3155. content: "\e195";
  3156. }
  3157. .glyphicon-cloud-download:before {
  3158. content: "\e197";
  3159. }
  3160. .glyphicon-cloud-upload:before {
  3161. content: "\e198";
  3162. }
  3163. .glyphicon-tree-conifer:before {
  3164. content: "\e199";
  3165. }
  3166. .glyphicon-tree-deciduous:before {
  3167. content: "\e200";
  3168. }
  3169. .caret {
  3170. display: inline-block;
  3171. width: 0;
  3172. height: 0;
  3173. margin-left: 2px;
  3174. vertical-align: middle;
  3175. border-top: 4px solid;
  3176. border-right: 4px solid transparent;
  3177. border-left: 4px solid transparent;
  3178. }
  3179. .dropdown {
  3180. position: relative;
  3181. }
  3182. .dropdown-toggle:focus {
  3183. outline: 0;
  3184. }
  3185. .dropdown-menu {
  3186. position: absolute;
  3187. top: 100%;
  3188. left: 0;
  3189. z-index: 1000;
  3190. display: none;
  3191. float: left;
  3192. min-width: 160px;
  3193. padding: 5px 0;
  3194. margin: 2px 0 0;
  3195. list-style: none;
  3196. font-size: 14px;
  3197. text-align: left;
  3198. background-color: #ffffff;
  3199. border: 1px solid #cccccc;
  3200. border: 1px solid rgba(0, 0, 0, 0.15);
  3201. border-radius: 4px;
  3202. -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  3203. -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  3204. box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  3205. background-clip: padding-box;
  3206. }
  3207. .dropdown-menu.pull-right {
  3208. right: 0;
  3209. left: auto;
  3210. }
  3211. .dropdown-menu .divider {
  3212. height: 1px;
  3213. margin: 9px 0;
  3214. overflow: hidden;
  3215. background-color: #e5e5e5;
  3216. }
  3217. .dropdown-menu > li > a {
  3218. display: block;
  3219. padding: 3px 20px;
  3220. clear: both;
  3221. font-weight: normal;
  3222. line-height: 1.42857143;
  3223. color: #333333;
  3224. white-space: nowrap;
  3225. }
  3226. .dropdown-menu > li > a:hover,
  3227. .dropdown-menu > li > a:focus {
  3228. text-decoration: none;
  3229. color: #262626;
  3230. background-color: #f5f5f5;
  3231. }
  3232. .dropdown-menu > .active > a,
  3233. .dropdown-menu > .active > a:hover,
  3234. .dropdown-menu > .active > a:focus {
  3235. color: #ffffff;
  3236. text-decoration: none;
  3237. outline: 0;
  3238. background-color: #337ab7;
  3239. }
  3240. .dropdown-menu > .disabled > a,
  3241. .dropdown-menu > .disabled > a:hover,
  3242. .dropdown-menu > .disabled > a:focus {
  3243. color: #777777;
  3244. }
  3245. .dropdown-menu > .disabled > a:hover,
  3246. .dropdown-menu > .disabled > a:focus {
  3247. text-decoration: none;
  3248. background-color: transparent;
  3249. background-image: none;
  3250. filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  3251. cursor: not-allowed;
  3252. }
  3253. .open > .dropdown-menu {
  3254. display: block;
  3255. }
  3256. .open > a {
  3257. outline: 0;
  3258. }
  3259. .dropdown-menu-right {
  3260. left: auto;
  3261. right: 0;
  3262. }
  3263. .dropdown-menu-left {
  3264. left: 0;
  3265. right: auto;
  3266. }
  3267. .dropdown-header {
  3268. display: block;
  3269. padding: 3px 20px;
  3270. font-size: 12px;
  3271. line-height: 1.42857143;
  3272. color: #777777;
  3273. white-space: nowrap;
  3274. }
  3275. .dropdown-backdrop {
  3276. position: fixed;
  3277. left: 0;
  3278. right: 0;
  3279. bottom: 0;
  3280. top: 0;
  3281. z-index: 990;
  3282. }
  3283. .pull-right > .dropdown-menu {
  3284. right: 0;
  3285. left: auto;
  3286. }
  3287. .dropup .caret,
  3288. .navbar-fixed-bottom .dropdown .caret {
  3289. border-top: 0;
  3290. border-bottom: 4px solid;
  3291. content: "";
  3292. }
  3293. .dropup .dropdown-menu,
  3294. .navbar-fixed-bottom .dropdown .dropdown-menu {
  3295. top: auto;
  3296. bottom: 100%;
  3297. margin-bottom: 1px;
  3298. }
  3299. @media (min-width: 768px) {
  3300. .navbar-right .dropdown-menu {
  3301. left: auto;
  3302. right: 0;
  3303. }
  3304. .navbar-right .dropdown-menu-left {
  3305. left: 0;
  3306. right: auto;
  3307. }
  3308. }
  3309. .btn-group,
  3310. .btn-group-vertical {
  3311. position: relative;
  3312. display: inline-block;
  3313. vertical-align: middle;
  3314. }
  3315. .btn-group > .btn,
  3316. .btn-group-vertical > .btn {
  3317. position: relative;
  3318. float: left;
  3319. }
  3320. .btn-group > .btn:hover,
  3321. .btn-group-vertical > .btn:hover,
  3322. .btn-group > .btn:focus,
  3323. .btn-group-vertical > .btn:focus,
  3324. .btn-group > .btn:active,
  3325. .btn-group-vertical > .btn:active,
  3326. .btn-group > .btn.active,
  3327. .btn-group-vertical > .btn.active {
  3328. z-index: 2;
  3329. }
  3330. .btn-group .btn + .btn,
  3331. .btn-group .btn + .btn-group,
  3332. .btn-group .btn-group + .btn,
  3333. .btn-group .btn-group + .btn-group {
  3334. margin-left: -1px;
  3335. }
  3336. .btn-toolbar {
  3337. margin-left: -5px;
  3338. }
  3339. .btn-toolbar .btn-group,
  3340. .btn-toolbar .input-group {
  3341. float: left;
  3342. }
  3343. .btn-toolbar > .btn,
  3344. .btn-toolbar > .btn-group,
  3345. .btn-toolbar > .input-group {
  3346. margin-left: 5px;
  3347. }
  3348. .btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  3349. border-radius: 0;
  3350. }
  3351. .btn-group > .btn:first-child {
  3352. margin-left: 0;
  3353. }
  3354. .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  3355. border-bottom-right-radius: 0;
  3356. border-top-right-radius: 0;
  3357. }
  3358. .btn-group > .btn:last-child:not(:first-child),
  3359. .btn-group > .dropdown-toggle:not(:first-child) {
  3360. border-bottom-left-radius: 0;
  3361. border-top-left-radius: 0;
  3362. }
  3363. .btn-group > .btn-group {
  3364. float: left;
  3365. }
  3366. .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  3367. border-radius: 0;
  3368. }
  3369. .btn-group > .btn-group:first-child > .btn:last-child,
  3370. .btn-group > .btn-group:first-child > .dropdown-toggle {
  3371. border-bottom-right-radius: 0;
  3372. border-top-right-radius: 0;
  3373. }
  3374. .btn-group > .btn-group:last-child > .btn:first-child {
  3375. border-bottom-left-radius: 0;
  3376. border-top-left-radius: 0;
  3377. }
  3378. .btn-group .dropdown-toggle:active,
  3379. .btn-group.open .dropdown-toggle {
  3380. outline: 0;
  3381. }
  3382. .btn-group > .btn + .dropdown-toggle {
  3383. padding-left: 8px;
  3384. padding-right: 8px;
  3385. }
  3386. .btn-group > .btn-lg + .dropdown-toggle {
  3387. padding-left: 12px;
  3388. padding-right: 12px;
  3389. }
  3390. .btn-group.open .dropdown-toggle {
  3391. -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  3392. -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  3393. box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  3394. }
  3395. .btn-group.open .dropdown-toggle.btn-link {
  3396. -webkit-box-shadow: none;
  3397. -moz-box-shadow: none;
  3398. box-shadow: none;
  3399. }
  3400. .btn .caret {
  3401. margin-left: 0;
  3402. }
  3403. .btn-lg .caret {
  3404. border-width: 5px 5px 0;
  3405. border-bottom-width: 0;
  3406. }
  3407. .dropup .btn-lg .caret {
  3408. border-width: 0 5px 5px;
  3409. }
  3410. .btn-group-vertical > .btn,
  3411. .btn-group-vertical > .btn-group,
  3412. .btn-group-vertical > .btn-group > .btn {
  3413. display: block;
  3414. float: none;
  3415. width: 100%;
  3416. max-width: 100%;
  3417. }
  3418. .btn-group-vertical > .btn-group > .btn {
  3419. float: none;
  3420. }
  3421. .btn-group-vertical > .btn + .btn,
  3422. .btn-group-vertical > .btn + .btn-group,
  3423. .btn-group-vertical > .btn-group + .btn,
  3424. .btn-group-vertical > .btn-group + .btn-group {
  3425. margin-top: -1px;
  3426. margin-left: 0;
  3427. }
  3428. .btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  3429. border-radius: 0;
  3430. }
  3431. .btn-group-vertical > .btn:first-child:not(:last-child) {
  3432. border-top-right-radius: 4px;
  3433. border-bottom-right-radius: 0;
  3434. border-bottom-left-radius: 0;
  3435. }
  3436. .btn-group-vertical > .btn:last-child:not(:first-child) {
  3437. border-bottom-left-radius: 4px;
  3438. border-top-right-radius: 0;
  3439. border-top-left-radius: 0;
  3440. }
  3441. .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  3442. border-radius: 0;
  3443. }
  3444. .btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
  3445. .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  3446. border-bottom-right-radius: 0;
  3447. border-bottom-left-radius: 0;
  3448. }
  3449. .btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  3450. border-top-right-radius: 0;
  3451. border-top-left-radius: 0;
  3452. }
  3453. .btn-group-justified {
  3454. display: table;
  3455. width: 100%;
  3456. table-layout: fixed;
  3457. border-collapse: separate;
  3458. }
  3459. .btn-group-justified > .btn,
  3460. .btn-group-justified > .btn-group {
  3461. float: none;
  3462. display: table-cell;
  3463. width: 1%;
  3464. }
  3465. .btn-group-justified > .btn-group .btn {
  3466. width: 100%;
  3467. }
  3468. .btn-group-justified > .btn-group .dropdown-menu {
  3469. left: auto;
  3470. }
  3471. [data-toggle="buttons"] > .btn input[type="radio"],
  3472. [data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
  3473. [data-toggle="buttons"] > .btn input[type="checkbox"],
  3474. [data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  3475. position: absolute;
  3476. clip: rect(0, 0, 0, 0);
  3477. pointer-events: none;
  3478. }
  3479. .input-group {
  3480. position: relative;
  3481. display: table;
  3482. border-collapse: separate;
  3483. }
  3484. .input-group[class*="col-"] {
  3485. float: none;
  3486. padding-left: 0;
  3487. padding-right: 0;
  3488. }
  3489. .input-group .form-control {
  3490. position: relative;
  3491. z-index: 2;
  3492. float: left;
  3493. width: 100%;
  3494. margin-bottom: 0;
  3495. }
  3496. .input-group-lg > .form-control,
  3497. .input-group-lg > .input-group-addon,
  3498. .input-group-lg > .input-group-btn > .btn {
  3499. height: 46px;
  3500. padding: 10px 16px;
  3501. font-size: 18px;
  3502. line-height: 1.33;
  3503. border-radius: 6px;
  3504. }
  3505. select.input-group-lg > .form-control,
  3506. select.input-group-lg > .input-group-addon,
  3507. select.input-group-lg > .input-group-btn > .btn {
  3508. height: 46px;
  3509. line-height: 46px;
  3510. }
  3511. textarea.input-group-lg > .form-control,
  3512. textarea.input-group-lg > .input-group-addon,
  3513. textarea.input-group-lg > .input-group-btn > .btn,
  3514. select[multiple].input-group-lg > .form-control,
  3515. select[multiple].input-group-lg > .input-group-addon,
  3516. select[multiple].input-group-lg > .input-group-btn > .btn {
  3517. height: auto;
  3518. }
  3519. .input-group-sm > .form-control,
  3520. .input-group-sm > .input-group-addon,
  3521. .input-group-sm > .input-group-btn > .btn {
  3522. height: 30px;
  3523. padding: 5px 10px;
  3524. font-size: 12px;
  3525. line-height: 1.5;
  3526. border-radius: 3px;
  3527. }
  3528. select.input-group-sm > .form-control,
  3529. select.input-group-sm > .input-group-addon,
  3530. select.input-group-sm > .input-group-btn > .btn {
  3531. height: 30px;
  3532. line-height: 30px;
  3533. }
  3534. textarea.input-group-sm > .form-control,
  3535. textarea.input-group-sm > .input-group-addon,
  3536. textarea.input-group-sm > .input-group-btn > .btn,
  3537. select[multiple].input-group-sm > .form-control,
  3538. select[multiple].input-group-sm > .input-group-addon,
  3539. select[multiple].input-group-sm > .input-group-btn > .btn {
  3540. height: auto;
  3541. }
  3542. .input-group-addon,
  3543. .input-group-btn,
  3544. .input-group .form-control {
  3545. display: table-cell;
  3546. }
  3547. .input-group-addon:not(:first-child):not(:last-child),
  3548. .input-group-btn:not(:first-child):not(:last-child),
  3549. .input-group .form-control:not(:first-child):not(:last-child) {
  3550. border-radius: 0;
  3551. }
  3552. .input-group-addon,
  3553. .input-group-btn {
  3554. width: 1%;
  3555. white-space: nowrap;
  3556. vertical-align: middle;
  3557. }
  3558. .input-group-addon {
  3559. padding: 6px 12px;
  3560. font-size: 14px;
  3561. font-weight: normal;
  3562. line-height: 1;
  3563. color: #555555;
  3564. text-align: center;
  3565. background-color: #eeeeee;
  3566. border: 1px solid #cccccc;
  3567. border-radius: 4px;
  3568. }
  3569. .input-group-addon.input-sm {
  3570. padding: 5px 10px;
  3571. font-size: 12px;
  3572. border-radius: 3px;
  3573. }
  3574. .input-group-addon.input-lg {
  3575. padding: 10px 16px;
  3576. font-size: 18px;
  3577. border-radius: 6px;
  3578. }
  3579. .input-group-addon input[type="radio"],
  3580. .input-group-addon input[type="checkbox"] {
  3581. margin-top: 0;
  3582. }
  3583. .input-group .form-control:first-child,
  3584. .input-group-addon:first-child,
  3585. .input-group-btn:first-child > .btn,
  3586. .input-group-btn:first-child > .btn-group > .btn,
  3587. .input-group-btn:first-child > .dropdown-toggle,
  3588. .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
  3589. .input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  3590. border-bottom-right-radius: 0;
  3591. border-top-right-radius: 0;
  3592. }
  3593. .input-group-addon:first-child {
  3594. border-right: 0;
  3595. }
  3596. .input-group .form-control:last-child,
  3597. .input-group-addon:last-child,
  3598. .input-group-btn:last-child > .btn,
  3599. .input-group-btn:last-child > .btn-group > .btn,
  3600. .input-group-btn:last-child > .dropdown-toggle,
  3601. .input-group-btn:first-child > .btn:not(:first-child),
  3602. .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  3603. border-bottom-left-radius: 0;
  3604. border-top-left-radius: 0;
  3605. }
  3606. .input-group-addon:last-child {
  3607. border-left: 0;
  3608. }
  3609. .input-group-btn {
  3610. position: relative;
  3611. font-size: 0;
  3612. white-space: nowrap;
  3613. }
  3614. .input-group-btn > .btn {
  3615. position: relative;
  3616. }
  3617. .input-group-btn > .btn + .btn {
  3618. margin-left: -1px;
  3619. }
  3620. .input-group-btn > .btn:hover,
  3621. .input-group-btn > .btn:focus,
  3622. .input-group-btn > .btn:active {
  3623. z-index: 2;
  3624. }
  3625. .input-group-btn:first-child > .btn,
  3626. .input-group-btn:first-child > .btn-group {
  3627. margin-right: -1px;
  3628. }
  3629. .input-group-btn:last-child > .btn,
  3630. .input-group-btn:last-child > .btn-group {
  3631. margin-left: -1px;
  3632. }
  3633. .nav {
  3634. margin-bottom: 0;
  3635. padding-left: 0;
  3636. list-style: none;
  3637. }
  3638. .nav > li {
  3639. position: relative;
  3640. display: block;
  3641. }
  3642. .nav > li > a {
  3643. position: relative;
  3644. display: block;
  3645. padding: 10px 15px;
  3646. }
  3647. .nav > li > a:hover,
  3648. .nav > li > a:focus {
  3649. text-decoration: none;
  3650. background-color: #eeeeee;
  3651. }
  3652. .nav > li.disabled > a {
  3653. color: #777777;
  3654. }
  3655. .nav > li.disabled > a:hover,
  3656. .nav > li.disabled > a:focus {
  3657. color: #777777;
  3658. text-decoration: none;
  3659. background-color: transparent;
  3660. cursor: not-allowed;
  3661. }
  3662. .nav .open > a,
  3663. .nav .open > a:hover,
  3664. .nav .open > a:focus {
  3665. background-color: #eeeeee;
  3666. border-color: #337ab7;
  3667. }
  3668. .nav .nav-divider {
  3669. height: 1px;
  3670. margin: 9px 0;
  3671. overflow: hidden;
  3672. background-color: #e5e5e5;
  3673. }
  3674. .nav > li > a > img {
  3675. max-width: none;
  3676. }
  3677. .nav-tabs {
  3678. border-bottom: 1px solid #dddddd;
  3679. }
  3680. .nav-tabs > li {
  3681. float: left;
  3682. margin-bottom: -1px;
  3683. }
  3684. .nav-tabs > li > a {
  3685. margin-right: 2px;
  3686. line-height: 1.42857143;
  3687. border: 1px solid transparent;
  3688. border-radius: 4px 4px 0 0;
  3689. }
  3690. .nav-tabs > li > a:hover {
  3691. border-color: #eeeeee #eeeeee #dddddd;
  3692. }
  3693. .nav-tabs > li.active > a,
  3694. .nav-tabs > li.active > a:hover,
  3695. .nav-tabs > li.active > a:focus {
  3696. color: #555555;
  3697. background-color: #ffffff;
  3698. border: 1px solid #dddddd;
  3699. border-bottom-color: transparent;
  3700. cursor: default;
  3701. }
  3702. .nav-tabs.nav-justified {
  3703. width: 100%;
  3704. border-bottom: 0;
  3705. }
  3706. .nav-tabs.nav-justified > li {
  3707. float: none;
  3708. }
  3709. .nav-tabs.nav-justified > li > a {
  3710. text-align: center;
  3711. margin-bottom: 5px;
  3712. }
  3713. .nav-tabs.nav-justified > .dropdown .dropdown-menu {
  3714. top: auto;
  3715. left: auto;
  3716. }
  3717. @media (min-width: 768px) {
  3718. .nav-tabs.nav-justified > li {
  3719. display: table-cell;
  3720. width: 1%;
  3721. }
  3722. .nav-tabs.nav-justified > li > a {
  3723. margin-bottom: 0;
  3724. }
  3725. }
  3726. .nav-tabs.nav-justified > li > a {
  3727. margin-right: 0;
  3728. border-radius: 4px;
  3729. }
  3730. .nav-tabs.nav-justified > .active > a,
  3731. .nav-tabs.nav-justified > .active > a:hover,
  3732. .nav-tabs.nav-justified > .active > a:focus {
  3733. border: 1px solid #dddddd;
  3734. }
  3735. @media (min-width: 768px) {
  3736. .nav-tabs.nav-justified > li > a {
  3737. border-bottom: 1px solid #dddddd;
  3738. border-radius: 4px 4px 0 0;
  3739. }
  3740. .nav-tabs.nav-justified > .active > a,
  3741. .nav-tabs.nav-justified > .active > a:hover,
  3742. .nav-tabs.nav-justified > .active > a:focus {
  3743. border-bottom-color: #ffffff;
  3744. }
  3745. }
  3746. .nav-pills > li {
  3747. float: left;
  3748. }
  3749. .nav-pills > li > a {
  3750. border-radius: 4px;
  3751. }
  3752. .nav-pills > li + li {
  3753. margin-left: 2px;
  3754. }
  3755. .nav-pills > li.active > a,
  3756. .nav-pills > li.active > a:hover,
  3757. .nav-pills > li.active > a:focus {
  3758. color: #ffffff;
  3759. background-color: #337ab7;
  3760. }
  3761. .nav-stacked > li {
  3762. float: none;
  3763. }
  3764. .nav-stacked > li + li {
  3765. margin-top: 2px;
  3766. margin-left: 0;
  3767. }
  3768. .nav-justified {
  3769. width: 100%;
  3770. }
  3771. .nav-justified > li {
  3772. float: none;
  3773. }
  3774. .nav-justified > li > a {
  3775. text-align: center;
  3776. margin-bottom: 5px;
  3777. }
  3778. .nav-justified > .dropdown .dropdown-menu {
  3779. top: auto;
  3780. left: auto;
  3781. }
  3782. @media (min-width: 768px) {
  3783. .nav-justified > li {
  3784. display: table-cell;
  3785. width: 1%;
  3786. }
  3787. .nav-justified > li > a {
  3788. margin-bottom: 0;
  3789. }
  3790. }
  3791. .nav-tabs-justified {
  3792. border-bottom: 0;
  3793. }
  3794. .nav-tabs-justified > li > a {
  3795. margin-right: 0;
  3796. border-radius: 4px;
  3797. }
  3798. .nav-tabs-justified > .active > a,
  3799. .nav-tabs-justified > .active > a:hover,
  3800. .nav-tabs-justified > .active > a:focus {
  3801. border: 1px solid #dddddd;
  3802. }
  3803. @media (min-width: 768px) {
  3804. .nav-tabs-justified > li > a {
  3805. border-bottom: 1px solid #dddddd;
  3806. border-radius: 4px 4px 0 0;
  3807. }
  3808. .nav-tabs-justified > .active > a,
  3809. .nav-tabs-justified > .active > a:hover,
  3810. .nav-tabs-justified > .active > a:focus {
  3811. border-bottom-color: #ffffff;
  3812. }
  3813. }
  3814. .tab-content > .tab-pane {
  3815. display: none;
  3816. visibility: hidden;
  3817. }
  3818. .tab-content > .active {
  3819. display: block;
  3820. visibility: visible;
  3821. }
  3822. .nav-tabs .dropdown-menu {
  3823. margin-top: -1px;
  3824. border-top-right-radius: 0;
  3825. border-top-left-radius: 0;
  3826. }
  3827. .navbar {
  3828. position: relative;
  3829. min-height: 50px;
  3830. margin-bottom: 20px;
  3831. border: 1px solid transparent;
  3832. }
  3833. @media (min-width: 768px) {
  3834. .navbar {
  3835. border-radius: 4px;
  3836. }
  3837. }
  3838. @media (min-width: 768px) {
  3839. .navbar-header {
  3840. float: left;
  3841. }
  3842. }
  3843. .navbar-collapse {
  3844. overflow-x: visible;
  3845. padding-right: 15px;
  3846. padding-left: 15px;
  3847. border-top: 1px solid transparent;
  3848. box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  3849. -webkit-overflow-scrolling: touch;
  3850. }
  3851. .navbar-collapse.in {
  3852. overflow-y: auto;
  3853. }
  3854. @media (min-width: 768px) {
  3855. .navbar-collapse {
  3856. width: auto;
  3857. border-top: 0;
  3858. box-shadow: none;
  3859. }
  3860. .navbar-collapse.collapse {
  3861. display: block !important;
  3862. visibility: visible !important;
  3863. height: auto !important;
  3864. padding-bottom: 0;
  3865. overflow: visible !important;
  3866. }
  3867. .navbar-collapse.in {
  3868. overflow-y: visible;
  3869. }
  3870. .navbar-fixed-top .navbar-collapse,
  3871. .navbar-static-top .navbar-collapse,
  3872. .navbar-fixed-bottom .navbar-collapse {
  3873. padding-left: 0;
  3874. padding-right: 0;
  3875. }
  3876. }
  3877. .navbar-fixed-top .navbar-collapse,
  3878. .navbar-fixed-bottom .navbar-collapse {
  3879. max-height: 340px;
  3880. }
  3881. @media (max-device-width: 480px) and (orientation: landscape) {
  3882. .navbar-fixed-top .navbar-collapse,
  3883. .navbar-fixed-bottom .navbar-collapse {
  3884. max-height: 200px;
  3885. }
  3886. }
  3887. .container > .navbar-header,
  3888. .container-fluid > .navbar-header,
  3889. .container > .navbar-collapse,
  3890. .container-fluid > .navbar-collapse {
  3891. margin-right: -15px;
  3892. margin-left: -15px;
  3893. }
  3894. @media (min-width: 768px) {
  3895. .container > .navbar-header,
  3896. .container-fluid > .navbar-header,
  3897. .container > .navbar-collapse,
  3898. .container-fluid > .navbar-collapse {
  3899. margin-right: 0;
  3900. margin-left: 0;
  3901. }
  3902. }
  3903. .navbar-static-top {
  3904. z-index: 1000;
  3905. border-width: 0 0 1px;
  3906. }
  3907. @media (min-width: 768px) {
  3908. .navbar-static-top {
  3909. border-radius: 0;
  3910. }
  3911. }
  3912. .navbar-fixed-top,
  3913. .navbar-fixed-bottom {
  3914. position: fixed;
  3915. right: 0;
  3916. left: 0;
  3917. z-index: 1030;
  3918. }
  3919. @media (min-width: 768px) {
  3920. .navbar-fixed-top,
  3921. .navbar-fixed-bottom {
  3922. border-radius: 0;
  3923. }
  3924. }
  3925. .navbar-fixed-top {
  3926. top: 0;
  3927. border-width: 0 0 1px;
  3928. }
  3929. .navbar-fixed-bottom {
  3930. bottom: 0;
  3931. margin-bottom: 0;
  3932. border-width: 1px 0 0;
  3933. }
  3934. .navbar-brand {
  3935. float: left;
  3936. padding: 15px 15px;
  3937. font-size: 18px;
  3938. line-height: 20px;
  3939. height: 50px;
  3940. }
  3941. .navbar-brand:hover,
  3942. .navbar-brand:focus {
  3943. text-decoration: none;
  3944. }
  3945. .navbar-brand > img {
  3946. display: block;
  3947. }
  3948. @media (min-width: 768px) {
  3949. .navbar > .container .navbar-brand,
  3950. .navbar > .container-fluid .navbar-brand {
  3951. margin-left: -15px;
  3952. }
  3953. }
  3954. .navbar-toggle {
  3955. position: relative;
  3956. float: right;
  3957. margin-right: 15px;
  3958. padding: 9px 10px;
  3959. margin-top: 8px;
  3960. margin-bottom: 8px;
  3961. background-color: transparent;
  3962. background-image: none;
  3963. border: 1px solid transparent;
  3964. border-radius: 4px;
  3965. }
  3966. .navbar-toggle:focus {
  3967. outline: 0;
  3968. }
  3969. .navbar-toggle .icon-bar {
  3970. display: block;
  3971. width: 22px;
  3972. height: 2px;
  3973. border-radius: 1px;
  3974. }
  3975. .navbar-toggle .icon-bar + .icon-bar {
  3976. margin-top: 4px;
  3977. }
  3978. @media (min-width: 768px) {
  3979. .navbar-toggle {
  3980. display: none;
  3981. }
  3982. }
  3983. .navbar-nav {
  3984. margin: 7.5px -15px;
  3985. }
  3986. .navbar-nav > li > a {
  3987. padding-top: 10px;
  3988. padding-bottom: 10px;
  3989. line-height: 20px;
  3990. }
  3991. @media (max-width: 767px) {
  3992. .navbar-nav .open .dropdown-menu {
  3993. position: static;
  3994. float: none;
  3995. width: auto;
  3996. margin-top: 0;
  3997. background-color: transparent;
  3998. border: 0;
  3999. box-shadow: none;
  4000. }
  4001. .navbar-nav .open .dropdown-menu > li > a,
  4002. .navbar-nav .open .dropdown-menu .dropdown-header {
  4003. padding: 5px 15px 5px 25px;
  4004. }
  4005. .navbar-nav .open .dropdown-menu > li > a {
  4006. line-height: 20px;
  4007. }
  4008. .navbar-nav .open .dropdown-menu > li > a:hover,
  4009. .navbar-nav .open .dropdown-menu > li > a:focus {
  4010. background-image: none;
  4011. }
  4012. }
  4013. @media (min-width: 768px) {
  4014. .navbar-nav {
  4015. float: left;
  4016. margin: 0;
  4017. }
  4018. .navbar-nav > li {
  4019. float: left;
  4020. }
  4021. .navbar-nav > li > a {
  4022. padding-top: 15px;
  4023. padding-bottom: 15px;
  4024. }
  4025. }
  4026. .navbar-form {
  4027. margin-left: -15px;
  4028. margin-right: -15px;
  4029. padding: 10px 15px;
  4030. border-top: 1px solid transparent;
  4031. border-bottom: 1px solid transparent;
  4032. -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  4033. -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  4034. box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  4035. margin-top: 8px;
  4036. margin-bottom: 8px;
  4037. }
  4038. @media (min-width: 768px) {
  4039. .navbar-form .form-group {
  4040. display: inline-block;
  4041. margin-bottom: 0;
  4042. vertical-align: middle;
  4043. }
  4044. .navbar-form .form-control {
  4045. display: inline-block;
  4046. width: auto;
  4047. vertical-align: middle;
  4048. }
  4049. .navbar-form .form-control-static {
  4050. display: inline-block;
  4051. }
  4052. .navbar-form .input-group {
  4053. display: inline-table;
  4054. vertical-align: middle;
  4055. }
  4056. .navbar-form .input-group .input-group-addon,
  4057. .navbar-form .input-group .input-group-btn,
  4058. .navbar-form .input-group .form-control {
  4059. width: auto;
  4060. }
  4061. .navbar-form .input-group > .form-control {
  4062. width: 100%;
  4063. }
  4064. .navbar-form .control-label {
  4065. margin-bottom: 0;
  4066. vertical-align: middle;
  4067. }
  4068. .navbar-form .radio,
  4069. .navbar-form .checkbox {
  4070. display: inline-block;
  4071. margin-top: 0;
  4072. margin-bottom: 0;
  4073. vertical-align: middle;
  4074. }
  4075. .navbar-form .radio label,
  4076. .navbar-form .checkbox label {
  4077. padding-left: 0;
  4078. }
  4079. .navbar-form .radio input[type="radio"],
  4080. .navbar-form .checkbox input[type="checkbox"] {
  4081. position: relative;
  4082. margin-left: 0;
  4083. }
  4084. .navbar-form .has-feedback .form-control-feedback {
  4085. top: 0;
  4086. }
  4087. }
  4088. @media (max-width: 767px) {
  4089. .navbar-form .form-group {
  4090. margin-bottom: 5px;
  4091. }
  4092. .navbar-form .form-group:last-child {
  4093. margin-bottom: 0;
  4094. }
  4095. }
  4096. @media (min-width: 768px) {
  4097. .navbar-form {
  4098. width: auto;
  4099. border: 0;
  4100. margin-left: 0;
  4101. margin-right: 0;
  4102. padding-top: 0;
  4103. padding-bottom: 0;
  4104. -webkit-box-shadow: none;
  4105. -moz-box-shadow: none;
  4106. box-shadow: none;
  4107. }
  4108. }
  4109. .navbar-nav > li > .dropdown-menu {
  4110. margin-top: 0;
  4111. border-top-right-radius: 0;
  4112. border-top-left-radius: 0;
  4113. }
  4114. .navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  4115. border-top-right-radius: 4px;
  4116. border-top-left-radius: 4px;
  4117. border-bottom-right-radius: 0;
  4118. border-bottom-left-radius: 0;
  4119. }
  4120. .navbar-btn {
  4121. margin-top: 8px;
  4122. margin-bottom: 8px;
  4123. }
  4124. .navbar-btn.btn-sm {
  4125. margin-top: 10px;
  4126. margin-bottom: 10px;
  4127. }
  4128. .navbar-btn.btn-xs {
  4129. margin-top: 14px;
  4130. margin-bottom: 14px;
  4131. }
  4132. .navbar-text {
  4133. margin-top: 15px;
  4134. margin-bottom: 15px;
  4135. }
  4136. @media (min-width: 768px) {
  4137. .navbar-text {
  4138. float: left;
  4139. margin-left: 15px;
  4140. margin-right: 15px;
  4141. }
  4142. }
  4143. @media (min-width: 768px) {
  4144. .navbar-left {
  4145. float: left !important;
  4146. }
  4147. .navbar-right {
  4148. float: right !important;
  4149. margin-right: -15px;
  4150. }
  4151. .navbar-right ~ .navbar-right {
  4152. margin-right: 0;
  4153. }
  4154. }
  4155. .navbar-default {
  4156. background-color: #f8f8f8;
  4157. border-color: #e7e7e7;
  4158. }
  4159. .navbar-default .navbar-brand {
  4160. color: #777777;
  4161. }
  4162. .navbar-default .navbar-brand:hover,
  4163. .navbar-default .navbar-brand:focus {
  4164. color: #5e5e5e;
  4165. background-color: transparent;
  4166. }
  4167. .navbar-default .navbar-text {
  4168. color: #777777;
  4169. }
  4170. .navbar-default .navbar-nav > li > a {
  4171. color: #777777;
  4172. }
  4173. .navbar-default .navbar-nav > li > a:hover,
  4174. .navbar-default .navbar-nav > li > a:focus {
  4175. color: #333333;
  4176. background-color: transparent;
  4177. }
  4178. .navbar-default .navbar-nav > .active > a,
  4179. .navbar-default .navbar-nav > .active > a:hover,
  4180. .navbar-default .navbar-nav > .active > a:focus {
  4181. color: #555555;
  4182. background-color: #e7e7e7;
  4183. }
  4184. .navbar-default .navbar-nav > .disabled > a,
  4185. .navbar-default .navbar-nav > .disabled > a:hover,
  4186. .navbar-default .navbar-nav > .disabled > a:focus {
  4187. color: #cccccc;
  4188. background-color: transparent;
  4189. }
  4190. .navbar-default .navbar-toggle {
  4191. border-color: #dddddd;
  4192. }
  4193. .navbar-default .navbar-toggle:hover,
  4194. .navbar-default .navbar-toggle:focus {
  4195. background-color: #dddddd;
  4196. }
  4197. .navbar-default .navbar-toggle .icon-bar {
  4198. background-color: #888888;
  4199. }
  4200. .navbar-default .navbar-collapse,
  4201. .navbar-default .navbar-form {
  4202. border-color: #e7e7e7;
  4203. }
  4204. .navbar-default .navbar-nav > .open > a,
  4205. .navbar-default .navbar-nav > .open > a:hover,
  4206. .navbar-default .navbar-nav > .open > a:focus {
  4207. background-color: #e7e7e7;
  4208. color: #555555;
  4209. }
  4210. @media (max-width: 767px) {
  4211. .navbar-default .navbar-nav .open .dropdown-menu > li > a {
  4212. color: #777777;
  4213. }
  4214. .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  4215. .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
  4216. color: #333333;
  4217. background-color: transparent;
  4218. }
  4219. .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  4220. .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  4221. .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
  4222. color: #555555;
  4223. background-color: #e7e7e7;
  4224. }
  4225. .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  4226. .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  4227. .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
  4228. color: #cccccc;
  4229. background-color: transparent;
  4230. }
  4231. }
  4232. .navbar-default .navbar-link {
  4233. color: #777777;
  4234. }
  4235. .navbar-default .navbar-link:hover {
  4236. color: #333333;
  4237. }
  4238. .navbar-default .btn-link {
  4239. color: #777777;
  4240. }
  4241. .navbar-default .btn-link:hover,
  4242. .navbar-default .btn-link:focus {
  4243. color: #333333;
  4244. }
  4245. .navbar-default .btn-link[disabled]:hover,
  4246. fieldset[disabled] .navbar-default .btn-link:hover,
  4247. .navbar-default .btn-link[disabled]:focus,
  4248. fieldset[disabled] .navbar-default .btn-link:focus {
  4249. color: #cccccc;
  4250. }
  4251. .navbar-inverse {
  4252. background-color: #222222;
  4253. border-color: #080808;
  4254. }
  4255. .navbar-inverse .navbar-brand {
  4256. color: #9d9d9d;
  4257. }
  4258. .navbar-inverse .navbar-brand:hover,
  4259. .navbar-inverse .navbar-brand:focus {
  4260. color: #ffffff;
  4261. background-color: transparent;
  4262. }
  4263. .navbar-inverse .navbar-text {
  4264. color: #9d9d9d;
  4265. }
  4266. .navbar-inverse .navbar-nav > li > a {
  4267. color: #9d9d9d;
  4268. }
  4269. .navbar-inverse .navbar-nav > li > a:hover,
  4270. .navbar-inverse .navbar-nav > li > a:focus {
  4271. color: #ffffff;
  4272. background-color: transparent;
  4273. }
  4274. .navbar-inverse .navbar-nav > .active > a,
  4275. .navbar-inverse .navbar-nav > .active > a:hover,
  4276. .navbar-inverse .navbar-nav > .active > a:focus {
  4277. color: #ffffff;
  4278. background-color: #080808;
  4279. }
  4280. .navbar-inverse .navbar-nav > .disabled > a,
  4281. .navbar-inverse .navbar-nav > .disabled > a:hover,
  4282. .navbar-inverse .navbar-nav > .disabled > a:focus {
  4283. color: #444444;
  4284. background-color: transparent;
  4285. }
  4286. .navbar-inverse .navbar-toggle {
  4287. border-color: #333333;
  4288. }
  4289. .navbar-inverse .navbar-toggle:hover,
  4290. .navbar-inverse .navbar-toggle:focus {
  4291. background-color: #333333;
  4292. }
  4293. .navbar-inverse .navbar-toggle .icon-bar {
  4294. background-color: #ffffff;
  4295. }
  4296. .navbar-inverse .navbar-collapse,
  4297. .navbar-inverse .navbar-form {
  4298. border-color: #101010;
  4299. }
  4300. .navbar-inverse .navbar-nav > .open > a,
  4301. .navbar-inverse .navbar-nav > .open > a:hover,
  4302. .navbar-inverse .navbar-nav > .open > a:focus {
  4303. background-color: #080808;
  4304. color: #ffffff;
  4305. }
  4306. @media (max-width: 767px) {
  4307. .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
  4308. border-color: #080808;
  4309. }
  4310. .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
  4311. background-color: #080808;
  4312. }
  4313. .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
  4314. color: #9d9d9d;
  4315. }
  4316. .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  4317. .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
  4318. color: #ffffff;
  4319. background-color: transparent;
  4320. }
  4321. .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  4322. .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  4323. .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
  4324. color: #ffffff;
  4325. background-color: #080808;
  4326. }
  4327. .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  4328. .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  4329. .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
  4330. color: #444444;
  4331. background-color: transparent;
  4332. }
  4333. }
  4334. .navbar-inverse .navbar-link {
  4335. color: #9d9d9d;
  4336. }
  4337. .navbar-inverse .navbar-link:hover {
  4338. color: #ffffff;
  4339. }
  4340. .navbar-inverse .btn-link {
  4341. color: #9d9d9d;
  4342. }
  4343. .navbar-inverse .btn-link:hover,
  4344. .navbar-inverse .btn-link:focus {
  4345. color: #ffffff;
  4346. }
  4347. .navbar-inverse .btn-link[disabled]:hover,
  4348. fieldset[disabled] .navbar-inverse .btn-link:hover,
  4349. .navbar-inverse .btn-link[disabled]:focus,
  4350. fieldset[disabled] .navbar-inverse .btn-link:focus {
  4351. color: #444444;
  4352. }
  4353. .breadcrumb {
  4354. padding: 8px 15px;
  4355. margin-bottom: 20px;
  4356. list-style: none;
  4357. background-color: #f5f5f5;
  4358. border-radius: 4px;
  4359. }
  4360. .breadcrumb > li {
  4361. display: inline-block;
  4362. }
  4363. .breadcrumb > li + li:before {
  4364. content: "/\00a0";
  4365. padding: 0 5px;
  4366. color: #cccccc;
  4367. }
  4368. .breadcrumb > .active {
  4369. color: #777777;
  4370. }
  4371. .pagination {
  4372. display: inline-block;
  4373. padding-left: 0;
  4374. margin: 20px 0;
  4375. border-radius: 4px;
  4376. }
  4377. .pagination > li {
  4378. display: inline;
  4379. }
  4380. .pagination > li > a,
  4381. .pagination > li > span {
  4382. position: relative;
  4383. float: left;
  4384. padding: 6px 12px;
  4385. line-height: 1.42857143;
  4386. text-decoration: none;
  4387. color: #337ab7;
  4388. background-color: #ffffff;
  4389. border: 1px solid #dddddd;
  4390. margin-left: -1px;
  4391. }
  4392. .pagination > li:first-child > a,
  4393. .pagination > li:first-child > span {
  4394. margin-left: 0;
  4395. border-bottom-left-radius: 4px;
  4396. border-top-left-radius: 4px;
  4397. }
  4398. .pagination > li:last-child > a,
  4399. .pagination > li:last-child > span {
  4400. border-bottom-right-radius: 4px;
  4401. border-top-right-radius: 4px;
  4402. }
  4403. .pagination > li > a:hover,
  4404. .pagination > li > span:hover,
  4405. .pagination > li > a:focus,
  4406. .pagination > li > span:focus {
  4407. color: #23527c;
  4408. background-color: #eeeeee;
  4409. border-color: #dddddd;
  4410. }
  4411. .pagination > .active > a,
  4412. .pagination > .active > span,
  4413. .pagination > .active > a:hover,
  4414. .pagination > .active > span:hover,
  4415. .pagination > .active > a:focus,
  4416. .pagination > .active > span:focus {
  4417. z-index: 2;
  4418. color: #ffffff;
  4419. background-color: #337ab7;
  4420. border-color: #337ab7;
  4421. cursor: default;
  4422. }
  4423. .pagination > .disabled > span,
  4424. .pagination > .disabled > span:hover,
  4425. .pagination > .disabled > span:focus,
  4426. .pagination > .disabled > a,
  4427. .pagination > .disabled > a:hover,
  4428. .pagination > .disabled > a:focus {
  4429. color: #777777;
  4430. background-color: #ffffff;
  4431. border-color: #dddddd;
  4432. cursor: not-allowed;
  4433. }
  4434. .pagination-lg > li > a,
  4435. .pagination-lg > li > span {
  4436. padding: 10px 16px;
  4437. font-size: 18px;
  4438. }
  4439. .pagination-lg > li:first-child > a,
  4440. .pagination-lg > li:first-child > span {
  4441. border-bottom-left-radius: 6px;
  4442. border-top-left-radius: 6px;
  4443. }
  4444. .pagination-lg > li:last-child > a,
  4445. .pagination-lg > li:last-child > span {
  4446. border-bottom-right-radius: 6px;
  4447. border-top-right-radius: 6px;
  4448. }
  4449. .pagination-sm > li > a,
  4450. .pagination-sm > li > span {
  4451. padding: 5px 10px;
  4452. font-size: 12px;
  4453. }
  4454. .pagination-sm > li:first-child > a,
  4455. .pagination-sm > li:first-child > span {
  4456. border-bottom-left-radius: 3px;
  4457. border-top-left-radius: 3px;
  4458. }
  4459. .pagination-sm > li:last-child > a,
  4460. .pagination-sm > li:last-child > span {
  4461. border-bottom-right-radius: 3px;
  4462. border-top-right-radius: 3px;
  4463. }
  4464. .pager {
  4465. padding-left: 0;
  4466. margin: 20px 0;
  4467. list-style: none;
  4468. text-align: center;
  4469. }
  4470. .pager li {
  4471. display: inline;
  4472. }
  4473. .pager li > a,
  4474. .pager li > span {
  4475. display: inline-block;
  4476. padding: 5px 14px;
  4477. background-color: #ffffff;
  4478. border: 1px solid #dddddd;
  4479. border-radius: 15px;
  4480. }
  4481. .pager li > a:hover,
  4482. .pager li > a:focus {
  4483. text-decoration: none;
  4484. background-color: #eeeeee;
  4485. }
  4486. .pager .next > a,
  4487. .pager .next > span {
  4488. float: right;
  4489. }
  4490. .pager .previous > a,
  4491. .pager .previous > span {
  4492. float: left;
  4493. }
  4494. .pager .disabled > a,
  4495. .pager .disabled > a:hover,
  4496. .pager .disabled > a:focus,
  4497. .pager .disabled > span {
  4498. color: #777777;
  4499. background-color: #ffffff;
  4500. cursor: not-allowed;
  4501. }
  4502. .label {
  4503. display: inline;
  4504. padding: .2em .6em .3em;
  4505. font-size: 75%;
  4506. font-weight: bold;
  4507. line-height: 1;
  4508. color: #ffffff;
  4509. text-align: center;
  4510. white-space: nowrap;
  4511. vertical-align: baseline;
  4512. border-radius: .25em;
  4513. }
  4514. a.label:hover,
  4515. a.label:focus {
  4516. color: #ffffff;
  4517. text-decoration: none;
  4518. cursor: pointer;
  4519. }
  4520. .label:empty {
  4521. display: none;
  4522. }
  4523. .btn .label {
  4524. position: relative;
  4525. top: -1px;
  4526. }
  4527. .label-default {
  4528. background-color: #777777;
  4529. }
  4530. .label-default[href]:hover,
  4531. .label-default[href]:focus {
  4532. background-color: #5e5e5e;
  4533. }
  4534. .label-primary {
  4535. background-color: #337ab7;
  4536. }
  4537. .label-primary[href]:hover,
  4538. .label-primary[href]:focus {
  4539. background-color: #286090;
  4540. }
  4541. .label-success {
  4542. background-color: #5cb85c;
  4543. }
  4544. .label-success[href]:hover,
  4545. .label-success[href]:focus {
  4546. background-color: #449d44;
  4547. }
  4548. .label-info {
  4549. background-color: #5bc0de;
  4550. }
  4551. .label-info[href]:hover,
  4552. .label-info[href]:focus {
  4553. background-color: #31b0d5;
  4554. }
  4555. .label-warning {
  4556. background-color: #f0ad4e;
  4557. }
  4558. .label-warning[href]:hover,
  4559. .label-warning[href]:focus {
  4560. background-color: #ec971f;
  4561. }
  4562. .label-danger {
  4563. background-color: #d9534f;
  4564. }
  4565. .label-danger[href]:hover,
  4566. .label-danger[href]:focus {
  4567. background-color: #c9302c;
  4568. }
  4569. .badge {
  4570. display: inline-block;
  4571. min-width: 10px;
  4572. padding: 3px 7px;
  4573. font-size: 12px;
  4574. font-weight: bold;
  4575. color: #ffffff;
  4576. line-height: 1;
  4577. vertical-align: baseline;
  4578. white-space: nowrap;
  4579. text-align: center;
  4580. background-color: #777777;
  4581. border-radius: 10px;
  4582. }
  4583. .badge:empty {
  4584. display: none;
  4585. }
  4586. .btn .badge {
  4587. position: relative;
  4588. top: -1px;
  4589. }
  4590. .btn-xs .badge {
  4591. top: 0;
  4592. padding: 1px 5px;
  4593. }
  4594. a.badge:hover,
  4595. a.badge:focus {
  4596. color: #ffffff;
  4597. text-decoration: none;
  4598. cursor: pointer;
  4599. }
  4600. .list-group-item.active > .badge,
  4601. .nav-pills > .active > a > .badge {
  4602. color: #337ab7;
  4603. background-color: #ffffff;
  4604. }
  4605. .list-group-item > .badge {
  4606. float: right;
  4607. }
  4608. .list-group-item > .badge + .badge {
  4609. margin-right: 5px;
  4610. }
  4611. .nav-pills > li > a > .badge {
  4612. margin-left: 3px;
  4613. }
  4614. .jumbotron {
  4615. padding: 30px 15px;
  4616. margin-bottom: 30px;
  4617. color: inherit;
  4618. background-color: #eeeeee;
  4619. }
  4620. .jumbotron h1,
  4621. .jumbotron .h1 {
  4622. color: inherit;
  4623. }
  4624. .jumbotron p {
  4625. margin-bottom: 15px;
  4626. font-size: 21px;
  4627. font-weight: 200;
  4628. }
  4629. .jumbotron > hr {
  4630. border-top-color: #d5d5d5;
  4631. }
  4632. .container .jumbotron,
  4633. .container-fluid .jumbotron {
  4634. border-radius: 6px;
  4635. }
  4636. .jumbotron .container {
  4637. max-width: 100%;
  4638. }
  4639. @media screen and (min-width: 768px) {
  4640. .jumbotron {
  4641. padding: 48px 0;
  4642. }
  4643. .container .jumbotron,
  4644. .container-fluid .jumbotron {
  4645. padding-left: 60px;
  4646. padding-right: 60px;
  4647. }
  4648. .jumbotron h1,
  4649. .jumbotron .h1 {
  4650. font-size: 63px;
  4651. }
  4652. }
  4653. .thumbnail {
  4654. display: block;
  4655. padding: 4px;
  4656. margin-bottom: 20px;
  4657. line-height: 1.42857143;
  4658. background-color: #ffffff;
  4659. border: 1px solid #dddddd;
  4660. border-radius: 4px;
  4661. -webkit-transition: border 0.2s ease-in-out;
  4662. -o-transition: border 0.2s ease-in-out;
  4663. transition: border 0.2s ease-in-out;
  4664. }
  4665. .thumbnail > img,
  4666. .thumbnail a > img {
  4667. margin-left: auto;
  4668. margin-right: auto;
  4669. }
  4670. a.thumbnail:hover,
  4671. a.thumbnail:focus,
  4672. a.thumbnail.active {
  4673. border-color: #337ab7;
  4674. }
  4675. .thumbnail .caption {
  4676. padding: 9px;
  4677. color: #333333;
  4678. }
  4679. .alert {
  4680. padding: 15px;
  4681. margin-bottom: 20px;
  4682. border: 1px solid transparent;
  4683. border-radius: 4px;
  4684. }
  4685. .alert h4 {
  4686. margin-top: 0;
  4687. color: inherit;
  4688. }
  4689. .alert .alert-link {
  4690. font-weight: bold;
  4691. }
  4692. .alert > p,
  4693. .alert > ul {
  4694. margin-bottom: 0;
  4695. }
  4696. .alert > p + p {
  4697. margin-top: 5px;
  4698. }
  4699. .alert-dismissable,
  4700. .alert-dismissible {
  4701. padding-right: 35px;
  4702. }
  4703. .alert-dismissable .close,
  4704. .alert-dismissible .close {
  4705. position: relative;
  4706. top: -2px;
  4707. right: -21px;
  4708. color: inherit;
  4709. }
  4710. .alert-success {
  4711. background-color: #dff0d8;
  4712. border-color: #d6e9c6;
  4713. color: #3c763d;
  4714. }
  4715. .alert-success hr {
  4716. border-top-color: #c9e2b3;
  4717. }
  4718. .alert-success .alert-link {
  4719. color: #2b542c;
  4720. }
  4721. .alert-info {
  4722. background-color: #d9edf7;
  4723. border-color: #bce8f1;
  4724. color: #31708f;
  4725. }
  4726. .alert-info hr {
  4727. border-top-color: #a6e1ec;
  4728. }
  4729. .alert-info .alert-link {
  4730. color: #245269;
  4731. }
  4732. .alert-warning {
  4733. background-color: #fcf8e3;
  4734. border-color: #faebcc;
  4735. color: #8a6d3b;
  4736. }
  4737. .alert-warning hr {
  4738. border-top-color: #f7e1b5;
  4739. }
  4740. .alert-warning .alert-link {
  4741. color: #66512c;
  4742. }
  4743. .alert-danger {
  4744. background-color: #f2dede;
  4745. border-color: #ebccd1;
  4746. color: #a94442;
  4747. }
  4748. .alert-danger hr {
  4749. border-top-color: #e4b9c0;
  4750. }
  4751. .alert-danger .alert-link {
  4752. color: #843534;
  4753. }
  4754. @-webkit-keyframes progress-bar-stripes {
  4755. from {
  4756. background-position: 40px 0;
  4757. }
  4758. to {
  4759. background-position: 0 0;
  4760. }
  4761. }
  4762. @keyframes progress-bar-stripes {
  4763. from {
  4764. background-position: 40px 0;
  4765. }
  4766. to {
  4767. background-position: 0 0;
  4768. }
  4769. }
  4770. .progress {
  4771. overflow: hidden;
  4772. height: 20px;
  4773. margin-bottom: 20px;
  4774. background-color: #f5f5f5;
  4775. border-radius: 4px;
  4776. -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  4777. -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  4778. box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  4779. }
  4780. .progress-bar {
  4781. float: left;
  4782. width: 0%;
  4783. height: 100%;
  4784. font-size: 12px;
  4785. line-height: 20px;
  4786. color: #ffffff;
  4787. text-align: center;
  4788. background-color: #337ab7;
  4789. -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  4790. -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  4791. box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  4792. -webkit-transition: width 0.6s ease;
  4793. -o-transition: width 0.6s ease;
  4794. transition: width 0.6s ease;
  4795. }
  4796. .progress-striped .progress-bar,
  4797. .progress-bar-striped {
  4798. 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);
  4799. 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);
  4800. 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);
  4801. background-size: 40px 40px;
  4802. }
  4803. .progress.active .progress-bar,
  4804. .progress-bar.active {
  4805. -webkit-animation: progress-bar-stripes 2s linear infinite;
  4806. -o-animation: progress-bar-stripes 2s linear infinite;
  4807. animation: progress-bar-stripes 2s linear infinite;
  4808. }
  4809. .progress-bar-success {
  4810. background-color: #5cb85c;
  4811. }
  4812. .progress-striped .progress-bar-success {
  4813. 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);
  4814. 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);
  4815. 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);
  4816. }
  4817. .progress-bar-info {
  4818. background-color: #5bc0de;
  4819. }
  4820. .progress-striped .progress-bar-info {
  4821. 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);
  4822. 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);
  4823. 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);
  4824. }
  4825. .progress-bar-warning {
  4826. background-color: #f0ad4e;
  4827. }
  4828. .progress-striped .progress-bar-warning {
  4829. 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);
  4830. 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);
  4831. 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);
  4832. }
  4833. .progress-bar-danger {
  4834. background-color: #d9534f;
  4835. }
  4836. .progress-striped .progress-bar-danger {
  4837. 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);
  4838. 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);
  4839. 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);
  4840. }
  4841. .media {
  4842. margin-top: 15px;
  4843. }
  4844. .media:first-child {
  4845. margin-top: 0;
  4846. }
  4847. .media-right,
  4848. .media > .pull-right {
  4849. padding-left: 10px;
  4850. }
  4851. .media-left,
  4852. .media > .pull-left {
  4853. padding-right: 10px;
  4854. }
  4855. .media-left,
  4856. .media-right,
  4857. .media-body {
  4858. display: table-cell;
  4859. vertical-align: top;
  4860. }
  4861. .media-middle {
  4862. vertical-align: middle;
  4863. }
  4864. .media-bottom {
  4865. vertical-align: bottom;
  4866. }
  4867. .media-heading {
  4868. margin-top: 0;
  4869. margin-bottom: 5px;
  4870. }
  4871. .media-list {
  4872. padding-left: 0;
  4873. list-style: none;
  4874. }
  4875. .list-group {
  4876. margin-bottom: 20px;
  4877. padding-left: 0;
  4878. }
  4879. .list-group-item {
  4880. position: relative;
  4881. display: block;
  4882. padding: 10px 15px;
  4883. margin-bottom: -1px;
  4884. background-color: #ffffff;
  4885. border: 1px solid #dddddd;
  4886. }
  4887. .list-group-item:first-child {
  4888. border-top-right-radius: 4px;
  4889. border-top-left-radius: 4px;
  4890. }
  4891. .list-group-item:last-child {
  4892. margin-bottom: 0;
  4893. border-bottom-right-radius: 4px;
  4894. border-bottom-left-radius: 4px;
  4895. }
  4896. a.list-group-item {
  4897. color: #555555;
  4898. }
  4899. a.list-group-item .list-group-item-heading {
  4900. color: #333333;
  4901. }
  4902. a.list-group-item:hover,
  4903. a.list-group-item:focus {
  4904. text-decoration: none;
  4905. color: #555555;
  4906. background-color: #f5f5f5;
  4907. }
  4908. .list-group-item.disabled,
  4909. .list-group-item.disabled:hover,
  4910. .list-group-item.disabled:focus {
  4911. background-color: #eeeeee;
  4912. color: #777777;
  4913. cursor: not-allowed;
  4914. }
  4915. .list-group-item.disabled .list-group-item-heading,
  4916. .list-group-item.disabled:hover .list-group-item-heading,
  4917. .list-group-item.disabled:focus .list-group-item-heading {
  4918. color: inherit;
  4919. }
  4920. .list-group-item.disabled .list-group-item-text,
  4921. .list-group-item.disabled:hover .list-group-item-text,
  4922. .list-group-item.disabled:focus .list-group-item-text {
  4923. color: #777777;
  4924. }
  4925. .list-group-item.active,
  4926. .list-group-item.active:hover,
  4927. .list-group-item.active:focus {
  4928. z-index: 2;
  4929. color: #ffffff;
  4930. background-color: #337ab7;
  4931. border-color: #337ab7;
  4932. }
  4933. .list-group-item.active .list-group-item-heading,
  4934. .list-group-item.active:hover .list-group-item-heading,
  4935. .list-group-item.active:focus .list-group-item-heading,
  4936. .list-group-item.active .list-group-item-heading > small,
  4937. .list-group-item.active:hover .list-group-item-heading > small,
  4938. .list-group-item.active:focus .list-group-item-heading > small,
  4939. .list-group-item.active .list-group-item-heading > .small,
  4940. .list-group-item.active:hover .list-group-item-heading > .small,
  4941. .list-group-item.active:focus .list-group-item-heading > .small {
  4942. color: inherit;
  4943. }
  4944. .list-group-item.active .list-group-item-text,
  4945. .list-group-item.active:hover .list-group-item-text,
  4946. .list-group-item.active:focus .list-group-item-text {
  4947. color: #c7ddef;
  4948. }
  4949. .list-group-item-success {
  4950. color: #3c763d;
  4951. background-color: #dff0d8;
  4952. }
  4953. a.list-group-item-success {
  4954. color: #3c763d;
  4955. }
  4956. a.list-group-item-success .list-group-item-heading {
  4957. color: inherit;
  4958. }
  4959. a.list-group-item-success:hover,
  4960. a.list-group-item-success:focus {
  4961. color: #3c763d;
  4962. background-color: #d0e9c6;
  4963. }
  4964. a.list-group-item-success.active,
  4965. a.list-group-item-success.active:hover,
  4966. a.list-group-item-success.active:focus {
  4967. color: #fff;
  4968. background-color: #3c763d;
  4969. border-color: #3c763d;
  4970. }
  4971. .list-group-item-info {
  4972. color: #31708f;
  4973. background-color: #d9edf7;
  4974. }
  4975. a.list-group-item-info {
  4976. color: #31708f;
  4977. }
  4978. a.list-group-item-info .list-group-item-heading {
  4979. color: inherit;
  4980. }
  4981. a.list-group-item-info:hover,
  4982. a.list-group-item-info:focus {
  4983. color: #31708f;
  4984. background-color: #c4e3f3;
  4985. }
  4986. a.list-group-item-info.active,
  4987. a.list-group-item-info.active:hover,
  4988. a.list-group-item-info.active:focus {
  4989. color: #fff;
  4990. background-color: #31708f;
  4991. border-color: #31708f;
  4992. }
  4993. .list-group-item-warning {
  4994. color: #8a6d3b;
  4995. background-color: #fcf8e3;
  4996. }
  4997. a.list-group-item-warning {
  4998. color: #8a6d3b;
  4999. }
  5000. a.list-group-item-warning .list-group-item-heading {
  5001. color: inherit;
  5002. }
  5003. a.list-group-item-warning:hover,
  5004. a.list-group-item-warning:focus {
  5005. color: #8a6d3b;
  5006. background-color: #faf2cc;
  5007. }
  5008. a.list-group-item-warning.active,
  5009. a.list-group-item-warning.active:hover,
  5010. a.list-group-item-warning.active:focus {
  5011. color: #fff;
  5012. background-color: #8a6d3b;
  5013. border-color: #8a6d3b;
  5014. }
  5015. .list-group-item-danger {
  5016. color: #a94442;
  5017. background-color: #f2dede;
  5018. }
  5019. a.list-group-item-danger {
  5020. color: #a94442;
  5021. }
  5022. a.list-group-item-danger .list-group-item-heading {
  5023. color: inherit;
  5024. }
  5025. a.list-group-item-danger:hover,
  5026. a.list-group-item-danger:focus {
  5027. color: #a94442;
  5028. background-color: #ebcccc;
  5029. }
  5030. a.list-group-item-danger.active,
  5031. a.list-group-item-danger.active:hover,
  5032. a.list-group-item-danger.active:focus {
  5033. color: #fff;
  5034. background-color: #a94442;
  5035. border-color: #a94442;
  5036. }
  5037. .list-group-item-heading {
  5038. margin-top: 0;
  5039. margin-bottom: 5px;
  5040. }
  5041. .list-group-item-text {
  5042. margin-bottom: 0;
  5043. line-height: 1.3;
  5044. }
  5045. .panel {
  5046. margin-bottom: 20px;
  5047. background-color: #ffffff;
  5048. border: 1px solid transparent;
  5049. border-radius: 4px;
  5050. -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  5051. -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  5052. box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  5053. }
  5054. .panel-body {
  5055. padding: 15px;
  5056. }
  5057. .panel-heading {
  5058. padding: 10px 15px;
  5059. border-bottom: 1px solid transparent;
  5060. border-top-right-radius: 3px;
  5061. border-top-left-radius: 3px;
  5062. }
  5063. .panel-heading > .dropdown .dropdown-toggle {
  5064. color: inherit;
  5065. }
  5066. .panel-title {
  5067. margin-top: 0;
  5068. margin-bottom: 0;
  5069. font-size: 16px;
  5070. color: inherit;
  5071. }
  5072. .panel-title > a {
  5073. color: inherit;
  5074. }
  5075. .panel-footer {
  5076. padding: 10px 15px;
  5077. background-color: #f5f5f5;
  5078. border-top: 1px solid #dddddd;
  5079. border-bottom-right-radius: 3px;
  5080. border-bottom-left-radius: 3px;
  5081. }
  5082. .panel > .list-group,
  5083. .panel > .panel-collapse > .list-group {
  5084. margin-bottom: 0;
  5085. }
  5086. .panel > .list-group .list-group-item,
  5087. .panel > .panel-collapse > .list-group .list-group-item {
  5088. border-width: 1px 0;
  5089. border-radius: 0;
  5090. }
  5091. .panel > .list-group:first-child .list-group-item:first-child,
  5092. .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  5093. border-top: 0;
  5094. border-top-right-radius: 3px;
  5095. border-top-left-radius: 3px;
  5096. }
  5097. .panel > .list-group:last-child .list-group-item:last-child,
  5098. .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  5099. border-bottom: 0;
  5100. border-bottom-right-radius: 3px;
  5101. border-bottom-left-radius: 3px;
  5102. }
  5103. .panel-heading + .list-group .list-group-item:first-child {
  5104. border-top-width: 0;
  5105. }
  5106. .list-group + .panel-footer {
  5107. border-top-width: 0;
  5108. }
  5109. .panel > .table,
  5110. .panel > .table-responsive > .table,
  5111. .panel > .panel-collapse > .table {
  5112. margin-bottom: 0;
  5113. }
  5114. .panel > .table caption,
  5115. .panel > .table-responsive > .table caption,
  5116. .panel > .panel-collapse > .table caption {
  5117. padding-left: 15px;
  5118. padding-right: 15px;
  5119. }
  5120. .panel > .table:first-child,
  5121. .panel > .table-responsive:first-child > .table:first-child {
  5122. border-top-right-radius: 3px;
  5123. border-top-left-radius: 3px;
  5124. }
  5125. .panel > .table:first-child > thead:first-child > tr:first-child,
  5126. .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
  5127. .panel > .table:first-child > tbody:first-child > tr:first-child,
  5128. .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  5129. border-top-left-radius: 3px;
  5130. border-top-right-radius: 3px;
  5131. }
  5132. .panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
  5133. .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
  5134. .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
  5135. .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
  5136. .panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
  5137. .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
  5138. .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
  5139. .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  5140. border-top-left-radius: 3px;
  5141. }
  5142. .panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
  5143. .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
  5144. .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
  5145. .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
  5146. .panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
  5147. .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
  5148. .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
  5149. .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  5150. border-top-right-radius: 3px;
  5151. }
  5152. .panel > .table:last-child,
  5153. .panel > .table-responsive:last-child > .table:last-child {
  5154. border-bottom-right-radius: 3px;
  5155. border-bottom-left-radius: 3px;
  5156. }
  5157. .panel > .table:last-child > tbody:last-child > tr:last-child,
  5158. .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
  5159. .panel > .table:last-child > tfoot:last-child > tr:last-child,
  5160. .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  5161. border-bottom-left-radius: 3px;
  5162. border-bottom-right-radius: 3px;
  5163. }
  5164. .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
  5165. .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
  5166. .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
  5167. .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
  5168. .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
  5169. .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
  5170. .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
  5171. .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  5172. border-bottom-left-radius: 3px;
  5173. }
  5174. .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
  5175. .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
  5176. .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
  5177. .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
  5178. .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
  5179. .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
  5180. .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
  5181. .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  5182. border-bottom-right-radius: 3px;
  5183. }
  5184. .panel > .panel-body + .table,
  5185. .panel > .panel-body + .table-responsive,
  5186. .panel > .table + .panel-body,
  5187. .panel > .table-responsive + .panel-body {
  5188. border-top: 1px solid #dddddd;
  5189. }
  5190. .panel > .table > tbody:first-child > tr:first-child th,
  5191. .panel > .table > tbody:first-child > tr:first-child td {
  5192. border-top: 0;
  5193. }
  5194. .panel > .table-bordered,
  5195. .panel > .table-responsive > .table-bordered {
  5196. border: 0;
  5197. }
  5198. .panel > .table-bordered > thead > tr > th:first-child,
  5199. .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
  5200. .panel > .table-bordered > tbody > tr > th:first-child,
  5201. .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
  5202. .panel > .table-bordered > tfoot > tr > th:first-child,
  5203. .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  5204. .panel > .table-bordered > thead > tr > td:first-child,
  5205. .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
  5206. .panel > .table-bordered > tbody > tr > td:first-child,
  5207. .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
  5208. .panel > .table-bordered > tfoot > tr > td:first-child,
  5209. .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  5210. border-left: 0;
  5211. }
  5212. .panel > .table-bordered > thead > tr > th:last-child,
  5213. .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
  5214. .panel > .table-bordered > tbody > tr > th:last-child,
  5215. .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
  5216. .panel > .table-bordered > tfoot > tr > th:last-child,
  5217. .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  5218. .panel > .table-bordered > thead > tr > td:last-child,
  5219. .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
  5220. .panel > .table-bordered > tbody > tr > td:last-child,
  5221. .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
  5222. .panel > .table-bordered > tfoot > tr > td:last-child,
  5223. .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  5224. border-right: 0;
  5225. }
  5226. .panel > .table-bordered > thead > tr:first-child > td,
  5227. .panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
  5228. .panel > .table-bordered > tbody > tr:first-child > td,
  5229. .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
  5230. .panel > .table-bordered > thead > tr:first-child > th,
  5231. .panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
  5232. .panel > .table-bordered > tbody > tr:first-child > th,
  5233. .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  5234. border-bottom: 0;
  5235. }
  5236. .panel > .table-bordered > tbody > tr:last-child > td,
  5237. .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
  5238. .panel > .table-bordered > tfoot > tr:last-child > td,
  5239. .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
  5240. .panel > .table-bordered > tbody > tr:last-child > th,
  5241. .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
  5242. .panel > .table-bordered > tfoot > tr:last-child > th,
  5243. .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  5244. border-bottom: 0;
  5245. }
  5246. .panel > .table-responsive {
  5247. border: 0;
  5248. margin-bottom: 0;
  5249. }
  5250. .panel-group {
  5251. margin-bottom: 20px;
  5252. }
  5253. .panel-group .panel {
  5254. margin-bottom: 0;
  5255. border-radius: 4px;
  5256. }
  5257. .panel-group .panel + .panel {
  5258. margin-top: 5px;
  5259. }
  5260. .panel-group .panel-heading {
  5261. border-bottom: 0;
  5262. }
  5263. .panel-group .panel-heading + .panel-collapse > .panel-body,
  5264. .panel-group .panel-heading + .panel-collapse > .list-group {
  5265. border-top: 1px solid #dddddd;
  5266. }
  5267. .panel-group .panel-footer {
  5268. border-top: 0;
  5269. }
  5270. .panel-group .panel-footer + .panel-collapse .panel-body {
  5271. border-bottom: 1px solid #dddddd;
  5272. }
  5273. .panel-default {
  5274. border-color: #dddddd;
  5275. }
  5276. .panel-default > .panel-heading {
  5277. color: #333333;
  5278. background-color: #f5f5f5;
  5279. border-color: #dddddd;
  5280. }
  5281. .panel-default > .panel-heading + .panel-collapse > .panel-body {
  5282. border-top-color: #dddddd;
  5283. }
  5284. .panel-default > .panel-heading .badge {
  5285. color: #f5f5f5;
  5286. background-color: #333333;
  5287. }
  5288. .panel-default > .panel-footer + .panel-collapse > .panel-body {
  5289. border-bottom-color: #dddddd;
  5290. }
  5291. .panel-primary {
  5292. border-color: #337ab7;
  5293. }
  5294. .panel-primary > .panel-heading {
  5295. color: #ffffff;
  5296. background-color: #337ab7;
  5297. border-color: #337ab7;
  5298. }
  5299. .panel-primary > .panel-heading + .panel-collapse > .panel-body {
  5300. border-top-color: #337ab7;
  5301. }
  5302. .panel-primary > .panel-heading .badge {
  5303. color: #337ab7;
  5304. background-color: #ffffff;
  5305. }
  5306. .panel-primary > .panel-footer + .panel-collapse > .panel-body {
  5307. border-bottom-color: #337ab7;
  5308. }
  5309. .panel-success {
  5310. border-color: #d6e9c6;
  5311. }
  5312. .panel-success > .panel-heading {
  5313. color: #3c763d;
  5314. background-color: #dff0d8;
  5315. border-color: #d6e9c6;
  5316. }
  5317. .panel-success > .panel-heading + .panel-collapse > .panel-body {
  5318. border-top-color: #d6e9c6;
  5319. }
  5320. .panel-success > .panel-heading .badge {
  5321. color: #dff0d8;
  5322. background-color: #3c763d;
  5323. }
  5324. .panel-success > .panel-footer + .panel-collapse > .panel-body {
  5325. border-bottom-color: #d6e9c6;
  5326. }
  5327. .panel-info {
  5328. border-color: #bce8f1;
  5329. }
  5330. .panel-info > .panel-heading {
  5331. color: #31708f;
  5332. background-color: #d9edf7;
  5333. border-color: #bce8f1;
  5334. }
  5335. .panel-info > .panel-heading + .panel-collapse > .panel-body {
  5336. border-top-color: #bce8f1;
  5337. }
  5338. .panel-info > .panel-heading .badge {
  5339. color: #d9edf7;
  5340. background-color: #31708f;
  5341. }
  5342. .panel-info > .panel-footer + .panel-collapse > .panel-body {
  5343. border-bottom-color: #bce8f1;
  5344. }
  5345. .panel-warning {
  5346. border-color: #faebcc;
  5347. }
  5348. .panel-warning > .panel-heading {
  5349. color: #8a6d3b;
  5350. background-color: #fcf8e3;
  5351. border-color: #faebcc;
  5352. }
  5353. .panel-warning > .panel-heading + .panel-collapse > .panel-body {
  5354. border-top-color: #faebcc;
  5355. }
  5356. .panel-warning > .panel-heading .badge {
  5357. color: #fcf8e3;
  5358. background-color: #8a6d3b;
  5359. }
  5360. .panel-warning > .panel-footer + .panel-collapse > .panel-body {
  5361. border-bottom-color: #faebcc;
  5362. }
  5363. .panel-danger {
  5364. border-color: #ebccd1;
  5365. }
  5366. .panel-danger > .panel-heading {
  5367. color: #a94442;
  5368. background-color: #f2dede;
  5369. border-color: #ebccd1;
  5370. }
  5371. .panel-danger > .panel-heading + .panel-collapse > .panel-body {
  5372. border-top-color: #ebccd1;
  5373. }
  5374. .panel-danger > .panel-heading .badge {
  5375. color: #f2dede;
  5376. background-color: #a94442;
  5377. }
  5378. .panel-danger > .panel-footer + .panel-collapse > .panel-body {
  5379. border-bottom-color: #ebccd1;
  5380. }
  5381. .well {
  5382. min-height: 20px;
  5383. padding: 19px;
  5384. margin-bottom: 20px;
  5385. background-color: #f5f5f5;
  5386. border: 1px solid #e3e3e3;
  5387. border-radius: 4px;
  5388. -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  5389. -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  5390. box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  5391. }
  5392. .well blockquote {
  5393. border-color: #ddd;
  5394. border-color: rgba(0, 0, 0, 0.15);
  5395. }
  5396. .well-lg {
  5397. padding: 24px;
  5398. border-radius: 6px;
  5399. }
  5400. .well-sm {
  5401. padding: 9px;
  5402. border-radius: 3px;
  5403. }
  5404. .close {
  5405. float: right;
  5406. font-size: 21px;
  5407. font-weight: bold;
  5408. line-height: 1;
  5409. color: #000000;
  5410. text-shadow: 0 1px 0 #ffffff;
  5411. opacity: 0.2;
  5412. filter: alpha(opacity=20);
  5413. }
  5414. .close:hover,
  5415. .close:focus {
  5416. color: #000000;
  5417. text-decoration: none;
  5418. cursor: pointer;
  5419. opacity: 0.5;
  5420. filter: alpha(opacity=50);
  5421. }
  5422. button.close {
  5423. padding: 0;
  5424. cursor: pointer;
  5425. background: transparent;
  5426. border: 0;
  5427. -webkit-appearance: none;
  5428. }
  5429. .modal-open {
  5430. overflow: hidden;
  5431. }
  5432. .modal {
  5433. display: none;
  5434. overflow: hidden;
  5435. position: fixed;
  5436. top: 0;
  5437. right: 0;
  5438. bottom: 0;
  5439. left: 0;
  5440. z-index: 1040;
  5441. -webkit-overflow-scrolling: touch;
  5442. outline: 0;
  5443. }
  5444. .modal.fade .modal-dialog {
  5445. -webkit-transform: translate(0, -25%);
  5446. -ms-transform: translate(0, -25%);
  5447. -o-transform: translate(0, -25%);
  5448. transform: translate(0, -25%);
  5449. -webkit-transition: -webkit-transform 0.3s ease-out;
  5450. -moz-transition: -moz-transform 0.3s ease-out;
  5451. -o-transition: -o-transform 0.3s ease-out;
  5452. transition: transform 0.3s ease-out;
  5453. }
  5454. .modal.in .modal-dialog {
  5455. -webkit-transform: translate(0, 0);
  5456. -ms-transform: translate(0, 0);
  5457. -o-transform: translate(0, 0);
  5458. transform: translate(0, 0);
  5459. }
  5460. .modal-open .modal {
  5461. overflow-x: hidden;
  5462. overflow-y: auto;
  5463. }
  5464. .modal-dialog {
  5465. position: relative;
  5466. width: auto;
  5467. margin: 10px;
  5468. }
  5469. .modal-content {
  5470. position: relative;
  5471. background-color: #ffffff;
  5472. border: 1px solid #999999;
  5473. border: 1px solid rgba(0, 0, 0, 0.2);
  5474. border-radius: 6px;
  5475. -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  5476. -moz-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  5477. box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  5478. background-clip: padding-box;
  5479. outline: 0;
  5480. }
  5481. .modal-backdrop {
  5482. position: absolute;
  5483. top: 0;
  5484. right: 0;
  5485. left: 0;
  5486. background-color: #000000;
  5487. }
  5488. .modal-backdrop.fade {
  5489. opacity: 0;
  5490. filter: alpha(opacity=0);
  5491. }
  5492. .modal-backdrop.in {
  5493. opacity: 0.5;
  5494. filter: alpha(opacity=50);
  5495. }
  5496. .modal-header {
  5497. padding: 15px;
  5498. border-bottom: 1px solid #e5e5e5;
  5499. min-height: 16.42857143px;
  5500. }
  5501. .modal-header .close {
  5502. margin-top: -2px;
  5503. }
  5504. .modal-title {
  5505. margin: 0;
  5506. line-height: 1.42857143;
  5507. }
  5508. .modal-body {
  5509. position: relative;
  5510. padding: 15px;
  5511. }
  5512. .modal-footer {
  5513. padding: 15px;
  5514. text-align: right;
  5515. border-top: 1px solid #e5e5e5;
  5516. }
  5517. .modal-footer .btn + .btn {
  5518. margin-left: 5px;
  5519. margin-bottom: 0;
  5520. }
  5521. .modal-footer .btn-group .btn + .btn {
  5522. margin-left: -1px;
  5523. }
  5524. .modal-footer .btn-block + .btn-block {
  5525. margin-left: 0;
  5526. }
  5527. .modal-scrollbar-measure {
  5528. position: absolute;
  5529. top: -9999px;
  5530. width: 50px;
  5531. height: 50px;
  5532. overflow: scroll;
  5533. }
  5534. @media (min-width: 768px) {
  5535. .modal-dialog {
  5536. width: 600px;
  5537. margin: 30px auto;
  5538. }
  5539. .modal-content {
  5540. -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  5541. -moz-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  5542. box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  5543. }
  5544. .modal-sm {
  5545. width: 300px;
  5546. }
  5547. }
  5548. @media (min-width: 992px) {
  5549. .modal-lg {
  5550. width: 900px;
  5551. }
  5552. }
  5553. .tooltip {
  5554. position: absolute;
  5555. z-index: 1070;
  5556. display: block;
  5557. visibility: visible;
  5558. font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  5559. font-size: 12px;
  5560. font-weight: normal;
  5561. line-height: 1.4;
  5562. opacity: 0;
  5563. filter: alpha(opacity=0);
  5564. }
  5565. .tooltip.in {
  5566. opacity: 0.9;
  5567. filter: alpha(opacity=90);
  5568. }
  5569. .tooltip.top {
  5570. margin-top: -3px;
  5571. padding: 5px 0;
  5572. }
  5573. .tooltip.right {
  5574. margin-left: 3px;
  5575. padding: 0 5px;
  5576. }
  5577. .tooltip.bottom {
  5578. margin-top: 3px;
  5579. padding: 5px 0;
  5580. }
  5581. .tooltip.left {
  5582. margin-left: -3px;
  5583. padding: 0 5px;
  5584. }
  5585. .tooltip-inner {
  5586. max-width: 200px;
  5587. padding: 3px 8px;
  5588. color: #ffffff;
  5589. text-align: center;
  5590. text-decoration: none;
  5591. background-color: #000000;
  5592. border-radius: 4px;
  5593. }
  5594. .tooltip-arrow {
  5595. position: absolute;
  5596. width: 0;
  5597. height: 0;
  5598. border-color: transparent;
  5599. border-style: solid;
  5600. }
  5601. .tooltip.top .tooltip-arrow {
  5602. bottom: 0;
  5603. left: 50%;
  5604. margin-left: -5px;
  5605. border-width: 5px 5px 0;
  5606. border-top-color: #000000;
  5607. }
  5608. .tooltip.top-left .tooltip-arrow {
  5609. bottom: 0;
  5610. right: 5px;
  5611. margin-bottom: -5px;
  5612. border-width: 5px 5px 0;
  5613. border-top-color: #000000;
  5614. }
  5615. .tooltip.top-right .tooltip-arrow {
  5616. bottom: 0;
  5617. left: 5px;
  5618. margin-bottom: -5px;
  5619. border-width: 5px 5px 0;
  5620. border-top-color: #000000;
  5621. }
  5622. .tooltip.right .tooltip-arrow {
  5623. top: 50%;
  5624. left: 0;
  5625. margin-top: -5px;
  5626. border-width: 5px 5px 5px 0;
  5627. border-right-color: #000000;
  5628. }
  5629. .tooltip.left .tooltip-arrow {
  5630. top: 50%;
  5631. right: 0;
  5632. margin-top: -5px;
  5633. border-width: 5px 0 5px 5px;
  5634. border-left-color: #000000;
  5635. }
  5636. .tooltip.bottom .tooltip-arrow {
  5637. top: 0;
  5638. left: 50%;
  5639. margin-left: -5px;
  5640. border-width: 0 5px 5px;
  5641. border-bottom-color: #000000;
  5642. }
  5643. .tooltip.bottom-left .tooltip-arrow {
  5644. top: 0;
  5645. right: 5px;
  5646. margin-top: -5px;
  5647. border-width: 0 5px 5px;
  5648. border-bottom-color: #000000;
  5649. }
  5650. .tooltip.bottom-right .tooltip-arrow {
  5651. top: 0;
  5652. left: 5px;
  5653. margin-top: -5px;
  5654. border-width: 0 5px 5px;
  5655. border-bottom-color: #000000;
  5656. }
  5657. .popover {
  5658. position: absolute;
  5659. top: 0;
  5660. left: 0;
  5661. z-index: 1060;
  5662. display: none;
  5663. max-width: 276px;
  5664. padding: 1px;
  5665. font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  5666. font-size: 14px;
  5667. font-weight: normal;
  5668. line-height: 1.42857143;
  5669. text-align: left;
  5670. background-color: #ffffff;
  5671. background-clip: padding-box;
  5672. border: 1px solid #cccccc;
  5673. border: 1px solid rgba(0, 0, 0, 0.2);
  5674. border-radius: 6px;
  5675. -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  5676. -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  5677. box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  5678. white-space: normal;
  5679. }
  5680. .popover.top {
  5681. margin-top: -10px;
  5682. }
  5683. .popover.right {
  5684. margin-left: 10px;
  5685. }
  5686. .popover.bottom {
  5687. margin-top: 10px;
  5688. }
  5689. .popover.left {
  5690. margin-left: -10px;
  5691. }
  5692. .popover-title {
  5693. margin: 0;
  5694. padding: 8px 14px;
  5695. font-size: 14px;
  5696. background-color: #f7f7f7;
  5697. border-bottom: 1px solid #ebebeb;
  5698. border-radius: 5px 5px 0 0;
  5699. }
  5700. .popover-content {
  5701. padding: 9px 14px;
  5702. }
  5703. .popover > .arrow,
  5704. .popover > .arrow:after {
  5705. position: absolute;
  5706. display: block;
  5707. width: 0;
  5708. height: 0;
  5709. border-color: transparent;
  5710. border-style: solid;
  5711. }
  5712. .popover > .arrow {
  5713. border-width: 11px;
  5714. }
  5715. .popover > .arrow:after {
  5716. border-width: 10px;
  5717. content: "";
  5718. }
  5719. .popover.top > .arrow {
  5720. left: 50%;
  5721. margin-left: -11px;
  5722. border-bottom-width: 0;
  5723. border-top-color: #999999;
  5724. border-top-color: rgba(0, 0, 0, 0.25);
  5725. bottom: -11px;
  5726. }
  5727. .popover.top > .arrow:after {
  5728. content: " ";
  5729. bottom: 1px;
  5730. margin-left: -10px;
  5731. border-bottom-width: 0;
  5732. border-top-color: #ffffff;
  5733. }
  5734. .popover.right > .arrow {
  5735. top: 50%;
  5736. left: -11px;
  5737. margin-top: -11px;
  5738. border-left-width: 0;
  5739. border-right-color: #999999;
  5740. border-right-color: rgba(0, 0, 0, 0.25);
  5741. }
  5742. .popover.right > .arrow:after {
  5743. content: " ";
  5744. left: 1px;
  5745. bottom: -10px;
  5746. border-left-width: 0;
  5747. border-right-color: #ffffff;
  5748. }
  5749. .popover.bottom > .arrow {
  5750. left: 50%;
  5751. margin-left: -11px;
  5752. border-top-width: 0;
  5753. border-bottom-color: #999999;
  5754. border-bottom-color: rgba(0, 0, 0, 0.25);
  5755. top: -11px;
  5756. }
  5757. .popover.bottom > .arrow:after {
  5758. content: " ";
  5759. top: 1px;
  5760. margin-left: -10px;
  5761. border-top-width: 0;
  5762. border-bottom-color: #ffffff;
  5763. }
  5764. .popover.left > .arrow {
  5765. top: 50%;
  5766. right: -11px;
  5767. margin-top: -11px;
  5768. border-right-width: 0;
  5769. border-left-color: #999999;
  5770. border-left-color: rgba(0, 0, 0, 0.25);
  5771. }
  5772. .popover.left > .arrow:after {
  5773. content: " ";
  5774. right: 1px;
  5775. border-right-width: 0;
  5776. border-left-color: #ffffff;
  5777. bottom: -10px;
  5778. }
  5779. .carousel {
  5780. position: relative;
  5781. }
  5782. .carousel-inner {
  5783. position: relative;
  5784. overflow: hidden;
  5785. width: 100%;
  5786. }
  5787. .carousel-inner > .item {
  5788. display: none;
  5789. position: relative;
  5790. -webkit-transition: 0.6s ease-in-out left;
  5791. -o-transition: 0.6s ease-in-out left;
  5792. transition: 0.6s ease-in-out left;
  5793. }
  5794. .carousel-inner > .item > img,
  5795. .carousel-inner > .item > a > img {
  5796. line-height: 1;
  5797. }
  5798. @media all and (transform-3d), (-webkit-transform-3d) {
  5799. .carousel-inner > .item {
  5800. transition: transform 0.6s ease-in-out;
  5801. backface-visibility: hidden;
  5802. perspective: 1000;
  5803. }
  5804. .carousel-inner > .item.next,
  5805. .carousel-inner > .item.active.right {
  5806. transform: translate3d(100%, 0, 0);
  5807. left: 0;
  5808. }
  5809. .carousel-inner > .item.prev,
  5810. .carousel-inner > .item.active.left {
  5811. transform: translate3d(-100%, 0, 0);
  5812. left: 0;
  5813. }
  5814. .carousel-inner > .item.next.left,
  5815. .carousel-inner > .item.prev.right,
  5816. .carousel-inner > .item.active {
  5817. transform: translate3d(0, 0, 0);
  5818. left: 0;
  5819. }
  5820. }
  5821. .carousel-inner > .active,
  5822. .carousel-inner > .next,
  5823. .carousel-inner > .prev {
  5824. display: block;
  5825. }
  5826. .carousel-inner > .active {
  5827. left: 0;
  5828. }
  5829. .carousel-inner > .next,
  5830. .carousel-inner > .prev {
  5831. position: absolute;
  5832. top: 0;
  5833. width: 100%;
  5834. }
  5835. .carousel-inner > .next {
  5836. left: 100%;
  5837. }
  5838. .carousel-inner > .prev {
  5839. left: -100%;
  5840. }
  5841. .carousel-inner > .next.left,
  5842. .carousel-inner > .prev.right {
  5843. left: 0;
  5844. }
  5845. .carousel-inner > .active.left {
  5846. left: -100%;
  5847. }
  5848. .carousel-inner > .active.right {
  5849. left: 100%;
  5850. }
  5851. .carousel-control {
  5852. position: absolute;
  5853. top: 0;
  5854. left: 0;
  5855. bottom: 0;
  5856. width: 15%;
  5857. opacity: 0.5;
  5858. filter: alpha(opacity=50);
  5859. font-size: 20px;
  5860. color: #ffffff;
  5861. text-align: center;
  5862. text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  5863. }
  5864. .carousel-control.left {
  5865. background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  5866. background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  5867. background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  5868. background-repeat: repeat-x;
  5869. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  5870. }
  5871. .carousel-control.right {
  5872. left: auto;
  5873. right: 0;
  5874. background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  5875. background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  5876. background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  5877. background-repeat: repeat-x;
  5878. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  5879. }
  5880. .carousel-control:hover,
  5881. .carousel-control:focus {
  5882. outline: 0;
  5883. color: #ffffff;
  5884. text-decoration: none;
  5885. opacity: 0.9;
  5886. filter: alpha(opacity=90);
  5887. }
  5888. .carousel-control .icon-prev,
  5889. .carousel-control .icon-next,
  5890. .carousel-control .glyphicon-chevron-left,
  5891. .carousel-control .glyphicon-chevron-right {
  5892. position: absolute;
  5893. top: 50%;
  5894. z-index: 5;
  5895. display: inline-block;
  5896. }
  5897. .carousel-control .icon-prev,
  5898. .carousel-control .glyphicon-chevron-left {
  5899. left: 50%;
  5900. margin-left: -10px;
  5901. }
  5902. .carousel-control .icon-next,
  5903. .carousel-control .glyphicon-chevron-right {
  5904. right: 50%;
  5905. margin-right: -10px;
  5906. }
  5907. .carousel-control .icon-prev,
  5908. .carousel-control .icon-next {
  5909. width: 20px;
  5910. height: 20px;
  5911. margin-top: -10px;
  5912. font-family: serif;
  5913. }
  5914. .carousel-control .icon-prev:before {
  5915. content: '\2039';
  5916. }
  5917. .carousel-control .icon-next:before {
  5918. content: '\203a';
  5919. }
  5920. .carousel-indicators {
  5921. position: absolute;
  5922. bottom: 10px;
  5923. left: 50%;
  5924. z-index: 15;
  5925. width: 60%;
  5926. margin-left: -30%;
  5927. padding-left: 0;
  5928. list-style: none;
  5929. text-align: center;
  5930. }
  5931. .carousel-indicators li {
  5932. display: inline-block;
  5933. width: 10px;
  5934. height: 10px;
  5935. margin: 1px;
  5936. text-indent: -999px;
  5937. border: 1px solid #ffffff;
  5938. border-radius: 10px;
  5939. cursor: pointer;
  5940. background-color: #000 \9;
  5941. background-color: rgba(0, 0, 0, 0);
  5942. }
  5943. .carousel-indicators .active {
  5944. margin: 0;
  5945. width: 12px;
  5946. height: 12px;
  5947. background-color: #ffffff;
  5948. }
  5949. .carousel-caption {
  5950. position: absolute;
  5951. left: 15%;
  5952. right: 15%;
  5953. bottom: 20px;
  5954. z-index: 10;
  5955. padding-top: 20px;
  5956. padding-bottom: 20px;
  5957. color: #ffffff;
  5958. text-align: center;
  5959. text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  5960. }
  5961. .carousel-caption .btn {
  5962. text-shadow: none;
  5963. }
  5964. @media screen and (min-width: 768px) {
  5965. .carousel-control .glyphicon-chevron-left,
  5966. .carousel-control .glyphicon-chevron-right,
  5967. .carousel-control .icon-prev,
  5968. .carousel-control .icon-next {
  5969. width: 30px;
  5970. height: 30px;
  5971. margin-top: -15px;
  5972. font-size: 30px;
  5973. }
  5974. .carousel-control .glyphicon-chevron-left,
  5975. .carousel-control .icon-prev {
  5976. margin-left: -15px;
  5977. }
  5978. .carousel-control .glyphicon-chevron-right,
  5979. .carousel-control .icon-next {
  5980. margin-right: -15px;
  5981. }
  5982. .carousel-caption {
  5983. left: 20%;
  5984. right: 20%;
  5985. padding-bottom: 30px;
  5986. }
  5987. .carousel-indicators {
  5988. bottom: 20px;
  5989. }
  5990. }
  5991. .clearfix:before,
  5992. .clearfix:after,
  5993. .dl-horizontal dd:before,
  5994. .dl-horizontal dd:after,
  5995. .container:before,
  5996. .container:after,
  5997. .container-fluid:before,
  5998. .container-fluid:after,
  5999. .row:before,
  6000. .row:after,
  6001. .form-horizontal .form-group:before,
  6002. .form-horizontal .form-group:after,
  6003. .btn-toolbar:before,
  6004. .btn-toolbar:after,
  6005. .btn-group-vertical > .btn-group:before,
  6006. .btn-group-vertical > .btn-group:after,
  6007. .nav:before,
  6008. .nav:after,
  6009. .navbar:before,
  6010. .navbar:after,
  6011. .navbar-header:before,
  6012. .navbar-header:after,
  6013. .navbar-collapse:before,
  6014. .navbar-collapse:after,
  6015. .pager:before,
  6016. .pager:after,
  6017. .panel-body:before,
  6018. .panel-body:after,
  6019. .modal-footer:before,
  6020. .modal-footer:after {
  6021. content: " ";
  6022. display: table;
  6023. }
  6024. .clearfix:after,
  6025. .dl-horizontal dd:after,
  6026. .container:after,
  6027. .container-fluid:after,
  6028. .row:after,
  6029. .form-horizontal .form-group:after,
  6030. .btn-toolbar:after,
  6031. .btn-group-vertical > .btn-group:after,
  6032. .nav:after,
  6033. .navbar:after,
  6034. .navbar-header:after,
  6035. .navbar-collapse:after,
  6036. .pager:after,
  6037. .panel-body:after,
  6038. .modal-footer:after {
  6039. clear: both;
  6040. }
  6041. .center-block {
  6042. display: block;
  6043. margin-left: auto;
  6044. margin-right: auto;
  6045. }
  6046. .pull-right {
  6047. float: right !important;
  6048. }
  6049. .pull-left {
  6050. float: left !important;
  6051. }
  6052. .hide {
  6053. display: none !important;
  6054. }
  6055. .show {
  6056. display: block !important;
  6057. }
  6058. .invisible {
  6059. visibility: hidden;
  6060. }
  6061. .text-hide {
  6062. font: 0/0 a;
  6063. color: transparent;
  6064. text-shadow: none;
  6065. background-color: transparent;
  6066. border: 0;
  6067. }
  6068. .hidden {
  6069. display: none !important;
  6070. visibility: hidden !important;
  6071. }
  6072. .affix {
  6073. position: fixed;
  6074. }
  6075. @-ms-viewport {
  6076. width: device-width;
  6077. }
  6078. .visible-xs,
  6079. .visible-sm,
  6080. .visible-md,
  6081. .visible-lg {
  6082. display: none !important;
  6083. }
  6084. .visible-xs-block,
  6085. .visible-xs-inline,
  6086. .visible-xs-inline-block,
  6087. .visible-sm-block,
  6088. .visible-sm-inline,
  6089. .visible-sm-inline-block,
  6090. .visible-md-block,
  6091. .visible-md-inline,
  6092. .visible-md-inline-block,
  6093. .visible-lg-block,
  6094. .visible-lg-inline,
  6095. .visible-lg-inline-block {
  6096. display: none !important;
  6097. }
  6098. @media (max-width: 767px) {
  6099. .visible-xs {
  6100. display: block !important;
  6101. }
  6102. table.visible-xs {
  6103. display: table;
  6104. }
  6105. tr.visible-xs {
  6106. display: table-row !important;
  6107. }
  6108. th.visible-xs,
  6109. td.visible-xs {
  6110. display: table-cell !important;
  6111. }
  6112. }
  6113. @media (max-width: 767px) {
  6114. .visible-xs-block {
  6115. display: block !important;
  6116. }
  6117. }
  6118. @media (max-width: 767px) {
  6119. .visible-xs-inline {
  6120. display: inline !important;
  6121. }
  6122. }
  6123. @media (max-width: 767px) {
  6124. .visible-xs-inline-block {
  6125. display: inline-block !important;
  6126. }
  6127. }
  6128. @media (min-width: 768px) and (max-width: 991px) {
  6129. .visible-sm {
  6130. display: block !important;
  6131. }
  6132. table.visible-sm {
  6133. display: table;
  6134. }
  6135. tr.visible-sm {
  6136. display: table-row !important;
  6137. }
  6138. th.visible-sm,
  6139. td.visible-sm {
  6140. display: table-cell !important;
  6141. }
  6142. }
  6143. @media (min-width: 768px) and (max-width: 991px) {
  6144. .visible-sm-block {
  6145. display: block !important;
  6146. }
  6147. }
  6148. @media (min-width: 768px) and (max-width: 991px) {
  6149. .visible-sm-inline {
  6150. display: inline !important;
  6151. }
  6152. }
  6153. @media (min-width: 768px) and (max-width: 991px) {
  6154. .visible-sm-inline-block {
  6155. display: inline-block !important;
  6156. }
  6157. }
  6158. @media (min-width: 992px) and (max-width: 1199px) {
  6159. .visible-md {
  6160. display: block !important;
  6161. }
  6162. table.visible-md {
  6163. display: table;
  6164. }
  6165. tr.visible-md {
  6166. display: table-row !important;
  6167. }
  6168. th.visible-md,
  6169. td.visible-md {
  6170. display: table-cell !important;
  6171. }
  6172. }
  6173. @media (min-width: 992px) and (max-width: 1199px) {
  6174. .visible-md-block {
  6175. display: block !important;
  6176. }
  6177. }
  6178. @media (min-width: 992px) and (max-width: 1199px) {
  6179. .visible-md-inline {
  6180. display: inline !important;
  6181. }
  6182. }
  6183. @media (min-width: 992px) and (max-width: 1199px) {
  6184. .visible-md-inline-block {
  6185. display: inline-block !important;
  6186. }
  6187. }
  6188. @media (min-width: 1200px) {
  6189. .visible-lg {
  6190. display: block !important;
  6191. }
  6192. table.visible-lg {
  6193. display: table;
  6194. }
  6195. tr.visible-lg {
  6196. display: table-row !important;
  6197. }
  6198. th.visible-lg,
  6199. td.visible-lg {
  6200. display: table-cell !important;
  6201. }
  6202. }
  6203. @media (min-width: 1200px) {
  6204. .visible-lg-block {
  6205. display: block !important;
  6206. }
  6207. }
  6208. @media (min-width: 1200px) {
  6209. .visible-lg-inline {
  6210. display: inline !important;
  6211. }
  6212. }
  6213. @media (min-width: 1200px) {
  6214. .visible-lg-inline-block {
  6215. display: inline-block !important;
  6216. }
  6217. }
  6218. @media (max-width: 767px) {
  6219. .hidden-xs {
  6220. display: none !important;
  6221. }
  6222. }
  6223. @media (min-width: 768px) and (max-width: 991px) {
  6224. .hidden-sm {
  6225. display: none !important;
  6226. }
  6227. }
  6228. @media (min-width: 992px) and (max-width: 1199px) {
  6229. .hidden-md {
  6230. display: none !important;
  6231. }
  6232. }
  6233. @media (min-width: 1200px) {
  6234. .hidden-lg {
  6235. display: none !important;
  6236. }
  6237. }
  6238. .visible-print {
  6239. display: none !important;
  6240. }
  6241. @media print {
  6242. .visible-print {
  6243. display: block !important;
  6244. }
  6245. table.visible-print {
  6246. display: table;
  6247. }
  6248. tr.visible-print {
  6249. display: table-row !important;
  6250. }
  6251. th.visible-print,
  6252. td.visible-print {
  6253. display: table-cell !important;
  6254. }
  6255. }
  6256. .visible-print-block {
  6257. display: none !important;
  6258. }
  6259. @media print {
  6260. .visible-print-block {
  6261. display: block !important;
  6262. }
  6263. }
  6264. .visible-print-inline {
  6265. display: none !important;
  6266. }
  6267. @media print {
  6268. .visible-print-inline {
  6269. display: inline !important;
  6270. }
  6271. }
  6272. .visible-print-inline-block {
  6273. display: none !important;
  6274. }
  6275. @media print {
  6276. .visible-print-inline-block {
  6277. display: inline-block !important;
  6278. }
  6279. }
  6280. @media print {
  6281. .hidden-print {
  6282. display: none !important;
  6283. }
  6284. }
  6285. html.overlay-open .navbar-fixed-top {
  6286. z-index: 400;
  6287. }
  6288. html.js fieldset.collapsed {
  6289. border-left-width: 1px;
  6290. border-right-width: 1px;
  6291. height: auto;
  6292. }
  6293. html.js input.form-autocomplete {
  6294. background-image: none;
  6295. }
  6296. html.js input.form-autocomplete {
  6297. background-image: none;
  6298. }
  6299. html.js .autocomplete-throbber {
  6300. background-position: 100% 2px;
  6301. background-repeat: no-repeat;
  6302. display: inline-block;
  6303. height: 15px;
  6304. margin: 2px 0 0 2px;
  6305. width: 15px;
  6306. }
  6307. html.js .autocomplete-throbber.throbbing {
  6308. background-position: 100% -18px;
  6309. }
  6310. body {
  6311. position: relative;
  6312. }
  6313. body.admin-expanded.admin-vertical.admin-nw .navbar,
  6314. body.admin-expanded.admin-vertical.admin-sw .navbar {
  6315. margin-left: 260px;
  6316. }
  6317. body.navbar-is-fixed-top {
  6318. padding-top: 64px !important;
  6319. }
  6320. body.navbar-is-fixed-bottom {
  6321. padding-bottom: 64px !important;
  6322. }
  6323. body.toolbar {
  6324. padding-top: 30px !important;
  6325. }
  6326. body.toolbar .navbar-fixed-top {
  6327. top: 30px;
  6328. }
  6329. body.toolbar.navbar-is-fixed-top {
  6330. padding-top: 94px !important;
  6331. }
  6332. body.toolbar-drawer {
  6333. padding-top: 64px !important;
  6334. }
  6335. body.toolbar-drawer .navbar-fixed-top {
  6336. top: 64px;
  6337. }
  6338. body.toolbar-drawer.navbar-is-fixed-top {
  6339. padding-top: 128px !important;
  6340. }
  6341. body.admin-menu .navbar-fixed-top {
  6342. top: 29px;
  6343. }
  6344. body.admin-menu.navbar-is-fixed-top {
  6345. padding-top: 93px !important;
  6346. }
  6347. body div#admin-toolbar {
  6348. z-index: 1600;
  6349. }
  6350. body #toolbar,
  6351. body #admin-menu,
  6352. body #admin-toolbar {
  6353. -webkit-box-shadow: none;
  6354. -moz-box-shadow: none;
  6355. box-shadow: none;
  6356. }
  6357. body #admin-menu {
  6358. margin: 0;
  6359. padding: 0;
  6360. position: fixed;
  6361. z-index: 1600;
  6362. }
  6363. body #admin-menu .dropdown li {
  6364. line-height: normal;
  6365. }
  6366. .navbar.container {
  6367. margin-top: 20px;
  6368. }
  6369. @media screen and (min-width: 768px) {
  6370. .navbar.container {
  6371. max-width: 720px;
  6372. }
  6373. }
  6374. @media screen and (min-width: 992px) {
  6375. .navbar.container {
  6376. max-width: 940px;
  6377. }
  6378. }
  6379. @media screen and (min-width: 1200px) {
  6380. .navbar.container {
  6381. max-width: 1140px;
  6382. }
  6383. }
  6384. .navbar.container > .container {
  6385. margin: 0;
  6386. padding: 0;
  6387. width: auto;
  6388. }
  6389. #overlay-container,
  6390. .overlay-modal-background,
  6391. .overlay-element {
  6392. z-index: 1500;
  6393. }
  6394. #toolbar {
  6395. z-index: 1600;
  6396. }
  6397. .modal {
  6398. z-index: 1620;
  6399. }
  6400. .modal-dialog {
  6401. z-index: 1630;
  6402. }
  6403. .ctools-modal-dialog .modal-body {
  6404. width: 100% !important;
  6405. overflow: auto;
  6406. }
  6407. .modal-backdrop {
  6408. z-index: 1610;
  6409. }
  6410. .footer {
  6411. margin-top: 45px;
  6412. padding-top: 35px;
  6413. padding-bottom: 36px;
  6414. border-top: 1px solid #E5E5E5;
  6415. }
  6416. .element-invisible {
  6417. margin: 0;
  6418. padding: 0;
  6419. width: 1px;
  6420. }
  6421. .navbar .logo {
  6422. margin-right: -15px;
  6423. padding-left: 15px;
  6424. padding-right: 15px;
  6425. }
  6426. @media screen and (min-width: 768px) {
  6427. .navbar .logo {
  6428. margin-right: 0;
  6429. padding-left: 0;
  6430. }
  6431. }
  6432. ul.secondary {
  6433. float: left;
  6434. }
  6435. @media screen and (min-width: 768px) {
  6436. ul.secondary {
  6437. float: right;
  6438. }
  6439. }
  6440. .page-header {
  6441. margin-top: 0;
  6442. }
  6443. .block:first-child h2.block-title {
  6444. margin-top: 0;
  6445. }
  6446. p:last-child {
  6447. margin-bottom: 0;
  6448. }
  6449. .region-help > .glyphicon {
  6450. font-size: 18px;
  6451. float: left;
  6452. margin: -0.05em 0.5em 0 0;
  6453. }
  6454. .region-help .block {
  6455. overflow: hidden;
  6456. }
  6457. form#search-block-form {
  6458. margin: 0;
  6459. }
  6460. .navbar #block-search-form {
  6461. float: none;
  6462. margin: 5px 0 5px 5px;
  6463. }
  6464. @media screen and (min-width: 992px) {
  6465. .navbar #block-search-form {
  6466. float: right;
  6467. }
  6468. }
  6469. .navbar-search .control-group {
  6470. margin-bottom: 0px;
  6471. }
  6472. ul.action-links {
  6473. margin: 12px 0;
  6474. padding: 0;
  6475. }
  6476. ul.action-links li {
  6477. display: inline;
  6478. margin: 0;
  6479. padding: 0 6px 0 0;
  6480. }
  6481. ul.action-links .glyphicon {
  6482. padding-right: 0.5em;
  6483. }
  6484. input,
  6485. textarea,
  6486. select,
  6487. .uneditable-input {
  6488. max-width: 100%;
  6489. width: auto;
  6490. }
  6491. input.error {
  6492. color: #a94442;
  6493. border-color: #ebccd1;
  6494. }
  6495. fieldset legend.panel-heading {
  6496. float: left;
  6497. line-height: 1em;
  6498. margin: 0;
  6499. }
  6500. fieldset .panel-body {
  6501. clear: both;
  6502. display: inherit;
  6503. }
  6504. fieldset .panel-heading a.panel-title {
  6505. color: inherit;
  6506. display: block;
  6507. margin: -10px -15px;
  6508. padding: 10px 15px;
  6509. }
  6510. fieldset .panel-heading a.panel-title:hover {
  6511. text-decoration: none;
  6512. }
  6513. .form-group:last-child,
  6514. .panel:last-child {
  6515. margin-bottom: 0;
  6516. }
  6517. .form-horizontal .form-group {
  6518. margin-left: 0;
  6519. margin-right: 0;
  6520. }
  6521. .form-actions {
  6522. clear: both;
  6523. }
  6524. .resizable-textarea textarea {
  6525. border-radius: 4px 4px 0 0;
  6526. }
  6527. .radio:first-child,
  6528. .checkbox:first-child {
  6529. margin-top: 0;
  6530. }
  6531. .radio:last-child,
  6532. .checkbox:last-child {
  6533. margin-bottom: 0;
  6534. }
  6535. .help-block,
  6536. .control-group .help-inline {
  6537. color: #777777;
  6538. font-size: 12px;
  6539. margin: 5px 0 10px;
  6540. padding: 0;
  6541. }
  6542. .panel-heading {
  6543. display: block;
  6544. }
  6545. a.tabledrag-handle .handle {
  6546. height: auto;
  6547. width: auto;
  6548. }
  6549. .error {
  6550. color: #a94442;
  6551. }
  6552. div.error,
  6553. table tr.error {
  6554. background-color: #f2dede;
  6555. color: #a94442;
  6556. }
  6557. .form-group.error,
  6558. .form-group.has-error {
  6559. background: none;
  6560. }
  6561. .form-group.error label,
  6562. .form-group.has-error label,
  6563. .form-group.error .control-label,
  6564. .form-group.has-error .control-label {
  6565. color: #a94442;
  6566. font-weight: 600;
  6567. }
  6568. .form-group.error input,
  6569. .form-group.has-error input,
  6570. .form-group.error textarea,
  6571. .form-group.has-error textarea,
  6572. .form-group.error select,
  6573. .form-group.has-error select,
  6574. .form-group.error .uneditable-input,
  6575. .form-group.has-error .uneditable-input {
  6576. color: #555555;
  6577. }
  6578. .form-group.error .help-block,
  6579. .form-group.has-error .help-block,
  6580. .form-group.error .help-inline,
  6581. .form-group.has-error .help-inline {
  6582. color: #777777;
  6583. }
  6584. .nav-tabs {
  6585. margin-bottom: 10px;
  6586. }
  6587. ul li.collapsed,
  6588. ul li.expanded,
  6589. ul li.leaf {
  6590. list-style: none;
  6591. list-style-image: none;
  6592. }
  6593. .tabs--secondary {
  6594. margin: 0 0 10px;
  6595. }
  6596. .submitted {
  6597. margin-bottom: 1em;
  6598. font-style: italic;
  6599. font-weight: normal;
  6600. color: #777;
  6601. }
  6602. .form-type-password-confirm {
  6603. position: relative;
  6604. }
  6605. .form-type-password-confirm .form-type-password {
  6606. clear: left;
  6607. }
  6608. .form-type-password-confirm label {
  6609. display: block;
  6610. }
  6611. .form-type-password-confirm label .label {
  6612. float: right;
  6613. }
  6614. .form-type-password-confirm .help-block {
  6615. border-left: 1px solid #dddddd;
  6616. display: inline-block;
  6617. margin-left: 2em;
  6618. padding-left: 2em;
  6619. }
  6620. .form-type-password-confirm .progress {
  6621. background: transparent;
  6622. -moz-border-radius: 0 0 5px 5px;
  6623. -webkit-border-radius: 0 0 5px 5px;
  6624. border-radius: 0 0 5px 5px;
  6625. -webkit-box-shadow: none;
  6626. -moz-box-shadow: none;
  6627. box-shadow: none;
  6628. height: 4px;
  6629. margin: -5px 0px 0;
  6630. }
  6631. .form-type-password-confirm .form-control-feedback {
  6632. right: 15px;
  6633. }
  6634. .pagination ul > li > a.progress-disabled {
  6635. float: left;
  6636. }
  6637. .form-autocomplete .glyphicon {
  6638. color: #777777;
  6639. font-size: 120%;
  6640. }
  6641. .form-autocomplete .glyphicon.glyphicon-spin {
  6642. color: #337ab7;
  6643. }
  6644. .form-autocomplete .input-group-addon {
  6645. background-color: #ffffff;
  6646. }
  6647. .ajax-progress .glyphicon {
  6648. font-size: 90%;
  6649. margin: 0 -0.25em 0 0.5em;
  6650. }
  6651. .glyphicon-spin {
  6652. display: inline-block;
  6653. -moz-animation: spin 1s infinite linear;
  6654. -o-animation: spin 1s infinite linear;
  6655. -webkit-animation: spin 1s infinite linear;
  6656. animation: spin 1s infinite linear;
  6657. }
  6658. a .glyphicon-spin {
  6659. display: inline-block;
  6660. text-decoration: none;
  6661. }
  6662. @-moz-keyframes spin {
  6663. 0% {
  6664. -moz-transform: rotate(0deg);
  6665. }
  6666. 100% {
  6667. -moz-transform: rotate(359deg);
  6668. }
  6669. }
  6670. @-webkit-keyframes spin {
  6671. 0% {
  6672. -webkit-transform: rotate(0deg);
  6673. }
  6674. 100% {
  6675. -webkit-transform: rotate(359deg);
  6676. }
  6677. }
  6678. @-o-keyframes spin {
  6679. 0% {
  6680. -o-transform: rotate(0deg);
  6681. }
  6682. 100% {
  6683. -o-transform: rotate(359deg);
  6684. }
  6685. }
  6686. @-ms-keyframes spin {
  6687. 0% {
  6688. -ms-transform: rotate(0deg);
  6689. }
  6690. 100% {
  6691. -ms-transform: rotate(359deg);
  6692. }
  6693. }
  6694. @keyframes spin {
  6695. 0% {
  6696. transform: rotate(0deg);
  6697. }
  6698. 100% {
  6699. transform: rotate(359deg);
  6700. }
  6701. }
  6702. .glyphicon-refresh {
  6703. -webkit-transform-origin: 50% 45%;
  6704. -moz-transform-origin: 50% 45%;
  6705. -ms-transform-origin: 50% 45%;
  6706. -o-transform-origin: 50% 45%;
  6707. transform-origin: 50% 45%;
  6708. }
  6709. /**
  6710. * Missing Bootstrap 2 tab styling.
  6711. * @see http://stackoverflow.com/questions/18432577/stacked-tabs-in-bootstrap-3
  6712. * @see http://bootply.com/74926
  6713. */
  6714. .tabbable {
  6715. margin-bottom: 20px;
  6716. }
  6717. .tabs-below > .nav-tabs,
  6718. .tabs-left > .nav-tabs,
  6719. .tabs-right > .nav-tabs {
  6720. border-bottom: 0;
  6721. }
  6722. .tabs-below > .nav-tabs .summary,
  6723. .tabs-left > .nav-tabs .summary,
  6724. .tabs-right > .nav-tabs .summary {
  6725. color: #777777;
  6726. font-size: 12px;
  6727. }
  6728. .tab-pane > .panel-heading {
  6729. display: none;
  6730. }
  6731. .tab-content > .active {
  6732. display: block;
  6733. }
  6734. .tabs-below > .nav-tabs {
  6735. border-top: 1px solid #dddddd;
  6736. }
  6737. .tabs-below > .nav-tabs > li {
  6738. margin-top: -1px;
  6739. margin-bottom: 0;
  6740. }
  6741. .tabs-below > .nav-tabs > li > a {
  6742. border-radius: 0 0 4px 4px;
  6743. }
  6744. .tabs-below > .nav-tabs > li > a:hover,
  6745. .tabs-below > .nav-tabs > li > a:focus {
  6746. border-top-color: #dddddd;
  6747. border-bottom-color: transparent;
  6748. }
  6749. .tabs-below > .nav-tabs > .active > a,
  6750. .tabs-below > .nav-tabs > .active > a:hover,
  6751. .tabs-below > .nav-tabs > .active > a:focus {
  6752. border-color: transparent #dddddd #dddddd #dddddd;
  6753. }
  6754. .tabs-left > .nav-tabs,
  6755. .tabs-right > .nav-tabs {
  6756. padding-bottom: 20px;
  6757. width: 220px;
  6758. }
  6759. .tabs-left > .nav-tabs > li,
  6760. .tabs-right > .nav-tabs > li {
  6761. float: none;
  6762. }
  6763. .tabs-left > .nav-tabs > li:focus,
  6764. .tabs-right > .nav-tabs > li:focus {
  6765. outline: 0;
  6766. }
  6767. .tabs-left > .nav-tabs > li > a,
  6768. .tabs-right > .nav-tabs > li > a {
  6769. margin-right: 0;
  6770. margin-bottom: 3px;
  6771. }
  6772. .tabs-left > .nav-tabs > li > a:focus,
  6773. .tabs-right > .nav-tabs > li > a:focus {
  6774. outline: 0;
  6775. }
  6776. .tabs-left > .tab-content,
  6777. .tabs-right > .tab-content {
  6778. border-radius: 0 4px 4px 4px;
  6779. -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  6780. -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  6781. box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  6782. border: 1px solid #dddddd;
  6783. overflow: hidden;
  6784. padding: 10px 15px;
  6785. }
  6786. .tabs-left > .nav-tabs {
  6787. float: left;
  6788. margin-right: -1px;
  6789. }
  6790. .tabs-left > .nav-tabs > li > a {
  6791. border-radius: 4px 0 0 4px;
  6792. }
  6793. .tabs-left > .nav-tabs > li > a:hover,
  6794. .tabs-left > .nav-tabs > li > a:focus {
  6795. border-color: #eeeeee #dddddd #eeeeee #eeeeee;
  6796. }
  6797. .tabs-left > .nav-tabs > .active > a,
  6798. .tabs-left > .nav-tabs > .active > a:hover,
  6799. .tabs-left > .nav-tabs > .active > a:focus {
  6800. border-color: #dddddd transparent #dddddd #dddddd;
  6801. -webkit-box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.05);
  6802. -moz-box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.05);
  6803. box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.05);
  6804. }
  6805. .tabs-right > .nav-tabs {
  6806. float: right;
  6807. margin-left: -1px;
  6808. }
  6809. .tabs-right > .nav-tabs > li > a {
  6810. border-radius: 0 4px 4px 0;
  6811. }
  6812. .tabs-right > .nav-tabs > li > a:hover,
  6813. .tabs-right > .nav-tabs > li > a:focus {
  6814. border-color: #eeeeee #eeeeee #eeeeee #dddddd;
  6815. -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.05);
  6816. -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.05);
  6817. box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.05);
  6818. }
  6819. .tabs-right > .nav-tabs > .active > a,
  6820. .tabs-right > .nav-tabs > .active > a:hover,
  6821. .tabs-right > .nav-tabs > .active > a:focus {
  6822. border-color: #dddddd #dddddd #dddddd transparent;
  6823. }
  6824. th.checkbox,
  6825. td.checkbox,
  6826. th.radio,
  6827. td.radio {
  6828. display: table-cell;
  6829. }
  6830. .views-display-settings .label {
  6831. font-size: 100%;
  6832. color: #666666;
  6833. }
  6834. .views-display-settings .footer {
  6835. padding: 0;
  6836. margin: 4px 0 0 0;
  6837. }
  6838. .views-exposed-form .views-exposed-widget .btn {
  6839. margin-top: 1.8em;
  6840. }
  6841. table .radio input[type="radio"],
  6842. table .checkbox input[type="checkbox"] {
  6843. max-width: inherit;
  6844. }
  6845. .form-horizontal .form-group label {
  6846. position: relative;
  6847. min-height: 1px;
  6848. margin-top: 0;
  6849. margin-bottom: 0;
  6850. padding-top: 7px;
  6851. padding-left: 15px;
  6852. padding-right: 15px;
  6853. text-align: right;
  6854. }
  6855. @media (min-width: 768px) {
  6856. .form-horizontal .form-group label {
  6857. float: left;
  6858. width: 16.66666667%;
  6859. }
  6860. }
  6861. .alert a {
  6862. font-weight: bold;
  6863. }
  6864. .alert-success a {
  6865. color: #2b542c;
  6866. }
  6867. .alert-info a {
  6868. color: #245269;
  6869. }
  6870. .alert-warning a {
  6871. color: #66512c;
  6872. }
  6873. .alert-danger a {
  6874. color: #843534;
  6875. }
  6876. div.image-style-new,
  6877. div.image-style-new div {
  6878. display: block;
  6879. }
  6880. div.image-style-new div.input-group {
  6881. display: table;
  6882. }
  6883. td.module,
  6884. .table-striped > tbody > tr:nth-child(odd) > td.module,
  6885. .table > tbody > tr > td.module {
  6886. background: #dddddd;
  6887. font-weight: 700;
  6888. }
  6889. .book-toc > .dropdown-menu {
  6890. overflow: hidden;
  6891. }
  6892. .book-toc > .dropdown-menu > .dropdown-header {
  6893. white-space: nowrap;
  6894. }
  6895. .book-toc > .dropdown-menu > li:nth-child(1) > a {
  6896. font-weight: bold;
  6897. }
  6898. .book-toc > .dropdown-menu .dropdown-menu {
  6899. -webkit-box-shadow: none;
  6900. -moz-box-shadow: none;
  6901. box-shadow: none;
  6902. border: 0;
  6903. display: block;
  6904. font-size: 12px;
  6905. margin: 0;
  6906. padding: 0;
  6907. position: static;
  6908. width: 100%;
  6909. }
  6910. .book-toc > .dropdown-menu .dropdown-menu > li {
  6911. padding-left: 20px;
  6912. }
  6913. .book-toc > .dropdown-menu .dropdown-menu > li > a {
  6914. margin-left: -40px;
  6915. padding-left: 60px;
  6916. }
  6917. #features-filter .form-item.form-type-checkbox {
  6918. padding-left: 20px;
  6919. }
  6920. fieldset.features-export-component {
  6921. font-size: 12px;
  6922. }
  6923. html.js #features-export-form fieldset.features-export-component,
  6924. fieldset.features-export-component {
  6925. margin: 0 0 10px;
  6926. }
  6927. fieldset.features-export-component .panel-heading {
  6928. padding: 5px 10px;
  6929. }
  6930. fieldset.features-export-component .panel-heading a.panel-title {
  6931. font-size: 12px;
  6932. font-weight: 500;
  6933. margin: -5px -10px;
  6934. padding: 5px 10px;
  6935. }
  6936. fieldset.features-export-component .panel-body {
  6937. padding: 0 10px;
  6938. }
  6939. div.features-export-list {
  6940. margin: -11px 0 10px;
  6941. padding: 0 10px;
  6942. }
  6943. fieldset.features-export-component .component-select .form-type-checkbox,
  6944. div.features-export-list .form-type-checkbox {
  6945. line-height: 1em;
  6946. margin: 5px 5px 5px 0 !important;
  6947. min-height: 0;
  6948. padding: 3px 3px 3px 25px!important;
  6949. }
  6950. fieldset.features-export-component .component-select .form-type-checkbox input[type=checkbox],
  6951. div.features-export-list .form-type-checkbox input[type=checkbox] {
  6952. margin-top: 0;
  6953. }