/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
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 {
  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;
  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;
  }
  .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: "Noto Sans JP", sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #008877;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #003c34;
  text-decoration: underline;
}
a:focus {
  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;
  position: relative;
  overflow: hidden;
  margin: 0;
}
.img-responsive img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  max-height: 100%;
  max-width: 100%;
  transform: translate(-50%, -50%);
}
.img-rounded {
  border-radius: 0px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0px;
  -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;
  position: relative;
  overflow: hidden;
  margin: 0;
}
.img-thumbnail img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  max-height: 100%;
  max-width: 100%;
  transform: translate(-50%, -50%);
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  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;
}
[role="button"] {
  cursor: pointer;
}
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: #777;
}
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: 20px;
}
h2,
.h2 {
  font-size: 18px;
}
h3,
.h3 {
  font-size: 16px;
}
h4,
.h4 {
  font-size: 14px;
}
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: 0.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: #777;
}
.text-primary {
  color: #008877;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #00554a;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover,
a.text-info:focus {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #008877;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #00554a;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  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: 992px) {
  .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 #777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777;
}
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 #eee;
  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: 0px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 0px;
  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: #333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 0px;
}
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: #777;
  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 #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(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 #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  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: #333;
  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: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0px;
  -webkit-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);
  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: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eee;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    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 {
  position: relative;
  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;
  min-height: 34px;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0px;
}
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 0px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 0px;
}
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.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,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .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);
  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;
  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);
  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;
  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);
  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;
  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: 11px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}
.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: 0px;
  -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: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #008877;
  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);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: #008877;
  background-color: white;
  border-color: #008877;
}
.btn-default:focus,
.btn-default.focus {
  color: #008877;
  background-color: #e6e6e6;
  border-color: #000807;
}
.btn-default:hover {
  color: #008877;
  background-color: #e6e6e6;
  border-color: #004b41;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #008877;
  background-color: #e6e6e6;
  border-color: #004b41;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #008877;
  background-color: #d4d4d4;
  border-color: #000807;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.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 {
  background-color: white;
  border-color: #008877;
}
.btn-default .badge {
  color: white;
  background-color: #008877;
}
.btn-primary {
  color: #fff;
  background-color: #008877;
  border-color: #006f61;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #00554a;
  border-color: #000000;
}
.btn-primary:hover {
  color: #fff;
  background-color: #00554a;
  border-color: #00312b;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #00554a;
  border-color: #00312b;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #00312b;
  border-color: #000000;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.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 {
  background-color: #008877;
  border-color: #006f61;
}
.btn-primary .badge {
  color: #008877;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.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 {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.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 {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.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 {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.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 {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link {
  color: #008877;
  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;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #003c34;
  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: #777;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 0px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0px;
}
.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;
}
.collapse.in {
  display: block;
}
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;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.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: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0px;
  -webkit-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: #333;
  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: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #008877;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777;
}
.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: #777;
  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 dashed;
  border-bottom: 4px solid \9;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 992px) {
  .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,
.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:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-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);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-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: 0px;
  border-top-left-radius: 0px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.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 .form-control:focus {
  z-index: 3;
}
.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.3333333;
  border-radius: 0px;
}
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: 0px;
}
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: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 0px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 0px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 0px;
}
.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 {
  z-index: 2;
  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: #eee;
}
.nav > li.disabled > a {
  color: #777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eee;
  border-color: #008877;
}
.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 #ddd;
}
.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: 0px 0px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555;
  background-color: #fff;
  border: 1px solid #ddd;
  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: 0px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 0px 0px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 0px;
}
.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: #fff;
  background-color: #008877;
}
.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: 0px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 0px 0px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
@media (min-width: 992px) {
  .navbar {
    border-radius: 0px;
  }
}
@media (min-width: 992px) {
  .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: 992px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-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: 992px) {
  .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: 992px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 992px) {
  .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: 992px) {
  .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: 0px;
}
.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: 992px) {
  .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: 991px) {
  .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: 992px) {
  .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);
  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: 991px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-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 {
  margin-bottom: 0;
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
  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: 992px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (min-width: 992px) {
  .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: #777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.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: #555;
}
@media (max-width: 991px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    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: #555;
    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: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-default .btn-link {
  color: #777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333;
}
.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: #ccc;
}
.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  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: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.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: #fff;
}
@media (max-width: 991px) {
  .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: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #fff;
}
.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: #444;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: transparent;
  border-radius: 0px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #00a18d;
}
.breadcrumb > .active {
  color: #008877;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 0px;
}
.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: #008877;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #003c34;
  background-color: #eee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  background-color: #008877;
  border-color: #008877;
  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: #777;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
}
.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: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eee;
}
.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: #777;
  background-color: #fff;
  cursor: not-allowed;
}
.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}
a.label:hover,
a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #777;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}
.label-primary {
  background-color: #008877;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #00554a;
}
.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: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #777;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #008877;
  background-color: #fff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eee;
}
.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: 0px;
  padding-left: 15px;
  padding-right: 15px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .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: #fff;
  border: 1px solid #ddd;
  border-radius: 0px;
  -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: #008877;
}
.thumbnail .caption {
  padding: 9px;
  color: #333;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 0px;
}
.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: 0px;
  -webkit-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: #fff;
  text-align: center;
  background-color: #008877;
  -webkit-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,
.media-body {
  zoom: 1;
  overflow: hidden;
}
.media-body {
  width: 10000px;
}
.media-object {
  display: block;
}
.media-object.img-thumbnail {
  max-width: none;
}
.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: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
a.list-group-item,
button.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
  text-decoration: none;
  color: #555;
  background-color: #f5f5f5;
}
button.list-group-item {
  width: 100%;
  text-align: left;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  background-color: #eee;
  color: #777;
  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: #777;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #008877;
  border-color: #008877;
}
.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: #55ffea;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
button.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
button.list-group-item-success.active,
a.list-group-item-success.active:hover,
button.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.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,
button.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
button.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
button.list-group-item-info.active,
a.list-group-item-info.active:hover,
button.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.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,
button.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
button.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
button.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.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,
button.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
button.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
button.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.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: #fff;
  border: 1px solid transparent;
  border-radius: 0px;
  -webkit-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: -1px;
  border-top-left-radius: -1px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: -1px;
  border-bottom-left-radius: -1px;
}
.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: -1px;
  border-top-left-radius: -1px;
}
.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: -1px;
  border-bottom-left-radius: -1px;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.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: -1px;
  border-top-left-radius: -1px;
}
.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: -1px;
  border-top-right-radius: -1px;
}
.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: -1px;
}
.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: -1px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: -1px;
  border-bottom-left-radius: -1px;
}
.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: -1px;
  border-bottom-right-radius: -1px;
}
.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: -1px;
}
.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: -1px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 0px;
}
.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 #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #008877;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #008877;
  border-color: #008877;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #008877;
}
.panel-primary > .panel-heading .badge {
  color: #008877;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #008877;
}
.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;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 0px;
  -webkit-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: 0px;
}
.well-sm {
  padding: 9px;
  border-radius: 0px;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000;
  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: 1050;
  -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: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0px;
  -webkit-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: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.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;
}
.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);
    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;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  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: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0px;
}
.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: #000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.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: -1px -1px 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: #fff;
}
.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: #fff;
}
.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: #fff;
}
.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: #fff;
  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 {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: -moz-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    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: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
}
.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: #fff;
  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%;
  margin-top: -10px;
  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;
  line-height: 1;
  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 #fff;
  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: #fff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  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: -10px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }
  .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-header:before,
.modal-header: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-header: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;
}
.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 !important;
  }
  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 !important;
  }
  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 !important;
  }
  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 !important;
  }
  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 !important;
  }
  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;
  }
}
/* Navbar */
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
*/
.glyphicon {
  position: initial;
  top: initial;
}
.glyphicon,
[class^="hds-icon-"]:before,
[class*=" hds-icon-"]:before {
  font-family: "vufind-hds";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: 0.2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.hds-icon-cd:before {
  content: '\e800';
}
/* '' */
.hds-icon-dvd:before {
  content: '\e800';
}
/* '' */
.hds-icon-book:before {
  content: '\e801';
}
/* '' */
.hds-icon-mail:before {
  content: '\e802';
}
/* '' */
.hds-icon-pencil:before {
  content: '\e803';
}
/* '' */
.hds-icon-error-alt:before {
  content: '\e804';
}
/* '' */
.hds-icon-rss:before {
  content: '\e805';
}
/* '' */
.hds-icon-video:before {
  content: '\e806';
}
/* '' */
.hds-icon-heart:before {
  content: '\e807';
}
/* '' */
.hds-icon-help-circled:before {
  content: '\e808';
}
/* '' */
.hds-icon-home:before {
  content: '\e809';
}
/* '' */
.hds-icon-list-alt:before {
  content: '\e80a';
}
/* '' */
.hds-icon-map:before {
  content: '\e80b';
}
/* '' */
.hds-icon-music:before {
  content: '\e80c';
}
/* '' */
.hds-icon-lemon:before {
  content: '\e80d';
}
/* '' */
.hds-icon-book-open:before {
  content: '\e80e';
}
/* '' */
.hds-icon-box:before {
  content: '\e80f';
}
/* '' */
.hds-icon-phone:before {
  content: '\e810';
}
/* '' */
.hds-icon-picture:before {
  content: '\e811';
}
/* '' */
.hds-icon-file-image:before {
  content: '\e812';
}
/* '' */
.hds-icon-print:before {
  content: '\e813';
}
/* '' */
.hds-icon-doc-text:before {
  content: '\e814';
}
/* '' */
.hds-icon-edit:before {
  content: '\e815';
}
/* '' */
.hds-icon-journal:before {
  content: '\e816';
}
/* '' */
.hds-icon-volume:before {
  content: '\e817';
}
/* '' */
.hds-icon-tag:before {
  content: '\e818';
}
/* '' */
.hds-icon-tags:before {
  content: '\e819';
}
/* '' */
.hds-icon-user:before {
  content: '\e81a';
}
/* '' */
.hds-icon-users:before {
  content: '\e81b';
}
/* '' */
.hds-icon-user-add:before {
  content: '\e81c';
}
/* '' */
.hds-icon-comment:before {
  content: '\e81d';
}
/* '' */
.hds-icon-comment-empty:before {
  content: '\e81e';
}
/* '' */
.hds-icon-globe:before {
  content: '\e81f';
}
/* '' */
.hds-icon-attention:before {
  content: '\e820';
}
/* '' */
.hds-icon-info:before {
  content: '\e821';
}
/* '' */
.hds-icon-bell:before {
  content: '\e822';
}
/* '' */
.hds-icon-bell-alt:before {
  content: '\e823';
}
/* '' */
.hds-icon-attention-alt:before {
  content: '\e824';
}
/* '' */
.hds-icon-export:before {
  content: '\e825';
}
/* '' */
.hds-icon-export-alt:before {
  content: '\e826';
}
/* '' */
.hds-icon-paper-plane:before {
  content: '\e827';
}
/* '' */
.hds-icon-attach:before {
  content: '\e828';
}
/* '' */
.hds-icon-upload:before {
  content: '\e829';
}
/* '' */
.hds-icon-upload-cloud:before {
  content: '\e82a';
}
/* '' */
.hds-icon-download:before {
  content: '\e82b';
}
/* '' */
.hds-icon-download-cloud:before {
  content: '\e82c';
}
/* '' */
.hds-icon-cloud:before {
  content: '\e82d';
}
/* '' */
.hds-icon-lightbulb:before {
  content: '\e82e';
}
/* '' */
.hds-icon-history:before {
  content: '\e82f';
}
/* '' */
.hds-icon-bookmark:before {
  content: '\e830';
}
/* '' */
.hds-icon-bookmark-empty:before {
  content: '\e831';
}
/* '' */
.hds-icon-link:before {
  content: '\e832';
}
/* '' */
.hds-icon-unlink:before {
  content: '\e833';
}
/* '' */
.hds-icon-plus:before {
  content: '\e834';
}
/* '' */
.hds-icon-minus:before {
  content: '\e835';
}
/* '' */
.hds-icon-spin5:before {
  content: '\e836';
}
/* '' */
.hds-icon-spin4:before {
  content: '\e837';
}
/* '' */
.hds-icon-spin3:before {
  content: '\e838';
}
/* '' */
.hds-icon-spin2:before {
  content: '\e839';
}
/* '' */
.hds-icon-spin6:before {
  content: '\e83a';
}
/* '' */
.hds-icon-quote-left:before {
  content: '\e83b';
}
/* '' */
.hds-icon-quote-right:before {
  content: '\e83c';
}
/* '' */
.hds-icon-eye:before {
  content: '\e83d';
}
/* '' */
.hds-icon-eye-off:before {
  content: '\e83e';
}
/* '' */
.hds-icon-pin:before {
  content: '\e83f';
}
/* '' */
.hds-icon-location:before {
  content: '\e840';
}
/* '' */
.hds-icon-cog:before {
  content: '\e841';
}
/* '' */
.hds-icon-cog-alt:before {
  content: '\e842';
}
/* '' */
.hds-icon-star-half_empty:before {
  content: '\e843';
}
/* '' */
.hds-icon-star-half:before {
  content: '\e844';
}
/* '' */
.hds-icon-star-empty:before {
  content: '\e845';
}
/* '' */
.hds-icon-star:before {
  content: '\e846';
}
/* '' */
.hds-icon-chat:before {
  content: '\e847';
}
/* '' */
.hds-icon-comment-1:before {
  content: '\e848';
}
/* '' */
.hds-icon-login:before {
  content: '\e849';
}
/* '' */
.hds-icon-logout:before {
  content: '\e84a';
}
/* '' */
.hds-icon-bug:before {
  content: '\e84b';
}
/* '' */
.hds-icon-toggle-off:before {
  content: '\e84c';
}
/* '' */
.hds-icon-toggle-on:before {
  content: '\e84d';
}
/* '' */
.hds-icon-git:before {
  content: '\e84e';
}
/* '' */
.hds-icon-gplus:before {
  content: '\e84f';
}
/* '' */
.hds-icon-facebook:before {
  content: '\e850';
}
/* '' */
.hds-icon-facebook-squared:before {
  content: '\e851';
}
/* '' */
.hds-icon-twitter-squared:before {
  content: '\e852';
}
/* '' */
.hds-icon-twitter:before {
  content: '\e853';
}
/* '' */
.hds-icon-facebook-official:before {
  content: '\e854';
}
/* '' */
.hds-icon-android:before {
  content: '\e855';
}
/* '' */
.hds-icon-apple:before {
  content: '\e856';
}
/* '' */
.hds-icon-money:before {
  content: '\e857';
}
/* '' */
.hds-icon-euro:before {
  content: '\e858';
}
/* '' */
.hds-icon-dollar:before {
  content: '\e859';
}
/* '' */
.hds-icon-floppy:before {
  content: '\e85a';
}
/* '' */
.hds-icon-thumbs-up:before {
  content: '\e85b';
}
/* '' */
.hds-icon-thumbs-down:before {
  content: '\e85c';
}
/* '' */
.hds-icon-file-pdf:before {
  content: '\e85d';
}
/* '' */
.hds-icon-font:before {
  content: '\e85e';
}
/* '' */
.hds-icon-window:before {
  content: '\e85f';
}
/* '' */
.hds-icon-windows:before {
  content: '\e860';
}
/* '' */
.hds-icon-linux:before {
  content: '\e861';
}
/* '' */
.hds-icon-calendar-empty:before {
  content: '\e862';
}
/* '' */
.hds-icon-braille:before {
  content: '\e863';
}
/* '' */
.hds-icon-note:before {
  content: '\e864';
}
/* '' */
.hds-icon-file-audio:before {
  content: '\e865';
}
/* '' */
.hds-icon-resize-full:before {
  content: '\e866';
}
/* '' */
.hds-icon-resize-full-alt:before {
  content: '\e867';
}
/* '' */
.hds-icon-resize-small:before {
  content: '\e868';
}
/* '' */
.hds-icon-resize-vertical:before {
  content: '\e869';
}
/* '' */
.hds-icon-resize-horizontal:before {
  content: '\e86a';
}
/* '' */
.hds-icon-move:before {
  content: '\e86b';
}
/* '' */
.hds-icon-zoom-in:before {
  content: '\e86c';
}
/* '' */
.hds-icon-zoom-out:before {
  content: '\e86d';
}
/* '' */
.hds-icon-down-circled2:before {
  content: '\e86e';
}
/* '' */
.hds-icon-up-circled2:before {
  content: '\e86f';
}
/* '' */
.hds-icon-left-circled2:before {
  content: '\e870';
}
/* '' */
.hds-icon-right-circled2:before {
  content: '\e871';
}
/* '' */
.hds-icon-down-dir:before {
  content: '\e872';
}
/* '' */
.hds-icon-up-dir:before {
  content: '\e873';
}
/* '' */
.hds-icon-left-dir:before {
  content: '\e874';
}
/* '' */
.hds-icon-right-dir:before {
  content: '\e875';
}
/* '' */
.hds-icon-down-open:before {
  content: '\e876';
}
/* '' */
.hds-icon-left-open:before {
  content: '\e877';
}
/* '' */
.hds-icon-right-open:before {
  content: '\e878';
}
/* '' */
.hds-icon-up-open:before {
  content: '\e879';
}
/* '' */
.hds-icon-angle-left:before {
  content: '\e87a';
}
/* '' */
.hds-icon-angle-right:before {
  content: '\e87b';
}
/* '' */
.hds-icon-angle-up:before {
  content: '\e87c';
}
/* '' */
.hds-icon-angle-down:before {
  content: '\e87d';
}
/* '' */
.hds-icon-angle-circled-left:before {
  content: '\e87e';
}
/* '' */
.hds-icon-angle-circled-right:before {
  content: '\e87f';
}
/* '' */
.hds-icon-angle-circled-up:before {
  content: '\e880';
}
/* '' */
.hds-icon-angle-circled-down:before {
  content: '\e881';
}
/* '' */
.hds-icon-angle-double-left:before {
  content: '\e882';
}
/* '' */
.hds-icon-angle-double-right:before {
  content: '\e883';
}
/* '' */
.hds-icon-angle-double-up:before {
  content: '\e884';
}
/* '' */
.hds-icon-angle-double-down:before {
  content: '\e885';
}
/* '' */
.hds-icon-down-big:before {
  content: '\e886';
}
/* '' */
.hds-icon-left-big:before {
  content: '\e887';
}
/* '' */
.hds-icon-right-big:before {
  content: '\e888';
}
/* '' */
.hds-icon-up-big:before {
  content: '\e889';
}
/* '' */
.hds-icon-left-circled:before {
  content: '\e88a';
}
/* '' */
.hds-icon-right-circled:before {
  content: '\e88b';
}
/* '' */
.hds-icon-up-circled:before {
  content: '\e88c';
}
/* '' */
.hds-icon-down-circled:before {
  content: '\e88d';
}
/* '' */
.hds-icon-cw:before {
  content: '\e88e';
}
/* '' */
.hds-icon-ccw:before {
  content: '\e88f';
}
/* '' */
.hds-icon-arrows-cw:before {
  content: '\e890';
}
/* '' */
.hds-icon-level-up:before {
  content: '\e891';
}
/* '' */
.hds-icon-level-down:before {
  content: '\e892';
}
/* '' */
.hds-icon-shuffle:before {
  content: '\e893';
}
/* '' */
.hds-icon-exchange:before {
  content: '\e894';
}
/* '' */
.hds-icon-stop:before {
  content: '\e895';
}
/* '' */
.hds-icon-pause:before {
  content: '\e896';
}
/* '' */
.hds-icon-play:before {
  content: '\e897';
}
/* '' */
.hds-icon-to-end:before {
  content: '\e898';
}
/* '' */
.hds-icon-to-end-alt:before {
  content: '\e899';
}
/* '' */
.hds-icon-to-start:before {
  content: '\e89a';
}
/* '' */
.hds-icon-to-start-alt:before {
  content: '\e89b';
}
/* '' */
.hds-icon-fast-fw:before {
  content: '\e89c';
}
/* '' */
.hds-icon-fast-bw:before {
  content: '\e89d';
}
/* '' */
.hds-icon-check:before {
  content: '\e89e';
}
/* '' */
.hds-icon-check-empty:before {
  content: '\e89f';
}
/* '' */
.hds-icon-tumblr:before {
  content: '\e8a0';
}
/* '' */
.hds-icon-circle-empty:before {
  content: '\e8a1';
}
/* '' */
.hds-icon-dot-circled:before {
  content: '\e8a2';
}
/* '' */
.hds-icon-tumblr-squared:before {
  content: '\e8a3';
}
/* '' */
.hds-icon-search:before,
.glyphicon-search:before {
  content: '\e8a4';
}
/* '' */
.hds-icon-search-1:before {
  content: '\e8a5';
}
/* '' */
.hds-icon-search-2:before {
  content: '\e8a6';
}
/* '' */
.hds-icon-flash:before {
  content: '\e8a7';
}
/* '' */
.hds-icon-flow-tree:before {
  content: '\e8a8';
}
/* '' */
.hds-icon-floppy-1:before {
  content: '\e8a9';
}
/* '' */
.hds-icon-cd-1:before {
  content: '\e8aa';
}
/* '' */
.hds-icon-ok:before {
  content: '\e8ab';
}
/* '' */
.hds-icon-cancel:before,
.glyphicon-remove-circle:before {
  content: '\e8ac';
}
/* '' */
.hds-icon-doc:before {
  content: '\e8ad';
}
/* '' */
.hds-icon-file-code:before {
  content: '\e8ae';
}
/* '' */
.hds-icon-volume-up:before {
  content: '\e8af';
}
/* '' */
.hds-icon-volume-off:before {
  content: '\e8b0';
}
/* '' */
.hds-icon-volume-down:before {
  content: '\e8b1';
}
/* '' */
.hds-icon-plug:before {
  content: '\e8b2';
}
/* '' */
.hds-icon-calendar:before {
  content: '\e8b3';
}
/* '' */
.hds-icon-calendar-inv:before {
  content: '\e8b4';
}
/* '' */
.hds-icon-picture-1:before {
  content: '\e8b5';
}
/* '' */
.hds-icon-address-book:before {
  content: '\e8b6';
}
/* '' */
.hds-icon-calendar-1:before {
  content: '\e8b7';
}
/* '' */
.hds-icon-calendar-outlilne:before {
  content: '\e8b8';
}
/* '' */
.hds-icon-monitor:before {
  content: '\e8b9';
}
/* '' */
.hds-icon-globe-1:before {
  content: '\e8ba';
}
/* '' */
.hds-icon-chart-bar:before {
  content: '\e8bb';
}
/* '' */
.hds-icon-videocam:before {
  content: '\e8bc';
}
/* '' */
.hds-icon-camera:before {
  content: '\e8bd';
}
/* '' */
.hds-icon-off:before {
  content: '\e8be';
}
/* '' */
.hds-icon-book-1:before {
  content: '\e8bf';
}
/* '' */
.hds-icon-qrcode:before {
  content: '\e8c0';
}
/* '' */
.hds-icon-barcode:before {
  content: '\e8c1';
}
/* '' */
.hds-icon-folder:before {
  content: '\e8c2';
}
/* '' */
.hds-icon-folder-open:before {
  content: '\e8c3';
}
/* '' */
.hds-icon-headphones:before {
  content: '\e8c4';
}
/* '' */
.hds-icon-clock:before {
  content: '\e8c5';
}
/* '' */
.hds-icon-block:before {
  content: '\e8c6';
}
/* '' */
.hds-icon-wrench:before {
  content: '\e8c7';
}
/* '' */
.hds-icon-basket:before {
  content: '\e8c8';
}
/* '' */
.hds-icon-calendar-2:before {
  content: '\e8c9';
}
/* '' */
.hds-icon-chat-1:before {
  content: '\e8ca';
}
/* '' */
.hds-icon-retweet:before {
  content: '\e8cb';
}
/* '' */
.hds-icon-edit-1:before {
  content: '\e8cc';
}
/* '' */
.hds-icon-pencil-1:before {
  content: '\e8cd';
}
/* '' */
.hds-icon-attention-1:before {
  content: '\e8ce';
}
/* '' */
.hds-icon-attention-circled:before {
  content: '\e8cf';
}
/* '' */
.hds-icon-trash-empty:before {
  content: '\e8d0';
}
/* '' */
.hds-icon-flag:before {
  content: '\e8d1';
}
/* '' */
.hds-icon-thumbs-up-1:before {
  content: '\e8d2';
}
/* '' */
.hds-icon-thumbs-down-1:before {
  content: '\e8d3';
}
/* '' */
.hds-icon-forward:before {
  content: '\e8d4';
}
/* '' */
.hds-icon-lock-open:before {
  content: '\e8d5';
}
/* '' */
.hds-icon-lock:before {
  content: '\e8d6';
}
/* '' */
.hds-icon-attach-1:before {
  content: '\e8d7';
}
/* '' */
.hds-icon-home-1:before {
  content: '\e8d8';
}
/* '' */
.hds-icon-info-circled:before {
  content: '\e8d9';
}
/* '' */
.hds-icon-minus-circled:before {
  content: '\e8da';
}
/* '' */
.hds-icon-camera-alt:before {
  content: '\e8db';
}
/* '' */
.hds-icon-th-large:before {
  content: '\e8dc';
}
/* '' */
.hds-icon-th:before {
  content: '\e8dd';
}
/* '' */
.hds-icon-th-list:before {
  content: '\e8de';
}
/* '' */
.hds-icon-ok-1:before {
  content: '\e8df';
}
/* '' */
.hds-icon-ok-circled:before {
  content: '\e8e0';
}
/* '' */
.hds-icon-ok-circled2:before {
  content: '\e8e1';
}
/* '' */
.hds-icon-cancel-1:before {
  content: '\e8e2';
}
/* '' */
.hds-icon-cancel-circled:before {
  content: '\e8e3';
}
/* '' */
.hds-icon-cancel-circled2:before {
  content: '\e8e4';
}
/* '' */
.hds-icon-plus-circled:before {
  content: '\e8e5';
}
/* '' */
.hds-icon-users-1:before {
  content: '\e8e6';
}
/* '' */
.hds-icon-user-1:before {
  content: '\e8e7';
}
/* '' */
.hds-icon-star-half-1:before {
  content: '\e8e8';
}
/* '' */
.hds-icon-star-empty-1:before {
  content: '\e8e9';
}
/* '' */
.hds-icon-star-1:before {
  content: '\e8ea';
}
/* '' */
.hds-icon-heart-empty:before {
  content: '\e8eb';
}
/* '' */
.hds-icon-mail-1:before {
  content: '\e8ec';
}
/* '' */
.hds-icon-glass:before {
  content: '\e8ed';
}
/* '' */
.hds-icon-right-hand:before {
  content: '\e8ee';
}
/* '' */
.hds-icon-left-hand:before {
  content: '\e8ef';
}
/* '' */
.hds-icon-up-hand:before {
  content: '\e8f0';
}
/* '' */
.hds-icon-down-hand:before {
  content: '\e8f1';
}
/* '' */
.hds-icon-play-circled2:before {
  content: '\e8f2';
}
/* '' */
.hds-icon-eject:before {
  content: '\e8f3';
}
/* '' */
.hds-icon-target:before {
  content: '\e8f4';
}
/* '' */
.hds-icon-signal:before {
  content: '\e8f5';
}
/* '' */
.hds-icon-award:before {
  content: '\e8f6';
}
/* '' */
.hds-icon-inbox:before {
  content: '\e8f7';
}
/* '' */
.hds-icon-flash-1:before {
  content: '\e8f8';
}
/* '' */
.hds-icon-umbrella:before {
  content: '\e8f9';
}
/* '' */
.hds-icon-flight:before {
  content: '\e8fa';
}
/* '' */
.hds-icon-indent-right:before {
  content: '\e8fb';
}
/* '' */
.hds-icon-indent-left:before {
  content: '\e8fc';
}
/* '' */
.hds-icon-list:before {
  content: '\e8fd';
}
/* '' */
.hds-icon-align-justify:before {
  content: '\e8fe';
}
/* '' */
.hds-icon-align-right:before {
  content: '\e8ff';
}
/* '' */
.hds-icon-align-center:before {
  content: '\e900';
}
/* '' */
.hds-icon-align-left:before {
  content: '\e901';
}
/* '' */
.hds-icon-text-width:before {
  content: '\e902';
}
/* '' */
.hds-icon-text-height:before {
  content: '\e903';
}
/* '' */
.hds-icon-bold:before {
  content: '\e904';
}
/* '' */
.hds-icon-italic:before {
  content: '\e905';
}
/* '' */
.hds-icon-font-1:before {
  content: '\e906';
}
/* '' */
.hds-icon-leaf:before {
  content: '\e907';
}
/* '' */
.hds-icon-scissors:before {
  content: '\e908';
}
/* '' */
.hds-icon-briefcase:before {
  content: '\e909';
}
/* '' */
.hds-icon-road:before {
  content: '\e90a';
}
/* '' */
.hds-icon-adjust:before {
  content: '\e90b';
}
/* '' */
.hds-icon-tint:before {
  content: '\e90c';
}
/* '' */
.hds-icon-circle:before {
  content: '\e90d';
}
/* '' */
.hds-icon-asterisk:before {
  content: '\e90e';
}
/* '' */
.hds-icon-fire:before {
  content: '\e90f';
}
/* '' */
.hds-icon-magnet:before {
  content: '\e910';
}
/* '' */
.hds-icon-gift:before {
  content: '\e911';
}
/* '' */
.hds-icon-credit-card:before {
  content: '\e912';
}
/* '' */
.hds-icon-megaphone:before {
  content: '\e913';
}
/* '' */
.hds-icon-key:before {
  content: '\e914';
}
/* '' */
.hds-icon-truck:before {
  content: '\e915';
}
/* '' */
.hds-icon-hammer:before {
  content: '\e916';
}
/* '' */
.hds-icon-newspaper:before {
  content: '\e917';
}
/* '' */
.hds-icon-vcard:before {
  content: '\e918';
}
/* '' */
.hds-icon-easel:before {
  content: '\e919';
}
/* '' */
.hds-icon-bell-1:before {
  content: '\f03f';
}
/* '' */
.hds-icon-link-ext:before {
  content: '\f08e';
}
/* '' */
.hds-icon-phone-squared:before {
  content: '\f098';
}
/* '' */
.hds-icon-github-circled:before {
  content: '\f09b';
}
/* '' */
.hds-icon-rss-1:before {
  content: '\f09e';
}
/* '' */
.hds-icon-hdd:before {
  content: '\f0a0';
}
/* '' */
.hds-icon-certificate:before {
  content: '\f0a3';
}
/* '' */
.hds-icon-tasks:before {
  content: '\f0ae';
}
/* '' */
.hds-icon-filter:before {
  content: '\f0b0';
}
/* '' */
.hds-icon-beaker:before {
  content: '\f0c3';
}
/* '' */
.hds-icon-docs:before {
  content: '\f0c5';
}
/* '' */
.hds-icon-blank:before {
  content: '\f0c8';
}
/* '' */
.hds-icon-menu:before {
  content: '\f0c9';
}
/* '' */
.hds-icon-list-bullet:before {
  content: '\f0ca';
}
/* '' */
.hds-icon-list-numbered:before {
  content: '\f0cb';
}
/* '' */
.hds-icon-strike:before {
  content: '\f0cc';
}
/* '' */
.hds-icon-underline:before {
  content: '\f0cd';
}
/* '' */
.hds-icon-table:before {
  content: '\f0ce';
}
/* '' */
.hds-icon-magic:before {
  content: '\f0d0';
}
/* '' */
.hds-icon-pinterest-circled:before {
  content: '\f0d2';
}
/* '' */
.hds-icon-pinterest-squared:before {
  content: '\f0d3';
}
/* '' */
.hds-icon-gplus-squared:before {
  content: '\f0d4';
}
/* '' */
.hds-icon-columns:before {
  content: '\f0db';
}
/* '' */
.hds-icon-sort:before {
  content: '\f0dc';
}
/* '' */
.hds-icon-sort-down:before {
  content: '\f0dd';
}
/* '' */
.hds-icon-sort-up:before {
  content: '\f0de';
}
/* '' */
.hds-icon-mail-alt:before {
  content: '\f0e0';
}
/* '' */
.hds-icon-linkedin:before {
  content: '\f0e1';
}
/* '' */
.hds-icon-gauge:before {
  content: '\f0e4';
}
/* '' */
.hds-icon-chat-empty:before {
  content: '\f0e6';
}
/* '' */
.hds-icon-sitemap:before {
  content: '\f0e8';
}
/* '' */
.hds-icon-paste:before {
  content: '\f0ea';
}
/* '' */
.hds-icon-lightbulb-1:before {
  content: '\f0eb';
}
/* '' */
.hds-icon-user-md:before {
  content: '\f0f0';
}
/* '' */
.hds-icon-stethoscope:before {
  content: '\f0f1';
}
/* '' */
.hds-icon-suitcase:before {
  content: '\f0f2';
}
/* '' */
.hds-icon-coffee:before {
  content: '\f0f4';
}
/* '' */
.hds-icon-food:before {
  content: '\f0f5';
}
/* '' */
.hds-icon-building:before {
  content: '\f0f7';
}
/* '' */
.hds-icon-hospital:before {
  content: '\f0f8';
}
/* '' */
.hds-icon-ambulance:before {
  content: '\f0f9';
}
/* '' */
.hds-icon-medkit:before {
  content: '\f0fa';
}
/* '' */
.hds-icon-fighter-jet:before {
  content: '\f0fb';
}
/* '' */
.hds-icon-beer:before {
  content: '\f0fc';
}
/* '' */
.hds-icon-h-sigh:before {
  content: '\f0fd';
}
/* '' */
.hds-icon-plus-squared:before {
  content: '\f0fe';
}
/* '' */
.hds-icon-desktop:before {
  content: '\f108';
}
/* '' */
.hds-icon-laptop:before {
  content: '\f109';
}
/* '' */
.hds-icon-tablet:before {
  content: '\f10a';
}
/* '' */
.hds-icon-mobile:before {
  content: '\f10b';
}
/* '' */
.hds-icon-spinner:before {
  content: '\f110';
}
/* '' */
.hds-icon-reply:before {
  content: '\f112';
}
/* '' */
.hds-icon-github:before {
  content: '\f113';
}
/* '' */
.hds-icon-folder-empty:before {
  content: '\f114';
}
/* '' */
.hds-icon-folder-open-empty:before {
  content: '\f115';
}
/* '' */
.hds-icon-smile:before {
  content: '\f118';
}
/* '' */
.hds-icon-frown:before {
  content: '\f119';
}
/* '' */
.hds-icon-meh:before {
  content: '\f11a';
}
/* '' */
.hds-icon-gamepad:before {
  content: '\f11b';
}
/* '' */
.hds-icon-keyboard:before {
  content: '\f11c';
}
/* '' */
.hds-icon-flag-empty:before {
  content: '\f11d';
}
/* '' */
.hds-icon-flag-checkered:before {
  content: '\f11e';
}
/* '' */
.hds-icon-terminal:before {
  content: '\f120';
}
/* '' */
.hds-icon-code:before {
  content: '\f121';
}
/* '' */
.hds-icon-reply-all:before {
  content: '\f122';
}
/* '' */
.hds-icon-star-half-alt:before {
  content: '\f123';
}
/* '' */
.hds-icon-direction:before {
  content: '\f124';
}
/* '' */
.hds-icon-crop:before {
  content: '\f125';
}
/* '' */
.hds-icon-fork:before {
  content: '\f126';
}
/* '' */
.hds-icon-help:before {
  content: '\f128';
}
/* '' */
.hds-icon-info-1:before {
  content: '\f129';
}
/* '' */
.hds-icon-superscript:before {
  content: '\f12b';
}
/* '' */
.hds-icon-subscript:before {
  content: '\f12c';
}
/* '' */
.hds-icon-eraser:before {
  content: '\f12d';
}
/* '' */
.hds-icon-puzzle:before {
  content: '\f12e';
}
/* '' */
.hds-icon-mic:before {
  content: '\f130';
}
/* '' */
.hds-icon-mute:before {
  content: '\f131';
}
/* '' */
.hds-icon-shield:before {
  content: '\f132';
}
/* '' */
.hds-icon-extinguisher:before {
  content: '\f134';
}
/* '' */
.hds-icon-rocket:before {
  content: '\f135';
}
/* '' */
.hds-icon-maxcdn:before {
  content: '\f136';
}
/* '' */
.hds-icon-html5:before {
  content: '\f13b';
}
/* '' */
.hds-icon-css3:before {
  content: '\f13c';
}
/* '' */
.hds-icon-anchor:before {
  content: '\f13d';
}
/* '' */
.hds-icon-lock-open-alt:before {
  content: '\f13e';
}
/* '' */
.hds-icon-bullseye:before {
  content: '\f140';
}
/* '' */
.hds-icon-ellipsis:before {
  content: '\f141';
}
/* '' */
.hds-icon-ellipsis-vert:before {
  content: '\f142';
}
/* '' */
.hds-icon-rss-squared:before {
  content: '\f143';
}
/* '' */
.hds-icon-play-circled:before {
  content: '\f144';
}
/* '' */
.hds-icon-ticket:before {
  content: '\f145';
}
/* '' */
.hds-icon-minus-squared:before {
  content: '\f146';
}
/* '' */
.hds-icon-minus-squared-alt:before {
  content: '\f147';
}
/* '' */
.hds-icon-ok-squared:before {
  content: '\f14a';
}
/* '' */
.hds-icon-pencil-squared:before {
  content: '\f14b';
}
/* '' */
.hds-icon-link-ext-alt:before {
  content: '\f14c';
}
/* '' */
.hds-icon-compass:before {
  content: '\f14e';
}
/* '' */
.hds-icon-expand:before {
  content: '\f150';
}
/* '' */
.hds-icon-collapse:before {
  content: '\f151';
}
/* '' */
.hds-icon-expand-right:before {
  content: '\f152';
}
/* '' */
.hds-icon-pound:before {
  content: '\f154';
}
/* '' */
.hds-icon-rupee:before {
  content: '\f156';
}
/* '' */
.hds-icon-yen:before {
  content: '\f157';
}
/* '' */
.hds-icon-rouble:before {
  content: '\f158';
}
/* '' */
.hds-icon-won:before {
  content: '\f159';
}
/* '' */
.hds-icon-bitcoin:before {
  content: '\f15a';
}
/* '' */
.hds-icon-doc-inv:before {
  content: '\f15b';
}
/* '' */
.hds-icon-doc-text-inv:before {
  content: '\f15c';
}
/* '' */
.hds-icon-sort-name-up:before {
  content: '\f15d';
}
/* '' */
.hds-icon-sort-name-down:before {
  content: '\f15e';
}
/* '' */
.hds-icon-sort-alt-up:before {
  content: '\f160';
}
/* '' */
.hds-icon-sort-alt-down:before {
  content: '\f161';
}
/* '' */
.hds-icon-sort-number-up:before {
  content: '\f162';
}
/* '' */
.hds-icon-sort-number-down:before {
  content: '\f163';
}
/* '' */
.hds-icon-thumbs-up-alt:before {
  content: '\f164';
}
/* '' */
.hds-icon-thumbs-down-alt:before {
  content: '\f165';
}
/* '' */
.hds-icon-youtube-squared:before {
  content: '\f166';
}
/* '' */
.hds-icon-youtube:before {
  content: '\f167';
}
/* '' */
.hds-icon-xing:before {
  content: '\f168';
}
/* '' */
.hds-icon-xing-squared:before {
  content: '\f169';
}
/* '' */
.hds-icon-youtube-play:before {
  content: '\f16a';
}
/* '' */
.hds-icon-dropbox:before {
  content: '\f16b';
}
/* '' */
.hds-icon-stackoverflow:before {
  content: '\f16c';
}
/* '' */
.hds-icon-instagram:before {
  content: '\f16d';
}
/* '' */
.hds-icon-flickr:before {
  content: '\f16e';
}
/* '' */
.hds-icon-adn:before {
  content: '\f170';
}
/* '' */
.hds-icon-bitbucket:before {
  content: '\f171';
}
/* '' */
.hds-icon-bitbucket-squared:before {
  content: '\f172';
}
/* '' */
.hds-icon-down:before {
  content: '\f175';
}
/* '' */
.hds-icon-up:before {
  content: '\f176';
}
/* '' */
.hds-icon-left:before {
  content: '\f177';
}
/* '' */
.hds-icon-right:before {
  content: '\f178';
}
/* '' */
.hds-icon-dribbble:before {
  content: '\f17d';
}
/* '' */
.hds-icon-skype:before {
  content: '\f17e';
}
/* '' */
.hds-icon-foursquare:before {
  content: '\f180';
}
/* '' */
.hds-icon-trello:before {
  content: '\f181';
}
/* '' */
.hds-icon-female:before {
  content: '\f182';
}
/* '' */
.hds-icon-male:before {
  content: '\f183';
}
/* '' */
.hds-icon-gittip:before {
  content: '\f184';
}
/* '' */
.hds-icon-sun:before {
  content: '\f185';
}
/* '' */
.hds-icon-moon:before {
  content: '\f186';
}
/* '' */
.hds-icon-box-1:before {
  content: '\f187';
}
/* '' */
.hds-icon-vkontakte:before {
  content: '\f189';
}
/* '' */
.hds-icon-weibo:before {
  content: '\f18a';
}
/* '' */
.hds-icon-renren:before {
  content: '\f18b';
}
/* '' */
.hds-icon-pagelines:before {
  content: '\f18c';
}
/* '' */
.hds-icon-stackexchange:before {
  content: '\f18d';
}
/* '' */
.hds-icon-collapse-left:before {
  content: '\f191';
}
/* '' */
.hds-icon-wheelchair:before {
  content: '\f193';
}
/* '' */
.hds-icon-vimeo-squared:before {
  content: '\f194';
}
/* '' */
.hds-icon-try:before {
  content: '\f195';
}
/* '' */
.hds-icon-plus-squared-alt:before {
  content: '\f196';
}
/* '' */
.hds-icon-space-shuttle:before {
  content: '\f197';
}
/* '' */
.hds-icon-slack:before {
  content: '\f198';
}
/* '' */
.hds-icon-mail-squared:before {
  content: '\f199';
}
/* '' */
.hds-icon-wordpress:before {
  content: '\f19a';
}
/* '' */
.hds-icon-openid:before {
  content: '\f19b';
}
/* '' */
.hds-icon-bank:before {
  content: '\f19c';
}
/* '' */
.hds-icon-graduation-cap:before {
  content: '\f19d';
}
/* '' */
.hds-icon-yahoo:before {
  content: '\f19e';
}
/* '' */
.hds-icon-google:before {
  content: '\f1a0';
}
/* '' */
.hds-icon-reddit:before {
  content: '\f1a1';
}
/* '' */
.hds-icon-reddit-squared:before {
  content: '\f1a2';
}
/* '' */
.hds-icon-stumbleupon-circled:before {
  content: '\f1a3';
}
/* '' */
.hds-icon-stumbleupon:before {
  content: '\f1a4';
}
/* '' */
.hds-icon-delicious:before {
  content: '\f1a5';
}
/* '' */
.hds-icon-digg:before {
  content: '\f1a6';
}
/* '' */
.hds-icon-pied-piper-squared:before {
  content: '\f1a7';
}
/* '' */
.hds-icon-pied-piper-alt:before {
  content: '\f1a8';
}
/* '' */
.hds-icon-drupal:before {
  content: '\f1a9';
}
/* '' */
.hds-icon-joomla:before {
  content: '\f1aa';
}
/* '' */
.hds-icon-language:before {
  content: '\f1ab';
}
/* '' */
.hds-icon-fax:before {
  content: '\f1ac';
}
/* '' */
.hds-icon-building-filled:before {
  content: '\f1ad';
}
/* '' */
.hds-icon-child:before {
  content: '\f1ae';
}
/* '' */
.hds-icon-paw:before {
  content: '\f1b0';
}
/* '' */
.hds-icon-spoon:before {
  content: '\f1b1';
}
/* '' */
.hds-icon-cube:before {
  content: '\f1b2';
}
/* '' */
.hds-icon-cubes:before {
  content: '\f1b3';
}
/* '' */
.hds-icon-behance:before {
  content: '\f1b4';
}
/* '' */
.hds-icon-behance-squared:before {
  content: '\f1b5';
}
/* '' */
.hds-icon-steam:before {
  content: '\f1b6';
}
/* '' */
.hds-icon-steam-squared:before {
  content: '\f1b7';
}
/* '' */
.hds-icon-recycle:before {
  content: '\f1b8';
}
/* '' */
.hds-icon-cab:before {
  content: '\f1b9';
}
/* '' */
.hds-icon-taxi:before {
  content: '\f1ba';
}
/* '' */
.hds-icon-tree:before {
  content: '\f1bb';
}
/* '' */
.hds-icon-spotify:before {
  content: '\f1bc';
}
/* '' */
.hds-icon-deviantart:before {
  content: '\f1bd';
}
/* '' */
.hds-icon-soundcloud:before {
  content: '\f1be';
}
/* '' */
.hds-icon-database:before {
  content: '\f1c0';
}
/* '' */
.hds-icon-file-word:before {
  content: '\f1c2';
}
/* '' */
.hds-icon-file-excel:before {
  content: '\f1c3';
}
/* '' */
.hds-icon-file-powerpoint:before {
  content: '\f1c4';
}
/* '' */
.hds-icon-file-archive:before {
  content: '\f1c6';
}
/* '' */
.hds-icon-file-video:before {
  content: '\f1c8';
}
/* '' */
.hds-icon-vine:before {
  content: '\f1ca';
}
/* '' */
.hds-icon-codeopen:before {
  content: '\f1cb';
}
/* '' */
.hds-icon-jsfiddle:before {
  content: '\f1cc';
}
/* '' */
.hds-icon-lifebuoy:before {
  content: '\f1cd';
}
/* '' */
.hds-icon-circle-notch:before {
  content: '\f1ce';
}
/* '' */
.hds-icon-rebel:before {
  content: '\f1d0';
}
/* '' */
.hds-icon-empire:before {
  content: '\f1d1';
}
/* '' */
.hds-icon-git-squared:before {
  content: '\f1d2';
}
/* '' */
.hds-icon-hacker-news:before {
  content: '\f1d4';
}
/* '' */
.hds-icon-tencent-weibo:before {
  content: '\f1d5';
}
/* '' */
.hds-icon-qq:before {
  content: '\f1d6';
}
/* '' */
.hds-icon-wechat:before {
  content: '\f1d7';
}
/* '' */
.hds-icon-paper-plane-empty:before {
  content: '\f1d9';
}
/* '' */
.hds-icon-circle-thin:before {
  content: '\f1db';
}
/* '' */
.hds-icon-header:before {
  content: '\f1dc';
}
/* '' */
.hds-icon-paragraph:before {
  content: '\f1dd';
}
/* '' */
.hds-icon-sliders:before {
  content: '\f1de';
}
/* '' */
.hds-icon-share:before {
  content: '\f1e0';
}
/* '' */
.hds-icon-share-squared:before {
  content: '\f1e1';
}
/* '' */
.hds-icon-bomb:before {
  content: '\f1e2';
}
/* '' */
.hds-icon-soccer-ball:before {
  content: '\f1e3';
}
/* '' */
.hds-icon-tty:before {
  content: '\f1e4';
}
/* '' */
.hds-icon-binoculars:before {
  content: '\f1e5';
}
/* '' */
.hds-icon-plug-1:before {
  content: '\f1e6';
}
/* '' */
.hds-icon-slideshare:before {
  content: '\f1e7';
}
/* '' */
.hds-icon-twitch:before {
  content: '\f1e8';
}
/* '' */
.hds-icon-yelp:before {
  content: '\f1e9';
}
/* '' */
.hds-icon-wifi:before {
  content: '\f1eb';
}
/* '' */
.hds-icon-calc:before {
  content: '\f1ec';
}
/* '' */
.hds-icon-paypal:before {
  content: '\f1ed';
}
/* '' */
.hds-icon-gwallet:before {
  content: '\f1ee';
}
/* '' */
.hds-icon-cc-visa:before {
  content: '\f1f0';
}
/* '' */
.hds-icon-cc-mastercard:before {
  content: '\f1f1';
}
/* '' */
.hds-icon-cc-discover:before {
  content: '\f1f2';
}
/* '' */
.hds-icon-cc-amex:before {
  content: '\f1f3';
}
/* '' */
.hds-icon-cc-paypal:before {
  content: '\f1f4';
}
/* '' */
.hds-icon-cc-stripe:before {
  content: '\f1f5';
}
/* '' */
.hds-icon-bell-off:before {
  content: '\f1f6';
}
/* '' */
.hds-icon-bell-off-empty:before {
  content: '\f1f7';
}
/* '' */
.hds-icon-trash:before {
  content: '\f1f8';
}
/* '' */
.hds-icon-copyright:before {
  content: '\f1f9';
}
/* '' */
.hds-icon-at:before {
  content: '\f1fa';
}
/* '' */
.hds-icon-eyedropper:before {
  content: '\f1fb';
}
/* '' */
.hds-icon-brush:before {
  content: '\f1fc';
}
/* '' */
.hds-icon-birthday:before {
  content: '\f1fd';
}
/* '' */
.hds-icon-chart-area:before {
  content: '\f1fe';
}
/* '' */
.hds-icon-chart-pie:before {
  content: '\f200';
}
/* '' */
.hds-icon-chart-line:before {
  content: '\f201';
}
/* '' */
.hds-icon-lastfm:before {
  content: '\f202';
}
/* '' */
.hds-icon-lastfm-squared:before {
  content: '\f203';
}
/* '' */
.hds-icon-bicycle:before {
  content: '\f206';
}
/* '' */
.hds-icon-bus:before {
  content: '\f207';
}
/* '' */
.hds-icon-ioxhost:before {
  content: '\f208';
}
/* '' */
.hds-icon-angellist:before {
  content: '\f209';
}
/* '' */
.hds-icon-cc:before {
  content: '\f20a';
}
/* '' */
.hds-icon-shekel:before {
  content: '\f20b';
}
/* '' */
.hds-icon-meanpath:before {
  content: '\f20c';
}
/* '' */
.hds-icon-buysellads:before {
  content: '\f20d';
}
/* '' */
.hds-icon-connectdevelop:before {
  content: '\f20e';
}
/* '' */
.hds-icon-dashcube:before {
  content: '\f210';
}
/* '' */
.hds-icon-forumbee:before {
  content: '\f211';
}
/* '' */
.hds-icon-leanpub:before {
  content: '\f212';
}
/* '' */
.hds-icon-sellsy:before {
  content: '\f213';
}
/* '' */
.hds-icon-shirtsinbulk:before {
  content: '\f214';
}
/* '' */
.hds-icon-simplybuilt:before {
  content: '\f215';
}
/* '' */
.hds-icon-skyatlas:before {
  content: '\f216';
}
/* '' */
.hds-icon-cart-plus:before {
  content: '\f217';
}
/* '' */
.hds-icon-cart-arrow-down:before {
  content: '\f218';
}
/* '' */
.hds-icon-diamond:before {
  content: '\f219';
}
/* '' */
.hds-icon-ship:before {
  content: '\f21a';
}
/* '' */
.hds-icon-user-secret:before {
  content: '\f21b';
}
/* '' */
.hds-icon-motorcycle:before {
  content: '\f21c';
}
/* '' */
.hds-icon-street-view:before {
  content: '\f21d';
}
/* '' */
.hds-icon-heartbeat:before {
  content: '\f21e';
}
/* '' */
.hds-icon-venus:before {
  content: '\f221';
}
/* '' */
.hds-icon-mars:before {
  content: '\f222';
}
/* '' */
.hds-icon-mercury:before {
  content: '\f223';
}
/* '' */
.hds-icon-transgender:before {
  content: '\f224';
}
/* '' */
.hds-icon-transgender-alt:before {
  content: '\f225';
}
/* '' */
.hds-icon-venus-double:before {
  content: '\f226';
}
/* '' */
.hds-icon-mars-double:before {
  content: '\f227';
}
/* '' */
.hds-icon-venus-mars:before {
  content: '\f228';
}
/* '' */
.hds-icon-mars-stroke:before {
  content: '\f229';
}
/* '' */
.hds-icon-mars-stroke-v:before {
  content: '\f22a';
}
/* '' */
.hds-icon-mars-stroke-h:before {
  content: '\f22b';
}
/* '' */
.hds-icon-neuter:before {
  content: '\f22c';
}
/* '' */
.hds-icon-genderless:before {
  content: '\f22d';
}
/* '' */
.hds-icon-pinterest:before {
  content: '\f231';
}
/* '' */
.hds-icon-whatsapp:before {
  content: '\f232';
}
/* '' */
.hds-icon-server:before {
  content: '\f233';
}
/* '' */
.hds-icon-user-plus:before {
  content: '\f234';
}
/* '' */
.hds-icon-user-times:before {
  content: '\f235';
}
/* '' */
.hds-icon-bed:before {
  content: '\f236';
}
/* '' */
.hds-icon-viacoin:before {
  content: '\f237';
}
/* '' */
.hds-icon-train:before {
  content: '\f238';
}
/* '' */
.hds-icon-subway:before {
  content: '\f239';
}
/* '' */
.hds-icon-medium:before {
  content: '\f23a';
}
/* '' */
.hds-icon-y-combinator:before {
  content: '\f23b';
}
/* '' */
.hds-icon-optin-monster:before {
  content: '\f23c';
}
/* '' */
.hds-icon-opencart:before {
  content: '\f23d';
}
/* '' */
.hds-icon-expeditedssl:before {
  content: '\f23e';
}
/* '' */
.hds-icon-battery-4:before {
  content: '\f240';
}
/* '' */
.hds-icon-battery-3:before {
  content: '\f241';
}
/* '' */
.hds-icon-battery-2:before {
  content: '\f242';
}
/* '' */
.hds-icon-battery-1:before {
  content: '\f243';
}
/* '' */
.hds-icon-battery-0:before {
  content: '\f244';
}
/* '' */
.hds-icon-mouse-pointer:before {
  content: '\f245';
}
/* '' */
.hds-icon-i-cursor:before {
  content: '\f246';
}
/* '' */
.hds-icon-object-group:before {
  content: '\f247';
}
/* '' */
.hds-icon-object-ungroup:before {
  content: '\f248';
}
/* '' */
.hds-icon-sticky-note:before {
  content: '\f249';
}
/* '' */
.hds-icon-sticky-note-o:before {
  content: '\f24a';
}
/* '' */
.hds-icon-cc-jcb:before {
  content: '\f24b';
}
/* '' */
.hds-icon-cc-diners-club:before {
  content: '\f24c';
}
/* '' */
.hds-icon-clone:before {
  content: '\f24d';
}
/* '' */
.hds-icon-balance-scale:before {
  content: '\f24e';
}
/* '' */
.hds-icon-hourglass-o:before {
  content: '\f250';
}
/* '' */
.hds-icon-hourglass-1:before {
  content: '\f251';
}
/* '' */
.hds-icon-hourglass-2:before {
  content: '\f252';
}
/* '' */
.hds-icon-hourglass-3:before {
  content: '\f253';
}
/* '' */
.hds-icon-hourglass:before {
  content: '\f254';
}
/* '' */
.hds-icon-hand-grab-o:before {
  content: '\f255';
}
/* '' */
.hds-icon-hand-paper-o:before {
  content: '\f256';
}
/* '' */
.hds-icon-hand-scissors-o:before {
  content: '\f257';
}
/* '' */
.hds-icon-hand-lizard-o:before {
  content: '\f258';
}
/* '' */
.hds-icon-hand-spock-o:before {
  content: '\f259';
}
/* '' */
.hds-icon-hand-pointer-o:before {
  content: '\f25a';
}
/* '' */
.hds-icon-hand-peace-o:before {
  content: '\f25b';
}
/* '' */
.hds-icon-trademark:before {
  content: '\f25c';
}
/* '' */
.hds-icon-registered:before {
  content: '\f25d';
}
/* '' */
.hds-icon-creative-commons:before {
  content: '\f25e';
}
/* '' */
.hds-icon-gg:before {
  content: '\f260';
}
/* '' */
.hds-icon-gg-circle:before {
  content: '\f261';
}
/* '' */
.hds-icon-tripadvisor:before {
  content: '\f262';
}
/* '' */
.hds-icon-odnoklassniki:before {
  content: '\f263';
}
/* '' */
.hds-icon-odnoklassniki-square:before {
  content: '\f264';
}
/* '' */
.hds-icon-get-pocket:before {
  content: '\f265';
}
/* '' */
.hds-icon-wikipedia-w:before {
  content: '\f266';
}
/* '' */
.hds-icon-safari:before {
  content: '\f267';
}
/* '' */
.hds-icon-chrome:before {
  content: '\f268';
}
/* '' */
.hds-icon-firefox:before {
  content: '\f269';
}
/* '' */
.hds-icon-opera:before {
  content: '\f26a';
}
/* '' */
.hds-icon-internet-explorer:before {
  content: '\f26b';
}
/* '' */
.hds-icon-television:before {
  content: '\f26c';
}
/* '' */
.hds-icon-contao:before {
  content: '\f26d';
}
/* '' */
.hds-icon-500px:before {
  content: '\f26e';
}
/* '' */
.hds-icon-amazon:before {
  content: '\f270';
}
/* '' */
.hds-icon-calendar-plus-o:before {
  content: '\f271';
}
/* '' */
.hds-icon-calendar-minus-o:before {
  content: '\f272';
}
/* '' */
.hds-icon-calendar-times-o:before {
  content: '\f273';
}
/* '' */
.hds-icon-calendar-check-o:before {
  content: '\f274';
}
/* '' */
.hds-icon-industry:before {
  content: '\f275';
}
/* '' */
.hds-icon-map-pin:before {
  content: '\f276';
}
/* '' */
.hds-icon-map-signs:before {
  content: '\f277';
}
/* '' */
.hds-icon-map-o:before {
  content: '\f278';
}
/* '' */
.hds-icon-map-1:before {
  content: '\f279';
}
/* '' */
.hds-icon-commenting:before {
  content: '\f27a';
}
/* '' */
.hds-icon-commenting-o:before {
  content: '\f27b';
}
/* '' */
.hds-icon-houzz:before {
  content: '\f27c';
}
/* '' */
.hds-icon-vimeo:before {
  content: '\f27d';
}
/* '' */
.hds-icon-black-tie:before {
  content: '\f27e';
}
/* '' */
.hds-icon-fonticons:before {
  content: '\f280';
}
/* '' */
.hds-icon-reddit-alien:before {
  content: '\f281';
}
/* '' */
.hds-icon-edge:before {
  content: '\f282';
}
/* '' */
.hds-icon-credit-card-alt:before {
  content: '\f283';
}
/* '' */
.hds-icon-codiepie:before {
  content: '\f284';
}
/* '' */
.hds-icon-modx:before {
  content: '\f285';
}
/* '' */
.hds-icon-fort-awesome:before {
  content: '\f286';
}
/* '' */
.hds-icon-usb:before {
  content: '\f287';
}
/* '' */
.hds-icon-product-hunt:before {
  content: '\f288';
}
/* '' */
.hds-icon-mixcloud:before {
  content: '\f289';
}
/* '' */
.hds-icon-scribd:before {
  content: '\f28a';
}
/* '' */
.hds-icon-pause-circle:before {
  content: '\f28b';
}
/* '' */
.hds-icon-pause-circle-o:before {
  content: '\f28c';
}
/* '' */
.hds-icon-stop-circle:before {
  content: '\f28d';
}
/* '' */
.hds-icon-stop-circle-o:before {
  content: '\f28e';
}
/* '' */
.hds-icon-shopping-bag:before {
  content: '\f290';
}
/* '' */
.hds-icon-shopping-basket:before {
  content: '\f291';
}
/* '' */
.hds-icon-hashtag:before {
  content: '\f292';
}
/* '' */
.hds-icon-bluetooth:before {
  content: '\f293';
}
/* '' */
.hds-icon-bluetooth-b:before {
  content: '\f294';
}
/* '' */
.hds-icon-percent:before {
  content: '\f295';
}
/* '' */
.hds-icon-gitlab:before {
  content: '\f296';
}
/* '' */
.hds-icon-wpbeginner:before {
  content: '\f297';
}
/* '' */
.hds-icon-wpforms:before {
  content: '\f298';
}
/* '' */
.hds-icon-envira:before {
  content: '\f299';
}
/* '' */
.hds-icon-universal-access:before {
  content: '\f29a';
}
/* '' */
.hds-icon-wheelchair-alt:before {
  content: '\f29b';
}
/* '' */
.hds-icon-question-circle-o:before {
  content: '\f29c';
}
/* '' */
.hds-icon-blind:before {
  content: '\f29d';
}
/* '' */
.hds-icon-audio-description:before {
  content: '\f29e';
}
/* '' */
.hds-icon-volume-control-phone:before {
  content: '\f2a0';
}
/* '' */
.hds-icon-braille-1:before {
  content: '\f2a1';
}
/* '' */
.hds-icon-assistive-listening-systems:before {
  content: '\f2a2';
}
/* '' */
.hds-icon-american-sign-language-interpreting:before {
  content: '\f2a3';
}
/* '' */
.hds-icon-asl-interpreting:before {
  content: '\f2a4';
}
/* '' */
.hds-icon-glide:before {
  content: '\f2a5';
}
/* '' */
.hds-icon-glide-g:before {
  content: '\f2a6';
}
/* '' */
.hds-icon-sign-language:before {
  content: '\f2a7';
}
/* '' */
.hds-icon-low-vision:before {
  content: '\f2a8';
}
/* '' */
.hds-icon-viadeo:before {
  content: '\f2a9';
}
/* '' */
.hds-icon-viadeo-square:before {
  content: '\f2aa';
}
/* '' */
.hds-icon-snapchat:before {
  content: '\f2ab';
}
/* '' */
.hds-icon-snapchat-ghost:before {
  content: '\f2ac';
}
/* '' */
.hds-icon-snapchat-square:before {
  content: '\f2ad';
}
/* '' */
.hds-icon-pied-piper:before {
  content: '\f2ae';
}
/* '' */
.hds-icon-first-order:before {
  content: '\f2b0';
}
/* '' */
.hds-icon-yoast:before {
  content: '\f2b1';
}
/* '' */
.hds-icon-themeisle:before {
  content: '\f2b2';
}
/* '' */
.hds-icon-google-plus-circle:before {
  content: '\f2b3';
}
/* '' */
.hds-icon-font-awesome:before {
  content: '\f2b4';
}
/* '' */
.hds-icon-github-squared:before {
  content: '\f300';
}
/* '' */
.hds-icon-linkedin-squared:before {
  content: '\f30c';
}
/* '' */
.hds-icon-hierarchy:before {
  content: '\e8bf';
}
/* '' */
.hds-icon-musicalscore:before {
  content: '\e80c';
}
/* '' */
.hds-icon-photo:before {
  content: '\e811';
}
/* '' */
.hds-icon-ePhoto:before {
  content: '\e811';
}
/* '' */
.hds-icon-audio:before {
  content: '\e8af';
}
/* '' */
.hds-icon-retro:before {
  content: '\e918';
}
/* '' */
.hds-icon-article:before {
  content: '\e814';
}
/* '' */
.hds-icon-eArticle:before {
  content: '\e814';
}
/* '' */
.hds-icon-microfilm:before {
  content: '\e806';
}
/* '' */
.hds-icon-ebook:before {
  content: '\e801';
}
/* '' */
.hds-icon-electronic:before {
  content: '\e917';
}
/* '' */
.hds-icon-sensorimage:before {
  content: '\E863';
}
.hds-icon-kit:before {
  content: '\F187';
}
.hds-icon-manuscript:before {
  content: '\E815';
}
.hds-icon-physicalobject:before {
  content: '\F1B2';
}
.slider {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.slider.slider-horizontal {
  width: 100%;
  height: 20px;
}
.slider.slider-horizontal .slider-track {
  height: 10px;
  width: 100%;
  margin-top: -5px;
  top: 50%;
  left: 0;
}
.slider.slider-horizontal .slider-selection,
.slider.slider-horizontal .slider-track-low,
.slider.slider-horizontal .slider-track-high {
  height: 100%;
  top: 0;
  bottom: 0;
}
.slider.slider-horizontal .slider-tick,
.slider.slider-horizontal .slider-handle {
  margin-left: -5px;
}
.slider.slider-horizontal .slider-tick.triangle,
.slider.slider-horizontal .slider-handle.triangle {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  border-width: 0 10px 10px 10px;
  width: 0;
  height: 0;
  border-bottom-color: #0480be;
  margin-top: 0;
}
.slider.slider-horizontal .slider-tick-container {
  white-space: nowrap;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.slider.slider-horizontal .slider-tick-label-container {
  white-space: nowrap;
  margin-top: 20px;
}
.slider.slider-horizontal .slider-tick-label-container .slider-tick-label {
  padding-top: 4px;
  display: inline-block;
  text-align: center;
}
.slider.slider-horizontal.slider-rtl .slider-track {
  left: initial;
  right: 0;
}
.slider.slider-horizontal.slider-rtl .slider-tick,
.slider.slider-horizontal.slider-rtl .slider-handle {
  margin-left: initial;
  margin-right: -10px;
}
.slider.slider-horizontal.slider-rtl .slider-tick-container {
  left: initial;
  right: 0;
}
.slider.slider-vertical {
  height: 210px;
  width: 20px;
}
.slider.slider-vertical .slider-track {
  width: 10px;
  height: 100%;
  left: 25%;
  top: 0;
}
.slider.slider-vertical .slider-selection {
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
}
.slider.slider-vertical .slider-track-low,
.slider.slider-vertical .slider-track-high {
  width: 100%;
  left: 0;
  right: 0;
}
.slider.slider-vertical .slider-tick,
.slider.slider-vertical .slider-handle {
  margin-top: -10px;
}
.slider.slider-vertical .slider-tick.triangle,
.slider.slider-vertical .slider-handle.triangle {
  border-width: 10px 0 10px 10px;
  width: 1px;
  height: 1px;
  border-left-color: #0480be;
  border-right-color: #0480be;
  margin-left: 0;
  margin-right: 0;
}
.slider.slider-vertical .slider-tick-label-container {
  white-space: nowrap;
}
.slider.slider-vertical .slider-tick-label-container .slider-tick-label {
  padding-left: 4px;
}
.slider.slider-vertical.slider-rtl .slider-track {
  left: initial;
  right: 25%;
}
.slider.slider-vertical.slider-rtl .slider-selection {
  left: initial;
  right: 0;
}
.slider.slider-vertical.slider-rtl .slider-tick.triangle,
.slider.slider-vertical.slider-rtl .slider-handle.triangle {
  border-width: 10px 10px 10px 0;
}
.slider.slider-vertical.slider-rtl .slider-tick-label-container .slider-tick-label {
  padding-left: initial;
  padding-right: 4px;
}
.slider.slider-disabled .slider-handle {
  background-image: -webkit-linear-gradient(top, #dfdfdf 0%, #bebebe 100%);
  background-image: -o-linear-gradient(top, #dfdfdf 0%, #bebebe 100%);
  background-image: linear-gradient(to bottom, #dfdfdf 0%, #bebebe 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdfdfdf', endColorstr='#ffbebebe', GradientType=0);
}
.slider.slider-disabled .slider-track {
  background-image: -webkit-linear-gradient(top, #e5e5e5 0%, #e9e9e9 100%);
  background-image: -o-linear-gradient(top, #e5e5e5 0%, #e9e9e9 100%);
  background-image: linear-gradient(to bottom, #e5e5e5 0%, #e9e9e9 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe5e5e5', endColorstr='#ffe9e9e9', GradientType=0);
  cursor: not-allowed;
}
.slider input {
  display: none;
}
.slider .tooltip.top {
  margin-top: -36px;
}
.slider .tooltip-inner {
  white-space: nowrap;
  max-width: none;
}
.slider .hide {
  display: none;
}
.slider-track {
  position: absolute;
  cursor: pointer;
  background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #f9f9f9 100%);
  background-image: -o-linear-gradient(top, #f5f5f5 0%, #f9f9f9 100%);
  background-image: linear-gradient(to bottom, #f5f5f5 0%, #f9f9f9 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#fff9f9f9', GradientType=0);
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}
.slider-selection {
  position: absolute;
  background-image: -webkit-linear-gradient(top, #f9f9f9 0%, #f5f5f5 100%);
  background-image: -o-linear-gradient(top, #f9f9f9 0%, #f5f5f5 100%);
  background-image: linear-gradient(to bottom, #f9f9f9 0%, #f5f5f5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff9f9f9', endColorstr='#fff5f5f5', GradientType=0);
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
}
.slider-selection.tick-slider-selection {
  background-image: -webkit-linear-gradient(top, #89cdef 0%, #81bfde 100%);
  background-image: -o-linear-gradient(top, #89cdef 0%, #81bfde 100%);
  background-image: linear-gradient(to bottom, #89cdef 0%, #81bfde 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff89cdef', endColorstr='#ff81bfde', GradientType=0);
}
.slider-track-low,
.slider-track-high {
  position: absolute;
  background: transparent;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
}
.slider-handle {
  position: absolute;
  top: 0;
  width: 20px;
  height: 20px;
  background-color: #337ab7;
  background-image: -webkit-linear-gradient(top, #149bdf 0%, #0480be 100%);
  background-image: -o-linear-gradient(top, #149bdf 0%, #0480be 100%);
  background-image: linear-gradient(to bottom, #149bdf 0%, #0480be 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff149bdf', endColorstr='#ff0480be', GradientType=0);
  filter: none;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  border: 0px solid transparent;
}
.slider-handle.round {
  border-radius: 50%;
}
.slider-handle.triangle {
  background: transparent none;
}
.slider-handle.custom {
  background: transparent none;
}
.slider-handle.custom::before {
  line-height: 20px;
  font-size: 20px;
  content: '\2605';
  color: #726204;
}
.slider-tick {
  position: absolute;
  width: 20px;
  height: 20px;
  background-image: -webkit-linear-gradient(top, #f9f9f9 0%, #f5f5f5 100%);
  background-image: -o-linear-gradient(top, #f9f9f9 0%, #f5f5f5 100%);
  background-image: linear-gradient(to bottom, #f9f9f9 0%, #f5f5f5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff9f9f9', endColorstr='#fff5f5f5', GradientType=0);
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  filter: none;
  opacity: 0.8;
  border: 0px solid transparent;
}
.slider-tick.round {
  border-radius: 50%;
}
.slider-tick.triangle {
  background: transparent none;
}
.slider-tick.custom {
  background: transparent none;
}
.slider-tick.custom::before {
  line-height: 20px;
  font-size: 20px;
  content: '\2605';
  color: #726204;
}
.slider-tick.in-selection {
  background-image: -webkit-linear-gradient(top, #89cdef 0%, #81bfde 100%);
  background-image: -o-linear-gradient(top, #89cdef 0%, #81bfde 100%);
  background-image: linear-gradient(to bottom, #89cdef 0%, #81bfde 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff89cdef', endColorstr='#ff81bfde', GradientType=0);
  opacity: 1;
}
.slider-handle.custom {
  background: transparent none;
  /* You can customize the handle and set a background image */
}
/* Or display content like unicode characters or fontawesome icons */
.pub-date-vis-ajax .slider-handle.custom::before {
  line-height: 20px;
  font-size: 20px;
  content: '\25CE';
  /*unicode star character*/
  color: black;
}
.pub-date-vis-ajax .slider-track {
  height: 1px !important;
  z-index: 99;
}
.pub-date-vis-ajax .slider-track .slider-track-low {
  background: #5e5e5e;
  height: 1px;
}
.pub-date-vis-ajax .slider-track .slider-selection {
  background: #a2a2a2;
  height: 1px;
}
.pub-date-vis-ajax .slider-track .slider-track-high {
  background: #5e5e5e;
  height: 1px;
}
.pub-date-vis-ajax .slider-container {
  position: relative;
  top: -24px;
  bottom: 0;
  height: 20px !important;
}
.pub-date-vis-ajax .slider-handle.round {
  top: -3px;
  width: 14px !important;
  height: 14px !important;
  background: rgba(255, 255, 255, 0.3);
  border: 2px solid #a2a2a2;
}
.pub-date-vis-ajax .slider.slider-horizontal .slider-handle {
  z-index: 101;
  width: 100%;
}
ul.timeline-list {
  /*margin-left: -5px;*/
  padding: 0;
  display: block;
  list-style: none outside none;
  vertical-align: bottom;
  z-index: 100;
}
ul.timeline-list li {
  position: relative;
  line-height: 50px;
  height: 50px;
  float: left;
  display: inline-block !important;
  padding-left: 0;
  padding-right: 0;
}
ul.timeline-list li a {
  position: absolute;
  bottom: 0;
  margin-right: 1px;
  background: #c8c8c8;
}
ul.timeline-list li.in-range a,
ul.timeline-list li:hover a,
ul.timeline-list li.in-range a:hover,
ul.timeline-list li:hover a:hover {
  background: #a2a2a2 !important;
}
.slider-container .slider .slider-track {
  background: #d1d1d1;
  box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.4);
  height: 10px;
  width: 100%;
  margin-top: -5px;
  top: 10px;
  left: 0;
  position: absolute;
  cursor: pointer;
  border-radius: 4px;
}
.slider-container .slider .slider-tick {
  background: #919191;
  height: 8px;
  margin-left: 0;
  margin-top: 10px;
  width: 1px;
  position: absolute;
}
.slider-container .slider .slider-tick-label-container {
  text-align: center;
  margin-top: 20px;
}
.minmax {
  display: table;
  width: 100%;
  height: 60px;
}
.minmax p {
  display: table-cell;
  vertical-align: bottom;
}
/**
 * Bootstrap Multiselect (https://github.com/davidstutz/bootstrap-multiselect)
 * 
 * Apache License, Version 2.0:
 * Copyright (c) 2012 - 2015 David Stutz
 * 
 * Licensed under the Apache License, Version 2.0 (the "License"); you may not
 * use this file except in compliance with the License. You may obtain a
 * copy of the License at http://www.apache.org/licenses/LICENSE-2.0
 * 
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
 * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 * License for the specific language governing permissions and limitations
 * under the License.
 * 
 * BSD 3-Clause License:
 * Copyright (c) 2012 - 2015 David Stutz
 * All rights reserved.
 * 
 * Redistribution and use in source and binary forms, with or without
 * modification, are permitted provided that the following conditions are met:
 *    - Redistributions of source code must retain the above copyright notice,
 *      this list of conditions and the following disclaimer.
 *    - Redistributions in binary form must reproduce the above copyright notice,
 *      this list of conditions and the following disclaimer in the documentation
 *      and/or other materials provided with the distribution.
 *    - Neither the name of David Stutz nor the names of its contributors may be
 *      used to endorse or promote products derived from this software without
 *      specific prior written permission.
 * 
 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
 * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
 * THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
 * OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
 * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
 * OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
 * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 */
.multiselect-container {
  position: absolute;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.multiselect-container .input-group {
  margin: 5px;
}
.multiselect-container > li {
  padding: 0;
}
.multiselect-container > li > a.multiselect-all label {
  font-weight: bold;
}
.multiselect-container > li.multiselect-group label {
  margin: 0;
  padding: 3px 20px 3px 20px;
  height: 100%;
  font-weight: bold;
}
.multiselect-container > li.multiselect-group-clickable label {
  cursor: pointer;
}
.multiselect-container > li > a {
  padding: 0;
}
.multiselect-container > li > a > label {
  margin: 0;
  height: 100%;
  cursor: pointer;
  font-weight: normal;
  padding: 3px 20px 3px 40px;
}
.multiselect-container > li > a > label.radio,
.multiselect-container > li > a > label.checkbox {
  margin: 0;
}
.multiselect-container > li > a > label > input[type="checkbox"] {
  margin-bottom: 5px;
}
.multiselect-container:active,
.multiselect-container:hover,
.multiselect-container:focus {
  display: block;
}
.btn-group > .btn-group:nth-child(2) > .multiselect.btn {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.form-inline .multiselect-container label.checkbox,
.form-inline .multiselect-container label.radio {
  padding: 3px 20px 3px 40px;
}
.form-inline .multiselect-container li a label.checkbox input[type="checkbox"],
.form-inline .multiselect-container li a label.radio input[type="radio"] {
  margin-left: -20px;
  margin-right: 0;
}
.datepicker {
  border-radius: 0px;
  direction: ltr;
}
.datepicker-inline {
  width: 220px;
}
.datepicker-rtl {
  direction: rtl;
}
.datepicker-rtl.dropdown-menu {
  left: auto;
}
.datepicker-rtl table tr td span {
  float: right;
}
.datepicker-dropdown {
  top: 0;
  left: 0;
  padding: 4px;
}
.datepicker-dropdown:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(0, 0, 0, 0.15);
  border-top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
}
.datepicker-dropdown:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-top: 0;
  position: absolute;
}
.datepicker-dropdown.datepicker-orient-left:before {
  left: 6px;
}
.datepicker-dropdown.datepicker-orient-left:after {
  left: 7px;
}
.datepicker-dropdown.datepicker-orient-right:before {
  right: 6px;
}
.datepicker-dropdown.datepicker-orient-right:after {
  right: 7px;
}
.datepicker-dropdown.datepicker-orient-bottom:before {
  top: -7px;
}
.datepicker-dropdown.datepicker-orient-bottom:after {
  top: -6px;
}
.datepicker-dropdown.datepicker-orient-top:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid rgba(0, 0, 0, 0.15);
}
.datepicker-dropdown.datepicker-orient-top:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #fff;
}
.datepicker table {
  margin: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.datepicker table tr td,
.datepicker table tr th {
  text-align: center;
  width: 30px;
  height: 30px;
  border-radius: 4px;
  border: none;
}
.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
  background-color: transparent;
}
.datepicker table tr td.old,
.datepicker table tr td.new {
  color: #777;
}
.datepicker table tr td.day:hover,
.datepicker table tr td.focused {
  background: #eee;
  cursor: pointer;
}
.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
  background: none;
  color: #777;
  cursor: default;
}
.datepicker table tr td.highlighted {
  color: #000;
  background-color: #d9edf7;
  border-color: #85c5e5;
  border-radius: 0;
}
.datepicker table tr td.highlighted:focus,
.datepicker table tr td.highlighted.focus {
  color: #000;
  background-color: #afd9ee;
  border-color: #298fc2;
}
.datepicker table tr td.highlighted:hover {
  color: #000;
  background-color: #afd9ee;
  border-color: #52addb;
}
.datepicker table tr td.highlighted:active,
.datepicker table tr td.highlighted.active,
.open > .dropdown-toggle.datepicker table tr td.highlighted {
  color: #000;
  background-color: #afd9ee;
  border-color: #52addb;
}
.datepicker table tr td.highlighted:active:hover,
.datepicker table tr td.highlighted.active:hover,
.open > .dropdown-toggle.datepicker table tr td.highlighted:hover,
.datepicker table tr td.highlighted:active:focus,
.datepicker table tr td.highlighted.active:focus,
.open > .dropdown-toggle.datepicker table tr td.highlighted:focus,
.datepicker table tr td.highlighted:active.focus,
.datepicker table tr td.highlighted.active.focus,
.open > .dropdown-toggle.datepicker table tr td.highlighted.focus {
  color: #000;
  background-color: #91cbe8;
  border-color: #298fc2;
}
.datepicker table tr td.highlighted:active,
.datepicker table tr td.highlighted.active,
.open > .dropdown-toggle.datepicker table tr td.highlighted {
  background-image: none;
}
.datepicker table tr td.highlighted.disabled:hover,
.datepicker table tr td.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.highlighted:hover,
.datepicker table tr td.highlighted.disabled:focus,
.datepicker table tr td.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.highlighted:focus,
.datepicker table tr td.highlighted.disabled.focus,
.datepicker table tr td.highlighted[disabled].focus,
fieldset[disabled] .datepicker table tr td.highlighted.focus {
  background-color: #d9edf7;
  border-color: #85c5e5;
}
.datepicker table tr td.highlighted .badge {
  color: #d9edf7;
  background-color: #000;
}
.datepicker table tr td.highlighted.focused {
  background: #afd9ee;
}
.datepicker table tr td.highlighted.disabled,
.datepicker table tr td.highlighted.disabled:active {
  background: #d9edf7;
  color: #777;
}
.datepicker table tr td.today {
  color: #000;
  background-color: #ffdb99;
  border-color: #ffb733;
}
.datepicker table tr td.today:focus,
.datepicker table tr td.today.focus {
  color: #000;
  background-color: #ffc966;
  border-color: #b37400;
}
.datepicker table tr td.today:hover {
  color: #000;
  background-color: #ffc966;
  border-color: #f59e00;
}
.datepicker table tr td.today:active,
.datepicker table tr td.today.active,
.open > .dropdown-toggle.datepicker table tr td.today {
  color: #000;
  background-color: #ffc966;
  border-color: #f59e00;
}
.datepicker table tr td.today:active:hover,
.datepicker table tr td.today.active:hover,
.open > .dropdown-toggle.datepicker table tr td.today:hover,
.datepicker table tr td.today:active:focus,
.datepicker table tr td.today.active:focus,
.open > .dropdown-toggle.datepicker table tr td.today:focus,
.datepicker table tr td.today:active.focus,
.datepicker table tr td.today.active.focus,
.open > .dropdown-toggle.datepicker table tr td.today.focus {
  color: #000;
  background-color: #ffbc42;
  border-color: #b37400;
}
.datepicker table tr td.today:active,
.datepicker table tr td.today.active,
.open > .dropdown-toggle.datepicker table tr td.today {
  background-image: none;
}
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today[disabled]:hover,
fieldset[disabled] .datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled:focus,
.datepicker table tr td.today[disabled]:focus,
fieldset[disabled] .datepicker table tr td.today:focus,
.datepicker table tr td.today.disabled.focus,
.datepicker table tr td.today[disabled].focus,
fieldset[disabled] .datepicker table tr td.today.focus {
  background-color: #ffdb99;
  border-color: #ffb733;
}
.datepicker table tr td.today .badge {
  color: #ffdb99;
  background-color: #000;
}
.datepicker table tr td.today.focused {
  background: #ffc966;
}
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:active {
  background: #ffdb99;
  color: #777;
}
.datepicker table tr td.range {
  color: #000;
  background-color: #eee;
  border-color: #bbbbbb;
  border-radius: 0;
}
.datepicker table tr td.range:focus,
.datepicker table tr td.range.focus {
  color: #000;
  background-color: #d5d5d5;
  border-color: #7b7b7b;
}
.datepicker table tr td.range:hover {
  color: #000;
  background-color: #d5d5d5;
  border-color: #9c9c9c;
}
.datepicker table tr td.range:active,
.datepicker table tr td.range.active,
.open > .dropdown-toggle.datepicker table tr td.range {
  color: #000;
  background-color: #d5d5d5;
  border-color: #9c9c9c;
}
.datepicker table tr td.range:active:hover,
.datepicker table tr td.range.active:hover,
.open > .dropdown-toggle.datepicker table tr td.range:hover,
.datepicker table tr td.range:active:focus,
.datepicker table tr td.range.active:focus,
.open > .dropdown-toggle.datepicker table tr td.range:focus,
.datepicker table tr td.range:active.focus,
.datepicker table tr td.range.active.focus,
.open > .dropdown-toggle.datepicker table tr td.range.focus {
  color: #000;
  background-color: #c3c3c3;
  border-color: #7b7b7b;
}
.datepicker table tr td.range:active,
.datepicker table tr td.range.active,
.open > .dropdown-toggle.datepicker table tr td.range {
  background-image: none;
}
.datepicker table tr td.range.disabled:hover,
.datepicker table tr td.range[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range:hover,
.datepicker table tr td.range.disabled:focus,
.datepicker table tr td.range[disabled]:focus,
fieldset[disabled] .datepicker table tr td.range:focus,
.datepicker table tr td.range.disabled.focus,
.datepicker table tr td.range[disabled].focus,
fieldset[disabled] .datepicker table tr td.range.focus {
  background-color: #eee;
  border-color: #bbbbbb;
}
.datepicker table tr td.range .badge {
  color: #eee;
  background-color: #000;
}
.datepicker table tr td.range.focused {
  background: #d5d5d5;
}
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:active {
  background: #eee;
  color: #777;
}
.datepicker table tr td.range.highlighted {
  color: #000;
  background-color: #e4eef3;
  border-color: #9dc1d3;
}
.datepicker table tr td.range.highlighted:focus,
.datepicker table tr td.range.highlighted.focus {
  color: #000;
  background-color: #c0d7e3;
  border-color: #4b87a5;
}
.datepicker table tr td.range.highlighted:hover {
  color: #000;
  background-color: #c0d7e3;
  border-color: #73a6bf;
}
.datepicker table tr td.range.highlighted:active,
.datepicker table tr td.range.highlighted.active,
.open > .dropdown-toggle.datepicker table tr td.range.highlighted {
  color: #000;
  background-color: #c0d7e3;
  border-color: #73a6bf;
}
.datepicker table tr td.range.highlighted:active:hover,
.datepicker table tr td.range.highlighted.active:hover,
.open > .dropdown-toggle.datepicker table tr td.range.highlighted:hover,
.datepicker table tr td.range.highlighted:active:focus,
.datepicker table tr td.range.highlighted.active:focus,
.open > .dropdown-toggle.datepicker table tr td.range.highlighted:focus,
.datepicker table tr td.range.highlighted:active.focus,
.datepicker table tr td.range.highlighted.active.focus,
.open > .dropdown-toggle.datepicker table tr td.range.highlighted.focus {
  color: #000;
  background-color: #a8c8d7;
  border-color: #4b87a5;
}
.datepicker table tr td.range.highlighted:active,
.datepicker table tr td.range.highlighted.active,
.open > .dropdown-toggle.datepicker table tr td.range.highlighted {
  background-image: none;
}
.datepicker table tr td.range.highlighted.disabled:hover,
.datepicker table tr td.range.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range.highlighted:hover,
.datepicker table tr td.range.highlighted.disabled:focus,
.datepicker table tr td.range.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.range.highlighted:focus,
.datepicker table tr td.range.highlighted.disabled.focus,
.datepicker table tr td.range.highlighted[disabled].focus,
fieldset[disabled] .datepicker table tr td.range.highlighted.focus {
  background-color: #e4eef3;
  border-color: #9dc1d3;
}
.datepicker table tr td.range.highlighted .badge {
  color: #e4eef3;
  background-color: #000;
}
.datepicker table tr td.range.highlighted.focused {
  background: #c0d7e3;
}
.datepicker table tr td.range.highlighted.disabled,
.datepicker table tr td.range.highlighted.disabled:active {
  background: #e4eef3;
  color: #777;
}
.datepicker table tr td.range.today {
  color: #000;
  background-color: #f7ca77;
  border-color: #f1a417;
}
.datepicker table tr td.range.today:focus,
.datepicker table tr td.range.today.focus {
  color: #000;
  background-color: #f4b747;
  border-color: #805608;
}
.datepicker table tr td.range.today:hover {
  color: #000;
  background-color: #f4b747;
  border-color: #be7f0c;
}
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today.active,
.open > .dropdown-toggle.datepicker table tr td.range.today {
  color: #000;
  background-color: #f4b747;
  border-color: #be7f0c;
}
.datepicker table tr td.range.today:active:hover,
.datepicker table tr td.range.today.active:hover,
.open > .dropdown-toggle.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today:active:focus,
.datepicker table tr td.range.today.active:focus,
.open > .dropdown-toggle.datepicker table tr td.range.today:focus,
.datepicker table tr td.range.today:active.focus,
.datepicker table tr td.range.today.active.focus,
.open > .dropdown-toggle.datepicker table tr td.range.today.focus {
  color: #000;
  background-color: #f1a925;
  border-color: #805608;
}
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today.active,
.open > .dropdown-toggle.datepicker table tr td.range.today {
  background-image: none;
}
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today.disabled:focus,
.datepicker table tr td.range.today[disabled]:focus,
fieldset[disabled] .datepicker table tr td.range.today:focus,
.datepicker table tr td.range.today.disabled.focus,
.datepicker table tr td.range.today[disabled].focus,
fieldset[disabled] .datepicker table tr td.range.today.focus {
  background-color: #f7ca77;
  border-color: #f1a417;
}
.datepicker table tr td.range.today .badge {
  color: #f7ca77;
  background-color: #000;
}
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:active {
  background: #f7ca77;
  color: #777;
}
.datepicker table tr td.selected,
.datepicker table tr td.selected.highlighted {
  color: #fff;
  background-color: #777;
  border-color: #555;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.selected:focus,
.datepicker table tr td.selected.highlighted:focus,
.datepicker table tr td.selected.focus,
.datepicker table tr td.selected.highlighted.focus {
  color: #fff;
  background-color: #5e5e5e;
  border-color: #151515;
}
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.highlighted:hover {
  color: #fff;
  background-color: #5e5e5e;
  border-color: #363636;
}
.datepicker table tr td.selected:active,
.datepicker table tr td.selected.highlighted:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected.highlighted.active,
.open > .dropdown-toggle.datepicker table tr td.selected,
.open > .dropdown-toggle.datepicker table tr td.selected.highlighted {
  color: #fff;
  background-color: #5e5e5e;
  border-color: #363636;
}
.datepicker table tr td.selected:active:hover,
.datepicker table tr td.selected.highlighted:active:hover,
.datepicker table tr td.selected.active:hover,
.datepicker table tr td.selected.highlighted.active:hover,
.open > .dropdown-toggle.datepicker table tr td.selected:hover,
.open > .dropdown-toggle.datepicker table tr td.selected.highlighted:hover,
.datepicker table tr td.selected:active:focus,
.datepicker table tr td.selected.highlighted:active:focus,
.datepicker table tr td.selected.active:focus,
.datepicker table tr td.selected.highlighted.active:focus,
.open > .dropdown-toggle.datepicker table tr td.selected:focus,
.open > .dropdown-toggle.datepicker table tr td.selected.highlighted:focus,
.datepicker table tr td.selected:active.focus,
.datepicker table tr td.selected.highlighted:active.focus,
.datepicker table tr td.selected.active.focus,
.datepicker table tr td.selected.highlighted.active.focus,
.open > .dropdown-toggle.datepicker table tr td.selected.focus,
.open > .dropdown-toggle.datepicker table tr td.selected.highlighted.focus {
  color: #fff;
  background-color: #4c4c4c;
  border-color: #151515;
}
.datepicker table tr td.selected:active,
.datepicker table tr td.selected.highlighted:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected.highlighted.active,
.open > .dropdown-toggle.datepicker table tr td.selected,
.open > .dropdown-toggle.datepicker table tr td.selected.highlighted {
  background-image: none;
}
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.highlighted.disabled:hover,
.datepicker table tr td.selected[disabled]:hover,
.datepicker table tr td.selected.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.selected:hover,
fieldset[disabled] .datepicker table tr td.selected.highlighted:hover,
.datepicker table tr td.selected.disabled:focus,
.datepicker table tr td.selected.highlighted.disabled:focus,
.datepicker table tr td.selected[disabled]:focus,
.datepicker table tr td.selected.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.selected:focus,
fieldset[disabled] .datepicker table tr td.selected.highlighted:focus,
.datepicker table tr td.selected.disabled.focus,
.datepicker table tr td.selected.highlighted.disabled.focus,
.datepicker table tr td.selected[disabled].focus,
.datepicker table tr td.selected.highlighted[disabled].focus,
fieldset[disabled] .datepicker table tr td.selected.focus,
fieldset[disabled] .datepicker table tr td.selected.highlighted.focus {
  background-color: #777;
  border-color: #555;
}
.datepicker table tr td.selected .badge,
.datepicker table tr td.selected.highlighted .badge {
  color: #777;
  background-color: #fff;
}
.datepicker table tr td.active,
.datepicker table tr td.active.highlighted {
  color: #fff;
  background-color: #008877;
  border-color: #006f61;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.active:focus,
.datepicker table tr td.active.highlighted:focus,
.datepicker table tr td.active.focus,
.datepicker table tr td.active.highlighted.focus {
  color: #fff;
  background-color: #00554a;
  border-color: #000000;
}
.datepicker table tr td.active:hover,
.datepicker table tr td.active.highlighted:hover {
  color: #fff;
  background-color: #00554a;
  border-color: #00312b;
}
.datepicker table tr td.active:active,
.datepicker table tr td.active.highlighted:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active.highlighted.active,
.open > .dropdown-toggle.datepicker table tr td.active,
.open > .dropdown-toggle.datepicker table tr td.active.highlighted {
  color: #fff;
  background-color: #00554a;
  border-color: #00312b;
}
.datepicker table tr td.active:active:hover,
.datepicker table tr td.active.highlighted:active:hover,
.datepicker table tr td.active.active:hover,
.datepicker table tr td.active.highlighted.active:hover,
.open > .dropdown-toggle.datepicker table tr td.active:hover,
.open > .dropdown-toggle.datepicker table tr td.active.highlighted:hover,
.datepicker table tr td.active:active:focus,
.datepicker table tr td.active.highlighted:active:focus,
.datepicker table tr td.active.active:focus,
.datepicker table tr td.active.highlighted.active:focus,
.open > .dropdown-toggle.datepicker table tr td.active:focus,
.open > .dropdown-toggle.datepicker table tr td.active.highlighted:focus,
.datepicker table tr td.active:active.focus,
.datepicker table tr td.active.highlighted:active.focus,
.datepicker table tr td.active.active.focus,
.datepicker table tr td.active.highlighted.active.focus,
.open > .dropdown-toggle.datepicker table tr td.active.focus,
.open > .dropdown-toggle.datepicker table tr td.active.highlighted.focus {
  color: #fff;
  background-color: #00312b;
  border-color: #000000;
}
.datepicker table tr td.active:active,
.datepicker table tr td.active.highlighted:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active.highlighted.active,
.open > .dropdown-toggle.datepicker table tr td.active,
.open > .dropdown-toggle.datepicker table tr td.active.highlighted {
  background-image: none;
}
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.highlighted.disabled:hover,
.datepicker table tr td.active[disabled]:hover,
.datepicker table tr td.active.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.active:hover,
fieldset[disabled] .datepicker table tr td.active.highlighted:hover,
.datepicker table tr td.active.disabled:focus,
.datepicker table tr td.active.highlighted.disabled:focus,
.datepicker table tr td.active[disabled]:focus,
.datepicker table tr td.active.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.active:focus,
fieldset[disabled] .datepicker table tr td.active.highlighted:focus,
.datepicker table tr td.active.disabled.focus,
.datepicker table tr td.active.highlighted.disabled.focus,
.datepicker table tr td.active[disabled].focus,
.datepicker table tr td.active.highlighted[disabled].focus,
fieldset[disabled] .datepicker table tr td.active.focus,
fieldset[disabled] .datepicker table tr td.active.highlighted.focus {
  background-color: #008877;
  border-color: #006f61;
}
.datepicker table tr td.active .badge,
.datepicker table tr td.active.highlighted .badge {
  color: #008877;
  background-color: #fff;
}
.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  border-radius: 4px;
}
.datepicker table tr td span:hover,
.datepicker table tr td span.focused {
  background: #eee;
}
.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
  background: none;
  color: #777;
  cursor: default;
}
.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
  color: #fff;
  background-color: #008877;
  border-color: #006f61;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td span.active:focus,
.datepicker table tr td span.active:hover:focus,
.datepicker table tr td span.active.disabled:focus,
.datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active.focus,
.datepicker table tr td span.active:hover.focus,
.datepicker table tr td span.active.disabled.focus,
.datepicker table tr td span.active.disabled:hover.focus {
  color: #fff;
  background-color: #00554a;
  border-color: #000000;
}
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover {
  color: #fff;
  background-color: #00554a;
  border-color: #00312b;
}
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active,
.open > .dropdown-toggle.datepicker table tr td span.active,
.open > .dropdown-toggle.datepicker table tr td span.active:hover,
.open > .dropdown-toggle.datepicker table tr td span.active.disabled,
.open > .dropdown-toggle.datepicker table tr td span.active.disabled:hover {
  color: #fff;
  background-color: #00554a;
  border-color: #00312b;
}
.datepicker table tr td span.active:active:hover,
.datepicker table tr td span.active:hover:active:hover,
.datepicker table tr td span.active.disabled:active:hover,
.datepicker table tr td span.active.disabled:hover:active:hover,
.datepicker table tr td span.active.active:hover,
.datepicker table tr td span.active:hover.active:hover,
.datepicker table tr td span.active.disabled.active:hover,
.datepicker table tr td span.active.disabled:hover.active:hover,
.open > .dropdown-toggle.datepicker table tr td span.active:hover,
.open > .dropdown-toggle.datepicker table tr td span.active:hover:hover,
.open > .dropdown-toggle.datepicker table tr td span.active.disabled:hover,
.open > .dropdown-toggle.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active:active:focus,
.datepicker table tr td span.active:hover:active:focus,
.datepicker table tr td span.active.disabled:active:focus,
.datepicker table tr td span.active.disabled:hover:active:focus,
.datepicker table tr td span.active.active:focus,
.datepicker table tr td span.active:hover.active:focus,
.datepicker table tr td span.active.disabled.active:focus,
.datepicker table tr td span.active.disabled:hover.active:focus,
.open > .dropdown-toggle.datepicker table tr td span.active:focus,
.open > .dropdown-toggle.datepicker table tr td span.active:hover:focus,
.open > .dropdown-toggle.datepicker table tr td span.active.disabled:focus,
.open > .dropdown-toggle.datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active:active.focus,
.datepicker table tr td span.active:hover:active.focus,
.datepicker table tr td span.active.disabled:active.focus,
.datepicker table tr td span.active.disabled:hover:active.focus,
.datepicker table tr td span.active.active.focus,
.datepicker table tr td span.active:hover.active.focus,
.datepicker table tr td span.active.disabled.active.focus,
.datepicker table tr td span.active.disabled:hover.active.focus,
.open > .dropdown-toggle.datepicker table tr td span.active.focus,
.open > .dropdown-toggle.datepicker table tr td span.active:hover.focus,
.open > .dropdown-toggle.datepicker table tr td span.active.disabled.focus,
.open > .dropdown-toggle.datepicker table tr td span.active.disabled:hover.focus {
  color: #fff;
  background-color: #00312b;
  border-color: #000000;
}
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active,
.open > .dropdown-toggle.datepicker table tr td span.active,
.open > .dropdown-toggle.datepicker table tr td span.active:hover,
.open > .dropdown-toggle.datepicker table tr td span.active.disabled,
.open > .dropdown-toggle.datepicker table tr td span.active.disabled:hover {
  background-image: none;
}
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active:hover.disabled:hover,
.datepicker table tr td span.active.disabled.disabled:hover,
.datepicker table tr td span.active.disabled:hover.disabled:hover,
.datepicker table tr td span.active[disabled]:hover,
.datepicker table tr td span.active:hover[disabled]:hover,
.datepicker table tr td span.active.disabled[disabled]:hover,
.datepicker table tr td span.active.disabled:hover[disabled]:hover,
fieldset[disabled] .datepicker table tr td span.active:hover,
fieldset[disabled] .datepicker table tr td span.active:hover:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active.disabled:focus,
.datepicker table tr td span.active:hover.disabled:focus,
.datepicker table tr td span.active.disabled.disabled:focus,
.datepicker table tr td span.active.disabled:hover.disabled:focus,
.datepicker table tr td span.active[disabled]:focus,
.datepicker table tr td span.active:hover[disabled]:focus,
.datepicker table tr td span.active.disabled[disabled]:focus,
.datepicker table tr td span.active.disabled:hover[disabled]:focus,
fieldset[disabled] .datepicker table tr td span.active:focus,
fieldset[disabled] .datepicker table tr td span.active:hover:focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active.disabled.focus,
.datepicker table tr td span.active:hover.disabled.focus,
.datepicker table tr td span.active.disabled.disabled.focus,
.datepicker table tr td span.active.disabled:hover.disabled.focus,
.datepicker table tr td span.active[disabled].focus,
.datepicker table tr td span.active:hover[disabled].focus,
.datepicker table tr td span.active.disabled[disabled].focus,
.datepicker table tr td span.active.disabled:hover[disabled].focus,
fieldset[disabled] .datepicker table tr td span.active.focus,
fieldset[disabled] .datepicker table tr td span.active:hover.focus,
fieldset[disabled] .datepicker table tr td span.active.disabled.focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover.focus {
  background-color: #008877;
  border-color: #006f61;
}
.datepicker table tr td span.active .badge,
.datepicker table tr td span.active:hover .badge,
.datepicker table tr td span.active.disabled .badge,
.datepicker table tr td span.active.disabled:hover .badge {
  color: #008877;
  background-color: #fff;
}
.datepicker table tr td span.old,
.datepicker table tr td span.new {
  color: #777;
}
.datepicker .datepicker-switch {
  width: 145px;
}
.datepicker .datepicker-switch,
.datepicker .prev,
.datepicker .next,
.datepicker tfoot tr th {
  cursor: pointer;
}
.datepicker .datepicker-switch:hover,
.datepicker .prev:hover,
.datepicker .next:hover,
.datepicker tfoot tr th:hover {
  background: #eee;
}
.datepicker .prev.disabled,
.datepicker .next.disabled {
  visibility: hidden;
}
.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle;
}
.input-group.date .input-group-addon {
  cursor: pointer;
}
.input-daterange {
  width: 100%;
}
.input-daterange input {
  text-align: center;
}
.input-daterange input:first-child {
  border-radius: 3px 0 0 3px;
}
.input-daterange input:last-child {
  border-radius: 0 3px 3px 0;
}
.input-daterange .input-group-addon {
  width: auto;
  min-width: 16px;
  padding: 4px 5px;
  line-height: 1.42857143;
  text-shadow: 0 1px 0 #fff;
  border-width: 1px 0;
  margin-left: -5px;
  margin-right: -5px;
}
/*
   Animation example, for spinners
*/
.animate-spin {
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
  display: inline-block;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-ms-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.adv-group {
  margin: 1em 1em 1em 0;
  padding: 2em;
}
@media (max-width: 767px) {
  .adv-group .margin_Bottom {
    margin-bottom: 25px;
  }
}
.adv-group .boolBelow {
  margin-top: 25px;
}
@media (max-width: 767px) {
  .adv-group .boolBelow .help-bool {
    margin-left: 15px;
  }
}
.grouped-fields {
  border-color: #919191 !important;
  border-style: solid;
  border-width: 1px 1px 1px 0;
}
fieldset.well {
  margin-right: 1em;
}
.adv-group-match div.form-group label {
  padding-right: 0;
}
.group-join-container {
  border-left: 1px solid #919191;
  border-right: 1px solid #919191;
  border-bottom: 1px solid #919191;
  margin-right: 14px;
  margin-bottom: 20px;
}
.group-join-container > div {
  background-color: #fff;
  display: inline;
  position: relative;
  top: 17px;
  padding: 0 5px;
}
#groupPlaceHolder {
  padding-left: 44px;
}
.search_place_holder {
  margin: 0.2em 0 0;
}
@media only screen and (min-width: 768px) {
  .search_place_holder {
    margin: 1em 0 0;
  }
}
/**
 * Media Queries (Bootstrap 3 Mobile First)
 */
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #fff;
}
.text-unknown {
  color: #aaaaaa;
}
a.text-unknown:hover,
a.text-unknown:focus {
  color: #919191;
}
/* begin of themes/hebisbs3/less/hds.less */
* {
  /* noto-sans-jp-regular - latin */
  /* noto-sans-jp-300 - latin */
  /* noto-sans-jp-500 - latin */
  /* noto-sans-jp-700 - latin */
  font-family: "Noto Sans JP", sans-serif;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  src: url('../../hebisbs3/font/noto-sans-jp-v28-latin-regular.eot');
  /* IE9 Compat Modes */
  src: local(''), url('../../hebisbs3/font/noto-sans-jp-v28-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../../hebisbs3/font/noto-sans-jp-v28-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */ url('../../hebisbs3/font/noto-sans-jp-v28-latin-regular.woff') format('woff'), /* Modern Browsers */ url('../../hebisbs3/font/noto-sans-jp-v28-latin-regular.svg#NotoSansJP') format('svg');
  /* Legacy iOS */
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 300;
  src: url('../../hebisbs3/font/noto-sans-jp-v28-latin-300.eot');
  /* IE9 Compat Modes */
  src: local(''), url('../../hebisbs3/font/noto-sans-jp-v28-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../../hebisbs3/font/noto-sans-jp-v28-latin-300.woff2') format('woff2'), /* Super Modern Browsers */ url('../../hebisbs3/font/noto-sans-jp-v28-latin-300.woff') format('woff'), /* Modern Browsers */ url('../../hebisbs3/font/noto-sans-jp-v28-latin-300.svg#NotoSansJP') format('svg');
  /* Legacy iOS */
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 500;
  src: url('../../hebisbs3/font/noto-sans-jp-v28-latin-500.eot');
  /* IE9 Compat Modes */
  src: local(''), url('../../hebisbs3/font/noto-sans-jp-v28-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../../hebisbs3/font/noto-sans-jp-v28-latin-500.woff2') format('woff2'), /* Super Modern Browsers */ url('../../hebisbs3/font/noto-sans-jp-v28-latin-500.woff') format('woff'), /* Modern Browsers */ url('../../hebisbs3/font/noto-sans-jp-v28-latin-500.svg#NotoSansJP') format('svg');
  /* Legacy iOS */
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  src: url('../../hebisbs3/font/noto-sans-jp-v28-latin-700.eot');
  /* IE9 Compat Modes */
  src: local(''), url('../../hebisbs3/font/noto-sans-jp-v28-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../../hebisbs3/font/noto-sans-jp-v28-latin-700.woff2') format('woff2'), /* Super Modern Browsers */ url('../../hebisbs3/font/noto-sans-jp-v28-latin-700.woff') format('woff'), /* Modern Browsers */ url('../../hebisbs3/font/noto-sans-jp-v28-latin-700.svg#NotoSansJP') format('svg');
  /* Legacy iOS */
}
/* Seitenhintergrund */
html {
  background-color: #008877;
}
body {
  background-color: #fff;
}
/* Basis-Schriftgröße */
body {
  font-size: 14px;
}
/* Headlines */
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  line-height: 1.4;
  margin-bottom: 0.5em;
}
/* Text */
p {
  margin: 0 0 10px;
}
.mainbody {
  z-index: 1;
}
.mainbody #custom_text_below_search_result {
  position: relative;
  left: -1px;
}
/* Container */
.container.header-main {
  border: 1px solid #b3b3b3;
  border-bottom-width: 0;
}
.container.navbar {
  border-style: solid !important;
  border-color: #b3b3b3 !important;
  border-width: 0 1px !important;
  margin-bottom: 0;
}
.container.navbar > .row {
  padding-bottom: 0;
}
.inner-container {
  padding: 0 15px;
}
#main-content {
  padding-top: 15px;
  padding-bottom: 15px;
}
#main-content > .container {
  background-color: #fff;
  border: none;
}
#main-content .container-inner {
  padding: 5px !important;
}
.container.nav-bar {
  padding: 5px !important;
}
@media only screen and (min-width: 768px) {
  .container.navbar {
    border: none;
    padding: 0;
  }
}
@media only screen and (min-width: 992px) {
  #main-content > .container {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  #main-content > .container .container-inner {
    background-color: #fff;
    padding: 20px;
    border-radius: 6px;
  }
}
/* Cancel Icon Container */
.cancel-icon-container {
  display: block;
  width: 3em;
  float: right;
  position: relative;
  top: -1em;
  right: -2.5em;
  font-size: 2em;
  height: 33px;
  /* color: lighten(@gray, 30%);*/
}
/* Jumbotron (Home) */
section.content .jumbotron {
  margin: 0;
}
/* Breadcrumb / Pfad */
.breadcrumb-area {
  margin-top: 10px;
  margin-bottom: 15px;
}
.breadcrumb-area > .container {
  background-color: #fff;
}
.breadcrumb-area > .container .breadcrumb {
  padding: 8px 0;
  margin-bottom: 0;
  background-color: transparent;
  border: none;
}
.breadcrumb-area > .container .breadcrumb .active {
  color: #555;
}
@media only screen and (min-width: 768px) {
  .breadcrumb-area {
    margin-top: 0;
  }
}
@media only screen and (min-width: 992px) {
  .breadcrumb-area {
    margin-bottom: 0;
  }
}
/* Legende */
legend {
  padding-bottom: 5px;
}
/* NavTabs */
.nav.nav-tabs {
  padding-left: 15px;
  padding-right: 15px;
}
.nav-tabs > li > a.error_alert {
  color: red;
}
.nav-tabs > li > a.error_alert:hover,
.nav-tabs > li > a.error_alert:focus {
  color: red;
}
.nav-tabs > li > a {
  background-color: #f7f7f7;
}
.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
  color: #008877;
  background-color: rgba(0, 136, 119, 0.1);
}
/* Links */
a {
  word-break: break-word;
}
a:hover {
  text-decoration: underline !important;
}
.record-details {
  word-break: break-word;
}
/* Buttons */
.btn:active {
  box-shadow: none;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
}
.btn.btn-primary {
  background-color: #008877;
}
.btn.btn-primary:hover {
  background-color: #006f61;
}
.btn-default {
  box-shadow: none !important;
}
.btn-default:hover {
  background-color: rgba(0, 136, 119, 0.1) !important;
}
.btn-default:focus {
  color: white;
  background-color: #008877 !important;
  border-color: #008877;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover {
  color: #008877;
  background-color: rgba(0, 136, 119, 0.1);
  border-color: #008877;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: white;
  background-color: white;
  border-color: #008877;
}
.dropdown-toggle:focus {
  outline: auto;
}
/* Dropdowns */
.dropdown-menu {
  padding: 0;
}
.dropdown-menu > li > a {
  display: block;
  padding: 5px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
  cursor: pointer;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #008877;
  background-color: rgba(0, 136, 119, 0.1);
  border-color: #008877;
}
/* Labels */
.label {
  display: inline-block;
  margin-right: 5px;
  padding: 0.4em 0.6em;
  font-size: 12px;
  cursor: default;
  border-radius: 0.4em !important;
}
.label a {
  display: inline-block;
  margin: -0.4em -0.6em;
  padding: 0.4em 0.4em;
}
.label.label-default .label-no-link {
  color: #333;
}
.label.label-info {
  color: #333;
  background-color: rgba(179, 179, 179, 0.5);
  font-weight: bold;
}
.label.text-default {
  color: #333;
}
.label.text-success {
  color: #3c763d;
}
.label.text-danger {
  color: #a94442;
}
.label.label-link {
  text-align: left;
  white-space: normal;
}
.label.label-subject {
  background-color: #5e5e5e;
  color: #555;
  font-weight: normal;
  background-color: #eee;
}
.label.label-subject[href]:hover,
.label.label-subject[href]:focus {
  background-color: #444444;
}
.label.label-availability {
  display: inline-block;
  padding: 0;
}
.label.label-availability.availability-group {
  color: #333;
  white-space: normal;
  line-height: 1.5;
  text-align: left;
}
.label.label-availability.availability-group .text-default,
.label.label-availability.availability-group .text-success,
.label.label-availability.availability-group .text-danger,
.label.label-availability.availability-group .text-warning,
.label.label-availability.availability-group .text-unknown {
  margin-left: 5px;
  margin-right: 5px;
  display: inline-block;
}
.label.label-availability.availability-group .text-default:first-child,
.label.label-availability.availability-group .text-success:first-child,
.label.label-availability.availability-group .text-danger:first-child,
.label.label-availability.availability-group .text-warning:first-child,
.label.label-availability.availability-group .text-unknown:first-child {
  margin-left: 0;
}
.label.label-availability.availability-group .text-default:last-child,
.label.label-availability.availability-group .text-success:last-child,
.label.label-availability.availability-group .text-danger:last-child,
.label.label-availability.availability-group .text-warning:last-child,
.label.label-availability.availability-group .text-unknown:last-child {
  margin-right: 0;
}
.label.label-availability.label-default,
.label.label-availability.text-default,
.label.label-availability.availability-group .text-default {
  background-color: initial     !important;
  color: #008877 !important;
  font-weight: normal;
  font-size: 12px;
  padding: 0;
}
.label.label-availability.label-default:before,
.label.label-availability.text-default:before,
.label.label-availability.availability-group .text-default:before {
  font-family: "vufind-hds";
  font-size: 16px;
  font-weight: 300;
  vertical-align: middle;
  content: '\e88b';
  display: inline-block;
  margin-right: 6px;
  margin-top: -1px;
  color: #999;
}
.label.label-availability.label-no-link,
.label.label-availability.text-no-link,
.label.label-availability.availability-group .text-no-link {
  background-color: initial                         !important;
  color: #ae1914 !important;
  font-size: 12px;
}
.label.label-availability.label-no-link:before,
.label.label-availability.text-no-link:before,
.label.label-availability.availability-group .text-no-link:before {
  font-family: "vufind-hds";
  font-size: 16px;
  font-weight: 300;
  vertical-align: middle;
  content: '\e8e3';
  display: inline-block;
  margin-right: 6px;
  margin-top: -1px;
}
.label.label-availability.label-success,
.label.label-availability.text-success,
.label.label-availability.availability-group .text-success {
  background-color: initial                       !important;
  color: #2b9d2b !important;
  font-size: 12px;
}
.label.label-availability.label-success:before,
.label.label-availability.text-success:before,
.label.label-availability.availability-group .text-success:before {
  font-family: "vufind-hds";
  font-size: 16px;
  font-weight: normal;
  vertical-align: middle;
  content: '\e8e0';
  display: inline-block;
  margin-right: 6px;
  margin-top: -1px;
}
.label.label-availability.label-warning,
.label.label-availability.text-warning,
.label.label-availability.availability-group .text-warning {
  background-color: initial                        !important;
  color: #d99005 !important;
  font-size: 12px;
}
.label.label-availability.label-warning:before,
.label.label-availability.text-warning:before,
.label.label-availability.availability-group .text-warning:before {
  font-family: "vufind-hds";
  font-size: 16px;
  font-weight: 300;
  vertical-align: middle;
  content: '\e8e0';
  display: inline-block;
  margin-right: 6px;
  margin-top: -1px;
}
.label.label-availability.label-danger,
.label.label-availability.text-danger,
.label.label-availability.availability-group .text-danger {
  background-color: initial                         !important;
  color: #ae1914 !important;
  font-size: 12px;
}
.label.label-availability.label-danger:before,
.label.label-availability.text-danger:before,
.label.label-availability.availability-group .text-danger:before {
  font-family: "vufind-hds";
  font-size: 16px;
  font-weight: 300;
  vertical-align: middle;
  content: '\e8e3';
  display: inline-block;
  margin-right: 6px;
  margin-top: -1px;
}
.label.label-availability.label-unknown,
.label.label-availability.text-unknown,
.label.label-availability.availability-group .text-unknown {
  background-color: initial     !important;
  color: darkgray;
}
.label.label-availability.label-unknown:before,
.label.label-availability.text-unknown:before,
.label.label-availability.availability-group .text-unknown:before {
  font-family: "vufind-hds";
  font-size: 16px;
  font-weight: normal;
  vertical-align: middle;
  content: '\e808';
  display: inline-block;
  margin-right: 6px;
  margin-top: -1px;
}
/* Statuszeile / Verfügbarkeit */
.check-availability {
  position: relative;
  border: 1px solid #e0e0e0;
  padding: 10px 10px 6px 10px;
  margin-top: 1em;
  margin-bottom: 1em;
}
.fullAvailability > p {
  margin-bottom: 0;
}
/* Highlight */
.highlight {
  background-color: lightgoldenrodyellow;
}
/* Formulare */
form {
  /* Horizontale Formulare immer mit linksbündigen Labels */
  /* Schatten aus Formularen entfernen */
  /* Ungewollten Schatten in Textfeldern entfernen (iOS) */
  /* Fehler */
}
form.form-horizontal .control-label {
  text-align: left;
}
form .form-control {
  box-shadow: none !important;
}
form input[type=text] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
form .input-error {
  border-color: red;
}
/* Tabellen */
table {
  /* Gestreifte Tabellen (gleicher Style, wie die mit DIVs nachgebauten responsive Tabellen) */
  /* Schmale Tabellen */
}
table.table.table-striped {
  border-bottom: 0;
}
table.table.table-striped > tbody > tr:nth-of-type(2n+1) {
  background-color: rgba(224, 224, 224, 0.35);
}
table.table.table-striped > thead > tr > th,
table.table.table-striped > tbody > tr > th,
table.table.table-striped > tfoot > tr > th,
table.table.table-striped > thead > tr > td,
table.table.table-striped > tbody > tr > td,
table.table.table-striped > tfoot > tr > td {
  padding: 8px 15px 9px;
  border-top: 0;
}
table.table-condensed {
  width: 100%;
}
table.table-condensed tr {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  border-bottom: 1px solid rgba(224, 224, 224, 0.6);
}
table.table-condensed tr:nth-child(2n) {
  background-color: #777;
}
table.table-condensed tr:nth-child(2n+1) {
  background-color: #848484;
}
table.table-condensed > thead > tr > th,
table.table-condensed > tbody > tr > th,
table.table-condensed > tfoot > tr > th,
table.table-condensed > thead > tr > td,
table.table-condensed > tbody > tr > td,
table.table-condensed > tfoot > tr > td {
  padding: 5px;
}
/* Header */
header .header-top {
  background-color: #008877;
  color: #fff;
}
header .header-bottom {
  background-color: #E5F5F2;
  color: #333;
  padding-top: 5px;
  padding-bottom: 5px;
}
/* Navigation */
.header-top .navbar-brand a {
  color: #fff;
}
.header-top .navbar-brand a:hover,
.header-top .navbar-brand a:focus {
  color: #fff;
}
.header-top .navbar-toggle {
  margin-top: 6px;
  margin-bottom: 6px;
  margin-right: 0;
  color: #fff;
}
.navbar-collapse {
  box-shadow: none;
}
.navbar-collapse .navbar-brand a {
  color: #ffffff;
}
.navbar-collapse .navbar-brand a:hover,
.navbar-collapse .navbar-brand a:focus {
  color: #ecf0f1;
  background-color: #00a18d;
}
.navbar-collapse .navbar-text {
  color: #ffffff;
}
.navbar-collapse .navbar-link {
  color: #ffffff;
}
.navbar-collapse .navbar-link:hover {
  color: #ecf0f1;
  background-color: #00a18d;
}
.navbar-collapse .navbar-nav > li > a {
  color: #fff;
}
.navbar-collapse .navbar-nav > li > a:hover,
.navbar-collapse .navbar-nav > li > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #00554a;
}
.navbar-collapse .navbar-nav > .active > a,
.navbar-collapse .navbar-nav > .active > a:hover,
.navbar-collapse .navbar-nav > .active > a:focus {
  color: #ecf0f1;
  background-color: #00a18d;
}
.navbar-collapse .navbar-nav > .open > a,
.navbar-collapse .navbar-nav > .open > a:hover,
.navbar-collapse .navbar-nav > .open > a:focus {
  color: #ecf0f1;
  background-color: #00a18d;
}
.navbar-collapse .navbar-nav > .open .dropdown-menu {
  background-color: #fff;
}
/* Callout (evtl. nicht mehr benötigt) */
.bs-callout {
  padding: 10px 20px;
  margin: 10px 0;
  border: 1px solid #777;
  border-left-width: 5px;
  border-radius: 3px;
}
.bs-callout table {
  margin-bottom: 0;
}
.bs-callout-info {
  border-left-color: #5bc0de;
}
.footer-bottom .footer-right h8 {
  display: block;
  text-align: left;
  font-size: 70%;
}
html.resultNumber-rtl .dropdown-menu,
html.html-rtl .dropdown-menu {
  right: auto !important;
  left: 0 !important;
}
html.resultNumber-rtl .search-controls .min-year .minmax,
html.html-rtl .search-controls .min-year .minmax {
  text-align: left;
}
html.resultNumber-rtl .search-controls .max-year .minmax,
html.html-rtl .search-controls .max-year .minmax {
  text-align: right;
}
html.resultNumber-rtl .result-list .result-list-item .title-thumb,
html.html-rtl .result-list .result-list-item .title-thumb {
  float: left;
}
.pub-date-vis-ajax .min-year {
  padding-left: 0;
  padding-right: 0;
}
.pub-date-vis-ajax .min-year .minmax {
  text-align: right;
}
.pub-date-vis-ajax .max-year {
  padding-left: 0;
  padding-right: 0;
}
.pub-date-vis-ajax .max-year .minmax {
  text-align: left;
}
/* Advanced Search */
.link-adv-search {
  color: #fff;
}
.link-adv-search a {
  color: #fff;
}
@media (min-width: 768px) {
  .link-adv-search {
    line-height: 24px;
    padding: 8px 0;
    margin: 10px 0;
    text-align: left;
  }
}
/* Mobile Logo */
.navbar-brand span {
  width: 110px;
  height: 34px;
}
.result-list a:visited {
  color: #80355b;
}
.result-list a:focus {
  color: #01c5aa;
  text-decoration: none;
}
.result-list a:hover {
  color: #01c5aa;
}
span.toggleContainer .toggle {
  display: none;
}
span.toggleContainer .toggle ~ span {
  opacity: 0;
  max-height: 0;
  font-size: 0;
  transition: 0.25s ease;
}
span.toggleContainer .toggle ~ span br {
  display: none;
}
span.toggleContainer .toggle:checked ~ span {
  opacity: 1;
  font-size: inherit;
  max-height: 300px;
}
span.toggleContainer .toggle:checked ~ span br {
  display: inline;
}
span.toggleContainer label {
  display: inline-block;
  font-size: 80%;
  color: #008877;
  cursor: pointer;
}
.copyRight {
  color: white;
  background-color: #008877;
  text-align: center;
  padding: 10px;
  font-size: 0.9em;
  font-weight: 500;
}
.copyRight a:hover {
  text-decoration: none !important;
}
@media only screen and (max-width: 479px) {
  header .header-bottom #searchForm #inputGrpSearchBox #langkeyboard,
  header .header-bottom #searchForm #inputGrpSearchBox .dropdown-toggle {
    border-right: 1px solid #008877;
  }
}
header .header-bottom #searchForm #fieldSelection.xxs button {
  border: 1px solid #008877;
}
header .header-bottom > .container {
  background-color: #E5F5F2;
}
header #searchForm #search_button.xxs {
  background-color: #008877;
  border-color: #008877;
}
header #searchForm #search_button.xxs:hover {
  background-color: #006f61;
  border-color: #008877;
}
#searchForm {
  margin-top: 8px;
  margin-bottom: 0;
}
#searchForm #search-tabs {
  border-bottom: none;
}
#searchForm #search-tabs > li > a {
  color: #333;
  background-color: #eee;
  border-top-color: #d1d1d1;
  border-left-color: #d1d1d1;
  border-right-color: #d1d1d1;
  border-radius: 0;
  font-size: 12px;
  padding: 5px 10px;
  cursor: pointer;
}
#searchForm #search-tabs > li > a:hover,
#searchForm #search-tabs > li > a:active,
#searchForm #search-tabs > li > a:focus {
  background-color: #e1e1e1;
}
#searchForm #search-tabs > li.active > a {
  color: #fff !important;
  background-color: #008877 !important;
  border-top-color: #008877 !important;
  border-left-color: #008877 !important;
  border-right-color: #008877 !important;
}
#searchForm .btn-link {
  padding-left: 0;
  color: #008877;
  text-decoration: none;
  font-size: 12px;
  line-height: 1.2;
}
#searchForm .btn-link:hover {
  color: #003c34;
  text-decoration: underline;
}
#searchForm label {
  color: #333;
  font-size: 12px;
  line-height: 1.2;
}
#searchForm #inputGrpSearchBox {
  display: flex;
}
#searchForm #inputGrpSearchBox .search-query {
  background-color: #fff;
  color: #333;
  border-top: 1px solid #008877;
  border-bottom: 1px solid #008877;
  border-left: 1px solid #008877;
  border-right: 0;
  border-radius: 0;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
}
#searchForm #inputGrpSearchBox .dropdown .dropdown-toggle {
  padding-left: 2px;
  padding-right: 10px;
  background-color: #fff;
  color: #333;
  border-top: 1px solid #008877;
  border-bottom: 1px solid #008877;
  border-left: 0;
  border-right: 0;
  border-radius: 0;
}
#searchForm #inputGrpSearchBox .dropdown .dropdown-menu {
  right: 0;
  left: auto;
  padding: 0;
}
#searchForm #inputGrpSearchBox .dropdown .dropdown-menu a:hover {
  background-color: rgba(0, 136, 119, 0.1);
  color: #003c34;
}
#searchForm #inputGrpSearchBox .keyboard-dropdown {
  background: white;
}
#searchForm #inputGrpSearchBox button {
  background-color: #008877;
  color: #fff;
  border-top: 1px solid #008877;
  border-bottom: 1px solid #008877;
  border-right: 1px solid #008877;
  border-left: 0;
  border-radius: 0;
}
#searchForm #inputGrpSearchBox button:hover,
#searchForm #inputGrpSearchBox button:focus,
#searchForm #inputGrpSearchBox button:active {
  background-color: #006f61;
  color: #fff;
  border-top: 1px solid #006f61;
  border-bottom: 1px solid #006f61;
  border-right: 1px solid #006f61;
}
#searchForm #fieldSelection {
  background: white;
}
#searchForm #fieldSelection.xxs {
  display: block;
  background: none;
}
#searchForm #fieldSelection.xxs button {
  width: 100%;
  color: black;
  background-color: white;
}
#searchForm #fieldSelection.xxs button #selected-handler {
  float: left;
}
#searchForm #fieldSelection.xxs button .caret {
  float: right;
  position: relative;
  top: 10px;
}
#searchForm #search_button #search_button_text {
  display: none;
}
#searchForm #search_button.xxs {
  margin-right: 15px;
}
#searchForm #search_button.xxs #search_button_text {
  display: inline;
}
#searchForm #indent_button_grp_no2 {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
#searchForm #indent_button_grp_no2 #advancedAndHistoryAndKeepFilters {
  display: inline-flex;
  flex-wrap: wrap;
  margin-bottom: 7px;
  position: relative;
  top: 3px;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 0;
}
#searchForm #indent_button_grp_no2 #advancedAndHistoryAndKeepFilters #searchFormKeepFilters {
  display: inline;
  margin: 0;
  position: relative;
  top: 1px;
  padding: 3px 0;
}
footer {
  color: black;
  font-weight: lighter;
  letter-spacing: 1px;
}
footer a {
  color: #fff;
  line-height: 1.5em;
  text-decoration: none;
}
footer a:active,
footer a:hover,
footer a:focus {
  color: #fff;
  text-decoration: underline;
}
footer hr {
  margin: 0.5em 0;
  border: 1px solid #6e6e6e;
}
footer h3 {
  font-weight: lighter;
  margin-bottom: 0;
}
footer .footer-top {
  border-top: 1px solid #008877;
  font-weight: normal;
  letter-spacing: 0;
  font-size: 1em;
  background-color: #E5F5F2;
  padding: 45px 0 35px;
}
footer .footer-top .logo {
  height: auto;
  max-width: 200px;
}
@media only screen and (min-width: 992px) {
  footer .footer-top .logo {
    max-width: 70%;
  }
}
footer .footer-top h3 {
  margin-top: 0;
  font-weight: normal;
  letter-spacing: 1px;
  font-size: 1.15em;
  color: black;
  text-transform: uppercase;
  padding-bottom: 0.5em;
  margin-bottom: 1em;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
footer .footer-top ul {
  list-style: none;
  padding-left: 0;
}
footer .footer-top ul li {
  padding: 2px 0;
}
footer .footer-top ul.bullets {
  margin-left: 0.75em;
}
footer .footer-top ul.bullets li:before {
  content: "\2022";
  display: inline-block;
  width: 0.75em;
  margin-left: -0.75em;
  vertical-align: text-top;
}
footer .footer-top ul.icons [class^="hds-icon-"] {
  color: #008877;
}
footer .footer-top a {
  color: #003C34;
}
footer .footer-bottom {
  color: black;
  background-color: #008877;
}
footer .footer-bottom .footer-logo-left {
  position: relative;
  top: 15px;
}
@media (max-width: 767px) {
  footer .footer-bottom .footer-logo-left {
    display: block;
    text-align: center;
  }
}
footer .footer-bottom .powered-by-hebis,
footer .footer-bottom .powered-by-hebis-inverted {
  text-align: right;
  top: 8px;
}
footer .footer-bottom .powered-by-hebis *,
footer .footer-bottom .powered-by-hebis-inverted * {
  display: inline-block;
  vertical-align: middle;
  float: none;
}
footer .footer-bottom .powered-by-hebis .hebis,
footer .footer-bottom .powered-by-hebis-inverted .hebis,
footer .footer-bottom .powered-by-hebis .hebis-inverted,
footer .footer-bottom .powered-by-hebis-inverted .hebis-inverted {
  text-decoration: none;
}
footer .footer-bottom .powered-by-hebis .hebis span,
footer .footer-bottom .powered-by-hebis-inverted .hebis span,
footer .footer-bottom .powered-by-hebis .hebis-inverted span,
footer .footer-bottom .powered-by-hebis-inverted .hebis-inverted span {
  width: 150px;
  height: 75px;
  opacity: 0.8;
}
footer .footer-bottom .powered-by-hebis .hebis img,
footer .footer-bottom .powered-by-hebis-inverted .hebis img,
footer .footer-bottom .powered-by-hebis .hebis-inverted img,
footer .footer-bottom .powered-by-hebis-inverted .hebis-inverted img {
  width: 150px;
}
footer li {
  display: block;
}
footer li > div {
  display: block;
  padding: 0.5em 1em;
}
footer li:nth-child(odd) > div {
  background-color: #f5f5f5;
}
footer li:nth-child(even) > div {
  background-color: #fcfcfc;
}
footer .expired {
  color: dimgray;
}
div.toc {
  margin-top: 2em;
}
div.toc ul {
  padding: 0;
}
div.toc ul li {
  display: block;
  padding: 0.5em;
  background-color: #eee;
}
div.toc ul li:nth-child(odd) {
  background-color: #f9f9f9;
}
a:hover {
  text-decoration: none;
}
.sp-info {
  padding-right: 1.5em;
  font-size: 12px;
  color: rgba(136, 136, 136, 0.96);
}
#provenance-panel {
  margin-bottom: 0;
}
#provenance-title {
  font-size: 14px;
}
.retro-card-popups > .popover {
  max-width: 600px;
}
.retro-card {
  max-width: 600px;
}
/* Sticky Header / Navbar */
.big-logo-1 span {
  height: 80px;
}
.logo .sticky-logo {
  display: none;
}
.sticky {
  position: fixed;
  left: 0;
}
.sticky .logo span {
  height: 34px;
  margin-top: 6px;
}
.sticky .logo .normal-logo {
  display: none;
}
.sticky .logo .sticky-logo {
  display: inline;
}
.sticky-gap-filler {
  height: 1px;
}
.sticky .sticky-hide {
  display: none !important;
}
/* Autocomplete */
.autocomplete-results {
  position: fixed;
  z-index: 1000000;
  background-color: #fff;
  /* popovers with "container: body" are placed (in the DOM) inside of the body, but behind the autocomplete-results: */
}
.autocomplete-results > div {
  background-color: #fff;
  border: 1px solid #ddd;
  padding: 0;
}
.autocomplete-results .item {
  line-height: 1.5;
  padding: 3px 12px 4px;
}
.autocomplete-results .item.selected,
.autocomplete-results .item:hover {
  background-color: lightgoldenrodyellow !important;
}
.autocomplete-results .item:hover {
  cursor: pointer;
}
.autocomplete-results ~ .popover {
  max-width: 300px;
}
/* Filter beibehalten */
div.row.keep-filter div.checkbox {
  padding-left: 50px;
}
/* Leiste über den Suchergebnissen */
.search-controls {
  font-size: 12px;
  margin-left: 0;
  margin-right: 0;
  line-height: 36px;
  background-color: transparent;
  border: 0;
  padding: 0;
}
.search-controls .control-input {
  padding-top: 0;
}
.search-controls .form-group {
  margin-bottom: 0 !important;
}
.search-controls > .col-sm-6:first-child {
  padding-left: 0;
}
.search-controls .checkboxFilter {
  vertical-align: middle;
}
.search-controls .checkboxFilter strong {
  vertical-align: middle;
}
.search-controls .clearfix,
.search-controls .dl-horizontal dd,
.search-controls .container,
.search-controls .container-fluid,
.search-controls .row,
.search-controls .form-horizontal .form-group,
.search-controls .btn-toolbar,
.search-controls .btn-group-vertical > .btn-group,
.search-controls .nav,
.search-controls .navbar,
.search-controls .navbar-header,
.search-controls .navbar-collapse,
.search-controls .pager,
.search-controls .panel-body,
.search-controls .modal-header,
.search-controls .modal-footer {
  border: 0 !important;
}
.search-controls .jumpMenu {
  margin-left: 10px;
}
.search-controls .sort-order {
  text-align: left;
}
.search-controls .sort-order .form-group {
  float: none;
}
.search-controls .keep-facet-filters label {
  font-weight: normal;
}
.search-controls .keep-facet-filters label .searchFormKeepFilters {
  margin-right: 3px;
}
@media only screen and (min-width: 1200px) {
  .search-controls {
    margin-left: -15px;
    margin-right: -15px;
  }
}
/* Suchwerkzeuge unter den Suchergebnissen */
.searchtools {
  margin-bottom: 0;
}
/* Pager */
.pager li > span,
.pager li > a {
  border-width: 1px;
  border-radius: 0;
  margin: 0;
  padding: 5px;
}
/* Paginierung und .num-results und .sort-order */
.pagination {
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: 15px;
}
@media only screen and (min-width: 1200px) {
  .pagination {
    margin-left: 0;
  }
}
.pagination .hds-icon:before {
  margin: 0;
  font-size: 12px;
}
.pagination > li > a,
.pagination > li > span {
  border: 1px solid #e0e0e0;
  background-color: transparent;
  color: #008877;
}
.pagination > li > a:hover,
.pagination > li > span:hover {
  background-color: rgba(0, 136, 119, 0.1);
  color: #003c34;
}
.my-list > .pagination {
  position: relative;
  left: -20px;
}
@media only screen and (min-width: 768px) {
  .my-list > .pagination {
    left: -25px;
  }
}
@media only screen and (min-width: 1200px) {
  .my-list > .pagination {
    left: -10px;
  }
}
.my-list .num-results {
  padding-left: 0;
}
@media only screen and (min-width: 1200px) {
  .my-list .num-results {
    padding-left: 15px;
  }
}
.my-list .sort-order {
  padding-left: 0;
}
@media only screen and (min-width: 768px) {
  .my-list .sort-order {
    padding-left: 15px;
    text-align: right;
  }
}
/* end of Paginierung und .num-results und .sort-order */
/* Suchergebnisse */
.result-list {
  padding: 0 1em;
}
.result-list .result-list-item {
  padding: 1em 0;
  background-color: transparent;
  border-bottom: 1px solid #e0e0e0;
}
.result-list .result-list-item:last-child {
  border-bottom: none;
}
.result-list .result-list-item .number {
  font-weight: 400;
  line-height: 2;
}
.result-list .result-list-item .status .label-default {
  background-color: #777;
}
.result-list .result-list-item .status .label-default[href]:hover,
.result-list .result-list-item .status .label-default[href]:focus {
  background-color: #5e5e5e;
}
.result-list .result-list-item .status .label-primary {
  background-color: #008877;
}
.result-list .result-list-item .status .label-primary[href]:hover,
.result-list .result-list-item .status .label-primary[href]:focus {
  background-color: #00554a;
}
.result-list .result-list-item .status .label-success {
  background-color: #5cb85c;
}
.result-list .result-list-item .status .label-success[href]:hover,
.result-list .result-list-item .status .label-success[href]:focus {
  background-color: #449d44;
}
.result-list .result-list-item .status .label-info {
  background-color: #5bc0de;
}
.result-list .result-list-item .status .label-info[href]:hover,
.result-list .result-list-item .status .label-info[href]:focus {
  background-color: #31b0d5;
}
.result-list .result-list-item .status .label-warning {
  background-color: #f0ad4e;
}
.result-list .result-list-item .status .label-warning[href]:hover,
.result-list .result-list-item .status .label-warning[href]:focus {
  background-color: #ec971f;
}
.result-list .result-list-item .status .label-danger {
  background-color: #d9534f;
}
.result-list .result-list-item .status .label-danger[href]:hover,
.result-list .result-list-item .status .label-danger[href]:focus {
  background-color: #c9302c;
}
.result-list .result-list-item .title a.title {
  display: inline-block;
  font-size: 18px;
  margin-bottom: 0.25em;
}
.result-list .result-list-item .title div.title {
  display: inline-block;
  font-size: 18px;
  margin-bottom: 0.25em;
}
.result-list .result-list-item .title .author,
.result-list .result-list-item .title .distribution {
  margin-bottom: 0.5em;
}
.result-list .result-list-item .title .last {
  margin-top: 0.25em;
  margin-bottom: 0.25em;
}
.result-list .result-list-item .title-thumb {
  width: 100px;
  float: right;
}
.result-list .result-list-item .title-thumb .recordcover {
  border: 0;
  width: 100px;
  height: auto;
  padding: 0;
}
.result-list .result-list-item .title-thumb .recordcover.pt-icon {
  height: 63px;
  width: 70px;
}
.result-list .result-list-item .eds-subjects {
  margin-top: 1em;
  margin-bottom: 1em;
}
.result-list .result-list-item .eds-subjects .subjects-label {
  font-weight: normal;
}
.result-list .result-list-item .eds-subjects .label {
  margin-bottom: 5px;
}
.result-list .result-list-item .tags {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.result-list .result-list-item .tags > .label-info > .icon,
.result-list .result-list-item bdi > .label-info:before {
  display: none !important;
}
.result-list .result-list-item .favorites {
  display: inline-block;
  float: left;
  vertical-align: top;
  margin-right: 1em;
  font-size: 12px;
  line-height: 1;
}
.result-list .result-list-item .favorites a {
  line-height: 2;
}
.result-list .result-list-item .customlinks {
  display: inline-block;
  float: left;
  vertical-align: top;
}
.result-list .result-list-item ul.custom-links {
  padding: 0;
  list-style-type: none;
  line-height: 0;
}
.result-list .result-list-item ul.custom-links li {
  display: inline-block;
  float: left;
  padding: 0;
  margin-right: 25px;
  font-size: 12px;
  max-width: 300px;
}
.result-list .result-list-item ul.custom-links li:last-child {
  margin-right: 0;
}
.result-list .result-list-item ul.custom-links li a {
  display: inline-block;
  padding: 0;
  max-width: 300px;
  overflow-wrap: break-word;
  white-space: normal;
  text-overflow: ellipsis;
  line-height: 2;
}
.result-list .result-list-item ul.custom-links li a:hover {
  background-color: transparent;
  color: #003c34;
}
.result-list .result-list-item ul.custom-links li a img {
  display: none;
  max-height: 16px;
  width: auto;
  margin-right: 8px;
}
.result-list .alert {
  margin: 10px -15px;
}
/* Seitenleiste / Facetten (Overlay) */
@media (max-width: 991px) {
  .sidebar {
    left: auto;
    right: -240px;
    width: 240px;
    height: 100%;
    top: 0;
    padding-top: 20px;
    z-index: 106;
    background-color: white;
  }
  .sidebarButton {
    position: fixed;
    top: 50%;
    margin-top: -26px;
    z-index: 105;
    font-size: 16px;
    padding: 15px;
    background-color: #008877;
    color: white;
    cursor: pointer;
    box-shadow: 0 0 10px #888888;
  }
  .html-ltr .sidebar {
    display: none;
    left: auto;
    right: -240px;
  }
  .html-ltr .sidebarButton {
    left: auto;
    right: 0;
    padding-right: 10px;
    border-radius: 28px 0 0 28px;
  }
  .html-rtl .sidebar {
    display: none;
    left: -240px;
    right: auto;
  }
  .html-rtl .sidebarButton {
    left: 0;
    right: auto;
    padding-left: 10px;
    border-radius: 0 28px 28px 0;
  }
  .overlay {
    overflow-y: hidden;
  }
  .overlay .sidebar {
    display: block;
    overflow-y: auto;
    box-shadow: 0 0 10px #888888;
    z-index: 1100;
  }
  .htmlOverlay-ltr .sidebar {
    right: 0;
    left: auto;
  }
  .htmlOverlay-ltr .sidebarButton {
    left: auto;
    right: 240px;
  }
  .htmlOverlay-rtl .sidebar {
    left: 0;
    right: auto;
  }
  .htmlOverlay-rtl .sidebarButton {
    left: 240px;
    right: auto;
  }
}
@media (max-width: 991px) and (max-width: 304px) {
  .sidebar {
    width: calc(100% - 66px);
  }
  .htmlOverlay-ltr .sidebarButton {
    right: calc(100vw - 66px);
  }
}
.sidebar .box {
  border: 1px solid #e0e0e0;
  padding: 0 15px;
  margin-bottom: 3em;
}
.sidebar .box > h4 {
  margin-left: -15px;
  margin-right: -15px;
  padding: 0 15px 10px;
  border-bottom: 1px solid #e0e0e0;
  font-weight: bold;
}
.sidebar .box > h3 {
  font-size: 18px;
  margin: 10px -15px 9px;
  padding: 0    15px 10px;
  border-bottom: 1px solid #e0e0e0;
  font-weight: bold;
}
.sidebar .box .list-group-item span {
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
.sidebar .list-group {
  border: 0;
  margin-bottom: 10px;
}
.sidebar .list-group .list-group-item {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 0;
  padding: 10px 2px;
  cursor: pointer;
}
.sidebar .list-group .list-group-item.menuLinkLighter {
  color: #999999;
}
.sidebar .list-group .list-group-item:active,
.sidebar .list-group .list-group-item.active {
  font-weight: normal;
  color: #008877;
  background-color: transparent;
}
.sidebar .list-group .list-group-item .badge {
  color: #008877;
  background-color: rgba(0, 136, 119, 0.1);
  font-weight: normal;
}
.sidebar .list-group a.list-group-item:focus,
.sidebar .list-group a.list-group-item:hover {
  background-color: transparent;
  color: #008877;
}
.sidebar .list-group.facet {
  border: 1px solid #e0e0e0;
}
.sidebar .list-group.facet .list-group-item {
  border: 0;
  margin-bottom: 0;
  cursor: pointer;
  padding: 10px 15px;
}
.sidebar .list-group.facet .list-group-item.title {
  border-bottom: 1px solid #e0e0e0;
  background-color: transparent;
  color: #008877;
}
.sidebar .list-group.facet .list-group-item.title.collapsed {
  border-bottom: 0;
  background-color: transparent;
  color: #008877;
}
.sidebar .list-group.facet .list-group-item.title.collapsed .caret {
  transform: rotate(0deg);
}
.sidebar .list-group.facet .list-group-item.title:hover {
  background-color: rgba(0, 136, 119, 0.1);
  color: #003c34;
}
.sidebar .list-group.facet .list-group-item.title .caret {
  transition: all 0.2s;
  transform: rotate(180deg);
  margin-top: -1px;
}
.sidebar .list-group.facet a.list-group-item:focus,
.sidebar .list-group.facet a.list-group-item:hover {
  color: #008877;
}
.sidebar .list-group.facet a.list-group-item .badge {
  color: #008877;
  background-color: rgba(0, 136, 119, 0.1);
  font-weight: normal;
}
.sidebar .list-group.facet a.list-group-item:hover {
  background-color: rgba(0, 136, 119, 0.1);
}
.sidebar .list-group.facet a.list-group-item.active {
  color: #333;
  background-color: transparent;
}
.sidebar .list-group.facet a.list-group-item.active:after {
  font-family: "vufind-hds";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  float: right;
  content: '\e8e2';
  color: #008877;
  margin-left: 8px;
}
.sidebar .list-group.facet a.list-group-item.active:hover {
  background-color: rgba(0, 136, 119, 0.1);
}
.sidebar .list-group.facet a.toggle-more,
.sidebar .list-group.facet a.toggle-less {
  color: #008877;
}
.sidebar .list-group.facet a.toggle-more:hover,
.sidebar .list-group.facet a.toggle-less:hover {
  color: #003c34;
}
.sidebar .list-group.filters {
  margin-bottom: 1em;
}
.sidebar .list-group.filters .list-group-item {
  border: 0;
}
.sidebar .list-group.filters .list-group-item.title {
  border-bottom: 1px solid #e0e0e0;
  background-color: transparent;
  color: #008877;
}
.sidebar .list-group.filters .list-group-item:hover {
  background-color: rgba(0, 136, 119, 0.1);
}
.sidebar .list-group.filters .list-group-item.active {
  color: #333;
  background-color: transparent;
}
.sidebar .list-group.filters .list-group-item.active:hover {
  background-color: rgba(0, 136, 119, 0.1);
}
.sidebar .list-group.filters .list-group-item .hds-icon {
  color: #008877;
}
/* Detailansicht / Einzeltreffer */
.view-record .record h1 {
  margin-bottom: 1em;
  font-size: 20px;
}
.view-record .record h1 .hds-icon-book {
  display: none;
}
.view-record .record .pager li > span,
.view-record .record .pager li > a {
  padding: 5px 0;
  border: 0;
  background-color: transparent;
}
.view-record .record .pager li:first-child {
  float: left;
}
.view-record .record .pager li:last-child {
  float: right;
}
.view-record .record .img-thumbnail {
  padding: 0;
  border: 0;
  border-radius: 0;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.view-record .record .recordcover.pt-icon {
  margin: 0 auto;
}
.view-record .record .external-links h4 {
  margin-top: 5em;
  margin-bottom: 1em;
}
.view-record .record .external-links h2 {
  font-size: 18px;
  margin-top: 90px;
  margin-bottom: 18px;
}
.view-record .record .external-links .custom-link:before {
  vertical-align: baseline;
}
.view-record .record .record-details {
  border: 0;
}
.view-record .record .record-details .row {
  padding: 6px 0;
  border-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}
.view-record .record .record-details .row:nth-child(2n+1) {
  background-color: rgba(224, 224, 224, 0.35);
}
.view-record .record .record-details .row .bold {
  font-weight: bold;
  display: table-cell;
  vertical-align: baseline;
}
.view-record .record .record-details .row > .bold {
  padding-bottom: 5px;
}
@media only screen and (min-width: 992px) {
  .view-record .record .record-details .row > .bold {
    padding-bottom: 0;
  }
}
.view-record .record .record-details .keywords > form.search {
  margin: 0;
}
.view-record .record .record-details .keywords > form.search span.nobr {
  padding: 0;
  margin-bottom: 5px;
  margin-right: 15px;
  display: block;
}
@media only screen and (min-width: 992px) {
  .view-record .record .record-details .keywords > form.search span.nobr {
    display: inline-block;
    line-height: 1.5;
  }
  .view-record .record .record-details .keywords > form.search span.nobr a {
    vertical-align: top;
  }
}
.view-record .record .record-details .keywords > form.search .checkbox-inline {
  display: inline;
  margin: 0;
  padding: 0;
}
.view-record .record .record-details .keywords > form.search .checkbox-inline input[type="checkbox"] {
  position: relative;
  margin-right: 6px;
  margin-left: 0;
  margin-top: 5px;
  vertical-align: top;
}
.view-record .record .record-details .rvk-info {
  display: block;
  margin-right: 10px;
}
.view-record .record .record-details .rvk-info > .rvk-link {
  margin-right: -2px;
}
.view-record .record .record-details .rvk-info > .rvk-button {
  display: inline-block;
  margin: -5px 0;
  padding: 5px;
  font-weight: normal;
  font-size: 100%;
  cursor: pointer;
  color: #008877;
  background-color: transparent;
}
.view-record .record .record-details .rvk-info > .rvk-button:focus {
  outline: none;
}
.view-record .record .record-details .rvk-info > .popover {
  max-width: 300px;
}
.view-record .record .record-details .rvk-info > .popover > .popover-content span {
  display: inline-block;
  margin-bottom: 2px;
}
@media only screen and (min-width: 992px) {
  .view-record .record .record-details .rvk-info {
    display: inline-block;
  }
}
.view-record .record .record-details bdi > .label-info:before {
  display: none !important;
}
/* Toolbar & External Links */
.external-links,
.toolbar {
  margin-top: 20px;
  margin-bottom: 2.5em;
}
.external-links ul,
.toolbar ul {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
  margin-top: -1px;
  margin-bottom: 0;
}
.external-links ul li,
.toolbar ul li {
  float: none;
  padding: 10px 0 11px;
  border-bottom: 1px solid #e8e8e8;
}
.external-links ul li:first-child,
.toolbar ul li:first-child {
  border-top: 1px solid #e8e8e8;
}
.external-links ul li a,
.toolbar ul li a {
  display: inline-block;
  padding: 0;
}
.external-links ul li a:before,
.toolbar ul li a:before {
  width: 18px;
  text-align: left;
  color: #999999;
  margin-top: -3px;
  vertical-align: middle;
}
.external-links ul li a:hover,
.toolbar ul li a:hover {
  background: none !important;
  color: #003c34;
}
/* Einzeltreffer Tabs */
.record-tabs.tab-description {
  margin-top: 2em;
}
.record-tabs.tab-description .nav.nav-tabs {
  border-bottom: 1px solid #e0e0e0;
  padding: 0;
}
.record-tabs.tab-description .nav.nav-tabs li {
  border: 0 !important;
  margin-bottom: -1px;
  margin-right: 1px;
  float: none;
  display: inline-block;
  background: #f7f7f7;
  border-bottom: 1px solid #ddd;
}
.record-tabs.tab-description .nav.nav-tabs li a {
  border: 0;
  border-bottom: none;
  background: #f7f7f7;
}
.record-tabs.tab-description .nav.nav-tabs li a:hover {
  border: 0;
  background-color: rgba(0, 136, 119, 0.1);
}
.record-tabs.tab-description .nav.nav-tabs li.active {
  background-color: #fff;
  border-bottom: none;
}
.record-tabs.tab-description .nav.nav-tabs li.active a {
  margin-right: 0;
  border: 1px solid #e0e0e0;
  border-bottom: 1px solid #fff !important;
  background: #fff;
}
.record-tabs.tab-description .nav.nav-tabs li.disabled {
  display: none;
}
.record-tabs.tab-description .nav.nav-tabs li.disabled > a {
  color: rgba(0, 136, 119, 0.5);
}
.record-tabs.tab-description .tab-content {
  padding: 1em;
  border: 1px solid #ddd;
  border-top: 0;
}
.record-tabs.tab-description .tab-content h4 {
  margin-bottom: 1em;
}
.record-tabs.tab-description .tab-content table {
  margin-bottom: 4em;
}
.record-tabs.tab-description .tab-content .citation {
  margin-top: 1em;
}
.record-tabs.tab-description .tab-content .citation .pace-car {
  display: none;
}
.record-tabs.tab-description .tab-content img[name=drop] {
  margin-right: 10px;
  filter: grayscale(100%);
  opacity: 0.75;
}
.record-tabs.tab-description .tab-content .holdings-tab .location-group {
  padding-left: 15px;
  border-left: 5px solid #e0e0e0;
  margin-left: -15px;
  /* order links */
}
.record-tabs.tab-description .tab-content .holdings-tab .location-group:last-child {
  margin-bottom: 0;
}
.record-tabs.tab-description .tab-content .holdings-tab .location-group .printed-copy-group {
  margin-bottom: 1em;
}
.record-tabs.tab-description .tab-content .holdings-tab .location-group .printed-copy-group:last-child {
  margin-bottom: 0;
}
.record-tabs.tab-description .tab-content .holdings-tab .location-group a.placehold:before {
  width: 18px;
  text-align: left;
  color: #999999;
  margin-top: -3px;
  vertical-align: middle;
  text-transform: initial;
  display: inline-block;
  content: "";
  height: 16px;
  margin-right: 0.2em;
  background: url("../../hebisbs3/images/orderIcon.png") 0 -1px no-repeat;
  background-size: contain;
}
.record-tabs.tab-description .tab-content .holdings-tab table {
  margin-bottom: 0;
  background: rgba(224, 224, 224, 0.25);
}
.record-tabs.tab-description .tab-content .holdings-tab table th {
  width: 33%;
}
.record-tabs.tab-description .tab-content .holdings-tab table img {
  margin-right: 8px;
  vertical-align: bottom;
}
.record-tabs.tab-description .tab-content .holdings-tab table tbody tr td a.action-button.order-button.retro-button:before {
  margin: 0 0.2em -0.3em 1em;
}
.record-tabs.tab-description .tab-content .holdings-tab table th,
.record-tabs.tab-description .tab-content .holdings-tab table td {
  border-top: 0;
}
.record-tabs.tab-description .tab-content .holdings-tab .accordion {
  position: relative;
  border: 1px solid #e0e0e0;
  padding: 30px 5px 5px;
  background: white;
}
.record-tabs.tab-description .tab-content .holdings-tab .accordion:last-child {
  margin-bottom: 0;
}
.record-tabs.tab-description .tab-content .holdings-tab .accordion .toggle-collapse {
  cursor: pointer;
}
.record-tabs.tab-description .tab-content .holdings-tab .accordion .accordion-expand-button {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  padding: 2px;
  width: 28px;
  height: 28px;
  font-weight: bold;
  text-align: center;
  background-color: #008877;
  color: #fff;
}
.record-tabs.tab-description .tab-content .holdings-tab .accordion .accordion-title {
  margin-top: 0.5em;
}
.record-tabs.tab-description .tab-content .holdings-tab .accordion > .table {
  margin-bottom: 0;
}
.record-tabs.tab-description .tab-content .holdings-tab .accordion .collapse,
.record-tabs.tab-description .tab-content .holdings-tab .accordion .collapsing {
  margin-top: 1em;
  list-style-type: none;
  position: unset !important;
}
.record-tabs.tab-description .tab-content .holdings-tab .accordion .collapse .table,
.record-tabs.tab-description .tab-content .holdings-tab .accordion .collapsing .table {
  width: calc(100% - 30px);
  margin-bottom: 1em;
  margin-left: 30px;
}
.record-tabs.tab-description .tab-content .holdings-tab .accordion .collapse .table:last-child,
.record-tabs.tab-description .tab-content .holdings-tab .accordion .collapsing .table:last-child {
  margin-bottom: 0;
}
.record-tabs.tab-description .tab-content .holdings-tab .accordion .collapse .table:before,
.record-tabs.tab-description .tab-content .holdings-tab .accordion .collapsing .table:before {
  display: inline-block;
  position: absolute;
  left: 13px;
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: bold;
  color: #008877;
  content: "↪";
}
@media only screen and (min-width: 768px) {
  .record-tabs.tab-description .tab-content .holdings-tab .accordion {
    padding: 0 0 10px 38px;
  }
  .record-tabs.tab-description .tab-content .holdings-tab .accordion .accordion-title {
    margin-left: 30px;
    width: calc(100% - 37px);
  }
  .record-tabs.tab-description .tab-content .holdings-tab .accordion .collapse,
  .record-tabs.tab-description .tab-content .holdings-tab .accordion .collapsing {
    margin-left: 30px;
    width: calc(100% - 37px);
  }
  .record-tabs.tab-description .tab-content .holdings-tab .accordion .collapse .table:before,
  .record-tabs.tab-description .tab-content .holdings-tab .accordion .collapsing .table:before {
    left: 70px;
    margin-top: 9px;
    margin-bottom: 0;
  }
}
.record-tabs.tab-description .tab-content .holdings-tab .accordion .intellectual-item-hint {
  display: none;
  padding: 5px;
  font-weight: bold;
}
.record-tabs.tab-description .tab-content .holdings-tab .accordion .collapsed .intellectual-item-hint {
  display: block;
}
.record-tabs.tab-description .tab-content .holdings-tab .accordion .collapsed .intellectual-item-link-hint {
  display: none;
}
.record-tabs.tab-description .tab-content .holdings-tab .accordion .collapsed .placehold {
  display: none;
}
.record-tabs.tab-description .tab-content .holdings-tab .link-problem {
  font-style: italic;
  font-size: 11px;
  padding-left: 2px;
}
.record-tabs.tab-description .tab-content .holdings-tab .link-problem a,
.record-tabs.tab-description .tab-content .holdings-tab .link-problem a:active,
.record-tabs.tab-description .tab-content .holdings-tab .link-problem a:hover,
.record-tabs.tab-description .tab-content .holdings-tab .link-problem a:focus {
  color: #333;
}
.record-tabs.tab-description .tab-content .description-tab table {
  margin-bottom: 0;
}
.record-tabs.tab-description .tab-content .description-tab table th,
.record-tabs.tab-description .tab-content .description-tab table td {
  border-top: 0;
}
/* Kein Cover verfügbar Platzhalter */
.pt-icon {
  float: none !important;
  background-image: url(../../hebisbs3/images/noCover.png) !important;
  background-position: 0 0 !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
}
/* Elektronische Zeitschriftenbibliothek */
.ezb {
  border: 1px solid #999999;
  margin: 0 1px;
  background-color: white;
  /* alternative: lightgray + opacity 0.2 */
}
.ezb.active.green {
  background-color: limegreen;
}
.ezb.active.yellow {
  background-color: yellow;
}
.ezb.active.red {
  background-color: red;
}
/* BibTip (Externer Anbieter) */
.bibtip #bibtip_reclist::before {
  content: "";
  background: url(../../hebisbs3/images/bibtip-logo.png) top left no-repeat;
  background-size: 120px;
  display: inline-block;
  height: 50px;
  width: 100%;
  border-bottom: 1px solid #9ac215;
}
.bibtip #bibtip_reclist > div > div:first-child {
  display: block;
  font-size: 12px;
  margin-bottom: 1.5em;
  text-transform: uppercase;
  color: #aacb3b;
  padding: 0 !important;
}
.bibtip #bibtip_reclist > div > div > div > div {
  margin-bottom: 10px;
}
.bibtip #bibtip_reclist > div > div > div > div > div:first-child img {
  top: 3px !important;
}
.bibtip #bibtip_reclist img {
  margin-top: 2px;
}
/* Jumbotron auf Startseite */
.jumbotron h1 {
  margin-bottom: 1em;
  font-size: 20px;
}
.jumbotron .lead {
  font-size: 14px;
}
.jumbotron img.pull-right {
  margin: 20px 0 50px 50px;
}
.jumbotron ul > li {
  margin: 1em 0;
}
/* Mein Konto / Favoriten */
.my-account {
  margin-bottom: 2em;
}
.my-account .result-list {
  padding: 0 1em;
  margin-left: -1em;
  margin-right: -1em;
}
.my-account .result-list .media {
  margin-top: 0;
}
.my-account .result-list .result-list-item .last strong {
  margin-right: 10px;
}
.my-account .result-list .result-list-item .accordion {
  position: relative;
  border: 1px solid #e0e0e0;
  padding: 10px 10px 6px 34px;
  margin-top: 1em;
  margin-bottom: 1em;
}
.my-account .result-list .result-list-item .accordion:last-child {
  margin-bottom: 0;
}
.my-account .result-list .result-list-item .accordion .toggle-collapse {
  cursor: pointer;
}
.my-account .result-list .result-list-item .accordion .accordion-expand-button {
  display: block;
  position: absolute;
  left: 0;
  top: 8px;
  padding: 2px;
  width: 24px;
  height: 25px;
  font-weight: bold;
  text-align: center;
  background-color: #008877;
  color: #fff;
}
.my-account .result-list .result-list-item .accordion .collapse,
.my-account .result-list .result-list-item .accordion .collapsing {
  margin-top: 50px;
  margin-left: -25px;
}
.my-account .result-list .result-list-item .accordion .table-status-user-list {
  margin-bottom: 50px;
}
.my-account .result-list .result-list-item .accordion .table-status-user-list:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .my-account .result-list .result-list-item .accordion .collapse,
  .my-account .result-list .result-list-item .accordion .collapsing {
    margin-left: 20px;
    list-style-type: none;
    position: unset !important;
  }
  .my-account .result-list .result-list-item .accordion .table-status-user-list:before {
    display: block;
    position: absolute;
    left: 25px;
    margin-top: 9px;
    font-size: 16px;
    font-weight: bold;
    color: #008877;
    content: "↪";
  }
}
.my-account .result-list .result-list-item .action-links a.btn {
  padding: 6px 12px;
}
.my-account h2 {
  margin: 0;
}
.my-account .list-buttons {
  text-align: right;
  margin-top: 4px;
}
.my-account .list-buttons .btn-action-link {
  margin-right: 1em;
}
.my-account .list-buttons .btn-action-link:last-child {
  margin-right: 0;
}
.my-account .description {
  margin-top: 0.5em;
}
.my-account .resulthead {
  margin-top: 2em;
}
.my-account .resulthead .num-results {
  padding-top: 3px;
  padding-bottom: 10px;
}
.my-account .bulk-actions {
  margin-top: 2em;
  margin-bottom: 2em;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  padding-top: 4px;
  padding-bottom: 4px;
  background-color: #f9f9f9;
}
.my-account .bulk-actions .select-all {
  margin-top: 3px;
}
.my-account .bulk-actions .select-all .checkbox label {
  font-weight: normal;
  vertical-align: middle;
}
.my-account .bulk-actions .select-all .checkbox label .checkbox-select-all {
  margin-right: 10px;
}
.my-account .bulk-actions .selection {
  display: inline-block;
  text-align: right;
}
.my-account .bulk-actions .selection label {
  padding-top: 6px;
  font-weight: normal;
  margin-right: 10px;
}
.my-account .bulk-actions .selection .bulk-action-buttons {
  margin-top: -5px;
}
.my-account .bulk-actions .selection .bulk-action-buttons .btn {
  margin-right: 4px;
}
.my-account .bulk-actions .selection .bulk-action-buttons .btn:last-child {
  margin-right: 0;
}
@media only screen and (min-width: 1200px) {
  .my-account .bulk-actions .password {
    margin-top: 10px;
  }
  .my-account .bulk-actions .password label {
    margin-bottom: 0;
  }
}
/* Suchhistorie */
.table-history th:last-child {
  text-align: right;
}
.table-history td:last-child {
  padding: 4px 10px !important;
  text-align: right;
}
/* Gebühren */
.table-fines th:last-child,
.table-fines td:last-child {
  text-align: right;
}
/* Persönliche Angaben */
.table-profile th {
  width: 50%;
}
/* Admin */
.admin-page-visibility {
  cursor: pointer;
}
.admin-delete-button:hover {
  cursor: pointer;
  color: darkred;
}
.admin-indicator {
  width: 100%;
  height: 0.3em;
  margin-top: 0;
  box-shadow: 0px -2px 1px 0px blue;
  opacity: 0;
}
.sort-handle {
  color: lightslategrey;
}
.sort-handle:hover {
  color: #985f0d;
  cursor: ns-resize;
}
.ghost {
  opacity: 0.4;
}
#save-static-post {
  float: right;
}
.admin-list {
  padding-left: 0;
  display: block;
}
.admin-list li {
  display: block;
}
.admin-list li > div {
  display: block;
  padding: 0.5em 1em;
}
.admin-list li:nth-child(odd) > div {
  background-color: #f5f5f5;
}
.admin-list li:nth-child(even) > div {
  background-color: #fcfcfc;
}
.admin-list .expired {
  color: dimgray;
}
div.toc {
  margin-top: 2em;
}
div.toc ul {
  padding: 0;
}
div.toc ul li {
  display: block;
  padding: 0.5em;
  background-color: #eee;
}
div.toc ul li:nth-child(odd) {
  background-color: #f9f9f9;
}
.search-tools {
  margin-left: 35px;
}
/* Special Colors */
.green {
  color: #2b5944;
}
.red {
  color: #9b838c;
}
/* Log Box */
.log-box {
  color: lightgrey;
  background-color: #0b262e;
  width: 85%;
  padding: 10px;
  wrap-option: off;
  font-weight: lighter;
  font-size: 10px;
  font-family: 'Source Sans Pro', monospace;
}
/* Horizontale Linien */
.horizontal-line {
  width: 100%;
  height: 1em;
  margin-top: 0.5em;
  margin-bottom: 0;
  border-bottom: 0.1em solid lightgray;
}
.sp-info {
  padding-right: 1.5em;
  font-size: smaller;
  color: rgba(136, 136, 136, 0.96);
}
#provenance-panel {
  margin-bottom: 0;
}
#provenance-title {
  font-size: 14px;
}
/* Agent Layout */
.agent-container {
  background-color: #fff;
  /*  display:          flex;
    flex-direction:   row;
    flex-wrap:        wrap;*/
  max-width: 100%;
  border: 1px solid #e0e0e0;
  line-height: normal;
}
.agent-column-media {
  margin: 15px;
}
.agent-column-media img {
  width: 100%;
}
.agent-column-text {
  margin: 15px;
  width: 450px;
}
.agent-column-links {
  margin: 15px;
}
.agent-column-links hr {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  border-color: #eee;
}
.external-icon img {
  width: 16px;
  margin-right: 0.5em;
}
h2#agentName {
  margin-top: 10px;
}
/* end of Agent Layout */
@media print {
  .collapse,
  .in {
    display: block !important;
  }
  .title,
  .edstitle {
    font-weight: bold;
  }
}
/* keyboard css begin */
.hds-kb-row {
  text-align: center;
}
.hds-kb-container {
  background-color: #666;
  direction: ltr;
  max-width: 768px;
  position: fixed !important;
  bottom: 5px !important;
  top: auto  !important;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 0 0 5px #666;
  -webkit-box-shadow: 0 0 5px #666;
  box-shadow: 0 0 5px #666;
}
.hds-kb-container .btn {
  font-size: 1.5em;
  width: 2.2em;
  height: 2em;
  text-align: center;
  margin: 2px;
}
.hds-kb-container .hds-kb-space {
  width: 16.4em;
}
.hds-kb-container .hds-kb-shift {
  width: 4.4em;
}
.hds-kb-container .hds-kb-enter {
  width: 4em;
}
.keyboard-container {
  overflow: hidden;
  position: relative;
}
.keyboard-container .popover {
  left: 0 !important;
  top: 0 !important;
  width: 100%;
  height: 100%;
}
/* end of keyboard css */
.retro-icon > img {
  margin-right: 10px;
}
/* style of zoomable retro-card image */
.retro-card-small-img {
  max-width: 500px;
  cursor: pointer;
  transition: 0.3s;
}
.retro-card-small-img:hover {
  opacity: 0.7;
}
.retro-card-modal {
  display: none;
  position: fixed;
  z-index: 99;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.9);
}
.retro-card-modal-img {
  margin: auto;
  display: block;
  width: 60%;
}
.retro-card-modal-caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}
@-webkit-keyframes retro-card-zoom {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(2);
  }
}
@keyframes retro-card-zoom {
  from {
    transform: scale(0.4);
  }
  to {
    transform: scale(1);
  }
}
.retro-card-modal-content {
  -webkit-animation-name: retro-card-zoom;
  -webkit-animation-duration: 0.4s;
  animation-name: retro-card-zoom;
  animation-duration: 0.4s;
}
@media only screen and (max-width: 700px) {
  .retro-card-modal-img {
    width: 100%;
  }
}
/* end of style of zoomable retro-card image */
/* adapt placement of results number /sorting dropdown to text direction */
#sort_options_1 {
  max-width: 240px;
  display: inline-block;
}
.resultNumber-ltr .search-controls > .clearfix > .col-md-6:first-child,
.resultNumber-ltr .search-controls > .dl-horizontal dd > .col-md-6:first-child,
.resultNumber-ltr .search-controls > .container > .col-md-6:first-child,
.resultNumber-ltr .search-controls > .container-fluid > .col-md-6:first-child,
.resultNumber-ltr .search-controls > .row > .col-md-6:first-child,
.resultNumber-ltr .search-controls > .form-horizontal .form-group > .col-md-6:first-child,
.resultNumber-ltr .search-controls > .btn-toolbar > .col-md-6:first-child,
.resultNumber-ltr .search-controls > .btn-group-vertical > .btn-group > .col-md-6:first-child,
.resultNumber-ltr .search-controls > .nav > .col-md-6:first-child,
.resultNumber-ltr .search-controls > .navbar > .col-md-6:first-child,
.resultNumber-ltr .search-controls > .navbar-header > .col-md-6:first-child,
.resultNumber-ltr .search-controls > .navbar-collapse > .col-md-6:first-child,
.resultNumber-ltr .search-controls > .pager > .col-md-6:first-child,
.resultNumber-ltr .search-controls > .panel-body > .col-md-6:first-child,
.resultNumber-ltr .search-controls > .modal-header > .col-md-6:first-child,
.resultNumber-ltr .search-controls > .modal-footer > .col-md-6:first-child {
  float: left;
}
.resultNumber-ltr .form-group {
  float: right;
}
.resultNumber-rtl .search-controls > .clearfix > .col-md-6:first-child,
.resultNumber-rtl .search-controls > .dl-horizontal dd > .col-md-6:first-child,
.resultNumber-rtl .search-controls > .container > .col-md-6:first-child,
.resultNumber-rtl .search-controls > .container-fluid > .col-md-6:first-child,
.resultNumber-rtl .search-controls > .row > .col-md-6:first-child,
.resultNumber-rtl .search-controls > .form-horizontal .form-group > .col-md-6:first-child,
.resultNumber-rtl .search-controls > .btn-toolbar > .col-md-6:first-child,
.resultNumber-rtl .search-controls > .btn-group-vertical > .btn-group > .col-md-6:first-child,
.resultNumber-rtl .search-controls > .nav > .col-md-6:first-child,
.resultNumber-rtl .search-controls > .navbar > .col-md-6:first-child,
.resultNumber-rtl .search-controls > .navbar-header > .col-md-6:first-child,
.resultNumber-rtl .search-controls > .navbar-collapse > .col-md-6:first-child,
.resultNumber-rtl .search-controls > .pager > .col-md-6:first-child,
.resultNumber-rtl .search-controls > .panel-body > .col-md-6:first-child,
.resultNumber-rtl .search-controls > .modal-header > .col-md-6:first-child,
.resultNumber-rtl .search-controls > .modal-footer > .col-md-6:first-child {
  float: right;
}
.resultNumber-rtl .form-group {
  float: left;
}
.resultNumber-ltr .form-horizontal .form-group,
.resultNumber-rtl .form-horizontal .form-group {
  float: unset;
}
/* end of results number */
/* mark EDS abstract + full text as clickable */
.accordion2 {
  color: #008877;
  background-color: #f5f5f5;
  cursor: pointer;
  padding: 7px 12px;
  width: 100%;
  text-align: left;
  border: 1px solid lightgrey;
  outline: none;
  font-size: 18px;
  margin-top: 5px;
}
.accordion2 .caret {
  float: right;
  margin-top: 10px;
}
.panel2 {
  padding: 15px;
  border-width: 1px;
  border-style: none solid solid;
  border-color: lightgrey;
  background-color: white;
  overflow: hidden;
  display: none;
}
.panel2.show {
  display: block;
}
/* entityFacts Layout, also see above: .agent-container  */
#entityFactsButton {
  color: white;
  background-color: #008877;
  text-decoration: none;
  width: 32px;
  height: 32px;
  display: inline-block;
  text-align: center;
}
#caretEF {
  position: relative;
  top: 4px;
}
#caretEF.caret-up {
  border-top-width: 0;
  border-bottom: 4px solid #fff;
}
@font-face {
  font-family: 'EntityFacts_ICONS';
  src: url('../../hebisbs3/font/EntityFacts_ICONS.eot?8j7356');
  src: url('../../hebisbs3/font/EntityFacts_ICONS.eot?8j7356#iefix') format('embedded-opentype'), url('../../hebisbs3/font/EntityFacts_ICONS.ttf?8j7356') format('truetype'), url('../../hebisbs3/font/EntityFacts_ICONS.woff?8j7356') format('woff'), url('../../hebisbs3/font/EntityFacts_ICONS.svg?8j7356#EntityFacts_ICONS') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^="EntityFacts-icon-"],
[class*=" EntityFacts-icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'EntityFacts_ICONS' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.EntityFacts-icon-GND_middle:before {
  content: "\e900";
}
.EntityFacts-icon-GND_small:before {
  content: "\e901";
}
/* end of entityFacts Layout  */
.edstitle,
.media-body > .row.short-view .resultItemLine1 > .title {
  font-size: 18px;
}
.label-danger,
.text-danger {
  background-color: #d9534f;
  color: #fff;
}
.label-unknown,
.text-unknown {
  background-color: #5bc0de;
  color: #fff;
}
fieldset.well > div.row > div.facet {
  padding-bottom: 15px;
}
fieldset.well > div.row > div > div.btn-group > button.multiselect.dropdown-toggle.btn.btn-default {
  text-align: right;
  width: 250px;
}
fieldset.well > div.row > div > div.btn-group > button.multiselect.dropdown-toggle.btn.btn-default > span.multiselect-selected-text {
  white-space: normal;
}
.limitToCheckbox {
  margin-bottom: 15px;
}
#item-renew {
  margin: 1em 0;
}
#title-details {
  display: inline-block;
  vertical-align: top;
}
.tabbingStyle {
  background: black;
  color: white;
  font-size: 14px;
  padding: 5px;
  transition: 0.2s transform;
}
footer .tabbingStyle {
  background: red;
}
.skipLinks {
  z-index: 200;
  position: absolute;
  transform: translateY(-100%);
}
.skipLinks a,
.skipLinks a:hover,
.skipLinks a:focus {
  color: white;
}
.skipLinks:focus-within {
  transform: none;
}
.beforeHeadingUpgrade {
  font-size: 18px;
  margin-top: 10px;
  margin-bottom: 9px;
}
.noMargin {
  margin: 0;
}
.fontsizeBeforeH1 {
  font-size: 20px;
}
.StyleBeforeH1 {
  margin: 0;
  font-size: 20px;
}
.my-history > h1 {
  font-size: 20px;
  margin: 0;
}
.my-history > h2 {
  font-size: 18px;
  margin-top: 20px;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: initial;
}
.btn-action-link {
  font-size: 12px;
  color: #008877;
  text-decoration: none;
  line-height: 2;
  word-break: break-word;
  display: inline-block;
  padding: 0;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  box-shadow: none !important;
  margin-right: 1em;
}
.btn-action-link:last-child {
  margin-right: 0;
}
.btn-action-link [class*="hds-icon-"]:before {
  width: 18px;
  color: #999999;
  margin-top: -4px;
  vertical-align: middle;
}
.btn-action-link:hover {
  color: #006f61;
  background-color: transparent !important;
  text-decoration: none;
  border: 0;
}
.btn-action-link:link,
.btn-action-link:active,
.btn-action-link:visited,
.btn-action-link:focus {
  color: #008877;
  background-color: transparent;
  text-decoration: none;
}
.btn-action-link.disabled,
.btn-action-link[disabled] {
  color: #666;
  cursor: not-allowed;
}
.btn-action-link.disabled:hover,
.btn-action-link[disabled]:hover {
  color: #666;
  cursor: not-allowed;
}
.nav > li > a.btn-action-link {
  padding: 0;
  margin-right: 1em;
}
.nav > li > a.btn-action-link:link,
.nav > li > a.btn-action-link:active,
.nav > li > a.btn-action-link:visited,
.nav > li > a.btn-action-link:focus {
  color: #008877;
  background-color: transparent;
  text-decoration: none;
}
.nav .open > a.btn-action-link,
.nav .open > a.btn-action-link:hover,
.nav .open > a.btn-action-link:focus {
  color: #006f61;
  background-color: transparent !important;
  text-decoration: none;
  border: 0;
}
.not-renewable {
  font-style: italic;
}
.breakWordAutomatic {
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
@media only screen and (min-width: 768px) {
  #breakAtXS {
    display: none;
  }
}
.my-checkedout .result-list-item,
.my-holds .reservations .result-list-item {
  margin-left: 0;
}
@media (min-width: 768px) {
  .my-checkedout .result-list-item .col-sm-1,
  .my-holds .reservations .result-list-item .col-sm-1 {
    margin-right: -25px;
  }
}
.my-checkedout .special-actions > .btn-group {
  position: relative;
  left: 10px;
}
.my-checkedout .bulk-actions.disabled input,
.my-checkedout .bulk-actions.disabled label,
.my-checkedout .bulk-actions.disabled .btn-action-link {
  cursor: default;
  color: #666666;
}
.reserve-button:before {
  display: inline-block;
  content: "";
  width: 18px;
  height: 16px;
  margin-right: 0.2em;
  margin-left: 12px;
  background: url("../../hebisbs3/images/orderIcon.png") 0 -1px no-repeat;
  background-size: contain;
}
* {
  scroll-margin-top: 400px;
}
.alert-info {
  color: black;
}
.template-dir-eds .result-list-item .label-info {
  float: left;
}
.template-dir-eds .result-list-item .eds-subjects {
  float: none;
  margin: 0;
}
.template-dir-eds .result-list-item .customlinks {
  float: none;
  margin: 0;
  position: relative;
  top: -2px;
  left: 15px;
}
.template-dir-eds .result-list-item .favorites {
  float: none;
  display: block;
}
.template-dir-eds .sidebar .checkboxFilter {
  margin-left: 1.5em;
}
.template-dir-eds .sidebar .checkboxFilter .checkbox {
  font-weight: normal;
  margin-top: 0;
}
.template-dir-eds .sidebar .checkboxFilter .checkbox input {
  float: right     !important;
  position: relative  !important;
  margin-left: 0         !important;
  filter: brightness(0.95) hue-rotate(353deg);
}
.template-dir-eds .sidebar .checkboxFilter .checkbox span {
  position: relative;
  right: 18px;
}
.template-dir-eds .sidebar .checkboxFilter#doubleForSummary {
  margin-left: 0;
  position: relative;
  top: 1px;
}
.template-dir-eds .sidebar .checkboxFilter#doubleForSummary label {
  margin-left: 0.5em;
  margin-top: 0;
  padding: 10px 4px 10px 15px;
  border: none;
}
.template-dir-eds .sidebar .checkboxFilter#doubleForSummary label.checked {
  display: none;
}
.form-oauth2-authorize .form-group {
  margin-left: 0;
}
.adminMenu a {
  border: none;
}
.custom-form textarea {
  resize: none;
  width: 100%;
}
.custom-form .help-block,
.custom-form .list-unstyled {
  margin-bottom: 0;
}
.custom-form input[type="checkbox"] {
  margin: 11px 0 0;
  line-height: normal;
}
.custom-form .form-const-info {
  margin-bottom: 15px;
}
.imprint,
.accessibility {
  line-height: 1.8;
}
.no-js-warning {
  background-color: #E5F5F2;
  color: #a94442;
  font-size: 20px;
  text-align: center;
}
.no-js-warning .warning-box {
  background-color: #f8cdcd;
  border-color: #a94442;
  border-width: 5px;
  border-style: inset;
  padding: 10px;
  margin: 10px;
  display: inline-block;
}
.slider-handle {
  background-image: none !important;
  background-color: #008877;
}
.slider-selection.tick-slider-selection {
  background-image: none !important;
  background-color: #88fff0;
}
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #fff;
}
.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: #444;
}
.header-top.headerTopExpand .navbar {
  border-radius: 0px;
}
.header-top.headerTopExpand .navbar-header {
  float: left;
}
.header-top.headerTopExpand .navbar-collapse {
  width: auto;
  border-top: 0;
  box-shadow: none;
}
.header-top.headerTopExpand .navbar-collapse.collapse {
  display: block !important;
  height: auto !important;
  padding-bottom: 0;
  overflow: visible !important;
}
.header-top.headerTopExpand .navbar-collapse.in {
  overflow-y: visible;
}
.navbar-fixed-top .header-top.headerTopExpand .navbar-collapse,
.navbar-static-top .header-top.headerTopExpand .navbar-collapse,
.navbar-fixed-bottom .header-top.headerTopExpand .navbar-collapse {
  padding-left: 0;
  padding-right: 0;
}
.header-top.headerTopExpand .container > .navbar-header,
.header-top.headerTopExpand .container-fluid > .navbar-header,
.header-top.headerTopExpand .container > .navbar-collapse,
.header-top.headerTopExpand .container-fluid > .navbar-collapse {
  margin-right: 0;
  margin-left: 0;
}
.header-top.headerTopExpand .navbar-static-top {
  border-radius: 0;
}
.header-top.headerTopExpand .navbar-fixed-top,
.header-top.headerTopExpand .navbar-fixed-bottom {
  border-radius: 0;
}
 > .container .header-top.headerTopExpand .navbar-brand .navbar,
 > .container-fluid .header-top.headerTopExpand .navbar-brand .navbar {
  margin-left: -15px;
}
.header-top.headerTopExpand .navbar-toggle {
  display: none;
}
.header-top.headerTopExpand .navbar-nav {
  float: left;
  margin: 0;
}
.header-top.headerTopExpand .navbar-nav > li {
  float: left;
}
.header-top.headerTopExpand .navbar-nav > li > a {
  padding-top: 15px;
  padding-bottom: 15px;
}
.header-top.headerTopExpand .navbar-form {
  width: auto;
  border: 0;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.header-top.headerTopExpand .navbar-text {
  float: left;
  margin-left: 15px;
  margin-right: 15px;
}
.header-top.headerTopExpand .navbar-left {
  float: left !important;
  margin-left: -15px;
}
.header-top.headerTopExpand .navbar-right {
  float: right !important;
  margin-right: -15px;
}
.header-top.headerTopExpand .navbar-right ~ .navbar-right {
  margin-right: 0;
}
.header-top.headerTopCollapse .navbar-nav .open .dropdown-menu {
  position: static;
  float: none;
  width: auto;
  margin-top: 0;
  border: 0;
  box-shadow: none;
}
.header-top.headerTopCollapse .navbar-nav .open .dropdown-menu > li > a,
.header-top.headerTopCollapse .navbar-nav .open .dropdown-menu .dropdown-header {
  padding: 5px 15px 5px 25px;
}
.header-top.headerTopCollapse .navbar-nav .open .dropdown-menu > li > a {
  line-height: 20px;
}
.header-top.headerTopCollapse .navbar-nav .open .dropdown-menu > li > a:hover,
.header-top.headerTopCollapse .navbar-nav .open .dropdown-menu > li > a:focus {
  background-image: none;
}
.header-top.headerTopCollapse .navbar-form .form-group {
  margin-bottom: 5px;
}
.header-top.headerTopCollapse .navbar-form .form-group:last-child {
  margin-bottom: 0;
}
.header-top.headerTopCollapse .navbar-default .navbar-nav .open .dropdown-menu > li > a {
  color: #777;
}
.header-top.headerTopCollapse .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
.header-top.headerTopCollapse .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
  color: #333;
  background-color: transparent;
}
.header-top.headerTopCollapse .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
.header-top.headerTopCollapse .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
.header-top.headerTopCollapse .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.header-top.headerTopCollapse .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
.header-top.headerTopCollapse .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
.header-top.headerTopCollapse .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.header-top.headerTopCollapse .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
  border-color: #080808;
}
.header-top.headerTopCollapse .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
  background-color: #080808;
}
.header-top.headerTopCollapse .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
  color: #9d9d9d;
}
.header-top.headerTopCollapse .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
.header-top.headerTopCollapse .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.header-top.headerTopCollapse .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
.header-top.headerTopCollapse .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
.header-top.headerTopCollapse .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
  color: #fff;
  background-color: #080808;
}
.header-top.headerTopCollapse .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
.header-top.headerTopCollapse .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
.header-top.headerTopCollapse .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.klaro .context-notice a,
.klaro .cookie-notice a {
  color: lightgrey !important;
}
.klaro .context-notice p,
.klaro .cookie-notice p {
  color: #fafafa !important;
}
.klaro .cookie-notice:not(.cookie-modal-notice) {
  background-color: #008877 !important;
}
.explain-charts {
  max-width: 800px;
}
.explain-piechart-container {
  max-height: 600px;
}
.explain-column-container {
  max-height: 160px;
  min-height: 160px;
}
.container > p {
  word-wrap: break-word;
}
.explain-button {
  display: inline-block;
  float: left;
  vertical-align: top;
  font-size: 12px;
  line-height: 1;
}
.explain-button a {
  line-height: 2;
}
.explain-rList-chart {
  max-width: 100px;
  text-align: left;
  display: inline-block;
}
table,
th,
td {
  padding-top: 9px;
}
.explain-value {
  text-align: right;
  vertical-align: top;
  padding-right: 9px;
}
.explain-rest {
  padding-top: 5px;
  padding-left: 19px;
  padding-right: 1px;
}
.sum-rest {
  text-align: right;
  vertical-align: top;
  border-top-width: 2px;
  border-top-style: solid;
  padding-top: 5px;
  padding-left: 19px;
  padding-right: 1px;
}
.rest-value {
  text-align: right;
  vertical-align: top;
  padding-right: 1px;
}
.rest-text {
  padding-left: 8px;
}
.availability-box {
  background-color: #f8f9fa;
  padding: 10px;
  font-weight: bold;
  text-align: left;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.panel {
  border-radius: 5px !important;
  overflow: hidden;
  margin-bottom: 10px !important;
}
.panel-default > .panel-heading {
  border-radius: 5px !important;
}
.accordion-icon {
  margin-left: auto;
  transition: transform 0.3s ease-in-out;
}
.panel-heading a[aria-expanded="true"] .accordion-icon {
  transform: rotate(180deg);
}
.panel-heading a {
  display: flex;
  outline: none !important;
}
.panel-heading .uni-name {
  width: 100%;
}
.ill-panel-table {
  background-color: #ffffff !important;
  width: 100%;
}
.ill-panel-table th,
.ill-panel-table td {
  padding: 5px;
  text-align: left;
}
.text-left {
  margin: 15px 0 15px 0;
}
.text-left a {
  width: 240px;
  height: 35px;
  border-radius: 8px;
}
#showMore {
  outline: none !important;
}
.header-bottom {
  border-bottom: 1px solid #008877;
}
.sticky .header-bottom {
  padding-bottom: 9px;
}
.sticky .header-bottom #searchForm {
  margin-top: 15px;
  margin-bottom: 11px;
}
.container-broadcast-message .alert-success,
#create_broadcast .alert-success {
  background-color: #E5F5F2;
  border-color: #bce8f1;
  color: #003C34;
}
#custom_text_below_search_result {
  background-color: #E5F5F2;
  color: #003C34;
}
#searchForm .btn-link {
  color: #003C34;
}
.jumbotron ul > li {
  color: black;
}
.slider-selection.tick-slider-selection {
  background-color: #E5F5F2;
}
.navbar-brand {
  padding: 5px 7px 0 2px;
}
.navbar-brand span {
  width: 21px;
  height: 40px;
}
.navbar-brand img {
  width: 100%;
}
.header-left span {
  width: 180px;
  height: 78px;
  margin-top: 5px;
}
.header-left img {
  width: 100%;
}
.sticky .header-left span {
  width: 115px;
  height: 50px;
  margin-left: 80px;
  margin-top: 5px;
  margin-bottom: 5px;
}
