/* Minification failed. Returning unminified contents.
(9106,29): run-time error CSS1019: Unexpected token, found ' '
(9106,29): run-time error CSS1019: Unexpected token, found ' '
(9106,29): run-time error CSS1042: Expected function, found ' '
(9106,29): run-time error CSS1062: Expected semicolon or closing curly-brace, found ' '
 */
/*!
 * Bootstrap v3.0.0
 *
 * Copyright 2013 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world by @mdo and @fat.
 */
/*! normalize.css v2.1.0 | MIT License | git.io/normalize */
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] {
  display: none;
}
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
}
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 {
  -webkit-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"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -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;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 2cm .5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .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;
  }
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.42857143;
  color: #333333;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
input,
select[multiple],
textarea {
  background-image: none;
}
a {
  color: #428bca;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #2a6496;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: 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;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  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;
}
p {
  margin: 0 0 0.5rem;
}
p > a,
span > a,
a > span {
  color: #0d5c63;
  text-decoration: underline;
}
p > a:hover,
span > a:hover,
a > span:hover {
  color: #0d5c63;
  text-decoration: none;
}
p > a:focus,
span > a:focus,
a > span:focus {
  color: #0d5c63;
  text-decoration: none;
}
.lead {
  margin-bottom: 1rem;
  font-size: 1.15rem;
  font-weight: 200;
  line-height: 1.65;
}
@media (min-width: 768px) {
  .lead {
    font-size: 1.125rem;
  }
}
small {
  font-size: 85%;
}
cite {
  font-style: normal;
}
.text-muted {
  color: #999999;
}
.text-primary {
  color: #428bca;
}
.text-warning {
  color: #c09853;
}
.text-danger {
  color: #b94a48;
}
.text-success {
  color: #468847;
}
.text-info {
  color: #3a87ad;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
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;
}
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: 1rem;
  margin-bottom: 0.5rem;
}
h4,
h5,
h6 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
h1,
.h1 {
  font-size: 2rem;
}
h2,
.h2 {
  font-size: 2rem;
}
h3,
.h3 {
  font-size: 2rem;
}
h4,
.h4 {
  font-size: 2rem;
}
h5,
.h5 {
  font-size: 1rem;
}
h6,
.h6 {
  font-size: 1rem;
}
h1 small,
.h1 small {
  font-size: 2rem;
}
h2 small,
.h2 small {
  font-size: 2rem;
}
h3 small,
.h3 small,
h4 small,
.h4 small {
  font-size: 1rem;
}
.page-header {
  padding-bottom: -0.5rem;
  margin: 2rem 0 1rem;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 0.5rem;
}
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;
}
dl {
  margin-bottom: 1rem;
}
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;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
  .dl-horizontal dd:before,
  .dl-horizontal dd:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
  }
  .dl-horizontal dd:after {
    clear: both;
  }
  .dl-horizontal dd:before,
  .dl-horizontal dd:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
  }
  .dl-horizontal dd:after {
    clear: both;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}
abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 0.5rem 1rem;
  margin: 0 0 1rem;
  border-left: 5px solid #eeeeee;
}
blockquote p {
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1.25;
}
blockquote p:last-child {
  margin-bottom: 0;
}
blockquote small {
  display: block;
  line-height: 1.42857143;
  color: #999999;
}
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 {
  text-align: right;
}
blockquote.pull-right small:before {
  content: '';
}
blockquote.pull-right small:after {
  content: '\00A0 \2014';
}
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}
address {
  display: block;
  margin-bottom: 1rem;
  font-style: normal;
  line-height: 1.42857143;
}
code,
pre {
  font-family: Monaco, Menlo, 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: 0rem;
  margin: 0 0 0.5rem;
  font-size: 0rem;
  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.prettyprint {
  margin-bottom: 1rem;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border: 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: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.container:after {
  clear: both;
}
.container:before,
.container:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.container:after {
  clear: both;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.row:before,
.row:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.row:after {
  clear: both;
}
.row:before,
.row:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.row:after {
  clear: both;
}
.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,
.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,
.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,
.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 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11 {
  float: left;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-12 {
  width: 100%;
}
.col-ms-1,
.col-ms-2,
.col-ms-3,
.col-ms-4,
.col-ms-5,
.col-ms-6,
.col-ms-7,
.col-ms-8,
.col-ms-9,
.col-ms-10,
.col-ms-11,
.col-ms-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 480px) {
  .col-ms-1,
  .col-ms-2,
  .col-ms-3,
  .col-ms-4,
  .col-ms-5,
  .col-ms-6,
  .col-ms-7,
  .col-ms-8,
  .col-ms-9,
  .col-ms-10,
  .col-ms-11 {
    float: left;
  }
  .col-ms-1 {
    width: 8.33333333%;
  }
  .col-ms-2 {
    width: 16.66666667%;
  }
  .col-ms-3 {
    width: 25%;
  }
  .col-ms-4 {
    width: 33.33333333%;
  }
  .col-ms-5 {
    width: 41.66666667%;
  }
  .col-ms-6 {
    width: 50%;
  }
  .col-ms-7 {
    width: 58.33333333%;
  }
  .col-ms-8 {
    width: 66.66666667%;
  }
  .col-ms-9 {
    width: 75%;
  }
  .col-ms-10 {
    width: 83.33333333%;
  }
  .col-ms-11 {
    width: 91.66666667%;
  }
  .col-ms-12 {
    width: 100%;
  }
  .col-ms-push-1 {
    left: 8.33333333%;
  }
  .col-ms-push-2 {
    left: 16.66666667%;
  }
  .col-ms-push-3 {
    left: 25%;
  }
  .col-ms-push-4 {
    left: 33.33333333%;
  }
  .col-ms-push-5 {
    left: 41.66666667%;
  }
  .col-ms-push-6 {
    left: 50%;
  }
  .col-ms-push-7 {
    left: 58.33333333%;
  }
  .col-ms-push-8 {
    left: 66.66666667%;
  }
  .col-ms-push-9 {
    left: 75%;
  }
  .col-ms-push-10 {
    left: 83.33333333%;
  }
  .col-ms-push-11 {
    left: 91.66666667%;
  }
  .col-ms-pull-1 {
    right: 8.33333333%;
  }
  .col-ms-pull-2 {
    right: 16.66666667%;
  }
  .col-ms-pull-3 {
    right: 25%;
  }
  .col-ms-pull-4 {
    right: 33.33333333%;
  }
  .col-ms-pull-5 {
    right: 41.66666667%;
  }
  .col-ms-pull-6 {
    right: 50%;
  }
  .col-ms-pull-7 {
    right: 58.33333333%;
  }
  .col-ms-pull-8 {
    right: 66.66666667%;
  }
  .col-ms-pull-9 {
    right: 75%;
  }
  .col-ms-pull-10 {
    right: 83.33333333%;
  }
  .col-ms-pull-11 {
    right: 91.66666667%;
  }
  .col-ms-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-ms-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-ms-offset-3 {
    margin-left: 25%;
  }
  .col-ms-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-ms-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-ms-offset-6 {
    margin-left: 50%;
  }
  .col-ms-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-ms-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-ms-offset-9 {
    margin-left: 75%;
  }
  .col-ms-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-ms-offset-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 480px) and (max-width: 768px) {
  .container {
    max-width: 748px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 750px;
  }
  .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 {
    float: left;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 970px;
  }
  .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 {
    float: left;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
  .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 {
    float: left;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
}
table {
  max-width: 100%;
  background-color: transparent;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  margin-bottom: 1rem;
}
.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-"] {
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td {
  background-color: #d0e9c6;
  border-color: #c9e2b3;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
  border-color: #eed3d7;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td {
  background-color: #ebcccc;
  border-color: #e6c1c7;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
  border-color: #fbeed5;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td {
  background-color: #faf2cc;
  border-color: #f8e5be;
}
@media (max-width: 768px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: scroll;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
    background-color: #fff;
  }
  .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 > thead > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > thead > tr:last-child > td,
  .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: 1rem;
  font-size: 1.5rem;
  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;
  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 #333;
  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;
}
.form-control:-moz-placeholder {
  color: #999999;
}
.form-control::-moz-placeholder {
  color: #999999;
}
.form-control:-ms-input-placeholder {
  color: #999999;
}
.form-control::-webkit-input-placeholder {
  color: #999999;
}
.form-control {
  display: block;
  width: 100%;
  height: 2.08333333rem;
  padding: 6px 12px;
  font-size: 1rem;
  line-height: 1.42857143;
  color: #555555;
  vertical-align: middle;
  background-color: #fff;
  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;
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-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[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: 1rem;
  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: 13rem;
  padding: 5px 10px;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 13rem;
  line-height: 13rem;
}
textarea.input-sm {
  height: auto;
}
.input-lg {
  height: 24rem;
  padding: 10px 16px;
  font-size: 2rem;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-lg {
  height: 24rem;
  line-height: 24rem;
}
textarea.input-lg {
  height: auto;
}
.has-warning .help-block,
.has-warning .control-label {
  color: #c09853;
}
.has-warning .form-control {
  border-color: #c09853;
  -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: #a47e3c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
}
.has-warning .input-group-addon {
  color: #c09853;
  border-color: #c09853;
  background-color: #fcf8e3;
}
.has-error .help-block,
.has-error .control-label {
  color: #b94a48;
}
.has-error .form-control {
  border-color: #b94a48;
  -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: #953b39;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
}
.has-error .input-group-addon {
  color: #b94a48;
  border-color: #b94a48;
  background-color: #f2dede;
}
.has-success .help-block,
.has-success .control-label {
  color: #468847;
}
.has-success .form-control {
  border-color: #468847;
  -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: #356635;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
}
.has-success .input-group-addon {
  color: #468847;
  border-color: #468847;
  background-color: #dff0d8;
}
.form-control-static {
  margin-bottom: 0;
  padding-top: 7px;
}
.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 .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 .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.form-horizontal .form-group:after {
  clear: both;
}
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.form-horizontal .form-group:after {
  clear: both;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
  }
}
.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 4px;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.btn:focus {
  outline: thin dotted #333;
  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-primary {
  color: #fff;
  background-color: #428bca;
  border-color: #357ebd;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #3276b1;
  border-color: #285e8e;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #428bca;
  border-color: #357ebd;
}
.btn-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-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #d2322d;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #47a447;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-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-link {
  color: #428bca;
  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: #2a6496;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #999999;
  text-decoration: none;
}
.btn-lg {
  padding: 10px 16px;
  font-size: 2rem;
  line-height: 1.33;
  border-radius: 6px;
}
.btn-sm,
.btn-xs {
  padding: 5px 10px;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs {
  padding: 1px 5px;
}
.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%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('~/Static/assets/fontsglyphicons-halflings-regular.eot');
  src: url('~/Static/assets/fontsglyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('~/Static/assets/fontsglyphicons-halflings-regular.woff') format('woff'), url('~/Static/assets/fontsglyphicons-halflings-regular.ttf') format('truetype'), url('~/Static/assets/fontsglyphicons-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;
}
.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-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-print:before {
  content: "\e045";
}
.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-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.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-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-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.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-briefcase:before {
  content: "\1f4bc";
}
.glyphicon-calendar:before {
  content: "\1f4c5";
}
.glyphicon-pushpin:before {
  content: "\1f4cc";
}
.glyphicon-paperclip:before {
  content: "\1f4ce";
}
.glyphicon-camera:before {
  content: "\1f4f7";
}
.glyphicon-lock:before {
  content: "\1f512";
}
.glyphicon-bell:before {
  content: "\1f514";
}
.glyphicon-bookmark:before {
  content: "\1f516";
}
.glyphicon-fire:before {
  content: "\1f525";
}
.glyphicon-wrench:before {
  content: "\1f527";
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid #000;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-bottom: 0 dotted;
  content: "";
}
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 1rem;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: -0.5rem 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: #fff;
  background-color: #428bca;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #428bca;
}
.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 {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 1rem;
  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 dotted;
  border-bottom: 4px solid #000;
  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-default .caret {
  border-top-color: #333;
}
.btn-primary .caret,
.btn-success .caret,
.btn-warning .caret,
.btn-danger .caret,
.btn-info .caret {
  border-top-color: #fff;
}
.dropup .btn-default .caret {
  border-bottom-color: #333;
}
.dropup .btn-primary .caret,
.dropup .btn-success .caret,
.dropup .btn-warning .caret,
.dropup .btn-danger .caret,
.dropup .btn-info .caret {
  border-bottom-color: #fff;
}
.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:before,
.btn-toolbar:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.btn-toolbar:after {
  clear: both;
}
.btn-toolbar:before,
.btn-toolbar:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.btn-toolbar:after {
  clear: both;
}
.btn-toolbar .btn-group {
  float: left;
}
.btn-toolbar > .btn + .btn,
.btn-toolbar > .btn-group + .btn,
.btn-toolbar > .btn + .btn-group,
.btn-toolbar > .btn-group + .btn-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group-xs > .btn {
  padding: 5px 10px;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 3px;
  padding: 1px 5px;
}
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 2rem;
  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 .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 {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.btn-group-vertical > .btn-group:after {
  clear: both;
}
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.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 {
  float: none;
  display: table-cell;
  width: 1%;
}
[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.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: 24rem;
  padding: 10px 16px;
  font-size: 2rem;
  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: 24rem;
  line-height: 24rem;
}
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: 13rem;
  padding: 5px 10px;
  font-size: 1rem;
  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: 13rem;
  line-height: 13rem;
}
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: 1rem;
  font-weight: normal;
  line-height: 1;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 1rem;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 2rem;
  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 > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -4px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:active {
  z-index: 2;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav:before,
.nav:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.nav:after {
  clear: both;
}
.nav:before,
.nav:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.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: #428bca;
}
.nav .nav-divider {
  height: 1px;
  margin: -0.5rem 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
  color: #1F4ACE;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}
.nav-tabs > li #tab-btn-add-usr {
  color: #1F4ACE;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #000;
  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;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
}
.nav-tabs.nav-justified > li > a {
  border-bottom: 1px solid #ddd;
  margin-right: 0;
}
.nav-tabs.nav-justified > .active > a {
  border-bottom-color: #fff;
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 5px;
}
.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: #428bca;
}
.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;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  border-bottom: 1px solid #ddd;
  margin-right: 0;
}
.nav-tabs-justified > .active > a {
  border-bottom-color: #fff;
}
.tabbable:before,
.tabbable:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.tabbable:after {
  clear: both;
}
.tabbable:before,
.tabbable:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.tabbable:after {
  clear: both;
}
.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none;
}
.tab-content > .active,
.pill-content > .active {
  display: block;
}
.tab-content #userSearchButton {
  margin-top: 1.5rem;
  background: #222;
}
.nav .caret {
  border-top-color: #428bca;
  border-bottom-color: #428bca;
}
.nav a:hover .caret {
  border-top-color: #2a6496;
  border-bottom-color: #2a6496;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  z-index: 1000;
  min-height: 50px;
  margin-bottom: 1rem;
  border: 1px solid transparent;
}
.navbar:before,
.navbar:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.navbar:after {
  clear: both;
}
.navbar:before,
.navbar:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.navbar:after {
  clear: both;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
.navbar-header:before,
.navbar-header:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.navbar-header:after {
  clear: both;
}
.navbar-header:before,
.navbar-header:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.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;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse:before,
.navbar-collapse:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.navbar-collapse:after {
  clear: both;
}
.navbar-collapse:before,
.navbar-collapse:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.navbar-collapse:after {
  clear: both;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
            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-collapse .navbar-nav.navbar-left:first-child {
    margin-left: -15px;
  }
  .navbar-collapse .navbar-nav.navbar-right:last-child {
    margin-right: -15px;
  }
  .navbar-collapse .navbar-text:last-child {
    margin-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 {
  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;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  z-index: 1030;
  top: 0;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
}
.navbar-brand {
  float: left;
  padding: 24.5px 15px;
  font-size: 2rem;
  line-height: 1rem;
}
.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;
  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: 12.25px -15px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
            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: 1rem;
  }
  .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;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
    float: left;
  }
  .navbar-right {
    float: right !important;
    float: right;
  }
}
.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: 23.95833333px;
  margin-bottom: 23.95833333px;
}
@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 .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-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: 23.95833333px;
  margin-bottom: 23.95833333px;
}
.navbar-text {
  float: left;
  margin-top: 24.5px;
  margin-bottom: 24.5px;
}
@media (min-width: 768px) {
  .navbar-text {
    margin-left: 15px;
    margin-right: 15px;
  }
}
.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: #e6e6e6;
}
.navbar-default .navbar-nav > .dropdown > a:hover .caret,
.navbar-default .navbar-nav > .dropdown > a:focus .caret {
  border-top-color: #333;
  border-bottom-color: #333;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555;
}
.navbar-default .navbar-nav > .open > a .caret,
.navbar-default .navbar-nav > .open > a:hover .caret,
.navbar-default .navbar-nav > .open > a:focus .caret {
  border-top-color: #555;
  border-bottom-color: #555;
}
.navbar-default .navbar-nav > .dropdown > a .caret {
  border-top-color: #777;
  border-bottom-color: #777;
}
@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;
}
.navbar-inverse .navbar-nav > .dropdown > a:hover .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
.navbar-inverse .navbar-nav > .dropdown > a .caret {
  border-top-color: #999999;
  border-bottom-color: #999999;
}
.navbar-inverse .navbar-nav > .open > a .caret,
.navbar-inverse .navbar-nav > .open > a:hover .caret,
.navbar-inverse .navbar-nav > .open > a:focus .caret {
  border-top-color: #fff;
  border-bottom-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 > 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;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 1rem 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: #428bca;
  border-color: #428bca;
  cursor: default;
}
.pagination > .disabled > span,
.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: 2rem;
}
.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: 1rem;
}
.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: 1rem 0;
  list-style: none;
  text-align: center;
}
.pager:before,
.pager:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.pager:after {
  clear: both;
}
.pager:before,
.pager:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.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: .2em .6em .3em;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
.label[href]:hover,
.label[href]:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.label-default {
  background-color: #999999;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #808080;
}
.label-primary {
  background-color: #428bca;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #3071a9;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 1rem;
  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;
}
a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.btn .badge {
  position: relative;
  top: -1px;
}
a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #428bca;
  background-color: #fff;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding: 30px;
  margin-bottom: 30px;
  font-size: 1.5rem;
  font-weight: 200;
  line-height: 2.14285714;
  color: inherit;
  background-color: #eeeeee;
}
.jumbotron h1 {
  line-height: 1;
  color: inherit;
}
.jumbotron p {
  line-height: 1.4;
}
.container .jumbotron {
  border-radius: 6px;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1 {
    font-size: 4.5rem;
  }
}
.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;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
  display: block;
}
.thumbnail > img {
  display: block;
  max-width: 100%;
  height: auto;
}
a.thumbnail:hover,
a.thumbnail:focus {
  border-color: #428bca;
}
.thumbnail > img {
  margin-left: auto;
  margin-right: auto;
}
.thumbnail .caption {
  padding: 9px;
  color: #333333;
}
.alert {
  padding: 15px;
  margin-bottom: 1rem;
  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: #468847;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #356635;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #3a87ad;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #2d6987;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #fbeed5;
  color: #c09853;
}
.alert-warning hr {
  border-top-color: #f8e5be;
}
.alert-warning .alert-link {
  color: #a47e3c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #eed3d7;
  color: #b94a48;
}
.alert-danger hr {
  border-top-color: #e6c1c7;
}
.alert-danger .alert-link {
  color: #953b39;
}
@-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: 1rem;
  margin-bottom: 1rem;
  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: 1rem;
  color: #fff;
  text-align: center;
  background-color: #428bca;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress-striped .progress-bar {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
.progress.active .progress-bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.media,
.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;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #428bca;
  border-color: #428bca;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #e1edf7;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 1rem;
  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: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.panel-body:after {
  clear: both;
}
.panel-body:before,
.panel-body:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.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 {
  margin-bottom: 0;
}
.panel > .panel-body + .table {
  border-top: 1px solid #ddd;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
}
.panel-title > a {
  color: inherit;
}
.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: #428bca;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #428bca;
  border-color: #428bca;
}
.panel-primary > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #428bca;
}
.panel-primary > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #428bca;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #468847;
  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: #fbeed5;
}
.panel-warning > .panel-heading {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #fbeed5;
}
.panel-warning > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #fbeed5;
}
.panel-warning > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #fbeed5;
}
.panel-danger {
  border-color: #eed3d7;
}
.panel-danger > .panel-heading {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}
.panel-danger > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #eed3d7;
}
.panel-danger > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #eed3d7;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #3a87ad;
  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: 1.5rem;
  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;
}
body.modal-open,
.modal-open .navbar-fixed-top,
.modal-open .navbar-fixed-bottom {
  margin-right: 15px;
}
.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;
  -o-transition: -o-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-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 {
  margin-left: auto;
  margin-right: auto;
  width: auto;
  padding: 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;
}
.modal-footer {
  margin-top: 15px;
  padding: 19px 20px 20px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer:before,
.modal-footer:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.modal-footer:after {
  clear: both;
}
.modal-footer:before,
.modal-footer:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.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 {
    left: 50%;
    right: auto;
    width: 600px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .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: 1rem;
  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: 1rem;
  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;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  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-gradient(linear, 0% top, 100% top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
  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: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-gradient(linear, 0% top, 100% top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
  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: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
  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%;
  left: 50%;
  z-index: 5;
  display: inline-block;
}
.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;
}
.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 .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: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.clearfix:after {
  clear: both;
}
.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;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
@media screen and (max-width: 400px) {
  @-ms-viewport {
    width: 320px;
  }
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.visible-xs {
  display: none !important;
}
tr.visible-xs {
  display: none !important;
}
th.visible-xs,
td.visible-xs {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  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;
  }
  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;
  }
  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;
  }
  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 {
  display: none !important;
}
tr.visible-sm {
  display: none !important;
}
th.visible-sm,
td.visible-sm {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-sm.visible-xs {
    display: block !important;
  }
  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;
  }
  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;
  }
  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;
  }
  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 {
  display: none !important;
}
tr.visible-md {
  display: none !important;
}
th.visible-md,
td.visible-md {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-md.visible-xs {
    display: block !important;
  }
  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;
  }
  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;
  }
  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;
  }
  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 {
  display: none !important;
}
tr.visible-lg {
  display: none !important;
}
th.visible-lg,
td.visible-lg {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-lg.visible-xs {
    display: block !important;
  }
  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;
  }
  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;
  }
  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;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
.hidden-xs {
  display: block !important;
}
tr.hidden-xs {
  display: table-row !important;
}
th.hidden-xs,
td.hidden-xs {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
  tr.hidden-xs {
    display: none !important;
  }
  th.hidden-xs,
  td.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-xs.hidden-sm {
    display: none !important;
  }
  tr.hidden-xs.hidden-sm {
    display: none !important;
  }
  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 {
    display: none !important;
  }
  tr.hidden-xs.hidden-md {
    display: none !important;
  }
  th.hidden-xs.hidden-md,
  td.hidden-xs.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-xs.hidden-lg {
    display: none !important;
  }
  tr.hidden-xs.hidden-lg {
    display: none !important;
  }
  th.hidden-xs.hidden-lg,
  td.hidden-xs.hidden-lg {
    display: none !important;
  }
}
.hidden-sm {
  display: block !important;
}
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 {
    display: none !important;
  }
  tr.hidden-sm.hidden-xs {
    display: none !important;
  }
  th.hidden-sm.hidden-xs,
  td.hidden-sm.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
  tr.hidden-sm {
    display: none !important;
  }
  th.hidden-sm,
  td.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-sm.hidden-md {
    display: none !important;
  }
  tr.hidden-sm.hidden-md {
    display: none !important;
  }
  th.hidden-sm.hidden-md,
  td.hidden-sm.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-sm.hidden-lg {
    display: none !important;
  }
  tr.hidden-sm.hidden-lg {
    display: none !important;
  }
  th.hidden-sm.hidden-lg,
  td.hidden-sm.hidden-lg {
    display: none !important;
  }
}
.hidden-md {
  display: block !important;
}
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 {
    display: none !important;
  }
  tr.hidden-md.hidden-xs {
    display: none !important;
  }
  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 {
    display: none !important;
  }
  tr.hidden-md.hidden-sm {
    display: none !important;
  }
  th.hidden-md.hidden-sm,
  td.hidden-md.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
  tr.hidden-md {
    display: none !important;
  }
  th.hidden-md,
  td.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-md.hidden-lg {
    display: none !important;
  }
  tr.hidden-md.hidden-lg {
    display: none !important;
  }
  th.hidden-md.hidden-lg,
  td.hidden-md.hidden-lg {
    display: none !important;
  }
}
.hidden-lg {
  display: block !important;
}
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 {
    display: none !important;
  }
  tr.hidden-lg.hidden-xs {
    display: none !important;
  }
  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 {
    display: none !important;
  }
  tr.hidden-lg.hidden-sm {
    display: none !important;
  }
  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 {
    display: none !important;
  }
  tr.hidden-lg.hidden-md {
    display: none !important;
  }
  th.hidden-lg.hidden-md,
  td.hidden-lg.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
  tr.hidden-lg {
    display: none !important;
  }
  th.hidden-lg,
  td.hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
tr.visible-print {
  display: none !important;
}
th.visible-print,
td.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
  .hidden-print {
    display: none !important;
  }
  tr.hidden-print {
    display: none !important;
  }
  th.hidden-print,
  td.hidden-print {
    display: none !important;
  }
}
/*!
 *  Font Awesome 4.0.0
 *  the iconic font designed for Bootstrap
 *  ------------------------------------------------------------------------------
 *  The full suite of pictographic icons, examples, and documentation can be
 *  found at http://fontawesome.io.  Stay up to date on Twitter at
 *  http://twitter.com/fontawesome.
 *
 *  License
 *  ------------------------------------------------------------------------------
 *  - The Font Awesome font is licensed under SIL OFL 1.1 -
 *    http://scripts.sil.org/OFL
 *  - Font Awesome CSS, LESS, and SASS files are licensed under MIT License -
 *    http://opensource.org/licenses/mit-license.html
 *  - Font Awesome documentation licensed under CC BY 3.0 -
 *    http://creativecommons.org/licenses/by/3.0/
 *  - Attribution is no longer required in Font Awesome 3.0, but much appreciated:
 *    "Font Awesome by Dave Gandy - http://fontawesome.io"
 *
 *  Author - Dave Gandy
 *  ------------------------------------------------------------------------------
 *  Email: dave@fontawesome.io
 *  Twitter: http://twitter.com/davegandy
 *  Work: Lead Product Designer @ Kyruus - http://kyruus.com
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('/Static/assets/fonts/fontawesome-webfont.eot?v=4.0.0');
  src: url('/Static/assets/fonts/fontawesome-webfont.eot?#iefix&v=4.0.0') format('embedded-opentype'), url('/Static/assets/fonts/fontawesome-webfont.woff?v=4.0.0') format('woff'), url('/Static/assets/fonts/fontawesome-webfont.ttf?v=4.0.0') format('truetype'), url('/Static/assets/fonts/fontawesome-webfont.svg?v=4.0.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #fff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-move:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-resize-full:before {
  content: "\f065";
}
.fa-resize-small:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-resize-vertical:before {
  content: "\f07d";
}
.fa-resize-horizontal:before {
  content: "\f07e";
}
.fa-bar-chart-o:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-fullscreen:before {
  content: "\f0b2";
}
.fa-group:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-reorder:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-asc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-desc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building:before {
  content: "\f0f7";
}
.fa-hospital:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-expand-o:before {
  content: "\f116";
}
.fa-collapse-o:before {
  content: "\f117";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-reply-all:before {
  content: "\f122";
}
.fa-mail-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-o:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-horizontal:before {
  content: "\f141";
}
.fa-ellipsis-vertical:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
@-webkit-viewport {
  width: device-width;
}
@-moz-viewport {
  width: device-width;
}
@-ms-viewport {
  width: device-width;
}
@-o-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}
body {
  background-color: #FFF;
  color: #222;
  font-family: 'Open sans', Sans-serif;
}
/* Page structure */
main[role="main"] {
  margin-top: 20px;
}
footer[role="contentinfo"] {
  margin-top: 20px;
}
/* Navigation */
.nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* Layout structure */
.grid,
.inline,
.stacked {
  margin: 0;
  padding: 0;
  list-style: none;
}
.grid > *,
.inline > *,
.stacked > * {
  margin: 0;
}
.inline > * {
  float: left;
}
.inline.true > * {
  display: inline-block;
  float: none;
  *display: inline;
  *zoom: 1;
}
.stacked > * {
  display: block;
}
.stacked .stacked {
  list-style: disc;
}
.stacked .stacked > li {
  display: list-item;
  margin-left: 20px;
}
.grid > * {
  float: left;
}
.grid.gutter > * {
  margin: 0 2em 2em 0;
}
/*
.table {
  display: table;
  width:100%;
  border-collapse: collapse;
  > * {
    display: table-row;
    > * {
      display: table-cell;
      vertical-align: middle;
      *float:left;
    }
  }
}
*/
@media (max-width: 768px) {
  .collapse-sm {
    display: none;
  }
  .collapse-sm.in {
    display: block;
  }
}
.show-grid {
  margin-bottom: 15px;
}
.show-grid [class^="col-"] {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #eee;
  border: 1px solid #ddd;
  background-color: rgba(86, 61, 124, 0.15);
  border: 1px solid rgba(86, 61, 124, 0.2);
}
#orderBy {
  width: 100%;
  margin: 5px;
}
#currentOrder {
  width: 85%;
}
.ratio {
  position: relative;
  width: 100%;
}
.ratio:before {
  display: block;
  content: "";
  background: rgba(221, 222, 221, 0.25);
}
.ratio-3x2:before {
  padding-top: 66.6666666667%;
}
.ratio-16x9:before {
  padding-top: 56.25%;
}
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}
.border-bottom-gradient::after {
  position: absolute;
  height: 3px;
  width: 100%;
  bottom: 0;
  content: "";
  background: #0d5c63;
  background: -webkit-gradient(linear, left top, right top, from(#0d5c63), color-stop(50%, rgba(85, 205, 255, 0.46262255)), to(#c23a46));
  background: -webkit-linear-gradient(left, #0d5c63 0%, rgba(85, 205, 255, 0.46262255) 50%, #c23a46 100%);
  background: -o-linear-gradient(left, #0d5c63 0%, rgba(85, 205, 255, 0.46262255) 50%, #c23a46 100%);
  background: linear-gradient(90deg, #0d5c63 0%, rgba(85, 205, 255, 0.46262255) 50%, #c23a46 100%);
}
.line-clamp-1 {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.page-container {
  margin-top: 2em;
  margin-bottom: 4em;
}
.page-content {
  margin-bottom: 3.5em;
}
.d-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.flex-wrap {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.justify-content-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.align-items-start {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.align-items-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.w-100 {
  width: 100%;
}
.row-gap-6 {
  row-gap: 2rem;
}
.row-gap-7 {
  row-gap: 3rem;
}
.my-1 {
  margin-top: .25rem;
  margin-bottom: .25rem;
}
.my-2 {
  margin-top: .5rem;
  margin-bottom: .5rem;
}
.my-3 {
  margin-top: .75rem;
  margin-bottom: .75rem;
}
.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.my-5 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.topbar {
  background: rgba(242, 242, 242, 0.5);
  margin-top: 5px;
}
@media (min-width: 768px) {
  .topbar {
    margin-top: 0;
  }
}
.topbar .navbar-mobile-toggle {
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  border: 0;
}
.topbar .navbar-mobile-toggle li a {
  display: block;
  margin: 0 0 0 1px;
  padding: 0;
  background-color: #252525;
  color: #FFF;
}
.topbar .navbar-mobile-toggle li a.mobile-toggle {
  font-size: 19px;
  padding: 0;
  width: 43px;
  height: 43px;
  text-align: center;
  line-height: 40px;
  margin: 0;
}
.topbar .navbar-mobile-toggle li a.mobile-toggle.collapsed {
  height: 40px;
}
.topbar .navbar-mobile-toggle li a.mobile-toggle i {
  top: 2px;
  position: relative;
}
.topbar .navbar-mobile-toggle li a.search-toggle {
  font-size: 16px;
  width: 43px;
  height: 43px;
  text-align: center;
  line-height: 40px;
  margin-right: 2px;
}
.topbar .navbar-mobile-toggle li a.search-toggle.collapsed {
  height: 40px;
}
.topbar .navbar-mobile-toggle li a:hover {
  text-decoration: none;
}
.topbar .navbar-mobile {
  float: none;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0 !important;
}
.topbar .navbar-main {
  float: left;
  padding: 0;
  width: 100%;
}
.topbar .navbar-main-sub {
  display: block;
  float: left;
  margin: 15px 0 0;
}
.topbar .navbar-support {
  margin-top: 15px;
  margin-bottom: 10px;
  padding: 0;
}
.topbar .navbar-support li a {
  padding: 5px 10px;
  font-size: 13px;
  color: #000;
}
.topbar .nav-category {
  margin-left: -15px;
}
.topbar .nav-secondary {
  margin-right: 0 !important;
}
.topbar .nav-support {
  float: right;
  margin-right: -10px;
}
.topbar .nav-mobile {
  background: #252525;
}
.topbar .nav-mobile li.nav-education > a,
.topbar .nav-mobile li.nav-education > ul > li > a {
  color: #1c92a0;
}
.topbar .nav-mobile li.nav-fiction > a,
.topbar .nav-mobile li.nav-fiction > ul > li > a {
  color: #cf3e4b;
}
.topbar .nav-mobile li a.collapsed,
.topbar .nav-mobile li.link-single a {
  color: #FFF !important;
}
.topbar .nav-mobile li a {
  display: block;
  margin: 0;
  padding: 10px 15px;
  color: #FFF;
  font-weight: bold;
  position: relative;
}
.topbar .nav-mobile li a:hover {
  text-decoration: none;
  background-color: #333;
}
.topbar .nav-mobile > li > a {
  border-top: 1px solid #FFF;
  text-transform: uppercase;
}
.topbar .nav-mobile > li > ul > li > a {
  text-transform: uppercase;
  border-top: 2px solid #000;
}
.topbar .nav-mobile li ul.nav-secondary {
  border: none;
}
.topbar .nav-mobile li ul.nav-secondary a {
  padding: 10px 15px;
  font-size: 12px;
  text-transform: none;
}
.topbar .nav-mobile li ul.nav-secondary .dropdown {
  border-top: 1px solid #FFF;
}
.topbar .nav-mobile li ul.nav-secondary .link-usersettingspage {
  border-bottom: 1px solid #FFF;
  border-top: 0 !important;
}
.topbar .nav-mobile .nav-secondary a {
  border-top: none !important;
}
.topbar .nav-mobile li ul li a {
  font-weight: normal;
}
.topbar .nav-mobile li ul li a:hover {
  text-decoration: none;
}
.topbar .nav-mobile .nav-mobile-secondary a {
  display: inline-block;
  border: 0;
  text-transform: none;
  font-weight: normal;
  color: #55cdff;
}
.topbar .quicksearch {
  width: 100%;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .topbar .quicksearch {
    display: block !important;
    margin: 0;
    width: 213px;
  }
}
.topbar .main-navigation {
  background-color: #ddd;
  margin-bottom: 0;
}
.topbar .main-navigation .nav-subpanel .panel-navigation {
  margin-bottom: 0;
  border: none;
  border-radius: 0;
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.topbar .main-navigation .nav-subpanel .panel-navigation > * {
  float: left;
  margin-top: 10px;
  width: 100%;
}
.topbar .rwd-menu {
  display: block;
  padding: 0;
  max-height: none;
}
.topbar .rwd-menu .container {
  padding: 0;
}
@media (min-width: 768px) {
  .topbar .rwd-menu .container {
    padding: 0 15px;
  }
}
.topbar .rwd-menu .navbar-main {
  position: relative;
  width: 740px;
  margin-left: 0;
}
.topbar .rwd-menu .nav-main {
  margin-left: 0;
  position: relative;
  width: 100%;
}
@media (min-width: 768px) {
  .topbar .rwd-menu .nav-main {
    margin-left: -15px;
  }
}
.topbar .rwd-menu .nav-main > li {
  float: left;
  width: 100%;
  border: 0;
}
@media (min-width: 768px) {
  .topbar .rwd-menu .nav-main > li {
    width: auto;
  }
}
@media (min-width: 768px) {
  .topbar .rwd-menu .nav-main > li.panel {
    -webkit-transition: height 0.5s ease-in-out;
    -o-transition: height 0.5s ease-in-out;
    transition: height 0.5s ease-in-out;
    position: static;
    border: 0;
  }
  .topbar .rwd-menu .nav-main > li.panel.is-active {
    height: 335px;
  }
}
@media (min-width: 768px) {
  .topbar .rwd-menu .nav-main .sub-cat {
    position: absolute;
    left: 0;
    top: 60px;
  }
}
.topbar .rwd-menu .nav-main .sub-cat > li {
  float: none;
  margin: 0 0 1em;
}
@media (min-width: 768px) {
  .topbar .rwd-menu .nav-main .sub-cat > li {
    margin: 0 1em 2em;
    float: left;
  }
}
.topbar .rwd-menu .nav-main .sub-cat > li a {
  text-transform: none;
  text-decoration: none;
  display: block;
  padding: 7px 15px;
}
@media (min-width: 768px) {
  .topbar .rwd-menu .nav-main .sub-cat > li a {
    padding: 1px 20px 1px 10px;
  }
}
.topbar .rwd-menu .nav-main .sub-cat#cat-nav-3 a {
  color: #cf3e4b;
}
.topbar .rwd-menu .nav-main .sub-cat#cat-nav-3 a:hover {
  background: #cf3e4b;
  color: #FFF;
}
.topbar .rwd-menu .nav-main .sub-cat#cat-nav-2 a {
  color: #1c92a0;
}
.topbar .rwd-menu .nav-main .sub-cat#cat-nav-2 a:hover {
  background: #1c92a0;
  color: #FFF;
}
.topbar .rwd-menu .nav-secondary {
  position: static;
}
@media (min-width: 768px) {
  .topbar .rwd-menu .nav-secondary {
    position: absolute;
    top: 0;
    right: 0;
  }
}
.topbar .rwd-menu .nav-secondary li {
  float: left;
  width: 100%;
}
@media (min-width: 768px) {
  .topbar .rwd-menu .nav-secondary li {
    width: auto;
  }
}
.topbar .rwd-menu .nav-secondary li a {
  padding: 16px;
}
.topbar .rwd-menu .nav-secondary .dropdown-menu {
  background-color: #55cdff;
}
.navbar-sub {
  position: relative;
  margin-bottom: 20px;
}
.navbar-sub .icon {
  position: absolute;
  right: 16px;
  top: 19px;
  color: #FFF;
}
.nav-sub {
  margin: 0;
  padding: 0;
  list-style: none;
}
.nav-sub ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.nav-sub-link {
  display: block;
  padding: .85em 0;
  color: #0d5c63;
  border-bottom: 1px solid #DAD8D8;
}
.nav-sub-link:hover {
  color: #0d5c63;
  text-decoration: underline;
}
.nav-sub .active-trail {
  margin-bottom: 1em;
}
.nav-sub .active > a,
.nav-sub .active-trail > a {
  font-weight: 600;
}
.nav-sub .active.has-children > a,
.nav-sub .active-trail.has-children > a {
  border: none;
}
.nav-sub .active-trail .active > a {
  border-left: 1px solid #DAD8D8;
}
.nav-sub li li > a {
  padding: .65em 1.5em;
  border-left: 1px solid #DAD8D8;
  border-bottom: none;
}
a.teaser {
  color: #000;
}
a.teaser:hover,
a.teaser:focus {
  text-decoration: none;
}
a.teaser:hover .teaser-title,
a.teaser:focus .teaser-title {
  text-decoration: underline;
}
a.teaser .teaser-news {
  margin: 10px 0 10px;
  padding-bottom: 10px;
  border-bottom: 10px solid #222;
}
@media (min-width: 768px) {
  a.teaser .teaser-news {
    border-bottom: 0;
  }
}
a.teaser .teaser-image {
  position: relative;
}
a.teaser .teaser-image img {
  width: 100%;
  height: auto;
}
a.teaser .teaser-image .label {
  position: absolute;
  top: 0;
  left: 0;
  padding: 6px 6px 5px;
  border-radius: 0;
  text-transform: uppercase;
}
a.teaser .teaser-image--overlay:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  z-index: 1;
  opacity: .6;
}
a.teaser .teaser-image--overlay:after {
  content: "\2192";
  position: absolute;
  font-size: 115px;
  z-index: 2;
  bottom: -25px;
  left: 25px;
}
a.teaser .teaser-title {
  font-weight: bold;
}
a.teaser .teaser-title .bigtext {
  margin-top: 10px;
  line-height: 0.9;
  position: relative;
  z-index: 1000;
}
a.teaser .teaser-toplist .thumbnail {
  margin-bottom: 20px;
  padding: 0;
  border: none;
}
a.teaser .teaser-toplist .teaser-title {
  float: left;
}
.list-body {
  padding: 5px 15px;
}
.list-files {
  background-color: #FFF;
  margin: 0;
}
.list-files a {
  font-size: 14px;
  padding: 10px 15px;
  display: block;
  color: #222;
  -webkit-box-shadow: inset 0px 3px 5px -3px #000;
          box-shadow: inset 0px 3px 5px -3px #000;
}
.list-files .heading-block {
  background-color: #1c92a0;
}
.list-files .heading-block a {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.list-with-icons {
  margin-left: 50px;
}
.list-with-icons li {
  margin-bottom: 20px;
}
.list-with-icons .fa {
  margin-left: -50px;
}
.fiction .movie .panel-player {
  background: #cf3e4b;
}
.fiction-plus .movie .panel-player {
  background: #55cdff;
}
.movie .panel-body.fiction-assets {
  margin-left: 55%;
  padding-bottom: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media (max-width: 767px) {
  .movie .panel-body.fiction-assets {
    margin-left: 48%;
  }
}
.movie .list-files {
  background: transparent;
  margin: 10px 0;
}
.movie .list-files li {
  margin-bottom: 2px;
}
.movie .list-files a {
  color: #FFF;
  padding: 5px 10px;
  -webkit-box-shadow: none;
          box-shadow: none;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.movie .list-files a.panel-file {
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  width: 68%;
}
.movie .list-files i {
  color: #FFF;
}
.movie .list-files i.fa-file {
  float: left;
  margin: 13px 3px 0 0;
}
.panel-body .movie .list-files {
  padding: 0 15px;
}
.nav-tabs {
  border-bottom: 0;
}
.modal .modal-player {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  border-radius: 0;
  background: #1c92a0;
  color: #FFF;
}
.modal .modal-player .player {
  padding-bottom: 56.25%;
  height: 0;
  position: relative;
}
.modal .modal-player .player div,
.modal .modal-player .player embed,
.modal .modal-player .player object,
.modal .modal-player .player .BrightcoveExperience {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.modal .modal-player .modal-header {
  border: 0;
}
.modal .modal-player .modal-body {
  padding: 0;
}
.modal .modal-player .modal-footer {
  margin-top: 0;
  border: 0;
}
.seperator {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  border-radius: 4px;
}
.seperator > li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.seperator > li + li:before {
  content: "|";
  padding: 0 5px;
  color: #cccccc;
}
.favorite {
  position: absolute !important;
  top: 0;
  right: 15px;
  background: #EEE;
  padding: 5px;
  width: 30px;
  height: 30px;
  color: #FFF;
  line-height: 22px;
  text-align: center;
}
aside > * {
  margin-bottom: 15px !important;
}
figure img {
  max-width: 100%;
  width: 100%;
}
footer[role="contentinfo"] .navbar-social {
  float: right;
}
.tinynav {
  width: 100%;
  margin: 15px 0;
  display: block;
  font-size: 23px;
  height: 50px;
  border: 1px solid #000;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  -ms-appearance: none !important;
  -o-appearance: none !important;
  appearance: none !important;
  background: #222;
  color: #FFF;
  padding: 0 15px;
}
@media (min-width: 768px) {
  .tinynav {
    display: none;
  }
}
.nav-sub {
  display: none;
}
@media (min-width: 768px) {
  .nav-sub {
    display: block;
  }
}
/*! http://responsiveslides.com v1.54 by @viljamis */
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}
.rslides > li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
}
.rslides > li:first-child {
  position: relative;
  display: block;
  float: left;
}
.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
}
.rslides a {
  color: #222;
}
.rslides a:hover {
  text-decoration: none;
}
.rslides_tabs {
  list-style: none;
  position: absolute;
  right: 10px;
  bottom: 2px;
  margin-bottom: 0;
  z-index: 1000;
}
@media (min-width: 992px) {
  .rslides_tabs {
    right: 14px;
    bottom: 5px;
  }
}
.rslides_tabs li {
  float: left;
  margin-left: 4px;
}
.rslides_tabs li a {
  display: block;
  width: 10px;
  height: 10px;
  background: #FFF;
  text-indent: -9999px;
  border-radius: 100%;
  border: 1px solid #000;
}
.rslides_tabs li.rslides_here a {
  background: #000;
  border: 1px solid #FFF;
}
[class^="icon-"].pull-right,
[class*=" icon-"].pull-right {
  line-height: 1.4;
}
.fade-left {
  opacity: 0;
  -webkit-transition: opacity 200ms, -webkit-transform 150ms;
  -o-transition: opacity 200ms, -o-transform 150ms;
  transition: opacity 200ms, -webkit-transform 150ms;
  -o-transition: opacity 200ms, transform 150ms;
  transition: opacity 200ms, transform 150ms;
  transition: opacity 200ms, transform 150ms, -webkit-transform 150ms;
  -webkit-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transform: translateX(5%);
  -ms-transform: translateX(5%);
  transform: translateX(5%);
}
.fade-left.in {
  opacity: 1;
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}
.fade-left.collapsing {
  -webkit-transition: height 150ms, margin 10ms;
  -o-transition: height 150ms, margin 150ms;
  -o-transition: height 150ms, margin 10ms;
  transition: height 150ms, margin 10ms;
}
.theme-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  list-style: none;
  row-gap: 3rem;
  padding: 0;
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.theme-list__item {
  overflow: hidden;
  border-radius: 6px;
  -webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.05);
}
.theme-list__image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.theme-list__content {
  font-size: 1.125em;
  background-color: #FFF;
  padding: 1.25em 1em 1.25em;
}
.theme-list__link {
  color: #222;
  font-weight: 600;
}
@font-face {
  font-family: 'bebas_neueregular';
  src: url('../assets/fonts/BebasNeue-webfont.eot');
  src: url('../assets/fonts/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'), url('../assets/fonts/BebasNeue-webfont.woff') format('woff'), url('../assets/fonts/BebasNeue-webfont.ttf') format('truetype'), url('../assets/fonts/BebasNeue-webfont.svg#bebas_neueregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* @Variables */
body {
  background-color: #f6f6f6;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
body.page-UserSettingsPage {
  color: #FFF;
}
body.page-UserSettingsPage ul.breadcrumbs svg {
  stroke: #000;
}
body.page-UserSettingsPage ul.breadcrumbs p {
  color: #000;
}
body.page-UserSettingsPage li a.link-usersettingspage {
  background: #55cdff;
  color: #000;
  padding: 12px 27px;
}
body.page-UserSettingsPage main {
  margin-top: 0;
}
body.page-UserSettingsPage main .container {
  padding: 40px 15px;
  background: transparent;
  color: #000;
}
body.page-UserSettingsPage main .container a {
  color: #000;
}
body.page-UserSettingsPage main .container input {
  background-color: #FFF;
}
body.page-UserSettingsPage main .alert-info {
  padding: 0;
  background: none;
  border: 0;
  color: #000;
  font-size: 12px;
  margin: 8px 0;
}
body.page-UserSettingsPage main .alert-info i {
  font-size: 14px;
}
body.page-UserSettingsPage main hr {
  border-top: 1px solid #000;
  margin-top: 40px;
  margin-bottom: 10px;
}
body.page-UserSettingsPage input:-moz-read-only {
  background-color: #bfbfbf;
}
body.page-UserSettingsPage input:read-only {
  background-color: #bfbfbf;
}
body.page-UserSettingsPage .checkbox {
  padding-left: 0;
}
body.page-UserSettingsPage .checkbox label {
  padding-left: 20px;
}
body.page-UserSettingsPage .checkbox [type="checkbox"] {
  clip: rect(0 0 0 0);
  position: absolute;
  margin: 0;
}
.lt-ie9 body.page-UserSettingsPage .checkbox [type="checkbox"] {
  clip: auto;
  position: static;
}
body.page-UserSettingsPage .checkbox [type="checkbox"] + label:before {
  font-family: FontAwesome;
  content: "\f10c";
  color: #000;
  position: absolute;
  left: 15px;
}
.lt-ie9 body.page-UserSettingsPage .checkbox [type="checkbox"] + label:before {
  content: "";
}
body.page-UserSettingsPage .checkbox [type="checkbox"]:checked + label:before,
body.page-UserSettingsPage .checkbox .checked[type="checkbox"] + label:before {
  content: "\f111";
}
body.page-UserSettingsPage footer {
  margin-top: 0;
}
a {
  color: #1c92a0;
}
a:hover {
  text-decoration: underline;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}
h1 {
  margin-top: 0;
}
article h1 {
  margin-top: 20px;
}
.alert.alert-info {
  padding: 15px;
  margin-bottom: 20px;
  border-radius: 4px;
  background-color: #222;
  color: #FFF;
}
.form-control {
  border-radius: 15px;
  background-color: #eeeef0;
  border: 0;
  border-radius: 2px;
  -webkit-box-shadow: 0 2px 8px 2px rgba(115, 124, 132, 0.48);
          box-shadow: 0 2px 8px 2px rgba(115, 124, 132, 0.48);
}
.form-control:focus {
  border: 2px solid #000;
}
.tabs-section {
  padding: 6px 6px 0;
  background-color: #222;
}
.tabs-section li a {
  border: 0;
  border-radius: 0;
  color: #FFF;
  font-weight: bold;
  font-size: 17px;
}
.tabs-section li a:hover {
  text-decoration: underline;
  background-color: #222;
}
.tabs-section li a:focus {
  background-color: #EEEEF0;
  color: #000;
}
.tabs-section li.active a {
  background: #EEEEF0;
  color: #000;
}
.tabs-section li.active a:hover {
  background: #EEEEF0;
  text-decoration: underline;
  color: #000;
}
.tabs-section li.active a:focus {
  background-color: #EEEEF0;
  color: #000;
}
.tab-content .bar {
  min-height: 20px;
  background-color: #1c92a0;
}
.tab-content #fiction .bar {
  min-height: 20px;
  background-color: #cf3e4b;
}
.tab-content #fiction-plus .bar {
  background-color: #55cdff;
}
.tab-content #ur .bar {
  background-color: #000000;
}
.tab-content #filmnavet .bar {
  background-color: #0d5c63;
}
a.teaser:hover .teaser-promo,
a.teaser:focus .teaser-promo {
  color: #eee;
}
a.teaser .teaser-promo {
  color: #FFF;
  padding: 10px 20px;
  overflow: hidden;
  position: relative;
  margin-top: 20px;
  min-height: 280px;
}
@media (min-width: 480px) {
  a.teaser .teaser-promo {
    height: 405px;
    min-height: 0;
  }
}
@media (min-width: 768px) {
  a.teaser .teaser-promo {
    height: 200px;
    min-height: 0;
  }
}
@media (min-width: 992px) {
  a.teaser .teaser-promo {
    height: 263px;
    min-height: 0;
  }
}
@media (min-width: 1200px) {
  a.teaser .teaser-promo {
    height: 324px;
    min-height: 0;
  }
}
a.teaser .teaser-promo.green {
  background: #1c92a0;
}
a.teaser .teaser-promo.red {
  background: #cf3e4b;
}
a.teaser .teaser-promo .bigtext > * {
  line-height: 1;
}
a.teaser .teaser-promo .teaser-image {
  min-height: 160px;
  position: absolute;
  bottom: 0;
  height: 100%;
  left: 0;
  width: 100%;
}
a.teaser .teaser-promo .teaser-image img {
  width: 100%;
  position: absolute;
  bottom: 0;
}
a.teaser .teaser-promo .teaser-title {
  position: relative;
}
#more-news .teaser-title {
  font-size: 20px;
}
.heading-filter,
.heading-block {
  margin-top: 5px;
  padding: 11px 20px 9px;
  background: #222;
  color: #FFF;
  text-transform: uppercase;
  font-weight: normal;
}
@media (min-width: 992px) {
  .heading-filter,
  .heading-block {
    margin-top: 0;
  }
}
.heading-filter h2,
.heading-block h2 {
  margin: 0;
}
.heading-filter h3,
.heading-block h3 {
  margin: 0;
}
.heading-filter h2,
.heading-block h2,
.heading-filter span,
.heading-block span {
  font-size: 1.5rem;
}
.heading-filter .seperator,
.heading-block .seperator {
  position: absolute;
  right: 20px;
  top: 6px;
  margin: 0;
  text-transform: none;
}
.heading-filter .seperator a,
.heading-block .seperator a {
  color: #FFF;
  font-size: 12px;
  line-height: 1.7;
}
.heading-filter .seperator a:hover,
.heading-block .seperator a:hover {
  text-decoration: none;
  border-bottom: 2px solid #666;
}
.heading-block {
  text-transform: none;
  font-size: 18px;
  border-bottom: none !important;
}
.panel-player.ur-content {
  background-color: #000;
}
.ur-still {
  position: relative;
}
.ur-still .ur-play {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  right: 0;
  width: 50px;
  height: 50px;
  background-color: #000;
  text-align: center;
  line-height: 50px;
  border-radius: 50px;
  font-size: 20px;
  color: #FFF;
}
.panel-dvd-icon {
  position: absolute;
  right: 0;
  top: 3px;
  max-width: 42px;
}
.ur .movie .panel-body {
  -webkit-box-shadow: inset 0 3px 5px -3px #FFF;
          box-shadow: inset 0 3px 5px -3px #FFF;
}
.ur .ur .panel-cat {
  color: #222;
}
#ur .pagination > .active > a {
  background-color: #000;
  border: 1px solid #DDD;
}
.ur-movies-favorites .panel-movie a {
  background: #000;
}
.ur-movies-favorites .panel-movie .panel-body {
  -webkit-box-shadow: inset 0px 3px 5px -3px #FFF;
  box-shadow: inset 0px 3px 5px -3px #FFF;
}
.form-panel .nav-tabs a {
  color: #55cdff;
}
.form-panel .tab-content {
  color: #222;
  background: #FFF;
}
.related .row {
  margin-left: -10px;
  margin-right: -10px;
}
.related .panel-movie {
  padding-left: 10px;
  padding-right: 10px;
}
.related .panel-body {
  padding: 10px;
}
/*
.breadcrumb {
    background: transparent;
    font-size: 12px;
    padding: 10px 0;
    margin-bottom: 10px;

    a {
        color: @color--green;
        padding: 3px;
    }

    > .active {
        color: @color--black-matte;
    }
}

.back-link  {
  @media (max-width: @screen-xs-max) {
    float: none !important;
    display: block;
  }
  padding: 7px 0;
}
*/
@media (min-width: 768px) {
  .gfx {
    background: url(../assets/img/fx-green.png) no-repeat 0 0;
    height: 10px;
  }
  .gfx .inner {
    background: url(../assets/img/fx-red.png) no-repeat 100% 0;
    height: 10px;
  }
  .gfx-u {
    background: url(../assets/img/fx-red-u.png) no-repeat 0 0;
    height: 10px;
  }
  .gfx-u .inner-u {
    background: url(../assets/img/fx-green-u.png) no-repeat 100% 0;
    height: 10px;
  }
}
.bigtext {
  text-transform: uppercase;
  font-family: "bebas_neueregular", sans-serif;
  line-height: 1.1;
}
.bigtext .red {
  color: #cf3e4b;
}
.gfx-foot {
  margin-top: 20px;
  background: url(../assets/img/fx-red-foot-mob.png) no-repeat 0 0;
  height: 16px;
}
@media (min-width: 768px) {
  .gfx-foot {
    background-image: url(../assets/img/fx-red-foot.png);
    height: 17px;
  }
}
hr.thick {
  display: none;
}
@media (min-width: 768px) {
  hr.thick {
    display: block;
    border-width: 10px;
    border-color: #222;
  }
}
.label.label-cat {
  background: #DDDEDD !important;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  color: #FFF;
  margin: 20px 2rem 2rem 0;
  text-transform: capitalize;
  color: #000 !important;
  padding: 12px 16px;
  font-size: 16px;
  line-height: 18px;
  font-weight: normal !important;
}
@media (min-width: 768px) {
  .label.label-cat {
    margin-top: 0;
    vertical-align: top;
    border-radius: 0;
  }
}
.label.green {
  background-color: #1c92a0;
}
.label.deepseagreen {
  background-color: #0d5c63;
}
.label.red {
  background-color: #cf3e4b;
}
.label.blue {
  background-color: #55cdff;
}
.label.black {
  background: #000000;
}
.label.defaultcolor {
  background: #999;
}
@media (max-width: 767px) {
  .page-MoviePage .label,
  .page-BrightcoveMoviePage .label,
  .page-Film2HomeMoviePage .label {
    background: none;
  }
}
.alert.alert-login {
  padding: 15px 0 0;
}
.alert.alert-maintenance {
  border-radius: 0;
  border: 0;
  background-color: #0d5c63;
  color: #FFF;
}
@media (min-width: 768px) {
  .alert.alert-maintenance {
    margin-top: -20px;
  }
}
.alert.billboard-alert {
  max-width: 1140px;
  position: absolute;
  z-index: 11;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .alert.billboard-alert {
    max-width: 940px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .alert.billboard-alert {
    max-width: 720px;
  }
}
@media (max-width: 768px) {
  .alert.billboard-alert {
    margin-right: 15px;
  }
}
.well.well-404 {
  border-radius: 0;
  border: 0;
  margin-top: -20px;
  background-color: #55cdff;
  color: #FFF;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 40px;
}
.input-group {
  margin-bottom: 10px;
}
.input-group-addon {
  border: 0;
  padding: 3px 12px;
  border-radius: 2px;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  font-weight: normal;
  font-size: 12px;
  vertical-align: top;
  color: #FFF;
}
.input-group-addon [for="inputStart"],
.input-group-addon [for="inputStop"] {
  min-width: 75px;
}
.education .input-group-addon {
  background: #1c92a0;
}
.filmnavet .input-group-addon {
  background: #0d5c63;
}
.fiction .input-group-addon {
  background: #cf3e4b;
}
.fiction-plus .input-group-addon {
  background: #55cdff;
}
.ur .input-group-addon {
  background: #000;
}
.a2a_kit {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.a2a_kit a {
  color: #FFF;
  font-size: 22px;
  margin-right: 4px;
}
.a2a_kit a.a2a_button_email {
  margin-right: 0;
}
.fiction .a2a_kit {
  float: left;
  width: 100%;
}
.fiction .a2a_kit a {
  font-size: 18px;
}
@media (min-width: 768px) {
}
.education .a2a_kit,
.fiction-plus .a2a_kit {
  margin-right: 19px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .education .a2a_kit,
  .fiction-plus .a2a_kit {
    margin-bottom: 10px;
  }
}
.headline-search {
  float: left;
  font-family: "bebas_neueregular", sans-serif;
  margin: 6px 0 10px 0;
  width: 100%;
}
@media (min-width: 768px) {
  .headline-search {
    width: auto;
    margin: 6px 0 0 0;
  }
}
.type-bebas-neue {
  font-family: "bebas_neueregular", sans-serif;
  font-size: 1.75rem;
}
@media (min-width: 768px) {
  .type-bebas-neue {
    font-size: 2.5rem;
  }
}
@media (min-width: 992px) {
  .type-bebas-neue {
    font-size: 2.75rem;
  }
}
@media (min-width: 1200px) {
  .type-bebas-neue {
    font-size: 3rem;
  }
}
li.tab-tag.active a,
li.tab-tag.active .item-text,
li.tab-tag.active svg {
  color: #1F4ACE;
  fill: #1F4ACE;
}
li.tab-tag.active a circle,
li.tab-tag.active .item-text circle,
li.tab-tag.active svg circle {
  fill: #1F4ACE;
}
#myusers-placeholder {
  height: 25px;
}
.tab-content #agreement {
  color: #000;
}
.tab-content #newUser {
  color: #000;
}
.field-validation-error {
  color: #cf3e4b;
}
.display-buttons {
  position: absolute;
  right: 2em;
  top: 0.5em;
}
.display-button {
  font-size: 1.75rem;
  background-repeat: no-repeat;
  display: inline-block;
  background-size: cover;
  background-position: center;
}
.display-button.grid > * {
  float: none;
}
.display-button i {
  color: #FFF;
}
.filmnavet-icon,
.ur-icon {
  height: 24px;
  vertical-align: sub;
  position: relative;
  left: -3px;
  top: 1px;
}
.external-icon {
  vertical-align: sub;
  width: 16px;
  margin-right: 0.5rem;
}
.page-StartPage .flex-news {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: ROW wrap;
      -ms-flex-flow: ROW wrap;
          flex-flow: ROW wrap;
}
.page-StartPage .flex > div {
  width: 33.33333333% !important;
}
.page-Film2HomeMoviePage .related .panel-movie {
  max-height: initial;
}
.newslist {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 4rem;
}
.newslist-item {
  margin-bottom: 4rem;
}
.newslist-item__date {
  font-size: 18px;
  margin-bottom: 0.2rem;
  color: gray;
}
.newslist-item__link {
  margin: 0 0 1rem 0;
}
.newsitem-ingress {
  margin-bottom: 3rem;
  font-size: 16px;
}
footer[role="contentinfo"] {
  background: #222 url(../../../Static/assets/img/fx-green-foot-mob.png) no-repeat 100% 0;
  color: #FFF;
  font-weight: bold;
  font-size: 20px;
  padding-top: 40px;
  margin-top: 0;
}
@media (min-width: 768px) {
  footer[role="contentinfo"] {
    background-image: url(../../../Static/assets/img/fx-green-foot.png);
    background-position: 100% -4px;
  }
}
footer[role="contentinfo"] .col-title {
  text-transform: uppercase;
  font-size: 18px;
  line-height: 21px;
  font-weight: bold;
  margin-bottom: 24px;
}
footer[role="contentinfo"] .logo-top {
  display: block;
  margin: 50px 0 35px 0;
}
footer[role="contentinfo"] .logo-top img {
  max-width: 240px;
}
footer[role="contentinfo"] .logo2-top {
  display: block;
  margin: 15px 0 60px 0;
}
footer[role="contentinfo"] .logo2-top img {
  max-width: 200px;
}
footer[role="contentinfo"] .footer-col {
  font-size: 18px;
  line-height: 29px;
  font-weight: normal;
  margin-bottom: 30px;
}
footer[role="contentinfo"] .footer-col li {
  margin-top: 15px;
}
footer[role="contentinfo"] .footer-col p {
  margin-bottom: 20px;
}
footer[role="contentinfo"] .footer-col p a {
  line-height: 60px;
}
footer[role="contentinfo"] .footer-col .empty {
  color: #222;
}
footer[role="contentinfo"] address {
  padding-left: 0;
}
footer[role="contentinfo"] .phone a {
  font-size: 18px;
  line-height: 29px !important;
}
@media screen and (max-width: 768px) {
  footer[role="contentinfo"] .main-col {
    margin-bottom: 60px;
  }
  footer[role="contentinfo"] .main-col:last-child {
    margin-bottom: 0;
  }
}
footer[role="contentinfo"] .footer-divider {
  border-top: 1px solid #3A3A3A;
  margin: 77px 15px 20px 15px;
  padding-top: 20px;
  padding-right: 0;
  padding-left: 0;
  width: -webkit-calc(100% - 30px);
  width: calc(100% - 30px);
}
footer[role="contentinfo"] .footer-divider a {
  color: #A0A0A0;
  font-size: 18px;
  font-weight: normal;
  text-decoration: none;
}
footer[role="contentinfo"] .footer-divider a:hover {
  text-decoration: underline;
}
footer[role="contentinfo"] a {
  color: #FFF;
  font-size: 16px;
  line-height: 18px;
  text-decoration: underline;
}
body.page-LoginPage .alert {
  display: none;
}
body.page-LoginPage .login-container {
  border: 1px solid #1c92a0;
}
body.page-LoginPage .login-container form {
  padding: 30px;
}
body.page-LoginPage .login-container form .form-control {
  -webkit-box-shadow: none;
          box-shadow: none;
  margin-bottom: 10px;
}
body.page-LoginPage .login-container form .form-control.autoHeight {
  height: auto;
}
body.page-LoginPage .login-container form input[type="text"],
body.page-LoginPage .login-container form input[type="password"] {
  background: #e4e4e4;
}
body.page-LoginPage .login-container form label {
  font-size: 13px;
}
body.page-LoginPage .login-container form .btn-login {
  display: block;
  background: #1c92a0;
  width: 100%;
  padding: 5px;
  letter-spacing: 0.05em;
  font-size: 13px;
  font-weight: bold;
}
body.page-LoginPage .login-container .form-control a {
  text-decoration: none;
  color: #1c92a0;
}
body.page-LoginPage .login-options {
  background: #1c92a0;
  padding: 30px 0;
}
body.page-LoginPage .login-options .login-option {
  display: block;
  background: #fff;
  width: 25em;
  margin: 0 auto 15px auto;
  border-radius: 5px;
  padding: 15px 0 15px 90px;
  font-weight: bold;
  color: #000;
  position: relative;
}
body.page-LoginPage .login-options .login-option:hover,
body.page-LoginPage .login-options .login-option:focus {
  text-decoration: none;
}
body.page-LoginPage .login-options .login-option:last-child {
  margin-bottom: 0;
}
body.page-LoginPage .login-options .login-option-icon {
  height: 40px;
  display: inline;
  width: auto;
  position: absolute;
  left: 25px;
  top: 7px;
}
body.page-LoginPage .login-options .login-option-icon.skolfederation {
  height: 32px;
  top: 10px;
}
body.page-LoginPage .login-options .g_id_signin {
  width: 25em;
  margin: 0 auto 15px auto;
}
body.page-SkolfederationListPage .skolfederationlist-container {
  background: #fff;
  padding: 20px;
}
body.page-SkolfederationListPage .skolfederationlist-container h1,
body.page-SkolfederationListPage .skolfederationlist-container h2,
body.page-SkolfederationListPage .skolfederationlist-container h3,
body.page-SkolfederationListPage .skolfederationlist-container h4,
body.page-SkolfederationListPage .skolfederationlist-container h5 {
  color: #981b19;
  font-weight: bold;
}
body.page-SkolfederationListPage .skolfederationlist-container .list-header {
  padding-bottom: 10px;
}
body.page-SkolfederationListPage .skolfederationlist-container .logo-link {
  border-bottom: 2px solid #981b19;
  margin-bottom: 10px;
}
body.page-SkolfederationListPage .skolfederationlist-container .logo-link a {
  width: 219px;
  height: 55px;
  background: url(/Static/assets/img/skolfed-logo.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  text-indent: -9999px;
  display: block;
}
body.page-SkolfederationListPage .skolfederationlist-container ul {
  list-style: none;
  padding: 10px;
  background: #eeeef0;
}
body.page-SkolfederationListPage .skolfederationlist-container li {
  background: #fff;
  margin-bottom: 5px;
  border: 1px solid #e2e2e2;
  border-top: 0;
  position: relative;
}
body.page-SkolfederationListPage .skolfederationlist-container li a {
  padding: 30px;
  display: block;
}
body.page-SkolfederationListPage .skolfederationlist-container li a:hover {
  text-decoration: none;
}
body.page-SkolfederationListPage .skolfederationlist-container .endpoint-name {
  color: #000;
  text-decoration: none;
  font-weight: bold;
  font-size: 16px;
}
body.page-SkolfederationListPage .skolfederationlist-container .endpoint-btn {
  background: #39b54a;
  border-radius: 3px;
  padding: 10px 15px;
  font-size: 13px;
  color: #fff;
  text-decoration: none;
  position: absolute;
  top: 20px;
  right: 20px;
}
.nav {
  /* Right navbar - Mainmenu */
}
@media (min-width: 768px) {
  .nav-main {
    margin-left: -15px;
  }
}
.nav-main#nav-main-collapse {
  width: 100%;
}
.nav-main > *.active > a,
.nav-main > *.open > a {
  background-color: transparent !important;
}
.nav-main > * > a {
  color: #FFF;
  text-transform: uppercase;
  font-weight: bold;
  -webkit-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .nav-main > * > a {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
}
.nav-main > * > a:hover {
  background-color: transparent !important;
  color: #55cdff !important;
}
.nav-main .panel {
  border: 0;
  background-color: transparent;
  border-bottom: 1px solid #FFF;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
  position: static;
  margin-bottom: 0;
  width: 100%;
}
@media (min-width: 768px) {
  .nav-main .panel {
    border: 0;
  }
}
.nav-main .panel .collapse-dropdown {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 0;
  border-radius: 0;
  background-color: #222;
  width: 100%;
  padding: 0;
  top: 100%;
  left: 0;
}
@media (min-width: 768px) {
  .page-StartPage .nav-main .panel .collapse-dropdown {
    position: absolute;
  }
}
.nav-main .panel .collapse-dropdown > li {
  float: left;
}
.nav-main .panel .collapse-dropdown > li a {
  color: #FFF;
}
.nav-secondary li {
  border-bottom: 1px solid #FFF;
}
@media (min-width: 768px) {
  .nav-secondary li {
    border: 0;
  }
}
.nav-secondary li .nav-secondary-link {
  font-size: 12px;
  text-transform: none;
  color: #FFF;
  background-color: #222;
}
@media (min-width: 768px) {
  .nav-secondary li .nav-secondary-link {
    font-size: 13px;
    padding: 20px 5px;
  }
}
@media (min-width: 992px) {
  .nav-secondary li .nav-secondary-link {
    padding: 20px 10px;
    font-size: 16px;
  }
}
.nav-secondary li .nav-secondary-link:hover {
  background-color: transparent !important;
  text-decoration: underline;
}
.nav-secondary li .nav-secondary-link:focus {
  color: #FFF;
  background-color: #222;
}
.nav-secondary li .nav-secondary-link:focus-visible {
  color: #000;
  background: #FFF;
}
.nav-secondary li .logout a {
  display: block;
  padding: 10px 15px;
}
.nav-secondary li#user-menu.open {
  background: #55cdff;
}
.nav-secondary li#user-menu.open a {
  background: transparent;
}
.nav-secondary li#user-menu.open .dropdown-menu {
  padding: 0 30px 10px;
}
.nav-subcat {
  display: none;
  margin: 0;
  padding: 15px 10px 0;
}
@media (min-width: 768px) {
  .nav-subcat {
    display: block;
  }
}
.nav-subcat > li a {
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .nav-subcat > li a {
    display: block;
    padding: 10px 15px;
  }
  .nav-subcat > li a:not(.collapsed) {
    color: #FFF !important;
  }
}
@media (min-width: 768px) {
  .nav-subcat > li {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    padding: 0 10px 0 0;
  }
}
.nav-subpanel {
  width: 100%;
  float: left;
}
@media (min-width: 768px) {
  .nav-subpanel {
    margin-top: 20px;
  }
}
.nav-subpanel .panel {
  background-color: transparent;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
}
.nav-subpanel .panel > a {
  text-transform: uppercase;
  border-top: 2px solid #000;
  padding: 10px 15px;
}
.nav-subpanel .panel > div:before,
.nav-subpanel .panel > div:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.nav-subpanel .panel > div:after {
  clear: both;
}
.nav-subpanel .panel > div:before,
.nav-subpanel .panel > div:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.nav-subpanel .panel > div:after {
  clear: both;
}
.nav-cat {
  list-style: none;
  padding-left: 15px;
}
@media (max-width: 479px) {
  .nav-cat a {
    padding: 6px 0;
    display: block;
  }
}
.nav-cat ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
@media (min-width: 768px) {
  .nav-cat ul {
    padding: 0 20px 0 0;
  }
}
@media (min-width: 768px) {
  .nav-cat {
    padding-left: 20px;
    padding-bottom: 20px;
    list-style: none;
    display: inline-block;
    *display: inline;
    *zoom: 1;
  }
}
@media (min-width: 768px) {
  .nav-cat > li {
    vertical-align: top;
    display: inline-block;
    *display: inline;
    *zoom: 1;
  }
}
.navbar-nav .ur-program {
  padding: 10px 10px 5px !important;
}
.navbar-nav .fa.fa-ur {
  background-image: url("/Static/assets/img/ur-logo.png");
  background-size: 40px;
  height: 40px;
  width: 40px;
}
.navbar-nav .fa.fa-ur:before {
  content: "";
}
.federation-signin-btn {
  padding-top: 15px;
  padding-bottom: 15px;
  border: 0;
  font-size: 14px;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  text-rendering: optimizeLegibility;
  font-weight: 700;
  background: transparent;
}
.federation-signin-btn:hover {
  color: #55cdff;
}
.federation-signin-multiple-btn {
  margin-top: 20px;
}
.federation-entity-select {
  padding: 5px;
  border-radius: 30px;
  border: 0;
}
@media (max-width: 767px) {
  .nav-main li > a:not(.collapsed)[data-target="#educationfilm"] {
    color: #1c92a0 !important;
  }
  .nav-main li > a:not(.collapsed)[data-target="#motion-picture"] {
    color: #cf3e4b !important;
  }
  .nav-main li > a:not(.collapsed)[data-target="#motion-picture-plus"] {
    color: #55cdff !important;
  }
  .nav-main li > a:not(.collapsed)[data-target="#ur-program"] {
    color: #FFF !important;
  }
  .nav-main li > a:not(.collapsed)[data-target="#filmnavet-header"] {
    color: #0d5c63 !important;
  }
}
@media (min-width: 768px) {
  .nav-main li > a:hover[data-target="#motion-picture"] {
    color: #cf3e4b !important;
  }
  .nav-main li > a.active {
    background-color: #222 !important;
    color: #55cdff !important;
    /*&[data-target="#motion-picture"] {
              color: #CF3E4B !important;
            }*/
  }
  .nav-main li > a.active[data-target="#educationfilm"] {
    color: #1c92a0 !important;
  }
  .nav-main li > a.active[data-target="#motion-picture-plus"] {
    color: #55cdff !important;
  }
  .nav-main li > a.active[data-target="#ur-program"] {
    color: #FFF !important;
  }
  .nav-main li > a.active[data-target="#filmnavet-header"] {
    color: #0d5c63 !important;
  }
}
.nav-main #educationfilm a {
  color: #1c92a0;
}
@media (min-width: 768px) {
  .nav-main #educationfilm a {
    padding: 2px 4px;
  }
}
.nav-main #educationfilm a:hover {
  text-decoration: none;
}
@media (min-width: 768px) {
  .nav-main #educationfilm a:hover {
    background-color: #1c92a0;
    color: #FFF;
  }
}
.nav-main #motion-picture a {
  color: #cf3e4b;
}
@media (min-width: 768px) {
  .nav-main #motion-picture a {
    padding: 2px 4px;
  }
}
.nav-main #motion-picture a:hover {
  text-decoration: none;
}
@media (min-width: 768px) {
  .nav-main #motion-picture a:hover {
    background-color: #cf3e4b;
    color: #FFF;
  }
}
.nav-main #motion-picture-plus a {
  color: #55cdff;
}
@media (min-width: 768px) {
  .nav-main #motion-picture-plus a {
    padding: 2px 4px;
  }
}
.nav-main #motion-picture-plus a:hover {
  text-decoration: none;
}
@media (min-width: 768px) {
  .nav-main #motion-picture-plus a:hover {
    background-color: #55cdff;
    color: #FFF;
  }
}
.nav-main #ur-program a {
  color: #FFF;
}
@media (min-width: 768px) {
  .nav-main #ur-program a {
    padding: 2px 4px;
  }
}
.nav-main #ur-program a:hover {
  text-decoration: none;
}
@media (min-width: 768px) {
  .nav-main #ur-program a:hover {
    background-color: #000;
    color: #FFF;
  }
}
.nav-main #filmnavet-header a {
  color: #0d5c63;
}
@media (min-width: 768px) {
  .nav-main #filmnavet-header a {
    padding: 2px 4px;
  }
}
.nav-main #filmnavet-header a:hover {
  text-decoration: none;
}
@media (min-width: 768px) {
  .nav-main #filmnavet-header a:hover {
    background-color: #0d5c63;
    color: #FFF;
  }
}
/* Left sidebar ( Filter )*/
.filter-content #film-category {
  display: inline-block;
  background-color: #DDDEDD;
  color: #000;
  padding: 12px 16px;
  font-size: 16px;
  line-height: 18px;
  margin-right: 1.25rem;
}
.filter-content #film-category.inactive {
  display: none;
}
.filter-content ul.list-filter-tags {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 1.25rem;
  display: inline-block;
}
.filter-content ul.list-filter-tags li {
  display: inline-block;
  margin: 0.625rem 1.25rem 0.625rem 0;
}
.filter-content ul.list-filter-tags li.clear a {
  background-color: transparent;
  text-decoration: underline;
}
.filter-content ul.list-filter-tags li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #DDDEDD;
  color: #000;
  padding: 12px 16px;
  font-size: 16px;
  line-height: 18px;
}
.filter-content ul.list-filter-tags li a .remove-icon {
  margin-left: 3rem;
  height: 18px;
}
.filter-content ul.list-filter-sort {
  width: 250px;
  margin: 0;
  padding: 0;
  list-style: none;
  border: 1px solid #000;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.filter-content ul.list-filter-sort button {
  font-size: 16px;
  background-color: transparent;
}
.filter-content ul.list-filter-sort button:focus {
  background-color: #FFF;
  border: 2px solid #000;
}
.filter-content ul.list-filter-sort button .chevron-icon {
  position: absolute;
  top: 8px;
  right: 10px;
  stroke: #1E1E1E;
}
.filter-content .sort-style {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 1.25rem;
}
.filter-content .sort-style .sort-dropdown {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.filter-content .sort-style .sort-dropdown span {
  margin: auto 20px auto 0;
  font-size: 18px;
  line-height: 21px;
  color: #222;
}
.filter-content .sort-style .sort-display {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.filter-content .sort-style .sort-display .active {
  border: 1px solid #000;
}
.filter-content .sort-style .sort-display a {
  margin: auto 0;
}
.filter-content .sort-style .sort-display a .display-button i {
  margin: 0 0.625rem;
  color: #222;
  padding-top: 0.625rem;
  border-radius: 2px;
}
.panel-group .panel-filter {
  border-radius: 0;
}
.panel-group .panel-filter + .panel-filter {
  margin-top: 0;
  margin-bottom: 3px;
}
.panel-filter {
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 0;
  margin-bottom: 2px;
  /*
    #fiction-plus-facettes & .accordion-toggle {
        background: @color--blue;

        .toggle-icon {
            background: @color--blue;
        }
    }

    */
  /*
        #filmnavet-facettes & .accordion-toggle {
        background: #0D5C63;

        .toggle-icon {
            background: #0D5C63;
            box-shadow: inset 0 3px 5px -1px rgba(255, 255, 255, 0.4);
        }
    }
        */
}
.panel-filter .panel-heading {
  margin-top: 0;
  padding: 16px 20px;
  background: #222;
  color: #FFF;
  border-radius: 0;
  border: 0;
  font-weight: normal;
  position: relative;
}
.panel-filter .panel-heading .action {
  color: #FFF;
  font-size: 12px;
  line-height: 1.2;
  margin-top: 4px;
}
.panel-filter .panel-heading .action:hover {
  text-decoration: none;
  border-bottom: 2px solid #666;
}
.panel-filter .panel-title {
  font-size: 18px;
}
.panel-filter .accordion-toggle {
  display: block;
  padding: 16px 20px;
  font-size: 15px;
  background: #1c92a0;
  color: #FFF;
  border: 0;
  width: 100%;
  text-align: left;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.panel-filter .accordion-toggle:hover {
  text-decoration: none;
}
.panel-filter .accordion-toggle .minus-icon,
.panel-filter .accordion-toggle .plus-icon {
  vertical-align: middle;
  background-color: #DDDEDD;
  border-radius: 100%;
  width: 26px;
  height: 26px;
  padding: 2px;
  margin: auto 0;
}
.panel-filter .accordion-toggle .minus-icon {
  display: block;
}
.panel-filter .accordion-toggle .plus-icon {
  display: none;
}
.panel-filter .accordion-toggle.collapsed .minus-icon {
  display: none;
}
.panel-filter .accordion-toggle.collapsed .plus-icon {
  display: block;
}
#fiction-facettes .panel-filter .accordion-toggle {
  background: #cf3e4b;
}
#fiction-facettes .panel-filter .accordion-toggle .toggle-icon {
  background: #cf3e4b;
}
#ur-facettes .panel-filter .accordion-toggle {
  background: #000000;
}
#ur-facettes .panel-filter .accordion-toggle .toggle-icon {
  background: #000000;
  -webkit-box-shadow: inset 0 3px 5px -1px rgba(255, 255, 255, 0.4);
          box-shadow: inset 0 3px 5px -1px rgba(255, 255, 255, 0.4);
}
.panel-filter .collapsed.accordion-toggle .toggle-icon:before {
  content: "\f067";
}
.panel-filter .list-group {
  margin: 0;
  list-style: none;
}
.panel-filter .list-group-item {
  border-radius: 0;
  border-bottom: 0;
  padding: 3px 20px;
  font-size: 12px;
  font-weight: bold;
  border-left: 0;
  border-right: 0;
}
.panel-filter .list-group-item:first-child {
  border-radius: 0;
}
.panel-filter .list-group-item:last-child {
  margin-bottom: 0;
  border-radius: 0;
}
.panel-filter .list-group-item .badge {
  background-color: #ddd;
  margin-top: 2px;
  padding: 2px 7px;
}
.panel-filter .list-filter {
  margin: 0;
  padding: 0;
  list-style: none;
}
.panel-filter .list-filter li a {
  padding: 5px 20px;
  display: block;
  font-size: 13px;
  font-weight: bold;
  color: #1c92a0;
}
.fiction .panel-filter .list-filter li a {
  color: #cf3e4b;
}
.fiction-plus .panel-filter .list-filter li a {
  color: #55cdff;
}
.panel-filter .list-filter li a .cat {
  font-size: 10px;
  color: #222;
  font-weight: normal;
}
.panel-filter .list-filter li a:hover {
  text-decoration: none;
  background-color: #F5F5F5;
}
.panel-filter .collapse.in {
  display: block;
}
@media (min-width: 768px) {
  .panel-filter .collapse.in {
    display: block;
  }
}
#education-facettes,
#fiction-plus-facettes,
#fiction-facettes,
#ur-facettes,
#filmnavet-facettes {
  display: none;
}
.fiction-plus #fiction-plus-facettes,
.education #education-facettes,
.fiction #fiction-facettes,
.ur #ur-facettes,
.filmnavet #filmnavet-facettes {
  display: block;
}
.nav-tabs.nav-tabs-flat {
  margin-top: 20px;
}
@media (min-width: 992px) {
  .nav-tabs.nav-tabs-flat {
    margin-top: 0;
  }
}
@media (max-width: 1199px) {
  .nav-tabs.nav-tabs-flat {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: wrap;
        -ms-flex-flow: wrap;
            flex-flow: wrap;
  }
  .nav-tabs.nav-tabs-flat:before {
    width: 0;
    content: '';
    display: none;
  }
  .nav-tabs.nav-tabs-flat:after {
    width: 0;
    content: '';
    display: none;
  }
}
@media (min-width: 1200px) {
  .nav-tabs.nav-tabs-flat {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .nav-tabs.nav-tabs-flat li {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
.nav-tabs.nav-tabs-flat li {
  margin-bottom: 0;
  float: right;
}
@media (max-width: 1199px) {
  .nav-tabs.nav-tabs-flat li {
    width: 50%;
  }
}
.nav-tabs.nav-tabs-flat li.nav-tab-education {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}
.nav-tabs.nav-tabs-flat li.nav-tab-fiction {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}
.nav-tabs.nav-tabs-flat li.nav-tab-fiction-plus {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
      -ms-flex-order: 3;
          order: 3;
}
.nav-tabs.nav-tabs-flat li.nav-tab-ur {
  -webkit-box-ordinal-group: 5;
  -webkit-order: 4;
      -ms-flex-order: 4;
          order: 4;
}
.nav-tabs.nav-tabs-flat li.nav-tab-filmnavet {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}
.nav-tabs.nav-tabs-flat li .nav-tab-link,
.nav-tabs.nav-tabs-flat li .nav-tab-link:hover,
.nav-tabs.nav-tabs-flat li .nav-tab-link:focus {
  border-radius: 0;
  border: 0;
  background-color: #1c92a0;
  color: #FFF;
  margin-right: 0;
  font-family: "bebas_neueregular", sans-serif;
  font-size: 13px;
}
@media (min-width: 768px) {
  .nav-tabs.nav-tabs-flat li .nav-tab-link,
  .nav-tabs.nav-tabs-flat li .nav-tab-link:hover,
  .nav-tabs.nav-tabs-flat li .nav-tab-link:focus {
    font-size: 20px;
    padding: 10px 15px;
  }
}
.nav-tabs.nav-tabs-flat li .nav-tab-link span,
.nav-tabs.nav-tabs-flat li .nav-tab-link:hover span,
.nav-tabs.nav-tabs-flat li .nav-tab-link:focus span {
  font-family: "Helvetica Neue", Helvetica, sans-serif;
  font-size: 14px;
  margin: 0 0 0 10px;
}
@media (max-width: 991px) {
  .nav-tabs.nav-tabs-flat li .nav-tab-link span,
  .nav-tabs.nav-tabs-flat li .nav-tab-link:hover span,
  .nav-tabs.nav-tabs-flat li .nav-tab-link:focus span {
    display: none;
  }
}
.nav-tabs.nav-tabs-flat li .tabLink {
  font-size: 20px;
  color: #FFF;
  font-family: "bebas_neueregular", sans-serif;
  text-transform: uppercase;
  border-radius: 0;
}
.nav-tabs.nav-tabs-flat li .tabLink span {
  font-family: "Helvetica Neue", Helvetica, sans-serif;
  font-size: 14px;
  margin: 0 0 0 10px;
  text-transform: none;
}
.nav-tabs.nav-tabs-flat li .tabLinkSpan {
  font-family: "Helvetica Neue", Helvetica, sans-serif;
  font-size: 14px;
  margin: 0 0 0 10px;
  text-transform: none;
}
.nav-tabs.nav-tabs-flat li #education-tab {
  background-color: #1c92a0;
  font-size: 20px;
  color: #FFF;
  font-family: "bebas_neueregular", sans-serif;
  text-transform: uppercase;
  border-radius: 0;
}
.nav-tabs.nav-tabs-flat li #education-tab span {
  font-family: "Helvetica Neue", Helvetica, sans-serif;
  font-size: 14px;
  margin: 0 0 0 10px;
  text-transform: none;
}
.nav-tabs.nav-tabs-flat li #fiction-tab {
  background-color: #cf3e4b;
  font-size: 20px;
  color: #FFF;
  font-family: "bebas_neueregular", sans-serif;
  text-transform: uppercase;
  border-radius: 0;
}
.nav-tabs.nav-tabs-flat li #fiction-tab span {
  font-family: "Helvetica Neue", Helvetica, sans-serif;
  font-size: 14px;
  margin: 0 0 0 10px;
  text-transform: none;
}
.nav-tabs.nav-tabs-flat li #fictionplus-tab {
  background-color: #55cdff;
  font-size: 20px;
  color: #FFF;
  font-family: "bebas_neueregular", sans-serif;
  text-transform: uppercase;
  border-radius: 0;
}
.nav-tabs.nav-tabs-flat li #fictionplus-tab span {
  font-family: "Helvetica Neue", Helvetica, sans-serif;
  font-size: 14px;
  margin: 0 0 0 10px;
  text-transform: none;
}
.nav-tabs.nav-tabs-flat li #ur-tab {
  background-color: #000;
  font-size: 20px;
  color: #FFF;
  font-family: "bebas_neueregular", sans-serif;
  text-transform: uppercase;
  border-radius: 0;
}
.nav-tabs.nav-tabs-flat li #ur-tab span {
  font-family: "Helvetica Neue", Helvetica, sans-serif;
  font-size: 14px;
  margin: 0 0 0 10px;
  text-transform: none;
}
.nav-tabs.nav-tabs-flat li #filmnavet-tab {
  background-color: #0d5c63;
  font-size: 20px;
  color: #FFF;
  font-family: "bebas_neueregular", sans-serif;
  text-transform: uppercase;
  border-radius: 0;
}
.nav-tabs.nav-tabs-flat li #filmnavet-tab span {
  font-family: "Helvetica Neue", Helvetica, sans-serif;
  font-size: 14px;
  margin: 0 0 0 10px;
  text-transform: none;
}
.pagination > .active > a {
  background-color: #1c92a0;
  border: 1px solid #DDD;
}
.pagination > .active > a:hover {
  background-color: #1c92a0;
  border: 1px solid #DDD;
}
.pagination li > a {
  color: #222;
  border: 1px solid #DDD;
}
#fiction .pagination > .active > a {
  background-color: #cf3e4b;
}
#fiction .pagination > .active > a:hover {
  background-color: #cf3e4b;
}
#fiction-plus .pagination > .active > a {
  background-color: #55cdff;
}
#fiction-plus .pagination > .active > a:hover {
  background-color: #55cdff;
}
#filmnavet .pagination > .active > a {
  background-color: #0d5c63;
}
#filmnavet .pagination > .active > a:hover {
  background-color: #0d5c63;
}
ul.top-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
header {
  background-color: #DDDEDD;
  margin-bottom: 1rem;
}
.top-navbar {
  background: #eeeef0;
}
.navbar-brand.logo {
  background: url('/Static/assets/img/logo-swf.png') no-repeat 0 0;
  background-position: center center;
  background-size: 100% auto;
  color: #000 !important;
  width: 175px;
  height: 47px;
  font-weight: bold;
  font-size: 20px;
  display: none;
}
.navbar-brand.logo.mobile-logo {
  display: block;
}
@media (min-width: 992px) {
  .navbar-brand.logo {
    display: none;
  }
}
@media (min-width: 768px) {
  .navbar-brand.logo {
    display: block;
    width: 240px;
    height: 72px;
  }
  .navbar-brand.logo.mobile-logo {
    display: none;
  }
}
.navbar-brand.logo:hover {
  text-decoration: none;
}
@media (min-width: 992px) {
  .navbar > .container .navbar-brand {
    width: 200px;
    margin-left: 0;
  }
}
.navbar {
  margin-bottom: 0;
}
.navbar-collapse {
  max-height: inherit;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0;
}
.navbar-brand {
  margin: 15px 0;
  padding: 0;
}
.navbar-header {
  position: relative;
}
.navbar.navbar-main {
  background-color: #DDDEDD;
  border-radius: 0;
  border: 0;
}
@media (max-width: 767px) {
  .navbar.navbar-main .container {
    padding: 0;
  }
}
.navbar-mobile #user-menu .dropdown-login {
  background: #55cdff;
}
.navbar-support {
  position: relative;
  z-index: 9999;
  float: right;
}
.navbar-support li .parent-submit {
  display: block;
  padding: 7px 15px;
  background-color: transparent;
  border: none;
  color: #000;
}
.navbar-support li a {
  color: #000;
  font-weight: normal;
  font-size: 14px;
  padding: 7px 15px;
}
.navbar-support li a:hover,
.navbar-support li a.active {
  text-decoration: underline;
  background: none;
}
.navbar-support li a:focus {
  background-color: #000;
  color: #FFF;
}
.navbar-support li a:focus-visible {
  color: #000;
  background-color: #FFF;
}
.navbar-support li a i {
  font-size: 18px;
  vertical-align: bottom;
  margin-right: 8px;
}
.navbar-support li.active a {
  color: #55cdff;
}
.navbar-support .dropdown-login {
  background: #55cdff;
  -webkit-box-shadow: 3px 5px 10px -5px rgba(0, 0, 0, 0.5);
          box-shadow: 3px 5px 10px -5px rgba(0, 0, 0, 0.5);
  z-index: 2000;
}
.navbar-support .dropdown-login .form-group {
  margin-bottom: 10px;
}
.navbar-support .dropdown-login .form-control {
  border: 0;
  border-radius: 2px;
  -webkit-box-shadow: 0 2px 8px 2px rgba(115, 124, 132, 0.48);
          box-shadow: 0 2px 8px 2px rgba(115, 124, 132, 0.48);
}
.navbar-support .dropdown-login .form-control:focus {
  border: 2px solid #000;
}
.navbar-support .dropdown-login .control-label {
  font-size: 12px;
  margin-bottom: 3px;
}
.navbar-support .dropdown-login a {
  background-color: transparent;
  color: #FFF;
  font-weight: 100;
  font-size: 13px;
}
.navbar-support .dropdown-login a:hover {
  color: #FFF !important;
  text-decoration: underline;
}
.navbar .nav-secondary {
  position: relative;
  margin-bottom: 2rem;
  background: transparent;
}
@media (min-width: 768px) {
  .navbar .nav-secondary {
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    margin: 0;
  }
}
.navbar .nav-secondary li .nav-secondary-link {
  font-size: 18px;
  font-weight: 400;
  color: #000;
  background: transparent;
}
.navbar .nav-secondary li .nav-secondary-cta {
  margin: 15px;
}
@media (min-width: 768px) {
  .navbar .nav-secondary li .nav-secondary-cta {
    margin: 0 0 0 15px;
  }
}
.navbar .nav-secondary li button.parent-submit {
  border: none;
  padding: 10px 15px;
  background-color: transparent;
  font-size: 18px;
}
.navbar .nav-secondary li.search-icon a:after {
  content: ' ';
  display: inline-block;
  background-image: url('../svg/search-fos.svg');
  background-size: 18px 18px;
  background-position: center center;
  background-repeat: no-repeat;
  height: 15px;
  width: 15px;
  margin-left: 5px;
  position: relative;
  top: 2px;
}
.dropdown-login {
  width: 263px;
  padding: 10px 20px;
  border: 0;
  border-radius: 0;
  background: #55cdff;
  -webkit-box-shadow: 3px 5px 10px -5px rgba(0, 0, 0, 0.5);
          box-shadow: 3px 5px 10px -5px rgba(0, 0, 0, 0.5);
  z-index: 2000;
}
.dropdown-login .form-group {
  margin-bottom: 10px;
}
.dropdown-login .form-control {
  border: 0;
  border-radius: 2px;
  -webkit-box-shadow: 0 2px 8px 2px rgba(115, 124, 132, 0.48);
          box-shadow: 0 2px 8px 2px rgba(115, 124, 132, 0.48);
}
.dropdown-login .form-control:focus {
  border: 2px solid #000;
}
.dropdown-login .control-label {
  font-size: 12px;
  margin-bottom: 3px;
}
.dropdown-login a {
  background-color: transparent;
  color: #FFF;
  font-weight: 100;
  font-size: 13px;
}
.dropdown-login a:hover {
  color: #FFF !important;
  text-decoration: underline;
}
.quicksearch {
  background: #252525;
  padding: 0 20px;
  /* 
        > * {
            margin: 15px 0;
        }
    */
}
@media (min-width: 768px) {
  .quicksearch {
    display: block !important;
    margin: 0;
    width: 213px;
    border-bottom: 1px solid #222;
    border-top: 1px solid #222;
    background: transparent;
    padding: 0;
    border: 0;
  }
}
.quicksearch .form-search {
  padding: 10px 13px;
  height: 40px;
  border: 0;
  border-radius: 15px 0 0 15px;
  background: #FFF;
  color: #222;
  font-size: 20px;
  width: 100%;
  font-size: 16px !important;
  line-height: 29px;
}
@media (min-width: 768px) {
  .quicksearch .form-search {
    position: relative;
    background: #222;
    color: #FFF;
    font-size: 14px;
  }
}
.quicksearch .btn-search {
  padding: 8px;
  height: 40px;
  background: #FFF;
  color: #222;
  font-size: 20px;
  line-height: 1;
}
@media (min-width: 768px) {
  .quicksearch .btn-search {
    background: #222;
    color: #FFF;
  }
}
.quicksearch .btn-search:hover {
  color: #55cdff;
}
.quicksearch .tooltip {
  z-index: 10000;
  opacity: 1;
}
.quicksearch .tooltip .tooltip-arrow {
  border-top-color: #ddd;
}
.quicksearch .tooltip .tooltip-inner {
  background-color: #ddd;
  color: #999;
  padding: 5px;
}
.quicksearch .tooltip .tooltip-inner:before {
  content: "\f05a";
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 0 6px 0 0;
}
.menu-toggle,
.search-toggle {
  font-size: 19px;
  padding: 0;
  width: 43px;
  height: 43px;
  text-align: center;
  line-height: 40px;
  background-color: #222;
  color: #FFF;
  margin-top: 0;
  margin-bottom: 0;
  border-radius: 0;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.menu-toggle:not(.collapsed),
.search-toggle:not(.collapsed) {
  padding-bottom: 43px;
}
.menu-toggle {
  margin-right: 15px;
}
.panel-filter {
  margin-bottom: 1.25rem;
}
.panel-filter .navsearch-container {
  margin-bottom: 1.25rem;
}
.panel-filter .navsearch-container .quicksearch {
  display: block;
  width: 100%;
  background: transparent;
  height: 50px;
}
.panel-filter .navsearch-container .quicksearch .btn-search,
.panel-filter .navsearch-container .quicksearch #search {
  height: 50px;
  border-radius: 0;
}
.panel-filter .navsearch-container .quicksearch .btn-search ::-moz-placeholder,
.panel-filter .navsearch-container .quicksearch #search ::-moz-placeholder,
.panel-filter .navsearch-container .quicksearch .btn-search ::-webkit-input-placeholder,
.panel-filter .navsearch-container .quicksearch #search ::-webkit-input-placeholder {
  color: #FFF;
}
.panel-filter .navsearch-container .quicksearch #search {
  padding-left: 2rem;
}
.panel-filter .navsearch-container .quicksearch .btn-search {
  padding-right: 2rem;
}
.panel-filter .navsearch-container .quicksearch .btn-search svg {
  width: 22px;
  height: 22px;
}
.panel-filter .navsearch-container .quicksearch .form-search {
  border-radius: 0;
}
.panel-filter .navsearch-container .quicksearch .form-search:focus {
  border: 4px solid #FFF;
}
.panel-filter .navsearch-container .quicksearch .form-search::-webkit-input-placeholder {
  color: #FFF;
}
.panel-filter .navsearch-container .quicksearch .form-search::-moz-placeholder {
  color: #FFF;
}
.panel-filter .navsearch-container .quicksearch .form-search::-ms-input-placeholder {
  color: #FFF;
}
.panel-filter .navsearch-container .quicksearch .form-search::placeholder {
  color: #FFF;
}
.panel-title button.accordion-toggle {
  background: #FFF !important;
  color: #000;
  font-size: 20px;
  line-height: 32px;
}
#fiction-plus-facettes,
#filmnavet-facettes,
#ur-facettes,
.facette-card,
.tabnav-container {
  margin-bottom: 1.25rem;
  background-color: transparent;
}
#fiction-plus-facettes .panel,
#filmnavet-facettes .panel,
#ur-facettes .panel,
.facette-card .panel,
.tabnav-container .panel {
  -webkit-box-shadow: 0 2px 16px 1px rgba(0, 0, 0, 0.12);
          box-shadow: 0 2px 16px 1px rgba(0, 0, 0, 0.12);
}
#fiction-plus-facettes #filter-Subjects,
#filmnavet-facettes #filter-Subjects,
#ur-facettes #filter-Subjects,
.facette-card #filter-Subjects,
.tabnav-container #filter-Subjects,
#fiction-plus-facettes #filter-Filmnavet-subject,
#filmnavet-facettes #filter-Filmnavet-subject,
#ur-facettes #filter-Filmnavet-subject,
.facette-card #filter-Filmnavet-subject,
.tabnav-container #filter-Filmnavet-subject,
#fiction-plus-facettes #filter-Ur-subject,
#filmnavet-facettes #filter-Ur-subject,
#ur-facettes #filter-Ur-subject,
.facette-card #filter-Ur-subject,
.tabnav-container #filter-Ur-subject,
#fiction-plus-facettes #filter-Filmnavet-targets,
#filmnavet-facettes #filter-Filmnavet-targets,
#ur-facettes #filter-Filmnavet-targets,
.facette-card #filter-Filmnavet-targets,
.tabnav-container #filter-Filmnavet-targets,
#fiction-plus-facettes #filter-Ur-targets,
#filmnavet-facettes #filter-Ur-targets,
#ur-facettes #filter-Ur-targets,
.facette-card #filter-Ur-targets,
.tabnav-container #filter-Ur-targets,
#fiction-plus-facettes #filter-Targets,
#filmnavet-facettes #filter-Targets,
#ur-facettes #filter-Targets,
.facette-card #filter-Targets,
.tabnav-container #filter-Targets,
#fiction-plus-facettes #filter-runtime,
#filmnavet-facettes #filter-runtime,
#ur-facettes #filter-runtime,
.facette-card #filter-runtime,
.tabnav-container #filter-runtime,
#fiction-plus-facettes #filter-AgeLimits-plus,
#filmnavet-facettes #filter-AgeLimits-plus,
#ur-facettes #filter-AgeLimits-plus,
.facette-card #filter-AgeLimits-plus,
.tabnav-container #filter-AgeLimits-plus,
#fiction-plus-facettes #filter-fictionplus-runtime,
#filmnavet-facettes #filter-fictionplus-runtime,
#ur-facettes #filter-fictionplus-runtime,
.facette-card #filter-fictionplus-runtime,
.tabnav-container #filter-fictionplus-runtime,
#fiction-plus-facettes #filter-Genre-plus,
#filmnavet-facettes #filter-Genre-plus,
#ur-facettes #filter-Genre-plus,
.facette-card #filter-Genre-plus,
.tabnav-container #filter-Genre-plus,
#fiction-plus-facettes #filter-SpokenLanguages,
#filmnavet-facettes #filter-SpokenLanguages,
#ur-facettes #filter-SpokenLanguages,
.facette-card #filter-SpokenLanguages,
.tabnav-container #filter-SpokenLanguages,
#fiction-plus-facettes #filter-TextedLanguages,
#filmnavet-facettes #filter-TextedLanguages,
#ur-facettes #filter-TextedLanguages,
.facette-card #filter-TextedLanguages,
.tabnav-container #filter-TextedLanguages {
  border-top: 1px solid #222;
}
#fiction-plus-facettes #filter-Subjects .list-group,
#filmnavet-facettes #filter-Subjects .list-group,
#ur-facettes #filter-Subjects .list-group,
.facette-card #filter-Subjects .list-group,
.tabnav-container #filter-Subjects .list-group,
#fiction-plus-facettes #filter-Filmnavet-subject .list-group,
#filmnavet-facettes #filter-Filmnavet-subject .list-group,
#ur-facettes #filter-Filmnavet-subject .list-group,
.facette-card #filter-Filmnavet-subject .list-group,
.tabnav-container #filter-Filmnavet-subject .list-group,
#fiction-plus-facettes #filter-Ur-subject .list-group,
#filmnavet-facettes #filter-Ur-subject .list-group,
#ur-facettes #filter-Ur-subject .list-group,
.facette-card #filter-Ur-subject .list-group,
.tabnav-container #filter-Ur-subject .list-group,
#fiction-plus-facettes #filter-Filmnavet-targets .list-group,
#filmnavet-facettes #filter-Filmnavet-targets .list-group,
#ur-facettes #filter-Filmnavet-targets .list-group,
.facette-card #filter-Filmnavet-targets .list-group,
.tabnav-container #filter-Filmnavet-targets .list-group,
#fiction-plus-facettes #filter-Ur-targets .list-group,
#filmnavet-facettes #filter-Ur-targets .list-group,
#ur-facettes #filter-Ur-targets .list-group,
.facette-card #filter-Ur-targets .list-group,
.tabnav-container #filter-Ur-targets .list-group,
#fiction-plus-facettes #filter-Targets .list-group,
#filmnavet-facettes #filter-Targets .list-group,
#ur-facettes #filter-Targets .list-group,
.facette-card #filter-Targets .list-group,
.tabnav-container #filter-Targets .list-group,
#fiction-plus-facettes #filter-runtime .list-group,
#filmnavet-facettes #filter-runtime .list-group,
#ur-facettes #filter-runtime .list-group,
.facette-card #filter-runtime .list-group,
.tabnav-container #filter-runtime .list-group,
#fiction-plus-facettes #filter-AgeLimits-plus .list-group,
#filmnavet-facettes #filter-AgeLimits-plus .list-group,
#ur-facettes #filter-AgeLimits-plus .list-group,
.facette-card #filter-AgeLimits-plus .list-group,
.tabnav-container #filter-AgeLimits-plus .list-group,
#fiction-plus-facettes #filter-fictionplus-runtime .list-group,
#filmnavet-facettes #filter-fictionplus-runtime .list-group,
#ur-facettes #filter-fictionplus-runtime .list-group,
.facette-card #filter-fictionplus-runtime .list-group,
.tabnav-container #filter-fictionplus-runtime .list-group,
#fiction-plus-facettes #filter-Genre-plus .list-group,
#filmnavet-facettes #filter-Genre-plus .list-group,
#ur-facettes #filter-Genre-plus .list-group,
.facette-card #filter-Genre-plus .list-group,
.tabnav-container #filter-Genre-plus .list-group,
#fiction-plus-facettes #filter-SpokenLanguages .list-group,
#filmnavet-facettes #filter-SpokenLanguages .list-group,
#ur-facettes #filter-SpokenLanguages .list-group,
.facette-card #filter-SpokenLanguages .list-group,
.tabnav-container #filter-SpokenLanguages .list-group,
#fiction-plus-facettes #filter-TextedLanguages .list-group,
#filmnavet-facettes #filter-TextedLanguages .list-group,
#ur-facettes #filter-TextedLanguages .list-group,
.facette-card #filter-TextedLanguages .list-group,
.tabnav-container #filter-TextedLanguages .list-group {
  padding: 0.5rem 1.5rem;
  background-color: #FFF;
}
#fiction-plus-facettes #filter-Subjects .list-group a.list-group-item,
#filmnavet-facettes #filter-Subjects .list-group a.list-group-item,
#ur-facettes #filter-Subjects .list-group a.list-group-item,
.facette-card #filter-Subjects .list-group a.list-group-item,
.tabnav-container #filter-Subjects .list-group a.list-group-item,
#fiction-plus-facettes #filter-Filmnavet-subject .list-group a.list-group-item,
#filmnavet-facettes #filter-Filmnavet-subject .list-group a.list-group-item,
#ur-facettes #filter-Filmnavet-subject .list-group a.list-group-item,
.facette-card #filter-Filmnavet-subject .list-group a.list-group-item,
.tabnav-container #filter-Filmnavet-subject .list-group a.list-group-item,
#fiction-plus-facettes #filter-Ur-subject .list-group a.list-group-item,
#filmnavet-facettes #filter-Ur-subject .list-group a.list-group-item,
#ur-facettes #filter-Ur-subject .list-group a.list-group-item,
.facette-card #filter-Ur-subject .list-group a.list-group-item,
.tabnav-container #filter-Ur-subject .list-group a.list-group-item,
#fiction-plus-facettes #filter-Filmnavet-targets .list-group a.list-group-item,
#filmnavet-facettes #filter-Filmnavet-targets .list-group a.list-group-item,
#ur-facettes #filter-Filmnavet-targets .list-group a.list-group-item,
.facette-card #filter-Filmnavet-targets .list-group a.list-group-item,
.tabnav-container #filter-Filmnavet-targets .list-group a.list-group-item,
#fiction-plus-facettes #filter-Ur-targets .list-group a.list-group-item,
#filmnavet-facettes #filter-Ur-targets .list-group a.list-group-item,
#ur-facettes #filter-Ur-targets .list-group a.list-group-item,
.facette-card #filter-Ur-targets .list-group a.list-group-item,
.tabnav-container #filter-Ur-targets .list-group a.list-group-item,
#fiction-plus-facettes #filter-Targets .list-group a.list-group-item,
#filmnavet-facettes #filter-Targets .list-group a.list-group-item,
#ur-facettes #filter-Targets .list-group a.list-group-item,
.facette-card #filter-Targets .list-group a.list-group-item,
.tabnav-container #filter-Targets .list-group a.list-group-item,
#fiction-plus-facettes #filter-runtime .list-group a.list-group-item,
#filmnavet-facettes #filter-runtime .list-group a.list-group-item,
#ur-facettes #filter-runtime .list-group a.list-group-item,
.facette-card #filter-runtime .list-group a.list-group-item,
.tabnav-container #filter-runtime .list-group a.list-group-item,
#fiction-plus-facettes #filter-AgeLimits-plus .list-group a.list-group-item,
#filmnavet-facettes #filter-AgeLimits-plus .list-group a.list-group-item,
#ur-facettes #filter-AgeLimits-plus .list-group a.list-group-item,
.facette-card #filter-AgeLimits-plus .list-group a.list-group-item,
.tabnav-container #filter-AgeLimits-plus .list-group a.list-group-item,
#fiction-plus-facettes #filter-fictionplus-runtime .list-group a.list-group-item,
#filmnavet-facettes #filter-fictionplus-runtime .list-group a.list-group-item,
#ur-facettes #filter-fictionplus-runtime .list-group a.list-group-item,
.facette-card #filter-fictionplus-runtime .list-group a.list-group-item,
.tabnav-container #filter-fictionplus-runtime .list-group a.list-group-item,
#fiction-plus-facettes #filter-Genre-plus .list-group a.list-group-item,
#filmnavet-facettes #filter-Genre-plus .list-group a.list-group-item,
#ur-facettes #filter-Genre-plus .list-group a.list-group-item,
.facette-card #filter-Genre-plus .list-group a.list-group-item,
.tabnav-container #filter-Genre-plus .list-group a.list-group-item,
#fiction-plus-facettes #filter-SpokenLanguages .list-group a.list-group-item,
#filmnavet-facettes #filter-SpokenLanguages .list-group a.list-group-item,
#ur-facettes #filter-SpokenLanguages .list-group a.list-group-item,
.facette-card #filter-SpokenLanguages .list-group a.list-group-item,
.tabnav-container #filter-SpokenLanguages .list-group a.list-group-item,
#fiction-plus-facettes #filter-TextedLanguages .list-group a.list-group-item,
#filmnavet-facettes #filter-TextedLanguages .list-group a.list-group-item,
#ur-facettes #filter-TextedLanguages .list-group a.list-group-item,
.facette-card #filter-TextedLanguages .list-group a.list-group-item,
.tabnav-container #filter-TextedLanguages .list-group a.list-group-item {
  border: none;
  padding: 6px 0;
  color: #222;
  font-size: 16px;
  line-height: 29px;
  font-weight: 400;
}
#fiction-plus-facettes #filter-Subjects .list-group a.list-group-item .badge,
#filmnavet-facettes #filter-Subjects .list-group a.list-group-item .badge,
#ur-facettes #filter-Subjects .list-group a.list-group-item .badge,
.facette-card #filter-Subjects .list-group a.list-group-item .badge,
.tabnav-container #filter-Subjects .list-group a.list-group-item .badge,
#fiction-plus-facettes #filter-Filmnavet-subject .list-group a.list-group-item .badge,
#filmnavet-facettes #filter-Filmnavet-subject .list-group a.list-group-item .badge,
#ur-facettes #filter-Filmnavet-subject .list-group a.list-group-item .badge,
.facette-card #filter-Filmnavet-subject .list-group a.list-group-item .badge,
.tabnav-container #filter-Filmnavet-subject .list-group a.list-group-item .badge,
#fiction-plus-facettes #filter-Ur-subject .list-group a.list-group-item .badge,
#filmnavet-facettes #filter-Ur-subject .list-group a.list-group-item .badge,
#ur-facettes #filter-Ur-subject .list-group a.list-group-item .badge,
.facette-card #filter-Ur-subject .list-group a.list-group-item .badge,
.tabnav-container #filter-Ur-subject .list-group a.list-group-item .badge,
#fiction-plus-facettes #filter-Filmnavet-targets .list-group a.list-group-item .badge,
#filmnavet-facettes #filter-Filmnavet-targets .list-group a.list-group-item .badge,
#ur-facettes #filter-Filmnavet-targets .list-group a.list-group-item .badge,
.facette-card #filter-Filmnavet-targets .list-group a.list-group-item .badge,
.tabnav-container #filter-Filmnavet-targets .list-group a.list-group-item .badge,
#fiction-plus-facettes #filter-Ur-targets .list-group a.list-group-item .badge,
#filmnavet-facettes #filter-Ur-targets .list-group a.list-group-item .badge,
#ur-facettes #filter-Ur-targets .list-group a.list-group-item .badge,
.facette-card #filter-Ur-targets .list-group a.list-group-item .badge,
.tabnav-container #filter-Ur-targets .list-group a.list-group-item .badge,
#fiction-plus-facettes #filter-Targets .list-group a.list-group-item .badge,
#filmnavet-facettes #filter-Targets .list-group a.list-group-item .badge,
#ur-facettes #filter-Targets .list-group a.list-group-item .badge,
.facette-card #filter-Targets .list-group a.list-group-item .badge,
.tabnav-container #filter-Targets .list-group a.list-group-item .badge,
#fiction-plus-facettes #filter-runtime .list-group a.list-group-item .badge,
#filmnavet-facettes #filter-runtime .list-group a.list-group-item .badge,
#ur-facettes #filter-runtime .list-group a.list-group-item .badge,
.facette-card #filter-runtime .list-group a.list-group-item .badge,
.tabnav-container #filter-runtime .list-group a.list-group-item .badge,
#fiction-plus-facettes #filter-AgeLimits-plus .list-group a.list-group-item .badge,
#filmnavet-facettes #filter-AgeLimits-plus .list-group a.list-group-item .badge,
#ur-facettes #filter-AgeLimits-plus .list-group a.list-group-item .badge,
.facette-card #filter-AgeLimits-plus .list-group a.list-group-item .badge,
.tabnav-container #filter-AgeLimits-plus .list-group a.list-group-item .badge,
#fiction-plus-facettes #filter-fictionplus-runtime .list-group a.list-group-item .badge,
#filmnavet-facettes #filter-fictionplus-runtime .list-group a.list-group-item .badge,
#ur-facettes #filter-fictionplus-runtime .list-group a.list-group-item .badge,
.facette-card #filter-fictionplus-runtime .list-group a.list-group-item .badge,
.tabnav-container #filter-fictionplus-runtime .list-group a.list-group-item .badge,
#fiction-plus-facettes #filter-Genre-plus .list-group a.list-group-item .badge,
#filmnavet-facettes #filter-Genre-plus .list-group a.list-group-item .badge,
#ur-facettes #filter-Genre-plus .list-group a.list-group-item .badge,
.facette-card #filter-Genre-plus .list-group a.list-group-item .badge,
.tabnav-container #filter-Genre-plus .list-group a.list-group-item .badge,
#fiction-plus-facettes #filter-SpokenLanguages .list-group a.list-group-item .badge,
#filmnavet-facettes #filter-SpokenLanguages .list-group a.list-group-item .badge,
#ur-facettes #filter-SpokenLanguages .list-group a.list-group-item .badge,
.facette-card #filter-SpokenLanguages .list-group a.list-group-item .badge,
.tabnav-container #filter-SpokenLanguages .list-group a.list-group-item .badge,
#fiction-plus-facettes #filter-TextedLanguages .list-group a.list-group-item .badge,
#filmnavet-facettes #filter-TextedLanguages .list-group a.list-group-item .badge,
#ur-facettes #filter-TextedLanguages .list-group a.list-group-item .badge,
.facette-card #filter-TextedLanguages .list-group a.list-group-item .badge,
.tabnav-container #filter-TextedLanguages .list-group a.list-group-item .badge {
  background-color: #DDDEDD;
  font-size: 14px;
  border-radius: 14.5px;
  width: 56px;
  height: auto;
  text-align: center;
  color: #222;
  line-height: 29px;
  font-weight: 400;
  text-decoration: none;
}
#fiction-plus-facettes #filter-Subjects .list-group a.list-group-item:hover,
#filmnavet-facettes #filter-Subjects .list-group a.list-group-item:hover,
#ur-facettes #filter-Subjects .list-group a.list-group-item:hover,
.facette-card #filter-Subjects .list-group a.list-group-item:hover,
.tabnav-container #filter-Subjects .list-group a.list-group-item:hover,
#fiction-plus-facettes #filter-Filmnavet-subject .list-group a.list-group-item:hover,
#filmnavet-facettes #filter-Filmnavet-subject .list-group a.list-group-item:hover,
#ur-facettes #filter-Filmnavet-subject .list-group a.list-group-item:hover,
.facette-card #filter-Filmnavet-subject .list-group a.list-group-item:hover,
.tabnav-container #filter-Filmnavet-subject .list-group a.list-group-item:hover,
#fiction-plus-facettes #filter-Ur-subject .list-group a.list-group-item:hover,
#filmnavet-facettes #filter-Ur-subject .list-group a.list-group-item:hover,
#ur-facettes #filter-Ur-subject .list-group a.list-group-item:hover,
.facette-card #filter-Ur-subject .list-group a.list-group-item:hover,
.tabnav-container #filter-Ur-subject .list-group a.list-group-item:hover,
#fiction-plus-facettes #filter-Filmnavet-targets .list-group a.list-group-item:hover,
#filmnavet-facettes #filter-Filmnavet-targets .list-group a.list-group-item:hover,
#ur-facettes #filter-Filmnavet-targets .list-group a.list-group-item:hover,
.facette-card #filter-Filmnavet-targets .list-group a.list-group-item:hover,
.tabnav-container #filter-Filmnavet-targets .list-group a.list-group-item:hover,
#fiction-plus-facettes #filter-Ur-targets .list-group a.list-group-item:hover,
#filmnavet-facettes #filter-Ur-targets .list-group a.list-group-item:hover,
#ur-facettes #filter-Ur-targets .list-group a.list-group-item:hover,
.facette-card #filter-Ur-targets .list-group a.list-group-item:hover,
.tabnav-container #filter-Ur-targets .list-group a.list-group-item:hover,
#fiction-plus-facettes #filter-Targets .list-group a.list-group-item:hover,
#filmnavet-facettes #filter-Targets .list-group a.list-group-item:hover,
#ur-facettes #filter-Targets .list-group a.list-group-item:hover,
.facette-card #filter-Targets .list-group a.list-group-item:hover,
.tabnav-container #filter-Targets .list-group a.list-group-item:hover,
#fiction-plus-facettes #filter-runtime .list-group a.list-group-item:hover,
#filmnavet-facettes #filter-runtime .list-group a.list-group-item:hover,
#ur-facettes #filter-runtime .list-group a.list-group-item:hover,
.facette-card #filter-runtime .list-group a.list-group-item:hover,
.tabnav-container #filter-runtime .list-group a.list-group-item:hover,
#fiction-plus-facettes #filter-AgeLimits-plus .list-group a.list-group-item:hover,
#filmnavet-facettes #filter-AgeLimits-plus .list-group a.list-group-item:hover,
#ur-facettes #filter-AgeLimits-plus .list-group a.list-group-item:hover,
.facette-card #filter-AgeLimits-plus .list-group a.list-group-item:hover,
.tabnav-container #filter-AgeLimits-plus .list-group a.list-group-item:hover,
#fiction-plus-facettes #filter-fictionplus-runtime .list-group a.list-group-item:hover,
#filmnavet-facettes #filter-fictionplus-runtime .list-group a.list-group-item:hover,
#ur-facettes #filter-fictionplus-runtime .list-group a.list-group-item:hover,
.facette-card #filter-fictionplus-runtime .list-group a.list-group-item:hover,
.tabnav-container #filter-fictionplus-runtime .list-group a.list-group-item:hover,
#fiction-plus-facettes #filter-Genre-plus .list-group a.list-group-item:hover,
#filmnavet-facettes #filter-Genre-plus .list-group a.list-group-item:hover,
#ur-facettes #filter-Genre-plus .list-group a.list-group-item:hover,
.facette-card #filter-Genre-plus .list-group a.list-group-item:hover,
.tabnav-container #filter-Genre-plus .list-group a.list-group-item:hover,
#fiction-plus-facettes #filter-SpokenLanguages .list-group a.list-group-item:hover,
#filmnavet-facettes #filter-SpokenLanguages .list-group a.list-group-item:hover,
#ur-facettes #filter-SpokenLanguages .list-group a.list-group-item:hover,
.facette-card #filter-SpokenLanguages .list-group a.list-group-item:hover,
.tabnav-container #filter-SpokenLanguages .list-group a.list-group-item:hover,
#fiction-plus-facettes #filter-TextedLanguages .list-group a.list-group-item:hover,
#filmnavet-facettes #filter-TextedLanguages .list-group a.list-group-item:hover,
#ur-facettes #filter-TextedLanguages .list-group a.list-group-item:hover,
.facette-card #filter-TextedLanguages .list-group a.list-group-item:hover,
.tabnav-container #filter-TextedLanguages .list-group a.list-group-item:hover {
  background-color: transparent;
  color: #1F4ACE;
  text-decoration: underline;
}
ul.nav-tabs-filter {
  background-color: #FFF;
  border-top: 1px solid #222;
  padding: 0.5rem 1.5rem;
}
ul.nav-tabs-filter li a {
  color: #222;
  font-size: 16px;
  line-height: 29px;
  padding: 6px 0;
}
ul.nav-tabs-filter li a:focus {
  background-color: transparent !important;
  text-decoration: underline;
}
ul.nav-tabs-filter li a i {
  margin-right: 0.5rem;
}
ul.nav-tabs-filter li a .search-hits {
  background-color: #DDDEDD;
  font-size: 14px;
  border-radius: 14.5px;
  width: 56px;
  height: auto;
  text-align: center;
}
ul.nav-tabs-filter li a span {
  text-decoration: none;
  color: #222;
}
ul.nav-tabs-filter li a:hover {
  background-color: transparent;
}
ul.nav-tabs-filter li a:hover span.item-text {
  color: #1F4ACE;
  text-decoration: underline;
}
ul.nav-tabs-filter li a .fa.fa-ur {
  background-image: url("/Static/assets/img/ur-logo.png");
  background-size: 20px;
  height: 20px;
  width: 20px;
  line-height: 1.5;
  margin-right: 2px;
}
ul.nav-tabs-filter li a .fa.fa-ur:before {
  content: "";
}
ul.nav-tabs-filter.all-filters {
  border-top: none;
}
ul.nav-tabs-filter.all-filters .item-text {
  color: #000;
  font-size: 20px;
  line-height: 32px;
}
ul.nav-tabs-filter.all-filters .search-hits {
  border-radius: 0;
  width: 35px;
}
ul.nav-tabs-filter.all-filters i {
  margin: 0;
}
ul.nav-tabs-filter.all-filters svg.ur-icon {
  top: -1px;
  left: 1px;
  color: #000 !important;
  fill: #000 !important;
}
ul.nav-tabs-filter.all-filters svg.ur-icon circle {
  fill: #000 !important;
}
#fav-toggle span {
  color: #FFF;
  text-decoration: none;
}
#fav-toggle span:hover {
  text-decoration: underline;
}
.btn {
  border-radius: 5px;
}
.btn.btn-full {
  float: left;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 20px;
}
a.btn:active {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn.btn-default {
  padding-top: 15px;
  padding-bottom: 15px;
  border-radius: 20px;
  background: #222;
  color: #FFF;
  text-align: left;
  margin: 10px 0 20px;
}
.btn.btn-blue {
  padding-top: 15px;
  padding-bottom: 15px;
  border-radius: 20px;
  background: #1c92a0;
  color: #FFF;
  text-align: left;
  margin: 20px 0 0;
  float: left;
  width: 100%;
}
.btn.btn-readmore,
.btn.btn-form {
  padding-top: 5px;
  padding-bottom: 5px;
  border-radius: 5px;
  background: #222;
  color: #FFF;
  text-align: left;
  margin: 0;
}
.btn.btn-login,
.btn.btn-standard {
  border-radius: 5px;
  background: #222;
  color: #FFF;
  padding: 7px 25px;
}
.btn.btn-red {
  background: #cf3e4b;
  color: #FFF;
  vertical-align: top;
}
.btn.btn-green {
  background: #1c92a0;
  color: #FFF;
}
.fiction-plus .btn.btn-green {
  background: #55cdff;
  color: #FFF;
}
.education .btn.btn-attachment {
  background: #1c92a0;
  color: #FFF;
  float: right;
}
.filmnavet .btn.btn-attachment {
  background: #C6C6C6;
  color: #0d5c63;
  float: right;
}
.ur-content .btn.btn-attachment {
  background: #FFF;
  color: #000;
  float: right;
}
.fiction .btn.btn-attachment {
  background: #C6C6C6;
  color: #cf3e4b;
  float: right;
}
.fiction-plus .btn.btn-attachment {
  background: #55cdff;
  color: #FFF;
  float: right;
}
.btn.btn-white {
  background: #FFF;
  color: #222;
  margin-bottom: 5px;
}
.fiction .btn.btn-white {
  color: #cf3e4b;
}
.fiction-plus .btn.btn-white {
  color: #55cdff;
}
.education .btn.btn-white {
  color: #1c92a0;
}
.education .btn.btn-white.collapsed.btn-make {
  background-color: #FFF;
  color: #1c92a0;
}
.education .btn.btn-white.btn-make {
  background-color: #55cdff;
  color: #1c92a0;
}
.btn.btn-blue-text {
  padding-top: 15px;
  padding-bottom: 15px;
  border-radius: 20px;
  background: #1c92a0;
  color: #FFF;
  text-align: center;
  margin: 20px 0 0;
  float: left;
  width: 100%;
  font-weight: bold;
}
.btn.btn-blue-text.btn-full {
  float: left;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 20px;
}
a.btn.btn-blue-text:active {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn.btn-blue-text.btn-default {
  padding-top: 15px;
  padding-bottom: 15px;
  border-radius: 20px;
  background: #222;
  color: #FFF;
  text-align: left;
  margin: 10px 0 20px;
}
.btn.btn-blue-text.btn-blue {
  padding-top: 15px;
  padding-bottom: 15px;
  border-radius: 20px;
  background: #1c92a0;
  color: #FFF;
  text-align: left;
  margin: 20px 0 0;
  float: left;
  width: 100%;
}
.btn.btn-blue-text.btn-readmore,
.btn.btn-blue-text.btn-form {
  padding-top: 5px;
  padding-bottom: 5px;
  border-radius: 5px;
  background: #222;
  color: #FFF;
  text-align: left;
  margin: 0;
}
.btn.btn-blue-text.btn-login,
.btn.btn-blue-text.btn-standard {
  border-radius: 5px;
  background: #222;
  color: #FFF;
  padding: 7px 25px;
}
.btn.btn-blue-text.btn-red {
  background: #cf3e4b;
  color: #FFF;
  vertical-align: top;
}
.btn.btn-blue-text.btn-green {
  background: #1c92a0;
  color: #FFF;
}
.fiction-plus .btn.btn-blue-text.btn-green {
  background: #55cdff;
  color: #FFF;
}
.education .btn.btn-blue-text.btn-attachment {
  background: #55cdff;
  color: #FFF;
  float: right;
}
@media (min-width: 768px) and (max-width: 991px) {
  .education .btn.btn-blue-text.btn-attachment {
    float: none;
  }
}
.fiction .btn.btn-blue-text.btn-attachment {
  background: #cf3e4b;
  color: #FFF;
}
.fiction-plus .btn.btn-blue-text.btn-attachment {
  background: #55cdff;
  color: #FFF;
  float: right;
}
@media (min-width: 768px) and (max-width: 991px) {
  .fiction-plus .btn.btn-blue-text.btn-attachment {
    float: none;
  }
}
.btn.btn-blue-text.btn-white {
  background: #FFF;
  color: #222;
  margin-bottom: 5px;
}
.fiction .btn.btn-blue-text.btn-white {
  color: #cf3e4b;
}
.fiction-plus .btn.btn-blue-text.btn-white {
  color: #55cdff;
}
.education .btn.btn-blue-text.btn-white {
  color: #1c92a0;
}
.education .btn.btn-blue-text.btn-white.collapsed.btn-make {
  background-color: #FFF;
  color: #1c92a0;
}
.education .btn.btn-blue-text.btn-white.btn-make {
  background-color: #55cdff;
  color: #1c92a0;
}
.btn.btn-blue-text.btn-blue-text {
  padding-top: 15px;
  padding-bottom: 15px;
  border-radius: 20px;
  background: #1c92a0;
  color: #FFF;
  text-align: center;
  margin: 20px 0 0;
  float: left;
  width: 100%;
  font-weight: bold;
}
@media (min-width: 768px) {
  .btn.btn-blue-text.btn-blue-text {
    width: auto;
    background: transparent;
    color: #1c92a0;
    padding-left: 0;
    padding-right: 0;
    margin: 0;
    text-align: left;
  }
  .btn.btn-blue-text.btn-blue-text:hover {
    color: #222;
  }
}
.btn.btn-blue-text.btn-center {
  text-align: center;
}
.fiction .btn.btn-blue-text.btn-fav {
  margin: 10px 0;
}
@media (max-width: 991px) {
  .fiction .btn.btn-blue-text.btn-fav {
    padding: 4px 5px;
  }
}
@media (min-width: 768px) {
  .fiction .btn.btn-blue-text.btn-fav {
    float: left;
  }
}
.btn.btn-billboard {
  display: block;
  background-color: #1c92a0;
  z-index: 10;
  max-width: 210px;
  color: #FFF;
  font-size: 18px;
  line-height: 21px;
  padding: 12px;
}
.btn.btn-cta {
  display: block;
  background-color: #1c92a0;
  z-index: 10;
  max-width: 210px;
  color: #FFF;
  font-size: 18px;
  line-height: 21px;
  padding: 12px;
}
.btn-circle {
  float: right;
  background: #55cdff;
  padding: 8px 11px !important;
  -webkit-box-shadow: inset 0 3px 5px -1px rgba(0, 0, 0, 0.4) !important;
          box-shadow: inset 0 3px 5px -1px rgba(0, 0, 0, 0.4) !important;
  margin: 2px 0;
  border-radius: 100%;
  border: 0 !important;
}
.btn-block-text-left {
  text-align: left;
  padding: 6px 12px !important;
}
.btn-block-text-left .caret {
  right: 12px;
  position: absolute;
  top: 16px;
}
.back-link {
  color: #1F4ACE;
  font-size: 14px;
}
ol.breadcrumb {
  padding-left: 0 !important;
  margin-bottom: 15px;
}
ul.breadcrumbs,
ol.breadcrumb {
  display: block;
  padding-left: 15px;
}
ul.breadcrumbs li,
ol.breadcrumb li {
  display: inline-block;
  font-size: 14px;
}
ul.breadcrumbs li a,
ol.breadcrumb li a {
  font-size: 14px;
  color: #1c92a0 !important;
}
ul.breadcrumbs li a span,
ol.breadcrumb li a span {
  color: #1c92a0 !important;
}
ul.breadcrumbs li svg,
ol.breadcrumb li svg {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  top: 5px;
  position: relative;
  height: 18px;
}
.teaser-heading {
  margin-top: 0;
  padding: 16px 20px;
  background: #222;
  color: #FFF;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 18px;
}
.teaser-toplist {
  margin-top: 10px;
  border-bottom: 3px solid #222;
}
.teaser-toplist .panel-image img {
  width: 120px;
  height: 67px;
}
.teaser-toplist .placement {
  width: 95px;
  height: 95px;
  border-radius: 100%;
  background: #1c92a0;
  color: #FFF;
  text-align: center;
  letter-spacing: 0.05em;
  font-size: 70px;
  font-family: "bebas_neueregular", sans-serif;
  line-height: 99px;
  text-indent: 0.05em;
}
@media screen and (min-width: 768px) {
  .teaser-toplist .placement {
    font-size: 40px;
    width: 62px;
    height: 62px;
    line-height: 65px;
  }
}
.teaser-toplist.teaser-toplist-plus .placement {
  background: #55cdff;
}
.teaser-toplist .teaser-title {
  font-size: 28px;
  margin-top: 15px;
  color: #222;
  width: 100%;
}
.playmovies-grid .panel-body {
  position: relative;
}
.playmovies-grid.education .panel-image {
  border-bottom: 8px solid #1c92a0;
}
.playmovies-grid.fiction-plus .panel-image {
  border-bottom: 8px solid #55cdff;
}
.playmovies-grid.ur .panel-image {
  border-bottom: 8px solid #000000;
}
.playmovies-grid.filmnavet .panel-image {
  border-bottom: 8px solid #0d5c63;
}
.playmovies-grid.fiction .panel-image {
  border-bottom: 8px solid #cf3e4b;
}
.playmovies-list .panel-movie {
  position: relative;
}
.playmovies-list .panel-body {
  min-height: 250px !important;
}
.playmovies-list.education .panel-image {
  border-right: 8px solid #1c92a0;
  border-bottom: none !important;
}
.playmovies-list.fiction-plus .panel-image {
  border-right: 8px solid #55cdff;
  border-bottom: none !important;
}
.playmovies-list.ur .panel-image {
  border-right: 8px solid #000000;
  border-bottom: none !important;
}
.playmovies-list.filmnavet .panel-image {
  border-right: 8px solid #0d5c63;
  border-bottom: none !important;
}
.playmovies-list.fiction .panel-image {
  border-right: 8px solid #cf3e4b;
  border-bottom: none !important;
}
.related .panel-movie.education .panel-image {
  border-bottom: 8px solid #1c92a0;
}
.related .panel-movie.fiction-plus .panel-image {
  border-bottom: 8px solid #55cdff;
}
.related .panel-movie.ur .panel-image {
  border-bottom: 8px solid #000000;
}
.related .panel-movie.filmnavet .panel-image {
  border-bottom: 8px solid #0d5c63;
}
.related .panel-movie.fiction .panel-image {
  border-bottom: 8px solid #cf3e4b;
}
.related .panel-movie .movie-teaser-body {
  position: relative;
}
.related .panel-movie .movie-teaser-body .headline-title {
  color: #000;
}
.panel-movie {
  border-radius: 0;
  border: 0;
  margin: 0;
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.panel-movie.education .panel-image {
  border-bottom: 8px solid #1c92a0;
}
.panel-movie.fiction-plus .panel-image {
  border-bottom: 8px solid #55cdff;
}
.panel-movie.ur .panel-image {
  border-bottom: 8px solid #000000;
}
.panel-movie.filmnavet .panel-image {
  border-bottom: 8px solid #0d5c63;
}
.panel-movie.fiction .panel-image {
  border-bottom: 8px solid #cf3e4b;
}
.panel-movie.education .panel-image,
.panel-movie.fiction-plus .panel-image,
.panel-movie.ur .panel-image,
.panel-movie.filmnavet .panel-image,
.panel-movie.fiction .panel-image {
  height: 185px;
  overflow: hidden;
}
.panel-movie.fiction-plus .panel-body,
.panel-movie.ur .panel-body {
  background-color: #FFF;
}
@media (min-width: 768px) {
  .playmovies-list .panel-movie .movie-title {
    font-size: 1.5em;
  }
}
@media (min-width: 768px) {
  .panel-movie {
    margin: 15px 0 0;
  }
}
.panel-movie .panel-image {
  float: left;
  width: 40%;
  margin-right: 20px;
  text-align: center;
  background: #222;
  min-height: 80px;
  line-height: 80px;
  position: relative;
}
.panel-movie .panel-image .panel-icon {
  position: absolute;
  top: 9px;
  left: 11px;
  color: #FFF;
  font-size: 20px;
}
.panel-movie .panel-image .panel-icon.svg-icon {
  fill: #FFF;
  height: 20px;
  width: auto;
}
.panel-movie .panel-image .panel-icon.fa-ur {
  background-image: url("/Static/assets/img/ur-logo.png");
  background-size: 20px;
  height: 20px;
  width: 20px;
  line-height: 1.5;
  margin-right: 2px;
}
.panel-movie .panel-image .panel-icon.fa-ur:before {
  content: "";
}
@media (min-width: 768px) {
  .panel-movie .panel-image {
    float: none;
    width: auto;
    margin-right: 0;
  }
}
.panel-movie .panel-image img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  min-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: 'object-fit: cover;';
}
.panel-movie .panel-image:before {
  -webkit-box-shadow: inset 0px 3px 5px -3px rgba(0, 0, 0, 0.8);
          box-shadow: inset 0px 3px 5px -3px rgba(0, 0, 0, 0.8);
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
}
@media (min-width: 768px) {
  .panel-movie .panel-image:before {
    -webkit-box-shadow: none;
            box-shadow: none;
    display: none;
  }
}
@media (min-width: 768px) {
  .playmovies-list .panel-movie .panel-image {
    width: 25%;
    display: inline-block;
    position: absolute;
    height: 100%;
  }
  .playmovies-list .panel-movie .panel-image img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
  }
}
.panel-movie .panel-cat {
  font-weight: bold;
  color: #222;
  text-transform: uppercase;
  font-size: 12px;
}
@media (min-width: 768px) {
  .panel-movie .panel-cat {
    font-size: 14px;
    margin-bottom: 16px;
  }
}
.panel-movie .movie-title {
  font-size: 20px;
  line-height: 29px;
  margin-bottom: 1rem;
  display: block;
  color: #000;
}
.panel-movie .panel-body {
  color: #000;
  padding: 10px 10px 0;
  margin-left: 43%;
}
@media (min-width: 768px) {
  .panel-movie .panel-body {
    padding: 15px;
    margin-left: 0;
    min-height: 200px;
    position: relative;
  }
}
.panel-movie .panel-body .movie-description {
  display: none;
}
@media (min-width: 768px) {
  .playmovies-list .panel-movie .panel-body {
    -webkit-box-shadow: none;
            box-shadow: none;
    width: 75%;
    display: inline-block;
    position: relative;
    padding-right: 8rem;
    left: 25%;
  }
}
.playmovies-list .panel-movie .panel-body .movie-description {
  display: inline-block;
}
@media (max-width: 768px) {
  .playmovies-list .panel-movie .panel-body .movie-description {
    display: none;
  }
}
.panel-movie .panel-body .runtime {
  color: #222;
  position: absolute;
  bottom: 2rem;
  font-size: 14px;
  line-height: 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.panel-movie .panel-body .runtime svg.clock-icon {
  height: 15px;
  width: 15px;
  margin-right: 6px;
}
.panel-movie .panel-body .subtitles {
  color: #222;
  position: absolute;
  bottom: 1rem;
  right: 2rem;
}
.panel-movie .panel-body .subtitles svg.subtitles-icon {
  height: 22px;
  width: 22px;
}
.panel-movie .panel-body .subtitles .tooltip-inner {
  max-width: 150px;
  width: 150px;
}
.panel-movie .panel-body .subtitles {
  color: #222;
  position: absolute;
  bottom: 1rem;
  right: 1rem;
}
.panel-movie .panel-body .subtitles svg.subtitles {
  height: 20px;
  width: 20px;
}
.panel-movie a {
  background-color: #FFF;
  position: relative;
  margin-bottom: 15px;
  min-height: 185px;
  display: block;
}
@media (min-width: 768px) {
  .panel-movie a {
    -webkit-box-shadow: 0 7px 10px 1px rgba(0, 0, 0, 0.14), 0 2px 16px 1px rgba(0, 0, 0, 0.12);
            box-shadow: 0 7px 10px 1px rgba(0, 0, 0, 0.14), 0 2px 16px 1px rgba(0, 0, 0, 0.12);
  }
}
.panel-movie a:hover {
  text-decoration: none;
}
.panel-movie a:focus {
  outline-offset: 2px;
}
@media (min-width: 768px) {
  .playmovies-list .panel-movie a {
    min-height: 15em;
  }
}
@media (min-width: 768px) {
  #fiction .playmovies-list .panel-movie a {
    min-height: 21em;
  }
}
.panel-movie p {
  margin: 0;
  font-size: 12px;
}
@media (min-width: 768px) {
  .panel-movie p {
    font-size: 14px;
  }
}
.education #Movie-Still img,
.education .player {
  border-bottom: 8px solid #1c92a0;
}
.filmnavet #Movie-Still img,
.filmnavet .player {
  border-bottom: 8px solid #0d5c63;
}
.fiction #Movie-Still img,
.fiction .player {
  border-bottom: 8px solid #cf3e4b;
}
.fiction-plus #Movie-Still img,
.fiction-plus .player {
  border-bottom: 8px solid #55cdff;
}
.ur #Movie-Still img,
.ur .player {
  border-bottom: 8px solid #000;
}
.education .vjs-play-progress,
.education .vjs-volume-level {
  background-color: #1c92a0;
}
.filmnavet .vjs-play-progress,
.filmnavet .vjs-volume-level {
  background-color: #0d5c63;
}
.fiction .vjs-play-progress,
.fiction .vjs-volume-level {
  background-color: #cf3e4b;
}
.fiction-plus .vjs-play-progress,
.fiction-plus .vjs-volume-level {
  background-color: #55cdff;
}
.ur .vjs-play-progress,
.ur .vjs-volume-level {
  background-color: #000;
}
.vjs-big-play-button {
  background-color: rgba(0, 0, 0, 0.45);
}
.education #fullVideo:hover .vjs-big-play-button {
  background-color: #1c92a0;
}
.filmnavet #fullVideo:hover .vjs-big-play-button {
  background-color: #0d5c63;
}
.fiction #fullVideo:hover .vjs-big-play-button {
  background-color: #cf3e4b;
}
.fiction-plus #fullVideo:hover .vjs-big-play-button {
  background-color: #55cdff;
}
.ur #fullVideo:hover .vjs-big-play-button {
  background-color: #000;
}
.education .vjs-big-play-button:focus {
  background-color: #1c92a0;
}
.filmnavet .vjs-big-play-button:focus {
  background-color: #0d5c63;
}
.fiction .vjs-big-play-button:focus {
  background-color: #0d5c63;
}
.fiction-plus .vjs-big-play-button:focus {
  background-color: #55cdff;
}
.ur .vjs-big-play-button:focus {
  background-color: #000;
}
.movie {
  -webkit-box-shadow: 0 7px 10px 1px rgba(0, 0, 0, 0.14), 0 2px 16px 1px rgba(0, 0, 0, 0.12);
          box-shadow: 0 7px 10px 1px rgba(0, 0, 0, 0.14), 0 2px 16px 1px rgba(0, 0, 0, 0.12);
  margin-bottom: 10px;
  margin-top: 2rem;
}
@media (min-width: 768px) {
  .movie {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
.movie .title {
  margin-top: 10px;
  font-weight: bold;
}
@media (min-width: 768px) {
  .movie .title {
    margin-top: 0;
  }
}
.movie .panel.panel-player {
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #FFF;
  margin: 0;
  border-radius: 0;
}
@media (min-width: 768px) {
  .movie .panel.panel-player {
    -webkit-box-shadow: 0 7px 10px 1px rgba(0, 0, 0, 0.14), 0 2px 16px 1px rgba(0, 0, 0, 0.12);
            box-shadow: 0 7px 10px 1px rgba(0, 0, 0, 0.14), 0 2px 16px 1px rgba(0, 0, 0, 0.12);
  }
}
.movie .panel.panel-player .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  width: 14em;
}
.movie .panel.panel-player .player > div {
  max-width: 100% !important;
}
.movie .panel.panel-player .panel-body {
  color: #222;
}
.movie .panel.panel-player .panel-body a {
  color: #222;
}
.movie .panel.panel-player .panel-body a:focus {
  color: #FFF;
  background-color: #222;
}
.movie .panel.panel-player .panel-body button,
.movie .panel.panel-player .panel-body a.btn,
.movie .panel.panel-player .panel-body.relative a,
.movie .panel.panel-player .panel-body.relative a span {
  color: #FFF;
  background-color: #222;
  text-decoration: none;
}
.movie .panel.panel-player .panel-body h3 {
  font-weight: bold;
}
.movie .movie-content {
  background-color: #FFF;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #000;
  padding: 0px 15px 15px;
}
@media (min-width: 768px) {
  .movie .movie-content {
    background-color: transparent;
  }
}
.movie .movie-content .label-cat {
  color: #000;
}
@media (min-width: 768px) {
  .movie .movie-content .label-cat {
    color: #FFF;
  }
}
.movie .movie-content .title {
  font-size: 2rem;
}
.movie .movie-content li a {
  text-decoration: underline;
}
.movie .movie-content li a:hover {
  text-decoration: none;
}
.cookiedisclaimer {
  background-color: #cf3e4b;
  padding: 15px;
}
.cookiedisclaimer.hide {
  display: none;
}
.cookiedisclaimer .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.cookiedisclaimer .btn {
  width: 100%;
}
@media (max-width: 768px) {
  .cookiedisclaimer .btn {
    margin-top: 1rem;
  }
}
.cookiedisclaimer p {
  color: #FFF;
  margin: 0;
  font-size: 14px;
}
.cookiedisclaimer a {
  color: #FFF;
  text-decoration: underline;
}
#olark-wrapper .olark-launch-button {
  background-color: #19828F !important;
}
#olark-wrapper .olark-launch-button.hide {
  display: none !important;
}
.accept-gdpr {
  display: table;
  margin-left: auto;
  margin-right: auto;
  margin-top: 3rem;
}
.gdpr-accept-checkbox[type="checkbox"] {
  margin-top: 0;
  margin-right: .5em;
  padding-top: 0;
  height: 1.25rem;
  width: 1.25rem;
}
.comma-seperated-link {
  color: #1F4ACE;
  text-decoration: none !important;
}
.comma-seperated-link:hover {
  color: #1F4ACE;
  text-decoration: underline !important;
}
.comma-seperated-link:not(:last-child)::after {
  content: ',';
}
.billboard {
  margin-top: -20px;
  margin-bottom: 54px;
}
.billboard .billboard-container {
  height: 100%;
  display: none;
}
.billboard .billboard-container:first-child {
  display: block;
}
.billboard .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  height: 100%;
  z-index: 4;
}
.billboard .container .billboard-text {
  color: #FFF;
  max-width: 570px;
  margin-bottom: 42px;
}
.billboard .container p {
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 0;
}
.billboard .container h1 {
  font-size: 60px;
  line-height: 72px;
  font-family: "bebas_neueregular", sans-serif;
  margin-bottom: 0;
}
.billboard .billboard-wrapper {
  width: 100%;
  height: 490px;
  overflow: hidden;
  position: relative;
}
.billboard .billboard-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.billboard .billboard-image-wrapper {
  z-index: -1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.billboard .billboard-image-wrapper::after {
  content: "";
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background: -webkit-linear-gradient(10.4deg, rgba(202, 61, 74, 0.9) -2.05%, rgba(0, 0, 0, 0) 32.14%), -webkit-linear-gradient(189.4deg, #00636F -3.9%, rgba(29, 146, 160, 0) 82.09%), rgba(0, 0, 0, 0.82);
  background: -o-linear-gradient(10.4deg, rgba(202, 61, 74, 0.9) -2.05%, rgba(0, 0, 0, 0) 32.14%), -o-linear-gradient(189.4deg, #00636F -3.9%, rgba(29, 146, 160, 0) 82.09%), rgba(0, 0, 0, 0.82);
  background: linear-gradient(79.6deg, rgba(202, 61, 74, 0.9) -2.05%, rgba(0, 0, 0, 0) 32.14%), linear-gradient(260.6deg, #00636F -3.9%, rgba(29, 146, 160, 0) 82.09%), rgba(0, 0, 0, 0.82);
}
.cta-block-container {
  padding: 0;
  margin-top: 29px;
  margin-bottom: 73px;
}
.cta-block-container .cta-block {
  width: 100%;
  height: 307px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 768px) {
  .cta-block-container .cta-block {
    height: 614px;
  }
}
.cta-block-container .cta-block .cta-block-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.cta-block-container .cta-block .cta-block-image-wrapper {
  z-index: -1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cta-block-container .cta-block .cta-block-image-wrapper::after {
  content: "";
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(29, 146, 160, 0.4)), to(rgba(29, 146, 160, 0.4))), rgba(0, 0, 0, 0.6);
  background: -webkit-linear-gradient(bottom, rgba(29, 146, 160, 0.4), rgba(29, 146, 160, 0.4)), rgba(0, 0, 0, 0.6);
  background: -o-linear-gradient(bottom, rgba(29, 146, 160, 0.4), rgba(29, 146, 160, 0.4)), rgba(0, 0, 0, 0.6);
  background: linear-gradient(0deg, rgba(29, 146, 160, 0.4), rgba(29, 146, 160, 0.4)), rgba(0, 0, 0, 0.6);
  mix-blend-mode: normal;
}
.cta-block-container .cta-block .cta-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 15px;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
}
.cta-block-container .cta-block .cta-inner .cta-inner-text {
  color: #FFF;
  max-width: 420px;
  margin-bottom: 25px;
}
.cta-block-container .cta-block .cta-inner p {
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 0;
}
.cta-block-container .cta-block .cta-inner h1 {
  font-size: 52px;
  line-height: 62px;
  font-family: "bebas_neueregular", sans-serif;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cta-block-container .cta-block .cta-inner .cta-text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
}
.cta-block-container .cta-block .cta-inner .cta-text-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.cta-block-container .cta-block .cta-inner .cta-text-center .btn-cta {
  min-width: 180px;
}
.cta-block-container .cta-block .cta-inner .cta-gfx {
  height: 307px;
  max-width: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 992px) {
  .cta-block-container .cta-block .cta-inner .cta-gfx {
    display: none;
  }
}
.product-cards {
  display: grid;
  grid-gap: 15px;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  margin-top: 3.5em;
}
.product-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
      -ms-flex-flow: column;
          flex-flow: column;
  height: 100%;
  padding: 2.5em 1em 2em;
  text-align: center;
  border-top-width: 4px;
  border-top-style: solid;
  border-top-color: transparent;
  background-color: #FFF;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.05);
  border-radius: 0px 0px 6px 6px;
  margin-bottom: 1em;
}
.product-card--green {
  border-top-color: #1c92a0;
}
.product-card--blue {
  border-top-color: #55cdff;
}
.product-card--red {
  border-top-color: #cf3e4b;
}
.product-card__icon {
  margin: 0 auto;
  width: 48px;
  height: 48px;
}
.product-card__header {
  margin-bottom: 1em;
}
.product-card__body {
  font-size: .875rem;
  margin-bottom: 2.5em;
}
.product-card ul {
  list-style-position: inside;
  padding-left: 0;
}
.product-card li {
  margin-bottom: 1em;
}
.product-card__footer {
  margin-top: auto;
}
.agreementnumberbox {
  display: inline-block;
  padding: 1.5em 1em;
  border: 1px solid #DAD8D8;
  border-radius: 5px;
  margin: 2em 0;
}
.agreementnumberbox__text {
  margin: 0;
  display: inline-block;
}
.agreementnumberbox__button {
  display: inline-block;
  padding: 0.5em 1em;
  background-color: #000;
  border-radius: 5px;
  color: #FFF;
  margin-left: 1em;
}
.agreementnumberbox__button:hover {
  color: #FFF;
}
.position-relative {
  position: relative;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: absolute;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
  -webkit-clip-path: none;
  clip-path: none;
  z-index: 9999;
  background: #FFF;
  padding: .5rem;
}
.sr-only-focusable:active .skiplink-text,
.sr-only-focusable:focus .skiplink-text {
  padding: .5em;
  display: block;
}
.hide-element {
  border: 0;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.p-50 {
  padding: 50px;
}
.pt-50 {
  padding-top: 50px;
}
.pl-50 {
  padding-left: 50px;
}
.pr-50 {
  padding-right: 50px;
}
.pb-50 {
  padding-bottom: 50px;
}
.m-50 {
  margin: 50px;
}
.mt-50 {
  margin-top: 50px;
}
.ml-50 {
  margin-left: 50px;
}
.mr-50 {
  margin-right: 50px;
}
.mb-50 {
  margin-bottom: 50px;
}
.p-40 {
  padding: 40px;
}
.pt-40 {
  padding-top: 40px;
}
.pl-40 {
  padding-left: 40px;
}
.pr-40 {
  padding-right: 40px;
}
.pb-40 {
  padding-bottom: 40px;
}
.m-40 {
  margin: 40px;
}
.mt-40 {
  margin-top: 40px;
}
.ml-40 {
  margin-left: 40px;
}
.mr-40 {
  margin-right: 40px;
}
.mb-40 {
  margin-bottom: 40px;
}
.p-30 {
  padding: 30px;
}
.pt-30 {
  padding-top: 30px;
}
.pl-30 {
  padding-left: 30px;
}
.pr-30 {
  padding-right: 30px;
}
.pb-30 {
  padding-bottom: 30px;
}
.m-30 {
  margin: 30px;
}
.mt-30 {
  margin-top: 30px;
}
.ml-30 {
  margin-left: 30px;
}
.mr-30 {
  margin-right: 30px;
}
.mb-30 {
  margin-bottom: 30px;
}
.p-20 {
  padding: 20px;
}
.pt-20 {
  padding-top: 20px;
}
.pl-20 {
  padding-left: 20px;
}
.pr-20 {
  padding-right: 20px;
}
.pb-20 {
  padding-bottom: 20px;
}
.m-20 {
  margin: 20px;
}
.mt-20 {
  margin-top: 20px;
}
.ml-20 {
  margin-left: 20px;
}
.mr-20 {
  margin-right: 20px;
}
.mb-20 {
  margin-bottom: 20px;
}
.p-15 {
  padding: 15px;
}
.pt-15 {
  padding-top: 15px;
}
.pl-15 {
  padding-left: 15px;
}
.pr-15 {
  padding-right: 15px;
}
.pb-15 {
  padding-bottom: 15px;
}
.m-15 {
  margin: 15px;
}
.mt-15 {
  margin-top: 15px;
}
.ml-15 {
  margin-left: 15px;
}
.mr-15 {
  margin-right: 15px;
}
.mb-15 {
  margin-bottom: 15px;
}
.p-10 {
  padding: 10px;
}
.pt-10 {
  padding-top: 10px;
}
.pl-10 {
  padding-left: 10px;
}
.pr-10 {
  padding-right: 10px;
}
.pb-10 {
  padding-bottom: 10px;
}
.m-10 {
  margin: 10px;
}
.mt-10 {
  margin-top: 10px;
}
.ml-10 {
  margin-left: 10px;
}
.mr-10 {
  margin-right: 10px;
}
.mb-10 {
  margin-bottom: 10px;
}
.p-5 {
  padding: 5px;
}
.pt-5 {
  padding-top: 5px;
}
.pl-5 {
  padding-left: 5px;
}
.pr-5 {
  padding-right: 5px;
}
.pb-5 {
  padding-bottom: 5px;
}
.m-5 {
  margin: 5px;
}
.mt-5 {
  margin-top: 5px;
}
.ml-5 {
  margin-left: 5px;
}
.mr-5 {
  margin-right: 5px;
}
.mb-5 {
  margin-bottom: 5px;
}
.p-0 {
  padding: 0px;
}
.pt-0 {
  padding-top: 0px;
}
.pl-0 {
  padding-left: 0px;
}
.pr-0 {
  padding-right: 0px;
}
.pb-0 {
  padding-bottom: 0px;
}
.m-0 {
  margin: 0px;
}
.mt-0 {
  margin-top: 0px;
}
.ml-0 {
  margin-left: 0px;
}
.mr-0 {
  margin-right: 0px;
}
.mb-0 {
  margin-bottom: 0px;
}
#filter-runtime,
#filter-filmnavet-runtime,
#filter-ur-runtime,
#filter-fictionplus-runtime {
  padding-bottom: 3rem;
  background-color: #FFF;
  border-top: 1px solid #000;
}
#filter-runtime .slider-container .noUi-target,
#filter-filmnavet-runtime .slider-container .noUi-target,
#filter-ur-runtime .slider-container .noUi-target,
#filter-fictionplus-runtime .slider-container .noUi-target {
  background: none;
  border-radius: 0;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
#filter-runtime .slider-container .noUi-target.noUi-horizontal,
#filter-filmnavet-runtime .slider-container .noUi-target.noUi-horizontal,
#filter-ur-runtime .slider-container .noUi-target.noUi-horizontal,
#filter-fictionplus-runtime .slider-container .noUi-target.noUi-horizontal {
  height: 2px;
  background-color: #979797;
  margin: 5.5rem auto 2rem auto;
  width: 200px;
}
#filter-runtime .slider-container .noUi-target .noUi-base .noUi-connect,
#filter-filmnavet-runtime .slider-container .noUi-target .noUi-base .noUi-connect,
#filter-ur-runtime .slider-container .noUi-target .noUi-base .noUi-connect,
#filter-fictionplus-runtime .slider-container .noUi-target .noUi-base .noUi-connect {
  background: #1F4ACE;
}
#filter-runtime .slider-container .noUi-target .noUi-base .noUi-origin .noUi-tooltip,
#filter-filmnavet-runtime .slider-container .noUi-target .noUi-base .noUi-origin .noUi-tooltip,
#filter-ur-runtime .slider-container .noUi-target .noUi-base .noUi-origin .noUi-tooltip,
#filter-fictionplus-runtime .slider-container .noUi-target .noUi-base .noUi-origin .noUi-tooltip {
  border: none !important;
  background: none !important;
}
#filter-runtime .slider-container .noUi-target .noUi-base .noUi-origin .noUi-tooltip:after,
#filter-filmnavet-runtime .slider-container .noUi-target .noUi-base .noUi-origin .noUi-tooltip:after,
#filter-ur-runtime .slider-container .noUi-target .noUi-base .noUi-origin .noUi-tooltip:after,
#filter-fictionplus-runtime .slider-container .noUi-target .noUi-base .noUi-origin .noUi-tooltip:after {
  display: inline-block;
  content: "min";
  margin-left: 5px;
  font-size: 16px;
  line-height: 26px;
  color: #1E1E1E;
}
#filter-runtime .slider-container .noUi-target .noUi-base .noUi-origin .noUi-handle,
#filter-filmnavet-runtime .slider-container .noUi-target .noUi-base .noUi-origin .noUi-handle,
#filter-ur-runtime .slider-container .noUi-target .noUi-base .noUi-origin .noUi-handle,
#filter-fictionplus-runtime .slider-container .noUi-target .noUi-base .noUi-origin .noUi-handle {
  width: 15px;
  height: 15px;
  background: #1F4ACE;
  top: -6px;
  border-radius: 100%;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  right: unset;
}
#filter-runtime .slider-container .noUi-target .noUi-base .noUi-origin .noUi-handle.noUi-handle-lower,
#filter-filmnavet-runtime .slider-container .noUi-target .noUi-base .noUi-origin .noUi-handle.noUi-handle-lower,
#filter-ur-runtime .slider-container .noUi-target .noUi-base .noUi-origin .noUi-handle.noUi-handle-lower,
#filter-fictionplus-runtime .slider-container .noUi-target .noUi-base .noUi-origin .noUi-handle.noUi-handle-lower {
  margin-left: 15px;
}
#filter-runtime .slider-container .noUi-target .noUi-base .noUi-origin .noUi-handle.noUi-handle-upper,
#filter-filmnavet-runtime .slider-container .noUi-target .noUi-base .noUi-origin .noUi-handle.noUi-handle-upper,
#filter-ur-runtime .slider-container .noUi-target .noUi-base .noUi-origin .noUi-handle.noUi-handle-upper,
#filter-fictionplus-runtime .slider-container .noUi-target .noUi-base .noUi-origin .noUi-handle.noUi-handle-upper {
  margin-left: 10px;
}
#filter-runtime .slider-container .noUi-target .noUi-base .noUi-origin .noUi-handle:before,
#filter-filmnavet-runtime .slider-container .noUi-target .noUi-base .noUi-origin .noUi-handle:before,
#filter-ur-runtime .slider-container .noUi-target .noUi-base .noUi-origin .noUi-handle:before,
#filter-fictionplus-runtime .slider-container .noUi-target .noUi-base .noUi-origin .noUi-handle:before,
#filter-runtime .slider-container .noUi-target .noUi-base .noUi-origin .noUi-handle:after,
#filter-filmnavet-runtime .slider-container .noUi-target .noUi-base .noUi-origin .noUi-handle:after,
#filter-ur-runtime .slider-container .noUi-target .noUi-base .noUi-origin .noUi-handle:after,
#filter-fictionplus-runtime .slider-container .noUi-target .noUi-base .noUi-origin .noUi-handle:after {
  display: none;
}
#filter-runtime .slider-container .time-container,
#filter-filmnavet-runtime .slider-container .time-container,
#filter-ur-runtime .slider-container .time-container,
#filter-fictionplus-runtime .slider-container .time-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  width: 200px;
  margin: 0 auto;
}
#filter-runtime .slider-container .time-container input,
#filter-filmnavet-runtime .slider-container .time-container input,
#filter-ur-runtime .slider-container .time-container input,
#filter-fictionplus-runtime .slider-container .time-container input {
  width: 75px;
  height: 26px;
  text-align: center;
  border: 1px solid #979797;
  margin: auto 0;
}
#filter-runtime .slider-container .time-container hr,
#filter-filmnavet-runtime .slider-container .time-container hr,
#filter-ur-runtime .slider-container .time-container hr,
#filter-fictionplus-runtime .slider-container .time-container hr {
  width: 10%;
  border-top: 1px solid #000;
}
#filter-runtime .slider-container .btn-update,
#filter-filmnavet-runtime .slider-container .btn-update,
#filter-ur-runtime .slider-container .btn-update,
#filter-fictionplus-runtime .slider-container .btn-update {
  display: block;
  background: #222;
  color: #FFF;
  margin: 1.5rem auto;
  width: 200px;
}
.register-form {
  max-width: 36em;
}
.register-form .form-control {
  background: #FFF;
  border: 1px solid #bfcdcf;
  border-radius: 6px;
  -webkit-box-shadow: none;
          box-shadow: none;
  line-height: 1;
  padding: .875em;
  height: auto;
}
.register-form .form-control:focus {
  border: 1px solid #1c92a0;
}
.register-form .field-validation-error {
  display: block;
  margin-top: 0.25em;
}
.button {
  display: block;
  color: #FFF;
  background-color: #1c92a0;
  padding: 0.75em 1.25em !important;
  border-radius: 6px;
  text-align: center;
}
.button:hover {
  color: inherit;
  text-decoration: none;
}
.button-primary {
  color: #FFF;
  background-color: #1c92a0 !important;
}
.button-primary:hover,
.button-primary:focus,
.button-primary:active {
  color: #FFF;
  background-color: #16727d !important;
}
.button-black {
  color: #FFF;
  background-color: #222 !important;
}
.button-black:hover,
.button-black:focus,
.button-black:active {
  color: #FFF;
  background-color: #000 !important;
}
.button-outlined {
  color: #222;
  background-color: #FFF;
  border: 1px solid #222;
}
.button-outlined:hover,
.button-outlined:focus,
.button-outlined:active {
  color: #222;
  background-color: #fafafa !important;
}
.button + .button {
  margin-top: .25em;
}
.prose {
  display: block;
  max-width: 72ch;
  line-height: 1.5;
}
.prose :where(h1) {
  margin-top: 0;
  margin-bottom: 0.85em;
}
.prose :where(h2) {
  margin-top: 1.25em;
  margin-bottom: 0.5em;
}
.prose :where(h3) {
  margin-top: 1.25em;
  margin-bottom: 0.5em;
}
.prose :where(h4) {
  margin-top: 1.25em;
  margin-bottom: 0.4444em;
}
.prose p {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
.prose .lead {
  margin-top: 1.25em;
  margin-bottom: 1.75em;
}
.prose .a:not(.button) {
  color: #1c92a0;
}

/*# sourceMappingURL=main.css.map */

