@import "lib/fontawesome-all.min.css";
@import "lib/rome.min.css";
@import "simplemde.min.css";
@import "lib/Chart.min.css";
@import "lib/swiper-bundle.css";
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
a {
  background: transparent;
}
a:focus {
  outline: thin dotted;
}
a:active,
a:hover {
  outline: 0;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
mark {
  background: #ff0;
  color: #000;
}
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
pre {
  white-space: pre-wrap;
}
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
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: 0;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}
button,
input {
  line-height: normal;
}
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;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 2cm 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
  #page-menu-bar {
    display: none;
  }
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #3174AF;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #204c73;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-thumbnail.floating {
  box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.034), 0 6.7px 5.3px rgba(0, 0, 0, 0.048), 0 12.5px 10px rgba(0, 0, 0, 0.06), 0 15px 22px rgba(0, 0, 0, 0.072), 0 20px 33px 0 rgba(0, 0, 0, 0.086);
  min-height: 2em;
  background: transparent;
  border-width: 0;
  padding: 0;
  margin: 0 0 1.5em;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  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: #999999;
}
h1,
h2,
h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
h2 small,
h3 small,
h1 .small,
h2 .small,
h3 .small {
  font-size: 65%;
}
h4,
h5,
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
h5 small,
h6 small,
h4 .small,
h5 .small,
h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 200;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
cite {
  font-style: normal;
}
.text-muted {
  color: #999999;
}
.text-primary {
  color: #3174AF;
}
.text-primary:hover {
  color: #265a87;
}
.text-warning {
  color: #8a6d3b;
}
.text-warning:hover {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
.text-danger:hover {
  color: #843534;
}
.text-success {
  color: #3c763d;
}
.text-success:hover {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
.text-info:hover {
  color: #245269;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
.list-inline > li:first-child {
  padding-left: 0;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
  .dl-horizontal dd:before,
  .dl-horizontal dd:after {
    content: " ";
    display: table;
  }
  .dl-horizontal dd:after {
    clear: both;
  }
  .dl-horizontal dd:before,
  .dl-horizontal dd:after {
    content: " ";
    display: table;
  }
  .dl-horizontal dd:after {
    clear: both;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  border-left: 5px solid #eeeeee;
}
blockquote p {
  font-size: 17.5px;
  font-weight: 300;
  line-height: 1.25;
}
blockquote p:last-child {
  margin-bottom: 0;
}
blockquote small,
blockquote .small {
  display: block;
  line-height: 1.42857143;
  color: #999999;
}
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
}
blockquote.pull-right p,
blockquote.pull-right small,
blockquote.pull-right .small {
  text-align: right;
}
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: '';
}
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
blockquote:before,
blockquote:after {
  content: "";
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  white-space: nowrap;
  border-radius: 4px;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container:before,
.container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
.container:before,
.container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.row:before,
.row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
.row:before,
.row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
.row-no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.row-no-gutters [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.col-tn-1,
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-tn-2,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-tn-3,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-tn-4,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-tn-5,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-tn-6,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-tn-7,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-tn-8,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-tn-9,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-tn-10,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-tn-11,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-tn-12,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-tn-1,
.col-tn-2,
.col-tn-3,
.col-tn-4,
.col-tn-5,
.col-tn-6,
.col-tn-7,
.col-tn-8,
.col-tn-9,
.col-tn-10,
.col-tn-11,
.col-tn-12 {
  float: left;
}
.col-tn-12 {
  width: 100%;
}
.col-tn-11 {
  width: 91.66666667%;
}
.col-tn-10 {
  width: 83.33333333%;
}
.col-tn-9 {
  width: 75%;
}
.col-tn-8 {
  width: 66.66666667%;
}
.col-tn-7 {
  width: 58.33333333%;
}
.col-tn-6 {
  width: 50%;
}
.col-tn-5 {
  width: 41.66666667%;
}
.col-tn-4 {
  width: 33.33333333%;
}
.col-tn-3 {
  width: 25%;
}
.col-tn-2 {
  width: 16.66666667%;
}
.col-tn-1 {
  width: 8.33333333%;
}
.col-tn-pull-12 {
  right: 100%;
}
.col-tn-pull-11 {
  right: 91.66666667%;
}
.col-tn-pull-10 {
  right: 83.33333333%;
}
.col-tn-pull-9 {
  right: 75%;
}
.col-tn-pull-8 {
  right: 66.66666667%;
}
.col-tn-pull-7 {
  right: 58.33333333%;
}
.col-tn-pull-6 {
  right: 50%;
}
.col-tn-pull-5 {
  right: 41.66666667%;
}
.col-tn-pull-4 {
  right: 33.33333333%;
}
.col-tn-pull-3 {
  right: 25%;
}
.col-tn-pull-2 {
  right: 16.66666667%;
}
.col-tn-pull-1 {
  right: 8.33333333%;
}
.col-tn-pull-0 {
  right: 0%;
}
.col-tn-push-12 {
  left: 100%;
}
.col-tn-push-11 {
  left: 91.66666667%;
}
.col-tn-push-10 {
  left: 83.33333333%;
}
.col-tn-push-9 {
  left: 75%;
}
.col-tn-push-8 {
  left: 66.66666667%;
}
.col-tn-push-7 {
  left: 58.33333333%;
}
.col-tn-push-6 {
  left: 50%;
}
.col-tn-push-5 {
  left: 41.66666667%;
}
.col-tn-push-4 {
  left: 33.33333333%;
}
.col-tn-push-3 {
  left: 25%;
}
.col-tn-push-2 {
  left: 16.66666667%;
}
.col-tn-push-1 {
  left: 8.33333333%;
}
.col-tn-push-0 {
  left: 0%;
}
.col-tn-offset-12 {
  margin-left: 100%;
}
.col-tn-offset-11 {
  margin-left: 91.66666667%;
}
.col-tn-offset-10 {
  margin-left: 83.33333333%;
}
.col-tn-offset-9 {
  margin-left: 75%;
}
.col-tn-offset-8 {
  margin-left: 66.66666667%;
}
.col-tn-offset-7 {
  margin-left: 58.33333333%;
}
.col-tn-offset-6 {
  margin-left: 50%;
}
.col-tn-offset-5 {
  margin-left: 41.66666667%;
}
.col-tn-offset-4 {
  margin-left: 33.33333333%;
}
.col-tn-offset-3 {
  margin-left: 25%;
}
.col-tn-offset-2 {
  margin-left: 16.66666667%;
}
.col-tn-offset-1 {
  margin-left: 8.33333333%;
}
.col-tn-offset-0 {
  margin-left: 0%;
}
@media (min-width: 480px) {
  .col-xs-1,
  .col-xs-2,
  .col-xs-3,
  .col-xs-4,
  .col-xs-5,
  .col-xs-6,
  .col-xs-7,
  .col-xs-8,
  .col-xs-9,
  .col-xs-10,
  .col-xs-11,
  .col-xs-12 {
    float: left;
  }
  .col-xs-12 {
    width: 100%;
  }
  .col-xs-11 {
    width: 91.66666667%;
  }
  .col-xs-10 {
    width: 83.33333333%;
  }
  .col-xs-9 {
    width: 75%;
  }
  .col-xs-8 {
    width: 66.66666667%;
  }
  .col-xs-7 {
    width: 58.33333333%;
  }
  .col-xs-6 {
    width: 50%;
  }
  .col-xs-5 {
    width: 41.66666667%;
  }
  .col-xs-4 {
    width: 33.33333333%;
  }
  .col-xs-3 {
    width: 25%;
  }
  .col-xs-2 {
    width: 16.66666667%;
  }
  .col-xs-1 {
    width: 8.33333333%;
  }
  .col-xs-pull-12 {
    right: 100%;
  }
  .col-xs-pull-11 {
    right: 91.66666667%;
  }
  .col-xs-pull-10 {
    right: 83.33333333%;
  }
  .col-xs-pull-9 {
    right: 75%;
  }
  .col-xs-pull-8 {
    right: 66.66666667%;
  }
  .col-xs-pull-7 {
    right: 58.33333333%;
  }
  .col-xs-pull-6 {
    right: 50%;
  }
  .col-xs-pull-5 {
    right: 41.66666667%;
  }
  .col-xs-pull-4 {
    right: 33.33333333%;
  }
  .col-xs-pull-3 {
    right: 25%;
  }
  .col-xs-pull-2 {
    right: 16.66666667%;
  }
  .col-xs-pull-1 {
    right: 8.33333333%;
  }
  .col-xs-pull-0 {
    right: 0%;
  }
  .col-xs-push-12 {
    left: 100%;
  }
  .col-xs-push-11 {
    left: 91.66666667%;
  }
  .col-xs-push-10 {
    left: 83.33333333%;
  }
  .col-xs-push-9 {
    left: 75%;
  }
  .col-xs-push-8 {
    left: 66.66666667%;
  }
  .col-xs-push-7 {
    left: 58.33333333%;
  }
  .col-xs-push-6 {
    left: 50%;
  }
  .col-xs-push-5 {
    left: 41.66666667%;
  }
  .col-xs-push-4 {
    left: 33.33333333%;
  }
  .col-xs-push-3 {
    left: 25%;
  }
  .col-xs-push-2 {
    left: 16.66666667%;
  }
  .col-xs-push-1 {
    left: 8.33333333%;
  }
  .col-xs-push-0 {
    left: 0%;
  }
  .col-xs-offset-12 {
    margin-left: 100%;
  }
  .col-xs-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-xs-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-xs-offset-9 {
    margin-left: 75%;
  }
  .col-xs-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-xs-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-xs-offset-6 {
    margin-left: 50%;
  }
  .col-xs-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-xs-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-xs-offset-3 {
    margin-left: 25%;
  }
  .col-xs-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-xs-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-xs-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: 0%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: 0%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: 0%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: 0%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: 0%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: 0%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  max-width: 100%;
  background-color: transparent;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  float: none;
  display: table-cell;
}
.table > thead > tr > .active,
.table > tbody > tr > .active,
.table > tfoot > tr > .active,
.table > thead > .active > td,
.table > tbody > .active > td,
.table > tfoot > .active > td,
.table > thead > .active > th,
.table > tbody > .active > th,
.table > tfoot > .active > th {
  background-color: #f5f5f5 !important;
  color: #2c2c2c !important;
}
.table-hover > tbody > tr > .active:hover,
.table-hover > tbody > .active:hover > td,
.table-hover > tbody > .active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > .success,
.table > tbody > tr > .success,
.table > tfoot > tr > .success,
.table > thead > .success > td,
.table > tbody > .success > td,
.table > tfoot > .success > td,
.table > thead > .success > th,
.table > tbody > .success > th,
.table > tfoot > .success > th {
  background-color: #dff0d8 !important;
  color: #2c2c2c !important;
}
.table-hover > tbody > tr > .success:hover,
.table-hover > tbody > .success:hover > td,
.table-hover > tbody > .success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > .danger,
.table > tbody > tr > .danger,
.table > tfoot > tr > .danger,
.table > thead > .danger > td,
.table > tbody > .danger > td,
.table > tfoot > .danger > td,
.table > thead > .danger > th,
.table > tbody > .danger > th,
.table > tfoot > .danger > th {
  background-color: #f2dede !important;
  color: #2c2c2c !important;
}
.table-hover > tbody > tr > .danger:hover,
.table-hover > tbody > .danger:hover > td,
.table-hover > tbody > .danger:hover > th {
  background-color: #ebcccc;
}
.table > thead > tr > .warning,
.table > tbody > tr > .warning,
.table > tfoot > tr > .warning,
.table > thead > .warning > td,
.table > tbody > .warning > td,
.table > tfoot > .warning > td,
.table > thead > .warning > th,
.table > tbody > .warning > th,
.table > tfoot > .warning > th {
  background-color: #fcf8e3 !important;
  color: #2c2c2c !important;
}
.table-hover > tbody > tr > .warning:hover,
.table-hover > tbody > .warning:hover > td,
.table-hover > tbody > .warning:hover > th {
  background-color: #faf2cc;
}
@media (max-width: 1199px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: scroll;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
    -webkit-overflow-scrolling: touch;
  }
  .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;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  /* IE8-9 */
  line-height: normal;
}
input[type="file"] {
  display: block;
}
select[multiple],
select[size] {
  height: auto;
}
select optgroup {
  font-size: inherit;
  font-style: inherit;
  font-family: inherit;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  height: auto;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  vertical-align: middle;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  vertical-align: middle;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -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;
  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: #999999;
}
.form-control::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999999;
}
.form-control::-webkit-input-placeholder {
  color: #999999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
}
textarea.form-control {
  height: auto;
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  display: block;
  min-height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
  vertical-align: middle;
}
.radio label,
.checkbox label {
  display: inline;
  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"] {
  float: left;
  margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  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],
.radio[disabled],
.radio-inline[disabled],
.checkbox[disabled],
.checkbox-inline[disabled],
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] .radio,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm {
  height: auto;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg {
  height: auto;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 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-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 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-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 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;
}
.form-control-static {
  margin-bottom: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
  }
  .form-inline select.form-control {
    width: auto;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
}
.form-horizontal .control-label,
.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;
}
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  content: " ";
  display: table;
}
.form-horizontal .form-group:after {
  clear: both;
}
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  content: " ";
  display: table;
}
.form-horizontal .form-group:after {
  clear: both;
}
.form-horizontal .form-control-static {
  padding-top: 7px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
  }
}
.form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem;
}
.form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}
.form-check-input {
  width: 1em;
  height: 1em;
  margin-top: 0.21428571em;
  vertical-align: top;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(51, 51, 51, 0.25);
  appearance: none;
  color-adjust: exact;
}
.form-check-input[type="checkbox"] {
  border-radius: 0.25em;
}
.form-check-input[type="radio"] {
  border-radius: 50%;
}
.form-check-input:active {
  filter: brightness(90%);
}
.form-check-input:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(49, 116, 175, 0.25);
}
.form-check-input:checked {
  background-color: #3174AF;
  border-color: #3174AF;
}
.form-check-input:checked[type="checkbox"] {
  background-image: url('data%3Aimage/svg+xml,%3C?xml%20version%3D'1.0'%3E%3Csvg%20xmlns%3D'http%3A//www.w3.org/2000/svg'%20viewBox%3D'0%200%2020%2020'%3E%3Cpath%20fill%3D'none'%20stroke%3D'%23fff'%20stroke-linecap%3D'round'%20stroke-linejoin%3D'round'%20stroke-width%3D'3'%20d%3D'M6%2010l3%203l6-6'/%3E%3C/svg%3E');
}
.form-check-input:checked[type="radio"] {
  background-image: url('data%3Aimage/svg+xml,%3C?xml%20version%3D'1.0'%3E%3Csvg%20xmlns%3D'http%3A//www.w3.org/2000/svg'%20viewBox%3D'-4%20-4%208%208'%3E%3Ccircle%20r%3D'2'%20fill%3D'%23fff'/%3E%3C/svg%3E');
}
.form-check-input[type="checkbox"]:indeterminate {
  background-color: #3174AF;
  border-color: #3174AF;
  background-image: %5Bobject%20Object%5D;
}
.form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}
.form-check-input[disabled] ~ .form-check-label,
.form-check-input:disabled ~ .form-check-label {
  opacity: 0.5;
}
.form-check-label {
  color: null;
  cursor: null;
  vertical-align: middle;
  line-height: 30px;
}
.form-switch {
  padding-left: 2.5em;
}
.form-switch .form-check-input {
  width: 2em;
  margin-left: -2.5em;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D'http%3A//www.w3.org/2000/svg'%20viewBox%3D'-4%20-4%208%208'%3E%3Ccircle%20r%3D'3'%20fill%3D'%230000003F'/%3E%3C/svg%3E");
  background-position: left center;
  border-radius: 2em;
  transition: background-position 0.15s ease-in-out;
  vertical-align: middle;
}
.form-switch .form-check-input:focus {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D'http%3A//www.w3.org/2000/svg'%20viewBox%3D'-4%20-4%208%208'%3E%3Ccircle%20r%3D'3'%20fill%3D'%2366AFE9FF'/%3E%3C/svg%3E");
}
.form-switch .form-check-input:checked {
  background-position: right center;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D'http%3A//www.w3.org/2000/svg'%20viewBox%3D'-4%20-4%208%208'%3E%3Ccircle%20r%3D'3'%20fill%3D'%23fff'/%3E%3C/svg%3E");
}
.form-check-inline {
  display: inline-block;
  margin-right: 1rem;
}
.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.btn-check[disabled] + .btn,
.btn-check:disabled + .btn {
  pointer-events: none;
  filter: none;
  opacity: 0.65;
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.btn:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  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;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #333;
  background-color: #ebebeb;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #fff;
}
.btn-primary {
  color: #fff;
  background-color: #3174AF;
  border-color: #2b679b;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #285f8f;
  border-color: #1e476b;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #3174AF;
  border-color: #2b679b;
}
.btn-primary .badge {
  color: #3174AF;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ed9c28;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #c62828;
  border-color: #b12424;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #a42121;
  border-color: #7e1919;
}
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #c62828;
  border-color: #b12424;
}
.btn-danger .badge {
  color: #c62828;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #2e7d32;
  border-color: #276a2b;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #235f26;
  border-color: #173e19;
}
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #2e7d32;
  border-color: #276a2b;
}
.btn-success .badge {
  color: #2e7d32;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #39b3d7;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-link {
  color: #3174AF;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #204c73;
  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: #999999;
  text-decoration: none;
}
.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.sso_oauth_google {
  padding: 12px 16px 12px 42px;
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-radius: 3px;
  color: #333;
  font-size: 14px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48cGF0aCBkPSJNMTcuNiA5LjJsLS4xLTEuOEg5djMuNGg0LjhDMTMuNiAxMiAxMyAxMyAxMiAxMy42djIuMmgzYTguOCA4LjggMCAwIDAgMi42LTYuNnoiIGZpbGw9IiM0Mjg1RjQiIGZpbGwtcnVsZT0ibm9uemVybyIvPjxwYXRoIGQ9Ik05IDE4YzIuNCAwIDQuNS0uOCA2LTIuMmwtMy0yLjJhNS40IDUuNCAwIDAgMS04LTIuOUgxVjEzYTkgOSAwIDAgMCA4IDV6IiBmaWxsPSIjMzRBODUzIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz48cGF0aCBkPSJNNCAxMC43YTUuNCA1LjQgMCAwIDEgMC0zLjRWNUgxYTkgOSAwIDAgMCAwIDhsMy0yLjN6IiBmaWxsPSIjRkJCQzA1IiBmaWxsLXJ1bGU9Im5vbnplcm8iLz48cGF0aCBkPSJNOSAzLjZjMS4zIDAgMi41LjQgMy40IDEuM0wxNSAyLjNBOSA5IDAgMCAwIDEgNWwzIDIuNGE1LjQgNS40IDAgMCAxIDUtMy43eiIgZmlsbD0iI0VBNDMzNSIgZmlsbC1ydWxlPSJub256ZXJvIi8+PHBhdGggZD0iTTAgMGgxOHYxOEgweiIvPjwvZz48L3N2Zz4=);
  background-color: white;
  background-repeat: no-repeat;
  background-position: 12px 12px;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('/fonts/glyphicons-halflings-regular.eot');
  src: url('/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('/fonts/glyphicons-halflings-regular.woff') format('woff'), url('/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('/fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular') format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon:empty {
  width: 1em;
}
.glyphicon-asterisk:before {
  content: "\2a";
}
.glyphicon-plus:before {
  content: "\2b";
}
.glyphicon-euro:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
.glyphicon-menu-hamburger:before {
  content: "\e236";
}
.glyphicon-sunglasses:before {
  content: "\e240";
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: block !important;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  background-color: #fff;
  -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;
  -webkit-transition: max-height 2s, opacity 0.2s 0.1s, visibility 0s 2s !important;
  -moz-transition: max-height 2s, opacity 0.2s 0.1s, visibility 0s 2s !important;
  -ms-transition: max-height 2s, opacity 0.2s 0.1s, visibility 0s 2s !important;
  -o-transition: max-height 2s, opacity 0.2s 0.1s, visibility 0s 2s !important;
  transition: max-height 2s, opacity 0.2s 0.1s, visibility 0s 2s !important;
  overflow-x: hidden;
  overflow-y: hidden;
  opacity: 0 !important;
  visibility: hidden !important;
  max-height: 0 !important;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #3174AF;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #999999;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  -webkit-transition: max-height 2s, opacity 0.2s, visibility 0s !important;
  -moz-transition: max-height 2s, opacity 0.2s, visibility 0s !important;
  -ms-transition: max-height 2s, opacity 0.2s, visibility 0s !important;
  -o-transition: max-height 2s, opacity 0.2s, visibility 0s !important;
  transition: max-height 2s, opacity 0.2s, visibility 0s !important;
  opacity: 1 !important;
  overflow-y: auto;
  visibility: visible !important;
  max-height: 600px !important;
}
.open > a {
  outline: 0;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #999999;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: 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:focus,
.btn-group-vertical > .btn:focus {
  outline: none;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
.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:before,
.btn-group-vertical > .btn-group:after {
  content: " ";
  display: table;
}
.btn-group-vertical > .btn-group:after {
  clear: both;
}
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after {
  content: " ";
  display: table;
}
.btn-group-vertical > .btn-group:after {
  clear: both;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child > .btn:last-child,
.btn-group-vertical > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-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%;
}
[data-toggle="buttons"] > .btn > input[type="radio"],
[data-toggle="buttons"] > .btn > input[type="checkbox"] {
  display: 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 {
  width: 100%;
  margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
  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 > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  white-space: nowrap;
}
.input-group-btn:first-child > .btn {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn {
  margin-left: -1px;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -4px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:active {
  z-index: 20;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav:before,
.nav:after {
  content: " ";
  display: table;
}
.nav:after {
  clear: both;
}
.nav:before,
.nav:after {
  content: " ";
  display: table;
}
.nav:after {
  clear: both;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #999999;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #999999;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #3174AF;
}
.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 > a.collectionSpotlightTabs {
  position: relative;
  display: block;
  float: left;
  margin-bottom: -1px;
  margin-left: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
  padding: 10px 15px;
}
.nav-tabs > a.collectionSpotlightTabs:hover {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav-tabs > a.collectionSpotlightTabs[aria-selected='true'] {
  color: #555555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs > a.collectionSpotlightTabs.active,
.nav-tabs > a.collectionSpotlightTabs.active:hover,
.nav-tabs > a.collectionSpotlightTabs.active:focus {
  color: #555555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  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: 4px;
}
.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: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #3174AF;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
.navbar:before,
.navbar:after {
  content: " ";
  display: table;
}
.navbar:after {
  clear: both;
}
.navbar:before,
.navbar:after {
  content: " ";
  display: table;
}
.navbar:after {
  clear: both;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
.navbar-header:before,
.navbar-header:after {
  content: " ";
  display: table;
}
.navbar-header:after {
  clear: both;
}
.navbar-header:before,
.navbar-header:after {
  content: " ";
  display: table;
}
.navbar-header:after {
  clear: both;
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  max-height: 340px;
  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:before,
.navbar-collapse:after {
  content: " ";
  display: table;
}
.navbar-collapse:after {
  clear: both;
}
.navbar-collapse:before,
.navbar-collapse:after {
  content: " ";
  display: table;
}
.navbar-collapse:after {
  clear: both;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    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;
  }
}
.container > .navbar-header,
.container > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .navbar-nav.navbar-right:last-child {
    margin-right: -15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
  }
}
.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;
  }
  .navbar-form select.form-control {
    width: auto;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar-form.navbar-right:last-child {
    margin-right: -15px;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-nav.pull-right > li > .dropdown-menu,
.navbar-nav > li > .dropdown-menu.pull-right {
  left: auto;
  right: 0;
}
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
  .navbar-text.navbar-right:last-child {
    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: #ccc;
}
.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: 767px) {
  .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-inverse {
  background-color: #222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #999999;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #999999;
}
.navbar-inverse .navbar-nav > li > a {
  color: #999999;
}
.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: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #999999;
  }
  .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: #999999;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #ccc;
}
.breadcrumb > .active {
  color: #999999;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  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: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  background-color: #eeeeee;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  background-color: #3174AF;
  border-color: #3174AF;
  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: #999999;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}
.pager:before,
.pager:after {
  content: " ";
  display: table;
}
.pager:after {
  clear: both;
}
.pager:before,
.pager:after {
  content: " ";
  display: table;
}
.pager:after {
  clear: both;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #999999;
  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;
}
.label[href]:hover,
.label[href]:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #999999;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #808080;
}
.label-primary {
  background-color: #3174AF;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #265a87;
}
.label-success {
  background-color: #2e7d32;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #205823;
}
.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: #c62828;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #9c1f1f;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #999999;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #3174AF;
  background-color: #fff;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding: 30px;
  margin-bottom: 30px;
  font-size: 21px;
  font-weight: 200;
  line-height: 2.14285714;
  color: inherit;
  background-color: #eeeeee;
}
.jumbotron h1,
.jumbotron .h1 {
  line-height: 1;
  color: inherit;
}
.jumbotron p {
  line-height: 1.4;
}
.container .jumbotron {
  border-radius: 6px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .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: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #3174AF;
}
.thumbnail .caption {
  padding: 9px;
  color: #333333;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable {
  padding-right: 35px;
}
.alert-dismissable .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  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: #3174AF;
  -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;
  transition: width 0.6s ease;
}
.progress-striped .progress-bar {
  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: 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 {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #2e7d32;
}
.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: 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: 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: 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: #c62828;
}
.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: 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,
.media-body {
  overflow: hidden;
  zoom: 1;
}
.media,
.media .media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media-object {
  display: block;
}
.media-heading {
  margin: 0 0 5px;
}
.media > .pull-left {
  margin-right: 10px;
}
.media > .pull-right {
  margin-left: 10px;
}
.media-list {
  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: 4px;
  border-top-left-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
a.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover,
a.list-group-item:focus {
  text-decoration: none;
  background-color: #f5f5f5;
}
a.list-group-item.active,
a.list-group-item.active:hover,
a.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #3174AF;
  border-color: #3174AF;
}
a.list-group-item.active .list-group-item-heading,
a.list-group-item.active:hover .list-group-item-heading,
a.list-group-item.active:focus .list-group-item-heading {
  color: inherit;
}
a.list-group-item.active .list-group-item-text,
a.list-group-item.active:hover .list-group-item-text,
a.list-group-item.active:focus .list-group-item-text {
  color: #bfd7ed;
}
.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: 4px;
  -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-body:before,
.panel-body:after {
  content: " ";
  display: table;
}
.panel-body:after {
  clear: both;
}
.panel-body:before,
.panel-body:after {
  content: " ";
  display: table;
}
.panel-body:after {
  clear: both;
}
.panel > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item {
  border-width: 1px 0;
}
.panel > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.panel > .list-group .list-group-item:last-child {
  border-bottom: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table {
  margin-bottom: 0;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child th,
.panel > .table > tbody: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:last-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:last-child > th,
.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,
.panel > .table-bordered > thead > tr:last-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:last-child > td,
.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 {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a {
  color: inherit;
}
.panel-title h2 {
  font-size: 13px;
  display: unset;
  margin: unset;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
  overflow: hidden;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse .panel-body {
  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: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #3174AF;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #3174AF;
  border-color: #3174AF;
}
.panel-primary > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #3174AF;
}
.panel-primary > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #3174AF;
}
.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-footer + .panel-collapse .panel-body {
  border-bottom-color: #d6e9c6;
}
.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-footer + .panel-collapse .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #ebccd1;
}
.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-footer + .panel-collapse .panel-body {
  border-bottom-color: #bce8f1;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 6px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #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: auto;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-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);
  transform: translate(0, 0);
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
  z-index: 1050;
}
.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -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: none;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
  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;
  min-height: 16.42857143px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 20px;
  max-height: 56vh;
  overflow-y: auto;
}
.modal-footer {
  margin-top: 15px;
  padding: 19px 20px 20px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.modal-footer:after {
  clear: both;
}
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.modal-footer:after {
  clear: both;
}
.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;
}
@media screen and (min-width: 768px) {
  .modal-dialog {
    width: 733px;
    max-width: 750px;
    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);
  }
}
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 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;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover .arrow,
.popover .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover .arrow {
  border-width: 11px;
}
.popover .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999;
  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: #999;
  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: #999;
  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: #999;
  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;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 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);
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0%), color-stop(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, color-stop(rgba(0, 0, 0, 0.0001) 0%), color-stop(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: none;
  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%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  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 .glyphicons-chevron-left,
  .carousel-control .glyphicons-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
    font-size: 30px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.screen-reader-text {
  position: absolute;
  clip-path: inset(50%);
  margin: -1px;
  border: 0;
  padding: 0;
  width: 1px;
  height: 1px;
  overflow: hidden;
  word-wrap: normal !important;
  clip: rect(1px, 1px, 1px, 1px);
}
.screen-reader-text:focus {
  display: block;
  top: 5px;
  left: 5px;
  z-index: 100000;
  clip-path: none;
  background-color: #eee;
  padding: 15px 23px 14px;
  width: auto;
  height: auto;
  text-decoration: none;
  line-height: normal;
  color: #444;
  font-size: 1em;
  clip: auto !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
tr.visible-xs,
th.visible-xs,
td.visible-xs {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-xs.visible-sm {
    display: block !important;
  }
  table.visible-xs.visible-sm {
    display: table;
  }
  tr.visible-xs.visible-sm {
    display: table-row !important;
  }
  th.visible-xs.visible-sm,
  td.visible-xs.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-xs.visible-md {
    display: block !important;
  }
  table.visible-xs.visible-md {
    display: table;
  }
  tr.visible-xs.visible-md {
    display: table-row !important;
  }
  th.visible-xs.visible-md,
  td.visible-xs.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-xs.visible-lg {
    display: block !important;
  }
  table.visible-xs.visible-lg {
    display: table;
  }
  tr.visible-xs.visible-lg {
    display: table-row !important;
  }
  th.visible-xs.visible-lg,
  td.visible-xs.visible-lg {
    display: table-cell !important;
  }
}
.visible-sm,
tr.visible-sm,
th.visible-sm,
td.visible-sm {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-sm.visible-xs {
    display: block !important;
  }
  table.visible-sm.visible-xs {
    display: table;
  }
  tr.visible-sm.visible-xs {
    display: table-row !important;
  }
  th.visible-sm.visible-xs,
  td.visible-sm.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-sm.visible-md {
    display: block !important;
  }
  table.visible-sm.visible-md {
    display: table;
  }
  tr.visible-sm.visible-md {
    display: table-row !important;
  }
  th.visible-sm.visible-md,
  td.visible-sm.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-sm.visible-lg {
    display: block !important;
  }
  table.visible-sm.visible-lg {
    display: table;
  }
  tr.visible-sm.visible-lg {
    display: table-row !important;
  }
  th.visible-sm.visible-lg,
  td.visible-sm.visible-lg {
    display: table-cell !important;
  }
}
.visible-md,
tr.visible-md,
th.visible-md,
td.visible-md {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-md.visible-xs {
    display: block !important;
  }
  table.visible-md.visible-xs {
    display: table;
  }
  tr.visible-md.visible-xs {
    display: table-row !important;
  }
  th.visible-md.visible-xs,
  td.visible-md.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-md.visible-sm {
    display: block !important;
  }
  table.visible-md.visible-sm {
    display: table;
  }
  tr.visible-md.visible-sm {
    display: table-row !important;
  }
  th.visible-md.visible-sm,
  td.visible-md.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-md.visible-lg {
    display: block !important;
  }
  table.visible-md.visible-lg {
    display: table;
  }
  tr.visible-md.visible-lg {
    display: table-row !important;
  }
  th.visible-md.visible-lg,
  td.visible-md.visible-lg {
    display: table-cell !important;
  }
}
.visible-lg,
tr.visible-lg,
th.visible-lg,
td.visible-lg {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-lg.visible-xs {
    display: block !important;
  }
  table.visible-lg.visible-xs {
    display: table;
  }
  tr.visible-lg.visible-xs {
    display: table-row !important;
  }
  th.visible-lg.visible-xs,
  td.visible-lg.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-lg.visible-sm {
    display: block !important;
  }
  table.visible-lg.visible-sm {
    display: table;
  }
  tr.visible-lg.visible-sm {
    display: table-row !important;
  }
  th.visible-lg.visible-sm,
  td.visible-lg.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-lg.visible-md {
    display: block !important;
  }
  table.visible-lg.visible-md {
    display: table;
  }
  tr.visible-lg.visible-md {
    display: table-row !important;
  }
  th.visible-lg.visible-md,
  td.visible-lg.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
.hidden-tn {
  display: block !important;
}
table.hidden-tn {
  display: table;
}
tr.hidden-tn {
  display: table-row !important;
}
th.hidden-tn,
td.hidden-tn {
  display: table-cell !important;
}
@media (max-width: 479px) {
  .hidden-tn,
  tr.hidden-tn,
  th.hidden-tn,
  td.hidden-tn {
    display: none !important;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .hidden-tn.hidden-sm,
  tr.hidden-tn.hidden-sm,
  th.hidden-tn.hidden-sm,
  td.hidden-tn.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-tn.hidden-sm,
  tr.hidden-tn.hidden-sm,
  th.hidden-tn.hidden-sm,
  td.hidden-tn.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-tn.hidden-md,
  tr.hidden-tn.hidden-md,
  th.hidden-tn.hidden-md,
  td.hidden-tn.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-tn.hidden-lg,
  tr.hidden-tn.hidden-lg,
  th.hidden-tn.hidden-lg,
  td.hidden-tn.hidden-lg {
    display: none !important;
  }
}
.hidden-xs {
  display: block !important;
}
table.hidden-xs {
  display: table;
}
tr.hidden-xs {
  display: table-row !important;
}
th.hidden-xs,
td.hidden-xs {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-xs,
  tr.hidden-xs,
  th.hidden-xs,
  td.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-xs.hidden-sm,
  tr.hidden-xs.hidden-sm,
  th.hidden-xs.hidden-sm,
  td.hidden-xs.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-xs.hidden-md,
  tr.hidden-xs.hidden-md,
  th.hidden-xs.hidden-md,
  td.hidden-xs.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-xs.hidden-lg,
  tr.hidden-xs.hidden-lg,
  th.hidden-xs.hidden-lg,
  td.hidden-xs.hidden-lg {
    display: none !important;
  }
}
.hidden-sm {
  display: block !important;
}
table.hidden-sm {
  display: table;
}
tr.hidden-sm {
  display: table-row !important;
}
th.hidden-sm,
td.hidden-sm {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-sm.hidden-xs,
  tr.hidden-sm.hidden-xs,
  th.hidden-sm.hidden-xs,
  td.hidden-sm.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm,
  tr.hidden-sm,
  th.hidden-sm,
  td.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-sm.hidden-md,
  tr.hidden-sm.hidden-md,
  th.hidden-sm.hidden-md,
  td.hidden-sm.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-sm.hidden-lg,
  tr.hidden-sm.hidden-lg,
  th.hidden-sm.hidden-lg,
  td.hidden-sm.hidden-lg {
    display: none !important;
  }
}
.hidden-md {
  display: block !important;
}
table.hidden-md {
  display: table;
}
tr.hidden-md {
  display: table-row !important;
}
th.hidden-md,
td.hidden-md {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-md.hidden-xs,
  tr.hidden-md.hidden-xs,
  th.hidden-md.hidden-xs,
  td.hidden-md.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-md.hidden-sm,
  tr.hidden-md.hidden-sm,
  th.hidden-md.hidden-sm,
  td.hidden-md.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md,
  tr.hidden-md,
  th.hidden-md,
  td.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-md.hidden-lg,
  tr.hidden-md.hidden-lg,
  th.hidden-md.hidden-lg,
  td.hidden-md.hidden-lg {
    display: none !important;
  }
}
.hidden-lg {
  display: block !important;
}
table.hidden-lg {
  display: table;
}
tr.hidden-lg {
  display: table-row !important;
}
th.hidden-lg,
td.hidden-lg {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-lg.hidden-xs,
  tr.hidden-lg.hidden-xs,
  th.hidden-lg.hidden-xs,
  td.hidden-lg.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-lg.hidden-sm,
  tr.hidden-lg.hidden-sm,
  th.hidden-lg.hidden-sm,
  td.hidden-lg.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-lg.hidden-md,
  tr.hidden-lg.hidden-md,
  th.hidden-lg.hidden-md,
  td.hidden-lg.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg,
  tr.hidden-lg,
  th.hidden-lg,
  td.hidden-lg {
    display: none !important;
  }
}
.visible-print,
tr.visible-print,
th.visible-print,
td.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
  .hidden-print,
  tr.hidden-print,
  th.hidden-print,
  td.hidden-print {
    display: none !important;
  }
}
.visible-inline-xs,
tr.visible-inline-xs,
th.visible-inline-xs,
td.visible-inline-xs {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-inline-xs {
    display: inline !important;
  }
  tr.visible-inline-xs {
    display: table-row !important;
  }
  th.visible-inline-xs,
  td.visible-inline-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-inline-xs.visible-inline-sm {
    display: inline !important;
  }
  tr.visible-inline-xs.visible-inline-sm {
    display: table-row !important;
  }
  th.visible-inline-xs.visible-inline-sm,
  td.visible-inline-xs.visible-inline-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-inline-xs.visible-inline-md {
    display: inline !important;
  }
  tr.visible-inline-xs.visible-inline-md {
    display: table-row !important;
  }
  th.visible-inline-xs.visible-inline-md,
  td.visible-inline-xs.visible-inline-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-inline-xs.visible-inline-lg {
    display: inline !important;
  }
  tr.visible-inline-xs.visible-inline-lg {
    display: table-row !important;
  }
  th.visible-inline-xs.visible-inline-lg,
  td.visible-inline-xs.visible-inline-lg {
    display: table-cell !important;
  }
}
.visible-inline-sm,
tr.visible-inline-sm,
th.visible-inline-sm,
td.visible-inline-sm {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-inline-sm.visible-inline-xs {
    display: inline !important;
  }
  tr.visible-inline-sm.visible-inline-xs {
    display: table-row !important;
  }
  th.visible-inline-sm.visible-inline-xs,
  td.visible-inline-sm.visible-inline-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-inline-sm {
    display: inline !important;
  }
  tr.visible-inline-sm {
    display: table-row !important;
  }
  th.visible-inline-sm,
  td.visible-inline-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-inline-sm.visible-inline-md {
    display: inline !important;
  }
  tr.visible-inline-sm.visible-inline-md {
    display: table-row !important;
  }
  th.visible-inline-sm.visible-inline-md,
  td.visible-inline-sm.visible-inline-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-inline-sm.visible-inline-lg {
    display: inline !important;
  }
  tr.visible-inline-sm.visible-inline-lg {
    display: table-row !important;
  }
  th.visible-inline-sm.visible-inline-lg,
  td.visible-inline-sm.visible-inline-lg {
    display: table-cell !important;
  }
}
.visible-inline-md,
tr.visible-inline-md,
th.visible-inline-md,
td.visible-inline-md {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-inline-md.visible-inline-xs {
    display: inline !important;
  }
  tr.visible-inline-md.visible-inline-xs {
    display: table-row !important;
  }
  th.visible-inline-md.visible-inline-xs,
  td.visible-inline-md.visible-inline-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-inline-md.visible-inline-sm {
    display: inline !important;
  }
  tr.visible-inline-md.visible-inline-sm {
    display: table-row !important;
  }
  th.visible-inline-md.visible-inline-sm,
  td.visible-inline-md.visible-inline-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-inline-md {
    display: inline !important;
  }
  tr.visible-inline-md {
    display: table-row !important;
  }
  th.visible-inline-md,
  td.visible-inline-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-inline-md.visible-inline-lg {
    display: inline !important;
  }
  tr.visible-inline-md.visible-inline-lg {
    display: table-row !important;
  }
  th.visible-inline-md.visible-inline-lg,
  td.visible-inline-md.visible-inline-lg {
    display: table-cell !important;
  }
}
.visible-inline-lg,
tr.visible-inline-lg,
th.visible-inline-lg,
td.visible-inline-lg {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-inline-lg.visible-inline-xs {
    display: inline !important;
  }
  tr.visible-inline-lg.visible-inline-xs {
    display: table-row !important;
  }
  th.visible-inline-lg.visible-inline-xs,
  td.visible-inline-lg.visible-inline-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-inline-lg.visible-inline-sm {
    display: inline !important;
  }
  tr.visible-inline-lg.visible-inline-sm {
    display: table-row !important;
  }
  th.visible-inline-lg.visible-inline-sm,
  td.visible-inline-lg.visible-inline-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-inline-lg.visible-inline-md {
    display: inline !important;
  }
  tr.visible-inline-lg.visible-inline-md {
    display: table-row !important;
  }
  th.visible-inline-lg.visible-inline-md,
  td.visible-inline-lg.visible-inline-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-inline-lg {
    display: inline !important;
  }
  tr.visible-inline-lg {
    display: table-row !important;
  }
  th.visible-inline-lg,
  td.visible-inline-lg {
    display: table-cell !important;
  }
}
.hidden-inline-xs {
  display: inline !important;
}
tr.hidden-inline-xs {
  display: table-row !important;
}
th.hidden-inline-xs,
td.hidden-inline-xs {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-inline-xs,
  tr.hidden-inline-xs,
  th.hidden-inline-xs,
  td.hidden-inline-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-inline-xs.hidden-inline-sm,
  tr.hidden-inline-xs.hidden-inline-sm,
  th.hidden-inline-xs.hidden-inline-sm,
  td.hidden-inline-xs.hidden-inline-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-inline-xs.hidden-inline-md,
  tr.hidden-inline-xs.hidden-inline-md,
  th.hidden-inline-xs.hidden-inline-md,
  td.hidden-inline-xs.hidden-inline-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-inline-xs.hidden-inline-lg,
  tr.hidden-inline-xs.hidden-inline-lg,
  th.hidden-inline-xs.hidden-inline-lg,
  td.hidden-inline-xs.hidden-inline-lg {
    display: none !important;
  }
}
.hidden-inline-sm {
  display: inline !important;
}
tr.hidden-inline-sm {
  display: table-row !important;
}
th.hidden-inline-sm,
td.hidden-inline-sm {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-inline-sm.hidden-inline-xs,
  tr.hidden-inline-sm.hidden-inline-xs,
  th.hidden-inline-sm.hidden-inline-xs,
  td.hidden-inline-sm.hidden-inline-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-inline-sm,
  tr.hidden-inline-sm,
  th.hidden-inline-sm,
  td.hidden-inline-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-inline-sm.hidden-inline-md,
  tr.hidden-inline-sm.hidden-inline-md,
  th.hidden-inline-sm.hidden-inline-md,
  td.hidden-inline-sm.hidden-inline-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-inline-sm.hidden-inline-lg,
  tr.hidden-inline-sm.hidden-inline-lg,
  th.hidden-inline-sm.hidden-inline-lg,
  td.hidden-inline-sm.hidden-inline-lg {
    display: none !important;
  }
}
.hidden-inline-md {
  display: inline !important;
}
tr.hidden-inline-md {
  display: table-row !important;
}
th.hidden-inline-md,
td.hidden-inline-md {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-inline-md.hidden-inline-xs,
  tr.hidden-inline-md.hidden-inline-xs,
  th.hidden-inline-md.hidden-inline-xs,
  td.hidden-inline-md.hidden-inline-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-inline-md.hidden-inline-sm,
  tr.hidden-inline-md.hidden-inline-sm,
  th.hidden-inline-md.hidden-inline-sm,
  td.hidden-inline-md.hidden-inline-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-inline-md,
  tr.hidden-inline-md,
  th.hidden-inline-md,
  td.hidden-inline-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-inline-md.hidden-inline-lg,
  tr.hidden-inline-md.hidden-inline-lg,
  th.hidden-inline-md.hidden-inline-lg,
  td.hidden-inline-md.hidden-inline-lg {
    display: none !important;
  }
}
.hidden-inline-lg {
  display: inline !important;
}
tr.hidden-inline-lg {
  display: table-row !important;
}
th.hidden-inline-lg,
td.hidden-inline-lg {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-inline-lg.hidden-inline-xs,
  tr.hidden-inline-lg.hidden-inline-xs,
  th.hidden-inline-lg.hidden-inline-xs,
  td.hidden-inline-lg.hidden-inline-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-inline-lg.hidden-inline-sm,
  tr.hidden-inline-lg.hidden-inline-sm,
  th.hidden-inline-lg.hidden-inline-sm,
  td.hidden-inline-lg.hidden-inline-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-inline-lg.hidden-inline-md,
  tr.hidden-inline-lg.hidden-inline-md,
  th.hidden-inline-lg.hidden-inline-md,
  td.hidden-inline-lg.hidden-inline-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-inline-lg,
  tr.hidden-inline-lg,
  th.hidden-inline-lg,
  td.hidden-inline-lg {
    display: none !important;
  }
}
.visible-inline-block-xs,
tr.visible-inline-block-xs,
th.visible-inline-block-xs,
td.visible-inline-block-xs {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-inline-block-xs {
    display: inline-block !important;
  }
  tr.visible-inline-block-xs {
    display: table-row !important;
  }
  th.visible-inline-block-xs,
  td.visible-inline-block-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-inline-block-xs.visible-inline-block-sm {
    display: inline-block !important;
  }
  tr.visible-inline-block-xs.visible-inline-block-sm {
    display: table-row !important;
  }
  th.visible-inline-block-xs.visible-inline-block-sm,
  td.visible-inline-block-xs.visible-inline-block-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-inline-block-xs.visible-inline-md {
    display: inline-block !important;
  }
  tr.visible-inline-block-xs.visible-inline-md {
    display: table-row !important;
  }
  th.visible-inline-block-xs.visible-inline-md,
  td.visible-inline-block-xs.visible-inline-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-inline-block-xs.visible-inline-block-lg {
    display: inline-block !important;
  }
  tr.visible-inline-block-xs.visible-inline-block-lg {
    display: table-row !important;
  }
  th.visible-inline-block-xs.visible-inline-block-lg,
  td.visible-inline-block-xs.visible-inline-block-lg {
    display: table-cell !important;
  }
}
.visible-inline-block-sm,
tr.visible-inline-block-sm,
th.visible-inline-block-sm,
td.visible-inline-block-sm {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-inline-block-sm.visible-inline-block-xs {
    display: inline-block !important;
  }
  tr.visible-inline-block-sm.visible-inline-block-xs {
    display: table-row !important;
  }
  th.visible-inline-block-sm.visible-inline-block-xs,
  td.visible-inline-block-sm.visible-inline-block-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-inline-block-sm {
    display: inline-block !important;
  }
  tr.visible-inline-block-sm {
    display: table-row !important;
  }
  th.visible-inline-block-sm,
  td.visible-inline-block-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-inline-block-sm.visible-inline-md {
    display: inline-block !important;
  }
  tr.visible-inline-block-sm.visible-inline-md {
    display: table-row !important;
  }
  th.visible-inline-block-sm.visible-inline-md,
  td.visible-inline-block-sm.visible-inline-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-inline-block-sm.visible-inline-block-lg {
    display: inline-block !important;
  }
  tr.visible-inline-block-sm.visible-inline-block-lg {
    display: table-row !important;
  }
  th.visible-inline-block-sm.visible-inline-block-lg,
  td.visible-inline-block-sm.visible-inline-block-lg {
    display: table-cell !important;
  }
}
.visible-inline-md,
tr.visible-inline-md,
th.visible-inline-md,
td.visible-inline-md {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-inline-md.visible-inline-block-xs {
    display: inline-block !important;
  }
  tr.visible-inline-md.visible-inline-block-xs {
    display: table-row !important;
  }
  th.visible-inline-md.visible-inline-block-xs,
  td.visible-inline-md.visible-inline-block-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-inline-md.visible-inline-block-sm {
    display: inline-block !important;
  }
  tr.visible-inline-md.visible-inline-block-sm {
    display: table-row !important;
  }
  th.visible-inline-md.visible-inline-block-sm,
  td.visible-inline-md.visible-inline-block-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-inline-md {
    display: inline-block !important;
  }
  tr.visible-inline-md {
    display: table-row !important;
  }
  th.visible-inline-md,
  td.visible-inline-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-inline-md.visible-inline-block-lg {
    display: inline-block !important;
  }
  tr.visible-inline-md.visible-inline-block-lg {
    display: table-row !important;
  }
  th.visible-inline-md.visible-inline-block-lg,
  td.visible-inline-md.visible-inline-block-lg {
    display: table-cell !important;
  }
}
.visible-inline-block-lg,
tr.visible-inline-block-lg,
th.visible-inline-block-lg,
td.visible-inline-block-lg {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-inline-block-lg.visible-inline-block-xs {
    display: inline-block !important;
  }
  tr.visible-inline-block-lg.visible-inline-block-xs {
    display: table-row !important;
  }
  th.visible-inline-block-lg.visible-inline-block-xs,
  td.visible-inline-block-lg.visible-inline-block-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-inline-block-lg.visible-inline-block-sm {
    display: inline-block !important;
  }
  tr.visible-inline-block-lg.visible-inline-block-sm {
    display: table-row !important;
  }
  th.visible-inline-block-lg.visible-inline-block-sm,
  td.visible-inline-block-lg.visible-inline-block-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-inline-block-lg.visible-inline-md {
    display: inline-block !important;
  }
  tr.visible-inline-block-lg.visible-inline-md {
    display: table-row !important;
  }
  th.visible-inline-block-lg.visible-inline-md,
  td.visible-inline-block-lg.visible-inline-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-inline-block-lg {
    display: inline-block !important;
  }
  tr.visible-inline-block-lg {
    display: table-row !important;
  }
  th.visible-inline-block-lg,
  td.visible-inline-block-lg {
    display: table-cell !important;
  }
}
.hidden-inline-block-xs {
  display: inline-block !important;
}
tr.hidden-inline-block-xs {
  display: table-row !important;
}
th.hidden-inline-block-xs,
td.hidden-inline-block-xs {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-inline-block-xs,
  tr.hidden-inline-block-xs,
  th.hidden-inline-block-xs,
  td.hidden-inline-block-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-inline-block-xs.hidden-inline-block-sm,
  tr.hidden-inline-block-xs.hidden-inline-block-sm,
  th.hidden-inline-block-xs.hidden-inline-block-sm,
  td.hidden-inline-block-xs.hidden-inline-block-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-inline-block-xs.hidden-inline-md,
  tr.hidden-inline-block-xs.hidden-inline-md,
  th.hidden-inline-block-xs.hidden-inline-md,
  td.hidden-inline-block-xs.hidden-inline-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-inline-block-xs.hidden-inline-block-lg,
  tr.hidden-inline-block-xs.hidden-inline-block-lg,
  th.hidden-inline-block-xs.hidden-inline-block-lg,
  td.hidden-inline-block-xs.hidden-inline-block-lg {
    display: none !important;
  }
}
.hidden-inline-block-sm {
  display: inline-block !important;
}
tr.hidden-inline-block-sm {
  display: table-row !important;
}
th.hidden-inline-block-sm,
td.hidden-inline-block-sm {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-inline-block-sm.hidden-inline-block-xs,
  tr.hidden-inline-block-sm.hidden-inline-block-xs,
  th.hidden-inline-block-sm.hidden-inline-block-xs,
  td.hidden-inline-block-sm.hidden-inline-block-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-inline-block-sm,
  tr.hidden-inline-block-sm,
  th.hidden-inline-block-sm,
  td.hidden-inline-block-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-inline-block-sm.hidden-inline-md,
  tr.hidden-inline-block-sm.hidden-inline-md,
  th.hidden-inline-block-sm.hidden-inline-md,
  td.hidden-inline-block-sm.hidden-inline-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-inline-block-sm.hidden-inline-block-lg,
  tr.hidden-inline-block-sm.hidden-inline-block-lg,
  th.hidden-inline-block-sm.hidden-inline-block-lg,
  td.hidden-inline-block-sm.hidden-inline-block-lg {
    display: none !important;
  }
}
.hidden-inline-md {
  display: inline-block !important;
}
tr.hidden-inline-md {
  display: table-row !important;
}
th.hidden-inline-md,
td.hidden-inline-md {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-inline-md.hidden-inline-block-xs,
  tr.hidden-inline-md.hidden-inline-block-xs,
  th.hidden-inline-md.hidden-inline-block-xs,
  td.hidden-inline-md.hidden-inline-block-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-inline-md.hidden-inline-block-sm,
  tr.hidden-inline-md.hidden-inline-block-sm,
  th.hidden-inline-md.hidden-inline-block-sm,
  td.hidden-inline-md.hidden-inline-block-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-inline-md,
  tr.hidden-inline-md,
  th.hidden-inline-md,
  td.hidden-inline-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-inline-md.hidden-inline-block-lg,
  tr.hidden-inline-md.hidden-inline-block-lg,
  th.hidden-inline-md.hidden-inline-block-lg,
  td.hidden-inline-md.hidden-inline-block-lg {
    display: none !important;
  }
}
.hidden-inline-block-lg {
  display: inline-block !important;
}
tr.hidden-inline-block-lg {
  display: table-row !important;
}
th.hidden-inline-block-lg,
td.hidden-inline-block-lg {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-inline-block-lg.hidden-inline-block-xs,
  tr.hidden-inline-block-lg.hidden-inline-block-xs,
  th.hidden-inline-block-lg.hidden-inline-block-xs,
  td.hidden-inline-block-lg.hidden-inline-block-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-inline-block-lg.hidden-inline-block-sm,
  tr.hidden-inline-block-lg.hidden-inline-block-sm,
  th.hidden-inline-block-lg.hidden-inline-block-sm,
  td.hidden-inline-block-lg.hidden-inline-block-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-inline-block-lg.hidden-inline-md,
  tr.hidden-inline-block-lg.hidden-inline-md,
  th.hidden-inline-block-lg.hidden-inline-md,
  td.hidden-inline-block-lg.hidden-inline-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-inline-block-lg,
  tr.hidden-inline-block-lg,
  th.hidden-inline-block-lg,
  td.hidden-inline-block-lg {
    display: none !important;
  }
}
a,
a:visited {
  color: #3174AF;
}
a:hover {
  color: #265a87;
}
a.btn-primary,
a.btn-warning,
a.btn-info {
  color: #ffffff;
}
@media print {
  a:link:after,
  a:visited:after {
    content: "" !important;
  }
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: #fff;
}
body > .container {
  background-color: #fff;
}
.full-width-container {
  width: 98%;
}
.noBreak {
  white-space: nowrap;
}
.collapsed,
.expanded {
  cursor: pointer;
}
.fieldset-collapsed {
  overflow: hidden;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}
.fieldset-collapsed div,
.fieldset-collapsed fieldset {
  display: none;
}
.fieldset-collapsible-label {
  color: #256292;
  cursor: pointer;
  font-size: 14px;
}
.fieldset-collapsible-label:before {
  font-family: "Font Awesome 5 Free";
  content: '\f078';
  font-weight: bold;
  padding-right: 0.25em;
}
.fieldset-collapsed .fieldset-collapsible-label {
  background-position: 4px 4px;
}
.fieldset-collapsed .fieldset-collapsible-label:before {
  font-family: "Font Awesome 5 Free";
  content: '\f105';
  font-weight: bold;
  padding-right: 0.25em;
}
.accordion .panel-title.collapsed:before {
  font-family: "Font Awesome 5 Free";
  content: '\f105';
  font-weight: bold;
  padding-right: 0.25em;
}
@media print {
  .accordion .panel-title.collapsed:before {
    content: "";
  }
}
.accordion .panel-title.expanded:before {
  font-family: "Font Awesome 5 Free";
  content: '\f078';
  font-weight: bold;
  padding-right: 0.25em;
}
@media print {
  .accordion .panel-title.expanded:before {
    content: "";
  }
}
.panel .panel-title:before {
  font-family: "Font Awesome 5 Free";
  content: '\f105';
  font-weight: bold;
  padding-right: 0.25em;
}
@media print {
  .panel .panel-title:before {
    content: "";
  }
}
.panel.active .panel-title:before {
  font-family: "Font Awesome 5 Free";
  content: '\f078';
  font-weight: bold;
  padding-right: 0.25em;
}
@media print {
  .panel.active .panel-title:before {
    content: "";
  }
}
.panel-title {
  font-size: 14px;
  color: #333333;
}
.panel-title > a {
  color: #333333;
}
.active .panel-title {
  color: #333333;
}
.active .panel-title > a {
  color: #333333;
}
.modal {
  overflow-y: auto;
}
.modal-dialog {
  max-width: 100%;
}
.modal-dialog-large {
  width: 98%;
  height: 98%;
}
.modal-dialog-large .modal-body {
  max-height: 75svh;
}
.modal-buttons {
  margin-left: 3px;
  margin-right: 3px;
}
.modal-header {
  font-weight: bold;
  font-size: 18px;
}
.modal-header .close {
  opacity: 0.4;
}
@media print {
  .btn-toolbar {
    display: none;
  }
}
@media print {
  .btn-group {
    display: none;
  }
}
@media print {
  #UserList .selectTitle,
  #UserList .text-right,
  #UserList span.btn-editions {
    display: none;
  }
}
@media print {
  #UserList .result .row .col-xs-6.col-sm-6.col-md-6.col-lg-7 {
    width: 75%;
  }
}
@media print {
  .module_MyAccount.action_MyList .alert {
    display: none;
  }
}
.btn-editions {
  display: inline-block;
  color: #212529;
  background-color: #f8f9fa;
  border-color: #999999;
  margin-top: 3px;
}
.btn-editions:hover,
.btn-editions:focus,
.btn-editions:active {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}
.btn-tools {
  color: #ffffff;
  background-color: #747474;
  border-color: #636363;
}
.btn-tools:hover,
.btn-tools:focus,
.btn-tools:active {
  color: #ffffff;
  background-color: #636363;
  border-color: #636363;
}
.btn-tools:visited {
  color: #ffffff;
}
.tab-content {
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  padding: 10px;
}
.nav-tabs {
  margin-bottom: 0;
}
.navbar-horizontal {
  display: inline-flex;
  align-items: center;
  width: 100%;
  padding-top: 2em;
  padding-bottom: 2em;
}
.navbar-horizontal-items {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 18px;
}
.navbar-horizontal-item {
  display: flex;
  margin: 2px;
  font-weight: bold;
  overflow: hidden;
}
.navbar-nav {
  margin: 7.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 480px) {
  #search_box_group {
    padding-top: 5px;
  }
  #search_box_group #search_button {
    padding-top: 5px;
    width: 100%;
  }
}
@media print {
  #header-wrapper {
    display: none;
  }
  #side-bar {
    display: none;
  }
}
@media (max-width: 767px) {
  .footer-column h4:before {
    content: "▼ ";
  }
  .footer-column h4.collapsed:before {
    content: "► ";
  }
}
@media (min-width: 767px) {
  .footerContents {
    display: block;
  }
}
.bold {
  font-weight: bold;
}
ul.list-striped > li:nth-child(odd),
ol.list-striped > li:nth-child(odd),
ul.list-striped > li:nth-child(odd),
ol.list-striped > li:nth-child(odd) {
  background-color: #f9f9f9;
}
div.striped > div:nth-child(odd),
div.striped > div:nth-child(odd) {
  background-color: #f9f9f9;
}
.bg-overdue {
  background-color: #fcf2f2 !important;
}
a.bg-overdue:hover,
a.bg-overdue:focus {
  background-color: #e4b9b9;
}
.tablesorter-filter {
  width: 98%;
}
#google_translate_element {
  font-size: smaller;
  padding-left: 5px;
}
.goog-te-gadget {
  display: inline-block;
}
.ui-rater > span {
  vertical-align: top;
}
.ui-rater-rating {
  margin-left: 0.8em;
}
.ui-rater-starsOff,
.ui-rater-starsOn {
  display: inline-block;
  height: 18px;
  background: url(/interface/themes/responsive/images/star/stars.png) repeat-x 0 0px;
  zoom: 1;
  *display: inline;
}
.ui-rater-starsOn {
  display: block;
  max-width: 90px;
  top: 0;
  background-position: 0 -36px;
}
.ui-rater-starsOn.userRated {
  background-position: 0 -18px !important;
}
.ui-rater-starsHover {
  background-position: 0 -18px !important;
}
#ratingSummary {
  margin: 0 20px;
  width: 145px;
  overflow: hidden;
  background: #f9f9f9;
  border: 1px solid #cccccc;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  padding: 5px;
}
.smallText {
  font-size: 10px;
}
.ratingHead {
  color: #3e63a6;
  margin: 3px 3px 6px;
  font-weight: bold;
}
.searchStars {
  float: right;
  margin-right: 40px;
  text-align: center;
}
.jcarousel-wrapper {
  margin: 20px auto;
  position: relative;
}
.jcarousel {
  position: relative;
  overflow: hidden;
  width: 90%;
  left: 5%;
}
.jcarousel ul {
  width: 20000em;
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
}
.jcarousel li {
  width: 200px;
  float: left;
  border: 1px solid #fff;
  box-sizing: border-box;
}
.jcarousel img {
  display: block;
  max-width: 100%;
  height: auto !important;
}
.jcarousel-control-prev,
.jcarousel-control-next {
  position: absolute;
  top: 0;
  width: 30px;
  height: 100px;
  text-align: center;
  background: #fff;
  color: #4E443C;
  text-decoration: none;
  text-shadow: 0 0 1px #000;
  font: 24px/100px Arial, sans-serif;
  box-shadow: 0 0 4px #F0EFE7;
}
.jcarousel-control-prev {
  left: 15px;
}
.jcarousel-control-next {
  right: 15px;
}
.jcarousel-pagination {
  position: absolute;
  bottom: -25px;
  left: 50%;
  transform: translate(-50%, 0);
  margin: 0;
}
.jcarousel-pagination a {
  text-decoration: none;
  display: inline-block;
  font-size: 11px;
  height: 10px;
  width: 10px;
  line-height: 10px;
  background: #fff;
  color: #4E443C;
  border-radius: 10px;
  text-indent: -9999px;
  margin-right: 7px;
  box-shadow: 0 0 2px #4E443C;
}
.jcarousel-pagination a.active {
  background: #4E443C;
  color: #fff;
  opacity: 1;
  box-shadow: 0 0 2px #F0EFE7;
}
/* ========================================================================
 * bootstrap-switch - v3.0.0
 * http://www.bootstrap-switch.org
 * ========================================================================
 * Copyright 2012-2013 Mattia Larentis
 *
 * ========================================================================
 * 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.
 * ========================================================================
 */
.bootstrap-switch {
  display: inline-block;
  cursor: pointer;
  border-radius: 4px;
  border: 1px solid;
  border-color: #ccc;
  position: relative;
  text-align: left;
  overflow: hidden;
  line-height: 8px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
  min-width: 100px;
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.bootstrap-switch.bootstrap-switch-mini {
  min-width: 71px;
}
.bootstrap-switch.bootstrap-switch-mini > div > span,
.bootstrap-switch.bootstrap-switch-mini > div > label {
  padding-bottom: 4px;
  padding-top: 4px;
  font-size: 10px;
  line-height: 9px;
}
.bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-mini-icons {
  height: 1.2em;
  line-height: 9px;
  vertical-align: text-top;
  text-align: center;
  transform: scale(0.6);
  margin-top: -1px;
  margin-bottom: -1px;
}
.bootstrap-switch.bootstrap-switch-small {
  min-width: 79px;
}
.bootstrap-switch.bootstrap-switch-small > div > span,
.bootstrap-switch.bootstrap-switch-small > div > label {
  padding-bottom: 3px;
  padding-top: 3px;
  font-size: 12px;
  line-height: 18px;
}
.bootstrap-switch.bootstrap-switch-large {
  min-width: 120px;
}
.bootstrap-switch.bootstrap-switch-large > div > span,
.bootstrap-switch.bootstrap-switch-large > div > label {
  padding-bottom: 9px;
  padding-top: 9px;
  font-size: 16px;
  line-height: normal;
}
.bootstrap-switch.bootstrap-switch-animate > div {
  -webkit-transition: margin-left 0.5s;
  transition: margin-left 0.5s;
}
.bootstrap-switch.bootstrap-switch-on > div {
  margin-left: 0;
}
.bootstrap-switch.bootstrap-switch-on > div > label {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.bootstrap-switch.bootstrap-switch-off > div {
  margin-left: -50%;
}
.bootstrap-switch.bootstrap-switch-off > div > label {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.bootstrap-switch.bootstrap-switch-disabled,
.bootstrap-switch.bootstrap-switch-readonly {
  opacity: 0.5;
  filter: alpha(opacity=50);
  cursor: default !important;
}
.bootstrap-switch.bootstrap-switch-disabled > div > span,
.bootstrap-switch.bootstrap-switch-readonly > div > span,
.bootstrap-switch.bootstrap-switch-disabled > div > label,
.bootstrap-switch.bootstrap-switch-readonly > div > label {
  cursor: default !important;
}
.bootstrap-switch.bootstrap-switch-focused {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.bootstrap-switch > div {
  display: inline-block;
  width: 150%;
  top: 0;
  border-radius: 4px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.bootstrap-switch > div > span,
.bootstrap-switch > div > label {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block !important;
  height: 100%;
  padding-bottom: 4px;
  padding-top: 4px;
  font-size: 14px;
  line-height: 20px;
}
.bootstrap-switch > div > span {
  text-align: center;
  z-index: 1;
  width: 33.33333333%;
}
.bootstrap-switch > div > span.bootstrap-switch-handle-on {
  color: #c62828;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.bootstrap-switch > div > span.bootstrap-switch-handle-off {
  color: #000;
  background: #eee;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.bootstrap-switch > div > span.bootstrap-switch-primary {
  color: #fff;
  background: #428bca;
}
.bootstrap-switch > div > span.bootstrap-switch-info {
  color: #fff;
  background: #5bc0de;
}
.bootstrap-switch > div > span.bootstrap-switch-success {
  color: #fff;
  background: #5cb85c;
}
.bootstrap-switch > div > span.bootstrap-switch-warning {
  background: #f0ad4e;
  color: #fff;
}
.bootstrap-switch > div > span.bootstrap-switch-danger {
  color: #fff;
  background: #d9534f;
}
.bootstrap-switch > div > span.bootstrap-switch-default {
  color: #000;
  background: #eee;
}
.bootstrap-switch > div > label {
  text-align: center;
  margin-top: -1px;
  margin-bottom: -1px;
  z-index: 100;
  width: 33.33333333%;
  color: #333;
  background: #fff;
}
.bootstrap-switch input[type=radio],
.bootstrap-switch input[type=checkbox] {
  position: absolute!important;
  top: 0;
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: -1;
}
/* tables */
table.tablesorter {
  margin: 10px 0 15px;
  font-size: 8pt;
  width: 100%;
  text-align: left;
}
table.tablesorter thead tr th,
table.tablesorter tfoot tr th {
  font-size: 8pt;
  padding: 4px;
}
table.tablesorter thead tr .header {
  cursor: pointer;
}
table.tablesorter tbody td {
  padding: 4px;
  vertical-align: top;
}
.tablesorter-headerUnSorted .tablesorter-header-inner:after {
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  margin-left: 2px;
  content: "\f0dc";
}
.tablesorter-headerAsc .tablesorter-header-inner:after {
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  margin-left: 2px;
  content: "\f0de";
}
.tablesorter-headerDesc .tablesorter-header-inner:after {
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  margin-left: 2px;
  content: "\f0dd";
}
body {
  color: #404040;
}
#content-container {
  padding: 0;
}
@media (max-width: 768px) {
  #content-container {
    width: auto;
  }
}
@media (min-width: 768px) {
  #content-container {
    width: 100%;
  }
}
hr.menu {
  margin-top: 3px;
  margin-bottom: 3px;
  height: 0;
  border-top: 1px solid #d3d3d3;
}
.breadcrumbs {
  background-color: #f5f5f5;
  padding: 3px;
  margin-top: 4.6px;
}
.breadcrumb {
  padding: 0;
  margin-bottom: 0;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "";
  padding: 0 5px;
  color: #ccc;
}
#system-message-header {
  background-color: #f2f2f2;
  color: black;
  text-align: center;
  padding: 3px;
}
.system-message {
  padding: 5px;
}
.system-message-text {
  display: inline-block;
}
.dismissable-system-message-text {
  width: calc(100% - 30px);
}
#header-wrapper {
  padding-top: 0;
  background-color: #f2f2f2;
  margin-bottom: 0;
  padding-bottom: 1em;
}
#header-wrapper.fullWidth {
  padding: 1em;
}
@media (max-width: 479px) {
  #header-logo-container {
    text-align: center;
  }
}
#header-logo {
  padding: 10px 10px 0 0;
}
@media (max-width: 767px) {
  #header-logo {
    max-width: 100%;
    height: auto;
  }
}
#horizontal-menu-bar-container {
  background-color: #f2f2f2;
  border-bottom: 8px solid #b7b7b7;
}
.availableLanguage {
  display: inline-block;
  padding-right: 10px;
}
#menuToggleButton,
.menuToggleButton a.menu-bar {
  width: 36px;
  display: inline-block;
  text-align: center;
}
#select-language.dropdown-menu {
  left: unset;
  right: 0;
}
#menuToggleButton.selected {
  background-color: #ededed;
}
.dropdownMenu {
  display: none;
  position: absolute;
  background-color: #ededed;
  min-width: 220px;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
  padding: 12px 16px;
  z-index: 3;
}
#header-menu {
  left: unset;
  right: 0;
  background-color: #ededed;
  min-width: 250px;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
  padding: 12px 16px;
  z-index: 3;
  top: 35px;
  margin: 0;
}
#header-menu #logoutLink {
  margin-top: 1em;
}
.header-menu-option {
  margin-bottom: 3px;
  cursor: pointer;
}
.header-menu-option i + span {
  margin-left: 0.5em;
}
#account-menu {
  left: unset;
  right: 0;
  background-color: #ededed;
  min-width: 220px;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
  padding: 12px 16px;
  z-index: 3;
  top: 35px;
  margin: 0;
}
#accountMenuToggleButton.selected {
  background-color: #ededed;
}
.childMenuItem {
  margin-left: 15px;
}
.header-menu-section {
  margin-bottom: 3px;
  cursor: pointer;
}
#aspenLanguagesMenuSection {
  font-weight: bold;
  margin-top: 1em;
}
.header-menu-option.languageSelect {
  margin-left: 2em;
}
.header-menu-option.languageSelected {
  margin-left: 1.5em;
}
#library-name-header {
  font-size: 26px;
  color: #8b8b8b;
  font-weight: bold;
  white-space: normal;
  padding-top: 5px;
}
#header-links {
  text-align: center;
}
#header-links .header-link-wrapper:last-of-type {
  border-right: 0 solid black;
}
.header-link-wrapper {
  display: inline-block;
  padding: 2px 15px;
  border-right: 1px solid #0078ae;
}
.header-link-wrapper a {
  font-size: 16px;
}
#footer-container {
  border-top: 8px solid #088ec6;
  padding-top: 3px;
  margin-top: 1em;
  min-height: 150px;
}
@media screen and (max-width: 767px) {
  #footer-container {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 991px) {
  #footer-container {
    padding-left: 40px;
  }
}
#install-info {
  padding-left: 20px;
}
#connect-with-us-info {
  padding-right: 20px;
}
#connect-with-us-label {
  margin-right: 15px;
}
.connect-icon {
  padding: 0 3px 0 3px;
  color: inherit !important;
}
#navigation-controls {
  border-top: 8px solid #088ec6;
  background: #fff;
}
@media print {
  #navigation-controls {
    display: none !important;
  }
}
.menu-bar {
  color: #FFF;
  background-color: #00a4e3;
}
@media print {
  #horizontal-menu-bar-wrapper {
    display: none;
  }
}
#horizontal-menu-bar-container {
  display: flex;
  flex-direction: row;
}
#horizontal-menu-bar-container .menu-section {
  display: block;
}
#horizontal-menu-bar-container .menu-icon {
  line-height: 16px;
  display: inline-block;
  padding: 12px 5px 7px 5px;
  cursor: pointer;
  margin-left: 5px;
  margin-right: 5px;
  font-size: 16px;
}
#horizontal-menu-bar-container .menu-icon:visited,
#horizontal-menu-bar-container .menu-icon:hover,
#horizontal-menu-bar-container .menu-icon:focus {
  text-decoration: none;
  outline: none;
}
#horizontal-menu-bar-container .menu-icon .menu-bar-label {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 16px;
  margin-left: 5px;
  text-align: left;
  display: inline-block;
}
#horizontal-menu-bar-container.fullWidth {
  padding: 0 1em 0 1em;
}
.menu-section-left {
  flex-grow: 10;
}
.menu-section-right {
  align-self: flex-end;
}
@media print {
  #side-bar {
    display: none;
  }
}
@media (max-width: 767px) {
  #side-bar {
    display: none;
  }
}
#main-content-with-sidebar {
  padding-bottom: 15px;
}
@media print {
  #main-content-with-sidebar {
    width: 100%;
    display: block !important;
  }
}
.jcarousel ul > li {
  text-align: center;
}
.jcarousel .thumbnail img {
  max-height: 125px !important;
}
#sectionLabel {
  width: 100%;
  background-color: #dcf3fb;
  color: #137DE2;
  text-transform: capitalize;
  font-weight: bold;
  padding: 5px;
  text-align: center;
  font-size: 16px;
}
.nopadding {
  padding: 0 !important;
  margin: 0 !important;
}
.required-input {
  color: #c62828;
}
.hiddenTitle {
  font-size: 0;
  width: 1px;
  height: 1px;
  display: inline-block;
  overflow: hidden;
  position: absolute!important;
  border: 0!important;
  padding: 0!important;
  margin: 0!important;
  clip: rect(1px, 1px, 1px, 1px);
}
#language-selection-header {
  margin-top: 5px;
  margin-bottom: 5px;
  text-align: right;
}
.translation_id {
  border: 1px solid dimgrey;
  margin-left: 2px;
  padding: 1px;
  font-size: 10px;
  vertical-align: super !important;
  background-color: white;
  color: darkslategrey;
}
.translated {
  background-color: lightgreen;
}
.not_translated {
  background-color: lightpink;
}
.form-control-sm {
  display: block;
  width: 100%;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  color: #555555;
  vertical-align: middle;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 3px;
}
.form-inline select.form-control-sm {
  width: auto;
}
.form-inline .form-control-sm {
  display: inline-block;
}
.navbar-skinny {
  min-height: auto;
  margin-bottom: 0;
}
.badge {
  font-size: 10px;
  text-indent: 0;
}
.badge-primary {
  background-color: #3174AF !important;
}
.badge-success {
  background-color: #2e7d32 !important;
}
ul.account-submenu {
  list-style: none;
  margin-left: 0;
  padding-left: 1em;
  text-indent: -1em;
}
.btn-wrap {
  white-space: normal !important;
}
.label-wrap {
  white-space: normal !important;
}
.placard {
  border: 1px solid #bbb;
  background-color: #f0f5f5;
  padding: 10px;
  margin: 5px;
}
a.placard-link {
  text-decoration: none;
}
.placard-image {
  float: left;
  padding-right: 10px;
  max-width: 100%;
  height: auto;
}
.placard-body {
  font-weight: bold;
}
.table-sticky {
  overflow-y: auto;
}
.table-sticky thead tr th {
  position: sticky;
  top: 0;
  background-color: white;
  z-index: 2;
}
.rd-container {
  z-index: 1055;
}
#webMenuNavBar {
  background-color: #00a4e3;
  color: #ffffff;
  border: 0;
  border-top: solid #ffffff 2px;
  border-radius: 0;
  min-height: auto;
}
#webMenuNavBar .nav > li > a,
#webMenuNavBar .nav > li > a:visited {
  color: #ffffff;
  padding: 7px 10px;
}
#webMenuNavBar .navbar-nav > li.open > a,
#webMenuNavBar .navbar-nav > li.open > a:visited {
  color: #555555;
}
.help-link {
  margin-top: 20px;
  line-height: 50px;
  text-align: right;
}
.propertyDescription {
  margin-bottom: 6px;
}
.image-popup .modal-dialog {
  width: auto;
}
.image-popup .modal-dialog .img-responsive {
  margin: auto;
}
.badge {
  background-color: #666666;
}
.search_tools.well.small a,
.search_tools.well.small strong {
  padding-right: 0.5em;
}
.search_tools.well.small :last-child {
  padding-right: 0;
}
/* with flexbox */
.grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
}
.grid-col {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 0;
  padding: 5px;
}
.previewFrame {
  width: 100%;
  height: 100%;
  border: none;
  min-height: 50vh;
}
.fulfillmentFrame {
  width: 100%;
  height: 100%;
  border: none;
  min-height: 50vh;
}
#explore-more-header {
  padding: 10px 25px 5px 0;
  margin-top: 5px;
  text-align: right;
  color: #FFF;
  background-color: #0092ca;
  font-variant: small-caps;
  font-weight: bold;
  font-size: 16px;
}
#explore-more-body .sectionHeader {
  text-transform: uppercase;
  font-weight: bold;
  color: #000075;
  border-bottom: 2px solid #00a4e3;
  margin-top: 15px;
}
#explore-more-body .section {
  padding-right: 5px;
  margin-bottom: 20px;
}
#explore-more-body .subsectionTitle {
  color: #000075;
}
#explore-more-body .jcarousel-wrapper {
  margin-left: -10px;
  margin-top: 5px;
}
#explore-more-body .jcarousel {
  left: 30px;
  width: calc(100% - 60px);
}
#explore-more-body .thumbnail {
  height: 175px;
  background-color: transparent;
}
#explore-more-body .relatedTitlesContainer {
  height: 175px;
}
.exploreMoreBar {
  border: solid 1px #00a4e3;
  margin: 10px 5px 15px;
  background: rgba(0, 164, 227, 0.05);
}
.exploreMoreBar .exploreMoreBarLabel {
  color: #FFF;
  font-weight: bold;
  text-transform: uppercase;
  white-space: nowrap;
  font-size: 18px;
  padding: 4px;
}
@media (max-width: 479px) {
  .exploreMoreBar .exploreMoreBarLabel {
    white-space: normal;
  }
}
.exploreMoreBar .label-left {
  float: left;
  width: 40px;
  min-height: 167px;
  color: #FFF;
}
.exploreMoreBar .label-left,
.exploreMoreBar .label-left img {
  background-color: #00a4e3;
}
.exploreMoreBar .label-left .exploreMoreBarLabel {
  position: absolute;
  transform: rotate(-90deg) translateX(-100%);
  transform-origin: 0 0;
  padding-right: 10px;
  padding-left: 5px;
  line-height: 40px;
}
.exploreMoreBar .label-left + .exploreMoreContainer {
  padding-left: 40px;
  margin: 16px auto;
}
.exploreMoreBar .label-top {
  color: #FFF;
  width: 100%;
}
.exploreMoreBar .label-top,
.exploreMoreBar .label-top img {
  background-color: #00a4e3;
  display: inline-block;
}
.exploreMoreBar .label-top .exploreMoreBarLabel {
  padding-left: 10px;
  display: inline-block;
}
.exploreMoreBar .jcarousel-wrapper {
  margin: 5px auto;
}
.exploreMoreBar .jcarousel-wrapper .jcarousel li {
  display: block !important;
}
.exploreMoreBar .jcarousel-wrapper .jcarousel .explore-more-option {
  padding-left: 10px;
  padding-right: 10px;
  height: 175px;
  border: 0 !important;
  display: inline-block;
}
.exploreMoreBar .jcarousel-wrapper .jcarousel .explore-more-option .thumbnail {
  border: 0 solid white;
  position: relative;
  display: block;
  background-color: transparent !important;
}
.exploreMoreBar .jcarousel-wrapper .jcarousel .explore-more-option .thumbnail a {
  width: 100%;
}
.exploreMoreBar .jcarousel-wrapper .jcarousel .explore-more-option .thumbnail a img {
  max-height: 125px;
}
.exploreMoreBar .jcarousel-wrapper .jcarousel .explore-more-option .thumbnail .explore-more-image {
  width: 100%;
  height: 125px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.exploreMoreBar .jcarousel-wrapper .jcarousel .explore-more-option figcaption {
  margin-top: 4px;
  margin-bottom: 4px;
  font-weight: 100;
  overflow-x: hidden;
  position: absolute;
  top: 130px;
  text-align: center;
  width: 100%;
}
#explore-more-body .jcarousel .thumbnail,
.exploreMoreBar .jcarousel .thumbnail {
  margin-bottom: 0;
  height: 175px;
  border: 0 solid white;
}
#explore-more-body .jcarousel-control-prev,
.exploreMoreBar .jcarousel-control-prev,
#explore-more-body .jcarousel-control-next,
.exploreMoreBar .jcarousel-control-next {
  height: 100%;
  background-color: transparent;
  color: #00a4e3;
  z-index: 2;
  box-shadow: white 0px 0px 0px 0px;
}
#explore-more-body .jcarousel-control-prev:focus,
.exploreMoreBar .jcarousel-control-prev:focus,
#explore-more-body .jcarousel-control-next:focus,
.exploreMoreBar .jcarousel-control-next:focus {
  outline: none;
}
#explore-more-body .jcarousel-control-prev .glyphicon,
.exploreMoreBar .jcarousel-control-prev .glyphicon,
#explore-more-body .jcarousel-control-next .glyphicon,
.exploreMoreBar .jcarousel-control-next .glyphicon {
  top: 39px;
}
#explore-more-body .jcarousel-control-prev,
.exploreMoreBar .jcarousel-control-prev {
  left: 2px;
}
#explore-more-body .jcarousel-control-next,
.exploreMoreBar .jcarousel-control-next {
  right: 2px;
}
#explore-more-body .panel-body,
.exploreMoreBar .panel-body {
  background-color: transparent;
}
#pdfContainer {
  border: 1px solid lightgrey;
  margin: 10px;
}
#pdfContainer #pdfContainerBody {
  position: relative;
  width: 100%;
}
#pdfContainer #pdfContainerBody #pdfComponentBox {
  padding: 10px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
#pdfContainer #pdfContainerBody #pdfComponentBox #view-pdf {
  width: 100%;
  height: 100%;
}
#pdfContainer #pdfContainerBody:before {
  content: "";
  display: block;
  padding-top: 129.5%;
  /* ratio of 11:8.5*/
}
#selectLibraryOptions {
  -webkit-column-gap: 35px;
  -moz-column-gap: 35px;
  column-gap: 35px;
}
@media (min-width: 0) {
  #selectLibraryOptions {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
}
@media (min-width: 768px) {
  #selectLibraryOptions {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
}
@media (min-width: 992px) {
  #selectLibraryOptions {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
  }
}
.top-link {
  transition: all 0.25s ease-in-out;
  position: fixed;
  bottom: 0;
  right: 0;
  display: inline-flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  margin: 0 3em 3em 0;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  color: #ffffff;
  background-color: #747474;
  z-index: 1039;
}
.top-link.show {
  visibility: visible;
  opacity: 1;
}
.top-link.hide {
  visibility: hidden;
  opacity: 0;
}
.top-link i {
  color: #ffffff;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 60px;
}
.top-link:hover {
  background-color: #636363;
  border-color: #636363;
  filter: brightness(0.95);
}
.top-link:hover i {
  color: #ffffff;
}
#valueListRow .input-group-addon.radioAmount label {
  width: 100%;
  height: 50px;
  padding: 10px 16px;
  margin-bottom: 0;
}
#valueListRow .input-group-addon.radioAmount label input[type="radio"]:checked {
  margin: 0;
}
#valueListRow .input-group-addon.radioAmount label:hover {
  background-color: white;
}
.radio-toolbar {
  display: inline-block;
  margin: 10px;
}
.radio-toolbar input[type="radio"] {
  opacity: 0;
  position: fixed;
  width: 0;
}
.radio-toolbar input[type="radio"]:checked + label {
  background-color: #bfb;
  border-color: #4c4;
}
.radio-toolbar input[type="radio"]:focus + label {
  border: 2px dashed #444;
}
.radio-toolbar label {
  display: inline-block;
  background-color: #ddd;
  padding: 10px 20px;
  font-family: sans-serif, Arial;
  font-size: 16px;
  border: 2px solid #444;
  border-radius: 4px;
}
.radio-toolbar label:hover {
  background-color: #dfd;
}
#FloatingSave {
  position: fixed;
  bottom: 10%;
  right: 0;
  display: inline-flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  margin: 0 3em 3em 0;
  z-index: 9999999;
}
#FloatingSave .btn-primary {
  border-radius: 50%;
  height: 60px;
  width: 60px;
}
.stripPopup {
  background-color: #1d7ff0;
}
.stripPopup .btnWrap a.button {
  color: white;
  border: 1px solid white;
}
.stripPopup .btnWrap a.button:hover {
  background-color: red;
}
.stripPopup .cookieContainer span {
  color: #fff;
}
.stripPopup .cookieContainer abbr {
  color: white;
}
.swiper {
  width: 100%;
}
.swiper-slide {
  text-align: center !important;
  display: flex !important;
  justify-content: center;
  align-items: center;
}
.swiper-slide a {
  padding-top: 1em;
  padding-bottom: 1em;
}
.swiper-slide img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  margin: 0;
}
.swiper-slide.browse-thumbnail {
  margin-bottom: 0;
}
.swiper-slide.browse-thumbnail img.floating {
  margin: 0;
  box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.034), 0 6.7px 4px rgba(0, 0, 0, 0.048), 0px 0px 10px rgba(0, 0, 0, 0.06), 4px 4px 11px rgba(0, 0, 0, 0.072), 0px 4px 14px 0 rgba(0, 0, 0, 0.086);
}
.swiper-slide.browse-thumbnail.border {
  background: none;
  border: none;
  padding: 0;
}
.swiper-slide.browse-thumbnail img.border {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 4px;
}
.swiper-button-next,
.swiper-button-prev {
  top: 0;
  width: 40px;
  height: 100%;
  padding-left: 1em;
  padding-right: 1em;
  background-color: #FFFFFF;
  color: #000;
  margin-top: 0;
  border-radius: 4px;
}
.swiper-button-next {
  right: 5px;
}
.swiper-button-prev {
  left: 5px;
}
[role="tablist"] {
  min-width: 100%;
  min-height: 50px;
}
[role="tab"] span.focus {
  display: inline-block;
}
[role="tabpanel"] {
  width: 100%;
}
[role="tabpanel"].is-hidden {
  display: none;
}
.browse-category-group-heading {
  display: flex;
  margin-top: 1em;
  margin-bottom: 0.5em;
}
.browse-category-group-heading h2 {
  margin: 0;
}
.browse-category-group-heading button {
  margin-left: 1em;
}
.browse-category-feed-item {
  margin-bottom: 5em;
}
#home-page-search {
  background-color: #00a4e3;
  padding: 20px 0 10px;
  margin-bottom: 5px;
}
#home-page-search-label {
  font-size: 35px;
  color: #ffffff;
}
#lookfor:-ms-input-placeholder {
  font-size: 0;
  color: transparent;
  border: 0;
}
#lookfor::-webkit-input-placeholder {
  font-size: 0;
  color: transparent;
  border: 0;
}
#lookfor:-moz-placeholder {
  font-size: 0;
  color: transparent;
  border: 0;
}
#lookfor::-moz-placeholder {
  font-size: 0;
  color: transparent;
  border: 0;
}
#lookfor::placeholder {
  font-size: 0;
  color: transparent;
  border: 0;
}
.searchTypeHome,
.searchSource {
  margin: 5px 0 0;
  color: #fff;
  background-color: #147ce2;
  border: none;
  width: 90% !important;
}
#horizontal-search-box {
  background-color: #00a4e3;
  padding: 15px 0;
}
#horizontal-search-box #searchForm .row {
  margin-left: 0;
  margin-right: 0;
}
#horizontal-search-box #searchForm .row > div {
  margin-top: 4px;
}
#horizontal-search-box #searchForm #horizontal-search-button-container {
  margin-top: 4px;
  padding-left: 0;
}
#horizontal-search-box #searchForm #horizontal-search-button-container > div.row {
  padding-left: 0;
  margin-top: 0;
}
#horizontal-search-box #searchForm #horizontal-search-button-container > div.row > div {
  margin-top: 0;
}
@media (max-width: 768px) {
  #horizontal-search-box #searchForm #horizontal-search-button-container {
    padding-left: 4px;
  }
}
#horizontal-search-box div {
  padding-left: 4px;
  padding-right: 0;
}
@media (max-width: 768px) {
  #horizontal-search-box div {
    padding-left: 1px;
    padding-right: 1px;
  }
}
#horizontal-search-box #horizontal-search-label {
  color: #ffffff;
  font-size: 14px;
  line-height: 20px;
}
@media (max-width: 1199px) {
  #horizontal-search-box #horizontal-search-label {
    margin-top: 4px;
  }
}
@media (min-width: 1200px) {
  #horizontal-search-box #horizontal-search-label {
    margin-top: 7px;
  }
}
#horizontal-search-box #lookfor-label {
  height: 34px;
  width: 40px;
  text-align: center;
}
#horizontal-search-box #lookfor {
  height: 34px;
  /*width: calc(100% - 35px);
    display: inline-block;*/
}
#horizontal-search-box #lookfor: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);
}
#horizontal-search-box .searchSourceHorizontal,
#horizontal-search-box .searchTypeHorizontal {
  width: 100%;
  margin: 0 0;
  border: none;
  border-radius: 0;
}
#horizontal-search-box .searchSourceHorizontal:focus,
#horizontal-search-box .searchTypeHorizontal: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);
}
#horizontal-search-box #keepFiltersSwitchLabel {
  margin-bottom: 0;
}
#home-page-library-section {
  padding: 15px 0;
}
#home-page-library-section > a,
#home-page-library-section > a:visited,
#home-page-library-section > a:hover {
  color: #fff;
}
.sidebar-button {
  text-align: center;
  background-color: #7c7c7d;
  background: linear-gradient(to bottom, #7c7c7d, #3d4244);
  color: #fff;
  padding: 3px 0;
  margin-bottom: 15px;
}
.sidebar-links .panel-group .panel + .panel {
  margin-top: 0;
}
.sidebar-links .panel-heading {
  padding: 5px 15px;
  background-color: #e7e7e7;
  border-bottom: 1px solid #a1a1a1;
}
.sidebar-links .panel > a,
.sidebar-links .panel > a:visited,
.sidebar-links .panel > a:hover {
  font-size: 14px;
  color: #333333;
  text-decoration: none;
}
.sidebar-links .panel.active > a,
.sidebar-links .panel.active > a:visited,
.sidebar-links .panel.active > a:hover {
  color: #fff;
  outline: none;
}
.sidebar-links .active .panel-heading {
  background-color: #4dacde;
}
.sidebar-links .panel-body {
  font-size: 13px;
  color: #333333;
  background-color: #fcfcfc;
  border-color: #c5c5c5;
  border-width: 0 1px 1px 1px;
  border-style: solid;
}
.sidebar-links .panel-body a:not(.btn),
.sidebar-links .panel-body a:visited:not(.btn),
.sidebar-links .panel-body a:hover:not(.btn) {
  color: #3174AF;
}
.ui-helper-hidden {
  display: none;
}
.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.ui-autocomplete {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  float: left;
  display: none;
  min-width: 160px;
  _width: 160px;
  padding: 4px 0;
  margin: 2px 0 0 0;
  list-style: none;
  background-color: #ffffff;
  border-color: #ccc;
  border-color: rgba(0, 0, 0, 0.2);
  border-style: solid;
  border-width: 1px;
  border-radius: 5px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  background-clip: padding-box;
  *border-right-width: 2px;
  *border-bottom-width: 2px;
}
.ui-autocomplete .ui-menu-item > a.ui-corner-all {
  display: block;
  padding: 3px 15px;
  clear: both;
  font-weight: normal;
  line-height: 18px;
  color: #555555;
  white-space: nowrap;
}
.ui-autocomplete .ui-menu-item > a.ui-corner-all.ui-state-hover,
.ui-autocomplete .ui-menu-item > a.ui-corner-all.ui-state-active {
  color: #ffffff;
  text-decoration: none;
  background-color: #0088cc;
  border-radius: 0;
  background-image: none;
}
.categoryValue {
  font-size: smaller;
}
.categoryValue img {
  max-width: 50px;
  height: 50px;
}
.categoryValue:hover img {
  opacity: 0.7;
}
@media (max-width: 540px) {
  .formatCategoryLabel {
    float: none;
    clear: both;
  }
}
@media (min-width: 768px) and (max-width: 999px) {
  .formatCategoryLabel {
    float: none;
    clear: both;
  }
}
#lookfor {
  border-radius: 3px 0 0 3px;
  overflow-y: hidden;
  padding-top: 0.4em;
  height: 18px;
  line-height: 20px;
  min-height: 18px;
}
#search-actions.input-group-btn {
  vertical-align: top;
}
#descriptionPanelBody > .panel-body {
  white-space: pre-line;
}
.dropdown-menu-right {
  right: 0;
  left: auto;
}
#home-page-browse-results .grid-col {
  text-align: center;
}
@media (max-width: 479px) {
  #home-page-browse-results .grid-col--3 {
    display: none;
  }
}
@media (min-width: 480px) {
  #home-page-browse-results .grid-col--3 {
    display: block;
  }
}
@media (max-width: 991px) {
  #home-page-browse-results .grid-col--4 {
    display: none;
  }
}
@media (min-width: 992px) {
  #home-page-browse-results .grid-col--4 {
    display: block;
  }
}
@media (max-width: 1199px) {
  #home-page-browse-results .grid-col--5 {
    display: none;
  }
}
@media (min-width: 1200px) {
  #home-page-browse-results .grid-col--5 {
    display: block;
  }
}
@media (max-width: 1199px) {
  #home-page-browse-results .grid-col--6 {
    display: none;
  }
}
@media (min-width: 1200px) {
  #home-page-browse-results .grid-col--6 {
    display: block;
  }
}
#home-page-browse-header {
  background-color: #d7dce3;
  padding-bottom: 15px;
}
#home-page-browse-content {
  padding: 15px;
  background-color: #fff;
}
#browse-label {
  height: 5px;
  background-color: #bbd4e3;
  margin-top: 15px;
  margin-bottom: 15px;
  margin-right: -15px;
  z-index: -1;
}
.browse-label-text {
  background-color: #d7dce3;
  font-size: 22px;
  color: #3497d1;
  line-height: 5px;
  vertical-align: top;
  margin: auto;
  padding: 0 8px;
  z-index: 2;
}
#browse-category-picker .jcarousel-control-prev,
#browse-category-picker .jcarousel-control-next {
  background-color: #9e9fa3;
  color: #d4d4d4;
  font-size: 50px;
}
#browse-category-picker .jcarousel-control-prev:focus,
#browse-category-picker .jcarousel-control-next:focus {
  text-decoration: none;
  outline: none;
}
#browse-category-picker .jcarousel-control-prev:hover,
#browse-category-picker .jcarousel-control-next:hover {
  text-decoration: none;
}
#browse-category-picker a.jcarousel-control-next:after {
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  font-weight: bold;
  font-size: 35px;
}
#browse-category-picker a.jcarousel-control-prev:before {
  font-family: "Font Awesome 5 Free";
  content: "\f053";
  font-weight: bold;
  font-size: 35px;
}
#browse-category-picker .jcarousel-pagination a,
#browse-category-picker .jcarousel-pagination a:hover,
#browse-category-picker .jcarousel-pagination a:active,
#browse-category-picker .jcarousel-pagination a:visited {
  outline: none;
}
.browse-category {
  color: #404040;
  font-size: 20px;
  padding: 10px;
  background-color: #f8f8f8;
  height: 100px;
  margin-left: 4px;
  margin-right: 4px;
  display: flex;
  align-items: center;
}
.browse-category:hover {
  background-color: #e4e4e4;
}
.browse-category div {
  cursor: pointer;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
.browse-category div:focus {
  outline: none;
}
.browse-category div:hover {
  text-decoration: underline;
}
.browse-category.selected {
  border: 2px solid #3497d1;
  font-size: 20px;
}
#selected-browse-label {
  background-color: #fff;
  margin-bottom: 5px;
}
#selected-browse-label > div.btn-group {
  margin-right: 20px;
  float: right;
  padding: 0 8px;
}
#selected-browse-label > div.btn-group span.thumbnail-icon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#selected-browse-label > div.btn-group span.thumbnail-icon:empty {
  width: 1em;
}
#selected-browse-label > div.btn-group span.thumbnail-icon:before {
  content: "\e011";
}
#selected-browse-label > div.btn-group span.grid-icon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#selected-browse-label > div.btn-group span.grid-icon:empty {
  width: 1em;
}
#selected-browse-label > div.btn-group span.grid-icon:before {
  content: "\e056";
}
#selected-browse-label > div.btn-group span.list-icon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#selected-browse-label > div.btn-group span.list-icon:empty {
  width: 1em;
}
#selected-browse-label > div.btn-group span.list-icon:before {
  content: "\e012";
}
@media (max-width: 767px) {
  #selected-browse-label > div.btn-group span {
    display: none;
  }
}
.selected-browse-label-search {
  font-size: 20px;
  color: #0072bc;
  vertical-align: top;
  margin-left: 20px;
  float: left;
  padding: 0 8px;
}
.selected-browse-label-search a {
  color: #0072bc;
}
#selected-browse-search-link .icon-before {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#selected-browse-search-link .icon-before:empty {
  width: 1em;
}
#selected-browse-search-link .icon-before:before {
  content: "\e003";
}
.browse-rating {
  margin-top: 5px;
}
.home-page-browse-thumbnails,
.home-page-browse-grid,
.browse-thumbnails-few {
  -webkit-column-gap: 15px;
  -moz-column-gap: 15px;
  column-gap: 15px;
}
@media (min-width: 0) {
  .home-page-browse-thumbnails {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
}
@media (min-width: 480px) {
  .home-page-browse-thumbnails {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
  }
}
@media (min-width: 992px) {
  .home-page-browse-thumbnails {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
  }
}
@media (min-width: 1200px) {
  .home-page-browse-thumbnails {
    -webkit-column-count: 6;
    -moz-column-count: 6;
    column-count: 6;
  }
}
@media (min-width: 0) {
  .browse-thumbnails-few {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
}
@media (min-width: 480px) {
  .browse-thumbnails-few {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
}
@media (min-width: 992px) {
  .browse-thumbnails-few {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
}
@media (min-width: 1200px) {
  .browse-thumbnails-few {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
}
@media (min-width: 0) {
  .browse-thumbnails-medium {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
}
@media (min-width: 480px) {
  .browse-thumbnails-medium {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
}
@media (min-width: 768px) {
  .browse-thumbnails-medium {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
}
@media (min-width: 992px) {
  .browse-thumbnails-medium {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
  }
}
@media (min-width: 1200px) {
  .browse-thumbnails-medium {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
  }
}
@media (min-width: 0) {
  .home-page-browse-grid {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .home-page-browse-grid {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
}
@media (min-width: 768px) {
  .home-page-browse-grid {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
}
@media (min-width: 992px) {
  .home-page-browse-grid {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
  }
}
.browse-thumbnail {
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  break-inside: avoid-column;
  -webkit-column-break-inside: avoid;
  display: block;
  text-align: center;
  position: relative;
}
.browse-thumbnail > img,
.browse-thumbnail a > img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
a.browse-thumbnail:hover,
a.browse-thumbnail:focus,
a.browse-thumbnail.active {
  border-color: #3174AF;
}
.browse-thumbnail .caption {
  padding: 9px;
  color: #333333;
}
.browse-thumbnail img {
  width: 100%;
  min-height: 100px;
}
.browse-thumbnail img.floating {
  box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.034), 0 6.7px 5.3px rgba(0, 0, 0, 0.048), 0 12.5px 10px rgba(0, 0, 0, 0.06), 0 15px 22px rgba(0, 0, 0, 0.072), 0 20px 33px 0 rgba(0, 0, 0, 0.086);
  background: transparent;
  border-width: 0;
  padding: 0;
  margin: 0 0 60px 0;
}
.browse-thumbnail img.floating.browse-grid {
  box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.034), 0 6.7px 5.3px rgba(0, 0, 0, 0.048), 0 12.5px 10px rgba(0, 0, 0, 0.06), 0 15px 22px rgba(0, 0, 0, 0.072), 0 20px 33px 0 rgba(0, 0, 0, 0.086);
}
.browse-thumbnail img.floating.ratings-on {
  margin: 0 0 10px 0;
}
.browse-thumbnail.floating {
  border: none;
}
.browse-list {
  break-inside: avoid-column;
  -webkit-column-break-inside: avoid;
  display: inline-flex;
  text-align: left;
}
.browse-list img {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
  float: left;
  margin: 0 4px 10px 0;
  width: 80px;
  border-radius: 3px;
}
.browse-list img.floating {
  box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.034), 0 6.7px 5.3px rgba(0, 0, 0, 0.048), 0 12.5px 10px rgba(0, 0, 0, 0.06), 0 15px 22px rgba(0, 0, 0, 0.072), 0 20px 33px 0 rgba(0, 0, 0, 0.086);
  min-height: 2em;
  background: transparent;
  border-width: 0;
  padding: 0;
  margin: 0 0 1.5em;
}
.browse-list a {
  display: inline-flex;
}
.browse-list .info {
  display: inline-flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: flex-start;
}
.home-page-browse-results-grid-masonry .browse-list {
  width: 100%;
}
.home-page-browse-results-grid .browse-list img {
  width: auto;
}
.home-page-browse-results-grid .browse-list a {
  display: inline-flex;
  flex-wrap: nowrap;
  align-items: flex-start;
}
#more-browse-results {
  background-color: #e6e6e6;
  color: #c7c9ca;
  text-align: center;
  padding: 2px;
  cursor: pointer;
  border-radius: 4px;
  line-height: 0;
}
#more-browse-results span {
  font-weight: bold;
  font-size: 33px;
}
#browse-sub-category-menu {
  margin-top: 10px;
  padding-left: 10px;
}
#browse-sub-category-menu button {
  margin-right: 5px;
  margin-bottom: 5px;
}
#browse-sub-category-menu button.selected {
  color: #fff;
  background-color: #0d8ec7;
}
#browse-sub-category-menu button:focus {
  outline: none;
}
.selected-browse-sub-category-label-search-text::before {
  content: ' \00bb \00a0';
}
.browse-cover-badge {
  position: absolute;
  top: -15px;
  left: -10px;
  font-size: medium;
  font-weight: bold;
  border-radius: 0;
  background-color: #FFEDD4;
  color: #883E23;
  padding: 1px 8px;
}
.browse-cover-badge::before {
  top: 100%;
  left: 0;
  content: " ";
  position: absolute;
  pointer-events: none;
  width: 0;
  height: 0;
  border-top: 10px solid #3d4364;
  border-left: 10px solid transparent;
}
#account-settings-accordion .panel-group .panel + .panel {
  margin-top: 0;
}
#account-settings-accordion .panel-heading {
  padding: 5px 15px;
  background: #e7e7e7;
  border-bottom: 1px solid #a1a1a1;
}
#account-settings-accordion .active .panel-heading {
  background: #4dacde;
}
#account-settings-accordion .panel-title {
  font-size: 13px;
  color: #333333;
}
#account-link-accordion .panel.active .panel-title,
#account-settings-accordion .panel.active .panel-title {
  color: white;
}
#account-link-accordion .panel.active .panel-title > a,
#account-settings-accordion .panel.active .panel-title > a {
  color: white;
}
#account-settings-accordion .panel-body {
  font-size: 12px;
  color: #333333;
  background-color: #fcfcfc;
  border-color: #c5c5c5;
  border-width: 0 1px 1px 1px;
  border-style: solid;
}
.overdueLabel {
  color: #c62828;
  font-weight: bold;
}
.return_claim {
  color: #2e7d32;
  font-weight: bold;
}
.holdDisclaimerLibrary {
  font-weight: bold;
}
#contactUpdateForm .btn-group .btn-default.active {
  background-color: #3174AF;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
}
#library-barcode {
  text-align: center;
  font-weight: bold;
}
#library-barcode-svg {
  max-width: 100%;
}
.refresh-indicator {
  font-size: 85%;
  float: right !important;
  margin-right: 6px;
  margin-top: 6px;
}
.steps-form {
  display: table;
  width: 100%;
  position: relative;
}
.steps-form .steps-row {
  display: table-row;
}
.steps-form .steps-row:before {
  top: 14px;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 100%;
  height: 1px;
  background-color: #ccc;
}
.steps-form .steps-row .steps-step {
  display: table-cell;
  width: 33.33%;
  text-align: center;
  position: relative;
}
.steps-form .steps-row .steps-step p {
  margin-top: 0.5rem;
}
.steps-form .steps-row .steps-step a.btn-default {
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
}
.steps-form .steps-row .steps-step .btn-circle {
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.42857143;
  border-radius: 15px;
  margin-top: 0;
}
.hr-label {
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
  clear: both;
  overflow: hidden;
}
.hr-label ::before,
.hr-label ::after {
  content: '';
  position: relative;
  width: 50%;
  background-color: #000;
  display: inline-block;
  height: 1px;
  vertical-align: middle;
}
.hr-label ::before {
  background-color: rgba(0, 0, 0, 0.2);
  right: 0.5em;
  margin-left: -50%;
}
.hr-label ::after {
  background-color: rgba(0, 0, 0, 0.2);
  left: 0.5em;
  margin-right: -50%;
}
.modal-dialog.paymentModal {
  width: 525px;
}
.modal-dialog.paymentModal .modal-content .modal-body {
  height: 275px;
  overflow: hidden;
}
/**
 * Additional Styling related to the help system
 */
.faqQuestion {
  font-size: medium;
  color: blue;
  font-weight: bold;
  margin-top: 15px;
}
.faqAnswer {
  font-size: small;
  font-style: italic;
  margin-left: 1em;
}
.wikipedia_image {
  margin: 0 10px 10px;
}
@media (min-width: 767px) {
  .wikipedia_image {
    float: left;
  }
}
@media (max-width: 767px) {
  .wikipedia_image {
    display: block;
    margin: 0 auto 10px;
  }
}
.titleScrollerHeader {
  background-color: #4dacde;
  padding: 2px;
  color: white;
  font-size: 12px;
  font-weight: bold;
  height: 20px;
}
.titleScrollerHeader .linkTab {
  padding-right: 10px;
  float: left;
}
.titleScrollerHeader .linkTab .first {
  padding-right: 0;
}
.titleScrollerViewMore {
  padding-right: 5px;
  float: right;
}
#listSelection {
  border: none;
  background: none;
  color: #00125E;
}
.titleScrollerBody {
  background-color: #fff;
  clear: both;
  position: relative;
}
.leftScrollerButton,
.rightScrollerButton {
  display: inline-block;
  height: 135px;
  line-height: 115px;
  vertical-align: middle;
  width: 25px;
  float: left;
  cursor: pointer;
  margin-left: 5px;
  margin-top: 5px;
  zoom: 1;
  *display: inline;
}
.leftScrollerButton {
  float: left;
  margin-left: 5px;
}
.rightScrollerButton {
  float: right;
  margin-right: 5px;
  z-index: 100;
}
.scrollerButtonUp,
.scrollerButtonDown {
  z-index: 100;
  position: absolute;
  height: 25px;
  width: 148px;
  cursor: pointer;
  text-align: center;
}
.scrollerButtonUp {
  top: 0;
  left: 0;
}
.scrollerButtonDown {
  bottom: 0;
  left: 0;
}
.titleScrollerSelectedTitle {
  width: 100%;
  text-align: center;
  font-weight: bold;
  color: #00125E;
}
.titleScrollerSelectedAuthor {
  width: 100%;
  text-align: center;
  font-weight: bold;
  color: #A9A9A9;
}
.scrollerBodyContainer {
  position: relative;
  overflow: hidden;
  margin: 5px 40px;
}
.scrollerBody {
  padding: 7px;
  margin: 0 7px;
  height: 140px;
  position: relative;
}
.scrollerWithRatings .scrollerBody {
  height: 155px;
}
.scrollerLoadingContainer {
  width: 100%;
  padding-top: 40px;
  text-align: center;
}
.scrollerTitleCover {
  width: auto;
  height: auto;
  max-width: 125px;
  max-height: 125px;
  padding: 3px;
  margin: auto;
}
.horizontalCarouselSpotlightWrapper .scrollerTitleCover {
  position: absolute;
  width: 125px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.horizontalCarouselSpotlightWrapper .smallScroller .scrollerTitleCover {
  width: auto;
}
.horizontalCarouselSpotlightWrapper .smallScroller .carouselScrollerTitle .carouselScrollerTitleImage {
  height: 140px;
}
.moreLikeThisWrapper li.carouselTitleWrapper,
.seriesWrapper li.carouselTitleWrapper {
  width: 140px !important;
}
.moreLikeThisWrapper .scrollerTitleCover,
.seriesWrapper .scrollerTitleCover {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.collectionSpotlightSelector {
  width: 100%;
  text-align: right;
}
.horizontalCarouselSpotlightWrapper .jcarousel-control-prev,
.moreLikeThisWrapper .jcarousel-control-prev,
.seriesWrapper .jcarousel-control-prev,
.horizontalCarouselSpotlightWrapper .jcarousel-control-next,
.moreLikeThisWrapper .jcarousel-control-next,
.seriesWrapper .jcarousel-control-next {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  color: #d4d4d4;
  height: 100%;
  font-size: 50px;
  box-shadow: none;
}
.horizontalCarouselSpotlightWrapper .jcarousel-control-prev:focus,
.moreLikeThisWrapper .jcarousel-control-prev:focus,
.seriesWrapper .jcarousel-control-prev:focus,
.horizontalCarouselSpotlightWrapper .jcarousel-control-next:focus,
.moreLikeThisWrapper .jcarousel-control-next:focus,
.seriesWrapper .jcarousel-control-next:focus {
  text-decoration: none;
  outline: none;
}
.horizontalCarouselSpotlightWrapper .jcarousel-control-prev:hover,
.moreLikeThisWrapper .jcarousel-control-prev:hover,
.seriesWrapper .jcarousel-control-prev:hover,
.horizontalCarouselSpotlightWrapper .jcarousel-control-next:hover,
.moreLikeThisWrapper .jcarousel-control-next:hover,
.seriesWrapper .jcarousel-control-next:hover {
  text-decoration: none;
}
.horizontalCarouselSpotlightWrapper .jcarousel-pagination a,
.moreLikeThisWrapper .jcarousel-pagination a,
.seriesWrapper .jcarousel-pagination a,
.horizontalCarouselSpotlightWrapper .jcarousel-pagination a:hover,
.moreLikeThisWrapper .jcarousel-pagination a:hover,
.seriesWrapper .jcarousel-pagination a:hover,
.horizontalCarouselSpotlightWrapper .jcarousel-pagination a:active,
.moreLikeThisWrapper .jcarousel-pagination a:active,
.seriesWrapper .jcarousel-pagination a:active,
.horizontalCarouselSpotlightWrapper .jcarousel-pagination a:visited,
.moreLikeThisWrapper .jcarousel-pagination a:visited,
.seriesWrapper .jcarousel-pagination a:visited {
  outline: none;
}
.jcarousel li.carouselTitleWrapper {
  border-width: 0;
}
.carouselScrollerTitle {
  display: inline-block;
  text-align: center;
  width: 100%;
}
.carouselScrollerTitle a {
  display: block;
}
.carouselScrollerTitle .carouselScrollerTitleImage {
  position: relative;
  height: 200px;
}
.scrollerTitle {
  display: inline-block;
  margin: 2px;
  vertical-align: middle;
  padding: 3px;
  max-width: 129px;
  zoom: 1;
  *display: inline;
}
.scrollerTitle img {
  opacity: 0.8;
}
.scrollerTitle:hover img {
  opacity: 1;
}
.scrollerTitle.selected {
  border: 3px solid #00125E;
  border-radius: 3px;
  padding: 0;
}
.scrollerTitle.selected img {
  opacity: 1;
}
.verticalTitleScroller {
  width: 150px;
  height: 100%;
}
.verticalTitleScroller .titleScrollerBody {
  position: relative;
  overflow: hidden;
}
.verticalTitleScroller .scrollerTitle {
  display: block;
}
.verticalTitleScroller .scrollerBodyContainer {
  margin: 5px;
  text-align: center;
}
.singleTitleSpotlight {
  width: 200px;
}
.singleTitleSpotlight .scrollerTitle img {
  display: inline-block;
  opacity: 1;
}
.singleTitleSpotlight .scrollerTitle.selected img {
  display: inline-block;
}
.singleTitleSpotlight .scrollerTitle.selected {
  border: 0 solid black;
  border-radius: 3px;
  padding: 0;
}
.singleTitleSpotlight .scrollerBodyContainer {
  margin: 5px 0;
  text-align: center;
  width: 100%;
}
.singleTitleWithNextSpotlight {
  width: 200px;
}
.singleTitleWithNextSpotlight .scrollerTitle img {
  display: inline-block;
  opacity: 1;
}
.singleTitleWithNextSpotlight .scrollerTitle.selected img {
  display: inline-block;
}
.singleTitleWithNextSpotlight .scrollerTitle.selected {
  border: 0 solid black;
  border-radius: 3px;
  padding: 0;
}
.singleTitleWithNextSpotlight .scrollerBodyContainer {
  margin: 5px 0;
  text-align: center;
  width: 100%;
}
.singleTitleWithNextSpotlight .rightScrollerButton {
  float: none;
  position: absolute;
  right: 5px;
}
.textListScroller {
  width: 100%;
  height: 100%;
}
.textListScroller .scrollerBodyContainer {
  margin: 5px;
}
.textListScroller .scrollerTitle {
  max-width: none;
  display: block;
}
.mediumScroller.singleTitleWithNextSpotlight,
.mediumScroller.singleTitleSpotlight {
  width: 275px;
}
.mediumScroller.verticalTitleScroller {
  width: 225px;
}
.mediumScroller .scrollerTitleCover {
  max-height: 200px;
  max-width: 200px;
}
.mediumScroller .scrollerTitle {
  max-width: 204px;
}
.mediumScroller.textListScroller .scrollerTitle {
  max-width: none;
}
.mediumScroller .scrollerBody {
  height: 215px;
}
.mediumScroller.scrollerWithRatings .scrollerBody {
  height: 230px;
}
.mediumScroller .leftScrollerButton,
.mediumScroller .rightScrollerButton {
  line-height: 200px;
}
.mediumScroller .scrollerButtonUp,
.mediumScroller .scrollerButtonDown {
  width: 223px;
}
/**
 * Additional Styling specific to the display of full records.
 *
 * If a style is used both within the results list and within a record it should
 */
.statVal {
  padding: 6px 0px 2px;
}
#list-series.titleScroller {
  border: 1px solid #949494;
}
#list-series {
  margin: 8px 0px;
}
#list-morelikethis.titleScroller {
  border: 1px solid #949494;
}
#list-morelikethis {
  margin: 8px 0px;
}
#explore-more-body #list-morelikethis {
  border: none;
}
.statusValue.available,
.statusValue.here {
  color: #009900;
  font-weight: bold;
}
.statusValue.nearby {
  color: #BB0099;
  font-weight: bold;
}
.statusValue.unavailable,
.statusValue.checkedOut,
.statusValue.checkedout,
.statusValue.reserve {
  color: #cc0000;
  font-weight: bold;
}
#recordCover {
  position: relative;
}
.godeeper {
  bottom: 4px;
  float: right;
  position: absolute;
  right: -5px;
  z-index: 2;
}
.eContentHolding {
  width: 100%;
  border: 1px solid #AAAAAA;
  border-radius: 3px;
  margin-bottom: 10px;
  position: relative;
  background-color: #fff;
}
.eContentHoldingHeader {
  background-color: #EDEDED;
  padding: 5px;
  font-size: 12px;
}
.eContentHoldingFormat {
  font-weight: bold;
  font-size: 14px;
}
.eContentHoldingUsage {
  font-style: italic;
  font-size: 12px;
}
.eContentHoldingActions {
  margin: 8px 10px;
}
.eContentHoldingNotes {
  font-size: 11px;
  margin: 2px 10px;
}
.eContentFormatUsage {
  font-size: 11px;
}
.hold_result_title_failed {
  color: #a94442;
}
.hold_result_title_ok {
  color: #3c763d;
}
.checkInCell {
  border: 1px solid #3e63a6;
  float: left;
  min-height: 8em;
  padding: 4px;
  width: 150px;
}
.citation th {
  vertical-align: top;
}
.issue-summary-row {
  border-bottom: 1px solid;
  padding-bottom: 5px;
  padding-top: 5px;
  margin-bottom: 10px;
}
.issue-summary-location {
  font-size: 13px;
  font-weight: bold;
}
.contained-record {
  margin-top: 2px;
  margin-bottom: 2px;
  padding: 4px;
}
.contained-record-title {
  font-size: 110%;
}
#formattedMarcRecord {
  overflow-x: auto;
}
.result {
  border-bottom: 2px solid #d5d6da;
  padding: 10px 0 15px;
  margin-left: 5px;
  margin-right: 5px;
  font-size: 12px;
}
.result-value-bold {
  font-weight: bold;
}
.result-label {
  font-weight: bold;
  color: #44484a;
}
#formatCategories {
  padding-top: 3px;
}
#availabilityControlContainer {
  border-bottom: 3px solid #d5d6da;
  padding-bottom: 6px;
}
#wikipedia_placeholder {
  border-bottom: 3px solid #d5d6da;
  padding-bottom: 6px;
  margin-bottom: 10px;
  display: none;
}
.top-facet {
  margin-bottom: 10px;
}
.facetCol {
  display: inline-block;
  padding: 15px;
  width: 120px;
  vertical-align: top;
}
.facetValue {
  padding-left: 1.2em;
  text-indent: -1.2em;
  margin-left: 30px;
  color: #888888;
  font-size: small;
  font-weight: bold;
}
.facetValue a {
  color: #888888;
}
.facetValue:first-of-type {
  margin-top: 3px;
}
.facetValue:last-of-type {
  margin-bottom: 3px;
}
.facet-form {
  margin: 5px 30px;
}
.sidebar-label {
  text-align: center;
  background-color: #414141;
  color: #fff;
  padding: 3px 0;
  margin-top: 4.6px;
}
.facetTitle,
.exploreMoreTitle {
  background-color: #e8e8e8;
  color: #555555;
  border-top: 1px solid #f4f4f4;
  border-bottom: 1px solid #adadad;
}
.facetTitle {
  padding: 8px 10px 6px 10px;
}
.exploreMoreTitle {
  padding: 8px 30px 6px 15px;
}
.formatCategoryLabel {
  vertical-align: central;
  color: #555555;
  margin-top: 3px;
}
.formatCategoryLabel a {
  color: #555555;
}
@media print {
  .top-facet {
    display: none;
  }
}
.applied-filters .facetValue {
  padding-left: 0;
}
.result-head {
  font-size: smaller;
  color: #3174AF;
}
#replacement-search-info {
  font-size: 16px;
  font-style: italic;
}
#original-search-info {
  font-size: 12px;
}
.replacement-search-info-text {
  color: #888888;
  font-style: normal;
}
.result-title {
  font-weight: bold;
  font-size: 18px;
}
.result-index {
  font-size: 18px;
}
.result-tools-horizontal {
  margin-top: 6px;
}
.results-covers {
  padding-top: 6px;
  margin-top: 6px;
  border-bottom: 1px solid #d5d6da;
}
.related-manifestations {
  margin-top: 3px;
}
.related-manifestation.grouped {
  padding-top: 10px;
  padding-bottom: 10px;
  border: 1px solid #c3c3c3;
  border-radius: 8px;
  margin-top: 1em;
}
.related-manifestation.grouped .col-sm-12 .row.displayed {
  padding-bottom: 1em;
  margin-bottom: 1em !important;
}
.related-manifestation.grouped .col-sm-12 .row.displayed.striped-odd {
  background: #f8f8ff;
  padding-top: 1em;
}
.striped-odd {
  background: #f8f8ff;
  padding-top: 1em;
}
.striped-even {
  padding-top: 1em;
}
.related-manifestations-header {
  border-bottom: 1px solid #d3d3d3;
}
.related-manifestations-label {
  font-size: 10pt;
}
.related-manifestations a.showHidden {
  display: block;
  padding-top: 1em;
}
.manifestation-actions .btn-default {
  background-color: #088ec6;
  color: #fff;
}
.related-manifestations {
  margin-bottom: 5px;
}
.manifestation-format {
  font-size: 14px;
  font-weight: bold;
  padding-bottom: 0.5em;
}
.manifestation-format .btn {
  width: 100%;
}
.manifestation-format .btn-variation {
  width: 100%;
}
.related-manifestation-shelf-status {
  font-size: 13px;
  font-weight: bold;
  display: inline-block;
  margin-bottom: 3px;
  white-space: normal;
}
.related_record_status {
  font-size: 13px;
  font-weight: bold;
}
.related_record_status.available {
  color: #2e7d32;
  font-size: 14px;
}
.related_record_status.checked_out {
  color: #c62828;
}
.related_record_status.availableOther {
  color: #c62828;
}
.itemSummaryTable tr.available {
  font-weight: bold;
}
.itemSummary {
  font-size: 12px;
  text-indent: -10px;
  padding-left: 10px;
}
.moreFacetPopup {
  -webkit-column-gap: 35px;
  -moz-column-gap: 35px;
  column-gap: 35px;
}
@media (min-width: 0) {
  .moreFacetPopup {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
}
@media (min-width: 768px) {
  .moreFacetPopup {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
}
@media (min-width: 992px) {
  .moreFacetPopup {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
}
.moreFacetPopup .checkboxFacet label {
  padding-left: 1.2em;
  text-indent: -1.2em;
}
.moreFacetPopup .standardFacet {
  padding-left: 2.5em;
  text-indent: -1em;
}
.highlight {
  font-weight: bolder;
  background-color: lemonchiffon;
}
.view-xs-button {
  margin-bottom: 5px;
}
.coversColumn .view-xs-button {
  margin-top: 5px;
}
@media (max-width: 400px) {
  .coversColumn {
    padding-left: 0;
    padding-right: 0;
  }
  #availabilityControl button {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
  }
}
.search-results-navigation {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.search-results-navigation .previous {
  flex-grow: 1;
  cursor: pointer;
  white-space: nowrap;
  text-align: right;
}
.search-results-navigation .return {
  flex-grow: 3;
  white-space: normal;
  text-align: center;
  padding-left: 2px;
  padding-right: 2px;
}
.search-results-navigation .next {
  white-space: nowrap;
  cursor: pointer;
  flex-grow: 1;
}
.yearbox {
  padding: 3px 6px;
}
.combined-results-section {
  width: 100%;
  display: inline-block;
  padding: 2px;
  padding-bottom: 20px;
  border-top: 5px solid #00a4e3;
  margin-top: 15px;
}
.combined-results-section .related-manifestation {
  border-bottom: none;
}
.combined-results-section-title {
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 15px;
  float: left;
}
.combined-results-button {
  float: right;
  margin-top: 4px;
  background-color: #00a4e3;
  border-color: #00a4e3;
}
#results-sort {
  width: 160px;
  margin: 0 8px 0 18px;
  height: 30px;
  padding: 2px 5px;
  border-radius: 3px;
  border: 1px solid #ababab;
  font-size: 12px;
}
.listResultImage {
  position: relative;
  margin-top: 5px;
}
.listResultImage a > img {
  max-width: 100%;
}
.list-cover-badge {
  position: absolute;
  top: -12px;
  left: -10px;
  font-size: medium;
  font-weight: bold;
  border-radius: 0;
  background-color: #FFEDD4;
  color: #883E23;
  padding: 1px 8px;
}
.list-cover-badge::before {
  top: 100%;
  left: 0;
  content: " ";
  position: absolute;
  pointer-events: none;
  width: 0;
  height: 0;
  border-top: 10px solid #3d4364;
  border-left: 10px solid transparent;
}
.new-result-badge {
  display: inline-block;
  font-weight: bold;
  border-radius: 0;
  background-color: #FFEDD4;
  color: #883E23;
  padding: 1px 8px;
}
.account-updated-search-badge {
  display: inline-block;
  font-size: 75%;
  font-weight: bold;
  border-radius: 0;
  background-color: #FFEDD4;
  color: #883E23;
  padding: 1px 8px;
  vertical-align: baseline;
}
.badge-updated {
  background-color: #FFEDD4;
  color: #883E23;
}
.graph-bar {
  background-color: #088ec6;
}
#side-bar .userreviewlink,
#side-bar .addtolistlink {
  width: 196px;
}
.userreviewlink,
.addtolistlink {
  background-color: #088ec6;
  color: #ffffff;
}
.userreviewlink:hover,
.addtolistlink:hover {
  background-color: #2897c6;
  color: #ffffff;
}
.full-record-tools {
  padding: 4px 0;
}
.full-rating {
  padding: 10px 5px 4px;
  white-space: nowrap;
  font-size: 11px;
}
.rating-graph {
  margin: 4px 0;
}
.rating-graph .row {
  margin-top: 2px;
}
.title-rating {
  margin-top: 4px;
}
#main-content .result-tools-horizontal {
  margin-top: 10px;
  margin-bottom: 10px;
}
.share-tools {
  color: #666565;
  font-weight: bold;
  text-align: left;
  padding: 5px 10px;
  display: inline-block;
}
.share-tools i {
  width: 1em;
  vertical-align: middle;
}
.share-tools img {
  margin-left: 2px;
  margin-right: 2px;
}
.share-tools-label {
  padding-right: 10px;
}
#side-bar .share-tools {
  margin-top: 8px;
  width: 200px;
}
#more-details-accordion .panel-group .panel + .panel {
  margin-top: 0;
}
#more-details-accordion .panel-heading {
  padding: 5px 15px;
}
#more-details-accordion .panel-title {
  font-size: 13px;
}
#more-details-accordion .panel-title h2 {
  font-size: 13px;
  margin: unset;
  font-weight: unset;
  display: unset;
}
#more-details-accordion .panel-body {
  font-size: 12px;
  color: #333333;
  background-color: #fcfcfc;
  border-color: #c5c5c5;
  border-width: 0 1px 1px 1px;
  border-style: solid;
}
.novelist-similar-item {
  padding: 6px;
}
.novelist-similar-item-header {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 2px;
}
.novelist-similar-item-reason {
  font-style: italic;
  margin-left: 6px;
}
.tocEntry {
  margin-bottom: 2px;
}
.tocLabel {
  font-weight: bold;
}
.trackNumber {
  font-weight: bold;
}
#innReachSearchResultsHeader {
  padding-top: 15px;
}
#innReachSearchResultsTitle {
  padding-top: 15px;
  font-size: 140%;
  font-weight: normal;
}
#innReachSearchResultsNote {
  font-style: italic;
  margin-bottom: 0.5em;
}
#moreResultsFromInnReach {
  margin: 5px;
  text-align: right;
}
.calendar {
  margin: 10px;
}
.calendar-nav {
  display: flex;
  flex-direction: row;
  height: 50px;
}
.calendar-nav .calendar-nav-cell {
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.calendar-current-month {
  font-size: 36px;
}
.week-view .calendar-current-month {
  font-size: 28px;
}
.calendar-day-cell {
  border: 1px solid lightgray;
}
@media (max-width: 767px) {
  .calendar-day-cell {
    width: 100%;
    display: inline-block;
  }
}
@media (min-width: 768px) {
  .calendar-day-cell {
    width: 14.28571429%;
    display: flex;
    flex-direction: column;
    min-height: 150px;
  }
}
@media (min-width: 768px) {
  .week-view .calendar-day-cell {
    min-height: 50vh;
  }
}
.calendar-header-cell {
  display: flex;
  width: 14.28571429%;
  font-weight: bold;
  background-color: #F7F7F7;
  border: 1px solid lightgray;
  border-left-width: 0;
  border-right-width: 0;
  font-size: 14px;
  justify-content: center;
}
@media (max-width: 767px) {
  .calendar-header {
    display: none;
  }
}
@media (min-width: 768px) {
  .calendar-header {
    display: flex;
    flex-direction: row;
    align-items: stretch;
  }
  .calendar-header :first-child {
    border-left-width: 1px;
  }
  .calendar-header :last-child {
    border-right-width: 1px;
  }
}
.calendar-row {
  display: flex;
  align-items: stretch;
}
@media (max-width: 767px) {
  .calendar-row {
    flex-direction: column;
  }
}
@media (min-width: 768px) {
  .calendar-row {
    flex-direction: row;
  }
}
.calendar-day-date {
  display: flex;
  font-size: 16px;
  font-weight: bold;
  width: 100%;
  padding-top: 7px;
}
@media (max-width: 767px) {
  .calendar-day-date {
    justify-content: center;
  }
}
@media (min-width: 768px) {
  .calendar-day-date {
    justify-content: right;
  }
}
.calendar-events {
  display: flex;
  flex-direction: column;
}
.calendar-event {
  border-radius: 4px;
  padding: 3px 5px 3px 10px;
  background-color: #EFEFEF;
}
@media (max-width: 767px) {
  .calendar-event {
    margin: 3px 5px 3px 10px;
  }
}
@media (min-width: 768px) {
  .calendar-event {
    margin: 3px 5px;
  }
}
.calendar-event-time {
  font-size: 12px;
}
.calendar-event-state {
  display: inherit;
}
#calendar-header {
  max-height: 10vh;
  max-width: 100%;
}
@media print {
  body .top-link {
    display: none;
  }
  body .breadcrumbs {
    display: none;
  }
  body .calendar-nav-cell .btn {
    display: none;
  }
  body h1 {
    display: none;
  }
  body #footer-container {
    display: none;
  }
  body .calendar-event .calendar-event-state {
    height: fit-content;
    padding: 1px;
    order: 3;
    position: absolute;
    margin-top: 1.2rem;
    font-size: 0.7rem;
  }
  body .calendar-event-time {
    order: 1;
  }
  body .calendar-event-title {
    order: 2;
  }
  body .calendar-page {
    page-break-inside: avoid;
    height: 90vh;
  }
}
@media print and (max-width: 767px) {
  .hide-for-agenda-view {
    display: none;
  }
  .calendar-day-cell {
    page-break-inside: avoid;
  }
  .calendar-events {
    page-break-inside: avoid;
  }
  .calendar-events .calendar-event {
    display: flex;
    flex-direction: row;
    gap: 0.5rem;
    justify-content: space-between;
    margin: 1px 5px 1px 10px;
  }
}
@media print and (min-width: 768px) {
  @page {
    margin-top: 0.25in;
    margin-bottom: 0.25in;
  }
  #page-container > .container {
    width: 95%;
  }
  .calendar {
    page-break-inside: avoid;
    overflow: visible;
    height: 80vh;
    margin-top: 0;
  }
  .calendar .calendar-current-month {
    font-size: 2.5rem;
  }
  .calendar-row {
    overflow-y: hidden;
  }
  .calendar-row .calendar-day-date {
    flex-basis: content;
    font-size: 1.1rem;
  }
  .calendar-row .calendar-day-cell {
    min-height: 12vh;
    max-height: 20vh;
    flex-direction: row-reverse;
    justify-content: space-between;
    max-width: 100%;
    overflow: clip;
  }
  .calendar-row .calendar-day-cell .calendar-events {
    max-width: 90%;
    overflow: clip;
  }
  .calendar-row .calendar-day-cell .calendar-events.wrap-title .calendar-event-title,
  .calendar-row .calendar-day-cell .calendar-events.wrap-title .calendar-event-time {
    overflow: visible;
    white-space: normal;
    max-height: 3.5vh;
  }
  .calendar-row .calendar-day-cell .calendar-events .calendar-event:has(.calendar-event-state) .calendar-event-title,
  .calendar-row .calendar-day-cell .calendar-events .calendar-event:has(.calendar-event-state) .calendar-event-time {
    overflow: visible;
    white-space: normal;
    height: 3.5vh;
  }
  .calendar-row .calendar-day-cell .calendar-events .calendar-event-title,
  .calendar-row .calendar-day-cell .calendar-events .calendar-event-time {
    overflow: clip;
    white-space: nowrap;
    font-size: 0.85rem;
  }
  .calendar-row .calendar-day-cell .calendar-events .calendar-event {
    margin: 0;
    padding: 1px 0 0 3px;
    display: flex;
    flex-direction: row;
    column-gap: 0.5rem;
    justify-content: left;
    max-width: 100%;
    overflow: clip;
    flex-wrap: nowrap;
  }
  .calendar-row .calendar-day-cell .calendar-events .calendar-event .end-time {
    display: none;
  }
  .calendar-row .calendar-day-cell .calendar-events .calendar-event .calendar-event-time {
    font-weight: bold;
  }
  html,
  body {
    height: 90vh;
    page-break-after: always;
    overflow: hidden;
  }
}
@media print and (min-width: 768px) and (min-width: 1700px) {
  .calendar .calendar-current-month {
    font-size: 5rem;
  }
  .calendar .calendar-header-cell {
    font-size: 2rem;
  }
  .calendar .calendar-day-date {
    font-size: 1.6rem;
  }
}
@media print and (min-width: 768px) and (min-width: 2200px) {
  .calendar .calendar-current-month {
    font-size: 5.5rem;
  }
  .calendar .calendar-header-cell {
    font-size: 2.5rem;
  }
  .calendar .calendar-day-date {
    font-size: 1.8rem;
  }
}
@media print and (min-width: 768px) and (min-width: 2600px) {
  .calendar .calendar-row .calendar-current-month {
    font-size: 6rem;
  }
  .calendar .calendar-row .calendar-header-cell {
    font-size: 3rem;
  }
  .calendar .calendar-row .calendar-day-date {
    font-size: 2.6rem;
  }
}
@media print and (min-width: 768px) and (min-width: 1200px) {
  .calendar-row .calendar-day-cell .calendar-events .calendar-event .end-time {
    display: inline;
  }
}
@media print and (min-width: 768px) and (min-width: 1700px) {
  .calendar-row .calendar-day-cell .calendar-events .calendar-event div {
    font-size: 1.5rem;
  }
}
@media print and (min-width: 768px) and (min-width: 2200px) {
  .calendar-row .calendar-day-cell .calendar-events .calendar-event div {
    font-size: 1.75rem;
  }
}
@media print and (min-width: 768px) and (min-width: 2800px) {
  .calendar-row .calendar-day-cell .calendar-events .calendar-event div {
    font-size: 2.5rem;
  }
}
.blockhead {
  border-bottom: 1px solid #c0c0c0;
  color: #3e63a6;
  font-size: 20px;
  margin-bottom: 10px;
  margin-right: 15px;
  padding-top: 3px;
}
.obituaryTitle,
.marriageTitle {
  font-weight: bold;
}
.editor .panel-group .panel-body > .form-group > .controls {
  overflow-x: auto;
}
.dashboardCategory .dashboardCategoryLabel {
  font-size: 24px;
  line-height: 36px;
  margin-bottom: 10px;
  font-family: serif;
  text-align: center;
  text-decoration: underline darkred double;
}
.dashboardLabel {
  font-size: 14px;
  text-transform: uppercase;
  text-align: center;
}
.dashboardValue {
  font-size: 34px;
  font-weight: bolder;
  text-align: center;
}
.compareChanged {
  background-color: #ffc9c9;
  color: #111111;
}
.contrast_warning {
  padding: 3px 5px;
}
.adminTableRegion {
  width: 100%;
  overflow-x: auto;
}
.siteStatusRegion,
.fixed-height-table,
.oneToManyTable {
  overflow-x: auto;
  max-height: 70vh;
  overflow-y: auto;
}
@media (max-width: 991px) {
  #adminSections .grid-col--2 {
    display: none;
  }
}
@media (min-width: 992px) {
  #adminSections .grid-col--2 {
    display: block;
  }
}
.adminSection .adminPanel {
  margin: 10px 0;
  border: 1px solid #cccccc;
  background-color: #f8f8f8;
  color: #404040;
}
.adminSection .adminPanel .adminSectionLabel {
  font-size: 18px;
  margin: 0;
  padding: 3px 0;
  text-transform: uppercase;
  border-bottom: 1px solid #cccccc;
  background-color: #4DACDE;
  color: #333333;
}
.adminSection .adminPanel .adminSectionActions {
  padding: 5px 20px 5px 5px;
}
.adminSection .adminPanel .adminAction {
  margin-bottom: 6px;
}
.adminSection .adminPanel .adminActionLabel {
  font-size: 14px;
  font-weight: bold;
}
.adminSection .adminPanel .adminActionDescription {
  font-size: 12px;
}
.permissionName,
.permissionDescription {
  margin-left: 10px;
}
.permissionDescription {
  font-style: italic;
  font-size: 10px;
}
#filtersList {
  padding: 8px 0;
}
#filterActions {
  padding-top: 4px;
}
#activeFilters select,
#activeFilters input {
  width: 100%;
}
.searchForm {
  margin-top: 8px;
}
.searchSettings {
  padding-top: 3px;
  margin: auto;
}
.searchSettingsColor {
  cursor: pointer;
  color: white;
}
#releaseNotes h3 {
  text-decoration: underline;
}
#releaseNotes .settings {
  margin-left: 60px;
  font-size: smaller;
}
.staff-member {
  padding: 5px 10px;
  border: 1px solid #bbb;
  margin: 10px 0;
}
.staff-name {
  font-size: 20px;
  font-weight: bold;
}
.portal-row-edit {
  border-color: dimgrey;
  border-style: dashed;
  border-width: 1px;
  min-height: 100px;
  padding: 5px;
}
.portal-cell-edit {
  border-color: dimgrey;
  border-style: dotted;
  border-width: 1px;
  min-height: 90px;
}
.portal-cell-title-edit {
  padding: 5px;
  background-color: dimgrey;
  color: white;
  height: 50px;
}
input[type="radio"][name="colorScheme"] {
  display: none;
}
input[type="radio"][name="colorScheme"] ~ label {
  cursor: pointer;
  height: 100%;
  display: block;
  border: 1px solid black;
  padding-top: 3.5rem;
  margin-bottom: 1rem;
  text-align: center;
  position: relative;
  vertical-align: middle;
  line-height: 18px;
}
input[type="radio"][name="colorScheme"]:checked + label::after {
  color: black;
  font-family: "Font Awesome 5 Free";
  border: 1px solid black;
  content: "\f00c";
  font-size: 18px;
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  background: white;
}
.webResourceRow {
  margin-bottom: 4px;
}
.researchStarter {
  border: solid 1px #00a4e3;
  margin: 10px 5px 15px;
}
.researchStarter .label-top {
  color: #FFF;
  width: 100%;
  padding: 5px;
  background-color: #00a4e3;
  display: inline-block;
  vertical-align: center;
  font-weight: bold;
  padding-top: 10px;
  height: 40px;
}
.researchStarterBody {
  padding: 10px;
}
.researchStarter-dismiss {
  position: absolute;
  right: 0;
  top: 0;
  font-weight: bold;
}
.stripPopup {
  margin: 0;
  box-sizing: border-box;
  padding: 15px 0;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1038;
  font-family: sans-serif;
}
.stripPopup .btnWrap a.button {
  width: 193px;
  padding: 12px 10px;
  font-size: 12px;
  font-weight: 700;
  line-height: normal;
  text-align: center;
  margin: 2px 5px 0;
  display: inline-block;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
}
.stripPopup .btnWrap a.button:hover {
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
}
.stripPopup .cookieContainer {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 1000px;
  display: block;
  padding: 0 20px;
  margin: 0 auto;
}
.stripPopup .cookieContainer .contentWrap {
  width: 490px;
  max-width: 100%;
  float: left;
}
.stripPopup .cookieContainer .contentWrap span {
  font-size: 14px;
  font-weight: 700;
  display: block;
}
.stripPopup .cookieContainer .contentWrap abbr {
  font-size: 12px;
  font-weight: 400;
  display: block;
}
@media only screen and (max-width: 768px) {
  .stripPopup .contentWrap {
    width: 100%;
    text-align: center;
    display: block;
  }
  .stripPopup .btnWrap {
    width: 100%;
    text-align: center;
    display: block;
  }
  .stripPopup .btnWrap a.button {
    width: auto;
    font-size: 12px;
  }
}
.talpa_search_loading {
  padding-right: 30px;
  /* Ensure space for the image */
  background-image: url('/images/loading.gif');
  /* Replace with your image */
  background-repeat: no-repeat;
  background-position: right 8px center;
  /* Align to the right */
  background-size: 20px 20px;
  /* Adjust the size */
}
#tryThisSearchOnTalpa {
  margin-top: 20px;
}
#talpaExplainerText {
  margin-top: 10px;
  margin-bottom: 10px;
}
#talpaExplainerText img {
  float: left;
  margin-right: 5px;
}
.talpaTextLoadingLine {
  height: 25px;
  width: 100%;
  margin-bottom: 5px;
  border-radius: 2px;
  max-width: 80ch;
}
.talpaTextLoadingLine:last-child {
  margin: 0;
}
.talpa_list_summary .talpaTextLoadingLine {
  max-width: unset;
}
@-webkit-keyframes placeHolderShimmer {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 100vw 0;
  }
}
@keyframes placeHolderShimmer {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 100vw 0;
  }
}
.talpaTextLoading {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: placeHolderShimmer;
  animation-name: placeHolderShimmer;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  background: #0001;
  background: linear-gradient(to right, #0001, rgba(133, 104, 104, 0.07) 18%, rgba(205, 183, 183, 0.07) 33%);
  background-size: 100vw 100vh;
  height: 25px;
  position: relative;
}
/*# sourceMappingURL=main.css.map */