@charset "UTF-8";
/*
 * Instruct CSS
 * CS 2017-03-28
 */
/*
 * ARIA v2
 * SASS Bootstrap 4 admin template
 * We import all libraries into a single CSS file. Why? Because browsers can't support dynamic CSS loading.
 * CS 2016-12-07
 */
/*
 * ARIA v2
 * SASS Common Utilties
 * CS 2016-12-07
 */
/* Colours */
/* Text colour options*/
@import url("https://fonts.googleapis.com/css?family=Lato");
.color-red {
  color: #ff141e !important; }

.bg-red {
  background-color: #ff141e !important; }

.border-red {
  border-color: #ff141e !important; }

/* Text colour options*/
.color-gray {
  color: #54585a !important; }

.bg-gray {
  background-color: #54585a !important; }

.border-gray {
  border-color: #54585a !important; }

/* Text colour options*/
.color-grey {
  color: #54585a !important; }

.bg-grey {
  background-color: #54585a !important; }

.border-grey {
  border-color: #54585a !important; }

/* Text colour options*/
.color-cyan {
  color: #00a9e0 !important; }

.bg-cyan {
  background-color: #00a9e0 !important; }

.border-cyan {
  border-color: #00a9e0 !important; }

/* Text colour options*/
.color-turquoise {
  color: #00b2a9 !important; }

.bg-turquoise {
  background-color: #00b2a9 !important; }

.border-turquoise {
  border-color: #00b2a9 !important; }

/* Text colour options*/
.color-green {
  color: #77b62c !important; }

.bg-green {
  background-color: #77b62c !important; }

.border-green {
  border-color: #77b62c !important; }

/* Text colour options*/
.color-blue {
  color: #003da5 !important; }

.bg-blue {
  background-color: #003da5 !important; }

.border-blue {
  border-color: #003da5 !important; }

/* Text colour options*/
.color-purple {
  color: #823e8a !important; }

.bg-purple {
  background-color: #823e8a !important; }

.border-purple {
  border-color: #823e8a !important; }

/* Text colour options*/
.color-magenta {
  color: #e21776 !important; }

.bg-magenta {
  background-color: #e21776 !important; }

.border-magenta {
  border-color: #e21776 !important; }

/* Text colour options*/
.color-orange {
  color: #ff671f !important; }

.bg-orange {
  background-color: #ff671f !important; }

.border-orange {
  border-color: #ff671f !important; }

/* Text colour options*/
.color-yellow {
  color: #f5a800 !important; }

.bg-yellow {
  background-color: #f5a800 !important; }

.border-yellow {
  border-color: #f5a800 !important; }

/* Text Elipsis Mixin */
.text-overflow-ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

/* Messages text word wrap fix */
/* Bootstrap Overrides */
/* Import Libraries */
/*!
 * Bootstrap v4.0.0-beta (https://getbootstrap.com)
 * Copyright 2011-2017 The Bootstrap Authors
 * Copyright 2011-2017 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  abbr[title]::after {
    content: " (" attr(title) ")"; }
  pre {
    white-space: pre-wrap !important; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .navbar {
    display: none; }
  .badge {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important; } }

/*@import "reboot";*/
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit; }

h1, .h1 {
  font-size: 2.5rem; }

h2, .h2 {
  font-size: 2rem; }

h3, .h3 {
  font-size: 1.75rem; }

h4, .h4 {
  font-size: 1.5rem; }

h5, .h5 {
  font-size: 1.25rem; }

h6, .h6 {
  font-size: 1rem; }

.lead {
  font-size: 1.25rem;
  font-weight: 300; }

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.1; }

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.1; }

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.1; }

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.1; }

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1); }

small,
.small {
  font-size: 80%;
  font-weight: normal; }

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none; }

.list-inline-item {
  display: inline-block; }
  .list-inline-item:not(:last-child) {
    margin-right: 5px; }

.initialism {
  font-size: 90%;
  text-transform: uppercase; }

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem; }

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6d7274; }
  .blockquote-footer::before {
    content: "\2014 \00A0"; }

.img-fluid {
  max-width: 100%;
  height: auto; }

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0.25rem;
  transition: all 0.2s ease-in-out;
  max-width: 100%;
  height: auto; }

.figure {
  display: inline-block; }

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1; }

.figure-caption {
  font-size: 90%;
  color: #6d7274; }

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

code {
  padding: 0.2rem 0.4rem;
  font-size: 90%;
  color: #bd4147;
  background-color: #eff0f1;
  border-radius: 0.25rem; }
  a > code {
    padding: 0;
    color: inherit;
    background-color: inherit; }

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 90%;
  color: #fff;
  background-color: #232425;
  border-radius: 0.2rem; }
  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: bold; }

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 90%;
  color: #232425; }
  pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    background-color: transparent;
    border-radius: 0; }

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
  width: 100%; }
  @media (min-width: 576px) {
    .container {
      max-width: 540px; } }
  @media (min-width: 768px) {
    .container {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .container {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    .container {
      max-width: 1140px; } }

.container-fluid {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
  width: 100%; }

.row, .article-selector ul li > label, .user-selector ul li > label, div.timeline, div.timeline .timeline-header, div.timeline .timeline-header > li > ul, [class^="container_"] {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .no-gutters > .col, div.timeline .no-gutters > .timeline-content, div.timeline .timeline-header.no-gutters > li, div.timeline .timeline-header > li > ul.no-gutters > li,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, div.timeline .timeline-content, div.timeline .timeline-header > li, div.timeline .timeline-header > li > ul > li,
.col-auto, .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-sm,
.col-sm-auto, .col-md-1, .grid_1, .col-md-2, .grid_2, .col-md-3, .grid_3, .col-md-4, .grid_4, .col-md-5, .grid_5, .col-md-6, .grid_6, .col-md-7, .grid_7, .col-md-8, .grid_8, .col-md-9, .grid_9, .col-md-10, .grid_10, .col-md-11, .grid_11, .col-md-12, .grid_12, .col-md,
.col-md-auto, .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, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

.col, div.timeline .timeline-content, div.timeline .timeline-header > li, div.timeline .timeline-header > li > ul > li {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%; }

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none; }

.col-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%; }

.col-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.col-3 {
  flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.col-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%; }

.col-6 {
  flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%; }

.col-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%; }

.col-9 {
  flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%; }

.col-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%; }

.col-12 {
  flex: 0 0 100%;
  max-width: 100%; }

.order-1 {
  order: 1; }

.order-2 {
  order: 2; }

.order-3 {
  order: 3; }

.order-4 {
  order: 4; }

.order-5 {
  order: 5; }

.order-6 {
  order: 6; }

.order-7 {
  order: 7; }

.order-8 {
  order: 8; }

.order-9 {
  order: 9; }

.order-10 {
  order: 10; }

.order-11 {
  order: 11; }

.order-12 {
  order: 12; }

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-1 {
    order: 1; }
  .order-sm-2 {
    order: 2; }
  .order-sm-3 {
    order: 3; }
  .order-sm-4 {
    order: 4; }
  .order-sm-5 {
    order: 5; }
  .order-sm-6 {
    order: 6; }
  .order-sm-7 {
    order: 7; }
  .order-sm-8 {
    order: 8; }
  .order-sm-9 {
    order: 9; }
  .order-sm-10 {
    order: 10; }
  .order-sm-11 {
    order: 11; }
  .order-sm-12 {
    order: 12; } }

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-md-1, .grid_1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2, .grid_2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-3, .grid_3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4, .grid_4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5, .grid_5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6, .grid_6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7, .grid_7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8, .grid_8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-9, .grid_9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10, .grid_10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11, .grid_11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-md-12, .grid_12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-md-1 {
    order: 1; }
  .order-md-2 {
    order: 2; }
  .order-md-3 {
    order: 3; }
  .order-md-4 {
    order: 4; }
  .order-md-5 {
    order: 5; }
  .order-md-6 {
    order: 6; }
  .order-md-7 {
    order: 7; }
  .order-md-8 {
    order: 8; }
  .order-md-9 {
    order: 9; }
  .order-md-10 {
    order: 10; }
  .order-md-11 {
    order: 11; }
  .order-md-12 {
    order: 12; } }

@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-1 {
    order: 1; }
  .order-lg-2 {
    order: 2; }
  .order-lg-3 {
    order: 3; }
  .order-lg-4 {
    order: 4; }
  .order-lg-5 {
    order: 5; }
  .order-lg-6 {
    order: 6; }
  .order-lg-7 {
    order: 7; }
  .order-lg-8 {
    order: 8; }
  .order-lg-9 {
    order: 9; }
  .order-lg-10 {
    order: 10; }
  .order-lg-11 {
    order: 11; }
  .order-lg-12 {
    order: 12; } }

@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-1 {
    order: 1; }
  .order-xl-2 {
    order: 2; }
  .order-xl-3 {
    order: 3; }
  .order-xl-4 {
    order: 4; }
  .order-xl-5 {
    order: 5; }
  .order-xl-6 {
    order: 6; }
  .order-xl-7 {
    order: 7; }
  .order-xl-8 {
    order: 8; }
  .order-xl-9 {
    order: 9; }
  .order-xl-10 {
    order: 10; }
  .order-xl-11 {
    order: 11; }
  .order-xl-12 {
    order: 12; } }

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent; }
  .table th,
  .table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #d5d7d8; }
  .table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #d5d7d8; }
  .table tbody + tbody {
    border-top: 2px solid #d5d7d8; }
  .table .table {
    background-color: #fff; }

.table-sm th,
.table-sm td {
  padding: 0.3rem; }

.table-bordered {
  border: 1px solid #d5d7d8; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #d5d7d8; }
  .table-bordered thead th,
  .table-bordered thead td {
    border-bottom-width: 2px; }

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05); }

.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075); }

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8e7f6; }

.table-hover .table-primary:hover {
  background-color: #a1dff3; }
  .table-hover .table-primary:hover > td,
  .table-hover .table-primary:hover > th {
    background-color: #a1dff3; }

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d6d7d8; }

.table-hover .table-secondary:hover {
  background-color: #c9cacc; }
  .table-hover .table-secondary:hover > td,
  .table-hover .table-secondary:hover > th {
    background-color: #c9cacc; }

.table-success,
.table-success > th,
.table-success > td {
  background-color: #d9ebc4; }

.table-hover .table-success:hover {
  background-color: #cde5b1; }
  .table-hover .table-success:hover > td,
  .table-hover .table-success:hover > th {
    background-color: #cde5b1; }

.table-info,
.table-info > th,
.table-info > td {
  background-color: #b8e7f6; }

.table-hover .table-info:hover {
  background-color: #a1dff3; }
  .table-hover .table-info:hover > td,
  .table-hover .table-info:hover > th {
    background-color: #a1dff3; }

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #fce7b8; }

.table-hover .table-warning:hover {
  background-color: #fbdfa0; }
  .table-hover .table-warning:hover > td,
  .table-hover .table-warning:hover > th {
    background-color: #fbdfa0; }

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #ffbdc0; }

.table-hover .table-danger:hover {
  background-color: #ffa4a8; }
  .table-hover .table-danger:hover > td,
  .table-hover .table-danger:hover > th {
    background-color: #ffa4a8; }

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fbfbfb; }

.table-hover .table-light:hover {
  background-color: #eeeeee; }
  .table-hover .table-light:hover > td,
  .table-hover .table-light:hover > th {
    background-color: #eeeeee; }

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c8c9c9; }

.table-hover .table-dark:hover {
  background-color: #bbbcbc; }
  .table-hover .table-dark:hover > td,
  .table-hover .table-dark:hover > th {
    background-color: #bbbcbc; }

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075); }

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075); }
  .table-hover .table-active:hover > td,
  .table-hover .table-active:hover > th {
    background-color: rgba(0, 0, 0, 0.075); }

.thead-inverse th {
  color: #fff;
  background-color: #232425; }

.thead-default th {
  color: #54585a;
  background-color: #d5d7d8; }

.table-inverse {
  color: #fff;
  background-color: #232425; }
  .table-inverse th,
  .table-inverse td,
  .table-inverse thead th {
    border-color: #353839; }
  .table-inverse.table-bordered {
    border: 0; }
  .table-inverse.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 0.05); }
  .table-inverse.table-hover tbody tr:hover {
    background-color: rgba(255, 255, 255, 0.075); }

@media (max-width: 991px) {
  .table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .table-responsive.table-bordered {
      border: 0; } }

.form-control, #messages #messages-search input[type=text] {
  display: block;
  width: 100%;
  padding: 0.5rem 0.75rem;
  font-size: 1rem;
  line-height: 1.25;
  color: #54585a;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }
  .form-control::-ms-expand, #messages #messages-search input[type=text]::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control:focus, #messages #messages-search input:focus[type=text] {
    color: #54585a;
    background-color: #fff;
    border-color: #61d8ff;
    outline: none; }
  .form-control::placeholder, #messages #messages-search input[type=text]::placeholder {
    color: #6d7274;
    opacity: 1; }
  .form-control:disabled, #messages #messages-search input:disabled[type=text], .form-control[readonly], #messages #messages-search input[readonly][type=text] {
    background-color: #d5d7d8;
    opacity: 1; }

select.form-control:not([size]):not([multiple]) {
  height: calc(2.25rem + 2px); }

select.form-control:focus::-ms-value {
  color: #54585a;
  background-color: #fff; }

.form-control-file,
.form-control-range {
  display: block; }

.col-form-label {
  padding-top: calc(0.5rem - 1px * 2);
  padding-bottom: calc(0.5rem - 1px * 2);
  margin-bottom: 0; }

.col-form-label-lg {
  padding-top: calc(0.5rem - 1px * 2);
  padding-bottom: calc(0.5rem - 1px * 2);
  font-size: 1.25rem; }

.col-form-label-sm {
  padding-top: calc(0.25rem - 1px * 2);
  padding-bottom: calc(0.25rem - 1px * 2);
  font-size: 0.875rem; }

.col-form-legend {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  margin-bottom: 0;
  font-size: 1rem; }

.form-control-plaintext {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  margin-bottom: 0;
  line-height: 1.25;
  border: solid transparent;
  border-width: 1px 0; }
  .form-control-plaintext.form-control-sm, .input-group-sm > .form-control-plaintext.form-control, #messages #messages-search .input-group-sm > input.form-control-plaintext[type=text],
  .input-group-sm > .form-control-plaintext.input-group-addon,
  .input-group-sm > .input-group-btn > .form-control-plaintext.btn, .form-control-plaintext.form-control-lg, .input-group-lg > .form-control-plaintext.form-control, #messages #messages-search .input-group-lg > input.form-control-plaintext[type=text],
  .input-group-lg > .form-control-plaintext.input-group-addon,
  .input-group-lg > .input-group-btn > .form-control-plaintext.btn {
    padding-right: 0;
    padding-left: 0; }

.form-control-sm, .input-group-sm > .form-control, #messages #messages-search .input-group-sm > input[type=text],
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

select.form-control-sm:not([size]):not([multiple]), .input-group-sm > select.form-control:not([size]):not([multiple]),
.input-group-sm > select.input-group-addon:not([size]):not([multiple]),
.input-group-sm > .input-group-btn > select.btn:not([size]):not([multiple]) {
  height: calc(1.8125rem + 2px); }

.form-control-lg, .input-group-lg > .form-control, #messages #messages-search .input-group-lg > input[type=text],
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.form-control:not([size]):not([multiple]),
.input-group-lg > select.input-group-addon:not([size]):not([multiple]),
.input-group-lg > .input-group-btn > select.btn:not([size]):not([multiple]) {
  height: calc(2.3125rem + 2px); }

.form-group {
  margin-bottom: 1rem; }

.form-text {
  display: block;
  margin-top: 0.25rem; }

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px; }
  .form-row > .col, div.timeline .form-row > .timeline-content, div.timeline .timeline-header.form-row > li, div.timeline .timeline-header > li > ul.form-row > li,
  .form-row > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px; }

.form-check {
  position: relative;
  display: block;
  margin-bottom: 0.5rem; }
  .form-check.disabled .form-check-label {
    color: #6d7274; }

.form-check-label {
  padding-left: 1.25rem;
  margin-bottom: 0; }

.form-check-input {
  position: absolute;
  margin-top: 0.25rem;
  margin-left: -1.25rem; }
  .form-check-input:only-child {
    position: static; }

.form-check-inline {
  display: inline-block; }
  .form-check-inline .form-check-label {
    vertical-align: middle; }
  .form-check-inline + .form-check-inline {
    margin-left: 0.75rem; }

.invalid-feedback {
  display: none;
  margin-top: .25rem;
  font-size: .875rem;
  color: #ff141e; }

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  width: 250px;
  padding: .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(255, 20, 30, 0.8);
  border-radius: .2rem; }

.was-validated .form-control:valid, .was-validated #messages #messages-search input:valid[type=text], #messages #messages-search .was-validated input:valid[type=text], .form-control.is-valid, #messages #messages-search input.is-valid[type=text], .was-validated
.custom-select:valid,
.custom-select.is-valid {
  border-color: #77b62c; }
  .was-validated .form-control:valid:focus, .was-validated #messages #messages-search input:valid:focus[type=text], #messages #messages-search .was-validated input:valid:focus[type=text], .form-control.is-valid:focus, #messages #messages-search input.is-valid:focus[type=text], .was-validated
  .custom-select:valid:focus,
  .custom-select.is-valid:focus {
    box-shadow: 0 0 0 0.2rem rgba(119, 182, 44, 0.25); }
  .was-validated .form-control:valid ~ .invalid-feedback, .was-validated #messages #messages-search input:valid[type=text] ~ .invalid-feedback, #messages #messages-search .was-validated input:valid[type=text] ~ .invalid-feedback,
  .was-validated .form-control:valid ~ .invalid-tooltip,
  .was-validated #messages #messages-search input:valid[type=text] ~ .invalid-tooltip,
  #messages #messages-search .was-validated input:valid[type=text] ~ .invalid-tooltip, .form-control.is-valid ~ .invalid-feedback, #messages #messages-search input.is-valid[type=text] ~ .invalid-feedback,
  .form-control.is-valid ~ .invalid-tooltip,
  #messages #messages-search input.is-valid[type=text] ~ .invalid-tooltip, .was-validated
  .custom-select:valid ~ .invalid-feedback,
  .was-validated
  .custom-select:valid ~ .invalid-tooltip,
  .custom-select.is-valid ~ .invalid-feedback,
  .custom-select.is-valid ~ .invalid-tooltip {
    display: block; }

.was-validated .form-check-input:valid + .form-check-label, .form-check-input.is-valid + .form-check-label {
  color: #77b62c; }

.was-validated .custom-control-input:valid ~ .custom-control-indicator, .custom-control-input.is-valid ~ .custom-control-indicator {
  background-color: rgba(119, 182, 44, 0.25); }

.was-validated .custom-control-input:valid ~ .custom-control-description, .custom-control-input.is-valid ~ .custom-control-description {
  color: #77b62c; }

.was-validated .custom-file-input:valid ~ .custom-file-control, .custom-file-input.is-valid ~ .custom-file-control {
  border-color: #77b62c; }
  .was-validated .custom-file-input:valid ~ .custom-file-control::before, .custom-file-input.is-valid ~ .custom-file-control::before {
    border-color: inherit; }

.was-validated .custom-file-input:valid:focus, .custom-file-input.is-valid:focus {
  box-shadow: 0 0 0 0.2rem rgba(119, 182, 44, 0.25); }

.was-validated .form-control:invalid, .was-validated #messages #messages-search input:invalid[type=text], #messages #messages-search .was-validated input:invalid[type=text], .form-control.is-invalid, #messages #messages-search input.is-invalid[type=text], .was-validated
.custom-select:invalid,
.custom-select.is-invalid {
  border-color: #ff141e; }
  .was-validated .form-control:invalid:focus, .was-validated #messages #messages-search input:invalid:focus[type=text], #messages #messages-search .was-validated input:invalid:focus[type=text], .form-control.is-invalid:focus, #messages #messages-search input.is-invalid:focus[type=text], .was-validated
  .custom-select:invalid:focus,
  .custom-select.is-invalid:focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 20, 30, 0.25); }
  .was-validated .form-control:invalid ~ .invalid-feedback, .was-validated #messages #messages-search input:invalid[type=text] ~ .invalid-feedback, #messages #messages-search .was-validated input:invalid[type=text] ~ .invalid-feedback,
  .was-validated .form-control:invalid ~ .invalid-tooltip,
  .was-validated #messages #messages-search input:invalid[type=text] ~ .invalid-tooltip,
  #messages #messages-search .was-validated input:invalid[type=text] ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback, #messages #messages-search input.is-invalid[type=text] ~ .invalid-feedback,
  .form-control.is-invalid ~ .invalid-tooltip,
  #messages #messages-search input.is-invalid[type=text] ~ .invalid-tooltip, .was-validated
  .custom-select:invalid ~ .invalid-feedback,
  .was-validated
  .custom-select:invalid ~ .invalid-tooltip,
  .custom-select.is-invalid ~ .invalid-feedback,
  .custom-select.is-invalid ~ .invalid-tooltip {
    display: block; }

.was-validated .form-check-input:invalid + .form-check-label, .form-check-input.is-invalid + .form-check-label {
  color: #ff141e; }

.was-validated .custom-control-input:invalid ~ .custom-control-indicator, .custom-control-input.is-invalid ~ .custom-control-indicator {
  background-color: rgba(255, 20, 30, 0.25); }

.was-validated .custom-control-input:invalid ~ .custom-control-description, .custom-control-input.is-invalid ~ .custom-control-description {
  color: #ff141e; }

.was-validated .custom-file-input:invalid ~ .custom-file-control, .custom-file-input.is-invalid ~ .custom-file-control {
  border-color: #ff141e; }
  .was-validated .custom-file-input:invalid ~ .custom-file-control::before, .custom-file-input.is-invalid ~ .custom-file-control::before {
    border-color: inherit; }

.was-validated .custom-file-input:invalid:focus, .custom-file-input.is-invalid:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 20, 30, 0.25); }

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center; }
  .form-inline .form-check {
    width: 100%; }
  @media (min-width: 576px) {
    .form-inline label {
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 0; }
    .form-inline .form-group {
      display: flex;
      flex: 0 0 auto;
      flex-flow: row wrap;
      align-items: center;
      margin-bottom: 0; }
    .form-inline .form-control, .form-inline #messages #messages-search input[type=text], #messages #messages-search .form-inline input[type=text] {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .form-inline .form-control-plaintext {
      display: inline-block; }
    .form-inline .input-group {
      width: auto; }
    .form-inline .form-control-label {
      margin-bottom: 0;
      vertical-align: middle; }
    .form-inline .form-check {
      display: flex;
      align-items: center;
      justify-content: center;
      width: auto;
      margin-top: 0;
      margin-bottom: 0; }
    .form-inline .form-check-label {
      padding-left: 0; }
    .form-inline .form-check-input {
      position: relative;
      margin-top: 0;
      margin-right: 0.25rem;
      margin-left: 0; }
    .form-inline .custom-control {
      display: flex;
      align-items: center;
      justify-content: center;
      padding-left: 0; }
    .form-inline .custom-control-indicator {
      position: static;
      display: inline-block;
      margin-right: 0.25rem;
      vertical-align: text-bottom; }
    .form-inline .has-feedback .form-control-feedback {
      top: 0; } }

.btn {
  display: inline-block;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.5rem 0.75rem;
  font-size: 1rem;
  line-height: 1.25;
  border-radius: 0.25rem;
  transition: all 0.15s ease-in-out; }
  .btn:focus, .btn:hover {
    text-decoration: none; }
  .btn:focus, .btn.focus {
    outline: 0;
    box-shadow: 0 0 0 3px rgba(0, 169, 224, 0.25); }
  .btn.disabled, .btn:disabled {
    opacity: .65; }
  .btn:active, .btn.active {
    background-image: none; }

a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none; }

.btn-primary, .field-selector .btn.active {
  color: #fff;
  background-color: #00a9e0;
  border-color: #00a9e0; }
  .btn-primary:hover, .field-selector .btn.active:hover {
    color: #fff;
    background-color: #008cba;
    border-color: #0083ad; }
  .btn-primary:focus, .field-selector .btn.active:focus, .btn-primary.focus, .field-selector .focus.btn.active {
    box-shadow: 0 0 0 3px rgba(0, 169, 224, 0.5); }
  .btn-primary.disabled, .field-selector .disabled.btn.active, .btn-primary:disabled, .field-selector .btn.active:disabled {
    background-color: #00a9e0;
    border-color: #00a9e0; }
  .btn-primary:active, .field-selector .btn.active:active, .btn-primary.active, .field-selector .active.btn,
  .show > .btn-primary.dropdown-toggle,
  .field-selector .show > .dropdown-toggle.btn.active {
    background-color: #008cba;
    background-image: none;
    border-color: #0083ad; }

.btn-secondary {
  color: #fff;
  background-color: #6d7274;
  border-color: #6d7274; }
  .btn-secondary:hover {
    color: #fff;
    background-color: #5a5e61;
    border-color: #54585a; }
  .btn-secondary:focus, .btn-secondary.focus {
    box-shadow: 0 0 0 3px rgba(109, 114, 116, 0.5); }
  .btn-secondary.disabled, .btn-secondary:disabled {
    background-color: #6d7274;
    border-color: #6d7274; }
  .btn-secondary:active, .btn-secondary.active,
  .show > .btn-secondary.dropdown-toggle {
    background-color: #5a5e61;
    background-image: none;
    border-color: #54585a; }

.btn-success {
  color: #fff;
  background-color: #77b62c;
  border-color: #77b62c; }
  .btn-success:hover {
    color: #fff;
    background-color: #639825;
    border-color: #5c8d22; }
  .btn-success:focus, .btn-success.focus {
    box-shadow: 0 0 0 3px rgba(119, 182, 44, 0.5); }
  .btn-success.disabled, .btn-success:disabled {
    background-color: #77b62c;
    border-color: #77b62c; }
  .btn-success:active, .btn-success.active,
  .show > .btn-success.dropdown-toggle {
    background-color: #639825;
    background-image: none;
    border-color: #5c8d22; }

.btn-info {
  color: #fff;
  background-color: #00a9e0;
  border-color: #00a9e0; }
  .btn-info:hover {
    color: #fff;
    background-color: #008cba;
    border-color: #0083ad; }
  .btn-info:focus, .btn-info.focus {
    box-shadow: 0 0 0 3px rgba(0, 169, 224, 0.5); }
  .btn-info.disabled, .btn-info:disabled {
    background-color: #00a9e0;
    border-color: #00a9e0; }
  .btn-info:active, .btn-info.active,
  .show > .btn-info.dropdown-toggle {
    background-color: #008cba;
    background-image: none;
    border-color: #0083ad; }

.btn-warning {
  color: #111;
  background-color: #f5a800;
  border-color: #f5a800; }
  .btn-warning:hover {
    color: #111;
    background-color: #cf8e00;
    border-color: #c28500; }
  .btn-warning:focus, .btn-warning.focus {
    box-shadow: 0 0 0 3px rgba(245, 168, 0, 0.5); }
  .btn-warning.disabled, .btn-warning:disabled {
    background-color: #f5a800;
    border-color: #f5a800; }
  .btn-warning:active, .btn-warning.active,
  .show > .btn-warning.dropdown-toggle {
    background-color: #cf8e00;
    background-image: none;
    border-color: #c28500; }

.btn-danger {
  color: #fff;
  background-color: #ff141e;
  border-color: #ff141e; }
  .btn-danger:hover {
    color: #fff;
    background-color: #ed000a;
    border-color: #e0000a; }
  .btn-danger:focus, .btn-danger.focus {
    box-shadow: 0 0 0 3px rgba(255, 20, 30, 0.5); }
  .btn-danger.disabled, .btn-danger:disabled {
    background-color: #ff141e;
    border-color: #ff141e; }
  .btn-danger:active, .btn-danger.active,
  .show > .btn-danger.dropdown-toggle {
    background-color: #ed000a;
    background-image: none;
    border-color: #e0000a; }

.btn-light {
  color: #111;
  background-color: #eff0f1;
  border-color: #eff0f1; }
  .btn-light:hover {
    color: #111;
    background-color: #dcddde;
    border-color: #d5d7d8; }
  .btn-light:focus, .btn-light.focus {
    box-shadow: 0 0 0 3px rgba(239, 240, 241, 0.5); }
  .btn-light.disabled, .btn-light:disabled {
    background-color: #eff0f1;
    border-color: #eff0f1; }
  .btn-light:active, .btn-light.active,
  .show > .btn-light.dropdown-toggle {
    background-color: #dcddde;
    background-image: none;
    border-color: #d5d7d8; }

.btn-dark {
  color: #fff;
  background-color: #3b3e40;
  border-color: #3b3e40; }
  .btn-dark:hover {
    color: #fff;
    background-color: #292b2c;
    border-color: #232425; }
  .btn-dark:focus, .btn-dark.focus {
    box-shadow: 0 0 0 3px rgba(59, 62, 64, 0.5); }
  .btn-dark.disabled, .btn-dark:disabled {
    background-color: #3b3e40;
    border-color: #3b3e40; }
  .btn-dark:active, .btn-dark.active,
  .show > .btn-dark.dropdown-toggle {
    background-color: #292b2c;
    background-image: none;
    border-color: #232425; }

.btn-outline-primary {
  color: #00a9e0;
  background-color: transparent;
  background-image: none;
  border-color: #00a9e0; }
  .btn-outline-primary:hover {
    color: #fff;
    background-color: #00a9e0;
    border-color: #00a9e0; }
  .btn-outline-primary:focus, .btn-outline-primary.focus {
    box-shadow: 0 0 0 3px rgba(0, 169, 224, 0.5); }
  .btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #00a9e0;
    background-color: transparent; }
  .btn-outline-primary:active, .btn-outline-primary.active,
  .show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #00a9e0;
    border-color: #00a9e0; }

.btn-outline-secondary {
  color: #6d7274;
  background-color: transparent;
  background-image: none;
  border-color: #6d7274; }
  .btn-outline-secondary:hover {
    color: #fff;
    background-color: #6d7274;
    border-color: #6d7274; }
  .btn-outline-secondary:focus, .btn-outline-secondary.focus {
    box-shadow: 0 0 0 3px rgba(109, 114, 116, 0.5); }
  .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #6d7274;
    background-color: transparent; }
  .btn-outline-secondary:active, .btn-outline-secondary.active,
  .show > .btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #6d7274;
    border-color: #6d7274; }

.btn-outline-success {
  color: #77b62c;
  background-color: transparent;
  background-image: none;
  border-color: #77b62c; }
  .btn-outline-success:hover {
    color: #fff;
    background-color: #77b62c;
    border-color: #77b62c; }
  .btn-outline-success:focus, .btn-outline-success.focus {
    box-shadow: 0 0 0 3px rgba(119, 182, 44, 0.5); }
  .btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #77b62c;
    background-color: transparent; }
  .btn-outline-success:active, .btn-outline-success.active,
  .show > .btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #77b62c;
    border-color: #77b62c; }

.btn-outline-info {
  color: #00a9e0;
  background-color: transparent;
  background-image: none;
  border-color: #00a9e0; }
  .btn-outline-info:hover {
    color: #fff;
    background-color: #00a9e0;
    border-color: #00a9e0; }
  .btn-outline-info:focus, .btn-outline-info.focus {
    box-shadow: 0 0 0 3px rgba(0, 169, 224, 0.5); }
  .btn-outline-info.disabled, .btn-outline-info:disabled {
    color: #00a9e0;
    background-color: transparent; }
  .btn-outline-info:active, .btn-outline-info.active,
  .show > .btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #00a9e0;
    border-color: #00a9e0; }

.btn-outline-warning {
  color: #f5a800;
  background-color: transparent;
  background-image: none;
  border-color: #f5a800; }
  .btn-outline-warning:hover {
    color: #fff;
    background-color: #f5a800;
    border-color: #f5a800; }
  .btn-outline-warning:focus, .btn-outline-warning.focus {
    box-shadow: 0 0 0 3px rgba(245, 168, 0, 0.5); }
  .btn-outline-warning.disabled, .btn-outline-warning:disabled {
    color: #f5a800;
    background-color: transparent; }
  .btn-outline-warning:active, .btn-outline-warning.active,
  .show > .btn-outline-warning.dropdown-toggle {
    color: #fff;
    background-color: #f5a800;
    border-color: #f5a800; }

.btn-outline-danger {
  color: #ff141e;
  background-color: transparent;
  background-image: none;
  border-color: #ff141e; }
  .btn-outline-danger:hover {
    color: #fff;
    background-color: #ff141e;
    border-color: #ff141e; }
  .btn-outline-danger:focus, .btn-outline-danger.focus {
    box-shadow: 0 0 0 3px rgba(255, 20, 30, 0.5); }
  .btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #ff141e;
    background-color: transparent; }
  .btn-outline-danger:active, .btn-outline-danger.active,
  .show > .btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #ff141e;
    border-color: #ff141e; }

.btn-outline-light, .dt-buttons .btn-secondary {
  color: #eff0f1;
  background-color: transparent;
  background-image: none;
  border-color: #eff0f1; }
  .btn-outline-light:hover, .dt-buttons .btn-secondary:hover {
    color: #fff;
    background-color: #eff0f1;
    border-color: #eff0f1; }
  .btn-outline-light:focus, .dt-buttons .btn-secondary:focus, .btn-outline-light.focus, .dt-buttons .focus.btn-secondary {
    box-shadow: 0 0 0 3px rgba(239, 240, 241, 0.5); }
  .btn-outline-light.disabled, .dt-buttons .disabled.btn-secondary, .btn-outline-light:disabled, .dt-buttons .btn-secondary:disabled {
    color: #eff0f1;
    background-color: transparent; }
  .btn-outline-light:active, .dt-buttons .btn-secondary:active, .btn-outline-light.active, .dt-buttons .active.btn-secondary,
  .show > .btn-outline-light.dropdown-toggle,
  .dt-buttons .show > .dropdown-toggle.btn-secondary {
    color: #fff;
    background-color: #eff0f1;
    border-color: #eff0f1; }

.btn-outline-dark {
  color: #3b3e40;
  background-color: transparent;
  background-image: none;
  border-color: #3b3e40; }
  .btn-outline-dark:hover {
    color: #fff;
    background-color: #3b3e40;
    border-color: #3b3e40; }
  .btn-outline-dark:focus, .btn-outline-dark.focus {
    box-shadow: 0 0 0 3px rgba(59, 62, 64, 0.5); }
  .btn-outline-dark.disabled, .btn-outline-dark:disabled {
    color: #3b3e40;
    background-color: transparent; }
  .btn-outline-dark:active, .btn-outline-dark.active,
  .show > .btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #3b3e40;
    border-color: #3b3e40; }

.btn-link {
  font-weight: normal;
  color: #00a9e0;
  border-radius: 0; }
  .btn-link, .btn-link:active, .btn-link.active, .btn-link:disabled {
    background-color: transparent; }
  .btn-link, .btn-link:focus, .btn-link:active {
    border-color: transparent;
    box-shadow: none; }
  .btn-link:hover {
    border-color: transparent; }
  .btn-link:focus, .btn-link:hover {
    color: #006f94;
    text-decoration: underline;
    background-color: transparent; }
  .btn-link:disabled {
    color: #6d7274; }
    .btn-link:disabled:focus, .btn-link:disabled:hover {
      text-decoration: none; }

.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

.btn-block {
  display: block;
  width: 100%; }

.btn-block + .btn-block {
  margin-top: 0.5rem; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

.fade {
  opacity: 0;
  transition: opacity 0.15s linear; }
  .fade.show {
    opacity: 1; }

.collapse {
  display: none; }
  .collapse.show {
    display: block; }

tr.collapse.show {
  display: table-row; }

tbody.collapse.show {
  display: table-row-group; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease; }

.dropup,
.dropdown {
  position: relative; }

.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent; }

.dropdown-toggle:empty::after {
  margin-left: 0; }

.dropup .dropdown-menu, .dropup .tokenfield .twitter-typeahead .tt-menu, .tokenfield .twitter-typeahead .dropup .tt-menu {
  margin-top: 0;
  margin-bottom: 0.125rem; }

.dropup .dropdown-toggle::after {
  border-top: 0;
  border-bottom: 0.3em solid; }

.dropdown-menu, .tokenfield .twitter-typeahead .tt-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #232425;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem; }

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #d5d7d8; }

.dropdown-item, .hovermenu ul li, .bootstrap-select .dropdown-menu li a, .bootstrap-select .tokenfield .twitter-typeahead .tt-menu li a, .tokenfield .twitter-typeahead .bootstrap-select .tt-menu li a, .tokenfield .twitter-typeahead .tt-suggestion {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: normal;
  color: #232425;
  text-align: inherit;
  white-space: nowrap;
  background: none;
  border: 0; }
  .dropdown-item:focus, .hovermenu ul li:focus, .bootstrap-select .dropdown-menu li a:focus, .bootstrap-select .tokenfield .twitter-typeahead .tt-menu li a:focus, .tokenfield .twitter-typeahead .bootstrap-select .tt-menu li a:focus, .tokenfield .twitter-typeahead .tt-suggestion:focus, .dropdown-item:hover, .hovermenu ul li:hover, .bootstrap-select .dropdown-menu li a:hover, .bootstrap-select .tokenfield .twitter-typeahead .tt-menu li a:hover, .tokenfield .twitter-typeahead .bootstrap-select .tt-menu li a:hover, .tokenfield .twitter-typeahead .tt-suggestion:hover {
    color: #161818;
    text-decoration: none;
    background-color: #eff0f1; }
  .dropdown-item.active, .hovermenu ul li.active, .bootstrap-select .dropdown-menu li a.active, .bootstrap-select .tokenfield .twitter-typeahead .tt-menu li a.active, .tokenfield .twitter-typeahead .bootstrap-select .tt-menu li a.active, .tokenfield .twitter-typeahead .active.tt-suggestion, .tokenfield .twitter-typeahead .tt-suggestion.tt-cursor, .dropdown-item:active, .hovermenu ul li:active, .bootstrap-select .dropdown-menu li a:active, .bootstrap-select .tokenfield .twitter-typeahead .tt-menu li a:active, .tokenfield .twitter-typeahead .bootstrap-select .tt-menu li a:active, .tokenfield .twitter-typeahead .tt-suggestion:active {
    color: #fff;
    text-decoration: none;
    background-color: #00a9e0; }
  .dropdown-item.disabled, .hovermenu ul li.disabled, .bootstrap-select .dropdown-menu li a.disabled, .bootstrap-select .tokenfield .twitter-typeahead .tt-menu li a.disabled, .tokenfield .twitter-typeahead .bootstrap-select .tt-menu li a.disabled, .tokenfield .twitter-typeahead .disabled.tt-suggestion, .dropdown-item:disabled, .hovermenu ul li:disabled, .bootstrap-select .dropdown-menu li a:disabled, .bootstrap-select .tokenfield .twitter-typeahead .tt-menu li a:disabled, .tokenfield .twitter-typeahead .bootstrap-select .tt-menu li a:disabled, .tokenfield .twitter-typeahead .tt-suggestion:disabled {
    color: #6d7274;
    background-color: transparent; }

.show > a {
  outline: 0; }

.dropdown-menu.show, .tokenfield .twitter-typeahead .show.tt-menu {
  display: block; }

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6d7274;
  white-space: nowrap; }

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle; }
  .btn-group > .btn,
  .btn-group-vertical > .btn {
    position: relative;
    flex: 0 1 auto;
    margin-bottom: 0; }
    .btn-group > .btn:hover,
    .btn-group-vertical > .btn:hover {
      z-index: 2; }
    .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
    .btn-group-vertical > .btn:focus,
    .btn-group-vertical > .btn:active,
    .btn-group-vertical > .btn.active {
      z-index: 2; }
  .btn-group .btn + .btn,
  .btn-group .btn + .btn-group,
  .btn-group .btn-group + .btn,
  .btn-group .btn-group + .btn-group,
  .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-left: -1px; }

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; }
  .btn-toolbar .input-group {
    width: auto; }

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0; }

.btn-group > .btn:first-child {
  margin-left: 0; }
  .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group > .btn-group {
  float: left; }

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0; }

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.btn + .dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem; }
  .btn + .dropdown-toggle-split::after {
    margin-left: 0; }

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem; }

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem; }

.btn-group-vertical {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center; }
  .btn-group-vertical .btn,
  .btn-group-vertical .btn-group {
    width: 100%; }
  .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-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0; }

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none; }

.input-group {
  position: relative;
  display: flex;
  width: 100%; }
  .input-group .form-control, .input-group #messages #messages-search input[type=text], #messages #messages-search .input-group input[type=text] {
    position: relative;
    z-index: 2;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0; }
    .input-group .form-control:focus, .input-group #messages #messages-search input:focus[type=text], #messages #messages-search .input-group input:focus[type=text], .input-group .form-control:active, .input-group #messages #messages-search input:active[type=text], #messages #messages-search .input-group input:active[type=text], .input-group .form-control:hover, .input-group #messages #messages-search input:hover[type=text], #messages #messages-search .input-group input:hover[type=text] {
      z-index: 3; }

.input-group-addon,
.input-group-btn, .input-group .form-control, .input-group #messages #messages-search input[type=text], #messages #messages-search .input-group input[type=text] {
  display: flex;
  align-items: center; }
  .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),
  .input-group #messages #messages-search input:not(:first-child):not(:last-child)[type=text],
  #messages #messages-search .input-group input:not(:first-child):not(:last-child)[type=text] {
    border-radius: 0; }

.input-group-addon,
.input-group-btn {
  white-space: nowrap;
  vertical-align: middle; }

.input-group-addon {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.25;
  color: #54585a;
  text-align: center;
  background-color: #d5d7d8;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem; }
  .input-group-addon.form-control-sm, #messages #messages-search .input-group-sm > input.input-group-addon[type=text],
  .input-group-sm > .input-group-addon,
  .input-group-sm > .input-group-btn > .input-group-addon.btn {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    border-radius: 0.2rem; }
  .input-group-addon.form-control-lg, #messages #messages-search .input-group-lg > input.input-group-addon[type=text],
  .input-group-lg > .input-group-addon,
  .input-group-lg > .input-group-btn > .input-group-addon.btn {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    border-radius: 0.3rem; }
  .input-group-addon input[type="radio"],
  .input-group-addon input[type="checkbox"] {
    margin-top: 0; }

.input-group .form-control:not(:last-child), .input-group #messages #messages-search input:not(:last-child)[type=text], #messages #messages-search .input-group input:not(:last-child)[type=text],
.input-group-addon:not(:last-child),
.input-group-btn:not(:last-child) > .btn,
.input-group-btn:not(:last-child) > .btn-group > .btn,
.input-group-btn:not(:last-child) > .dropdown-toggle,
.input-group-btn:not(:first-child) > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:not(:first-child) > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.input-group-addon:not(:last-child) {
  border-right: 0; }

.input-group .form-control:not(:first-child), .input-group #messages #messages-search input:not(:first-child)[type=text], #messages #messages-search .input-group input:not(:first-child)[type=text],
.input-group-addon:not(:first-child),
.input-group-btn:not(:first-child) > .btn,
.input-group-btn:not(:first-child) > .btn-group > .btn,
.input-group-btn:not(:first-child) > .dropdown-toggle,
.input-group-btn:not(:last-child) > .btn:not(:first-child),
.input-group-btn:not(:last-child) > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.form-control + .input-group-addon:not(:first-child), #messages #messages-search input[type=text] + .input-group-addon:not(:first-child) {
  border-left: 0; }

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap; }
  .input-group-btn > .btn {
    position: relative; }
    .input-group-btn > .btn + .btn {
      margin-left: -1px; }
    .input-group-btn > .btn:focus, .input-group-btn > .btn:active, .input-group-btn > .btn:hover {
      z-index: 3; }
  .input-group-btn:not(:last-child) > .btn,
  .input-group-btn:not(:last-child) > .btn-group {
    margin-right: -1px; }
  .input-group-btn:not(:first-child) > .btn,
  .input-group-btn:not(:first-child) > .btn-group {
    z-index: 2;
    margin-left: -1px; }
    .input-group-btn:not(:first-child) > .btn:focus, .input-group-btn:not(:first-child) > .btn:active, .input-group-btn:not(:first-child) > .btn:hover,
    .input-group-btn:not(:first-child) > .btn-group:focus,
    .input-group-btn:not(:first-child) > .btn-group:active,
    .input-group-btn:not(:first-child) > .btn-group:hover {
      z-index: 3; }

.custom-control {
  position: relative;
  display: inline-flex;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-indicator {
    color: #fff;
    background-color: #00a9e0; }
  .custom-control-input:focus ~ .custom-control-indicator {
    box-shadow: 0 0 0 1px #fff, 0 0 0 3px #00a9e0; }
  .custom-control-input:active ~ .custom-control-indicator {
    color: #fff;
    background-color: #94e5ff; }
  .custom-control-input:disabled ~ .custom-control-indicator {
    background-color: #d5d7d8; }
  .custom-control-input:disabled ~ .custom-control-description {
    color: #6d7274; }

.custom-control-indicator {
  position: absolute;
  top: 0.25rem;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  user-select: none;
  background-color: #ddd;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%; }

.custom-checkbox .custom-control-indicator {
  border-radius: 0.25rem; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-indicator {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-indicator {
  background-color: #00a9e0;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E"); }

.custom-radio .custom-control-indicator {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-indicator {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E"); }

.custom-controls-stacked {
  display: flex;
  flex-direction: column; }
  .custom-controls-stacked .custom-control {
    margin-bottom: 0.25rem; }
    .custom-controls-stacked .custom-control + .custom-control {
      margin-left: 0; }

.custom-select {
  display: inline-block;
  max-width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.25;
  color: #54585a;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 8px 10px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
  appearance: none; }
  .custom-select:focus {
    border-color: #61d8ff;
    outline: none; }
    .custom-select:focus::-ms-value {
      color: #54585a;
      background-color: #fff; }
  .custom-select:disabled {
    color: #6d7274;
    background-color: #d5d7d8; }
  .custom-select::-ms-expand {
    opacity: 0; }

.custom-select-sm {
  height: calc(1.8125rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 75%; }

.custom-file {
  position: relative;
  display: inline-block;
  max-width: 100%;
  height: 2.5rem;
  margin-bottom: 0; }

.custom-file-input {
  min-width: 14rem;
  max-width: 100%;
  height: 2.5rem;
  margin: 0;
  opacity: 0; }

.custom-file-control {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 5;
  height: 2.5rem;
  padding: 0.5rem 1rem;
  line-height: 1.5;
  color: #54585a;
  pointer-events: none;
  user-select: none;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem; }
  .custom-file-control:lang(en):empty::after {
    content: "Choose file..."; }
  .custom-file-control::before {
    position: absolute;
    top: -1px;
    right: -1px;
    bottom: -1px;
    z-index: 6;
    display: block;
    height: 2.5rem;
    padding: 0.5rem 1rem;
    line-height: 1.5;
    color: #54585a;
    background-color: #d5d7d8;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0 0.25rem 0.25rem 0; }
  .custom-file-control:lang(en)::before {
    content: "Browse"; }

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

.nav-link {
  display: block;
  padding: 0.5rem 1rem; }
  .nav-link:focus, .nav-link:hover {
    text-decoration: none; }
  .nav-link.disabled {
    color: #6d7274; }

.nav-tabs {
  border-bottom: 1px solid #ddd; }
  .nav-tabs .nav-item {
    margin-bottom: -1px; }
  .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
    .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
      border-color: #d5d7d8 #d5d7d8 #ddd; }
    .nav-tabs .nav-link.disabled {
      color: #6d7274;
      background-color: transparent;
      border-color: transparent; }
  .nav-tabs .nav-link.active,
  .nav-tabs .nav-item.show .nav-link {
    color: #54585a;
    background-color: #fff;
    border-color: #ddd #ddd #fff; }
  .nav-tabs .dropdown-menu, .nav-tabs .tokenfield .twitter-typeahead .tt-menu, .tokenfield .twitter-typeahead .nav-tabs .tt-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.nav-pills .nav-link {
  border-radius: 0.25rem; }
  .nav-pills .nav-link.active,
  .show > .nav-pills .nav-link {
    color: #fff;
    background-color: #00a9e0; }

.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center; }

.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center; }

.tab-content > .tab-pane {
  display: none; }

.tab-content > .active {
  display: block; }

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem; }
  .navbar > .container,
  .navbar > .container-fluid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between; }

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap; }
  .navbar-brand:focus, .navbar-brand:hover {
    text-decoration: none; }

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }
  .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0; }
  .navbar-nav .dropdown-menu, .navbar-nav .tokenfield .twitter-typeahead .tt-menu, .tokenfield .twitter-typeahead .navbar-nav .tt-menu {
    position: static;
    float: none; }

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem; }

.navbar-collapse {
  flex-basis: 100%;
  align-items: center; }

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem; }
  .navbar-toggler:focus, .navbar-toggler:hover {
    text-decoration: none; }

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%; }

@media (max-width: 575px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start; }
    .navbar-expand-sm .navbar-nav {
      flex-direction: row; }
      .navbar-expand-sm .navbar-nav .dropdown-menu, .navbar-expand-sm .navbar-nav .tokenfield .twitter-typeahead .tt-menu, .tokenfield .twitter-typeahead .navbar-expand-sm .navbar-nav .tt-menu {
        position: absolute; }
      .navbar-expand-sm .navbar-nav .dropdown-menu-right {
        right: 0;
        left: auto; }
      .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem; }
    .navbar-expand-sm > .container,
    .navbar-expand-sm > .container-fluid {
      flex-wrap: nowrap; }
    .navbar-expand-sm .navbar-collapse {
      display: flex !important; }
    .navbar-expand-sm .navbar-toggler {
      display: none; } }

@media (max-width: 767px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 768px) {
  .navbar-expand-md {
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start; }
    .navbar-expand-md .navbar-nav {
      flex-direction: row; }
      .navbar-expand-md .navbar-nav .dropdown-menu, .navbar-expand-md .navbar-nav .tokenfield .twitter-typeahead .tt-menu, .tokenfield .twitter-typeahead .navbar-expand-md .navbar-nav .tt-menu {
        position: absolute; }
      .navbar-expand-md .navbar-nav .dropdown-menu-right {
        right: 0;
        left: auto; }
      .navbar-expand-md .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem; }
    .navbar-expand-md > .container,
    .navbar-expand-md > .container-fluid {
      flex-wrap: nowrap; }
    .navbar-expand-md .navbar-collapse {
      display: flex !important; }
    .navbar-expand-md .navbar-toggler {
      display: none; } }

@media (max-width: 991px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start; }
    .navbar-expand-lg .navbar-nav {
      flex-direction: row; }
      .navbar-expand-lg .navbar-nav .dropdown-menu, .navbar-expand-lg .navbar-nav .tokenfield .twitter-typeahead .tt-menu, .tokenfield .twitter-typeahead .navbar-expand-lg .navbar-nav .tt-menu {
        position: absolute; }
      .navbar-expand-lg .navbar-nav .dropdown-menu-right {
        right: 0;
        left: auto; }
      .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem; }
    .navbar-expand-lg > .container,
    .navbar-expand-lg > .container-fluid {
      flex-wrap: nowrap; }
    .navbar-expand-lg .navbar-collapse {
      display: flex !important; }
    .navbar-expand-lg .navbar-toggler {
      display: none; } }

@media (max-width: 1199px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start; }
    .navbar-expand-xl .navbar-nav {
      flex-direction: row; }
      .navbar-expand-xl .navbar-nav .dropdown-menu, .navbar-expand-xl .navbar-nav .tokenfield .twitter-typeahead .tt-menu, .tokenfield .twitter-typeahead .navbar-expand-xl .navbar-nav .tt-menu {
        position: absolute; }
      .navbar-expand-xl .navbar-nav .dropdown-menu-right {
        right: 0;
        left: auto; }
      .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem; }
    .navbar-expand-xl > .container,
    .navbar-expand-xl > .container-fluid {
      flex-wrap: nowrap; }
    .navbar-expand-xl .navbar-collapse {
      display: flex !important; }
    .navbar-expand-xl .navbar-toggler {
      display: none; } }

.navbar-expand {
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start; }
  .navbar-expand > .container,
  .navbar-expand > .container-fluid {
    padding-right: 0;
    padding-left: 0; }
  .navbar-expand .navbar-nav {
    flex-direction: row; }
    .navbar-expand .navbar-nav .dropdown-menu, .navbar-expand .navbar-nav .tokenfield .twitter-typeahead .tt-menu, .tokenfield .twitter-typeahead .navbar-expand .navbar-nav .tt-menu {
      position: absolute; }
    .navbar-expand .navbar-nav .dropdown-menu-right {
      right: 0;
      left: auto; }
    .navbar-expand .navbar-nav .nav-link {
      padding-right: .5rem;
      padding-left: .5rem; }
  .navbar-expand > .container,
  .navbar-expand > .container-fluid {
    flex-wrap: nowrap; }
  .navbar-expand .navbar-collapse {
    display: flex !important; }
  .navbar-expand .navbar-toggler {
    display: none; }

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9); }
  .navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
    color: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5); }
  .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: rgba(0, 0, 0, 0.7); }
  .navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, 0.3); }

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1); }

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E"); }

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5); }

.navbar-dark .navbar-brand {
  color: white; }
  .navbar-dark .navbar-brand:focus, .navbar-dark .navbar-brand:hover {
    color: white; }

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5); }
  .navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
    color: rgba(255, 255, 255, 0.75); }
  .navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, 0.25); }

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: white; }

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1); }

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E"); }

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5); }

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 0 solid rgba(0, 0, 0, 0.125);
  border-radius: 0; }
  @media (max-width: 480px) {
    .card {
      display: contents;
    }
    .card > button {
      position: relative;
      margin-bottom: 1rem;
    }
    div.data-content-block{
      padding: 0.5rem !important;
    }
   }

.card-body, .field-selector, #platformed .platform-placeholder {
  flex: 1 1 auto;
  padding: 1.25rem; }

.card-title {
  margin-bottom: 0.75rem; }

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0; }

.card-text:last-child {
  margin-bottom: 0; }

.card-link:hover {
  text-decoration: none; }

.card-link + .card-link {
  margin-left: 1.25rem; }

.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 0 solid rgba(0, 0, 0, 0.125); }
  .card-header:first-child {
    border-radius: calc(0 - 0) calc(0 - 0) 0 0; }

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 0 solid rgba(0, 0, 0, 0.125); }
  .card-footer:last-child {
    border-radius: 0 0 calc(0 - 0) calc(0 - 0); }

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0; }

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem; }

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem; }

.card-img {
  width: 100%;
  border-radius: calc(0 - 0); }

.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0 - 0);
  border-top-right-radius: calc(0 - 0); }

.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0 - 0);
  border-bottom-left-radius: calc(0 - 0); }

@media (min-width: 576px) {
  .card-deck {
    display: flex;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px; }
    .card-deck .card {
      display: flex;
      flex: 1 0 0%;
      flex-direction: column;
      margin-right: 15px;
      margin-left: 15px; } }

@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap; }
    .card-group .card {
      flex: 1 0 0%; }
      .card-group .card + .card {
        margin-left: 0;
        border-left: 0; }
      .card-group .card:first-child {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0; }
        .card-group .card:first-child .card-img-top {
          border-top-right-radius: 0; }
        .card-group .card:first-child .card-img-bottom {
          border-bottom-right-radius: 0; }
      .card-group .card:last-child {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0; }
        .card-group .card:last-child .card-img-top {
          border-top-left-radius: 0; }
        .card-group .card:last-child .card-img-bottom {
          border-bottom-left-radius: 0; }
      .card-group .card:not(:first-child):not(:last-child) {
        border-radius: 0; }
        .card-group .card:not(:first-child):not(:last-child) .card-img-top,
        .card-group .card:not(:first-child):not(:last-child) .card-img-bottom {
          border-radius: 0; } }

.card-columns .card {
  margin-bottom: 0.75rem; }

@media (min-width: 576px) {
  .card-columns {
    column-count: 3;
    column-gap: 1.25rem; }
    .card-columns .card {
      display: inline-block;
      width: 100%; } }

.breadcrumb {
  padding: 0.5rem 0;
  margin-bottom: 1rem;
  list-style: none;
  background-color: none;
  border-radius: 0.25rem; }
  .breadcrumb::after {
    display: block;
    clear: both;
    content: ""; }

.breadcrumb-item {
  float: left; }
  .breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    color: #6d7274;
    content: ">"; }
  .breadcrumb-item + .breadcrumb-item:hover::before {
    text-decoration: underline; }
  .breadcrumb-item + .breadcrumb-item:hover::before {
    text-decoration: none; }
  .breadcrumb-item.active {
    color: #6d7274; }

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem; }

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem; }

.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem; }

.page-item.active .page-link {
  z-index: 2;
  color: #fff;
  background-color: #00a9e0;
  border-color: #00a9e0; }

.page-item.disabled .page-link {
  color: #6d7274;
  pointer-events: none;
  background-color: #fff;
  border-color: #ddd; }

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #00a9e0;
  background-color: #fff;
  border: 1px solid #ddd; }
  .page-link:focus, .page-link:hover {
    color: #006f94;
    text-decoration: none;
    background-color: #d5d7d8;
    border-color: #ddd; }

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5; }

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem; }

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem; }

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5; }

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem; }

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem; }

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem; }
  .badge:empty {
    display: none; }

.btn .badge {
  position: relative;
  top: -1px; }

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem; }

.badge-primary {
  color: #fff;
  background-color: #00a9e0; }
  .badge-primary[href]:focus, .badge-primary[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #0083ad; }

.badge-secondary {
  color: #fff;
  background-color: #6d7274; }
  .badge-secondary[href]:focus, .badge-secondary[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #54585a; }

.badge-success {
  color: #fff;
  background-color: #77b62c; }
  .badge-success[href]:focus, .badge-success[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #5c8d22; }

.badge-info {
  color: #fff;
  background-color: #00a9e0; }
  .badge-info[href]:focus, .badge-info[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #0083ad; }

.badge-warning {
  color: #111;
  background-color: #f5a800; }
  .badge-warning[href]:focus, .badge-warning[href]:hover {
    color: #111;
    text-decoration: none;
    background-color: #c28500; }

.badge-danger {
  color: #fff;
  background-color: #ff141e; }
  .badge-danger[href]:focus, .badge-danger[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #e0000a; }

.badge-light {
  color: #111;
  background-color: #eff0f1; }
  .badge-light[href]:focus, .badge-light[href]:hover {
    color: #111;
    text-decoration: none;
    background-color: #d5d7d8; }

.badge-dark {
  color: #fff;
  background-color: #3b3e40; }
  .badge-dark[href]:focus, .badge-dark[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #232425; }

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #d5d7d8;
  border-radius: 0.3rem; }
  @media (min-width: 576px) {
    .jumbotron {
      padding: 4rem 2rem; } }

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0; }

.alert, div.error, div.success, div.infobox {
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem; }

.alert-heading {
  color: inherit; }

.alert-link {
  font-weight: bold; }

.alert-dismissible .close {
  position: relative;
  top: -0.75rem;
  right: -1.25rem;
  padding: 0.75rem 1.25rem;
  color: inherit; }

.alert-primary {
  color: #005874;
  background-color: #cceef9;
  border-color: #b8e7f6; }
  .alert-primary hr {
    border-top-color: #a1dff3; }
  .alert-primary .alert-link {
    color: #003141; }

.alert-secondary {
  color: #383b3d;
  background-color: #e2e3e3;
  border-color: #d6d7d8; }
  .alert-secondary hr {
    border-top-color: #c9cacc; }
  .alert-secondary .alert-link {
    color: #202122; }

.alert-success, div.success {
  color: #3e5f17;
  background-color: #e4f0d5;
  border-color: #d9ebc4; }
  .alert-success hr, div.success hr {
    border-top-color: #cde5b1; }
  .alert-success .alert-link, div.success .alert-link {
    color: #23360d; }

.alert-info, div.infobox {
  color: #005874;
  background-color: #cceef9;
  border-color: #b8e7f6; }
  .alert-info hr, div.infobox hr {
    border-top-color: #a1dff3; }
  .alert-info .alert-link, div.infobox .alert-link {
    color: #003141; }

.alert-warning {
  color: #7f5700;
  background-color: #fdeecc;
  border-color: #fce7b8; }
  .alert-warning hr {
    border-top-color: #fbdfa0; }
  .alert-warning .alert-link {
    color: #4c3400; }

.alert-danger, div.error {
  color: #850a10;
  background-color: #ffd0d2;
  border-color: #ffbdc0; }
  .alert-danger hr, div.error hr {
    border-top-color: #ffa4a8; }
  .alert-danger .alert-link, div.error .alert-link {
    color: #56060a; }

.alert-light {
  color: #7d7d7d;
  background-color: #fcfcfc;
  border-color: #fbfbfb; }
  .alert-light hr {
    border-top-color: #eeeeee; }
  .alert-light .alert-link {
    color: #646464; }

.alert-dark {
  color: #1f2021;
  background-color: #d8d8d9;
  border-color: #c8c9c9; }
  .alert-dark hr {
    border-top-color: #bbbcbc; }
  .alert-dark .alert-link {
    color: #060707; }

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0; }
  to {
    background-position: 0 0; } }

.progress {
  display: flex;
  overflow: hidden;
  font-size: 0.75rem;
  line-height: 1rem;
  text-align: center;
  background-color: #d5d7d8;
  border-radius: 0.25rem; }

.progress-bar {
  height: 1rem;
  line-height: 1rem;
  color: #fff;
  background-color: #00a9e0;
  transition: width 0.6s ease; }

.progress-bar-striped {
  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: 1rem 1rem; }

.progress-bar-animated {
  animation: progress-bar-stripes 1s linear infinite; }

.media {
  display: flex;
  align-items: flex-start; }

.media-body {
  flex: 1; }

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0; }

.list-group-item-action {
  width: 100%;
  color: #54585a;
  text-align: inherit; }
  .list-group-item-action:focus, .list-group-item-action:hover {
    color: #54585a;
    text-decoration: none;
    background-color: #eff0f1; }
  .list-group-item-action:active {
    color: #232425;
    background-color: #d5d7d8; }

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125); }
  .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
  .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem; }
  .list-group-item:focus, .list-group-item:hover {
    text-decoration: none; }
  .list-group-item.disabled, .list-group-item:disabled {
    color: #6d7274;
    background-color: #fff; }
  .list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #00a9e0;
    border-color: #00a9e0; }

.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0; }

.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0; }

.list-group-flush:last-child .list-group-item:last-child {
  border-bottom: 0; }

.list-group-item-primary {
  color: #005874;
  background-color: #b8e7f6; }

a.list-group-item-primary,
button.list-group-item-primary {
  color: #005874; }
  a.list-group-item-primary:focus, a.list-group-item-primary:hover,
  button.list-group-item-primary:focus,
  button.list-group-item-primary:hover {
    color: #005874;
    background-color: #a1dff3; }
  a.list-group-item-primary.active,
  button.list-group-item-primary.active {
    color: #fff;
    background-color: #005874;
    border-color: #005874; }

.list-group-item-secondary {
  color: #383b3d;
  background-color: #d6d7d8; }

a.list-group-item-secondary,
button.list-group-item-secondary {
  color: #383b3d; }
  a.list-group-item-secondary:focus, a.list-group-item-secondary:hover,
  button.list-group-item-secondary:focus,
  button.list-group-item-secondary:hover {
    color: #383b3d;
    background-color: #c9cacc; }
  a.list-group-item-secondary.active,
  button.list-group-item-secondary.active {
    color: #fff;
    background-color: #383b3d;
    border-color: #383b3d; }

.list-group-item-success {
  color: #3e5f17;
  background-color: #d9ebc4; }

a.list-group-item-success,
button.list-group-item-success {
  color: #3e5f17; }
  a.list-group-item-success:focus, a.list-group-item-success:hover,
  button.list-group-item-success:focus,
  button.list-group-item-success:hover {
    color: #3e5f17;
    background-color: #cde5b1; }
  a.list-group-item-success.active,
  button.list-group-item-success.active {
    color: #fff;
    background-color: #3e5f17;
    border-color: #3e5f17; }

.list-group-item-info {
  color: #005874;
  background-color: #b8e7f6; }

a.list-group-item-info,
button.list-group-item-info {
  color: #005874; }
  a.list-group-item-info:focus, a.list-group-item-info:hover,
  button.list-group-item-info:focus,
  button.list-group-item-info:hover {
    color: #005874;
    background-color: #a1dff3; }
  a.list-group-item-info.active,
  button.list-group-item-info.active {
    color: #fff;
    background-color: #005874;
    border-color: #005874; }

.list-group-item-warning {
  color: #7f5700;
  background-color: #fce7b8; }

a.list-group-item-warning,
button.list-group-item-warning {
  color: #7f5700; }
  a.list-group-item-warning:focus, a.list-group-item-warning:hover,
  button.list-group-item-warning:focus,
  button.list-group-item-warning:hover {
    color: #7f5700;
    background-color: #fbdfa0; }
  a.list-group-item-warning.active,
  button.list-group-item-warning.active {
    color: #fff;
    background-color: #7f5700;
    border-color: #7f5700; }

.list-group-item-danger {
  color: #850a10;
  background-color: #ffbdc0; }

a.list-group-item-danger,
button.list-group-item-danger {
  color: #850a10; }
  a.list-group-item-danger:focus, a.list-group-item-danger:hover,
  button.list-group-item-danger:focus,
  button.list-group-item-danger:hover {
    color: #850a10;
    background-color: #ffa4a8; }
  a.list-group-item-danger.active,
  button.list-group-item-danger.active {
    color: #fff;
    background-color: #850a10;
    border-color: #850a10; }

.list-group-item-light {
  color: #7d7d7d;
  background-color: #fbfbfb; }

a.list-group-item-light,
button.list-group-item-light {
  color: #7d7d7d; }
  a.list-group-item-light:focus, a.list-group-item-light:hover,
  button.list-group-item-light:focus,
  button.list-group-item-light:hover {
    color: #7d7d7d;
    background-color: #eeeeee; }
  a.list-group-item-light.active,
  button.list-group-item-light.active {
    color: #fff;
    background-color: #7d7d7d;
    border-color: #7d7d7d; }

.list-group-item-dark {
  color: #1f2021;
  background-color: #c8c9c9; }

a.list-group-item-dark,
button.list-group-item-dark {
  color: #1f2021; }
  a.list-group-item-dark:focus, a.list-group-item-dark:hover,
  button.list-group-item-dark:focus,
  button.list-group-item-dark:hover {
    color: #1f2021;
    background-color: #bbbcbc; }
  a.list-group-item-dark.active,
  button.list-group-item-dark.active {
    color: #fff;
    background-color: #1f2021;
    border-color: #1f2021; }

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5; }
  .close:focus, .close:hover {
    color: #000;
    text-decoration: none;
    opacity: .75; }

button.close {
  padding: 0;
  background: transparent;
  border: 0;
  -webkit-appearance: none; }

.modal-open {
  overflow: hidden; }

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0; }
  .modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translate(0, -25%); }
  .modal.show .modal-dialog {
    transform: translate(0, 0); }

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px; }

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0; }
  .modal-backdrop.show {
    opacity: 0.5; }

.modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px;
  border-bottom: 1px solid #d5d7d8; }

.modal-title {
  margin-bottom: 0;
  line-height: 1.5; }

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 15px; }

.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 15px;
  border-top: 1px solid #d5d7d8; }
  .modal-footer > :not(:first-child) {
    margin-left: .25rem; }
  .modal-footer > :not(:last-child) {
    margin-right: .25rem; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 30px auto; }
  .modal-sm {
    max-width: 300px; } }

@media (min-width: 992px) {
  .modal-lg {
    max-width: 800px; } }

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0; }
  .tooltip.show {
    opacity: 0.9; }
  .tooltip .arrow {
    position: absolute;
    display: block;
    width: 5px;
    height: 5px; }
  .tooltip.bs-tooltip-top, .tooltip.bs-tooltip-auto[x-placement^="top"] {
    padding: 5px 0; }
    .tooltip.bs-tooltip-top .arrow, .tooltip.bs-tooltip-auto[x-placement^="top"] .arrow {
      bottom: 0; }
    .tooltip.bs-tooltip-top .arrow::before, .tooltip.bs-tooltip-auto[x-placement^="top"] .arrow::before {
      margin-left: -3px;
      content: "";
      border-width: 5px 5px 0;
      border-top-color: #000; }
  .tooltip.bs-tooltip-right, .tooltip.bs-tooltip-auto[x-placement^="right"] {
    padding: 0 5px; }
    .tooltip.bs-tooltip-right .arrow, .tooltip.bs-tooltip-auto[x-placement^="right"] .arrow {
      left: 0; }
    .tooltip.bs-tooltip-right .arrow::before, .tooltip.bs-tooltip-auto[x-placement^="right"] .arrow::before {
      margin-top: -3px;
      content: "";
      border-width: 5px 5px 5px 0;
      border-right-color: #000; }
  .tooltip.bs-tooltip-bottom, .tooltip.bs-tooltip-auto[x-placement^="bottom"] {
    padding: 5px 0; }
    .tooltip.bs-tooltip-bottom .arrow, .tooltip.bs-tooltip-auto[x-placement^="bottom"] .arrow {
      top: 0; }
    .tooltip.bs-tooltip-bottom .arrow::before, .tooltip.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
      margin-left: -3px;
      content: "";
      border-width: 0 5px 5px;
      border-bottom-color: #000; }
  .tooltip.bs-tooltip-left, .tooltip.bs-tooltip-auto[x-placement^="left"] {
    padding: 0 5px; }
    .tooltip.bs-tooltip-left .arrow, .tooltip.bs-tooltip-auto[x-placement^="left"] .arrow {
      right: 0; }
    .tooltip.bs-tooltip-left .arrow::before, .tooltip.bs-tooltip-auto[x-placement^="left"] .arrow::before {
      right: 0;
      margin-top: -3px;
      content: "";
      border-width: 5px 0 5px 5px;
      border-left-color: #000; }
  .tooltip .arrow::before {
    position: absolute;
    border-color: transparent;
    border-style: solid; }

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  padding: 1px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem; }
  .popover .arrow {
    position: absolute;
    display: block;
    width: 10px;
    height: 5px; }
  .popover .arrow::before,
  .popover .arrow::after {
    position: absolute;
    display: block;
    border-color: transparent;
    border-style: solid; }
  .popover .arrow::before {
    content: "";
    border-width: 11px; }
  .popover .arrow::after {
    content: "";
    border-width: 11px; }
  .popover.bs-popover-top, .popover.bs-popover-auto[x-placement^="top"] {
    margin-bottom: 10px; }
    .popover.bs-popover-top .arrow, .popover.bs-popover-auto[x-placement^="top"] .arrow {
      bottom: 0; }
    .popover.bs-popover-top .arrow::before, .popover.bs-popover-auto[x-placement^="top"] .arrow::before,
    .popover.bs-popover-top .arrow::after,
    .popover.bs-popover-auto[x-placement^="top"] .arrow::after {
      border-bottom-width: 0; }
    .popover.bs-popover-top .arrow::before, .popover.bs-popover-auto[x-placement^="top"] .arrow::before {
      bottom: -11px;
      margin-left: -6px;
      border-top-color: rgba(0, 0, 0, 0.25); }
    
    .popover.bs-popover-top .arrow::after,
    .popover.bs-popover-auto[x-placement^="top"] .arrow::after {
      bottom: -10px;
      margin-left: -6px;
      border-top-color: #fff; }
  .popover.bs-popover-right, .popover.bs-popover-auto[x-placement^="right"] {
    margin-left: 10px; }
    .popover.bs-popover-right .arrow, .popover.bs-popover-auto[x-placement^="right"] .arrow {
      left: 0; }
    .popover.bs-popover-right .arrow::before, .popover.bs-popover-auto[x-placement^="right"] .arrow::before,
    .popover.bs-popover-right .arrow::after,
    .popover.bs-popover-auto[x-placement^="right"] .arrow::after {
      margin-top: -8px;
      border-left-width: 0; }
    .popover.bs-popover-right .arrow::before, .popover.bs-popover-auto[x-placement^="right"] .arrow::before {
      left: -11px;
      border-right-color: rgba(0, 0, 0, 0.25); }
    
    .popover.bs-popover-right .arrow::after,
    .popover.bs-popover-auto[x-placement^="right"] .arrow::after {
      left: -10px;
      border-right-color: #fff; }
  .popover.bs-popover-bottom, .popover.bs-popover-auto[x-placement^="bottom"] {
    margin-top: 10px; }
    .popover.bs-popover-bottom .arrow, .popover.bs-popover-auto[x-placement^="bottom"] .arrow {
      top: 0; }
    .popover.bs-popover-bottom .arrow::before, .popover.bs-popover-auto[x-placement^="bottom"] .arrow::before,
    .popover.bs-popover-bottom .arrow::after,
    .popover.bs-popover-auto[x-placement^="bottom"] .arrow::after {
      margin-left: -7px;
      border-top-width: 0; }
    .popover.bs-popover-bottom .arrow::before, .popover.bs-popover-auto[x-placement^="bottom"] .arrow::before {
      top: -11px;
      border-bottom-color: rgba(0, 0, 0, 0.25); }
    
    .popover.bs-popover-bottom .arrow::after,
    .popover.bs-popover-auto[x-placement^="bottom"] .arrow::after {
      top: -10px;
      border-bottom-color: #fff; }
    .popover.bs-popover-bottom .popover-header::before, .popover.bs-popover-auto[x-placement^="bottom"] .popover-header::before {
      position: absolute;
      top: 0;
      left: 50%;
      display: block;
      width: 20px;
      margin-left: -10px;
      content: "";
      border-bottom: 1px solid #f7f7f7; }
  .popover.bs-popover-left, .popover.bs-popover-auto[x-placement^="left"] {
    margin-right: 10px; }
    .popover.bs-popover-left .arrow, .popover.bs-popover-auto[x-placement^="left"] .arrow {
      right: 0; }
    .popover.bs-popover-left .arrow::before, .popover.bs-popover-auto[x-placement^="left"] .arrow::before,
    .popover.bs-popover-left .arrow::after,
    .popover.bs-popover-auto[x-placement^="left"] .arrow::after {
      margin-top: -8px;
      border-right-width: 0; }
    .popover.bs-popover-left .arrow::before, .popover.bs-popover-auto[x-placement^="left"] .arrow::before {
      right: -11px;
      border-left-color: rgba(0, 0, 0, 0.25); }
    
    .popover.bs-popover-left .arrow::after,
    .popover.bs-popover-auto[x-placement^="left"] .arrow::after {
      right: -10px;
      border-left-color: #fff; }

.popover-header {
  padding: 8px 14px;
  margin-bottom: 0;
  font-size: 1rem;
  color: inherit;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px); }
  .popover-header:empty {
    display: none; }

.popover-body {
  padding: 9px 14px;
  color: #232425; }

.carousel {
  position: relative; }

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden; }

.carousel-item {
  position: relative;
  display: none;
  align-items: center;
  width: 100%;
  transition: transform 0.6s ease;
  backface-visibility: hidden;
  perspective: 1000px; }

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block; }

.carousel-item-next,
.carousel-item-prev {
  position: absolute;
  top: 0; }

.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
  transform: translateX(0); }
  @supports (transform-style: preserve-3d) {
    .carousel-item-next.carousel-item-left,
    .carousel-item-prev.carousel-item-right {
      transform: translate3d(0, 0, 0); } }

.carousel-item-next,
.active.carousel-item-right {
  transform: translateX(100%); }
  @supports (transform-style: preserve-3d) {
    .carousel-item-next,
    .active.carousel-item-right {
      transform: translate3d(100%, 0, 0); } }

.carousel-item-prev,
.active.carousel-item-left {
  transform: translateX(-100%); }
  @supports (transform-style: preserve-3d) {
    .carousel-item-prev,
    .active.carousel-item-left {
      transform: translate3d(-100%, 0, 0); } }

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5; }
  .carousel-control-prev:focus, .carousel-control-prev:hover,
  .carousel-control-next:focus,
  .carousel-control-next:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9; }

.carousel-control-prev {
  left: 0; }

.carousel-control-next {
  right: 0; }

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent no-repeat center center;
  background-size: 100% 100%; }

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M4 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E"); }

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M1.5 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E"); }

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none; }
  .carousel-indicators li {
    position: relative;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    background-color: rgba(255, 255, 255, 0.5); }
    .carousel-indicators li::before {
      position: absolute;
      top: -10px;
      left: 0;
      display: inline-block;
      width: 100%;
      height: 10px;
      content: ""; }
    .carousel-indicators li::after {
      position: absolute;
      bottom: -10px;
      left: 0;
      display: inline-block;
      width: 100%;
      height: 10px;
      content: ""; }
  .carousel-indicators .active {
    background-color: #fff; }

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center; }

.align-baseline {
  vertical-align: baseline !important; }

.align-top {
  vertical-align: top !important; }

.align-middle {
  vertical-align: middle !important; }

.align-bottom {
  vertical-align: bottom !important; }

.align-text-bottom {
  vertical-align: text-bottom !important; }

.align-text-top {
  vertical-align: text-top !important; }

.bg-primary {
  background-color: #00a9e0 !important; }

a.bg-primary:focus, a.bg-primary:hover {
  background-color: #0083ad !important; }

.bg-secondary {
  background-color: #6d7274 !important; }

a.bg-secondary:focus, a.bg-secondary:hover {
  background-color: #54585a !important; }

.bg-success {
  background-color: #77b62c !important; }

a.bg-success:focus, a.bg-success:hover {
  background-color: #5c8d22 !important; }

.bg-info {
  background-color: #00a9e0 !important; }

a.bg-info:focus, a.bg-info:hover {
  background-color: #0083ad !important; }

.bg-warning {
  background-color: #f5a800 !important; }

a.bg-warning:focus, a.bg-warning:hover {
  background-color: #c28500 !important; }

.bg-danger {
  background-color: #ff141e !important; }

a.bg-danger:focus, a.bg-danger:hover {
  background-color: #e0000a !important; }

.bg-light {
  background-color: #eff0f1 !important; }

a.bg-light:focus, a.bg-light:hover {
  background-color: #d5d7d8 !important; }

.bg-dark {
  background-color: #3b3e40 !important; }

a.bg-dark:focus, a.bg-dark:hover {
  background-color: #232425 !important; }

.bg-white {
  background-color: #fff !important; }

.bg-transparent {
  background-color: transparent !important; }

.border {
  border: 1px solid #d5d7d8 !important; }

.border-0 {
  border: 0 !important; }

.border-top-0 {
  border-top: 0 !important; }

.border-right-0 {
  border-right: 0 !important; }

.border-bottom-0 {
  border-bottom: 0 !important; }

.border-left-0 {
  border-left: 0 !important; }

.border-primary {
  border-color: #00a9e0 !important; }

.border-secondary {
  border-color: #6d7274 !important; }

.border-success {
  border-color: #77b62c !important; }

.border-info {
  border-color: #00a9e0 !important; }

.border-warning {
  border-color: #f5a800 !important; }

.border-danger {
  border-color: #ff141e !important; }

.border-light {
  border-color: #eff0f1 !important; }

.border-dark {
  border-color: #3b3e40 !important; }

.border-white {
  border-color: #fff !important; }

.rounded {
  border-radius: 0.25rem !important; }

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important; }

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important; }

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

.rounded-circle, div.timeline .timeline-event {
  border-radius: 50%; }

.rounded-0 {
  border-radius: 0; }

.clearfix::after {
  display: block;
  clear: both;
  content: ""; }

.d-none {
  display: none !important; }

.d-inline {
  display: inline !important; }

.d-inline-block {
  display: inline-block !important; }

.d-block {
  display: block !important; }

.d-table {
  display: table !important; }

.d-table-cell {
  display: table-cell !important; }

.d-flex {
  display: flex !important; }

.d-inline-flex {
  display: inline-flex !important; }

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: flex !important; }
  .d-sm-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 768px) {
  .d-md-none {
    display: none !important; }
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; }
  .d-md-table {
    display: table !important; }
  .d-md-table-cell {
    display: table-cell !important; }
  .d-md-flex {
    display: flex !important; }
  .d-md-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important; }
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-table {
    display: table !important; }
  .d-lg-table-cell {
    display: table-cell !important; }
  .d-lg-flex {
    display: flex !important; }
  .d-lg-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important; }
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-table {
    display: table !important; }
  .d-xl-table-cell {
    display: table-cell !important; }
  .d-xl-flex {
    display: flex !important; }
  .d-xl-inline-flex {
    display: inline-flex !important; } }

.d-print-block {
  display: none !important; }
  @media print {
    .d-print-block {
      display: block !important; } }

.d-print-inline {
  display: none !important; }
  @media print {
    .d-print-inline {
      display: inline !important; } }

.d-print-inline-block {
  display: none !important; }
  @media print {
    .d-print-inline-block {
      display: inline-block !important; } }

@media print {
  .d-print-none {
    display: none !important; } }

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden; }
  .embed-responsive::before {
    display: block;
    content: ""; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

.embed-responsive-21by9::before {
  padding-top: 42.85714%; }

.embed-responsive-16by9::before {
  padding-top: 56.25%; }

.embed-responsive-4by3::before {
  padding-top: 75%; }

.embed-responsive-1by1::before {
  padding-top: 100%; }

.flex-row {
  flex-direction: row !important; }

.flex-column {
  flex-direction: column !important; }

.flex-row-reverse {
  flex-direction: row-reverse !important; }

.flex-column-reverse {
  flex-direction: column-reverse !important; }

.flex-wrap {
  flex-wrap: wrap !important; }

.flex-nowrap {
  flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important; }

.justify-content-start {
  justify-content: flex-start !important; }

.justify-content-end {
  justify-content: flex-end !important; }

.justify-content-center {
  justify-content: center !important; }

.justify-content-between {
  justify-content: space-between !important; }

.justify-content-around {
  justify-content: space-around !important; }

.align-items-start {
  align-items: flex-start !important; }

.align-items-end {
  align-items: flex-end !important; }

.align-items-center {
  align-items: center !important; }

.align-items-baseline {
  align-items: baseline !important; }

.align-items-stretch {
  align-items: stretch !important; }

.align-content-start {
  align-content: flex-start !important; }

.align-content-end {
  align-content: flex-end !important; }

.align-content-center {
  align-content: center !important; }

.align-content-between {
  align-content: space-between !important; }

.align-content-around {
  align-content: space-around !important; }

.align-content-stretch {
  align-content: stretch !important; }

.align-self-auto {
  align-self: auto !important; }

.align-self-start {
  align-self: flex-start !important; }

.align-self-end {
  align-self: flex-end !important; }

.align-self-center {
  align-self: center !important; }

.align-self-baseline {
  align-self: baseline !important; }

.align-self-stretch {
  align-self: stretch !important; }

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important; }
  .flex-sm-column {
    flex-direction: column !important; }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .justify-content-sm-start {
    justify-content: flex-start !important; }
  .justify-content-sm-end {
    justify-content: flex-end !important; }
  .justify-content-sm-center {
    justify-content: center !important; }
  .justify-content-sm-between {
    justify-content: space-between !important; }
  .justify-content-sm-around {
    justify-content: space-around !important; }
  .align-items-sm-start {
    align-items: flex-start !important; }
  .align-items-sm-end {
    align-items: flex-end !important; }
  .align-items-sm-center {
    align-items: center !important; }
  .align-items-sm-baseline {
    align-items: baseline !important; }
  .align-items-sm-stretch {
    align-items: stretch !important; }
  .align-content-sm-start {
    align-content: flex-start !important; }
  .align-content-sm-end {
    align-content: flex-end !important; }
  .align-content-sm-center {
    align-content: center !important; }
  .align-content-sm-between {
    align-content: space-between !important; }
  .align-content-sm-around {
    align-content: space-around !important; }
  .align-content-sm-stretch {
    align-content: stretch !important; }
  .align-self-sm-auto {
    align-self: auto !important; }
  .align-self-sm-start {
    align-self: flex-start !important; }
  .align-self-sm-end {
    align-self: flex-end !important; }
  .align-self-sm-center {
    align-self: center !important; }
  .align-self-sm-baseline {
    align-self: baseline !important; }
  .align-self-sm-stretch {
    align-self: stretch !important; } }

@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important; }
  .flex-md-column {
    flex-direction: column !important; }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-md-wrap {
    flex-wrap: wrap !important; }
  .flex-md-nowrap {
    flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .justify-content-md-start {
    justify-content: flex-start !important; }
  .justify-content-md-end {
    justify-content: flex-end !important; }
  .justify-content-md-center {
    justify-content: center !important; }
  .justify-content-md-between {
    justify-content: space-between !important; }
  .justify-content-md-around {
    justify-content: space-around !important; }
  .align-items-md-start {
    align-items: flex-start !important; }
  .align-items-md-end {
    align-items: flex-end !important; }
  .align-items-md-center {
    align-items: center !important; }
  .align-items-md-baseline {
    align-items: baseline !important; }
  .align-items-md-stretch {
    align-items: stretch !important; }
  .align-content-md-start {
    align-content: flex-start !important; }
  .align-content-md-end {
    align-content: flex-end !important; }
  .align-content-md-center {
    align-content: center !important; }
  .align-content-md-between {
    align-content: space-between !important; }
  .align-content-md-around {
    align-content: space-around !important; }
  .align-content-md-stretch {
    align-content: stretch !important; }
  .align-self-md-auto {
    align-self: auto !important; }
  .align-self-md-start {
    align-self: flex-start !important; }
  .align-self-md-end {
    align-self: flex-end !important; }
  .align-self-md-center {
    align-self: center !important; }
  .align-self-md-baseline {
    align-self: baseline !important; }
  .align-self-md-stretch {
    align-self: stretch !important; } }

@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important; }
  .flex-lg-column {
    flex-direction: column !important; }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .justify-content-lg-start {
    justify-content: flex-start !important; }
  .justify-content-lg-end {
    justify-content: flex-end !important; }
  .justify-content-lg-center {
    justify-content: center !important; }
  .justify-content-lg-between {
    justify-content: space-between !important; }
  .justify-content-lg-around {
    justify-content: space-around !important; }
  .align-items-lg-start {
    align-items: flex-start !important; }
  .align-items-lg-end {
    align-items: flex-end !important; }
  .align-items-lg-center {
    align-items: center !important; }
  .align-items-lg-baseline {
    align-items: baseline !important; }
  .align-items-lg-stretch {
    align-items: stretch !important; }
  .align-content-lg-start {
    align-content: flex-start !important; }
  .align-content-lg-end {
    align-content: flex-end !important; }
  .align-content-lg-center {
    align-content: center !important; }
  .align-content-lg-between {
    align-content: space-between !important; }
  .align-content-lg-around {
    align-content: space-around !important; }
  .align-content-lg-stretch {
    align-content: stretch !important; }
  .align-self-lg-auto {
    align-self: auto !important; }
  .align-self-lg-start {
    align-self: flex-start !important; }
  .align-self-lg-end {
    align-self: flex-end !important; }
  .align-self-lg-center {
    align-self: center !important; }
  .align-self-lg-baseline {
    align-self: baseline !important; }
  .align-self-lg-stretch {
    align-self: stretch !important; } }

@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important; }
  .flex-xl-column {
    flex-direction: column !important; }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .justify-content-xl-start {
    justify-content: flex-start !important; }
  .justify-content-xl-end {
    justify-content: flex-end !important; }
  .justify-content-xl-center {
    justify-content: center !important; }
  .justify-content-xl-between {
    justify-content: space-between !important; }
  .justify-content-xl-around {
    justify-content: space-around !important; }
  .align-items-xl-start {
    align-items: flex-start !important; }
  .align-items-xl-end {
    align-items: flex-end !important; }
  .align-items-xl-center {
    align-items: center !important; }
  .align-items-xl-baseline {
    align-items: baseline !important; }
  .align-items-xl-stretch {
    align-items: stretch !important; }
  .align-content-xl-start {
    align-content: flex-start !important; }
  .align-content-xl-end {
    align-content: flex-end !important; }
  .align-content-xl-center {
    align-content: center !important; }
  .align-content-xl-between {
    align-content: space-between !important; }
  .align-content-xl-around {
    align-content: space-around !important; }
  .align-content-xl-stretch {
    align-content: stretch !important; }
  .align-self-xl-auto {
    align-self: auto !important; }
  .align-self-xl-start {
    align-self: flex-start !important; }
  .align-self-xl-end {
    align-self: flex-end !important; }
  .align-self-xl-center {
    align-self: center !important; }
  .align-self-xl-baseline {
    align-self: baseline !important; }
  .align-self-xl-stretch {
    align-self: stretch !important; } }

.float-left {
  float: left !important; }

.float-right {
  float: right !important; }

.float-none {
  float: none !important; }

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important; }
  .float-sm-right {
    float: right !important; }
  .float-sm-none {
    float: none !important; } }

@media (min-width: 768px) {
  .float-md-left {
    float: left !important; }
  .float-md-right {
    float: right !important; }
  .float-md-none {
    float: none !important; } }

@media (min-width: 992px) {
  .float-lg-left {
    float: left !important; }
  .float-lg-right {
    float: right !important; }
  .float-lg-none {
    float: none !important; } }

@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important; }
  .float-xl-right {
    float: right !important; }
  .float-xl-none {
    float: none !important; } }

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030; }

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030; }

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020; } }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  clip-path: inset(50%);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
  clip-path: none; }

.w-25 {
  width: 25% !important; }

.w-50 {
  width: 50% !important; }

.w-75 {
  width: 75% !important; }

.w-100 {
  width: 100% !important; }

.h-25 {
  height: 25% !important; }

.h-50 {
  height: 50% !important; }

.h-75 {
  height: 75% !important; }

.h-100, div.timeline .timeline-left {
  height: 100% !important; }

.mw-100 {
  max-width: 100% !important; }

.mh-100 {
  max-height: 100% !important; }

.m-0 {
  margin: 0 !important; }

.mt-0 {
  margin-top: 0 !important; }

.mr-0 {
  margin-right: 0 !important; }

.mb-0 {
  margin-bottom: 0 !important; }

.ml-0 {
  margin-left: 0 !important; }

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important; }

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important; }

.m-1 {
  margin: 0.25rem !important; }

.mt-1 {
  margin-top: 0.25rem !important; }

.mr-1 {
  margin-right: 0.25rem !important; }

.mb-1, .file-list li, ul.pubmed-articles li, ul.file-display li {
  margin-bottom: 0.25rem !important; }

.ml-1 {
  margin-left: 0.25rem !important; }

.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important; }

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important; }

.m-2 {
  margin: 0.5rem !important; }

.mt-2 {
  margin-top: 0.5rem !important; }

.mr-2, .file-list li > canvas, .file-list li > img, ul.pubmed-articles li canvas, ul.pubmed-articles li img, ul.file-display li canvas, ul.file-display li img {
  margin-right: 0.5rem !important; }

.mb-2, .article-selector ul li, .article-selector ul.article-selected, .user-selector .user-filter, .user-selector ul li, .user-selector ul.user-selected {
  margin-bottom: 0.5rem !important; }

.ml-2 {
  margin-left: 0.5rem !important; }

.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important; }

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important; }

.m-3 {
  margin: 1rem !important; }

.mt-3 {
  margin-top: 1rem !important; }

.mr-3 {
  margin-right: 1rem !important; }

.mb-3, .form-inline .form-spaced {
  margin-bottom: 1rem !important; }

.ml-3 {
  margin-left: 1rem !important; }

.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important; }

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important; }

.m-4 {
  margin: 1.5rem !important; }

.mt-4 {
  margin-top: 1.5rem !important; }

.mr-4 {
  margin-right: 1.5rem !important; }

.mb-4 {
  margin-bottom: 1.5rem !important; }

.ml-4 {
  margin-left: 1.5rem !important; }

.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important; }

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important; }

.m-5 {
  margin: 3rem !important; }

.mt-5 {
  margin-top: 3rem !important; }

.mr-5 {
  margin-right: 3rem !important; }

.mb-5 {
  margin-bottom: 3rem !important; }

.ml-5 {
  margin-left: 3rem !important; }

.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important; }

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important; }

.p-0 {
  padding: 0 !important; }

.pt-0 {
  padding-top: 0 !important; }

.pr-0 {
  padding-right: 0 !important; }

.pb-0 {
  padding-bottom: 0 !important; }

.pl-0 {
  padding-left: 0 !important; }

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important; }

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

.p-1 {
  padding: 0.25rem !important; }

.pt-1 {
  padding-top: 0.25rem !important; }

.pr-1 {
  padding-right: 0.25rem !important; }

.pb-1 {
  padding-bottom: 0.25rem !important; }

.pl-1 {
  padding-left: 0.25rem !important; }

.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important; }

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important; }

.p-2 {
  padding: 0.5rem !important; }

.pt-2 {
  padding-top: 0.5rem !important; }

.pr-2 {
  padding-right: 0.5rem !important; }

.pb-2 {
  padding-bottom: 0.5rem !important; }

.pl-2 {
  padding-left: 0.5rem !important; }

.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important; }

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important; }

.p-3 {
  padding: 1rem !important; }

.pt-3 {
  padding-top: 1rem !important; }

.pr-3 {
  padding-right: 1rem !important; }

.pb-3 {
  padding-bottom: 1rem !important; }

.pl-3 {
  padding-left: 1rem !important; }

.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important; }

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important; }

.p-4 {
  padding: 1.5rem !important; }

.pt-4 {
  padding-top: 1.5rem !important; }

.pr-4 {
  padding-right: 1.5rem !important; }

.pb-4 {
  padding-bottom: 1.5rem !important; }

.pl-4 {
  padding-left: 1.5rem !important; }

.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important; }

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important; }

.p-5 {
  padding: 3rem !important; }

.pt-5 {
  padding-top: 3rem !important; }

.pr-5 {
  padding-right: 3rem !important; }

.pb-5 {
  padding-bottom: 3rem !important; }

.pl-5 {
  padding-left: 3rem !important; }

.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important; }

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important; }

.m-auto {
  margin: auto !important; }

.mt-auto {
  margin-top: auto !important; }

.mr-auto {
  margin-right: auto !important; }

.mb-auto {
  margin-bottom: auto !important; }

.ml-auto {
  margin-left: auto !important; }

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important; }

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important; }

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important; }
  .mt-sm-0 {
    margin-top: 0 !important; }
  .mr-sm-0 {
    margin-right: 0 !important; }
  .mb-sm-0, .form-inline .form-spaced {
    margin-bottom: 0 !important; }
  .ml-sm-0 {
    margin-left: 0 !important; }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .m-sm-1 {
    margin: 0.25rem !important; }
  .mt-sm-1 {
    margin-top: 0.25rem !important; }
  .mr-sm-1 {
    margin-right: 0.25rem !important; }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important; }
  .ml-sm-1 {
    margin-left: 0.25rem !important; }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .m-sm-2 {
    margin: 0.5rem !important; }
  .mt-sm-2 {
    margin-top: 0.5rem !important; }
  .mr-sm-2 {
    margin-right: 0.5rem !important; }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important; }
  .ml-sm-2 {
    margin-left: 0.5rem !important; }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .m-sm-3 {
    margin: 1rem !important; }
  .mt-sm-3 {
    margin-top: 1rem !important; }
  .mr-sm-3, .form-inline .form-spaced {
    margin-right: 1rem !important; }
  .mb-sm-3 {
    margin-bottom: 1rem !important; }
  .ml-sm-3 {
    margin-left: 1rem !important; }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .m-sm-4 {
    margin: 1.5rem !important; }
  .mt-sm-4 {
    margin-top: 1.5rem !important; }
  .mr-sm-4 {
    margin-right: 1.5rem !important; }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important; }
  .ml-sm-4 {
    margin-left: 1.5rem !important; }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .m-sm-5 {
    margin: 3rem !important; }
  .mt-sm-5 {
    margin-top: 3rem !important; }
  .mr-sm-5 {
    margin-right: 3rem !important; }
  .mb-sm-5 {
    margin-bottom: 3rem !important; }
  .ml-sm-5 {
    margin-left: 3rem !important; }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .p-sm-0 {
    padding: 0 !important; }
  .pt-sm-0 {
    padding-top: 0 !important; }
  .pr-sm-0 {
    padding-right: 0 !important; }
  .pb-sm-0 {
    padding-bottom: 0 !important; }
  .pl-sm-0 {
    padding-left: 0 !important; }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .p-sm-1 {
    padding: 0.25rem !important; }
  .pt-sm-1 {
    padding-top: 0.25rem !important; }
  .pr-sm-1 {
    padding-right: 0.25rem !important; }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important; }
  .pl-sm-1 {
    padding-left: 0.25rem !important; }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .p-sm-2 {
    padding: 0.5rem !important; }
  .pt-sm-2 {
    padding-top: 0.5rem !important; }
  .pr-sm-2 {
    padding-right: 0.5rem !important; }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important; }
  .pl-sm-2 {
    padding-left: 0.5rem !important; }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .p-sm-3 {
    padding: 1rem !important; }
  .pt-sm-3 {
    padding-top: 1rem !important; }
  .pr-sm-3 {
    padding-right: 1rem !important; }
  .pb-sm-3 {
    padding-bottom: 1rem !important; }
  .pl-sm-3 {
    padding-left: 1rem !important; }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .p-sm-4 {
    padding: 1.5rem !important; }
  .pt-sm-4 {
    padding-top: 1.5rem !important; }
  .pr-sm-4 {
    padding-right: 1.5rem !important; }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important; }
  .pl-sm-4 {
    padding-left: 1.5rem !important; }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .p-sm-5 {
    padding: 3rem !important; }
  .pt-sm-5 {
    padding-top: 3rem !important; }
  .pr-sm-5 {
    padding-right: 3rem !important; }
  .pb-sm-5 {
    padding-bottom: 3rem !important; }
  .pl-sm-5 {
    padding-left: 3rem !important; }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .m-sm-auto {
    margin: auto !important; }
  .mt-sm-auto {
    margin-top: auto !important; }
  .mr-sm-auto {
    margin-right: auto !important; }
  .mb-sm-auto {
    margin-bottom: auto !important; }
  .ml-sm-auto {
    margin-left: auto !important; }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; } }

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important; }
  .mt-md-0 {
    margin-top: 0 !important; }
  .mr-md-0 {
    margin-right: 0 !important; }
  .mb-md-0 {
    margin-bottom: 0 !important; }
  .ml-md-0 {
    margin-left: 0 !important; }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .m-md-1 {
    margin: 0.25rem !important; }
  .mt-md-1 {
    margin-top: 0.25rem !important; }
  .mr-md-1 {
    margin-right: 0.25rem !important; }
  .mb-md-1 {
    margin-bottom: 0.25rem !important; }
  .ml-md-1 {
    margin-left: 0.25rem !important; }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .m-md-2 {
    margin: 0.5rem !important; }
  .mt-md-2 {
    margin-top: 0.5rem !important; }
  .mr-md-2 {
    margin-right: 0.5rem !important; }
  .mb-md-2 {
    margin-bottom: 0.5rem !important; }
  .ml-md-2 {
    margin-left: 0.5rem !important; }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .m-md-3 {
    margin: 1rem !important; }
  .mt-md-3 {
    margin-top: 1rem !important; }
  .mr-md-3 {
    margin-right: 1rem !important; }
  .mb-md-3 {
    margin-bottom: 1rem !important; }
  .ml-md-3 {
    margin-left: 1rem !important; }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .m-md-4 {
    margin: 1.5rem !important; }
  .mt-md-4 {
    margin-top: 1.5rem !important; }
  .mr-md-4 {
    margin-right: 1.5rem !important; }
  .mb-md-4 {
    margin-bottom: 1.5rem !important; }
  .ml-md-4 {
    margin-left: 1.5rem !important; }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .m-md-5 {
    margin: 3rem !important; }
  .mt-md-5 {
    margin-top: 3rem !important; }
  .mr-md-5 {
    margin-right: 3rem !important; }
  .mb-md-5 {
    margin-bottom: 3rem !important; }
  .ml-md-5 {
    margin-left: 3rem !important; }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .p-md-0 {
    padding: 0 !important; }
  .pt-md-0 {
    padding-top: 0 !important; }
  .pr-md-0 {
    padding-right: 0 !important; }
  .pb-md-0 {
    padding-bottom: 0 !important; }
  .pl-md-0 {
    padding-left: 0 !important; }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .p-md-1 {
    padding: 0.25rem !important; }
  .pt-md-1 {
    padding-top: 0.25rem !important; }
  .pr-md-1 {
    padding-right: 0.25rem !important; }
  .pb-md-1 {
    padding-bottom: 0.25rem !important; }
  .pl-md-1 {
    padding-left: 0.25rem !important; }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .p-md-2 {
    padding: 0.5rem !important; }
  .pt-md-2 {
    padding-top: 0.5rem !important; }
  .pr-md-2 {
    padding-right: 0.5rem !important; }
  .pb-md-2 {
    padding-bottom: 0.5rem !important; }
  .pl-md-2 {
    padding-left: 0.5rem !important; }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .p-md-3 {
    padding: 1rem !important; }
  .pt-md-3 {
    padding-top: 1rem !important; }
  .pr-md-3 {
    padding-right: 1rem !important; }
  .pb-md-3 {
    padding-bottom: 1rem !important; }
  .pl-md-3 {
    padding-left: 1rem !important; }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .p-md-4 {
    padding: 1.5rem !important; }
  .pt-md-4 {
    padding-top: 1.5rem !important; }
  .pr-md-4 {
    padding-right: 1.5rem !important; }
  .pb-md-4 {
    padding-bottom: 1.5rem !important; }
  .pl-md-4 {
    padding-left: 1.5rem !important; }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .p-md-5 {
    padding: 3rem !important; }
  .pt-md-5 {
    padding-top: 3rem !important; }
  .pr-md-5 {
    padding-right: 3rem !important; }
  .pb-md-5 {
    padding-bottom: 3rem !important; }
  .pl-md-5 {
    padding-left: 3rem !important; }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .m-md-auto {
    margin: auto !important; }
  .mt-md-auto {
    margin-top: auto !important; }
  .mr-md-auto {
    margin-right: auto !important; }
  .mb-md-auto {
    margin-bottom: auto !important; }
  .ml-md-auto {
    margin-left: auto !important; }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; } }

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important; }
  .mt-lg-0 {
    margin-top: 0 !important; }
  .mr-lg-0 {
    margin-right: 0 !important; }
  .mb-lg-0 {
    margin-bottom: 0 !important; }
  .ml-lg-0 {
    margin-left: 0 !important; }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .m-lg-1 {
    margin: 0.25rem !important; }
  .mt-lg-1 {
    margin-top: 0.25rem !important; }
  .mr-lg-1 {
    margin-right: 0.25rem !important; }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important; }
  .ml-lg-1 {
    margin-left: 0.25rem !important; }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .m-lg-2 {
    margin: 0.5rem !important; }
  .mt-lg-2 {
    margin-top: 0.5rem !important; }
  .mr-lg-2 {
    margin-right: 0.5rem !important; }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important; }
  .ml-lg-2 {
    margin-left: 0.5rem !important; }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .m-lg-3 {
    margin: 1rem !important; }
  .mt-lg-3 {
    margin-top: 1rem !important; }
  .mr-lg-3 {
    margin-right: 1rem !important; }
  .mb-lg-3 {
    margin-bottom: 1rem !important; }
  .ml-lg-3 {
    margin-left: 1rem !important; }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .m-lg-4 {
    margin: 1.5rem !important; }
  .mt-lg-4 {
    margin-top: 1.5rem !important; }
  .mr-lg-4 {
    margin-right: 1.5rem !important; }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important; }
  .ml-lg-4 {
    margin-left: 1.5rem !important; }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .m-lg-5 {
    margin: 3rem !important; }
  .mt-lg-5 {
    margin-top: 3rem !important; }
  .mr-lg-5 {
    margin-right: 3rem !important; }
  .mb-lg-5 {
    margin-bottom: 3rem !important; }
  .ml-lg-5 {
    margin-left: 3rem !important; }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .p-lg-0 {
    padding: 0 !important; }
  .pt-lg-0 {
    padding-top: 0 !important; }
  .pr-lg-0 {
    padding-right: 0 !important; }
  .pb-lg-0 {
    padding-bottom: 0 !important; }
  .pl-lg-0 {
    padding-left: 0 !important; }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .p-lg-1 {
    padding: 0.25rem !important; }
  .pt-lg-1 {
    padding-top: 0.25rem !important; }
  .pr-lg-1 {
    padding-right: 0.25rem !important; }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important; }
  .pl-lg-1 {
    padding-left: 0.25rem !important; }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .p-lg-2 {
    padding: 0.5rem !important; }
  .pt-lg-2 {
    padding-top: 0.5rem !important; }
  .pr-lg-2 {
    padding-right: 0.5rem !important; }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important; }
  .pl-lg-2 {
    padding-left: 0.5rem !important; }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .p-lg-3 {
    padding: 1rem !important; }
  .pt-lg-3 {
    padding-top: 1rem !important; }
  .pr-lg-3 {
    padding-right: 1rem !important; }
  .pb-lg-3 {
    padding-bottom: 1rem !important; }
  .pl-lg-3 {
    padding-left: 1rem !important; }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .p-lg-4 {
    padding: 1.5rem !important; }
  .pt-lg-4 {
    padding-top: 1.5rem !important; }
  .pr-lg-4 {
    padding-right: 1.5rem !important; }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important; }
  .pl-lg-4 {
    padding-left: 1.5rem !important; }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .p-lg-5 {
    padding: 3rem !important; }
  .pt-lg-5 {
    padding-top: 3rem !important; }
  .pr-lg-5 {
    padding-right: 3rem !important; }
  .pb-lg-5 {
    padding-bottom: 3rem !important; }
  .pl-lg-5 {
    padding-left: 3rem !important; }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .m-lg-auto {
    margin: auto !important; }
  .mt-lg-auto {
    margin-top: auto !important; }
  .mr-lg-auto {
    margin-right: auto !important; }
  .mb-lg-auto {
    margin-bottom: auto !important; }
  .ml-lg-auto {
    margin-left: auto !important; }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; } }

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important; }
  .mt-xl-0 {
    margin-top: 0 !important; }
  .mr-xl-0 {
    margin-right: 0 !important; }
  .mb-xl-0 {
    margin-bottom: 0 !important; }
  .ml-xl-0 {
    margin-left: 0 !important; }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .m-xl-1 {
    margin: 0.25rem !important; }
  .mt-xl-1 {
    margin-top: 0.25rem !important; }
  .mr-xl-1 {
    margin-right: 0.25rem !important; }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important; }
  .ml-xl-1 {
    margin-left: 0.25rem !important; }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .m-xl-2 {
    margin: 0.5rem !important; }
  .mt-xl-2 {
    margin-top: 0.5rem !important; }
  .mr-xl-2 {
    margin-right: 0.5rem !important; }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important; }
  .ml-xl-2 {
    margin-left: 0.5rem !important; }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .m-xl-3 {
    margin: 1rem !important; }
  .mt-xl-3 {
    margin-top: 1rem !important; }
  .mr-xl-3 {
    margin-right: 1rem !important; }
  .mb-xl-3 {
    margin-bottom: 1rem !important; }
  .ml-xl-3 {
    margin-left: 1rem !important; }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .m-xl-4 {
    margin: 1.5rem !important; }
  .mt-xl-4 {
    margin-top: 1.5rem !important; }
  .mr-xl-4 {
    margin-right: 1.5rem !important; }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important; }
  .ml-xl-4 {
    margin-left: 1.5rem !important; }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .m-xl-5 {
    margin: 3rem !important; }
  .mt-xl-5 {
    margin-top: 3rem !important; }
  .mr-xl-5 {
    margin-right: 3rem !important; }
  .mb-xl-5 {
    margin-bottom: 3rem !important; }
  .ml-xl-5 {
    margin-left: 3rem !important; }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .p-xl-0 {
    padding: 0 !important; }
  .pt-xl-0 {
    padding-top: 0 !important; }
  .pr-xl-0 {
    padding-right: 0 !important; }
  .pb-xl-0 {
    padding-bottom: 0 !important; }
  .pl-xl-0 {
    padding-left: 0 !important; }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .p-xl-1 {
    padding: 0.25rem !important; }
  .pt-xl-1 {
    padding-top: 0.25rem !important; }
  .pr-xl-1 {
    padding-right: 0.25rem !important; }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important; }
  .pl-xl-1 {
    padding-left: 0.25rem !important; }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .p-xl-2 {
    padding: 0.5rem !important; }
  .pt-xl-2 {
    padding-top: 0.5rem !important; }
  .pr-xl-2 {
    padding-right: 0.5rem !important; }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important; }
  .pl-xl-2 {
    padding-left: 0.5rem !important; }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .p-xl-3 {
    padding: 1rem !important; }
  .pt-xl-3 {
    padding-top: 1rem !important; }
  .pr-xl-3 {
    padding-right: 1rem !important; }
  .pb-xl-3 {
    padding-bottom: 1rem !important; }
  .pl-xl-3 {
    padding-left: 1rem !important; }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .p-xl-4 {
    padding: 1.5rem !important; }
  .pt-xl-4 {
    padding-top: 1.5rem !important; }
  .pr-xl-4 {
    padding-right: 1.5rem !important; }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important; }
  .pl-xl-4 {
    padding-left: 1.5rem !important; }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .p-xl-5 {
    padding: 3rem !important; }
  .pt-xl-5 {
    padding-top: 3rem !important; }
  .pr-xl-5 {
    padding-right: 3rem !important; }
  .pb-xl-5 {
    padding-bottom: 3rem !important; }
  .pl-xl-5 {
    padding-left: 3rem !important; }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .m-xl-auto {
    margin: auto !important; }
  .mt-xl-auto {
    margin-top: auto !important; }
  .mr-xl-auto {
    margin-right: auto !important; }
  .mb-xl-auto {
    margin-bottom: auto !important; }
  .ml-xl-auto {
    margin-left: auto !important; }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; } }

.text-justify {
  text-align: justify !important; }

.text-nowrap {
  white-space: nowrap !important; }

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.text-left {
  text-align: left !important; }

.text-right, .fc-event .fc-event-actions-wrap {
  text-align: right !important; }

.text-center {
  text-align: center !important; }

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important; }
  .text-sm-right {
    text-align: right !important; }
  .text-sm-center {
    text-align: center !important; } }

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important; }
  .text-md-right {
    text-align: right !important; }
  .text-md-center {
    text-align: center !important; } }

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important; }
  .text-lg-right {
    text-align: right !important; }
  .text-lg-center {
    text-align: center !important; } }

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important; }
  .text-xl-right {
    text-align: right !important; }
  .text-xl-center {
    text-align: center !important; } }

.text-lowercase {
  text-transform: lowercase !important; }

.text-uppercase {
  text-transform: uppercase !important; }

.text-capitalize {
  text-transform: capitalize !important; }

.font-weight-normal {
  font-weight: normal; }

.font-weight-bold {
  font-weight: bold; }

.font-italic {
  font-style: italic; }

.text-white {
  color: #fff !important; }

.text-primary {
  color: #00a9e0 !important; }

a.text-primary:focus, a.text-primary:hover {
  color: #0083ad !important; }

.text-secondary {
  color: #6d7274 !important; }

a.text-secondary:focus, a.text-secondary:hover {
  color: #54585a !important; }

.text-success {
  color: #77b62c !important; }

a.text-success:focus, a.text-success:hover {
  color: #5c8d22 !important; }

.text-info {
  color: #00a9e0 !important; }

a.text-info:focus, a.text-info:hover {
  color: #0083ad !important; }

.text-warning {
  color: #f5a800 !important; }

a.text-warning:focus, a.text-warning:hover {
  color: #c28500 !important; }

.text-danger {
  color: #ff141e !important; }

a.text-danger:focus, a.text-danger:hover {
  color: #e0000a !important; }

.text-light {
  color: #eff0f1 !important; }

a.text-light:focus, a.text-light:hover {
  color: #d5d7d8 !important; }

.text-dark {
  color: #3b3e40 !important; }

a.text-dark:focus, a.text-dark:hover {
  color: #232425 !important; }

.text-muted {
  color: #6d7274 !important; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("//netdna.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("//netdna.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("//netdna.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("//netdna.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("//netdna.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("//netdna.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  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.28571em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.85714em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right {
  margin-left: .3em; }

/* Deprecated as of 4.4.0 */
.pull-right, .file-list li [class*='file-delete'] {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }

.fa.pull-right, .file-list li .fa[class*='file-delete'] {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-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 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none; }

.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;
  left: 0;
  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: ""; }

.fa-music:before {
  content: ""; }

.fa-search:before {
  content: ""; }

.fa-envelope-o:before {
  content: ""; }

.fa-heart:before {
  content: ""; }

.fa-star:before {
  content: ""; }

.fa-star-o:before {
  content: ""; }

.fa-user:before {
  content: ""; }

.fa-film:before {
  content: ""; }

.fa-th-large:before {
  content: ""; }

.fa-th:before {
  content: ""; }

.fa-th-list:before {
  content: ""; }

.fa-check:before {
  content: ""; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: ""; }

.fa-search-plus:before {
  content: ""; }

.fa-search-minus:before {
  content: ""; }

.fa-power-off:before {
  content: ""; }

.fa-signal:before {
  content: ""; }

.fa-gear:before,
.fa-cog:before {
  content: ""; }

.fa-trash-o:before {
  content: ""; }

.fa-home:before {
  content: ""; }

.fa-file-o:before {
  content: ""; }

.fa-clock-o:before {
  content: ""; }

.fa-road:before {
  content: ""; }

.fa-download:before {
  content: ""; }

.fa-arrow-circle-o-down:before {
  content: ""; }

.fa-arrow-circle-o-up:before {
  content: ""; }

.fa-inbox:before {
  content: ""; }

.fa-play-circle-o:before {
  content: ""; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: ""; }

.fa-refresh:before {
  content: ""; }

.fa-list-alt:before {
  content: ""; }

.fa-lock:before {
  content: ""; }

.fa-flag:before {
  content: ""; }

.fa-headphones:before {
  content: ""; }

.fa-volume-off:before {
  content: ""; }

.fa-volume-down:before {
  content: ""; }

.fa-volume-up:before {
  content: ""; }

.fa-qrcode:before {
  content: ""; }

.fa-barcode:before {
  content: ""; }

.fa-tag:before {
  content: ""; }

.fa-tags:before {
  content: ""; }

.fa-book:before {
  content: ""; }

.fa-bookmark:before {
  content: ""; }

.fa-print:before {
  content: ""; }

.fa-camera:before {
  content: ""; }

.fa-font:before {
  content: ""; }

.fa-bold:before {
  content: ""; }

.fa-italic:before {
  content: ""; }

.fa-text-height:before {
  content: ""; }

.fa-text-width:before {
  content: ""; }

.fa-align-left:before {
  content: ""; }

.fa-align-center:before {
  content: ""; }

.fa-align-right:before {
  content: ""; }

.fa-align-justify:before {
  content: ""; }

.fa-list:before {
  content: ""; }

.fa-dedent:before,
.fa-outdent:before {
  content: ""; }

.fa-indent:before {
  content: ""; }

.fa-video-camera:before {
  content: ""; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: ""; }

.fa-pencil:before {
  content: ""; }

.fa-map-marker:before {
  content: ""; }

.fa-adjust:before {
  content: ""; }

.fa-tint:before {
  content: ""; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: ""; }

.fa-share-square-o:before {
  content: ""; }

.fa-check-square-o:before {
  content: ""; }

.fa-arrows:before {
  content: ""; }

.fa-step-backward:before {
  content: ""; }

.fa-fast-backward:before {
  content: ""; }

.fa-backward:before {
  content: ""; }

.fa-play:before {
  content: ""; }

.fa-pause:before {
  content: ""; }

.fa-stop:before {
  content: ""; }

.fa-forward:before {
  content: ""; }

.fa-fast-forward:before {
  content: ""; }

.fa-step-forward:before {
  content: ""; }

.fa-eject:before {
  content: ""; }

.fa-chevron-left:before {
  content: ""; }

.fa-chevron-right:before {
  content: ""; }

.fa-plus-circle:before {
  content: ""; }

.fa-minus-circle:before {
  content: ""; }

.fa-times-circle:before {
  content: ""; }

.fa-check-circle:before {
  content: ""; }

.fa-question-circle:before {
  content: ""; }

.fa-info-circle:before {
  content: ""; }

.fa-crosshairs:before {
  content: ""; }

.fa-times-circle-o:before {
  content: ""; }

.fa-check-circle-o:before {
  content: ""; }

.fa-ban:before {
  content: ""; }

.fa-arrow-left:before {
  content: ""; }

.fa-arrow-right:before {
  content: ""; }

.fa-arrow-up:before {
  content: ""; }

.fa-arrow-down:before {
  content: ""; }

.fa-mail-forward:before,
.fa-share:before {
  content: ""; }

.fa-expand:before {
  content: ""; }

.fa-compress:before {
  content: ""; }

.fa-plus:before {
  content: ""; }

.fa-minus:before {
  content: ""; }

.fa-asterisk:before {
  content: ""; }

.fa-exclamation-circle:before {
  content: ""; }

.fa-gift:before {
  content: ""; }

.fa-leaf:before {
  content: ""; }

.fa-fire:before {
  content: ""; }

.fa-eye:before {
  content: ""; }

.fa-eye-slash:before {
  content: ""; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: ""; }

.fa-plane:before {
  content: ""; }

.fa-calendar:before {
  content: ""; }

.fa-random:before {
  content: ""; }

.fa-comment:before {
  content: ""; }

.fa-magnet:before {
  content: ""; }

.fa-chevron-up:before {
  content: ""; }

.fa-chevron-down:before {
  content: ""; }

.fa-retweet:before {
  content: ""; }

.fa-shopping-cart:before {
  content: ""; }

.fa-folder:before {
  content: ""; }

.fa-folder-open:before {
  content: ""; }

.fa-arrows-v:before {
  content: ""; }

.fa-arrows-h:before {
  content: ""; }

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: ""; }

.fa-twitter-square:before {
  content: ""; }

.fa-facebook-square:before {
  content: ""; }

.fa-camera-retro:before {
  content: ""; }

.fa-key:before {
  content: ""; }

.fa-gears:before,
.fa-cogs:before {
  content: ""; }

.fa-comments:before {
  content: ""; }

.fa-thumbs-o-up:before {
  content: ""; }

.fa-thumbs-o-down:before {
  content: ""; }

.fa-star-half:before {
  content: ""; }

.fa-heart-o:before {
  content: ""; }

.fa-sign-out:before {
  content: ""; }

.fa-linkedin-square:before {
  content: ""; }

.fa-thumb-tack:before {
  content: ""; }

.fa-external-link:before {
  content: ""; }

.fa-sign-in:before {
  content: ""; }

.fa-trophy:before {
  content: ""; }

.fa-github-square:before {
  content: ""; }

.fa-upload:before {
  content: ""; }

.fa-lemon-o:before {
  content: ""; }

.fa-phone:before {
  content: ""; }

.fa-square-o:before {
  content: ""; }

.fa-bookmark-o:before {
  content: ""; }

.fa-phone-square:before {
  content: ""; }

.fa-twitter:before {
  content: ""; }

.fa-facebook-f:before,
.fa-facebook:before {
  content: ""; }

.fa-github:before {
  content: ""; }

.fa-unlock:before {
  content: ""; }

.fa-credit-card:before {
  content: ""; }

.fa-feed:before,
.fa-rss:before {
  content: ""; }

.fa-hdd-o:before {
  content: ""; }

.fa-bullhorn:before {
  content: ""; }

.fa-bell:before {
  content: ""; }

.fa-certificate:before {
  content: ""; }

.fa-hand-o-right:before {
  content: ""; }

.fa-hand-o-left:before {
  content: ""; }

.fa-hand-o-up:before {
  content: ""; }

.fa-hand-o-down:before {
  content: ""; }

.fa-arrow-circle-left:before {
  content: ""; }

.fa-arrow-circle-right:before {
  content: ""; }

.fa-arrow-circle-up:before {
  content: ""; }

.fa-arrow-circle-down:before {
  content: ""; }

.fa-globe:before {
  content: ""; }

.fa-wrench:before {
  content: ""; }

.fa-tasks:before {
  content: ""; }

.fa-filter:before {
  content: ""; }

.fa-briefcase:before {
  content: ""; }

.fa-arrows-alt:before {
  content: ""; }

.fa-group:before,
.fa-users:before {
  content: ""; }

.fa-chain:before,
.fa-link:before {
  content: ""; }

.fa-cloud:before {
  content: ""; }

.fa-flask:before {
  content: ""; }

.fa-cut:before,
.fa-scissors:before {
  content: ""; }

.fa-copy:before,
.fa-files-o:before {
  content: ""; }

.fa-paperclip:before {
  content: ""; }

.fa-save:before,
.fa-floppy-o:before {
  content: ""; }

.fa-square:before {
  content: ""; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: ""; }

.fa-list-ul:before {
  content: ""; }

.fa-list-ol:before {
  content: ""; }

.fa-strikethrough:before {
  content: ""; }

.fa-underline:before {
  content: ""; }

.fa-table:before {
  content: ""; }

.fa-magic:before {
  content: ""; }

.fa-truck:before {
  content: ""; }

.fa-pinterest:before {
  content: ""; }

.fa-pinterest-square:before {
  content: ""; }

.fa-google-plus-square:before {
  content: ""; }

.fa-google-plus:before {
  content: ""; }

.fa-money:before {
  content: ""; }

.fa-caret-down:before {
  content: ""; }

.fa-caret-up:before {
  content: ""; }

.fa-caret-left:before {
  content: ""; }

.fa-caret-right:before {
  content: ""; }

.fa-columns:before {
  content: ""; }

.fa-unsorted:before,
.fa-sort:before {
  content: ""; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: ""; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: ""; }

.fa-envelope:before {
  content: ""; }

.fa-linkedin:before {
  content: ""; }

.fa-rotate-left:before,
.fa-undo:before {
  content: ""; }

.fa-legal:before,
.fa-gavel:before {
  content: ""; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: ""; }

.fa-comment-o:before {
  content: ""; }

.fa-comments-o:before {
  content: ""; }

.fa-flash:before,
.fa-bolt:before {
  content: ""; }

.fa-sitemap:before {
  content: ""; }

.fa-umbrella:before {
  content: ""; }

.fa-paste:before,
.fa-clipboard:before {
  content: ""; }

.fa-lightbulb-o:before {
  content: ""; }

.fa-exchange:before {
  content: ""; }

.fa-cloud-download:before {
  content: ""; }

.fa-cloud-upload:before {
  content: ""; }

.fa-user-md:before {
  content: ""; }

.fa-stethoscope:before {
  content: ""; }

.fa-suitcase:before {
  content: ""; }

.fa-bell-o:before {
  content: ""; }

.fa-coffee:before {
  content: ""; }

.fa-cutlery:before {
  content: ""; }

.fa-file-text-o:before {
  content: ""; }

.fa-building-o:before {
  content: ""; }

.fa-hospital-o:before {
  content: ""; }

.fa-ambulance:before {
  content: ""; }

.fa-medkit:before {
  content: ""; }

.fa-fighter-jet:before {
  content: ""; }

.fa-beer:before {
  content: ""; }

.fa-h-square:before {
  content: ""; }

.fa-plus-square:before {
  content: ""; }

.fa-angle-double-left:before {
  content: ""; }

.fa-angle-double-right:before {
  content: ""; }

.fa-angle-double-up:before {
  content: ""; }

.fa-angle-double-down:before {
  content: ""; }

.fa-angle-left:before {
  content: ""; }

.fa-angle-right:before {
  content: ""; }

.fa-angle-up:before {
  content: ""; }

.fa-angle-down:before {
  content: ""; }

.fa-desktop:before {
  content: ""; }

.fa-laptop:before {
  content: ""; }

.fa-tablet:before {
  content: ""; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: ""; }

.fa-circle-o:before {
  content: ""; }

.fa-quote-left:before {
  content: ""; }

.fa-quote-right:before {
  content: ""; }

.fa-spinner:before {
  content: ""; }

.fa-circle:before {
  content: ""; }

.fa-mail-reply:before,
.fa-reply:before {
  content: ""; }

.fa-github-alt:before {
  content: ""; }

.fa-folder-o:before {
  content: ""; }

.fa-folder-open-o:before {
  content: ""; }

.fa-smile-o:before {
  content: ""; }

.fa-frown-o:before {
  content: ""; }

.fa-meh-o:before {
  content: ""; }

.fa-gamepad:before {
  content: ""; }

.fa-keyboard-o:before {
  content: ""; }

.fa-flag-o:before {
  content: ""; }

.fa-flag-checkered:before {
  content: ""; }

.fa-terminal:before {
  content: ""; }

.fa-code:before {
  content: ""; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: ""; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: ""; }

.fa-location-arrow:before {
  content: ""; }

.fa-crop:before {
  content: ""; }

.fa-code-fork:before {
  content: ""; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: ""; }

.fa-question:before {
  content: ""; }

.fa-info:before {
  content: ""; }

.fa-exclamation:before {
  content: ""; }

.fa-superscript:before {
  content: ""; }

.fa-subscript:before {
  content: ""; }

.fa-eraser:before {
  content: ""; }

.fa-puzzle-piece:before {
  content: ""; }

.fa-microphone:before {
  content: ""; }

.fa-microphone-slash:before {
  content: ""; }

.fa-shield:before {
  content: ""; }

.fa-calendar-o:before {
  content: ""; }

.fa-fire-extinguisher:before {
  content: ""; }

.fa-rocket:before {
  content: ""; }

.fa-maxcdn:before {
  content: ""; }

.fa-chevron-circle-left:before {
  content: ""; }

.fa-chevron-circle-right:before {
  content: ""; }

.fa-chevron-circle-up:before {
  content: ""; }

.fa-chevron-circle-down:before {
  content: ""; }

.fa-html5:before {
  content: ""; }

.fa-css3:before {
  content: ""; }

.fa-anchor:before {
  content: ""; }

.fa-unlock-alt:before {
  content: ""; }

.fa-bullseye:before {
  content: ""; }

.fa-ellipsis-h:before {
  content: ""; }

.fa-ellipsis-v:before {
  content: ""; }

.fa-rss-square:before {
  content: ""; }

.fa-play-circle:before {
  content: ""; }

.fa-ticket:before {
  content: ""; }

.fa-minus-square:before {
  content: ""; }

.fa-minus-square-o:before {
  content: ""; }

.fa-level-up:before {
  content: ""; }

.fa-level-down:before {
  content: ""; }

.fa-check-square:before {
  content: ""; }

.fa-pencil-square:before {
  content: ""; }

.fa-external-link-square:before {
  content: ""; }

.fa-share-square:before {
  content: ""; }

.fa-compass:before {
  content: ""; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: ""; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: ""; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: ""; }

.fa-euro:before,
.fa-eur:before {
  content: ""; }

.fa-gbp:before {
  content: ""; }

.fa-dollar:before,
.fa-usd:before {
  content: ""; }

.fa-rupee:before,
.fa-inr:before {
  content: ""; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: ""; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: ""; }

.fa-won:before,
.fa-krw:before {
  content: ""; }

.fa-bitcoin:before,
.fa-btc:before {
  content: ""; }

.fa-file:before {
  content: ""; }

.fa-file-text:before {
  content: ""; }

.fa-sort-alpha-asc:before {
  content: ""; }

.fa-sort-alpha-desc:before {
  content: ""; }

.fa-sort-amount-asc:before {
  content: ""; }

.fa-sort-amount-desc:before {
  content: ""; }

.fa-sort-numeric-asc:before {
  content: ""; }

.fa-sort-numeric-desc:before {
  content: ""; }

.fa-thumbs-up:before {
  content: ""; }

.fa-thumbs-down:before {
  content: ""; }

.fa-youtube-square:before {
  content: ""; }

.fa-youtube:before {
  content: ""; }

.fa-xing:before {
  content: ""; }

.fa-xing-square:before {
  content: ""; }

.fa-youtube-play:before {
  content: ""; }

.fa-dropbox:before {
  content: ""; }

.fa-stack-overflow:before {
  content: ""; }

.fa-instagram:before {
  content: ""; }

.fa-flickr:before {
  content: ""; }

.fa-adn:before {
  content: ""; }

.fa-bitbucket:before {
  content: ""; }

.fa-bitbucket-square:before {
  content: ""; }

.fa-tumblr:before {
  content: ""; }

.fa-tumblr-square:before {
  content: ""; }

.fa-long-arrow-down:before {
  content: ""; }

.fa-long-arrow-up:before {
  content: ""; }

.fa-long-arrow-left:before {
  content: ""; }

.fa-long-arrow-right:before {
  content: ""; }

.fa-apple:before {
  content: ""; }

.fa-windows:before {
  content: ""; }

.fa-android:before {
  content: ""; }

.fa-linux:before {
  content: ""; }

.fa-dribbble:before {
  content: ""; }

.fa-skype:before {
  content: ""; }

.fa-foursquare:before {
  content: ""; }

.fa-trello:before {
  content: ""; }

.fa-female:before {
  content: ""; }

.fa-male:before {
  content: ""; }

.fa-gittip:before,
.fa-gratipay:before {
  content: ""; }

.fa-sun-o:before {
  content: ""; }

.fa-moon-o:before {
  content: ""; }

.fa-archive:before {
  content: ""; }

.fa-bug:before {
  content: ""; }

.fa-vk:before {
  content: ""; }

.fa-weibo:before {
  content: ""; }

.fa-renren:before {
  content: ""; }

.fa-pagelines:before {
  content: ""; }

.fa-stack-exchange:before {
  content: ""; }

.fa-arrow-circle-o-right:before {
  content: ""; }

.fa-arrow-circle-o-left:before {
  content: ""; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: ""; }

.fa-dot-circle-o:before {
  content: ""; }

.fa-wheelchair:before {
  content: ""; }

.fa-vimeo-square:before {
  content: ""; }

.fa-turkish-lira:before,
.fa-try:before {
  content: ""; }

.fa-plus-square-o:before {
  content: ""; }

.fa-space-shuttle:before {
  content: ""; }

.fa-slack:before {
  content: ""; }

.fa-envelope-square:before {
  content: ""; }

.fa-wordpress:before {
  content: ""; }

.fa-openid:before {
  content: ""; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: ""; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: ""; }

.fa-yahoo:before {
  content: ""; }

.fa-google:before {
  content: ""; }

.fa-reddit:before {
  content: ""; }

.fa-reddit-square:before {
  content: ""; }

.fa-stumbleupon-circle:before {
  content: ""; }

.fa-stumbleupon:before {
  content: ""; }

.fa-delicious:before {
  content: ""; }

.fa-digg:before {
  content: ""; }

.fa-pied-piper-pp:before {
  content: ""; }

.fa-pied-piper-alt:before {
  content: ""; }

.fa-drupal:before {
  content: ""; }

.fa-joomla:before {
  content: ""; }

.fa-language:before {
  content: ""; }

.fa-fax:before {
  content: ""; }

.fa-building:before {
  content: ""; }

.fa-child:before {
  content: ""; }

.fa-paw:before {
  content: ""; }

.fa-spoon:before {
  content: ""; }

.fa-cube:before {
  content: ""; }

.fa-cubes:before {
  content: ""; }

.fa-behance:before {
  content: ""; }

.fa-behance-square:before {
  content: ""; }

.fa-steam:before {
  content: ""; }

.fa-steam-square:before {
  content: ""; }

.fa-recycle:before {
  content: ""; }

.fa-automobile:before,
.fa-car:before {
  content: ""; }

.fa-cab:before,
.fa-taxi:before {
  content: ""; }

.fa-tree:before {
  content: ""; }

.fa-spotify:before {
  content: ""; }

.fa-deviantart:before {
  content: ""; }

.fa-soundcloud:before {
  content: ""; }

.fa-database:before {
  content: ""; }

.fa-file-pdf-o:before {
  content: ""; }

.fa-file-word-o:before {
  content: ""; }

.fa-file-excel-o:before {
  content: ""; }

.fa-file-powerpoint-o:before {
  content: ""; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: ""; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: ""; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: ""; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: ""; }

.fa-file-code-o:before {
  content: ""; }

.fa-vine:before {
  content: ""; }

.fa-codepen:before {
  content: ""; }

.fa-jsfiddle:before {
  content: ""; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: ""; }

.fa-circle-o-notch:before {
  content: ""; }

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: ""; }

.fa-ge:before,
.fa-empire:before {
  content: ""; }

.fa-git-square:before {
  content: ""; }

.fa-git:before {
  content: ""; }

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: ""; }

.fa-tencent-weibo:before {
  content: ""; }

.fa-qq:before {
  content: ""; }

.fa-wechat:before,
.fa-weixin:before {
  content: ""; }

.fa-send:before,
.fa-paper-plane:before {
  content: ""; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: ""; }

.fa-history:before {
  content: ""; }

.fa-circle-thin:before {
  content: ""; }

.fa-header:before {
  content: ""; }

.fa-paragraph:before {
  content: ""; }

.fa-sliders:before {
  content: ""; }

.fa-share-alt:before {
  content: ""; }

.fa-share-alt-square:before {
  content: ""; }

.fa-bomb:before {
  content: ""; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: ""; }

.fa-tty:before {
  content: ""; }

.fa-binoculars:before {
  content: ""; }

.fa-plug:before {
  content: ""; }

.fa-slideshare:before {
  content: ""; }

.fa-twitch:before {
  content: ""; }

.fa-yelp:before {
  content: ""; }

.fa-newspaper-o:before {
  content: ""; }

.fa-wifi:before {
  content: ""; }

.fa-calculator:before {
  content: ""; }

.fa-paypal:before {
  content: ""; }

.fa-google-wallet:before {
  content: ""; }

.fa-cc-visa:before {
  content: ""; }

.fa-cc-mastercard:before {
  content: ""; }

.fa-cc-discover:before {
  content: ""; }

.fa-cc-amex:before {
  content: ""; }

.fa-cc-paypal:before {
  content: ""; }

.fa-cc-stripe:before {
  content: ""; }

.fa-bell-slash:before {
  content: ""; }

.fa-bell-slash-o:before {
  content: ""; }

.fa-trash:before {
  content: ""; }

.fa-copyright:before {
  content: ""; }

.fa-at:before {
  content: ""; }

.fa-eyedropper:before {
  content: ""; }

.fa-paint-brush:before {
  content: ""; }

.fa-birthday-cake:before {
  content: ""; }

.fa-area-chart:before {
  content: ""; }

.fa-pie-chart:before {
  content: ""; }

.fa-line-chart:before {
  content: ""; }

.fa-lastfm:before {
  content: ""; }

.fa-lastfm-square:before {
  content: ""; }

.fa-toggle-off:before {
  content: ""; }

.fa-toggle-on:before {
  content: ""; }

.fa-bicycle:before {
  content: ""; }

.fa-bus:before {
  content: ""; }

.fa-ioxhost:before {
  content: ""; }

.fa-angellist:before {
  content: ""; }

.fa-cc:before {
  content: ""; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: ""; }

.fa-meanpath:before {
  content: ""; }

.fa-buysellads:before {
  content: ""; }

.fa-connectdevelop:before {
  content: ""; }

.fa-dashcube:before {
  content: ""; }

.fa-forumbee:before {
  content: ""; }

.fa-leanpub:before {
  content: ""; }

.fa-sellsy:before {
  content: ""; }

.fa-shirtsinbulk:before {
  content: ""; }

.fa-simplybuilt:before {
  content: ""; }

.fa-skyatlas:before {
  content: ""; }

.fa-cart-plus:before {
  content: ""; }

.fa-cart-arrow-down:before {
  content: ""; }

.fa-diamond:before {
  content: ""; }

.fa-ship:before {
  content: ""; }

.fa-user-secret:before {
  content: ""; }

.fa-motorcycle:before {
  content: ""; }

.fa-street-view:before {
  content: ""; }

.fa-heartbeat:before {
  content: ""; }

.fa-venus:before {
  content: ""; }

.fa-mars:before {
  content: ""; }

.fa-mercury:before {
  content: ""; }

.fa-intersex:before,
.fa-transgender:before {
  content: ""; }

.fa-transgender-alt:before {
  content: ""; }

.fa-venus-double:before {
  content: ""; }

.fa-mars-double:before {
  content: ""; }

.fa-venus-mars:before {
  content: ""; }

.fa-mars-stroke:before {
  content: ""; }

.fa-mars-stroke-v:before {
  content: ""; }

.fa-mars-stroke-h:before {
  content: ""; }

.fa-neuter:before {
  content: ""; }

.fa-genderless:before {
  content: ""; }

.fa-facebook-official:before {
  content: ""; }

.fa-pinterest-p:before {
  content: ""; }

.fa-whatsapp:before {
  content: ""; }

.fa-server:before {
  content: ""; }

.fa-user-plus:before {
  content: ""; }

.fa-user-times:before {
  content: ""; }

.fa-hotel:before,
.fa-bed:before {
  content: ""; }

.fa-viacoin:before {
  content: ""; }

.fa-train:before {
  content: ""; }

.fa-subway:before {
  content: ""; }

.fa-medium:before {
  content: ""; }

.fa-yc:before,
.fa-y-combinator:before {
  content: ""; }

.fa-optin-monster:before {
  content: ""; }

.fa-opencart:before {
  content: ""; }

.fa-expeditedssl:before {
  content: ""; }

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: ""; }

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: ""; }

.fa-battery-2:before,
.fa-battery-half:before {
  content: ""; }

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: ""; }

.fa-battery-0:before,
.fa-battery-empty:before {
  content: ""; }

.fa-mouse-pointer:before {
  content: ""; }

.fa-i-cursor:before {
  content: ""; }

.fa-object-group:before {
  content: ""; }

.fa-object-ungroup:before {
  content: ""; }

.fa-sticky-note:before {
  content: ""; }

.fa-sticky-note-o:before {
  content: ""; }

.fa-cc-jcb:before {
  content: ""; }

.fa-cc-diners-club:before {
  content: ""; }

.fa-clone:before {
  content: ""; }

.fa-balance-scale:before {
  content: ""; }

.fa-hourglass-o:before {
  content: ""; }

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: ""; }

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: ""; }

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: ""; }

.fa-hourglass:before {
  content: ""; }

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: ""; }

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: ""; }

.fa-hand-scissors-o:before {
  content: ""; }

.fa-hand-lizard-o:before {
  content: ""; }

.fa-hand-spock-o:before {
  content: ""; }

.fa-hand-pointer-o:before {
  content: ""; }

.fa-hand-peace-o:before {
  content: ""; }

.fa-trademark:before {
  content: ""; }

.fa-registered:before {
  content: ""; }

.fa-creative-commons:before {
  content: ""; }

.fa-gg:before {
  content: ""; }

.fa-gg-circle:before {
  content: ""; }

.fa-tripadvisor:before {
  content: ""; }

.fa-odnoklassniki:before {
  content: ""; }

.fa-odnoklassniki-square:before {
  content: ""; }

.fa-get-pocket:before {
  content: ""; }

.fa-wikipedia-w:before {
  content: ""; }

.fa-safari:before {
  content: ""; }

.fa-chrome:before {
  content: ""; }

.fa-firefox:before {
  content: ""; }

.fa-opera:before {
  content: ""; }

.fa-internet-explorer:before {
  content: ""; }

.fa-tv:before,
.fa-television:before {
  content: ""; }

.fa-contao:before {
  content: ""; }

.fa-500px:before {
  content: ""; }

.fa-amazon:before {
  content: ""; }

.fa-calendar-plus-o:before {
  content: ""; }

.fa-calendar-minus-o:before {
  content: ""; }

.fa-calendar-times-o:before {
  content: ""; }

.fa-calendar-check-o:before {
  content: ""; }

.fa-industry:before {
  content: ""; }

.fa-map-pin:before {
  content: ""; }

.fa-map-signs:before {
  content: ""; }

.fa-map-o:before {
  content: ""; }

.fa-map:before {
  content: ""; }

.fa-commenting:before {
  content: ""; }

.fa-commenting-o:before {
  content: ""; }

.fa-houzz:before {
  content: ""; }

.fa-vimeo:before {
  content: ""; }

.fa-black-tie:before {
  content: ""; }

.fa-fonticons:before {
  content: ""; }

.fa-reddit-alien:before {
  content: ""; }

.fa-edge:before {
  content: ""; }

.fa-credit-card-alt:before {
  content: ""; }

.fa-codiepie:before {
  content: ""; }

.fa-modx:before {
  content: ""; }

.fa-fort-awesome:before {
  content: ""; }

.fa-usb:before {
  content: ""; }

.fa-product-hunt:before {
  content: ""; }

.fa-mixcloud:before {
  content: ""; }

.fa-scribd:before {
  content: ""; }

.fa-pause-circle:before {
  content: ""; }

.fa-pause-circle-o:before {
  content: ""; }

.fa-stop-circle:before {
  content: ""; }

.fa-stop-circle-o:before {
  content: ""; }

.fa-shopping-bag:before {
  content: ""; }

.fa-shopping-basket:before {
  content: ""; }

.fa-hashtag:before {
  content: ""; }

.fa-bluetooth:before {
  content: ""; }

.fa-bluetooth-b:before {
  content: ""; }

.fa-percent:before {
  content: ""; }

.fa-gitlab:before {
  content: ""; }

.fa-wpbeginner:before {
  content: ""; }

.fa-wpforms:before {
  content: ""; }

.fa-envira:before {
  content: ""; }

.fa-universal-access:before {
  content: ""; }

.fa-wheelchair-alt:before {
  content: ""; }

.fa-question-circle-o:before {
  content: ""; }

.fa-blind:before {
  content: ""; }

.fa-audio-description:before {
  content: ""; }

.fa-volume-control-phone:before {
  content: ""; }

.fa-braille:before {
  content: ""; }

.fa-assistive-listening-systems:before {
  content: ""; }

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: ""; }

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: ""; }

.fa-glide:before {
  content: ""; }

.fa-glide-g:before {
  content: ""; }

.fa-signing:before,
.fa-sign-language:before {
  content: ""; }

.fa-low-vision:before {
  content: ""; }

.fa-viadeo:before {
  content: ""; }

.fa-viadeo-square:before {
  content: ""; }

.fa-snapchat:before {
  content: ""; }

.fa-snapchat-ghost:before {
  content: ""; }

.fa-snapchat-square:before {
  content: ""; }

.fa-pied-piper:before {
  content: ""; }

.fa-first-order:before {
  content: ""; }

.fa-yoast:before {
  content: ""; }

.fa-themeisle:before {
  content: ""; }

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: ""; }

.fa-fa:before,
.fa-font-awesome:before {
  content: ""; }

.fa-handshake-o:before {
  content: ""; }

.fa-envelope-open:before {
  content: ""; }

.fa-envelope-open-o:before {
  content: ""; }

.fa-linode:before {
  content: ""; }

.fa-address-book:before {
  content: ""; }

.fa-address-book-o:before {
  content: ""; }

.fa-vcard:before,
.fa-address-card:before {
  content: ""; }

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: ""; }

.fa-user-circle:before {
  content: ""; }

.fa-user-circle-o:before {
  content: ""; }

.fa-user-o:before {
  content: ""; }

.fa-id-badge:before {
  content: ""; }

.fa-drivers-license:before,
.fa-id-card:before {
  content: ""; }

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: ""; }

.fa-quora:before {
  content: ""; }

.fa-free-code-camp:before {
  content: ""; }

.fa-telegram:before {
  content: ""; }

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: ""; }

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: ""; }

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: ""; }

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: ""; }

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: ""; }

.fa-shower:before {
  content: ""; }

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: ""; }

.fa-podcast:before {
  content: ""; }

.fa-window-maximize:before {
  content: ""; }

.fa-window-minimize:before {
  content: ""; }

.fa-window-restore:before {
  content: ""; }

.fa-times-rectangle:before,
.fa-window-close:before {
  content: ""; }

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: ""; }

.fa-bandcamp:before {
  content: ""; }

.fa-grav:before {
  content: ""; }

.fa-etsy:before {
  content: ""; }

.fa-imdb:before {
  content: ""; }

.fa-ravelry:before {
  content: ""; }

.fa-eercast:before {
  content: ""; }

.fa-microchip:before {
  content: ""; }

.fa-snowflake-o:before {
  content: ""; }

.fa-superpowers:before {
  content: ""; }

.fa-wpexplorer:before {
  content: ""; }

.fa-meetup:before {
  content: ""; }

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

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

/*! jQuery UI - v1.12.1 - 2016-09-14
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, draggable.css, resizable.css, progressbar.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Trebuchet%20MS%2CTahoma%2CVerdana%2CArial%2Csans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=f6a828&bgTextureHeader=gloss_wave&bgImgOpacityHeader=35&borderColorHeader=e78f08&fcHeader=ffffff&iconColorHeader=ffffff&bgColorContent=eeeeee&bgTextureContent=highlight_soft&bgImgOpacityContent=100&borderColorContent=dddddd&fcContent=333333&iconColorContent=222222&bgColorDefault=f6f6f6&bgTextureDefault=glass&bgImgOpacityDefault=100&borderColorDefault=cccccc&fcDefault=1c94c4&iconColorDefault=ef8c08&bgColorHover=fdf5ce&bgTextureHover=glass&bgImgOpacityHover=100&borderColorHover=fbcb09&fcHover=c77405&iconColorHover=ef8c08&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=fbd850&fcActive=eb8f00&iconColorActive=ef8c08&bgColorHighlight=ffe45c&bgTextureHighlight=highlight_soft&bgImgOpacityHighlight=75&borderColorHighlight=fed22f&fcHighlight=363636&iconColorHighlight=228ef1&bgColorError=b81900&bgTextureError=diagonals_thick&bgImgOpacityError=18&borderColorError=cd0a0a&fcError=ffffff&iconColorError=ffd27a&bgColorOverlay=666666&bgTextureOverlay=diagonals_thick&bgImgOpacityOverlay=20&opacityOverlay=50&bgColorShadow=000000&bgTextureShadow=flat&bgImgOpacityShadow=10&opacityShadow=20&thicknessShadow=5px&offsetTopShadow=-5px&offsetLeftShadow=-5px&cornerRadiusShadow=5px
* Copyright jQuery Foundation and other contributors; Licensed MIT */
.ui-helper-hidden {
  display: none; }

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none; }

.ui-helper-clearfix:before, .ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse; }

.ui-helper-clearfix:after {
  clear: both; }

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0); }

.ui-front {
  z-index: 100; }

.ui-state-disabled {
  cursor: default !important;
  pointer-events: none; }

.ui-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -.25em;
  position: relative;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat; }

.ui-widget-icon-block {
  left: 50%;
  margin-left: -8px;
  display: block; }

.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin: 2px 0 0 0;
  padding: .5em .5em .5em .7em;
  font-size: 100%; }

.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto; }

.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default; }

.ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: 0; }

.ui-menu .ui-menu {
  position: absolute; }

.ui-menu .ui-menu-item {
  margin: 0;
  cursor: pointer;
  list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7"); }

.ui-menu .ui-menu-item-wrapper {
  position: relative;
  padding: 3px 1em 3px .4em; }

.ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0; }

.ui-menu .ui-state-focus, .ui-menu .ui-state-active {
  margin: -1px; }

.ui-menu-icons {
  position: relative; }

.ui-menu-icons .ui-menu-item-wrapper {
  padding-left: 2em; }

.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: .2em;
  margin: auto 0; }

.ui-menu .ui-menu-icon {
  left: auto;
  right: 0; }

.ui-button {
  padding: .4em 1em;
  display: inline-block;
  position: relative;
  line-height: normal;
  margin-right: .1em;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: visible; }

.ui-button, .ui-button:link, .ui-button:visited, .ui-button:hover, .ui-button:active {
  text-decoration: none; }

.ui-button-icon-only {
  width: 2em;
  box-sizing: border-box;
  text-indent: -9999px;
  white-space: nowrap; }

input.ui-button.ui-button-icon-only {
  text-indent: 0; }

.ui-button-icon-only .ui-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -8px; }

.ui-button.ui-icon-notext .ui-icon {
  padding: 0;
  width: 2.1em;
  height: 2.1em;
  text-indent: -9999px;
  white-space: nowrap; }

input.ui-button.ui-icon-notext .ui-icon {
  width: auto;
  height: auto;
  text-indent: 0;
  white-space: normal;
  padding: .4em 1em; }

input.ui-button::-moz-focus-inner, button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0; }

.ui-controlgroup {
  vertical-align: middle;
  display: inline-block; }

.ui-controlgroup > .ui-controlgroup-item {
  float: left;
  margin-left: 0;
  margin-right: 0; }

.ui-controlgroup > .ui-controlgroup-item:focus, .ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {
  z-index: 9999; }

.ui-controlgroup-vertical > .ui-controlgroup-item {
  display: block;
  float: none;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  text-align: left; }

.ui-controlgroup-vertical .ui-controlgroup-item {
  box-sizing: border-box; }

.ui-controlgroup .ui-controlgroup-label {
  padding: .4em 1em; }

.ui-controlgroup .ui-controlgroup-label span {
  font-size: 80%; }

.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
  border-left: none; }

.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
  border-top: none; }

.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
  border-right: none; }

.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
  border-bottom: none; }

.ui-controlgroup-vertical .ui-spinner-input {
  width: 75%;
  width: calc( 100% - 2.4em); }

.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
  border-top-style: solid; }

.ui-checkboxradio-label .ui-icon-background {
  box-shadow: inset 1px 1px 1px #ccc;
  border-radius: .12em;
  border: none; }

.ui-checkboxradio-radio-label .ui-icon-background {
  width: 16px;
  height: 16px;
  border-radius: 1em;
  overflow: visible;
  border: none; }

.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon, .ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
  background-image: none;
  width: 8px;
  height: 8px;
  border-width: 4px;
  border-style: solid; }

.ui-checkboxradio-disabled {
  pointer-events: none; }

.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none; }

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0; }

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em; }

.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover {
  top: 1px; }

.ui-datepicker .ui-datepicker-prev {
  left: 2px; }

.ui-datepicker .ui-datepicker-next {
  right: 2px; }

.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px; }

.ui-datepicker .ui-datepicker-next-hover {
  right: 1px; }

.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px; }

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center; }

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0; }

.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
  width: 45%; }

.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em; }

.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0; }

.ui-datepicker td {
  border: 0;
  padding: 1px; }

.ui-datepicker td span, .ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none; }

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0; }

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible; }

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left; }

.ui-datepicker.ui-datepicker-multi {
  width: auto; }

.ui-datepicker-multi .ui-datepicker-group {
  float: left; }

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em; }

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%; }

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%; }

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%; }

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0; }

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left; }

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0; }

.ui-datepicker-rtl {
  direction: rtl; }

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto; }

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto; }

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto; }

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto; }

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right; }

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left; }

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current, .ui-datepicker-rtl .ui-datepicker-group {
  float: right; }

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px; }

.ui-datepicker .ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
  left: .5em;
  top: .3em; }

.ui-dialog {
  position: absolute;
  top: 0;
  left: 0;
  padding: .2em;
  outline: 0; }

.ui-dialog .ui-dialog-titlebar {
  padding: .4em 1em;
  position: relative; }

.ui-dialog .ui-dialog-title {
  float: left;
  margin: .1em 0;
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis; }

.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: .3em;
  top: 50%;
  width: 20px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 20px; }

.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: .5em 1em;
  background: none;
  overflow: auto; }

.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin-top: .5em;
  padding: .3em 1em .5em .4em; }

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right; }

.ui-dialog .ui-dialog-buttonpane button {
  margin: .5em .4em .5em 0;
  cursor: pointer; }

.ui-dialog .ui-resizable-n {
  height: 2px;
  top: 0; }

.ui-dialog .ui-resizable-e {
  width: 2px;
  right: 0; }

.ui-dialog .ui-resizable-s {
  height: 2px;
  bottom: 0; }

.ui-dialog .ui-resizable-w {
  width: 2px;
  left: 0; }

.ui-dialog .ui-resizable-se, .ui-dialog .ui-resizable-sw, .ui-dialog .ui-resizable-ne, .ui-dialog .ui-resizable-nw {
  width: 7px;
  height: 7px; }

.ui-dialog .ui-resizable-se {
  right: 0;
  bottom: 0; }

.ui-dialog .ui-resizable-sw {
  left: 0;
  bottom: 0; }

.ui-dialog .ui-resizable-ne {
  right: 0;
  top: 0; }

.ui-dialog .ui-resizable-nw {
  left: 0;
  top: 0; }

.ui-draggable .ui-dialog-titlebar {
  cursor: move; }

.ui-draggable-handle {
  -ms-touch-action: none;
  touch-action: none; }

.ui-resizable {
  position: relative; }

.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
  -ms-touch-action: none;
  touch-action: none; }

.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle {
  display: none; }

.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0; }

.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0; }

.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%; }

.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%; }

.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px; }

.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px; }

.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px; }

.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px; }

.ui-progressbar {
  height: 2em;
  text-align: left;
  overflow: hidden; }

.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%; }

.ui-progressbar .ui-progressbar-overlay {
  background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
  height: 100%;
  filter: alpha(opacity=25);
  opacity: 0.25; }

.ui-progressbar-indeterminate .ui-progressbar-value {
  background-image: none; }

.ui-selectable {
  -ms-touch-action: none;
  touch-action: none; }

.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted black; }

.ui-selectmenu-menu {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: none; }

.ui-selectmenu-menu .ui-menu {
  overflow: auto;
  overflow-x: hidden;
  padding-bottom: 1px; }

.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
  font-size: 1em;
  font-weight: bold;
  line-height: 1.5;
  padding: 2px 0.4em;
  margin: 0.5em 0 0 0;
  height: auto;
  border: 0; }

.ui-selectmenu-open {
  display: block; }

.ui-selectmenu-text {
  display: block;
  margin-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis; }

.ui-selectmenu-button.ui-button {
  text-align: left;
  white-space: nowrap;
  width: 14em; }

.ui-selectmenu-icon.ui-icon {
  float: right;
  margin-top: 0; }

.ui-slider {
  position: relative;
  text-align: left; }

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
  -ms-touch-action: none;
  touch-action: none; }

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0; }

.ui-slider.ui-state-disabled .ui-slider-handle, .ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit; }

.ui-slider-horizontal {
  height: .8em; }

.ui-slider-horizontal .ui-slider-handle {
  top: -.3em;
  margin-left: -.6em; }

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%; }

.ui-slider-horizontal .ui-slider-range-min {
  left: 0; }

.ui-slider-horizontal .ui-slider-range-max {
  right: 0; }

.ui-slider-vertical {
  width: .8em;
  height: 100px; }

.ui-slider-vertical .ui-slider-handle {
  left: -.3em;
  margin-left: 0;
  margin-bottom: -.6em; }

.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%; }

.ui-slider-vertical .ui-slider-range-min {
  bottom: 0; }

.ui-slider-vertical .ui-slider-range-max {
  top: 0; }

.ui-sortable-handle {
  -ms-touch-action: none;
  touch-action: none; }

.ui-spinner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  vertical-align: middle; }

.ui-spinner-input {
  border: none;
  background: none;
  color: inherit;
  padding: .222em 0;
  margin: .2em 0;
  vertical-align: middle;
  margin-left: .4em;
  margin-right: 2em; }

.ui-spinner-button {
  width: 1.6em;
  height: 50%;
  font-size: .5em;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  cursor: default;
  display: block;
  overflow: hidden;
  right: 0; }

.ui-spinner a.ui-spinner-button {
  border-top-style: none;
  border-bottom-style: none;
  border-right-style: none; }

.ui-spinner-up {
  top: 0; }

.ui-spinner-down {
  bottom: 0; }

.ui-tabs {
  position: relative;
  padding: .2em; }

.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: .2em .2em 0; }

.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px .2em 0 0;
  border-bottom-width: 0;
  padding: 0;
  white-space: nowrap; }

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: left;
  padding: .5em 1em;
  text-decoration: none; }

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px; }

.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor, .ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor, .ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
  cursor: text; }

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  cursor: pointer; }

.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: none; }

.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px; }

body .ui-tooltip {
  border-width: 2px; }

.ui-widget {
  font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
  font-size: 1.1em; }

.ui-widget .ui-widget {
  font-size: 1em; }

.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
  font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
  font-size: 1em; }

.ui-widget.ui-widget-content {
  border: 1px solid #ccc; }

.ui-widget-content {
  border: 1px solid #ddd;
  background: #eee url("images/ui-bg_highlight-soft_100_eeeeee_1x100.png") 50% top repeat-x;
  color: #333; }

.ui-widget-content a {
  color: #333; }

.ui-widget-header {
  border: 1px solid #e78f08;
  background: #f6a828 url("images/ui-bg_gloss-wave_35_f6a828_500x100.png") 50% 50% repeat-x;
  color: #fff;
  font-weight: bold; }

.ui-widget-header a {
  color: #fff; }

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
  border: 1px solid #ccc;
  background: #f6f6f6 url("images/ui-bg_glass_100_f6f6f6_1x400.png") 50% 50% repeat-x;
  font-weight: bold;
  color: #1c94c4; }

.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited, a.ui-button, a:link.ui-button, a:visited.ui-button, .ui-button {
  color: #1c94c4;
  text-decoration: none; }

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus, .ui-button:hover, .ui-button:focus {
  border: 1px solid #fbcb09;
  background: #fdf5ce url("images/ui-bg_glass_100_fdf5ce_1x400.png") 50% 50% repeat-x;
  font-weight: bold;
  color: #c77405; }

.ui-state-hover a, .ui-state-hover a:hover, .ui-state-hover a:link, .ui-state-hover a:visited, .ui-state-focus a, .ui-state-focus a:hover, .ui-state-focus a:link, .ui-state-focus a:visited, a.ui-button:hover, a.ui-button:focus {
  color: #c77405;
  text-decoration: none; }

.ui-visual-focus {
  box-shadow: 0 0 3px 1px #5e9ed6; }

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
  border: 1px solid #fbd850;
  background: #fff url("images/ui-bg_glass_65_ffffff_1x400.png") 50% 50% repeat-x;
  font-weight: bold;
  color: #eb8f00; }

.ui-icon-background, .ui-state-active .ui-icon-background {
  border: #fbd850;
  background-color: #eb8f00; }

.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
  color: #eb8f00;
  text-decoration: none; }

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
  border: 1px solid #fed22f;
  background: #ffe45c url("images/ui-bg_highlight-soft_75_ffe45c_1x100.png") 50% top repeat-x;
  color: #363636; }

.ui-state-checked {
  border: 1px solid #fed22f;
  background: #ffe45c; }

.ui-state-highlight a, .ui-widget-content .ui-state-highlight a, .ui-widget-header .ui-state-highlight a {
  color: #363636; }

.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {
  border: 1px solid #cd0a0a;
  background: #b81900 url("images/ui-bg_diagonals-thick_18_b81900_40x40.png") 50% 50% repeat;
  color: #fff; }

.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a {
  color: #fff; }

.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text {
  color: #fff; }

.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary {
  font-weight: bold; }

.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: Alpha(Opacity=70);
  font-weight: normal; }

.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: Alpha(Opacity=35);
  background-image: none; }

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35); }

.ui-icon {
  width: 16px;
  height: 16px; }

.ui-icon, .ui-widget-content .ui-icon {
  background-image: url("images/ui-icons_222222_256x240.png"); }

.ui-widget-header .ui-icon {
  background-image: url("images/ui-icons_ffffff_256x240.png"); }

.ui-state-hover .ui-icon, .ui-state-focus .ui-icon, .ui-button:hover .ui-icon, .ui-button:focus .ui-icon {
  background-image: url("images/ui-icons_ef8c08_256x240.png"); }

.ui-state-active .ui-icon, .ui-button:active .ui-icon {
  background-image: url("images/ui-icons_ef8c08_256x240.png"); }

.ui-state-highlight .ui-icon, .ui-button .ui-state-highlight.ui-icon {
  background-image: url("images/ui-icons_228ef1_256x240.png"); }

.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {
  background-image: url("images/ui-icons_ffd27a_256x240.png"); }

.ui-button .ui-icon {
  background-image: url("images/ui-icons_ef8c08_256x240.png"); }

.ui-icon-blank {
  background-position: 16px 16px; }

.ui-icon-caret-1-n {
  background-position: 0 0; }

.ui-icon-caret-1-ne {
  background-position: -16px 0; }

.ui-icon-caret-1-e {
  background-position: -32px 0; }

.ui-icon-caret-1-se {
  background-position: -48px 0; }

.ui-icon-caret-1-s {
  background-position: -65px 0; }

.ui-icon-caret-1-sw {
  background-position: -80px 0; }

.ui-icon-caret-1-w {
  background-position: -96px 0; }

.ui-icon-caret-1-nw {
  background-position: -112px 0; }

.ui-icon-caret-2-n-s {
  background-position: -128px 0; }

.ui-icon-caret-2-e-w {
  background-position: -144px 0; }

.ui-icon-triangle-1-n {
  background-position: 0 -16px; }

.ui-icon-triangle-1-ne {
  background-position: -16px -16px; }

.ui-icon-triangle-1-e {
  background-position: -32px -16px; }

.ui-icon-triangle-1-se {
  background-position: -48px -16px; }

.ui-icon-triangle-1-s {
  background-position: -65px -16px; }

.ui-icon-triangle-1-sw {
  background-position: -80px -16px; }

.ui-icon-triangle-1-w {
  background-position: -96px -16px; }

.ui-icon-triangle-1-nw {
  background-position: -112px -16px; }

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px; }

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px; }

.ui-icon-arrow-1-n {
  background-position: 0 -32px; }

.ui-icon-arrow-1-ne {
  background-position: -16px -32px; }

.ui-icon-arrow-1-e {
  background-position: -32px -32px; }

.ui-icon-arrow-1-se {
  background-position: -48px -32px; }

.ui-icon-arrow-1-s {
  background-position: -65px -32px; }

.ui-icon-arrow-1-sw {
  background-position: -80px -32px; }

.ui-icon-arrow-1-w {
  background-position: -96px -32px; }

.ui-icon-arrow-1-nw {
  background-position: -112px -32px; }

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px; }

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px; }

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px; }

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px; }

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px; }

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px; }

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px; }

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px; }

.ui-icon-arrowthick-1-n {
  background-position: 1px -48px; }

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px; }

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px; }

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px; }

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px; }

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px; }

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px; }

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px; }

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px; }

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px; }

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px; }

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px; }

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px; }

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px; }

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px; }

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px; }

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px; }

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px; }

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px; }

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px; }

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px; }

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px; }

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px; }

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px; }

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px; }

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px; }

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px; }

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px; }

.ui-icon-arrow-4 {
  background-position: 0 -80px; }

.ui-icon-arrow-4-diag {
  background-position: -16px -80px; }

.ui-icon-extlink {
  background-position: -32px -80px; }

.ui-icon-newwin {
  background-position: -48px -80px; }

.ui-icon-refresh {
  background-position: -64px -80px; }

.ui-icon-shuffle {
  background-position: -80px -80px; }

.ui-icon-transfer-e-w {
  background-position: -96px -80px; }

.ui-icon-transferthick-e-w {
  background-position: -112px -80px; }

.ui-icon-folder-collapsed {
  background-position: 0 -96px; }

.ui-icon-folder-open {
  background-position: -16px -96px; }

.ui-icon-document {
  background-position: -32px -96px; }

.ui-icon-document-b {
  background-position: -48px -96px; }

.ui-icon-note {
  background-position: -64px -96px; }

.ui-icon-mail-closed {
  background-position: -80px -96px; }

.ui-icon-mail-open {
  background-position: -96px -96px; }

.ui-icon-suitcase {
  background-position: -112px -96px; }

.ui-icon-comment {
  background-position: -128px -96px; }

.ui-icon-person {
  background-position: -144px -96px; }

.ui-icon-print {
  background-position: -160px -96px; }

.ui-icon-trash {
  background-position: -176px -96px; }

.ui-icon-locked {
  background-position: -192px -96px; }

.ui-icon-unlocked {
  background-position: -208px -96px; }

.ui-icon-bookmark {
  background-position: -224px -96px; }

.ui-icon-tag {
  background-position: -240px -96px; }

.ui-icon-home {
  background-position: 0 -112px; }

.ui-icon-flag {
  background-position: -16px -112px; }

.ui-icon-calendar {
  background-position: -32px -112px; }

.ui-icon-cart {
  background-position: -48px -112px; }

.ui-icon-pencil {
  background-position: -64px -112px; }

.ui-icon-clock {
  background-position: -80px -112px; }

.ui-icon-disk {
  background-position: -96px -112px; }

.ui-icon-calculator {
  background-position: -112px -112px; }

.ui-icon-zoomin {
  background-position: -128px -112px; }

.ui-icon-zoomout {
  background-position: -144px -112px; }

.ui-icon-search {
  background-position: -160px -112px; }

.ui-icon-wrench {
  background-position: -176px -112px; }

.ui-icon-gear {
  background-position: -192px -112px; }

.ui-icon-heart {
  background-position: -208px -112px; }

.ui-icon-star {
  background-position: -224px -112px; }

.ui-icon-link {
  background-position: -240px -112px; }

.ui-icon-cancel {
  background-position: 0 -128px; }

.ui-icon-plus {
  background-position: -16px -128px; }

.ui-icon-plusthick {
  background-position: -32px -128px; }

.ui-icon-minus {
  background-position: -48px -128px; }

.ui-icon-minusthick {
  background-position: -64px -128px; }

.ui-icon-close {
  background-position: -80px -128px; }

.ui-icon-closethick {
  background-position: -96px -128px; }

.ui-icon-key {
  background-position: -112px -128px; }

.ui-icon-lightbulb {
  background-position: -128px -128px; }

.ui-icon-scissors {
  background-position: -144px -128px; }

.ui-icon-clipboard {
  background-position: -160px -128px; }

.ui-icon-copy {
  background-position: -176px -128px; }

.ui-icon-contact {
  background-position: -192px -128px; }

.ui-icon-image {
  background-position: -208px -128px; }

.ui-icon-video {
  background-position: -224px -128px; }

.ui-icon-script {
  background-position: -240px -128px; }

.ui-icon-alert {
  background-position: 0 -144px; }

.ui-icon-info {
  background-position: -16px -144px; }

.ui-icon-notice {
  background-position: -32px -144px; }

.ui-icon-help {
  background-position: -48px -144px; }

.ui-icon-check {
  background-position: -64px -144px; }

.ui-icon-bullet {
  background-position: -80px -144px; }

.ui-icon-radio-on {
  background-position: -96px -144px; }

.ui-icon-radio-off {
  background-position: -112px -144px; }

.ui-icon-pin-w {
  background-position: -128px -144px; }

.ui-icon-pin-s {
  background-position: -144px -144px; }

.ui-icon-play {
  background-position: 0 -160px; }

.ui-icon-pause {
  background-position: -16px -160px; }

.ui-icon-seek-next {
  background-position: -32px -160px; }

.ui-icon-seek-prev {
  background-position: -48px -160px; }

.ui-icon-seek-end {
  background-position: -64px -160px; }

.ui-icon-seek-start {
  background-position: -80px -160px; }

.ui-icon-seek-first {
  background-position: -80px -160px; }

.ui-icon-stop {
  background-position: -96px -160px; }

.ui-icon-eject {
  background-position: -112px -160px; }

.ui-icon-volume-off {
  background-position: -128px -160px; }

.ui-icon-volume-on {
  background-position: -144px -160px; }

.ui-icon-power {
  background-position: 0 -176px; }

.ui-icon-signal-diag {
  background-position: -16px -176px; }

.ui-icon-signal {
  background-position: -32px -176px; }

.ui-icon-battery-0 {
  background-position: -48px -176px; }

.ui-icon-battery-1 {
  background-position: -64px -176px; }

.ui-icon-battery-2 {
  background-position: -80px -176px; }

.ui-icon-battery-3 {
  background-position: -96px -176px; }

.ui-icon-circle-plus {
  background-position: 0 -192px; }

.ui-icon-circle-minus {
  background-position: -16px -192px; }

.ui-icon-circle-close {
  background-position: -32px -192px; }

.ui-icon-circle-triangle-e {
  background-position: -48px -192px; }

.ui-icon-circle-triangle-s {
  background-position: -64px -192px; }

.ui-icon-circle-triangle-w {
  background-position: -80px -192px; }

.ui-icon-circle-triangle-n {
  background-position: -96px -192px; }

.ui-icon-circle-arrow-e {
  background-position: -112px -192px; }

.ui-icon-circle-arrow-s {
  background-position: -128px -192px; }

.ui-icon-circle-arrow-w {
  background-position: -144px -192px; }

.ui-icon-circle-arrow-n {
  background-position: -160px -192px; }

.ui-icon-circle-zoomin {
  background-position: -176px -192px; }

.ui-icon-circle-zoomout {
  background-position: -192px -192px; }

.ui-icon-circle-check {
  background-position: -208px -192px; }

.ui-icon-circlesmall-plus {
  background-position: 0 -208px; }

.ui-icon-circlesmall-minus {
  background-position: -16px -208px; }

.ui-icon-circlesmall-close {
  background-position: -32px -208px; }

.ui-icon-squaresmall-plus {
  background-position: -48px -208px; }

.ui-icon-squaresmall-minus {
  background-position: -64px -208px; }

.ui-icon-squaresmall-close {
  background-position: -80px -208px; }

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px; }

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px; }

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px; }

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px; }

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px; }

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px; }

.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
  border-top-left-radius: 4px; }

.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
  border-top-right-radius: 4px; }

.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
  border-bottom-left-radius: 4px; }

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
  border-bottom-right-radius: 4px; }

.ui-widget-overlay {
  background: #666 url("images/ui-bg_diagonals-thick_20_666666_40x40.png") 50% 50% repeat;
  opacity: .5;
  filter: Alpha(Opacity=50); }

.ui-widget-shadow {
  -webkit-box-shadow: -5px -5px 5px #000;
  box-shadow: -5px -5px 5px #000; }

table.dataTable {
  clear: both;
  margin-top: 6px !important;
  margin-bottom: 6px !important;
  max-width: none !important;
  border-collapse: separate !important; }

table.dataTable td, table.dataTable th {
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

table.dataTable td.dataTables_empty, table.dataTable th.dataTables_empty {
  text-align: center; }

table.dataTable.nowrap th, table.dataTable.nowrap td {
  white-space: nowrap; }

div.dataTables_wrapper div.dataTables_length label {
  font-weight: normal;
  text-align: left;
  white-space: nowrap; }

div.dataTables_wrapper div.dataTables_length select {
  width: 75px;
  display: inline-block; }

div.dataTables_wrapper div.dataTables_filter {
  text-align: right; }

div.dataTables_wrapper div.dataTables_filter label {
  font-weight: normal;
  white-space: nowrap;
  text-align: left; }

div.dataTables_wrapper div.dataTables_filter input {
  margin-left: 0.5em;
  display: inline-block;
  width: auto; }

div.dataTables_wrapper div.dataTables_info {
  padding-top: 0.85em;
  white-space: nowrap; }

div.dataTables_wrapper div.dataTables_paginate {
  margin: 0;
  white-space: nowrap;
  text-align: right; }

div.dataTables_wrapper div.dataTables_paginate ul.pagination {
  margin: 2px 0;
  white-space: nowrap;
  justify-content: flex-end; }

div.dataTables_wrapper div.dataTables_processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  margin-left: -100px;
  margin-top: -26px;
  text-align: center;
  padding: 1em 0; }

table.dataTable thead > tr > th.sorting_asc, table.dataTable thead > tr > th.sorting_desc, table.dataTable thead > tr > th.sorting, table.dataTable thead > tr > td.sorting_asc, table.dataTable thead > tr > td.sorting_desc, table.dataTable thead > tr > td.sorting {
  padding-right: 30px; }

table.dataTable thead > tr > th:active, table.dataTable thead > tr > td:active {
  outline: none; }

table.dataTable thead .sorting, table.dataTable thead .sorting_asc, table.dataTable thead .sorting_desc, table.dataTable thead .sorting_asc_disabled, table.dataTable thead .sorting_desc_disabled {
  cursor: pointer;
  position: relative; }

table.dataTable thead .sorting:before, table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:before, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:before, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:before, table.dataTable thead .sorting_desc_disabled:after {
  position: absolute;
  bottom: 0.9em;
  display: block;
  opacity: 0.3; }

table.dataTable thead .sorting:before, table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_desc:before, table.dataTable thead .sorting_asc_disabled:before, table.dataTable thead .sorting_desc_disabled:before {
  right: 1em;
  content: "\2191"; }

table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:after {
  right: 0.5em;
  content: "\2193"; }

table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_desc:after {
  opacity: 1; }

table.dataTable thead .sorting_asc_disabled:before, table.dataTable thead .sorting_desc_disabled:after {
  opacity: 0; }

div.dataTables_scrollHead table.dataTable {
  margin-bottom: 0 !important; }

div.dataTables_scrollBody table {
  border-top: none;
  margin-top: 0 !important;
  margin-bottom: 0 !important; }

div.dataTables_scrollBody table thead .sorting:after, div.dataTables_scrollBody table thead .sorting_asc:after, div.dataTables_scrollBody table thead .sorting_desc:after {
  display: none; }

div.dataTables_scrollBody table tbody tr:first-child th, div.dataTables_scrollBody table tbody tr:first-child td {
  border-top: none; }

div.dataTables_scrollFoot table {
  margin-top: 0 !important;
  border-top: none; }

@media screen and (max-width: 767px) {
  div.dataTables_wrapper div.dataTables_length, div.dataTables_wrapper div.dataTables_filter, div.dataTables_wrapper div.dataTables_info, div.dataTables_wrapper div.dataTables_paginate {
    text-align: center; } }

table.dataTable.table-condensed > thead > tr > th {
  padding-right: 20px; }

table.dataTable.table-condensed .sorting:after, table.dataTable.table-condensed .sorting_asc:after, table.dataTable.table-condensed .sorting_desc:after {
  top: 6px;
  right: 6px; }

table.table-bordered.dataTable th, table.table-bordered.dataTable td {
  border-left-width: 0; }

table.table-bordered.dataTable th:last-child, table.table-bordered.dataTable th:last-child, table.table-bordered.dataTable td:last-child, table.table-bordered.dataTable td:last-child {
  border-right-width: 0; }

table.table-bordered.dataTable tbody th, table.table-bordered.dataTable tbody td {
  border-bottom-width: 0; }

div.dataTables_scrollHead table.table-bordered {
  border-bottom-width: 0; }

div.table-responsive > div.dataTables_wrapper > div.row, div.table-responsive > div.dataTables_wrapper > div.timeline, div.timeline div.table-responsive > div.dataTables_wrapper > div.timeline-header, div.table-responsive > div.dataTables_wrapper > div[class^="container_"] {
  margin: 0; }

div.table-responsive > div.dataTables_wrapper > div.row > div[class^="col-"]:first-child, div.table-responsive > div.dataTables_wrapper > div.timeline > div[class^="col-"]:first-child, div.timeline div.table-responsive > div.dataTables_wrapper > div.timeline-header > div[class^="col-"]:first-child, div.table-responsive > div.dataTables_wrapper > div[class^="container_"] > div[class^="col-"]:first-child {
  padding-left: 0; }

div.table-responsive > div.dataTables_wrapper > div.row > div[class^="col-"]:last-child, div.table-responsive > div.dataTables_wrapper > div.timeline > div[class^="col-"]:last-child, div.timeline div.table-responsive > div.dataTables_wrapper > div.timeline-header > div[class^="col-"]:last-child, div.table-responsive > div.dataTables_wrapper > div[class^="container_"] > div[class^="col-"]:last-child {
  padding-right: 0; }

table.dataTable.dtr-inline.collapsed > tbody > tr > td.child,
table.dataTable.dtr-inline.collapsed > tbody > tr > th.child,
table.dataTable.dtr-inline.collapsed > tbody > tr > td.dataTables_empty {
  cursor: default !important; }
  table.dataTable.dtr-inline.collapsed > tbody > tr > td.child:before,
  table.dataTable.dtr-inline.collapsed > tbody > tr > th.child:before,
  table.dataTable.dtr-inline.collapsed > tbody > tr > td.dataTables_empty:before {
    display: none !important; }

table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child,
table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child {
  position: relative;
  padding-left: 30px;
  cursor: pointer; }
  table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child:before,
  table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child:before {
    top: 12px;
    left: 4px;
    height: 14px;
    width: 14px;
    display: block;
    position: absolute;
    color: white;
    border: 2px solid white;
    border-radius: 14px;
    box-shadow: 0 0 3px #444;
    box-sizing: content-box;
    text-align: center;
    font-family: 'Courier New', Courier, monospace;
    line-height: 14px;
    content: '+';
    background-color: #0275d8; }

table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td:first-child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr.parent > th:first-child:before {
  content: '-';
  background-color: #d33333; }

table.dataTable.dtr-inline.collapsed > tbody > tr.child td:before {
  display: none; }

table.dataTable.dtr-inline.collapsed.compact > tbody > tr > td:first-child,
table.dataTable.dtr-inline.collapsed.compact > tbody > tr > th:first-child {
  padding-left: 27px; }
  table.dataTable.dtr-inline.collapsed.compact > tbody > tr > td:first-child:before,
  table.dataTable.dtr-inline.collapsed.compact > tbody > tr > th:first-child:before {
    top: 5px;
    left: 4px;
    height: 14px;
    width: 14px;
    border-radius: 14px;
    line-height: 14px;
    text-indent: 3px; }

table.dataTable.dtr-column > tbody > tr > td.control,
table.dataTable.dtr-column > tbody > tr > th.control {
  position: relative;
  cursor: pointer; }
  table.dataTable.dtr-column > tbody > tr > td.control:before,
  table.dataTable.dtr-column > tbody > tr > th.control:before {
    top: 50%;
    left: 50%;
    height: 16px;
    width: 16px;
    margin-top: -10px;
    margin-left: -10px;
    display: block;
    position: absolute;
    color: white;
    border: 2px solid white;
    border-radius: 14px;
    box-shadow: 0 0 3px #444;
    box-sizing: content-box;
    text-align: center;
    font-family: 'Courier New', Courier, monospace;
    line-height: 14px;
    content: '+';
    background-color: #0275d8; }

table.dataTable.dtr-column > tbody > tr.parent td.control:before,
table.dataTable.dtr-column > tbody > tr.parent th.control:before {
  content: '-';
  background-color: #d33333; }

table.dataTable > tbody > tr.child {
  padding: 0.5em 1em; }
  table.dataTable > tbody > tr.child:hover {
    background: transparent !important; }
  table.dataTable > tbody > tr.child ul.dtr-details {
    display: inline-block;
    list-style-type: none;
    margin: 0;
    padding: 0; }
    table.dataTable > tbody > tr.child ul.dtr-details li {
      border-bottom: 1px solid #efefef;
      padding: 0.5em 0; }
      table.dataTable > tbody > tr.child ul.dtr-details li:first-child {
        padding-top: 0; }
      table.dataTable > tbody > tr.child ul.dtr-details li:last-child {
        border-bottom: none; }
  table.dataTable > tbody > tr.child span.dtr-title {
    display: inline-block;
    min-width: 75px;
    font-weight: bold; }

div.dtr-modal {
  position: fixed;
  box-sizing: border-box;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 100;
  padding: 10em 1em; }
  div.dtr-modal div.dtr-modal-display {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 50%;
    height: 50%;
    overflow: auto;
    margin: auto;
    z-index: 102;
    overflow: auto;
    background-color: #f5f5f7;
    border: 1px solid black;
    border-radius: 0.5em;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.6); }
  div.dtr-modal div.dtr-modal-content {
    position: relative;
    padding: 1em; }
  div.dtr-modal div.dtr-modal-close {
    position: absolute;
    top: 6px;
    right: 6px;
    width: 22px;
    height: 22px;
    border: 1px solid #eaeaea;
    background-color: #f9f9f9;
    text-align: center;
    border-radius: 3px;
    cursor: pointer;
    z-index: 12; }
    div.dtr-modal div.dtr-modal-close:hover {
      background-color: #eaeaea; }
  div.dtr-modal div.dtr-modal-background {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 101;
    background: rgba(0, 0, 0, 0.6); }

@media screen and (max-width: 767px) {
  div.dtr-modal div.dtr-modal-display {
    width: 95%; } }

div.dtr-bs-modal table.table tr:first-child td {
  border-top: none; }

@keyframes dtb-spinner {
  100% {
    transform: rotate(360deg); } }

@-o-keyframes dtb-spinner {
  100% {
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-ms-keyframes dtb-spinner {
  100% {
    -ms-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-webkit-keyframes dtb-spinner {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-moz-keyframes dtb-spinner {
  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg); } }

div.dt-button-info {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 400px;
  margin-top: -100px;
  margin-left: -200px;
  background-color: white;
  border: 2px solid #111;
  box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.3);
  border-radius: 3px;
  text-align: center;
  z-index: 21; }
  div.dt-button-info h2 {
    padding: 0.5em;
    margin: 0;
    font-weight: normal;
    border-bottom: 1px solid #ddd;
    background-color: #f3f3f3; }
  div.dt-button-info > div {
    padding: 1em; }

ul.dt-button-collection.dropdown-menu, .tokenfield .twitter-typeahead ul.dt-button-collection.tt-menu {
  display: block;
  z-index: 2002;
  -webkit-column-gap: 8px;
  -moz-column-gap: 8px;
  -ms-column-gap: 8px;
  -o-column-gap: 8px;
  column-gap: 8px; }
  ul.dt-button-collection.dropdown-menu.fixed, .tokenfield .twitter-typeahead ul.dt-button-collection.fixed.tt-menu {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -75px;
    border-radius: 0; }
    ul.dt-button-collection.dropdown-menu.fixed.two-column, .tokenfield .twitter-typeahead ul.dt-button-collection.fixed.two-column.tt-menu {
      margin-left: -150px; }
    ul.dt-button-collection.dropdown-menu.fixed.three-column, .tokenfield .twitter-typeahead ul.dt-button-collection.fixed.three-column.tt-menu {
      margin-left: -225px; }
    ul.dt-button-collection.dropdown-menu.fixed.four-column, .tokenfield .twitter-typeahead ul.dt-button-collection.fixed.four-column.tt-menu {
      margin-left: -300px; }
  ul.dt-button-collection.dropdown-menu > *, .tokenfield .twitter-typeahead ul.dt-button-collection.tt-menu > * {
    -webkit-column-break-inside: avoid;
    break-inside: avoid; }
  ul.dt-button-collection.dropdown-menu.two-column, .tokenfield .twitter-typeahead ul.dt-button-collection.two-column.tt-menu {
    width: 300px;
    padding-bottom: 1px;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    -ms-column-count: 2;
    -o-column-count: 2;
    column-count: 2; }
  ul.dt-button-collection.dropdown-menu.three-column, .tokenfield .twitter-typeahead ul.dt-button-collection.three-column.tt-menu {
    width: 450px;
    padding-bottom: 1px;
    -webkit-column-count: 3;
    -moz-column-count: 3;
    -ms-column-count: 3;
    -o-column-count: 3;
    column-count: 3; }
  ul.dt-button-collection.dropdown-menu.four-column, .tokenfield .twitter-typeahead ul.dt-button-collection.four-column.tt-menu {
    width: 600px;
    padding-bottom: 1px;
    -webkit-column-count: 4;
    -moz-column-count: 4;
    -ms-column-count: 4;
    -o-column-count: 4;
    column-count: 4; }

ul.dt-button-collection {
  -webkit-column-gap: 8px;
  -moz-column-gap: 8px;
  -ms-column-gap: 8px;
  -o-column-gap: 8px;
  column-gap: 8px; }
  ul.dt-button-collection.fixed {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -75px;
    border-radius: 0; }
    ul.dt-button-collection.fixed.two-column {
      margin-left: -150px; }
    ul.dt-button-collection.fixed.three-column {
      margin-left: -225px; }
    ul.dt-button-collection.fixed.four-column {
      margin-left: -300px; }
  ul.dt-button-collection > * {
    -webkit-column-break-inside: avoid;
    break-inside: avoid; }
  ul.dt-button-collection.two-column {
    width: 300px;
    padding-bottom: 1px;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    -ms-column-count: 2;
    -o-column-count: 2;
    column-count: 2; }
  ul.dt-button-collection.three-column {
    width: 450px;
    padding-bottom: 1px;
    -webkit-column-count: 3;
    -moz-column-count: 3;
    -ms-column-count: 3;
    -o-column-count: 3;
    column-count: 3; }
  ul.dt-button-collection.four-column {
    width: 600px;
    padding-bottom: 1px;
    -webkit-column-count: 4;
    -moz-column-count: 4;
    -ms-column-count: 4;
    -o-column-count: 4;
    column-count: 4; }
  ul.dt-button-collection.fixed {
    max-width: none; }
    ul.dt-button-collection.fixed:before, ul.dt-button-collection.fixed:after {
      display: none; }

div.dt-button-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999; }

@media screen and (max-width: 767px) {
  div.dt-buttons {
    float: none;
    width: 100%;
    text-align: center;
    margin-bottom: 0.5em; }
    div.dt-buttons a.btn {
      float: none; } }

div.dt-buttons button.btn.processing,
div.dt-buttons div.btn.processing,
div.dt-buttons a.btn.processing {
  color: rgba(0, 0, 0, 0.2); }
  div.dt-buttons button.btn.processing:after,
  div.dt-buttons div.btn.processing:after,
  div.dt-buttons a.btn.processing:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 16px;
    height: 16px;
    margin: -8px 0 0 -8px;
    box-sizing: border-box;
    display: block;
    content: ' ';
    border: 2px solid #282828;
    border-radius: 50%;
    border-left-color: transparent;
    border-right-color: transparent;
    animation: dtb-spinner 1500ms infinite linear;
    -o-animation: dtb-spinner 1500ms infinite linear;
    -ms-animation: dtb-spinner 1500ms infinite linear;
    -webkit-animation: dtb-spinner 1500ms infinite linear;
    -moz-animation: dtb-spinner 1500ms infinite linear; }

/* Internal Libraries */
/* Bootstrap button colour options */
.btn-red {
  color: #fff;
  background-color: #ff141e;
  border-color: #ff141e; }
  .btn-red:hover {
    color: #fff;
    background-color: #ed000a;
    border-color: #e0000a; }
  .btn-red:focus, .btn-red.focus {
    box-shadow: 0 0 0 3px rgba(255, 20, 30, 0.5); }
  .btn-red.disabled, .btn-red:disabled {
    background-color: #ff141e;
    border-color: #ff141e; }
  .btn-red:active, .btn-red.active,
  .show > .btn-red.dropdown-toggle {
    background-color: #ed000a;
    background-image: none;
    border-color: #e0000a; }
  .btn-red i {
    color: inherit; }

/* Bootstrap button colour options */
.btn-gray {
  color: #fff;
  background-color: #54585a;
  border-color: #54585a; }
  .btn-gray:hover {
    color: #fff;
    background-color: #424546;
    border-color: #3b3e40; }
  .btn-gray:focus, .btn-gray.focus {
    box-shadow: 0 0 0 3px rgba(84, 88, 90, 0.5); }
  .btn-gray.disabled, .btn-gray:disabled {
    background-color: #54585a;
    border-color: #54585a; }
  .btn-gray:active, .btn-gray.active,
  .show > .btn-gray.dropdown-toggle {
    background-color: #424546;
    background-image: none;
    border-color: #3b3e40; }
  .btn-gray i {
    color: inherit; }

/* Bootstrap button colour options */
.btn-grey {
  color: #fff;
  background-color: #54585a;
  border-color: #54585a; }
  .btn-grey:hover {
    color: #fff;
    background-color: #424546;
    border-color: #3b3e40; }
  .btn-grey:focus, .btn-grey.focus {
    box-shadow: 0 0 0 3px rgba(84, 88, 90, 0.5); }
  .btn-grey.disabled, .btn-grey:disabled {
    background-color: #54585a;
    border-color: #54585a; }
  .btn-grey:active, .btn-grey.active,
  .show > .btn-grey.dropdown-toggle {
    background-color: #424546;
    background-image: none;
    border-color: #3b3e40; }
  .btn-grey i {
    color: inherit; }

/* Bootstrap button colour options */
.btn-cyan {
  color: #fff;
  background-color: #00a9e0;
  border-color: #00a9e0; }
  .btn-cyan:hover {
    color: #fff;
    background-color: #008cba;
    border-color: #0083ad; }
  .btn-cyan:focus, .btn-cyan.focus {
    box-shadow: 0 0 0 3px rgba(0, 169, 224, 0.5); }
  .btn-cyan.disabled, .btn-cyan:disabled {
    background-color: #00a9e0;
    border-color: #00a9e0; }
  .btn-cyan:active, .btn-cyan.active,
  .show > .btn-cyan.dropdown-toggle {
    background-color: #008cba;
    background-image: none;
    border-color: #0083ad; }
  .btn-cyan i {
    color: inherit; }

/* Bootstrap button colour options */
.btn-turquoise {
  color: #fff;
  background-color: #00b2a9;
  border-color: #00b2a9; }
  .btn-turquoise:hover {
    color: #fff;
    background-color: #008c85;
    border-color: #007f79; }
  .btn-turquoise:focus, .btn-turquoise.focus {
    box-shadow: 0 0 0 3px rgba(0, 178, 169, 0.5); }
  .btn-turquoise.disabled, .btn-turquoise:disabled {
    background-color: #00b2a9;
    border-color: #00b2a9; }
  .btn-turquoise:active, .btn-turquoise.active,
  .show > .btn-turquoise.dropdown-toggle {
    background-color: #008c85;
    background-image: none;
    border-color: #007f79; }
  .btn-turquoise i {
    color: inherit; }

/* Bootstrap button colour options */
.btn-green {
  color: #fff;
  background-color: #77b62c;
  border-color: #77b62c; }
  .btn-green:hover {
    color: #fff;
    background-color: #639825;
    border-color: #5c8d22; }
  .btn-green:focus, .btn-green.focus {
    box-shadow: 0 0 0 3px rgba(119, 182, 44, 0.5); }
  .btn-green.disabled, .btn-green:disabled {
    background-color: #77b62c;
    border-color: #77b62c; }
  .btn-green:active, .btn-green.active,
  .show > .btn-green.dropdown-toggle {
    background-color: #639825;
    background-image: none;
    border-color: #5c8d22; }
  .btn-green i {
    color: inherit; }

/* Bootstrap button colour options */
.btn-blue {
  color: #fff;
  background-color: #003da5;
  border-color: #003da5; }
  .btn-blue:hover {
    color: #fff;
    background-color: #002f7f;
    border-color: #002a72; }
  .btn-blue:focus, .btn-blue.focus {
    box-shadow: 0 0 0 3px rgba(0, 61, 165, 0.5); }
  .btn-blue.disabled, .btn-blue:disabled {
    background-color: #003da5;
    border-color: #003da5; }
  .btn-blue:active, .btn-blue.active,
  .show > .btn-blue.dropdown-toggle {
    background-color: #002f7f;
    background-image: none;
    border-color: #002a72; }
  .btn-blue i {
    color: inherit; }

/* Bootstrap button colour options */
.btn-purple {
  color: #fff;
  background-color: #823e8a;
  border-color: #823e8a; }
  .btn-purple:hover {
    color: #fff;
    background-color: #693270;
    border-color: #612e67; }
  .btn-purple:focus, .btn-purple.focus {
    box-shadow: 0 0 0 3px rgba(130, 62, 138, 0.5); }
  .btn-purple.disabled, .btn-purple:disabled {
    background-color: #823e8a;
    border-color: #823e8a; }
  .btn-purple:active, .btn-purple.active,
  .show > .btn-purple.dropdown-toggle {
    background-color: #693270;
    background-image: none;
    border-color: #612e67; }
  .btn-purple i {
    color: inherit; }

/* Bootstrap button colour options */
.btn-magenta {
  color: #fff;
  background-color: #e21776;
  border-color: #e21776; }
  .btn-magenta:hover {
    color: #fff;
    background-color: #bf1364;
    border-color: #b4125e; }
  .btn-magenta:focus, .btn-magenta.focus {
    box-shadow: 0 0 0 3px rgba(226, 23, 118, 0.5); }
  .btn-magenta.disabled, .btn-magenta:disabled {
    background-color: #e21776;
    border-color: #e21776; }
  .btn-magenta:active, .btn-magenta.active,
  .show > .btn-magenta.dropdown-toggle {
    background-color: #bf1364;
    background-image: none;
    border-color: #b4125e; }
  .btn-magenta i {
    color: inherit; }

/* Bootstrap button colour options */
.btn-orange {
  color: #fff;
  background-color: #ff671f;
  border-color: #ff671f; }
  .btn-orange:hover {
    color: #fff;
    background-color: #f85000;
    border-color: #eb4c00; }
  .btn-orange:focus, .btn-orange.focus {
    box-shadow: 0 0 0 3px rgba(255, 103, 31, 0.5); }
  .btn-orange.disabled, .btn-orange:disabled {
    background-color: #ff671f;
    border-color: #ff671f; }
  .btn-orange:active, .btn-orange.active,
  .show > .btn-orange.dropdown-toggle {
    background-color: #f85000;
    background-image: none;
    border-color: #eb4c00; }
  .btn-orange i {
    color: inherit; }

/* Bootstrap button colour options */
.btn-yellow {
  color: #111;
  background-color: #f5a800;
  border-color: #f5a800; }
  .btn-yellow:hover {
    color: #111;
    background-color: #cf8e00;
    border-color: #c28500; }
  .btn-yellow:focus, .btn-yellow.focus {
    box-shadow: 0 0 0 3px rgba(245, 168, 0, 0.5); }
  .btn-yellow.disabled, .btn-yellow:disabled {
    background-color: #f5a800;
    border-color: #f5a800; }
  .btn-yellow:active, .btn-yellow.active,
  .show > .btn-yellow.dropdown-toggle {
    background-color: #cf8e00;
    background-image: none;
    border-color: #c28500; }
  .btn-yellow i {
    color: inherit; }

/* Bootstrap button colour options */
.badge-red {
  color: #fff;
  background-color: #ff141e; }
  .badge-red[href]:focus, .badge-red[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #e0000a; }

/* Bootstrap button colour options */
.badge-gray {
  color: #fff;
  background-color: #54585a; }
  .badge-gray[href]:focus, .badge-gray[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #3b3e40; }

/* Bootstrap button colour options */
.badge-grey {
  color: #fff;
  background-color: #54585a; }
  .badge-grey[href]:focus, .badge-grey[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #3b3e40; }

/* Bootstrap button colour options */
.badge-cyan {
  color: #fff;
  background-color: #00a9e0; }
  .badge-cyan[href]:focus, .badge-cyan[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #0083ad; }

/* Bootstrap button colour options */
.badge-turquoise {
  color: #fff;
  background-color: #00b2a9; }
  .badge-turquoise[href]:focus, .badge-turquoise[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #007f79; }

/* Bootstrap button colour options */
.badge-green {
  color: #fff;
  background-color: #77b62c; }
  .badge-green[href]:focus, .badge-green[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #5c8d22; }

/* Bootstrap button colour options */
.badge-blue {
  color: #fff;
  background-color: #003da5; }
  .badge-blue[href]:focus, .badge-blue[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #002a72; }

/* Bootstrap button colour options */
.badge-purple {
  color: #fff;
  background-color: #823e8a; }
  .badge-purple[href]:focus, .badge-purple[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #612e67; }

/* Bootstrap button colour options */
.badge-magenta {
  color: #fff;
  background-color: #e21776; }
  .badge-magenta[href]:focus, .badge-magenta[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #b4125e; }

/* Bootstrap button colour options */
.badge-orange {
  color: #fff;
  background-color: #ff671f; }
  .badge-orange[href]:focus, .badge-orange[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #eb4c00; }

/* Bootstrap button colour options */
.badge-yellow {
  color: #111;
  background-color: #f5a800; }
  .badge-yellow[href]:focus, .badge-yellow[href]:hover {
    color: #111;
    text-decoration: none;
    background-color: #c28500; }

.btn-group-justified {
  width: 100%; }
  .btn-group-justified > .btn {
    flex: 1 1 auto; }

.dt-buttons .btn-secondary {
  color: #00a9e0; }

/*
 * ARIA v2.0
 * Lat Lng Calculator pop up
 * CS 2016-12-20
 */
#geolocator {
  position: absolute;
  z-index: 5;
  background: rgba(255, 255, 255, 0.9);
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
  height: 250px;
  width: 470px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
  left: 55%;
  margin-top: -100px; }
  #geolocator ul {
    width: 150px;
    height: 180px;
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
    overflow: auto;
    margin: 0;
    padding: 10px;
    list-style: none;
    float: left;
    font-size: 14px; }
    #geolocator ul li {
      border-bottom: 1px solid #eee;
      line-height: 1.8em;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      cursor: pointer; }
      #geolocator ul li:hover {
        color: #00a9e0; }
      #geolocator ul li:last-child {
        border: 0; }
      #geolocator ul li i {
        margin-right: 4px; }
  #geolocator a.geolocator-close {
    float: left;
    height: 30px;
    width: 150px;
    margin: 10px;
    background: #a3d963;
    color: #fff;
    text-align: center;
    clear: left;
    border-radius: 3px;
    line-height: 30px;
    font-size: 14px; }
  #geolocator .map {
    width: 300px;
    height: 250px;
    float: right; }

/*
 * ARIA v2
 * Notifications
 * CS 2016-12-20
 */
#notifications {
  top: 55px;
  right: 20px;
  width: 400px;
  background: #fff;
  background: -webkit-linear-gradient(#fff, #dbdbdb);
  background: -moz-linear-gradient(#fff, #dbdbdb);
  border-radius: 6px;
  box-shadow: white 0px -1px 0px inset, rgba(0, 0, 0, 0.5) 0px 4px 30px;
  overflow: hidden;
  position: fixed;
  z-index: 3020;
  max-height: 529px;
  overflow-y: hidden;
  text-shadow: white 0px 1px 0px;
  -webkit-text-stroke: 1px transparent;
  display: block; }

.notification {
  position: relative; }
  .notification h2 {
    font-size: 14px;
    margin: 0px;
    padding: 0;
    border: 0; }
  .notification .more {
    border-bottom: 1px solid #c1c1c1;
    -webkit-box-shadow: white 0px 1px 0px;
    -moz-box-shadow: white 0px 1px 0px;
    box-shadow: white 0px 1px 0px; }
  .notification.error {
    background: #FA565D;
    background: -webkit-linear-gradient(#FA565D, #D1363D);
    background: -moz-linear-gradient(#FA565D, #D1363D);
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin: 0;
    padding: 0; }
    .notification.error * {
      color: white !important;
      text-shadow: rgba(0, 0, 0, 0.4) 0px 1px 1px !important; }
    .notification.error .left:after {
      background: rgba(255, 255, 255, 0.5) !important;
      box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 1px !important; }
  .notification.click {
    cursor: pointer; }
  .notification .hide, .notification .modal .hide {
    position: absolute;
    display: block;
    right: 5px;
    top: 7px;
    cursor: pointer;
    opacity: 0.7;
    display: none; }
    .notification .hide:hover, .notification .modal .hide:hover {
      opacity: 1; }
  .notification .right, .notification .left {
    width: 350px;
    height: 100%;
    float: left;
    position: relative; }
  .notification .time {
    font-size: 9px;
    position: relative; }
  .notification .right .time {
    margin-left: 10px;
    margin-top: -8px;
    margin-bottom: 10px;
    opacity: 0.4; }
  .notification .left {
    height: 100%;
    width: 30px;
    padding: 10px;
    position: absolute;
    padding-top: 0px;
    padding-bottom: 0px;
    overflow: hidden; }
    .notification .left:after {
      content: '';
      background: #c1c1c1;
      -moz-box-shadow: white 1px 0px 0px;
      -webkit-box-shadow: white 1px 0px 0px;
      box-shadow: white 1px 0px 0px;
      width: 1px;
      height: 100%;
      position: absolute;
      top: 0px;
      right: 0px; }
  .notification .right {
    margin-left: 50px; }
    .notification .right .inner {
      padding: 10px;
      font-size: 12px !important; }
  .notification .left .img {
    width: 30px;
    background-size: auto 100%;
    background-position: center;
    height: 30px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: rgba(255, 255, 255, 0.9) 0px -1px 0px inset, rgba(0, 0, 0, 0.2) 0px 1px 2px;
    -moz-box-shadow: rgba(255, 255, 255, 0.9) 0px -1px 0px inset, rgba(0, 0, 0, 0.2) 0px 1px 2px;
    box-shadow: rgba(255, 255, 255, 0.9) 0px -1px 0px inset, rgba(0, 0, 0, 0.2) 0px 1px 2px;
    border: 1px solid rgba(0, 0, 0, 0.55);
    position: absolute;
    top: 50%;
    margin-top: -15px; }
    .notification .left .img.border {
      box-shadow: none;
      border: none; }
    .notification .left .img.fill {
      top: 0px;
      margin: 0px;
      border: none;
      left: 0px;
      width: 100%;
      height: 100%;
      -moz-border-radius: 0px;
      -webkit-border-radius: 0px;
      border-radius: 0px;
      -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 0px inset, black -1px 0px 16px inset;
      -moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 0px inset, black -1px 0px 16px inset;
      box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 0px inset, black -1px 0px 16px inset;
      background-color: #333; }
  .notification:first-child .img.fill {
    -moz-border-radius-topleft: 5px;
    -webkit-border-top-left-radius: 5px;
    border-top-left-radius: 5px; }
  .notification:last-child .img.fill {
    -moz-border-radius-bottomleft: 5px;
    -webkit-border-bottom-left-radius: 5px;
    border-bottom-left-radius: 5px; }
  .notification .left > .icon {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    text-align: center;
    line-height: 34px;
    font-size: 18px;
    text-shadow: white 0px 1px 0px; }
  .notification.big .left > .icon {
    font-size: 22px;
    line-height: 50px; }
  .notification:after {
    content: ".";
    visibility: hidden;
    display: block;
    clear: both;
    height: 0;
    font-size: 0; }

.animated {
  -webkit-animation: 1s ease;
  -moz-animation: 1s ease;
  -ms-animation: 1s ease;
  -o-animation: 1s ease;
  animation: 1s ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both; }

.animated.fast {
  -webkit-animation-duration: 0.4s;
  -moz-animation-duration: 0.4s;
  -ms-animation-duration: 0.4s;
  -o-animation-duration: 0.4s;
  animation-duration: 0.4s; }

@-webkit-keyframes fadeInLeftMiddle {
  0% {
    opacity: 0.5;
    -webkit-transform: translateX(-400px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0); } }

@-moz-keyframes fadeInLeftMiddle {
  0% {
    opacity: 0.5;
    -moz-transform: translateX(-400px); }
  100% {
    opacity: 1;
    -moz-transform: translateX(0); } }

@-ms-keyframes fadeInLeftMiddle {
  0% {
    opacity: 0.5;
    -ms-transform: translateX(-400px); }
  100% {
    opacity: 1;
    -ms-transform: translateX(0); } }

@-o-keyframes fadeInLeftMiddle {
  0% {
    opacity: 0.5;
    -o-transform: translateX(-400px); }
  100% {
    opacity: 1;
    -o-transform: translateX(0); } }

@keyframes fadeInLeftMiddle {
  0% {
    opacity: 0.5;
    transform: translateX(-400px); }
  100% {
    opacity: 1;
    transform: translateX(0); } }

.fadeInLeftMiddle {
  -webkit-animation-name: fadeInLeftMiddle;
  -moz-animation-name: fadeInLeftMiddle;
  -ms-animation-name: fadeInLeftMiddle;
  -o-animation-name: fadeInLeftMiddle;
  animation-name: fadeInLeftMiddle; }

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg); }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg); }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    opacity: 1; } }

@-moz-keyframes flipInX {
  0% {
    -moz-transform: perspective(400px) rotateX(90deg);
    opacity: 0; }
  40% {
    -moz-transform: perspective(400px) rotateX(-10deg); }
  70% {
    -moz-transform: perspective(400px) rotateX(10deg); }
  100% {
    -moz-transform: perspective(400px) rotateX(0deg);
    opacity: 1; } }

@-ms-keyframes flipInX {
  0% {
    -ms-transform: perspective(400px) rotateX(90deg);
    opacity: 0; }
  40% {
    -ms-transform: perspective(400px) rotateX(-10deg); }
  70% {
    -ms-transform: perspective(400px) rotateX(10deg); }
  100% {
    -ms-transform: perspective(400px) rotateX(0deg);
    opacity: 1; } }

@-o-keyframes flipInX {
  0% {
    -o-transform: perspective(400px) rotateX(90deg);
    opacity: 0; }
  40% {
    -o-transform: perspective(400px) rotateX(-10deg); }
  70% {
    -o-transform: perspective(400px) rotateX(10deg); }
  100% {
    -o-transform: perspective(400px) rotateX(0deg);
    opacity: 1; } }

@keyframes flipInX {
  0% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0; }
  40% {
    transform: perspective(400px) rotateX(-10deg); }
  70% {
    transform: perspective(400px) rotateX(10deg); }
  100% {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1; } }

.flipInX {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  -moz-backface-visibility: visible !important;
  -moz-animation-name: flipInX;
  -ms-backface-visibility: visible !important;
  -ms-animation-name: flipInX;
  -o-backface-visibility: visible !important;
  -o-animation-name: flipInX;
  backface-visibility: visible !important;
  animation-name: flipInX; }

/*
 * ARIA v2
 * Bootstrap compatible hover menu
 * CS 2016-12-24
 */
.hovermenu {
  position: absolute;
  font: menu;
  width: 180px;
  border-radius: 5px;
  background: rgba(240, 240, 240, 0.9);
  z-index: 5000;
  box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(0, 0, 0, 0.2); }
  .hovermenu ul {
    margin: 0;
    padding: 3px 0;
    list-style: none;
    cursor: default; }
    .hovermenu ul li {
      font-size: 15px;
      color: #000; }
      .hovermenu ul li:hover {
        color: #fff;
        background: #4a8cf7; }
      .hovermenu ul li.grey {
        color: #bababa; }
        .hovermenu ul li.grey:hover {
          background: none; }
  .hovermenu.os-win {
    background: #fff;
    border-radius: 0;
    border: 1px solid #959595;
    width: 180px;
    box-shadow: 3px 3px 1px rgba(0, 0, 0, 0.3); }
    .hovermenu.os-win ul {
      padding: 2px 0; }
      .hovermenu.os-win ul li {
        font-size: 12px;
        padding: 3px 14px; }

/*
 * ARIA v2
 * SASS Bootstrap 4 forms input
 * CS 2017-06-23
 */
select.bs-select-hidden,
select.selectpicker {
  display: none !important; }

.bootstrap-select {
  width: 220px \0;
  /*IE9 and below*/ }
  .bootstrap-select > .dropdown-toggle {
    width: 100%;
    padding-right: 25px;
    z-index: 1; }
    .bootstrap-select > .dropdown-toggle.bs-placeholder, .bootstrap-select > .dropdown-toggle.bs-placeholder:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder:active {
      color: #bbbebf; }
  .bootstrap-select > select {
    position: absolute !important;
    bottom: 0;
    left: 50%;
    display: block !important;
    width: 0.5px !important;
    height: 100% !important;
    padding: 0 !important;
    opacity: 0 !important;
    border: none; }
    .bootstrap-select > select.mobile-device {
      top: 0;
      left: 0;
      display: block !important;
      width: 100% !important;
      z-index: 2; }
  .has-error .bootstrap-select .dropdown-toggle,
  .error .bootstrap-select .dropdown-toggle {
    border-color: #b94a48; }
  .bootstrap-select.fit-width {
    width: auto !important; }
  .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 220px; }
  .bootstrap-select .dropdown-toggle:focus {
    outline: thin dotted #333333 !important;
    outline: 5px auto -webkit-focus-ring-color !important;
    outline-offset: -2px; }

.bootstrap-select.form-control, #messages #messages-search input.bootstrap-select[type=text] {
  margin-bottom: 0;
  padding: 0;
  border: none; }
  .bootstrap-select.form-control:not([class*="col-"]), #messages #messages-search input.bootstrap-select:not([class*="col-"])[type=text] {
    width: 100%; }
  .bootstrap-select.form-control.input-group-btn, #messages #messages-search input.bootstrap-select.input-group-btn[type=text] {
    z-index: auto; }
    .bootstrap-select.form-control.input-group-btn:not(:first-child):not(:last-child) > .btn, #messages #messages-search input.bootstrap-select.input-group-btn:not(:first-child):not(:last-child)[type=text] > .btn {
      border-radius: 0; }

.bootstrap-select.btn-group:not(.input-group-btn), .bootstrap-select.btn-group[class*="col-"] {
  float: none;
  display: inline-block;
  margin-left: 0; }

.bootstrap-select.btn-group.dropdown-menu-right, .bootstrap-select.btn-group[class*="col-"].dropdown-menu-right,
.row .bootstrap-select.btn-group[class*="col-"].dropdown-menu-right,
.article-selector ul li > label .bootstrap-select.btn-group[class*="col-"].dropdown-menu-right,
.user-selector ul li > label .bootstrap-select.btn-group[class*="col-"].dropdown-menu-right,
div.timeline .bootstrap-select.btn-group[class*="col-"].dropdown-menu-right,
[class^="container_"] .bootstrap-select.btn-group[class*="col-"].dropdown-menu-right {
  float: right; }

.form-inline .bootstrap-select.btn-group,
.form-horizontal .bootstrap-select.btn-group,
.form-group .bootstrap-select.btn-group {
  margin-bottom: 0; }

.form-group-lg .bootstrap-select.btn-group.form-control, .form-group-lg #messages #messages-search input.bootstrap-select.btn-group[type=text], #messages #messages-search .form-group-lg input.bootstrap-select.btn-group[type=text],
.form-group-sm .bootstrap-select.btn-group.form-control,
.form-group-sm #messages #messages-search input.bootstrap-select.btn-group[type=text],
#messages #messages-search .form-group-sm input.bootstrap-select.btn-group[type=text] {
  padding: 0; }
  .form-group-lg .bootstrap-select.btn-group.form-control .dropdown-toggle, .form-group-lg #messages #messages-search input.bootstrap-select.btn-group[type=text] .dropdown-toggle, #messages #messages-search .form-group-lg input.bootstrap-select.btn-group[type=text] .dropdown-toggle,
  .form-group-sm .bootstrap-select.btn-group.form-control .dropdown-toggle,
  .form-group-sm #messages #messages-search input.bootstrap-select.btn-group[type=text] .dropdown-toggle,
  #messages #messages-search .form-group-sm input.bootstrap-select.btn-group[type=text] .dropdown-toggle {
    height: 100%;
    font-size: inherit;
    line-height: inherit;
    border-radius: inherit; }

.form-inline .bootstrap-select.btn-group .form-control, .form-inline .bootstrap-select.btn-group #messages #messages-search input[type=text], #messages #messages-search .form-inline .bootstrap-select.btn-group input[type=text] {
  width: 100%; }

.bootstrap-select.btn-group.disabled,
.bootstrap-select.btn-group > .disabled {
  cursor: not-allowed; }
  .bootstrap-select.btn-group.disabled:focus,
  .bootstrap-select.btn-group > .disabled:focus {
    outline: none !important; }

.bootstrap-select.btn-group.bs-container {
  position: absolute;
  height: 0 !important;
  padding: 0 !important; }
  .bootstrap-select.btn-group.bs-container .dropdown-menu, .bootstrap-select.btn-group.bs-container .tokenfield .twitter-typeahead .tt-menu, .tokenfield .twitter-typeahead .bootstrap-select.btn-group.bs-container .tt-menu {
    z-index: 1060; }

.bootstrap-select.btn-group .dropdown-toggle .filter-option {
  display: inline-block;
  overflow: hidden;
  width: 100%;
  text-align: left; }

.bootstrap-select.btn-group .dropdown-toggle .caret {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -2px;
  vertical-align: middle; }

.bootstrap-select.btn-group[class*="col-"] .dropdown-toggle {
  width: 100%; }

.bootstrap-select.btn-group .dropdown-menu, .bootstrap-select.btn-group .tokenfield .twitter-typeahead .tt-menu, .tokenfield .twitter-typeahead .bootstrap-select.btn-group .tt-menu {
  min-width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .bootstrap-select.btn-group .dropdown-menu.inner, .bootstrap-select.btn-group .tokenfield .twitter-typeahead .inner.tt-menu, .tokenfield .twitter-typeahead .bootstrap-select.btn-group .inner.tt-menu {
    position: static;
    float: none;
    border: 0;
    padding: 0;
    margin: 0;
    border-radius: 0;
    box-shadow: none; }
  .bootstrap-select.btn-group .dropdown-menu li, .bootstrap-select.btn-group .tokenfield .twitter-typeahead .tt-menu li, .tokenfield .twitter-typeahead .bootstrap-select.btn-group .tt-menu li {
    position: relative; }
    .bootstrap-select.btn-group .dropdown-menu li.active small, .bootstrap-select.btn-group .tokenfield .twitter-typeahead .tt-menu li.active small, .tokenfield .twitter-typeahead .bootstrap-select.btn-group .tt-menu li.active small {
      color: #fff; }
    .bootstrap-select.btn-group .dropdown-menu li.disabled a, .bootstrap-select.btn-group .tokenfield .twitter-typeahead .tt-menu li.disabled a, .tokenfield .twitter-typeahead .bootstrap-select.btn-group .tt-menu li.disabled a {
      cursor: not-allowed; }
    .bootstrap-select.btn-group .dropdown-menu li a, .bootstrap-select.btn-group .tokenfield .twitter-typeahead .tt-menu li a, .tokenfield .twitter-typeahead .bootstrap-select.btn-group .tt-menu li a {
      cursor: pointer;
      user-select: none; }
      .bootstrap-select.btn-group .dropdown-menu li a.opt, .bootstrap-select.btn-group .tokenfield .twitter-typeahead .tt-menu li a.opt, .tokenfield .twitter-typeahead .bootstrap-select.btn-group .tt-menu li a.opt {
        position: relative;
        padding-left: 2.25em; }
      .bootstrap-select.btn-group .dropdown-menu li a span.check-mark, .bootstrap-select.btn-group .tokenfield .twitter-typeahead .tt-menu li a span.check-mark, .tokenfield .twitter-typeahead .bootstrap-select.btn-group .tt-menu li a span.check-mark {
        display: none; }
      .bootstrap-select.btn-group .dropdown-menu li a span.text, .bootstrap-select.btn-group .tokenfield .twitter-typeahead .tt-menu li a span.text, .tokenfield .twitter-typeahead .bootstrap-select.btn-group .tt-menu li a span.text {
        display: inline-block; }
    .bootstrap-select.btn-group .dropdown-menu li small, .bootstrap-select.btn-group .tokenfield .twitter-typeahead .tt-menu li small, .tokenfield .twitter-typeahead .bootstrap-select.btn-group .tt-menu li small {
      padding-left: 0.5em; }
  .bootstrap-select.btn-group .dropdown-menu .notify, .bootstrap-select.btn-group .tokenfield .twitter-typeahead .tt-menu .notify, .tokenfield .twitter-typeahead .bootstrap-select.btn-group .tt-menu .notify {
    position: absolute;
    bottom: 5px;
    width: 96%;
    margin: 0 2%;
    min-height: 26px;
    padding: 3px 5px;
    background: whitesmoke;
    border: 1px solid #e3e3e3;
    -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);
    pointer-events: none;
    opacity: 0.9;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

.bootstrap-select.btn-group .no-results {
  padding: 3px;
  background: #f5f5f5;
  margin: 0 5px;
  white-space: nowrap; }

.bootstrap-select.btn-group.fit-width .dropdown-toggle .filter-option {
  position: static; }

.bootstrap-select.btn-group.fit-width .dropdown-toggle .caret {
  position: static;
  top: auto;
  margin-top: -1px; }

.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark, .bootstrap-select.btn-group.show-tick .tokenfield .twitter-typeahead .tt-menu li.selected a span.check-mark, .tokenfield .twitter-typeahead .bootstrap-select.btn-group.show-tick .tt-menu li.selected a span.check-mark {
  position: absolute;
  display: inline-block;
  right: 15px;
  margin-top: 5px; }

.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text, .bootstrap-select.btn-group.show-tick .tokenfield .twitter-typeahead .tt-menu li a span.text, .tokenfield .twitter-typeahead .bootstrap-select.btn-group.show-tick .tt-menu li a span.text {
  margin-right: 34px; }

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle {
  z-index: 1061; }

.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
  content: '';
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(204, 204, 204, 0.2);
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none; }

.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none; }

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
  bottom: auto;
  top: -3px;
  border-top: 7px solid rgba(204, 204, 204, 0.2);
  border-bottom: 0; }

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
  bottom: auto;
  top: -3px;
  border-top: 6px solid white;
  border-bottom: 0; }

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before, .file-list li .bootstrap-select.show-menu-arrow[class*='file-delete'] .dropdown-toggle:before {
  right: 12px;
  left: auto; }

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after, .file-list li .bootstrap-select.show-menu-arrow[class*='file-delete'] .dropdown-toggle:after {
  right: 13px;
  left: auto; }

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:before, .bootstrap-select.show-menu-arrow.open > .dropdown-toggle:after {
  display: block; }

.bs-searchbox,
.bs-actionsbox,
.bs-donebutton {
  padding: 4px 8px; }

.bs-actionsbox {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .bs-actionsbox .btn-group button {
    width: 50%; }

.bs-donebutton {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .bs-donebutton .btn-group button {
    width: 100%; }

.bs-searchbox + .bs-actionsbox {
  padding: 0 8px 4px; }

.bs-searchbox .form-control, .bs-searchbox #messages #messages-search input[type=text], #messages #messages-search .bs-searchbox input[type=text] {
  margin-bottom: 0;
  width: 100%;
  float: none; }

.daterangepicker {
  position: absolute;
  color: inherit;
  background-color: #fff;
  border-radius: 4px;
  width: 278px;
  padding: 4px;
  margin-top: 1px;
  top: 100px;
  left: 20px;
  /* Calendars */ }
  .daterangepicker:before, .daterangepicker:after {
    position: absolute;
    display: inline-block;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    content: ''; }
  .daterangepicker:before {
    top: -7px;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    border-bottom: 7px solid #ccc; }
  .daterangepicker:after {
    top: -6px;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    border-left: 6px solid transparent; }
  .daterangepicker.opensleft:before {
    right: 9px; }
  .daterangepicker.opensleft:after {
    right: 10px; }
  .daterangepicker.openscenter:before {
    left: 0;
    right: 0;
    width: 0;
    margin-left: auto;
    margin-right: auto; }
  .daterangepicker.openscenter:after {
    left: 0;
    right: 0;
    width: 0;
    margin-left: auto;
    margin-right: auto; }
  .daterangepicker.opensright:before {
    left: 9px; }
  .daterangepicker.opensright:after {
    left: 10px; }
  .daterangepicker.dropup {
    margin-top: -5px; }
    .daterangepicker.dropup:before {
      top: initial;
      bottom: -7px;
      border-bottom: initial;
      border-top: 7px solid #ccc; }
    .daterangepicker.dropup:after {
      top: initial;
      bottom: -6px;
      border-bottom: initial;
      border-top: 6px solid #fff; }
  .daterangepicker.dropdown-menu, .tokenfield .twitter-typeahead .daterangepicker.tt-menu {
    max-width: none;
    z-index: 3001; }
  .daterangepicker.single .ranges, .daterangepicker.single .calendar {
    float: none; }
  .daterangepicker.show-calendar .calendar {
    display: block; }
  .daterangepicker .calendar {
    display: none;
    max-width: 270px;
    margin: 4px; }
    .daterangepicker .calendar.single .calendar-table {
      border: none; }
    .daterangepicker .calendar th, .daterangepicker .calendar td {
      white-space: nowrap;
      text-align: center;
      min-width: 32px; }
  .daterangepicker .calendar-table {
    border: 1px solid #fff;
    padding: 4px;
    border-radius: 4px;
    background-color: #fff; }
  .daterangepicker table {
    width: 100%;
    margin: 0; }
  .daterangepicker td, .daterangepicker th {
    text-align: center;
    width: 20px;
    height: 20px;
    border-radius: 4px;
    border: 1px solid transparent;
    white-space: nowrap;
    cursor: pointer; }
    .daterangepicker td.available:hover, .daterangepicker th.available:hover {
      background-color: #eee;
      border-color: transparent;
      color: inherit; }
    .daterangepicker td.week, .daterangepicker th.week {
      font-size: 80%;
      color: #ccc; }
  .daterangepicker td.off, .daterangepicker td.off.in-range, .daterangepicker td.off.start-date, .daterangepicker td.off.end-date {
    background-color: #fff;
    border-color: transparent;
    color: #999; }
  .daterangepicker td.in-range {
    background-color: #ebf4f8;
    border-color: transparent;
    color: #000;
    border-radius: 0; }
  .daterangepicker td.start-date {
    border-radius: 4px 0 0 4px; }
  .daterangepicker td.end-date {
    border-radius: 0 4px 4px 0; }
  .daterangepicker td.start-date.end-date {
    border-radius: 4px; }
  .daterangepicker td.active, .daterangepicker td.active:hover {
    background-color: #357ebd;
    border-color: transparent;
    color: #fff; }
  .daterangepicker th.month {
    width: auto; }
  .daterangepicker td.disabled, .daterangepicker option.disabled {
    color: #999;
    cursor: not-allowed;
    text-decoration: line-through; }
  .daterangepicker select.monthselect, .daterangepicker select.yearselect {
    font-size: 12px;
    padding: 1px;
    height: auto;
    margin: 0;
    cursor: default; }
  .daterangepicker select.monthselect {
    margin-right: 2%;
    width: 56%; }
  .daterangepicker select.yearselect {
    width: 40%; }
  .daterangepicker select.hourselect, .daterangepicker select.minuteselect, .daterangepicker select.secondselect, .daterangepicker select.ampmselect {
    width: 50px;
    margin-bottom: 0; }
  .daterangepicker .input-mini {
    border: 1px solid #ccc;
    border-radius: 4px;
    color: #555;
    height: 30px;
    line-height: 30px;
    display: block;
    vertical-align: middle;
    margin: 0 0 5px 0;
    padding: 0 6px 0 28px;
    width: 100%; }
    .daterangepicker .input-mini.active {
      border: 1px solid #08c;
      border-radius: 4px; }
  .daterangepicker .daterangepicker_input {
    position: relative; }
    .daterangepicker .daterangepicker_input i {
      position: absolute;
      left: 8px;
      top: 8px; }
  .daterangepicker.rtl .input-mini {
    padding-right: 28px;
    padding-left: 6px; }
  .daterangepicker.rtl .daterangepicker_input i {
    left: auto;
    right: 8px; }
  .daterangepicker .calendar-time {
    text-align: center;
    margin: 5px auto;
    line-height: 30px;
    position: relative;
    padding-left: 28px; }
    .daterangepicker .calendar-time select.disabled {
      color: #ccc;
      cursor: not-allowed; }

.ranges {
  font-size: 11px;
  float: none;
  margin: 4px;
  text-align: left; }
  .ranges ul {
    list-style: none;
    margin: 0 auto;
    padding: 0;
    width: 100%; }
  .ranges li {
    font-size: 13px;
    background-color: #f5f5f5;
    border: 1px solid #f5f5f5;
    border-radius: 4px;
    color: #08c;
    padding: 3px 12px;
    margin-bottom: 8px;
    cursor: pointer; }
    .ranges li:hover {
      background-color: #08c;
      border: 1px solid #08c;
      color: #fff; }
    .ranges li.active {
      background-color: #08c;
      border: 1px solid #08c;
      color: #fff; }

/*  Larger Screen Styling */
@media (min-width: 564px) {
  .daterangepicker {
    width: auto; }
    .daterangepicker .ranges ul {
      width: 160px; }
    .daterangepicker.single .ranges ul {
      width: 100%; }
    .daterangepicker.single .calendar.left {
      clear: none; }
    .daterangepicker.single.ltr .ranges, .daterangepicker.single.ltr .calendar {
      float: left; }
    .daterangepicker.single.rtl .ranges, .daterangepicker.single.rtl .calendar {
      float: right; }
    .daterangepicker.ltr {
      direction: ltr;
      text-align: left; }
      .daterangepicker.ltr .calendar.left {
        clear: left;
        margin-right: 0; }
        .daterangepicker.ltr .calendar.left .calendar-table {
          border-right: none;
          border-top-right-radius: 0;
          border-bottom-right-radius: 0; }
      .daterangepicker.ltr .calendar.right {
        margin-left: 0; }
        .daterangepicker.ltr .calendar.right .calendar-table {
          border-left: none;
          border-top-left-radius: 0;
          border-bottom-left-radius: 0; }
      .daterangepicker.ltr .left .daterangepicker_input {
        padding-right: 12px; }
      .daterangepicker.ltr .calendar.left .calendar-table {
        padding-right: 12px; }
      .daterangepicker.ltr .ranges, .daterangepicker.ltr .calendar {
        float: left; }
    .daterangepicker.rtl {
      direction: rtl;
      text-align: right; }
      .daterangepicker.rtl .calendar.left {
        clear: right;
        margin-left: 0; }
        .daterangepicker.rtl .calendar.left .calendar-table {
          border-left: none;
          border-top-left-radius: 0;
          border-bottom-left-radius: 0; }
      .daterangepicker.rtl .calendar.right {
        margin-right: 0; }
        .daterangepicker.rtl .calendar.right .calendar-table {
          border-right: none;
          border-top-right-radius: 0;
          border-bottom-right-radius: 0; }
      .daterangepicker.rtl .left .daterangepicker_input {
        padding-left: 12px; }
      .daterangepicker.rtl .calendar.left .calendar-table {
        padding-left: 12px; }
      .daterangepicker.rtl .ranges, .daterangepicker.rtl .calendar {
        text-align: right;
        float: right; } }

@media (min-width: 730px) {
  .daterangepicker .ranges {
    width: auto; }
  .daterangepicker.ltr .ranges {
    float: left; }
  .daterangepicker.rtl .ranges {
    float: right; }
  .daterangepicker .calendar.left {
    clear: none !important; } }

/*
 * ARIA v2.0
 * Redactor Bootstrap conversion
 * CS 2016-12-20
 */
/*
  Redactor II

  http://imperavi.com/redactor/

  Copyright (c) 2009-2016, Imperavi Oy.
  License: http://imperavi.com/redactor/license/
*/
.redactor-box {
  position: relative;
  overflow: visible; }

.redactor-editor,
.redactor-box {
  background: #fff; }

.redactor-editor,
.redactor-box,
.redactor-box textarea {
  z-index: auto; }

.redactor-link-tooltip {
  z-index: 99; }

.redactor-toolbar {
  z-index: 100; }

.redactor-box-fullscreen {
  z-index: 1051; }

.redactor-air,
.redactor-dropdown {
  z-index: 1052; }

#redactor-modal-overlay,
#redactor-modal-box,
#redactor-modal {
  z-index: 1053; }

.redactor-body-fullscreen .redactor-link-tooltip {
  z-index: 1099; }

.redactor-box-fullscreen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%; }

.redactor-placeholder:after {
  position: absolute;
  top: 20px;
  left: 20px;
  content: attr(placeholder);
  display: block;
  color: rgba(0, 0, 0, 0.3);
  font-weight: normal !important; }

.redactor-editor {
  position: relative;
  overflow: auto;
  margin: 0;
  padding: 24px 32px 12px 32px;
  outline: none;
  white-space: normal;
  border: 1px solid rgba(0, 0, 0, 0.07); }

.redactor-relative {
  position: relative; }

.redactor-in {
  cursor: text; }

.redactor-editor:focus,
.redactor-in:focus {
  outline: none; }

.redactor-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

.redactor-script-tag {
  display: none; }

.redactor-editor-img-edit img {
  cursor: pointer; }

.redactor-voice-label {
  display: none; }

.redactor-voice-alert {
  position: absolute;
  left: -3000px; }

.redactor-toolbar {
  position: relative;
  padding: 0 !important;
  background: #fff;
  border: none;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25); }
  .redactor-toolbar:after {
    content: "";
    display: table;
    clear: both; }

.redactor-toolbar li a {
  color: rgba(0, 0, 0, 0.75); }
  .redactor-toolbar li a:hover {
    outline: none;
    background-color: #3d79f2;
    color: #fff; }
  .redactor-toolbar li a:active, .redactor-toolbar li a.redactor-act {
    outline: none;
    background-color: #eee;
    color: #444; }

.redactor-toolbar li a.redactor-button-disabled {
  opacity: 0.3; }
  .redactor-toolbar li a.redactor-button-disabled:hover {
    color: #333;
    outline: none;
    background-color: transparent !important;
    cursor: default; }

.redactor-toolbar li a.redactor-button-focus {
  color: #fff;
  background: #000; }

.redactor-toolbar.redactor-toolbar-external {
  z-index: 999;
  border: 1px solid rgba(0, 0, 0, 0.1); }

.redactor-air {
  position: absolute;
  background: rgba(0, 0, 0, 0.9);
  padding: 0;
  max-width: 600px;
  min-width: 200px;
  border-radius: 4px;
  border: none; }

.redactor-air li a {
  color: rgba(255, 255, 255, 0.75); }
  .redactor-air li a:hover {
    outline: none;
    background-color: #1f78d8;
    color: #fff; }
  .redactor-air li a:active, .redactor-air li a.redactor-act {
    outline: none;
    background-color: #333;
    color: rgba(255, 255, 255, 0.5); }

.redactor-air li a.redactor-button-disabled {
  opacity: .3; }
  .redactor-air li a.redactor-button-disabled:hover {
    color: rgba(255, 255, 255, 0.3);
    outline: none;
    background-color: transparent !important;
    cursor: default; }

.redactor-air li a.redactor-button-focus {
  color: #333;
  background: #eee; }

.redactor-air,
.redactor-toolbar {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  margin: 0 !important;
  list-style: none !important;
  line-height: 1 !important; }

.redactor-air li,
.redactor-toolbar li {
  vertical-align: top;
  display: inline-block;
  margin: 0 !important;
  padding: 0 !important;
  outline: none;
  list-style: none !important; }

.redactor-air li a,
.redactor-toolbar li a {
  font-size: 13px;
  display: block;
  text-align: center;
  padding: 15px 14px 14px;
  cursor: pointer;
  outline: none;
  border: none;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
  zoom: 1; }
  .redactor-air li a.re-bold,
  .redactor-toolbar li a.re-bold {
    font-weight: bold; }
  .redactor-air li a.re-italic,
  .redactor-toolbar li a.re-italic {
    font-style: italic; }
  .redactor-air li a.re-deleted,
  .redactor-toolbar li a.re-deleted {
    text-decoration: line-through; }
  .redactor-air li a.re-underline,
  .redactor-toolbar li a.re-underline {
    text-decoration: underline; }

.redactor-link-tooltip {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  position: absolute;
  padding: 10px;
  line-height: 1;
  display: inline-block;
  background-color: #000;
  color: #555 !important;
  font-size: 12px; }

.redactor-link-tooltip a {
  font-size: 12px;
  color: #ccc;
  margin: 0 5px;
  text-decoration: none; }
  .redactor-link-tooltip a:hover {
    color: #fff; }

.redactor-structure h1, .redactor-structure h2, .redactor-structure h3, .redactor-structure h4, .redactor-structure h5, .redactor-structure h6, .redactor-structure div {
  position: relative; }
  .redactor-structure h1:before, .redactor-structure h2:before, .redactor-structure h3:before, .redactor-structure h4:before, .redactor-structure h5:before, .redactor-structure h6:before, .redactor-structure div:before {
    width: 24px;
    position: absolute;
    font-size: 10px;
    font-weight: normal;
    opacity: .3;
    left: -32px;
    text-align: right; }

.redactor-structure h1:before {
  content: "H1"; }

.redactor-structure h2:before {
  content: "H2"; }

.redactor-structure h3:before {
  content: "H3"; }

.redactor-structure h4:before {
  content: "H4"; }

.redactor-structure h5:before {
  content: "H5"; }

.redactor-structure h6:before {
  content: "H6"; }

.redactor-structure div:before {
  content: "DIV"; }

#redactor-image-box {
  position: relative;
  max-width: 100%;
  display: inline-block;
  line-height: 0;
  outline: 1px dashed rgba(0, 0, 0, 0.6); }

#redactor-image-editter {
  position: absolute;
  z-index: 5;
  top: 50%;
  left: 50%;
  margin-top: -11px;
  margin-left: -18px;
  line-height: 1;
  background-color: #000;
  color: #fff;
  font-size: 11px;
  padding: 7px 10px;
  cursor: pointer; }

#redactor-image-resizer {
  position: absolute;
  z-index: 2;
  line-height: 1;
  cursor: nw-resize;
  bottom: -4px;
  right: -5px;
  border: 1px solid #fff;
  background-color: #000;
  width: 8px;
  height: 8px; }

#redactor-droparea {
  position: relative;
  overflow: hidden;
  padding: 64px 24px;
  border: 3px dashed rgba(0, 0, 0, 0.1); }

#redactor-droparea.drag-hover {
  background: rgba(200, 222, 250, 0.75); }

#redactor-droparea.drag-drop {
  background: rgba(250, 248, 200, 0.5); }

#redactor-droparea-placeholder {
  text-align: center;
  font-size: 12px;
  margin-left: 64px;
  color: rgba(0, 0, 0, 0.7); }

.redactor-image-dragover {
  outline: 2px solid #3d79f2; }

#redactor-progress {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000000;
  height: 10px; }

#redactor-progress span {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #3d58a8;
  background-size: 40px 40px; }

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }

@-o-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; } }

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

@-webkit-keyframes redactorSlideUp {
  to {
    padding-top: 0;
    padding-bottom: 0;
    height: 0; } }

@keyframes redactorSlideUp {
  to {
    padding-top: 0;
    padding-bottom: 0;
    height: 0; } }

.redactor-slideUp {
  overflow: hidden;
  -webkit-animation-name: redactorSlideUp;
  animation-name: redactorSlideUp; }

@-webkit-keyframes redactorSlideDown {
  from {
    height: 0;
    padding-top: 0;
    padding-bottom: 0; } }

@keyframes redactorSlideDown {
  from {
    height: 0;
    padding-top: 0;
    padding-bottom: 0; } }

.redactor-slideDown {
  overflow: hidden;
  -webkit-animation-name: redactorSlideDown;
  animation-name: redactorSlideDown; }

@-webkit-keyframes redactorFadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes redactorFadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.redactor-fadeIn {
  -webkit-animation-name: redactorFadeIn;
  animation-name: redactorFadeIn; }

@-webkit-keyframes redactorFadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@keyframes redactorFadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

.redactor-fadeOut {
  -webkit-animation-name: redactorFadeOut;
  animation-name: redactorFadeOut; }

.redactor-dropdown {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  min-width: 220px;
  max-height: 254px;
  color: #000;
  margin: 0;
  padding: 0;
  font-size: 14px;
  background: #fff;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
  overflow: auto;
  list-style: none; }

.redactor-dropdown li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.07); }
  .redactor-dropdown li:last-child {
    border-bottom: none; }
  .redactor-dropdown li:hover {
    background-color: #3d79f2; }
    .redactor-dropdown li:hover a {
      color: #fff !important;
      text-decoration: none; }
  .redactor-dropdown li.redactor-dropdown-link-inactive {
    background: none; }
    .redactor-dropdown li.redactor-dropdown-link-inactive a,
    .redactor-dropdown li.redactor-dropdown-link-inactive a:hover {
      background: none;
      cursor: default;
      color: #000 !important;
      opacity: 0.4;
      background: none; }

.redactor-dropdown a {
  display: block;
  padding: 16px 16px 15px 16px;
  color: #000;
  text-decoration: none; }
  .redactor-dropdown a span {
    padding: 1px 4px;
    display: inline-block;
    border-radius: 3px;
    line-height: 1.4; }
  .redactor-dropdown a:focus {
    outline: none; }
  .redactor-dropdown a.selected {
    background-color: #000;
    color: #fff; }
  .redactor-dropdown a.redactor-dropdown-link-selected {
    color: #fff;
    background: #000; }

.redactor-dropdown-box-inline .redactor-dropdown-marked span {
  background-color: #ffd61e;
  color: #000;
  text-decoration: none; }

.redactor-dropdown-box-inline .redactor-dropdown-code span {
  font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  background: rgba(0, 0, 0, 0.05); }

.redactor-dropdown-box-inline .redactor-dropdown-sample span {
  font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  background: #46a9fc;
  color: rgba(255, 255, 255, 0.9); }

.redactor-dropdown-box-inline .redactor-dropdown-variable span {
  font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  color: rgba(0, 0, 0, 0.5); }

.redactor-dropdown-box-inline .redactor-dropdown-shortcut span {
  font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  background: #000;
  color: rgba(255, 255, 255, 0.85);
  white-space: nowrap; }

.redactor-dropdown-box-inline .redactor-dropdown-cite span {
  color: rgba(0, 0, 0, 0.5);
  font-style: italic; }

.redactor-dropdown-box-inline .redactor-dropdown-sup span,
.redactor-dropdown-box-inline .redactor-dropdown-sub span {
  font-size: 12px; }

.redactor-dropdown-box-format .redactor-dropdown-blockquote {
  color: rgba(0, 0, 0, 0.4);
  font-style: italic; }

.redactor-dropdown-box-format .redactor-dropdown-pre {
  font-family: monospace, sans-serif; }

.redactor-dropdown-box-format .redactor-dropdown-h1,
.redactor-dropdown-box-format .redactor-dropdown-h2,
.redactor-dropdown-box-format .redactor-dropdown-h3,
.redactor-dropdown-box-format .redactor-dropdown-h4,
.redactor-dropdown-box-format .redactor-dropdown-h5,
.redactor-dropdown-box-format .redactor-dropdown-h6 {
  line-height: 1.5;
  font-weight: bold; }

.redactor-dropdown-box-format .redactor-dropdown-h1 {
  font-size: 40px;
  line-height: 32px; }

.redactor-dropdown-box-format .redactor-dropdown-h2 {
  font-size: 32px;
  line-height: 32px; }

.redactor-dropdown-box-format .redactor-dropdown-h3 {
  font-size: 24px; }

.redactor-dropdown-box-format .redactor-dropdown-h4 {
  font-size: 18px; }

.redactor-dropdown-box-format .redactor-dropdown-h5 {
  font-size: 16px; }

.redactor-dropdown-box-format .redactor-dropdown-h6 {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: .04em; }

#redactor-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  margin: auto;
  overflow: auto;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6); }

#redactor-modal-box {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow-x: hidden;
  overflow-y: auto; }

#redactor-modal {
  position: relative;
  margin: auto;
  margin-top: 16px;
  padding: 0;
  background: #fff;
  color: #000;
  border-radius: 5px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.35);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 14px; }
  @media (max-width: 768px) {
    #redactor-modal {
      font-size: 16px !important; } }
  #redactor-modal #redactor-modal-header {
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    padding: 20px 24px;
    font-size: 16px;
    font-weight: bold;
    color: #000;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    background: #f5f5f5; }
  #redactor-modal #redactor-modal-close {
    position: absolute;
    top: 10px;
    right: 4px;
    width: 30px;
    height: 40px;
    text-align: center;
    color: rgba(0, 0, 0, 0.4);
    font-size: 30px;
    font-weight: 300;
    cursor: pointer;
    -webkit-appearance: none;
    padding: 0;
    border: 0;
    background: none;
    outline: none; }
    #redactor-modal #redactor-modal-close:hover {
      color: #000; }
  #redactor-modal #redactor-modal-body {
    overflow: auto;
    padding: 40px 48px 24px 48px; }
    #redactor-modal #redactor-modal-body section {
      margin-bottom: 24px; }
    #redactor-modal #redactor-modal-body label {
      font-weight: bold;
      font-size: 12px;
      display: block;
      margin-bottom: 4px; }
      #redactor-modal #redactor-modal-body label .desc {
        font-weight: normal;
        color: rgba(0, 0, 0, 0.5); }
      #redactor-modal #redactor-modal-body label.checkbox {
        font-weight: normal;
        font-size: inherit; }
    @media (max-width: 768px) {
      #redactor-modal #redactor-modal-body {
        padding: 24px; } }
  #redactor-modal select,
  #redactor-modal input[type="text"],
  #redactor-modal input[type="password"],
  #redactor-modal input[type="email"],
  #redactor-modal input[type="url"],
  #redactor-modal textarea {
    box-sizing: border-box;
    position: relative;
    z-index: 2;
    margin: 0;
    padding: 8px;
    height: 40px;
    border: 1px solid #ddd;
    border-radius: 3px;
    background-color: white;
    box-shadow: none;
    color: #333;
    width: 100%;
    font-size: 14px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; }
    @media (max-width: 768px) {
      #redactor-modal select,
      #redactor-modal input[type="text"],
      #redactor-modal input[type="password"],
      #redactor-modal input[type="email"],
      #redactor-modal input[type="url"],
      #redactor-modal textarea {
        font-size: 16px; } }
    #redactor-modal select:focus,
    #redactor-modal input[type="text"]:focus,
    #redactor-modal input[type="password"]:focus,
    #redactor-modal input[type="email"]:focus,
    #redactor-modal input[type="url"]:focus,
    #redactor-modal textarea:focus {
      -moz-transition: border 0.3s ease-in;
      transition: border 0.3s ease-in;
      outline: none;
      border-color: #aaa; }
  #redactor-modal textarea {
    display: block;
    line-height: 1.4em; }
  #redactor-modal button {
    padding: 13px 24px 14px 24px;
    margin: 0;
    margin-bottom: 8px;
    margin-right: 8px;
    height: 40px;
    outline: none;
    border: 1px solid transparent;
    border-radius: 4px;
    background-color: #eee;
    color: #000;
    text-align: center;
    text-decoration: none;
    font-weight: normal;
    font-size: 13px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    line-height: 1;
    cursor: pointer; }
    #redactor-modal button:hover {
      color: #777;
      background: none;
      background: #ddd;
      text-decoration: none; }
    #redactor-modal button.redactor-modal-button-offset {
      margin-left: 24px; }
    #redactor-modal button#redactor-modal-button-delete {
      background: none;
      border-color: #f23d3d;
      color: #f23d3d; }
      #redactor-modal button#redactor-modal-button-delete:hover {
        color: rgba(255, 255, 255, 0.6);
        background-color: #f23d3d; }
    #redactor-modal button#redactor-modal-button-action {
      background: none;
      color: #fff;
      background-color: #3d79f2; }
      #redactor-modal button#redactor-modal-button-action:hover {
        color: rgba(255, 255, 255, 0.6);
        background-color: #3263c6; }
  #redactor-modal .redactor-group:after {
    content: "";
    display: table;
    clear: both; }
  #redactor-modal .redactor-modal-tab-side {
    float: left;
    width: 26%;
    margin-right: 6%; }
  #redactor-modal .redactor-modal-tab-area {
    float: left;
    width: 66%; }
  @media (max-width: 768px) {
    #redactor-modal .redactor-modal-tab-side {
      float: none;
      width: auto;
      margin-right: 0;
      margin-bottom: 24px; }
    #redactor-modal .redactor-modal-tab-area {
      float: none;
      width: auto; } }

#redactor-modal-tabber {
  margin-bottom: 40px;
  font-size: 12px; }
  #redactor-modal-tabber a {
    border: 1px solid #ddd;
    line-height: 1;
    padding: 8px 15px;
    margin-right: -1px;
    text-decoration: none;
    color: #000; }
    #redactor-modal-tabber a:hover {
      background-color: #1f78d8;
      border-color: #1f78d8;
      color: #fff; }
    #redactor-modal-tabber a.active {
      cursor: default;
      background-color: rgba(0, 0, 0, 0.05);
      border-color: #ddd;
      color: rgba(0, 0, 0, 0.5); }

#redactor-modal-list {
  margin-left: 0;
  padding-left: 0;
  list-style: none;
  max-height: 250px;
  overflow-x: auto; }
  #redactor-modal-list li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.07); }
    #redactor-modal-list li:last-child {
      border-bottom: none; }
  #redactor-modal-list a {
    padding: 10px 5px;
    color: #000;
    text-decoration: none;
    font-size: 13px;
    display: block;
    position: relative; }
    #redactor-modal-list a:hover {
      background-color: #eee; }

.redactor-styles {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  color: #232425; }
  .redactor-styles[dir="rtl"] {
    direction: rtl;
    unicode-bidi: embed; }
    .redactor-styles[dir="rtl"] ul li,
    .redactor-styles[dir="rtl"] ol li {
      text-align: right; }
    .redactor-styles[dir="rtl"] ul,
    .redactor-styles[dir="rtl"] ol,
    .redactor-styles[dir="rtl"] ul ul,
    .redactor-styles[dir="rtl"] ol ol,
    .redactor-styles[dir="rtl"] ul ol,
    .redactor-styles[dir="rtl"] ol ul {
      margin: 0 1.5 0 0; }
  @media (max-width: 768px) {
    .redactor-styles {
      font-size: 16px; } }
  .redactor-styles a {
    color: #00a9e0; }
    .redactor-styles a:focus, .redactor-styles a:hover {
      color: #006f94; }
  .redactor-styles h1,
  .redactor-styles h2,
  .redactor-styles h3,
  .redactor-styles h4,
  .redactor-styles h5,
  .redactor-styles h6 {
    font-family: inherit;
    font-weight: bold;
    color: inherit;
    text-rendering: optimizeLegibility;
    margin: 0;
    padding: 0;
    margin-bottom: 16px; }
  .redactor-styles h1 {
    font-size: 40px;
    line-height: 44px; }
  .redactor-styles h2 {
    font-size: 32px;
    line-height: 36px; }
  .redactor-styles h3 {
    font-size: 24px;
    line-height: 32px; }
  .redactor-styles h4 {
    font-size: 18px;
    line-height: 1.5; }
  .redactor-styles h5 {
    font-size: 16px;
    line-height: 1.5; }
  .redactor-styles h6 {
    font-size: 14px;
    line-height: 1.5;
    text-transform: uppercase; }
  .redactor-styles p,
  .redactor-styles ul,
  .redactor-styles ol,
  .redactor-styles dl,
  .redactor-styles blockquote,
  .redactor-styles hr,
  .redactor-styles pre,
  .redactor-styles table,
  .redactor-styles figure,
  .redactor-styles address {
    padding: 0;
    margin: 0; }
  .redactor-styles ul,
  .redactor-styles ol,
  .redactor-styles ul ul,
  .redactor-styles ol ol,
  .redactor-styles ul ol,
  .redactor-styles ol ul {
    margin: 0 0 0 1.5; }
  .redactor-styles ul li,
  .redactor-styles ol li {
    text-align: left; }
  .redactor-styles ol ol li {
    list-style-type: lower-alpha; }
  .redactor-styles ol ol ol li {
    list-style-type: lower-roman; }
  .redactor-styles p,
  .redactor-styles ul,
  .redactor-styles ol,
  .redactor-styles dl,
  .redactor-styles blockquote,
  .redactor-styles hr,
  .redactor-styles pre,
  .redactor-styles table,
  .redactor-styles figure,
  .redactor-styles address {
    margin-bottom: 16px; }
  .redactor-styles blockquote {
    position: relative;
    font-style: italic;
    color: rgba(0, 0, 0, 0.6); }
    .redactor-styles blockquote cite {
      font-size: 80%; }
  @media (min-width: 768px) {
    .redactor-styles blockquote {
      padding-left: 1.5;
      border-left: 1px solid rgba(0, 0, 0, 0.1); } }
  .redactor-styles address {
    font-style: normal; }
  .redactor-styles dl dt {
    font-weight: bold; }
  .redactor-styles dd {
    margin-left: 1.5; }
  .redactor-styles cite {
    color: rgba(0, 0, 0, 0.5);
    font-style: italic; }
  .redactor-styles s,
  .redactor-styles del {
    text-decoration: line-through; }
  .redactor-styles abbr[title],
  .redactor-styles dfn[title] {
    border-bottom: 1px dotted #000;
    cursor: help; }
  .redactor-styles strong,
  .redactor-styles b {
    font-weight: bold; }
  .redactor-styles em,
  .redactor-styles i {
    font-style: italic; }
  .redactor-styles sub,
  .redactor-styles sup {
    font-size: 10px;
    line-height: 0;
    position: relative;
    margin-left: .2rem; }
  .redactor-styles sup {
    top: -.4rem; }
  .redactor-styles sub {
    bottom: -.2rem; }
  .redactor-styles figcaption {
    margin: .3rem 0;
    font-size: 11px;
    font-style: italic;
    text-align: left; }
  .redactor-styles ins,
  .redactor-styles u {
    text-decoration: underline; }
  .redactor-styles mark {
    background-color: #ffd61e;
    color: #000;
    text-decoration: none; }
  .redactor-styles pre,
  .redactor-styles code,
  .redactor-styles kbd,
  .redactor-styles samp,
  .redactor-styles var,
  .redactor-styles output {
    font-size: 90%;
    font-style: normal;
    font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }
  .redactor-styles pre {
    margin-top: 16px;
    font-size: 90%;
    line-height: 1.5;
    color: rgba(0, 0, 0, 0.75);
    overflow: auto;
    background: rgba(0, 0, 0, 0.03);
    padding: 24px;
    word-wrap: normal; }
  .redactor-styles mark,
  .redactor-styles code,
  .redactor-styles samp,
  .redactor-styles kbd {
    padding: .2rem .4rem;
    display: inline-block;
    line-height: 1;
    border-radius: 4px; }
  .redactor-styles code {
    background: rgba(0, 0, 0, 0.05); }
  .redactor-styles pre code {
    font-size: 100%;
    border: none;
    padding: 0;
    background: none;
    line-height: 1.5; }
  .redactor-styles var {
    color: rgba(0, 0, 0, 0.5); }
  .redactor-styles samp {
    background: #46a9fc;
    color: rgba(255, 255, 255, 0.9); }
  .redactor-styles kbd {
    background: #000;
    color: rgba(255, 255, 255, 0.85);
    white-space: nowrap; }
  .redactor-styles hr {
    display: block;
    box-sizing: content-box;
    height: 1px;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1); }
  .redactor-styles img,
  .redactor-styles video,
  .redactor-styles audio,
  .redactor-styles embed,
  .redactor-styles object {
    max-width: 100%; }
  .redactor-styles img,
  .redactor-styles video,
  .redactor-styles embed,
  .redactor-styles object {
    height: auto; }
  .redactor-styles embed,
  .redactor-styles object {
    height: 100%; }
  .redactor-styles img {
    vertical-align: middle;
    -ms-interpolation-mode: bicubic; }
  .redactor-styles table {
    border-collapse: collapse;
    max-width: 100%;
    width: 100%;
    empty-cells: show; }
    .redactor-styles table caption {
      text-transform: uppercase;
      padding: 0;
      color: rgba(0, 0, 0, 0.5);
      font-size: 11px; }
    .redactor-styles table th,
    .redactor-styles table td {
      border: 1px solid #eee;
      padding: 16px;
      padding-bottom: 15px; }
    .redactor-styles table tfoot th,
    .redactor-styles table tfoot td {
      color: rgba(0, 0, 0, 0.5); }
  .redactor-styles .video-container {
    height: 0;
    padding-bottom: 56.25%;
    position: relative;
    margin-bottom: 16px; }
    .redactor-styles .video-container iframe,
    .redactor-styles .video-container object,
    .redactor-styles .video-container embed {
      position: absolute;
      top: 0;
      left: 0;
      width: 100% !important;
      height: 100% !important; }

/* BASICS */
.CodeMirror {
  /* Set height, width, borders, and global font properties here */
  font-family: monospace;
  height: 300px;
  color: black; }

/* PADDING */
.CodeMirror-lines {
  padding: 4px 0;
  /* Vertical padding around content */ }

.CodeMirror pre {
  padding: 0 4px;
  /* Horizontal padding of content */ }

.CodeMirror-scrollbar-filler, .CodeMirror-gutter-filler {
  background-color: white;
  /* The little square between H and V scrollbars */ }

/* GUTTER */
.CodeMirror-gutters {
  border-right: 1px solid #ddd;
  background-color: #f7f7f7;
  white-space: nowrap; }

.CodeMirror-linenumber {
  padding: 0 3px 0 5px;
  min-width: 20px;
  text-align: right;
  color: #999;
  white-space: nowrap; }

.CodeMirror-guttermarker {
  color: black; }

.CodeMirror-guttermarker-subtle {
  color: #999; }

/* CURSOR */
.CodeMirror-cursor {
  border-left: 1px solid black;
  border-right: none;
  width: 0; }

/* Shown when moving in bi-directional text */
.CodeMirror div.CodeMirror-secondarycursor {
  border-left: 1px solid silver; }

.cm-fat-cursor .CodeMirror-cursor {
  width: auto;
  border: 0 !important;
  background: #7e7; }

.cm-fat-cursor div.CodeMirror-cursors {
  z-index: 1; }

.cm-animate-fat-cursor {
  width: auto;
  border: 0;
  -webkit-animation: blink 1.06s steps(1) infinite;
  -moz-animation: blink 1.06s steps(1) infinite;
  animation: blink 1.06s steps(1) infinite;
  background-color: #7e7; }

@-moz-keyframes blink {
  0% { }
  50% {
    background-color: transparent; }
  100% { } }

@-webkit-keyframes blink {
  0% { }
  50% {
    background-color: transparent; }
  100% { } }

@keyframes blink {
  0% { }
  50% {
    background-color: transparent; }
  100% { } }

/* Can style cursor different in overwrite (non-insert) mode */
.cm-tab {
  display: inline-block;
  text-decoration: inherit; }

.CodeMirror-rulers {
  position: absolute;
  left: 0;
  right: 0;
  top: -50px;
  bottom: -20px;
  overflow: hidden; }

.CodeMirror-ruler {
  border-left: 1px solid #ccc;
  top: 0;
  bottom: 0;
  position: absolute; }

/* DEFAULT THEME */
.cm-s-default .cm-header {
  color: blue; }

.cm-s-default .cm-quote {
  color: #090; }

.cm-negative {
  color: #d44; }

.cm-positive {
  color: #292; }

.cm-header, .cm-strong {
  font-weight: bold; }

.cm-em {
  font-style: italic; }

.cm-link {
  text-decoration: underline; }

.cm-strikethrough {
  text-decoration: line-through; }

.cm-s-default .cm-keyword {
  color: #708; }

.cm-s-default .cm-atom {
  color: #219; }

.cm-s-default .cm-number {
  color: #164; }

.cm-s-default .cm-def {
  color: #00f; }

.cm-s-default .cm-variable-2 {
  color: #05a; }

.cm-s-default .cm-variable-3 {
  color: #085; }

.cm-s-default .cm-comment {
  color: #a50; }

.cm-s-default .cm-string {
  color: #a11; }

.cm-s-default .cm-string-2 {
  color: #f50; }

.cm-s-default .cm-meta {
  color: #555; }

.cm-s-default .cm-qualifier {
  color: #555; }

.cm-s-default .cm-builtin {
  color: #30a; }

.cm-s-default .cm-bracket {
  color: #997; }

.cm-s-default .cm-tag {
  color: #170; }

.cm-s-default .cm-attribute {
  color: #00c; }

.cm-s-default .cm-hr {
  color: #999; }

.cm-s-default .cm-link {
  color: #00c; }

.cm-s-default .cm-error {
  color: #f00; }

.cm-invalidchar {
  color: #f00; }

.CodeMirror-composing {
  border-bottom: 2px solid; }

/* Default styles for common addons */
div.CodeMirror span.CodeMirror-matchingbracket {
  color: #0f0; }

div.CodeMirror span.CodeMirror-nonmatchingbracket {
  color: #f22; }

.CodeMirror-matchingtag {
  background: rgba(255, 150, 0, 0.3); }

.CodeMirror-activeline-background {
  background: #e8f2ff; }

/* STOP */
/* The rest of this file contains styles related to the mechanics of
   the editor. You probably shouldn't touch them. */
.CodeMirror {
  position: relative;
  overflow: hidden;
  background: white; }

.CodeMirror-scroll {
  overflow: scroll !important;
  /* Things will break if this is overridden */
  /* 30px is the magic margin used to hide the element's real scrollbars */
  /* See overflow: hidden in .CodeMirror */
  margin-bottom: -30px;
  margin-right: -30px;
  padding-bottom: 30px;
  height: 100%;
  outline: none;
  /* Prevent dragging from highlighting the element */
  position: relative; }

.CodeMirror-sizer {
  position: relative;
  border-right: 30px solid transparent; }

/* The fake, visible scrollbars. Used to force redraw during scrolling
   before actual scrolling happens, thus preventing shaking and
   flickering artifacts. */
.CodeMirror-vscrollbar, .CodeMirror-hscrollbar, .CodeMirror-scrollbar-filler, .CodeMirror-gutter-filler {
  position: absolute;
  z-index: 6;
  display: none; }

.CodeMirror-vscrollbar {
  right: 0;
  top: 0;
  overflow-x: hidden;
  overflow-y: scroll; }

.CodeMirror-hscrollbar {
  bottom: 0;
  left: 0;
  overflow-y: hidden;
  overflow-x: scroll; }

.CodeMirror-scrollbar-filler {
  right: 0;
  bottom: 0; }

.CodeMirror-gutter-filler {
  left: 0;
  bottom: 0; }

.CodeMirror-gutters {
  position: absolute;
  left: 0;
  top: 0;
  min-height: 100%;
  z-index: 3; }

.CodeMirror-gutter {
  white-space: normal;
  height: 100%;
  display: inline-block;
  vertical-align: top;
  margin-bottom: -30px; }

.CodeMirror-gutter-wrapper {
  position: absolute;
  z-index: 4;
  background: none !important;
  border: none !important; }

.CodeMirror-gutter-background {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 4; }

.CodeMirror-gutter-elt {
  position: absolute;
  cursor: default;
  z-index: 4; }

.CodeMirror-gutter-wrapper {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.CodeMirror-lines {
  cursor: text;
  min-height: 1px;
  /* prevents collapsing before first draw */ }

.CodeMirror pre {
  /* Reset some styles that the rest of the page might have set */
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  border-width: 0;
  background: transparent;
  font-family: inherit;
  font-size: inherit;
  margin: 0;
  white-space: pre;
  word-wrap: normal;
  line-height: inherit;
  color: inherit;
  z-index: 2;
  position: relative;
  overflow: visible;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-variant-ligatures: contextual;
  font-variant-ligatures: contextual; }

.CodeMirror-wrap pre {
  word-wrap: break-word;
  white-space: pre-wrap;
  word-break: normal; }

.CodeMirror-linebackground {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0; }

.CodeMirror-linewidget {
  position: relative;
  z-index: 2;
  overflow: auto; }

.CodeMirror-code {
  outline: none; }

/* Force content-box sizing for the elements where we expect it */
.CodeMirror-scroll,
.CodeMirror-sizer,
.CodeMirror-gutter,
.CodeMirror-gutters,
.CodeMirror-linenumber {
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

.CodeMirror-measure {
  position: absolute;
  width: 100%;
  height: 0;
  overflow: hidden;
  visibility: hidden; }

.CodeMirror-cursor {
  position: absolute;
  pointer-events: none; }

.CodeMirror-measure pre {
  position: static; }

div.CodeMirror-cursors {
  visibility: hidden;
  position: relative;
  z-index: 3; }

div.CodeMirror-dragcursors {
  visibility: visible; }

.CodeMirror-focused div.CodeMirror-cursors {
  visibility: visible; }

.CodeMirror-selected {
  background: #d9d9d9; }

.CodeMirror-focused .CodeMirror-selected {
  background: #d7d4f0; }

.CodeMirror-crosshair {
  cursor: crosshair; }

.CodeMirror-line::selection, .CodeMirror-line > span::selection, .CodeMirror-line > span > span::selection {
  background: #d7d4f0; }

.CodeMirror-line::-moz-selection, .CodeMirror-line > span::-moz-selection, .CodeMirror-line > span > span::-moz-selection {
  background: #d7d4f0; }

.cm-searching {
  background: #ffa;
  background: rgba(255, 255, 0, 0.4); }

/* Used to force a border model for a node */
.cm-force-border {
  padding-right: .1px; }

@media print {
  /* Hide the cursor when printing */
  .CodeMirror div.CodeMirror-cursors {
    visibility: hidden; } }

/* See issue #2901 */
.cm-tab-wrap-hack:after {
  content: ''; }

/* Help users use markselection to safely style text background */
span.CodeMirror-selectedtext {
  background: none; }

/*

    Name:       Bespin
    Author:     Mozilla / Jan T. Sott

    CodeMirror template by Jan T. Sott (https://github.com/idleberg/base16-codemirror)
    Original Base16 color scheme by Chris Kempson (https://github.com/chriskempson/base16)

*/
.cm-s-bespin.CodeMirror {
  background: #28211c;
  color: #9d9b97; }

.cm-s-bespin div.CodeMirror-selected {
  background: #36312e !important; }

.cm-s-bespin .CodeMirror-gutters {
  background: #28211c;
  border-right: 0px; }

.cm-s-bespin .CodeMirror-linenumber {
  color: #666666; }

.cm-s-bespin .CodeMirror-cursor {
  border-left: 1px solid #797977 !important; }

.cm-s-bespin span.cm-comment {
  color: #937121; }

.cm-s-bespin span.cm-atom {
  color: #9b859d; }

.cm-s-bespin span.cm-number {
  color: #9b859d; }

.cm-s-bespin span.cm-property, .cm-s-bespin span.cm-attribute {
  color: #54be0d; }

.cm-s-bespin span.cm-keyword {
  color: #cf6a4c; }

.cm-s-bespin span.cm-string {
  color: #f9ee98; }

.cm-s-bespin span.cm-variable {
  color: #54be0d; }

.cm-s-bespin span.cm-variable-2 {
  color: #5ea6ea; }

.cm-s-bespin span.cm-def {
  color: #cf7d34; }

.cm-s-bespin span.cm-error {
  background: #cf6a4c;
  color: #797977; }

.cm-s-bespin span.cm-bracket {
  color: #9d9b97; }

.cm-s-bespin span.cm-tag {
  color: #cf6a4c; }

.cm-s-bespin span.cm-link {
  color: #9b859d; }

.cm-s-bespin .CodeMirror-matchingbracket {
  text-decoration: underline;
  color: white !important; }

.cm-s-bespin .CodeMirror-activeline-background {
  background: #404040; }

/*!
 * bootstrap-tokenfield
 * https://github.com/sliptree/bootstrap-tokenfield
 * Copyright 2013-2014 Sliptree and other contributors; Licensed MIT
 */
@-webkit-keyframes blink {
  0% {
    border-color: #ededed; }
  100% {
    border-color: #b94a48; } }

@-moz-keyframes blink {
  0% {
    border-color: #ededed; }
  100% {
    border-color: #b94a48; } }

@keyframes blink {
  0% {
    border-color: #ededed; }
  100% {
    border-color: #b94a48; } }

.tokenfield {
  height: auto;
  min-height: 34px;
  padding-bottom: 0px; }

.tokenfield.focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }

.tokenfield .token {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  display: inline-block;
  border: 1px solid #d9d9d9;
  background-color: #ededed;
  white-space: nowrap;
  margin: -1px 5px 5px 0;
  height: 22px;
  vertical-align: top;
  cursor: default; }

.tokenfield .token:hover {
  border-color: #b9b9b9; }

.tokenfield .token.active {
  border-color: #52a8ec;
  border-color: rgba(82, 168, 236, 0.8); }

.tokenfield .token.duplicate {
  border-color: #ebccd1;
  -webkit-animation-name: blink;
  animation-name: blink;
  -webkit-animation-duration: 0.1s;
  animation-duration: 0.1s;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

.tokenfield .token.invalid {
  background: none;
  border: 1px solid transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border-bottom: 1px dotted #d9534f; }

.tokenfield .token.invalid.active {
  background: #ededed;
  border: 1px solid #ededed;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }

.tokenfield .token .token-label {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-left: 4px;
  vertical-align: top; }

.tokenfield .token .close {
  font-family: Arial;
  display: inline-block;
  line-height: 100%;
  font-size: 1.1em;
  line-height: 1.49em;
  margin-left: 5px;
  float: none;
  height: 100%;
  vertical-align: top;
  padding-right: 4px; }

.tokenfield .token-input {
  background: none;
  width: 60px;
  min-width: 60px;
  border: 0;
  height: 20px;
  padding: 0;
  margin-bottom: 6px;
  -webkit-box-shadow: none;
  box-shadow: none; }

.tokenfield .token-input:focus {
  border-color: transparent;
  outline: 0;
  /* IE6-9 */
  -webkit-box-shadow: none;
  box-shadow: none; }

.tokenfield.disabled {
  cursor: not-allowed;
  background-color: #eeeeee; }

.tokenfield.disabled .token-input {
  cursor: not-allowed; }

.tokenfield.disabled .token:hover {
  cursor: not-allowed;
  border-color: #d9d9d9; }

.tokenfield.disabled .token:hover .close {
  cursor: not-allowed;
  opacity: 0.2;
  filter: alpha(opacity=20); }

.has-warning .tokenfield.focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; }

.has-error .tokenfield.focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; }

.has-success .tokenfield.focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; }

.tokenfield.input-sm,
.input-group-sm .tokenfield {
  min-height: 30px;
  padding-bottom: 0px; }

.input-group-sm .token,
.tokenfield.input-sm .token {
  height: 20px;
  margin-bottom: 4px; }

.input-group-sm .token-input,
.tokenfield.input-sm .token-input {
  height: 18px;
  margin-bottom: 5px; }

.tokenfield.input-lg,
.input-group-lg .tokenfield {
  min-height: 45px;
  padding-bottom: 4px; }

.input-group-lg .token,
.tokenfield.input-lg .token {
  height: 25px; }

.input-group-lg .token-label,
.tokenfield.input-lg .token-label {
  line-height: 23px; }

.input-group-lg .token .close,
.tokenfield.input-lg .token .close {
  line-height: 1.3em; }

.input-group-lg .token-input,
.tokenfield.input-lg .token-input {
  height: 23px;
  line-height: 23px;
  margin-bottom: 6px;
  vertical-align: top; }

.tokenfield.rtl {
  direction: rtl;
  text-align: right; }

.tokenfield.rtl .token {
  margin: -1px 0 5px 5px; }

.tokenfield.rtl .token .token-label {
  padding-left: 0px;
  padding-right: 4px; }

/*!
 * Bootstrap Colorpicker v2.5.1
 * https://itsjavi.com/bootstrap-colorpicker/
 *
 * Originally written by (c) 2012 Stefan Petre
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0.txt
 *
 */
.colorpicker-saturation {
  width: 100px;
  height: 100px;
  background-image: url("../images/bootstrap-colorpicker//saturation.png");
  cursor: crosshair;
  float: left; }
  .colorpicker-saturation i {
    display: block;
    height: 5px;
    width: 5px;
    border: 1px solid #000;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    position: absolute;
    top: 0;
    left: 0;
    margin: -4px 0 0 -4px; }
    .colorpicker-saturation i b {
      display: block;
      height: 5px;
      width: 5px;
      border: 1px solid #fff;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border-radius: 5px; }

.colorpicker-hue,
.colorpicker-alpha {
  width: 15px;
  height: 100px;
  float: left;
  cursor: row-resize;
  margin-left: 4px;
  margin-bottom: 4px; }

.colorpicker-hue i,
.colorpicker-alpha i {
  display: block;
  height: 1px;
  background: #000;
  border-top: 1px solid #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin-top: -1px; }

.colorpicker-hue {
  background-image: url("../images/bootstrap-colorpicker//hue.png"); }

.colorpicker-alpha {
  background-image: url("../images/bootstrap-colorpicker//alpha.png");
  display: none; }

.colorpicker-saturation,
.colorpicker-hue,
.colorpicker-alpha {
  background-size: contain; }

.colorpicker {
  padding: 4px;
  min-width: 130px;
  margin-top: 1px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  z-index: 2500; }

.colorpicker:before,
.colorpicker:after {
  display: table;
  content: "";
  line-height: 0; }

.colorpicker:after {
  clear: both; }

.colorpicker:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -7px;
  left: 6px; }

.colorpicker:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  position: absolute;
  top: -6px;
  left: 7px; }

.colorpicker div {
  position: relative; }

.colorpicker.colorpicker-with-alpha {
  min-width: 140px; }

.colorpicker.colorpicker-with-alpha .colorpicker-alpha {
  display: block; }

.colorpicker-color {
  height: 10px;
  margin-top: 5px;
  clear: both;
  background-image: url("../images/bootstrap-colorpicker//alpha.png");
  background-position: 0 100%; }

.colorpicker-color div {
  height: 10px; }

.colorpicker-selectors {
  display: none;
  height: 10px;
  margin-top: 5px;
  clear: both; }

.colorpicker-selectors i {
  cursor: pointer;
  float: left;
  height: 10px;
  width: 10px; }

.colorpicker-selectors i + i {
  margin-left: 3px; }

.colorpicker-element .input-group-addon i,
.colorpicker-element .add-on i {
  display: inline-block;
  cursor: pointer;
  height: 16px;
  vertical-align: text-top;
  width: 16px; }

.colorpicker.colorpicker-inline {
  position: relative;
  display: inline-block;
  float: none;
  z-index: auto; }

.colorpicker.colorpicker-horizontal {
  width: 110px;
  min-width: 110px;
  height: auto; }

.colorpicker.colorpicker-horizontal .colorpicker-saturation {
  margin-bottom: 4px; }

.colorpicker.colorpicker-horizontal .colorpicker-color {
  width: 100px; }

.colorpicker.colorpicker-horizontal .colorpicker-hue,
.colorpicker.colorpicker-horizontal .colorpicker-alpha {
  width: 100px;
  height: 15px;
  float: left;
  cursor: col-resize;
  margin-left: 0px;
  margin-bottom: 4px; }

.colorpicker.colorpicker-horizontal .colorpicker-hue i,
.colorpicker.colorpicker-horizontal .colorpicker-alpha i {
  display: block;
  height: 15px;
  background: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  border: none;
  margin-top: 0px; }

.colorpicker.colorpicker-horizontal .colorpicker-hue {
  background-image: url("../images/bootstrap-colorpicker//hue-horizontal.png"); }

.colorpicker.colorpicker-horizontal .colorpicker-alpha {
  background-image: url("../images/bootstrap-colorpicker//alpha-horizontal.png"); }

.colorpicker-right:before {
  left: auto;
  right: 6px; }

.colorpicker-right:after {
  left: auto;
  right: 7px; }

.colorpicker-no-arrow:before {
  border-right: 0;
  border-left: 0; }

.colorpicker-no-arrow:after {
  border-right: 0;
  border-left: 0; }

.colorpicker.colorpicker-visible,
.colorpicker-alpha.colorpicker-visible,
.colorpicker-saturation.colorpicker-visible,
.colorpicker-hue.colorpicker-visible,
.colorpicker-selectors.colorpicker-visible {
  display: block; }

.colorpicker.colorpicker-hidden,
.colorpicker-alpha.colorpicker-hidden,
.colorpicker-saturation.colorpicker-hidden,
.colorpicker-hue.colorpicker-hidden,
.colorpicker-selectors.colorpicker-hidden {
  display: none; }

.colorpicker-inline.colorpicker-visible {
  display: inline-block; }

/* Custom Library Overrides */
.bootstrap-select.form-control button.btn, #messages #messages-search input.bootstrap-select[type=text] button.btn {
  padding: 0.5rem 1.85rem 0.5rem 0.75rem; }

.btn-outline-select {
  color: #111;
  background-color: #fff;
  border-color: rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  color: #54585a;
  box-shadow: none; }
  .btn-outline-select:hover {
    color: #111;
    background-color: #fff;
    border-color: rgba(0, 0, 0, 0.15); }
  .btn-outline-select:focus, .btn-outline-select.focus {
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.5); }
  .btn-outline-select.disabled, .btn-outline-select:disabled {
    background-color: #fff;
    border-color: rgba(0, 0, 0, 0.15); }
  .btn-outline-select:active, .btn-outline-select.active,
  .show > .btn-outline-select.dropdown-toggle {
    background-color: #fff;
    background-image: none;
    border-color: rgba(0, 0, 0, 0.15);
    -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); }

/* These fixes are just for BS 4 and wont be needed soon hopefully */
.bootstrap-select .dropdown-menu li, .bootstrap-select .tokenfield .twitter-typeahead .tt-menu li, .tokenfield .twitter-typeahead .bootstrap-select .tt-menu li {
  display: inline;
  padding: 0;
  margin: 0; }
  .bootstrap-select .dropdown-menu li.selected a, .bootstrap-select .tokenfield .twitter-typeahead .tt-menu li.selected a, .tokenfield .twitter-typeahead .bootstrap-select .tt-menu li.selected a {
    color: #fff;
    background: #00a9e0; }

.bootstrap-select .dropdown-menu .hidden, .bootstrap-select .tokenfield .twitter-typeahead .tt-menu .hidden, .tokenfield .twitter-typeahead .bootstrap-select .tt-menu .hidden {
  display: none !important; }

.bootstrap-select .dropdown-menu.open .dropdown-menu, .bootstrap-select .tokenfield .twitter-typeahead .open.tt-menu .dropdown-menu, .tokenfield .twitter-typeahead .bootstrap-select .open.tt-menu .dropdown-menu, .bootstrap-select .dropdown-menu.open .tokenfield .twitter-typeahead .tt-menu, .tokenfield .twitter-typeahead .bootstrap-select .dropdown-menu.open .tt-menu, .bootstrap-select .tokenfield .twitter-typeahead .open.tt-menu .tt-menu, .tokenfield .twitter-typeahead .bootstrap-select .open.tt-menu .tt-menu {
  display: block; }

.form-inline .bootstrap-select {
  width: auto !important; }

.bootstrap-select .status {
  background: #eff0f1;
  clear: both;
  color: #868b8e;
  font-size: 0.8rem;
  font-style: italic;
  font-weight: 500;
  margin-bottom: -5px;
  padding: 0.5rem 0.75rem; }

/* Taggable Overrides */
.twitter-typeahead {
  width: 100%; }

.tokenfield.form-control, #messages #messages-search input.tokenfield[type=text] {
  padding-top: 0; }

.tokenfield .token {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem; }

.tokenfield .token-input {
  padding: 0.5rem 0.75rem 0.5rem 0;
  height: auto; }

.tokenfield .twitter-typeahead {
  width: auto; }
  .input-group .tokenfield .twitter-typeahead {
    display: block !important; }

/* Custom button to match field inputs */
.btn-outline-input {
  color: #111;
  background-color: #fff;
  border-color: rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  color: #54585a;
  box-shadow: none;
  cursor: pointer; }
  .btn-outline-input:hover {
    color: #111;
    background-color: #fff;
    border-color: rgba(0, 0, 0, 0.15); }
  .btn-outline-input:focus, .btn-outline-input.focus {
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.5); }
  .btn-outline-input.disabled, .btn-outline-input:disabled {
    background-color: #fff;
    border-color: rgba(0, 0, 0, 0.15); }
  .btn-outline-input:active, .btn-outline-input.active,
  .show > .btn-outline-input.dropdown-toggle {
    background-color: #fff;
    background-image: none;
    border-color: rgba(0, 0, 0, 0.15);
    -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); }

/* Begin custom form CSS */
textarea.form-control {
  min-height: 6rem; }

.file-input .btn span {
  white-space: normal; }

.article-selector ul {
  margin: 0;
  padding: 0;
  list-style: none; }
  .article-selector ul li {
    padding: 0.625rem; }
    .article-selector ul li > label {
      cursor: pointer; }
    .article-selector ul li.article-row {
      background: #eff0f1;
      border: 1px solid #868b8e;
      border-radius: 0.25rem; }
  .article-selector ul.article-selected {
    border-bottom: 1px solid #868b8e; }
    .article-selector ul.article-selected > li {
      color: #3e5f17;
      background-color: #e4f0d5;
      border-color: #d9ebc4; }
      .article-selector ul.article-selected > li hr {
        border-top-color: #cde5b1; }
      .article-selector ul.article-selected > li .alert-link {
        color: #23360d; }
  .article-selector ul.article-unselected {
    max-height: 14rem;
    overflow-y: auto; }

.user-selector ul {
  margin: 0;
  padding: 0;
  list-style: none; }
  .user-selector ul li {
    padding: 0.83333rem; }
    .user-selector ul li > label {
      cursor: pointer; }
    .user-selector ul li.user-row {
      background: #eff0f1;
      border: 1px solid #868b8e;
      border-radius: 0.25rem; }
  .user-selector ul.user-selected {
    border-bottom: 1px solid #868b8e; }
    .user-selector ul.user-selected > li {
      color: #3e5f17;
      background-color: #e4f0d5;
      border-color: #d9ebc4; }
      .user-selector ul.user-selected > li hr {
        border-top-color: #cde5b1; }
      .user-selector ul.user-selected > li .alert-link {
        color: #23360d; }
  .user-selector ul.user-unselected {
    max-height: 28rem;
    overflow-y: auto; }

.user-selector .user-more {
  display: block;
  width: calc(100% - 30px);
  pointer-events: none;
  text-align: center;
  position: absolute;
  margin-top: -1.5rem;
  height: 1.5rem;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 20%, white 100%); }

.file-list {
  margin: 0;
  padding: 0;
  list-style: none; }
  .file-list li {
    padding: 0.5rem;
    background: #eff0f1;
    vertical-align: middle; }
    .file-list li > canvas, .file-list li > img {
      max-height: 1.5rem;
      display: inline-block;
      float: left; }

.field-selector {
  background: #eff0f1;
  border: 1px solid #bbbebf; }
  .field-selector .carousel-inner {
    overflow-y: auto; }
  .field-selector .field-steps .field-step .form-group {
    min-width: 100%; }

/*
 * ARIA v2
 * Responsive bootstrap timeline
 * CS 2016-12-24
 */
div.timeline {
  margin: 0 0 1.5rem 0; }
  div.timeline .timeline-filter {
    height: 4rem; }
  div.timeline ul {
    list-style: none;
    margin: 0;
    padding: 0; }
  div.timeline .timeline-left {
    width: 12rem;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.4); }
    div.timeline .timeline-left li {
      margin: 0;
      height: 4rem;
      text-align: right;
      padding: 10px; }
      div.timeline .timeline-left li small {
        display: block;
        font-size: 0.9em;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis; }
      div.timeline .timeline-left li a {
        color: inherit; }
      div.timeline .timeline-left li:nth-child(2n+1) {
        background: #eff0f1; }
  div.timeline .timeline-content {
    background: rgba(0, 0, 0, 0.04);
    overflow-x: auto;
    padding: 0; }
  div.timeline .timeline-header {
    width: auto;
    overflow: visible;
    margin: 0;
    flex-wrap: nowrap; }
    div.timeline .timeline-header li {
      text-align: center;
      padding: 0;
      margin: 0;
      line-height: 2rem;
      min-width: 9rem;
      border: 0; }
    div.timeline .timeline-header > li {
      background: #fff; }
    div.timeline .timeline-header > li:nth-child(2n) {
      background: #eee; }
    div.timeline .timeline-header > li > ul {
      margin: 0;
      flex-wrap: nowrap; }
    div.timeline .timeline-header > li > ul > li {
      border-left: 1px solid #dddede;
      box-sizing: border-box; }
  div.timeline .timeline-items {
    width: 100%; }
    div.timeline .timeline-items > li {
      height: 4rem;
      position: relative;
      display: block;
      margin: 0;
      padding: 0; }
    div.timeline .timeline-items > li:nth-child(2n+1) {
      background: rgba(0, 0, 0, 0.04); }
  div.timeline .timeline-event {
    position: absolute;
    border: 4px solid #54585a;
    display: block;
    width: 16px;
    height: 16px;
    margin-left: -4px;
    top: 17px;
    z-index: 2;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.7); }
    div.timeline .timeline-event.red {
      border-color: #ff141e; }
    div.timeline .timeline-event.gray {
      border-color: #54585a; }
    div.timeline .timeline-event.grey {
      border-color: #54585a; }
    div.timeline .timeline-event.cyan {
      border-color: #00a9e0; }
    div.timeline .timeline-event.turquoise {
      border-color: #00b2a9; }
    div.timeline .timeline-event.green {
      border-color: #77b62c; }
    div.timeline .timeline-event.blue {
      border-color: #003da5; }
    div.timeline .timeline-event.purple {
      border-color: #823e8a; }
    div.timeline .timeline-event.magenta {
      border-color: #e21776; }
    div.timeline .timeline-event.orange {
      border-color: #ff671f; }
    div.timeline .timeline-event.yellow {
      border-color: #f5a800; }
  div.timeline .timeline-line {
    margin: 0 4px;
    position: absolute;
    top: 22px;
    height: 6px;
    border-radius: 3px;
    background: #535759;
    display: block;
    width: 10px;
    z-index: 1; }
    div.timeline .timeline-line.red {
      background-color: #ff141e; }
    div.timeline .timeline-line.gray {
      background-color: #54585a; }
    div.timeline .timeline-line.grey {
      background-color: #54585a; }
    div.timeline .timeline-line.cyan {
      background-color: #00a9e0; }
    div.timeline .timeline-line.turquoise {
      background-color: #00b2a9; }
    div.timeline .timeline-line.green {
      background-color: #77b62c; }
    div.timeline .timeline-line.blue {
      background-color: #003da5; }
    div.timeline .timeline-line.purple {
      background-color: #823e8a; }
    div.timeline .timeline-line.magenta {
      background-color: #e21776; }
    div.timeline .timeline-line.orange {
      background-color: #ff671f; }
    div.timeline .timeline-line.yellow {
      background-color: #f5a800; }
  div.timeline .popup-detail {
    cursor: pointer; }

ul.pubmed-articles, ul.file-display {
  margin: 0;
  padding: 0;
  list-style: none; }
  ul.pubmed-articles li, ul.file-display li {
    padding: 0.5rem;
    background: #eff0f1;
    vertical-align: middle; }
    ul.pubmed-articles li > a, ul.file-display li > a {
      display: block; }
    ul.pubmed-articles li canvas, ul.pubmed-articles li img, ul.file-display li canvas, ul.file-display li img {
      max-height: 1.5rem;
      display: inline-block;
      float: left; }

/*
 * ARIA v2
 * SASS Bootstrap 4 Fullcalendar integration
 * CS 2017-07-03
 */
/*!
 * FullCalendar v3.4.0 Stylesheet
 * Docs & License: https://fullcalendar.io/
 * (c) 2017 Adam Shaw
 */
.fc-icon, body .fc {
  font-size: 1em; }

.fc-button-group, .fc-icon {
  display: inline-block; }

.fc-bg, .fc-row .fc-bgevent-skeleton, .fc-row .fc-highlight-skeleton {
  bottom: 0; }

.fc-icon, .fc-unselectable {
  -khtml-user-select: none;
  -webkit-touch-callout: none; }

.fc {
  direction: ltr;
  text-align: left; }

.fc-rtl {
  text-align: right; }

.fc th, .fc-basic-view td.fc-week-number, .fc-icon, .fc-toolbar {
  text-align: center; }

.fc-unthemed .fc-content, .fc-unthemed .fc-divider, .fc-unthemed .fc-list-heading td, .fc-unthemed .fc-list-view, .fc-unthemed .fc-popover, .fc-unthemed .fc-row, .fc-unthemed tbody, .fc-unthemed td, .fc-unthemed th, .fc-unthemed thead {
  border-color: #ddd; }

.fc-unthemed .fc-popover {
  background-color: #fff; }

.fc-unthemed .fc-divider, .fc-unthemed .fc-list-heading td, .fc-unthemed .fc-popover .fc-header {
  background: #eee; }

.fc-unthemed .fc-popover .fc-header .fc-close {
  color: #666; }

.fc-unthemed td.fc-today {
  background: #fcf8e3; }

.fc-highlight {
  background: #bce8f1;
  opacity: .3; }

.fc-bgevent {
  background: #8fdf82;
  opacity: .3; }

.fc-nonbusiness {
  background: #d7d7d7; }

.fc-unthemed .fc-disabled-day {
  background: #d7d7d7;
  opacity: .3; }

.ui-widget .fc-disabled-day {
  background-image: none; }

.fc-icon {
  height: 1em;
  line-height: 1em;
  overflow: hidden;
  font-family: "Courier New",Courier,monospace;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.fc-icon:after {
  position: relative; }

.fc-icon-left-single-arrow:after {
  content: "\02039";
  font-weight: 700;
  font-size: 200%;
  top: -7%; }

.fc-icon-right-single-arrow:after {
  content: "\0203A";
  font-weight: 700;
  font-size: 200%;
  top: -7%; }

.fc-icon-left-double-arrow:after {
  content: "\000AB";
  font-size: 160%;
  top: -7%; }

.fc-icon-right-double-arrow:after {
  content: "\000BB";
  font-size: 160%;
  top: -7%; }

.fc-icon-left-triangle:after {
  content: "\25C4";
  font-size: 125%;
  top: 3%; }

.fc-icon-right-triangle:after {
  content: "\25BA";
  font-size: 125%;
  top: 3%; }

.fc-icon-down-triangle:after {
  content: "\25BC";
  font-size: 125%;
  top: 2%; }

.fc-icon-x:after {
  content: "\000D7";
  font-size: 200%;
  top: 6%; }

.fc button {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  height: 2.1em;
  padding: 0 .6em;
  font-size: 1em;
  white-space: nowrap;
  cursor: pointer; }

.fc button::-moz-focus-inner {
  margin: 0;
  padding: 0; }

.fc-state-default {
  border: 1px solid;
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #fff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #fff, #e6e6e6);
  background-image: -o-linear-gradient(top, #fff, #e6e6e6);
  background-image: linear-gradient(to bottom, #fff, #e6e6e6);
  background-repeat: repeat-x;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  color: #333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); }

.fc-state-default.fc-corner-left {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px; }

.fc-state-default.fc-corner-right {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px; }

.fc button .fc-icon {
  position: relative;
  top: -.05em;
  margin: 0 .2em;
  vertical-align: middle; }

.fc-state-active, .fc-state-disabled, .fc-state-down, .fc-state-hover {
  color: #333;
  background-color: #e6e6e6; }

.fc-state-hover {
  color: #333;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position .1s linear;
  -moz-transition: background-position .1s linear;
  -o-transition: background-position .1s linear;
  transition: background-position .1s linear; }

.fc-state-active, .fc-state-down {
  background-color: #ccc;
  background-image: none;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); }

.fc-state-disabled {
  cursor: default;
  background-image: none;
  opacity: .65;
  box-shadow: none; }

.fc-event.fc-draggable, .fc-event[href], .fc-popover .fc-header .fc-close, a[data-goto] {
  cursor: pointer; }

.fc .fc-button-group > * {
  float: left;
  margin: 0 0 0 -1px; }

.fc .fc-button-group > :first-child {
  margin-left: 0; }

.fc-popover {
  position: absolute;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15); }

.fc-popover .fc-header {
  padding: 2px 4px; }

.fc-popover .fc-header .fc-title {
  margin: 0 2px; }

.fc-ltr .fc-popover .fc-header .fc-title, .fc-rtl .fc-popover .fc-header .fc-close {
  float: left; }

.fc-ltr .fc-popover .fc-header .fc-close, .fc-rtl .fc-popover .fc-header .fc-title {
  float: right; }

.fc-unthemed .fc-popover {
  border-width: 1px;
  border-style: solid; }

.fc-unthemed .fc-popover .fc-header .fc-close {
  font-size: .9em;
  margin-top: 2px; }

.fc-popover > .ui-widget-header + .ui-widget-content {
  border-top: 0; }

.fc-divider {
  border-style: solid;
  border-width: 1px; }

hr.fc-divider {
  height: 0;
  margin: 0;
  padding: 0 0 2px;
  border-width: 1px 0; }

.fc-bg table, .fc-row .fc-bgevent-skeleton table, .fc-row .fc-highlight-skeleton table {
  height: 100%; }

.fc-clear {
  clear: both; }

.fc-bg, .fc-bgevent-skeleton, .fc-helper-skeleton, .fc-highlight-skeleton {
  position: absolute;
  top: 0;
  left: 0;
  right: 0; }

.fc table {
  width: 100%;
  box-sizing: border-box;
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 1em; }

.fc td, .fc th {
  border-style: solid;
  border-width: 1px;
  padding: 0;
  vertical-align: top; }

.fc td.fc-today {
  border-style: double; }

a[data-goto]:hover {
  text-decoration: underline; }

.fc .fc-row {
  border-style: solid;
  border-width: 0; }

.fc-row table {
  border-left: 0 hidden transparent;
  border-right: 0 hidden transparent;
  border-bottom: 0 hidden transparent; }

.fc-row:first-child table {
  border-top: 0 hidden transparent; }

.fc-row {
  position: relative; }

.fc-row .fc-bg {
  z-index: 1; }

.fc-row .fc-bgevent-skeleton td, .fc-row .fc-highlight-skeleton td {
  border-color: transparent; }

.fc-row .fc-bgevent-skeleton {
  z-index: 2; }

.fc-row .fc-highlight-skeleton {
  z-index: 3; }

.fc-row .fc-content-skeleton {
  position: relative;
  z-index: 4;
  padding-bottom: 2px; }

.fc-row .fc-helper-skeleton {
  z-index: 5; }

.fc-row .fc-content-skeleton td, .fc-row .fc-helper-skeleton td {
  background: 0 0;
  border-color: transparent;
  border-bottom: 0; }

.fc-row .fc-content-skeleton tbody td, .fc-row .fc-helper-skeleton tbody td {
  border-top: 0; }

.fc-scroller {
  -webkit-overflow-scrolling: touch; }

.fc-row.fc-rigid, .fc-time-grid-event {
  overflow: hidden; }

.fc-scroller > .fc-day-grid, .fc-scroller > .fc-time-grid {
  position: relative;
  width: 100%; }

.fc-event {
  position: relative;
  display: block;
  font-size: .85em;
  line-height: 1.3;
  border-radius: 3px;
  border: 1px solid #3a87ad;
  font-weight: 400; }

.fc-event, .fc-event-dot {
  background-color: #3a87ad; }

.fc-event, .fc-event:hover, .ui-widget .fc-event {
  color: #fff;
  text-decoration: none; }

.fc-not-allowed, .fc-not-allowed .fc-event {
  cursor: not-allowed; }

.fc-event .fc-bg {
  z-index: 1;
  background: #fff;
  opacity: .25; }

.fc-event .fc-content {
  position: relative;
  z-index: 2; }

.fc-event .fc-resizer {
  position: absolute;
  z-index: 4;
  display: none; }

.fc-event.fc-allow-mouse-resize .fc-resizer, .fc-event.fc-selected .fc-resizer {
  display: block; }

.fc-event.fc-selected .fc-resizer:before {
  content: "";
  position: absolute;
  z-index: 9999;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  margin-left: -20px;
  margin-top: -20px; }

.fc-event.fc-selected {
  z-index: 9999 !important;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); }

.fc-event.fc-selected.fc-dragging {
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3); }

.fc-h-event.fc-selected:before {
  content: "";
  position: absolute;
  z-index: 3;
  top: -10px;
  bottom: -10px;
  left: 0;
  right: 0; }

.fc-ltr .fc-h-event.fc-not-start, .fc-rtl .fc-h-event.fc-not-end {
  margin-left: 0;
  border-left-width: 0;
  padding-left: 1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.fc-ltr .fc-h-event.fc-not-end, .fc-rtl .fc-h-event.fc-not-start {
  margin-right: 0;
  border-right-width: 0;
  padding-right: 1px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.fc-ltr .fc-h-event .fc-start-resizer, .fc-rtl .fc-h-event .fc-end-resizer {
  cursor: w-resize;
  left: -1px; }

.fc-ltr .fc-h-event .fc-end-resizer, .fc-rtl .fc-h-event .fc-start-resizer {
  cursor: e-resize;
  right: -1px; }

.fc-h-event.fc-allow-mouse-resize .fc-resizer {
  width: 7px;
  top: -1px;
  bottom: -1px; }

.fc-h-event.fc-selected .fc-resizer {
  border-radius: 4px;
  border-width: 1px;
  width: 6px;
  height: 6px;
  border-style: solid;
  border-color: inherit;
  background: #fff;
  top: 50%;
  margin-top: -4px; }

.fc-ltr .fc-h-event.fc-selected .fc-start-resizer, .fc-rtl .fc-h-event.fc-selected .fc-end-resizer {
  margin-left: -4px; }

.fc-ltr .fc-h-event.fc-selected .fc-end-resizer, .fc-rtl .fc-h-event.fc-selected .fc-start-resizer {
  margin-right: -4px; }

.fc-day-grid-event {
  margin: 1px 2px 0;
  padding: 0 1px; }

tr:first-child > td > .fc-day-grid-event {
  margin-top: 2px; }

.fc-day-grid-event.fc-selected:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  background: #000;
  opacity: .25; }

.fc-day-grid-event .fc-content {
  white-space: nowrap;
  overflow: hidden; }

.fc-day-grid-event .fc-time {
  font-weight: 700; }

.fc-ltr .fc-day-grid-event.fc-allow-mouse-resize .fc-start-resizer, .fc-rtl .fc-day-grid-event.fc-allow-mouse-resize .fc-end-resizer {
  margin-left: -2px; }

.fc-ltr .fc-day-grid-event.fc-allow-mouse-resize .fc-end-resizer, .fc-rtl .fc-day-grid-event.fc-allow-mouse-resize .fc-start-resizer {
  margin-right: -2px; }

a.fc-more {
  margin: 1px 3px;
  font-size: .85em;
  cursor: pointer;
  text-decoration: none; }

a.fc-more:hover {
  text-decoration: underline; }

.fc-limited {
  display: none; }

.fc-day-grid .fc-row {
  z-index: 1; }

.fc-more-popover {
  z-index: 2;
  width: 220px; }

.fc-more-popover .fc-event-container {
  padding: 10px; }

.fc-now-indicator {
  position: absolute;
  border: 0 solid red; }

.fc-unselectable {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent; }

.fc-toolbar.fc-header-toolbar {
  margin-bottom: 1em; }

.fc-toolbar.fc-footer-toolbar {
  margin-top: 1em; }

.fc-toolbar .fc-left {
  float: left; }

.fc-toolbar .fc-right {
  float: right; }

.fc-toolbar .fc-center {
  display: inline-block; }

.fc .fc-toolbar > * > * {
  float: left;
  margin-left: .75em; }

.fc .fc-toolbar > * > :first-child {
  margin-left: 0; }

.fc-toolbar h2 {
  margin: 0; }

.fc-toolbar button {
  position: relative; }

.fc-toolbar .fc-state-hover, .fc-toolbar .ui-state-hover {
  z-index: 2; }

.fc-toolbar .fc-state-down {
  z-index: 3; }

.fc-toolbar .fc-state-active, .fc-toolbar .ui-state-active {
  z-index: 4; }

.fc-toolbar button:focus {
  z-index: 5; }

.fc-view-container *, .fc-view-container :after, .fc-view-container :before {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

.fc-view, .fc-view > table {
  position: relative;
  z-index: 1; }

.fc-basicDay-view .fc-content-skeleton, .fc-basicWeek-view .fc-content-skeleton {
  padding-bottom: 1em; }

.fc-basic-view .fc-body .fc-row {
  min-height: 4em; }

.fc-row.fc-rigid .fc-content-skeleton {
  position: absolute;
  top: 0;
  left: 0;
  right: 0; }

.fc-day-top.fc-other-month {
  opacity: .3; }

.fc-basic-view .fc-day-number, .fc-basic-view .fc-week-number {
  padding: 2px; }

.fc-basic-view th.fc-day-number, .fc-basic-view th.fc-week-number {
  padding: 0 2px; }

.fc-ltr .fc-basic-view .fc-day-top .fc-day-number {
  float: right; }

.fc-rtl .fc-basic-view .fc-day-top .fc-day-number {
  float: left; }

.fc-ltr .fc-basic-view .fc-day-top .fc-week-number {
  float: left;
  border-radius: 0 0 3px; }

.fc-rtl .fc-basic-view .fc-day-top .fc-week-number {
  float: right;
  border-radius: 0 0 0 3px; }

.fc-basic-view .fc-day-top .fc-week-number {
  min-width: 1.5em;
  text-align: center;
  background-color: #f2f2f2;
  color: grey; }

.fc-basic-view td.fc-week-number > * {
  display: inline-block;
  min-width: 1.25em; }

.fc-agenda-view .fc-day-grid {
  position: relative;
  z-index: 2; }

.fc-agenda-view .fc-day-grid .fc-row {
  min-height: 3em; }

.fc-agenda-view .fc-day-grid .fc-row .fc-content-skeleton {
  padding-bottom: 1em; }

.fc .fc-axis {
  vertical-align: middle;
  padding: 0 4px;
  white-space: nowrap; }

.fc-ltr .fc-axis {
  text-align: right; }

.fc-rtl .fc-axis {
  text-align: left; }

.ui-widget td.fc-axis {
  font-weight: 400; }

.fc-time-grid, .fc-time-grid-container {
  position: relative;
  z-index: 1; }

.fc-time-grid {
  min-height: 100%; }

.fc-time-grid table {
  border: 0 hidden transparent; }

.fc-time-grid > .fc-bg {
  z-index: 1; }

.fc-time-grid .fc-slats, .fc-time-grid > hr {
  position: relative;
  z-index: 2; }

.fc-time-grid .fc-content-col {
  position: relative; }

.fc-time-grid .fc-content-skeleton {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  right: 0; }

.fc-time-grid .fc-business-container {
  position: relative;
  z-index: 1; }

.fc-time-grid .fc-bgevent-container {
  position: relative;
  z-index: 2; }

.fc-time-grid .fc-highlight-container {
  z-index: 3;
  position: relative; }

.fc-time-grid .fc-event-container {
  position: relative;
  z-index: 4; }

.fc-time-grid .fc-now-indicator-line {
  z-index: 5; }

.fc-time-grid .fc-helper-container {
  position: relative;
  z-index: 6; }

.fc-time-grid .fc-slats td {
  height: 1.5em;
  border-bottom: 0; }

.fc-time-grid .fc-slats .fc-minor td {
  border-top-style: dotted; }

.fc-time-grid .fc-slats .ui-widget-content {
  background: 0 0; }

.fc-time-grid .fc-highlight {
  position: absolute;
  left: 0;
  right: 0; }

.fc-ltr .fc-time-grid .fc-event-container {
  margin: 0 2.5% 0 2px; }

.fc-rtl .fc-time-grid .fc-event-container {
  margin: 0 2px 0 2.5%; }

.fc-time-grid .fc-bgevent, .fc-time-grid .fc-event {
  position: absolute;
  z-index: 1; }

.fc-time-grid .fc-bgevent {
  left: 0;
  right: 0; }

.fc-v-event.fc-not-start {
  border-top-width: 0;
  padding-top: 1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.fc-v-event.fc-not-end {
  border-bottom-width: 0;
  padding-bottom: 1px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.fc-time-grid-event.fc-selected {
  overflow: visible; }

.fc-time-grid-event.fc-selected .fc-bg {
  display: none; }

.fc-time-grid-event .fc-content {
  overflow: hidden; }

.fc-time-grid-event .fc-time, .fc-time-grid-event .fc-title {
  padding: 0 1px; }

.fc-time-grid-event .fc-time {
  font-size: .85em;
  white-space: nowrap; }

.fc-time-grid-event.fc-short .fc-content {
  white-space: nowrap; }

.fc-time-grid-event.fc-short .fc-time, .fc-time-grid-event.fc-short .fc-title {
  display: inline-block;
  vertical-align: top; }

.fc-time-grid-event.fc-short .fc-time span {
  display: none; }

.fc-time-grid-event.fc-short .fc-time:before {
  content: attr(data-start); }

.fc-time-grid-event.fc-short .fc-time:after {
  content: "\000A0-\000A0"; }

.fc-time-grid-event.fc-short .fc-title {
  font-size: .85em;
  padding: 0; }

.fc-time-grid-event.fc-allow-mouse-resize .fc-resizer {
  left: 0;
  right: 0;
  bottom: 0;
  height: 8px;
  overflow: hidden;
  line-height: 8px;
  font-size: 11px;
  font-family: monospace;
  text-align: center;
  cursor: s-resize; }

.fc-time-grid-event.fc-allow-mouse-resize .fc-resizer:after {
  content: "="; }

.fc-time-grid-event.fc-selected .fc-resizer {
  border-radius: 5px;
  border-width: 1px;
  width: 8px;
  height: 8px;
  border-style: solid;
  border-color: inherit;
  background: #fff;
  left: 50%;
  margin-left: -5px;
  bottom: -5px; }

.fc-time-grid .fc-now-indicator-line {
  border-top-width: 1px;
  left: 0;
  right: 0; }

.fc-time-grid .fc-now-indicator-arrow {
  margin-top: -5px; }

.fc-ltr .fc-time-grid .fc-now-indicator-arrow {
  left: 0;
  border-width: 5px 0 5px 6px;
  border-top-color: transparent;
  border-bottom-color: transparent; }

.fc-rtl .fc-time-grid .fc-now-indicator-arrow {
  right: 0;
  border-width: 5px 6px 5px 0;
  border-top-color: transparent;
  border-bottom-color: transparent; }

.fc-event-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 5px; }

.fc-rtl .fc-list-view {
  direction: rtl; }

.fc-list-view {
  border-width: 1px;
  border-style: solid; }

.fc .fc-list-table {
  table-layout: auto; }

.fc-list-table td {
  border-width: 1px 0 0;
  padding: 8px 14px; }

.fc-list-table tr:first-child td {
  border-top-width: 0; }

.fc-list-heading {
  border-bottom-width: 1px; }

.fc-list-heading td {
  font-weight: 700; }

.fc-ltr .fc-list-heading-main {
  float: left; }

.fc-ltr .fc-list-heading-alt, .fc-rtl .fc-list-heading-main {
  float: right; }

.fc-rtl .fc-list-heading-alt {
  float: left; }

.fc-list-item.fc-has-url {
  cursor: pointer; }

.fc-list-item:hover td {
  background-color: #f5f5f5; }

.fc-list-item-marker, .fc-list-item-time {
  white-space: nowrap;
  width: 1px; }

.fc-ltr .fc-list-item-marker {
  padding-right: 0; }

.fc-rtl .fc-list-item-marker {
  padding-left: 0; }

.fc-list-item-title a {
  text-decoration: none;
  color: inherit; }

.fc-list-item-title a[href]:hover {
  text-decoration: underline; }

.fc-list-empty-wrap2 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.fc-list-empty-wrap1 {
  width: 100%;
  height: 100%;
  display: table; }

.fc-list-empty {
  display: table-cell;
  vertical-align: middle;
  text-align: center; }

.fc-unthemed .fc-list-empty {
  background-color: #eee; }

/*!
 * FullCalendar Scheduler v1.6.2
 * Docs & License: https://fullcalendar.io/scheduler/
 * (c) 2017 Adam Shaw
 */
.fc-resource-area .fc-cell-content, .fc-timeline .fc-cell-text {
  padding-left: 4px;
  padding-right: 4px; }

.fc-resource-area th > div, .fc-scroller-canvas, .fc-scroller-canvas > .fc-content, .fc-scroller-clip {
  position: relative; }

.fc-scroller-clip, .fc-timeline .fc-cell-content, tr.fc-collapsed > td, tr.fc-transitioning > td {
  overflow: hidden; }

.fc-no-scrollbars {
  background: rgba(255, 255, 255, 0); }

.fc-timeline .fc-body .fc-divider.ui-widget-header, .fc-timeline .fc-body .ui-widget-content {
  background-image: none; }

.fc-no-scrollbars::-webkit-scrollbar {
  width: 0;
  height: 0; }

.fc-scroller-canvas {
  box-sizing: border-box;
  min-height: 100%; }

.fc-scroller-canvas > .fc-bg {
  z-index: 1; }

.fc-scroller-canvas > .fc-content {
  z-index: 2;
  border-style: solid;
  border-width: 0; }

.ui-widget .fc-scroller-canvas > .fc-content {
  border-color: transparent; }

.fc-scroller-canvas.fc-gutter-left > .fc-content {
  border-left-width: 1px;
  margin-left: -1px; }

.fc-scroller-canvas.fc-gutter-right > .fc-content {
  border-right-width: 1px;
  margin-right: -1px; }

.fc-scroller-canvas.fc-gutter-top > .fc-content {
  border-top-width: 1px;
  margin-top: -1px; }

.fc-rtl .fc-timeline {
  direction: rtl; }

.fc-timeline .fc-divider {
  width: 3px;
  border-style: double; }

.fc-timeline .fc-head > tr > .fc-divider {
  border-bottom: 0; }

.fc-timeline .fc-body > tr > .fc-divider {
  border-top: 0; }

.fc-scrolled .fc-head .fc-scroller {
  z-index: 2; }

.fc-timeline.fc-scrolled .fc-head .fc-scroller {
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.075); }

.fc-timeline .fc-body .fc-scroller {
  z-index: 1; }

.fc-timeline .fc-scroller-canvas > div > div > table, .fc-timeline .fc-scroller-canvas > div > table {
  border-style: hidden; }

.fc-timeline .fc-scroller-canvas > .fc-content > .fc-rows > table {
  border-bottom-style: none; }

.fc-timeline td, .fc-timeline th {
  white-space: nowrap; }

.fc-timeline .fc-col-resizer {
  cursor: col-resize; }

.fc-timeline th {
  vertical-align: middle; }

.fc-timeline .fc-head .fc-cell-content {
  padding-top: 3px;
  padding-bottom: 3px; }

.fc-resource-area {
  width: 30%; }

.fc-resource-area col {
  width: 40%;
  min-width: 70px; }

.fc-resource-area col.fc-main-col {
  width: 60%; }

.fc-flat .fc-expander-space {
  display: none; }

.fc-ltr .fc-resource-area tr > * {
  text-align: left; }

.fc-rtl .fc-resource-area tr > * {
  text-align: right; }

.fc-resource-area .fc-super th {
  text-align: center; }

.fc-resource-area th .fc-cell-content {
  position: relative;
  z-index: 1; }

.fc-resource-area th .fc-col-resizer, .fc-time-area .fc-bgevent, .fc-time-area .fc-highlight, .fc-time-area .fc-slats {
  position: absolute;
  top: 0;
  bottom: 0; }

.fc-resource-area th .fc-col-resizer {
  z-index: 2;
  width: 5px; }

.fc-ltr .fc-resource-area th .fc-col-resizer {
  right: -3px; }

.fc-rtl .fc-resource-area th .fc-col-resizer {
  left: -3px; }

tr.fc-transitioning > td > div {
  transition: margin-top .2s; }

tr.fc-collapsed > td > div {
  margin-top: -10px; }

.fc-body .fc-resource-area .fc-cell-content {
  padding-top: 8px;
  padding-bottom: 8px; }

.fc-no-overlap .fc-body .fc-resource-area .fc-cell-content {
  padding-top: 5px;
  padding-bottom: 5px; }

.fc-resource-area .fc-icon {
  width: 1em;
  font-size: .9em;
  vertical-align: middle;
  margin-top: -1%; }

.fc-resource-area .fc-expander {
  cursor: pointer;
  color: #666; }

.fc-time-area col {
  min-width: 2.2em; }

.fc-ltr .fc-time-area .fc-chrono th {
  text-align: left; }

.fc-rtl .fc-time-area .fc-chrono th {
  text-align: right; }

.fc-time-area .fc-slats {
  z-index: 1;
  left: 0;
  right: 0; }

.fc-time-area .fc-slats table {
  height: 100%; }

.fc-time-area .fc-slats .fc-minor {
  border-style: dotted; }

.fc-time-area .fc-slats td {
  border-width: 0 1px; }

.fc-ltr .fc-time-area .fc-slats td {
  border-right-width: 0; }

.fc-rtl .fc-time-area .fc-slats td {
  border-left-width: 0; }

.fc-time-area .fc-bgevent-container, .fc-time-area .fc-highlight-container {
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  width: 0; }

.fc-ltr .fc-time-area .fc-bgevent-container, .fc-ltr .fc-time-area .fc-helper-container, .fc-ltr .fc-time-area .fc-highlight-container {
  left: 0; }

.fc-rtl .fc-time-area .fc-bgevent-container, .fc-rtl .fc-time-area .fc-helper-container, .fc-rtl .fc-time-area .fc-highlight-container {
  right: 0; }

.fc-time-area .fc-rows {
  position: relative;
  z-index: 3; }

.fc-time-area .fc-rows .ui-widget-content {
  background: 0 0; }

.fc-time-area .fc-rows td > div {
  position: relative; }

.fc-time-area .fc-rows .fc-bgevent-container, .fc-time-area .fc-rows .fc-highlight-container {
  z-index: 1; }

.fc-time-area .fc-event-container {
  position: relative;
  z-index: 2;
  width: 0; }

.fc-time-area .fc-helper-container {
  position: absolute;
  z-index: 3;
  top: 0; }

.fc-time-area .fc-event-container {
  padding-bottom: 8px;
  top: -1px; }

.fc-time-area tr:first-child .fc-event-container {
  top: 0; }

.fc-no-overlap .fc-time-area .fc-event-container {
  padding-bottom: 0;
  top: 0; }

.fc-timeline .fc-now-indicator {
  z-index: 3;
  top: 0; }

.fc-time-area .fc-now-indicator-arrow {
  margin: 0 -6px;
  border-width: 6px 5px 0;
  border-left-color: transparent;
  border-right-color: transparent; }

.fc-time-area .fc-now-indicator-line {
  margin: 0 -1px;
  bottom: 0;
  border-left-width: 1px; }

.fc-timeline-event {
  position: absolute;
  border-radius: 0;
  padding: 2px 0;
  margin-bottom: 1px; }

.fc-no-overlap .fc-timeline-event {
  padding: 5px 0;
  margin-bottom: 0; }

.fc-ltr .fc-timeline-event {
  margin-right: 1px; }

.fc-rtl .fc-timeline-event {
  margin-left: 1px; }

.fc-timeline-event .fc-content {
  padding: 0 1px;
  white-space: nowrap;
  overflow: hidden; }

.fc-timeline-event .fc-time {
  font-weight: 700;
  padding: 0 1px; }

.fc-rtl .fc-timeline-event .fc-time {
  display: inline-block; }

.fc-timeline-event .fc-title {
  padding: 0 1px; }

.fc-timeline-event.fc-selected .fc-bg {
  display: none; }

.fc-ltr .fc-timeline-event .fc-title {
  padding-left: 10px;
  margin-left: -8px; }

.fc-rtl .fc-timeline-event .fc-title {
  padding-right: 10px;
  margin-right: -8px; }

.fc-ltr .fc-timeline-event.fc-not-start .fc-title {
  margin-left: -2px; }

.fc-rtl .fc-timeline-event.fc-not-start .fc-title {
  margin-right: -2px; }

.fc-body .fc-time-area .fc-following, .fc-timeline-event.fc-not-start .fc-title {
  position: relative; }

.fc-body .fc-time-area .fc-following:before, .fc-timeline-event.fc-not-start .fc-title:before {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -5px;
  border: 5px solid #000;
  border-top-color: transparent;
  border-bottom-color: transparent;
  opacity: .5; }

.fc-ltr .fc-body .fc-time-area .fc-following:before, .fc-ltr .fc-timeline-event.fc-not-start .fc-title:before {
  border-left: 0;
  left: 2px; }

.fc-rtl .fc-body .fc-time-area .fc-following:before, .fc-rtl .fc-timeline-event.fc-not-start .fc-title:before {
  border-right: 0;
  right: 2px; }

.fc-license-message {
  position: absolute;
  z-index: 99999;
  bottom: 1px;
  left: 1px;
  background: #eee;
  border-color: #ddd;
  border-style: solid;
  border-width: 1px 1px 0 0;
  padding: 2px 4px;
  font-size: 12px;
  border-top-right-radius: 3px; }

.fc-event .fc-event-actions {
  /*position: absolute;
    right:-1px;
    top:-1px;*/ }
  .fc-event .fc-event-actions .btn-sm, .fc-event .fc-event-actions .btn-group-sm > .btn {
    font-size: 0.875em !important; }

.fc-event .fc-bg {
  pointer-events: none;
  opacity: 0; }

.calendar-key {
  list-style: none;
  padding-left: 0; }
  .calendar-key > li {
    display: inline-block;
    margin-right: 1rem; }
  .calendar-key .token {
    display: inline-block;
    background-color: #868b8e;
    width: 0.6rem;
    height: 0.6rem; }

.fc-event {
  background-color: #868b8e; }

.btn-hidden {
  visibility: hidden;
  transition: visibility 0.6s; }

.dropdown-item, .hovermenu ul li, .bootstrap-select .dropdown-menu li a, .bootstrap-select .tokenfield .twitter-typeahead .tt-menu li a, .tokenfield .twitter-typeahead .bootstrap-select .tt-menu li a, .tokenfield .twitter-typeahead .tt-suggestion {
  box-sizing: border-box; }

body.bar-visible {
  padding-bottom: 3.5rem; }

html, body {
  overflow: visible; }

#admin-bar, .admin-bar-sub {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  position: fixed;
  z-index: 1100;
  bottom: 0;
  width: 100%;
  background: #37474F;
  color: #f4f6f7;
  padding: 0 0.5rem;
  font-size: 1.1rem;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.7); }
  #admin-bar img, .admin-bar-sub img {
    margin-top: 0.2rem;
    max-height: 2.2rem;
    max-width: 100%; }
  #admin-bar .btn, .admin-bar-sub .btn {
    border-radius: 0;
    border-top: 0;
    border-bottom: 0;
    font-size: inherit;
    padding: 0.6rem 1rem; }
    #admin-bar .btn .badge, .admin-bar-sub .btn .badge {
      position: absolute;
      margin-top: 0.5em; }
    #admin-bar .btn.btn-bar, .admin-bar-sub .btn.btn-bar {
      color: #111;
      background-color: #f4f6f7;
      border-color: #37474F;
      -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
      box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
      #admin-bar .btn.btn-bar:hover, .admin-bar-sub .btn.btn-bar:hover {
        color: #111;
        background-color: #617d8b;
        border-color: #222c31; }
      #admin-bar .btn.btn-bar:focus, #admin-bar .btn.btn-bar.focus, .admin-bar-sub .btn.btn-bar:focus, .admin-bar-sub .btn.btn-bar.focus {
        box-shadow: 0 0 0 3px rgba(55, 71, 79, 0.5); }
      #admin-bar .btn.btn-bar.disabled, #admin-bar .btn.btn-bar:disabled, .admin-bar-sub .btn.btn-bar.disabled, .admin-bar-sub .btn.btn-bar:disabled {
        background-color: #f4f6f7;
        border-color: #37474F; }
      #admin-bar .btn.btn-bar:active, #admin-bar .btn.btn-bar.active,
      .show > #admin-bar .btn.btn-bar.dropdown-toggle, .admin-bar-sub .btn.btn-bar:active, .admin-bar-sub .btn.btn-bar.active,
      .show > .admin-bar-sub .btn.btn-bar.dropdown-toggle {
        background-color: #617d8b;
        background-image: none;
        border-color: #222c31;
        -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); }
    #admin-bar .btn.btn-btn, .admin-bar-sub .btn.btn-btn {
      color: #111;
      background-color: #fff;
      border-color: #617d8b;
      -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
      box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
      margin-left: 0; }
      #admin-bar .btn.btn-btn:hover, .admin-bar-sub .btn.btn-btn:hover {
        color: #111;
        background-color: #617d8b;
        border-color: #4c626d; }
      #admin-bar .btn.btn-btn:focus, #admin-bar .btn.btn-btn.focus, .admin-bar-sub .btn.btn-btn:focus, .admin-bar-sub .btn.btn-btn.focus {
        box-shadow: 0 0 0 3px rgba(97, 125, 139, 0.5); }
      #admin-bar .btn.btn-btn.disabled, #admin-bar .btn.btn-btn:disabled, .admin-bar-sub .btn.btn-btn.disabled, .admin-bar-sub .btn.btn-btn:disabled {
        background-color: #fff;
        border-color: #617d8b; }
      #admin-bar .btn.btn-btn:active, #admin-bar .btn.btn-btn.active,
      .show > #admin-bar .btn.btn-btn.dropdown-toggle, .admin-bar-sub .btn.btn-btn:active, .admin-bar-sub .btn.btn-btn.active,
      .show > .admin-bar-sub .btn.btn-btn.dropdown-toggle {
        background-color: #617d8b;
        background-image: none;
        border-color: #4c626d;
        -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); }
      #admin-bar .btn.btn-btn i, .admin-bar-sub .btn.btn-btn i {
        color: #fff; }
  #admin-bar [class*="col-"], .admin-bar-sub [class*="col-"] {
    overflow-x: auto; }

.admin-bar-sub {
  background: #617d8b;
  transition: all .3s;
  z-index: 1095; }
  .admin-bar-sub.visible {
    bottom: 2.5rem; }
  .admin-bar-sub .btn.btn-btn {
    border-left: 1px solid #7c96a3;
    border-right: 1px solid #4c626d; }

.admin-page-element-button {
  color: #111;
  background-color: #fff;
  border-color: #617d8b;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  font-size: 1.2rem; }
  .admin-page-element-button:hover {
    color: #111;
    background-color: #617d8b;
    border-color: #4c626d; }
  .admin-page-element-button:focus, .admin-page-element-button.focus {
    box-shadow: 0 0 0 3px rgba(97, 125, 139, 0.5); }
  .admin-page-element-button.disabled, .admin-page-element-button:disabled {
    background-color: #fff;
    border-color: #617d8b; }
  .admin-page-element-button:active, .admin-page-element-button.active,
  .show > .admin-page-element-button.dropdown-toggle {
    background-color: #617d8b;
    background-image: none;
    border-color: #4c626d;
    -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); }

/*
 * Messages Window
 */
#messages a {
  color: inherit !important; }

#messages [class*="col-"] {
  padding-left: 0;
  padding-right: 0; }

#messages #messages-search {
  background: #f7f7f7;
  border: 0;
  border-bottom: 1px solid #eff0f1;
  border-right: 1px solid #eff0f1;
  position: absolute;
  top: 0;
  z-index: 3;
  left: 0;
  width: 100%;
  padding: 0.65rem;
  box-sizing: border-box; }
  #messages #messages-search input[type=text] {
    font-size: 0.9rem;
    padding: 0.25rem 0.5rem; }

#messages #messages-col {
  position: relative;
  width: 310px; }

#messages #messages-thread {
  padding: 0; }

#messages #messages-list {
  overflow-y: auto;
  border-right: 1px solid #dddede;
  padding: 0;
  font-size: 0.9rem;
  margin: 3.2rem 0 0 0;
  display: block; }
  #messages #messages-list h4 {
    padding: 0;
    margin: 0;
    font-size: inherit;
    font-weight: bold;
    color: inherit; }
    #messages #messages-list h4 > span {
      display: inline-block; }
    #messages #messages-list h4 > .from {
      width: calc(77% - 25px);
      text-overflow: ellipsis;
      white-space: nowrap; }
    #messages #messages-list h4 > .date {
      width: 23%;
      text-align: right;
      font-weight: normal;
      color: #797f82; }
  #messages #messages-list h5 {
    padding: 0;
    margin: 0;
    font-size: inherit;
    font-weight: normal;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap; }
  #messages #messages-list p {
    padding: 0;
    margin: 0;
    line-height: 1.3em;
    height: 2.6em;
    overflow-y: hidden;
    color: #797f82;
    white-space: pre;
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    word-break: break-word;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto; }
  #messages #messages-list > li {
    padding: 7px 10px 7px 0;
    box-sizing: border-box;
    margin: 0;
    border-bottom: 1px solid #dddede;
    line-height: 1.3;
    font-size: inherit;
    list-style: none;
    cursor: default; }
    #messages #messages-list > li:nth-child(2n+1) {
      background: #eff0f1; }
    #messages #messages-list > li:last-child {
      border: 0; }
    #messages #messages-list > li.active {
      background: #00a9e0;
      color: #ffffff; }
      #messages #messages-list > li.active h4, #messages #messages-list > li.active h5 {
        color: white; }
      #messages #messages-list > li.active h4 > .date {
        color: #ffffff; }
      #messages #messages-list > li.active p {
        color: inherit; }
  #messages #messages-list > li > .icons {
    float: left;
    width: 1.75rem;
    height: 4em;
    font-size: 1em;
    line-height: 1.35em;
    text-align: center; }
    #messages #messages-list > li > .icons i {
      margin: 0 4px;
      display: inline-block; }
    #messages #messages-list > li > .icons .message-unread-icon {
      color: #00a9e0; }
    #messages #messages-list > li > .icons .message-flagged-icon {
      color: #ff141e; }

#messages #messages-content {
  margin-top: 2.87rem;
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-word;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto; }
  #messages #messages-content .loading {
    display: block;
    text-align: center;
    width: 100%;
    height: 80px;
    margin-top: 245px;
    color: #bbbcbd;
    font-size: 1.3rem; }
  #messages #messages-content .loading i {
    display: block;
    margin-top: 10px;
    font-size: 2.5em; }

#messages #messages-actions {
  position: absolute;
  z-index: 4;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  box-shadow: 0px 4px 8px #bbbcbd;
  padding: 0.5rem 1.5rem 0.5rem 0.5rem;
  font-size: 0.9rem;
  box-sizing: border-box; }
  #messages #messages-actions a {
    padding: 0.33333rem 0.5rem;
    font-size: 1.08rem;
    a: hover; }
    #messages #messages-actions a i {
      color: #54585a; }
    #messages #messages-actions a.active i {
      color: #47d2ff; }
    #messages #messages-actions a:hover {
      background: #00a9e0; }
      #messages #messages-actions a:hover i {
        color: #ffffff; }

#messages .redactor_box .redactor_toolbar {
  padding: 0 15px !important; }

#messages .redactor_box .redactor_toolbar a:hover {
  color: #fff !important; }

#messages #message-participants {
  position: absolute;
  width: 360px;
  background: #fff;
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.3);
  margin: 4px 0 0 -328px;
  padding: 10px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  cursor: default; }
  #messages #message-participants i {
    color: #54585a !important; }
  #messages #message-participants a {
    padding: 0;
    font-size: inherit; }
    #messages #message-participants a:hover {
      background: none; }
  #messages #message-participants table {
    font-size: 0.9rem; }
  #messages #message-participants .message-participants-list {
    max-height: 246px;
    overflow-y: scroll; }
  #messages #message-participants form {
    padding-top: 6px; }

#messages #messages-single {
  clear: both;
  position: relative;
  width: 100%;
  margin-left: 0;
  background: #fff;
  box-shadow: 0px 4px 8px #bbbcbd;
  padding: 0 1%;
  box-sizing: border-box; }

@media (max-width: 767px) {
  body {
    overflow-x: hidden; }
  #messages {
    flex-wrap: nowrap;
    width: calc(200% + 60px);
    position: relative;
    -webkit-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;
    left: 0; }
    #messages #messages-col {
      width: 50%; }
    #messages #messages-thread {
      width: 50%; }
    #messages.active {
      left: calc(-100% - 30px); } }

.label-help-left {
  position: absolute;
  margin-left: -1.75rem;
  margin-top: 0.6rem; }

[class^='help-pop'] {
  -webkit-box-shadow: 3px 3px 10px rgba(50, 50, 50, 0.3);
  -moz-box-shadow: 3px 3px 10px rgba(50, 50, 50, 0.3);
  box-shadow: 3px 3px 10px rgba(50, 50, 50, 0.3);
  display: none;
  font-weight: 400;
  position: absolute;
  z-index: 8;
  width: 180px;
  background: #eeeeee;
  padding: 12px;
  border-top-left-radius: 12px;
  border-bottom-right-radius: 12px; }

#aria-catalogue {
  columns: 2; }

#platformed .platform h3 a {
  font-size: 1.25rem; }

#platformed .platform ul.machines {
  margin: 0;
  list-style: none;
  padding: 0; }

#platformed .platform .access {
  position: absolute;
  right: 15px; }

#platformed .platform .map {
  padding: 9px;
  display: inline-block;
  background: #f6f6f6; }

#platformed .platform-placeholder {
  border: 3px dashed #dddede;
  height: 150px; }

#platformed ul.funding {
  margin: 0;
  list-style: none; }
  #platformed ul.funding li {
    float: left;
    margin-left: 15px; }

#platforms .platform {
  background: #eee;
  padding: 3px;
  margin-bottom: 5px;
  display: flex;
  position: relative;
  z-index: 1; }
  #platforms .platform .platform-map {
    min-width: 106px;
    float: left;
    margin-right: 15px; }
    #platforms .platform .platform-map > span {
      display: block;
      padding: 9px;
      background: #f6f6f6; }
    #platforms .platform .platform-map img {
      border: 1px #bbbcbd solid; }
  #platforms .platform .platform-detail {
    width: 100%; }
    #platforms .platform .platform-detail h3 {
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      padding-top: 5px;
      font-size: 20px; }
    #platforms .platform .platform-detail ul {
      list-style: none;
      padding: 0;
      margin: 0; }
    #platforms .platform .platform-detail .funding-wrap {
      height: 67px;
      overflow-x: auto; }
      #platforms .platform .platform-detail .funding-wrap:after {
        display: block;
        content: " ";
        clear: both; }
    #platforms .platform .platform-detail ul.funding > li {
      display: inline-block;
      width: 107px;
      height: 67px;
      padding: 4px;
      box-sizing: border-box;
      float: left;
      background: #f6f6f6;
      margin-right: 6px;
      text-align: center; }
      #platforms .platform .platform-detail ul.funding > li > label {
        width: 100%;
        height: 100%;
        display: block; }
      #platforms .platform .platform-detail ul.funding > li img {
        max-width: 99px;
        max-height: 40px;
        display: block;
        margin: -3px auto 0 auto; }
      #platforms .platform .platform-detail ul.funding > li span.title {
        display: block; }
      #platforms .platform .platform-detail ul.funding > li.unavailable {
        opacity: 0.3; }
    #platforms .platform .platform-detail ul.machines li {
      display: block;
      margin-bottom: 1px; }
  #platforms .platform a.machines {
    position: absolute;
    top: 20px;
    right: 9px;
    color: #54585a; }
    #platforms .platform a.machines em {
      color: #54585a;
      font-style: italic; }

#platforms .waiting {
  text-align: center;
  padding: 80px; }

.admin-page-col img {
  max-width: 100%; }

.admin-page-element-button {
  cursor: move; }

.admin-page-editing .admin-page-row, .admin-page-editing .admin-page-col {
  background: rgba(55, 71, 79, 0.1);
  min-height: 5rem;
  margin-bottom: 2rem; }

.admin-page-editing .admin-page-col {
  position: relative; }

.admin-page-editing .admin-page-content-content {
  background: rgba(55, 71, 79, 0.1); }

.admin-page-grid-helper {
  background: rgba(55, 71, 79, 0.2);
  content: " Resizing Grid"; }

.admin-page-element-sortholder {
  display: block;
  background: #fff1d2;
  border: 3px dashed #ffdc8d;
  min-height: 60px;
  min-width: 120px;
  margin-bottom: 10px;
  clear: both; }

.admin-page-content-content .admin-content-block {
  margin-top: -3.5rem; }

.admin-page-content-content.admin-content-editing .admin-content-block {
  margin-top: 0; }

.admin-content-block {
  position: absolute;
  right: calc(100% - 15px); }
  .admin-content-block .btn {
    padding: 0.3rem 0.4rem; }
  .admin-content-block .btn-group-vertical > *:first-child, .admin-content-block .btn-group-vertical > *:last-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }

.admin-page-element-title {
  text-align: center;
  display: inline-block;
  width: 100%;
  box-sizing: border-box;
  position: relative;
  padding: 0.9375rem 0.9375rem;
  font-size: 16px;
  cursor: move; }
  .admin-page-element-title i {
    line-height: 1.5em;
    float: left; }

.admin-page-drop-active {
  background: rgba(119, 182, 44, 0.2) !important; }

.admin-page-drop-remove {
  background: rgba(255, 20, 30, 0.2) !important; }

.admin-page-drop-hover {
  background: rgba(119, 182, 44, 0.4) !important;
  border: 4px solid #77b62c;
  box-sizing: border-box; }

/* Dropdown Nav */
.dropdown-nav.navbar-light {
  background: #f0f0f0;
  border-radius: 3px;
  padding: 4px; }

.dropdown-nav ul {
  list-style: none;
  margin: 0;
  padding: 0; }
  .dropdown-nav ul li {
    position: relative;
    display: inline-block;
    font-size: 1.3em;
    margin: 0 4px 0 0;
    padding: 4px 8px;
    border-radius: 3px; }
    .dropdown-nav ul li a {
      display: block;
      color: #54585a; }
    .dropdown-nav ul li:hover {
      background: #dddede; }
    .dropdown-nav ul li.active {
      background: #00a9e0; }
      .dropdown-nav ul li.active > a {
        color: #fff; }
    .dropdown-nav ul li > a:after {
      margin-left: 5px;
      content: '\25BC';
      font-size: 8.5px;
      text-align: center;
      vertical-align: middle; }
    .dropdown-nav ul li > a:only-child:after {
      margin-left: 0;
      content: ''; }

.dropdown-nav > ul > li ul {
  position: absolute;
  z-index: 1030;
  display: none;
  top: 0;
  left: 100%;
  min-width: 160px;
  width: inherit; }

.dropdown-nav > ul > li ul li {
  font-size: 1em;
  display: block;
  position: relative;
  border-radius: 0;
  min-width: 100px;
  background: #f0f0f0;
  margin-right: 0px; }

.dropdown-nav > ul > li ul li:first-child {
  border-top-right-radius: 3px; }

.dropdown-nav > ul > li ul li:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }

.dropdown-nav > ul > li > ul {
  top: 2em;
  left: 0; }

.dropdown-nav li:hover > ul {
  display: block; }

.dropdown-nav ul > li > ul > li > a:after {
  content: '\25BA'; }

[class^="container_"] {
  padding: 0; }

.container {
  padding: 0; }

.grid_1 {
  padding: 0;
  padding-top: 20px; }

.grid_2 {
  padding: 0;
  padding-top: 20px; }

.grid_3 {
  padding: 0;
  padding-top: 20px; }

.grid_4 {
  padding: 0;
  padding-top: 20px; }

.grid_5 {
  padding: 0;
  padding-top: 20px; }

.grid_6 {
  padding: 0;
  padding-top: 20px; }

.grid_7 {
  padding: 0;
  padding-top: 20px; }

.grid_8 {
  padding: 0;
  padding-top: 20px; }

.grid_9 {
  padding: 0;
  padding-top: 20px; }

.grid_10 {
  padding: 0;
  padding-top: 20px; }

.grid_11 {
  padding: 0;
  padding-top: 20px; }

.grid_12 {
  padding: 0;
  padding-top: 20px; }

[class*="col-"].admin-page-content-element {
  padding-top: 20px; }

/* New for the old */
.card {
  background-color: #f7f7f7 !important; }

h1 {
  font-weight: 300; }
  h1.border {
    border: 0 !important;
    padding-bottom: 0.5rem;
    margin-bottom: 1.2rem;
    border-bottom: 1px dotted #c7c8c9 !important; }

h2 {
  font-weight: 300; }
  h2.border {
    border: 0 !important;
    padding-bottom: 0.5rem;
    margin-bottom: 1.2rem;
    border-bottom: 1px dotted #c7c8c9 !important; }

h3 {
  font-weight: 300; }
  h3.border {
    border: 0 !important;
    padding-bottom: 0.5rem;
    margin-bottom: 1.2rem;
    border-bottom: 1px dotted #c7c8c9 !important; }

h4 {
  font-weight: 300; }
  h4.border {
    border: 0 !important;
    padding-bottom: 0.5rem;
    margin-bottom: 1.2rem;
    border-bottom: 1px dotted #c7c8c9 !important; }

h5 {
  font-weight: 300; }
  h5.border {
    border: 0 !important;
    padding-bottom: 0.5rem;
    margin-bottom: 1.2rem;
    border-bottom: 1px dotted #c7c8c9 !important; }

h6 {
  font-weight: 300; }
  h6.border {
    border: 0 !important;
    padding-bottom: 0.5rem;
    margin-bottom: 1.2rem;
    border-bottom: 1px dotted #c7c8c9 !important; }

.red .color, .red .color *, .red.color, .red .avatar, .red h4, .red a {
  border-color: #ff141e;
  color: #ff141e !important; }

.red.bk, .red .bk {
  color: #fff !important;
  background-color: #ff141e !important; }

.gray .color, .gray .color *, .gray.color, .gray .avatar, .gray h4, .red a {
  border-color: #54585a;
  color: #54585a !important; }

.gray.bk, .gray .bk {
  color: #fff !important;
  background-color: #54585a !important; }

.grey .color, .grey .color *, .grey.color, .grey .avatar, .grey h4, .red a {
  border-color: #54585a;
  color: #54585a !important; }

.grey.bk, .grey .bk {
  color: #fff !important;
  background-color: #54585a !important; }

.cyan .color, .cyan .color *, .cyan.color, .cyan .avatar, .cyan h4, .red a {
  border-color: #00a9e0;
  color: #00a9e0 !important; }

.cyan.bk, .cyan .bk {
  color: #fff !important;
  background-color: #00a9e0 !important; }

.turquoise .color, .turquoise .color *, .turquoise.color, .turquoise .avatar, .turquoise h4, .red a {
  border-color: #00b2a9;
  color: #00b2a9 !important; }

.turquoise.bk, .turquoise .bk {
  color: #fff !important;
  background-color: #00b2a9 !important; }

.green .color, .green .color *, .green.color, .green .avatar, .green h4, .red a {
  border-color: #77b62c;
  color: #77b62c !important; }

.green.bk, .green .bk {
  color: #fff !important;
  background-color: #77b62c !important; }

.blue .color, .blue .color *, .blue.color, .blue .avatar, .blue h4, .red a {
  border-color: #003da5;
  color: #003da5 !important; }

.blue.bk, .blue .bk {
  color: #fff !important;
  background-color: #003da5 !important; }

.purple .color, .purple .color *, .purple.color, .purple .avatar, .purple h4, .red a {
  border-color: #823e8a;
  color: #823e8a !important; }

.purple.bk, .purple .bk {
  color: #fff !important;
  background-color: #823e8a !important; }

.magenta .color, .magenta .color *, .magenta.color, .magenta .avatar, .magenta h4, .red a {
  border-color: #e21776;
  color: #e21776 !important; }

.magenta.bk, .magenta .bk {
  color: #fff !important;
  background-color: #e21776 !important; }

.orange .color, .orange .color *, .orange.color, .orange .avatar, .orange h4, .red a {
  border-color: #ff671f;
  color: #ff671f !important; }

.orange.bk, .orange .bk {
  color: #fff !important;
  background-color: #ff671f !important; }

.yellow .color, .yellow .color *, .yellow.color, .yellow .avatar, .yellow h4, .red a {
  border-color: #f5a800;
  color: #f5a800 !important; }

.yellow.bk, .yellow .bk {
  color: #fff !important;
  background-color: #f5a800 !important; }

/* Import from old 
.content {
  position:relative;
  width:1000px;
  margin:0 auto;
}*/
p.right {
  text-align: right; }

img.inline {
  display: inline-block;
  height: 1em;
  margin-right: 2px; }

img.inline.lg {
  vertical-align: -15%;
  height: 1.3em; }

div.col2 p, p.col2 {
  -moz-column-count: 2;
  -webkit-column-count: 2;
  column-count: 2;
  -moz-column-gap: 15px;
  -webkit-column-gap: 15px;
  column-gap: 15px;
  margin-bottom: 10px; }

.overflow {
  text-overflow: ellipsis;
  height: 1.2em;
  position: relative;
  white-space: nowrap;
  overflow: hidden; }

.overflow .right {
  position: absolute;
  right: 0; }

img.left {
  float: left;
  margin: 0 10px 10px 0; }

img.right {
  float: right;
  margin: 0 0 10px 10px; }

div.border {
  border: 0 !important;
  border-bottom: 1px solid #dedfdf !important;
  margin-bottom: 12px; }

.big {
  font-size: 16px;
  font-weight: 300; }

[class^="grid_"] img {
  max-width: 100%; }

.rounded {
  border-top-left-radius: 12px;
  border-bottom-right-radius: 12px;
  overflow: hidden; }

.rounded .left {
  border-top-left-radius: 12px;
  overflow: hidden; }

.rounded .right {
  border-bottom-right-radius: 12px;
  overflow: hidden; }

.rounded > .fullsize > img {
  width: 100%; }

div.data-content-list-item {
  padding-bottom: 17px; }

.abs-right {
  position: absolute !important;
  right: 0; }

div.paginate {
  margin-bottom: 10px; }

div.pagination {
  display: block !important;
  margin-bottom: 20px; }

div.paginate strong {
  position: absolute;
  line-height: 25px; }

div.paginate .nav {
  display: block;
  text-align: center; }

div.pagination strong {
  position: absolute;
  line-height: 25px; }

div.pagination .nav {
  display: block !important;
  text-align: center; }

div.pagination, .div.paginate {
  clear: both;
  height: 30px;
  padding-top: 15px;
  text-align: center; }

div.pagination a, div.paginate a {
  color: #fff;
  display: inline-block;
  padding: 4px 6px;
  margin: 0 4px;
  text-align: center;
  background: #ff141e;
  border-top-right-radius: 4px;
  border-bottom-left-radius: 4px; }

div.pagination a.current, div.paginate a.current {
  font-weight: bold;
  -webkit-box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.5);
  -moz-box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.5);
  box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.5); }

div.pagination a.disabled, div.paginate a.disabled {
  background: #e7eef5;
  cursor: default; }

/* Content */
ul.breadcrums {
  margin: 10px 0 0 0;
  font-size: 14px;
  font-weight: light; }

ul.breadcrums li {
  display: inline-block; }

ul.breadcrums li a {
  display: inline-block;
  padding: 0 4px;
  color: #54585a;
  text-decoration: underline; }

ul.breadcrums li:first-child a {
  padding-left: 0; }

ul.breadcrums li:after {
  content: " > ";
  color: #bbbcbd; }

ul.breadcrums li:last-child:after {
  content: ""; }

.conversation {
  max-height: 350px;
  overflow-y: auto; }

.conversation .message {
  margin-bottom: 8px;
  padding: 5px; }

.conversation .message:nth-child(2n) {
  background: #f6f6f6; }

.conversation .message.highlight {
  background: #f6f6f6;
  border-top-left-radius: 12px;
  border-bottom-right-radius: 12px; }

.conversation img {
  float: left;
  border-width: 2px;
  border-style: solid;
  border-radius: 2px;
  margin-right: 8px; }

.conversation .name {
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 4px;
  line-height: 20px; }

.conversation .name strong {
  font-weight: normal; }

.conversation .name small {
  font-size: 11px;
  font-weight: 400;
  float: right; }

.conversation .message p {
  margin-bottom: 0; }

.conversation .message.right img {
  float: right;
  margin: 0 0 0 8px; }

.conversation .message ul.filelist {
  margin: 0 0 0 72px;
  padding-top: 5px;
  clear: both;
  list-style: none; }

.conversation .message.right ul.filelist {
  margin: 0; }

.conversation .message ul.filelist li {
  display: inline-block;
  margin-right: 10px; }

.conversation .message ul.filelist li a {
  color: #54585a; }

.conversation .message ul.filelist li a:hover {
  color: #ff141e; }

.conversation .message ul.filelist a i {
  font-size: 1.2em; }

form.message {
  position: relative; }

form.message textarea {
  padding: 3px 4px 2px 4px;
  height: 30px;
  width: 84%;
  resize: none; }

form.message input[type='submit'] {
  margin-right: 0;
  position: absolute;
  top: 0;
  right: 0; }

form label {
  margin: 0;
  padding: 0;
  display: inline; }

form .g-recaptcha {
  margin: 0 0 20px 0;
  float: right; }

form .inline label {
  display: inline-block;
  float: none;
  width: auto !important; }

div.calicon {
  float: left;
  width: 44px;
  margin: 0 5px 5px 0;
  height: 44px;
  position: relative; }

div.calicon i {
  font-size: 44px;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0; }

div.calicon span {
  position: absolute;
  top: 16px;
  text-align: center;
  width: 42px;
  line-height: 1em; }

div.calicon strong {
  display: block;
  font-size: 15px; }

div.calicon small {
  font-size: 11px; }

ul.boxlist {
  margin: 0;
  padding: 0;
  list-style: none; }

ul.boxlist > li {
  padding: 6px 10px;
  margin-bottom: 8px;
  background: #f6f6f6;
  border-top-left-radius: 12px;
  border-bottom-right-radius: 12px;
  position: relative;
  min-height: 26px; }

ul.boxlist > li a.abs-right {
  margin: 6px 10px 0 0; }

ul.boxlist > li h4 {
  margin-bottom: 0; }

ul.boxlist > li span.text-overflow {
  width: 60%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  float: left; }

.user-profile-header {
  min-width: 1000px;
  margin-left: calc(500px - 50vw);
  margin-right: calc(500px - 50vw);
  background: #bbbcbd;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#3b3e3f+0,54585a+10 */
  background: #3b3e3f;
  /* Old browsers */
  background: -moz-linear-gradient(top, #3b3e3f 0%, #54585a 10%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3b3e3f), color-stop(10%, #54585a));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #3b3e3f 0%, #54585a 10%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #3b3e3f 0%, #54585a 10%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #3b3e3f 0%, #54585a 10%);
  /* IE10+ */
  background: linear-gradient(to bottom, #3b3e3f 0%, #54585a 10%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3b3e3f', endColorstr='#54585a',GradientType=0 );
  /* IE6-9 */
  color: #fff; }

.user-profile-header img.avatar {
  border: 8px solid #eee;
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.4);
  box-sizing: border-box; }

.userlist {
  margin-bottom: 5px; }

.userlist .avatar {
  max-width: 86px;
  margin: 0 8px 5px 0; }

.bg {
  background: #f6f6f6;
  border-top-right-radius: 12px;
  border-bottom-left-radius: 12px;
  padding: 12px 15px;
  margin-bottom: 20px; }

.bg.dark {
  background: #54585a;
  color: #fff; }

.bg img {
  max-width: 100%; }

.cpic {
  background-position: center center;
  background-repeat: none;
  background-size: cover; }

.event .dropcorner {
  font-size: 14px;
  font-weight: 300; }

.booking_ref {
  margin: 30px auto;
  width: 400px;
  font-size: 30px;
  text-align: center;
  background: #edf7e0;
  border: 3px solid #a3d963;
  border-radius: 3px; }

ul.contact-list {
  list-style: none;
  margin: 0 0 10px 0;
  padding: 0; }

.contact-list img {
  float: left;
  width: 60px;
  border-top-left-radius: 12px;
  border-bottom-right-radius: 12px;
  margin-right: 8px; }

.contact-list > * > *:last-child:after {
  content: " ";
  clear: both;
  display: block; }

.contact-list strong {
  font-size: 15px;
  font-weight: 300;
  display: block;
  margin: 0; }

.contact-list small {
  font-size: 12px;
  display: block; }

ul.contact-list li {
  clear: both;
  padding-top: 5px; }

ul.contact-list.inline li {
  display: inline-block;
  clear: none;
  width: 250px; }

ul.contact-list:after {
  content: " ";
  display: block;
  height: 0px;
  clear: both;
  visibility: hidden; }

ul.folders {
  list-style: none;
  margin: 0 4px; }

ul.folders ul {
  list-style: none;
  margin: 0 10px; }

[class*='content-circle'] {
  position: absolute;
  width: 200px;
  border-radius: 50%;
  height: 200px;
  display: block;
  background: rgba(84, 88, 90, 0.2);
  text-align: center;
  left: 50%;
  margin-top: 30px;
  margin-left: -100px;
  font-size: 1.4em;
  font-weight: 300;
  box-sizing: border-box;
  padding: 25px 15px; }

.content-circle-large {
  width: 260px;
  height: 260px;
  margin-top: 0;
  margin-left: -130px;
  padding: 25px 20px;
  font-size: 1.6em; }

[class*='content-circle'] h3 {
  font-size: 1.3em;
  font-weight: normal; }

[class*='content-circle'] h4 {
  font-size: 0.9em;
  padding-top: 0;
  font-weight: normal; }

[class*='content-circle'].l1 {
  margin-left: -315px; }

[class*='content-circle'].l2 {
  margin-left: -500px; }

[class*='content-circle'].r1 {
  margin-left: 115px; }

[class*='content-circle'].r2 {
  margin-left: 300px; }

.admin-links-pre {
  margin-top: -16px !important; }

/* Dropcorner flag */
.dropcorner {
  position: relative;
  display: inline-block;
  z-index: 2;
  margin: 0 0 4px -21px; }

.dropcorner span {
  display: block;
  position: relative;
  padding: 3px 10px; }

.dropcorner:after {
  left: 0;
  bottom: 0;
  position: absolute;
  height: 0;
  width: 0;
  content: " ";
  z-index: -1;
  margin: 0 0 -6px 0;
  border-right-width: 6px;
  border-right-style: solid;
  border-bottom: 6px solid transparent !important; }

.dropcorner.red:after {
  border-color: #d21018; }

.dropcorner.gray:after {
  border-color: #2f3132; }

.dropcorner.cyan:after {
  border-color: #0085b0; }

.dropcorner.turquoise:after {
  border-color: #0f7570; }

.dropcorner.green:after {
  border-color: #81ac4e; }

.dropcorner.blue:after {
  border-color: #002970; }

.dropcorner.purple:after {
  border-color: #5e2765; }

.dropcorner.magenta:after {
  border-color: #ad125a; }

.dropcorner.orange:after {
  border-color: #cd541b; }

.dropcorner.yellow:after {
  border-color: #b98411; }

/* Tables */
table {
  width: 100%; }

table th {
  border-bottom: 1px solid #c0c0c0;
  padding: 3px 5px;
  font-size: 1.2em; }

table.nostyle th {
  border: none; }

table tbody tr:nth-child(2n) {
  background: #eee; }

.calendar table tbody tr:nth-child(2n) {
  background: inherit; }

table.nostyle tbody tr:nth-child(2n) {
  background: none; }

table tbody td {
  padding: 3px 5px; }

/* Proposal Messages */
#proposal_messages {
  position: fixed;
  top: 150px;
  right: 5px;
  width: 200px;
  background: #f7f7f7;
  border-top-left-radius: 8px;
  border-bottom-right-radius: 8px;
  word-break: break-all; }

@media screen and (min-width: 1400px) {
  #proposal_messages {
    position: absolute;
    top: 15px;
    right: -220px; } }

#proposal_messages > h4 {
  background: #00b2a9;
  color: #fff;
  border-top-left-radius: 8px;
  border-bottom-right-radius: 8px;
  font-size: 12px;
  padding: 3px 5px;
  margin: 0; }

#proposal_messages .conversation {
  margin-bottom: 0;
  max-height: 200px; }

#proposal_messages .conversation h4 {
  font-size: 12px;
  margin-bottom: 0; }

#proposal_messages .conversation h5 {
  font-size: 11px;
  margin-bottom: 0; }

#proposal_messages .message textarea {
  width: 150px;
  height: 14px; }

#proposal_messages .message input[type='submit'] {
  font-size: 13px;
  padding: 3px 4px;
  width: 38px; }

.message-attachments {
  border-top: 1px solid #dddede;
  padding: 10px;
  margin: 0;
  list-style: none; }

.message-attachments li {
  display: inline-block;
  width: 100px;
  float: left;
  text-align: center;
  word-wrap: break-word;
  margin: 0 6px 6px 0; }

.message-attachments li i {
  font-size: 2.5em;
  display: block; }

.message-attachments:after {
  content: " ";
  display: block;
  height: 0;
  clear: both; }

/* Authbox */
div.auth-box {
  width: 540px;
  padding: 20px 20px 25px 20px;
  background: #eee;
  border-top-right-radius: 25px;
  border-bottom-left-radius: 25px;
  margin: 20px auto 70px auto; }

div.auth-box .form-left, div.auth-box .form-right {
  line-height: 38px;
  height: 38px;
  margin-bottom: 5px; }

div.auth-box .form-left {
  width: 348px;
  float: left;
  clear: both; }

div.auth-box .form-left input, div.auth-box .form-left .button, div.auth-box .form-left button {
  width: 348px; }

div.auth-box .form-right {
  width: 186px;
  float: right; }

div.auth-box .form-right input, div.auth-box .form-right .button, div.auth-box .form-right button {
  width: 186px; }

div.auth-box .form-large {
  height: 78px; }

div.auth-box .form-large .button, div.auth-box .form-large button, div.auth-box .form-large input {
  margin-top: 40px; }

div.auth-box form:after {
  content: " ";
  display: table;
  clear: both; }

div.auth-box .g-recaptcha {
  margin: 0;
  float: none; }

div.auth-box input,
div.auth-box select,
div.auth-box textarea,
div.auth-box button {
  font-family: 'Lato', sans-serif;
  font-weight: normal;
  font-size: 12px;
  color: #54585a; }

div.auth-box input[type='text'], div.auth-box input[type='password'] {
  font-size: 14px;
  border: 2px solid #bbbcbd;
  padding: 4px 8px;
  margin: 0;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
  box-sizing: border-box;
  height: 38px; }

div.auth-box input[type='checkbox'] {
  display: inline-block;
  width: auto; }

div.auth-box button, div.auth-box .button {
  box-sizing: border-box;
  border: 0;
  margin: 0;
  padding: 0;
  border-radius: 5px;
  height: 38px;
  line-height: 38px;
  background: #00a9e0;
  color: #fff !important;
  font-size: 16px;
  font-weight: 300;
  position: relative;
  text-align: center;
  display: inline-block; }

div.auth-box a.button:hover {
  color: #fff; }

div.auth-box button i, div.auth-box .button i {
  position: absolute;
  right: 8px;
  top: 9px;
  display: block; }

div.auth-box .reg-label {
  display: none; }

div.auth-box h2 {
  font-size: 1.7em;
  border: none; }

div.publication {
  margin-bottom: 5px; }

div.publication span {
  margin-bottom: 3px; }

div.publication span.title {
  font-size: 13px;
  display: block; }

div.publication span.authors {
  display: block;
  font-size: 11px; }

div.publication span.meta {
  display: block;
  font-size: 11px;
  font-weight: 300; }

span.tag-style {
  display: inline-block;
  height: 22px;
  line-height: 22px;
  padding: 0 6px 0 10px;
  box-sizing: border-box;
  margin: 0 3px 4px 11px;
  border-radius: 3px;
  position: relative;
  z-index: 1; }

span.tag-style:before {
  content: " ";
  position: absolute;
  width: 15.6px;
  height: 15.6px;
  margin-top: 3.2px;
  margin-left: -17px;
  z-index: -1;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: inherit;
  border-radius: 3px; }

span.tag-style:after {
  content: " ";
  position: absolute;
  background: #fff;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  z-index: 2;
  left: 0;
  margin-top: 8px; }

/* Biennial */
.breakout {
  margin-left: calc(-100vw / 2 + 1000px / 2);
  margin-right: calc(-100vw / 2 + 1000px / 2); }

#ibsbm2015 {
  background: #000 url(../images/biennial2015/bi_bg.png) center top no-repeat;
  width: auto !important;
  margin: 0;
  padding: 0;
  color: #fff;
  font-size: 14px; }

#ibsbm2015 h2, #ibsbm2015 h3 {
  margin: 0;
  border: 0; }

#ibsbm2015 p {
  color: #ddd;
  line-height: 1.8em; }

#ibsbm2015 #menu {
  list-style: none;
  border: 0;
  display: block;
  padding: 18px 0 50px 0;
  margin: 0;
  text-align: center;
  background: -moz-linear-gradient(top, black 0%, transparent 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, black), color-stop(100%, transparent));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, black 0%, transparent 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, black 0%, transparent 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, black 0%, transparent 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, black 0%, transparent 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=0 );
  /* IE6-9 */
  width: 1400px;
  margin-left: -200px; }

#ibsbm2015 #menu li {
  display: inline-block;
  font-size: 15px;
  padding: 0 14px;
  text-shadow: 3px 3px 5px black; }

#ibsbm2015 #menu li a {
  padding: 4px 0;
  display: inline-block;
  color: #fff; }

#ibsbm2015 #menu li a.button {
  font-size: 15px;
  text-shadow: none;
  box-shadow: 3px 3px 5px black;
  padding: 12px 16px;
  background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.25) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, transparent), color-stop(100%, rgba(0, 0, 0, 0.25)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.25) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.25) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.25) 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.25) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#40000000',GradientType=0 );
  /* IE6-9 */ }

#ibsbm2015 #menu li.active a {
  border-bottom: 3px solid #ff141e; }

#ibsbm2015 #menu li.active a.button {
  border: 0; }

#ibsbm2015 .flow {
  background: url(../images/bi_flow.png) right top no-repeat;
  height: 303px;
  margin-bottom: 240px; }

#ibsbm2015 .gap {
  padding-bottom: 50px; }

#ibsbm2015 input, #ibsbm2015 textarea, #ibsbm2015 .chosen-container *, #ibsbm2015 .dropzone {
  background-color: #111;
  border-color: #555;
  border-width: 2px;
  color: #ddd; }

#ibsbm2015 select {
  width: 40%; }

#ibsbm2015 ul.files li:nth-child(2n+1), #ibsbm2015 ul.articles li:nth-child(2n+1) {
  background: #111; }

#ibsbm2015 input.pubmed {
  width: 44%; }

.brno {
  width: 100%;
  height: 300px;
  background: url("../images/biennial2015/brno.jpg") center center no-repeat;
  background-size: cover;
  text-align: center;
  line-height: 300px;
  font-size: 30px;
  font-weight: 300; }

.brno a {
  color: #fff;
  text-decoration: none; }

/* Buttons */
a.round {
  display: inline-block;
  padding: 3px 6px;
  margin-bottom: 4px;
  background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.25) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, transparent), color-stop(100%, rgba(0, 0, 0, 0.25)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.25) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.25) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.25) 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.25) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#40000000',GradientType=0 );
  /* IE6-9 */
  border-radius: 4px;
  -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3); }

a.round:hover {
  -webkit-box-shadow: 0px 0px 4px rgba(0, 169, 244, 0.7);
  -moz-box-shadow: 0px 0px 4px rgba(0, 169, 244, 0.7);
  box-shadow: 0px 0px 4px rgba(0, 169, 244, 0.7); }

a.round.wide {
  display: block; }

a.round span.right {
  display: inline-block;
  float: right; }

a.round i {
  color: #fff;
  display: inline-block;
  margin-right: 8px; }

a.round img {
  display: inline-block;
  vertical-align: middle;
  margin: 0 6px 1px 0; }

/* Proposals */
h2 #help {
  font-size: 13px;
  font-weight: bold;
  color: #ff141e;
  display: inline-block;
  border: 2px solid #dddede;
  border-radius: 12px;
  height: 20px;
  line-height: 20px;
  text-align: right;
  padding: 0 6px; }

#helpup {
  display: block;
  margin: 6px 0 0 -170px; }

[class^='help-pop'] {
  -webkit-box-shadow: 3px 3px 10px rgba(50, 50, 50, 0.3);
  -moz-box-shadow: 3px 3px 10px rgba(50, 50, 50, 0.3);
  box-shadow: 3px 3px 10px rgba(50, 50, 50, 0.3);
  display: none;
  font-size: 12px;
  font-weight: 400;
  position: absolute;
  z-index: 8;
  width: 135px;
  background: #eeeeee;
  padding: 12px;
  border-top-left-radius: 12px;
  border-bottom-right-radius: 12px; }

.help-pop-left {
  margin-left: -175px; }

@media all and (max-width: 1350px) {
  .help-pop-left {
    margin-left: 0; } }

.help-pop-right {
  margin-left: 680px; }

.inline-help-float {
  position: absolute;
  margin-left: -25px;
  font-size: 1.2em;
  margin-top: 5px; }

[class^='help-pop'] a {
  color: #ff141e; }

[class^='help-pop'] strong {
  font-weight: 400;
  color: #ff141e; }

[class^='help-close'] {
  display: block;
  text-align: right; }

#catalogue h3 {
  height: 42px; }

#catalogue label {
  display: block;
  line-height: 20px;
  color: #54585a;
  cursor: pointer;
  font-size: 12px;
  padding-bottom: 3px; }

#catalogue label > label {
  display: inline; }

#catalogue a {
  display: block;
  margin-bottom: 10px; }

#catalogue label:hover {
  color: #00a9e0; }

#catalogue label:hover i {
  color: #00a9e0; }

#catalogue span.radio {
  margin: 3px 3px 0 0; }

#fullcatalogue label {
  display: block;
  line-height: 20px;
  color: #54585a;
  cursor: pointer;
  font-size: 12px;
  padding-bottom: 3px; }

#fullcatalogue label:hover {
  color: #00a9e0; }

#fullcatalogue label:hover i {
  color: #00a9e0; }

#fullcatalogue ul {
  list-style: none;
  padding: 0 5px;
  margin: 0; }

#fullcatalogue li {
  display: inline-block;
  float: left;
  width: 23%;
  margin: 0 1% 5px 1%;
  padding: 0; }

#fullcatalogue li:nth-child(4n) {
  margin-right: 0; }

#fullcatalogue li:nth-child(4n+1) {
  margin-left: 0;
  clear: both; }

.centerhead > div {
  height: 210px;
  margin-bottom: 20px; }

.centerhead .left {
  display: table; }

.centerhead .left > p {
  display: table-cell;
  vertical-align: middle;
  padding: 0 26px;
  font-size: 18px;
  font-weight: 300; }

.centerhead .grid_4 {
  padding-bottom: 0 !important; }

#progress {
  font-size: 14px;
  margin: 0;
  padding: 0 10px;
  line-height: 30px;
  list-style: none;
  font-weight: 300;
  color: #54585a; }

#progress li {
  color: #54585a; }

#progress li em {
  font-style: normal;
  font-weight: 400; }

#progress li.complete {
  color: #bbbcbd; }

#progress li.active em {
  position: absolute;
  z-index: 2;
  color: #fff; }

#progress li.active i {
  color: #ff141e;
  font-size: 23px;
  position: absolute;
  z-index: 1;
  margin: 4px 0 0 -5px; }

#progress li span {
  margin-left: 14px;
  position: relative; }

#progress li.active span {
  margin-left: 23px; }

#progress li p {
  font-size: 12px;
  font-weight: normal;
  padding: 12px 0 16px 23px;
  line-height: 1.3em; }

[class^='platform-filter'] {
  padding: 4px;
  border-bottom-left-radius: 6px;
  border-top-right-radius: 6px;
  background: #f7f7f7;
  margin-bottom: 4px;
  cursor: pointer;
  font-size: 1.2em; }

[class^='platform-filter']:hover {
  background: #cceef9; }

[class^='platform-filter'].selected {
  background: #dddede;
  color: #ff141e; }

.dotline {
  vertical-align: top;
  margin: 0;
  padding: 0; }

.dotline li {
  display: inline-block;
  width: 13.5%;
  text-align: center;
  height: 4.5em;
  vertical-align: top;
  padding: 0;
  margin: 0; }

.dotline li a {
  color: #54585a !important; }

.dotline span.dot {
  border-width: 4px;
  border-style: solid;
  border-radius: 16px;
  display: block;
  margin: 0 auto;
  width: 8px;
  height: 8px;
  position: relative;
  z-index: 2; }

.dotline-line {
  height: 4px;
  background: #bbbcbd;
  position: absolute;
  margin: 6px 0 0 0; }

.dotline .completed span.dot {
  border-color: #dddede !important; }

.dotline .completed {
  color: #bbbcbd; }

/* User Cards */
.usercard {
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  width: 286px;
  height: 76px;
  padding: 7px;
  background: #fff;
  cursor: default;
  border-width: 2px;
  border-style: solid; }

.usercard .avatar {
  float: left;
  margin-right: 7px;
  border-width: 2px;
  border-style: solid;
  border-radius: 2px; }

.usercard h4 {
  font-weight: 300;
  margin-bottom: 1px;
  font-size: 16px; }

.usercard span {
  color: #54584a;
  display: block;
  margin-bottom: 3px; }

.usercard span.location {
  font-weight: 300; }

.usercard img.flag {
  display: inline-block;
  float: left;
  margin: 0 3px 0 0; }

.usercard .buttons {
  float: right; }

.usercard .buttons a {
  color: #bbbcbd;
  cursor: pointer;
  font-size: 15px; }

.usercardlist {
  position: relative;
  z-index: 1;
  margin-bottom: 15px; }

.usercardlist .usercard {
  position: absolute; }

.usercard.red {
  border-color: #ffa1a5; }

.usercard.gray {
  border-color: #bbbcbd; }

.usercard.cyan {
  border-color: #80d4ef; }

.usercard.turquoise {
  border-color: #80d8d4; }

.usercard.green {
  border-color: #d1ecb1; }

.usercard.blue {
  border-color: #809ed2; }

.usercard.purple {
  border-color: #c09ec5; }

.usercard.magenta {
  border-color: #f18bba; }

.usercard.orange {
  border-color: #ffb38f; }

.usercard.yellow {
  border-color: #ffdc8d; }

/* Header/Footer */
div#header {
  background: white;
  height: 93px; }

div#header div.content {
  height: 93px;
  z-index: 9; }

div#header h1 {
  margin: 0;
  float: left;
  text-indent: -10000px;
  width: 133px;
  height: 68px;
  padding-top: 12px;
  background: url(../images/logo.png) bottom left no-repeat; }

div#header h1 a {
  display: block;
  height: 68px; }

div#header form.search span {
  float: right;
  width: 250px;
  margin-top: 13px; }

div#header form.search input[type='text'] {
  width: 90%; }

div#header form.search input {
  color: #54585a !important; }

ul#links {
  list-style: none;
  font-size: 15px;
  position: absolute;
  padding: 0;
  margin: 0;
  bottom: 0;
  right: 0; }

ul#links > li {
  float: left;
  background: #54585a;
  margin: 0;
  padding: 0 5px; }

ul#links li img {
  display: inline-block; }

ul#links > li:first-child {
  -webkit-border-top-left-radius: 12px;
  -moz-border-radius-topleft: 12px;
  border-top-left-radius: 12px; }

ul#links > li:last-child {
  -webkit-border-bottom-right-radius: 12px;
  -moz-border-radius-bottomright: 12px;
  border-bottom-right-radius: 12px; }

ul#links > li:hover {
  background: #fff;
  -webkit-box-shadow: 0px -1px 2px 0px rgba(50, 50, 50, 0.3);
  box-shadow: 0px -1px 2px 0px rgba(50, 50, 50, 0.3); }
  ul#links > li:hover > ul {
    display: block; }

ul#links > li:hover > a {
  color: #54585a !important; }

ul#links > li.red:hover > a, ul#links > li.cyan:hover > a, ul#links > li.green:hover > a, ul#links > li.turquoise:hover > a {
  color: #fff !important; }

ul#links > li.red {
  background: #ff141e;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ff141e 0%, #c90e16 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff141e), color-stop(100%, #c90e16));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ff141e 0%, #c90e16 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ff141e 0%, #c90e16 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ff141e 0%, #c90e16 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ff141e 0%, #c90e16 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff141e', endColorstr='#c90e16',GradientType=0 );
  /* IE6-9 */
  padding: 0 10px; }

ul#links > li.turquoise {
  background: #00b2a9;
  /* Old browsers */
  background: -moz-linear-gradient(top, #00b2a9 0%, #008e8c 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #00b2a9), color-stop(100%, #008e8c));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #00b2a9 0%, #008e8c 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #00b2a9 0%, #008e8c 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #00b2a9 0%, #008e8c 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #00b2a9 0%, #008e8c 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b2a9', endColorstr='#008e8c',GradientType=0 );
  /* IE6-9 */
  padding: 0 10px; }

ul#links > li.green {
  background: #a3d963;
  /* Old browsers */
  background: -moz-linear-gradient(top, #a3d963 0%, #7fa94d 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #a3d963), color-stop(100%, #7fa94d));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #a3d963 0%, #7fa94d 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #a3d963 0%, #7fa94d 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #a3d963 0%, #7fa94d 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #a3d963 0%, #7fa94d 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a3d963', endColorstr='#7fa94d',GradientType=0 );
  /* IE6-9 */
  padding: 0 10px; }

ul#links > li.cyan {
  background: #00a9e0;
  /* Old browsers */
  background: -moz-linear-gradient(top, #00a9e0 0%, #0088b4 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #00a9e0), color-stop(100%, #0088b4));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #00a9e0 0%, #0088b4 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #00a9e0 0%, #0088b4 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #00a9e0 0%, #0088b4 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #00a9e0 0%, #0088b4 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a9e0', endColorstr='#0088b4',GradientType=0 );
  /* IE6-9 */ }

ul#links > li > a {
  display: inline-block;
  color: #fff !important;
  margin: 0;
  padding: 12px 10px; }

ul#links > li > ul {
  position: absolute;
  width: 883px;
  right: 58px;
  margin: 0;
  list-style: none;
  z-index: 9;
  display: none;
  padding: 0;
  background: #fff;
  -webkit-box-shadow: 0px 0px 5px rgba(50, 50, 50, 0.3);
  box-shadow: 0px 0px 5px rgba(50, 50, 50, 0.3); }

ul#links > li > ul > li {
  display: block;
  width: 220px;
  padding: 18px;
  border-right: 1px solid #dddede;
  font-size: 13px;
  float: left; }

ul#links > li > ul > li:nth-child(4n) {
  border-right: none; }

ul#links h3 {
  margin: 0 0 10px 0;
  padding: 0;
  font-size: 20px;
  font-weight: 400; }

ul#links > li > ul > li:first-child h3 {
  color: #ff141e; }

ul#links > li > ul ul {
  list-style: none;
  margin: 0;
  padding: 0; }

ul#links > li > ul ul a {
  display: block;
  padding: 3px 0;
  border-bottom: 1px solid #dddede; }

ul#links > li > ul ul a i {
  display: none; }

ul#links > li > ul ul a:hover {
  color: #00a9e0 !important;
  background: #f9f9f9; }

ul#links > li > ul ul a:hover i {
  display: inline-block;
  margin-right: 4px; }

ul#links li.biennial {
  background: url(../images/biennial-links.png) bottom no-repeat #07051a;
  height: 240px; }

ul#links li.biennial a, ul#links li.biennial a * {
  color: #fff !important; }

form.search a {
  float: right;
  color: #54585a;
  line-height: 22px;
  font-size: 12px;
  display: inline-block;
  margin: 13px 5px 0 0; }

form.search span {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background: #fff;
  display: block;
  padding: 3px 6px;
  position: relative; }

form.search span input[type='text'] {
  border: none;
  padding: 0;
  margin: 0;
  width: 100%;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }

form.search span input.submit {
  cursor: pointer;
  border: 0;
  background: none;
  font-size: 15px;
  padding: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-weight: normal;
  margin: 0;
  clear: none;
  border: none;
  color: #5a5a5a; }

form.search span .searchdrop {
  position: absolute;
  left: 0;
  top: 19px;
  padding-top: 6px;
  width: 100%;
  z-index: 2;
  background: #fff;
  color: #5a5a5a;
  font-size: 11px;
  -webkit-border-bottom-right-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  -webkit-box-shadow: 0px 3px 5px rgba(50, 50, 50, 0.5);
  -moz-box-shadow: 0px 3px 5px rgba(50, 50, 50, 0.5);
  box-shadow: 0px 3px 5px rgba(50, 50, 50, 0.5); }

form.search span .searchdrop h6 {
  margin: 0 8px 6px 8px;
  padding-bottom: 2px;
  border-bottom: 1px solid #ccc;
  font-weight: 700;
  font-size: 12px; }

form.search span .searchdrop a {
  display: block;
  margin: 0 8px 8px 8px;
  padding-bottom: 8px;
  border-bottom: 1px solid #ccc;
  clear: both;
  height: 40px;
  color: inherit; }

form.search span .searchdrop a:last-child {
  padding-bottom: none;
  border-bottom: none; }

form.search span .searchdrop a i {
  font-size: 32px;
  display: block;
  float: left;
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin-right: 6px;
  text-align: center; }

form.search span .searchdrop a em {
  font-style: normal;
  font-weight: 700;
  display: block;
  margin-bottom: 1px; }

form.search span .searchdrop a img {
  display: block;
  float: left;
  width: 40px;
  height: 40px;
  margin-right: 6px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }

form.search span .searchdrop div.loading {
  margin: 0 8px 8px 8px;
  text-align: center;
  border-bottom: none;
  padding-top: 10px;
  height: auto; }

form.search span .searchdrop div.loading i {
  display: block;
  font-size: 24px; }

#footer {
  background: #eee;
  color: #6f7477;
  clear: both;
  display: block;
  padding: 20px 0; }

#footer .content {
  z-index: 1; }

#footer .copyright {
  color: #bbbcbd;
  text-align: center;
  clear: both; }

#footer .title {
  text-transform: uppercase;
  display: block;
  margin-bottom: 6px;
  color: #54585a; }

#footer ul.stats li {
  display: block;
  margin-left: 30px;
  float: right;
  display: inline;
  color: inherit; }

#footer span strong {
  font-size: 18px;
  margin-right: 4px; }

#footer ul.stats li i {
  font-size: 24px;
  margin-right: 6px; }

#footer ul.links {
  list-style: none;
  padding: 0 0 4px 0;
  margin: 0; }

#footer ul.links li {
  display: inline-block;
  padding: 0 10px;
  border-left: 1px solid #bbbcbd; }

#footer ul.links li:first-child {
  border: 0;
  padding-left: 0; }

#footer ul.links li a {
  color: #6f7477; }

#footer ul.links li a:hover {
  color: #00a9e0; }

#footer div.left {
  width: 39%;
  float: left;
  margin-bottom: 20px; }

#footer div.right {
  float: right;
  width: 60%;
  border-left: 1px solid #ccc;
  margin-bottom: 20px; }

#footer div.right .title {
  text-align: right; }

/* Loading Spinner Rotate */
.fa-spinner.spin {
  display: inline-block;
  -webkit-animation: spin 2s infinite linear;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear; }

@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg); }
  100% {
    -moz-transform: rotate(359deg); } }

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg); } }

@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg); }
  100% {
    -o-transform: rotate(359deg); } }

@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg); }
  100% {
    -ms-transform: rotate(359deg); } }

@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(359deg); } }

[class*='fa-'], [class*='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; }

/* Redactor */
.redactor_toolbar {
  background: #fff; }

.redactor_toolbar li a {
  color: #54585a !important; }

.redactor_toolbar li a:hover {
  background: #00a9e0;
  color: #fff !important; }

.redactor_toolbar li a:active,
.redactor_toolbar li a.redactor_act {
  background: #bbbcbd;
  color: #54585a !important; }

.event-times-help {
  width: 100%;
  box-sizing: border-box;
  padding: 30px 30%;
  color: #54585a;
  position: absolute;
  text-align: center; }

.event-times {
  list-style: none;
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 130px; }

.event-times li {
  padding-top: 80px;
  display: inline; }

.event-times .event-times-line {
  height: 5px;
  background: #bbbcbd;
  display: block;
  position: absolute;
  top: 93px;
  z-index: 1; }

.event-times .speaker-dot {
  position: absolute;
  z-index: 2;
  top: 90px;
  text-align: center;
  width: 30px;
  text-shadow: -2px -2px 0 #000,   2px -2px 0 #000, -2px 2px 0 #000, 2px 2px 0 #000; }

.event-times .speaker-dot i {
  display: block;
  color: #bbbcbd;
  font-size: 1em; }

.event-times .speaker {
  position: absolute;
  width: 250px;
  height: 80px;
  box-sizing: border-box;
  padding: 10px;
  top: 0;
  background: #2a2c2d;
  margin-left: 10px;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  z-index: 3;
  display: none; }

.event-times .speaker.right {
  margin-left: -230px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0; }

.event-times .speaker.right .speaker-drop {
  margin-left: 229px; }

.event-times .speaker h5 {
  font-size: 13px;
  color: #fff;
  height: 1.3em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.event-times .speaker p {
  font-size: 10px;
  line-height: normal !important; }

.event-times .speaker img {
  float: left;
  width: 40px;
  height: 40px;
  margin: 0 5px 0 0; }

.event-times .speaker .speaker-drop {
  position: absolute;
  display: block;
  width: 11px;
  z-index: 2;
  margin: 0 0 0 -10px;
  height: 21px;
  top: 80px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 5px;
  background: #2a2c2d; }

/* FC */
.fc-event {
  font-size: 1em; }

.fc-event-actions {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 3; }

[class*='fc-event-action'] {
  font-size: 1.25em;
  padding-left: 5px;
  text-shadow: 0px 0px 4px #505050; }

[class*='fc-event-action']:hover {
  text-shadow: 0px 0px 4px #00a9e0; }

#booking-requests .event {
  border-radius: 4px;
  border: 1px solid rgba(187, 188, 189, 0.5);
  background: rgba(221, 222, 222, 0.5);
  padding: 3px; }

#booking-requests .event span {
  display: block; }

.fc-event.instruct .fc-title:before {
  content: " ";
  background: url("images/logo_tiny.png") center center no-repeat;
  background-size: contain;
  width: 1em;
  height: 1em;
  display: inline-block;
  padding-top: 0.2em; }

/* Banner */
.fw-banner {
  position: absolute;
  z-index: 1;
  background-size: cover;
  background-position: center center;
  width: 100vw;
  left: 50%;
  margin-left: -50vw;
  margin-top: -20px;
  text-align: center;
  color: #fff;
  font-size: 36px;
  font-weight: 300; }

.fw-banner > div {
  height: 100%; }

.fw-banner > .fw-banner-overlay {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.2+0,0.7+100 */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.7) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.7) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.7) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33000000', endColorstr='#b3000000',GradientType=0 );
  /* IE6-9 */ }

.fw-banner .content {
  top: calc(50% - 18px); }

/* Shibboleth DS */
.IdPSelectPreferredIdPButton {
  display: inline-block;
  width: 18%;
  padding: 5px 1%;
  text-align: center; }

#idpSelectInput, #idpSelectSelector {
  display: block;
  width: 93%;
  margin-bottom: 6px; }

#idpSelectSelector {
  margin-left: 2px;
  margin-right: 2px; }

#idpSelectSelectButton, #idpSelectListButton {
  float: right;
  cursor: pointer;
  margin-right: 0;
  margin-bottom: 5px;
  display: inline-block;
  padding: 3px 6px !important;
  margin-bottom: 4px;
  background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.25) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, transparent), color-stop(100%, rgba(0, 0, 0, 0.25)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.25) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.25) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.25) 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.25) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#40000000',GradientType=0 );
  /* IE6-9 */
  background-color: #a3d963;
  border-radius: 4px !important;
  -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3); }

#idpSelectSelectButton {
  padding-left: 2px;
  padding-right: 2px; }

#idpSelectIdPSelector a:hover {
  text-decoration: underline; }

.IdPSelectTextDiv {
  margin-bottom: 8px; }

div.IdPSelectDropDown {
  /*border: 2px solid #dddede !important;*/
  border: 0 !important;
  width: 296px;
  margin-top: -2px;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5); }

a.IdPSelectDropDownToggle {
  display: none; }

a.IdPSelectHelpButton {
  display: block;
  clear: both;
  text-align: right; }

/**
 * Drop down (incremental search) stuff - see the associated javascript for reference
 */
ul.IdPSelectDropDown {
  -moz-box-sizing: border-box;
  font-size: 11px;
  box-sizing: border-box;
  list-style: none;
  padding-left: 0px;
  margin-left: 0;
  border: 2px solid #dddede;
  z-index: 6;
  position: absolute; }

ul.IdPSelectDropDown li {
  background-color: white;
  cursor: default;
  padding: 0px 3px; }

ul.IdPSelectDropDown li.IdPSelectCurrent {
  background-color: #00a9e0;
  color: white; }

/* Legacy */
div.IdPSelectDropDown {
  -moz-box-sizing: border-box;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: small;
  box-sizing: border-box;
  border: 1px solid black;
  z-index: 6;
  position: absolute; }

div.IdPSelectDropDown div {
  background-color: white;
  cursor: default;
  padding: 0px 3px; }

div.IdPSelectDropDown div.IdPSelectCurrent {
  background-color: #3366cc;
  color: white; }

/* Home Page */
#feat {
  height: 308px; }

#feat .feat_selector {
  width: 204px;
  height: 100%;
  float: left;
  background: url(../images/feat2.png) top no-repeat;
  border-bottom-left-radius: 20px;
  border-top-right-radius: 20px; }

#feat .feat_selector ul {
  display: block;
  background: rgba(0, 0, 0, 0.68);
  list-style: none;
  margin: 184px 0 0 0;
  height: 84px;
  padding: 20px 25px;
  border-bottom-left-radius: 20px;
  border-top-right-radius: 20px;
  font-size: 18px;
  font-weight: 300; }

#feat .feat_selector li {
  line-height: normal;
  padding: 3px 0; }

#feat .feat_selector ul a {
  color: #00a9e0; }

#feat .feat_selector ul a:hover,
#feat .feat_selector ul .active a {
  color: #fff !important;
  text-decoration: none; }

#feat .feat_main {
  width: 790px;
  float: right;
  border-bottom-right-radius: 20px;
  border-top-left-radius: 20px;
  overflow: hidden; }

#feat .feat_main .feat_foot {
  background: #54585a;
  height: 27px;
  line-height: 27px;
  color: #dddede;
  text-align: right;
  font-size: 13px;
  padding: 0 7px; }

#feat .feat_main .feat_foot a {
  color: #fff;
  padding: 0 3px; }

#feat .feat_main .feat_tabs {
  padding: 0;
  margin: 0;
  display: block;
  height: 281px;
  list-style: none;
  margin: 0; }

#feat .feat_main .feat_tabs li {
  position: absolute;
  border-top-left-radius: 20px;
  overflow: hidden;
  height: 281px;
  width: 790px;
  display: none;
  background-color: #dddede; }

#feat .feat_main .feat_tabs li:first-child {
  display: block; }

#feat a {
  color: #ff141e; }

#feat a:hover {
  text-decoration: underline; }

#feat .feat_main .feat_tabs li > a:hover {
  text-decoration: none; }

#feat .feat_main .feat_tabs li p {
  line-height: 1.2em; }

#feat .feat_main .feat_tabs li .detail {
  padding: 20px; }

#feat .feat_main .feat_tabs li .wrap {
  display: table; }

#feat .feat_main .feat_tabs li .wrap .detail {
  display: table-cell;
  vertical-align: middle;
  width: 320px; }

#feat li.fullimg .detail {
  display: none !important; }

#feat li.imglft, #feat li.imgrgt {
  font-size: 14px;
  font-weight: 300; }

#feat li.imglft img {
  float: left; }

#feat li.imgrgt img {
  float: right; }

#home-biennial {
  background: url(../images/biennial2015/stage.png) center top no-repeat #000;
  color: #dddede; }

#home-biennial div.bg {
  background: #2a2c2d; }

#home-biennial h1 {
  font-size: 30px;
  font-weight: 300;
  color: #fff;
  margin: 0 0 5px 0; }

#home-biennial h2 {
  border: 0; }

#home-biennial-title {
  color: #fff;
  padding: 150px 0 0 0;
  box-sizing: border-box;
  height: 650px;
  text-align: center; }

#home-biennial-title h2, #home-biennial-title h3 {
  margin: 0 0 5px 0;
  padding: 0; }

#home-biennial-title .watch {
  width: 440px;
  margin: 70px auto 0 auto;
  background: rgba(0, 0, 0, 0.8) !important;
  text-align: left; }

#home-biennial-title .watch a {
  color: #fff; }

#home-biennial-title .watch img {
  float: right; }

.click {
  cursor: pointer; }

#eubi_country .eubi_flag {
  padding: 0 8px 0 8px;
  height: 64px;
  width: 64px; }

#eubi_country .eubi_flag_big {
  height: 96px;
  width: 96px; }

#eubi_country .eubi_flag_selected {
  border-bottom: solid black 1px; }

/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/**
 * Add the correct display in IE 9-.
 */
article, aside, footer, header, nav, section {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption, figure, main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b, strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b, strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code, kbd, samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio, video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button, input, optgroup, select, textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button, input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button, select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button, html [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"], [type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details, menu {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

html, body {
  font-family: 'Source Sans Pro', sans-serif; }

li {
  list-style: none;
  text-decoration: none; }

a {
  text-decoration: none !important; }

.site-header {
  width: 100vw;
  position: relative;
  top: 0;
  z-index: 2; }
  @media (min-width: 1024px) {
    .site-header {
      position: sticky; } }
  .site-header__home {
    height: 0; }
    @media (min-width: 1024px) {
      .site-header__home {
        background-color: #2E2E2E;
        opacity: 0.9;
        height: inherit; } }
  .site-header__wrapper {
    display: flex;
    justify-content: center;
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
    position: relative; }

.site-footer__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  box-sizing: border-box;
  padding: 0 0.8rem;
  background-repeat: no-repeat;
  background-size: 40% auto;
  background-position: right;
  background-color: #F5F5F5; }

.site-footer__bottom {
  width: 100vw;
  box-sizing: border-box;
  padding: 0 0.8rem;
  background-color: white; }
  .site-footer__bottom a {
    color: #999999;
    font-size: 1.675rem;
    font-weight: 200; }

.site-footer__bottom-container {
  display: flex;
  justify-content: space-between;
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  padding: 4rem 0 3rem 0; }

.disclaimer a {
  font-size: 1.25rem;
  font-weight: 300; }

.site-main__wrapper {
  /*position: relative;*/ }

.nav__main {
  width: calc(100% - 200px - 300px - 5rem);
  display: none; }
  @media (min-width: 1024px) {
    .nav__main {
      display: flex; } }
  .nav__main ul {
    display: flex;
    justify-content: space-around;
    width: 100%;
    margin: 0 auto; }
  .nav__main li {
    text-align: center; }
  .nav__main a {
    color: white;
    font-size: 1rem;
    text-transform: uppercase;
    padding: 2rem 0;
    min-width: fit-content; }
    .nav__main a:nth-child(1) {
      width: 25%; }
    .nav__main a:nth-child(2) {
      width: 25%; }
    .nav__main a:nth-child(3) {
      width: 20%; }
    .nav__main a:nth-child(4) {
      width: 30%; }
    @media (min-width: 1280px) {
      .nav__main a {
        font-size: 1.25rem; } }
  .nav__main a:hover {
    color: #9AC331;
    background: linear-gradient(to bottom, #342828, rgba(69, 57, 57, 0.9)); }
  .nav__main__active {
    color: #9AC331;
    background: linear-gradient(to bottom, #342828, rgba(69, 57, 57, 0.9)); }
  .nav__main i {
    color: #9AC331;
    display: block;
    margin: auto; }
    @media (min-width: 1280px) {
      .nav__main i {
        display: inline;
        margin-left: 1rem; } }

.nav__access {
  position: absolute;
  margin-top: 81px;
  width: calc(100% - 200px - 300px - 7.3rem);
  margin-left: -0.9rem;
  display: none; }
  @media (min-width: 1024px) {
    .nav__access {
      display: flex; } }
  @media (min-width: 1280px) {
    .nav__access {
      margin-top: 100px; } }
  .nav__access .secondline {
    display: block; }
    @media (min-width: 1280px) {
      .nav__access .secondline {
        display: inline; } }
  .nav__access__active {
    color: #9AC331 !important;
    background: white; }
  .nav__access ul {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 0 auto;
    background-color: #9AC331; }
    @media (min-width: 768px) {
      .nav__access ul {
        flex-direction: row;
        justify-content: space-around;
        padding: 0 0 0 1rem; } }
  .nav__access li {
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
    padding: 0.5rem 0rem; }
    @media (min-width: 768px) {
      .nav__access li {
        padding: 1rem 0; } }
  .nav__access li:hover {
    background-color: white; }
  .nav__access a {
    width: calc(100% - 0);
    color: white;
    font-size: 1rem; }
    @media (min-width: 768px) {
      .nav__access a:nth-child(1) {
        width: 25%; }
      .nav__access a:nth-child(2) {
        width: 25%; }
      .nav__access a:nth-child(3) {
        width: 20%; }
      .nav__access a:nth-child(4) {
        width: 30%; } }
    @media (min-width: 768px) {
      .nav__access a li:hover {
        border-radius: inherit; } }
  .nav__access a:hover {
    color: #9AC331; }
  @media (min-width: 768px) {
    .nav__access a:first-child li {
      margin-left: -1rem; } }
  @media (min-width: 768px) {
    .nav__access a:first-child li:hover {
      /*border-radius: 20px 0 0 0;*/ } }
  @media (min-width: 768px) {
    .nav__access a:last-child li:hover {
      /*border-radius: 0 20px 0 0; */ } }

.nav__technologies {
  background-color: white;
  width: 100vw; }
  .nav__technologies ul {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-evenly;
    margin: 0 auto; }
    @media (min-width: 768px) {
      .nav__technologies ul {
        flex-direction: row;
        justify-content: space-evenly;
        padding: 2rem 0; } }
  .nav__technologies li {
    font-size: 1.2rem;
    text-transform: uppercase;
    color: white;
    padding: 1rem;
    margin: 1rem 1rem 0 0;
    text-align: left;
    border: 1px solid #9AC331;
    background-color: #9AC331; }
    @media (min-width: 1280px) {
      .nav__technologies li {
        font-size: 1rem;
        margin: 1rem 0.5rem;
        padding: 1rem; } }
  .nav__technologies li:hover {
    background-color: white;
    color: #9AC331; }
    .nav__technologies li:hover i {
      color: #9AC331; }
  .nav__technologies i {
    font-size: 1.4rem;
    margin-left: 1rem; }
    @media (min-width: 1280px) {
      .nav__technologies i {
        font-size: 1.4rem; } }

.nav__data {
  background-color: white;
  margin: 150px auto auto; }
  @media (min-width: 1024px) {
    .nav__data {
      margin: 0 auto auto; } }
  .nav__data ul {
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 1040px;
    width: calc(100% - 1rem);
    padding: 2rem 0;
    margin: 0 auto; }
    @media (min-width: 768px) {
      .nav__data ul {
        flex-direction: row;
        width: calc(100% - 4rem);
        padding: 4rem 0; } }
  .nav__data li {
    display: flex;
    font-size: 1rem;
    text-transform: uppercase;
    color: white;
    padding: 0.5rem;
    margin: 0.5rem;
    border: 1px solid #9AC331;
    background-color: #9AC331; }
    @media (min-width: 768px) {
      .nav__data li {
        font-size: 1.2rem;
        margin: 0 0.5rem;
        padding: 1.2rem; } }
    @media (min-width: 1024px) {
      .nav__data li {
        font-size: 1.45rem;
        margin: 0 0.5rem;
        padding: 2rem; } }
    .nav__data li.active {
      background-color: #fff;
      color: #9AC331; }
    .nav__data li:hover {
      background-color: white;
      color: #9AC331; }
      .nav__data li:hover i {
        color: #9AC331; }
  .nav__data i {
    font-size: 1.25rem;
    margin-left: 1rem; }
    @media (min-width: 1024px) {
      .nav__data i {
        font-size: 1.75rem; } }

  .nav__child-technologies {
  background-color: white;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100vw;
  padding: 2rem 0;
  margin: 0 auto;
  /**
        li {
            display: flex;
            font-size: 1rem;
            text-transform: uppercase;
            color: white; 
            padding: 1.5rem;
            margin: 0.5rem;
            border: 1px solid $lightGreen;
            background-color: $lightGreen;
            @include atPad {
                flex-direction: column;
                width: calc(100% - 4rem);
            }

            @include atPhone{
                flex-direction: column;
                width: calc(100% - 4rem);
            }
            **/ }
  .nav__child-technologies ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
    width: calc(100% - 1rem);
    padding: 2rem 0;
    margin: 1rem 1rem 0 2rem;
    /**
            @include atPad {
                flex-direction: column;
                width: calc(100% - 4rem);
            }

            @include atPhone{
                flex-direction: column;
                width: calc(100% - 4rem);
            } **/ }
  .nav__child-technologies li {
    display: flex;
    /*1 0 21%;  to display 4 items per row */
    font-size: 1.2rem;
    text-transform: uppercase;
    color: white;
    padding: 1rem;
    margin: 0.5rem;
    border: 1px solid #9AC331;
    background-color: #9AC331; }
    @media (min-width: 1280px) {
      .nav__child-technologies li {
        font-size: 1rem;
        margin: 1rem 0.5rem;
        padding: 1rem; } }
  .nav__child-technologies li:hover {
    background-color: white;
    color: #9AC331; }
    .nav__child-technologies li:hover i {
      color: #9AC331; }
  .nav__child-technologies i {
    font-size: 1.2rem;
    margin-left: 1rem; }
    @media (min-width: 1280px) {
      .nav__child-technologies i {
        font-size: 1.2rem; } }      

.img__logo {
  display: none;
  background-repeat: no-repeat;
  background-size: contain;
  position: static;
  top: 0;
  left: 0;
  cursor: pointer; }
  @media (min-width: 1024px) {
    .img__logo {
      margin-top: 15px;
      margin-bottom: 15px;
      margin-left: 5px;
      display: flex;
      width: 250px;
      height: 70px;
      background-size: contain;
      position: initial;
      transform: translate(0%, 0%); } }
  .img__logo--mobile {
    display: flex;
    width: 200px;
    height: 90px;
    transform: translate(10%, 20%); }
    @media (min-width: 1024px) {
      .img__logo--mobile {
        display: none; } }
  .img__logo--round {
    position: absolute;
    display: flex;
    background-size: 80% 80%;
    background-position: center center;
    background-color: white;
    width: 100px;
    height: 100px;
    left: 5%;
    border-radius: 50%;
    transform: translate(10%, 20%);
    background-repeat: no-repeat; }
    @media (min-width: 1024px) {
      .img__logo--round {
        display: none; } }

.btn__login {
  display: none;
  width: 200px;
  min-height: 80px;
  position: relative;
  cursor: pointer; }
  @media (min-width: 1024px) {
    .btn__login {
      display: flex; } }

.btn__search {
  display: none;
  width: 125px;
  min-height: 80px;
  position: relative;
  cursor: pointer;
  background-color: #E9EAEB; }
  @media (min-width: 1024px) {
    .btn__search {
      display: flex; } }

.btn--round {
  padding: 1.4rem;
  border-radius: 50%;
  font-size: 1.8rem;
  margin-right: 1rem; }
  @media (min-width: 1024px) {
    .btn--round {
      padding: 1.8rem; } }

.btn__submit {
  max-width: 120px;
  width: 100%;
  margin-top: 1rem;
  padding: 1rem;
  color: white;
  border: none;
  cursor: pointer;
  font-weight: 700; }
  .btn__submit span {
    font-size: 1.3rem; }
  .btn__submit i {
    font-size: 1.5rem;
    margin-right: 0.5rem; }

.login {
  width: 5px;
  height: 5px;
  position: relative;
  top: 20%;
  left: 10%; }
  .login__title {
    color: white;
    font-size: 1.25rem;
    font-weight: 700;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-10%, -50%); }
  .login__titlelogout {
    color: white;
    font-size: 1.25rem;
    font-weight: 700;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-10%, -50%); }
  .login > i {
    margin-right: 0.5rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }

.search {
  width: 5px;
  height: 5px;
  position: relative;
  top: 20%;
  left: 20%; }
  .search > i {
    color: #fff;
    margin-right: 0.5rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }

.login-bg {
  background-color: #87cf29; }

.logout-bg {
  background-color: #DD2163;
  top: 30%; }

.search-bg {
  background-color: #87cf29; }

.expansion {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  cursor: pointer; }
  .expansion > i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
  @media (min-width: 1024px) {
    .expansion {
      display: none; } }

#expansion-target {
  margin-top: -160px;
  margin-top:16px; }

@media only screen and (max-width: 600px){
  #expansion-target {
  margin-top: 0 !important; }
} 

.hero {
  position: relative;
  z-index: 0;
  margin-bottom: 1px; }
  .hero__img {
    background-repeat: no-repeat;
    background-size: auto auto;
    background-position: center center;
    width: 100%;
    height: 90vh; }
    @media (min-width: 1024px) {
      .hero__img {
        background-size: cover;
        margin-top: calc(-100px - 4rem);
        height: 70vh;
        padding-top: 25%; } }
  .hero__content {
    color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%; }
    @media (min-width: 1024px) {
      .hero__content {
        transform: translate(-50%, -40%);
        width: calc(1280px * 0.73); } }
  .hero__headline {
    font-size: 1.825rem;
    line-height: 2.45rem;
    font-weight: 100;
    text-align: center; }
    @media (min-width: 1024px) {
      .hero__headline {
        font-size: 4.85rem;
        line-height: 6rem; } }
  .hero__description {
    font-family: 'Rokkitt', serif;
    font-size: 1rem;
    font-weight: 100;
    line-height: 1.25rem;
    text-align: center;
    padding: 0.5rem 1.5rem; }
    @media (min-width: 1024px) {
      .hero__description {
        font-size: 1.25rem;
        line-height: 2rem; } }
  @media (min-width: 1024px) {
    .hero__expansion {
      background-color: #9AC331;
      display: block; } }

.newsblog {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  padding: 0.5rem; }
  @media (min-width: 1024px) {
    .newsblog {
      flex-direction: row;
      padding: 0; } }
  .newsblog div {
    background-size: cover;
    background-position: center center;
    width: 100%; }
  @media (min-width: 1024px) {
    .newsblog > div {
      min-height: 640px; } }
  .newsblog--left {
    padding-top: 75%;
    margin-bottom: 0.5rem; }
    @media (min-width: 1024px) {
      .newsblog--left {
        padding-top: inherit;
        margin: inherit; } }
  .newsblog--right {
    padding-top: 75%;
    margin-bottom: 0.5rem; }
    @media (min-width: 1024px) {
      .newsblog--right {
        padding-top: 200px;
        margin: inherit; } }
  .newsblog__content {
    text-align: left;
    box-sizing: border-box;
    padding: 2rem 1rem; }
    @media (min-width: 1024px) {
      .newsblog__content {
        padding: 2rem 3rem; } }
  .newsblog__date {
    color: #13A237;
    margin-bottom: -1rem; }
  .newsblog__headline {
    color: white;
    font-size: 2.45rem;
    line-height: 3rem;
    font-weight: 100; }
    @media (min-width: 1024px) {
      .newsblog__headline {
        font-size: 3.75rem;
        line-height: 5rem; } }
  .newsblog__description {
    color: black;
    font-size: 0.85rem; }
    @media (min-width: 1024px) {
      .newsblog__description {
        font-size: 1rem; } }
    .newsblog__description p:first-child {
      color: white;
      font-family: "Rokkitt", serif;
      font-size: 1.25rem; }
      @media (min-width: 1024px) {
        .newsblog__description p:first-child {
          font-size: 1.45rem; } }

.schedules {
  display: flex;
  flex-direction: column;
  max-width: calc(100% - 0rem);
  width: 100%;
  align-items: center;
  margin: 20px auto;
  box-sizing: border-box;
  padding: 0 0.5rem 2rem 0.5rem;
  position: relative;
  z-index: 0; }
  @media (min-width: 1024px) {
    .schedules {
      padding: inherit; } }
  .schedules__container {
    max-width: 1040px;
    width: 100%;
    padding: 2rem 0;
    box-sizing: border-box; }
  .schedules__content {
    column-count: 1;
    column-gap: 0.5rem; }
    @media (max-width: 414px) {
      .schedules__content div:nth-child(n+6) {
        display: none; } }
    @media (min-width: 1024px) {
      .schedules__content {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(30%, 1fr));
        grid-gap: 10px; }
        .schedules__content .info-block {
          display: flex;
          height: 350px; } }
  .schedules__title {
    font-size: 2.45rem;
    font-weight: 200;
    color: #9E9E9E;
    padding: 1rem 0; }
    @media (min-width: 1024px) {
      .schedules__title {
        padding: 4rem 0 1rem 0; } }
  .schedules__categories {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 100vw;
    font-size: 1.45rem;
    font-weight: 700;
    color: #9AC331; }
    @media (min-width: 768px) {
      .schedules__categories {
        flex-wrap: nowrap;
        justify-content: center;
        padding-top: 1rem;
        font-weight: 300;
        border-bottom: 1px solid #9AC331; } }
    .schedules__categories div {
      text-align: center;
      padding: 1rem 1.5rem;
      margin: 0.5rem;
      border: 1px solid #9AC331;
      background-color: white; }
      @media (min-width: 768px) {
        .schedules__categories div {
          max-width: calc(960px / 4 - 0.8rem);
          width: 100%;
          margin: 0 0.5rem -1px 0.5rem;
          border-bottom: none; } }
    .schedules__categories div:hover {
      background-color: #9AC331;
      color: white; }
  .schedules__expansion {
    bottom: 10px;
    padding-bottom: 1rem;
    /* display: none; */ }
    .schedules__expansion > i {
      font-size: 2rem;
      font-weight: 100; }

.show_all_items {
  position: absolute;
  bottom: 0;
  color: #00b9e4; }

.info-block {
  break-inside: avoid;
  /*opacity: 0.8;*/
  padding: 1rem 0.5rem;
  margin-bottom: 1rem;
  display: flex;
  flex-wrap: wrap;
  word-break: break-word; }
  @media (min-width: 1024px) {
    .info-block {
      padding: 1rem; } }
  .info-block__icon {
    position: relative;
    width: 5px;
    height: 5px;
    background-color: #f8faed;
    color: #FFF; }
    @media (min-width: 1024px) {
      .info-block__icon {
        width: 10px;
        height: 10px; } }
    .info-block__icon > i {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
    .info-block__icon > span {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
  .info-block__date {
    font-size: 1.25rem;
    font-weight: 300;
    color: white;
    width: calc(100% - 0);
    padding-top: 0.7rem;
    margin-left: 0rem;
    text-align: left; }
    @media (min-width: 1024px) {
      .info-block__date {
        margin-left: 1rem;
        font-size: 1.2rem; } }
  .info-block__headline {
    color: white;
    padding-top: 2rem;
    font-size: 1.4rem;
    font-weight: 200;
    padding: 0; }
    @media (min-width: 1024px) {
      .info-block__headline {
        padding: inherit; } }
  .info-block__description {
    /*font-size: 0.9rem;*/
    word-break: break-word;
    line-height: 1.8; }

.socialmedia {
  position: relative; }
  .socialmedia__bgImage {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 2rem; }
  .socialmedia__container {
    display: flex;
    flex-wrap: wrap;
    max-width: 1040px;
    width: 100%;
    padding: 1rem 0.25rem 2rem 0.25rem;
    box-sizing: border-box; }
    @media (max-width: 414px) {
      .socialmedia__container div:nth-child(n+6) {
        display: none; } }
    @media (min-width: 1024px) {
      .socialmedia__container {
        display: block;
        column-count: 3;
        column-gap: 1rem; } }
  .socialmedia__content {
    max-width: calc(100% - 1.5rem);
    width: 100%;
    /*margin: 0.25rem;*/
    background-color: #9AC331;
    overflow: hidden; }
    @media (min-width: 1024px) {
      .socialmedia__content {
        max-width: calc(100% - 2rem);
        width: 100%; } }
  .socialmedia__title {
    color: white;
    font-size: 3.25rem;
    font-weight: 100;
    padding: 3rem 0 2rem 0; }
  .socialmedia__expansion {
    bottom: 10px;
    padding-bottom: 1rem;
    /* display: none; */ }
    .socialmedia__expansion > i {
      font-size: 2rem;
      font-weight: 100; }

.socialmedia-icons {
  max-width: 200px;
  width: 100%; }
  .socialmedia-icons > ul {
    display: flex;
    justify-content: space-around;
    margin: 0 auto;
    padding-left: 0; }
    @media (min-width: 1024px) {
      .socialmedia-icons > ul {
        justify-content: space-between; } }

.twitter__image {
  width: 100%;
  max-width: 100%;
  height: auto;
  border-radius: 10px; }

.employee {
  width: calc(50% - 1rem);
  font-size: 0.75rem;
  line-height: 0.9rem;
  padding: 0 0 2rem 0; }
  @media (min-width: 768px) {
    .employee {
      width: 14.75rem;
      font-size: 0.8rem;
      line-height: 1.2rem; } }
  .employee__name {
    font-size: 1.25rem;
    color: #9E9E9E;
    padding-bottom: 0.2rem; }
    @media (min-width: 1024px) {
      .employee__name {
        font-size: 1.35rem;
        /*padding-bottom: 0.5rem;*/ } }
  .employee__title {
    font-weight: 300;
    padding: 0.5rem 0; }
    @media (min-width: 1024px) {
      .employee__title {
        font-weight: 700; } }
  .employee__telephone span {
    color: inherit !important; }
  .employee i {
    margin-right: 0.5rem; }

.feedback__headline {
  font-size: 1.25rem;
  color: inherit; }
  @media (min-width: 768px) {
    .feedback__headline {
      font-size: 1.45rem;
      color: #9E9E9E; } }

.feedback input {
  border: none;
  max-width: calc(100% - 1.5rem);
  width: 100%;
  height: 50px;
  margin: 0.5rem 0; }
  @media (min-width: 768px) {
    .feedback input {
      max-width: calc(50% - 2rem);
      margin: 1rem 0; } }

.feedback input[type="submit"] {
  background-color: #9AC331;
  width: 135px;
  margin-top: 1rem;
  color: white;
  font-size: 1.4rem;
  font-weight: 700; }

.feedback input[placeholder] {
  font-weight: 700;
  padding-left: 20px; }

.feedback textarea[placeholder] {
  padding-top: 20px;
  padding-left: 20px; }

.feedback textarea {
  border: none;
  resize: none;
  max-width: calc(100% - 1rem);
  width: 100%;
  min-height: 215px; }
  @media (min-width: 1024px) {
    .feedback textarea {
      max-width: calc(100% - 1.3rem);
      width: 100%; } }

#contactform {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: 1rem; }
  @media (min-width: 1024px) {
    #contactform {
      flex-direction: row;
      padding: inherit; } }

.contact {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  padding: 1rem 0;
  position: relative; }
  .contact__title {
    max-width: 300px;
    width: 100%;
    margin: 0 auto;
    padding: 2rem;
    text-align: center;
    font-size: 3rem;
    font-weight: 200;
    color: #9E9E9E; }
  .contact__info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    max-width: 1440px;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0 0.5rem;
    box-sizing: border-box; }
    @media (min-width: 768px) {
      .contact__info {
        flex-direction: row;
        padding: inherit; } }
  .contact__employees {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: calc(100% - 0rem);
    width: 100%;
    padding-bottom: 2rem; }
    @media (min-width: 768px) {
      .contact__employees {
        max-width: 760px; } }
  .contact__feedback {
    max-width: calc(100% - 0rem);
    width: 100%;
    padding: 0; }
    @media (min-width: 1024px) {
      .contact__feedback {
        max-width: 680px;
        padding: 0 0 0 2rem; } }

.green {
  color: #9AC331; }

.bgGreen {
  background-color: #9AC331; }

.darkGreen {
  color: #13A237; }

.bgDarkGreen {
  background-color: #13A237; }

.blue {
  color: #00B9E4; }

.red {
  color: #D9004C; }

.bgRed {
  background-color: #D9004C; }

.bgBlue {
  background-color: #00B9E4; }

.bgWhite {
  background: white; }

.white {
  color: white; }

.bgBrown {
  background-color: #443939; }

.nav-modal {
  display: flex;
  justify-content: center;
  background-color: #9AC331;
  margin-top: 160px; }
  
  @media (min-width: 1024px) {
    .nav-modal {
      margin-top: 0;
      column-count: 2;
      column-gap: 1rem; } }
  .nav-modal__container {
    max-width: 1040px;
    column-count: 1;
    padding: 1rem; }
    @media (min-width: 374px) {
      .nav-modal__container {
        column-count: 1; }
        
         }
    @media (min-width: 768px) {
      .nav-modal__container {
        column-count: 2;
        column-gap: 1rem; } }
    @media (min-width: 1024px) {
      .nav-modal__container {
        column-count: 1; } }
  .nav-modal__title {
    display: inline-block;
    font-size: 1.2rem;
    padding-bottom: 1.2rem;
    width: 100%; }
    .nav-modal__title a {
      color: black; }
    .nav-modal__title i {
      color: white;
      margin-right: 0.5rem; }
  .nav-modal__links ul {
    padding-left: 0; }
  .nav-modal__links li {
    padding-bottom: 0.3rem; }
    .nav-modal__links li i {
      margin-right: 0.5rem; }
  .nav-modal__links a:link {
    color: black;
    font-size: 1.125rem;
    font-weight: 700; }

.data__container {
  max-width: 1440px;
  width: 100%;
  column-count: 1;
  text-align: center;
  display: none; }

.data__content {
  font-size: 1.2em;
  padding: 2rem; }

.data__title {
  display: inline-block;
  font-size: 1.6rem;
  padding: 2rem; }
  .data__title a {
    color: #FFF; }
  .data__title__container {
    display: flex;
    justify-content: center; }

.access {
  background-repeat: no-repeat;
  background-size: cover;
  width: 100vw;
  padding-top: 1px;
  margin-top: -4rem; }
  @media (min-width: 1024px) {
    .access {
      margin-top: inherit; } }
  .access__layer {
    /* background-color: transparent; */ }
    @media (min-width: 1024px) {
      .access__layer {
        background-color: #443939;
        opacity: 0.95;
        width: 100vw; } }
  .access__wrapper {
  	background-color: #9AC331 !important;
    display: flex;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 180px auto 0 auto; }
    @media (min-width: 1024px) {
      .access__wrapper {
        margin: 0 auto 0 auto; } }
  .access__title {
    background-color: white;
    width: 100vw;
    text-align: center;
    padding: 2rem 0; }
  .access__title h2 {
    font-size: 4.25rem;
    font-weight: 200; }

.article {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  padding: 2rem 0; }
  .article__content {
    font-size: 1.125rem;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 1rem 2rem; }

.two-columns {
  display: flex;
  flex-direction: column; }
  @media (min-width: 768px) {
    .two-columns {
      flex-direction: row;
      flex-wrap: wrap; } }
  @media (min-width: 768px) {
    .two-columns > div {
      max-width: calc(50% - 4rem - 2px);
      width: 100%; } }

.text {
  /* padding: 0 2rem; */ }
  .text h2 {
    font-size: 2rem; }

.quotation {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: auto; }
  .quotation__content {
    width: 95%;
    font-size: 2.25rem; }
  .quotation__text {
    font-weight: 100; }

.multimedia {
  margin-top: 2rem; }
  .multimedia iframe {
    width: 100%;
    height: 45%; }

.proposal__list {
  /*display: none;*/
  display: flex;
  /*justify-content: space-between;*/
  justify-content: center;
  flex-wrap: wrap; }

.proposal__content {
  /*max-width: calc(100% / 4 - 1rem);*/
  max-width: 400px;
  width: 100%;
  height: auto;
  margin-bottom: 1rem;
  box-sizing: border-box;
  padding: 1rem 2rem;
  background-color: #9AC331;
  /*modified to address the change justify content space-between to center*/
  margin-left: 2em; }
  .proposal__content h2 {
    font-size: 1.475rem; }
  .proposal__content p {
    color: black;
    font-size: 1.125rem; }

.proposal__display h4 {
  font-weight: bold;
  font-size: 1.2em; }

.proposal__display p {
  white-space: pre-line; }

.access__proposal {
  width: 100vw;
  height: 5rem;
  margin-bottom: 2rem; }
  @media (min-width: 768px) {
    .access__proposal {
      margin-bottom: inherit; } }
  .access__proposal ul {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    background-color: #9AC331; }
    @media (min-width: 768px) {
      .access__proposal ul {
        flex-direction: row;
        background-color: inherit; } }
  .access__proposal li {
    text-align: center;
    border: 1px solid #9AC331; }
  .access__proposal li:hover {
    background-color: white; }
  .access__proposal a {
    width: 100%;
    line-height: 4.9rem;
    color: white;
    font-size: 1.5rem;
    position: relative; }
    @media (min-width: 768px) {
      .access__proposal a {
        width: 50%; } }
  .access__proposal a:hover {
    color: #9AC331; }
  @media (min-width: 768px) {
    .access__proposal a:first-child {
      border-right: 1px solid white; } }
  .access__proposal a:first-child li {
    padding-left: 0%; }
  @media (min-width: 768px) {
    .access__proposal a:last-child li {
      padding-right: 20%; } }
  .access__proposal i {
    margin-left: 1rem;
    font-size: 1.5rem;
    position: absolute;
    top: 50%;
    transform: translateY(-45%); }

.technologies-selection {
  width: 100vw; }
  .technologies-selection__container {
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
    padding: 2rem 0; }
  .technologies-selection__headline {
    text-align: center;
    padding: 2rem 1rem;
    font-size: 1.3rem;
    font-weight: 700; }
    @media (min-width: 768px) {
      .technologies-selection__headline {
        font-size: 1rem;
        padding: 2rem 0; } }
  .technologies-selection__list {
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    padding: 0 0.8rem; }
    .technologies-selection__list label {
      width: 80%; }
      @media (min-width: 768px) {
        .technologies-selection__list label {
          width: calc(100% / 3 - 0.5rem); } }
      @media (min-width: 1280px) {
        .technologies-selection__list label {
          width: calc(100% / 4 - 0.5rem); } }
    .technologies-selection__list .info_icon {
      color: white;
      float: right;
      margin-top: 20px;
      font-size: 1.25em; }
      @media (min-width: 768px) {
        .technologies-selection__list .info_icon {
          margin-right: 2em; } }
    .technologies-selection__list .checkmark {
      background-color: #9AC331; }
    .technologies-selection__list input:checked ~ .checkmark {
      border: 2px solid white; }
    .technologies-selection__list input:checked ~ .checkmark:after {
      border: solid white;
      border-width: 0 3px 3px 0; }

label {
  display: block;
  padding: 1rem 0 1rem 2.4rem;
  font-size: 1.25rem;
  position: relative;
  user-select: none; }
  label input.remove_check_box {
    position: absolute;
    top: 0%;
    left: 0%;
    transform: translateY(-25%);
    opacity: 0;
    width: 100%;
    cursor: pointer; }
  label input:checked ~ .checkmark {
    border: 2px solid #9AC331; }
  label input:checked ~ .checkmark:after {
    display: block;
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid #9AC331;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg); }
  label .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    transform: translate(0%, 50%);
    border: 2px solid white;
    border-radius: 50%;
    cursor: pointer; }
  label .checkmark:after {
    content: "";
    position: absolute;
    display: none; }

._map {
  background-color: #312b2b;
  padding: 4rem 0;
  margin-top: 1rem; }
  ._map__container {
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 0 0.8rem; }
  ._map__img {
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 90%;
    height: 100vw; }
    @media (min-width: 768px) {
      ._map__img {
        width: 100%;
        height: inherit;
        /*padding-top: 40%;*/ } }
  ._map__category {
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    padding: 2rem 0.5rem;
    /*text-align: center;*/ }
    @media (min-width: 768px) {
      ._map__category {
        padding: 2rem 0 2rem 5.2rem;
        text-align: left; } }
    ._map__category label {
      font-size: 1rem;
      padding-right: 2rem; }
      @media (min-width: 768px) {
        ._map__category label {
          font-size: inherit; } }
      ._map__category label input + span {
        display: inline-block; }
        @media (min-width: 768px) {
          ._map__category label input + span {
            margin-left: 2rem;
            /*margin-left: 1rem;*/ } }
      @media (min-width: 768px) {
        ._map__category label span.checkmark {
          margin-top: -0.3rem;
          margin-top: inherit;
          margin-left: inherit;
          margin-left: 2rem; } }
      ._map__category label input:checked ~ span {
        color: #9AC331; }
      ._map__category label input:checked ~ a {
        color: #9AC331; }
    ._map__category .info_icon {
      color: white;
      font-size: 1.5em;
      top: 12px;
      right: 0;
      position: absolute; }
      @media (min-width: 768px) {
        ._map__category .info_icon {
          color: white;
          margin-right: -2em;
          font-size: 2em;
          top: 0;
          right: 0;
          position: absolute;
          margin-top: 13px; } }
  ._map__headline {
    font-size: 2.25rem;
    font-weight: 200;
    color: #9AC331; }
    @media (min-width: 768px) {
      ._map__headline {
        font-size: 2.45rem; } }
  ._map__place {
    display: block;
    margin: 0;
    padding: 0; }
  ._map__description {
    font-size: 1rem; }
    @media (min-width: 768px) {
      ._map__description {
        font-size: 1.125rem; } }

.services__container {
  text-align: center;
  padding: 0 0.8rem; }

.services__wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1440px;
  width: 100%;
  text-align: left;
  margin: 0 auto; }

.services__headline {
  font-size: 2.75rem;
  font-weight: 100;
  color: #9AC331;
  padding-top: 2rem; }

.services__description {
  font-size: 1.25rem;
  font-weight: 700;
  padding: 1rem 0; }

.services__selected {
  padding: 1rem 0.8rem; }

.services__selected-title {
  display: flex;
  justify-content: space-between;
  max-width: 1440px;
  width: 100%;
  font-size: 1.45rem;
  margin: 0 auto 1rem auto;
  padding: 1rem;
  box-sizing: border-box;
  background-color: #f6f6f6;
  position: relative; }
  @media (min-width: 768px) {
    .services__selected-title {
      padding: 2rem 3rem; } }
  .services__selected-title h3 {
    font-size: 1.25rem;
    padding-right: 2rem; }
    @media (min-width: 768px) {
      .services__selected-title h3 {
        font-size: 1.85rem;
        padding-right: inherit; } }
  .services__selected-title i {
    position: absolute;
    top: 50%;
    right: 1rem;
    transform: translateY(-50%); }
    @media (min-width: 768px) {
      .services__selected-title i {
        right: 3rem; } }

.content {
  max-width: calc(100% - 1rem);
  width: 100%;
  margin: 2rem auto; }
  @media (min-width: 768px) {
    .content {
      max-width: calc(100% / 3 - 4rem);
      margin: 2rem 0; } }
  .content__name {
    box-sizing: border-box;
    padding: 1rem 2rem;
    margin-bottom: 1rem;
    background-color: #F5F5F5; }
    .content__name h3 {
      font-size: 1.275rem; }
    .content__name p {
      color: #9AC331; }
      .content__name p strong {
        color: black; }
      .content__name p a {
        color: #00b9e4; }
  .content__select label {
    display: flex;
    justify-content: center;
    font-size: 1.275rem;
    font-weight: 700;
    color: white;
    width: 140px;
    padding: 1rem 0;
    background-color: #9AC331;
    cursor: pointer; }
    .content__select label i {
      font-size: 1.4rem;
      margin-left: 0.5rem;
      margin-top: 0.1rem; }

.nav__mobile-container {
  display: flex;
  width: 100%;
  border: 1px dotted transparent; }
  .nav__mobile-container i {
    position: fixed;
    top: 5;
    right: 5;
    z-index: 3; }
  @media (min-width: 1024px) {
    .nav__mobile-container {
      display: none; } }

.nav__mobile {
  overflow-y: auto;
  z-index: 10;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  visibility: hidden;
  opacity: 0;
  background-color: #97D2D0; }
  .nav__mobile--open:hover {
    color: white; }
  .nav__mobile--close:hover {
    opacity: 1;
    color: white; }
  .nav__mobile--active {
    visibility: visible;
    opacity: 1; }
  .nav__mobile--menu ul {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 1rem auto;
    text-align: center;
    width: 80%;
    height: 70vh; }
  .nav__mobile--menu a {
    font-size: 2.45rem;
    line-height: 5rem;
    margin-left: -2.5rem;
    color: white; }

.modal-btn {
  font-size: 1.4rem;
  transition: all .3s;
  position: absolute;
  top: 0.5rem;
  right: 5rem;
  color: #9AC331;
  cursor: pointer; }

.login-page {
  width: 320px;
  padding: 0.5rem 0;
  margin: 0 auto; }
  @media (min-width: 1024px) {
    .login-page {
      width: 640px; } }

.form {
  position: relative;
  z-index: 1;
  max-width: 320px;
  margin: 0 auto;
  text-align: center; }
  .form input {
    background: #d5d4d4;
    width: calc(100% - 0rem);
    border: 0;
    margin: 0 0 1rem -1rem;
    padding: 1.25rem;
    box-sizing: border-box;
    font-size: 1rem;
    border-radius: 5px; }
  .form button {
    text-transform: uppercase;
    outline: 0;
    background: #9AC331;
    width: 100%;
    border: 0;
    margin: 0 0 0 -1rem;
    padding: 1.25rem;
    box-sizing: border-box;
    color: white;
    font-size: 1rem;
    transition: all 0.3 ease;
    border-radius: 5px;
    cursor: pointer; }
    .form button:hover, .form button:active, .form button:focus {
      background-color: rgba(154, 195, 49, 0.9); }
  .form .message {
    margin: 1rem 0 0;
    color: #b3b3b3;
    font-size: 0.9rem; }
    .form .message a {
      color: #9AC331;
      text-decoration: none; }
  .form .register-form {
    display: none; }

.video__header {
  height: 100vh;
  display: flex;
  align-items: center;
  color: #fff; }

.video__container {
  max-width: 960px;
  padding-left: 1rem;
  padding-right: 1rem;
  margin: auto;
  text-align: center; }

.video__fullscreen_wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background-image: url("/templates/eubi/images/hero_mobile.jpeg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }
  @media (min-width: 768px) {
    .video__fullscreen_wrap {
      background-image: none; } }
  .video__fullscreen_wrap video {
    display: none; }
    @media (min-width: 768px) {
      .video__fullscreen_wrap video {
        display: inline-block;
        min-height: 100%;
        min-width: 100%; } }

.video__header-overlay {
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  z-index: 1;
  background: #225470;
  opacity: 0.5; }

.video__header-content {
  z-index: 1; }
  .video__header-content h1 {
    font-size: 50px;
    margin-bottom: 0;
    font-weight: 300; }
  .video__header-content p {
    font-size: 1.2rem;
    display: block;
    padding-bottom: 2rem;
    font-weight: 200; }

.video__button {
  background: #99c331;
  color: #fff;
  font-size: 1.2rem;
  padding: 1rem 2rem;
  text-decoration: none; }

.search__container {
  margin-top: 200px;
  margin-right: 16%;
  margin-left: 16%;
  max-width: 1000px; }
  .search__container h2 {
    color: #9AC331;
    font-size: 2rem;
    font-weight: lighter; }
  .search__container h3 a {
    color: #00b9e4;
    font-size: 1.5rem;
    font-weight: lighter; }
  .search__container hr {
    color: #9E9E9E; }

.search__form {
  position: relative;
  background-color: white;
  display: none;
  border: 1px solid #615959;
  max-width: 1440px;
  width: 100%;
  margin: 0 auto; }

.search__input {
  height: 50px;
  width: 90%;
  border: none;
  padding-left: 20px;
  font-size: 1.2em;
  font-weight: lighter;
  color: black; }
  .search__input__button {
    margin-left: -20px;
    width: 9%;
    position: absolute;
    z-index: 2;
    height: 52px;
    background: white;
    border: 0;
    -webkit-appearance: none;
    text-transform: uppercase; }

.data-container {
  margin-left: 5%;
  margin-right: 5%;
  line-height: 1.25;
  max-width: 1040px;
  font-size: 1em;
  padding-bottom: 20px;
  text-align: justify; }
  @media (min-width: 1280px) {
    .data-container {
      margin-left: auto;
      margin-right: auto;
      line-height: 1.5;
      font-size: 1.2em; } }
  .data-container h2 {
    color: #9AC331;
    display: block;
    font-size: 1.75em;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: 300;
    text-align: center; }
  .data-container a {
    color: #00b9e4; }
  .data-container ul a li {
    cursor: pointer; }
    .data-container ul a li.active {
      background-color: #fff;
      color: #9AC331; }

.main-text {
  font-weight: 700; }

.viewport {
  height: 285px;
  width: auto;
  opacity: 0.99; }
  @media (min-width: 768px) {
    .viewport {
      padding: 30px 30px 30px 30px; } }
  .viewport__container {
    display: block; }
    @media (min-width: 768px) {
      .viewport__container {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row; } }
  .viewport__wrapper {
    flex: 30%; }
  .viewport__description {
    flex: 50%;
    padding-top: 30px; }

@media (max-width: 600px) {
  .line_desktop {
    display: none; } }

table {
  width: 100%; }
  table tr td {
    padding: 8px; }
    table tr td a {
      display: block; }
  table tr th {
    text-align: left;
    padding: 8px;
    background-color: #9AC331;
    color: white; }
  table tr:nth-child(even) {
    background-color: #f2f2f2; }

.badge-round {
  background: #9AC331;
  color: #fff;
  padding: 3px 9px;
  border-radius: 50%;
  cursor: pointer; }

/** * weblitz_viewport - style definitions * * Copyright (c) 2007, 2008, 2009 Glencoe Software, Inc. All rights reserved. * * This software is distributed under the terms described by the LICENCE file * you can find at the root of the distribution bundle, which states you are * free to use it only for non commercial purposes. * If the file is missing please request a copy by contacting * jason@glencoesoftware.com. * * Author: Carlos Neves <carlos(at)glencoesoftware.com> */
/*div.weblitz-viewport-tiles {
     background: transparent;
     margin: 0;
     overflow: hidden;
     padding: 0;
     position: absolute;
     white-space: nowrap;
}
 div.weblitz-viewport-tiles img {
     border: medium none;
     margin: 0;
     padding: 0;
     position: absolute;
}
*/
.weblitz-viewport-vp {
  position: absolute;
  display: block;
  border: 1px solid;
  margin: 0px;
  padding: 0px;
  height: 100%;
  width: 100%;
  overflow: hidden;
  background-color: #ddd;
  top: 0px;
  left: 15px; }

.weblitz-viewport-top {
  position: relative;
  height: 100%; }

.weblitz-viewport-bot {
  position: relative;
  left: 15px;
  height: 15px; }

.weblitz-viewport-scalebar {
  display: none;
  font-size: 12px;
  font-color: #000;
  text-align: center;
  border: 1px solid #000;
  background: rgba(255, 255, 255, 0.7);
  position: absolute;
  bottom: 50px;
  left: 50px;
  width: 0px;
  height: 15px;
  z-index: 1000; }

.weblitz-viewport-msg {
  display: none;
  color: #F30;
  font-weight: bold;
  position: absolute;
  top: 0.5em;
  right: 0.5em;
  z-index: 1000; }

.weblitz-viewport-img {
  position: absolute;
  top: 0px;
  left: 0px; }

/* Customizing the jquery-plugin-viewportImage classes */
.image-viewer {
  position: relative; }

.vslider {
  position: absolute;
  width: 13px;
  height: 100%;
  display: block;
  top: 0px;
  left: 1px; }

.hslider {
  position: relative;
  height: 13px;
  /*bottom: -3px;
    */
  display: block;
  font-size: 0.1em; }

.slider-line {
  /* width: 100%;
     */
  background: #FFF;
  font-size: 0.1em; }

.slider-handle {
  background: #184A89;
  font-size: 0.1em;
  left: -1px;
  top: -1px; }

.draggable {
  cursor: -moz-grab;
  cursor: pointer, auto; }

.ondrag {
  cursor: -moz-grabbing;
  cursor: hand, auto; }

.pick-pos {
  cursor: crosshair; }

.viewer {
  z-index: 19; }

.wb_zoomIn,
.wb_zoom11,
.wb_zoomOut {
  position: absolute;
  z-index: 10;
  left: 10px;
  width: 20px; }

.rd-wblitz-ch {
  margin-right: 5px;
  padding: 1px 2px;
  white-space: nowrap; }

.squared div {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.btnLabel {
  padding: 1px; }

.squared {
  width: 49px;
  height: 19px;
  position: relative; }

.fontWhite {
  color: white; }

/* from http://phrogz.net/tmp/canvas_image_zoom.html */
.pixelated {
  image-rendering: optimizeSpeed;
  /* Legal fallback */
  image-rendering: -moz-crisp-edges;
  /* Firefox */
  image-rendering: -o-crisp-edges;
  /* Opera */
  image-rendering: -webkit-optimize-contrast;
  /* Safari */
  image-rendering: optimize-contrast;
  /* CSS3 Proposed */
  image-rendering: crisp-edges;
  /* CSS4 Proposed */
  image-rendering: pixelated;
  /* CSS4 Proposed */
  -ms-interpolation-mode: nearest-neighbor;
  /* IE8+ */ }

.lutBackground {
  background-image: url("../img/luts_10.png");
  background-repeat: no-repeat;
  image-rendering: pixelated; }

button > .lutBackground {
  opacity: 0.3; }

/** * jquery-plugin-slider - style definitions * * Copyright (c) 2007, 2008, 2009 Glencoe Software, Inc. All rights reserved. * * This software is distributed under the terms described by the LICENCE file * you can find at the root of the distribution bundle, which states you are * free to use it only for non commercial purposes. * If the file is missing please request a copy by contacting * jason@glencoesoftware.com. * * Author: Carlos Neves <carlos(at)glencoesoftware.com> */
/***********************************/
/* Horizontal Slider generic rules */
.hslider .slider-line {
  cursor: pointer;
  font-size: 1px;
  border: 1px solid;
  position: absolute;
  display: block;
  left: 50px;
  right: 50px;
  height: 100%;
  top: 3px;
  /** HACK ALERT: you need to add this to your stylesheet to make it work in IE!! **/
  /* height: expression(document.getElementById('__slider__id__').clientHeight - 30);
     */ }

.hslider .slider-btn-down,
.hslider .slider-btn-playdown {
  display: block;
  cursor: pointer;
  position: absolute;
  right: 25px;
  text-align: right;
  width: 18px;
  height: 18px;
  top: 1px;
  background: url("../img/blue_arrow_right.gif") no-repeat center;
  border: solid #ddd 1px; }

.hslider .slider-btn-playdown {
  right: 0px;
  background: url("../img/blue_play_right.gif") no-repeat center; }

.hslider .slider-btn-up,
.hslider .slider-btn-playup {
  display: block;
  cursor: pointer;
  position: absolute;
  left: 25px;
  text-align: left;
  width: 18px;
  height: 18px;
  top: 1px;
  background: url("../img/blue_arrow_left.gif") no-repeat center;
  border: solid #ddd 1px; }

.hslider .slider-btn-playup {
  left: 0px;
  background: url("../img/blue_play_left.gif") no-repeat center; }

.hslider .onplay {
  background: url("../img/blue_square.gif") no-repeat center; }

/*********************************/
/* Vertical Slider generic rules */
.vslider .slider-line {
  cursor: pointer;
  font-size: 1px;
  border: 1px solid;
  position: absolute;
  display: block;
  top: 50px;
  bottom: 50px;
  width: 100%;
  right: 3px;
  /** HACK ALERT: you need to add this to your stylesheet to make it work in IE!! **/
  /* height: expression(document.getElementById('__slider__id__').clientHeight - 30);
     */ }

.vslider .slider-btn-down,
.vslider .slider-btn-playdown {
  position: absolute;
  cursor: pointer;
  display: block;
  bottom: 25px;
  right: 0px;
  width: 18px;
  height: 18px;
  text-align: center;
  background: url("../img/blue_arrow_down.gif") no-repeat center;
  border: solid #ddd 1px; }

.vslider .slider-btn-playdown {
  bottom: 0px;
  background: url("../img/blue_play_down.gif") no-repeat center; }

.vslider .slider-btn-up,
.vslider .slider-btn-playup {
  position: absolute;
  cursor: pointer;
  display: block;
  top: 25px;
  width: 18px;
  height: 18px;
  right: 0px;
  text-align: center;
  background: url("../img/blue_arrow_up.gif") no-repeat center;
  border: solid #ddd 1px; }

.vslider .slider-btn-playup {
  top: 0px;
  background: url("../img/blue_play_up.gif") no-repeat center; }

.vslider .onplay {
  background: url("../img/blue_square.gif") no-repeat center; }

/***********/
/* Generic */
.slider-handle {
  position: absolute;
  display: block;
  border: 1px solid;
  width: 100%;
  height: 100%;
  font-size: 1px; }

.slider-handle.disabled {
  background: #CCC; }

/******************************************************************************* viewer *******************************************************************************/
.viewer {
  position: relative;
  top: 0;
  left: 0;
  background-color: #DDD;
  overflow: hidden;
  /* NOTE: the size and width should be set dynamically when initialized */
  width: 0;
  height: 0; }

.viewer img {
  margin: 0px;
  float: none; }

.viewer .well,
.viewer .surface {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  /* FIXME: let's apply this in GSV.js */
  cursor: grab;
  cursor: -moz-grab;
  _cursor: url(images/grab.cur); }

.viewer .surface {
  z-index: 20;
  _background: url(images/blank.gif) no-repeat center center;
  /* NOTE: required for IE to"see" the surface */ }

.viewer .well {
  overflow: hidden;
  z-index: 10; }

.viewer .well .tile {
  border: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0px;
  left: 0px;
  display: block; }

/******************************************************************************* thumbnail *******************************************************************************/
.viewer .thumbnail {
  position: absolute;
  right: 4px;
  bottom: 4px;
  width: 130px;
  height: 130px;
  margin: 0;
  font-size: 12px;
  line-height: 20px;
  vertical-align: middle;
  font-weight: bold;
  overflow: hidden;
  z-index: 30;
  border: 1px solid #000000;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.viewer .thumbnail img {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 30;
  overflow: hidden; }

.viewer .thumbnail_scale {
  position: absolute;
  bottom: -2px;
  left: 5px;
  margin: 0;
  padding: 0px;
  z-index: 45;
  color: #FFFFFF; }

.viewer .thumbnail_roi {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 50px;
  height: 50px;
  margin: 0;
  padding: 0px;
  border: 2px solid #FF0000;
  z-index: 40; }

.viewer .thumbnail_roi_preview {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 50px;
  height: 50px;
  margin: 0;
  padding: 0px;
  border: 2px solid #FFFF00;
  z-index: 39; }

.viewer .thumbnail_surface {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 50;
  width: 100%;
  height: 100%; }

/******************************************************************************* info *******************************************************************************/
.viewer .info {
  position: absolute;
  z-index: 25;
  width: 100%;
  text-align: left;
  left: 0px;
  padding: 5px;
  bottom: 0px;
  color: #FFFFFF;
  text-shadow: 1px 1px 1px #000000;
  font-size: 12px;
  text-overflow: ellipsis; }

.cookiebar {
  position: sticky;
  bottom: 0;
  background-color: #2c2c2c;
  padding: 10px 10px 10px 20px;
  color: white;
  z-index: 10; }
  @media (min-width: 768px) {
    .cookiebar {
      padding: 10px 10px 10px 50px; } }
  .cookiebar__mobile {
    display: none; }
    @media (min-width: 768px) {
      .cookiebar__mobile {
        display: inline; } }
  @media (min-width: 1024px) {
    .cookiebar p {
      display: inline-block; } }
  .cookiebar a {
    color: #00b9e4; }
  .cookiebar button {
    border-radius: 5px;
    padding: 8px;
    cursor: pointer;
    border: none; }
    @media (min-width: 1024px) {
      .cookiebar button {
        margin-left: 4rem; } }

.login__container {
  margin-left: 5%;
  margin-right: 5%;
  margin-bottom: 50px;
  max-width: 1040px;
  margin-top: 150px; }
  @media (min-width: 1280px) {
    .login__container {
      margin-top: 0;
      margin-left: auto;
      margin-right: auto; } }
  .login__container a {
    color: #00b9e4;
    font-weight: bold; }
  .login__container img {
    width: auto;
    height: 75px; }

.login__message {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 1.2em; }

.login__helpmessage {
  font-style: italic;
  margin-top: 15px;
  font-weight: 700; }

@media (min-width: 768px) {
  .login__box {
    display: flex;
    padding: 2em; } }

.login__box p {
  font-size: 1.2em;
  text-align: center;
  margin-top: 2em; }

.login__box__first {
  border: 1px solid black;
  border-radius: 5px;
  padding: 10px;
  margin-bottom: 50px; }
  @media (min-width: 768px) {
    .login__box__first {
      flex: 40%;
      margin-right: 10%; } }

.login__box__second {
  flex: 40%;
  border: 1px solid black;
  border-radius: 5px;
  padding: 10px;
  margin-bottom: 50px; }

/*content management*/
div.data-content-block {
  font-family: 'Source Sans Pro', sans-serif;
  border-bottom: 2px solid #9AC331;
  padding-bottom: 10px;
  margin-bottom: 20px;
  padding-right: 15%;
  text-align: justify; }
  @media (min-width: 1024px) {
    div.data-content-block {
      padding-right: 0; } }
  div.data-content-block img {
    max-width: 100% !important;
    height: auto !important; }
  div.data-content-block iframe {
    max-width: 100% !important; }
  div.data-content-block h2 {
    color: #9AC331;
    display: block;
    font-size: 1.5em;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: 300;
    text-align: center; }
    @media (min-width: 768px) {
      div.data-content-block h2 {
        font-size: 2.5em; } }
  div.data-content-block hr {
    height: 2px;
    border: none;
    color: #9AC331;
    background-color: #9AC331; }
  div.data-content-block h3 {
    color: #9AC331;
    display: block;
    font-size: 1.5em;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: 300; }
  div.data-content-block ul li {
    list-style-type: circle; }
  div.data-content-block ul li {
    list-style-type: circle; }
  div.data-content-block img {
    display: block;
    padding-top: 30px;
    padding-bottom: 20px; }
  div.data-content-block a {
    color: #00b9e4; }

/*page main container*/
.container {
  max-width: 1040px;
  font-size: 1rem;
  margin-top: 180px;
  margin-right: 5%;
  margin-left: 5%;
  line-height: 1.5;
  width: auto !important; }
  @media (min-width: 768px) {
    .container {
      line-height: 1.75;
      font-size: 1.2em; } }
  @media (min-width: 1024px) {
    .container {
      margin-top: 0;
      margin-left: auto;
      margin-right: auto; } }
  .container a {
    color: #00b9e4; }

/*news/events/job*/
.breadcrumb {
  padding: 10px 16px;
  list-style: none;
  background-color: #9AC331; }
  .breadcrumb li {
    display: inline;
    font-size: 18px; }
    .breadcrumb li a {
      color: #fff;
      text-decoration: none; }
    .breadcrumb li a:hover {
      color: #01447e;
      text-decoration: underline; }
  .breadcrumb li + li:before {
    padding: 8px;
    color: #fff;
    content: ">"; }

.grid_news_events h2 {
  color: #9AC331;
  display: block;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-weight: bold;
  text-align: center;
  font-weight: 300; }
  @media (min-width: 768px) {
    .grid_news_events h2 {
      font-size: 2.5em; } }

.grid_news_events hr {
  height: 2.5px;
  border: none;
  color: #9AC331;
  background-color: #9AC331; }

.grid_news_events a {
  color: #00b9e4; }

/*training table*/
.data-content-block table {
  display: inline-block;
  overflow-x: auto;
  overflow-y: hidden;
  border-collapse: collapse;
  max-width: 100%; }
  .data-content-block table tbody tr th {
    text-align: left;
    padding: 8px;
    background-color: #9AC331;
    color: white; }
  .data-content-block table tbody tr td {
    text-align: left;
    padding: 8px; }
  .data-content-block table tbody tr:nth-child(even) {
    background-color: #f2f2f2; }

.hover {
  background-color: white;
  color: #9AC331; }

.hrgreen {
  height: 2px;
  border: none;
  color: #9AC331;
  background-color: #9AC331; }

.h2green {
  color: #9AC331;
  display: block;
  font-size: 2.5em;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-weight: bold;
  text-align: center;
  font-weight: 300; }

/*progressbar*/
.progressbar {
  counter-reset: step;
  padding: 50px; }
  .progressbar__container {
    width: 100%;
    height: 400px;
    margin-top: 180px;
    background-color: #9AC331; }
    @media (min-width: 768px) {
      .progressbar__container {
        height: 200px; } }
    @media (min-width: 1024px) {
      .progressbar__container {
        margin-top: 0; } }
  .progressbar li {
    list-style-type: none;
    float: left;
    width: 100%;
    position: relative;
    text-align: center;
    text-transform: uppercase; }
    @media (min-width: 768px) {
      .progressbar li {
        width: 25%; } }
  .progressbar li:before {
    content: counter(step);
    counter-increment: step;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border: 5px solid #ddd;
    display: block;
    text-align: center;
    margin: 0 auto 10px auto;
    border-radius: 50%;
    background-color: #9AC331;
    color: white; }
  .progressbar li:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 5px;
    background-color: #fff;
    top: 20px;
    left: -50%;
    z-index: -1; }
  .progressbar li:first-child:after {
    content: none; }
  .progressbar li.active {
    color: #fff; }
  .progressbar li.active:before {
    background-color: #fff;
    color: #9AC331; }

/*buttons*/
.butts {
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
  justify-content: space-between; }

.btn_button {
  padding: 10px;
  color: #fff;
  background-color: #9AC331; }

.button__primary {
  display: flex;
  justify-content: center;
  font-size: 1rem;
  color: white;
  background-color: #9AC331;
  cursor: pointer;
  padding: 1em;
  border: none; }
  @media (min-width: 768px) {
    .button__primary {
      font-size: 1.275rem; } }

/*service selected boxes*/
.service_selected {
  border: 0.5px solid black;
  margin-bottom: 50px;
  margin-top: 50px;
  margin: auto;
  width: 75%;
  padding: 10px;
  border-radius: 10px; }
  .service_selected p {
    color: #9AC331;
    display: block;
    font-size: 1.75em;
    font-weight: bold;
    text-align: center; }

/*backgroung green*/
.bgGreen {
  background-color: #9AC331; }

/*removing outline effect of button on click*/
button:focus {
  outline: 0 !important; }

.color_green {
  color: #9AC331; }

/* temporary banner above main nav*/
.temp-banner {
  font-size: 1.1em;
  background: #D90047;
  text-align: center;
  padding-top: 5px;
  padding-bottom: 5px; }
  .temp-banner a {
    color: #fff;
    display: block; }
    @media (min-width: 768px) {
      .temp-banner a {
        display: inline; } }
  .temp-banner .pipe {
    display: none; }
    @media (min-width: 768px) {
      .temp-banner .pipe {
        color: #2c2c2c;
        font-weight: 100;
        display: inline-block;
        padding-right: 20px;
        padding-left: 20px; } }

/*frontpage sticky box*/
.hideThisWhenCookieClicked {
  bottom: 150px;
  position: fixed;
  padding: 20px;
  background-color: #2c2c2c;
  color: #fff;
  z-index: 999;
  right: -15px;
  line-height: 1.5; }
  @media (min-width: 1024px) {
    .hideThisWhenCookieClicked {
      bottom: 100px;
      right: 15px; } }
/*This is done to fix the overflowing problem of news page*/
figure img {
  max-width: 100% !important; }

img {
  max-width: 100% !important; }

iframe {
  max-width: 100% !important; }

.proposal__form {
  max-width: 100%;
  display: inline-block; }
  .proposal__form label {
    padding-left: 0 !important; }
  .proposal__form .row, .proposal__form .article-selector ul li > label, .article-selector ul .proposal__form li > label, .proposal__form .user-selector ul li > label, .user-selector ul .proposal__form li > label, .proposal__form div.timeline, .proposal__form div.timeline .timeline-header, div.timeline .proposal__form .timeline-header, .proposal__form div.timeline .timeline-header > li > ul, div.timeline .proposal__form .timeline-header > li > ul, .proposal__form [class^="container_"] {
    /*overriding bootstrap*/
    margin-left: 10% !important;
    margin-right: 10% !important; }
  .proposal__form .col-sm-3, .proposal__form .col-sm-9 {
    /*overriding bootstrap*/
    width: 100% !important;
    max-width: none !important;
    flex: none !important;
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .proposal__form .charcount {
    display: block; }
  .proposal__form .form-check {
    margin-left: 50px; }
  .proposal__form input[type=text], .proposal__form select, .proposal__form textarea {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    box-sizing: border-box;
    border: 3px solid #9E9E9E;
    -webkit-transition: 0.5s;
    outline: none; }
    .proposal__form input[type=text]:focus, .proposal__form select:focus, .proposal__form textarea:focus {
      border: 3px solid #9AC331; }
  .proposal__form textarea {
    height: 200px; }

.feedback__userform .col-sm-2, .feedback__userform .col-sm-10 {
  /*overriding bootstrap*/
  width: 100% !important;
  max-width: none !important;
  flex: none !important;
  padding-right: 0 !important;
  padding-left: 0 !important; }

.feedback__userform input {
  z-index: 1 !important; }

.feedback__userform .form-check {
  display: inline !important;
  padding-right: 20px; }

.feedback__userform input[type=radio] {
  display: block;
  margin: 0 auto; }

.feedback__userform label.form-check-label {
  display: inline-block; }

.feedback__userform input[type=text], .feedback__userform select, .feedback__userform textarea {
  border: 3px solid #9E9E9E;
  -webkit-transition: 0.5s;
  outline: none; }
  .feedback__userform input[type=text]:focus, .feedback__userform select:focus, .feedback__userform textarea:focus {
    border: 3px solid #9AC331; }

.newbox {
  background-color: #2c2c2c;
  position: sticky;
  padding: 0.5rem 0.5rem 0.5rem 1rem;
  float: right;
  display: inline;
  color: white; }
  .newbox button {
    background-color: #9AC331;
    border-radius: 50%;
    cursor: pointer;
    display: inline;}
.accessLinkContainar {
  display: flex;
  justify-content: space-around; }
  @media screen and (max-width: 414px) {
    .accessLinkContainar {
      flex-direction: column;
      margin: auto; } }

.accessLink {
  display: block;
  color: white;
  font-size: 1.5rem; }
  @media screen and (max-width: 414px) {
    .accessLink {
      font-size: 1rem; } }

.accessLinkBox {
  background-color: #9AC331;
  padding: 12px; }
  @media screen and (max-width: 414px) {
    .accessLinkBox {
      width: 90%;
      margin: auto;
      padding: 10px 0; } }

.boxTwo {
  margin-left: -13rem; }
  @media screen and (max-width: 414px) {
    .boxTwo {
      margin: 10px 0 0 19px; } } 
.anchorlist > li > a {
  color: inherit;
  margin-left: 2rem;
} 
#eubi_breadcrumb > ul {
  background-color: #4E4343;
}  