@charset "UTF-8";
/**
 * Copyright (C) Radiojar S.A. - All Rights Reserved
 * Unauthorized copying of this file, via any medium is strictly prohibited
 * Proprietary and confidential
 */
@import "/static/bower_components/mediaelement/build/mediaelementplayer.min.css";
@import "/static/node_modules/fullcalendar/main.min.css";
@import "/static/node_modules/tippy.js/themes/light-border.css";
@font-face {
  font-family: "Roboto";
  font-style: normal;
  src: url("/static/portal-fonts/zettacloud/Roboto-VariableFont_wdth,wght.ttf") format("truetype");
}
@font-face {
  font-family: "Roboto";
  font-style: italic;
  src: url("/static/portal-fonts/zettacloud/Roboto-Italic-VariableFont_wdth,wght.ttf") format("truetype");
}
.error-page-container .header-logo {
  background-image: url("/static/images/zettacloud_logo.png");
}

.error-description .error-code {
  font-size: 250px;
  letter-spacing: 8px;
  margin: 0;
  text-shadow: 5px 5px rgba(0, 0, 0, 0.1);
}
.error-description .error-title {
  color: rgb(23, 35, 47);
  font-size: 20px;
  margin-left: 5px;
  vertical-align: sub;
}
.error-description .error-message {
  color: rgb(23, 35, 47);
  font-size: 15px;
}
.error-description #home-button {
  padding: 4px 7px;
  font-size: 12px;
  height: 24px;
  font-weight: normal;
}

@media screen and (max-width: 640px), screen and (max-height: 500px) {
  .error-code {
    font-size: 100px;
    letter-spacing: 4px;
  }
  .error-message {
    margin-top: 10px;
    padding: 0 60px;
  }
}
.datepicker {
  display: none;
  position: absolute;
  padding: 4px;
  margin-top: 1px;
  direction: ltr;
}
.datepicker.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  float: left;
  display: none;
  min-width: 160px;
  list-style: none;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  color: #333;
  font-size: 13px;
  line-height: 18px;
}
.datepicker.dropdown-menu th {
  padding: 4px 5px;
}
.datepicker.dropdown-menu td {
  padding: 4px 5px;
}
.datepicker table {
  border: 0;
  margin: 0;
  width: auto;
}
.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
}
.datepicker td {
  text-align: center;
  width: 20px;
  height: 20px;
  border: 0;
  font-size: 12px;
  padding: 4px 8px;
  background: #fff;
  cursor: pointer;
}
.datepicker td.active.day, .datepicker td.active.year {
  background: #2ba6cb;
}
.datepicker td.old, .datepicker td.new {
  color: #999;
}
.datepicker td span.active {
  background: #2ba6cb;
}
.datepicker td.day.disabled {
  color: #eee;
}
.datepicker td span.month.disabled, .datepicker td span.year.disabled {
  color: #eee;
}
.datepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
  border: 0;
  font-size: 12px;
  padding: 4px 8px;
  background: #fff;
  cursor: pointer;
}
.datepicker th.active.day, .datepicker th.active.year {
  background: #2ba6cb;
}
.datepicker th.date-switch {
  width: 145px;
}
.datepicker th span.active {
  background: #2ba6cb;
}
.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle;
}
.datepicker.days div.datepicker-days {
  display: block;
}
.datepicker.months div.datepicker-months {
  display: block;
}
.datepicker.years div.datepicker-years {
  display: block;
}
.datepicker thead tr:first-child th {
  cursor: pointer;
}
.datepicker thead tr:first-child th.cw {
  cursor: default;
  background-color: transparent;
}
.datepicker tfoot tr:first-child th {
  cursor: pointer;
}

.datepicker-inline {
  width: 220px;
}

.datepicker-rtl {
  direction: rtl;
}
.datepicker-rtl table tr td span {
  float: right;
}

.datepicker-dropdown {
  top: 0;
  left: 0;
}
.datepicker-dropdown:before {
  content: "";
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: 1px solid rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -7px;
  left: 6px;
}
.datepicker-dropdown:after {
  content: "";
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  position: absolute;
  top: -6px;
  left: 7px;
}

.datepicker > div,
.datepicker-dropdown::before,
.datepicker-dropdown::after {
  display: none;
}

.datepicker-close {
  position: absolute;
  top: -30px;
  right: 0;
  width: 15px;
  height: 30px;
  padding: 0;
  display: none;
}

.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
  background-color: transparent;
}

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

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

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

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

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

.padding-top-1 {
  padding-top: 1em !important;
}

.padding-left-1 {
  padding-left: 1em !important;
}

.padding-right-1 {
  padding-right: 1em !important;
}

.padding-bottom-1 {
  padding-bottom: 1em !important;
}

.padding-1 {
  padding: 1em !important;
}

.padding-top-2 {
  padding-top: 2em !important;
}

.padding-left-2 {
  padding-left: 2em !important;
}

.padding-right-2 {
  padding-right: 2em !important;
}

.padding-bottom-2 {
  padding-bottom: 2em !important;
}

.padding-2 {
  padding: 2em !important;
}

.padding-top-3 {
  padding-top: 3em !important;
}

.padding-left-3 {
  padding-left: 3em !important;
}

.padding-right-3 {
  padding-right: 3em !important;
}

.padding-bottom-3 {
  padding-bottom: 3em !important;
}

.padding-3 {
  padding: 3em !important;
}

.padding-top-4 {
  padding-top: 4em !important;
}

.padding-left-4 {
  padding-left: 4em !important;
}

.padding-right-4 {
  padding-right: 4em !important;
}

.padding-bottom-4 {
  padding-bottom: 4em !important;
}

.padding-4 {
  padding: 4em !important;
}

.padding-top-5 {
  padding-top: 5em !important;
}

.padding-left-5 {
  padding-left: 5em !important;
}

.padding-right-5 {
  padding-right: 5em !important;
}

.padding-bottom-5 {
  padding-bottom: 5em !important;
}

.padding-5 {
  padding: 5em !important;
}

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

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

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

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

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

.margin-top-1 {
  margin-top: 1em !important;
}

.margin-left-1 {
  margin-left: 1em !important;
}

.margin-right-1 {
  margin-right: 1em !important;
}

.margin-bottom-1 {
  margin-bottom: 1em !important;
}

.margin-1 {
  margin: 1em !important;
}

.margin-top-2 {
  margin-top: 2em !important;
}

.margin-left-2 {
  margin-left: 2em !important;
}

.margin-right-2 {
  margin-right: 2em !important;
}

.margin-bottom-2 {
  margin-bottom: 2em !important;
}

.margin-2 {
  margin: 2em !important;
}

.margin-top-3 {
  margin-top: 3em !important;
}

.margin-left-3 {
  margin-left: 3em !important;
}

.margin-right-3 {
  margin-right: 3em !important;
}

.margin-bottom-3 {
  margin-bottom: 3em !important;
}

.margin-3 {
  margin: 3em !important;
}

.margin-top-4 {
  margin-top: 4em !important;
}

.margin-left-4 {
  margin-left: 4em !important;
}

.margin-right-4 {
  margin-right: 4em !important;
}

.margin-bottom-4 {
  margin-bottom: 4em !important;
}

.margin-4 {
  margin: 4em !important;
}

.margin-top-5 {
  margin-top: 5em !important;
}

.margin-left-5 {
  margin-left: 5em !important;
}

.margin-right-5 {
  margin-right: 5em !important;
}

.margin-bottom-5 {
  margin-bottom: 5em !important;
}

.margin-5 {
  margin: 5em !important;
}

@font-face {
  font-family: "Menlo-Regular";
  src: url("/static/portal-fonts/Menlo-Regular.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
.flex {
  display: flex;
}

.flex-column {
  display: flex;
  flex-direction: column;
}

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

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

h1, h2, h3, h4, h5, h6, li, ul li {
  font-family: "Roboto", serif !important;
}

meta.foundation-version {
  font-family: "/5.4.3/";
}

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0em;
}

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:40.063em)/";
  width: 40.063em;
}

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:64.063em)/";
  width: 64.063em;
}

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:90.063em)/";
  width: 90.063em;
}

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.063em)/";
  width: 120.063em;
}

meta.foundation-data-attribute-namespace {
  font-family: false;
}

html, body {
  height: 100%;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

html,
body {
  font-size: 100%;
}

body {
  background: #fff;
  color: #222;
  padding: 0;
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.5;
  position: relative;
  cursor: auto;
}

a:hover {
  cursor: pointer;
}

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

img {
  -ms-interpolation-mode: bicubic;
}

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object {
  max-width: none !important;
}

.left {
  float: left !important;
}

.right {
  float: right !important;
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}

.hide {
  display: none;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  display: inline-block;
  vertical-align: middle;
}

textarea {
  height: auto;
  min-height: 50px;
}

select {
  width: 100%;
}

.accordion {
  margin-bottom: 0;
}
.accordion:before, .accordion:after {
  content: " ";
  display: table;
}
.accordion:after {
  clear: both;
}
.accordion .accordion-navigation, .accordion dd {
  display: block;
  margin-bottom: 0 !important;
}
.accordion .accordion-navigation.active > a, .accordion dd.active > a {
  background: rgb(231.83, 231.83, 231.83);
}
.accordion .accordion-navigation > a, .accordion dd > a {
  background: #EFEFEF;
  color: #222222;
  padding: 1rem;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 1rem;
}
.accordion .accordion-navigation > a:hover, .accordion dd > a:hover {
  background: rgb(227.05, 227.05, 227.05);
}
.accordion .accordion-navigation > .content, .accordion dd > .content {
  display: none;
  padding: 0.9375rem;
}
.accordion .accordion-navigation > .content.active, .accordion dd > .content.active {
  display: block;
  background: #FFFFFF;
}

.alert-box {
  border-style: solid;
  border-width: 1px;
  display: block;
  font-weight: normal;
  margin-bottom: 1.25rem;
  position: relative;
  padding: 0.875rem 1.5rem 0.875rem 0.875rem;
  font-size: 0.8125rem;
  transition: opacity 300ms ease-out;
  background-color: #008CBA;
  border-color: rgb(0, 120.4, 159.96);
  color: #FFFFFF;
}
.alert-box .close {
  font-size: 1.375rem;
  padding: 9px 6px 4px;
  line-height: 0;
  position: absolute;
  top: 50%;
  margin-top: -0.6875rem;
  right: 0.25rem;
  color: #333333;
  opacity: 0.3;
}
.alert-box .close:hover, .alert-box .close:focus {
  opacity: 0.5;
}
.alert-box.radius {
  border-radius: 3px;
}
.alert-box.round {
  border-radius: 1000px;
}
.alert-box.success {
  background-color: #43AC6A;
  border-color: rgb(57.62, 147.92, 91.16);
  color: #FFFFFF;
}
.alert-box.alert {
  background-color: #f04124;
  border-color: rgb(222.1446153846, 44.6317948718, 15.2153846154);
  color: #FFFFFF;
}
.alert-box.secondary {
  background-color: #e7e7e7;
  border-color: rgb(198.66, 198.66, 198.66);
  color: rgb(78.54, 78.54, 78.54);
}
.alert-box.warning {
  background-color: #f08a24;
  border-color: rgb(222.1446153846, 118.68, 15.2153846154);
  color: #FFFFFF;
}
.alert-box.info {
  background-color: #a0d3e8;
  border-color: rgb(115.8169491525, 190.5362711864, 221.3030508475);
  color: rgb(78.54, 78.54, 78.54);
}
.alert-box.alert-close {
  opacity: 0;
}

[class*=block-grid-] {
  display: block;
  padding: 0;
  margin: 0 -0.625rem;
}
[class*=block-grid-]:before, [class*=block-grid-]:after {
  content: " ";
  display: table;
}
[class*=block-grid-]:after {
  clear: both;
}
[class*=block-grid-] > li {
  display: block;
  height: auto;
  float: left;
  padding: 0 0.625rem 1.25rem;
}

@media only screen {
  .small-block-grid-1 > li {
    width: 100%;
    list-style: none;
  }
  .small-block-grid-1 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }
  .small-block-grid-2 > li {
    width: 50%;
    list-style: none;
  }
  .small-block-grid-2 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }
  .small-block-grid-3 > li {
    width: 33.3333333333%;
    list-style: none;
  }
  .small-block-grid-3 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }
  .small-block-grid-4 > li {
    width: 25%;
    list-style: none;
  }
  .small-block-grid-4 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }
  .small-block-grid-5 > li {
    width: 20%;
    list-style: none;
  }
  .small-block-grid-5 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both;
  }
  .small-block-grid-6 > li {
    width: 16.6666666667%;
    list-style: none;
  }
  .small-block-grid-6 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both;
  }
  .small-block-grid-7 > li {
    width: 14.2857142857%;
    list-style: none;
  }
  .small-block-grid-7 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both;
  }
  .small-block-grid-8 > li {
    width: 12.5%;
    list-style: none;
  }
  .small-block-grid-8 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both;
  }
  .small-block-grid-9 > li {
    width: 11.1111111111%;
    list-style: none;
  }
  .small-block-grid-9 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both;
  }
  .small-block-grid-10 > li {
    width: 10%;
    list-style: none;
  }
  .small-block-grid-10 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both;
  }
  .small-block-grid-11 > li {
    width: 9.0909090909%;
    list-style: none;
  }
  .small-block-grid-11 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both;
  }
  .small-block-grid-12 > li {
    width: 8.3333333333%;
    list-style: none;
  }
  .small-block-grid-12 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
}
@media only screen and (min-width:40.063em) {
  .medium-block-grid-1 > li {
    width: 100%;
    list-style: none;
  }
  .medium-block-grid-1 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }
  .medium-block-grid-2 > li {
    width: 50%;
    list-style: none;
  }
  .medium-block-grid-2 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }
  .medium-block-grid-3 > li {
    width: 33.3333333333%;
    list-style: none;
  }
  .medium-block-grid-3 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }
  .medium-block-grid-4 > li {
    width: 25%;
    list-style: none;
  }
  .medium-block-grid-4 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }
  .medium-block-grid-5 > li {
    width: 20%;
    list-style: none;
  }
  .medium-block-grid-5 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both;
  }
  .medium-block-grid-6 > li {
    width: 16.6666666667%;
    list-style: none;
  }
  .medium-block-grid-6 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both;
  }
  .medium-block-grid-7 > li {
    width: 14.2857142857%;
    list-style: none;
  }
  .medium-block-grid-7 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both;
  }
  .medium-block-grid-8 > li {
    width: 12.5%;
    list-style: none;
  }
  .medium-block-grid-8 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both;
  }
  .medium-block-grid-9 > li {
    width: 11.1111111111%;
    list-style: none;
  }
  .medium-block-grid-9 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both;
  }
  .medium-block-grid-10 > li {
    width: 10%;
    list-style: none;
  }
  .medium-block-grid-10 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both;
  }
  .medium-block-grid-11 > li {
    width: 9.0909090909%;
    list-style: none;
  }
  .medium-block-grid-11 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both;
  }
  .medium-block-grid-12 > li {
    width: 8.3333333333%;
    list-style: none;
  }
  .medium-block-grid-12 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
}
@media only screen and (min-width:64.063em) {
  .large-block-grid-1 > li {
    width: 100%;
    list-style: none;
  }
  .large-block-grid-1 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }
  .large-block-grid-2 > li {
    width: 50%;
    list-style: none;
  }
  .large-block-grid-2 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }
  .large-block-grid-3 > li {
    width: 33.3333333333%;
    list-style: none;
  }
  .large-block-grid-3 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }
  .large-block-grid-4 > li {
    width: 25%;
    list-style: none;
  }
  .large-block-grid-4 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }
  .large-block-grid-5 > li {
    width: 20%;
    list-style: none;
  }
  .large-block-grid-5 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both;
  }
  .large-block-grid-6 > li {
    width: 16.6666666667%;
    list-style: none;
  }
  .large-block-grid-6 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both;
  }
  .large-block-grid-7 > li {
    width: 14.2857142857%;
    list-style: none;
  }
  .large-block-grid-7 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both;
  }
  .large-block-grid-8 > li {
    width: 12.5%;
    list-style: none;
  }
  .large-block-grid-8 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both;
  }
  .large-block-grid-9 > li {
    width: 11.1111111111%;
    list-style: none;
  }
  .large-block-grid-9 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both;
  }
  .large-block-grid-10 > li {
    width: 10%;
    list-style: none;
  }
  .large-block-grid-10 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both;
  }
  .large-block-grid-11 > li {
    width: 9.0909090909%;
    list-style: none;
  }
  .large-block-grid-11 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both;
  }
  .large-block-grid-12 > li {
    width: 8.3333333333%;
    list-style: none;
  }
  .large-block-grid-12 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
}
@media only screen and (min-width:90.063em) {
  .xlarge-block-grid-1 > li {
    width: 100%;
    list-style: none;
  }
  .xlarge-block-grid-1 > li:nth-of-type(1n) {
    clear: none;
  }
  .xlarge-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }
  .xlarge-block-grid-2 > li {
    width: 50%;
    list-style: none;
  }
  .xlarge-block-grid-2 > li:nth-of-type(1n) {
    clear: none;
  }
  .xlarge-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }
  .xlarge-block-grid-3 > li {
    width: 33.3333333333%;
    list-style: none;
  }
  .xlarge-block-grid-3 > li:nth-of-type(1n) {
    clear: none;
  }
  .xlarge-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }
  .xlarge-block-grid-4 > li {
    width: 25%;
    list-style: none;
  }
  .xlarge-block-grid-4 > li:nth-of-type(1n) {
    clear: none;
  }
  .xlarge-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }
  .xlarge-block-grid-5 > li {
    width: 20%;
    list-style: none;
  }
  .xlarge-block-grid-5 > li:nth-of-type(1n) {
    clear: none;
  }
  .xlarge-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both;
  }
  .xlarge-block-grid-6 > li {
    width: 16.6666666667%;
    list-style: none;
  }
  .xlarge-block-grid-6 > li:nth-of-type(1n) {
    clear: none;
  }
  .xlarge-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both;
  }
  .xlarge-block-grid-7 > li {
    width: 14.2857142857%;
    list-style: none;
  }
  .xlarge-block-grid-7 > li:nth-of-type(1n) {
    clear: none;
  }
  .xlarge-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both;
  }
  .xlarge-block-grid-8 > li {
    width: 12.5%;
    list-style: none;
  }
  .xlarge-block-grid-8 > li:nth-of-type(1n) {
    clear: none;
  }
  .xlarge-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both;
  }
  .xlarge-block-grid-9 > li {
    width: 11.1111111111%;
    list-style: none;
  }
  .xlarge-block-grid-9 > li:nth-of-type(1n) {
    clear: none;
  }
  .xlarge-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both;
  }
  .xlarge-block-grid-10 > li {
    width: 10%;
    list-style: none;
  }
  .xlarge-block-grid-10 > li:nth-of-type(1n) {
    clear: none;
  }
  .xlarge-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both;
  }
  .xlarge-block-grid-11 > li {
    width: 9.0909090909%;
    list-style: none;
  }
  .xlarge-block-grid-11 > li:nth-of-type(1n) {
    clear: none;
  }
  .xlarge-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both;
  }
  .xlarge-block-grid-12 > li {
    width: 8.3333333333%;
    list-style: none;
  }
  .xlarge-block-grid-12 > li:nth-of-type(1n) {
    clear: none;
  }
  .xlarge-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
}
@media only screen and (min-width:120.063em) {
  .xxlarge-block-grid-1 > li {
    width: 100%;
    list-style: none;
  }
  .xxlarge-block-grid-1 > li:nth-of-type(1n) {
    clear: none;
  }
  .xxlarge-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }
  .xxlarge-block-grid-2 > li {
    width: 50%;
    list-style: none;
  }
  .xxlarge-block-grid-2 > li:nth-of-type(1n) {
    clear: none;
  }
  .xxlarge-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }
  .xxlarge-block-grid-3 > li {
    width: 33.3333333333%;
    list-style: none;
  }
  .xxlarge-block-grid-3 > li:nth-of-type(1n) {
    clear: none;
  }
  .xxlarge-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }
  .xxlarge-block-grid-4 > li {
    width: 25%;
    list-style: none;
  }
  .xxlarge-block-grid-4 > li:nth-of-type(1n) {
    clear: none;
  }
  .xxlarge-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }
  .xxlarge-block-grid-5 > li {
    width: 20%;
    list-style: none;
  }
  .xxlarge-block-grid-5 > li:nth-of-type(1n) {
    clear: none;
  }
  .xxlarge-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both;
  }
  .xxlarge-block-grid-6 > li {
    width: 16.6666666667%;
    list-style: none;
  }
  .xxlarge-block-grid-6 > li:nth-of-type(1n) {
    clear: none;
  }
  .xxlarge-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both;
  }
  .xxlarge-block-grid-7 > li {
    width: 14.2857142857%;
    list-style: none;
  }
  .xxlarge-block-grid-7 > li:nth-of-type(1n) {
    clear: none;
  }
  .xxlarge-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both;
  }
  .xxlarge-block-grid-8 > li {
    width: 12.5%;
    list-style: none;
  }
  .xxlarge-block-grid-8 > li:nth-of-type(1n) {
    clear: none;
  }
  .xxlarge-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both;
  }
  .xxlarge-block-grid-9 > li {
    width: 11.1111111111%;
    list-style: none;
  }
  .xxlarge-block-grid-9 > li:nth-of-type(1n) {
    clear: none;
  }
  .xxlarge-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both;
  }
  .xxlarge-block-grid-10 > li {
    width: 10%;
    list-style: none;
  }
  .xxlarge-block-grid-10 > li:nth-of-type(1n) {
    clear: none;
  }
  .xxlarge-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both;
  }
  .xxlarge-block-grid-11 > li {
    width: 9.0909090909%;
    list-style: none;
  }
  .xxlarge-block-grid-11 > li:nth-of-type(1n) {
    clear: none;
  }
  .xxlarge-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both;
  }
  .xxlarge-block-grid-12 > li {
    width: 8.3333333333%;
    list-style: none;
  }
  .xxlarge-block-grid-12 > li:nth-of-type(1n) {
    clear: none;
  }
  .xxlarge-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
}
.breadcrumbs {
  display: block;
  padding: 0.5625rem 0.875rem 0.5625rem;
  overflow: hidden;
  margin-left: 0;
  list-style: none;
  border-style: solid;
  border-width: 1px;
  background-color: rgb(244.2, 244.2, 244.2);
  border-color: rgb(219.78, 219.78, 219.78);
  border-radius: 3px;
}
.breadcrumbs > * {
  margin: 0;
  float: left;
  font-size: 0.6875rem;
  line-height: 0.6875rem;
  text-transform: uppercase;
  color: #008CBA;
}
.breadcrumbs > *:hover a, .breadcrumbs > *:focus a {
  text-decoration: underline;
}
.breadcrumbs > * a {
  color: #008CBA;
}
.breadcrumbs > *.current {
  cursor: default;
  color: #333333;
}
.breadcrumbs > *.current a {
  cursor: default;
  color: #333333;
}
.breadcrumbs > *.current:hover, .breadcrumbs > *.current:hover a, .breadcrumbs > *.current:focus, .breadcrumbs > *.current:focus a {
  text-decoration: none;
}
.breadcrumbs > *.unavailable {
  color: #999999;
}
.breadcrumbs > *.unavailable a {
  color: #999999;
}
.breadcrumbs > *.unavailable:hover, .breadcrumbs > *.unavailable:hover a, .breadcrumbs > *.unavailable:focus,
.breadcrumbs > *.unavailable a:focus {
  text-decoration: none;
  color: #999999;
  cursor: default;
}
.breadcrumbs > *:before {
  content: "/";
  color: #AAAAAA;
  margin: 0 0.75rem;
  position: relative;
  top: 1px;
}
.breadcrumbs > *:first-child:before {
  content: " ";
  margin: 0;
}

/* Accessibility - hides the forward slash */
[aria-label=breadcrumbs] [aria-hidden=true]:after {
  content: "/";
}

/* Clearing Styles */
.clearing-thumbs, [data-clearing] {
  margin-bottom: 0;
  margin-left: 0;
  list-style: none;
}
.clearing-thumbs:before, .clearing-thumbs:after, [data-clearing]:before, [data-clearing]:after {
  content: " ";
  display: table;
}
.clearing-thumbs:after, [data-clearing]:after {
  clear: both;
}
.clearing-thumbs li, [data-clearing] li {
  float: left;
  margin-right: 10px;
}
.clearing-thumbs[class*=block-grid-] li, [data-clearing][class*=block-grid-] li {
  margin-right: 0;
}

.clearing-blackout {
  background: #333333;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 998;
}
.clearing-blackout .clearing-close {
  display: block;
}

.clearing-container {
  position: relative;
  z-index: 998;
  height: 100%;
  overflow: hidden;
  margin: 0;
}

.clearing-touch-label {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #AAAAAA;
  font-size: 0.6em;
}

.visible-img {
  height: 95%;
  position: relative;
}
.visible-img img {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -50%;
  max-height: 100%;
  max-width: 100%;
}

.clearing-caption {
  color: #CCCCCC;
  font-size: 0.875em;
  line-height: 1.3;
  margin-bottom: 0;
  text-align: center;
  bottom: 0;
  background: #333333;
  width: 100%;
  padding: 10px 30px 20px;
  position: absolute;
  left: 0;
}

.clearing-close {
  z-index: 999;
  padding-left: 20px;
  padding-top: 10px;
  font-size: 30px;
  line-height: 1;
  color: #CCCCCC;
  display: none;
}
.clearing-close:hover, .clearing-close:focus {
  color: #CCCCCC;
}

.clearing-assembled .clearing-container {
  height: 100%;
}
.clearing-assembled .clearing-container .carousel > ul {
  display: none;
}

.clearing-feature li {
  display: none;
}
.clearing-feature li.clearing-featured-img {
  display: block;
}

@media only screen and (min-width:40.063em) {
  .clearing-main-prev,
  .clearing-main-next {
    position: absolute;
    height: 100%;
    width: 40px;
    top: 0;
  }
  .clearing-main-prev > span,
  .clearing-main-next > span {
    position: absolute;
    top: 50%;
    display: block;
    width: 0;
    height: 0;
    border: solid 12px;
  }
  .clearing-main-prev > span:hover,
  .clearing-main-next > span:hover {
    opacity: 0.8;
  }
  .clearing-main-prev {
    left: 0;
  }
  .clearing-main-prev > span {
    left: 5px;
    border-color: transparent;
    border-right-color: #CCCCCC;
  }
  .clearing-main-next {
    right: 0;
  }
  .clearing-main-next > span {
    border-color: transparent;
    border-left-color: #CCCCCC;
  }
  .clearing-main-prev.disabled,
  .clearing-main-next.disabled {
    opacity: 0.3;
  }
  .clearing-assembled .clearing-container .carousel {
    background: rgba(51, 51, 51, 0.8);
    height: 120px;
    margin-top: 10px;
    text-align: center;
  }
  .clearing-assembled .clearing-container .carousel > ul {
    display: inline-block;
    z-index: 999;
    height: 100%;
    position: relative;
    float: none;
  }
  .clearing-assembled .clearing-container .carousel > ul li {
    display: block;
    width: 120px;
    min-height: inherit;
    float: left;
    overflow: hidden;
    margin-right: 0;
    padding: 0;
    position: relative;
    cursor: pointer;
    opacity: 0.4;
    clear: none;
  }
  .clearing-assembled .clearing-container .carousel > ul li.fix-height img {
    height: 100%;
    max-width: none;
  }
  .clearing-assembled .clearing-container .carousel > ul li a.th {
    border: none;
    box-shadow: none;
    display: block;
  }
  .clearing-assembled .clearing-container .carousel > ul li img {
    cursor: pointer !important;
    width: 100% !important;
  }
  .clearing-assembled .clearing-container .carousel > ul li.visible {
    opacity: 1;
  }
  .clearing-assembled .clearing-container .carousel > ul li:hover {
    opacity: 0.8;
  }
  .clearing-assembled .clearing-container .visible-img {
    background: #333333;
    overflow: hidden;
    height: 85%;
  }
  .clearing-close {
    position: absolute;
    top: 10px;
    right: 20px;
    padding-left: 0;
    padding-top: 0;
  }
}
/* Foundation Dropdowns */
.f-dropdown {
  position: absolute;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  width: 100%;
  max-height: none;
  height: auto;
  background: #FFFFFF;
  border: solid 1px #cccccc;
  font-size: 0.875rem;
  z-index: 89;
  margin-top: 2px;
  max-width: 200px;
}
.f-dropdown > *:first-child {
  margin-top: 0;
}
.f-dropdown > *:last-child {
  margin-bottom: 0;
}
.f-dropdown:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  border-color: transparent transparent #FFFFFF transparent;
  border-bottom-style: solid;
  position: absolute;
  top: -12px;
  left: 10px;
  z-index: 89;
}
.f-dropdown:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 7px;
  border-color: transparent transparent #cccccc transparent;
  border-bottom-style: solid;
  position: absolute;
  top: -14px;
  left: 9px;
  z-index: 88;
}
.f-dropdown.right:before {
  left: auto;
  right: 10px;
}
.f-dropdown.right:after {
  left: auto;
  right: 9px;
}
.f-dropdown.drop-right {
  position: absolute;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  width: 100%;
  max-height: none;
  height: auto;
  background: #FFFFFF;
  border: solid 1px #cccccc;
  font-size: 0.875rem;
  z-index: 89;
  margin-top: 0;
  margin-left: 2px;
  max-width: 200px;
}
.f-dropdown.drop-right > *:first-child {
  margin-top: 0;
}
.f-dropdown.drop-right > *:last-child {
  margin-bottom: 0;
}
.f-dropdown.drop-right:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  border-color: transparent #FFFFFF transparent transparent;
  border-right-style: solid;
  position: absolute;
  top: 10px;
  left: -12px;
  z-index: 89;
}
.f-dropdown.drop-right:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 7px;
  border-color: transparent #cccccc transparent transparent;
  border-right-style: solid;
  position: absolute;
  top: 9px;
  left: -14px;
  z-index: 88;
}
.f-dropdown.drop-left {
  position: absolute;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  width: 100%;
  max-height: none;
  height: auto;
  background: #FFFFFF;
  border: solid 1px #cccccc;
  font-size: 0.875rem;
  z-index: 89;
  margin-top: 0;
  margin-left: -2px;
  max-width: 200px;
}
.f-dropdown.drop-left > *:first-child {
  margin-top: 0;
}
.f-dropdown.drop-left > *:last-child {
  margin-bottom: 0;
}
.f-dropdown.drop-left:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  border-color: transparent transparent transparent #FFFFFF;
  border-left-style: solid;
  position: absolute;
  top: 10px;
  right: -12px;
  left: auto;
  z-index: 89;
}
.f-dropdown.drop-left:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 7px;
  border-color: transparent transparent transparent #cccccc;
  border-left-style: solid;
  position: absolute;
  top: 9px;
  right: -14px;
  left: auto;
  z-index: 88;
}
.f-dropdown.drop-top {
  position: absolute;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  width: 100%;
  max-height: none;
  height: auto;
  background: #FFFFFF;
  border: solid 1px #cccccc;
  font-size: 0.875rem;
  z-index: 89;
  margin-top: -2px;
  margin-left: 0;
  max-width: 200px;
}
.f-dropdown.drop-top > *:first-child {
  margin-top: 0;
}
.f-dropdown.drop-top > *:last-child {
  margin-bottom: 0;
}
.f-dropdown.drop-top:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  border-color: #FFFFFF transparent transparent transparent;
  border-top-style: solid;
  position: absolute;
  top: auto;
  bottom: -12px;
  left: 10px;
  right: auto;
  z-index: 89;
}
.f-dropdown.drop-top:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 7px;
  border-color: #cccccc transparent transparent transparent;
  border-top-style: solid;
  position: absolute;
  top: auto;
  bottom: -14px;
  left: 9px;
  right: auto;
  z-index: 88;
}
.f-dropdown li {
  font-size: 0.875rem;
  cursor: pointer;
  line-height: 1.125rem;
  margin: 0;
}
.f-dropdown li:hover, .f-dropdown li:focus {
  background: #EEEEEE;
}
.f-dropdown li.radius {
  border-radius: 3px;
}
.f-dropdown li a {
  display: block;
  padding: 0.5rem;
  color: #555555;
}
.f-dropdown.content {
  position: absolute;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  padding: 1.25rem;
  width: 100%;
  height: auto;
  max-height: none;
  background: #FFFFFF;
  border: solid 1px #cccccc;
  font-size: 0.875rem;
  z-index: 89;
  max-width: 200px;
}
.f-dropdown.content > *:first-child {
  margin-top: 0;
}
.f-dropdown.content > *:last-child {
  margin-bottom: 0;
}
.f-dropdown.tiny {
  max-width: 200px;
}
.f-dropdown.small {
  max-width: 300px;
}
.f-dropdown.medium {
  max-width: 500px;
}
.f-dropdown.large {
  max-width: 800px;
}
.f-dropdown.mega {
  width: 100% !important;
  max-width: 100% !important;
}
.f-dropdown.mega.open {
  left: 0 !important;
}

.dropdown.button, button.dropdown {
  position: relative;
  padding-right: 3.5625rem;
}
.dropdown.button:after, button.dropdown:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  display: block;
  border-style: solid;
  border-color: #FFFFFF transparent transparent transparent;
  top: 50%;
}
.dropdown.button:after, button.dropdown:after {
  border-width: 0.375rem;
  right: 1.40625rem;
  margin-top: -0.15625rem;
}
.dropdown.button:after, button.dropdown:after {
  border-color: #FFFFFF transparent transparent transparent;
}
.dropdown.button.tiny, button.dropdown.tiny {
  padding-right: 2.625rem;
}
.dropdown.button.tiny:before, button.dropdown.tiny:before {
  border-width: 0.375rem;
  right: 1.125rem;
  margin-top: -0.125rem;
}
.dropdown.button.tiny:after, button.dropdown.tiny:after {
  border-color: #FFFFFF transparent transparent transparent;
}
.dropdown.button.small, button.dropdown.small {
  padding-right: 3.0625rem;
}
.dropdown.button.small:after, button.dropdown.small:after {
  border-width: 0.4375rem;
  right: 1.3125rem;
  margin-top: -0.15625rem;
}
.dropdown.button.small:after, button.dropdown.small:after {
  border-color: #FFFFFF transparent transparent transparent;
}
.dropdown.button.large, button.dropdown.large {
  padding-right: 3.625rem;
}
.dropdown.button.large:after, button.dropdown.large:after {
  border-width: 0.3125rem;
  right: 1.71875rem;
  margin-top: -0.15625rem;
}
.dropdown.button.large:after, button.dropdown.large:after {
  border-color: #FFFFFF transparent transparent transparent;
}
.dropdown.button.secondary:after, button.dropdown.secondary:after {
  border-color: #333333 transparent transparent transparent;
}

.row {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 62.5rem;
}
.row:before, .row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
.row.collapse > .column,
.row.collapse > .columns {
  padding-left: 0;
  padding-right: 0;
}
.row.collapse .row {
  margin-left: 0;
  margin-right: 0;
}
.row .row {
  width: auto;
  margin-left: -0.9375rem;
  margin-right: -0.9375rem;
  margin-top: 0;
  margin-bottom: 0;
  max-width: none;
}
.row .row:before, .row .row:after {
  content: " ";
  display: table;
}
.row .row:after {
  clear: both;
}
.row .row.collapse {
  width: auto;
  margin: 0;
  max-width: none;
}
.row .row.collapse:before, .row .row.collapse:after {
  content: " ";
  display: table;
}
.row .row.collapse:after {
  clear: both;
}

.column,
.columns {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 100%;
  float: left;
}

[class*=column] + [class*=column]:last-child {
  float: right;
}

[class*=column] + [class*=column].end {
  float: left;
}

@media only screen {
  .small-push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }
  .small-pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }
  .small-push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto;
  }
  .small-pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto;
  }
  .small-push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto;
  }
  .small-pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto;
  }
  .small-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  .small-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  .small-push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto;
  }
  .small-pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto;
  }
  .small-push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto;
  }
  .small-pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto;
  }
  .small-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .small-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  .small-push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto;
  }
  .small-pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto;
  }
  .small-push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto;
  }
  .small-pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto;
  }
  .small-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  .small-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  .small-push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto;
  }
  .small-pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto;
  }
  .small-push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto;
  }
  .small-pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto;
  }
  .column,
  .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }
  .small-1 {
    width: 8.3333333333%;
  }
  .small-2 {
    width: 16.6666666667%;
  }
  .small-3 {
    width: 25%;
  }
  .small-4 {
    width: 33.3333333333%;
  }
  .small-5 {
    width: 41.6666666667%;
  }
  .small-6 {
    width: 50%;
  }
  .small-7 {
    width: 58.3333333333%;
  }
  .small-8 {
    width: 66.6666666667%;
  }
  .small-9 {
    width: 75%;
  }
  .small-10 {
    width: 83.3333333333%;
  }
  .small-11 {
    width: 91.6666666667%;
  }
  .small-12 {
    width: 100%;
  }
  .small-offset-0 {
    margin-left: 0% !important;
  }
  .small-offset-1 {
    margin-left: 8.3333333333% !important;
  }
  .small-offset-2 {
    margin-left: 16.6666666667% !important;
  }
  .small-offset-3 {
    margin-left: 25% !important;
  }
  .small-offset-4 {
    margin-left: 33.3333333333% !important;
  }
  .small-offset-5 {
    margin-left: 41.6666666667% !important;
  }
  .small-offset-6 {
    margin-left: 50% !important;
  }
  .small-offset-7 {
    margin-left: 58.3333333333% !important;
  }
  .small-offset-8 {
    margin-left: 66.6666666667% !important;
  }
  .small-offset-9 {
    margin-left: 75% !important;
  }
  .small-offset-10 {
    margin-left: 83.3333333333% !important;
  }
  .small-offset-11 {
    margin-left: 91.6666666667% !important;
  }
  .small-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left;
  }
  .column.small-centered,
  .columns.small-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .column.small-uncentered,
  .columns.small-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left;
  }
  .column.small-centered:last-child,
  .columns.small-centered:last-child {
    float: none;
  }
  .column.small-uncentered:last-child,
  .columns.small-uncentered:last-child {
    float: left;
  }
  .column.small-uncentered.opposite,
  .columns.small-uncentered.opposite {
    float: right;
  }
}
@media only screen and (min-width:40.063em) {
  .medium-push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }
  .medium-pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }
  .medium-push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto;
  }
  .medium-pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto;
  }
  .medium-push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto;
  }
  .medium-pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto;
  }
  .medium-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  .medium-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  .medium-push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto;
  }
  .medium-pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto;
  }
  .medium-push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto;
  }
  .medium-pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto;
  }
  .medium-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .medium-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  .medium-push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto;
  }
  .medium-pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto;
  }
  .medium-push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto;
  }
  .medium-pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto;
  }
  .medium-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  .medium-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  .medium-push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto;
  }
  .medium-pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto;
  }
  .medium-push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto;
  }
  .medium-pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto;
  }
  .column,
  .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }
  .medium-1 {
    width: 8.3333333333%;
  }
  .medium-2 {
    width: 16.6666666667%;
  }
  .medium-3 {
    width: 25%;
  }
  .medium-4 {
    width: 33.3333333333%;
  }
  .medium-5 {
    width: 41.6666666667%;
  }
  .medium-6 {
    width: 50%;
  }
  .medium-7 {
    width: 58.3333333333%;
  }
  .medium-8 {
    width: 66.6666666667%;
  }
  .medium-9 {
    width: 75%;
  }
  .medium-10 {
    width: 83.3333333333%;
  }
  .medium-11 {
    width: 91.6666666667%;
  }
  .medium-12 {
    width: 100%;
  }
  .medium-offset-0 {
    margin-left: 0% !important;
  }
  .medium-offset-1 {
    margin-left: 8.3333333333% !important;
  }
  .medium-offset-2 {
    margin-left: 16.6666666667% !important;
  }
  .medium-offset-3 {
    margin-left: 25% !important;
  }
  .medium-offset-4 {
    margin-left: 33.3333333333% !important;
  }
  .medium-offset-5 {
    margin-left: 41.6666666667% !important;
  }
  .medium-offset-6 {
    margin-left: 50% !important;
  }
  .medium-offset-7 {
    margin-left: 58.3333333333% !important;
  }
  .medium-offset-8 {
    margin-left: 66.6666666667% !important;
  }
  .medium-offset-9 {
    margin-left: 75% !important;
  }
  .medium-offset-10 {
    margin-left: 83.3333333333% !important;
  }
  .medium-offset-11 {
    margin-left: 91.6666666667% !important;
  }
  .medium-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left;
  }
  .column.medium-centered,
  .columns.medium-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .column.medium-uncentered,
  .columns.medium-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left;
  }
  .column.medium-centered:last-child,
  .columns.medium-centered:last-child {
    float: none;
  }
  .column.medium-uncentered:last-child,
  .columns.medium-uncentered:last-child {
    float: left;
  }
  .column.medium-uncentered.opposite,
  .columns.medium-uncentered.opposite {
    float: right;
  }
  .push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }
  .pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }
  .push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto;
  }
  .pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto;
  }
  .push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto;
  }
  .pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto;
  }
  .push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  .pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  .push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto;
  }
  .pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto;
  }
  .push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto;
  }
  .pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto;
  }
  .push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  .push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto;
  }
  .pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto;
  }
  .push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto;
  }
  .pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto;
  }
  .push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  .pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  .push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto;
  }
  .pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto;
  }
  .push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto;
  }
  .pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto;
  }
}
@media only screen and (min-width:64.063em) {
  .large-push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }
  .large-pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }
  .large-push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto;
  }
  .large-pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto;
  }
  .large-push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto;
  }
  .large-pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto;
  }
  .large-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  .large-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  .large-push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto;
  }
  .large-pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto;
  }
  .large-push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto;
  }
  .large-pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto;
  }
  .large-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .large-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  .large-push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto;
  }
  .large-pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto;
  }
  .large-push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto;
  }
  .large-pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto;
  }
  .large-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  .large-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  .large-push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto;
  }
  .large-pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto;
  }
  .large-push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto;
  }
  .large-pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto;
  }
  .column,
  .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }
  .large-1 {
    width: 8.3333333333%;
  }
  .large-2 {
    width: 16.6666666667%;
  }
  .large-3 {
    width: 25%;
  }
  .large-4 {
    width: 33.3333333333%;
  }
  .large-5 {
    width: 41.6666666667%;
  }
  .large-6 {
    width: 50%;
  }
  .large-7 {
    width: 58.3333333333%;
  }
  .large-8 {
    width: 66.6666666667%;
  }
  .large-9 {
    width: 75%;
  }
  .large-10 {
    width: 83.3333333333%;
  }
  .large-11 {
    width: 91.6666666667%;
  }
  .large-12 {
    width: 100%;
  }
  .large-offset-0 {
    margin-left: 0% !important;
  }
  .large-offset-1 {
    margin-left: 8.3333333333% !important;
  }
  .large-offset-2 {
    margin-left: 16.6666666667% !important;
  }
  .large-offset-3 {
    margin-left: 25% !important;
  }
  .large-offset-4 {
    margin-left: 33.3333333333% !important;
  }
  .large-offset-5 {
    margin-left: 41.6666666667% !important;
  }
  .large-offset-6 {
    margin-left: 50% !important;
  }
  .large-offset-7 {
    margin-left: 58.3333333333% !important;
  }
  .large-offset-8 {
    margin-left: 66.6666666667% !important;
  }
  .large-offset-9 {
    margin-left: 75% !important;
  }
  .large-offset-10 {
    margin-left: 83.3333333333% !important;
  }
  .large-offset-11 {
    margin-left: 91.6666666667% !important;
  }
  .large-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left;
  }
  .column.large-centered,
  .columns.large-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .column.large-uncentered,
  .columns.large-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left;
  }
  .column.large-centered:last-child,
  .columns.large-centered:last-child {
    float: none;
  }
  .column.large-uncentered:last-child,
  .columns.large-uncentered:last-child {
    float: left;
  }
  .column.large-uncentered.opposite,
  .columns.large-uncentered.opposite {
    float: right;
  }
  .push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }
  .pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }
  .push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto;
  }
  .pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto;
  }
  .push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto;
  }
  .pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto;
  }
  .push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  .pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  .push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto;
  }
  .pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto;
  }
  .push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto;
  }
  .pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto;
  }
  .push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  .push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto;
  }
  .pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto;
  }
  .push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto;
  }
  .pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto;
  }
  .push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  .pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  .push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto;
  }
  .pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto;
  }
  .push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto;
  }
  .pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto;
  }
}
@media only screen and (min-width:90.063em) {
  .xlarge-push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }
  .xlarge-pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }
  .xlarge-push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto;
  }
  .xlarge-pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto;
  }
  .xlarge-push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto;
  }
  .xlarge-pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto;
  }
  .xlarge-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  .xlarge-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  .xlarge-push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto;
  }
  .xlarge-pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto;
  }
  .xlarge-push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto;
  }
  .xlarge-pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto;
  }
  .xlarge-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .xlarge-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  .xlarge-push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto;
  }
  .xlarge-pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto;
  }
  .xlarge-push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto;
  }
  .xlarge-pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto;
  }
  .xlarge-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  .xlarge-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  .xlarge-push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto;
  }
  .xlarge-pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto;
  }
  .xlarge-push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto;
  }
  .xlarge-pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto;
  }
  .column,
  .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }
  .xlarge-1 {
    width: 8.3333333333%;
  }
  .xlarge-2 {
    width: 16.6666666667%;
  }
  .xlarge-3 {
    width: 25%;
  }
  .xlarge-4 {
    width: 33.3333333333%;
  }
  .xlarge-5 {
    width: 41.6666666667%;
  }
  .xlarge-6 {
    width: 50%;
  }
  .xlarge-7 {
    width: 58.3333333333%;
  }
  .xlarge-8 {
    width: 66.6666666667%;
  }
  .xlarge-9 {
    width: 75%;
  }
  .xlarge-10 {
    width: 83.3333333333%;
  }
  .xlarge-11 {
    width: 91.6666666667%;
  }
  .xlarge-12 {
    width: 100%;
  }
  .xlarge-offset-0 {
    margin-left: 0% !important;
  }
  .xlarge-offset-1 {
    margin-left: 8.3333333333% !important;
  }
  .xlarge-offset-2 {
    margin-left: 16.6666666667% !important;
  }
  .xlarge-offset-3 {
    margin-left: 25% !important;
  }
  .xlarge-offset-4 {
    margin-left: 33.3333333333% !important;
  }
  .xlarge-offset-5 {
    margin-left: 41.6666666667% !important;
  }
  .xlarge-offset-6 {
    margin-left: 50% !important;
  }
  .xlarge-offset-7 {
    margin-left: 58.3333333333% !important;
  }
  .xlarge-offset-8 {
    margin-left: 66.6666666667% !important;
  }
  .xlarge-offset-9 {
    margin-left: 75% !important;
  }
  .xlarge-offset-10 {
    margin-left: 83.3333333333% !important;
  }
  .xlarge-offset-11 {
    margin-left: 91.6666666667% !important;
  }
  .xlarge-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left;
  }
  .column.xlarge-centered,
  .columns.xlarge-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .column.xlarge-uncentered,
  .columns.xlarge-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left;
  }
  .column.xlarge-centered:last-child,
  .columns.xlarge-centered:last-child {
    float: none;
  }
  .column.xlarge-uncentered:last-child,
  .columns.xlarge-uncentered:last-child {
    float: left;
  }
  .column.xlarge-uncentered.opposite,
  .columns.xlarge-uncentered.opposite {
    float: right;
  }
}
@media only screen and (min-width:120.063em) {
  .xxlarge-push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }
  .xxlarge-pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }
  .xxlarge-push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto;
  }
  .xxlarge-pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto;
  }
  .xxlarge-push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto;
  }
  .xxlarge-pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto;
  }
  .xxlarge-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  .xxlarge-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  .xxlarge-push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto;
  }
  .xxlarge-pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto;
  }
  .xxlarge-push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto;
  }
  .xxlarge-pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto;
  }
  .xxlarge-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .xxlarge-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  .xxlarge-push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto;
  }
  .xxlarge-pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto;
  }
  .xxlarge-push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto;
  }
  .xxlarge-pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto;
  }
  .xxlarge-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  .xxlarge-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  .xxlarge-push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto;
  }
  .xxlarge-pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto;
  }
  .xxlarge-push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto;
  }
  .xxlarge-pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto;
  }
  .column,
  .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }
  .xxlarge-1 {
    width: 8.3333333333%;
  }
  .xxlarge-2 {
    width: 16.6666666667%;
  }
  .xxlarge-3 {
    width: 25%;
  }
  .xxlarge-4 {
    width: 33.3333333333%;
  }
  .xxlarge-5 {
    width: 41.6666666667%;
  }
  .xxlarge-6 {
    width: 50%;
  }
  .xxlarge-7 {
    width: 58.3333333333%;
  }
  .xxlarge-8 {
    width: 66.6666666667%;
  }
  .xxlarge-9 {
    width: 75%;
  }
  .xxlarge-10 {
    width: 83.3333333333%;
  }
  .xxlarge-11 {
    width: 91.6666666667%;
  }
  .xxlarge-12 {
    width: 100%;
  }
  .xxlarge-offset-0 {
    margin-left: 0% !important;
  }
  .xxlarge-offset-1 {
    margin-left: 8.3333333333% !important;
  }
  .xxlarge-offset-2 {
    margin-left: 16.6666666667% !important;
  }
  .xxlarge-offset-3 {
    margin-left: 25% !important;
  }
  .xxlarge-offset-4 {
    margin-left: 33.3333333333% !important;
  }
  .xxlarge-offset-5 {
    margin-left: 41.6666666667% !important;
  }
  .xxlarge-offset-6 {
    margin-left: 50% !important;
  }
  .xxlarge-offset-7 {
    margin-left: 58.3333333333% !important;
  }
  .xxlarge-offset-8 {
    margin-left: 66.6666666667% !important;
  }
  .xxlarge-offset-9 {
    margin-left: 75% !important;
  }
  .xxlarge-offset-10 {
    margin-left: 83.3333333333% !important;
  }
  .xxlarge-offset-11 {
    margin-left: 91.6666666667% !important;
  }
  .xxlarge-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left;
  }
  .column.xxlarge-centered,
  .columns.xxlarge-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .column.xxlarge-uncentered,
  .columns.xxlarge-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left;
  }
  .column.xxlarge-centered:last-child,
  .columns.xxlarge-centered:last-child {
    float: none;
  }
  .column.xxlarge-uncentered:last-child,
  .columns.xxlarge-uncentered:last-child {
    float: left;
  }
  .column.xxlarge-uncentered.opposite,
  .columns.xxlarge-uncentered.opposite {
    float: right;
  }
}
.inline-list {
  margin: 0 auto 1.0625rem auto;
  margin-left: -1.375rem;
  margin-right: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}
.inline-list > li {
  list-style: none;
  float: left;
  margin-left: 1.375rem;
  display: block;
}
.inline-list > li > * {
  display: block;
}

.label {
  font-weight: normal;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  text-align: center;
  text-decoration: none;
  line-height: 1;
  white-space: nowrap;
  display: inline-block;
  position: relative;
  margin-bottom: inherit;
  padding: 0.25rem 0.5rem 0.25rem;
  font-size: 0.6875rem;
  background-color: #008CBA;
  color: #FFFFFF;
}
.label.radius {
  border-radius: 3px;
}
.label.round {
  border-radius: 1000px;
}
.label.alert {
  background-color: #f04124;
  color: #FFFFFF;
}
.label.warning {
  background-color: #f08a24;
  color: #FFFFFF;
}
.label.success {
  background-color: #43AC6A;
  color: #FFFFFF;
}
.label.secondary {
  background-color: #e7e7e7;
  color: #333333;
}
.label.info {
  background-color: #a0d3e8;
  color: #333333;
}

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

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

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

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

@media only screen and (max-width: 40em) {
  .small-only-text-left {
    text-align: left !important;
  }
  .small-only-text-right {
    text-align: right !important;
  }
  .small-only-text-center {
    text-align: center !important;
  }
  .small-only-text-justify {
    text-align: justify !important;
  }
}
@media only screen {
  .small-text-left {
    text-align: left !important;
  }
  .small-text-right {
    text-align: right !important;
  }
  .small-text-center {
    text-align: center !important;
  }
  .small-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width:40.063em) and (max-width:64em) {
  .medium-only-text-left {
    text-align: left !important;
  }
  .medium-only-text-right {
    text-align: right !important;
  }
  .medium-only-text-center {
    text-align: center !important;
  }
  .medium-only-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width:40.063em) {
  .medium-text-left {
    text-align: left !important;
  }
  .medium-text-right {
    text-align: right !important;
  }
  .medium-text-center {
    text-align: center !important;
  }
  .medium-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width:64.063em) and (max-width:90em) {
  .large-only-text-left {
    text-align: left !important;
  }
  .large-only-text-right {
    text-align: right !important;
  }
  .large-only-text-center {
    text-align: center !important;
  }
  .large-only-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width:64.063em) {
  .large-text-left {
    text-align: left !important;
  }
  .large-text-right {
    text-align: right !important;
  }
  .large-text-center {
    text-align: center !important;
  }
  .large-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width:90.063em) and (max-width:120em) {
  .xlarge-only-text-left {
    text-align: left !important;
  }
  .xlarge-only-text-right {
    text-align: right !important;
  }
  .xlarge-only-text-center {
    text-align: center !important;
  }
  .xlarge-only-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width:90.063em) {
  .xlarge-text-left {
    text-align: left !important;
  }
  .xlarge-text-right {
    text-align: right !important;
  }
  .xlarge-text-center {
    text-align: center !important;
  }
  .xlarge-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width:120.063em) and (max-width:99999999em) {
  .xxlarge-only-text-left {
    text-align: left !important;
  }
  .xxlarge-only-text-right {
    text-align: right !important;
  }
  .xxlarge-only-text-center {
    text-align: center !important;
  }
  .xxlarge-only-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width:120.063em) {
  .xxlarge-text-left {
    text-align: left !important;
  }
  .xxlarge-text-right {
    text-align: right !important;
  }
  .xxlarge-text-center {
    text-align: center !important;
  }
  .xxlarge-text-justify {
    text-align: justify !important;
  }
}
/* Typography resets */
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

/* Default Link Styles */
a {
  color: #008CBA;
  text-decoration: none;
  line-height: inherit;
}
a:hover, a:focus {
  color: rgb(0, 120.4, 159.96);
}
a img {
  border: none;
}

/* Default paragraph styles */
p {
  font-family: inherit;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 1.25rem;
  text-rendering: optimizeLegibility;
}
p.lead {
  font-size: 1.21875rem;
  line-height: 1.6;
}
p aside {
  font-size: 0.875rem;
  line-height: 1.35;
  font-style: italic;
}

/* Default header styles */
h1, h2, h3, h4, h5, h6 {
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #222222;
  text-rendering: optimizeLegibility;
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  line-height: 1.4;
}
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
  font-size: 60%;
  color: rgb(111.35, 111.35, 111.35);
  line-height: 0;
}

h1 {
  font-size: 2.125rem;
}

h2 {
  font-size: 1.6875rem;
}

h3 {
  font-size: 1.375rem;
}

h4 {
  font-size: 1.125rem;
}

h5 {
  font-size: 1.125rem;
}

h6 {
  font-size: 1rem;
}

.subheader {
  line-height: 1.4;
  color: rgb(111.35, 111.35, 111.35);
  font-weight: normal;
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
}

hr {
  border: solid #DDDDDD;
  border-width: 1px 0 0;
  clear: both;
  margin: 1.25rem 0 1.1875rem;
  height: 0;
}

/* Helpful Typography Defaults */
em,
i {
  font-style: italic;
  line-height: inherit;
}

strong,
b {
  font-weight: bold;
  line-height: inherit;
}

small {
  font-size: 60%;
  line-height: inherit;
}

code {
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #333333;
  background-color: rgb(247.8, 247.8, 247.8);
  border-width: 1px;
  border-style: solid;
  border-color: rgb(223.02, 223.02, 223.02);
  padding: 0.125rem 0.3125rem 0.0625rem;
}

/* Lists */
ul,
ol,
dl {
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 1.25rem;
  list-style-position: outside;
  font-family: inherit;
}

ul {
  margin-left: 1.1rem;
}
ul.no-bullet {
  margin-left: 0;
}
ul.no-bullet li ul,
ul.no-bullet li ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
  list-style: none;
}

/* Unordered Lists */
ul li ul,
ul li ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
}
ul.square li ul, ul.circle li ul, ul.disc li ul {
  list-style: inherit;
}
ul.square {
  list-style-type: square;
  margin-left: 1.1rem;
}
ul.circle {
  list-style-type: circle;
  margin-left: 1.1rem;
}
ul.disc {
  list-style-type: disc;
  margin-left: 1.1rem;
}
ul.no-bullet {
  list-style: none;
}

/* Ordered Lists */
ol {
  margin-left: 1.4rem;
}
ol li ul,
ol li ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
}

/* Definition Lists */
dl dt {
  margin-bottom: 0.3rem;
  font-weight: bold;
}
dl dd {
  margin-bottom: 0.75rem;
}

/* Abbreviations */
abbr,
acronym {
  text-transform: uppercase;
  font-size: 90%;
  color: #222;
  border-bottom: 1px dotted #DDDDDD;
  cursor: help;
}

abbr {
  text-transform: none;
}

/* Blockquotes */
blockquote {
  margin: 0 0 1.25rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #DDDDDD;
}
blockquote cite {
  display: block;
  font-size: 0.8125rem;
  color: rgb(84.83, 84.83, 84.83);
}
blockquote cite:before {
  content: "— ";
}
blockquote cite a,
blockquote cite a:visited {
  color: rgb(84.83, 84.83, 84.83);
}

blockquote,
blockquote p {
  line-height: 1.6;
  color: rgb(111.35, 111.35, 111.35);
}

/* Microformats */
.vcard {
  display: inline-block;
  margin: 0 0 1.25rem 0;
  border: 1px solid #DDDDDD;
  padding: 0.625rem 0.75rem;
}
.vcard li {
  margin: 0;
  display: block;
}
.vcard .fn {
  font-weight: bold;
  font-size: 0.9375rem;
}

.vevent .summary {
  font-weight: bold;
}
.vevent abbr {
  cursor: default;
  text-decoration: none;
  font-weight: bold;
  border: none;
  padding: 0 0.0625rem;
}

@media only screen and (min-width:40.063em) {
  h1, h2, h3, h4, h5, h6 {
    line-height: 1.4;
  }
  h1 {
    font-size: 2.75rem;
  }
  h2 {
    font-size: 2.3125rem;
  }
  h3 {
    font-size: 1.6875rem;
  }
  h4 {
    font-size: 1.4375rem;
  }
  h5 {
    font-size: 1.125rem;
  }
  h6 {
    font-size: 1rem;
  }
}
/*
 * Print styles.
 *
 * Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
 * Credit to Paul Irish and HTML5 Boilerplate (html5boilerplate.com)
*/
.print-only {
  display: none !important;
}

@media print {
  * {
    background: transparent !important;
    color: #000000 !important; /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group; /* h5bp.com/t */
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .hide-on-print {
    display: none !important;
  }
  .print-only {
    display: block !important;
  }
  .hide-for-print {
    display: none !important;
  }
  .show-for-print {
    display: inherit !important;
  }
}
.off-canvas-wrap {
  -webkit-backface-visibility: hidden;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.off-canvas-wrap.move-right, .off-canvas-wrap.move-left {
  min-height: 100%;
  -webkit-overflow-scrolling: touch;
}

.inner-wrap {
  -webkit-backface-visibility: hidden;
  position: relative;
  width: 100%;
  transition: transform 500ms ease;
}
.inner-wrap:before, .inner-wrap:after {
  content: " ";
  display: table;
}
.inner-wrap:after {
  clear: both;
}

.tab-bar {
  -webkit-backface-visibility: hidden;
  background: #333333;
  color: #FFFFFF;
  height: 2.8125rem;
  line-height: 2.8125rem;
  position: relative;
}
.tab-bar h1, .tab-bar h2, .tab-bar h3, .tab-bar h4, .tab-bar h5, .tab-bar h6 {
  color: #FFFFFF;
  font-weight: bold;
  line-height: 2.8125rem;
  margin: 0;
}
.tab-bar h1, .tab-bar h2, .tab-bar h3, .tab-bar h4 {
  font-size: 1.125rem;
}

.left-small {
  width: 2.8125rem;
  height: 2.8125rem;
  position: absolute;
  top: 0;
  border-right: solid 1px rgb(25.5, 25.5, 25.5);
  left: 0;
}

.right-small {
  width: 2.8125rem;
  height: 2.8125rem;
  position: absolute;
  top: 0;
  border-left: solid 1px rgb(25.5, 25.5, 25.5);
  right: 0;
}

.tab-bar-section {
  padding: 0 0.625rem;
  position: absolute;
  text-align: center;
  height: 2.8125rem;
  top: 0;
}
@media only screen and (min-width:40.063em) {
  .tab-bar-section.left, .tab-bar-section.right {
    text-align: left;
  }
}
.tab-bar-section.left {
  left: 0;
  right: 2.8125rem;
}
.tab-bar-section.right {
  left: 2.8125rem;
  right: 0;
}
.tab-bar-section.middle {
  left: 2.8125rem;
  right: 2.8125rem;
}

.tab-bar .menu-icon {
  text-indent: 2.1875rem;
  width: 2.8125rem;
  height: 2.8125rem;
  display: block;
  padding: 0;
  color: #FFFFFF;
  position: relative;
  transform: translate3d(0, 0, 0);
}
.tab-bar .menu-icon span::after {
  content: "";
  position: absolute;
  display: block;
  height: 0;
  top: 50%;
  margin-top: -0.5rem;
  left: 0.90625rem;
  box-shadow: 0 0px 0 1px #FFFFFF, 0 7px 0 1px #FFFFFF, 0 14px 0 1px #FFFFFF;
  width: 1rem;
}
.tab-bar .menu-icon span:hover:after {
  box-shadow: 0 0px 0 1px rgb(178.5, 178.5, 178.5), 0 7px 0 1px rgb(178.5, 178.5, 178.5), 0 14px 0 1px rgb(178.5, 178.5, 178.5);
}

.left-off-canvas-menu {
  -webkit-backface-visibility: hidden;
  width: 15.625rem;
  top: 0;
  bottom: 0;
  position: absolute;
  overflow-x: hidden;
  overflow-y: auto;
  background: #333333;
  z-index: 1001;
  box-sizing: content-box;
  transition: transform 500ms ease 0s;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  transform: translate3d(-100.5%, 0, 0);
  left: 0;
}
.left-off-canvas-menu * {
  -webkit-backface-visibility: hidden;
}

.right-off-canvas-menu {
  -webkit-backface-visibility: hidden;
  width: 15.625rem;
  top: 0;
  bottom: 0;
  position: absolute;
  overflow-x: hidden;
  overflow-y: auto;
  background: #333333;
  z-index: 1001;
  box-sizing: content-box;
  transition: transform 500ms ease 0s;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  transform: translate3d(100.5%, 0, 0);
  right: 0;
}
.right-off-canvas-menu * {
  -webkit-backface-visibility: hidden;
}

ul.off-canvas-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
ul.off-canvas-list li label {
  display: block;
  padding: 0.3rem 0.9375rem;
  color: #999999;
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: bold;
  background: #444444;
  border-top: 1px solid rgb(94.18, 94.18, 94.18);
  border-bottom: none;
  margin: 0;
}
ul.off-canvas-list li a {
  display: block;
  padding: 0.6666666667rem;
  color: rgba(255, 255, 255, 0.7);
  border-bottom: 1px solid rgb(38.25, 38.25, 38.25);
  transition: background 300ms ease;
}
ul.off-canvas-list li a:hover {
  background: rgb(35.7, 35.7, 35.7);
}

.move-right > .inner-wrap {
  transform: translate3d(15.625rem, 0, 0);
}
.move-right .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  transition: background 300ms ease;
  cursor: pointer;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1002;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
@media only screen and (min-width:40.063em) {
  .move-right .exit-off-canvas:hover {
    background: rgba(255, 255, 255, 0.05);
  }
}

.move-left > .inner-wrap {
  transform: translate3d(-15.625rem, 0, 0);
}
.move-left .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  transition: background 300ms ease;
  cursor: pointer;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1002;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
@media only screen and (min-width:40.063em) {
  .move-left .exit-off-canvas:hover {
    background: rgba(255, 255, 255, 0.05);
  }
}

.offcanvas-overlap .left-off-canvas-menu, .offcanvas-overlap .right-off-canvas-menu {
  transform: none;
  z-index: 1003;
}
.offcanvas-overlap .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  transition: background 300ms ease;
  cursor: pointer;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1002;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
@media only screen and (min-width:40.063em) {
  .offcanvas-overlap .exit-off-canvas:hover {
    background: rgba(255, 255, 255, 0.05);
  }
}

.offcanvas-overlap-left .right-off-canvas-menu {
  transform: none;
  z-index: 1003;
}
.offcanvas-overlap-left .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  transition: background 300ms ease;
  cursor: pointer;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1002;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
@media only screen and (min-width:40.063em) {
  .offcanvas-overlap-left .exit-off-canvas:hover {
    background: rgba(255, 255, 255, 0.05);
  }
}

.offcanvas-overlap-right .left-off-canvas-menu {
  transform: none;
  z-index: 1003;
}
.offcanvas-overlap-right .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  transition: background 300ms ease;
  cursor: pointer;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1002;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
@media only screen and (min-width:40.063em) {
  .offcanvas-overlap-right .exit-off-canvas:hover {
    background: rgba(255, 255, 255, 0.05);
  }
}

.no-csstransforms .left-off-canvas-menu {
  left: -15.625rem;
}
.no-csstransforms .right-off-canvas-menu {
  right: -15.625rem;
}
.no-csstransforms .move-left > .inner-wrap {
  right: 15.625rem;
}
.no-csstransforms .move-right > .inner-wrap {
  left: 15.625rem;
}

.left-submenu {
  -webkit-backface-visibility: hidden;
  width: 15.625rem;
  top: 0;
  bottom: 0;
  position: absolute;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  background: #333333;
  z-index: 1002;
  box-sizing: content-box;
  -webkit-overflow-scrolling: touch;
  transform: translate3d(-100%, 0, 0);
  left: 0;
  transition: transform 500ms ease;
}
.left-submenu * {
  -webkit-backface-visibility: hidden;
}
.left-submenu .back > a {
  padding: 0.3rem 0.9375rem;
  color: #999999;
  text-transform: uppercase;
  font-weight: bold;
  background: #444;
  border-top: 1px solid rgb(94.18, 94.18, 94.18);
  border-bottom: none;
  margin: 0;
}
.left-submenu .back > a:hover {
  background: rgb(47.6, 47.6, 47.6);
  border-top: 1px solid rgb(94.18, 94.18, 94.18);
  border-bottom: none;
}
.left-submenu .back > a:before {
  content: "«";
  margin-right: 0.5rem;
  display: inline;
}
.left-submenu.move-right {
  transform: translate3d(0%, 0, 0);
}

.right-submenu {
  -webkit-backface-visibility: hidden;
  width: 15.625rem;
  top: 0;
  bottom: 0;
  position: absolute;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  background: #333333;
  z-index: 1002;
  box-sizing: content-box;
  -webkit-overflow-scrolling: touch;
  transform: translate3d(100%, 0, 0);
  right: 0;
  transition: transform 500ms ease;
}
.right-submenu * {
  -webkit-backface-visibility: hidden;
}
.right-submenu .back > a {
  padding: 0.3rem 0.9375rem;
  color: #999999;
  text-transform: uppercase;
  font-weight: bold;
  background: #444;
  border-top: 1px solid rgb(94.18, 94.18, 94.18);
  border-bottom: none;
  margin: 0;
}
.right-submenu .back > a:hover {
  background: rgb(47.6, 47.6, 47.6);
  border-top: 1px solid rgb(94.18, 94.18, 94.18);
  border-bottom: none;
}
.right-submenu .back > a:after {
  content: "»";
  margin-left: 0.5rem;
  display: inline;
}
.right-submenu.move-left {
  transform: translate3d(0%, 0, 0);
}

.left-off-canvas-menu ul.off-canvas-list li.has-submenu > a:after {
  content: "»";
  margin-left: 0.5rem;
  display: inline;
}

.right-off-canvas-menu ul.off-canvas-list li.has-submenu > a:before {
  content: "«";
  margin-right: 0.5rem;
  display: inline;
}

/* Panels */
.panel {
  border-style: solid;
  border-width: 1px;
  border-color: rgb(215.6025, 215.6025, 215.6025);
  margin-bottom: 1.25rem;
  padding: 1.25rem;
  background: rgb(242.25, 242.25, 242.25);
  color: #333333;
}
.panel > :first-child {
  margin-top: 0;
}
.panel > :last-child {
  margin-bottom: 0;
}
.panel h1, .panel h2, .panel h3, .panel h4, .panel h5, .panel h6, .panel p, .panel li, .panel dl {
  color: #333333;
}
.panel h1, .panel h2, .panel h3, .panel h4, .panel h5, .panel h6 {
  line-height: 1;
  margin-bottom: 0.625rem;
}
.panel h1.subheader, .panel h2.subheader, .panel h3.subheader, .panel h4.subheader, .panel h5.subheader, .panel h6.subheader {
  line-height: 1.4;
}
.panel.callout {
  border-style: solid;
  border-width: 1px;
  border-color: rgb(181.5984, 236.846916129, 255);
  margin-bottom: 1.25rem;
  padding: 1.25rem;
  background: rgb(235.56, 250.1922580645, 255);
  color: #333333;
}
.panel.callout > :first-child {
  margin-top: 0;
}
.panel.callout > :last-child {
  margin-bottom: 0;
}
.panel.callout h1, .panel.callout h2, .panel.callout h3, .panel.callout h4, .panel.callout h5, .panel.callout h6, .panel.callout p, .panel.callout li, .panel.callout dl {
  color: #333333;
}
.panel.callout h1, .panel.callout h2, .panel.callout h3, .panel.callout h4, .panel.callout h5, .panel.callout h6 {
  line-height: 1;
  margin-bottom: 0.625rem;
}
.panel.callout h1.subheader, .panel.callout h2.subheader, .panel.callout h3.subheader, .panel.callout h4.subheader, .panel.callout h5.subheader, .panel.callout h6.subheader {
  line-height: 1.4;
}
.panel.callout a:not(.button) {
  color: #008CBA;
}
.panel.radius {
  border-radius: 3px;
}

/* Progress Bar */
.progress {
  background-color: #F6F6F6;
  height: 1.5625rem;
  border: 1px solid white;
  padding: 0.125rem;
  margin-bottom: 0.625rem;
}
.progress .meter {
  background: #008CBA;
  height: 100%;
  display: block;
}
.progress.secondary .meter {
  background: #e7e7e7;
  height: 100%;
  display: block;
}
.progress.success .meter {
  background: #43AC6A;
  height: 100%;
  display: block;
}
.progress.alert .meter {
  background: #f04124;
  height: 100%;
  display: block;
}
.progress.radius {
  border-radius: 3px;
}
.progress.radius .meter {
  border-radius: 2px;
}
.progress.round {
  border-radius: 1000px;
}
.progress.round .meter {
  border-radius: 999px;
}

.range-slider {
  display: block;
  position: relative;
  width: 100%;
  height: 1rem;
  border: 1px solid #DDDDDD;
  margin: 1.25rem 0;
  touch-action: none;
  background: #FAFAFA;
}
.range-slider.vertical-range {
  display: block;
  position: relative;
  width: 100%;
  height: 1rem;
  border: 1px solid #DDDDDD;
  margin: 1.25rem 0;
  touch-action: none;
  display: inline-block;
  width: 1rem;
  height: 12.5rem;
}
.range-slider.vertical-range .range-slider-handle {
  margin-top: 0;
  margin-left: -0.5rem;
  position: absolute;
  bottom: -10.5rem;
}
.range-slider.vertical-range .range-slider-active-segment {
  width: 0.875rem;
  height: auto;
  bottom: 0;
}
.range-slider.radius {
  background: #FAFAFA;
  border-radius: 3px;
}
.range-slider.radius .range-slider-handle {
  background: #008CBA;
  border-radius: 3px;
}
.range-slider.radius .range-slider-handle:hover {
  background: rgb(0, 123.2, 163.68);
}
.range-slider.round {
  background: #FAFAFA;
  border-radius: 1000px;
}
.range-slider.round .range-slider-handle {
  background: #008CBA;
  border-radius: 1000px;
}
.range-slider.round .range-slider-handle:hover {
  background: rgb(0, 123.2, 163.68);
}
.range-slider.disabled, .range-slider[disabled] {
  background: #FAFAFA;
  cursor: default;
  opacity: 0.7;
}
.range-slider.disabled .range-slider-handle, .range-slider[disabled] .range-slider-handle {
  background: #008CBA;
  cursor: default;
  opacity: 0.7;
}
.range-slider.disabled .range-slider-handle:hover, .range-slider[disabled] .range-slider-handle:hover {
  background: rgb(0, 123.2, 163.68);
}

.range-slider-active-segment {
  display: inline-block;
  position: absolute;
  height: 0.875rem;
  background: rgb(228.69, 228.69, 228.69);
}

.range-slider-handle {
  display: inline-block;
  position: absolute;
  z-index: 1;
  top: -0.3125rem;
  width: 2rem;
  height: 1.375rem;
  border: 1px solid none;
  cursor: pointer;
  touch-action: manipulation;
  background: #008CBA;
}
.range-slider-handle:hover {
  background: rgb(0, 123.2, 163.68);
}

.reveal-modal-bg {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #000000;
  background: rgba(0, 0, 0, 0.45);
  z-index: 1004;
  display: none;
  left: 0;
}

.reveal-modal, dialog {
  visibility: hidden;
  display: none;
  position: absolute;
  z-index: 1005;
  width: 100vw;
  top: 0;
  border-radius: 3px;
  left: 0;
}
@media only screen and (max-width: 40em) {
  .reveal-modal, dialog {
    min-height: 100vh;
  }
}
.reveal-modal .column, dialog .column, .reveal-modal .columns, dialog .columns {
  min-width: 0;
}
.reveal-modal > :first-child, dialog > :first-child {
  margin-top: 0;
}
.reveal-modal > :last-child, dialog > :last-child {
  margin-bottom: 0;
}
@media only screen and (min-width:40.063em) {
  .reveal-modal, dialog {
    width: 80%;
    max-width: 62.5rem;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}
.reveal-modal, dialog {
  background-color: #FFFFFF;
}
.reveal-modal, dialog {
  padding: 1.25rem;
}
.reveal-modal, dialog {
  border: solid 1px #666666;
}
.reveal-modal, dialog {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
@media only screen and (min-width:40.063em) {
  .reveal-modal, dialog {
    top: 6.25rem;
  }
}
.reveal-modal, dialog {
  padding: 1.875rem;
}
.reveal-modal.radius, dialog.radius {
  border-radius: 3px;
}
.reveal-modal.round, dialog.round {
  border-radius: 1000px;
}
.reveal-modal.collapse, dialog.collapse {
  padding: 0;
}
@media only screen and (min-width:40.063em) {
  .reveal-modal.tiny, dialog.tiny {
    width: 30%;
    max-width: 62.5rem;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}
@media only screen and (min-width:40.063em) {
  .reveal-modal.small, dialog.small {
    width: 40%;
    max-width: 62.5rem;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}
@media only screen and (min-width:40.063em) {
  .reveal-modal.medium, dialog.medium {
    width: 60%;
    max-width: 62.5rem;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}
@media only screen and (min-width:40.063em) {
  .reveal-modal.large, dialog.large {
    width: 70%;
    max-width: 62.5rem;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}
@media only screen and (min-width:40.063em) {
  .reveal-modal.xlarge, dialog.xlarge {
    width: 95%;
    max-width: 62.5rem;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}
.reveal-modal.full, dialog.full {
  top: 0;
  left: 0;
  height: 100%;
  height: 100vh;
  min-height: 100vh;
  margin-left: 0 !important;
}
@media only screen and (min-width:40.063em) {
  .reveal-modal.full, dialog.full {
    width: 100vw;
    max-width: 62.5rem;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}
.reveal-modal .close-reveal-modal, dialog .close-reveal-modal {
  font-size: 2.5rem;
  line-height: 1;
  position: absolute;
  top: 0.5rem;
  right: 0.6875rem;
  color: #AAAAAA;
  font-weight: bold;
  cursor: pointer;
}

dialog {
  display: none;
}
dialog::backdrop, dialog + .backdrop {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #000000;
  background: rgba(0, 0, 0, 0.45);
  z-index: auto;
  display: none;
  left: 0;
}
dialog[open] {
  display: block;
}

@media print {
  dialog, .reveal-modal {
    display: none;
    background: #FFFFFF !important;
  }
}
.switch {
  padding: 0;
  border: none;
  position: relative;
}
.switch label {
  display: block;
  margin-bottom: 1rem;
  position: relative;
  color: transparent;
  background: #DDDDDD;
  text-indent: 100%;
  width: 4rem;
  height: 2rem;
  cursor: pointer;
  transition: left 0.15s ease-out;
}
.switch input {
  opacity: 0;
  position: absolute;
  top: 9px;
  left: 10px;
  padding: 0;
}
.switch input + label {
  margin-left: 0;
  margin-right: 0;
}
.switch label:after {
  content: "";
  display: block;
  background: #FFFFFF;
  position: absolute;
  top: 0.25rem;
  left: 0.25rem;
  width: 1.5rem;
  height: 1.5rem;
  transition: left 0.15s ease-out;
  transform: translate3d(0, 0, 0);
}
.switch input:checked + label {
  background: #008CBA;
}
.switch input:checked + label:after {
  left: 2.25rem;
}
.switch label {
  width: 4rem;
  height: 2rem;
}
.switch label:after {
  width: 1.5rem;
  height: 1.5rem;
}
.switch input:checked + label:after {
  left: 2.25rem;
}
.switch label {
  color: transparent;
  background: #DDDDDD;
}
.switch label:after {
  background: #FFFFFF;
}
.switch input:checked + label {
  background: #008CBA;
}
.switch.large label {
  width: 5rem;
  height: 2.5rem;
}
.switch.large label:after {
  width: 2rem;
  height: 2rem;
}
.switch.large input:checked + label:after {
  left: 2.75rem;
}
.switch.small label {
  width: 3.5rem;
  height: 1.75rem;
}
.switch.small label:after {
  width: 1.25rem;
  height: 1.25rem;
}
.switch.small input:checked + label:after {
  left: 2rem;
}
.switch.tiny label {
  width: 3rem;
  height: 1.5rem;
}
.switch.tiny label:after {
  width: 1rem;
  height: 1rem;
}
.switch.tiny input:checked + label:after {
  left: 1.75rem;
}
.switch.radius label {
  border-radius: 4px;
}
.switch.radius label:after {
  border-radius: 3px;
}
.switch.round {
  border-radius: 1000px;
}
.switch.round label {
  border-radius: 2rem;
}
.switch.round label:after {
  border-radius: 2rem;
}

.tabs {
  margin-bottom: 0 !important;
  margin-left: 0;
}
.tabs:before, .tabs:after {
  content: " ";
  display: table;
}
.tabs:after {
  clear: both;
}
.tabs dd, .tabs .tab-title {
  position: relative;
  margin-bottom: 0 !important;
  list-style: none;
  float: left;
}
.tabs dd > a, .tabs .tab-title > a {
  display: block;
  background-color: #EFEFEF;
  color: #222222;
  padding: 1rem 2rem;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 1rem;
}
.tabs dd > a:hover, .tabs .tab-title > a:hover {
  background-color: rgb(224.66, 224.66, 224.66);
}
.tabs dd.active a, .tabs .tab-title.active a {
  background-color: #FFFFFF;
  color: #222222;
}
.tabs.radius dd:first-child a, .tabs.radius .tab:first-child a {
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.tabs.radius dd:last-child a, .tabs.radius .tab:last-child a {
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.tabs.vertical dd, .tabs.vertical .tab-title {
  position: inherit;
  float: none;
  display: block;
  top: auto;
}

.tabs-content {
  margin-bottom: 1.5rem;
  width: 100%;
}
.tabs-content:before, .tabs-content:after {
  content: " ";
  display: table;
}
.tabs-content:after {
  clear: both;
}
.tabs-content > .content {
  display: none;
  float: left;
  padding: 0.9375rem 0;
  width: 100%;
}
.tabs-content > .content.active {
  display: block;
  float: none;
}
.tabs-content > .content.contained {
  padding: 0.9375rem;
}
.tabs-content.vertical {
  display: block;
}
.tabs-content.vertical > .content {
  padding: 0 0.9375rem;
}

@media only screen and (min-width:40.063em) {
  .tabs.vertical {
    width: 20%;
    max-width: 20%;
    float: left;
    margin: 0 0 1.25rem;
  }
  .tabs-content.vertical {
    width: 80%;
    max-width: 80%;
    float: left;
    margin-left: -1px;
    padding-left: 1rem;
  }
}
.no-js .tabs-content > .content {
  display: block;
  float: none;
}

/* Tooltips */
.has-tip {
  border-bottom: dotted 1px #CCCCCC;
  cursor: help;
  font-weight: bold;
  color: #333333;
}
.has-tip:hover, .has-tip:focus {
  border-bottom: dotted 1px rgb(0, 63, 83.7);
  color: #008CBA;
}
.has-tip.tip-left, .has-tip.tip-right {
  float: none !important;
}

.tooltip {
  display: none;
  position: absolute;
  z-index: 1006;
  font-weight: normal;
  font-size: 0.875rem;
  line-height: 1.3;
  padding: 0.75rem;
  max-width: 300px;
  left: 50%;
  width: 100%;
  color: #FFFFFF;
  background: #333333;
}
.tooltip > .nub {
  display: block;
  left: 5px;
  position: absolute;
  width: 0;
  height: 0;
  border: solid 5px;
  border-color: transparent transparent #333333 transparent;
  top: -10px;
  pointer-events: none;
}
.tooltip > .nub.rtl {
  left: auto;
  right: 5px;
}
.tooltip.radius {
  border-radius: 3px;
}
.tooltip.round {
  border-radius: 1000px;
}
.tooltip.round > .nub {
  left: 2rem;
}
.tooltip.opened {
  color: #008CBA !important;
  border-bottom: dotted 1px rgb(0, 63, 83.7) !important;
}

.tap-to-close {
  display: block;
  font-size: 0.625rem;
  color: #777777;
  font-weight: normal;
}

@media only screen and (min-width:40.063em) {
  .tooltip > .nub {
    border-color: transparent transparent #333333 transparent;
    top: -10px;
  }
  .tooltip.tip-top > .nub {
    border-color: #333333 transparent transparent transparent;
    top: auto;
    bottom: -10px;
  }
  .tooltip.tip-left, .tooltip.tip-right {
    float: none !important;
  }
  .tooltip.tip-left > .nub {
    border-color: transparent transparent transparent #333333;
    right: -10px;
    left: auto;
    top: 50%;
    margin-top: -5px;
  }
  .tooltip.tip-right > .nub {
    border-color: transparent #333333 transparent transparent;
    right: auto;
    left: -10px;
    top: 50%;
    margin-top: -5px;
  }
}
/* small displays */
@media only screen {
  .show-for-small-only, .show-for-small-up, .show-for-small, .show-for-small-down, .hide-for-medium-only, .hide-for-medium-up, .hide-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important;
  }
  .hide-for-small-only, .hide-for-small-up, .hide-for-small, .hide-for-small-down, .show-for-medium-only, .show-for-medium-up, .show-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important;
  }
  .visible-for-small-only, .visible-for-small-up, .visible-for-small, .visible-for-small-down, .hidden-for-medium-only, .hidden-for-medium-up, .hidden-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }
  .hidden-for-small-only, .hidden-for-small-up, .hidden-for-small, .hidden-for-small-down, .visible-for-medium-only, .visible-for-medium-up, .visible-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
  }
  table.show-for-small-only, table.show-for-small-up, table.show-for-small, table.show-for-small-down, table.hide-for-medium-only, table.hide-for-medium-up, table.hide-for-medium, table.show-for-medium-down, table.hide-for-large-only, table.hide-for-large-up, table.hide-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table;
  }
  thead.show-for-small-only, thead.show-for-small-up, thead.show-for-small, thead.show-for-small-down, thead.hide-for-medium-only, thead.hide-for-medium-up, thead.hide-for-medium, thead.show-for-medium-down, thead.hide-for-large-only, thead.hide-for-large-up, thead.hide-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important;
  }
  tbody.show-for-small-only, tbody.show-for-small-up, tbody.show-for-small, tbody.show-for-small-down, tbody.hide-for-medium-only, tbody.hide-for-medium-up, tbody.hide-for-medium, tbody.show-for-medium-down, tbody.hide-for-large-only, tbody.hide-for-large-up, tbody.hide-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important;
  }
  tr.show-for-small-only, tr.show-for-small-up, tr.show-for-small, tr.show-for-small-down, tr.hide-for-medium-only, tr.hide-for-medium-up, tr.hide-for-medium, tr.show-for-medium-down, tr.hide-for-large-only, tr.hide-for-large-up, tr.hide-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row !important;
  }
  th.show-for-small-only, td.show-for-small-only, th.show-for-small-up, td.show-for-small-up, th.show-for-small, td.show-for-small, th.show-for-small-down, td.show-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.hide-for-medium-up, td.hide-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.show-for-medium-down, td.show-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.hide-for-large-up, td.hide-for-large-up, th.hide-for-large, td.hide-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important;
  }
}
/* medium displays */
@media only screen and (min-width:40.063em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .show-for-medium-only, .show-for-medium-up, .show-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important;
  }
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .hide-for-medium-only, .hide-for-medium-up, .hide-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important;
  }
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .visible-for-medium-only, .visible-for-medium-up, .visible-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .hidden-for-medium-only, .hidden-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
  }
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.show-for-medium-only, table.show-for-medium-up, table.show-for-medium, table.show-for-medium-down, table.hide-for-large-only, table.hide-for-large-up, table.hide-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table;
  }
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.show-for-medium-only, thead.show-for-medium-up, thead.show-for-medium, thead.show-for-medium-down, thead.hide-for-large-only, thead.hide-for-large-up, thead.hide-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important;
  }
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.show-for-medium-only, tbody.show-for-medium-up, tbody.show-for-medium, tbody.show-for-medium-down, tbody.hide-for-large-only, tbody.hide-for-large-up, tbody.hide-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important;
  }
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.show-for-medium-only, tr.show-for-medium-up, tr.show-for-medium, tr.show-for-medium-down, tr.hide-for-large-only, tr.hide-for-large-up, tr.hide-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row !important;
  }
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.show-for-medium-only, td.show-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.show-for-medium, td.show-for-medium, th.show-for-medium-down, td.show-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.hide-for-large-up, td.hide-for-large-up, th.hide-for-large, td.hide-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important;
  }
}
/* large displays */
@media only screen and (min-width:64.063em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important;
  }
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important;
  }
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
  }
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.show-for-large-only, table.show-for-large-up, table.show-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table;
  }
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.show-for-large-only, thead.show-for-large-up, thead.show-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important;
  }
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.show-for-large-only, tbody.show-for-large-up, tbody.show-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important;
  }
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.show-for-large-only, tr.show-for-large-up, tr.show-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row !important;
  }
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.show-for-large-only, td.show-for-large-only, th.show-for-large-up, td.show-for-large-up, th.show-for-large, td.show-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important;
  }
}
/* xlarge displays */
@media only screen and (min-width:90.063em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .hide-for-large-only, .show-for-large-up, .hide-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important;
  }
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .show-for-large-only, .hide-for-large-up, .show-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important;
  }
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .hidden-for-large-only, .visible-for-large-up, .hidden-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .visible-for-large-only, .hidden-for-large-up, .visible-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
  }
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-large-only, table.show-for-large-up, table.hide-for-large, table.hide-for-large-down, table.show-for-xlarge-only, table.show-for-xlarge-up, table.show-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table;
  }
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-large-only, thead.show-for-large-up, thead.hide-for-large, thead.hide-for-large-down, thead.show-for-xlarge-only, thead.show-for-xlarge-up, thead.show-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important;
  }
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-large-only, tbody.show-for-large-up, tbody.hide-for-large, tbody.hide-for-large-down, tbody.show-for-xlarge-only, tbody.show-for-xlarge-up, tbody.show-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important;
  }
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-large-only, tr.show-for-large-up, tr.hide-for-large, tr.hide-for-large-down, tr.show-for-xlarge-only, tr.show-for-xlarge-up, tr.show-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row !important;
  }
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.show-for-large-up, td.show-for-large-up, th.hide-for-large, td.hide-for-large, th.hide-for-large-down, td.hide-for-large-down, th.show-for-xlarge-only, td.show-for-xlarge-only, th.show-for-xlarge-up, td.show-for-xlarge-up, th.show-for-xlarge, td.show-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important;
  }
}
/* xxlarge displays */
@media only screen and (min-width:120.063em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .hide-for-large-only, .show-for-large-up, .hide-for-large, .hide-for-large-down, .hide-for-xlarge-only, .show-for-xlarge-up, .hide-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important;
  }
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .show-for-large-only, .hide-for-large-up, .show-for-large, .show-for-large-down, .show-for-xlarge-only, .hide-for-xlarge-up, .show-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important;
  }
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .hidden-for-large-only, .visible-for-large-up, .hidden-for-large, .hidden-for-large-down, .hidden-for-xlarge-only, .visible-for-xlarge-up, .hidden-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .visible-for-large-only, .hidden-for-large-up, .visible-for-large, .visible-for-large-down, .visible-for-xlarge-only, .hidden-for-xlarge-up, .visible-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .hidden-for-xxlarge-down {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
  }
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-large-only, table.show-for-large-up, table.hide-for-large, table.hide-for-large-down, table.hide-for-xlarge-only, table.show-for-xlarge-up, table.hide-for-xlarge, table.hide-for-xlarge-down, table.show-for-xxlarge-only, table.show-for-xxlarge-up, table.show-for-xxlarge, table.show-for-xxlarge-down {
    display: table;
  }
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-large-only, thead.show-for-large-up, thead.hide-for-large, thead.hide-for-large-down, thead.hide-for-xlarge-only, thead.show-for-xlarge-up, thead.hide-for-xlarge, thead.hide-for-xlarge-down, thead.show-for-xxlarge-only, thead.show-for-xxlarge-up, thead.show-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important;
  }
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-large-only, tbody.show-for-large-up, tbody.hide-for-large, tbody.hide-for-large-down, tbody.hide-for-xlarge-only, tbody.show-for-xlarge-up, tbody.hide-for-xlarge, tbody.hide-for-xlarge-down, tbody.show-for-xxlarge-only, tbody.show-for-xxlarge-up, tbody.show-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important;
  }
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-large-only, tr.show-for-large-up, tr.hide-for-large, tr.hide-for-large-down, tr.hide-for-xlarge-only, tr.show-for-xlarge-up, tr.hide-for-xlarge, tr.hide-for-xlarge-down, tr.show-for-xxlarge-only, tr.show-for-xxlarge-up, tr.show-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row !important;
  }
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.show-for-large-up, td.show-for-large-up, th.hide-for-large, td.hide-for-large, th.hide-for-large-down, td.hide-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.show-for-xlarge-up, td.show-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.hide-for-xlarge-down, td.hide-for-xlarge-down, th.show-for-xxlarge-only, td.show-for-xxlarge-only, th.show-for-xxlarge-up, td.show-for-xxlarge-up, th.show-for-xxlarge, td.show-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important;
  }
}
/* Orientation targeting */
.show-for-landscape,
.hide-for-portrait {
  display: inherit !important;
}

.hide-for-landscape,
.show-for-portrait {
  display: none !important;
}

/* Specific visibility for tables */
table.hide-for-landscape, table.show-for-portrait {
  display: table;
}

thead.hide-for-landscape, thead.show-for-portrait {
  display: table-header-group !important;
}

tbody.hide-for-landscape, tbody.show-for-portrait {
  display: table-row-group !important;
}

tr.hide-for-landscape, tr.show-for-portrait {
  display: table-row !important;
}

td.hide-for-landscape, td.show-for-portrait,
th.hide-for-landscape,
th.show-for-portrait {
  display: table-cell !important;
}

@media only screen and (orientation: landscape) {
  .show-for-landscape,
  .hide-for-portrait {
    display: inherit !important;
  }
  .hide-for-landscape,
  .show-for-portrait {
    display: none !important;
  }
  /* Specific visibility for tables */
  table.show-for-landscape, table.hide-for-portrait {
    display: table;
  }
  thead.show-for-landscape, thead.hide-for-portrait {
    display: table-header-group !important;
  }
  tbody.show-for-landscape, tbody.hide-for-portrait {
    display: table-row-group !important;
  }
  tr.show-for-landscape, tr.hide-for-portrait {
    display: table-row !important;
  }
  td.show-for-landscape, td.hide-for-portrait,
  th.show-for-landscape,
  th.hide-for-portrait {
    display: table-cell !important;
  }
}
@media only screen and (orientation: portrait) {
  .show-for-portrait,
  .hide-for-landscape {
    display: inherit !important;
  }
  .hide-for-portrait,
  .show-for-landscape {
    display: none !important;
  }
  /* Specific visibility for tables */
  table.show-for-portrait, table.hide-for-landscape {
    display: table;
  }
  thead.show-for-portrait, thead.hide-for-landscape {
    display: table-header-group !important;
  }
  tbody.show-for-portrait, tbody.hide-for-landscape {
    display: table-row-group !important;
  }
  tr.show-for-portrait, tr.hide-for-landscape {
    display: table-row !important;
  }
  td.show-for-portrait, td.hide-for-landscape,
  th.show-for-portrait,
  th.hide-for-landscape {
    display: table-cell !important;
  }
}
/* Touch-enabled device targeting */
.show-for-touch {
  display: none !important;
}

.hide-for-touch {
  display: inherit !important;
}

.touch .show-for-touch {
  display: inherit !important;
}

.touch .hide-for-touch {
  display: none !important;
}

/* Specific visibility for tables */
table.hide-for-touch {
  display: table;
}

.touch table.show-for-touch {
  display: table;
}

thead.hide-for-touch {
  display: table-header-group !important;
}

.touch thead.show-for-touch {
  display: table-header-group !important;
}

tbody.hide-for-touch {
  display: table-row-group !important;
}

.touch tbody.show-for-touch {
  display: table-row-group !important;
}

tr.hide-for-touch {
  display: table-row !important;
}

.touch tr.show-for-touch {
  display: table-row !important;
}

td.hide-for-touch {
  display: table-cell !important;
}

.touch td.show-for-touch {
  display: table-cell !important;
}

th.hide-for-touch {
  display: table-cell !important;
}

.touch th.show-for-touch {
  display: table-cell !important;
}

/* Print visibility */
@media print {
  .show-for-print {
    display: block;
  }
  .hide-for-print {
    display: none;
  }
  table.show-for-print {
    display: table;
  }
  thead.show-for-print {
    display: table-header-group !important;
  }
  tbody.show-for-print {
    display: table-row-group !important;
  }
  tr.show-for-print {
    display: table-row !important;
  }
  td.show-for-print {
    display: table-cell !important;
  }
  th.show-for-print {
    display: table-cell !important;
  }
}
.panel.red {
  background: rgba(255, 66, 89, 0.15);
  border-color: rgba(255, 66, 89, 0.25);
}

/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */ /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

@keyframes dtb-spinner {
  100% {
    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;
}

div.dt-button-collection-title {
  text-align: center;
  padding: 0.3em 0 0.5em;
  font-size: 0.9em;
}

div.dt-button-collection-title:empty {
  display: none;
}

button.dt-button,
div.dt-button,
a.dt-button {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  margin-right: 0.333em;
  margin-bottom: 0.333em;
  padding: 0.5em 1em;
  border: 1px solid #999;
  border-radius: 2px;
  cursor: pointer;
  font-size: 0.88em;
  line-height: 1.6em;
  color: black;
  white-space: nowrap;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  text-decoration: none;
  outline: none;
}
button.dt-button.disabled,
div.dt-button.disabled,
a.dt-button.disabled {
  color: #999;
  border: 1px solid #d0d0d0;
  cursor: default;
  background-color: #f9f9f9; /* Fallback */ /* Chrome 10+, Saf5.1+, iOS 5+ */ /* FF3.6 */ /* IE10 */ /* Opera 11.10+ */
  background-image: linear-gradient(to bottom, #ffffff 0%, #f9f9f9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr="#ffffff", EndColorStr="#f9f9f9");
}
button.dt-button:active:not(.disabled), button.dt-button.active:not(.disabled),
div.dt-button:active:not(.disabled),
div.dt-button.active:not(.disabled),
a.dt-button:active:not(.disabled),
a.dt-button.active:not(.disabled) {
  box-shadow: inset 1px 1px 3px #999999;
}
button.dt-button:active:not(.disabled):hover:not(.disabled), button.dt-button.active:not(.disabled):hover:not(.disabled),
div.dt-button:active:not(.disabled):hover:not(.disabled),
div.dt-button.active:not(.disabled):hover:not(.disabled),
a.dt-button:active:not(.disabled):hover:not(.disabled),
a.dt-button.active:not(.disabled):hover:not(.disabled) {
  box-shadow: inset 1px 1px 3px #999999;
}
button.dt-button:hover,
div.dt-button:hover,
a.dt-button:hover {
  text-decoration: none;
}
button.dt-button:hover:not(.disabled),
div.dt-button:hover:not(.disabled),
a.dt-button:hover:not(.disabled) {
  border: 1px solid #666;
}
button.dt-button:focus:not(.disabled),
div.dt-button:focus:not(.disabled),
a.dt-button:focus:not(.disabled) {
  border: 1px solid #426c9e;
  text-shadow: 0 1px 0 #c4def1;
  outline: none;
}

.dt-button embed {
  outline: none;
}

div.dt-buttons {
  position: relative;
  float: left;
}
div.dt-buttons.buttons-right {
  float: right;
}

div.dt-button-collection {
  position: absolute;
  top: 0;
  left: 0;
  width: 150px;
  margin-top: 3px;
  padding: 8px 8px 4px 8px;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.4);
  background-color: white;
  overflow: hidden;
  z-index: 2002;
  border-radius: 5px;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
  z-index: 2002;
  -moz-column-gap: 8px;
  -ms-column-gap: 8px;
  -o-column-gap: 8px;
  column-gap: 8px;
}
div.dt-button-collection button.dt-button,
div.dt-button-collection div.dt-button,
div.dt-button-collection a.dt-button {
  position: relative;
  left: 0;
  right: 0;
  width: 100%;
  display: block;
  float: none;
  margin-bottom: 4px;
  margin-right: 0;
}
div.dt-button-collection button.dt-button:active:not(.disabled), div.dt-button-collection button.dt-button.active:not(.disabled),
div.dt-button-collection div.dt-button:active:not(.disabled),
div.dt-button-collection div.dt-button.active:not(.disabled),
div.dt-button-collection a.dt-button:active:not(.disabled),
div.dt-button-collection a.dt-button.active:not(.disabled) {
  background-color: #dadada; /* Fallback */ /* Chrome 10+, Saf5.1+, iOS 5+ */ /* FF3.6 */ /* IE10 */ /* Opera 11.10+ */
  background-image: linear-gradient(to bottom, #f0f0f0 0%, #dadada 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr="#f0f0f0", EndColorStr="#dadada");
  box-shadow: inset 1px 1px 3px #666;
}
div.dt-button-collection.fixed {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-left: -75px;
  border-radius: 0;
}
div.dt-button-collection.fixed.two-column {
  margin-left: -150px;
}
div.dt-button-collection.fixed.three-column {
  margin-left: -225px;
}
div.dt-button-collection.fixed.four-column {
  margin-left: -300px;
}
div.dt-button-collection > * {
  -moz-column-break-inside: avoid;
       break-inside: avoid;
}
div.dt-button-collection.two-column {
  width: 300px;
  padding-bottom: 1px;
  -moz-column-count: 2;
  -ms-column-count: 2;
  -o-column-count: 2;
  column-count: 2;
}
div.dt-button-collection.three-column {
  width: 450px;
  padding-bottom: 1px;
  -moz-column-count: 3;
  -ms-column-count: 3;
  -o-column-count: 3;
  column-count: 3;
}
div.dt-button-collection.four-column {
  width: 600px;
  padding-bottom: 1px;
  -moz-column-count: 4;
  -ms-column-count: 4;
  -o-column-count: 4;
  column-count: 4;
}
div.dt-button-collection .dt-button {
  border-radius: 0;
}

div.dt-button-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(68, 72, 77, 0.3); /* Fallback */ /* IE10 Consumer Preview */ /* Firefox */ /* Opera */ /* Webkit (Safari/Chrome 10) */
  background: radial-gradient(ellipse farthest-corner at center, rgba(68, 72, 77, 0.3) 0%, rgba(68, 72, 77, 0.3) 100%); /* W3C Markup, IE10 Release Preview */
  z-index: 2001;
}

@media screen and (max-width: 640px) {
  div.dt-buttons {
    float: none !important;
    text-align: center;
  }
}
button.dt-button.processing,
div.dt-button.processing,
a.dt-button.processing {
  color: rgba(0, 0, 0, 0.2);
}
button.dt-button.processing:after,
div.dt-button.processing:after,
a.dt-button.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 rgb(40, 40, 40);
  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;
}

table.dataTable tr.dtrg-group td {
  background-color: #e0e0e0;
}

table.dataTable tr.dtrg-group.dtrg-level-0 td {
  font-weight: bold;
}

table.dataTable tr.dtrg-group.dtrg-level-1 td,
table.dataTable tr.dtrg-group.dtrg-level-2 td {
  background-color: #f0f0f0;
  padding-top: 0.25em;
  padding-bottom: 0.25em;
  padding-left: 2em;
  font-size: 0.9em;
}

table.dataTable tr.dtrg-group.dtrg-level-2 td {
  background-color: #f3f3f3;
}

/*
 * Very simple jQuery Color Picker
 * https://github.com/tkrotoff/jquery-simplecolorpicker
 *
 * Copyright (C) 2012-2013 Tanguy Krotoff <tkrotoff@gmail.com>
 *
 * Licensed under the MIT license
 */
/**
 * Inspired by Bootstrap Twitter.
 * See https://github.com/twbs/bootstrap/blob/master/less/navbar.less
 * See https://github.com/twbs/bootstrap/blob/master/less/dropdowns.less
 */
.simplecolorpicker.picker {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1051; /* Above Bootstrap modal (@zindex-modal = 1050) */
  display: none;
  float: left;
  min-width: 160px;
  max-width: 283px; /* @popover-max-width = 276px + 7 */
  padding: 5px 0 0 5px;
  margin: 2px 0 0;
  list-style: none;
  background-color: #fff; /* @dropdown-bg */
  border: 1px solid #ccc; /* @dropdown-fallback-border */
  border: 1px solid rgba(0, 0, 0, 0.15); /* @dropdown-border */ /* @border-radius-base */
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}

.simplecolorpicker.inline {
  display: inline-block;
  padding: 6px 0;
}

.simplecolorpicker span {
  margin: 0 5px 5px 0;
}

.simplecolorpicker.icon,
.simplecolorpicker span.color {
  display: inline-block;
  cursor: pointer;
  border: 1px solid transparent;
}

.simplecolorpicker.icon:after,
.simplecolorpicker span.color:after {
  content: "    "; /* Spaces */
}

.simplecolorpicker span.color[data-disabled]:hover {
  cursor: not-allowed;
  border: 1px solid transparent;
}

.simplecolorpicker span.color:hover,
.simplecolorpicker span.color[data-selected],
.simplecolorpicker span.color[data-selected]:hover {
  border: 1px solid #222; /* @gray-dark */
}

.simplecolorpicker span.color[data-selected]:after {
  color: #fff;
}

/* Vertical separator, replaces optgroup. */
.simplecolorpicker span.vr {
  border-left: 1px solid #222; /* @gray-dark */
}

/*
 * Table styles
 */
table.dataTable {
  width: 100%;
  margin: 0 auto;
  clear: both;
  border-collapse: separate;
  border-spacing: 0;
  /*
   * Header and footer styles
   */
  /*
   * Body styles
   */
}
table.dataTable thead th,
table.dataTable tfoot th {
  font-weight: bold;
}
table.dataTable thead th,
table.dataTable thead td {
  padding: 10px 18px;
  border-bottom: 1px solid #111;
}
table.dataTable thead th:active,
table.dataTable thead td:active {
  outline: none;
}
table.dataTable tfoot th,
table.dataTable tfoot td {
  padding: 10px 18px 6px 18px;
  border-top: 1px solid #111;
}
table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc {
  cursor: pointer;
  *cursor: hand;
}
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 {
  background-repeat: no-repeat;
  background-position: center right;
}
table.dataTable thead .sorting {
  background-image: url("../../images/sort_both.png");
}
table.dataTable thead .sorting_asc {
  background-image: url("../../images/sort_asc.png");
}
table.dataTable thead .sorting_desc {
  background-image: url("../../images/sort_desc.png");
}
table.dataTable thead .sorting_asc_disabled {
  background-image: url("../../images/sort_asc_disabled.png");
}
table.dataTable thead .sorting_desc_disabled {
  background-image: url("../../images/sort_desc_disabled.png");
}
table.dataTable tbody tr {
  background-color: #ffffff;
}
table.dataTable tbody tr.selected {
  background-color: #B0BED9;
}
table.dataTable tbody th,
table.dataTable tbody td {
  padding: 8px 10px;
}
table.dataTable tbody td.bgcolumn::before {
  content: "";
  background: #f0edeb url(../../images/arrow-filters.png) center center no-repeat;
  float: right;
  height: 6px;
  margin: 6px 0 0 0;
  width: 11px;
}
table.dataTable tbody td.bgcolumnopen::before {
  transform: rotate(180deg);
  content: "";
  background: #f0edeb url(../../images/arrow-filters.png) center center no-repeat;
  float: right;
  height: 6px;
  margin: 6px 0 0 0;
  width: 11px;
}
table.dataTable.row-border tbody th, table.dataTable.row-border tbody td, table.dataTable.display tbody th, table.dataTable.display tbody td {
  border-top: 1px solid #ddd;
}
table.dataTable.row-border tbody tr:first-child th,
table.dataTable.row-border tbody tr:first-child td, table.dataTable.display tbody tr:first-child th,
table.dataTable.display tbody tr:first-child td {
  border-top: none;
}
table.dataTable.cell-border tbody th, table.dataTable.cell-border tbody td {
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
table.dataTable.cell-border tbody tr th:first-child,
table.dataTable.cell-border tbody tr td:first-child {
  border-left: 1px solid #ddd;
}
table.dataTable.cell-border tbody tr:first-child th,
table.dataTable.cell-border tbody tr:first-child td {
  border-top: none;
}
table.dataTable.stripe tbody tr.odd, table.dataTable.display tbody tr.odd {
  background-color: rgb(249.0075, 249.0075, 249.0075);
}
table.dataTable.stripe tbody tr.odd.selected, table.dataTable.display tbody tr.odd.selected {
  background-color: rgb(171.864, 185.535, 211.9005);
}
table.dataTable.hover tbody tr:hover, table.dataTable.display tbody tr:hover {
  background-color: rgb(245.82, 245.82, 245.82);
}
table.dataTable.hover tbody tr:hover.selected, table.dataTable.display tbody tr:hover.selected {
  background-color: rgb(169.664, 183.16, 209.188);
}
table.dataTable.order-column tbody tr > .sorting_1,
table.dataTable.order-column tbody tr > .sorting_2,
table.dataTable.order-column tbody tr > .sorting_3, table.dataTable.display tbody tr > .sorting_1,
table.dataTable.display tbody tr > .sorting_2,
table.dataTable.display tbody tr > .sorting_3 {
  background-color: rgb(249.9, 249.9, 249.9);
}
table.dataTable.order-column tbody tr.selected > .sorting_1,
table.dataTable.order-column tbody tr.selected > .sorting_2,
table.dataTable.order-column tbody tr.selected > .sorting_3, table.dataTable.display tbody tr.selected > .sorting_1,
table.dataTable.display tbody tr.selected > .sorting_2,
table.dataTable.display tbody tr.selected > .sorting_3 {
  background-color: rgb(172.48, 186.2, 212.66);
}
table.dataTable.display tbody tr.odd > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd > .sorting_1 {
  background-color: rgb(241.23, 241.23, 241.23);
}
table.dataTable.display tbody tr.odd > .sorting_2, table.dataTable.order-column.stripe tbody tr.odd > .sorting_2 {
  background-color: rgb(243.015, 243.015, 243.015);
}
table.dataTable.display tbody tr.odd > .sorting_3, table.dataTable.order-column.stripe tbody tr.odd > .sorting_3 {
  background-color: rgb(245.055, 245.055, 245.055);
}
table.dataTable.display tbody tr.odd.selected > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_1 {
  background-color: rgb(166.496, 179.74, 205.282);
}
table.dataTable.display tbody tr.odd.selected > .sorting_2, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_2 {
  background-color: rgb(167.728, 181.07, 206.801);
}
table.dataTable.display tbody tr.odd.selected > .sorting_3, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_3 {
  background-color: rgb(169.136, 182.59, 208.537);
}
table.dataTable.display tbody tr.even > .sorting_1, table.dataTable.order-column.stripe tbody tr.even > .sorting_1 {
  background-color: rgb(249.9, 249.9, 249.9);
}
table.dataTable.display tbody tr.even > .sorting_2, table.dataTable.order-column.stripe tbody tr.even > .sorting_2 {
  background-color: rgb(251.94, 251.94, 251.94);
}
table.dataTable.display tbody tr.even > .sorting_3, table.dataTable.order-column.stripe tbody tr.even > .sorting_3 {
  background-color: rgb(253.98, 253.98, 253.98);
}
table.dataTable.display tbody tr.even.selected > .sorting_1, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_1 {
  background-color: rgb(172.48, 186.2, 212.66);
}
table.dataTable.display tbody tr.even.selected > .sorting_2, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_2 {
  background-color: rgb(173.888, 187.72, 214.396);
}
table.dataTable.display tbody tr.even.selected > .sorting_3, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_3 {
  background-color: rgb(175.296, 189.24, 216.132);
}
table.dataTable.display tbody tr:hover > .sorting_1, table.dataTable.order-column.hover tbody tr:hover > .sorting_1 {
  background-color: rgb(234.09, 234.09, 234.09);
}
table.dataTable.display tbody tr:hover > .sorting_2, table.dataTable.order-column.hover tbody tr:hover > .sorting_2 {
  background-color: rgb(235.875, 235.875, 235.875);
}
table.dataTable.display tbody tr:hover > .sorting_3, table.dataTable.order-column.hover tbody tr:hover > .sorting_3 {
  background-color: rgb(238.935, 238.935, 238.935);
}
table.dataTable.display tbody tr:hover.selected > .sorting_1, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_1 {
  background-color: rgb(161.568, 174.42, 199.206);
}
table.dataTable.display tbody tr:hover.selected > .sorting_2, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_2 {
  background-color: rgb(162.8, 175.75, 200.725);
}
table.dataTable.display tbody tr:hover.selected > .sorting_3, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_3 {
  background-color: rgb(164.912, 178.03, 203.329);
}
table.dataTable.no-footer {
  border-bottom: 1px solid #111;
}
table.dataTable.nowrap th, table.dataTable.nowrap td {
  white-space: nowrap;
}
table.dataTable.compact thead th,
table.dataTable.compact thead td {
  padding: 4px 17px 4px 4px;
}
table.dataTable.compact tfoot th,
table.dataTable.compact tfoot td {
  padding: 4px;
}
table.dataTable.compact tbody th,
table.dataTable.compact tbody td {
  padding: 4px;
}
table.dataTable th.dt-left,
table.dataTable td.dt-left {
  text-align: left;
}
table.dataTable th.dt-center,
table.dataTable td.dt-center,
table.dataTable td.dataTables_empty {
  text-align: center;
}
table.dataTable th.dt-right,
table.dataTable td.dt-right {
  text-align: right;
}
table.dataTable th.dt-justify,
table.dataTable td.dt-justify {
  text-align: justify;
}
table.dataTable th.dt-nowrap,
table.dataTable td.dt-nowrap {
  white-space: nowrap;
}
table.dataTable thead th.dt-head-left,
table.dataTable thead td.dt-head-left,
table.dataTable tfoot th.dt-head-left,
table.dataTable tfoot td.dt-head-left {
  text-align: left;
}
table.dataTable thead th.dt-head-center,
table.dataTable thead td.dt-head-center,
table.dataTable tfoot th.dt-head-center,
table.dataTable tfoot td.dt-head-center {
  text-align: center;
}
table.dataTable thead th.dt-head-right,
table.dataTable thead td.dt-head-right,
table.dataTable tfoot th.dt-head-right,
table.dataTable tfoot td.dt-head-right {
  text-align: right;
}
table.dataTable thead th.dt-head-justify,
table.dataTable thead td.dt-head-justify,
table.dataTable tfoot th.dt-head-justify,
table.dataTable tfoot td.dt-head-justify {
  text-align: justify;
}
table.dataTable thead th.dt-head-nowrap,
table.dataTable thead td.dt-head-nowrap,
table.dataTable tfoot th.dt-head-nowrap,
table.dataTable tfoot td.dt-head-nowrap {
  white-space: nowrap;
}
table.dataTable tbody td.dt-body-left {
  text-align: left;
}
table.dataTable tbody td.dt-body-center {
  text-align: center;
}
table.dataTable tbody td.dt-body-right {
  text-align: right;
}
table.dataTable tbody td.dt-body-justify {
  text-align: justify;
}
table.dataTable tbody td.dt-body-nowrap {
  white-space: nowrap;
}

table.dataTable,
table.dataTable th,
table.dataTable td {
  box-sizing: content-box;
}

/*
 * Control feature layout
 */
.dataTables_wrapper {
  position: relative;
  clear: both;
  *zoom: 1;
  zoom: 1;
}
.dataTables_wrapper .dataTables_length {
  float: left;
}
.dataTables_wrapper .dataTables_filter {
  float: right;
  text-align: right;
}
.dataTables_wrapper .dataTables_filter input {
  margin-left: 0.5em;
}
.dataTables_wrapper .dataTables_info {
  clear: both;
  float: left;
  padding-top: 0.755em;
}
.dataTables_wrapper .dataTables_paginate {
  float: right;
  text-align: right;
  padding-top: 0.25em;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
  box-sizing: border-box;
  display: inline-block;
  min-width: 1.5em;
  padding: 0.5em 1em;
  margin-left: 2px;
  text-align: center;
  text-decoration: none !important;
  cursor: pointer;
  *cursor: hand;
  color: #333 !important;
  border: 1px solid transparent;
  border-radius: 2px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  color: #333 !important;
  border: 1px solid rgb(151.15, 151.15, 151.15);
  background-color: hsl(0, 0%, 114.2745098039%); /* Chrome,Safari4+ */ /* Chrome10+,Safari5.1+ */ /* FF3.6+ */ /* IE10+ */ /* Opera 11.10+ */
  background: linear-gradient(to bottom, hsl(0, 0%, 114.2745098039%) 0%, #dcdcdc 100%); /* W3C */
}
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
  cursor: default;
  color: #666 !important;
  border: 1px solid transparent;
  background: transparent;
  box-shadow: none;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  color: white !important;
  border: 1px solid #111;
  background-color: rgb(88.4, 88.4, 88.4); /* Chrome,Safari4+ */ /* Chrome10+,Safari5.1+ */ /* FF3.6+ */ /* IE10+ */ /* Opera 11.10+ */
  background: linear-gradient(to bottom, rgb(88.4, 88.4, 88.4) 0%, #111 100%); /* W3C */
}
.dataTables_wrapper .dataTables_paginate .paginate_button:active {
  outline: none;
  background-color: rgb(42.5, 42.5, 42.5); /* Chrome,Safari4+ */ /* Chrome10+,Safari5.1+ */ /* FF3.6+ */ /* IE10+ */ /* Opera 11.10+ */
  background: linear-gradient(to bottom, rgb(42.5, 42.5, 42.5) 0%, rgb(11.9, 11.9, 11.9) 100%); /* W3C */
  box-shadow: inset 0 0 3px #111;
}
.dataTables_wrapper .dataTables_paginate .ellipsis {
  padding: 0 1em;
}
.dataTables_wrapper .dataTables_processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 40px;
  margin-left: -50%;
  margin-top: -25px;
  padding-top: 20px;
  text-align: center;
  font-size: 1.2em;
  background-color: white;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
}
.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_processing,
.dataTables_wrapper .dataTables_paginate {
  color: #333;
}
.dataTables_wrapper .dataTables_scroll {
  clear: both;
}
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody {
  *margin-top: -1px;
  -webkit-overflow-scrolling: touch;
}
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody th, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody td {
  vertical-align: middle;
}
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody th > div.dataTables_sizing,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody td > div.dataTables_sizing {
  height: 0;
  overflow: hidden;
  margin: 0 !important;
  padding: 0 !important;
}
.dataTables_wrapper.no-footer .dataTables_scrollBody {
  border-bottom: 1px solid #111;
}
.dataTables_wrapper.no-footer div.dataTables_scrollHead table,
.dataTables_wrapper.no-footer div.dataTables_scrollBody table {
  border-bottom: none;
}
.dataTables_wrapper:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0;
}

@media screen and (max-width: 767px) {
  .dataTables_wrapper .dataTables_info,
  .dataTables_wrapper .dataTables_paginate {
    float: none;
    text-align: center;
  }
  .dataTables_wrapper .dataTables_paginate {
    margin-top: 0.5em;
  }
}
@media screen and (max-width: 640px) {
  .dataTables_wrapper .dataTables_length,
  .dataTables_wrapper .dataTables_filter {
    float: none;
    text-align: center;
  }
  .dataTables_wrapper .dataTables_filter {
    margin-top: 0.5em;
  }
}
/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */
.jspContainer {
  overflow: hidden;
  position: relative;
}

.jspPane {
  position: absolute;
}

.jspVerticalBar {
  position: absolute;
  top: 0;
  right: 0;
  width: 16px;
  height: 100%;
  background: red;
}

.jspHorizontalBar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 16px;
  background: red;
}

.jspVerticalBar *,
.jspHorizontalBar * {
  margin: 0;
  padding: 0;
}

.jspCap {
  display: none;
}

.jspHorizontalBar .jspCap {
  float: left;
}

.jspTrack {
  background: #dde;
  position: relative;
}

.jspDrag {
  background: #bbd;
  position: relative;
  top: 0;
  left: 0;
  cursor: pointer;
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag {
  float: left;
  height: 100%;
}

.jspArrow {
  background: #50506d;
  text-indent: -20000px;
  display: block;
  cursor: pointer;
}

.jspArrow.jspDisabled {
  cursor: default;
  background: #80808d;
}

.jspVerticalBar .jspArrow {
  height: 16px;
}

.jspHorizontalBar .jspArrow {
  width: 16px;
  float: left;
  height: 100%;
}

.jspVerticalBar .jspArrow:focus {
  outline: none;
}

.jspCorner {
  background: #eeeef4;
  float: left;
  height: 100%;
}

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner {
  margin: 0 -3px 0 0;
}

.jspHorizontalBar {
  display: none;
}

#nprogress {
  pointer-events: none;
}

#nprogress .bar {
  background: rgb(141, 57, 149);
  height: 2px;
  left: 0;
  position: absolute;
  top: 60px;
  width: 100%;
  z-index: 1031;
}

#nprogress .peg {
  transform: rotate(0deg) translate(0px, 0px);
  display: block;
  position: absolute;
  right: 0;
  width: 3px;
  height: 100%;
  box-shadow: 0 0 10px rgb(141, 57, 149), 0 0 5px rgb(141, 57, 149);
  opacity: 1;
}

#nprogress .spinner {
  display: block;
  position: absolute;
  z-index: 968;
  top: 65px;
  right: 15px;
}

#nprogress .spinner-icon {
  border-radius: 50%;
  width: 18px;
  height: 18px;
  box-sizing: border-box;
  border: solid 2px transparent;
  border-top-color: rgb(141, 57, 149);
  border-left-color: rgb(141, 57, 149);
  animation: nprogress-spinner 400ms linear infinite;
}

.nprogress-custom-parent {
  overflow: hidden;
  position: relative;
}

.nprogress-custom-parent #nprogress .spinner,
.nprogress-custom-parent #nprogress .bar {
  position: absolute;
}
@keyframes nprogress-spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@font-face {
  font-family: "radiojar";
  src: url("/static/fonts/radiojar.woff2?105wew") format("woff2"), url("/static/fonts/radiojar.ttf?105wew") format("truetype"), url("/static/fonts/radiojar.woff?105wew") format("woff"), url("/static/fonts/radiojar.svg?105wew#radiojar") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "radiojar" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-product:before {
  content: "\e94b";
}

.icon-save:before {
  content: "\e94a";
}

.icon-ftp:before {
  content: "\e943";
}

.icon-shield-alert-outline:before {
  content: "\e940";
}

.icon-shield-check-outline:before {
  content: "\e941";
}

.icon-circle-stop:before {
  content: "\e93f";
}

.icon-sort-asc:before {
  content: "\e93d";
}

.icon-start-pin:before {
  content: "\e93b";
}

.icon-flag-checkered:before {
  content: "\e93c";
}

.icon-dollar:before {
  content: "\e93a";
}

.icon-usd:before {
  content: "\e93a";
}

.icon-contract:before {
  content: "\e937";
}

.icon-duck:before {
  content: "\e914";
}

.icon-file-code-o:before {
  content: "\e910";
}

.icon-station-group:before {
  content: "\e90b";
}

.icon-pie-chart-local:before {
  content: "\e90f";
}

.icon-log-file:before {
  content: "\e92f";
}

.icon-users:before {
  content: "\e92b";
}

.icon-user-padlock:before {
  content: "\e92c";
}

.icon-cubes:before {
  content: "\e924";
}

.icon-heartbeat:before {
  content: "\e921";
}

.icon-import:before {
  content: "\e91b";
}

.icon-search:before {
  content: "\e918";
}

.icon-media-library:before {
  content: "\e624";
}

.icon-circle-check:before {
  content: "\e919";
}

.icon-sound-waves:before {
  content: "\e915";
}

.icon-podcast:before {
  content: "\f2ce";
}

.icon-copy-to-clipboard:before {
  content: "\e913";
}

.icon-calendar:before {
  content: "\e911";
}

.icon-puzzle:before {
  content: "\e909";
}

.icon-kebab-menu:before {
  content: "\e908";
}

.icon-angle-double-right:before {
  content: "\e904";
}

.icon-angle-double-left:before {
  content: "\e905";
}

.icon-cube:before {
  content: "\e90c";
}

.icon-circle-plus:before {
  content: "\e040";
}

.icon-circle-minus:before {
  content: "\e041";
}

.icon-circle-cross:before {
  content: "\e043";
}

.icon-trash:before {
  content: "\e109";
}

.icon-cross:before {
  content: "\e117";
}

.icon-menu:before {
  content: "\e120";
}

.icon-analytics:before {
  content: "\e600";
}

.icon-arrow-down:before {
  content: "\e601";
}

.icon-arrow-up:before {
  content: "\e646";
}

.icon-cog:before {
  content: "\e605";
}

.icon-information:before {
  content: "\e60b";
}

.icon-mic:before {
  content: "\e60d";
}

.icon-next:before {
  content: "\e60e";
}

.icon-pause:before {
  content: "\e60f";
}

.icon-pencil:before {
  content: "\e610";
}

.icon-play:before {
  content: "\e611";
}

.icon-plus:before {
  content: "\e613";
}

.icon-home:before {
  content: "\e615";
}

.icon-soundfx:before {
  content: "\e616";
}

.icon-trashcan:before {
  content: "\e61a";
}

.icon-upload:before {
  content: "\e61e";
}

.icon-virtual-studio:before {
  content: "\e61f";
}

.icon-profile:before {
  content: "\e623";
}

.icon-management:before {
  content: "\e625";
}

.icon-dashboard:before {
  content: "\e626";
}

.icon-mail:before {
  content: "\e627";
}

.icon-upload-to-cloud:before {
  content: "\e62b";
}

.icon-help-with-circle:before {
  content: "\e62c";
}

.icon-tools:before {
  content: "\e62f";
}

.icon-spanner:before {
  content: "\e630";
}

.icon-record:before {
  content: "\e632";
}

.icon-abc:before {
  content: "\e633";
}

.icon-microphone:before {
  content: "\e634";
}

.icon-tag:before {
  content: "\e635";
}

.icon-plus-alt:before {
  content: "\e636";
}

.icon-star:before {
  content: "\e638";
}

.icon-star-outline:before {
  content: "\e639";
}

.icon-chevron-right:before {
  content: "\e63a";
}

.icon-chevron-left:before {
  content: "\e63b";
}

.icon-write:before {
  content: "\e63c";
}

.icon-plus2:before {
  content: "\e640";
}

.icon-minus:before {
  content: "\e641";
}

.icon-sync-disabled:before {
  content: "\e948";
}

.icon-sync:before {
  content: "\e949";
}

.icon-unlock:before {
  content: "\e946";
}

.icon-lock:before {
  content: "\e947";
}

.icon-extend-time:before {
  content: "\e945";
}

.icon-server:before {
  content: "\e942";
}

.icon-mic-off:before {
  content: "\e933";
}

.icon-mic-on:before {
  content: "\e939";
}

.icon-update-time:before {
  content: "\e900";
}

.icon-radio:before {
  content: "\e91a";
}

.icon-map-pin:before {
  content: "\e91d";
}

.icon-external-link:before {
  content: "\e912";
}

.icon-circle-play:before {
  content: "\e935";
}

.icon-show:before {
  content: "\e936";
}

.icon-station:before {
  content: "\e938";
}

.icon-eye:before {
  content: "\e90e";
}

.icon-eye-off:before {
  content: "\e932";
}

.icon-pie-chart:before {
  content: "\e930";
}

.icon-sliders:before {
  content: "\e92d";
}

.icon-check:before {
  content: "\e901";
}

.icon-filter:before {
  content: "\e902";
}

.icon-timer:before {
  content: "\e903";
}

.icon-drag:before {
  content: "\e944";
}

.icon-cloud-lightning:before {
  content: "\e93e";
}

.icon-weather-rainy:before {
  content: "\e91e";
}

.icon-weather-partly-sunny:before {
  content: "\e91f";
}

.icon-checkmark-filled:before {
  content: "\e906";
}

.icon-database:before {
  content: "\e92e";
}

.icon-facebook:before {
  content: "\e925";
}

.icon-youtube:before {
  content: "\e926";
}

.icon-linkedin:before {
  content: "\e927";
}

.icon-twitter:before {
  content: "\e928";
}

.icon-sun:before {
  content: "\e922";
}

.icon-weather:before {
  content: "\e922";
}

.icon-context-menu:before {
  content: "\e907";
}

.icon-refresh:before {
  content: "\e920";
}

.icon-station1:before {
  content: "\e916";
}

.icon-angle-right:before {
  content: "\e90d";
}

.icon-angle-left:before {
  content: "\e91c";
}

.icon-user-cog:before {
  content: "\e929";
}

.icon-user:before {
  content: "\e92a";
}

.icon-columns:before {
  content: "\e917";
}

.icon-warning-filled:before {
  content: "\e90a";
}

.icon-list:before {
  content: "\e934";
}

.icon-grid:before {
  content: "\e931";
}

.icon-moon:before {
  content: "\e923";
}

.icon-night:before {
  content: "\e923";
}

/*Main container*/
.colpick {
  border-radius: 5px;
  background: #ebebeb;
  border: 1px solid #bbb;
  display: none;
  font-family: Arial, Helvetica, sans-serif;
  height: 170px;
  overflow: hidden;
  position: absolute;
  width: 346px;
  /*Prevents selecting text when dragging the selectors*/
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}

/*Color selection box with gradients*/
.colpick_color {
  position: absolute;
  left: 7px;
  top: 7px;
  width: 156px;
  height: 156px;
  overflow: hidden;
  outline: 1px solid #aaa;
  cursor: crosshair;
}

.colpick_color_overlay1 {
  position: absolute;
  left: 0;
  top: 0;
  width: 156px;
  height: 156px;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorstr='#ffffff', endColorstr='#00ffffff')"; /* IE8 */ /* FF3.6+ */ /* Chrome,Safari4+ */ /* Chrome10+,Safari5.1+ */ /* Opera 11.10+ */ /* IE10+ */
  background: linear-gradient(to right, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr="#ffffff", endColorstr="#00ffffff"); /* IE6 & IE7 */
}

.colpick_color_overlay2 {
  position: absolute;
  left: 0;
  top: 0;
  width: 156px;
  height: 156px;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#00000000', endColorstr='#000000')"; /* IE8 */ /* FF3.6+ */ /* Chrome,Safari4+ */ /* Chrome10+,Safari5.1+ */ /* Opera 11.10+ */ /* IE10+ */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#000000", GradientType=0); /* IE6-9 */
}

/*Circular color selector*/
.colpick_selector_outer {
  border-radius: 50%;
  background: none;
  position: absolute;
  width: 11px;
  height: 11px;
  margin: -6px 0 0 -6px;
  border: 1px solid black;
}

.colpick_selector_inner {
  border-radius: 50%;
  border: 1px solid #fff;
  height: 9px;
  position: absolute;
  width: 9px;
}

/*Vertical hue bar*/
.colpick_hue {
  border: 1px solid #aaa;
  cursor: n-resize;
  left: 175px;
  height: 156px;
  position: absolute;
  top: 6px;
  width: 19px;
}

/*Hue bar sliding indicator*/
.colpick_hue_arrs {
  position: absolute;
  left: -8px;
  width: 35px;
  height: 7px;
  margin: -7px 0 0 0;
}

.colpick_hue_larr {
  position: absolute;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 7px solid #858585;
}

.colpick_hue_rarr {
  position: absolute;
  right: 0;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 7px solid #858585;
}

/*New color box*/
.colpick_new_color {
  position: absolute;
  left: 207px;
  top: 6px;
  width: 60px;
  height: 27px;
  background: #f00;
  border: 1px solid #8f8f8f;
}

/*Current color box*/
.colpick_current_color {
  position: absolute;
  left: 277px;
  top: 6px;
  width: 60px;
  height: 27px;
  background: #f00;
  border: 1px solid #8f8f8f;
}

/*Input field containers*/
.colpick_field,
.colpick_hex_field {
  border-radius: 3px;
  background: #f3f3f3;
  border: 1px solid #bdbdbd;
  color: #b8b8b8;
  font-size: 12px;
  height: 20px;
  overflow: hidden;
  position: absolute;
  width: 60px;
}

.colpick_rgb_r {
  left: 207px;
  top: 40px;
}

.colpick_rgb_g {
  left: 207px;
  top: 67px;
}

.colpick_rgb_b {
  left: 207px;
  top: 94px;
}

.colpick_hsb_h {
  left: 277px;
  top: 40px;
}

.colpick_hsb_s {
  left: 277px;
  top: 67px;
}

.colpick_hsb_b {
  left: 277px;
  top: 94px;
}

.colpick_hex_field {
  left: 207px;
  top: 121px;
  width: 68px;
}

/*Text field container on focus*/
.colpick_focus {
  border-color: #999;
}

/*Field label container*/
.colpick_field_letter {
  background: #efefef;
  border-right: 1px solid #bdbdbd;
  color: #777;
  font-weight: bold;
  height: 20px;
  line-height: 20px;
  position: absolute;
  padding-left: 4px;
  width: 12px;
}

/*Text inputs*/
.colpick_field input, .colpick_hex_field input {
  background: transparent;
  border: none;
  color: #555;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  height: 20px;
  line-height: 20px;
  margin: 0;
  padding: 0;
  outline: none;
  position: absolute;
  right: 11px;
  text-align: right;
}

.colpick_hex_field input {
  right: 4px;
}

/*Field up/down arrows*/
.colpick_field_arrs {
  cursor: n-resize;
  height: 21px;
  position: absolute;
  right: 0;
  top: 0;
  width: 9px;
}

.colpick_field_uarr {
  border-bottom: 4px solid #959595;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  height: 0;
  position: absolute;
  top: 5px;
  width: 0;
}

.colpick_field_darr {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #959595;
  bottom: 5px;
  height: 0;
  position: absolute;
  width: 0;
}

/*Submit/Select button*/
.colpick_submit {
  border-radius: 3px;
  background: #efefef;
  border: 1px solid #bdbdbd;
  color: #555;
  left: 207px;
  font-size: 12px;
  font-weight: bold;
  height: 22px;
  line-height: 22px;
  position: absolute;
  top: 149px;
  text-align: center;
  width: 130px;
}

.colpick_submit:hover {
  background: #f3f3f3;
  border-color: #999;
  cursor: pointer;
}

/*full layout with no submit button*/
.colpick_full_ns .colpick_submit,
.colpick_full_ns .colpick_current_color {
  display: none;
}

.colpick_full_ns .colpick_new_color {
  height: 25px;
  width: 130px;
}

.colpick_full_ns .colpick_rgb_r,
.colpick_full_ns .colpick_hsb_h {
  top: 42px;
}

.colpick_full_ns .colpick_rgb_g,
.colpick_full_ns .colpick_hsb_s {
  top: 73px;
}

.colpick_full_ns .colpick_rgb_b,
.colpick_full_ns .colpick_hsb_b {
  top: 104px;
}

.colpick_full_ns .colpick_hex_field {
  top: 135px;
}

/*rgbhex layout*/
.colpick_rgbhex .colpick_hsb_h,
.colpick_rgbhex .colpick_hsb_s,
.colpick_rgbhex .colpick_hsb_b {
  display: none;
}

.colpick_rgbhex {
  width: 282px;
}

.colpick_rgbhex .colpick_field,
.colpick_rgbhex .colpick_submit {
  width: 68px;
}

.colpick_rgbhex .colpick_new_color {
  border-right: none;
  width: 34px;
}

.colpick_rgbhex .colpick_current_color {
  border-left: none;
  left: 240px;
  width: 34px;
}

/*rgbhex layout, no submit button*/
.colpick_rgbhex_ns .colpick_submit,
.colpick_rgbhex_ns .colpick_current_color {
  display: none;
}

.colpick_rgbhex_ns .colpick_new_color {
  border: 1px solid #8f8f8f;
  width: 68px;
}

.colpick_rgbhex_ns .colpick_rgb_r {
  top: 42px;
}

.colpick_rgbhex_ns .colpick_rgb_g {
  top: 73px;
}

.colpick_rgbhex_ns .colpick_rgb_b {
  top: 104px;
}

.colpick_rgbhex_ns .colpick_hex_field {
  top: 135px;
}

/*hex layout*/
.colpick_hex .colpick_hsb_h,
.colpick_hex .colpick_hsb_s,
.colpick_hex .colpick_hsb_b,
.colpick_hex .colpick_rgb_r,
.colpick_hex .colpick_rgb_g,
.colpick_hex .colpick_rgb_b {
  display: none;
}

.colpick_hex {
  height: 201px;
  width: 206px;
}

.colpick_hex .colpick_hex_field {
  height: 25px;
  left: 80px;
  width: 72px;
  top: 168px;
}

.colpick_hex .colpick_hex_field div,
.colpick_hex .colpick_hex_field input {
  height: 25px;
  line-height: 25px;
}

.colpick_hex .colpick_new_color {
  border-right: none;
  left: 9px;
  top: 168px;
  width: 30px;
}

.colpick_hex .colpick_current_color {
  border-left: none;
  left: 39px;
  top: 168px;
  width: 30px;
}

.colpick_hex .colpick_submit {
  height: 25px;
  left: 164px;
  line-height: 25px;
  top: 168px;
  width: 30px;
}

/*hex layout, no submit button*/
.colpick_hex_ns .colpick_submit,
.colpick_hex_ns .colpick_current_color {
  display: none;
}

.colpick_hex_ns .colpick_hex_field {
  width: 80px;
}

.colpick_hex_ns .colpick_new_color {
  border: 1px solid #8f8f8f;
  width: 60px;
}

/*Dark color scheme*/
.colpick_dark {
  background: #161616;
  border-color: #2a2a2a;
}

.colpick_dark .colpick_color {
  outline-color: #333;
}

.colpick_dark .colpick_hue {
  border-color: #555;
}

.colpick_dark .colpick_field,
.colpick_dark .colpick_hex_field {
  background: #101010;
  border-color: #2d2d2d;
}

.colpick_dark .colpick_field_letter {
  background: #131313;
  border-color: #2d2d2d;
  color: #696969;
}

.colpick_dark .colpick_field input,
.colpick_dark .colpick_hex_field input {
  color: #7a7a7a;
}

.colpick_dark .colpick_field_uarr {
  border-bottom-color: #696969;
}

.colpick_dark .colpick_field_darr {
  border-top-color: #696969;
}

.colpick_dark .colpick_focus {
  border-color: #444;
}

.colpick_dark .colpick_submit {
  background: #131313;
  border-color: #2d2d2d;
  color: #7a7a7a;
}

.colpick_dark .colpick_submit:hover {
  background-color: #101010;
  border-color: #444;
}

/*
Version: 3.5.2 Timestamp: Sat Nov  1 14:43:36 EDT 2014
*/
.select2-container {
  margin: 0;
  position: relative;
  display: inline-block;
  /* inline-block for ie7 */
  zoom: 1;
  *display: inline;
  vertical-align: middle;
}

.select2-container,
.select2-drop,
.select2-search,
.select2-search input {
  color: rgb(68, 72, 77);
  /*
    Force border-box so that % widths fit the parent
    container without overlap because of margin/padding.
    More Info : http://www.quirksmode.org/css/box.html
  */ /* webkit */ /* firefox */
  box-sizing: border-box; /* css3 */
}

.select2-container .select2-choice {
  border-radius: 8px;
  display: block;
  height: 36px;
  padding: 0 0 0 8px;
  overflow: hidden;
  position: relative;
  border: 1px solid #C7C8CA;
  white-space: nowrap;
  line-height: 26px;
  color: #444;
  text-decoration: none;
  background-clip: padding-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: #fff;
}
.select2-container.with-postfix .select2-choice,
.select2-container.with-postfix .select2-arrow {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

html[dir=rtl] .select2-container .select2-choice {
  padding: 0 8px 0 0;
}

.select2-container.select2-drop-above .select2-choice {
  border-bottom-color: #aaa;
  border-radius: 0 0 4px 4px;
}

.select2-container.select2-allowclear .select2-choice .select2-chosen {
  margin-right: 42px;
}

.select2-container .select2-choice > .select2-chosen {
  margin-right: 26px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  float: none;
  width: auto;
  font-size: 13px;
  line-height: 34px;
}

html[dir=rtl] .select2-container .select2-choice > .select2-chosen {
  margin-left: 26px;
  margin-right: 0;
}

.select2-container .select2-choice abbr {
  display: none;
  width: 12px;
  height: 12px;
  position: absolute;
  right: 24px;
  top: 11px;
  font-size: 1px;
  text-decoration: none;
  border: 0;
  background: url("/static/js/libs/select2/select2.png") right top no-repeat;
  cursor: pointer;
  outline: 0;
}

.select2-container.select2-allowclear .select2-choice abbr {
  display: inline-block;
}

.select2-container .select2-choice abbr:hover {
  cursor: pointer;
}

.select2-drop-mask {
  border: 0;
  margin: 0;
  padding: 0;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 9999;
  /* styles required for IE to work */
  background-color: rgb(68, 72, 77);
  filter: alpha(opacity=0);
}

.select2-drop {
  width: 100%;
  margin-top: -1px;
  position: absolute;
  z-index: 9999;
  top: 100%;
  background: #fff;
  color: rgb(68, 72, 77);
  font-size: 12px;
  border: 1px solid #aaa;
  border-top: 0;
  border-radius: 0 0 8px 8px;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
}

.select2-drop.select2-drop-above {
  margin-top: 1px;
  border-top: 1px solid #aaa;
  border-bottom: 0;
  border-radius: 4px 4px 0 0;
  box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.15);
}

.select2-drop-active {
  border: 2px solid rgb(141, 57, 149);
  border-top: none;
}

.select2-drop.select2-drop-above.select2-drop-active {
  border-top: 2px solid rgb(141, 57, 149);
}

.select2-drop-auto-width {
  border-top: 1px solid #aaa;
  width: auto;
}

.select2-drop-auto-width .select2-search {
  padding-top: 4px;
}

.select2-container .select2-choice .select2-arrow {
  display: inline-block;
  width: 18px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  border-left: 1px solid #aaa;
  border-radius: 0 3px 3px 0;
  background-clip: padding-box;
  background: #DCDCDC;
}

html[dir=rtl] .select2-container .select2-choice .select2-arrow {
  left: 0;
  right: auto;
  border-left: none;
  border-right: 1px solid #aaa;
  border-radius: 4px 0 0 4px;
}

.select2-container .select2-choice .select2-arrow b {
  display: block;
  width: 100%;
  height: 100%;
  background: url("/static/js/libs/select2/select2.png") no-repeat 0 1px;
  background-position: 0px 7px;
}

html[dir=rtl] .select2-container .select2-choice .select2-arrow b {
  background-position: 2px 1px;
}

.select2-search {
  display: inline-block;
  width: 100%;
  min-height: 26px;
  margin: 0;
  padding: 3px 4px 0;
  position: relative;
  z-index: 10000;
  white-space: nowrap;
}

.select2-search input {
  border-radius: 0;
  width: 100%;
  height: auto !important;
  min-height: 26px;
  padding: 4px 20px 4px 5px;
  margin: 0;
  outline: 0;
  font-family: sans-serif;
  font-size: 1em;
  border: 1px solid #aaa;
  box-shadow: none;
  background: url("/static/js/libs/select2/select2.png") no-repeat 100% -22px;
  background-color: #fff;
}

html[dir=rtl] .select2-search input {
  padding: 4px 5px 4px 20px;
  background: #fff url("/static/js/libs/select2/select2.png") no-repeat -37px -22px;
  background: url("/static/js/libs/select2/select2.png") no-repeat -37px -22px, linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0;
}

.select2-drop.select2-drop-above .select2-search input {
  margin-top: 4px;
}

.select2-search input.select2-active {
  background: #fff url("/static/js/libs/select2/select2-spinner.gif") no-repeat 100%;
}

.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
  border: 2px solid rgb(141, 57, 149);
  outline: none;
}

.select2-dropdown-open .select2-choice {
  border-bottom-color: transparent;
  box-shadow: 0 1px 0 #fff inset;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-color: #eee;
  /*
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #fff), color-stop(0.5, #eee));
  background-image: -webkit-linear-gradient(center bottom, #fff 0%, #eee 50%);
  background-image: -moz-linear-gradient(center bottom, #fff 0%, #eee 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
  background-image: linear-gradient(to top, #fff 0%, #eee 50%);
  */
}

.select2-dropdown-open {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-dropdown-open > .select2-choices {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.select2-dropdown-open.select2-drop-above .select2-choice,
.select2-dropdown-open.select2-drop-above .select2-choices {
  border: 2px solid rgb(141, 57, 149);
  border-top-color: transparent;
}

.select2-dropdown-open .select2-choice .select2-arrow {
  background: transparent;
  border-left: none;
  filter: none;
}

html[dir=rtl] .select2-dropdown-open .select2-choice .select2-arrow {
  border-right: none;
}

.select2-dropdown-open .select2-choice .select2-arrow b {
  background-position: 0px 7px;
}

html[dir=rtl] .select2-dropdown-open .select2-choice .select2-arrow b {
  background-position: -16px 1px;
}

.select2-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* results */
.select2-results {
  max-height: 250px;
  padding: 0 0 0 4px;
  margin: 4px 4px 4px 0;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-size: 12px;
}

html[dir=rtl] .select2-results {
  padding: 0 4px 0 0;
  margin: 4px 0 4px 4px;
}

.select2-results ul.select2-result-sub {
  margin: 0;
  padding-left: 0;
}

.select2-results li {
  list-style: none;
  display: list-item;
  background-image: none;
}

.select2-results li.select2-result-with-children > .select2-result-label {
  font-weight: bold;
}

.select2-results .select2-result-label {
  padding: 3px 7px 4px;
  margin: 0;
  cursor: pointer;
  min-height: 1em;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.select2-results-dept-1 .select2-result-label {
  padding-left: 20px;
}

.select2-results-dept-2 .select2-result-label {
  padding-left: 40px;
}

.select2-results-dept-3 .select2-result-label {
  padding-left: 60px;
}

.select2-results-dept-4 .select2-result-label {
  padding-left: 80px;
}

.select2-results-dept-5 .select2-result-label {
  padding-left: 100px;
}

.select2-results-dept-6 .select2-result-label {
  padding-left: 110px;
}

.select2-results-dept-7 .select2-result-label {
  padding-left: 120px;
}

.select2-results .select2-highlighted {
  background: rgb(141, 57, 149);
  color: #fff;
}

.select2-results li em {
  background: #feffde;
  font-style: normal;
}

.select2-results .select2-highlighted em {
  background: transparent;
}

.select2-results .select2-highlighted ul {
  background: #fff;
  color: #000;
}

.select2-results .select2-no-results,
.select2-results .select2-searching,
.select2-results .select2-ajax-error,
.select2-results .select2-selection-limit {
  background: rgb(68, 72, 77);
  display: list-item;
  padding-left: 5px;
  font-size: 12px;
  color: #fff;
}

/*
disabled look for disabled choices in the results dropdown
*/
.select2-results .select2-disabled.select2-highlighted {
  color: #666;
  background: #f4f4f4;
  display: list-item;
  cursor: default;
}

.select2-results .select2-disabled {
  background: #f4f4f4;
  display: list-item;
  cursor: default;
}

.select2-results .select2-selected {
  display: none;
}

.select2-more-results.select2-active {
  background: #f4f4f4 url("/static/js/libs/select2/select2-spinner.gif") no-repeat 100%;
}

.select2-results .select2-ajax-error {
  background: rgba(255, 50, 50, 0.2);
}

.select2-more-results {
  background: #f4f4f4;
  display: list-item;
}

/* disabled styles */
.select2-container.select2-container-disabled .select2-choice {
  color: rgba(68, 72, 77, 0.8);
  background-color: rgba(68, 72, 77, 0.1);
  background-image: none;
  border: 1px solid rgba(68, 72, 77, 0.3);
  cursor: default;
}

.select2-container.select2-container-disabled .select2-choice .select2-arrow {
  color: rgba(68, 72, 77, 0.8);
  background-color: rgba(68, 72, 77, 0.1);
  background-image: none;
  border-left: 0;
}

.select2-container.select2-container-disabled .select2-choice abbr {
  display: none;
}

/* multiselect */
.select2-container-multi .select2-choices {
  border-radius: 8px;
  height: auto !important;
  margin: 0;
  position: relative;
  font-size: 12px;
  font-weight: bold;
  cursor: text;
  overflow: hidden;
  padding: 3px;
  background-color: transparent;
  border: 1px solid rgba(68, 72, 77, 0.3);
}

html[dir=rtl] .select2-container-multi .select2-choices {
  padding: 0 0 0 5px;
}

.select2-locked {
  padding: 3px 5px 3px 5px !important;
}

.select2-container-multi .select2-choices {
  min-height: 26px;
}

.select2-container-multi.select2-container-active .select2-choices {
  border: 2px solid rgb(141, 57, 149);
  outline: none;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.select2-container-multi .select2-choices li {
  float: left;
  list-style: none;
}

html[dir=rtl] .select2-container-multi .select2-choices li {
  float: right;
}

.select2-container-multi .select2-choices .select2-search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
  color: #fff;
}

.select2-container-multi .select2-choices .select2-search-field input {
  padding: 0 5px;
  height: 24px;
  margin: 1px 0;
  font-size: 11px;
  color: #222;
  outline: 0;
  border: 0;
  box-shadow: none;
  background: transparent !important;
}

.select2-container-multi .select2-choices .select2-search-field input.select2-active {
  background: #transparent url("/static/js/libs/select2/select2-spinner.gif") no-repeat 100% !important;
  color: #fff;
}

.select2-default {
  color: #999 !important;
}

.select2-container-multi .select2-choices .select2-search-choice {
  border-radius: 3px;
  position: relative;
  line-height: 13px;
  color: rgb(255, 255, 255);
  cursor: default;
  background: #44484d;
  border: 1px solid #44484d;
  font-size: 12px;
  padding: 4px 9px 4px 18px;
  margin: 2px 3px 3px 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.select2-container-multi .select2-choices .select2-search-choice.error {
  background: #EF9A9A;
  border-color: #EF9A9A;
}

html[dir=rtl] .select2-container-multi .select2-choices .select2-search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 18px 3px 5px;
}

.select2-container-multi .select2-choices .select2-search-choice .select2-chosen {
  cursor: default;
}

.select2-container-multi .select2-choices .select2-search-choice-focus {
  background: rgb(141, 57, 149);
  color: #fff;
}

.select2-search-choice-close {
  display: block;
  width: 12px;
  height: 13px;
  position: absolute;
  right: 3px;
  top: 4px;
  font-size: 1px;
  outline: none;
  background: url("/static/js/libs/select2/select2.png") right top no-repeat;
}

html[dir=rtl] .select2-search-choice-close {
  right: auto;
  left: 3px;
}

.select2-container-multi .select2-search-choice-close {
  left: 3px;
}

html[dir=rtl] .select2-container-multi .select2-search-choice-close {
  left: auto;
  right: 2px;
}

.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close:hover {
  background-position: right -11px;
}

.select2-container-multi .select2-choices .select2-search-choice-focus .select2-search-choice-close {
  background-position: right -11px;
}

/* disabled styles */
.select2-container-multi.select2-container-disabled .select2-choices {
  background-color: #ECEDED;
  background-image: none;
  border: 1px solid #BABBBD;
  cursor: no-drop !important;
  opacity: 0.5;
}
.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
  background-color: #323539;
  background-image: none;
  border: 1px solid #232628;
  padding: 3px 5px 3px 5px;
}
.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-close {
  display: none;
  background: none;
}
.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice.error {
  background: #EF9A9A;
  border-color: #EF9A9A;
}

/* end multiselect */
.select2-result-selectable .select2-match,
.select2-result-unselectable .select2-match {
  text-decoration: underline;
}

.select2-offscreen, .select2-offscreen:focus {
  clip: rect(0 0 0 0) !important;
  width: 1px !important;
  height: 1px !important;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
  outline: 0 !important;
  left: 0px !important;
  top: 0px !important;
}

.select2-display-none {
  display: none;
}

.select2-measure-scrollbar {
  position: absolute;
  top: -10000px;
  left: -10000px;
  width: 100px;
  height: 100px;
  overflow: scroll;
}

/* Retina-ize icons */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 2dppx) {
  .select2-search input,
  .select2-search-choice-close,
  .select2-container .select2-choice abbr,
  .select2-container .select2-choice .select2-arrow b {
    background-image: url("/static/js/libs/select2/select2x2.png") !important;
    background-repeat: no-repeat !important;
    background-size: 60px 40px !important;
  }
  .select2-search input {
    background-position: 100% -21px !important;
  }
}
.select2-input.select2-focused, .select2-input:focus {
  border-width: 1px !important;
}

.ihmd-micro-ui {
  height: calc(100vh - 60px);
}
.ihmd-micro-ui > iframe {
  border: none;
  height: 100%;
  width: 100%;
}

/*******************************
//@-         Icon
*******************************/
@font-face {
  font-family: "Icons";
  src: url("/static/node_modules/fomantic-ui-sass/dist/themes/default/assets/fonts/icons.eot");
  src: url("/static/node_modules/fomantic-ui-sass/dist/themes/default/assets/fonts/icons.eot?#iefix") format("embedded-opentype"), url("/static/node_modules/fomantic-ui-sass/dist/themes/default/assets/fonts/icons.woff2") format("woff2"), url("/static/node_modules/fomantic-ui-sass/dist/themes/default/assets/fonts/icons.woff") format("woff"), url("/static/node_modules/fomantic-ui-sass/dist/themes/default/assets/fonts/icons.ttf") format("truetype"), url("/static/node_modules/fomantic-ui-sass/dist/themes/default/assets/fonts/icons.svg#icons") format("svg");
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-decoration: inherit;
  text-transform: none;
}
i.icon {
  display: inline-block;
  opacity: 1;
  margin: 0 0.25rem 0 0;
  width: 1.18em;
  height: 1em;
  font-family: "Icons";
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  text-align: center;
  speak: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  backface-visibility: hidden;
}

i.icon:before {
  background: none !important;
}

/*******************************
             Types
*******************************/
/*--------------
    Loading
---------------*/
i.icon.loading {
  height: 1em;
  line-height: 1;
  animation: loader 2s linear infinite;
}

/*******************************
             States
*******************************/
i.icon:hover, i.icons:hover,
i.icon:active, i.icons:active,
i.emphasized.icon:not(.disabled), i.emphasized.icons:not(.disabled) {
  opacity: 1;
}

i.disabled.icon, i.disabled.icons {
  opacity: 0.45;
  cursor: default;
  pointer-events: none;
}

/*******************************
           Variations
*******************************/
/*-------------------
        Fitted
--------------------*/
i.fitted.icon {
  width: auto;
  margin: 0 !important;
}

/*-------------------
         Link
--------------------*/
i.link.icon:not(.disabled), i.link.icons:not(.disabled) {
  cursor: pointer;
  opacity: 0.8;
  transition: opacity 0.1s ease;
}

i.link.icon:hover, i.link.icons:hover {
  opacity: 1;
}

/*-------------------
      Circular
--------------------*/
i.circular.icon {
  border-radius: 500em !important;
  line-height: 1 !important;
  padding: 0.5em 0 !important;
  box-shadow: 0 0 0 0.1em rgba(0, 0, 0, 0.1) inset;
  width: 2em !important;
  height: 2em !important;
}

i.circular.inverted.icon {
  border: none;
  box-shadow: none;
}

/*-------------------
      Flipped
--------------------*/
i.flipped.icon,
i.horizontally.flipped.icon {
  transform: scale(-1, 1);
}

i.vertically.flipped.icon {
  transform: scale(1, -1);
}

/*-------------------
      Rotated
--------------------*/
i.rotated.icon,
i.right.rotated.icon,
i.clockwise.rotated.icon {
  transform: rotate(90deg);
}

i.left.rotated.icon,
i.counterclockwise.rotated.icon {
  transform: rotate(-90deg);
}

i.halfway.rotated.icon {
  transform: rotate(180deg);
}

/*--------------------------
      Flipped & Rotated
---------------------------*/
i.rotated.flipped.icon,
i.right.rotated.flipped.icon,
i.clockwise.rotated.flipped.icon {
  transform: scale(-1, 1) rotate(90deg);
}

i.left.rotated.flipped.icon,
i.counterclockwise.rotated.flipped.icon {
  transform: scale(-1, 1) rotate(-90deg);
}

i.halfway.rotated.flipped.icon {
  transform: scale(-1, 1) rotate(180deg);
}

i.rotated.vertically.flipped.icon,
i.right.rotated.vertically.flipped.icon,
i.clockwise.rotated.vertically.flipped.icon {
  transform: scale(1, -1) rotate(90deg);
}

i.left.rotated.vertically.flipped.icon,
i.counterclockwise.rotated.vertically.flipped.icon {
  transform: scale(1, -1) rotate(-90deg);
}

i.halfway.rotated.vertically.flipped.icon {
  transform: scale(1, -1) rotate(180deg);
}

/*-------------------
      Bordered
--------------------*/
i.bordered.icon {
  line-height: 1;
  vertical-align: baseline;
  width: 2em;
  height: 2em;
  padding: 0.5em 0 !important;
  box-shadow: 0 0 0 0.1em rgba(0, 0, 0, 0.1) inset;
}

i.bordered.inverted.icon {
  border: none;
  box-shadow: none;
}

/*-------------------
      Inverted
--------------------*/
/* Inverted Shapes */
i.inverted.bordered.icon,
i.inverted.circular.icon {
  background-color: #000000;
  color: #FFFFFF;
}

i.inverted.icon {
  color: #FFFFFF;
}

/*-------------------
       Colors
--------------------*/
i.primary.icon.icon.icon.icon {
  color: #008CBA;
}

i.inverted.primary.icon.icon.icon.icon {
  color: #54c8ff;
}

i.inverted.bordered.primary.icon.icon.icon.icon,
i.inverted.circular.primary.icon.icon.icon.icon {
  background-color: #008CBA;
  color: #FFFFFF;
}

i.secondary.icon.icon.icon.icon {
  color: #e7e7e7;
}

i.inverted.secondary.icon.icon.icon.icon {
  color: #545454;
}

i.inverted.bordered.secondary.icon.icon.icon.icon,
i.inverted.circular.secondary.icon.icon.icon.icon {
  background-color: #e7e7e7;
  color: #FFFFFF;
}

i.red.icon.icon.icon.icon {
  color: #db2828;
}

i.inverted.red.icon.icon.icon.icon {
  color: #ff695e;
}

i.inverted.bordered.red.icon.icon.icon.icon,
i.inverted.circular.red.icon.icon.icon.icon {
  background-color: #db2828;
  color: #FFFFFF;
}

i.orange.icon.icon.icon.icon {
  color: #f2711c;
}

i.inverted.orange.icon.icon.icon.icon {
  color: #ff851b;
}

i.inverted.bordered.orange.icon.icon.icon.icon,
i.inverted.circular.orange.icon.icon.icon.icon {
  background-color: #f2711c;
  color: #FFFFFF;
}

i.yellow.icon.icon.icon.icon {
  color: #fbbd08;
}

i.inverted.yellow.icon.icon.icon.icon {
  color: #ffe21f;
}

i.inverted.bordered.yellow.icon.icon.icon.icon,
i.inverted.circular.yellow.icon.icon.icon.icon {
  background-color: #fbbd08;
  color: #FFFFFF;
}

i.olive.icon.icon.icon.icon {
  color: #b5cc18;
}

i.inverted.olive.icon.icon.icon.icon {
  color: #d9e778;
}

i.inverted.bordered.olive.icon.icon.icon.icon,
i.inverted.circular.olive.icon.icon.icon.icon {
  background-color: #b5cc18;
  color: #FFFFFF;
}

i.green.icon.icon.icon.icon {
  color: #21ba45;
}

i.inverted.green.icon.icon.icon.icon {
  color: #2ecc40;
}

i.inverted.bordered.green.icon.icon.icon.icon,
i.inverted.circular.green.icon.icon.icon.icon {
  background-color: #21ba45;
  color: #FFFFFF;
}

i.teal.icon.icon.icon.icon {
  color: #00b5ad;
}

i.inverted.teal.icon.icon.icon.icon {
  color: #6dffff;
}

i.inverted.bordered.teal.icon.icon.icon.icon,
i.inverted.circular.teal.icon.icon.icon.icon {
  background-color: #00b5ad;
  color: #FFFFFF;
}

i.blue.icon.icon.icon.icon {
  color: #2185d0;
}

i.inverted.blue.icon.icon.icon.icon {
  color: #54c8ff;
}

i.inverted.bordered.blue.icon.icon.icon.icon,
i.inverted.circular.blue.icon.icon.icon.icon {
  background-color: #2185d0;
  color: #FFFFFF;
}

i.violet.icon.icon.icon.icon {
  color: #6435c9;
}

i.inverted.violet.icon.icon.icon.icon {
  color: #a291fb;
}

i.inverted.bordered.violet.icon.icon.icon.icon,
i.inverted.circular.violet.icon.icon.icon.icon {
  background-color: #6435c9;
  color: #FFFFFF;
}

i.purple.icon.icon.icon.icon {
  color: #a333c8;
}

i.inverted.purple.icon.icon.icon.icon {
  color: #dc73ff;
}

i.inverted.bordered.purple.icon.icon.icon.icon,
i.inverted.circular.purple.icon.icon.icon.icon {
  background-color: #a333c8;
  color: #FFFFFF;
}

i.pink.icon.icon.icon.icon {
  color: #e03997;
}

i.inverted.pink.icon.icon.icon.icon {
  color: #ff8edf;
}

i.inverted.bordered.pink.icon.icon.icon.icon,
i.inverted.circular.pink.icon.icon.icon.icon {
  background-color: #e03997;
  color: #FFFFFF;
}

i.brown.icon.icon.icon.icon {
  color: #a5673f;
}

i.inverted.brown.icon.icon.icon.icon {
  color: #d67c1c;
}

i.inverted.bordered.brown.icon.icon.icon.icon,
i.inverted.circular.brown.icon.icon.icon.icon {
  background-color: #a5673f;
  color: #FFFFFF;
}

i.grey.icon.icon.icon.icon {
  color: #767676;
}

i.inverted.grey.icon.icon.icon.icon {
  color: #dcddde;
}

i.inverted.bordered.grey.icon.icon.icon.icon,
i.inverted.circular.grey.icon.icon.icon.icon {
  background-color: #767676;
  color: #FFFFFF;
}

i.black.icon.icon.icon.icon {
  color: #000000;
}

i.inverted.black.icon.icon.icon.icon {
  color: #545454;
}

i.inverted.bordered.black.icon.icon.icon.icon,
i.inverted.circular.black.icon.icon.icon.icon {
  background-color: #000000;
  color: #FFFFFF;
}

/*-------------------
        Sizes
--------------------*/
i.mini.mini.mini.icon,
i.mini.mini.mini.icons {
  line-height: 1;
  font-size: 0.4em;
}

i.tiny.tiny.tiny.icon,
i.tiny.tiny.tiny.icons {
  line-height: 1;
  font-size: 0.5em;
}

i.small.small.small.icon,
i.small.small.small.icons {
  line-height: 1;
  font-size: 0.75em;
}

i.icon,
i.icons {
  font-size: 1em;
}

i.large.large.large.icon,
i.large.large.large.icons {
  line-height: 1;
  vertical-align: middle;
  font-size: 1.5em;
}

i.big.big.big.icon,
i.big.big.big.icons {
  line-height: 1;
  vertical-align: middle;
  font-size: 2em;
}

i.huge.huge.huge.icon,
i.huge.huge.huge.icons {
  line-height: 1;
  vertical-align: middle;
  font-size: 4em;
}

i.massive.massive.massive.icon,
i.massive.massive.massive.icons {
  line-height: 1;
  vertical-align: middle;
  font-size: 8em;
}

/*******************************
            Groups
*******************************/
i.icons {
  display: inline-block;
  position: relative;
  line-height: 1;
}

i.icons .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  margin: 0;
}

i.icons .icon:first-child {
  position: static;
  width: auto;
  height: auto;
  vertical-align: top;
  transform: none;
}

/* Corner Icon */
i.icons .corner.icon {
  top: auto;
  left: auto;
  right: 0;
  bottom: 0;
  transform: none;
  font-size: 0.45em;
  text-shadow: -1px -1px 0 #FFFFFF, 1px -1px 0 #FFFFFF, -1px 1px 0 #FFFFFF, 1px 1px 0 #FFFFFF;
}

i.icons .icon.corner[class*="top right"] {
  top: 0;
  left: auto;
  right: 0;
  bottom: auto;
}

i.icons .icon.corner[class*="top left"] {
  top: 0;
  left: 0;
  right: auto;
  bottom: auto;
}

i.icons .icon.corner[class*="bottom left"] {
  top: auto;
  left: 0;
  right: auto;
  bottom: 0;
}

i.icons .icon.corner[class*="bottom right"] {
  top: auto;
  left: auto;
  right: 0;
  bottom: 0;
}

i.icons .inverted.corner.icon {
  text-shadow: -1px -1px 0 #000000, 1px -1px 0 #000000, -1px 1px 0 #000000, 1px 1px 0 #000000;
}

/*
* Font Awesome 5.9.0 by @fontawesome [https://fontawesome.com]
* License - https://fontawesome.com/license (Icons: CC BY 4.0 License, Fonts: SIL OFL 1.1 License, CSS: MIT License)
*/
/*******************************

Fomantic-UI integration of FontAwesome :

// class names are separated
i.icon.angle-left  =>  i.icon.angle.left

// variations are extracted
i.icon.circle      =>  i.icon.circle
i.icon.circle-o    =>  i.icon.circle.outline

// abbreviation are replaced by full words
i.icon.*-h         =>  i.icon.*.horizontal
i.icon.*-v         =>  i.icon.*.vertical
i.icon.alpha       =>  i.icon.alphabet
i.icon.asc         =>  i.icon.ascending
i.icon.desc        =>  i.icon.descending
i.icon.alt         =>  i.icon.alternate


Icons are order A-Z in their group, Solid, Outline, Thin (Pro only) and Brand

*******************************/
/*******************************
            Icons
*******************************/
/* Deprecated *In/Out Naming Conflict) */
i.icon.linkedin.in:before {
  content: "\f0e1";
}

i.icon.zoom.in:before {
  content: "\f00e";
}

i.icon.zoom.out:before {
  content: "\f010";
}

i.icon.sign.in:before {
  content: "\f2f6";
}

i.icon.in.cart:before {
  content: "\f218";
}

i.icon.log.out:before {
  content: "\f2f5";
}

i.icon.sign.out:before {
  content: "\f2f5";
}

/*******************************
          Solid Icons
*******************************/
/* Icons */
i.icon.ad:before {
  content: "\f641";
}

i.icon.address.book:before {
  content: "\f2b9";
}

i.icon.address.card:before {
  content: "\f2bb";
}

i.icon.adjust:before {
  content: "\f042";
}

i.icon.air.freshener:before {
  content: "\f5d0";
}

i.icon.align.center:before {
  content: "\f037";
}

i.icon.align.justify:before {
  content: "\f039";
}

i.icon.align.left:before {
  content: "\f036";
}

i.icon.align.right:before {
  content: "\f038";
}

i.icon.allergies:before {
  content: "\f461";
}

i.icon.ambulance:before {
  content: "\f0f9";
}

i.icon.american.sign.language.interpreting:before {
  content: "\f2a3";
}

i.icon.anchor:before {
  content: "\f13d";
}

i.icon.angle.double.down:before {
  content: "\f103";
}

i.icon.angle.double.left:before {
  content: "\f100";
}

i.icon.angle.double.right:before {
  content: "\f101";
}

i.icon.angle.double.up:before {
  content: "\f102";
}

i.icon.angle.left:before {
  content: "\f104";
}

i.icon.angle.right:before {
  content: "\f105";
}

i.icon.angle.up:before {
  content: "\f106";
}

i.icon.angle.down:before {
  content: "\f107";
}

i.icon.angry:before {
  content: "\f556";
}

i.icon.ankh:before {
  content: "\f644";
}

i.icon.archive:before {
  content: "\f187";
}

i.icon.archway:before {
  content: "\f557";
}

i.icon.arrow.alternate.circle.down:before {
  content: "\f358";
}

i.icon.arrow.alternate.circle.left:before {
  content: "\f359";
}

i.icon.arrow.alternate.circle.right:before {
  content: "\f35a";
}

i.icon.arrow.alternate.circle.up:before {
  content: "\f35b";
}

i.icon.arrow.circle.down:before {
  content: "\f0ab";
}

i.icon.arrow.circle.left:before {
  content: "\f0a8";
}

i.icon.arrow.circle.right:before {
  content: "\f0a9";
}

i.icon.arrow.circle.up:before {
  content: "\f0aa";
}

i.icon.arrow.down:before {
  content: "\f063";
}

i.icon.arrow.left:before {
  content: "\f060";
}

i.icon.arrow.right:before {
  content: "\f061";
}

i.icon.arrow.up:before {
  content: "\f062";
}

i.icon.arrows.alternate:before {
  content: "\f0b2";
}

i.icon.arrows.alternate.horizontal:before {
  content: "\f337";
}

i.icon.arrows.alternate.vertical:before {
  content: "\f338";
}

i.icon.assistive.listening.systems:before {
  content: "\f2a2";
}

i.icon.asterisk:before {
  content: "\f069";
}

i.icon.at:before {
  content: "\f1fa";
}

i.icon.atlas:before {
  content: "\f558";
}

i.icon.atom:before {
  content: "\f5d2";
}

i.icon.audio.description:before {
  content: "\f29e";
}

i.icon.award:before {
  content: "\f559";
}

i.icon.baby:before {
  content: "\f77c";
}

i.icon.baby.carriage:before {
  content: "\f77d";
}

i.icon.backspace:before {
  content: "\f55a";
}

i.icon.backward:before {
  content: "\f04a";
}

i.icon.bacon:before {
  content: "\f7e5";
}

i.icon.balance.scale:before {
  content: "\f24e";
}

i.icon.balance.scale.left:before {
  content: "\f515";
}

i.icon.balance.scale.right:before {
  content: "\f516";
}

i.icon.ban:before {
  content: "\f05e";
}

i.icon.band.aid:before {
  content: "\f462";
}

i.icon.barcode:before {
  content: "\f02a";
}

i.icon.bars:before {
  content: "\f0c9";
}

i.icon.baseball.ball:before {
  content: "\f433";
}

i.icon.basketball.ball:before {
  content: "\f434";
}

i.icon.bath:before {
  content: "\f2cd";
}

i.icon.battery.empty:before {
  content: "\f244";
}

i.icon.battery.full:before {
  content: "\f240";
}

i.icon.battery.half:before {
  content: "\f242";
}

i.icon.battery.quarter:before {
  content: "\f243";
}

i.icon.battery.three.quarters:before {
  content: "\f241";
}

i.icon.bed:before {
  content: "\f236";
}

i.icon.beer:before {
  content: "\f0fc";
}

i.icon.bell:before {
  content: "\f0f3";
}

i.icon.bell.slash:before {
  content: "\f1f6";
}

i.icon.bezier.curve:before {
  content: "\f55b";
}

i.icon.bible:before {
  content: "\f647";
}

i.icon.bicycle:before {
  content: "\f206";
}

i.icon.biking:before {
  content: "\f84a";
}

i.icon.binoculars:before {
  content: "\f1e5";
}

i.icon.biohazard:before {
  content: "\f780";
}

i.icon.birthday.cake:before {
  content: "\f1fd";
}

i.icon.blender:before {
  content: "\f517";
}

i.icon.blender.phone:before {
  content: "\f6b6";
}

i.icon.blind:before {
  content: "\f29d";
}

i.icon.blog:before {
  content: "\f781";
}

i.icon.bold:before {
  content: "\f032";
}

i.icon.bolt:before {
  content: "\f0e7";
}

i.icon.bomb:before {
  content: "\f1e2";
}

i.icon.bone:before {
  content: "\f5d7";
}

i.icon.bong:before {
  content: "\f55c";
}

i.icon.book:before {
  content: "\f02d";
}

i.icon.book.dead:before {
  content: "\f6b7";
}

i.icon.book.medical:before {
  content: "\f7e6";
}

i.icon.book.open:before {
  content: "\f518";
}

i.icon.book.reader:before {
  content: "\f5da";
}

i.icon.bookmark:before {
  content: "\f02e";
}

i.icon.border.all:before {
  content: "\f84c";
}

i.icon.border.none:before {
  content: "\f850";
}

i.icon.border.style:before {
  content: "\f853";
}

i.icon.bowling.ball:before {
  content: "\f436";
}

i.icon.box:before {
  content: "\f466";
}

i.icon.box.open:before {
  content: "\f49e";
}

i.icon.boxes:before {
  content: "\f468";
}

i.icon.braille:before {
  content: "\f2a1";
}

i.icon.brain:before {
  content: "\f5dc";
}

i.icon.bread.slice:before {
  content: "\f7ec";
}

i.icon.briefcase:before {
  content: "\f0b1";
}

i.icon.briefcase.medical:before {
  content: "\f469";
}

i.icon.broadcast.tower:before {
  content: "\f519";
}

i.icon.broom:before {
  content: "\f51a";
}

i.icon.brush:before {
  content: "\f55d";
}

i.icon.bug:before {
  content: "\f188";
}

i.icon.building:before {
  content: "\f1ad";
}

i.icon.bullhorn:before {
  content: "\f0a1";
}

i.icon.bullseye:before {
  content: "\f140";
}

i.icon.burn:before {
  content: "\f46a";
}

i.icon.bus:before {
  content: "\f207";
}

i.icon.bus.alternate:before {
  content: "\f55e";
}

i.icon.business.time:before {
  content: "\f64a";
}

i.icon.calculator:before {
  content: "\f1ec";
}

i.icon.calendar:before {
  content: "\f133";
}

i.icon.calendar.alternate:before {
  content: "\f073";
}

i.icon.calendar.check:before {
  content: "\f274";
}

i.icon.calendar.day:before {
  content: "\f783";
}

i.icon.calendar.minus:before {
  content: "\f272";
}

i.icon.calendar.plus:before {
  content: "\f271";
}

i.icon.calendar.times:before {
  content: "\f273";
}

i.icon.calendar.week:before {
  content: "\f784";
}

i.icon.camera:before {
  content: "\f030";
}

i.icon.camera.retro:before {
  content: "\f083";
}

i.icon.campground:before {
  content: "\f6bb";
}

i.icon.candy.cane:before {
  content: "\f786";
}

i.icon.cannabis:before {
  content: "\f55f";
}

i.icon.capsules:before {
  content: "\f46b";
}

i.icon.car:before {
  content: "\f1b9";
}

i.icon.car.alternate:before {
  content: "\f5de";
}

i.icon.car.battery:before {
  content: "\f5df";
}

i.icon.car.crash:before {
  content: "\f5e1";
}

i.icon.car.side:before {
  content: "\f5e4";
}

i.icon.caret.down:before {
  content: "\f0d7";
}

i.icon.caret.left:before {
  content: "\f0d9";
}

i.icon.caret.right:before {
  content: "\f0da";
}

i.icon.caret.square.down:before {
  content: "\f150";
}

i.icon.caret.square.left:before {
  content: "\f191";
}

i.icon.caret.square.right:before {
  content: "\f152";
}

i.icon.caret.square.up:before {
  content: "\f151";
}

i.icon.caret.up:before {
  content: "\f0d8";
}

i.icon.carrot:before {
  content: "\f787";
}

i.icon.cart.arrow.down:before {
  content: "\f218";
}

i.icon.cart.plus:before {
  content: "\f217";
}

i.icon.cash.register:before {
  content: "\f788";
}

i.icon.cat:before {
  content: "\f6be";
}

i.icon.certificate:before {
  content: "\f0a3";
}

i.icon.chair:before {
  content: "\f6c0";
}

i.icon.chalkboard:before {
  content: "\f51b";
}

i.icon.chalkboard.teacher:before {
  content: "\f51c";
}

i.icon.charging.station:before {
  content: "\f5e7";
}

i.icon.chart.area:before {
  content: "\f1fe";
}

i.icon.chart.bar:before {
  content: "\f080";
}

i.icon.chart.line:before {
  content: "\f201";
}

i.icon.chart.pie:before {
  content: "\f200";
}

i.icon.check:before {
  content: "\f00c";
}

i.icon.check.circle:before {
  content: "\f058";
}

i.icon.check.double:before {
  content: "\f560";
}

i.icon.check.square:before {
  content: "\f14a";
}

i.icon.cheese:before {
  content: "\f7ef";
}

i.icon.chess:before {
  content: "\f439";
}

i.icon.chess.bishop:before {
  content: "\f43a";
}

i.icon.chess.board:before {
  content: "\f43c";
}

i.icon.chess.king:before {
  content: "\f43f";
}

i.icon.chess.knight:before {
  content: "\f441";
}

i.icon.chess.pawn:before {
  content: "\f443";
}

i.icon.chess.queen:before {
  content: "\f445";
}

i.icon.chess.rook:before {
  content: "\f447";
}

i.icon.chevron.circle.down:before {
  content: "\f13a";
}

i.icon.chevron.circle.left:before {
  content: "\f137";
}

i.icon.chevron.circle.right:before {
  content: "\f138";
}

i.icon.chevron.circle.up:before {
  content: "\f139";
}

i.icon.chevron.down:before {
  content: "\f078";
}

i.icon.chevron.left:before {
  content: "\f053";
}

i.icon.chevron.right:before {
  content: "\f054";
}

i.icon.chevron.up:before {
  content: "\f077";
}

i.icon.child:before {
  content: "\f1ae";
}

i.icon.church:before {
  content: "\f51d";
}

i.icon.circle:before {
  content: "\f111";
}

i.icon.circle.notch:before {
  content: "\f1ce";
}

i.icon.city:before {
  content: "\f64f";
}

i.icon.clinic.medical:before {
  content: "\f7f2";
}

i.icon.clipboard:before {
  content: "\f328";
}

i.icon.clipboard.check:before {
  content: "\f46c";
}

i.icon.clipboard.list:before {
  content: "\f46d";
}

i.icon.clock:before {
  content: "\f017";
}

i.icon.clone:before {
  content: "\f24d";
}

i.icon.closed.captioning:before {
  content: "\f20a";
}

i.icon.cloud:before {
  content: "\f0c2";
}

i.icon.cloud.download.alternate:before {
  content: "\f381";
}

i.icon.cloud.meatball:before {
  content: "\f73b";
}

i.icon.cloud.moon:before {
  content: "\f6c3";
}

i.icon.cloud.moon.rain:before {
  content: "\f73c";
}

i.icon.cloud.rain:before {
  content: "\f73d";
}

i.icon.cloud.showers.heavy:before {
  content: "\f740";
}

i.icon.cloud.sun:before {
  content: "\f6c4";
}

i.icon.cloud.sun.rain:before {
  content: "\f743";
}

i.icon.cloud.upload.alternate:before {
  content: "\f382";
}

i.icon.cocktail:before {
  content: "\f561";
}

i.icon.code:before {
  content: "\f121";
}

i.icon.code.branch:before {
  content: "\f126";
}

i.icon.coffee:before {
  content: "\f0f4";
}

i.icon.cog:before {
  content: "\f013";
}

i.icon.cogs:before {
  content: "\f085";
}

i.icon.coins:before {
  content: "\f51e";
}

i.icon.columns:before {
  content: "\f0db";
}

i.icon.comment:before {
  content: "\f075";
}

i.icon.comment.alternate:before {
  content: "\f27a";
}

i.icon.comment.dollar:before {
  content: "\f651";
}

i.icon.comment.dots:before {
  content: "\f4ad";
}

i.icon.comment.medical:before {
  content: "\f7f5";
}

i.icon.comment.slash:before {
  content: "\f4b3";
}

i.icon.comments:before {
  content: "\f086";
}

i.icon.comments.dollar:before {
  content: "\f653";
}

i.icon.compact.disc:before {
  content: "\f51f";
}

i.icon.compass:before {
  content: "\f14e";
}

i.icon.compress:before {
  content: "\f066";
}

i.icon.compress.arrows.alternate:before {
  content: "\f78c";
}

i.icon.concierge.bell:before {
  content: "\f562";
}

i.icon.cookie:before {
  content: "\f563";
}

i.icon.cookie.bite:before {
  content: "\f564";
}

i.icon.copy:before {
  content: "\f0c5";
}

i.icon.copyright:before {
  content: "\f1f9";
}

i.icon.couch:before {
  content: "\f4b8";
}

i.icon.credit.card:before {
  content: "\f09d";
}

i.icon.crop:before {
  content: "\f125";
}

i.icon.crop.alternate:before {
  content: "\f565";
}

i.icon.cross:before {
  content: "\f654";
}

i.icon.crosshairs:before {
  content: "\f05b";
}

i.icon.crow:before {
  content: "\f520";
}

i.icon.crown:before {
  content: "\f521";
}

i.icon.crutch:before {
  content: "\f7f7";
}

i.icon.cube:before {
  content: "\f1b2";
}

i.icon.cubes:before {
  content: "\f1b3";
}

i.icon.cut:before {
  content: "\f0c4";
}

i.icon.database:before {
  content: "\f1c0";
}

i.icon.deaf:before {
  content: "\f2a4";
}

i.icon.democrat:before {
  content: "\f747";
}

i.icon.desktop:before {
  content: "\f108";
}

i.icon.dharmachakra:before {
  content: "\f655";
}

i.icon.diagnoses:before {
  content: "\f470";
}

i.icon.dice:before {
  content: "\f522";
}

i.icon.dice.d20:before {
  content: "\f6cf";
}

i.icon.dice.d6:before {
  content: "\f6d1";
}

i.icon.dice.five:before {
  content: "\f523";
}

i.icon.dice.four:before {
  content: "\f524";
}

i.icon.dice.one:before {
  content: "\f525";
}

i.icon.dice.six:before {
  content: "\f526";
}

i.icon.dice.three:before {
  content: "\f527";
}

i.icon.dice.two:before {
  content: "\f528";
}

i.icon.digital.tachograph:before {
  content: "\f566";
}

i.icon.directions:before {
  content: "\f5eb";
}

i.icon.divide:before {
  content: "\f529";
}

i.icon.dizzy:before {
  content: "\f567";
}

i.icon.dna:before {
  content: "\f471";
}

i.icon.dog:before {
  content: "\f6d3";
}

i.icon.dollar.sign:before {
  content: "\f155";
}

i.icon.dolly:before {
  content: "\f472";
}

i.icon.dolly.flatbed:before {
  content: "\f474";
}

i.icon.donate:before {
  content: "\f4b9";
}

i.icon.door.closed:before {
  content: "\f52a";
}

i.icon.door.open:before {
  content: "\f52b";
}

i.icon.dot.circle:before {
  content: "\f192";
}

i.icon.dove:before {
  content: "\f4ba";
}

i.icon.download:before {
  content: "\f019";
}

i.icon.drafting.compass:before {
  content: "\f568";
}

i.icon.dragon:before {
  content: "\f6d5";
}

i.icon.draw.polygon:before {
  content: "\f5ee";
}

i.icon.drum:before {
  content: "\f569";
}

i.icon.drum.steelpan:before {
  content: "\f56a";
}

i.icon.drumstick.bite:before {
  content: "\f6d7";
}

i.icon.dumbbell:before {
  content: "\f44b";
}

i.icon.dumpster:before {
  content: "\f793";
}

i.icon.dumpster.fire:before {
  content: "\f794";
}

i.icon.dungeon:before {
  content: "\f6d9";
}

i.icon.edit:before {
  content: "\f044";
}

i.icon.egg:before {
  content: "\f7fb";
}

i.icon.eject:before {
  content: "\f052";
}

i.icon.ellipsis.horizontal:before {
  content: "\f141";
}

i.icon.ellipsis.vertical:before {
  content: "\f142";
}

i.icon.envelope:before {
  content: "\f0e0";
}

i.icon.envelope.open:before {
  content: "\f2b6";
}

i.icon.envelope.open.text:before {
  content: "\f658";
}

i.icon.envelope.square:before {
  content: "\f199";
}

i.icon.equals:before {
  content: "\f52c";
}

i.icon.eraser:before {
  content: "\f12d";
}

i.icon.ethernet:before {
  content: "\f796";
}

i.icon.euro.sign:before {
  content: "\f153";
}

i.icon.exchange.alternate:before {
  content: "\f362";
}

i.icon.exclamation:before {
  content: "\f12a";
}

i.icon.exclamation.circle:before {
  content: "\f06a";
}

i.icon.exclamation.triangle:before {
  content: "\f071";
}

i.icon.expand:before {
  content: "\f065";
}

i.icon.expand.arrows.alternate:before {
  content: "\f31e";
}

i.icon.external.alternate:before {
  content: "\f35d";
}

i.icon.external.link.square.alternate:before {
  content: "\f360";
}

i.icon.eye:before {
  content: "\f06e";
}

i.icon.eye.dropper:before {
  content: "\f1fb";
}

i.icon.eye.slash:before {
  content: "\f070";
}

i.icon.fan:before {
  content: "\f863";
}

i.icon.fast.backward:before {
  content: "\f049";
}

i.icon.fast.forward:before {
  content: "\f050";
}

i.icon.fax:before {
  content: "\f1ac";
}

i.icon.feather:before {
  content: "\f52d";
}

i.icon.feather.alternate:before {
  content: "\f56b";
}

i.icon.female:before {
  content: "\f182";
}

i.icon.fighter.jet:before {
  content: "\f0fb";
}

i.icon.file:before {
  content: "\f15b";
}

i.icon.file.alternate:before {
  content: "\f15c";
}

i.icon.file.archive:before {
  content: "\f1c6";
}

i.icon.file.audio:before {
  content: "\f1c7";
}

i.icon.file.code:before {
  content: "\f1c9";
}

i.icon.file.contract:before {
  content: "\f56c";
}

i.icon.file.csv:before {
  content: "\f6dd";
}

i.icon.file.download:before {
  content: "\f56d";
}

i.icon.file.excel:before {
  content: "\f1c3";
}

i.icon.file.export:before {
  content: "\f56e";
}

i.icon.file.image:before {
  content: "\f1c5";
}

i.icon.file.import:before {
  content: "\f56f";
}

i.icon.file.invoice:before {
  content: "\f570";
}

i.icon.file.invoice.dollar:before {
  content: "\f571";
}

i.icon.file.medical:before {
  content: "\f477";
}

i.icon.file.medical.alternate:before {
  content: "\f478";
}

i.icon.file.pdf:before {
  content: "\f1c1";
}

i.icon.file.powerpoint:before {
  content: "\f1c4";
}

i.icon.file.prescription:before {
  content: "\f572";
}

i.icon.file.signature:before {
  content: "\f573";
}

i.icon.file.upload:before {
  content: "\f574";
}

i.icon.file.video:before {
  content: "\f1c8";
}

i.icon.file.word:before {
  content: "\f1c2";
}

i.icon.fill:before {
  content: "\f575";
}

i.icon.fill.drip:before {
  content: "\f576";
}

i.icon.film:before {
  content: "\f008";
}

i.icon.filter:before {
  content: "\f0b0";
}

i.icon.fingerprint:before {
  content: "\f577";
}

i.icon.fire:before {
  content: "\f06d";
}

i.icon.fire.alternate:before {
  content: "\f7e4";
}

i.icon.fire.extinguisher:before {
  content: "\f134";
}

i.icon.first.aid:before {
  content: "\f479";
}

i.icon.fish:before {
  content: "\f578";
}

i.icon.fist.raised:before {
  content: "\f6de";
}

i.icon.flag:before {
  content: "\f024";
}

i.icon.flag.checkered:before {
  content: "\f11e";
}

i.icon.flag.usa:before {
  content: "\f74d";
}

i.icon.flask:before {
  content: "\f0c3";
}

i.icon.flushed:before {
  content: "\f579";
}

i.icon.folder:before {
  content: "\f07b";
}

i.icon.folder.minus:before {
  content: "\f65d";
}

i.icon.folder.open:before {
  content: "\f07c";
}

i.icon.folder.plus:before {
  content: "\f65e";
}

i.icon.font:before {
  content: "\f031";
}

i.icon.football.ball:before {
  content: "\f44e";
}

i.icon.forward:before {
  content: "\f04e";
}

i.icon.frog:before {
  content: "\f52e";
}

i.icon.frown:before {
  content: "\f119";
}

i.icon.frown.open:before {
  content: "\f57a";
}

i.icon.fruit-apple:before {
  content: "\f5d1";
}

i.icon.funnel.dollar:before {
  content: "\f662";
}

i.icon.futbol:before {
  content: "\f1e3";
}

i.icon.gamepad:before {
  content: "\f11b";
}

i.icon.gas.pump:before {
  content: "\f52f";
}

i.icon.gavel:before {
  content: "\f0e3";
}

i.icon.gem:before {
  content: "\f3a5";
}

i.icon.genderless:before {
  content: "\f22d";
}

i.icon.ghost:before {
  content: "\f6e2";
}

i.icon.gift:before {
  content: "\f06b";
}

i.icon.gifts:before {
  content: "\f79c";
}

i.icon.glass.cheers:before {
  content: "\f79f";
}

i.icon.glass.martini:before {
  content: "\f000";
}

i.icon.glass.martini.alternate:before {
  content: "\f57b";
}

i.icon.glass.whiskey:before {
  content: "\f7a0";
}

i.icon.glasses:before {
  content: "\f530";
}

i.icon.globe:before {
  content: "\f0ac";
}

i.icon.globe.africa:before {
  content: "\f57c";
}

i.icon.globe.americas:before {
  content: "\f57d";
}

i.icon.globe.asia:before {
  content: "\f57e";
}

i.icon.globe.europe:before {
  content: "\f7a2";
}

i.icon.golf.ball:before {
  content: "\f450";
}

i.icon.gopuram:before {
  content: "\f664";
}

i.icon.graduation.cap:before {
  content: "\f19d";
}

i.icon.greater.than:before {
  content: "\f531";
}

i.icon.greater.than.equal:before {
  content: "\f532";
}

i.icon.grimace:before {
  content: "\f57f";
}

i.icon.grin:before {
  content: "\f580";
}

i.icon.grin.alternate:before {
  content: "\f581";
}

i.icon.grin.beam:before {
  content: "\f582";
}

i.icon.grin.beam.sweat:before {
  content: "\f583";
}

i.icon.grin.hearts:before {
  content: "\f584";
}

i.icon.grin.squint:before {
  content: "\f585";
}

i.icon.grin.squint.tears:before {
  content: "\f586";
}

i.icon.grin.stars:before {
  content: "\f587";
}

i.icon.grin.tears:before {
  content: "\f588";
}

i.icon.grin.tongue:before {
  content: "\f589";
}

i.icon.grin.tongue.squint:before {
  content: "\f58a";
}

i.icon.grin.tongue.wink:before {
  content: "\f58b";
}

i.icon.grin.wink:before {
  content: "\f58c";
}

i.icon.grip.horizontal:before {
  content: "\f58d";
}

i.icon.grip.lines:before {
  content: "\f7a4";
}

i.icon.grip.lines.vertical:before {
  content: "\f7a5";
}

i.icon.grip.vertical:before {
  content: "\f58e";
}

i.icon.guitar:before {
  content: "\f7a6";
}

i.icon.h.square:before {
  content: "\f0fd";
}

i.icon.hamburger:before {
  content: "\f805";
}

i.icon.hammer:before {
  content: "\f6e3";
}

i.icon.hamsa:before {
  content: "\f665";
}

i.icon.hand.holding:before {
  content: "\f4bd";
}

i.icon.hand.holding.heart:before {
  content: "\f4be";
}

i.icon.hand.holding.usd:before {
  content: "\f4c0";
}

i.icon.hand.lizard:before {
  content: "\f258";
}

i.icon.hand.middle.finger:before {
  content: "\f806";
}

i.icon.hand.paper:before {
  content: "\f256";
}

i.icon.hand.peace:before {
  content: "\f25b";
}

i.icon.hand.point.down:before {
  content: "\f0a7";
}

i.icon.hand.point.left:before {
  content: "\f0a5";
}

i.icon.hand.point.right:before {
  content: "\f0a4";
}

i.icon.hand.point.up:before {
  content: "\f0a6";
}

i.icon.hand.pointer:before {
  content: "\f25a";
}

i.icon.hand.rock:before {
  content: "\f255";
}

i.icon.hand.scissors:before {
  content: "\f257";
}

i.icon.hand.spock:before {
  content: "\f259";
}

i.icon.hands:before {
  content: "\f4c2";
}

i.icon.hands.helping:before {
  content: "\f4c4";
}

i.icon.handshake:before {
  content: "\f2b5";
}

i.icon.hanukiah:before {
  content: "\f6e6";
}

i.icon.hard.hat:before {
  content: "\f807";
}

i.icon.hashtag:before {
  content: "\f292";
}

i.icon.hat.wizard:before {
  content: "\f6e8";
}

i.icon.haykal:before {
  content: "\f666";
}

i.icon.hdd:before {
  content: "\f0a0";
}

i.icon.heading:before {
  content: "\f1dc";
}

i.icon.headphones:before {
  content: "\f025";
}

i.icon.headphones.alternate:before {
  content: "\f58f";
}

i.icon.headset:before {
  content: "\f590";
}

i.icon.heart:before {
  content: "\f004";
}

i.icon.heart.broken:before {
  content: "\f7a9";
}

i.icon.heartbeat:before {
  content: "\f21e";
}

i.icon.helicopter:before {
  content: "\f533";
}

i.icon.highlighter:before {
  content: "\f591";
}

i.icon.hiking:before {
  content: "\f6ec";
}

i.icon.hippo:before {
  content: "\f6ed";
}

i.icon.history:before {
  content: "\f1da";
}

i.icon.hockey.puck:before {
  content: "\f453";
}

i.icon.holly.berry:before {
  content: "\f7aa";
}

i.icon.home:before {
  content: "\f015";
}

i.icon.horse:before {
  content: "\f6f0";
}

i.icon.horse.head:before {
  content: "\f7ab";
}

i.icon.hospital:before {
  content: "\f0f8";
}

i.icon.hospital.alternate:before {
  content: "\f47d";
}

i.icon.hospital.symbol:before {
  content: "\f47e";
}

i.icon.hot.tub:before {
  content: "\f593";
}

i.icon.hotdog:before {
  content: "\f80f";
}

i.icon.hotel:before {
  content: "\f594";
}

i.icon.hourglass:before {
  content: "\f254";
}

i.icon.hourglass.end:before {
  content: "\f253";
}

i.icon.hourglass.half:before {
  content: "\f252";
}

i.icon.hourglass.start:before {
  content: "\f251";
}

i.icon.house.damage:before {
  content: "\f6f1";
}

i.icon.hryvnia:before {
  content: "\f6f2";
}

i.icon.i.cursor:before {
  content: "\f246";
}

i.icon.ice.cream:before {
  content: "\f810";
}

i.icon.icicles:before {
  content: "\f7ad";
}

i.icon.icons:before {
  content: "\f86d";
}

i.icon.id.badge:before {
  content: "\f2c1";
}

i.icon.id.card:before {
  content: "\f2c2";
}

i.icon.id.card.alternate:before {
  content: "\f47f";
}

i.icon.igloo:before {
  content: "\f7ae";
}

i.icon.image:before {
  content: "\f03e";
}

i.icon.images:before {
  content: "\f302";
}

i.icon.inbox:before {
  content: "\f01c";
}

i.icon.indent:before {
  content: "\f03c";
}

i.icon.industry:before {
  content: "\f275";
}

i.icon.infinity:before {
  content: "\f534";
}

i.icon.info:before {
  content: "\f129";
}

i.icon.info.circle:before {
  content: "\f05a";
}

i.icon.italic:before {
  content: "\f033";
}

i.icon.jedi:before {
  content: "\f669";
}

i.icon.joint:before {
  content: "\f595";
}

i.icon.journal.whills:before {
  content: "\f66a";
}

i.icon.kaaba:before {
  content: "\f66b";
}

i.icon.key:before {
  content: "\f084";
}

i.icon.keyboard:before {
  content: "\f11c";
}

i.icon.khanda:before {
  content: "\f66d";
}

i.icon.kiss:before {
  content: "\f596";
}

i.icon.kiss.beam:before {
  content: "\f597";
}

i.icon.kiss.wink.heart:before {
  content: "\f598";
}

i.icon.kiwi.bird:before {
  content: "\f535";
}

i.icon.landmark:before {
  content: "\f66f";
}

i.icon.language:before {
  content: "\f1ab";
}

i.icon.laptop:before {
  content: "\f109";
}

i.icon.laptop.code:before {
  content: "\f5fc";
}

i.icon.laptop.medical:before {
  content: "\f812";
}

i.icon.laugh:before {
  content: "\f599";
}

i.icon.laugh.beam:before {
  content: "\f59a";
}

i.icon.laugh.squint:before {
  content: "\f59b";
}

i.icon.laugh.wink:before {
  content: "\f59c";
}

i.icon.layer.group:before {
  content: "\f5fd";
}

i.icon.leaf:before {
  content: "\f06c";
}

i.icon.lemon:before {
  content: "\f094";
}

i.icon.less.than:before {
  content: "\f536";
}

i.icon.less.than.equal:before {
  content: "\f537";
}

i.icon.level.down.alternate:before {
  content: "\f3be";
}

i.icon.level.up.alternate:before {
  content: "\f3bf";
}

i.icon.life.ring:before {
  content: "\f1cd";
}

i.icon.lightbulb:before {
  content: "\f0eb";
}

i.icon.linkify:before {
  content: "\f0c1";
}

i.icon.lira.sign:before {
  content: "\f195";
}

i.icon.list:before {
  content: "\f03a";
}

i.icon.list.alternate:before {
  content: "\f022";
}

i.icon.list.ol:before {
  content: "\f0cb";
}

i.icon.list.ul:before {
  content: "\f0ca";
}

i.icon.location.arrow:before {
  content: "\f124";
}

i.icon.lock:before {
  content: "\f023";
}

i.icon.lock.open:before {
  content: "\f3c1";
}

i.icon.long.arrow.alternate.down:before {
  content: "\f309";
}

i.icon.long.arrow.alternate.left:before {
  content: "\f30a";
}

i.icon.long.arrow.alternate.right:before {
  content: "\f30b";
}

i.icon.long.arrow.alternate.up:before {
  content: "\f30c";
}

i.icon.low.vision:before {
  content: "\f2a8";
}

i.icon.luggage.cart:before {
  content: "\f59d";
}

i.icon.magic:before {
  content: "\f0d0";
}

i.icon.magnet:before {
  content: "\f076";
}

i.icon.mail.bulk:before {
  content: "\f674";
}

i.icon.male:before {
  content: "\f183";
}

i.icon.map:before {
  content: "\f279";
}

i.icon.map.marked:before {
  content: "\f59f";
}

i.icon.map.marked.alternate:before {
  content: "\f5a0";
}

i.icon.map.marker:before {
  content: "\f041";
}

i.icon.map.marker.alternate:before {
  content: "\f3c5";
}

i.icon.map.pin:before {
  content: "\f276";
}

i.icon.map.signs:before {
  content: "\f277";
}

i.icon.marker:before {
  content: "\f5a1";
}

i.icon.mars:before {
  content: "\f222";
}

i.icon.mars.double:before {
  content: "\f227";
}

i.icon.mars.stroke:before {
  content: "\f229";
}

i.icon.mars.stroke.horizontal:before {
  content: "\f22b";
}

i.icon.mars.stroke.vertical:before {
  content: "\f22a";
}

i.icon.mask:before {
  content: "\f6fa";
}

i.icon.medal:before {
  content: "\f5a2";
}

i.icon.medkit:before {
  content: "\f0fa";
}

i.icon.meh:before {
  content: "\f11a";
}

i.icon.meh.blank:before {
  content: "\f5a4";
}

i.icon.meh.rolling.eyes:before {
  content: "\f5a5";
}

i.icon.memory:before {
  content: "\f538";
}

i.icon.menorah:before {
  content: "\f676";
}

i.icon.mercury:before {
  content: "\f223";
}

i.icon.meteor:before {
  content: "\f753";
}

i.icon.microchip:before {
  content: "\f2db";
}

i.icon.microphone:before {
  content: "\f130";
}

i.icon.microphone.alternate:before {
  content: "\f3c9";
}

i.icon.microphone.alternate.slash:before {
  content: "\f539";
}

i.icon.microphone.slash:before {
  content: "\f131";
}

i.icon.microscope:before {
  content: "\f610";
}

i.icon.minus:before {
  content: "\f068";
}

i.icon.minus.circle:before {
  content: "\f056";
}

i.icon.minus.square:before {
  content: "\f146";
}

i.icon.mitten:before {
  content: "\f7b5";
}

i.icon.mobile:before {
  content: "\f10b";
}

i.icon.mobile.alternate:before {
  content: "\f3cd";
}

i.icon.money.bill:before {
  content: "\f0d6";
}

i.icon.money.bill.alternate:before {
  content: "\f3d1";
}

i.icon.money.bill.wave:before {
  content: "\f53a";
}

i.icon.money.bill.wave.alternate:before {
  content: "\f53b";
}

i.icon.money.check:before {
  content: "\f53c";
}

i.icon.money.check.alternate:before {
  content: "\f53d";
}

i.icon.monument:before {
  content: "\f5a6";
}

i.icon.moon:before {
  content: "\f186";
}

i.icon.mortar.pestle:before {
  content: "\f5a7";
}

i.icon.mosque:before {
  content: "\f678";
}

i.icon.motorcycle:before {
  content: "\f21c";
}

i.icon.mountain:before {
  content: "\f6fc";
}

i.icon.mouse.pointer:before {
  content: "\f245";
}

i.icon.mug.hot:before {
  content: "\f7b6";
}

i.icon.music:before {
  content: "\f001";
}

i.icon.network.wired:before {
  content: "\f6ff";
}

i.icon.neuter:before {
  content: "\f22c";
}

i.icon.newspaper:before {
  content: "\f1ea";
}

i.icon.not.equal:before {
  content: "\f53e";
}

i.icon.notes.medical:before {
  content: "\f481";
}

i.icon.object.group:before {
  content: "\f247";
}

i.icon.object.ungroup:before {
  content: "\f248";
}

i.icon.oil.can:before {
  content: "\f613";
}

i.icon.om:before {
  content: "\f679";
}

i.icon.otter:before {
  content: "\f700";
}

i.icon.outdent:before {
  content: "\f03b";
}

i.icon.pager:before {
  content: "\f815";
}

i.icon.paint.brush:before {
  content: "\f1fc";
}

i.icon.paint.roller:before {
  content: "\f5aa";
}

i.icon.palette:before {
  content: "\f53f";
}

i.icon.pallet:before {
  content: "\f482";
}

i.icon.paper.plane:before {
  content: "\f1d8";
}

i.icon.paperclip:before {
  content: "\f0c6";
}

i.icon.parachute.box:before {
  content: "\f4cd";
}

i.icon.paragraph:before {
  content: "\f1dd";
}

i.icon.parking:before {
  content: "\f540";
}

i.icon.passport:before {
  content: "\f5ab";
}

i.icon.pastafarianism:before {
  content: "\f67b";
}

i.icon.paste:before {
  content: "\f0ea";
}

i.icon.pause:before {
  content: "\f04c";
}

i.icon.pause.circle:before {
  content: "\f28b";
}

i.icon.paw:before {
  content: "\f1b0";
}

i.icon.peace:before {
  content: "\f67c";
}

i.icon.pen:before {
  content: "\f304";
}

i.icon.pen.alternate:before {
  content: "\f305";
}

i.icon.pen.fancy:before {
  content: "\f5ac";
}

i.icon.pen.nib:before {
  content: "\f5ad";
}

i.icon.pen.square:before {
  content: "\f14b";
}

i.icon.pencil.alternate:before {
  content: "\f303";
}

i.icon.pencil.ruler:before {
  content: "\f5ae";
}

i.icon.people.carry:before {
  content: "\f4ce";
}

i.icon.pepper.hot:before {
  content: "\f816";
}

i.icon.percent:before {
  content: "\f295";
}

i.icon.percentage:before {
  content: "\f541";
}

i.icon.person.booth:before {
  content: "\f756";
}

i.icon.phone:before {
  content: "\f095";
}

i.icon.phone.alternate:before {
  content: "\f879";
}

i.icon.phone.slash:before {
  content: "\f3dd";
}

i.icon.phone.square:before {
  content: "\f098";
}

i.icon.phone.square.alternate:before {
  content: "\f87b";
}

i.icon.phone.volume:before {
  content: "\f2a0";
}

i.icon.photo.video:before {
  content: "\f87c";
}

i.icon.piggy.bank:before {
  content: "\f4d3";
}

i.icon.pills:before {
  content: "\f484";
}

i.icon.pizza.slice:before {
  content: "\f818";
}

i.icon.place.of.worship:before {
  content: "\f67f";
}

i.icon.plane:before {
  content: "\f072";
}

i.icon.plane.arrival:before {
  content: "\f5af";
}

i.icon.plane.departure:before {
  content: "\f5b0";
}

i.icon.play:before {
  content: "\f04b";
}

i.icon.play.circle:before {
  content: "\f144";
}

i.icon.plug:before {
  content: "\f1e6";
}

i.icon.plus:before {
  content: "\f067";
}

i.icon.plus.circle:before {
  content: "\f055";
}

i.icon.plus.square:before {
  content: "\f0fe";
}

i.icon.podcast:before {
  content: "\f2ce";
}

i.icon.poll:before {
  content: "\f681";
}

i.icon.poll.horizontal:before {
  content: "\f682";
}

i.icon.poo:before {
  content: "\f2fe";
}

i.icon.poo.storm:before {
  content: "\f75a";
}

i.icon.poop:before {
  content: "\f619";
}

i.icon.portrait:before {
  content: "\f3e0";
}

i.icon.pound.sign:before {
  content: "\f154";
}

i.icon.power.off:before {
  content: "\f011";
}

i.icon.pray:before {
  content: "\f683";
}

i.icon.praying.hands:before {
  content: "\f684";
}

i.icon.prescription:before {
  content: "\f5b1";
}

i.icon.prescription.bottle:before {
  content: "\f485";
}

i.icon.prescription.bottle.alternate:before {
  content: "\f486";
}

i.icon.print:before {
  content: "\f02f";
}

i.icon.procedures:before {
  content: "\f487";
}

i.icon.project.diagram:before {
  content: "\f542";
}

i.icon.puzzle.piece:before {
  content: "\f12e";
}

i.icon.qrcode:before {
  content: "\f029";
}

i.icon.question:before {
  content: "\f128";
}

i.icon.question.circle:before {
  content: "\f059";
}

i.icon.quidditch:before {
  content: "\f458";
}

i.icon.quote.left:before {
  content: "\f10d";
}

i.icon.quote.right:before {
  content: "\f10e";
}

i.icon.quran:before {
  content: "\f687";
}

i.icon.radiation:before {
  content: "\f7b9";
}

i.icon.radiation.alternate:before {
  content: "\f7ba";
}

i.icon.rainbow:before {
  content: "\f75b";
}

i.icon.random:before {
  content: "\f074";
}

i.icon.receipt:before {
  content: "\f543";
}

i.icon.recycle:before {
  content: "\f1b8";
}

i.icon.redo:before {
  content: "\f01e";
}

i.icon.redo.alternate:before {
  content: "\f2f9";
}

i.icon.registered:before {
  content: "\f25d";
}

i.icon.remove.format:before {
  content: "\f87d";
}

i.icon.reply:before {
  content: "\f3e5";
}

i.icon.reply.all:before {
  content: "\f122";
}

i.icon.republican:before {
  content: "\f75e";
}

i.icon.restroom:before {
  content: "\f7bd";
}

i.icon.retweet:before {
  content: "\f079";
}

i.icon.ribbon:before {
  content: "\f4d6";
}

i.icon.ring:before {
  content: "\f70b";
}

i.icon.road:before {
  content: "\f018";
}

i.icon.robot:before {
  content: "\f544";
}

i.icon.rocket:before {
  content: "\f135";
}

i.icon.route:before {
  content: "\f4d7";
}

i.icon.rss:before {
  content: "\f09e";
}

i.icon.rss.square:before {
  content: "\f143";
}

i.icon.ruble.sign:before {
  content: "\f158";
}

i.icon.ruler:before {
  content: "\f545";
}

i.icon.ruler.combined:before {
  content: "\f546";
}

i.icon.ruler.horizontal:before {
  content: "\f547";
}

i.icon.ruler.vertical:before {
  content: "\f548";
}

i.icon.running:before {
  content: "\f70c";
}

i.icon.rupee.sign:before {
  content: "\f156";
}

i.icon.sad.cry:before {
  content: "\f5b3";
}

i.icon.sad.tear:before {
  content: "\f5b4";
}

i.icon.satellite:before {
  content: "\f7bf";
}

i.icon.satellite.dish:before {
  content: "\f7c0";
}

i.icon.save:before {
  content: "\f0c7";
}

i.icon.school:before {
  content: "\f549";
}

i.icon.screwdriver:before {
  content: "\f54a";
}

i.icon.scroll:before {
  content: "\f70e";
}

i.icon.sd.card:before {
  content: "\f7c2";
}

i.icon.search:before {
  content: "\f002";
}

i.icon.search.dollar:before {
  content: "\f688";
}

i.icon.search.location:before {
  content: "\f689";
}

i.icon.search.minus:before {
  content: "\f010";
}

i.icon.search.plus:before {
  content: "\f00e";
}

i.icon.seedling:before {
  content: "\f4d8";
}

i.icon.server:before {
  content: "\f233";
}

i.icon.shapes:before {
  content: "\f61f";
}

i.icon.share:before {
  content: "\f064";
}

i.icon.share.alternate:before {
  content: "\f1e0";
}

i.icon.share.alternate.square:before {
  content: "\f1e1";
}

i.icon.share.square:before {
  content: "\f14d";
}

i.icon.shekel.sign:before {
  content: "\f20b";
}

i.icon.shield.alternate:before {
  content: "\f3ed";
}

i.icon.ship:before {
  content: "\f21a";
}

i.icon.shipping.fast:before {
  content: "\f48b";
}

i.icon.shoe.prints:before {
  content: "\f54b";
}

i.icon.shopping.bag:before {
  content: "\f290";
}

i.icon.shopping.basket:before {
  content: "\f291";
}

i.icon.shopping.cart:before {
  content: "\f07a";
}

i.icon.shower:before {
  content: "\f2cc";
}

i.icon.shuttle.van:before {
  content: "\f5b6";
}

i.icon.sign:before {
  content: "\f4d9";
}

i.icon.sign.in.alternate:before {
  content: "\f2f6";
}

i.icon.sign.language:before {
  content: "\f2a7";
}

i.icon.sign.out.alternate:before {
  content: "\f2f5";
}

i.icon.signal:before {
  content: "\f012";
}

i.icon.signature:before {
  content: "\f5b7";
}

i.icon.sim.card:before {
  content: "\f7c4";
}

i.icon.sitemap:before {
  content: "\f0e8";
}

i.icon.skating:before {
  content: "\f7c5";
}

i.icon.skiing:before {
  content: "\f7c9";
}

i.icon.skiing.nordic:before {
  content: "\f7ca";
}

i.icon.skull:before {
  content: "\f54c";
}

i.icon.skull.crossbones:before {
  content: "\f714";
}

i.icon.slash:before {
  content: "\f715";
}

i.icon.sleigh:before {
  content: "\f7cc";
}

i.icon.sliders.horizontal:before {
  content: "\f1de";
}

i.icon.smile:before {
  content: "\f118";
}

i.icon.smile.beam:before {
  content: "\f5b8";
}

i.icon.smile.wink:before {
  content: "\f4da";
}

i.icon.smog:before {
  content: "\f75f";
}

i.icon.smoking:before {
  content: "\f48d";
}

i.icon.smoking.ban:before {
  content: "\f54d";
}

i.icon.sms:before {
  content: "\f7cd";
}

i.icon.snowboarding:before {
  content: "\f7ce";
}

i.icon.snowflake:before {
  content: "\f2dc";
}

i.icon.snowman:before {
  content: "\f7d0";
}

i.icon.snowplow:before {
  content: "\f7d2";
}

i.icon.socks:before {
  content: "\f696";
}

i.icon.solar.panel:before {
  content: "\f5ba";
}

i.icon.sort:before {
  content: "\f0dc";
}

i.icon.sort.alphabet.down:before {
  content: "\f15d";
}

i.icon.sort.alphabet.down.alternate:before {
  content: "\f881";
}

i.icon.sort.alphabet.up:before {
  content: "\f15e";
}

i.icon.sort.alphabet.up.alternate:before {
  content: "\f882";
}

i.icon.sort.amount.down:before {
  content: "\f160";
}

i.icon.sort.amount.down.alternate:before {
  content: "\f884";
}

i.icon.sort.amount.up:before {
  content: "\f161";
}

i.icon.sort.amount.up.alternate:before {
  content: "\f885";
}

i.icon.sort.down:before {
  content: "\f0dd";
}

i.icon.sort.numeric.down:before {
  content: "\f162";
}

i.icon.sort.numeric.down.alternate:before {
  content: "\f886";
}

i.icon.sort.numeric.up:before {
  content: "\f163";
}

i.icon.sort.numeric.up.alternate:before {
  content: "\f887";
}

i.icon.sort.up:before {
  content: "\f0de";
}

i.icon.spa:before {
  content: "\f5bb";
}

i.icon.space.shuttle:before {
  content: "\f197";
}

i.icon.spell.check:before {
  content: "\f891";
}

i.icon.spider:before {
  content: "\f717";
}

i.icon.spinner:before {
  content: "\f110";
}

i.icon.splotch:before {
  content: "\f5bc";
}

i.icon.spray.can:before {
  content: "\f5bd";
}

i.icon.square:before {
  content: "\f0c8";
}

i.icon.square.full:before {
  content: "\f45c";
}

i.icon.square.root.alternate:before {
  content: "\f698";
}

i.icon.stamp:before {
  content: "\f5bf";
}

i.icon.star:before {
  content: "\f005";
}

i.icon.star.and.crescent:before {
  content: "\f699";
}

i.icon.star.half:before {
  content: "\f089";
}

i.icon.star.half.alternate:before {
  content: "\f5c0";
}

i.icon.star.of.david:before {
  content: "\f69a";
}

i.icon.star.of.life:before {
  content: "\f621";
}

i.icon.step.backward:before {
  content: "\f048";
}

i.icon.step.forward:before {
  content: "\f051";
}

i.icon.stethoscope:before {
  content: "\f0f1";
}

i.icon.sticky.note:before {
  content: "\f249";
}

i.icon.stop:before {
  content: "\f04d";
}

i.icon.stop.circle:before {
  content: "\f28d";
}

i.icon.stopwatch:before {
  content: "\f2f2";
}

i.icon.store:before {
  content: "\f54e";
}

i.icon.store.alternate:before {
  content: "\f54f";
}

i.icon.stream:before {
  content: "\f550";
}

i.icon.street.view:before {
  content: "\f21d";
}

i.icon.strikethrough:before {
  content: "\f0cc";
}

i.icon.stroopwafel:before {
  content: "\f551";
}

i.icon.subscript:before {
  content: "\f12c";
}

i.icon.subway:before {
  content: "\f239";
}

i.icon.suitcase:before {
  content: "\f0f2";
}

i.icon.suitcase.rolling:before {
  content: "\f5c1";
}

i.icon.sun:before {
  content: "\f185";
}

i.icon.superscript:before {
  content: "\f12b";
}

i.icon.surprise:before {
  content: "\f5c2";
}

i.icon.swatchbook:before {
  content: "\f5c3";
}

i.icon.swimmer:before {
  content: "\f5c4";
}

i.icon.swimming.pool:before {
  content: "\f5c5";
}

i.icon.synagogue:before {
  content: "\f69b";
}

i.icon.sync:before {
  content: "\f021";
}

i.icon.sync.alternate:before {
  content: "\f2f1";
}

i.icon.syringe:before {
  content: "\f48e";
}

i.icon.table:before {
  content: "\f0ce";
}

i.icon.table.tennis:before {
  content: "\f45d";
}

i.icon.tablet:before {
  content: "\f10a";
}

i.icon.tablet.alternate:before {
  content: "\f3fa";
}

i.icon.tablets:before {
  content: "\f490";
}

i.icon.tachometer.alternate:before {
  content: "\f3fd";
}

i.icon.tag:before {
  content: "\f02b";
}

i.icon.tags:before {
  content: "\f02c";
}

i.icon.tape:before {
  content: "\f4db";
}

i.icon.tasks:before {
  content: "\f0ae";
}

i.icon.taxi:before {
  content: "\f1ba";
}

i.icon.teeth:before {
  content: "\f62e";
}

i.icon.teeth.open:before {
  content: "\f62f";
}

i.icon.temperature.high:before {
  content: "\f769";
}

i.icon.temperature.low:before {
  content: "\f76b";
}

i.icon.tenge:before {
  content: "\f7d7";
}

i.icon.terminal:before {
  content: "\f120";
}

i.icon.text.height:before {
  content: "\f034";
}

i.icon.text.width:before {
  content: "\f035";
}

i.icon.th:before {
  content: "\f00a";
}

i.icon.th.large:before {
  content: "\f009";
}

i.icon.th.list:before {
  content: "\f00b";
}

i.icon.theater.masks:before {
  content: "\f630";
}

i.icon.thermometer:before {
  content: "\f491";
}

i.icon.thermometer.empty:before {
  content: "\f2cb";
}

i.icon.thermometer.full:before {
  content: "\f2c7";
}

i.icon.thermometer.half:before {
  content: "\f2c9";
}

i.icon.thermometer.quarter:before {
  content: "\f2ca";
}

i.icon.thermometer.three.quarters:before {
  content: "\f2c8";
}

i.icon.thumbs.down:before {
  content: "\f165";
}

i.icon.thumbs.up:before {
  content: "\f164";
}

i.icon.thumbtack:before {
  content: "\f08d";
}

i.icon.ticket.alternate:before {
  content: "\f3ff";
}

i.icon.times:before {
  content: "\f00d";
}

i.icon.times.circle:before {
  content: "\f057";
}

i.icon.tint:before {
  content: "\f043";
}

i.icon.tint.slash:before {
  content: "\f5c7";
}

i.icon.tired:before {
  content: "\f5c8";
}

i.icon.toggle.off:before {
  content: "\f204";
}

i.icon.toggle.on:before {
  content: "\f205";
}

i.icon.toilet:before {
  content: "\f7d8";
}

i.icon.toilet.paper:before {
  content: "\f71e";
}

i.icon.toolbox:before {
  content: "\f552";
}

i.icon.tools:before {
  content: "\f7d9";
}

i.icon.tooth:before {
  content: "\f5c9";
}

i.icon.torah:before {
  content: "\f6a0";
}

i.icon.torii.gate:before {
  content: "\f6a1";
}

i.icon.tractor:before {
  content: "\f722";
}

i.icon.trademark:before {
  content: "\f25c";
}

i.icon.traffic.light:before {
  content: "\f637";
}

i.icon.train:before {
  content: "\f238";
}

i.icon.tram:before {
  content: "\f7da";
}

i.icon.transgender:before {
  content: "\f224";
}

i.icon.transgender.alternate:before {
  content: "\f225";
}

i.icon.trash:before {
  content: "\f1f8";
}

i.icon.trash.alternate:before {
  content: "\f2ed";
}

i.icon.trash.restore:before {
  content: "\f829";
}

i.icon.trash.restore.alternate:before {
  content: "\f82a";
}

i.icon.tree:before {
  content: "\f1bb";
}

i.icon.trophy:before {
  content: "\f091";
}

i.icon.truck:before {
  content: "\f0d1";
}

i.icon.truck.monster:before {
  content: "\f63b";
}

i.icon.truck.moving:before {
  content: "\f4df";
}

i.icon.truck.packing:before {
  content: "\f4de";
}

i.icon.truck.pickup:before {
  content: "\f63c";
}

i.icon.tshirt:before {
  content: "\f553";
}

i.icon.tty:before {
  content: "\f1e4";
}

i.icon.tv:before {
  content: "\f26c";
}

i.icon.umbrella:before {
  content: "\f0e9";
}

i.icon.umbrella.beach:before {
  content: "\f5ca";
}

i.icon.underline:before {
  content: "\f0cd";
}

i.icon.undo:before {
  content: "\f0e2";
}

i.icon.undo.alternate:before {
  content: "\f2ea";
}

i.icon.universal.access:before {
  content: "\f29a";
}

i.icon.university:before {
  content: "\f19c";
}

i.icon.unlink:before {
  content: "\f127";
}

i.icon.unlock:before {
  content: "\f09c";
}

i.icon.unlock.alternate:before {
  content: "\f13e";
}

i.icon.upload:before {
  content: "\f093";
}

i.icon.user:before {
  content: "\f007";
}

i.icon.user.alternate:before {
  content: "\f406";
}

i.icon.user.alternate.slash:before {
  content: "\f4fa";
}

i.icon.user.astronaut:before {
  content: "\f4fb";
}

i.icon.user.check:before {
  content: "\f4fc";
}

i.icon.user.circle:before {
  content: "\f2bd";
}

i.icon.user.clock:before {
  content: "\f4fd";
}

i.icon.user.cog:before {
  content: "\f4fe";
}

i.icon.user.edit:before {
  content: "\f4ff";
}

i.icon.user.friends:before {
  content: "\f500";
}

i.icon.user.graduate:before {
  content: "\f501";
}

i.icon.user.injured:before {
  content: "\f728";
}

i.icon.user.lock:before {
  content: "\f502";
}

i.icon.user.md:before {
  content: "\f0f0";
}

i.icon.user.minus:before {
  content: "\f503";
}

i.icon.user.ninja:before {
  content: "\f504";
}

i.icon.user.nurse:before {
  content: "\f82f";
}

i.icon.user.plus:before {
  content: "\f234";
}

i.icon.user.secret:before {
  content: "\f21b";
}

i.icon.user.shield:before {
  content: "\f505";
}

i.icon.user.slash:before {
  content: "\f506";
}

i.icon.user.tag:before {
  content: "\f507";
}

i.icon.user.tie:before {
  content: "\f508";
}

i.icon.user.times:before {
  content: "\f235";
}

i.icon.users:before {
  content: "\f0c0";
}

i.icon.users.cog:before {
  content: "\f509";
}

i.icon.utensil.spoon:before {
  content: "\f2e5";
}

i.icon.utensils:before {
  content: "\f2e7";
}

i.icon.vector.square:before {
  content: "\f5cb";
}

i.icon.venus:before {
  content: "\f221";
}

i.icon.venus.double:before {
  content: "\f226";
}

i.icon.venus.mars:before {
  content: "\f228";
}

i.icon.vial:before {
  content: "\f492";
}

i.icon.vials:before {
  content: "\f493";
}

i.icon.video:before {
  content: "\f03d";
}

i.icon.video.slash:before {
  content: "\f4e2";
}

i.icon.vihara:before {
  content: "\f6a7";
}

i.icon.voicemail:before {
  content: "\f897";
}

i.icon.volleyball.ball:before {
  content: "\f45f";
}

i.icon.volume.down:before {
  content: "\f027";
}

i.icon.volume.mute:before {
  content: "\f6a9";
}

i.icon.volume.off:before {
  content: "\f026";
}

i.icon.volume.up:before {
  content: "\f028";
}

i.icon.vote.yea:before {
  content: "\f772";
}

i.icon.vr.cardboard:before {
  content: "\f729";
}

i.icon.walking:before {
  content: "\f554";
}

i.icon.wallet:before {
  content: "\f555";
}

i.icon.warehouse:before {
  content: "\f494";
}

i.icon.water:before {
  content: "\f773";
}

i.icon.wave.square:before {
  content: "\f83e";
}

i.icon.weight:before {
  content: "\f496";
}

i.icon.weight.hanging:before {
  content: "\f5cd";
}

i.icon.wheelchair:before {
  content: "\f193";
}

i.icon.wifi:before {
  content: "\f1eb";
}

i.icon.wind:before {
  content: "\f72e";
}

i.icon.window.close:before {
  content: "\f410";
}

i.icon.window.maximize:before {
  content: "\f2d0";
}

i.icon.window.minimize:before {
  content: "\f2d1";
}

i.icon.window.restore:before {
  content: "\f2d2";
}

i.icon.wine.bottle:before {
  content: "\f72f";
}

i.icon.wine.glass:before {
  content: "\f4e3";
}

i.icon.wine.glass.alternate:before {
  content: "\f5ce";
}

i.icon.won.sign:before {
  content: "\f159";
}

i.icon.wrench:before {
  content: "\f0ad";
}

i.icon.x.ray:before {
  content: "\f497";
}

i.icon.yen.sign:before {
  content: "\f157";
}

i.icon.yin.yang:before {
  content: "\f6ad";
}

/* Aliases */
i.icon.add:before {
  content: "\f067";
}

i.icon.add.circle:before {
  content: "\f055";
}

i.icon.add.square:before {
  content: "\f0fe";
}

i.icon.add.to.calendar:before {
  content: "\f271";
}

i.icon.add.to.cart:before {
  content: "\f217";
}

i.icon.add.user:before {
  content: "\f234";
}

i.icon.alarm:before {
  content: "\f0f3";
}

i.icon.alarm.mute:before {
  content: "\f1f6";
}

i.icon.ald:before {
  content: "\f2a2";
}

i.icon.als:before {
  content: "\f2a2";
}

i.icon.announcement:before {
  content: "\f0a1";
}

i.icon.area.chart:before {
  content: "\f1fe";
}

i.icon.area.graph:before {
  content: "\f1fe";
}

i.icon.arrow.down.cart:before {
  content: "\f218";
}

i.icon.asexual:before {
  content: "\f22d";
}

i.icon.asl:before {
  content: "\f2a3";
}

i.icon.asl.interpreting:before {
  content: "\f2a3";
}

i.icon.assistive.listening.devices:before {
  content: "\f2a2";
}

i.icon.attach:before {
  content: "\f0c6";
}

i.icon.attention:before {
  content: "\f06a";
}

i.icon.balance:before {
  content: "\f24e";
}

i.icon.bar:before {
  content: "\f0fc";
}

i.icon.bathtub:before {
  content: "\f2cd";
}

i.icon.battery.four:before {
  content: "\f240";
}

i.icon.battery.high:before {
  content: "\f241";
}

i.icon.battery.low:before {
  content: "\f243";
}

i.icon.battery.medium:before {
  content: "\f242";
}

i.icon.battery.one:before {
  content: "\f243";
}

i.icon.battery.three:before {
  content: "\f241";
}

i.icon.battery.two:before {
  content: "\f242";
}

i.icon.battery.zero:before {
  content: "\f244";
}

i.icon.birthday:before {
  content: "\f1fd";
}

i.icon.block.layout:before {
  content: "\f009";
}

i.icon.broken.chain:before {
  content: "\f127";
}

i.icon.browser:before {
  content: "\f022";
}

i.icon.call:before {
  content: "\f095";
}

i.icon.call.square:before {
  content: "\f098";
}

i.icon.cancel:before {
  content: "\f00d";
}

i.icon.cart:before {
  content: "\f07a";
}

i.icon.cc:before {
  content: "\f20a";
}

i.icon.chain:before {
  content: "\f0c1";
}

i.icon.chat:before {
  content: "\f075";
}

i.icon.checked.calendar:before {
  content: "\f274";
}

i.icon.checkmark:before {
  content: "\f00c";
}

i.icon.checkmark.box:before {
  content: "\f14a";
}

i.icon.chess.rock:before {
  content: "\f447";
}

i.icon.circle.notched:before {
  content: "\f1ce";
}

i.icon.circle.thin:before {
  content: "\f111";
}

i.icon.close:before {
  content: "\f00d";
}

i.icon.cloud.download:before {
  content: "\f381";
}

i.icon.cloud.upload:before {
  content: "\f382";
}

i.icon.cny:before {
  content: "\f157";
}

i.icon.cocktail:before {
  content: "\f000";
}

i.icon.commenting:before {
  content: "\f27a";
}

i.icon.compose:before {
  content: "\f303";
}

i.icon.computer:before {
  content: "\f108";
}

i.icon.configure:before {
  content: "\f0ad";
}

i.icon.content:before {
  content: "\f0c9";
}

i.icon.conversation:before {
  content: "\f086";
}

i.icon.credit.card.alternative:before {
  content: "\f09d";
}

i.icon.currency:before {
  content: "\f3d1";
}

i.icon.dashboard:before {
  content: "\f3fd";
}

i.icon.deafness:before {
  content: "\f2a4";
}

i.icon.delete:before {
  content: "\f00d";
}

i.icon.delete.calendar:before {
  content: "\f273";
}

i.icon.detective:before {
  content: "\f21b";
}

i.icon.diamond:before {
  content: "\f3a5";
}

i.icon.discussions:before {
  content: "\f086";
}

i.icon.disk:before {
  content: "\f0a0";
}

i.icon.doctor:before {
  content: "\f0f0";
}

i.icon.dollar:before {
  content: "\f155";
}

i.icon.dont:before {
  content: "\f05e";
}

i.icon.drivers.license:before {
  content: "\f2c2";
}

i.icon.dropdown:before {
  content: "\f0d7";
}

i.icon.emergency:before {
  content: "\f0f9";
}

i.icon.erase:before {
  content: "\f12d";
}

i.icon.eur:before {
  content: "\f153";
}

i.icon.euro:before {
  content: "\f153";
}

i.icon.exchange:before {
  content: "\f362";
}

i.icon.external:before {
  content: "\f35d";
}

i.icon.external.share:before {
  content: "\f14d";
}

i.icon.external.square:before {
  content: "\f360";
}

i.icon.eyedropper:before {
  content: "\f1fb";
}

i.icon.factory:before {
  content: "\f275";
}

i.icon.favorite:before {
  content: "\f005";
}

i.icon.feed:before {
  content: "\f09e";
}

i.icon.female.homosexual:before {
  content: "\f226";
}

i.icon.file.text:before {
  content: "\f15c";
}

i.icon.find:before {
  content: "\f1e5";
}

i.icon.first.aid:before {
  content: "\f0fa";
}

i.icon.food:before {
  content: "\f2e7";
}

i.icon.fork:before {
  content: "\f126";
}

i.icon.game:before {
  content: "\f11b";
}

i.icon.gay:before {
  content: "\f227";
}

i.icon.gbp:before {
  content: "\f154";
}

i.icon.grab:before {
  content: "\f255";
}

i.icon.graduation:before {
  content: "\f19d";
}

i.icon.grid.layout:before {
  content: "\f00a";
}

i.icon.group:before {
  content: "\f0c0";
}

i.icon.h:before {
  content: "\f0fd";
}

i.icon.hamburger:before {
  content: "\f0c9";
}

i.icon.hand.victory:before {
  content: "\f25b";
}

i.icon.handicap:before {
  content: "\f193";
}

i.icon.hard.of.hearing:before {
  content: "\f2a4";
}

i.icon.header:before {
  content: "\f1dc";
}

i.icon.heart.empty:before {
  content: "\f004";
}

i.icon.help:before {
  content: "\f128";
}

i.icon.help.circle:before {
  content: "\f059";
}

i.icon.heterosexual:before {
  content: "\f228";
}

i.icon.hide:before {
  content: "\f070";
}

i.icon.hotel:before {
  content: "\f236";
}

i.icon.hourglass.four:before {
  content: "\f254";
}

i.icon.hourglass.full:before {
  content: "\f254";
}

i.icon.hourglass.one:before {
  content: "\f251";
}

i.icon.hourglass.three:before {
  content: "\f253";
}

i.icon.hourglass.two:before {
  content: "\f252";
}

i.icon.hourglass.zero:before {
  content: "\f253";
}

i.icon.idea:before {
  content: "\f0eb";
}

i.icon.ils:before {
  content: "\f20b";
}

i.icon.in.cart:before {
  content: "\f218";
}

i.icon.inr:before {
  content: "\f156";
}

i.icon.intergender:before {
  content: "\f224";
}

i.icon.intersex:before {
  content: "\f224";
}

i.icon.jpy:before {
  content: "\f157";
}

i.icon.krw:before {
  content: "\f159";
}

i.icon.lab:before {
  content: "\f0c3";
}

i.icon.law:before {
  content: "\f24e";
}

i.icon.legal:before {
  content: "\f0e3";
}

i.icon.lesbian:before {
  content: "\f226";
}

i.icon.level.down:before {
  content: "\f3be";
}

i.icon.level.up:before {
  content: "\f3bf";
}

i.icon.lightning:before {
  content: "\f0e7";
}

i.icon.like:before {
  content: "\f004";
}

i.icon.line.graph:before {
  content: "\f201";
}

i.icon.linkify:before {
  content: "\f0c1";
}

i.icon.lira:before {
  content: "\f195";
}

i.icon.list.layout:before {
  content: "\f00b";
}

i.icon.log.out:before {
  content: "\f2f5";
}

i.icon.magnify:before {
  content: "\f00e";
}

i.icon.mail:before {
  content: "\f0e0";
}

i.icon.mail.forward:before {
  content: "\f064";
}

i.icon.mail.square:before {
  content: "\f199";
}

i.icon.male.homosexual:before {
  content: "\f227";
}

i.icon.man:before {
  content: "\f222";
}

i.icon.marker:before {
  content: "\f041";
}

i.icon.mars.alternate:before {
  content: "\f229";
}

i.icon.mars.horizontal:before {
  content: "\f22b";
}

i.icon.mars.vertical:before {
  content: "\f22a";
}

i.icon.meanpath:before {
  content: "\f0c8";
}

i.icon.military:before {
  content: "\f0fb";
}

i.icon.money:before {
  content: "\f3d1";
}

i.icon.move:before {
  content: "\f0b2";
}

i.icon.mute:before {
  content: "\f131";
}

i.icon.non.binary.transgender:before {
  content: "\f223";
}

i.icon.numbered.list:before {
  content: "\f0cb";
}

i.icon.options:before {
  content: "\f1de";
}

i.icon.ordered.list:before {
  content: "\f0cb";
}

i.icon.other.gender:before {
  content: "\f229";
}

i.icon.other.gender.horizontal:before {
  content: "\f22b";
}

i.icon.other.gender.vertical:before {
  content: "\f22a";
}

i.icon.payment:before {
  content: "\f09d";
}

i.icon.pencil:before {
  content: "\f303";
}

i.icon.pencil.square:before {
  content: "\f14b";
}

i.icon.photo:before {
  content: "\f030";
}

i.icon.picture:before {
  content: "\f03e";
}

i.icon.pie.chart:before {
  content: "\f200";
}

i.icon.pie.graph:before {
  content: "\f200";
}

i.icon.pin:before {
  content: "\f08d";
}

i.icon.plus.cart:before {
  content: "\f217";
}

i.icon.point:before {
  content: "\f041";
}

i.icon.pointing.down:before {
  content: "\f0a7";
}

i.icon.pointing.left:before {
  content: "\f0a5";
}

i.icon.pointing.right:before {
  content: "\f0a4";
}

i.icon.pointing.up:before {
  content: "\f0a6";
}

i.icon.pound:before {
  content: "\f154";
}

i.icon.power:before {
  content: "\f011";
}

i.icon.power.cord:before {
  content: "\f1e6";
}

i.icon.privacy:before {
  content: "\f084";
}

i.icon.protect:before {
  content: "\f023";
}

i.icon.puzzle:before {
  content: "\f12e";
}

i.icon.r.circle:before {
  content: "\f25d";
}

i.icon.radio:before {
  content: "\f192";
}

i.icon.rain:before {
  content: "\f0e9";
}

i.icon.record:before {
  content: "\f03d";
}

i.icon.refresh:before {
  content: "\f021";
}

i.icon.remove:before {
  content: "\f00d";
}

i.icon.remove.bookmark:before {
  content: "\f02e";
}

i.icon.remove.circle:before {
  content: "\f057";
}

i.icon.remove.from.calendar:before {
  content: "\f272";
}

i.icon.remove.user:before {
  content: "\f235";
}

i.icon.repeat:before {
  content: "\f01e";
}

i.icon.resize.horizontal:before {
  content: "\f337";
}

i.icon.resize.vertical:before {
  content: "\f338";
}

i.icon.rmb:before {
  content: "\f157";
}

i.icon.rouble:before {
  content: "\f158";
}

i.icon.rub:before {
  content: "\f158";
}

i.icon.ruble:before {
  content: "\f158";
}

i.icon.rupee:before {
  content: "\f156";
}

i.icon.s15:before {
  content: "\f2cd";
}

i.icon.selected.radio:before {
  content: "\f192";
}

i.icon.send:before {
  content: "\f1d8";
}

i.icon.setting:before {
  content: "\f013";
}

i.icon.settings:before {
  content: "\f085";
}

i.icon.shekel:before {
  content: "\f20b";
}

i.icon.sheqel:before {
  content: "\f20b";
}

i.icon.shield:before {
  content: "\f3ed";
}

i.icon.shipping:before {
  content: "\f0d1";
}

i.icon.shop:before {
  content: "\f07a";
}

i.icon.shuffle:before {
  content: "\f074";
}

i.icon.shutdown:before {
  content: "\f011";
}

i.icon.sidebar:before {
  content: "\f0c9";
}

i.icon.sign.in:before {
  content: "\f2f6";
}

i.icon.sign.out:before {
  content: "\f2f5";
}

i.icon.signing:before {
  content: "\f2a7";
}

i.icon.signup:before {
  content: "\f044";
}

i.icon.sliders:before {
  content: "\f1de";
}

i.icon.soccer:before {
  content: "\f1e3";
}

i.icon.sort.alphabet.ascending:before {
  content: "\f15d";
}

i.icon.sort.alphabet.descending:before {
  content: "\f15e";
}

i.icon.sort.ascending:before {
  content: "\f0de";
}

i.icon.sort.content.ascending:before {
  content: "\f160";
}

i.icon.sort.content.descending:before {
  content: "\f161";
}

i.icon.sort.descending:before {
  content: "\f0dd";
}

i.icon.sort.numeric.ascending:before {
  content: "\f162";
}

i.icon.sort.numeric.descending:before {
  content: "\f163";
}

i.icon.sound:before {
  content: "\f025";
}

i.icon.spoon:before {
  content: "\f2e5";
}

i.icon.spy:before {
  content: "\f21b";
}

i.icon.star.empty:before {
  content: "\f005";
}

i.icon.star.half.empty:before {
  content: "\f089";
}

i.icon.star.half.full:before {
  content: "\f089";
}

i.icon.student:before {
  content: "\f19d";
}

i.icon.talk:before {
  content: "\f27a";
}

i.icon.target:before {
  content: "\f140";
}

i.icon.teletype:before {
  content: "\f1e4";
}

i.icon.television:before {
  content: "\f26c";
}

i.icon.text.cursor:before {
  content: "\f246";
}

i.icon.text.telephone:before {
  content: "\f1e4";
}

i.icon.theme:before {
  content: "\f043";
}

i.icon.thermometer:before {
  content: "\f2c7";
}

i.icon.thumb.tack:before {
  content: "\f08d";
}

i.icon.ticket:before {
  content: "\f3ff";
}

i.icon.time:before {
  content: "\f017";
}

i.icon.times.rectangle:before {
  content: "\f410";
}

i.icon.tm:before {
  content: "\f25c";
}

i.icon.toggle.down:before {
  content: "\f150";
}

i.icon.toggle.left:before {
  content: "\f191";
}

i.icon.toggle.right:before {
  content: "\f152";
}

i.icon.toggle.up:before {
  content: "\f151";
}

i.icon.translate:before {
  content: "\f1ab";
}

i.icon.travel:before {
  content: "\f0b1";
}

i.icon.treatment:before {
  content: "\f0f1";
}

i.icon.triangle.down:before {
  content: "\f0d7";
}

i.icon.triangle.left:before {
  content: "\f0d9";
}

i.icon.triangle.right:before {
  content: "\f0da";
}

i.icon.triangle.up:before {
  content: "\f0d8";
}

i.icon.try:before {
  content: "\f195";
}

i.icon.unhide:before {
  content: "\f06e";
}

i.icon.unlinkify:before {
  content: "\f127";
}

i.icon.unmute:before {
  content: "\f130";
}

i.icon.unordered.list:before {
  content: "\f0ca";
}

i.icon.usd:before {
  content: "\f155";
}

i.icon.user.cancel:before {
  content: "\f235";
}

i.icon.user.close:before {
  content: "\f235";
}

i.icon.user.delete:before {
  content: "\f235";
}

i.icon.user.doctor:before {
  content: "\f0f0";
}

i.icon.user.x:before {
  content: "\f235";
}

i.icon.vcard:before {
  content: "\f2bb";
}

i.icon.video.camera:before {
  content: "\f03d";
}

i.icon.video.play:before {
  content: "\f144";
}

i.icon.volume.control.phone:before {
  content: "\f2a0";
}

i.icon.wait:before {
  content: "\f017";
}

i.icon.warning:before {
  content: "\f12a";
}

i.icon.warning.circle:before {
  content: "\f06a";
}

i.icon.warning.sign:before {
  content: "\f071";
}

i.icon.wi.fi:before {
  content: "\f1eb";
}

i.icon.winner:before {
  content: "\f091";
}

i.icon.wizard:before {
  content: "\f0d0";
}

i.icon.woman:before {
  content: "\f221";
}

i.icon.won:before {
  content: "\f159";
}

i.icon.world:before {
  content: "\f0ac";
}

i.icon.write:before {
  content: "\f303";
}

i.icon.write.square:before {
  content: "\f14b";
}

i.icon.x:before {
  content: "\f00d";
}

i.icon.yen:before {
  content: "\f157";
}

i.icon.zip:before {
  content: "\f187";
}

i.icon.zoom:before {
  content: "\f00e";
}

i.icon.zoom.in:before {
  content: "\f00e";
}

i.icon.zoom.out:before {
  content: "\f010";
}

/*******************************
        Outline Icons
*******************************/
/* Outline Icon */
/* Load & Define Icon Font */
@font-face {
  font-family: "outline-icons";
  src: url("/static/node_modules/fomantic-ui-sass/dist/themes/default/assets/fonts/outline-icons.eot");
  src: url("/static/node_modules/fomantic-ui-sass/dist/themes/default/assets/fonts/outline-icons.eot?#iefix") format("embedded-opentype"), url("/static/node_modules/fomantic-ui-sass/dist/themes/default/assets/fonts/outline-icons.woff2") format("woff2"), url("/static/node_modules/fomantic-ui-sass/dist/themes/default/assets/fonts/outline-icons.woff") format("woff"), url("/static/node_modules/fomantic-ui-sass/dist/themes/default/assets/fonts/outline-icons.ttf") format("truetype"), url("/static/node_modules/fomantic-ui-sass/dist/themes/default/assets/fonts/outline-icons.svg#icons") format("svg");
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-decoration: inherit;
  text-transform: none;
}
i.icon.outline {
  font-family: "outline-icons";
}

/* Icons */
i.icon.address.book.outline:before {
  content: "\f2b9";
}

i.icon.address.card.outline:before {
  content: "\f2bb";
}

i.icon.angry.outline:before {
  content: "\f556";
}

i.icon.arrow.alternate.circle.down.outline:before {
  content: "\f358";
}

i.icon.arrow.alternate.circle.left.outline:before {
  content: "\f359";
}

i.icon.arrow.alternate.circle.right.outline:before {
  content: "\f35a";
}

i.icon.arrow.alternate.circle.up.outline:before {
  content: "\f35b";
}

i.icon.bell.outline:before {
  content: "\f0f3";
}

i.icon.bell.slash.outline:before {
  content: "\f1f6";
}

i.icon.bookmark.outline:before {
  content: "\f02e";
}

i.icon.building.outline:before {
  content: "\f1ad";
}

i.icon.calendar.alternate.outline:before {
  content: "\f073";
}

i.icon.calendar.check.outline:before {
  content: "\f274";
}

i.icon.calendar.minus.outline:before {
  content: "\f272";
}

i.icon.calendar.outline:before {
  content: "\f133";
}

i.icon.calendar.plus.outline:before {
  content: "\f271";
}

i.icon.calendar.times.outline:before {
  content: "\f273";
}

i.icon.caret.square.down.outline:before {
  content: "\f150";
}

i.icon.caret.square.left.outline:before {
  content: "\f191";
}

i.icon.caret.square.right.outline:before {
  content: "\f152";
}

i.icon.caret.square.up.outline:before {
  content: "\f151";
}

i.icon.chart.bar.outline:before {
  content: "\f080";
}

i.icon.check.circle.outline:before {
  content: "\f058";
}

i.icon.check.square.outline:before {
  content: "\f14a";
}

i.icon.circle.outline:before {
  content: "\f111";
}

i.icon.clipboard.outline:before {
  content: "\f328";
}

i.icon.clock.outline:before {
  content: "\f017";
}

i.icon.clone.outline:before {
  content: "\f24d";
}

i.icon.closed.captioning.outline:before {
  content: "\f20a";
}

i.icon.comment.alternate.outline:before {
  content: "\f27a";
}

i.icon.comment.dots.outline:before {
  content: "\f4ad";
}

i.icon.comment.outline:before {
  content: "\f075";
}

i.icon.comments.outline:before {
  content: "\f086";
}

i.icon.compass.outline:before {
  content: "\f14e";
}

i.icon.copy.outline:before {
  content: "\f0c5";
}

i.icon.copyright.outline:before {
  content: "\f1f9";
}

i.icon.credit.card.outline:before {
  content: "\f09d";
}

i.icon.dizzy.outline:before {
  content: "\f567";
}

i.icon.dot.circle.outline:before {
  content: "\f192";
}

i.icon.edit.outline:before {
  content: "\f044";
}

i.icon.envelope.open.outline:before {
  content: "\f2b6";
}

i.icon.envelope.outline:before {
  content: "\f0e0";
}

i.icon.eye.outline:before {
  content: "\f06e";
}

i.icon.eye.slash.outline:before {
  content: "\f070";
}

i.icon.file.alternate.outline:before {
  content: "\f15c";
}

i.icon.file.archive.outline:before {
  content: "\f1c6";
}

i.icon.file.audio.outline:before {
  content: "\f1c7";
}

i.icon.file.code.outline:before {
  content: "\f1c9";
}

i.icon.file.excel.outline:before {
  content: "\f1c3";
}

i.icon.file.image.outline:before {
  content: "\f1c5";
}

i.icon.file.outline:before {
  content: "\f15b";
}

i.icon.file.pdf.outline:before {
  content: "\f1c1";
}

i.icon.file.powerpoint.outline:before {
  content: "\f1c4";
}

i.icon.file.video.outline:before {
  content: "\f1c8";
}

i.icon.file.word.outline:before {
  content: "\f1c2";
}

i.icon.flag.outline:before {
  content: "\f024";
}

i.icon.flushed.outline:before {
  content: "\f579";
}

i.icon.folder.open.outline:before {
  content: "\f07c";
}

i.icon.folder.outline:before {
  content: "\f07b";
}

i.icon.frown.open.outline:before {
  content: "\f57a";
}

i.icon.frown.outline:before {
  content: "\f119";
}

i.icon.futbol.outline:before {
  content: "\f1e3";
}

i.icon.gem.outline:before {
  content: "\f3a5";
}

i.icon.grimace.outline:before {
  content: "\f57f";
}

i.icon.grin.alternate.outline:before {
  content: "\f581";
}

i.icon.grin.beam.outline:before {
  content: "\f582";
}

i.icon.grin.beam.sweat.outline:before {
  content: "\f583";
}

i.icon.grin.hearts.outline:before {
  content: "\f584";
}

i.icon.grin.outline:before {
  content: "\f580";
}

i.icon.grin.squint.outline:before {
  content: "\f585";
}

i.icon.grin.squint.tears.outline:before {
  content: "\f586";
}

i.icon.grin.stars.outline:before {
  content: "\f587";
}

i.icon.grin.tears.outline:before {
  content: "\f588";
}

i.icon.grin.tongue.outline:before {
  content: "\f589";
}

i.icon.grin.tongue.squint.outline:before {
  content: "\f58a";
}

i.icon.grin.tongue.wink.outline:before {
  content: "\f58b";
}

i.icon.grin.wink.outline:before {
  content: "\f58c";
}

i.icon.hand.lizard.outline:before {
  content: "\f258";
}

i.icon.hand.paper.outline:before {
  content: "\f256";
}

i.icon.hand.peace.outline:before {
  content: "\f25b";
}

i.icon.hand.point.down.outline:before {
  content: "\f0a7";
}

i.icon.hand.point.left.outline:before {
  content: "\f0a5";
}

i.icon.hand.point.right.outline:before {
  content: "\f0a4";
}

i.icon.hand.point.up.outline:before {
  content: "\f0a6";
}

i.icon.hand.pointer.outline:before {
  content: "\f25a";
}

i.icon.hand.rock.outline:before {
  content: "\f255";
}

i.icon.hand.scissors.outline:before {
  content: "\f257";
}

i.icon.hand.spock.outline:before {
  content: "\f259";
}

i.icon.handshake.outline:before {
  content: "\f2b5";
}

i.icon.hdd.outline:before {
  content: "\f0a0";
}

i.icon.heart.outline:before {
  content: "\f004";
}

i.icon.hospital.outline:before {
  content: "\f0f8";
}

i.icon.hourglass.outline:before {
  content: "\f254";
}

i.icon.id.badge.outline:before {
  content: "\f2c1";
}

i.icon.id.card.outline:before {
  content: "\f2c2";
}

i.icon.image.outline:before {
  content: "\f03e";
}

i.icon.images.outline:before {
  content: "\f302";
}

i.icon.keyboard.outline:before {
  content: "\f11c";
}

i.icon.kiss.beam.outline:before {
  content: "\f597";
}

i.icon.kiss.outline:before {
  content: "\f596";
}

i.icon.kiss.wink.heart.outline:before {
  content: "\f598";
}

i.icon.laugh.beam.outline:before {
  content: "\f59a";
}

i.icon.laugh.outline:before {
  content: "\f599";
}

i.icon.laugh.squint.outline:before {
  content: "\f59b";
}

i.icon.laugh.wink.outline:before {
  content: "\f59c";
}

i.icon.lemon.outline:before {
  content: "\f094";
}

i.icon.life.ring.outline:before {
  content: "\f1cd";
}

i.icon.lightbulb.outline:before {
  content: "\f0eb";
}

i.icon.list.alternate.outline:before {
  content: "\f022";
}

i.icon.map.outline:before {
  content: "\f279";
}

i.icon.meh.blank.outline:before {
  content: "\f5a4";
}

i.icon.meh.outline:before {
  content: "\f11a";
}

i.icon.meh.rolling.eyes.outline:before {
  content: "\f5a5";
}

i.icon.minus.square.outline:before {
  content: "\f146";
}

i.icon.money.bill.alternate.outline:before {
  content: "\f3d1";
}

i.icon.moon.outline:before {
  content: "\f186";
}

i.icon.newspaper.outline:before {
  content: "\f1ea";
}

i.icon.object.group.outline:before {
  content: "\f247";
}

i.icon.object.ungroup.outline:before {
  content: "\f248";
}

i.icon.paper.plane.outline:before {
  content: "\f1d8";
}

i.icon.pause.circle.outline:before {
  content: "\f28b";
}

i.icon.play.circle.outline:before {
  content: "\f144";
}

i.icon.plus.square.outline:before {
  content: "\f0fe";
}

i.icon.question.circle.outline:before {
  content: "\f059";
}

i.icon.registered.outline:before {
  content: "\f25d";
}

i.icon.sad.cry.outline:before {
  content: "\f5b3";
}

i.icon.sad.tear.outline:before {
  content: "\f5b4";
}

i.icon.save.outline:before {
  content: "\f0c7";
}

i.icon.share.square.outline:before {
  content: "\f14d";
}

i.icon.smile.beam.outline:before {
  content: "\f5b8";
}

i.icon.smile.outline:before {
  content: "\f118";
}

i.icon.smile.wink.outline:before {
  content: "\f4da";
}

i.icon.snowflake.outline:before {
  content: "\f2dc";
}

i.icon.square.outline:before {
  content: "\f0c8";
}

i.icon.star.half.outline:before {
  content: "\f089";
}

i.icon.star.outline:before {
  content: "\f005";
}

i.icon.sticky.note.outline:before {
  content: "\f249";
}

i.icon.stop.circle.outline:before {
  content: "\f28d";
}

i.icon.sun.outline:before {
  content: "\f185";
}

i.icon.surprise.outline:before {
  content: "\f5c2";
}

i.icon.thumbs.down.outline:before {
  content: "\f165";
}

i.icon.thumbs.up.outline:before {
  content: "\f164";
}

i.icon.times.circle.outline:before {
  content: "\f057";
}

i.icon.tired.outline:before {
  content: "\f5c8";
}

i.icon.trash.alternate.outline:before {
  content: "\f2ed";
}

i.icon.user.circle.outline:before {
  content: "\f2bd";
}

i.icon.user.outline:before {
  content: "\f007";
}

i.icon.window.close.outline:before {
  content: "\f410";
}

i.icon.window.maximize.outline:before {
  content: "\f2d0";
}

i.icon.window.minimize.outline:before {
  content: "\f2d1";
}

i.icon.window.restore.outline:before {
  content: "\f2d2";
}

/*******************************
          Brand Icons
*******************************/
/* Load & Define Brand Font */
@font-face {
  font-family: "brand-icons";
  src: url("/static/node_modules/fomantic-ui-sass/dist/themes/default/assets/fonts/brand-icons.eot");
  src: url("/static/node_modules/fomantic-ui-sass/dist/themes/default/assets/fonts/brand-icons.eot?#iefix") format("embedded-opentype"), url("/static/node_modules/fomantic-ui-sass/dist/themes/default/assets/fonts/brand-icons.woff2") format("woff2"), url("/static/node_modules/fomantic-ui-sass/dist/themes/default/assets/fonts/brand-icons.woff") format("woff"), url("/static/node_modules/fomantic-ui-sass/dist/themes/default/assets/fonts/brand-icons.ttf") format("truetype"), url("/static/node_modules/fomantic-ui-sass/dist/themes/default/assets/fonts/brand-icons.svg#icons") format("svg");
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-decoration: inherit;
  text-transform: none;
}
/* Icons */
i.icon.\35 00px:before {
  content: "\f26e";
  font-family: "brand-icons";
}

i.icon.accessible:before {
  content: "\f368";
  font-family: "brand-icons";
}

i.icon.accusoft:before {
  content: "\f369";
  font-family: "brand-icons";
}

i.icon.acquisitions.incorporated:before {
  content: "\f6af";
  font-family: "brand-icons";
}

i.icon.adn:before {
  content: "\f170";
  font-family: "brand-icons";
}

i.icon.adobe:before {
  content: "\f778";
  font-family: "brand-icons";
}

i.icon.adversal:before {
  content: "\f36a";
  font-family: "brand-icons";
}

i.icon.affiliatetheme:before {
  content: "\f36b";
  font-family: "brand-icons";
}

i.icon.airbnb:before {
  content: "\f834";
  font-family: "brand-icons";
}

i.icon.algolia:before {
  content: "\f36c";
  font-family: "brand-icons";
}

i.icon.alipay:before {
  content: "\f642";
  font-family: "brand-icons";
}

i.icon.amazon:before {
  content: "\f270";
  font-family: "brand-icons";
}

i.icon.amazon.pay:before {
  content: "\f42c";
  font-family: "brand-icons";
}

i.icon.amilia:before {
  content: "\f36d";
  font-family: "brand-icons";
}

i.icon.android:before {
  content: "\f17b";
  font-family: "brand-icons";
}

i.icon.angellist:before {
  content: "\f209";
  font-family: "brand-icons";
}

i.icon.angrycreative:before {
  content: "\f36e";
  font-family: "brand-icons";
}

i.icon.angular:before {
  content: "\f420";
  font-family: "brand-icons";
}

i.icon.app.store:before {
  content: "\f36f";
  font-family: "brand-icons";
}

i.icon.app.store.ios:before {
  content: "\f370";
  font-family: "brand-icons";
}

i.icon.apper:before {
  content: "\f371";
  font-family: "brand-icons";
}

i.icon.apple:before {
  content: "\f179";
  font-family: "brand-icons";
}

i.icon.apple.pay:before {
  content: "\f415";
  font-family: "brand-icons";
}

i.icon.artstation:before {
  content: "\f77a";
  font-family: "brand-icons";
}

i.icon.asymmetrik:before {
  content: "\f372";
  font-family: "brand-icons";
}

i.icon.atlassian:before {
  content: "\f77b";
  font-family: "brand-icons";
}

i.icon.audible:before {
  content: "\f373";
  font-family: "brand-icons";
}

i.icon.autoprefixer:before {
  content: "\f41c";
  font-family: "brand-icons";
}

i.icon.avianex:before {
  content: "\f374";
  font-family: "brand-icons";
}

i.icon.aviato:before {
  content: "\f421";
  font-family: "brand-icons";
}

i.icon.aws:before {
  content: "\f375";
  font-family: "brand-icons";
}

i.icon.bandcamp:before {
  content: "\f2d5";
  font-family: "brand-icons";
}

i.icon.battle.net:before {
  content: "\f835";
  font-family: "brand-icons";
}

i.icon.behance:before {
  content: "\f1b4";
  font-family: "brand-icons";
}

i.icon.behance.square:before {
  content: "\f1b5";
  font-family: "brand-icons";
}

i.icon.bimobject:before {
  content: "\f378";
  font-family: "brand-icons";
}

i.icon.bitbucket:before {
  content: "\f171";
  font-family: "brand-icons";
}

i.icon.bitcoin:before {
  content: "\f379";
  font-family: "brand-icons";
}

i.icon.bity:before {
  content: "\f37a";
  font-family: "brand-icons";
}

i.icon.black.tie:before {
  content: "\f27e";
  font-family: "brand-icons";
}

i.icon.blackberry:before {
  content: "\f37b";
  font-family: "brand-icons";
}

i.icon.blogger:before {
  content: "\f37c";
  font-family: "brand-icons";
}

i.icon.blogger.b:before {
  content: "\f37d";
  font-family: "brand-icons";
}

i.icon.bluetooth:before {
  content: "\f293";
  font-family: "brand-icons";
}

i.icon.bluetooth.b:before {
  content: "\f294";
  font-family: "brand-icons";
}

i.icon.bootstrap:before {
  content: "\f836";
  font-family: "brand-icons";
}

i.icon.btc:before {
  content: "\f15a";
  font-family: "brand-icons";
}

i.icon.buffer:before {
  content: "\f837";
  font-family: "brand-icons";
}

i.icon.buromobelexperte:before {
  content: "\f37f";
  font-family: "brand-icons";
}

i.icon.buysellads:before {
  content: "\f20d";
  font-family: "brand-icons";
}

i.icon.canadian.maple.leaf:before {
  content: "\f785";
  font-family: "brand-icons";
}

i.icon.cc.amazon.pay:before {
  content: "\f42d";
  font-family: "brand-icons";
}

i.icon.cc.amex:before {
  content: "\f1f3";
  font-family: "brand-icons";
}

i.icon.cc.apple.pay:before {
  content: "\f416";
  font-family: "brand-icons";
}

i.icon.cc.diners.club:before {
  content: "\f24c";
  font-family: "brand-icons";
}

i.icon.cc.discover:before {
  content: "\f1f2";
  font-family: "brand-icons";
}

i.icon.cc.jcb:before {
  content: "\f24b";
  font-family: "brand-icons";
}

i.icon.cc.mastercard:before {
  content: "\f1f1";
  font-family: "brand-icons";
}

i.icon.cc.paypal:before {
  content: "\f1f4";
  font-family: "brand-icons";
}

i.icon.cc.stripe:before {
  content: "\f1f5";
  font-family: "brand-icons";
}

i.icon.cc.visa:before {
  content: "\f1f0";
  font-family: "brand-icons";
}

i.icon.centercode:before {
  content: "\f380";
  font-family: "brand-icons";
}

i.icon.centos:before {
  content: "\f789";
  font-family: "brand-icons";
}

i.icon.chrome:before {
  content: "\f268";
  font-family: "brand-icons";
}

i.icon.chromecast:before {
  content: "\f838";
  font-family: "brand-icons";
}

i.icon.cloudscale:before {
  content: "\f383";
  font-family: "brand-icons";
}

i.icon.cloudsmith:before {
  content: "\f384";
  font-family: "brand-icons";
}

i.icon.cloudversify:before {
  content: "\f385";
  font-family: "brand-icons";
}

i.icon.codepen:before {
  content: "\f1cb";
  font-family: "brand-icons";
}

i.icon.codiepie:before {
  content: "\f284";
  font-family: "brand-icons";
}

i.icon.confluence:before {
  content: "\f78d";
  font-family: "brand-icons";
}

i.icon.connectdevelop:before {
  content: "\f20e";
  font-family: "brand-icons";
}

i.icon.contao:before {
  content: "\f26d";
  font-family: "brand-icons";
}

i.icon.cpanel:before {
  content: "\f388";
  font-family: "brand-icons";
}

i.icon.creative.commons:before {
  content: "\f25e";
  font-family: "brand-icons";
}

i.icon.creative.commons.by:before {
  content: "\f4e7";
  font-family: "brand-icons";
}

i.icon.creative.commons.nc:before {
  content: "\f4e8";
  font-family: "brand-icons";
}

i.icon.creative.commons.nc.eu:before {
  content: "\f4e9";
  font-family: "brand-icons";
}

i.icon.creative.commons.nc.jp:before {
  content: "\f4ea";
  font-family: "brand-icons";
}

i.icon.creative.commons.nd:before {
  content: "\f4eb";
  font-family: "brand-icons";
}

i.icon.creative.commons.pd:before {
  content: "\f4ec";
  font-family: "brand-icons";
}

i.icon.creative.commons.pd.alternate:before {
  content: "\f4ed";
  font-family: "brand-icons";
}

i.icon.creative.commons.remix:before {
  content: "\f4ee";
  font-family: "brand-icons";
}

i.icon.creative.commons.sa:before {
  content: "\f4ef";
  font-family: "brand-icons";
}

i.icon.creative.commons.sampling:before {
  content: "\f4f0";
  font-family: "brand-icons";
}

i.icon.creative.commons.sampling.plus:before {
  content: "\f4f1";
  font-family: "brand-icons";
}

i.icon.creative.commons.share:before {
  content: "\f4f2";
  font-family: "brand-icons";
}

i.icon.creative.commons.zero:before {
  content: "\f4f3";
  font-family: "brand-icons";
}

i.icon.critical.role:before {
  content: "\f6c9";
  font-family: "brand-icons";
}

i.icon.css3:before {
  content: "\f13c";
  font-family: "brand-icons";
}

i.icon.css3.alternate:before {
  content: "\f38b";
  font-family: "brand-icons";
}

i.icon.cuttlefish:before {
  content: "\f38c";
  font-family: "brand-icons";
}

i.icon.d.and.d:before {
  content: "\f38d";
  font-family: "brand-icons";
}

i.icon.d.and.d.beyond:before {
  content: "\f6ca";
  font-family: "brand-icons";
}

i.icon.dashcube:before {
  content: "\f210";
  font-family: "brand-icons";
}

i.icon.delicious:before {
  content: "\f1a5";
  font-family: "brand-icons";
}

i.icon.deploydog:before {
  content: "\f38e";
  font-family: "brand-icons";
}

i.icon.deskpro:before {
  content: "\f38f";
  font-family: "brand-icons";
}

i.icon.dev:before {
  content: "\f6cc";
  font-family: "brand-icons";
}

i.icon.deviantart:before {
  content: "\f1bd";
  font-family: "brand-icons";
}

i.icon.dhl:before {
  content: "\f790";
  font-family: "brand-icons";
}

i.icon.diaspora:before {
  content: "\f791";
  font-family: "brand-icons";
}

i.icon.digg:before {
  content: "\f1a6";
  font-family: "brand-icons";
}

i.icon.digital.ocean:before {
  content: "\f391";
  font-family: "brand-icons";
}

i.icon.discord:before {
  content: "\f392";
  font-family: "brand-icons";
}

i.icon.discourse:before {
  content: "\f393";
  font-family: "brand-icons";
}

i.icon.dochub:before {
  content: "\f394";
  font-family: "brand-icons";
}

i.icon.docker:before {
  content: "\f395";
  font-family: "brand-icons";
}

i.icon.draft2digital:before {
  content: "\f396";
  font-family: "brand-icons";
}

i.icon.dribbble:before {
  content: "\f17d";
  font-family: "brand-icons";
}

i.icon.dribbble.square:before {
  content: "\f397";
  font-family: "brand-icons";
}

i.icon.dropbox:before {
  content: "\f16b";
  font-family: "brand-icons";
}

i.icon.drupal:before {
  content: "\f1a9";
  font-family: "brand-icons";
}

i.icon.dyalog:before {
  content: "\f399";
  font-family: "brand-icons";
}

i.icon.earlybirds:before {
  content: "\f39a";
  font-family: "brand-icons";
}

i.icon.ebay:before {
  content: "\f4f4";
  font-family: "brand-icons";
}

i.icon.edge:before {
  content: "\f282";
  font-family: "brand-icons";
}

i.icon.elementor:before {
  content: "\f430";
  font-family: "brand-icons";
}

i.icon.ello:before {
  content: "\f5f1";
  font-family: "brand-icons";
}

i.icon.ember:before {
  content: "\f423";
  font-family: "brand-icons";
}

i.icon.empire:before {
  content: "\f1d1";
  font-family: "brand-icons";
}

i.icon.envira:before {
  content: "\f299";
  font-family: "brand-icons";
}

i.icon.erlang:before {
  content: "\f39d";
  font-family: "brand-icons";
}

i.icon.ethereum:before {
  content: "\f42e";
  font-family: "brand-icons";
}

i.icon.etsy:before {
  content: "\f2d7";
  font-family: "brand-icons";
}

i.icon.evernote:before {
  content: "\f839";
  font-family: "brand-icons";
}

i.icon.expeditedssl:before {
  content: "\f23e";
  font-family: "brand-icons";
}

i.icon.facebook:before {
  content: "\f09a";
  font-family: "brand-icons";
}

i.icon.facebook.f:before {
  content: "\f39e";
  font-family: "brand-icons";
}

i.icon.facebook.messenger:before {
  content: "\f39f";
  font-family: "brand-icons";
}

i.icon.facebook.square:before {
  content: "\f082";
  font-family: "brand-icons";
}

i.icon.fantasy.flight.games:before {
  content: "\f6dc";
  font-family: "brand-icons";
}

i.icon.fedex:before {
  content: "\f797";
  font-family: "brand-icons";
}

i.icon.fedora:before {
  content: "\f798";
  font-family: "brand-icons";
}

i.icon.figma:before {
  content: "\f799";
  font-family: "brand-icons";
}

i.icon.firefox:before {
  content: "\f269";
  font-family: "brand-icons";
}

i.icon.first.order:before {
  content: "\f2b0";
  font-family: "brand-icons";
}

i.icon.first.order.alternate:before {
  content: "\f50a";
  font-family: "brand-icons";
}

i.icon.firstdraft:before {
  content: "\f3a1";
  font-family: "brand-icons";
}

i.icon.flickr:before {
  content: "\f16e";
  font-family: "brand-icons";
}

i.icon.flipboard:before {
  content: "\f44d";
  font-family: "brand-icons";
}

i.icon.fly:before {
  content: "\f417";
  font-family: "brand-icons";
}

i.icon.font.awesome:before {
  content: "\f2b4";
  font-family: "brand-icons";
}

i.icon.font.awesome.alternate:before {
  content: "\f35c";
  font-family: "brand-icons";
}

i.icon.font.awesome.flag:before {
  content: "\f425";
  font-family: "brand-icons";
}

i.icon.fonticons:before {
  content: "\f280";
  font-family: "brand-icons";
}

i.icon.fonticons.fi:before {
  content: "\f3a2";
  font-family: "brand-icons";
}

i.icon.fort.awesome:before {
  content: "\f286";
  font-family: "brand-icons";
}

i.icon.fort.awesome.alternate:before {
  content: "\f3a3";
  font-family: "brand-icons";
}

i.icon.forumbee:before {
  content: "\f211";
  font-family: "brand-icons";
}

i.icon.foursquare:before {
  content: "\f180";
  font-family: "brand-icons";
}

i.icon.free.code.camp:before {
  content: "\f2c5";
  font-family: "brand-icons";
}

i.icon.freebsd:before {
  content: "\f3a4";
  font-family: "brand-icons";
}

i.icon.fulcrum:before {
  content: "\f50b";
  font-family: "brand-icons";
}

i.icon.galactic.republic:before {
  content: "\f50c";
  font-family: "brand-icons";
}

i.icon.galactic.senate:before {
  content: "\f50d";
  font-family: "brand-icons";
}

i.icon.get.pocket:before {
  content: "\f265";
  font-family: "brand-icons";
}

i.icon.gg:before {
  content: "\f260";
  font-family: "brand-icons";
}

i.icon.gg.circle:before {
  content: "\f261";
  font-family: "brand-icons";
}

i.icon.git:before {
  content: "\f1d3";
  font-family: "brand-icons";
}

i.icon.git.alternate:before {
  content: "\f841";
  font-family: "brand-icons";
}

i.icon.git.square:before {
  content: "\f1d2";
  font-family: "brand-icons";
}

i.icon.github:before {
  content: "\f09b";
  font-family: "brand-icons";
}

i.icon.github.alternate:before {
  content: "\f113";
  font-family: "brand-icons";
}

i.icon.github.square:before {
  content: "\f092";
  font-family: "brand-icons";
}

i.icon.gitkraken:before {
  content: "\f3a6";
  font-family: "brand-icons";
}

i.icon.gitlab:before {
  content: "\f296";
  font-family: "brand-icons";
}

i.icon.gitter:before {
  content: "\f426";
  font-family: "brand-icons";
}

i.icon.glide:before {
  content: "\f2a5";
  font-family: "brand-icons";
}

i.icon.glide.g:before {
  content: "\f2a6";
  font-family: "brand-icons";
}

i.icon.gofore:before {
  content: "\f3a7";
  font-family: "brand-icons";
}

i.icon.goodreads:before {
  content: "\f3a8";
  font-family: "brand-icons";
}

i.icon.goodreads.g:before {
  content: "\f3a9";
  font-family: "brand-icons";
}

i.icon.google:before {
  content: "\f1a0";
  font-family: "brand-icons";
}

i.icon.google.drive:before {
  content: "\f3aa";
  font-family: "brand-icons";
}

i.icon.google.play:before {
  content: "\f3ab";
  font-family: "brand-icons";
}

i.icon.google.plus:before {
  content: "\f2b3";
  font-family: "brand-icons";
}

i.icon.google.plus.g:before {
  content: "\f0d5";
  font-family: "brand-icons";
}

i.icon.google.plus.square:before {
  content: "\f0d4";
  font-family: "brand-icons";
}

i.icon.google.wallet:before {
  content: "\f1ee";
  font-family: "brand-icons";
}

i.icon.gratipay:before {
  content: "\f184";
  font-family: "brand-icons";
}

i.icon.grav:before {
  content: "\f2d6";
  font-family: "brand-icons";
}

i.icon.gripfire:before {
  content: "\f3ac";
  font-family: "brand-icons";
}

i.icon.grunt:before {
  content: "\f3ad";
  font-family: "brand-icons";
}

i.icon.gulp:before {
  content: "\f3ae";
  font-family: "brand-icons";
}

i.icon.hacker.news:before {
  content: "\f1d4";
  font-family: "brand-icons";
}

i.icon.hacker.news.square:before {
  content: "\f3af";
  font-family: "brand-icons";
}

i.icon.hackerrank:before {
  content: "\f5f7";
  font-family: "brand-icons";
}

i.icon.hips:before {
  content: "\f452";
  font-family: "brand-icons";
}

i.icon.hire.a.helper:before {
  content: "\f3b0";
  font-family: "brand-icons";
}

i.icon.hooli:before {
  content: "\f427";
  font-family: "brand-icons";
}

i.icon.hornbill:before {
  content: "\f592";
  font-family: "brand-icons";
}

i.icon.hotjar:before {
  content: "\f3b1";
  font-family: "brand-icons";
}

i.icon.houzz:before {
  content: "\f27c";
  font-family: "brand-icons";
}

i.icon.html5:before {
  content: "\f13b";
  font-family: "brand-icons";
}

i.icon.hubspot:before {
  content: "\f3b2";
  font-family: "brand-icons";
}

i.icon.imdb:before {
  content: "\f2d8";
  font-family: "brand-icons";
}

i.icon.instagram:before {
  content: "\f16d";
  font-family: "brand-icons";
}

i.icon.intercom:before {
  content: "\f7af";
  font-family: "brand-icons";
}

i.icon.internet.explorer:before {
  content: "\f26b";
  font-family: "brand-icons";
}

i.icon.invision:before {
  content: "\f7b0";
  font-family: "brand-icons";
}

i.icon.ioxhost:before {
  content: "\f208";
  font-family: "brand-icons";
}

i.icon.itch.io:before {
  content: "\f83a";
  font-family: "brand-icons";
}

i.icon.itunes:before {
  content: "\f3b4";
  font-family: "brand-icons";
}

i.icon.itunes.note:before {
  content: "\f3b5";
  font-family: "brand-icons";
}

i.icon.java:before {
  content: "\f4e4";
  font-family: "brand-icons";
}

i.icon.jedi.order:before {
  content: "\f50e";
  font-family: "brand-icons";
}

i.icon.jenkins:before {
  content: "\f3b6";
  font-family: "brand-icons";
}

i.icon.jira:before {
  content: "\f7b1";
  font-family: "brand-icons";
}

i.icon.joget:before {
  content: "\f3b7";
  font-family: "brand-icons";
}

i.icon.joomla:before {
  content: "\f1aa";
  font-family: "brand-icons";
}

i.icon.js:before {
  content: "\f3b8";
  font-family: "brand-icons";
}

i.icon.js.square:before {
  content: "\f3b9";
  font-family: "brand-icons";
}

i.icon.jsfiddle:before {
  content: "\f1cc";
  font-family: "brand-icons";
}

i.icon.kaggle:before {
  content: "\f5fa";
  font-family: "brand-icons";
}

i.icon.keybase:before {
  content: "\f4f5";
  font-family: "brand-icons";
}

i.icon.keycdn:before {
  content: "\f3ba";
  font-family: "brand-icons";
}

i.icon.kickstarter:before {
  content: "\f3bb";
  font-family: "brand-icons";
}

i.icon.kickstarter.k:before {
  content: "\f3bc";
  font-family: "brand-icons";
}

i.icon.korvue:before {
  content: "\f42f";
  font-family: "brand-icons";
}

i.icon.laravel:before {
  content: "\f3bd";
  font-family: "brand-icons";
}

i.icon.lastfm:before {
  content: "\f202";
  font-family: "brand-icons";
}

i.icon.lastfm.square:before {
  content: "\f203";
  font-family: "brand-icons";
}

i.icon.leanpub:before {
  content: "\f212";
  font-family: "brand-icons";
}

i.icon.lesscss:before {
  content: "\f41d";
  font-family: "brand-icons";
}

i.icon.linechat:before {
  content: "\f3c0";
  font-family: "brand-icons";
}

i.icon.linkedin:before {
  content: "\f08c";
  font-family: "brand-icons";
}

i.icon.linkedin.in:before {
  content: "\f0e1";
  font-family: "brand-icons";
}

i.icon.linode:before {
  content: "\f2b8";
  font-family: "brand-icons";
}

i.icon.linux:before {
  content: "\f17c";
  font-family: "brand-icons";
}

i.icon.lyft:before {
  content: "\f3c3";
  font-family: "brand-icons";
}

i.icon.magento:before {
  content: "\f3c4";
  font-family: "brand-icons";
}

i.icon.mailchimp:before {
  content: "\f59e";
  font-family: "brand-icons";
}

i.icon.mandalorian:before {
  content: "\f50f";
  font-family: "brand-icons";
}

i.icon.markdown:before {
  content: "\f60f";
  font-family: "brand-icons";
}

i.icon.mastodon:before {
  content: "\f4f6";
  font-family: "brand-icons";
}

i.icon.maxcdn:before {
  content: "\f136";
  font-family: "brand-icons";
}

i.icon.medapps:before {
  content: "\f3c6";
  font-family: "brand-icons";
}

i.icon.medium:before {
  content: "\f23a";
  font-family: "brand-icons";
}

i.icon.medium.m:before {
  content: "\f3c7";
  font-family: "brand-icons";
}

i.icon.medrt:before {
  content: "\f3c8";
  font-family: "brand-icons";
}

i.icon.meetup:before {
  content: "\f2e0";
  font-family: "brand-icons";
}

i.icon.megaport:before {
  content: "\f5a3";
  font-family: "brand-icons";
}

i.icon.mendeley:before {
  content: "\f7b3";
  font-family: "brand-icons";
}

i.icon.microsoft:before {
  content: "\f3ca";
  font-family: "brand-icons";
}

i.icon.mix:before {
  content: "\f3cb";
  font-family: "brand-icons";
}

i.icon.mixcloud:before {
  content: "\f289";
  font-family: "brand-icons";
}

i.icon.mizuni:before {
  content: "\f3cc";
  font-family: "brand-icons";
}

i.icon.modx:before {
  content: "\f285";
  font-family: "brand-icons";
}

i.icon.monero:before {
  content: "\f3d0";
  font-family: "brand-icons";
}

i.icon.napster:before {
  content: "\f3d2";
  font-family: "brand-icons";
}

i.icon.neos:before {
  content: "\f612";
  font-family: "brand-icons";
}

i.icon.nimblr:before {
  content: "\f5a8";
  font-family: "brand-icons";
}

i.icon.node:before {
  content: "\f419";
  font-family: "brand-icons";
}

i.icon.node.js:before {
  content: "\f3d3";
  font-family: "brand-icons";
}

i.icon.npm:before {
  content: "\f3d4";
  font-family: "brand-icons";
}

i.icon.ns8:before {
  content: "\f3d5";
  font-family: "brand-icons";
}

i.icon.nutritionix:before {
  content: "\f3d6";
  font-family: "brand-icons";
}

i.icon.odnoklassniki:before {
  content: "\f263";
  font-family: "brand-icons";
}

i.icon.odnoklassniki.square:before {
  content: "\f264";
  font-family: "brand-icons";
}

i.icon.old.republic:before {
  content: "\f510";
  font-family: "brand-icons";
}

i.icon.opencart:before {
  content: "\f23d";
  font-family: "brand-icons";
}

i.icon.openid:before {
  content: "\f19b";
  font-family: "brand-icons";
}

i.icon.opera:before {
  content: "\f26a";
  font-family: "brand-icons";
}

i.icon.optin.monster:before {
  content: "\f23c";
  font-family: "brand-icons";
}

i.icon.osi:before {
  content: "\f41a";
  font-family: "brand-icons";
}

i.icon.page4:before {
  content: "\f3d7";
  font-family: "brand-icons";
}

i.icon.pagelines:before {
  content: "\f18c";
  font-family: "brand-icons";
}

i.icon.palfed:before {
  content: "\f3d8";
  font-family: "brand-icons";
}

i.icon.patreon:before {
  content: "\f3d9";
  font-family: "brand-icons";
}

i.icon.paypal:before {
  content: "\f1ed";
  font-family: "brand-icons";
}

i.icon.penny.arcade:before {
  content: "\f704";
  font-family: "brand-icons";
}

i.icon.periscope:before {
  content: "\f3da";
  font-family: "brand-icons";
}

i.icon.phabricator:before {
  content: "\f3db";
  font-family: "brand-icons";
}

i.icon.phoenix.framework:before {
  content: "\f3dc";
  font-family: "brand-icons";
}

i.icon.phoenix.squadron:before {
  content: "\f511";
  font-family: "brand-icons";
}

i.icon.php:before {
  content: "\f457";
  font-family: "brand-icons";
}

i.icon.pied.piper:before {
  content: "\f2ae";
  font-family: "brand-icons";
}

i.icon.pied.piper.alternate:before {
  content: "\f1a8";
  font-family: "brand-icons";
}

i.icon.pied.piper.hat:before {
  content: "\f4e5";
  font-family: "brand-icons";
}

i.icon.pied.piper.pp:before {
  content: "\f1a7";
  font-family: "brand-icons";
}

i.icon.pinterest:before {
  content: "\f0d2";
  font-family: "brand-icons";
}

i.icon.pinterest.p:before {
  content: "\f231";
  font-family: "brand-icons";
}

i.icon.pinterest.square:before {
  content: "\f0d3";
  font-family: "brand-icons";
}

i.icon.playstation:before {
  content: "\f3df";
  font-family: "brand-icons";
}

i.icon.product.hunt:before {
  content: "\f288";
  font-family: "brand-icons";
}

i.icon.pushed:before {
  content: "\f3e1";
  font-family: "brand-icons";
}

i.icon.python:before {
  content: "\f3e2";
  font-family: "brand-icons";
}

i.icon.qq:before {
  content: "\f1d6";
  font-family: "brand-icons";
}

i.icon.quinscape:before {
  content: "\f459";
  font-family: "brand-icons";
}

i.icon.quora:before {
  content: "\f2c4";
  font-family: "brand-icons";
}

i.icon.r.project:before {
  content: "\f4f7";
  font-family: "brand-icons";
}

i.icon.raspberry.pi:before {
  content: "\f7bb";
  font-family: "brand-icons";
}

i.icon.ravelry:before {
  content: "\f2d9";
  font-family: "brand-icons";
}

i.icon.react:before {
  content: "\f41b";
  font-family: "brand-icons";
}

i.icon.reacteurope:before {
  content: "\f75d";
  font-family: "brand-icons";
}

i.icon.readme:before {
  content: "\f4d5";
  font-family: "brand-icons";
}

i.icon.rebel:before {
  content: "\f1d0";
  font-family: "brand-icons";
}

i.icon.reddit:before {
  content: "\f1a1";
  font-family: "brand-icons";
}

i.icon.reddit.alien:before {
  content: "\f281";
  font-family: "brand-icons";
}

i.icon.reddit.square:before {
  content: "\f1a2";
  font-family: "brand-icons";
}

i.icon.redhat:before {
  content: "\f7bc";
  font-family: "brand-icons";
}

i.icon.redriver:before {
  content: "\f3e3";
  font-family: "brand-icons";
}

i.icon.redyeti:before {
  content: "\f69d";
  font-family: "brand-icons";
}

i.icon.renren:before {
  content: "\f18b";
  font-family: "brand-icons";
}

i.icon.replyd:before {
  content: "\f3e6";
  font-family: "brand-icons";
}

i.icon.researchgate:before {
  content: "\f4f8";
  font-family: "brand-icons";
}

i.icon.resolving:before {
  content: "\f3e7";
  font-family: "brand-icons";
}

i.icon.rev:before {
  content: "\f5b2";
  font-family: "brand-icons";
}

i.icon.rocketchat:before {
  content: "\f3e8";
  font-family: "brand-icons";
}

i.icon.rockrms:before {
  content: "\f3e9";
  font-family: "brand-icons";
}

i.icon.safari:before {
  content: "\f267";
  font-family: "brand-icons";
}

i.icon.salesforce:before {
  content: "\f83b";
  font-family: "brand-icons";
}

i.icon.sass:before {
  content: "\f41e";
  font-family: "brand-icons";
}

i.icon.schlix:before {
  content: "\f3ea";
  font-family: "brand-icons";
}

i.icon.scribd:before {
  content: "\f28a";
  font-family: "brand-icons";
}

i.icon.searchengin:before {
  content: "\f3eb";
  font-family: "brand-icons";
}

i.icon.sellcast:before {
  content: "\f2da";
  font-family: "brand-icons";
}

i.icon.sellsy:before {
  content: "\f213";
  font-family: "brand-icons";
}

i.icon.servicestack:before {
  content: "\f3ec";
  font-family: "brand-icons";
}

i.icon.shirtsinbulk:before {
  content: "\f214";
  font-family: "brand-icons";
}

i.icon.shopware:before {
  content: "\f5b5";
  font-family: "brand-icons";
}

i.icon.simplybuilt:before {
  content: "\f215";
  font-family: "brand-icons";
}

i.icon.sistrix:before {
  content: "\f3ee";
  font-family: "brand-icons";
}

i.icon.sith:before {
  content: "\f512";
  font-family: "brand-icons";
}

i.icon.sketch:before {
  content: "\f7c6";
  font-family: "brand-icons";
}

i.icon.skyatlas:before {
  content: "\f216";
  font-family: "brand-icons";
}

i.icon.skype:before {
  content: "\f17e";
  font-family: "brand-icons";
}

i.icon.slack:before {
  content: "\f198";
  font-family: "brand-icons";
}

i.icon.slack.hash:before {
  content: "\f3ef";
  font-family: "brand-icons";
}

i.icon.slideshare:before {
  content: "\f1e7";
  font-family: "brand-icons";
}

i.icon.snapchat:before {
  content: "\f2ab";
  font-family: "brand-icons";
}

i.icon.snapchat.ghost:before {
  content: "\f2ac";
  font-family: "brand-icons";
}

i.icon.snapchat.square:before {
  content: "\f2ad";
  font-family: "brand-icons";
}

i.icon.soundcloud:before {
  content: "\f1be";
  font-family: "brand-icons";
}

i.icon.sourcetree:before {
  content: "\f7d3";
  font-family: "brand-icons";
}

i.icon.speakap:before {
  content: "\f3f3";
  font-family: "brand-icons";
}

i.icon.speaker.deck:before {
  content: "\f83c";
  font-family: "brand-icons";
}

i.icon.spotify:before {
  content: "\f1bc";
  font-family: "brand-icons";
}

i.icon.squarespace:before {
  content: "\f5be";
  font-family: "brand-icons";
}

i.icon.stack.exchange:before {
  content: "\f18d";
  font-family: "brand-icons";
}

i.icon.stack.overflow:before {
  content: "\f16c";
  font-family: "brand-icons";
}

i.icon.stackpath:before {
  content: "\f842";
  font-family: "brand-icons";
}

i.icon.staylinked:before {
  content: "\f3f5";
  font-family: "brand-icons";
}

i.icon.steam:before {
  content: "\f1b6";
  font-family: "brand-icons";
}

i.icon.steam.square:before {
  content: "\f1b7";
  font-family: "brand-icons";
}

i.icon.steam.symbol:before {
  content: "\f3f6";
  font-family: "brand-icons";
}

i.icon.sticker.mule:before {
  content: "\f3f7";
  font-family: "brand-icons";
}

i.icon.strava:before {
  content: "\f428";
  font-family: "brand-icons";
}

i.icon.stripe:before {
  content: "\f429";
  font-family: "brand-icons";
}

i.icon.stripe.s:before {
  content: "\f42a";
  font-family: "brand-icons";
}

i.icon.studiovinari:before {
  content: "\f3f8";
  font-family: "brand-icons";
}

i.icon.stumbleupon:before {
  content: "\f1a4";
  font-family: "brand-icons";
}

i.icon.stumbleupon.circle:before {
  content: "\f1a3";
  font-family: "brand-icons";
}

i.icon.superpowers:before {
  content: "\f2dd";
  font-family: "brand-icons";
}

i.icon.supple:before {
  content: "\f3f9";
  font-family: "brand-icons";
}

i.icon.suse:before {
  content: "\f7d6";
  font-family: "brand-icons";
}

i.icon.symfony:before {
  content: "\f83d";
  font-family: "brand-icons";
}

i.icon.teamspeak:before {
  content: "\f4f9";
  font-family: "brand-icons";
}

i.icon.telegram:before {
  content: "\f2c6";
  font-family: "brand-icons";
}

i.icon.telegram.plane:before {
  content: "\f3fe";
  font-family: "brand-icons";
}

i.icon.tencent.weibo:before {
  content: "\f1d5";
  font-family: "brand-icons";
}

i.icon.themeco:before {
  content: "\f5c6";
  font-family: "brand-icons";
}

i.icon.themeisle:before {
  content: "\f2b2";
  font-family: "brand-icons";
}

i.icon.think.peaks:before {
  content: "\f731";
  font-family: "brand-icons";
}

i.icon.trade.federation:before {
  content: "\f513";
  font-family: "brand-icons";
}

i.icon.trello:before {
  content: "\f181";
  font-family: "brand-icons";
}

i.icon.tripadvisor:before {
  content: "\f262";
  font-family: "brand-icons";
}

i.icon.tumblr:before {
  content: "\f173";
  font-family: "brand-icons";
}

i.icon.tumblr.square:before {
  content: "\f174";
  font-family: "brand-icons";
}

i.icon.twitch:before {
  content: "\f1e8";
  font-family: "brand-icons";
}

i.icon.twitter:before {
  content: "\f099";
  font-family: "brand-icons";
}

i.icon.twitter.square:before {
  content: "\f081";
  font-family: "brand-icons";
}

i.icon.typo3:before {
  content: "\f42b";
  font-family: "brand-icons";
}

i.icon.uber:before {
  content: "\f402";
  font-family: "brand-icons";
}

i.icon.ubuntu:before {
  content: "\f7df";
  font-family: "brand-icons";
}

i.icon.uikit:before {
  content: "\f403";
  font-family: "brand-icons";
}

i.icon.uniregistry:before {
  content: "\f404";
  font-family: "brand-icons";
}

i.icon.untappd:before {
  content: "\f405";
  font-family: "brand-icons";
}

i.icon.ups:before {
  content: "\f7e0";
  font-family: "brand-icons";
}

i.icon.usb:before {
  content: "\f287";
  font-family: "brand-icons";
}

i.icon.usps:before {
  content: "\f7e1";
  font-family: "brand-icons";
}

i.icon.ussunnah:before {
  content: "\f407";
  font-family: "brand-icons";
}

i.icon.vaadin:before {
  content: "\f408";
  font-family: "brand-icons";
}

i.icon.viacoin:before {
  content: "\f237";
  font-family: "brand-icons";
}

i.icon.viadeo:before {
  content: "\f2a9";
  font-family: "brand-icons";
}

i.icon.viadeo.square:before {
  content: "\f2aa";
  font-family: "brand-icons";
}

i.icon.viber:before {
  content: "\f409";
  font-family: "brand-icons";
}

i.icon.vimeo:before {
  content: "\f40a";
  font-family: "brand-icons";
}

i.icon.vimeo.square:before {
  content: "\f194";
  font-family: "brand-icons";
}

i.icon.vimeo.v:before {
  content: "\f27d";
  font-family: "brand-icons";
}

i.icon.vine:before {
  content: "\f1ca";
  font-family: "brand-icons";
}

i.icon.vk:before {
  content: "\f189";
  font-family: "brand-icons";
}

i.icon.vnv:before {
  content: "\f40b";
  font-family: "brand-icons";
}

i.icon.vuejs:before {
  content: "\f41f";
  font-family: "brand-icons";
}

i.icon.waze:before {
  content: "\f83f";
  font-family: "brand-icons";
}

i.icon.weebly:before {
  content: "\f5cc";
  font-family: "brand-icons";
}

i.icon.weibo:before {
  content: "\f18a";
  font-family: "brand-icons";
}

i.icon.weixin:before {
  content: "\f1d7";
  font-family: "brand-icons";
}

i.icon.whatsapp:before {
  content: "\f232";
  font-family: "brand-icons";
}

i.icon.whatsapp.square:before {
  content: "\f40c";
  font-family: "brand-icons";
}

i.icon.whmcs:before {
  content: "\f40d";
  font-family: "brand-icons";
}

i.icon.wikipedia.w:before {
  content: "\f266";
  font-family: "brand-icons";
}

i.icon.windows:before {
  content: "\f17a";
  font-family: "brand-icons";
}

i.icon.wix:before {
  content: "\f5cf";
  font-family: "brand-icons";
}

i.icon.wizards.of.the.coast:before {
  content: "\f730";
  font-family: "brand-icons";
}

i.icon.wolf.pack.battalion:before {
  content: "\f514";
  font-family: "brand-icons";
}

i.icon.wordpress:before {
  content: "\f19a";
  font-family: "brand-icons";
}

i.icon.wordpress.simple:before {
  content: "\f411";
  font-family: "brand-icons";
}

i.icon.wpbeginner:before {
  content: "\f297";
  font-family: "brand-icons";
}

i.icon.wpexplorer:before {
  content: "\f2de";
  font-family: "brand-icons";
}

i.icon.wpforms:before {
  content: "\f298";
  font-family: "brand-icons";
}

i.icon.wpressr:before {
  content: "\f3e4";
  font-family: "brand-icons";
}

i.icon.xbox:before {
  content: "\f412";
  font-family: "brand-icons";
}

i.icon.xing:before {
  content: "\f168";
  font-family: "brand-icons";
}

i.icon.xing.square:before {
  content: "\f169";
  font-family: "brand-icons";
}

i.icon.y.combinator:before {
  content: "\f23b";
  font-family: "brand-icons";
}

i.icon.yahoo:before {
  content: "\f19e";
  font-family: "brand-icons";
}

i.icon.yammer:before {
  content: "\f840";
  font-family: "brand-icons";
}

i.icon.yandex:before {
  content: "\f413";
  font-family: "brand-icons";
}

i.icon.yandex.international:before {
  content: "\f414";
  font-family: "brand-icons";
}

i.icon.yarn:before {
  content: "\f7e3";
  font-family: "brand-icons";
}

i.icon.yelp:before {
  content: "\f1e9";
  font-family: "brand-icons";
}

i.icon.yoast:before {
  content: "\f2b1";
  font-family: "brand-icons";
}

i.icon.youtube:before {
  content: "\f167";
  font-family: "brand-icons";
}

i.icon.youtube.square:before {
  content: "\f431";
  font-family: "brand-icons";
}

i.icon.zhihu:before {
  content: "\f63f";
  font-family: "brand-icons";
}

/* Aliases */
i.icon.american.express:before {
  content: "\f1f3";
  font-family: "brand-icons";
}

i.icon.american.express.card:before {
  content: "\f1f3";
  font-family: "brand-icons";
}

i.icon.amex:before {
  content: "\f1f3";
  font-family: "brand-icons";
}

i.icon.bitbucket.square:before {
  content: "\f171";
  font-family: "brand-icons";
}

i.icon.bluetooth.alternative:before {
  content: "\f294";
  font-family: "brand-icons";
}

i.icon.credit.card.amazon.pay:before {
  content: "\f42d";
  font-family: "brand-icons";
}

i.icon.credit.card.american.express:before {
  content: "\f1f3";
  font-family: "brand-icons";
}

i.icon.credit.card.diners.club:before {
  content: "\f24c";
  font-family: "brand-icons";
}

i.icon.credit.card.discover:before {
  content: "\f1f2";
  font-family: "brand-icons";
}

i.icon.credit.card.jcb:before {
  content: "\f24b";
  font-family: "brand-icons";
}

i.icon.credit.card.mastercard:before {
  content: "\f1f1";
  font-family: "brand-icons";
}

i.icon.credit.card.paypal:before {
  content: "\f1f4";
  font-family: "brand-icons";
}

i.icon.credit.card.stripe:before {
  content: "\f1f5";
  font-family: "brand-icons";
}

i.icon.credit.card.visa:before {
  content: "\f1f0";
  font-family: "brand-icons";
}

i.icon.diners.club:before {
  content: "\f24c";
  font-family: "brand-icons";
}

i.icon.diners.club.card:before {
  content: "\f24c";
  font-family: "brand-icons";
}

i.icon.discover:before {
  content: "\f1f2";
  font-family: "brand-icons";
}

i.icon.discover.card:before {
  content: "\f1f2";
  font-family: "brand-icons";
}

i.icon.disk.outline:before {
  content: "\f369";
  font-family: "brand-icons";
}

i.icon.dribble:before {
  content: "\f17d";
  font-family: "brand-icons";
}

i.icon.eercast:before {
  content: "\f2da";
  font-family: "brand-icons";
}

i.icon.envira.gallery:before {
  content: "\f299";
  font-family: "brand-icons";
}

i.icon.fa:before {
  content: "\f2b4";
  font-family: "brand-icons";
}

i.icon.facebook.official:before {
  content: "\f082";
  font-family: "brand-icons";
}

i.icon.five.hundred.pixels:before {
  content: "\f26e";
  font-family: "brand-icons";
}

i.icon.gittip:before {
  content: "\f184";
  font-family: "brand-icons";
}

i.icon.google.plus.circle:before {
  content: "\f2b3";
  font-family: "brand-icons";
}

i.icon.google.plus.official:before {
  content: "\f2b3";
  font-family: "brand-icons";
}

i.icon.japan.credit.bureau:before {
  content: "\f24b";
  font-family: "brand-icons";
}

i.icon.japan.credit.bureau.card:before {
  content: "\f24b";
  font-family: "brand-icons";
}

i.icon.jcb:before {
  content: "\f24b";
  font-family: "brand-icons";
}

i.icon.linkedin.square:before {
  content: "\f08c";
  font-family: "brand-icons";
}

i.icon.mastercard:before {
  content: "\f1f1";
  font-family: "brand-icons";
}

i.icon.mastercard.card:before {
  content: "\f1f1";
  font-family: "brand-icons";
}

i.icon.microsoft.edge:before {
  content: "\f282";
  font-family: "brand-icons";
}

i.icon.ms.edge:before {
  content: "\f282";
  font-family: "brand-icons";
}

i.icon.new.pied.piper:before {
  content: "\f2ae";
  font-family: "brand-icons";
}

i.icon.optinmonster:before {
  content: "\f23c";
  font-family: "brand-icons";
}

i.icon.paypal.card:before {
  content: "\f1f4";
  font-family: "brand-icons";
}

i.icon.pied.piper.hat:before {
  content: "\f2ae";
  font-family: "brand-icons";
}

i.icon.pocket:before {
  content: "\f265";
  font-family: "brand-icons";
}

i.icon.stripe.card:before {
  content: "\f1f5";
  font-family: "brand-icons";
}

i.icon.theme.isle:before {
  content: "\f2b2";
  font-family: "brand-icons";
}

i.icon.visa:before {
  content: "\f1f0";
  font-family: "brand-icons";
}

i.icon.visa.card:before {
  content: "\f1f0";
  font-family: "brand-icons";
}

i.icon.wechat:before {
  content: "\f1d7";
  font-family: "brand-icons";
}

i.icon.wikipedia:before {
  content: "\f266";
  font-family: "brand-icons";
}

i.icon.wordpress.beginner:before {
  content: "\f297";
  font-family: "brand-icons";
}

i.icon.wordpress.forms:before {
  content: "\f298";
  font-family: "brand-icons";
}

i.icon.yc:before {
  content: "\f23b";
  font-family: "brand-icons";
}

i.icon.ycombinator:before {
  content: "\f23b";
  font-family: "brand-icons";
}

i.icon.youtube.play:before {
  content: "\f167";
  font-family: "brand-icons";
}

.avatar {
  border-radius: 3px;
  background: url(/static/images/zettacloud_no_artwork.png) no-repeat center center;
  background-size: cover !important;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.64);
}
.avatar.avatar-small {
  width: 32px;
  height: 32px;
}
.avatar.avatar-medium {
  width: 48px;
  height: 48px;
}

.artwork {
  background: rgba(0, 0, 0, 0.03) url(/static/images/zettacloud_no_artwork.png) no-repeat center center;
  background-size: cover;
  border: 0;
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.03);
}
.artwork.artwork-large {
  height: 160px;
  position: relative;
  width: 160px;
}
.artwork.artwork-large .label {
  position: absolute;
  right: 5px;
  top: 5px;
}
.artwork.artwork-large + .caption {
  width: 160px;
}
.artwork.artwork-xlarge {
  height: 250px;
  width: 250px;
}
.artwork.artwork-xlarge + .caption {
  width: 250px;
}

.artwork-container.selectable {
  cursor: pointer;
}
.artwork-container a,
.artwork-container span {
  transition: opacity 250ms linear;
  font-weight: 400;
  border-bottom: 0;
  color: rgb(68, 72, 77);
  font-size: 13px;
  opacity: 1;
}
.artwork-container a:hover,
.artwork-container span:hover {
  transition: opacity 250ms linear;
  box-shadow: inset 0 1px 0 100px rgba(0, 0, 0, 0.07);
  opacity: 0.7;
}
.artwork-container a:hover, .artwork-container a:active,
.artwork-container span:hover,
.artwork-container span:active {
  border-bottom: 0;
  color: rgb(141, 57, 149);
  display: block;
}
.artwork-container a.primary,
.artwork-container span.primary {
  display: block;
  margin-top: 7px;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.artwork-container a.primary:hover, .artwork-container a.primary:active,
.artwork-container span.primary:hover,
.artwork-container span.primary:active {
  background-color: transparent;
  box-shadow: none;
}
.artwork-container a.secondary,
.artwork-container span.secondary {
  display: block;
  max-width: 100%;
  opacity: 0.5;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.artwork-container a.secondary:hover, .artwork-container a.secondary:active,
.artwork-container span.secondary:hover,
.artwork-container span.secondary:active {
  background-color: transparent;
  box-shadow: none;
}

.no-bg {
  background: none;
}

button:not(.mat-button-base),
.button:not(.mat-button-base),
input[type=submit]:not(.mat-button-base),
a.button:visited:not(.mat-button-base) {
  border-radius: 100px;
  font-weight: 700;
  background-color: rgb(141, 57, 149);
  border: 2px solid rgb(141, 57, 149);
  color: rgb(255, 255, 255);
  cursor: pointer;
  display: inline-block;
  font-family: "Roboto", serif;
  font-size: 12px;
  height: 36px;
  line-height: 14px;
  margin: 0;
  padding: 10px 15px;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: background-color 300ms ease-out;
  -webkit-appearance: none;
}
button:not(.mat-button-base) span,
.button:not(.mat-button-base) span,
input[type=submit]:not(.mat-button-base) span,
a.button:visited:not(.mat-button-base) span {
  transition: all 250ms linear;
  opacity: 1;
}
button:not(.mat-button-base):hover,
.button:not(.mat-button-base):hover,
input[type=submit]:not(.mat-button-base):hover,
a.button:visited:not(.mat-button-base):hover {
  background-color: rgb(123.5461165049, 49.9441747573, 130.5558252427);
  color: rgb(255, 255, 255);
  outline: none;
}
button:not(.mat-button-base):focus, button:not(.mat-button-base):active,
.button:not(.mat-button-base):focus,
.button:not(.mat-button-base):active,
input[type=submit]:not(.mat-button-base):focus,
input[type=submit]:not(.mat-button-base):active,
a.button:visited:not(.mat-button-base):focus,
a.button:visited:not(.mat-button-base):active {
  background-color: rgb(158.4538834951, 64.0558252427, 167.4441747573);
  color: rgb(255, 255, 255);
  outline: none;
}
button:not(.mat-button-base)[disabled], button:not(.mat-button-base).disabled,
.button:not(.mat-button-base)[disabled],
.button:not(.mat-button-base).disabled,
input[type=submit]:not(.mat-button-base)[disabled],
input[type=submit]:not(.mat-button-base).disabled,
a.button:visited:not(.mat-button-base)[disabled],
a.button:visited:not(.mat-button-base).disabled {
  cursor: no-drop;
  opacity: 0.7;
  pointer-events: none;
  background-color: rgb(141, 57, 149);
  border: 1px solid rgb(141, 57, 149);
}
button:not(.mat-button-base)[disabled]:hover, button:not(.mat-button-base)[disabled]:focus, button:not(.mat-button-base).disabled:hover, button:not(.mat-button-base).disabled:focus,
.button:not(.mat-button-base)[disabled]:hover,
.button:not(.mat-button-base)[disabled]:focus,
.button:not(.mat-button-base).disabled:hover,
.button:not(.mat-button-base).disabled:focus,
input[type=submit]:not(.mat-button-base)[disabled]:hover,
input[type=submit]:not(.mat-button-base)[disabled]:focus,
input[type=submit]:not(.mat-button-base).disabled:hover,
input[type=submit]:not(.mat-button-base).disabled:focus,
a.button:visited:not(.mat-button-base)[disabled]:hover,
a.button:visited:not(.mat-button-base)[disabled]:focus,
a.button:visited:not(.mat-button-base).disabled:hover,
a.button:visited:not(.mat-button-base).disabled:focus {
  cursor: no-drop;
  opacity: 0.7;
  pointer-events: none;
  background-color: rgb(141, 57, 149);
  border-color: rgb(141, 57, 149);
}
button:not(.mat-button-base)[disabled] span, button:not(.mat-button-base).disabled span,
.button:not(.mat-button-base)[disabled] span,
.button:not(.mat-button-base).disabled span,
input[type=submit]:not(.mat-button-base)[disabled] span,
input[type=submit]:not(.mat-button-base).disabled span,
a.button:visited:not(.mat-button-base)[disabled] span,
a.button:visited:not(.mat-button-base).disabled span {
  transition: all 250ms linear;
  opacity: 1;
}
button:not(.mat-button-base).loading, button:not(.mat-button-base).loading:hover,
.button:not(.mat-button-base).loading,
.button:not(.mat-button-base).loading:hover,
input[type=submit]:not(.mat-button-base).loading,
input[type=submit]:not(.mat-button-base).loading:hover,
a.button:visited:not(.mat-button-base).loading,
a.button:visited:not(.mat-button-base).loading:hover {
  transition: all 250ms linear;
  background-image: url(/static/images/loader-white.svg);
  background-repeat: no-repeat;
  background-position: center center;
  cursor: default;
}
button:not(.mat-button-base).loading span, button:not(.mat-button-base).loading:hover span,
.button:not(.mat-button-base).loading span,
.button:not(.mat-button-base).loading:hover span,
input[type=submit]:not(.mat-button-base).loading span,
input[type=submit]:not(.mat-button-base).loading:hover span,
a.button:visited:not(.mat-button-base).loading span,
a.button:visited:not(.mat-button-base).loading:hover span {
  transition: all 250ms linear;
  opacity: 0;
}
button:not(.mat-button-base).button-hollow, #calendar-main-container .calendar-container .schedules-calendar .fc-toolbar.fc-header-toolbar button.fc-button:not(.mat-button-base),
.authorization-schedule-wizard .calendar-container .schedules-calendar .fc-toolbar.fc-header-toolbar button.fc-button:not(.mat-button-base),
.button:not(.mat-button-base).button-hollow,
#calendar-main-container .calendar-container .schedules-calendar .fc-toolbar.fc-header-toolbar .button.fc-button:not(.mat-button-base),
.authorization-schedule-wizard .calendar-container .schedules-calendar .fc-toolbar.fc-header-toolbar .button.fc-button:not(.mat-button-base),
input[type=submit]:not(.mat-button-base).button-hollow,
#calendar-main-container .calendar-container .schedules-calendar .fc-toolbar.fc-header-toolbar input[type=submit].fc-button:not(.mat-button-base),
.authorization-schedule-wizard .calendar-container .schedules-calendar .fc-toolbar.fc-header-toolbar input[type=submit].fc-button:not(.mat-button-base),
a.button:visited:not(.mat-button-base).button-hollow,
.authorization-schedule-wizard .calendar-container .schedules-calendar .fc-toolbar.fc-header-toolbar a.button.fc-button:visited:not(.mat-button-base) {
  background-color: transparent;
  color: rgb(141, 57, 149);
}
button:not(.mat-button-base).button-hollow:hover:not(.loading), #calendar-main-container .calendar-container .schedules-calendar .fc-toolbar.fc-header-toolbar button.fc-button:not(.mat-button-base):hover:not(.loading),
.authorization-schedule-wizard .calendar-container .schedules-calendar .fc-toolbar.fc-header-toolbar button.fc-button:not(.mat-button-base):hover:not(.loading), button:not(.mat-button-base).button-hollow:focus, #calendar-main-container .calendar-container .schedules-calendar .fc-toolbar.fc-header-toolbar button.fc-button:not(.mat-button-base):focus,
.authorization-schedule-wizard .calendar-container .schedules-calendar .fc-toolbar.fc-header-toolbar button.fc-button:not(.mat-button-base):focus,
.button:not(.mat-button-base).button-hollow:hover:not(.loading),
#calendar-main-container .calendar-container .schedules-calendar .fc-toolbar.fc-header-toolbar .button.fc-button:not(.mat-button-base):hover:not(.loading),
.authorization-schedule-wizard .calendar-container .schedules-calendar .fc-toolbar.fc-header-toolbar .button.fc-button:not(.mat-button-base):hover:not(.loading),
.button:not(.mat-button-base).button-hollow:focus,
#calendar-main-container .calendar-container .schedules-calendar .fc-toolbar.fc-header-toolbar .button.fc-button:not(.mat-button-base):focus,
.authorization-schedule-wizard .calendar-container .schedules-calendar .fc-toolbar.fc-header-toolbar .button.fc-button:not(.mat-button-base):focus,
input[type=submit]:not(.mat-button-base).button-hollow:hover:not(.loading),
#calendar-main-container .calendar-container .schedules-calendar .fc-toolbar.fc-header-toolbar input[type=submit].fc-button:not(.mat-button-base):hover:not(.loading),
.authorization-schedule-wizard .calendar-container .schedules-calendar .fc-toolbar.fc-header-toolbar input[type=submit].fc-button:not(.mat-button-base):hover:not(.loading),
input[type=submit]:not(.mat-button-base).button-hollow:focus,
#calendar-main-container .calendar-container .schedules-calendar .fc-toolbar.fc-header-toolbar input[type=submit].fc-button:not(.mat-button-base):focus,
.authorization-schedule-wizard .calendar-container .schedules-calendar .fc-toolbar.fc-header-toolbar input[type=submit].fc-button:not(.mat-button-base):focus,
a.button:visited:not(.mat-button-base).button-hollow:hover:not(.loading),
.authorization-schedule-wizard .calendar-container .schedules-calendar .fc-toolbar.fc-header-toolbar a.button.fc-button:visited:not(.mat-button-base):hover:not(.loading),
a.button:visited:not(.mat-button-base).button-hollow:focus,
.authorization-schedule-wizard .calendar-container .schedules-calendar .fc-toolbar.fc-header-toolbar a.button.fc-button:visited:not(.mat-button-base):focus {
  background-color: rgb(141, 57, 149);
  color: rgb(255, 255, 255);
}
button:not(.mat-button-base).button-hollow.disabled, #calendar-main-container .calendar-container .schedules-calendar .fc-toolbar.fc-header-toolbar button.fc-button:not(.mat-button-base).disabled,
.authorization-schedule-wizard .calendar-container .schedules-calendar .fc-toolbar.fc-header-toolbar button.fc-button:not(.mat-button-base).disabled,
button:not(.mat-button-base).button-hollow [disabled],
#calendar-main-container .calendar-container .schedules-calendar .fc-toolbar.fc-header-toolbar button.fc-button:not(.mat-button-base) [disabled],
.authorization-schedule-wizard .calendar-container .schedules-calendar .fc-toolbar.fc-header-toolbar button.fc-button:not(.mat-button-base) [disabled],
.button:not(.mat-button-base).button-hollow.disabled,
#calendar-main-container .calendar-container .schedules-calendar .fc-toolbar.fc-header-toolbar .button.fc-button:not(.mat-button-base).disabled,
.authorization-schedule-wizard .calendar-container .schedules-calendar .fc-toolbar.fc-header-toolbar .button.fc-button:not(.mat-button-base).disabled,
.button:not(.mat-button-base).button-hollow [disabled],
#calendar-main-container .calendar-container .schedules-calendar .fc-toolbar.fc-header-toolbar .button.fc-button:not(.mat-button-base) [disabled],
.authorization-schedule-wizard .calendar-container .schedules-calendar .fc-toolbar.fc-header-toolbar .button.fc-button:not(.mat-button-base) [disabled],
input[type=submit]:not(.mat-button-base).button-hollow.disabled,
#calendar-main-container .calendar-container .schedules-calendar .fc-toolbar.fc-header-toolbar input[type=submit].fc-button:not(.mat-button-base).disabled,
.authorization-schedule-wizard .calendar-container .schedules-calendar .fc-toolbar.fc-header-toolbar input[type=submit].fc-button:not(.mat-button-base).disabled,
input[type=submit]:not(.mat-button-base).button-hollow [disabled],
#calendar-main-container .calendar-container .schedules-calendar .fc-toolbar.fc-header-toolbar input[type=submit].fc-button:not(.mat-button-base) [disabled],
.authorization-schedule-wizard .calendar-container .schedules-calendar .fc-toolbar.fc-header-toolbar input[type=submit].fc-button:not(.mat-button-base) [disabled],
a.button:visited:not(.mat-button-base).button-hollow.disabled,
.authorization-schedule-wizard .calendar-container .schedules-calendar .fc-toolbar.fc-header-toolbar a.button.fc-button:visited:not(.mat-button-base).disabled,
a.button:visited:not(.mat-button-base).button-hollow [disabled],
.authorization-schedule-wizard .calendar-container .schedules-calendar .fc-toolbar.fc-header-toolbar a.button.fc-button:visited:not(.mat-button-base) [disabled] {
  cursor: no-drop;
  opacity: 0.7;
  pointer-events: none;
  background-color: transparent;
  color: rgb(141, 57, 149);
}
button:not(.mat-button-base).button-hollow.loading, #calendar-main-container .calendar-container .schedules-calendar .fc-toolbar.fc-header-toolbar button.fc-button:not(.mat-button-base).loading,
.authorization-schedule-wizard .calendar-container .schedules-calendar .fc-toolbar.fc-header-toolbar button.fc-button:not(.mat-button-base).loading, button:not(.mat-button-base).button-hollow.loading:hover,
.authorization-schedule-wizard .calendar-container .schedules-calendar .fc-toolbar.fc-header-toolbar button.fc-button:not(.mat-button-base).loading:hover,
.button:not(.mat-button-base).button-hollow.loading,
#calendar-main-container .calendar-container .schedules-calendar .fc-toolbar.fc-header-toolbar .button.fc-button:not(.mat-button-base).loading,
.authorization-schedule-wizard .calendar-container .schedules-calendar .fc-toolbar.fc-header-toolbar .button.fc-button:not(.mat-button-base).loading,
.button:not(.mat-button-base).button-hollow.loading:hover,
.authorization-schedule-wizard .calendar-container .schedules-calendar .fc-toolbar.fc-header-toolbar .button.fc-button:not(.mat-button-base).loading:hover,
input[type=submit]:not(.mat-button-base).button-hollow.loading,
#calendar-main-container .calendar-container .schedules-calendar .fc-toolbar.fc-header-toolbar input[type=submit].fc-button:not(.mat-button-base).loading,
.authorization-schedule-wizard .calendar-container .schedules-calendar .fc-toolbar.fc-header-toolbar input[type=submit].fc-button:not(.mat-button-base).loading,
input[type=submit]:not(.mat-button-base).button-hollow.loading:hover,
.authorization-schedule-wizard .calendar-container .schedules-calendar .fc-toolbar.fc-header-toolbar input[type=submit].fc-button:not(.mat-button-base).loading:hover,
a.button:visited:not(.mat-button-base).button-hollow.loading,
.authorization-schedule-wizard .calendar-container .schedules-calendar .fc-toolbar.fc-header-toolbar a.button.fc-button:visited:not(.mat-button-base).loading,
a.button:visited:not(.mat-button-base).button-hollow.loading:hover,
.authorization-schedule-wizard .calendar-container .schedules-calendar .fc-toolbar.fc-header-toolbar a.button.fc-button:visited:not(.mat-button-base).loading:hover {
  background-color: transparent;
  background-image: url(/static/images/loader-zettacloud.svg);
  color: rgb(141, 57, 149);
}
button:not(.mat-button-base).button-secondary.button-hollow,
.authorization-schedule-wizard .calendar-container .schedules-calendar .fc-toolbar.fc-header-toolbar button.fc-button:not(.mat-button-base).button-secondary, #calendar-main-container .calendar-container .schedules-calendar .fc-toolbar.fc-header-toolbar button.fc-button:not(.mat-button-base),
.authorization-schedule-wizard .calendar-container .schedules-calendar .fc-toolbar.fc-header-toolbar button.fc-button:not(.mat-button-base).button-hollow,
.authorization-schedule-wizard .calendar-container .schedules-calendar .fc-toolbar.fc-header-toolbar button.fc-button:not(.mat-button-base),
.button:not(.mat-button-base).button-secondary.button-hollow,
.authorization-schedule-wizard .calendar-container .schedules-calendar .fc-toolbar.fc-header-toolbar .button.fc-button:not(.mat-button-base).button-secondary,
#calendar-main-container .calendar-container .schedules-calendar .fc-toolbar.fc-header-toolbar .button.fc-button:not(.mat-button-base),
.authorization-schedule-wizard .calendar-container .schedules-calendar .fc-toolbar.fc-header-toolbar .button.fc-button:not(.mat-button-base).button-hollow,
.authorization-schedule-wizard .calendar-container .schedules-calendar .fc-toolbar.fc-header-toolbar .button.fc-button:not(.mat-button-base),
input[type=submit]:not(.mat-button-base).button-secondary.button-hollow,
.authorization-schedule-wizard .calendar-container .schedules-calendar .fc-toolbar.fc-header-toolbar input[type=submit].fc-button:not(.mat-button-base).button-secondary,
#calendar-main-container .calendar-container .schedules-calendar .fc-toolbar.fc-header-toolbar input[type=submit].fc-button:not(.mat-button-base),
.authorization-schedule-wizard .calendar-container .schedules-calendar .fc-toolbar.fc-header-toolbar input[type=submit].fc-button:not(.mat-button-base).button-hollow,
.authorization-schedule-wizard .calendar-container .schedules-calendar .fc-toolbar.fc-header-toolbar input[type=submit].fc-button:not(.mat-button-base),
a.button:visited:not(.mat-button-base).button-secondary.button-hollow,
.authorization-schedule-wizard .calendar-container .schedules-calendar .fc-toolbar.fc-header-toolbar a.button.fc-button:visited:not(.mat-button-base).button-secondary,
.authorization-schedule-wizard .calendar-container .schedules-calendar .fc-toolbar.fc-header-toolbar a.button.fc-button:visited:not(.mat-button-base).button-hollow,
.authorization-schedule-wizard .calendar-container .schedules-calendar .fc-toolbar.fc-header-toolbar a.button.fc-button:visited:not(.mat-button-base) {
  border-color: rgb(68, 72, 77);
  color: rgb(68, 72, 77);
}
button:not(.mat-button-base).button-secondary.button-hollow:hover:not(.loading),
.authorization-schedule-wizard .calendar-container .schedules-calendar .fc-toolbar.fc-header-toolbar button.fc-button:not(.mat-button-base).button-secondary:hover:not(.loading), #calendar-main-container .calendar-container .schedules-calendar .fc-toolbar.fc-header-toolbar button.fc-button:not(.mat-button-base):hover:not(.loading),
.authorization-schedule-wizard .calendar-container .schedules-calendar .fc-toolbar.fc-header-toolbar button.fc-button:not(.mat-button-base).button-hollow:hover:not(.loading),
.authorization-schedule-wizard .calendar-container .schedules-calendar .fc-toolbar.fc-header-toolbar button.fc-button:not(.mat-button-base):hover:not(.loading), button:not(.mat-button-base).button-secondary.button-hollow:focus,
.authorization-schedule-wizard .calendar-container .schedules-calendar .fc-toolbar.fc-header-toolbar button.fc-button:not(.mat-button-base).button-secondary:focus, #calendar-main-container .calendar-container .schedules-calendar .fc-toolbar.fc-header-toolbar button.fc-button:not(.mat-button-base):focus,
.authorization-schedule-wizard .calendar-container .schedules-calendar .fc-toolbar.fc-header-toolbar button.fc-button:not(.mat-button-base).button-hollow:focus,
.authorization-schedule-wizard .calendar-container .schedules-calendar .fc-toolbar.fc-header-toolbar button.fc-button:not(.mat-button-base):focus,
.button:not(.mat-button-base).button-secondary.button-hollow:hover:not(.loading),
.authorization-schedule-wizard .calendar-container .schedules-calendar .fc-toolbar.fc-header-toolbar .button.fc-button:not(.mat-button-base).button-secondary:hover:not(.loading),
#calendar-main-container .calendar-container .schedules-calendar .fc-toolbar.fc-header-toolbar .button.fc-button:not(.mat-button-base):hover:not(.loading),
.authorization-schedule-wizard .calendar-container .schedules-calendar .fc-toolbar.fc-header-toolbar .button.fc-button:not(.mat-button-base).button-hollow:hover:not(.loading),
.authorization-schedule-wizard .calendar-container .schedules-calendar .fc-toolbar.fc-header-toolbar .button.fc-button:not(.mat-button-base):hover:not(.loading),
.button:not(.mat-button-base).button-secondary.button-hollow:focus,
.authorization-schedule-wizard .calendar-container .schedules-calendar .fc-toolbar.fc-header-toolbar .button.fc-button:not(.mat-button-base).button-secondary:focus,
#calendar-main-container .calendar-container .schedules-calendar .fc-toolbar.fc-header-toolbar .button.fc-button:not(.mat-button-base):focus,
.authorization-schedule-wizard .calendar-container .schedules-calendar .fc-toolbar.fc-header-toolbar .button.fc-button:not(.mat-button-base).button-hollow:focus,
.authorization-schedule-wizard .calendar-container .schedules-calendar .fc-toolbar.fc-header-toolbar .button.fc-button:not(.mat-button-base):focus,
input[type=submit]:not(.mat-button-base).button-secondary.button-hollow:hover:not(.loading),
.authorization-schedule-wizard .calendar-container .schedules-calendar .fc-toolbar.fc-header-toolbar input[type=submit].fc-button:not(.mat-button-base).button-secondary:hover:not(.loading),
#calendar-main-container .calendar-container .schedules-calendar .fc-toolbar.fc-header-toolbar input[type=submit].fc-button:not(.mat-button-base):hover:not(.loading),
.authorization-schedule-wizard .calendar-container .schedules-calendar .fc-toolbar.fc-header-toolbar input[type=submit].fc-button:not(.mat-button-base).button-hollow:hover:not(.loading),
.authorization-schedule-wizard .calendar-container .schedules-calendar .fc-toolbar.fc-header-toolbar input[type=submit].fc-button:not(.mat-button-base):hover:not(.loading),
input[type=submit]:not(.mat-button-base).button-secondary.button-hollow:focus,
.authorization-schedule-wizard .calendar-container .schedules-calendar .fc-toolbar.fc-header-toolbar input[type=submit].fc-button:not(.mat-button-base).button-secondary:focus,
#calendar-main-container .calendar-container .schedules-calendar .fc-toolbar.fc-header-toolbar input[type=submit].fc-button:not(.mat-button-base):focus,
.authorization-schedule-wizard .calendar-container .schedules-calendar .fc-toolbar.fc-header-toolbar input[type=submit].fc-button:not(.mat-button-base).button-hollow:focus,
.authorization-schedule-wizard .calendar-container .schedules-calendar .fc-toolbar.fc-header-toolbar input[type=submit].fc-button:not(.mat-button-base):focus,
a.button:visited:not(.mat-button-base).button-secondary.button-hollow:hover:not(.loading),
.authorization-schedule-wizard .calendar-container .schedules-calendar .fc-toolbar.fc-header-toolbar a.button.fc-button:visited:not(.mat-button-base).button-secondary:hover:not(.loading),
.authorization-schedule-wizard .calendar-container .schedules-calendar .fc-toolbar.fc-header-toolbar a.button.fc-button:visited:not(.mat-button-base).button-hollow:hover:not(.loading),
.authorization-schedule-wizard .calendar-container .schedules-calendar .fc-toolbar.fc-header-toolbar a.button.fc-button:visited:not(.mat-button-base):hover:not(.loading),
a.button:visited:not(.mat-button-base).button-secondary.button-hollow:focus,
.authorization-schedule-wizard .calendar-container .schedules-calendar .fc-toolbar.fc-header-toolbar a.button.fc-button:visited:not(.mat-button-base).button-secondary:focus,
.authorization-schedule-wizard .calendar-container .schedules-calendar .fc-toolbar.fc-header-toolbar a.button.fc-button:visited:not(.mat-button-base).button-hollow:focus,
.authorization-schedule-wizard .calendar-container .schedules-calendar .fc-toolbar.fc-header-toolbar a.button.fc-button:visited:not(.mat-button-base):focus {
  background-color: transparent;
  border-color: rgb(141, 57, 149);
  color: rgb(141, 57, 149);
}
button:not(.mat-button-base).button-secondary.button-hollow.disabled,
.authorization-schedule-wizard .calendar-container .schedules-calendar .fc-toolbar.fc-header-toolbar button.fc-button:not(.mat-button-base).button-secondary.disabled, #calendar-main-container .calendar-container .schedules-calendar .fc-toolbar.fc-header-toolbar button.fc-button:not(.mat-button-base).disabled,
.authorization-schedule-wizard .calendar-container .schedules-calendar .fc-toolbar.fc-header-toolbar button.fc-button:not(.mat-button-base).button-hollow.disabled,
.authorization-schedule-wizard .calendar-container .schedules-calendar .fc-toolbar.fc-header-toolbar button.fc-button:not(.mat-button-base).disabled,
button:not(.mat-button-base).button-secondary.button-hollow [disabled],
.authorization-schedule-wizard .calendar-container .schedules-calendar .fc-toolbar.fc-header-toolbar button.fc-button:not(.mat-button-base).button-secondary [disabled],
#calendar-main-container .calendar-container .schedules-calendar .fc-toolbar.fc-header-toolbar button.fc-button:not(.mat-button-base) [disabled],
.authorization-schedule-wizard .calendar-container .schedules-calendar .fc-toolbar.fc-header-toolbar button.fc-button:not(.mat-button-base).button-hollow [disabled],
.authorization-schedule-wizard .calendar-container .schedules-calendar .fc-toolbar.fc-header-toolbar button.fc-button:not(.mat-button-base) [disabled],
.button:not(.mat-button-base).button-secondary.button-hollow.disabled,
.authorization-schedule-wizard .calendar-container .schedules-calendar .fc-toolbar.fc-header-toolbar .button.fc-button:not(.mat-button-base).button-secondary.disabled,
#calendar-main-container .calendar-container .schedules-calendar .fc-toolbar.fc-header-toolbar .button.fc-button:not(.mat-button-base).disabled,
.authorization-schedule-wizard .calendar-container .schedules-calendar .fc-toolbar.fc-header-toolbar .button.fc-button:not(.mat-button-base).button-hollow.disabled,
.authorization-schedule-wizard .calendar-container .schedules-calendar .fc-toolbar.fc-header-toolbar .button.fc-button:not(.mat-button-base).disabled,
.button:not(.mat-button-base).button-secondary.button-hollow [disabled],
.authorization-schedule-wizard .calendar-container .schedules-calendar .fc-toolbar.fc-header-toolbar .button.fc-button:not(.mat-button-base).button-secondary [disabled],
#calendar-main-container .calendar-container .schedules-calendar .fc-toolbar.fc-header-toolbar .button.fc-button:not(.mat-button-base) [disabled],
.authorization-schedule-wizard .calendar-container .schedules-calendar .fc-toolbar.fc-header-toolbar .button.fc-button:not(.mat-button-base).button-hollow [disabled],
.authorization-schedule-wizard .calendar-container .schedules-calendar .fc-toolbar.fc-header-toolbar .button.fc-button:not(.mat-button-base) [disabled],
input[type=submit]:not(.mat-button-base).button-secondary.button-hollow.disabled,
.authorization-schedule-wizard .calendar-container .schedules-calendar .fc-toolbar.fc-header-toolbar input[type=submit].fc-button:not(.mat-button-base).button-secondary.disabled,
#calendar-main-container .calendar-container .schedules-calendar .fc-toolbar.fc-header-toolbar input[type=submit].fc-button:not(.mat-button-base).disabled,
.authorization-schedule-wizard .calendar-container .schedules-calendar .fc-toolbar.fc-header-toolbar input[type=submit].fc-button:not(.mat-button-base).button-hollow.disabled,
.authorization-schedule-wizard .calendar-container .schedules-calendar .fc-toolbar.fc-header-toolbar input[type=submit].fc-button:not(.mat-button-base).disabled,
input[type=submit]:not(.mat-button-base).button-secondary.button-hollow [disabled],
.authorization-schedule-wizard .calendar-container .schedules-calendar .fc-toolbar.fc-header-toolbar input[type=submit].fc-button:not(.mat-button-base).button-secondary [disabled],
#calendar-main-container .calendar-container .schedules-calendar .fc-toolbar.fc-header-toolbar input[type=submit].fc-button:not(.mat-button-base) [disabled],
.authorization-schedule-wizard .calendar-container .schedules-calendar .fc-toolbar.fc-header-toolbar input[type=submit].fc-button:not(.mat-button-base).button-hollow [disabled],
.authorization-schedule-wizard .calendar-container .schedules-calendar .fc-toolbar.fc-header-toolbar input[type=submit].fc-button:not(.mat-button-base) [disabled],
a.button:visited:not(.mat-button-base).button-secondary.button-hollow.disabled,
.authorization-schedule-wizard .calendar-container .schedules-calendar .fc-toolbar.fc-header-toolbar a.button.fc-button:visited:not(.mat-button-base).button-secondary.disabled,
.authorization-schedule-wizard .calendar-container .schedules-calendar .fc-toolbar.fc-header-toolbar a.button.fc-button:visited:not(.mat-button-base).button-hollow.disabled,
.authorization-schedule-wizard .calendar-container .schedules-calendar .fc-toolbar.fc-header-toolbar a.button.fc-button:visited:not(.mat-button-base).disabled,
a.button:visited:not(.mat-button-base).button-secondary.button-hollow [disabled],
.authorization-schedule-wizard .calendar-container .schedules-calendar .fc-toolbar.fc-header-toolbar a.button.fc-button:visited:not(.mat-button-base).button-secondary [disabled],
.authorization-schedule-wizard .calendar-container .schedules-calendar .fc-toolbar.fc-header-toolbar a.button.fc-button:visited:not(.mat-button-base).button-hollow [disabled],
.authorization-schedule-wizard .calendar-container .schedules-calendar .fc-toolbar.fc-header-toolbar a.button.fc-button:visited:not(.mat-button-base) [disabled] {
  cursor: no-drop;
  opacity: 0.7;
  pointer-events: none;
  background-color: transparent;
  border-color: rgb(68, 72, 77);
  color: rgb(68, 72, 77);
}
button:not(.mat-button-base).button-secondary.button-hollow.loading,
.authorization-schedule-wizard .calendar-container .schedules-calendar .fc-toolbar.fc-header-toolbar button.fc-button:not(.mat-button-base).button-secondary.loading, #calendar-main-container .calendar-container .schedules-calendar .fc-toolbar.fc-header-toolbar button.fc-button:not(.mat-button-base).loading,
.authorization-schedule-wizard .calendar-container .schedules-calendar .fc-toolbar.fc-header-toolbar button.fc-button:not(.mat-button-base).button-hollow.loading,
.authorization-schedule-wizard .calendar-container .schedules-calendar .fc-toolbar.fc-header-toolbar button.fc-button:not(.mat-button-base).loading, button:not(.mat-button-base).button-secondary.button-hollow.loading:hover,
.authorization-schedule-wizard .calendar-container .schedules-calendar .fc-toolbar.fc-header-toolbar button.fc-button:not(.mat-button-base).button-secondary.loading:hover,
.authorization-schedule-wizard .calendar-container .schedules-calendar .fc-toolbar.fc-header-toolbar button.fc-button:not(.mat-button-base).button-hollow.loading:hover,
.authorization-schedule-wizard .calendar-container .schedules-calendar .fc-toolbar.fc-header-toolbar button.fc-button:not(.mat-button-base).loading:hover,
.button:not(.mat-button-base).button-secondary.button-hollow.loading,
.authorization-schedule-wizard .calendar-container .schedules-calendar .fc-toolbar.fc-header-toolbar .button.fc-button:not(.mat-button-base).button-secondary.loading,
#calendar-main-container .calendar-container .schedules-calendar .fc-toolbar.fc-header-toolbar .button.fc-button:not(.mat-button-base).loading,
.authorization-schedule-wizard .calendar-container .schedules-calendar .fc-toolbar.fc-header-toolbar .button.fc-button:not(.mat-button-base).button-hollow.loading,
.authorization-schedule-wizard .calendar-container .schedules-calendar .fc-toolbar.fc-header-toolbar .button.fc-button:not(.mat-button-base).loading,
.button:not(.mat-button-base).button-secondary.button-hollow.loading:hover,
.authorization-schedule-wizard .calendar-container .schedules-calendar .fc-toolbar.fc-header-toolbar .button.fc-button:not(.mat-button-base).button-secondary.loading:hover,
.authorization-schedule-wizard .calendar-container .schedules-calendar .fc-toolbar.fc-header-toolbar .button.fc-button:not(.mat-button-base).button-hollow.loading:hover,
.authorization-schedule-wizard .calendar-container .schedules-calendar .fc-toolbar.fc-header-toolbar .button.fc-button:not(.mat-button-base).loading:hover,
input[type=submit]:not(.mat-button-base).button-secondary.button-hollow.loading,
.authorization-schedule-wizard .calendar-container .schedules-calendar .fc-toolbar.fc-header-toolbar input[type=submit].fc-button:not(.mat-button-base).button-secondary.loading,
#calendar-main-container .calendar-container .schedules-calendar .fc-toolbar.fc-header-toolbar input[type=submit].fc-button:not(.mat-button-base).loading,
.authorization-schedule-wizard .calendar-container .schedules-calendar .fc-toolbar.fc-header-toolbar input[type=submit].fc-button:not(.mat-button-base).button-hollow.loading,
.authorization-schedule-wizard .calendar-container .schedules-calendar .fc-toolbar.fc-header-toolbar input[type=submit].fc-button:not(.mat-button-base).loading,
input[type=submit]:not(.mat-button-base).button-secondary.button-hollow.loading:hover,
.authorization-schedule-wizard .calendar-container .schedules-calendar .fc-toolbar.fc-header-toolbar input[type=submit].fc-button:not(.mat-button-base).button-secondary.loading:hover,
.authorization-schedule-wizard .calendar-container .schedules-calendar .fc-toolbar.fc-header-toolbar input[type=submit].fc-button:not(.mat-button-base).button-hollow.loading:hover,
.authorization-schedule-wizard .calendar-container .schedules-calendar .fc-toolbar.fc-header-toolbar input[type=submit].fc-button:not(.mat-button-base).loading:hover,
a.button:visited:not(.mat-button-base).button-secondary.button-hollow.loading,
.authorization-schedule-wizard .calendar-container .schedules-calendar .fc-toolbar.fc-header-toolbar a.button.fc-button:visited:not(.mat-button-base).button-secondary.loading,
.authorization-schedule-wizard .calendar-container .schedules-calendar .fc-toolbar.fc-header-toolbar a.button.fc-button:visited:not(.mat-button-base).button-hollow.loading,
.authorization-schedule-wizard .calendar-container .schedules-calendar .fc-toolbar.fc-header-toolbar a.button.fc-button:visited:not(.mat-button-base).loading,
a.button:visited:not(.mat-button-base).button-secondary.button-hollow.loading:hover,
.authorization-schedule-wizard .calendar-container .schedules-calendar .fc-toolbar.fc-header-toolbar a.button.fc-button:visited:not(.mat-button-base).button-secondary.loading:hover,
.authorization-schedule-wizard .calendar-container .schedules-calendar .fc-toolbar.fc-header-toolbar a.button.fc-button:visited:not(.mat-button-base).button-hollow.loading:hover,
.authorization-schedule-wizard .calendar-container .schedules-calendar .fc-toolbar.fc-header-toolbar a.button.fc-button:visited:not(.mat-button-base).loading:hover {
  background-color: transparent;
  background-image: url(/static/images/loader-secondary.svg);
  color: rgb(141, 57, 149);
}
button:not(.mat-button-base).dropdown,
.button:not(.mat-button-base).dropdown,
input[type=submit]:not(.mat-button-base).dropdown,
a.button:visited:not(.mat-button-base).dropdown {
  border-radius: 8px;
  padding-right: 20px;
}
button:not(.mat-button-base).dropdown:after,
.button:not(.mat-button-base).dropdown:after,
input[type=submit]:not(.mat-button-base).dropdown:after,
a.button:visited:not(.mat-button-base).dropdown:after {
  border-width: 5px;
  right: 4px;
}
button:not(.mat-button-base).dropdown.with-avatar,
.button:not(.mat-button-base).dropdown.with-avatar,
input[type=submit]:not(.mat-button-base).dropdown.with-avatar,
a.button:visited:not(.mat-button-base).dropdown.with-avatar {
  padding: 10px 38px 10px 15px;
}
button:not(.mat-button-base).dropdown.with-avatar.button-large,
.button:not(.mat-button-base).dropdown.with-avatar.button-large,
input[type=submit]:not(.mat-button-base).dropdown.with-avatar.button-large,
a.button:visited:not(.mat-button-base).dropdown.with-avatar.button-large {
  height: 60px !important;
  padding-right: 63px !important;
  width: 60px !important;
}
button:not(.mat-button-base).dropdown.button-secondary, #calendar-main-container .calendar-container .schedules-calendar .fc-toolbar.fc-header-toolbar button.fc-button:not(.mat-button-base).dropdown,
.authorization-schedule-wizard .calendar-container .schedules-calendar .fc-toolbar.fc-header-toolbar button.fc-button:not(.mat-button-base).dropdown,
.button:not(.mat-button-base).dropdown.button-secondary,
#calendar-main-container .calendar-container .schedules-calendar .fc-toolbar.fc-header-toolbar .button.fc-button:not(.mat-button-base).dropdown,
.authorization-schedule-wizard .calendar-container .schedules-calendar .fc-toolbar.fc-header-toolbar .button.fc-button:not(.mat-button-base).dropdown,
input[type=submit]:not(.mat-button-base).dropdown.button-secondary,
#calendar-main-container .calendar-container .schedules-calendar .fc-toolbar.fc-header-toolbar input[type=submit].fc-button:not(.mat-button-base).dropdown,
.authorization-schedule-wizard .calendar-container .schedules-calendar .fc-toolbar.fc-header-toolbar input[type=submit].fc-button:not(.mat-button-base).dropdown,
a.button:visited:not(.mat-button-base).dropdown.button-secondary,
.authorization-schedule-wizard .calendar-container .schedules-calendar .fc-toolbar.fc-header-toolbar a.button.fc-button:visited:not(.mat-button-base).dropdown {
  border-color: rgba(68, 72, 77, 0.3);
  height: 36px;
  overflow: hidden;
}
button:not(.mat-button-base).dropdown.button-secondary::after, #calendar-main-container .calendar-container .schedules-calendar .fc-toolbar.fc-header-toolbar button.fc-button:not(.mat-button-base).dropdown::after,
.authorization-schedule-wizard .calendar-container .schedules-calendar .fc-toolbar.fc-header-toolbar button.fc-button:not(.mat-button-base).dropdown::after, button:not(.mat-button-base).dropdown.button-hollow::after,
.authorization-schedule-wizard .calendar-container .schedules-calendar .fc-toolbar.fc-header-toolbar button.fc-button:not(.mat-button-base).dropdown::after, button:not(.mat-button-base).dropdown.button-secondary.button-hollow::after,
.authorization-schedule-wizard .calendar-container .schedules-calendar .fc-toolbar.fc-header-toolbar button.fc-button:not(.mat-button-base).dropdown.button-secondary::after,
.authorization-schedule-wizard .calendar-container .schedules-calendar .fc-toolbar.fc-header-toolbar button.fc-button:not(.mat-button-base).dropdown.button-hollow::after,
.authorization-schedule-wizard .calendar-container .schedules-calendar .fc-toolbar.fc-header-toolbar button.fc-button:not(.mat-button-base).dropdown::after,
.button:not(.mat-button-base).dropdown.button-secondary::after,
#calendar-main-container .calendar-container .schedules-calendar .fc-toolbar.fc-header-toolbar .button.fc-button:not(.mat-button-base).dropdown::after,
.authorization-schedule-wizard .calendar-container .schedules-calendar .fc-toolbar.fc-header-toolbar .button.fc-button:not(.mat-button-base).dropdown::after,
.button:not(.mat-button-base).dropdown.button-hollow::after,
.authorization-schedule-wizard .calendar-container .schedules-calendar .fc-toolbar.fc-header-toolbar .button.fc-button:not(.mat-button-base).dropdown::after,
.button:not(.mat-button-base).dropdown.button-secondary.button-hollow::after,
.authorization-schedule-wizard .calendar-container .schedules-calendar .fc-toolbar.fc-header-toolbar .button.fc-button:not(.mat-button-base).dropdown.button-secondary::after,
.authorization-schedule-wizard .calendar-container .schedules-calendar .fc-toolbar.fc-header-toolbar .button.fc-button:not(.mat-button-base).dropdown.button-hollow::after,
.authorization-schedule-wizard .calendar-container .schedules-calendar .fc-toolbar.fc-header-toolbar .button.fc-button:not(.mat-button-base).dropdown::after,
input[type=submit]:not(.mat-button-base).dropdown.button-secondary::after,
#calendar-main-container .calendar-container .schedules-calendar .fc-toolbar.fc-header-toolbar input[type=submit].fc-button:not(.mat-button-base).dropdown::after,
.authorization-schedule-wizard .calendar-container .schedules-calendar .fc-toolbar.fc-header-toolbar input[type=submit].fc-button:not(.mat-button-base).dropdown::after,
input[type=submit]:not(.mat-button-base).dropdown.button-hollow::after,
.authorization-schedule-wizard .calendar-container .schedules-calendar .fc-toolbar.fc-header-toolbar input[type=submit].fc-button:not(.mat-button-base).dropdown::after,
input[type=submit]:not(.mat-button-base).dropdown.button-secondary.button-hollow::after,
.authorization-schedule-wizard .calendar-container .schedules-calendar .fc-toolbar.fc-header-toolbar input[type=submit].fc-button:not(.mat-button-base).dropdown.button-secondary::after,
.authorization-schedule-wizard .calendar-container .schedules-calendar .fc-toolbar.fc-header-toolbar input[type=submit].fc-button:not(.mat-button-base).dropdown.button-hollow::after,
.authorization-schedule-wizard .calendar-container .schedules-calendar .fc-toolbar.fc-header-toolbar input[type=submit].fc-button:not(.mat-button-base).dropdown::after,
a.button:visited:not(.mat-button-base).dropdown.button-secondary::after,
.authorization-schedule-wizard .calendar-container .schedules-calendar .fc-toolbar.fc-header-toolbar a.button.fc-button:visited:not(.mat-button-base).dropdown::after,
a.button:visited:not(.mat-button-base).dropdown.button-hollow::after,
.authorization-schedule-wizard .calendar-container .schedules-calendar .fc-toolbar.fc-header-toolbar a.button.fc-button:visited:not(.mat-button-base).dropdown::after,
a.button:visited:not(.mat-button-base).dropdown.button-secondary.button-hollow::after,
.authorization-schedule-wizard .calendar-container .schedules-calendar .fc-toolbar.fc-header-toolbar a.button.fc-button:visited:not(.mat-button-base).dropdown.button-secondary::after,
.authorization-schedule-wizard .calendar-container .schedules-calendar .fc-toolbar.fc-header-toolbar a.button.fc-button:visited:not(.mat-button-base).dropdown.button-hollow::after,
.authorization-schedule-wizard .calendar-container .schedules-calendar .fc-toolbar.fc-header-toolbar a.button.fc-button:visited:not(.mat-button-base).dropdown::after {
  border-color: rgba(68, 72, 77, 0.5) transparent transparent transparent;
  padding-right: 0;
}
button:not(.mat-button-base).dropdown.button-secondary:hover, #calendar-main-container .calendar-container .schedules-calendar .fc-toolbar.fc-header-toolbar button.fc-button:not(.mat-button-base).dropdown:hover,
.authorization-schedule-wizard .calendar-container .schedules-calendar .fc-toolbar.fc-header-toolbar button.fc-button:not(.mat-button-base).dropdown:hover, button:not(.mat-button-base).dropdown.button-hollow:hover,
.authorization-schedule-wizard .calendar-container .schedules-calendar .fc-toolbar.fc-header-toolbar button.fc-button:not(.mat-button-base).dropdown:hover, button:not(.mat-button-base).dropdown.button-secondary.button-hollow:hover,
.authorization-schedule-wizard .calendar-container .schedules-calendar .fc-toolbar.fc-header-toolbar button.fc-button:not(.mat-button-base).dropdown.button-secondary:hover,
.authorization-schedule-wizard .calendar-container .schedules-calendar .fc-toolbar.fc-header-toolbar button.fc-button:not(.mat-button-base).dropdown.button-hollow:hover,
.authorization-schedule-wizard .calendar-container .schedules-calendar .fc-toolbar.fc-header-toolbar button.fc-button:not(.mat-button-base).dropdown:hover,
.button:not(.mat-button-base).dropdown.button-secondary:hover,
#calendar-main-container .calendar-container .schedules-calendar .fc-toolbar.fc-header-toolbar .button.fc-button:not(.mat-button-base).dropdown:hover,
.authorization-schedule-wizard .calendar-container .schedules-calendar .fc-toolbar.fc-header-toolbar .button.fc-button:not(.mat-button-base).dropdown:hover,
.button:not(.mat-button-base).dropdown.button-hollow:hover,
.authorization-schedule-wizard .calendar-container .schedules-calendar .fc-toolbar.fc-header-toolbar .button.fc-button:not(.mat-button-base).dropdown:hover,
.button:not(.mat-button-base).dropdown.button-secondary.button-hollow:hover,
.authorization-schedule-wizard .calendar-container .schedules-calendar .fc-toolbar.fc-header-toolbar .button.fc-button:not(.mat-button-base).dropdown.button-secondary:hover,
.authorization-schedule-wizard .calendar-container .schedules-calendar .fc-toolbar.fc-header-toolbar .button.fc-button:not(.mat-button-base).dropdown.button-hollow:hover,
.authorization-schedule-wizard .calendar-container .schedules-calendar .fc-toolbar.fc-header-toolbar .button.fc-button:not(.mat-button-base).dropdown:hover,
input[type=submit]:not(.mat-button-base).dropdown.button-secondary:hover,
#calendar-main-container .calendar-container .schedules-calendar .fc-toolbar.fc-header-toolbar input[type=submit].fc-button:not(.mat-button-base).dropdown:hover,
.authorization-schedule-wizard .calendar-container .schedules-calendar .fc-toolbar.fc-header-toolbar input[type=submit].fc-button:not(.mat-button-base).dropdown:hover,
input[type=submit]:not(.mat-button-base).dropdown.button-hollow:hover,
.authorization-schedule-wizard .calendar-container .schedules-calendar .fc-toolbar.fc-header-toolbar input[type=submit].fc-button:not(.mat-button-base).dropdown:hover,
input[type=submit]:not(.mat-button-base).dropdown.button-secondary.button-hollow:hover,
.authorization-schedule-wizard .calendar-container .schedules-calendar .fc-toolbar.fc-header-toolbar input[type=submit].fc-button:not(.mat-button-base).dropdown.button-secondary:hover,
.authorization-schedule-wizard .calendar-container .schedules-calendar .fc-toolbar.fc-header-toolbar input[type=submit].fc-button:not(.mat-button-base).dropdown.button-hollow:hover,
.authorization-schedule-wizard .calendar-container .schedules-calendar .fc-toolbar.fc-header-toolbar input[type=submit].fc-button:not(.mat-button-base).dropdown:hover,
a.button:visited:not(.mat-button-base).dropdown.button-secondary:hover,
.authorization-schedule-wizard .calendar-container .schedules-calendar .fc-toolbar.fc-header-toolbar a.button.fc-button:visited:not(.mat-button-base).dropdown:hover,
a.button:visited:not(.mat-button-base).dropdown.button-hollow:hover,
.authorization-schedule-wizard .calendar-container .schedules-calendar .fc-toolbar.fc-header-toolbar a.button.fc-button:visited:not(.mat-button-base).dropdown:hover,
a.button:visited:not(.mat-button-base).dropdown.button-secondary.button-hollow:hover,
.authorization-schedule-wizard .calendar-container .schedules-calendar .fc-toolbar.fc-header-toolbar a.button.fc-button:visited:not(.mat-button-base).dropdown.button-secondary:hover,
.authorization-schedule-wizard .calendar-container .schedules-calendar .fc-toolbar.fc-header-toolbar a.button.fc-button:visited:not(.mat-button-base).dropdown.button-hollow:hover,
.authorization-schedule-wizard .calendar-container .schedules-calendar .fc-toolbar.fc-header-toolbar a.button.fc-button:visited:not(.mat-button-base).dropdown:hover {
  background-color: rgba(141, 57, 149, 0.1);
  color: rgb(141, 57, 149);
}
button:not(.mat-button-base).dropdown .icon,
.button:not(.mat-button-base).dropdown .icon,
input[type=submit]:not(.mat-button-base).dropdown .icon,
a.button:visited:not(.mat-button-base).dropdown .icon {
  left: -4px;
  position: relative;
  top: -4px;
}
button:not(.mat-button-base).dropdown .avatar,
.button:not(.mat-button-base).dropdown .avatar,
input[type=submit]:not(.mat-button-base).dropdown .avatar,
a.button:visited:not(.mat-button-base).dropdown .avatar {
  background: url(/static/images/no-avatar.svg) no-repeat center center;
  background-size: cover;
  border-bottom-right-radius: 3px;
  border-right: 1px solid rgba(68, 72, 77, 0.3);
  border-top-right-radius: 3px;
  height: 34px;
  left: 0;
  position: absolute;
  top: 0;
  width: 34px;
}
button:not(.mat-button-base).micro,
.button:not(.mat-button-base).micro,
input[type=submit]:not(.mat-button-base).micro,
a.button:visited:not(.mat-button-base).micro {
  font-size: 10px;
  height: auto;
  letter-spacing: 1px;
  padding: 3px 7px;
  min-width: 27px;
}
button:not(.mat-button-base).micro.loading > span,
.button:not(.mat-button-base).micro.loading > span,
input[type=submit]:not(.mat-button-base).micro.loading > span,
a.button:visited:not(.mat-button-base).micro.loading > span {
  visibility: hidden;
}
button:not(.mat-button-base).micro > .icon,
.button:not(.mat-button-base).micro > .icon,
input[type=submit]:not(.mat-button-base).micro > .icon,
a.button:visited:not(.mat-button-base).micro > .icon {
  font-size: 14px;
  vertical-align: middle;
}

button.button-secondary, #calendar-main-container .calendar-container .schedules-calendar .fc-toolbar.fc-header-toolbar button.fc-button,
.authorization-schedule-wizard .calendar-container .schedules-calendar .fc-toolbar.fc-header-toolbar button.fc-button,
.button.button-secondary,
#calendar-main-container .calendar-container .schedules-calendar .fc-toolbar.fc-header-toolbar .button.fc-button,
.authorization-schedule-wizard .calendar-container .schedules-calendar .fc-toolbar.fc-header-toolbar .button.fc-button,
input[type=submit].button-secondary,
#calendar-main-container .calendar-container .schedules-calendar .fc-toolbar.fc-header-toolbar input[type=submit].fc-button,
.authorization-schedule-wizard .calendar-container .schedules-calendar .fc-toolbar.fc-header-toolbar input[type=submit].fc-button,
a.button:visited.button-secondary,
.authorization-schedule-wizard .calendar-container .schedules-calendar .fc-toolbar.fc-header-toolbar a.button.fc-button:visited {
  background-color: rgb(68, 72, 77);
  border-color: rgb(68, 72, 77);
  color: #fff;
}
button.button-secondary:hover:not(.loading), #calendar-main-container .calendar-container .schedules-calendar .fc-toolbar.fc-header-toolbar button.fc-button:hover:not(.loading),
.authorization-schedule-wizard .calendar-container .schedules-calendar .fc-toolbar.fc-header-toolbar button.fc-button:hover:not(.loading),
.button.button-secondary:hover:not(.loading),
#calendar-main-container .calendar-container .schedules-calendar .fc-toolbar.fc-header-toolbar .button.fc-button:hover:not(.loading),
.authorization-schedule-wizard .calendar-container .schedules-calendar .fc-toolbar.fc-header-toolbar .button.fc-button:hover:not(.loading),
input[type=submit].button-secondary:hover:not(.loading),
#calendar-main-container .calendar-container .schedules-calendar .fc-toolbar.fc-header-toolbar input[type=submit].fc-button:hover:not(.loading),
.authorization-schedule-wizard .calendar-container .schedules-calendar .fc-toolbar.fc-header-toolbar input[type=submit].fc-button:hover:not(.loading),
a.button:visited.button-secondary:hover:not(.loading),
.authorization-schedule-wizard .calendar-container .schedules-calendar .fc-toolbar.fc-header-toolbar a.button.fc-button:visited:hover:not(.loading) {
  background-color: rgb(158.4538834951, 64.0558252427, 167.4441747573);
  border-color: rgb(141, 57, 149);
  color: rgb(255, 255, 255);
  outline: none;
}
button.button-secondary:focus, #calendar-main-container .calendar-container .schedules-calendar .fc-toolbar.fc-header-toolbar button.fc-button:focus,
.authorization-schedule-wizard .calendar-container .schedules-calendar .fc-toolbar.fc-header-toolbar button.fc-button:focus, button.button-secondary:active, #calendar-main-container .calendar-container .schedules-calendar .fc-toolbar.fc-header-toolbar button.fc-button:active,
.authorization-schedule-wizard .calendar-container .schedules-calendar .fc-toolbar.fc-header-toolbar button.fc-button:active,
.button.button-secondary:focus,
#calendar-main-container .calendar-container .schedules-calendar .fc-toolbar.fc-header-toolbar .button.fc-button:focus,
.authorization-schedule-wizard .calendar-container .schedules-calendar .fc-toolbar.fc-header-toolbar .button.fc-button:focus,
.button.button-secondary:active,
#calendar-main-container .calendar-container .schedules-calendar .fc-toolbar.fc-header-toolbar .button.fc-button:active,
.authorization-schedule-wizard .calendar-container .schedules-calendar .fc-toolbar.fc-header-toolbar .button.fc-button:active,
input[type=submit].button-secondary:focus,
#calendar-main-container .calendar-container .schedules-calendar .fc-toolbar.fc-header-toolbar input[type=submit].fc-button:focus,
.authorization-schedule-wizard .calendar-container .schedules-calendar .fc-toolbar.fc-header-toolbar input[type=submit].fc-button:focus,
input[type=submit].button-secondary:active,
#calendar-main-container .calendar-container .schedules-calendar .fc-toolbar.fc-header-toolbar input[type=submit].fc-button:active,
.authorization-schedule-wizard .calendar-container .schedules-calendar .fc-toolbar.fc-header-toolbar input[type=submit].fc-button:active,
a.button:visited.button-secondary:focus,
.authorization-schedule-wizard .calendar-container .schedules-calendar .fc-toolbar.fc-header-toolbar a.button.fc-button:visited:focus,
a.button:visited.button-secondary:active,
.authorization-schedule-wizard .calendar-container .schedules-calendar .fc-toolbar.fc-header-toolbar a.button.fc-button:visited:active {
  background-color: rgb(79.9586206897, 84.6620689655, 90.5413793103);
  color: #fff;
  outline: none;
}
button.button-secondary.disabled, #calendar-main-container .calendar-container .schedules-calendar .fc-toolbar.fc-header-toolbar button.disabled.fc-button,
.authorization-schedule-wizard .calendar-container .schedules-calendar .fc-toolbar.fc-header-toolbar button.disabled.fc-button,
button.button-secondary [disabled],
#calendar-main-container .calendar-container .schedules-calendar .fc-toolbar.fc-header-toolbar button.fc-button [disabled],
.authorization-schedule-wizard .calendar-container .schedules-calendar .fc-toolbar.fc-header-toolbar button.fc-button [disabled],
.button.button-secondary.disabled,
#calendar-main-container .calendar-container .schedules-calendar .fc-toolbar.fc-header-toolbar .button.disabled.fc-button,
.authorization-schedule-wizard .calendar-container .schedules-calendar .fc-toolbar.fc-header-toolbar .button.disabled.fc-button,
.button.button-secondary [disabled],
#calendar-main-container .calendar-container .schedules-calendar .fc-toolbar.fc-header-toolbar .button.fc-button [disabled],
.authorization-schedule-wizard .calendar-container .schedules-calendar .fc-toolbar.fc-header-toolbar .button.fc-button [disabled],
input[type=submit].button-secondary.disabled,
#calendar-main-container .calendar-container .schedules-calendar .fc-toolbar.fc-header-toolbar input[type=submit].disabled.fc-button,
.authorization-schedule-wizard .calendar-container .schedules-calendar .fc-toolbar.fc-header-toolbar input[type=submit].disabled.fc-button,
input[type=submit].button-secondary [disabled],
#calendar-main-container .calendar-container .schedules-calendar .fc-toolbar.fc-header-toolbar input[type=submit].fc-button [disabled],
.authorization-schedule-wizard .calendar-container .schedules-calendar .fc-toolbar.fc-header-toolbar input[type=submit].fc-button [disabled],
a.button:visited.button-secondary.disabled,
.authorization-schedule-wizard .calendar-container .schedules-calendar .fc-toolbar.fc-header-toolbar a.button.fc-button:visited.disabled,
a.button:visited.button-secondary [disabled],
.authorization-schedule-wizard .calendar-container .schedules-calendar .fc-toolbar.fc-header-toolbar a.button.fc-button:visited [disabled] {
  cursor: no-drop;
  opacity: 0.7;
  pointer-events: none;
  background-color: rgb(68, 72, 77);
  border-color: rgb(68, 72, 77);
  color: hsl(213.3333333333, 6.2068965517%, -41.568627451%);
}
button.button-secondary.loading, #calendar-main-container .calendar-container .schedules-calendar .fc-toolbar.fc-header-toolbar button.loading.fc-button,
.authorization-schedule-wizard .calendar-container .schedules-calendar .fc-toolbar.fc-header-toolbar button.loading.fc-button,
.button.button-secondary.loading,
#calendar-main-container .calendar-container .schedules-calendar .fc-toolbar.fc-header-toolbar .button.loading.fc-button,
.authorization-schedule-wizard .calendar-container .schedules-calendar .fc-toolbar.fc-header-toolbar .button.loading.fc-button,
input[type=submit].button-secondary.loading,
#calendar-main-container .calendar-container .schedules-calendar .fc-toolbar.fc-header-toolbar input[type=submit].loading.fc-button,
.authorization-schedule-wizard .calendar-container .schedules-calendar .fc-toolbar.fc-header-toolbar input[type=submit].loading.fc-button,
a.button:visited.button-secondary.loading,
.authorization-schedule-wizard .calendar-container .schedules-calendar .fc-toolbar.fc-header-toolbar a.button.fc-button:visited.loading {
  background-color: rgba(68, 72, 77, 0.8);
}
button.button-secondary.dropdown, #calendar-main-container .calendar-container .schedules-calendar .fc-toolbar.fc-header-toolbar button.dropdown.fc-button,
.authorization-schedule-wizard .calendar-container .schedules-calendar .fc-toolbar.fc-header-toolbar button.dropdown.fc-button,
.button.button-secondary.dropdown,
#calendar-main-container .calendar-container .schedules-calendar .fc-toolbar.fc-header-toolbar .button.dropdown.fc-button,
.authorization-schedule-wizard .calendar-container .schedules-calendar .fc-toolbar.fc-header-toolbar .button.dropdown.fc-button,
input[type=submit].button-secondary.dropdown,
#calendar-main-container .calendar-container .schedules-calendar .fc-toolbar.fc-header-toolbar input[type=submit].dropdown.fc-button,
.authorization-schedule-wizard .calendar-container .schedules-calendar .fc-toolbar.fc-header-toolbar input[type=submit].dropdown.fc-button,
a.button:visited.button-secondary.dropdown,
.authorization-schedule-wizard .calendar-container .schedules-calendar .fc-toolbar.fc-header-toolbar a.button.fc-button:visited.dropdown {
  padding: 2px 18px 2px 3px;
}

.button.close-reveal-modal {
  border-radius: 100px;
  font-weight: 700;
  background-color: rgb(141, 57, 149);
  border: 2px solid rgb(141, 57, 149);
  color: rgb(255, 255, 255);
  cursor: pointer;
  display: inline-block;
  font-family: "Roboto", serif;
  font-size: 12px;
  height: 36px;
  line-height: 14px;
  margin: 0;
  padding: 10px 15px;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: background-color 300ms ease-out;
  -webkit-appearance: none;
}
.button.close-reveal-modal span {
  transition: all 250ms linear;
  opacity: 1;
}

button.search-button {
  border-radius: 100px;
  font-weight: 700;
  background-color: rgb(141, 57, 149);
  border: 2px solid rgb(141, 57, 149);
  color: rgb(255, 255, 255);
  cursor: pointer;
  display: inline-block;
  font-family: "Roboto", serif;
  font-size: 12px;
  height: 36px;
  line-height: 14px;
  margin: 0;
  padding: 10px 15px;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: background-color 300ms ease-out;
  -webkit-appearance: none;
}
button.search-button span {
  transition: all 250ms linear;
  opacity: 1;
}
button.search-button:hover {
  background-color: rgb(123.5461165049, 49.9441747573, 130.5558252427);
  color: #fff;
  outline: none;
}

input[type=submit].button.loading {
  text-indent: -9999px;
}

.button-icon {
  padding-left: 33px;
  position: relative;
}
.button-icon .icon {
  font-size: 20px;
  left: 7px;
  position: absolute;
  top: 7px;
}

.button-icon-only {
  padding: 4px 17px;
}
.button-icon-only .icon {
  font-size: 20px;
  left: 7px;
  position: absolute;
  top: 7px;
}

button.icon-button,
.button.icon-button {
  background-color: transparent !important;
  color: rgb(68, 72, 77) !important;
  border: 0 !important;
  margin: 0 7px;
  padding: 0;
}
button.icon-button img,
.button.icon-button img {
  height: 100%;
  opacity: 0.5;
  width: 20px;
}
button.icon-button:hover img,
.button.icon-button:hover img {
  opacity: 1;
}
button.icon-button.icon-button-bg-on-hover,
.button.icon-button.icon-button-bg-on-hover {
  padding: 10px;
}
button.icon-button.icon-button-bg-on-hover:hover,
.button.icon-button.icon-button-bg-on-hover:hover {
  background-color: rgba(68, 72, 77, 0.05) !important;
  border-radius: 5px;
}

.button.clear-search:not(.mat-button-base), .button.clear-datepicker:not(.mat-button-base) {
  transition: opacity 250ms linear;
  background: transparent url(/static/images/icon-clear.svg) no-repeat center;
  background-size: 70%;
  border: 0;
  opacity: 0.5;
  position: absolute;
  right: 3px;
  top: 3px;
}
.button.clear-search:not(.mat-button-base):hover, .button.clear-datepicker:not(.mat-button-base):hover {
  transition: opacity 250ms linear;
  opacity: 1;
}
.button.clear-search:not(.mat-button-base).icon-button, .button.clear-datepicker:not(.mat-button-base).icon-button {
  background: none;
  color: rgb(68, 72, 77);
  right: 0;
  top: 8px;
}
.button.clear-search:not(.mat-button-base).icon-button > .icon, .button.clear-datepicker:not(.mat-button-base).icon-button > .icon {
  font-size: 16px;
}
.button.clear-search:not(.mat-button-base).icon-button.disabled:hover, .button.clear-datepicker:not(.mat-button-base).icon-button.disabled:hover {
  background: none;
  border: none;
  color: rgb(68, 72, 77);
}

.button-badge {
  border-radius: 10px;
  background-color: rgb(141, 57, 149);
  color: rgb(255, 255, 255);
  font-size: 10px;
  font-weight: 700;
  left: 24px;
  line-height: 10px;
  padding: 4px 7px;
  position: absolute;
  top: -9px;
  /* Rectangle 122: */
  border: 1px solid rgba(0, 0, 0, 0.19);
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.24), inset 0 1px 0 0 rgba(255, 255, 255, 0.4);
}

.button.red,
button.red {
  transition: all 250ms linear;
  background-color: #ff4259;
  border-color: #ff4259;
}
.button.red:hover,
button.red:hover {
  transition: all 250ms linear;
  background-color: rgb(219, 0, 26.6507936508);
}
.button.red.disabled, .button.red[disabled], .button.red.disabled:hover, .button.red.disabled:focus, .button.red[disabled]:hover, .button.red[disabled]:focus,
button.red.disabled,
button.red[disabled],
button.red.disabled:hover,
button.red.disabled:focus,
button.red[disabled]:hover,
button.red[disabled]:focus {
  background-color: rgb(219, 0, 26.6507936508);
  border-color: rgb(219, 0, 26.6507936508);
}
.button.red.button-hollow, #calendar-main-container .calendar-container .schedules-calendar .fc-toolbar.fc-header-toolbar .button.red.fc-button,
.authorization-schedule-wizard .calendar-container .schedules-calendar .fc-toolbar.fc-header-toolbar .button.red.fc-button,
button.red.button-hollow,
#calendar-main-container .calendar-container .schedules-calendar .fc-toolbar.fc-header-toolbar button.red.fc-button,
.authorization-schedule-wizard .calendar-container .schedules-calendar .fc-toolbar.fc-header-toolbar button.red.fc-button {
  transition: all 250ms;
  background-color: transparent;
  border-color: #ff4259;
  color: #ff4259;
}
.button.red.button-hollow:hover, #calendar-main-container .calendar-container .schedules-calendar .fc-toolbar.fc-header-toolbar .button.red.fc-button:hover,
.authorization-schedule-wizard .calendar-container .schedules-calendar .fc-toolbar.fc-header-toolbar .button.red.fc-button:hover,
button.red.button-hollow:hover,
#calendar-main-container .calendar-container .schedules-calendar .fc-toolbar.fc-header-toolbar button.red.fc-button:hover,
.authorization-schedule-wizard .calendar-container .schedules-calendar .fc-toolbar.fc-header-toolbar button.red.fc-button:hover {
  transition: all 250ms;
  background-color: #ff4259;
  color: rgb(255, 255, 255);
}

.button.loading.button-hollow.red, #calendar-main-container .calendar-container .schedules-calendar .fc-toolbar.fc-header-toolbar .button.loading.red.fc-button,
.authorization-schedule-wizard .calendar-container .schedules-calendar .fc-toolbar.fc-header-toolbar .button.loading.red.fc-button,
.button.loading.button-hollow.red:visited,
.authorization-schedule-wizard .calendar-container .schedules-calendar .fc-toolbar.fc-header-toolbar .button.loading.red.fc-button:visited,
input.loading.button-hollow.red[type=submit],
#calendar-main-container .calendar-container .schedules-calendar .fc-toolbar.fc-header-toolbar input.loading.red[type=submit].fc-button,
.authorization-schedule-wizard .calendar-container .schedules-calendar .fc-toolbar.fc-header-toolbar input.loading.red[type=submit].fc-button,
button.loading.button-hollow.red,
#calendar-main-container .calendar-container .schedules-calendar .fc-toolbar.fc-header-toolbar button.loading.red.fc-button,
.authorization-schedule-wizard .calendar-container .schedules-calendar .fc-toolbar.fc-header-toolbar button.loading.red.fc-button {
  background-image: url(/static/images/loader-error.svg);
}

button.link-button {
  background-color: transparent !important;
  border: transparent !important;
  color: rgb(141, 57, 149);
  font-family: "Helvetica Neue, Arial", sans-serif !important;
  font-weight: normal;
  padding: 0;
}
button.link-button:hover {
  color: rgb(141, 57, 149);
  text-decoration: underline;
}
button.link-button.link-button-secondary {
  color: rgb(68, 72, 77);
}
button.link-button.link-button-secondary:hover {
  color: rgb(68, 72, 77);
  text-decoration: underline;
}

.button-group {
  left: 0;
  list-style: none;
  margin: 0;
}
.button-group:before, .button-group:after {
  content: " ";
  display: table;
}
.button-group:after {
  clear: both;
}
.button-group.icon-buttons-group > li {
  height: 34px;
  margin: 0;
}
.button-group.icon-buttons-group > li > a.button {
  border: 0;
  border-radius: 3px;
  font-size: 13px;
  height: 30px;
  margin: 2px;
  padding: 8px 8px;
}
.button-group.icon-buttons-group > li:hover > a.button, .button-group.icon-buttons-group > li.active > a.button {
  background-color: rgba(68, 72, 77, 0.1);
  color: rgb(68, 72, 77) !important;
}
.button-group.radius > * {
  margin: 0;
}
.button-group.radius > *:first-child > a {
  border-left: 1px solid rgb(68, 72, 77) !important;
}
.button-group.radius > *:first-child > a:hover {
  border-left: 1px solid rgb(141, 57, 149) !important;
}
.button-group.radius a {
  margin-left: -1px;
}
.button-group.radius a.active:active {
  background-color: rgb(68, 72, 77);
  border: 1px solid rgb(68, 72, 77);
  color: #fff;
}
.button-group.radius a.active :hover,
.button-group.radius a.active :focus {
  background-color: rgb(141, 57, 149);
  border: 1px solid rgb(141, 57, 149);
  color: rgb(255, 255, 255) !important;
}
.button-group > li {
  display: inline-block;
  float: left;
  margin: 0 -2px;
}
.button-group > li > button,
.button-group > li .button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}
.button-group > li:first-child button, .button-group > li:first-child .button {
  border-left: 0;
}

.color-box {
  border: 1px solid rgb(255, 255, 255);
  float: left;
  height: 30px;
  margin: 5px;
  width: 30px;
}

.colpick {
  background-color: rgb(255, 255, 255);
  border: 1px solid rgba(68, 72, 77, 0.3);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  font-family: "Roboto", serif;
  height: 180px;
}

.colpick input[type=text],
.colpick input.disabled[type=text]:focus,
.colpick input.disabled[type=password]:focus {
  border-radius: 0;
  transition: all 0.25s ease-in-out;
  background-color: rgb(255, 255, 255);
  border: none;
  font-family: "Roboto", serif;
  font-size: 12px;
  height: 22px;
  padding-left: 1px;
  padding-right: 4px;
}

.colpick input[type=text]:focus {
  border: 0;
}

.colpick_field_letter {
  border-radius: 3px;
  padding-left: 1px;
  text-align: center;
  width: 18px;
}

.colpick_new_color,
.colpick_current_color {
  border-radius: 3px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.colpick_field,
.colpick_hex_field {
  background-color: rgba(0, 0, 0, 0.1);
  width: 60px;
}

.colpick_hex_field {
  width: 70px;
}

.colpick_color {
  left: 10px;
  top: 10px;
}

.colpick_hue {
  border: 1px solid rgba(68, 72, 77, 0.3);
  height: 158px;
  top: 9px;
}

.colpick_submit {
  background-color: transparent;
  font-family: "Roboto", serif;
  font-size: 12px;
}

.colpick_field_arrs {
  height: 20px;
  top: -1px;
  width: 10px;
}

.simplecolorpicker.picker {
  background-color: rgb(255, 255, 255);
  border: 1px solid rgb(141, 57, 149);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  z-index: 99999;
}

.simplecolorpicker.icon,
.simplecolorpicker span.color {
  border: 1px solid rgb(255, 255, 255);
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1), 0 0 0 0 rgba(0, 0, 0, 0.1);
  height: 22px;
  width: 22px;
}

.color-box,
.simplecolorpicker.icon {
  border-radius: 3px;
  border: 0;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1), 0 1px 0 1px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  width: 36px;
  height: 36px;
}

.color-box:before,
.simplecolorpicker.icon:before {
  content: "";
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAJCAMAAADXT/YiAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAWlBMVEUAAAAAAAAAAAAAAAAAAAAAAADGxsZycnIAAAAAAACmpqb///9HR0cAAACgoKD+/v4uLi6np6cbGxsAAAANDQ11dXVISEgwMDAcHBwNDQ0AAAAAAAAAAAD///8VICRvAAAAHXRSTlMAAQIHCx5wJgYlhvw2CYv9PYU4CiclNTs3JhADBYaBaRIAAAABYktHRAsf18TAAAAACXBIWXMAAAsSAAALEgHS3X78AAAAS0lEQVQI1yXMSxKAIAwD0JYW/CCi4l9z/2vK1GzyFpkQWZj/dqLiDOpD0xq6Pg7JMGZMSiR+zsBSiDVEAKsQy7Yf53U/dfemkurJB1K2AtLMiLaaAAAAAElFTkSuQmCC) no-repeat 25px 24px;
  height: 36px;
  position: absolute;
  width: 36px;
}

.datepicker td.active.day,
.datepicker th.active.day {
  border-radius: 3px;
  background: rgb(141, 57, 149) !important;
  box-shadow: inset 0 0 1px 1px rgba(0, 0, 0, 0.1);
  color: rgb(255, 255, 255);
}

.datepicker.dropdown-menu th,
.datepicker.dropdown-menu td {
  padding: 3px 8px !important;
  background-color: #fff;
}

.datepicker.dropdown-menu {
  border: 1px solid rgb(141, 57, 149) !important;
}

.datepicker th {
  color: rgb(68, 72, 77) !important;
  background-color: #fff;
}

.datepicker td.day:hover {
  border-radius: 3px;
  background-color: rgba(68, 72, 77, 0.1);
}

.datepicker.datepicker-weeks table tbody tr > .day {
  box-shadow: none;
  border-radius: 0;
}
.datepicker.datepicker-weeks table tbody tr > .day:first-child {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.datepicker.datepicker-weeks table tbody tr > .day:last-child {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.datepicker.datepicker-weeks table tbody tr.active > .day, .datepicker.datepicker-weeks table tbody tr.active:hover > .day {
  background-color: rgb(141, 57, 149);
  color: rgb(255, 255, 255);
}
.datepicker.datepicker-weeks table tbody tr:hover > .day {
  background-color: rgba(68, 72, 77, 0.05);
  box-shadow: none;
}

.f-dropdown,
.f-dropdown.content {
  border-radius: 3px;
  background: #fff;
  border: 1px solid rgba(68, 72, 77, 0.34);
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.12);
  padding-top: 7px;
  padding-bottom: 7px;
  max-width: 150px;
  outline: none;
}

.f-dropdown:focus,
.f-dropdown.content:focus {
  outline: none !important;
}

.f-dropdown.drop-right {
  max-width: 150px;
  margin-top: 5px;
}

.f-dropdown.drop-right a {
  padding-left: 20px;
}

.f-dropdown li,
.f-dropdown li a,
.f-dropdown li a:link,
.f-dropdown li a:visited {
  border: 0;
  font-size: 12px;
  color: rgb(68, 72, 77);
  line-height: 17px;
  font-weight: 700;
  display: block;
  text-align: left;
  white-space: nowrap;
  -moz-osx-font-smoothing: grayscale;
}

.f-dropdown li a {
  padding: 10px 20px;
  padding-top: 7px;
  padding-left: 15px;
  padding-bottom: 7px;
}

.f-dropdown li a:hover {
  background-color: rgba(68, 72, 77, 0.05);
}

.f-dropdown li,
.f-dropdown li a:active {
  color: rgb(141, 57, 149);
}

.f-dropdown a.button {
  color: rgb(255, 255, 255);
  margin-top: 0;
  padding: 3px 7px;
  display: inline-block;
  border: 1px solid rgb(141, 57, 149);
}

.f-dropdown a.button.micro {
  line-height: 12px;
}

.f-dropdown a.button:hover {
  border: 1px solid rgb(141, 57, 149);
  background-color: rgb(123.5461165049, 49.9441747573, 130.5558252427);
}

.f-dropdown a.button.button-hollow, .f-dropdown #calendar-main-container .calendar-container .schedules-calendar .fc-toolbar.fc-header-toolbar a.button.fc-button, #calendar-main-container .calendar-container .schedules-calendar .fc-toolbar.fc-header-toolbar .f-dropdown a.button.fc-button,
.f-dropdown .authorization-schedule-wizard .calendar-container .schedules-calendar .fc-toolbar.fc-header-toolbar a.button.fc-button,
.authorization-schedule-wizard .calendar-container .schedules-calendar .fc-toolbar.fc-header-toolbar .f-dropdown a.button.fc-button {
  color: rgb(68, 72, 77);
  border: 1px solid rgba(68, 72, 77, 0.5);
}

.f-dropdown a.button.button-hollow:hover, .f-dropdown #calendar-main-container .calendar-container .schedules-calendar .fc-toolbar.fc-header-toolbar a.button.fc-button:hover, #calendar-main-container .calendar-container .schedules-calendar .fc-toolbar.fc-header-toolbar .f-dropdown a.button.fc-button:hover,
.f-dropdown .authorization-schedule-wizard .calendar-container .schedules-calendar .fc-toolbar.fc-header-toolbar a.button.fc-button:hover,
.authorization-schedule-wizard .calendar-container .schedules-calendar .fc-toolbar.fc-header-toolbar .f-dropdown a.button.fc-button:hover {
  color: rgb(68, 72, 77);
  border: 1px solid rgba(68, 72, 77, 0.5);
  background-color: rgba(68, 72, 77, 0.05);
}

.f-dropdown.drop-left,
.f-dropdown.drop-right {
  background: #fff;
  border: solid 1px #cccccc;
}

.footer-player-dropdown {
  background: #2f3136 !important;
  color: rgba(255, 255, 255, 0.85) !important;
}

#bottom-player {
  background-color: #2C2B29;
  bottom: 0;
  color: rgb(255, 255, 255);
  height: 60px;
  left: 0;
  position: fixed;
  width: 100%;
  z-index: 1;
}
#bottom-player .select2-drop {
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  width: 100%;
  margin-top: -1px;
  position: absolute;
  z-index: 9999;
  top: 100%;
  background: #fff;
  color: rgb(255, 255, 255);
  border-radius: 0 0 4px 4px;
}
#bottom-player .select2-drop,
#bottom-player .select2-search,
#bottom-player .select2-search input {
  color: rgba(68, 72, 77, 0.8);
  background-color: #fff;
}
#bottom-player .select2-container .select2-choice {
  background-color: #fff;
  color: rgba(68, 72, 77, 0.8);
  border: 1px solid rgba(68, 72, 77, 0.3);
}
#bottom-player .select2-container-multi .select2-choices {
  background-color: #fff;
  border: 1px solid rgba(68, 72, 77, 0.3);
}
#bottom-player .select2-container-multi .select2-choices .select2-search-field input {
  color: #222;
  background: transparent !important;
}
#bottom-player .select2-container-active .select2-choice, #bottom-player .select2-container-active .select2-choices {
  background: #2a2c31;
  border: 1px solid rgb(141, 57, 149);
}
#bottom-player .select2-offscreen, #bottom-player .select2-offscreen:focus {
  outline-color: #fff !important;
}
#bottom-player .select2-dropdown-open .select2-choice {
  border-bottom-color: transparent;
  box-shadow: 0 1px 0 transparent inset;
}
#bottom-player .select2-results .select2-no-results,
#bottom-player .select2-results .select2-searching,
#bottom-player .select2-results .select2-ajax-error,
#bottom-player .select2-results .select2-selection-limit {
  color: rgb(68, 72, 77);
  background: transparent;
}
#bottom-player .select2-search input.select2-active {
  background: #fff url(/static/images/loader-white.svg) no-repeat 100%;
  background-size: 7%;
}
#bottom-player .select2-container:not(.select2-container-disabled) .select2-choice .select2-arrow {
  background: #2a2c31 !important;
}
#bottom-player .select2-drop {
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  width: 100%;
  margin-top: -1px;
  position: absolute;
  z-index: 9999;
  top: 100%;
  background: #2f3136;
  color: rgb(255, 255, 255);
  border-radius: 0 0 4px 4px;
}
#bottom-player .select2-drop,
#bottom-player .select2-search,
#bottom-player .select2-search input {
  color: rgba(255, 255, 255, 0.9);
  background-color: #2f3136;
}
#bottom-player .select2-container .select2-choice {
  background-color: #2f3136;
  color: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.1);
}
#bottom-player .select2-container-multi .select2-choices {
  background-color: #2f3136;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
#bottom-player .select2-container-multi .select2-choices .select2-search-field input {
  color: rgba(255, 255, 255, 0.85);
  background: transparent !important;
}
#bottom-player .select2-container-active .select2-choice, #bottom-player .select2-container-active .select2-choices {
  background: #2a2c31;
  border: 1px solid rgb(141, 57, 149);
}
#bottom-player .select2-offscreen, #bottom-player .select2-offscreen:focus {
  outline-color: #2f3136 !important;
}
#bottom-player .select2-dropdown-open .select2-choice {
  border-bottom-color: transparent;
  box-shadow: 0 1px 0 transparent inset;
}
#bottom-player .select2-results .select2-no-results,
#bottom-player .select2-results .select2-searching,
#bottom-player .select2-results .select2-ajax-error,
#bottom-player .select2-results .select2-selection-limit {
  color: rgba(255, 255, 255, 0.85);
  background: transparent;
}
#bottom-player .select2-search input.select2-active {
  background: #2f3136 url(/static/images/loader-white.svg) no-repeat 100%;
  background-size: 7%;
}
#bottom-player .select2-container:not(.select2-container-disabled) .select2-choice .select2-arrow {
  background: #2a2c31 !important;
}
#bottom-player #bottom-player-container {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}
#bottom-player .now-playing.hide,
#bottom-player .now-playing-track-container.hide,
#bottom-player .current-show.hide {
  display: none;
}
#bottom-player .now-playing-artwork {
  background: rgba(0, 0, 0, 0.5) url(../../images/no-artwork.svg) no-repeat center center;
  background-size: cover;
  box-shadow: 0 2px 0 2px rgba(0, 0, 0, 0.5);
  height: 40px;
  margin-left: 23px;
  margin-top: 10px;
  width: 40px;
}
#bottom-player .status-onAir .status-indicator {
  border-radius: 1000px;
  background: rgb(141, 57, 149);
  border: 1px solid rgb(0, 0, 0);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.56), inset 0 2px 0 0 rgba(255, 255, 255, 0.2);
  height: 24px;
  left: 22px;
  margin-left: -12px;
  margin-top: -12px;
  position: absolute;
  top: 50%;
  width: 24px;
}
#bottom-player .status-onAir .status-data {
  color: rgb(141, 57, 149);
}
#bottom-player .status-container {
  border-radius: 3px;
  background: transparent;
  height: 44px;
  line-height: 44px;
  margin-right: 10px;
  margin-top: 6px;
  padding: 0 5px;
  position: relative;
  vertical-align: middle;
}
#bottom-player .status-container.status-loading {
  vertical-align: middle;
  text-align: center;
}
#bottom-player .status-container.status-loading img {
  margin-top: -5px;
  padding: 0 20px;
}
#bottom-player .status-container.with-indicator {
  padding: 0 10px 0 40px;
}
#bottom-player .status-container ul {
  float: none;
  line-height: 44px;
  list-style-type: none;
  margin: 0;
  padding: 0;
  vertical-align: middle;
}
#bottom-player .status-section {
  display: inline-block;
  height: 44px;
  padding-left: 10px;
}
#bottom-player .status-section:first-child {
  display: inline-block;
  height: 44px;
  padding-left: 0;
  padding-right: 10px;
}
#bottom-player .status-section:last-child {
  display: inline-block;
  height: 44px;
  padding-left: 0;
  padding-right: 5px;
}
#bottom-player .status-label {
  font-weight: 700;
  color: rgb(255, 255, 255);
  font-size: 10px;
  line-height: 39px;
}
#bottom-player .status-section-divider {
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  margin-top: -3px !important;
  opacity: 0.4;
  width: 1px;
}
#bottom-player .current-show-label,
#bottom-player .now-playing-label {
  font-weight: 700;
  color: rgba(255, 255, 255, 0.7);
  font-size: 10px;
  line-height: 10px;
  margin-top: 15px;
}
#bottom-player .now-playing-track {
  display: inline-flex;
  font-size: 13px;
  overflow: hidden;
  position: absolute;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}
#bottom-player .now-playing-track .now-playing-track-title {
  max-width: 45%;
  overflow: hidden;
  text-overflow: ellipsis;
}
#bottom-player .now-playing-artist {
  color: rgba(255, 255, 255, 0.7);
  max-width: 20%;
  overflow: hidden;
  text-overflow: ellipsis;
}
#bottom-player .current-show-title {
  font-weight: 400;
  font-size: 13px;
}
#bottom-player .play-button {
  border-radius: 100px;
  height: 42px;
  line-height: 22px;
  margin-right: 16px;
  margin-top: 8px;
  text-align: left;
  width: 43px;
}
#bottom-player .play-button > span.play-pause-btn-icon {
  display: block;
}
#bottom-player .play-button > span.loading-icon {
  display: none;
}
#bottom-player .play-button.player-loading > span.play-pause-btn-icon {
  display: none;
}
#bottom-player .play-button.player-loading > span.loading-icon {
  -webkit-animation: loading 1s infinite ease-in-out;
  -webkit-animation-delay: -0.16s;
  animation: loading 1s infinite ease-in-out;
  animation-delay: -0.16s;
  display: inline-block;
  font-size: 4px;
  height: 4em;
  position: absolute;
  right: 18px;
  transform: translateZ(0);
  top: 26px;
  width: 1em;
}
#bottom-player .play-button.player-loading > span.loading-icon:before, #bottom-player .play-button.player-loading > span.loading-icon:after {
  animation: loading 1s infinite ease-in-out;
  content: "";
  height: 4em;
  position: absolute;
  top: 0;
  width: 1em;
}
#bottom-player .play-button.player-loading > span.loading-icon:before {
  left: -1.5em;
  animation-delay: -0.32s;
}
#bottom-player .play-button.player-loading > span.loading-icon:after {
  left: 1.5em;
}

.image-uploader-container {
  min-width: 400px;
}
.image-uploader-container > * {
  float: left;
}
.image-uploader-container .image-preview-container {
  background-image: url(/static/images/img-placeholder.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, 0.07);
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.03);
  height: 150px;
  width: 150px;
  margin-bottom: 10px;
  margin-right: 30px;
  position: relative;
}
@media screen and (max-width: 800px) {
  .image-uploader-container .image-preview-container {
    margin-right: 15px;
  }
}
.image-uploader-container .image-preview-container.logo-horizontal {
  background-image: url(/static/images/img-placeholder-horizontal.png);
  height: 75px;
  width: 300px;
  box-shadow: inset 0 0 0 4px rgba(0, 0, 0, 0.03);
}
.image-uploader-container .image-preview-container.logo-square {
  height: 75px;
  width: 75px;
}
.image-uploader-container .image-preview-container > img {
  height: 150px;
  width: 150px;
  -o-object-fit: cover;
     object-fit: cover;
}
.image-uploader-container .image-preview-container .progress {
  transition: all 250ms ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 65%;
}
.image-uploader-container .image-preview-container.uploading .progress {
  opacity: 1;
}
.image-uploader-container .alert.upload-alert.error {
  font-size: 12px;
  margin-top: 5px;
}

.logo-upload-instructions {
  font-weight: 400;
  color: rgba(68, 72, 77, 0.7);
  font-size: 11px;
  margin-top: 10px;
  text-align: left;
}

.settings-logo-container img {
  width: 100%;
}

.settings-logo-image-container {
  background: rgba(0, 0, 0, 0.03) no-repeat center center;
  background-size: cover;
  border: 1px solid rgba(0, 0, 0, 0.03);
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.03);
  height: 150px;
  width: 150px;
}

.show-cover-image-container {
  background: rgba(0, 0, 0, 0.03) no-repeat center center;
  background-size: cover;
  border: 1px solid rgba(0, 0, 0, 0.03);
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.03);
  height: 150px;
  max-width: 300px;
  width: 100%;
}

.settings-logo-image-container.station_logo,
.show-cover-image-container.station_logo {
  margin-bottom: 14px;
  height: 167px;
  width: 167px;
}

.settings-logo-image-container .progress,
.show-cover-image-container .progress {
  transition: all 250ms ease;
  left: 9%;
  opacity: 0;
  position: absolute;
  top: 50%;
}

.settings-logo-image-container.loading,
.show-cover-image-container.loading {
  box-shadow: inset 0 0 20px 70px rgba(0, 0, 0, 0.5);
}

.settings-logo-image-container.loading .progress,
.show-cover-image-container.loading .progress {
  transition: all 250ms ease;
  opacity: 1;
}

input[type=text],
input[type=search],
input[type=password],
input[type=number],
input[type=email],
input.disabled[type=text]:focus,
input.disabled[type=search]:focus,
input.disabled[type=password]:focus,
textarea,
textarea.disabled:focus,
select,
select.disabled:focus {
  border-radius: 8px;
  transition: all 0.1s ease-in-out;
  background-color: #fff;
  border: 1px solid rgba(68, 72, 77, 0.3);
  color: #222;
  font-size: 13px;
  height: 36px;
  outline: none;
  padding-left: 10px !important;
  padding-right: 10px !important;
  -moz-osx-font-smoothing: grayscale;
}
input[type=text]:focus:not(:-moz-read-only), input[type=search]:focus:not(:-moz-read-only), input[type=password]:focus:not(:-moz-read-only), input[type=number]:focus:not(:-moz-read-only), input[type=email]:focus:not(:-moz-read-only), input.disabled[type=text]:focus:focus:not(:-moz-read-only), input.disabled[type=search]:focus:focus:not(:-moz-read-only), input.disabled[type=password]:focus:focus:not(:-moz-read-only), textarea:focus:not(:-moz-read-only), textarea.disabled:focus:focus:not(:-moz-read-only), select:focus:not(:-moz-read-only), select.disabled:focus:focus:not(:-moz-read-only) {
  border-color: rgb(141, 57, 149);
  box-shadow: 0 0 0 1px rgb(141, 57, 149);
}
input[type=text]:focus:not(:read-only),
input[type=search]:focus:not(:read-only),
input[type=password]:focus:not(:read-only),
input[type=number]:focus:not(:read-only),
input[type=email]:focus:not(:read-only),
input.disabled[type=text]:focus:focus:not(:read-only),
input.disabled[type=search]:focus:focus:not(:read-only),
input.disabled[type=password]:focus:focus:not(:read-only),
textarea:focus:not(:read-only),
textarea.disabled:focus:focus:not(:read-only),
select:focus:not(:read-only),
select.disabled:focus:focus:not(:read-only) {
  border-color: rgb(141, 57, 149);
  box-shadow: 0 0 0 1px rgb(141, 57, 149);
}
input[type=text]:-moz-read-only, input[type=search]:-moz-read-only, input[type=password]:-moz-read-only, input[type=number]:-moz-read-only, input[type=email]:-moz-read-only, input.disabled[type=text]:focus:-moz-read-only, input.disabled[type=search]:focus:-moz-read-only, input.disabled[type=password]:focus:-moz-read-only, textarea:-moz-read-only, textarea.disabled:focus:-moz-read-only, select:-moz-read-only, select.disabled:focus:-moz-read-only {
  cursor: default;
}
input[type=text]:read-only,
input[type=search]:read-only,
input[type=password]:read-only,
input[type=number]:read-only,
input[type=email]:read-only,
input.disabled[type=text]:focus:read-only,
input.disabled[type=search]:focus:read-only,
input.disabled[type=password]:focus:read-only,
textarea:read-only,
textarea.disabled:focus:read-only,
select:read-only,
select.disabled:focus:read-only {
  cursor: default;
}
input[type=text].with-postfix,
input[type=search].with-postfix,
input[type=password].with-postfix,
input[type=number].with-postfix,
input[type=email].with-postfix,
input.disabled[type=text]:focus.with-postfix,
input.disabled[type=search]:focus.with-postfix,
input.disabled[type=password]:focus.with-postfix,
textarea.with-postfix,
textarea.disabled:focus.with-postfix,
select.with-postfix,
select.disabled:focus.with-postfix {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

input[type=text],
input[type=password],
input[type=number],
textarea {
  margin-right: 10px;
}

input[type=text].loading {
  transition: all 250ms linear;
  background-image: url(/static/images/loader-secondary.svg);
  background-repeat: no-repeat;
  background-position: 99% center;
}

input.datepickerField {
  background: #fff url(/static/images/calendar.svg) no-repeat center right;
  -moz-osx-font-smoothing: grayscale;
}

input.search {
  background: url(/static/images/icon-search.svg) no-repeat 7px center;
  background-color: transparent !important;
  background-size: 18px;
  padding-left: 28px !important;
  padding-right: 26px !important;
  text-overflow: ellipsis;
  -moz-osx-font-smoothing: grayscale;
}

input.search-container.search-input-with-button, input.search-input-with-button.datepicker-container {
  padding-right: 100px;
  width: 100%;
}
input.search-container.search-input-with-button ~ button.search-button, input.search-input-with-button.datepicker-container ~ button.search-button {
  border-radius: 0 3px 3px 0;
  padding: 10px;
  position: absolute;
  right: 0;
  top: 0;
}
input.search-container.search-input-with-button ~ button.search-button > .icon, input.search-input-with-button.datepicker-container ~ button.search-button > .icon {
  margin-right: 2px;
}
input.search-container.search-input-with-button ~ button.search-button > .icon:before, input.search-input-with-button.datepicker-container ~ button.search-button > .icon:before {
  color: rgb(255, 255, 255);
}
input.search-container.search-input-with-button ~ button.clear-search, input.search-container.search-input-with-button ~ button.clear-datepicker, input.search-input-with-button.datepicker-container ~ button.clear-search, input.search-input-with-button.datepicker-container ~ button.clear-datepicker {
  background: none;
  color: rgb(68, 72, 77);
  right: 70px;
  top: 0;
}
input.search-container.search-input-with-button ~ button.clear-search > .icon, input.search-container.search-input-with-button ~ button.clear-datepicker > .icon, input.search-input-with-button.datepicker-container ~ button.clear-search > .icon, input.search-input-with-button.datepicker-container ~ button.clear-datepicker > .icon {
  font-size: 16px;
}
input.search-container.search-input-with-button ~ button.clear-search.disabled:hover, input.search-container.search-input-with-button ~ button.disabled.clear-datepicker:hover, input.search-input-with-button.datepicker-container ~ button.clear-search.disabled:hover, input.search-input-with-button.datepicker-container ~ button.disabled.clear-datepicker:hover {
  background: none;
  border: none;
  color: rgb(68, 72, 77);
}

input.mono {
  border-radius: 3px;
  transition: all 0.25s ease-in-out;
  background-color: rgba(68, 72, 77, 0.05);
  border: 0 solid rgba(68, 72, 77, 0.3);
  font-family: "Menlo-Regular", monospace;
  font-size: 13px;
  height: 36px;
}
input.mono.small {
  background: transparent;
  border: 0;
  font-family: "Menlo-Regular", monospace;
  font-size: 11px;
  height: 20px;
  line-height: 13px;
  padding: 0;
}

input[type=radio],
input[type=checkbox] {
  display: none;
}
input[type=radio] + label,
input[type=checkbox] + label {
  font-size: 13px;
  opacity: 1;
  margin-left: 0;
  cursor: pointer;
}
input[type=radio] + label > span,
input[type=checkbox] + label > span {
  position: relative;
  bottom: 1px;
}
input[type=radio].validate-error + label,
input[type=checkbox].validate-error + label {
  color: rgb(243, 0, 30);
}

input[type=radio] + label {
  cursor: pointer;
}

input[type=radio] + label > span,
input[type=radio] + label li > span {
  border-radius: 50%;
  border: 1px solid rgba(68, 72, 77, 0.3);
  cursor: pointer;
  display: inline-block;
  height: 16px;
  margin: -1px 4px 0 0;
  vertical-align: middle;
  width: 16px;
}

input[type=checkbox] + label span {
  border-radius: 3px;
  border: 1px solid rgba(68, 72, 77, 0.3);
  cursor: pointer;
  display: inline-block;
  height: 16px;
  margin: -1px 4px 0 0;
  width: 16px;
  vertical-align: middle;
}

input[type=checkbox] + label span.has-tip,
input[type=radio] + label span.has-tip {
  border: none;
  color: rgb(141, 57, 149);
}

input[type=checkbox] + label > .checkbox-inner-label {
  display: inline-block;
}

input[type=radio].validate-error + label span,
input[type=checkbox].validate-error + label span {
  border: 1px solid rgb(243, 0, 30);
}

input[type=radio].disabled + label span,
input[type=radio].disabled + label,
input[type=checkbox].disabled + label span,
input[type=checkbox].disabled + label {
  cursor: no-drop;
  opacity: 0.7;
  pointer-events: none;
}

input[type=radio] + label > span,
input[type=radio] + label li > span,
input[type=checkbox] + label span {
  background: transparent;
  border: 1px solid #A2A4A6;
}

input[type=radio]:checked + label > span,
input[type=radio]:checked + label li > span,
input[type=checkbox]:checked + label span {
  background: rgb(141, 57, 149);
  box-shadow: inset 0 0 0 4px rgb(255, 255, 255);
}

input[type=radio] + label > span,
input[type=radio] + label li > span,
input[type=radio]:checked + label > span,
input[type=radio]:checked + label li > span,
input[type=checkbox] + label span,
input[type=checkbox]:checked + label span {
  transition: all 0.15s linear;
}

textarea {
  padding-top: 5px;
}
textarea.mono {
  border-radius: 3px;
  transition: all 0.25s ease-in-out;
  background-color: rgba(68, 72, 77, 0.05);
  border: 1px solid rgba(68, 72, 77, 0.3);
  font-family: "Menlo-Regular", mono;
  font-size: 13px;
  padding-left: 10px;
  white-space: pre;
}
textarea.no-resize {
  resize: none;
  word-break: break-all;
  white-space: unset;
}
textarea.v-resize {
  resize: vertical;
  overflow-x: hidden;
  min-height: 150px;
}
textarea.h-resize {
  resize: horizontal;
  overflow-y: hidden;
}

input.disabled,
textarea.disabled,
input[disabled],
select.disabled,
select[disabled] {
  background-color: rgba(68, 72, 77, 0.05);
  border-color: rgba(68, 72, 77, 0.1);
  color: rgba(68, 72, 77, 0.8);
  cursor: no-drop !important;
}

input.validate-error,
textarea.validate-error,
select.validate-error,
.select2-container.validate-error > ul.select2-choices {
  background-color: rgba(243, 0, 30, 0.05);
  border-color: rgb(243, 0, 30);
}

input.validate-error + .validate-error,
.select2-container.validate-error + .validate-error {
  color: rgb(243, 0, 30);
  font-size: 11px;
  margin-left: 1px;
  position: relative;
  bottom: 3px;
}

input.validate-error.validate-error-after-element + .validate-error,
.select2-container.validate-error.validate-error-after-element + .validate-error {
  position: absolute;
  bottom: -16px;
}

input[type=search] {
  border-radius: 8px;
  transition: all 450ms ease;
  background: rgba(68, 72, 77, 0.05) url(../../images/search-filter-icon.png) no-repeat 95% center;
  border-color: rgba(68, 72, 77, 0.2);
  height: 25px;
  padding-left: 7px;
}
input[type=search]:focus {
  transition: all 450ms ease;
  background-color: #fff;
  border: 2px solid rgb(141, 57, 149);
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 8px;
  transition: all 0.25s ease-in-out;
  background: #fff url(/static/images/select-background.svg) no-repeat center right;
  border: 1px solid rgba(68, 72, 77, 0.3);
  color: rgb(68, 72, 77);
  cursor: pointer;
  display: inline-block;
  font-size: 13px;
  height: 36px;
  line-height: 29px;
  min-width: 120px;
  padding: 0 10px;
  outline: none;
}
select.validate-error {
  color: rgb(243, 0, 30);
}

.input-with-icon-container {
  position: relative;
}
.input-with-icon-container .input-icon {
  position: absolute;
  right: 0;
  top: 2px;
  padding: 10px;
  margin: 0;
}
.input-with-icon-container .input-icon.success {
  color: rgb(75, 210, 143);
}
.input-with-icon-container .input-icon.warning {
  color: rgb(255, 170, 0);
}

.select2-container.validate-error a.select2-choice {
  background-color: rgba(243, 0, 30, 0.1);
  border: 1px solid rgb(243, 0, 30);
  color: rgb(243, 0, 30);
}
.select2-container.micro, .select2-container.micro .select2-choice {
  font-weight: 700;
  height: 32px;
}
.select2-container.select2-container-disabled .select2-choice {
  background-color: rgba(68, 72, 77, 0.05);
  border-color: rgba(68, 72, 77, 0.1);
  color: rgba(68, 72, 77, 0.8);
  cursor: no-drop;
}
.select2-container.select2-container-disabled .select2-choice .select2-arrow {
  background-color: transparent;
}
.select2-container .select2-choice .select2-chosen .icon {
  font-size: 14px;
  position: relative;
  top: 1px;
  margin-right: 3px;
}
.select2-container .select2-choice .select2-arrow {
  border-color: transparent;
}
.select2-container.loading .select2-choice,
.select2-container.loading .select2-choices {
  transition: all 250ms linear;
  background-image: url(/static/images/loader-secondary.svg);
  background-repeat: no-repeat;
  background-position-x: 96%;
  background-position-y: center;
}
.select2-container.loading .select2-choices {
  background-position-x: 99%;
}
.select2-container .select2-search-choice.not-removable {
  padding-left: 9px;
}
.select2-container .select2-search-choice.not-removable > .select2-search-choice-close {
  display: none;
}

.select2-container-multi .select2-choices .select2-search-field input {
  height: 26px;
  padding: 0 5px !important;
}
.select2-container-multi .select2-choices .select2-search-field input.select2-active {
  color: #222;
}
.select2-container-multi.select2-container-disabled .select2-choices {
  background-color: rgba(68, 72, 77, 0.05);
  border-color: rgba(68, 72, 77, 0.1);
  color: rgba(68, 72, 77, 0.8);
  opacity: 1;
}
.select2-container-multi.select2-container-disabled.select2-readonly .select2-choices {
  background-color: #fff;
  border-color: rgba(68, 72, 77, 0.3);
}

.select2-drop .select2-results .select2-result .select2-result-label .icon {
  font-size: 14px;
  position: relative;
  top: 1px;
  margin-right: 3px;
}
.select2-drop .select2-results .select2-result.select2-highlighted .select2-result-label .icon {
  color: #fff;
}

select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 rgb(0, 0, 0);
}

.custom-file-input {
  display: inline-block;
  opacity: 1;
  position: relative;
  width: 120px;
  margin-top: 5px;
}
.custom-file-input:before {
  content: "Choose File";
  display: block;
  left: 0;
  outline: none;
  position: absolute;
  right: 0;
  text-align: center;
  white-space: nowrap;
}
.custom-file-input input {
  visibility: hidden;
  width: 100px;
}

input[type=checkbox].columns-3-checkbox + label > span {
  position: relative;
  left: -47px;
}

input[type=checkbox].columns-3-checkbox ~ span.has-tip {
  position: relative;
  left: -60px;
}

.search-container, .datepicker-container {
  position: relative;
}
.search-container input.search, .datepicker-container input.search {
  width: 100%;
  padding-left: 28px !important;
  padding-right: 26px !important;
}
.search-container .clear-search, .search-container .clear-datepicker, .datepicker-container .clear-search, .datepicker-container .clear-datepicker {
  display: none;
}
.search-container.active .clear-search, .search-container.active .clear-datepicker, .active.datepicker-container .clear-search, .active.datepicker-container .clear-datepicker {
  display: inline-block;
}

.datepicker-container > input {
  width: 100%;
}
.datepicker-container .button.clear-datepicker {
  background: none;
  border: none;
  color: rgb(68, 72, 77);
  font-size: 14px;
  right: 25px;
  top: 1px;
}

.clear-search, .clear-datepicker {
  height: 30px !important;
  margin-top: 0 !important;
  padding-bottom: 8px !important;
}

#search-by-tag > li > span {
  cursor: pointer;
  display: block;
}

input[type=text]#externalURL {
  padding-left: 50px !important;
}

#externalURLplaceholder {
  position: absolute;
  transform: translate(10px, 10px);
  opacity: 0.5;
}

input.select2-input {
  transition: 0s !important;
}

.static-placeholder {
  position: absolute;
  left: 10px;
  top: 9px;
  font-size: 13px;
  opacity: 0.6;
  z-index: 10;
}

ul.checkboxes-list-container {
  padding: 0.4rem 0;
}
ul.checkboxes-list-container > li {
  margin: 0 20px 15px 0;
  height: 20px;
}
ul.checkboxes-list-container > li.loading {
  transition: all 250ms linear;
  background-image: url(/static/images/loader-secondary.svg);
  background-repeat: no-repeat;
  background-position: left center;
  width: 100%;
}
ul.checkboxes-list-container ~ .error-message {
  display: none;
  color: rgb(243, 0, 30);
  font-size: 12px;
  position: absolute;
  top: 36px;
  left: 0;
}

.page-size-container .select2-container {
  text-align: center;
  width: 60px;
}

.jstree-contextmenu {
  z-index: 2;
}

.jstree-default .jstree-hovered {
  background-color: transparent !important;
  box-shadow: none !important;
  font-weight: 400;
}

.jstree-default .jstree-clicked {
  background-color: transparent !important;
  box-shadow: none !important;
  font-weight: 700;
}

.jstree {
  padding-left: 0;
  padding-right: 0;
}

.jstree-anchor {
  overflow: hidden;
  text-overflow: ellipsis;
  width: calc(100% - 24px);
}

.vakata-context li {
  font-size: 16px !important;
  font-weight: 200 !important;
  line-height: 1.6 !important;
}

.vakata-context li a {
  border-bottom: none;
}

label {
  font-weight: 700;
  color: rgb(68, 72, 77);
  display: block;
  font-size: 12px;
  opacity: 0.69;
}
label.inline {
  margin: 0 0 1.2rem 0;
  padding: 0.5625rem 0;
}

.label:not(.filter-label) {
  border-radius: 3px;
  font-weight: 700;
  background-color: rgb(141, 57, 149);
  border: 1px solid rgb(141, 57, 149);
  color: rgb(255, 255, 255);
  display: inline-block;
  font-family: "Roboto", serif;
  font-size: 9px;
  font-weight: 400;
  height: 19px;
  letter-spacing: 1px;
  line-height: 8px;
  margin: 0;
  padding: 5px 4px 4px;
}
.label:not(.filter-label).medium {
  font-size: 11px;
  height: 32px;
  line-height: 17px;
  padding: 6px 8px;
}
.label:not(.filter-label).large {
  font-size: 12px;
  height: 36px;
  line-height: 24px;
  padding: 6px 10px;
}

.label.label-primary {
  background-color: rgb(141, 57, 149);
  border: 1px solid rgb(141, 57, 149);
  color: #fff;
}

.label.label-secondary {
  background-color: rgb(68, 72, 77);
  border: 1px solid rgb(68, 72, 77);
  color: #fff;
}

.label.label-hollow {
  background-color: transparent;
  border: 1px solid rgb(141, 57, 149);
  color: rgb(141, 57, 149);
  height: 18px;
}

.label.label-warning {
  background-color: rgb(255, 170, 0);
  border: 1px solid rgb(255, 170, 0);
  color: #fff;
}

.label.label-hollow.label-secondary {
  border: 1px solid rgb(68, 72, 77);
  color: rgb(68, 72, 77);
}

.label.label-blue {
  background-color: #4A90E2;
  border: 1px solid #4A90E2;
}

label.label.label-blue {
  opacity: 0.75;
}

.label.label-hollow.label-green {
  background-color: transparent;
  border: 1px solid #65A997;
  color: #65A997;
  height: 18px;
}

.label.label-green {
  background-color: #65A997;
  border: 1px solid #65A997;
}

.label.label-yellow {
  background-color: #ffcc00;
  border: 1px solid #ffcc00;
}
.label.label-yellow.label-hollow {
  background-color: transparent;
  border: 1px solid #ffcc00;
  color: #ffcc00;
  height: 18px;
}

.label.label-margin {
  margin-right: 2px;
}

label.validate-error {
  color: rgb(243, 0, 30);
  z-index: inherit;
}

label.disabled {
  cursor: no-drop;
  opacity: 0.7;
  pointer-events: none;
}

.label.selection-label {
  border-radius: 3px;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0;
  height: auto;
  line-height: 13px;
  padding: 4px 9px;
}
.label.selection-label.label-error {
  background: #EF9A9A;
  border-color: #EF9A9A;
}

p.tip {
  color: rgba(68, 72, 77, 0.7);
  font-size: 13px;
  line-height: 25px;
  margin-bottom: 9px;
}
p.tip.large {
  font-size: 16px;
}
p.tip.red {
  color: #ff4259;
}

#toggle-delay label {
  opacity: 1 !important;
  font-size: 13px !important;
}

ul.breadcrumbs {
  font-weight: 300;
  background: transparent;
  border: none;
  color: rgb(68, 72, 77);
  font-size: 24px;
  padding-left: 22px;
  padding-top: 0;
  text-align: left;
}
ul.breadcrumbs li {
  font-size: 18px;
  line-height: 70px;
  text-transform: none;
}
ul.breadcrumbs li a {
  color: rgb(68, 72, 77);
}
ul.breadcrumbs li.current a {
  color: rgba(68, 72, 77, 0.95);
}

.dual-list-box-container {
  border-radius: 2px;
  min-height: 50vh;
}
.dual-list-box-container .dual-list-box-left-section {
  display: inline-block;
  width: 45.5%;
  height: 64vh;
  border: 1px solid rgba(68, 72, 77, 0.1);
  border-radius: 2px;
  float: left;
}
.dual-list-box-container .dual-list-box-middle-section {
  display: inline-block;
  width: 5%;
  float: left;
  margin: 15% 15px 0 15px;
  text-align: center;
}
.dual-list-box-container .dual-list-box-middle-section button {
  margin-bottom: 10px;
  font-size: 14px;
  width: 100%;
}
.dual-list-box-container .dual-list-box-right-section {
  display: inline-block;
  width: 45.5%;
  height: 64vh;
  border: 1px solid rgba(68, 72, 77, 0.1);
  border-radius: 2px;
}
.dual-list-box-container .dual-list-box-content-title {
  display: inline-block;
  width: 100%;
  height: 36px;
  line-height: 36px;
  border-bottom: 1px solid rgba(68, 72, 77, 0.1);
  text-align: center;
  font-size: 14px;
}
.dual-list-box-container .dual-list-box-header {
  padding: 10px 15px;
}
.dual-list-box-container .dual-list-box-content {
  padding: 5px 15px;
}
.dual-list-box-container .dual-list-box-main {
  height: 49vh;
  overflow-y: auto;
}
.dual-list-box-container .dual-list-box-main .dual-list-box-ul {
  list-style: none;
  padding-left: 10px;
  margin: 0;
}
.dual-list-box-container .dual-list-box-main .dual-list-box-ul .dual-list-box-li {
  cursor: pointer;
  padding: 3px 5px;
}
.dual-list-box-container .dual-list-box-main .dual-list-box-ul .dual-list-box-li input[type=checkbox] {
  margin-right: 10px;
}
.dual-list-box-container .dual-list-box-main .dual-list-box-ul .dual-list-box-li input[type=checkbox] + label {
  cursor: pointer;
  font-size: 12px;
  margin-left: 20px;
  text-indent: -20px;
}
.dual-list-box-container .dual-list-box-main .dual-list-box-ul .dual-list-box-li:hover {
  background-color: rgba(68, 72, 77, 0.1);
}
.dual-list-box-container .dual-list-box-main .dual-list-box-group-ul .dual-list-box-group-li {
  cursor: pointer;
  position: relative;
}
.dual-list-box-container .dual-list-box-main .dual-list-box-group-ul .dual-list-box-group-li:hover > input[type=checkbox] + label {
  text-decoration: underline;
}
.dual-list-box-container .dual-list-box-main .dual-list-box-group-ul .dual-list-box-group-li input[type=checkbox] {
  margin-right: 10px;
}
.dual-list-box-container .dual-list-box-main .dual-list-box-group-ul .dual-list-box-group-li input[type=checkbox] + label {
  cursor: pointer;
  font-size: 12px;
  margin-left: 20px;
  text-indent: -20px;
  padding: 5px;
}
.dual-list-box-container .dual-list-box-main .dual-list-box-group-ul .dual-list-box-group-li > input[type=checkbox] + label {
  display: inline-block;
}
.dual-list-box-container .dual-list-box-main .dual-list-box-group-ul .dual-list-box-group-li > span {
  cursor: pointer;
  float: right;
  font-size: 18px;
  position: absolute;
  right: 13px;
  top: 10px;
}
.dual-list-box-container .dual-list-box-main .dual-list-box-group-ul .dual-list-box-group-li > span.collapse {
  display: inline-block;
}
.dual-list-box-container .dual-list-box-main .dual-list-box-group-ul .dual-list-box-group-li > span.expand {
  display: none;
}
.dual-list-box-container .dual-list-box-main .dual-list-box-group-ul .dual-list-box-group-li .dual-list-box-group-li-ul {
  transition: all 0.3s;
  list-style: none;
  margin-left: 13px;
}
.dual-list-box-container .dual-list-box-main .dual-list-box-group-ul .dual-list-box-group-li .dual-list-box-group-li-ul .dual-list-box-group-li-ul-li {
  padding: 0 5px;
}
.dual-list-box-container .dual-list-box-main .dual-list-box-group-ul .dual-list-box-group-li .dual-list-box-group-li-ul .dual-list-box-group-li-ul-li:hover {
  background-color: rgba(68, 72, 77, 0.1);
}
.dual-list-box-container .dual-list-box-main .dual-list-box-group-ul .dual-list-box-group-li.collapsed .dual-list-box-group-li-ul {
  height: 0;
}
.dual-list-box-container .dual-list-box-main .dual-list-box-group-ul .dual-list-box-group-li.collapsed .dual-list-box-group-li-ul .dual-list-box-group-li-ul-li {
  display: none;
}
.dual-list-box-container .dual-list-box-main .dual-list-box-group-ul .dual-list-box-group-li.collapsed > span.collapse {
  display: none;
}
.dual-list-box-container .dual-list-box-main .dual-list-box-group-ul .dual-list-box-group-li.collapsed > span.expand {
  display: inline-block;
}
.dual-list-box-container .dual-list-box-footer {
  border-top: 1px solid rgba(68, 72, 77, 0.1);
  padding: 10px 18px;
}

.loader {
  animation: load8 1.1s infinite linear;
  border: 0.7em solid rgba(68, 72, 77, 0.2);
  border-left-color: rgb(141, 57, 149);
  font-size: 10px;
  height: 20px;
  margin: 6em auto;
  position: absolute;
  left: 0;
  right: 0;
  text-indent: -9999em;
  top: 0;
  width: 20px;
  -webkit-animation: load8 1.1s infinite linear;
  z-index: 99999999;
}

.loader,
.loader:after {
  border-radius: 50%;
  width: 3em;
  height: 3em;
}

.loader-container > .loader {
  position: relative;
}

.chart-loader .loader, .device-loader .loader, .table-loader .loader, .map-loader .loader {
  left: 0;
  top: 40%;
}
@keyframes load8 {
  0% {
    transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.audio-player {
  background: rgb(68, 72, 77);
  font-family: "Roboto", serif;
}
.audio-player button {
  background-color: transparent;
}
.audio-player button:focus {
  outline: none;
}
.audio-player .mejs__button.mejs__playpause-button > button {
  margin-top: 11px;
}
.audio-player .mejs__button.mejs__volume-button.mejs__mute > button {
  background-image: url(../../images/icon-volume.svg);
}
.audio-player .mejs__button.mejs__volume-button.mejs__unmute > button {
  background-image: url(../../images/icon-mute.svg);
}
.audio-player .mejs__button.mejs__volume-button.mejs__mute > button,
.audio-player .mejs__button.mejs__volume-button.mejs__unmute > button {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.audio-player .mejs__horizontal-volume-total > .mejs__horizontal-volume-current,
.audio-player .mejs__time-current,
.audio-player .mejs__time-handle-content {
  background: rgb(141, 57, 149);
}
.audio-player .mejs__time-buffering,
.audio-player .mejs__time-current,
.audio-player .mejs__time-hovered,
.audio-player .mejs__time-loaded,
.audio-player .mejs__time-total {
  border-radius: 0;
  height: 4px;
}
.audio-player .mejs__time-total {
  margin-top: 9px;
}
.audio-player .mejs__horizontal-volume-total {
  border-radius: 0;
  height: 4px;
  top: 19px;
}
.audio-player .mejs__horizontal-volume-current {
  border-radius: 0;
}
.audio-player .mejs__time-handle-content {
  border: none;
  top: -7px;
}
.audio-player .mejs__time {
  font-size: 10px;
}
.audio-player .mejs__time-float {
  width: 46px;
}
.audio-player .mejs__time-float .mejs__time-float-current {
  width: 36px;
}

.system-messages-container {
  left: 50%;
  margin-left: -300px;
  position: absolute;
  text-align: center;
  top: 0;
  z-index: 99999999;
}

.top-messages-container {
  display: inline-block;
  margin: 0 auto;
  position: fixed;
  top: 0;
  width: 600px;
}

.system-messages-container .message {
  border-radius: 3px;
  font-weight: 400;
  transition: all 0.35s ease-in-out;
  background-color: rgb(68, 72, 77);
  color: rgb(255, 255, 255);
  display: none;
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 16px;
  margin: 3px 0;
  opacity: 0;
  padding: 8px 18px;
  position: relative;
  text-align: left;
  text-shadow: 0 0 0 0;
}

.system-messages-container .message .content {
  display: block;
  width: 97%;
}

.system-messages-container .message a {
  font-weight: 700;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  color: rgb(255, 255, 255);
}

.system-messages-container .message a:hover {
  border-bottom: 1px solid rgb(255, 255, 255);
}

.system-messages-container .message.validate-error {
  background: rgba(235, 25, 25, 0.9);
  box-shadow: 0 1px 1px 0 #e3e3e3;
  text-shadow: 0 0 1px rgba(235, 25, 25, 0.3);
}

.system-messages-container .message.notification {
  background: rgba(86, 164, 255, 0.9);
  box-shadow: 0 1px 1px 0 rgba(86, 164, 255, 0.3);
  text-shadow: 0 1px 1px 1px rgb(0, 0, 255);
}

.system-messages-container .message.success {
  background: #72c319;
  box-shadow: 0 1px 1px 0 rgba(227, 227, 227, 0.3);
  text-shadow: 0 0 1px rgba(114, 195, 25, 0.9);
}

.system-messages-container .message.error {
  background: rgba(235, 25, 25, 0.9);
}

.system-messages-container .message button {
  background: transparent url("../../images/close-button-white.svg") no-repeat center center;
  background-size: 80%;
  border: 0;
  margin: 0;
  height: 16px;
  line-height: 16px;
  padding: 0;
  position: absolute;
  right: 10px;
  top: 8px;
  width: 16px;
}

.system-messages-container .message button:hover {
  opacity: 0.7;
}

.system-messages-container .message.show {
  transition: all 0.35s ease-in-out;
  display: block;
  opacity: 1;
}

@keyframes animMessage {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#drop-messages {
  max-width: 380px !important;
  padding: 0;
  width: 380px !important;
}

#drop-messages li .message-action,
#drop-messages li a.message-host,
#drop-messages li a.message-sender {
  padding: 0;
}

#drop-messages li a.message-host {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 165px;
}

#drop-messages li a.message-sender:hover,
#drop-messages li a.message-host:hover {
  background-color: transparent;
  color: rgb(141, 57, 149);
}

#drop-messages li span.message-action {
  font-weight: 400;
  color: rgb(68, 72, 77);
}

#drop-messages .message .inline-list > li {
  margin-left: 15px;
}

#drop-messages .message .inline-list > li:first-child {
  margin-left: 0;
}

#drop-messages .message {
  display: block;
  width: 380px;
}

#drop-messages .messages-container {
  margin: 0;
}

#drop-messages .messages-container.empty span {
  color: rgba(68, 72, 77, 0.5);
  display: block;
  font-size: 14px;
  padding: 20px;
}

#drop-messages .messages-container > li {
  border-bottom: 1px solid rgba(68, 72, 77, 0.1);
  padding: 20px 20px;
}

#drop-messages.f-dropdown li:hover,
#drop-messages.f-dropdown li:focus {
  background-color: transparent;
}

.messages-container li.right {
  position: absolute;
  right: 15px;
}

.progress {
  background-color: rgba(68, 72, 77, 0.1);
}
.progress .meter {
  background-color: rgb(141, 57, 149);
}
.progress .weight {
  display: inline-block;
}
.progress .cursor,
.progress .now-playing-cursor {
  background-color: rgb(141, 57, 149);
  width: 3px;
  height: 20px;
  position: absolute;
  left: 0;
  margin-top: -15px;
  margin-left: -1px;
}
.progress .now-playing-cursor {
  background-color: rgba(141, 57, 149, 0.3);
  display: none;
}

.progress.micro {
  height: 8px;
  padding: 0;
}

.progress-label.micro ul li,
.progress-label.micro {
  font-weight: 700;
  font-size: 11px;
  margin-bottom: 3px;
}

.progress-label .numbers {
  color: rgba(68, 72, 77, 0.05);
}

#nprogress .bar {
  z-index: 10;
}

.progress.progress-striped .meter {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
  animation: progress-bar-stripes 2s linear infinite;
}

@keyframes progress-bar-stripes {
  0% {
    background-position: 40px 0;
  }
  100% {
    background-position: 0 0;
  }
}
.progress.error {
  color: inherit;
}
.progress.error .meter {
  background: rgba(243, 0, 30, 0.6) none;
}

.range-slider.round .range-slider-handle {
  border-radius: 40px;
  transition: background-color, opacity 250ms linear;
  background: rgb(255, 255, 255);
  box-shadow: inset 0 0 2px rgba(68, 72, 77, 0.3), 0 1px 2px 0 rgba(0, 0, 0, 0.4);
  opacity: 1;
}

.form-container .range-slider.round, .manage-filtering-footer .range-slider.round, .manage-filtering-body .range-slider.round, .manage-rotation-body .range-slider.round, .manage-station-feed-footer .range-slider.round, .manage-station-feed-body .range-slider.round {
  margin-top: 14px;
}

.range-slider:hover .range-slider-handle {
  opacity: 1;
}

.range-slider.round .range-slider-handle:hover {
  border-radius: 1000px;
  transition: background-color, opacity 250ms linear;
  background: rgb(255, 255, 255);
  box-shadow: inset 0 0 2px rgba(68, 72, 77, 0), 0 1px 2px 0 rgba(0, 0, 0, 0.4);
  opacity: 1;
}

.range-slider.round {
  border-radius: 1000px;
  background-color: rgba(68, 72, 77, 0.1);
  border: none;
}

.range-slider-active-segment {
  border-radius: 1000px;
  background-color: rgb(141, 57, 149);
  border: none;
}

.range-value {
  font-weight: 700;
  display: inline-block;
  font-size: 13px;
  margin-top: 13px;
}

.tabs-content > .content {
  padding: 0;
  width: 100%;
}

.reveal-modal .tabs-content, dialog .tabs-content {
  margin-bottom: 0;
  margin-top: -48px;
}

dl.tabs {
  border-bottom: 0 solid rgba(68, 72, 77, 0.3);
}

dl.tabs > dd.disabled {
  cursor: no-drop;
  pointer-events: none;
}

.tabs dd > a,
.tabs .tab-title > a {
  background-color: transparent;
  border-bottom: 2px solid rgba(68, 72, 77, 0.3);
  color: rgba(68, 72, 77, 0.4);
  font-family: "Roboto", serif;
  font-size: 16px;
  line-height: 22px;
  box-sizing: border-box;
}

.tabs.large dd > a,
.tabs.large .tab-title > a {
  font-weight: 300;
  background-color: transparent;
  border-bottom-color: transparent;
  box-sizing: border-box;
  color: rgba(68, 72, 77, 0.4);
  font-family: "Roboto", serif;
  font-size: 20px;
  line-height: 22px;
  margin-right: 45px;
  padding: 1rem 0 1rem 0;
}

.tabs.large button {
  margin-top: 10px;
}

.tabs.large .inline-list {
  margin-top: 10px;
}

.tabs dd > a:hover,
.tabs .tab-title > a:hover,
.tabs.large dd > a:hover,
.tabs.large .tab-title > a:hover {
  background-color: transparent;
  border-bottom: 2px solid rgb(68, 72, 77);
  color: rgb(68, 72, 77);
}

.tabs dd.active a,
.tabs .tab-title.active a,
.tabs.large dd.active a,
.tabs.large .tab-title.active a {
  background-color: transparent;
  border-bottom: 2px solid rgb(141, 57, 149);
  box-sizing: border-box;
  color: rgb(68, 72, 77);
}

hr.tabs-divider {
  border-bottom: 2px solid rgba(68, 72, 77, 0.2);
  border-top: 0;
  position: relative;
  top: 75px;
}

hr.tabs-divider-inner {
  border-bottom: 2px solid rgba(68, 72, 77, 0.2);
  border-top: 0;
  position: relative;
  margin: -1.75rem 0 1.1875rem;
  top: 75px;
}

.tabs-content {
  margin-top: 15px;
}

.tabs-content.collapse {
  margin: 0;
  padding: 0;
}

.inner-tabs-container {
  position: relative;
  top: 7px;
}
.inner-tabs-container .tabs-content {
  margin-top: 0;
  overflow-y: auto;
  min-height: calc(100vh - 185px);
}

.reveal-modal, dialog {
  border-radius: 5px;
  background: #fff;
  border: 0 solid rgba(68, 72, 77, 0.3);
  box-shadow: 0 2px 40px 0 rgba(0, 0, 0, 0.4);
  max-height: 90vh;
  max-width: 95%;
  min-width: 350px;
  overflow: auto;
  padding: 0;
  width: 780px;
  z-index: 9999;
}

.reveal-modal.confirmation, dialog.confirmation {
  width: 480px;
}

.reveal-modal.confirmation p, dialog.confirmation p {
  color: rgb(68, 72, 77);
  font-size: 14px;
  line-height: 20px;
  padding: 20px 0;
}

.reveal-modal.confirmation .reveal-modal-footer, .reveal-modal.confirmation .manage-filtering-footer, .reveal-modal.confirmation .manage-station-feed-footer, dialog.confirmation .reveal-modal-footer, dialog.confirmation .manage-filtering-footer, dialog.confirmation .manage-station-feed-footer {
  background-color: rgba(68, 72, 77, 0.1);
  line-height: 39px;
  height: 48px;
  padding: 10px 0;
}

.reveal-modal.confirmation .reveal-modal-footer-right-section, dialog.confirmation .reveal-modal-footer-right-section {
  bottom: 6px;
  right: 7px;
}

.reveal-modal.xxlarge, dialog.xxlarge {
  width: 95%;
  max-width: 80rem;
}

.reveal-modal-header, .manage-filtering-header, .manage-recording-header, #manage-episode .manage-episode-header, .manage-podcast-header,
.manage-episode-header, .manage-rotation-header, #manage-fill #music-point-library-container #music-point-library-header, .manage-station-feed-header, .ui-sub-bar.large {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
  text-align: center;
  height: 69px;
}

.reveal-modal-header .button.close-reveal-modal, .manage-filtering-header .button.close-reveal-modal, .manage-recording-header .button.close-reveal-modal, #manage-episode .manage-episode-header .button.close-reveal-modal, .manage-podcast-header .button.close-reveal-modal,
.manage-episode-header .button.close-reveal-modal, .manage-rotation-header .button.close-reveal-modal, #manage-fill #music-point-library-container #music-point-library-header .button.close-reveal-modal, .manage-station-feed-header .button.close-reveal-modal, .ui-sub-bar.large .button.close-reveal-modal {
  margin-top: 20px;
}

.reveal-modal-title {
  font-weight: 300;
  border-bottom: 1px solid rgba(68, 72, 77, 0.2);
  color: rgb(68, 72, 77);
  font-size: 20px;
  line-height: 68px;
  text-align: center;
}

.large-title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 18px;
  width: 420px;
}

.reveal-modal-header-left-section {
  left: 16px;
  position: absolute;
  top: -2px;
}

.reveal-modal-header-right-section {
  font-size: 12px;
  height: 69px;
  line-height: 68px;
  position: absolute;
  right: 20px;
  top: 0;
}

.reveal-modal-footer, .manage-filtering-footer, .manage-station-feed-footer {
  border-top: 1px solid rgba(68, 72, 77, 0.2);
  min-height: 62px;
  padding: 13px 10px;
  text-align: center;
}

.reveal-modal-footer-left-section {
  display: inline-block;
  float: left;
  margin-left: 16px;
}

.reveal-modal-footer-center-section {
  display: inline-block;
}

.reveal-modal-footer-right-section {
  display: inline-block;
  float: right;
  margin-right: 16px;
}
.reveal-modal-footer-right-section .button:not(:first-child) {
  margin-left: 5px;
}

.close-reveal-modal {
  font-size: 12px !important;
  line-height: 20px;
}

.reveal-modal .close-reveal-modal,
dialog .close-reveal-modal {
  margin-top: 28px;
  position: static;
}

.reveal-modal .reveal-modal-footer .close-reveal-modal, .reveal-modal .manage-filtering-footer .close-reveal-modal, .reveal-modal .manage-station-feed-footer .close-reveal-modal,
dialog .reveal-modal-footer .close-reveal-modal,
dialog .manage-filtering-footer .close-reveal-modal,
dialog .manage-station-feed-footer .close-reveal-modal {
  margin-top: 0;
}

.reveal-modal-body {
  font-size: 14px;
  line-height: 20px;
  padding: 10px;
  position: relative;
}

.reveal-modal-body .tabs {
  display: inline-block;
  position: relative;
  top: -42px;
  z-index: 2002;
}

.reveal-modal-body.with-tabs hr {
  background-color: transparent;
  border-bottom: 1px solid rgba(68, 72, 77, 0.3);
  position: relative;
  top: 33px;
  z-index: 2001;
}

.reveal-modal-body.with-tabs .tabs dd > a,
.reveal-modal-body.with-tabs .tabs .tab-title > a {
  border-bottom: 2px solid #c7c8ca;
}

.reveal-modal-body.with-tabs .tabs dd.active > a,
.reveal-modal-body.with-tabs .tabs dd.active > a {
  color: rgb(141, 57, 149);
  border-bottom: 2px solid rgb(141, 57, 149);
}

.reveal-modal.big, dialog.big {
  width: 1200px;
  max-width: 1200px;
}
.reveal-modal.big .reveal-modal-body, dialog.big .reveal-modal-body {
  padding: 0;
}
.reveal-modal.big .reveal-modal-body .row, dialog.big .reveal-modal-body .row {
  max-width: 1200px;
}

#previewModal .button.close-reveal-modal {
  color: #fff;
}

#relay-station-modal.reveal-modal, dialog#relay-station-modal {
  top: 60px;
  max-height: 92vh;
}

.upload-modal #plupload-zone,
.upload-modal #upload-zone {
  border: 2px dashed #ddd !important;
  height: 170px;
  overflow: auto;
  text-align: center;
  z-index: 2;
}
.upload-modal #plupload-zone::after,
.upload-modal #upload-zone::after {
  transform: translate(-50%, -50%);
  content: "Drag & Drop your file here.";
  color: #b0b0b0;
  left: 50%;
  position: absolute;
  top: 50%;
  z-index: -1;
  width: 100%;
}
.upload-modal #plupload-zone.highlight,
.upload-modal #upload-zone.highlight {
  border-color: rgb(68, 72, 77) !important;
}
.upload-modal #plupload-zone.multiple-files,
.upload-modal #upload-zone.multiple-files {
  height: 300px;
}
.upload-modal #plupload-zone.multiple-files::after,
.upload-modal #upload-zone.multiple-files::after {
  content: "Drag & Drop your files here.";
}
.upload-modal #plupload-zone.not-empty::after,
.upload-modal #upload-zone.not-empty::after {
  content: "";
}
.upload-modal #uploaded-media-container.added-file {
  border: 1px solid #ddd;
  height: 170px;
  overflow: auto;
  padding: 30px;
  width: calc(100% - 20px);
  z-index: 2;
}
.upload-modal #uploaded-media-container.added-file .uploaded-media {
  margin-bottom: 15px;
  padding: 4px;
}
.upload-modal #uploaded-media-container.added-file .uploaded-media span.icon {
  font-size: 20px;
  margin-right: 7px;
  position: relative;
  top: 2px;
}
.upload-modal #uploaded-media-container.added-file .uploaded-media .uploaded-media-size {
  opacity: 0.69;
}
.upload-modal #uploaded-media-container.added-file .uploaded-media .remove-uploaded {
  cursor: pointer;
  font-size: 25px;
}
.upload-modal #uploaded-media-container.added-file .progress {
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  display: block;
}
.upload-modal #uploaded-media-container.added-file.multiple-files {
  height: 300px;
  padding: 0;
}
.upload-modal #uploaded-media-container.added-file.multiple-files .track-uploaded {
  background-color: #fff;
  border-bottom: 1px solid #ddd;
  margin: 5px;
  text-align: left;
  position: relative;
  list-style-type: none;
}
.upload-modal #uploaded-media-container.added-file.multiple-files .track-uploaded .upload-status {
  display: none;
  color: rgb(162, 164, 166);
  font-size: 13px;
  margin: 3px 10px;
}
.upload-modal #uploaded-media-container.added-file.multiple-files .track-uploaded .remove-uploaded {
  margin: 3px 10px;
}
.upload-modal #uploaded-media-container.added-file.multiple-files .track-uploaded.upload-completed .percentage {
  display: none;
}
.upload-modal #uploaded-media-container.added-file.multiple-files .track-uploaded.upload-completed .upload-status {
  display: inline-block;
}
.upload-modal #uploaded-media-container.added-file.multiple-files .track-uploaded.upload-completed .upload-status.success {
  color: rgba(67, 172, 106, 0.7);
}
.upload-modal #uploaded-media-container.added-file.multiple-files .track-uploaded.upload-completed .upload-status.error {
  color: rgba(243, 0, 30, 0.7);
}
.upload-modal #uploaded-media-container .progress {
  display: none;
  padding: 0;
}
.upload-modal #uploaded-media-container .progress > .meter {
  width: 0;
}
.upload-modal #uploaded-media-container .progress > .percentage {
  font-size: 13px;
  left: 50%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1px;
  position: absolute;
  transform: translateX(-50%);
}

.reveal-modal.progress-modal #progress-status-container, dialog.progress-modal #progress-status-container {
  height: 230px;
  overflow: auto;
  padding: 25px;
  text-align: center;
  width: calc(100% - 20px);
}
.reveal-modal.progress-modal #progress-status-container .progress > .percentage, dialog.progress-modal #progress-status-container .progress > .percentage {
  color: #fff;
  font-size: 13px;
  letter-spacing: 0.3px;
  left: 50%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  transform: translateX(-50%);
}
.reveal-modal.progress-modal #progress-status-container .progress > .meter, dialog.progress-modal #progress-status-container .progress > .meter {
  transition: width 0.25s;
}
.reveal-modal.progress-modal #progress-status-container #current-step, dialog.progress-modal #progress-status-container #current-step {
  font-weight: 700;
  color: rgb(0, 0, 0);
}
.reveal-modal.progress-modal #progress-status-container .alert-box, dialog.progress-modal #progress-status-container .alert-box {
  margin: 0;
}

@media only screen and (max-width: 40em) {
  .reveal-modal, dialog {
    min-height: auto;
    top: 20% !important;
    margin: auto;
    position: relative;
  }
}
.activation-licence-key-modal .reveal-modal-body,
.streams-licence-modal .reveal-modal-body,
.revoke-licence-modal .reveal-modal-body,
.new-licence-modal .reveal-modal-body,
.level-blend-edit-modal .reveal-modal-body,
.add-level-blend .reveal-modal-body,
.edit-account-people-modal .reveal-modal-body,
.invite-account-people-modal .reveal-modal-body,
.change-station-library-modal .reveal-modal-body,
.add-station-modal .reveal-modal-body,
.add-library-modal .reveal-modal-body,
.edit-library-modal .reveal-modal-body,
.invite-people-modal .reveal-modal-body,
.change-payment-method .reveal-modal-body {
  padding: 20px 25px !important;
}

.edit-user-modal .reveal-modal-body {
  background-color: #f6f6f7;
  height: 140px;
}

.edit-user-modal .reveal-modal-footer > label, .edit-user-modal .manage-filtering-footer > label, .edit-user-modal .manage-station-feed-footer > label {
  margin-top: 15px;
  text-align: left;
}

.edit-user-modal .reveal-modal-footer, .edit-user-modal .manage-filtering-footer, .edit-user-modal .manage-station-feed-footer {
  height: 80px;
  line-height: 20px;
  padding-left: 20px;
}

.reveal-modal-header .close-reveal-modal.icon, .manage-filtering-header .close-reveal-modal.icon, .manage-recording-header .close-reveal-modal.icon, #manage-episode .manage-episode-header .close-reveal-modal.icon, .manage-podcast-header .close-reveal-modal.icon,
.manage-episode-header .close-reveal-modal.icon, .manage-rotation-header .close-reveal-modal.icon, #manage-fill #music-point-library-container #music-point-library-header .close-reveal-modal.icon, .manage-station-feed-header .close-reveal-modal.icon, .ui-sub-bar.large .close-reveal-modal.icon {
  transform: translate(10px, 10px);
}

.reveal-modal-header .reveal-modal-header-right-section > .close-reveal-modal.button.icon, .manage-filtering-header .reveal-modal-header-right-section > .close-reveal-modal.button.icon, .manage-recording-header .reveal-modal-header-right-section > .close-reveal-modal.button.icon, #manage-episode .manage-episode-header .reveal-modal-header-right-section > .close-reveal-modal.button.icon, .manage-podcast-header .reveal-modal-header-right-section > .close-reveal-modal.button.icon,
.manage-episode-header .reveal-modal-header-right-section > .close-reveal-modal.button.icon, .manage-rotation-header .reveal-modal-header-right-section > .close-reveal-modal.button.icon, #manage-fill #music-point-library-container #music-point-library-header .reveal-modal-header-right-section > .close-reveal-modal.button.icon, .manage-station-feed-header .reveal-modal-header-right-section > .close-reveal-modal.button.icon, .ui-sub-bar.large .reveal-modal-header-right-section > .close-reveal-modal.button.icon {
  transform: translate(0, 6px);
  font-size: large !important;
}

.reveal-modal-header .icon-button.close-reveal-modal.button.icon, .manage-filtering-header .icon-button.close-reveal-modal.button.icon, .manage-recording-header .icon-button.close-reveal-modal.button.icon, #manage-episode .manage-episode-header .icon-button.close-reveal-modal.button.icon, .manage-podcast-header .icon-button.close-reveal-modal.button.icon,
.manage-episode-header .icon-button.close-reveal-modal.button.icon, .manage-rotation-header .icon-button.close-reveal-modal.button.icon, #manage-fill #music-point-library-container #music-point-library-header .icon-button.close-reveal-modal.button.icon, .manage-station-feed-header .icon-button.close-reveal-modal.button.icon, .ui-sub-bar.large .icon-button.close-reveal-modal.button.icon {
  font-size: large !important;
  color: rgba(68, 72, 77, 0.6);
}

.reveal-modal-header .icon-button.close-reveal-modal.button.icon:hover, .manage-filtering-header .icon-button.close-reveal-modal.button.icon:hover, .manage-recording-header .icon-button.close-reveal-modal.button.icon:hover, #manage-episode .manage-episode-header .icon-button.close-reveal-modal.button.icon:hover, .manage-podcast-header .icon-button.close-reveal-modal.button.icon:hover,
.manage-episode-header .icon-button.close-reveal-modal.button.icon:hover, .manage-rotation-header .icon-button.close-reveal-modal.button.icon:hover, #manage-fill #music-point-library-container #music-point-library-header .icon-button.close-reveal-modal.button.icon:hover, .manage-station-feed-header .icon-button.close-reveal-modal.button.icon:hover, .ui-sub-bar.large .icon-button.close-reveal-modal.button.icon:hover {
  color: rgb(68, 72, 77);
}

#change-email-modal .reveal-modal-body {
  padding-top: 20px;
}

#changePasswConfirmForm .reveal-modal-body {
  padding-top: 20px;
}

.jspVerticalBar {
  background: rgba(68, 72, 77, 0.05);
  width: 3px;
}

.jspVerticalBar > .jspTrack {
  background: rgba(68, 72, 77, 0.05);
}

.jspVerticalBar > .jspTrack > .jspDrag {
  background-color: rgb(141, 57, 149);
}

.status {
  border-radius: 100px;
  font-weight: 700;
  transition: background-color 250ms linear;
  background-color: rgb(141, 57, 149);
  border: 0 solid rgb(141, 57, 149);
  color: rgb(255, 255, 255);
  cursor: pointer;
  display: inline-block;
  font-family: "Roboto", serif;
  font-size: 12px;
  height: 36px;
  line-height: 16px;
  margin: 0;
  padding: 10px 15px;
  text-align: center;
  text-decoration: none;
  width: 100px;
}
.status.yellow {
  transition: background-color 250ms linear;
  color: rgba(0, 0, 0, 0.64);
  background: #f5a623;
}
.status.green {
  transition: background-color 250ms linear;
  background: #7ed321;
  color: rgba(0, 0, 0, 0.64);
}
.status.red {
  transition: background-color 250ms linear;
  color: rgba(0, 0, 0, 0.64);
  background: #ff4259;
}
.status.gray {
  transition: background-color 250ms linear;
  background: #8e8e8e;
  color: rgb(255, 255, 255);
}

span.postfix, span .prefix {
  font-weight: 700;
  background-color: rgba(68, 72, 77, 0.1);
  border: 1px solid rgba(68, 72, 77, 0.1);
  border-radius: 0 8px 8px 0;
  color: rgba(68, 72, 77, 0.8);
  display: block;
  font-size: 13px;
  height: 36px;
  line-height: 34px;
  text-align: center;
}
span.prefix {
  border-radius: 8px 0 0 8px;
  border-right: none;
}

#stationInfoForm #description {
  height: 100px;
}

.relays-default-indicator {
  color: rgb(68, 72, 77);
  font-size: 21px;
}
.relays-default-indicator.active {
  color: rgb(141, 57, 149);
}

.form-container.station-profile-edit, .station-profile-edit.manage-filtering-footer, .station-profile-edit.manage-filtering-body, .station-profile-edit.manage-rotation-body, .station-profile-edit.manage-station-feed-footer, .station-profile-edit.manage-station-feed-body {
  padding: 25px;
}

.delete-container, .delete-container-not-allowed {
  background-color: rgba(255, 66, 89, 0.05);
  padding: 20px;
}

.delete-container h3, .delete-container-not-allowed h3 {
  border-bottom-color: rgb(168, 0, 20.4444444444);
  color: #ff4259;
}

.status-offAir .status-indicator {
  background: #f8ad1c;
}

.status-offAir .status-data {
  color: #f8ad1c;
}

.status-masterLink .status-indicator {
  background: #1f9dff;
}

.status-masterLink .status-data {
  color: #1f9dff;
}

.current-show {
  background-color: rgba(0, 0, 0, 0.3);
  height: 60px;
}

.current-show-time {
  font-weight: 700;
  font-size: 11px;
  line-height: 60px;
}

.current-show::after {
  content: "";
  background-image: url(../../images/now-playing-divider-after.svg);
  display: inline-block;
  margin-right: -37px;
  height: 60px;
  width: 37px;
}

.current-show::before {
  content: "";
  background-image: url(../../images/now-playing-divider-before.svg);
  display: inline-block;
  float: left;
  margin-left: -36px;
  height: 60px;
  width: 36px;
}

.now-playing-track-container {
  margin-left: 11px !important;
}
@keyframes loading {
  0%, 80%, 100% {
    box-shadow: 0 0;
    height: 4em;
  }
  40% {
    box-shadow: 0 -2em;
    height: 4em;
  }
}
.status-icon.success {
  color: #65A997;
}
.status-icon.error {
  color: #ff4259;
}

.table-wrapper {
  margin-top: 20px;
}
.table-wrapper:before, .table-wrapper:after {
  content: " ";
  display: table;
}

.floatThead-container .sticky_header {
  border: 0 !important;
  border-bottom: 1px solid rgba(68, 72, 77, 0.2) !important;
  margin-top: -1px;
  padding: 0;
}

table {
  border: 0;
  border-collapse: collapse;
  border-color: transparent;
  border-style: solid;
  margin: 0;
  outline: 0;
  outline-style: solid;
  padding: 0;
  width: 100%;
}
table thead, table th, table td {
  background-color: transparent;
  border: 0;
  border-collapse: collapse;
  border-style: solid;
  margin: 0;
  padding: 0;
  outline: 0;
  text-align: left;
}
table th {
  padding: 0;
  text-align: left;
}
table th,
table th button {
  background-color: transparent;
  color: rgba(68, 72, 77, 0.5);
  font-size: 10px;
  padding: 0;
}
table th button.active {
  color: rgb(141, 57, 149);
}
table th button:hover {
  background-color: transparent;
  color: rgb(141, 57, 149);
}
table td {
  color: rgb(68, 72, 77);
  font-size: 13px;
  padding: 10px 0;
}
table td.middle {
  vertical-align: middle;
}
table tr td {
  background-color: transparent;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.07);
  cursor: pointer;
}
table tr td ul li {
  font-size: 13px;
}
table tr td .button.icon-button {
  margin-left: 0;
}
table tr td .button.icon-button img {
  width: 17px;
}
table tr td.dt-center > .avatar, table tr td.text-center > .avatar {
  margin: auto;
}
table tr.bold td {
  font-weight: bold;
}
table:not(.table-no-hover) tr:hover {
  transition: all 250ms linear;
  background-color: rgba(68, 72, 77, 0.05);
}
table:not(.table-no-hover) tr:hover td {
  box-shadow: none;
}
table tr.alert > td {
  background-color: rgba(255, 66, 89, 0.2) !important;
}
table tr.ui-sortable-helper {
  display: table;
}

.tablesorter-header {
  text-transform: uppercase;
}

.station-type label.label {
  width: 80%;
  height: auto;
  font-weight: 700;
  font-size: 13px;
  line-height: 1;
}

.dataTables_wrapper .dataTables_paginate {
  color: rgb(68, 72, 77) !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
  border: none !important;
  box-shadow: none !important;
  color: rgb(68, 72, 77) !important;
  cursor: pointer;
  font-size: 13px;
  opacity: 0.9;
  padding: 1px 10px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:active, .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  background: none !important;
  color: rgb(68, 72, 77) !important;
  opacity: 1;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:not(.previous):not(.next):hover {
  font-weight: bold;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current {
  background: rgb(141, 57, 149) !important;
  color: rgb(255, 255, 255) !important;
  font-weight: bold;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  color: rgb(255, 255, 255) !important;
}

.table-container {
  position: relative;
}
.table-container .table-loader,
.table-container .dataTables_processing {
  display: none;
  position: absolute;
  top: 25px;
  left: 0;
  right: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.5);
  height: 100%;
  z-index: 9;
}
.table-container .table-loader .loader,
.table-container .dataTables_processing .loader {
  left: 50%;
  top: 50%;
  margin: 0;
  transform: translate(-50%, -50%);
}
.table-container .selected-rows-options {
  display: none;
  position: absolute;
  bottom: 0;
}
.table-container .selected-rows-options > * {
  display: inline-block;
}
.table-container .selected-rows-options .selected-rows-count {
  color: rgb(68, 72, 77);
  border-right: 1px solid rgba(68, 72, 77, 0.5);
  font-size: 13px;
  padding: 0 5px;
}
.table-container .selected-rows-options #deselect-all,
.table-container .selected-rows-options .deselect-all {
  color: rgb(141, 57, 149);
  font-size: 12px;
  padding-left: 1px;
}
.table-container .selected-rows-options #deselect-all:hover,
.table-container .selected-rows-options .deselect-all:hover {
  text-decoration: underline;
}
.table-container.table-without-pagination .selected-rows-options {
  bottom: -25px;
}
.table-container .input-pagination {
  float: right;
  padding-top: 0.25em;
}
.table-container .input-pagination label {
  display: inline;
  margin-right: 10px;
  font-weight: normal;
  font-size: 13px;
  opacity: 0.9;
}
.table-container .input-pagination input {
  width: 45px;
  height: 30px;
  text-align: center;
  padding: 0 5px;
}

table tbody tr td .status-indicator {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1), 0 0 0 0 rgba(0, 0, 0, 0.1);
  vertical-align: middle;
}
table tbody tr td .status-indicator.status-active {
  background: rgb(75, 210, 143);
}
table tbody tr td .status-indicator.status-info {
  background: rgb(0, 145, 251);
}
table tbody tr td .status-indicator.status-disabled {
  background: rgb(191, 207, 219);
}
table tbody tr td .loading:not(input) {
  display: inline-block;
  min-width: 20px;
  height: 20px;
  background: url(/static/images/loader-zettacloud.svg) no-repeat;
  background-size: contain;
}
table tbody tr td > span.icon {
  vertical-align: bottom;
}
table tbody tr td .icon.icon-large {
  font-size: 16px;
}
table tbody tr td.inline-edit-cell {
  display: flex;
  align-items: baseline;
  box-shadow: none;
}
table tbody tr td.inline-edit-cell > input {
  flex-basis: 85%;
  text-overflow: ellipsis;
  flex-shrink: 1;
}
table tbody tr td.inline-edit-cell > input ~ .actions-buttons-container {
  text-align: center;
  flex-basis: 15%;
  flex-shrink: 0;
}
table tbody tr td.inline-edit-cell > input ~ .actions-buttons-container .icon-button {
  font-size: 14px;
  position: relative;
  top: 3px;
}
table tbody tr td.inline-edit-cell > input ~ .actions-buttons-container .icon-button:hover {
  color: rgb(141, 57, 149) !important;
}
table tbody tr td.inline-edit-cell > input:-moz-read-only {
  background: transparent;
  border: none;
}
table tbody tr td.inline-edit-cell > input:read-only {
  background: transparent;
  border: none;
}
table tbody tr td.inline-edit-cell > input:-moz-read-only ~ .actions-buttons-container [data-mode=edit] {
  display: none;
}
table tbody tr td.inline-edit-cell > input:read-only ~ .actions-buttons-container [data-mode=edit] {
  display: none;
}
table tbody tr td.inline-edit-cell > input:-moz-read-only ~ .actions-buttons-container [data-mode=view] {
  display: inline-block;
}
table tbody tr td.inline-edit-cell > input:read-only ~ .actions-buttons-container [data-mode=view] {
  display: inline-block;
}
table tbody tr td.inline-edit-cell > input:not(:-moz-read-only) ~ .actions-buttons-container [data-mode=edit] {
  display: inline-block;
}
table tbody tr td.inline-edit-cell > input:not(:read-only) ~ .actions-buttons-container [data-mode=edit] {
  display: inline-block;
}
table tbody tr td.inline-edit-cell > input:not(:-moz-read-only) ~ .actions-buttons-container [data-mode=view] {
  display: none;
}
table tbody tr td.inline-edit-cell > input:not(:read-only) ~ .actions-buttons-container [data-mode=view] {
  display: none;
}
table tbody tr td.micro-button-group-cell button.micro {
  margin: 2.5px 10px 2.5px 0;
}
table tbody tr td .table-default-indicator {
  color: rgba(68, 72, 77, 0.3) !important;
  font-size: 21px;
}
table tbody tr td .table-default-indicator:hover {
  color: rgb(68, 72, 77);
}
table tbody tr td .table-default-indicator.active {
  color: rgb(141, 57, 149) !important;
}
table tbody tr td .wrap-column-text {
  word-break: break-word;
}
table tbody tr td .objects-table tr.row-disabled td {
  background-color: rgba(0, 0, 0, 0.1);
  cursor: default;
  opacity: 0.7;
}
table tbody tr td .objects-table tr.row-disabled td input, table tbody tr td .objects-table tr.row-disabled td button {
  pointer-events: none;
}

.dataTables_scrollHead thead tr#searchRow .search-container > .icon, .dataTables_scrollHead thead tr#searchRow .datepicker-container > .icon {
  color: rgba(68, 72, 77, 0.6);
  position: absolute;
  font-size: 16px;
  left: 6px;
  top: 10px;
}
.dataTables_scrollHead thead tr#searchRow .search-container input, .dataTables_scrollHead thead tr#searchRow .datepicker-container input {
  color: rgba(68, 72, 77, 0.8);
  background: none;
  font-weight: normal;
  padding-right: 10px;
  padding-left: 24px;
  width: 100%;
}
.dataTables_scrollHead thead tr#searchRow .search-container .button.clear-search, .dataTables_scrollHead thead tr#searchRow .datepicker-container .button.clear-search, .dataTables_scrollHead thead tr#searchRow .search-container .button.clear-datepicker, .dataTables_scrollHead thead tr#searchRow .datepicker-container .button.clear-datepicker {
  background: none;
  border: none;
  color: rgb(68, 72, 77);
  font-size: 14px;
  right: 0;
  top: 1px;
  padding-right: 8px;
}

.tabs-content > .content {
  padding: 0;
  width: 100%;
}

.reveal-modal .tabs-content, dialog .tabs-content {
  margin-bottom: 0;
  margin-top: -48px;
}

dl.tabs {
  border-bottom: 0 solid rgba(68, 72, 77, 0.3);
}

dl.tabs > dd.disabled {
  cursor: no-drop;
  pointer-events: none;
}

.tabs dd > a,
.tabs .tab-title > a {
  background-color: transparent;
  border-bottom: 2px solid rgba(68, 72, 77, 0.3);
  color: rgba(68, 72, 77, 0.4);
  font-family: "Roboto", serif;
  font-size: 16px;
  line-height: 22px;
  box-sizing: border-box;
}

.tabs.large dd > a,
.tabs.large .tab-title > a {
  font-weight: 300;
  background-color: transparent;
  border-bottom-color: transparent;
  box-sizing: border-box;
  color: rgba(68, 72, 77, 0.4);
  font-family: "Roboto", serif;
  font-size: 20px;
  line-height: 22px;
  margin-right: 45px;
  padding: 1rem 0 1rem 0;
}

.tabs.large button {
  margin-top: 10px;
}

.tabs.large .inline-list {
  margin-top: 10px;
}

.tabs dd > a:hover,
.tabs .tab-title > a:hover,
.tabs.large dd > a:hover,
.tabs.large .tab-title > a:hover {
  background-color: transparent;
  border-bottom: 2px solid rgb(68, 72, 77);
  color: rgb(68, 72, 77);
}

.tabs dd.active a,
.tabs .tab-title.active a,
.tabs.large dd.active a,
.tabs.large .tab-title.active a {
  background-color: transparent;
  border-bottom: 2px solid rgb(141, 57, 149);
  box-sizing: border-box;
  color: rgb(68, 72, 77);
}

hr.tabs-divider {
  border-bottom: 2px solid rgba(68, 72, 77, 0.2);
  border-top: 0;
  position: relative;
  top: 75px;
}

hr.tabs-divider-inner {
  border-bottom: 2px solid rgba(68, 72, 77, 0.2);
  border-top: 0;
  position: relative;
  margin: -1.75rem 0 1.1875rem;
  top: 75px;
}

.tabs-content {
  margin-top: 15px;
}

.tabs-content.collapse {
  margin: 0;
  padding: 0;
}

.inner-tabs-container {
  position: relative;
  top: 7px;
}
.inner-tabs-container .tabs-content {
  margin-top: 0;
  overflow-y: auto;
  min-height: calc(100vh - 185px);
}

a {
  color: rgb(68, 72, 77);
  outline: none;
  text-decoration: none;
}
a:link, a:visited {
  color: rgb(68, 72, 77);
  outline: none;
}
a:hover, a:active, a:focus {
  color: rgb(141, 57, 149);
  outline: none;
  text-decoration: none;
}
a.disabled {
  pointer-events: none;
  opacity: 0.5;
}
a.link-hover-underline:hover {
  text-decoration: underline;
}

ul, ul li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

li.disabled,
li.disabled a {
  cursor: no-drop;
  opacity: 0.7;
  pointer-events: none;
}

.inline-list {
  margin: 0;
  overflow: visible;
  padding: 0;
}

.inline-list > li {
  margin-left: 20px;
}

.inline-list > li:first-child {
  margin-left: 0;
}

.inline-list > li > label,
.inline-list select {
  display: inline-block;
}

.tooltip {
  border-radius: 3px;
  background-color: #fff;
  border: 1px solid rgb(141, 57, 149);
  box-shadow: 0 1px 1px 0 rgba(68, 72, 77, 0.4);
  color: rgba(68, 72, 77, 0.8);
  font-size: 12px;
  line-height: 20px;
  margin-top: -10px;
  padding: 15px;
  z-index: 99999;
}
.tooltip > .nub {
  border-color: transparent transparent rgb(141, 57, 149) transparent;
}
.tooltip.tip-top > .nub {
  border-color: rgb(141, 57, 149) transparent transparent transparent;
}
.tooltip.tip-right {
  z-index: 99999;
}
.tooltip.tip-right > .nub {
  border-color: transparent rgb(141, 57, 149) transparent transparent;
}
.tooltip.tip-left > .nub {
  border-color: transparent transparent transparent rgb(141, 57, 149);
}
.tooltip > ul > li {
  font-size: 12px;
  list-style-type: disc;
  margin-left: 8px;
}

input[type=radio]:checked + label span.has-tip,
input[type=checkbox]:checked + label span.has-tip,
span.has-tip {
  background-color: transparent;
  border-bottom: none;
  color: rgb(141, 57, 149);
}

label > span.has-tip {
  height: inherit !important;
  line-height: inherit !important;
  top: 0 !important;
}

.has-tip:focus {
  color: rgb(68, 72, 77);
}

span.has-tip:hover,
small.has-tip:hover {
  color: rgb(141, 57, 149);
  text-decoration: none;
}

.form-container span.has-tip, .manage-filtering-footer span.has-tip, .manage-filtering-body span.has-tip, .manage-rotation-body span.has-tip, .manage-station-feed-footer span.has-tip, .manage-station-feed-body span.has-tip {
  color: rgba(141, 57, 149, 0.8);
  display: inline-block;
  height: 36px;
  line-height: 34px;
  margin-left: 5px;
  position: relative;
  text-align: left;
  top: 2px;
}

.ui-tooltip.custom-tooltip {
  border-radius: 3px;
  background-color: #fff;
  border: 1px solid rgb(141, 57, 149) !important;
  box-shadow: 0 1px 1px 0 rgba(68, 72, 77, 0.4);
  color: rgba(68, 72, 77, 0.8);
  font-size: 12px;
  padding: 0;
  z-index: 99999;
  position: absolute;
}

.custom-tooltip .ui-tooltip-content {
  position: relative;
  padding: 1em;
}
.custom-tooltip .ui-tooltip-content::after {
  content: "";
  position: absolute;
  border-style: solid;
  display: block;
  width: 0;
  top: -7px;
  border-color: rgb(141, 57, 149) transparent;
  border-width: 0 3px 6px;
}

.custom-tooltip.left .ui-tooltip-content::after {
  left: 7px;
}

.custom-tooltip.right .ui-tooltip-content::after {
  left: 245px;
}

.upload-modal.dropzone-uploader #upload-zone {
  border: 2px dashed #ddd;
  height: 150px;
  width: calc(100% - 20px);
}
.upload-modal.dropzone-uploader #upload-zone::after {
  content: "Drag & Drop your file here.";
  color: #b0b0b0;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.upload-modal.dropzone-uploader #uploaded-media-container.added-file {
  border: 1px solid #ddd;
  height: 150px;
  overflow: auto;
  padding: 30px;
  width: calc(100% - 20px);
  z-index: 2;
}
.upload-modal.dropzone-uploader #uploaded-media-container.added-file .uploaded-media {
  margin-bottom: 15px;
  padding: 4px;
}
.upload-modal.dropzone-uploader #uploaded-media-container.added-file .uploaded-media span.icon {
  font-size: 20px;
  margin-right: 7px;
  position: relative;
  top: 2px;
}
.upload-modal.dropzone-uploader #uploaded-media-container.added-file .uploaded-media .uploaded-media-size {
  opacity: 0.69;
}
.upload-modal.dropzone-uploader #uploaded-media-container.added-file .uploaded-media .remove-uploaded {
  cursor: pointer;
  font-size: 25px;
}
.upload-modal.dropzone-uploader #uploaded-media-container.added-file .progress {
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  display: block;
}
.upload-modal.dropzone-uploader #uploaded-media-container .progress {
  display: none;
  padding: 0;
}
.upload-modal.dropzone-uploader #uploaded-media-container .progress > .meter {
  width: 0;
}
.upload-modal.dropzone-uploader #uploaded-media-container .progress > .percentage {
  font-size: 13px;
  left: 50%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1px;
  position: absolute;
  transform: translateX(-50%);
}
.upload-modal.dropzone-uploader #uploaded-media-container .progress.error > .meter {
  background: rgba(243, 0, 30, 0.6) none;
  width: 100% !important;
}
.upload-modal.dropzone-uploader.dropzone-multiple-upload #upload-zone {
  height: 360px;
}
.upload-modal.dropzone-uploader.dropzone-multiple-upload #upload-zone::after {
  content: "Drag & Drop your files here.";
}
.upload-modal.dropzone-uploader.dropzone-multiple-upload #uploaded-media-container.added-file {
  height: 360px;
  padding: 0;
}
.upload-modal.dropzone-uploader.dropzone-multiple-upload #uploaded-media-container.added-file .track-uploaded {
  border-bottom: 1px solid #ddd;
  margin: 5px;
  text-align: left;
  position: relative;
}
.upload-modal.dropzone-uploader.dropzone-multiple-upload #uploaded-media-container.added-file .track-uploaded .track-title {
  color: rgb(0, 0, 0);
  display: inline-block;
  font-size: 14px;
  margin-bottom: 0 !important;
  max-width: calc(100% - 104.93px);
  overflow: hidden;
  padding-top: 3px;
  padding-left: 4px;
}
.upload-modal.dropzone-uploader.dropzone-multiple-upload #uploaded-media-container.added-file .track-uploaded .track-title > small {
  color: rgba(68, 72, 77, 0.8);
}
.upload-modal.dropzone-uploader.dropzone-multiple-upload #uploaded-media-container.added-file .track-uploaded .percentage {
  color: rgb(162, 164, 166);
  margin: 3px 10px;
}
.upload-modal.dropzone-uploader.dropzone-multiple-upload #uploaded-media-container.added-file .track-uploaded .upload-status {
  display: none;
  color: rgb(162, 164, 166);
  font-size: 13px;
  margin: 3px 10px;
}
.upload-modal.dropzone-uploader.dropzone-multiple-upload #uploaded-media-container.added-file .track-uploaded .remove-uploaded {
  color: rgb(162, 164, 166);
  cursor: pointer;
  font-size: 18px;
  font-weight: bold;
  margin: 3px 10px;
}
.upload-modal.dropzone-uploader.dropzone-multiple-upload #uploaded-media-container.added-file .track-uploaded .remove-uploaded:hover {
  color: rgb(231, 37, 48);
}
.upload-modal.dropzone-uploader.dropzone-multiple-upload #uploaded-media-container.added-file .track-uploaded.processing .percentage {
  display: none;
}
.upload-modal.dropzone-uploader.dropzone-multiple-upload #uploaded-media-container.added-file .track-uploaded.processing .upload-status {
  display: inline-block;
}
.upload-modal.dropzone-uploader.dropzone-multiple-upload #uploaded-media-container.added-file .track-uploaded.upload-completed .percentage {
  display: none;
}
.upload-modal.dropzone-uploader.dropzone-multiple-upload #uploaded-media-container.added-file .track-uploaded.upload-completed .upload-status {
  display: inline-block;
}
.upload-modal.dropzone-uploader.dropzone-multiple-upload #uploaded-media-container.added-file .track-uploaded.upload-completed .upload-status.success {
  color: rgba(67, 172, 106, 0.7);
}
.upload-modal.dropzone-uploader.dropzone-multiple-upload #uploaded-media-container.added-file .track-uploaded.upload-completed .upload-status.error {
  color: rgba(243, 0, 30, 0.7);
}

.document-upload-container #progress-container {
  display: none;
  margin-top: 10px;
}
.document-upload-container #progress-container .progress {
  padding: 0;
  margin-bottom: 0;
}
.document-upload-container #progress-container .progress > .percentage {
  font-size: 13px;
  left: 50%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1px;
  position: absolute;
  transform: translateX(-50%);
}
.document-upload-container #progress-container .progress > .meter {
  width: 0;
}

.poi-markers-widget {
  font-size: 13px;
}
.poi-markers-widget .card {
  border-color: rgba(0, 0, 0, 0.1);
  padding: 15px;
  text-align: left;
  margin-top: 20px;
  height: auto;
}
.poi-markers-widget .card .card-title {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 11px;
  margin-bottom: 10px;
  padding: 0 5px 5px;
}
.poi-markers-widget .card .now-playing-card {
  font-size: 14px;
  font-weight: 700;
  padding: 5px 0px 25px 0px;
}
.poi-markers-widget #episode-audio-progress-bar-container .episode-title {
  font-size: 12px;
}
.poi-markers-widget #episode-audio-progress-bar-container #progress-bar-scrollable-container {
  height: 130px;
}
.poi-markers-widget #episode-audio-progress-bar-container #progress-bar-scrollable-container #episode-progress-details {
  display: flex;
  justify-content: space-between;
  padding: 5px 0;
}
.poi-markers-widget #episode-audio-progress-bar-container #progress-bar-scrollable-container #episode-progress-bar {
  height: 12px;
  margin-bottom: 0;
  padding: 0;
  cursor: pointer;
  border: none;
  position: relative;
  z-index: 5;
}
.poi-markers-widget #episode-audio-progress-bar-container #progress-bar-scrollable-container #episode-progress-bar > .meter {
  transition: width 1s ease;
  border-radius: 0;
}
.poi-markers-widget #episode-audio-progress-bar-container #progress-bar-scrollable-container .download-region-container {
  height: 100px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 3;
  pointer-events: none;
}
.poi-markers-widget #episode-audio-progress-bar-container #progress-bar-scrollable-container .download-region-container .download-region {
  height: 100%;
  background-color: rgba(68, 72, 77, 0.1);
  border-radius: 4px;
  cursor: grab;
  pointer-events: all;
}
.poi-markers-widget #episode-audio-progress-bar-container #progress-bar-scrollable-container .download-region-container .download-region .download-region-handle {
  position: absolute;
  z-index: 2;
  width: 3px;
  height: 100%;
  top: 0;
  cursor: ew-resize;
}
.poi-markers-widget #episode-audio-progress-bar-container #progress-bar-scrollable-container .download-region-container .download-region .download-region-handle.download-region-handle-left {
  left: 0;
  border-left: 2px solid rgba(68, 72, 77, 0.5);
  border-radius: 4px 0 0 4px;
}
.poi-markers-widget #episode-audio-progress-bar-container #progress-bar-scrollable-container .download-region-container .download-region .download-region-handle.download-region-handle-right {
  right: 0;
  border-right: 2px solid rgba(68, 72, 77, 0.5);
  border-radius: 0 4px 4px 0;
}
.poi-markers-widget #episode-audio-progress-bar-container .markers-filter-selector.select2-container {
  width: 327px;
  position: relative;
  top: -2px;
}
.poi-markers-widget #episode-audio-progress-bar-container .markers-filter-selector.select2-container > .select2-choices > li:not(:first-child).select2-search-field input {
  width: 0 !important;
  padding: 0 !important;
}
.poi-markers-widget #no-episode-container #next-episode-info {
  margin-top: 10px;
}
.poi-markers-widget .poi-marker .time-pointer,
.poi-markers-widget .modal-poi-marker .time-pointer {
  margin-top: -29px;
  height: 15px;
  width: 2px;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.4);
}
.poi-markers-widget .poi-marker .marker-body,
.poi-markers-widget .modal-poi-marker .marker-body {
  height: 30px;
  width: 30px;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.4);
  text-align: center;
}
.poi-markers-widget .poi-marker .marker-body.has-tip,
.poi-markers-widget .modal-poi-marker .marker-body.has-tip {
  border-bottom: none;
  cursor: pointer;
}
.poi-markers-widget .poi-marker .marker-body.has-tip:hover,
.poi-markers-widget .modal-poi-marker .marker-body.has-tip:hover {
  border-bottom: none;
}
.poi-markers-widget .poi-marker .marker-body .icon,
.poi-markers-widget .modal-poi-marker .marker-body .icon {
  color: rgb(255, 255, 255);
  font-size: 18px;
  display: inline-block;
  margin-top: 4px;
}
.poi-markers-widget .poi-marker .green,
.poi-markers-widget .modal-poi-marker .green {
  background-color: #65A997;
}
.poi-markers-widget .poi-marker .red,
.poi-markers-widget .modal-poi-marker .red {
  background-color: #ff4259;
}
.poi-markers-widget .poi-marker .white,
.poi-markers-widget .modal-poi-marker .white {
  background-color: #ddd;
}
.poi-markers-widget .poi-marker .lightYellow,
.poi-markers-widget .modal-poi-marker .lightYellow {
  background-color: #efdead;
}
.poi-markers-widget .poi-marker .blinkingYellow,
.poi-markers-widget .modal-poi-marker .blinkingYellow {
  animation: blinkingBackground 2s infinite;
}
@keyframes blinkingBackground {
  0% {
    background-color: #ffcc00;
  }
  25% {
    background-color: #ddd;
  }
  50% {
    background-color: #ffcc00;
  }
  75% {
    background-color: #ddd;
  }
  100% {
    background-color: #ffcc00;
  }
}
.poi-markers-widget .poi-marker .lightBlue,
.poi-markers-widget .modal-poi-marker .lightBlue {
  background-color: #4A90E2;
}
.poi-markers-widget .poi-marker .new,
.poi-markers-widget .modal-poi-marker .new {
  background-color: rgb(0, 0, 0);
}
.poi-markers-widget .poi-marker .marker-source,
.poi-markers-widget .modal-poi-marker .marker-source {
  display: inline-block;
  color: rgb(255, 255, 255);
  font-size: 11px;
  font-weight: bold;
  float: right;
  margin-top: 13px;
}
.poi-markers-widget .poi-marker:hover {
  cursor: pointer;
  transform: scale(1.1, 1.1);
  transition: all 500ms ease 0s;
  z-index: 999;
}
.poi-markers-widget #refresh-poi-markers {
  margin-right: 10px;
}
.poi-markers-widget #poi-markers-list {
  position: relative;
  top: 19px;
}
.poi-markers-widget #poi-markers-list .poi-marker,
.poi-markers-widget #modal-poi-markers-list .modal-poi-marker {
  height: 0;
  width: 0;
}
.poi-markers-widget #zoom-bar input[type=range] {
  display: inline-block;
  -webkit-appearance: none;
  background-color: #bdc3c7;
  height: 5px;
  border-radius: 5px;
  margin: 0 auto;
  outline: 0;
  width: 150px !important;
}
.poi-markers-widget #zoom-bar input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  background-color: #686868;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 2px solid white;
  cursor: pointer;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.poi-markers-widget #zoom-bar input[type=range]::-webkit-slider-thumb:hover {
  background-color: #686868;
  border: 2px solid white;
}
.poi-markers-widget #zoom-bar input[type=range]::-webkit-slider-thumb:active {
  transform: scale(1.6);
}
.poi-markers-widget #zoom-in,
.poi-markers-widget #zoom-out {
  padding: 0 5px;
  position: relative;
  top: 3px;
}
.poi-markers-widget #modal-episode-audio-progress-bar-container .episode-title {
  font-size: 10px;
  text-align: left;
}
.poi-markers-widget #modal-episode-audio-progress-bar-container #modal-toggle-episode-audio-btn {
  transform: scale(0.8);
}
.poi-markers-widget #modal-episode-audio-progress-bar-container #modal-episode-progress-details {
  font-size: 11px;
}
.poi-markers-widget #modal-episode-audio-progress-bar-container #modal-episode-progress-details #modal-episode-current-time {
  float: left;
}
.poi-markers-widget #modal-episode-audio-progress-bar-container #modal-episode-progress-details #modal-episode-duration {
  float: right;
}
.poi-markers-widget #modal-episode-audio-progress-bar-container #modal-episode-progress-bar {
  background-color: rgba(68, 72, 77, 0.1);
  display: inline-block;
  height: 8px;
  width: 100%;
}
.poi-markers-widget #modal-episode-audio-progress-bar-container #modal-episode-progress-bar:hover {
  cursor: pointer;
}
.poi-markers-widget #modal-episode-audio-progress-bar-container #modal-episode-progress-bar .meter {
  background-color: rgb(141, 57, 149);
  display: block;
  height: 8px;
}
.poi-markers-widget #modal-episode-audio-progress-bar-container #modal-episode-progress-bar .cursor {
  background-color: rgb(141, 57, 149);
  height: 16px;
  margin-top: -12px;
  position: absolute;
  width: 2px;
}
.poi-markers-widget #modal-episode-audio-progress-bar-container #modal-episode-progress-bar .time-pointer {
  margin-top: -12px;
}
.poi-markers-widget .download-audio-segments-container #validation-error-message {
  display: none;
  font-size: 13px;
  position: absolute;
  top: 105px;
  left: 145px;
}
.poi-markers-widget.player-without-markers .card {
  border: none;
  margin: 0;
}
.poi-markers-widget.player-without-markers .card #episode-audio-progress-bar-container #audio-title-container {
  display: none;
}
.poi-markers-widget.player-without-markers .card #episode-audio-progress-bar-container > #audio-player-container {
  margin: 0 !important;
}
.poi-markers-widget.player-without-markers .card #episode-audio-progress-bar-container > #audio-player-container #progress-bar-scrollable-container {
  height: 100px;
}

#poi-marker-modal #current-time {
  width: 115px;
}
#poi-marker-modal #custom-time input {
  width: 55px;
}
#poi-marker-modal label[for=current-time-check],
#poi-marker-modal label[for=custom-time-check],
#poi-marker-modal label[for=current-time] {
  display: inline-block;
}
#poi-marker-modal .poi-markers-widget .card {
  height: auto;
}
#poi-marker-modal #show-non-editable-message .error {
  opacity: 0.8;
  font-size: 13px;
  text-align: center;
}

.top .time-pointer {
  margin-top: -34px !important;
}
.top .marker-body {
  margin-top: -45px !important;
}

.left-sidebar {
  transition: all 0.3s;
  background-color: rgb(239, 239, 239);
  border-right: 1px solid rgba(68, 72, 77, 0.3);
  bottom: 0;
  position: absolute;
  top: 59px;
  min-width: 200px;
  max-width: 200px;
  z-index: 1;
}
.left-sidebar.closed {
  margin-left: -200px;
}
.left-sidebar .sidebar-header {
  color: rgba(68, 72, 77, 0.6);
  margin-bottom: 0;
  margin-top: 1px;
  padding: 10px;
}
.left-sidebar .sidebar-header > #close-filters-sidebar {
  color: rgba(68, 72, 77, 0.6);
  float: right;
  font-size: 16px;
  position: relative;
  top: 5px;
}
.left-sidebar .sidebar-header > #close-filters-sidebar:hover {
  color: rgba(68, 72, 77, 0.9);
}
.left-sidebar .accordion-navigation > a {
  transition: all 0.4s ease;
  background: rgb(239, 239, 239);
  color: #222;
  font-size: 14px;
  padding: 10px;
}
.left-sidebar .accordion-navigation > a > span {
  float: right;
  font-size: 8px;
  position: relative;
  top: 7px;
}
.left-sidebar .accordion-navigation > a > span.expand {
  display: inline-block;
}
.left-sidebar .accordion-navigation > a > span.collapse {
  display: none;
}
.left-sidebar .accordion-navigation > a > span.loading {
  display: none;
  background: url(/static/images/loading_white.gif) no-repeat;
  background-color: rgb(239, 239, 239);
  background-size: contain;
  width: 13px;
  height: 13px;
  position: relative;
  top: 4px;
  left: 10px;
}
.left-sidebar .accordion-navigation > a:hover {
  background: rgb(227, 227, 227);
}
.left-sidebar .accordion-navigation > a:hover > span.loading {
  background-color: rgb(227, 227, 227);
}
.left-sidebar .accordion-navigation > a.loading-options > span.loading {
  display: inline-block;
}
.left-sidebar .accordion-navigation > a.loading-options ~ .content.active .search-filter-options {
  display: none;
}
.left-sidebar .accordion-navigation > .content {
  transition: all 0.4s ease;
  display: block;
  height: 0;
  padding: 0 10px;
  position: relative;
}
.left-sidebar .accordion-navigation > .content > ul.filter-options {
  display: none;
  font-size: 12px;
  margin-left: 0;
  overflow: auto;
  max-height: 250px;
}
.left-sidebar .accordion-navigation > .content > ul.filter-options:not(:empty) {
  padding: 5px 0;
}
.left-sidebar .accordion-navigation > .content > ul.filter-options > li {
  cursor: pointer;
}
.left-sidebar .accordion-navigation > .content > ul.filter-options > li > a {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 145px;
  display: table-cell;
  vertical-align: middle;
  line-height: 24px;
}
.left-sidebar .accordion-navigation > .content > ul.filter-options > li:hover > a,
.left-sidebar .accordion-navigation > .content > ul.filter-options > li:hover > a ~ .filter-count {
  color: rgb(141, 57, 149);
}
.left-sidebar .accordion-navigation > .content > ul.filter-options > li .filter-count {
  display: table-cell;
  line-height: 24px;
  overflow: hidden;
}
.left-sidebar .accordion-navigation > .content > ul.filter-options > li .filter-count:before {
  content: ":";
  padding-right: 3px;
}
.left-sidebar .accordion-navigation > .content > ul.filter-options > li.active > a,
.left-sidebar .accordion-navigation > .content > ul.filter-options > li.active > .filter-count {
  color: rgb(141, 57, 149);
}
.left-sidebar .accordion-navigation > .content > .search-filter-options {
  display: none;
}
.left-sidebar .accordion-navigation > .content > .search-filter-options > .select2-container {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 5px;
}
.left-sidebar .accordion-navigation > .content > .search-filter-options > .select2-container .select2-choice {
  height: 30px;
}
.left-sidebar .accordion-navigation > .content > .search-filter-options > .select2-container .select2-choice > .select2-chosen {
  line-height: 29px;
  font-size: 12px;
}
.left-sidebar .accordion-navigation > .content > .search-filter-options > .select2-container .select2-choice > .select2-search-choice-close {
  top: 8px;
}
.left-sidebar .accordion-navigation > .content > .search-filter-options > .select2-container .select2-choice .select2-arrow b {
  background-position: 0 5px;
}
.left-sidebar .accordion-navigation > .content.active {
  background: #fff;
  height: auto;
  padding: 0 10px;
}
.left-sidebar .accordion-navigation > .content.active > ul.filter-options,
.left-sidebar .accordion-navigation > .content.active > .search-filter-options {
  display: block;
}
.left-sidebar .accordion-navigation.active > a > .expand {
  display: none;
}
.left-sidebar .accordion-navigation.active > a > .collapse {
  display: inline-block;
}
.left-sidebar .filter-options-container {
  padding: 0 10px;
}
.left-sidebar .filter-options-container input,
.left-sidebar .filter-options-container .select2-container {
  width: 100%;
}
.left-sidebar .filter-options-container ul.filter-options {
  font-size: 14px;
  padding: 10px 0;
}
.left-sidebar .filter-options-container ul.filter-options > li {
  cursor: pointer;
}
.left-sidebar .filter-options-container ul.filter-options > li > a {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 145px;
  display: table-cell;
  vertical-align: middle;
  line-height: 24px;
}
.left-sidebar .filter-options-container ul.filter-options > li.active > a {
  color: rgb(141, 57, 149);
}

.search-filters-options-container .select2-results .select2-no-results {
  font-size: 10px;
}

.main-content > * {
  margin-left: 200px;
  margin-right: 500px;
  transition: all 0.3s;
}
.main-content.expanded-left > * {
  margin-left: 0;
}
.main-content.expanded-right > * {
  margin-right: 0;
}
.main-content button#toggle-filters-sidebar {
  font-size: 16px;
  padding: 10px 12px;
}

.right-sidebar {
  transition: all 0.3s;
  background: #fff;
  border-left: 1px solid rgba(68, 72, 77, 0.3);
  bottom: 0;
  position: absolute;
  right: 0;
  top: 59px;
  width: 500px;
  max-width: 500px;
  z-index: 10;
}
.right-sidebar.closed {
  margin-right: -500px;
}
.right-sidebar .sidebar-header {
  background-color: rgb(246, 246, 246);
  border-bottom: 1px solid rgba(68, 72, 77, 0.3);
  padding: 10px;
  margin-top: 1px;
}
.right-sidebar .sidebar-header #close-stations-sidebar {
  float: right;
  cursor: pointer;
}
.right-sidebar .stations-table-wrapper .station-actions-dropdown {
  max-width: 110px;
}
.right-sidebar .stations-table-wrapper .station-actions-dropdown.arrow-bottom:before {
  top: 55px;
}
.right-sidebar .stations-table-wrapper .station-actions-dropdown.arrow-bottom:after {
  top: 54px;
}
.right-sidebar .filters-container {
  margin-bottom: 10px;
}
.right-sidebar .filters-container input,
.right-sidebar .filters-container button#search-stations-button {
  width: 100%;
}
.right-sidebar .filters-container input > .icon-search,
.right-sidebar .filters-container button#search-stations-button > .icon-search {
  margin-right: 2px;
}

@media (max-width: 1680px) {
  .main-content > * {
    margin-right: 0;
  }
}
@media (max-width: 1366px) {
  .main-content > * {
    margin-left: 0;
  }
}
.form-container .row, .manage-filtering-footer .row, .manage-filtering-body .row, .manage-rotation-body .row, .manage-station-feed-footer .row, .manage-station-feed-body .row {
  margin-bottom: 15px;
  margin-left: 0;
}
.form-container .push-2, .manage-filtering-footer .push-2, .manage-filtering-body .push-2, .manage-rotation-body .push-2, .manage-station-feed-footer .push-2, .manage-station-feed-body .push-2 {
  margin-left: -16px;
}
.form-container input, .manage-filtering-footer input, .manage-filtering-body input, .manage-rotation-body input, .manage-station-feed-footer input, .manage-station-feed-body input,
.form-container textarea,
.manage-filtering-footer textarea,
.manage-filtering-body textarea,
.manage-rotation-body textarea,
.manage-station-feed-footer textarea,
.manage-station-feed-body textarea {
  padding-left: 10px !important;
  padding-right: 10px !important;
}
.form-container input[type=radio] + label, .manage-filtering-footer input[type=radio] + label, .manage-filtering-body input[type=radio] + label, .manage-rotation-body input[type=radio] + label, .manage-station-feed-footer input[type=radio] + label, .manage-station-feed-body input[type=radio] + label,
.form-container input[type=checkbox] + label,
.manage-filtering-footer input[type=checkbox] + label,
.manage-filtering-body input[type=checkbox] + label,
.manage-rotation-body input[type=checkbox] + label,
.manage-station-feed-footer input[type=checkbox] + label,
.manage-station-feed-body input[type=checkbox] + label {
  font-size: 12px;
  opacity: 0.69;
}
.form-container label, .manage-filtering-footer label, .manage-filtering-body label, .manage-rotation-body label, .manage-station-feed-footer label, .manage-station-feed-body label {
  padding-left: 0;
  text-align: left;
}
.form-container label.column, .manage-filtering-footer label.column, .manage-filtering-body label.column, .manage-rotation-body label.column, .manage-station-feed-footer label.column, .manage-station-feed-body label.column, .form-container label.columns, .manage-filtering-footer label.columns, .manage-filtering-body label.columns, .manage-rotation-body label.columns, .manage-station-feed-footer label.columns, .manage-station-feed-body label.columns {
  line-height: 16px;
  padding-top: 12px;
}
.form-container [class*=column] + [class*=column]:last-child, .manage-filtering-footer [class*=column] + [class*=column]:last-child, .manage-filtering-body [class*=column] + [class*=column]:last-child, .manage-rotation-body [class*=column] + [class*=column]:last-child, .manage-station-feed-footer [class*=column] + [class*=column]:last-child, .manage-station-feed-body [class*=column] + [class*=column]:last-child {
  padding-left: 0;
}
.form-container h2, .manage-filtering-footer h2, .manage-filtering-body h2, .manage-rotation-body h2, .manage-station-feed-footer h2, .manage-station-feed-body h2 {
  font-weight: 300;
  border-bottom: 1px solid rgba(68, 72, 77, 0.3);
  color: rgb(68, 72, 77);
  font-size: 24px;
  line-height: 23px;
  margin: 55px 0 11px 0;
  padding: 0 0 11px 0;
}
.form-container h3, .manage-filtering-footer h3, .manage-filtering-body h3, .manage-rotation-body h3, .manage-station-feed-footer h3, .manage-station-feed-body h3 {
  border-bottom: 1px solid rgba(68, 72, 77, 0.3);
  color: rgb(68, 72, 77);
  font-size: 18px;
  line-height: 23px;
  margin: 55px 0 11px 0;
  padding: 0 0 11px 0;
}
.form-container h3:first-child, .manage-filtering-footer h3:first-child, .manage-filtering-body h3:first-child, .manage-rotation-body h3:first-child, .manage-station-feed-footer h3:first-child, .manage-station-feed-body h3:first-child {
  margin-top: 0;
}
.form-container h4, .manage-filtering-footer h4, .manage-filtering-body h4, .manage-rotation-body h4, .manage-station-feed-footer h4, .manage-station-feed-body h4 {
  font-weight: 700;
  border-bottom: 0 solid rgba(68, 72, 77, 0.3);
  color: rgb(68, 72, 77);
  font-size: 16px;
  line-height: 23px;
  margin: 20px 0 10px 0;
  padding: 0;
}
.form-container .columns, .manage-filtering-footer .columns, .manage-filtering-body .columns, .manage-rotation-body .columns, .manage-station-feed-footer .columns, .manage-station-feed-body .columns {
  padding-left: 0;
}
.form-container .columnsselect, .manage-filtering-footer .columnsselect, .manage-filtering-body .columnsselect, .manage-rotation-body .columnsselect, .manage-station-feed-footer .columnsselect, .manage-station-feed-body .columnsselect {
  padding-left: 10px;
}

nav.main-nav {
  padding-top: 20px;
}
nav.main-nav nav li a:link,
nav.main-nav nav li a:visited,
nav.main-nav nav li a:hover,
nav.main-nav nav li a:active {
  font-weight: 300;
  border-bottom: 0;
  display: block !important;
  font-size: 16px;
  padding-bottom: 2px;
  text-decoration: none;
}
nav.main-nav nav li.active > a:link,
nav.main-nav nav li.active > a:visited,
nav.main-nav nav li.active > a:hover,
nav.main-nav nav li.active > a:active {
  color: rgb(141, 57, 149);
}
nav.main-nav nav li a {
  display: block;
  padding: 10px 0;
  padding-left: 30px;
  position: relative;
}
nav.main-nav nav .icon {
  display: inline-block;
  font-size: 22px;
  left: 0;
  line-height: 22px;
  margin-right: 10px;
  opacity: 1;
  overflow: hidden;
  position: absolute;
  top: 11px;
  width: 24px;
}
nav.main-nav nav ul li ul {
  margin-left: 30px;
}
nav.main-nav nav ul li.active ul {
  display: block;
  margin-left: 30px;
}
nav.main-nav nav ul li ul li a:link,
nav.main-nav nav ul li ul li a:visited,
nav.main-nav nav ul li ul li a:hover,
nav.main-nav nav ul li ul li a:active {
  font-weight: 700;
  display: block;
  font-size: 12px;
  line-height: 17px;
  padding: 3px;
  padding-left: 0;
}
nav.main-nav nav.main-nav li.smaller-menu-items {
  height: 29.6px;
}
nav.main-nav nav.main-nav li.smaller-menu-items > a {
  font-size: 0.8em;
}
nav.main-nav nav.main-nav li.smaller-menu-items > a > span.icon {
  font-size: 20px;
  top: 8px;
}
nav.main-nav nav.main-nav > ul.scrollable-menu {
  overflow: auto;
}
nav.main-nav nav.main-nav > ul.scrollable-menu .f-dropdown.drop-right {
  position: fixed !important;
}

@media (max-width: 1366px) {
  nav.main-nav {
    padding-top: 10px;
  }
  #manage_station_menu nav.main-nav > ul hr {
    margin: 0.75rem 0 0.5rem;
  }
}
nav.sidebar-nav-menu {
  padding: 20px 15px;
}
nav.sidebar-nav-menu > ul li.nav-item {
  position: relative;
}
nav.sidebar-nav-menu > ul li.nav-item > a.nav-link {
  display: flex;
  align-items: center;
  padding: 0;
  height: 28px;
  white-space: nowrap;
}
nav.sidebar-nav-menu > ul li.nav-item > a.nav-link .link-icon {
  color: inherit;
  font-size: 18px;
  position: absolute;
  width: 24px;
  transition: all 0.3s ease;
}
nav.sidebar-nav-menu > ul li.nav-item > a.nav-link .link-title {
  font-size: 13px;
  margin-left: 30px;
  opacity: 1;
  transition: all 0.2s ease-in-out;
}
nav.sidebar-nav-menu > ul li.nav-item > a.nav-link .link-title .badge {
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.12) 0 1px 1px;
  color: rgb(68, 72, 77);
  font-size: 10px;
  font-weight: bold;
  padding: 0 4px;
  position: relative;
  bottom: 1px;
}
nav.sidebar-nav-menu > ul li.nav-item > a.nav-link.nested-link .link-title {
  margin-left: 10px;
  font-size: 11px;
  font-weight: bold;
}
nav.sidebar-nav-menu > ul li.nav-item.active > a {
  color: rgb(141, 57, 149);
}
nav.sidebar-nav-menu > ul li.nav-item.nav-section {
  color: #686868;
  cursor: pointer;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.5px;
  margin-bottom: 5px;
  height: 15px;
  white-space: nowrap;
  transition: all 0.2s ease-in-out;
}
nav.sidebar-nav-menu > ul li.nav-item.nav-section:not(:first-child) {
  margin-top: 20px;
}
nav.sidebar-nav-menu > ul li.nav-item.nav-section > span {
  float: right;
  font-size: 16px;
}
nav.sidebar-nav-menu > ul li.nav-item > ul.f-dropdown.open {
  width: 100px !important;
  margin-top: 0;
  padding: 5px 0;
}
nav.sidebar-nav-menu > ul.scrollable-menu {
  overflow: auto;
}
nav.sidebar-nav-menu .collapsed-li {
  display: none;
}
nav.sidebar-nav-menu .collapse-navBar {
  background-color: #fff;
  border-top: 1px solid #ddd;
  bottom: 10px;
  cursor: pointer;
  height: 30px;
  position: absolute;
  text-align: right;
  width: 100%;
}
nav.sidebar-nav-menu .collapse-navBar span {
  color: #333;
  top: 10px;
  font-size: 18px;
  position: relative;
}
nav.sidebar-nav-menu .not-collapsed-li {
  width: calc(100% - 30px);
}
nav.sidebar-nav-menu .collapsed-li {
  width: calc(100% - 25px);
  text-align: center;
}
nav.sidebar-nav-menu .bottom-section-nav {
  bottom: 20px;
  width: 100%;
}
nav.sidebar-nav-menu.collapsed li.nav-item > a.nav-link .link-title {
  opacity: 0;
  transition-delay: unset !important;
  visibility: hidden;
}
nav.sidebar-nav-menu.collapsed li.nav-item.nav-section {
  transition-delay: unset !important;
  visibility: hidden;
}
nav.sidebar-nav-menu.collapsed li.nav-item.nav-section::before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #9b9b9b;
  position: absolute;
  top: 5px;
  left: 6px;
  visibility: visible;
}
nav.sidebar-nav-menu.collapsed li.nav-item > ul.f-dropdown.open > li.nav-item > a.nav-link.nested-link .link-title {
  opacity: 1;
  visibility: visible;
}

.ui-sub-bar {
  margin: 5px 0;
  min-height: 36px;
  position: relative;
  width: auto;
}
.ui-sub-bar:before, .ui-sub-bar:after {
  content: " ";
  display: table;
}
.ui-sub-bar.large {
  border-bottom: 1px solid rgba(68, 72, 77, 0.2);
  margin: 0;
}
.ui-sub-bar.large ul.inline-list li {
  line-height: 70px;
}
.ui-sub-bar.large ul.inline-list li > * {
  display: inline-block;
}
.ui-sub-bar.large ul.inline-list li:last-child {
  padding-right: 10px;
}
.ui-sub-bar.large .search {
  display: block;
}
.ui-sub-bar .ui-sub-bar-left-section {
  left: 0;
  position: absolute;
  top: 0;
}
.ui-sub-bar .ui-sub-bar-left-section label {
  padding-top: 9px;
}
.ui-sub-bar .ui-sub-bar-left-section li.info-text {
  min-width: 125px;
}
.ui-sub-bar .ui-sub-bar-left-section li.info-text p {
  color: rgba(68, 72, 77, 0.6);
  font-size: 14px;
  margin: 0;
  position: relative;
  top: 8px;
}
.ui-sub-bar .ui-sub-bar-right-section {
  right: 0;
  position: absolute;
  top: 0;
}
.ui-sub-bar .ui-sub-bar-right-section > * {
  display: inline-block;
}
.ui-sub-bar .ui-sub-bar-title {
  color: rgb(68, 72, 77);
  font-size: 24px;
}
.ui-sub-bar .bulk-actions {
  padding: 2px;
  position: relative;
  top: 8px;
}
.ui-sub-bar .bulk-actions a {
  color: rgb(141, 57, 149);
  font-size: 13px;
}
.ui-sub-bar .bulk-actions a:hover {
  text-decoration: underline;
}
.ui-sub-bar .bulk-actions a > .icon {
  position: relative;
  top: 1px;
}

.ui-top-bar {
  background-color: #fff;
  border-bottom: 1px solid rgba(68, 72, 77, 0.4);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
  color: rgb(68, 72, 77);
  height: 60px;
  left: 0;
  position: fixed;
  right: 0;
  text-align: center;
  z-index: 100;
}
.ui-top-bar .ui-top-bar-left-section {
  height: 60px;
  left: 0;
  position: relative;
  top: 0;
  z-index: 2;
  min-width: 220px;
  max-width: 35%;
}
.ui-top-bar .ui-top-bar-left-section li {
  height: 100%;
  margin: 0 !important;
  min-width: 60px;
  position: relative;
}
.ui-top-bar .ui-top-bar-left-section li:not(:last-child) {
  border-right: 1px solid rgba(68, 72, 77, 0.2);
}
.ui-top-bar .ui-top-bar-left-section li > * {
  display: inline-block;
}
.ui-top-bar .ui-top-bar-left-section li .logo {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
  display: inline-block;
  height: 50px;
  font-size: 26px;
  margin: 5px;
  width: 190px;
}
@media (max-width: 980px) {
  .ui-top-bar .ui-top-bar-left-section li .logo {
    font-size: 20px;
  }
}
.ui-top-bar .ui-top-bar-left-section li .logo#portal-logo {
  background-image: url(/static/images/zettacloud_logo.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 50px;
  margin: 5px 10px;
  width: 180px;
}
.ui-top-bar .ui-top-bar-left-section li .logo.no-image {
  color: rgb(141, 57, 149);
  line-height: 50px;
  text-align: left;
  min-width: 180px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  max-width: 400px;
}
.ui-top-bar .ui-top-bar-left-section li .avatar {
  cursor: pointer;
  margin-top: 12px;
  height: 36px;
  width: 36px;
}
.ui-top-bar .ui-top-bar-left-section li#home-nav-item a.home-icon-button, .ui-top-bar .ui-top-bar-left-section li#back-nav-item a.home-icon-button {
  font-size: 20px;
  height: 100%;
  padding: 16px;
  text-align: center;
}
.ui-top-bar .ui-top-bar-left-section li#current-nav-item {
  text-align: left;
  width: calc(100% - 120px);
}
.ui-top-bar .ui-top-bar-left-section li#current-nav-item:first-child {
  width: 100%;
}
.ui-top-bar .ui-top-bar-left-section li#current-nav-item:not(:first-child) {
  padding-left: 12px;
}
.ui-top-bar .ui-top-bar-left-section li#current-nav-item:not(:first-child) #current-nav-item-info {
  cursor: pointer;
  height: 100%;
  text-align: left;
  position: relative;
  width: calc(100% - 60px);
}
.ui-top-bar .ui-top-bar-left-section li#current-nav-item:not(:first-child) #current-nav-item-info #current-nav-item-info-title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}
.ui-top-bar .ui-top-bar-title {
  font-weight: 300;
  color: rgb(68, 72, 77);
  font-size: 28px;
  line-height: 60px;
}
.ui-top-bar .ui-top-bar-title a {
  border-bottom: none;
}
.ui-top-bar .ui-top-bar-title .icon {
  opacity: 0.5;
}
.ui-top-bar .ui-top-bar-right-section {
  height: 60px;
  right: 0;
  position: absolute;
  top: 0;
  z-index: 2;
}
.ui-top-bar .ui-top-bar-right-section > li {
  height: 100%;
  margin: 0 !important;
  padding: 12px 10px;
}
.ui-top-bar .ui-top-bar-right-section > li:last-child {
  padding-right: 20px;
}
.ui-top-bar .ui-top-bar-right-section > li:nth-last-child(-n+2) {
  border-right-color: rgba(68, 72, 77, 0.2);
  border-right-style: solid;
  border-width: 0 1px;
}
.ui-top-bar .ui-top-bar-right-section > li#search-stations-container {
  border-left-color: rgba(68, 72, 77, 0.2);
  border-left-style: solid;
  border-width: 0 1px;
  text-align: left;
  width: 300px;
}
.ui-top-bar .ui-top-bar-right-section > li#open-playout-console-icon-container {
  border-left-color: rgba(68, 72, 77, 0.2);
  border-left-style: solid;
  border-width: 0 1px;
  text-align: left;
}
.ui-top-bar .ui-top-bar-right-section > li#open-playout-console-icon-container a {
  font-size: 20px;
  padding-top: 4px;
}
.ui-top-bar .ui-top-bar-right-section > li#help-container img {
  background-image: url(/static/images/radiojar-whitelabel-icon.svg);
  background-repeat: no-repeat;
  height: 26px;
  padding-right: 20px;
}
.ui-top-bar .ui-top-bar-right-section > li#account-container {
  position: relative;
}
.ui-top-bar .ui-top-bar-right-section > li#account-container #drop-user.open {
  left: auto !important;
  right: 20px !important;
  width: 150px;
}
.ui-top-bar .ui-top-bar-right-section > li#account-container #drop-user.open:before {
  left: auto !important;
  right: 8px !important;
}
.ui-top-bar .ui-top-bar-right-section > li#account-container #drop-user.open:after {
  left: auto !important;
  right: 7px !important;
}
.ui-top-bar .ui-top-bar-right-section > li#account-container .avatar {
  top: -2px;
}
.ui-top-bar .ui-top-bar-right-section > li#account-container li#dark-mode {
  padding: 0 15px;
}
.ui-top-bar .ui-top-bar-right-section > li#account-container li#dark-mode span {
  vertical-align: 6px;
}
.ui-top-bar .ui-top-bar-right-section > li#account-container li#dark-mode input.toggle-switch {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  display: inline-block;
  top: 3px;
  left: 6px;
  width: 40px;
  height: 18px;
  margin: 5px;
  border-radius: 9px;
  background: rgb(141, 57, 149);
  box-sizing: border-box;
  box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.2);
  cursor: pointer;
}
.ui-top-bar .ui-top-bar-right-section > li#account-container li#dark-mode input.toggle-switch:checked {
  background: rgba(255, 255, 255, 0.1);
  border: none;
  color: rgb(255, 255, 255);
}
.ui-top-bar .ui-top-bar-right-section > li#account-container li#dark-mode input.toggle-switch:checked:after {
  background: rgb(141, 57, 149);
  left: calc(100% - 1px);
  top: 1px;
  transform: translateX(-100%);
}
.ui-top-bar .ui-top-bar-right-section > li#account-container li#dark-mode input.toggle-switch:after {
  position: absolute;
  content: "";
  text-align: center;
  color: rgba(0, 0, 0, 0.1);
  top: 1px;
  left: 1px;
  width: 16px;
  height: 16px;
  border-radius: 8px;
  transition: 0.3s;
  background: white;
  box-shadow: 0 1px 0 1px rgba(0, 0, 0, 0.25);
}
.ui-top-bar .topbar-title-manage {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.ui-top-bar .topbar-title-manage a > span.badge {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.12) 0 1px 1px;
  color: #44484d;
  font-size: 14px;
  font-weight: bold;
  padding: 0 4px;
  position: relative;
  bottom: 3px;
}

#home {
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
#home #main_container {
  height: 100vh;
  top: 0;
}
#home .logo {
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  margin: 0 auto 20px;
}
#home .form-container-white-bg {
  background-color: #fff;
  padding: 25px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  top: 15%;
}
#home h2 {
  color: rgba(68, 72, 77, 0.4);
  font-size: 20px;
  margin-bottom: 20px;
}
#home h3 {
  color: rgb(68, 72, 77);
  font-size: 18px;
  margin-bottom: 20px;
}
#home label {
  opacity: 1;
}
#home input,
#home select {
  height: 42px;
  width: 100%;
  margin-bottom: 1.5rem;
}
#home select {
  line-height: normal;
  padding: 10px;
  background-image: url(/static/images/arrow_down.png);
  background-position: 98% 17px;
}
#home .button.medium {
  font-size: 15px;
  height: 46px;
  line-height: 28px;
}
#home .button.load {
  display: inline-block !important;
  background-image: url(/static/images/loader.gif);
  background-repeat: no-repeat;
  background-position: 90% center;
  opacity: 0.8;
  padding-right: 40px !important;
  padding-left: 15px !important;
  text-indent: 0;
}
#home span.validate-error {
  bottom: 6px;
  color: rgb(243, 0, 30);
  display: block;
  font-size: 11px;
  margin-left: 1px;
  margin-top: 1px;
  position: absolute;
}
#home .alert {
  display: none;
  border-radius: 1px;
  font-size: 13px;
  margin-bottom: 5px;
  padding-bottom: 8px;
}
#home .alert.error, #home .alert.info {
  display: block;
}
@media only screen and (max-width: 40em) {
  #home .container {
    top: 10%;
  }
}

#accounts .artwork-container .artwork.artwork-large {
  background-position: center center;
  height: 210px;
  width: 210px;
}

#accounts .row {
  max-width: 72.5rem;
}

#accounts .radio-broadcasts-container {
  padding-left: 0;
  width: 61%;
}

#accounts .radio-schedule-container {
  padding-left: 0;
  padding-right: 0;
  width: 38%;
}

#accounts .schedule h4 {
  font-weight: 300;
  border-bottom: 1px solid rgb(141, 57, 149);
  color: rgb(141, 57, 149);
  font-size: 20px;
  margin-bottom: 0;
  padding: 10px 0;
}

#accounts .schedule a {
  font-weight: 400;
  display: block;
  font-size: 12px;
  overflow: hidden;
  padding: 10px 0 10px 5px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#accounts .schedule a .time {
  font-weight: 700;
  margin: 0 12px;
}

#products-container {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0.5rem 1rem;
}
#products-container .product-label {
  display: flex;
  align-items: center;
}

#track_list {
  padding-top: 1em;
}

#track_list li:first-child:not(#editBreakModal .breaksAvailableFiles li) {
  background: #efefef;
  color: #222;
  padding: 1rem;
}

#track_list .track-counter-row {
  background: rgba(21, 31, 38, 0.05);
  border-bottom: 1px solid rgba(68, 72, 77, 0.3);
  height: 2.5em;
  line-height: 2.5;
}
#track_list .track-counter-row .track-counter {
  min-width: 10%;
  width: auto;
  float: right;
}
#track_list .track-counter-row .track-counter label {
  font-size: 14px;
  padding: 4px 0;
}
#track_list .track-counter-row .track-counter label #totalTracks.loading {
  background: url(/static/images/loading_white.gif) no-repeat;
  background-size: contain;
  width: 13px;
  height: 13px;
  display: inline-block;
  position: relative;
  top: 1px;
  left: 2px;
}

#track_list .table-header,
#track_list .track-item {
  border-bottom: 1px solid rgba(68, 72, 77, 0.1);
  height: 3em;
  line-height: 3;
}

#track_list .track-item:nth-child(even) {
  background-color: rgba(68, 72, 77, 0.02);
}

#track_list .track-item span[class^=icon-],
#track_list .track-item [class*=" icon-"] {
  vertical-align: middle;
}

#track_list li div {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 80%;
  height: 100%;
}

#track_list li div:empty {
  content: " ";
}

#upload-modal .reveal-modal-body {
  padding-top: 10px;
}

.track-uploaded {
  background-color: #fff;
  border-bottom: 1px solid #ddd;
  padding: 5px 5px 0;
  text-align: left;
}

.track-uploaded .track-title {
  color: rgb(0, 0, 0);
  display: inline-block;
  font-size: 14px;
  margin-bottom: 0 !important;
  max-width: calc(100% - 104.93px);
  overflow: hidden;
  padding-top: 3px;
  padding-left: 4px;
}

.track-uploaded .percentage {
  color: rgb(162, 164, 166);
  margin-left: 5px;
  margin-right: 10px;
}

.track-uploaded .remove-uploaded {
  color: rgb(162, 164, 166);
  cursor: pointer;
  font-size: 18px;
  font-weight: bold;
  margin-left: 10px;
  margin-right: 4px;
}

.track-uploaded .remove-uploaded:hover {
  color: rgb(231, 37, 48);
}

#add-media-modal .tabs {
  position: initial;
}

#add-media-modal .reveal-modal-body .tabs-content {
  margin: 10px;
}

#add-media-modal .reveal-modal-footer .tabs-content, #add-media-modal .manage-filtering-footer .tabs-content, #add-media-modal .manage-station-feed-footer .tabs-content {
  margin: 0;
}

#add-media-modal #plupload-zone {
  margin: 0;
}

#loop-playlist-container p.tip {
  color: rgba(68, 72, 77, 0.7);
  font-size: 13px;
  line-height: 25px;
  margin-bottom: 9px;
}

#loop-playlist-container .button.shuffle {
  background-color: rgb(141, 57, 149);
  border-color: rgb(141, 57, 149);
  color: rgb(255, 255, 255);
}

#loop-playlist-container .button.button-hollow.shuffle, #loop-playlist-container #calendar-main-container .calendar-container .schedules-calendar .fc-toolbar.fc-header-toolbar .button.shuffle.fc-button, #calendar-main-container .calendar-container .schedules-calendar .fc-toolbar.fc-header-toolbar #loop-playlist-container .button.shuffle.fc-button,
#loop-playlist-container .authorization-schedule-wizard .calendar-container .schedules-calendar .fc-toolbar.fc-header-toolbar .button.shuffle.fc-button,
.authorization-schedule-wizard .calendar-container .schedules-calendar .fc-toolbar.fc-header-toolbar #loop-playlist-container .button.shuffle.fc-button {
  background-color: transparent;
  border-color: rgb(141, 57, 149);
  color: rgb(141, 57, 149);
}

#loop-playlist-container .button.button-hollow.shuffle:hover, #loop-playlist-container #calendar-main-container .calendar-container .schedules-calendar .fc-toolbar.fc-header-toolbar .button.shuffle.fc-button:hover, #calendar-main-container .calendar-container .schedules-calendar .fc-toolbar.fc-header-toolbar #loop-playlist-container .button.shuffle.fc-button:hover,
#loop-playlist-container .authorization-schedule-wizard .calendar-container .schedules-calendar .fc-toolbar.fc-header-toolbar .button.shuffle.fc-button:hover,
.authorization-schedule-wizard .calendar-container .schedules-calendar .fc-toolbar.fc-header-toolbar #loop-playlist-container .button.shuffle.fc-button:hover {
  background-color: rgb(141, 57, 149);
  border-color: rgb(141, 57, 149);
  color: rgb(255, 255, 255);
}

#loop-playlist-container li.track-item.current .icon::after {
  border-radius: 50%;
  content: "";
  background-color: rgb(141, 57, 149);
  display: inline-block;
  height: 1em;
  margin-left: 36%;
  position: relative;
  top: 1px;
  width: 1em;
}

#loop-playlist-container li.ui-sortable-placeholder {
  background-color: #fff !important;
  border-bottom: 3px solid rgb(141, 57, 149);
  visibility: visible !important;
}

#loop-playlist-container #playlist-container.offAir::before {
  content: "The playlist is not currently set as the active input of the stream.";
  color: #f8ad1c;
  font-size: 13px;
  position: absolute;
}
#loop-playlist-container #playlist-container.offAir #track_list {
  padding-top: 2em;
}
#loop-playlist-container #playlist-container.offAir li.track-item.current .icon::after {
  background-color: #f8ad1c;
}

.max-size-error {
  font-size: 12px;
  float: left;
}

.break-color {
  border-radius: 3px;
  background-color: rgb(141, 57, 149);
  box-shadow: inset 0 0 1px 1px rgba(0, 0, 0, 0.1);
  height: 25px;
  margin-left: 20px;
  width: 25px;
}

.breakListContainer {
  border: 0 solid red;
}

.breakListContainer .tag {
  border-radius: 3px;
  font-weight: 700;
  background-color: rgba(68, 72, 77, 0.2);
  color: rgb(68, 72, 77);
  font-size: 11px;
  padding: 2px 5px;
}

.breaksContentContainer hr.tabs-divider {
  margin: 0;
  top: 56px;
}

#editBreakModal .tabs-content * {
  text-align: left;
}

#editBreakModal .breaksAvailableFiles {
  border-radius: 3px;
  border: 1px solid rgba(68, 72, 77, 0.5);
  display: block;
  height: 300px;
  overflow: auto;
}

#editBreakModal .breaksAvailableFiles ul {
  border: 0 solid red;
  display: block;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  width: 102%;
}

#editBreakModal .breaksAvailableFiles tr td .button {
  display: inline-block;
}

#editBreakModal .breaksAvailableFiles tr td .filename {
  display: inline-block;
}

#editBreakModal .breaksAvailableFiles tr td {
  transition: all 450ms ease;
  border-bottom: 1px solid rgba(68, 72, 77, 0.2);
  cursor: move;
  font-size: 13px;
  height: 40px;
  line-height: 26px;
  padding-left: 60px;
  padding-top: 7px;
  position: relative;
  width: 100%;
}

#editBreakModal .breaksAvailableFiles tr:hover {
  transition: all 450ms ease;
  background-color: rgba(68, 72, 77, 0.1);
  cursor: move;
}

#editBreakModal .breaksAvailableFiles li {
  border-bottom: 1px solid rgba(68, 72, 77, 0.2);
  color: rgb(68, 72, 77);
  font-size: 13px;
  height: 34px;
  padding: 8px;
  position: relative;
}

#editBreakModal .breaksAvailableFiles li.fileAdded {
  background-color: rgba(68, 72, 77, 0.1);
  color: rgba(68, 72, 77, 0.5);
}

#editBreakModal .breaksAvailableFiles .icon-trash {
  right: 15px;
  position: absolute;
  top: 11px;
}

#editBreakModal .breaksAvailableFiles .icon-plus2 {
  transition: all 450ms ease;
  color: rgba(68, 72, 77, 0.5);
  cursor: pointer;
  display: inline-block;
  margin-right: 10px;
}

#editBreakModal .breaksAvailableFiles .icon-plus2:hover {
  transition: all 450ms ease;
  color: #7ed321;
  cursor: pointer;
}

#editBreakModal .breaksAvailableFiles .icon-minus {
  color: rgb(68, 72, 77);
  display: inline-block;
  margin-right: 10px;
}

#editBreakModal .breaksAvailableFiles .icon-minus:hover {
  color: #d0021b;
  cursor: pointer;
}

#editBreakModal input.search {
  background-size: 5%;
  padding-left: 35px !important;
}

#editBreakModal .breaksAvailableFiles a.button.icon-button.addFile {
  margin-right: 0 !important;
}

#editBreakModal .breaksAvailableFiles a.button.icon-button.playFile {
  margin: 0 3px;
}

#editBreakModal .breaksSelectedFiles {
  border-radius: 3px;
  background-color: rgba(68, 72, 77, 0.1);
  border: 1px solid rgba(68, 72, 77, 0.4);
  height: 300px;
  overflow-x: hidden;
  overflow-y: auto;
}

#editBreakModal .breaksSelectedFiles ul {
  padding: 3px;
}

#editBreakModal .breaksSelectedFiles li {
  border-radius: 3px;
  transition: all 450ms ease;
  background-color: #fff;
  box-shadow: 0 1px 1px 1px rgba(68, 72, 77, 0.2);
  color: rgb(68, 72, 77);
  font-size: 13px;
  margin: 5px;
  padding: 7px;
  position: relative;
}

#editBreakModal .breaksSelectedFiles li:hover {
  transition: all 450ms ease;
  box-shadow: inset 0 0 0 1px rgba(68, 72, 77, 0.5), 0 1px 1px 1px rgba(68, 72, 77, 0.2);
}

#editBreakModal .icon-menu {
  opacity: 0.5;
}

#editBreakModal .icon-cross {
  cursor: pointer;
}

#editBreakModal .breaksSelectedFiles .icon-minus {
  color: #d0021b;
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 10px;
}

#editBreakModal .icon-play:hover {
  color: rgb(141, 57, 149);
  cursor: pointer;
}

#editBreakModal .icon-cross:hover {
  color: rgb(141, 57, 149);
}

#editBreakModal .icon-cross:hover {
  cursor: pointer;
}

#editBreakModal .icon-pause {
  color: rgb(141, 57, 149);
}

#editBreakModal .icon-pause:hover {
  color: rgb(141, 57, 149);
  cursor: pointer;
}

#editBreakModal .breakFilename {
  display: inline-block;
  line-height: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 84%;
  white-space: nowrap;
}

#editBreakModal .breakUploadContainer {
  border-radius: 3px;
  background-color: rgba(68, 72, 77, 0.1);
  padding: 8px 8px 8px 25px;
}

#editBreakModal .breakUploadContainer label {
  display: inline-block;
  margin-left: 10px;
  padding-top: 8px;
}

#editBreakModal .breakUploadContainer .instructions {
  color: rgba(68, 72, 77, 0.7);
}

#editBreakModal .breakSlotsContainer {
  background-color: rgba(68, 72, 77, 0.1);
}

#editBreakModal .breakSlotsRightSection {
  border-left: 1px solid rgba(68, 72, 77, 0.3);
}

#editBreakModal .breakSlotsLeftSection {
  padding: 25px;
}

#breakSettings {
  padding: 25px;
}

.breakFileSelectionContainer {
  padding: 0 6px 9px 25px;
}

.breakSlotsContainer {
  height: 340px;
  overflow: auto;
}

#breaksScheduleSlots {
  position: relative;
}

#breaksScheduleSlots .row {
  margin-bottom: 0;
}

#breaksScheduleSlots .breakSlotsLeftSection .row {
  margin-bottom: 10px;
}

#breaksScheduleSlots .breakSlotsLeftSection .row input[type=text] {
  margin-top: 4px;
}

.breakSlotsHeader {
  padding: 10px;
}

.breakSlotsHeader h3 {
  font-weight: 300;
  border-bottom: 0;
  color: rgb(141, 57, 149);
  font-size: 18px;
  line-height: 36px;
  margin: 0;
  padding: 0 0 0 5px;
}

.breakSlotsHeader .button {
  float: right;
}

.breakSlotsContainer thead th {
  color: rgb(68, 72, 77);
  padding: 3px 0;
  text-transform: uppercase;
}

.breakSlotsContainer thead th:first-child {
  padding-left: 10px;
  width: 90px;
}

.breakSlotsContainer thead th:first-child label {
  font-size: 11px;
}

.breakSlotsContainer tr td:first-child * {
  font-size: 11px;
  padding-left: 10px;
}

.breakAccordion > li {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#addTimeSlotsDropDown {
  max-width: 290px;
  width: 290px;
}

#addTimeSlotsDropDown img.closeButton {
  cursor: pointer;
  margin-top: 7px;
  width: 17px;
}

#addTimeSlotsDropDown.open {
  left: 208px;
  position: absolute;
  top: 50px;
}

#addTimeSlotsDropDown.f-dropdown::before {
  left: 240px;
}

#addTimeSlotsDropDown.f-dropdown::after {
  left: 239px;
}

#addTimeSlotsDropDown h4 {
  font-weight: 300;
  color: rgb(141, 57, 149);
  font-size: 18px;
  line-height: 31px;
  margin: 0;
  padding: 0;
}

#addTimeSlotsDropDown .addTimeslotsHeader {
  border-bottom: 1px solid rgba(68, 72, 77, 0.4);
  padding: 6px 0 8px 18px;
}

#addTimeSlotsDropDown .addTimeslotsHeader .button {
  line-height: 28px;
  text-align: center;
  width: 100%;
}

#addTimeSlotsDropDown .addTimeSlotsSpecificTime,
#addTimeSlotsDropDown .addTimeSlotsEvery {
  margin-top: 10px;
  padding: 0 15px;
}

#addTimeSlotsDropDown .addTimeSlotsSpecificFromTo {
  margin-top: 10px;
  padding-left: 35px;
}

#addTimeSlotsDropDown .addTimeSlotsSpecificTime input[type=text],
#addTimeSlotsDropDown .addTimeSlotsEvery input[type=text] {
  margin-left: 20px;
  margin-top: 5px;
}

#addTimeSlotsDropDown .addTimeSlotsFooter {
  border-top: 1px solid rgba(68, 72, 77, 0.4);
  margin-top: 15px;
  padding: 10px;
  text-align: center;
}

#breaksSchedule h3 {
  font-size: 22px;
}

#break-tag-filter-pills {
  margin: 0;
  padding: 0;
}

#break-tag-filter-pills li {
  display: block;
  margin-right: 0;
}

#break-tag-filter-pills li a {
  background-color: rgb(68, 72, 77);
  border: none;
  font-size: 11px;
  letter-spacing: normal;
}

#break-tag-filter-pills li a:hover {
  color: #fff;
}

#break-tag-filter-pills li.active a {
  background-color: rgb(141, 57, 149);
  border: none;
  font-size: 11px;
  letter-spacing: normal;
}

.breaksContentContainer .collapse {
  margin: 0;
  padding: 0;
}

#overviewTableHeader h3 {
  font-weight: 700;
  color: rgb(68, 72, 77);
  font-size: 16px;
  text-align: center;
}

#overviewTable table tr td span {
  font-weight: 700;
  font-size: 10px;
}

#overviewTable table tr td {
  font-size: 10px;
  padding: 4px;
}

#overviewTable table tr td.break_slot p {
  font-weight: 700;
  font-size: 10px;
  margin: 0;
}

#overviewTable table tr td.break_slot .slot_color {
  border-radius: 3px;
  box-shadow: inset 0 1px 0 9px rgba(0, 0, 0, 0.1);
  color: #fff;
  padding: 1px;
  text-align: center;
}

#breaksContentContainer {
  margin-top: 15px;
}

#overviewTable table thead {
  border-bottom: 1px solid rgba(68, 72, 77, 0.2);
}

#overviewTable table thead tr th {
  font-weight: 400;
  color: rgb(68, 72, 77);
  font-size: 14px;
  padding: 2px;
  text-align: center;
}

#overviewTable table.overview th,
#overviewTable table.overview td {
  border-left: 1px solid rgba(68, 72, 77, 0.2);
}

#overviewTable table.overview td:first-child {
  border-bottom: 0;
  width: 20px;
}

#breakItemOverviewAccordion {
  padding: 0;
}

#breakItemOverviewAccordion .accordion-heading {
  font-weight: 700;
  background-color: rgba(68, 72, 77, 0.1);
  border-bottom: 1px solid rgba(68, 72, 77, 0.3);
  font-size: 13px;
  padding: 4px 7px;
  text-align: center;
}

#breakItemOverviewAccordion .accordion-group {
  margin-bottom: 20px;
}

#breakItemOverviewAccordion {
  margin-top: 26px;
}

#breakItemOverviewAccordion .accordion-inner li a {
  font-weight: 700;
  border-bottom: none;
  font-size: 11px;
}

#breakItemOverviewAccordion .accordion-inner li {
  cursor: pointer;
  padding: 4px;
  padding-left: 31px;
  position: relative;
}

#breakItemOverviewAccordion .accordion-inner li .editBIacc {
  display: none;
}

#breakItemOverviewAccordion .accordion-inner li:hover .editBIacc {
  display: block;
}

#breakItemOverviewAccordion .accordion-inner li:hover {
  background-color: rgba(68, 72, 77, 0.1);
}

#breakItemOverviewAccordion .accordion-inner li .pull-left {
  border-radius: 3px;
  display: inline-block;
  height: 20px;
  left: 6px;
  position: absolute;
  top: 9px;
  width: 20px;
}

#breakItemOverviewAccordion .accordion-inner li .pull-right {
  position: absolute;
  right: 9px;
  top: 10px;
}

#breakItemOverviewAccordion .accordion-heading a:link {
  border-bottom: none;
}

#breakItemOverviewAccordion .accordion-group {
  border-radius: 3px;
  border: 1px solid rgba(68, 72, 77, 0.3);
}

#breakItemOverviewAccordion #breaksTagFilter .accordion-inner li {
  padding-left: 6px;
}

#accountLicenceForm .streamList {
  font-size: 11px;
  height: 26px;
  padding: 4px 7px;
}

.licenceItem > .row {
  margin-right: 0;
}

#searchBlends, #searchLicences {
  padding-left: 30px !important;
}

#levelLicences .showStreamsBtn {
  margin-left: 5px;
}

#activatedStreamsTable {
  width: 100%;
}

#activatedStreamsTable td {
  max-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#activatedStreamsTable td#name {
  width: 27%;
}

#activatedStreamsTable .expiredLicenceStream {
  color: darkgray;
  font-weight: 900;
}

#activatedStreamsTable .activeLicenceStream {
  color: green;
  font-weight: 900;
}

#activatedStreamsTable .deletedLicenceStream {
  color: red;
  font-weight: 900;
}

#editScheduleItemModal .reveal-modal-body {
  padding: 10px 25px;
}
#editScheduleItemModal .reveal-modal-body .scheduleItemDuration {
  color: rgba(68, 72, 77, 0.7);
  font-size: 22px;
  font-weight: 300;
  line-height: 36px;
  white-space: nowrap;
}
#editScheduleItemModal .reveal-modal-body input[type=text] {
  width: 100%;
}
#editScheduleItemModal .reveal-modal-body label {
  padding-top: 8px;
}

.dashboard-mask {
  clear: both;
  float: left;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.dashboard-wrapper {
  background: transparent;
}

.dashboard-wrapper .dashboard-container {
  background: transparent;
  position: relative;
  width: 100%;
}

.dashboard-wrapper .dashboard-left-wrap {
  padding-bottom: 1em;
}

.dashboard-wrapper .dashboard-left {
  bottom: 0;
  left: 190px;
  overflow: hidden;
  position: fixed;
  right: 20%;
  top: 60px;
  width: calc(80% - 190px);
}

.dashboard-wrapper .dashboard-right {
  border-left: 1px solid rgba(68, 72, 77, 0.3);
  bottom: 0;
  overflow: auto;
  padding-bottom: 60px;
  position: fixed;
  right: 0;
  top: 60px;
  width: 20%;
}

.dashboard-widget {
  margin-top: 20px;
}

.dashboard-widget h3 {
  font-weight: 700;
  color: rgb(68, 72, 77);
  font-size: 15px;
  margin-bottom: 0;
}

.dashboard-right .dashboard-widget h3 :not(:first-child) {
  margin-top: 15px;
}

.station_with_footer .dashboard-wrapper .dashboard-right {
  bottom: 60px;
}

.realtime-number {
  font-weight: 300;
  color: rgb(141, 57, 149);
  text-align: center;
}

.realtime-number.big {
  font-size: 34px;
  line-height: 39px;
}

.realtime-number.small {
  font-size: 25px;
  line-height: 39px;
}

.realtime-label {
  font-weight: 700;
  color: rgba(68, 72, 77, 0.5);
  font-size: 11px;
  letter-spacing: 1px;
  text-align: center;
}

.realtime-numbers-container {
  margin-bottom: 19px !important;
  margin-left: 10px !important;
}

.realtime-numbers-container .realtime-divider {
  border-left: 1px solid rgba(68, 72, 77, 0.3);
  height: 54px;
  margin-right: 0;
}

.chart-container {
  margin-top: 19px;
  overflow: hidden;
}

.chart-container img {
  width: 100%;
}

.dashboard-right .dashboard-widget {
  margin-left: 20px;
  margin-right: 20px;
}

#dashboard-listeners {
  position: relative;
}

#dashboard-listeners .loader {
  top: 15%;
  right: 47%;
}

#dashboard-listeners .average-containers {
  font-size: 11px;
  margin-top: 7px;
}

#dashboard-listeners .average-containers .average-label {
  font-weight: 700;
}

#dashboard-listeners .average-containers .average-value {
  font-weight: 700;
  color: rgb(141, 57, 149);
}

#dashboard-listeners .average-containers .average-value .icon {
  font-size: 10px;
}

#dashboard-listeners .average-containers .legend {
  color: rgba(68, 72, 77, 0.7);
  text-align: right;
}

#dashboard-listeners .legend .dot {
  border-radius: 20px;
  display: inline-block;
  height: 10px;
  width: 10px;
}

.current-series .dot {
  background-color: rgb(141, 57, 149);
}

.previous-series .dot {
  background-color: rgba(68, 72, 77, 0.3);
}

#listeners-period-selection {
  position: absolute;
  right: 0;
  top: 0;
}

#dashboard-upcoming {
  position: relative;
}

#dashboard-upcoming .schedule a,
#dashboard-last-played .schedule a {
  font-weight: 400;
  display: block;
  font-size: 12px;
  max-width: 378px;
  overflow: hidden;
  padding: 10px 0;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#dashboard-last-played .schedule li {
  font-weight: 400;
  display: block;
  font-size: 12px;
  overflow: hidden;
  padding: 7px 0;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#dashboard-upcoming .schedule a .time {
  font-weight: 700;
  margin: 0 3px;
}

#dashboard-upcoming #view-schedule {
  position: absolute;
  right: 0;
  top: 0;
}

#dashboard-last-played .artist {
  color: rgba(68, 72, 77, 0.7);
}

#dashboard-realtime-statistics {
  position: relative;
}

#dashboard-realtime-statistics .loader {
  left: -8%;
  top: 33%;
}

#dashboard-broadcast-link-settings .columns {
  margin: 0;
  padding: 0;
}

#dashboard-broadcast-link-settings label,
#dashboard-stream-urls label {
  opacity: 0.5;
}

#dashboard-broadcast-link-settings a.tab {
  font-size: 1em;
  margin: 0 15px 0 0;
  padding: 0.5rem 0 0.5rem 0;
}

#manage_station_content .dashboard-widget .tabs-content {
  margin-bottom: 0;
}

.dashboard-widget p.mono {
  border-radius: 3px;
  transition: all 0.25s ease-in-out;
  background-color: rgba(68, 72, 77, 0.05);
  border: 0 solid rgba(68, 72, 77, 0.3);
  font-family: "Menlo-Regular", monospace;
  font-size: 13px;
  height: 36px;
  font-family: inherit;
  line-height: 16px;
  margin-bottom: 0;
  margin-right: 10px;
  padding: 10px 5px;
  word-wrap: break-word;
}

.station_with_footer #manage_station_content .dashboard-wrapper {
  height: calc(100vh - 60px - 60px) !important;
}

#manage_station_content .dashboard-wrapper {
  height: calc(100vh - 60px) !important;
}

.leftmenu #manage_station_content.col1.collapsed .dashboard-wrapper .dashboard-left {
  transition: all 300ms ease-in-out;
  left: 50px;
  width: calc(80% - 50px);
}

.card {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.13);
  border-radius: 3px;
  min-height: 75px;
  padding: 10px;
  text-align: center;
}
.card .card-title {
  color: rgba(68, 72, 77, 0.7);
  text-align: left;
  font-size: 13px;
  margin-bottom: 5px;
  text-transform: uppercase;
}

@media (max-width: 1366px) {
  .dashboard-widget {
    margin-top: 15px;
  }
  .dashboard-right {
    padding-left: 0;
    padding-right: 0;
  }
  .dashboard-right .dashboard-widget {
    margin-left: 15px;
    margin-right: 15px;
  }
  .dashboard-right dl dd:first-child {
    margin-right: 1em;
  }
  .dashboard-right dl dd a {
    font-size: 1em !important;
    margin: 0 !important;
    padding: 0.5rem 0 0.5rem 0 !important;
  }
  #dashboard-broadcast-link-settings hr.tabs-divider-inner,
  #dashboard-stream-urls hr.tabs-divider-inner {
    top: 59px;
  }
  #dashboard-listeners ul.average-containers {
    display: -moz-flex;
    display: flex;
    flex-flow: wrap;
  }
  #dashboard-listeners ul.average-containers > li:first-child {
    order: 2;
  }
  #dashboard-listeners ul.average-containers > li:nth-child(2) {
    order: 3;
  }
  #dashboard-listeners ul.average-containers > li:nth-child(3) {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 5px;
    order: 1;
    width: 100%;
  }
  #dashboard-listeners ul.average-containers > li#legend_div > .current-series {
    margin-right: 5px;
  }
  #dashboard-broadcast-link-settings .row {
    margin-bottom: 10px;
  }
}
@media (max-width: 1600px) {
  .dashboard-wrapper .dashboard-left {
    width: calc(75% - 190px) !important;
  }
  .dashboard-wrapper .dashboard-right {
    width: 25% !important;
  }
}
.error-page-container {
  position: absolute;
  text-align: center;
  top: 0;
  bottom: 0;
  width: 100%;
}
.error-page-container header {
  padding: 35px 40px;
  position: absolute;
  z-index: 3;
}
.error-page-container header .header-logo {
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  width: 155px;
  height: 50px;
}

.error-page {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.error-code {
  color: rgba(68, 72, 77, 0.8);
}

.error-title,
.error-message {
  position: relative;
  left: 5px;
}

#home-button {
  margin-top: 2em;
  padding: 2px 7px;
  font-size: 10px;
  height: 22px;
}

.homepage-link {
  display: none;
}

.error {
  color: rgb(243, 0, 30);
}

.warning {
  color: #ffcc00;
}

.warning-darker {
  color: rgb(255, 170, 0);
}

.ui-tooltip.custom-tooltip {
  border-radius: 3px;
  background-color: #fff;
  border: 1px solid rgb(141, 57, 149) !important;
  box-shadow: 0 1px 1px 0 rgba(68, 72, 77, 0.4);
  color: rgba(68, 72, 77, 0.8);
  font-size: 12px;
  padding: 0;
  z-index: 99999;
  position: absolute;
}

.custom-tooltip .ui-tooltip-content {
  position: relative;
  padding: 1em;
}
.custom-tooltip .ui-tooltip-content::after {
  content: "";
  position: absolute;
  border-style: solid;
  display: block;
  width: 0;
  top: -7px;
  border-color: rgb(141, 57, 149) transparent;
  border-width: 0 3px 6px;
}

.custom-tooltip.left .ui-tooltip-content::after {
  left: 7px;
}

.custom-tooltip.right .ui-tooltip-content::after {
  left: 245px;
}

.events-container #getEvents {
  margin-top: 18px;
}
.events-container .chart-wrapper {
  margin-top: 20px;
}
.events-container #eventsTable li {
  font-size: 13px;
  overflow: hidden;
}
.events-container .ui-sub-bar {
  border-bottom: 1px solid rgba(68, 72, 77, 0.3);
  height: 65px;
}
.events-container .ui-sub-bar .ui-sub-bar-left-section {
  max-width: 80%;
}
.events-container .ui-sub-bar .ui-sub-bar-right-section {
  max-width: 20%;
}
.events-container .ui-sub-bar .ui-sub-bar-right-section .station-selector-container {
  position: absolute;
  text-align: left;
  top: 18px;
  right: 0;
  min-width: 250px;
}
.events-container .content p {
  background-color: transparent;
  border-bottom: 0;
  color: rgba(68, 72, 77, 0.4);
  font-size: 20px;
  font-weight: 300;
  line-height: 22px;
}
.events-container .streamname {
  margin: 1em 0 1em 3em !important;
  font-size: 16px !important;
}
.events-container #h-dropdown-container {
  display: grid;
  grid-template-columns: 50%;
  justify-items: stretch;
}
.events-container #h-dropdown-container .widget-header {
  grid-column: 1;
}
.events-container #h-dropdown-container #streams-container {
  grid-column: 2;
  display: flex;
  justify-content: end;
  gap: 15px;
}
.events-container .no-chart-container {
  display: none;
  height: 450px;
  text-align: center;
  vertical-align: middle;
}
.events-container .no-chart-container p {
  line-height: 370px;
}

#last-fetched, #no-loudness {
  margin-top: 7px;
  color: rgba(68, 72, 77, 0.7);
  font-size: 13px;
}

#events-log-container .tabs-divider-inner {
  margin: 0;
  top: 56px;
}

.feed-label {
  font-weight: 700;
  color: rgba(68, 72, 77, 0.5);
  font-size: 10px;
  letter-spacing: 1px;
}

.feed-title {
  font-weight: 300;
  color: rgb(68, 72, 77);
  font-size: 24px;
  line-height: 24px;
  margin: 0;
  padding: 0;
}

.manage-station-feed-header .left-section {
  left: 16px;
  position: absolute;
  text-align: left;
}

.manage-station-feed-header .title {
  border-bottom: 1px solid rgba(68, 72, 77, 0.2);
  color: rgb(68, 72, 77);
  font-size: 24px;
  font-weight: 300;
  line-height: 70px;
  text-align: center;
}

.manage-station-feed-header .right-section {
  font-size: 12px;
  height: 70px;
  line-height: 70px;
  position: absolute;
  right: 20px;
  top: 0;
}

.manage-station-feed-body .row {
  margin-left: 0;
}

#audio-settings-container span,
#video-settings-container span {
  font-size: 13px !important;
}

.station_with_footer #manage_station_content > #manage-fill {
  height: calc(100vh - 120px);
}

#manage-fill {
  height: calc(100vh - 60px);
}
#manage-fill .fill-container-wrapper .tabs-container {
  padding-top: 10px;
}
#manage-fill .fill-container-wrapper .tabs {
  padding-left: 20px;
}
#manage-fill .fill-container-wrapper .tabs-content {
  margin: 0;
}
#manage-fill .toolbar > .row {
  border-bottom: 1px solid rgba(68, 72, 77, 0.3);
  padding: 5px 0;
}
#manage-fill .toolbar > .row:last-child {
  background-color: rgb(246, 246, 246);
}
#manage-fill .toolbar ul.filters-container > li {
  margin-left: 0;
  margin-right: 20px;
  min-height: 36px;
}
#manage-fill .toolbar ul.filters-container > li:last-child {
  margin-right: 0;
}
#manage-fill .toolbar ul.filters-container > li > * {
  display: inline-block;
}
#manage-fill .toolbar ul.filters-container > li span.has-tip {
  position: relative;
  top: 3px;
  left: 7px;
}
#manage-fill .toolbar ul.filters-container label {
  position: relative;
}
#manage-fill .toolbar ul.filters-container .search-container, #manage-fill .toolbar ul.filters-container .datepicker-container {
  width: 305px;
}
@media (max-width: 1100px) {
  #manage-fill .toolbar ul.filters-container .search-container, #manage-fill .toolbar ul.filters-container .datepicker-container {
    width: 250px;
  }
}
#manage-fill .toolbar ul.filters-container .search-container input[type=number]::-webkit-inner-spin-button, #manage-fill .toolbar ul.filters-container .datepicker-container input[type=number]::-webkit-inner-spin-button,
#manage-fill .toolbar ul.filters-container .search-container input[type=number]::-webkit-outer-spin-button,
#manage-fill .toolbar ul.filters-container .datepicker-container input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
#manage-fill .toolbar ul.filters-container .datepicker-container {
  width: 150px;
}
#manage-fill .table-wrapper {
  margin-top: 0;
  padding: 10px;
}
#manage-fill .table-wrapper .dataTables_processing,
#manage-fill .table-wrapper .table-loader {
  background: rgba(255, 255, 255, 0.5);
  height: 100%;
  z-index: 9;
  top: 25px;
}
#manage-fill .table-wrapper .dataTables_processing .loader,
#manage-fill .table-wrapper .table-loader .loader {
  left: 50%;
  top: 50%;
  margin: 0;
}
#manage-fill .table-wrapper table:not(.allow-overflow) {
  overflow: hidden;
}
#manage-fill .table-wrapper .dataTables_paginate {
  padding-top: 7px;
}
#manage-fill .table-wrapper .dataTables_scroll .dataTables_scrollBody.allow-overflow {
  overflow: inherit !important;
}
#manage-fill .table-wrapper .dataTables_scroll .dataTables_scrollBody:not(.allow-overflow) {
  overflow-x: hidden !important;
}
#manage-fill .table-wrapper .input-pagination {
  float: right;
  padding-top: 0.25em;
}
#manage-fill .table-wrapper .input-pagination label {
  display: inline;
  margin-right: 10px;
  font-weight: normal;
  font-size: 13px;
  opacity: 0.9;
}
#manage-fill .table-wrapper .input-pagination input {
  width: 45px;
  height: 30px;
  text-align: center;
  padding: 0 5px;
}
#manage-fill #assets-table-container {
  position: relative;
}
#manage-fill #assets-table-container #assets-table_wrapper.full-width .dataTables_scrollHeadInner {
  width: 100% !important;
}
#manage-fill #assets-table-container #assets-table_wrapper table td:not(.dataTables_empty) {
  height: 35px;
  min-height: 35px;
}
#manage-fill #assets-table-container #assets-table_wrapper table td .preview-button {
  display: inline-block;
  width: 13px;
  height: 13px;
}
#manage-fill #assets-table-container #assets-table_wrapper table td .preview-button.loading {
  background: url(/static/images/loading_white.gif) no-repeat;
  background-size: contain;
}
#manage-fill #assets-table-container #assets-table_wrapper table td.asset-status .has-tip {
  font-weight: normal;
}
#manage-fill #assets-table-container #assets-table_wrapper table td.third-party-column:not(:empty) {
  font-size: 11px;
  min-width: 115px;
}
#manage-fill #assets-table-container #assets-table_wrapper table td.asset-actions {
  position: relative;
}
#manage-fill #assets-table-container #assets-table_wrapper table td.asset-actions > a {
  display: inline-block;
  width: 35px;
  height: 100%;
}
#manage-fill #assets-table-container #assets-table_wrapper table td.asset-actions > a > span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#manage-fill #assets-table-container #assets-table_wrapper table td ul.actions-dropdown {
  width: 100px;
}
#manage-fill #assets-table-container #assets-table_wrapper table td ul.actions-dropdown.arrow-bottom:before {
  top: 113px;
}
#manage-fill #assets-table-container #assets-table_wrapper table td ul.actions-dropdown.arrow-bottom:after {
  top: 112px;
}
#manage-fill #assets-table-container #assets-table_wrapper table td ul.actions-dropdown > li:nth-child(2) {
  border-bottom: 1px solid rgba(68, 72, 77, 0.3);
}
#manage-fill #assets-table-container #assets-table_wrapper table td ul.actions-dropdown > li > a {
  font-weight: normal;
}
#manage-fill #assets-table-container.minified .dataTables_scrollBody td {
  font-size: 11px;
}
#manage-fill #assets-table-container.minified .dataTables_scrollBody td > .avatar.avatar-small {
  width: 25px;
  height: 25px;
  margin: 0;
}
#manage-fill #assets-table-container.minified .dataTables_scrollBody td > .label {
  font-size: 7px;
}
#manage-fill #assets-table-container.minified .dataTables_scrollBody td > .label:not(:last-child) {
  margin-bottom: 2px;
}
#manage-fill #assets-table-container .selected-rows-options {
  display: none;
  position: absolute;
  bottom: 5px;
  left: 10px;
}
#manage-fill #assets-table-container .selected-rows-options > * {
  display: inline-block;
}
#manage-fill #assets-table-container .selected-rows-options .selected-rows-count {
  color: rgb(68, 72, 77);
  border-right: 1px solid rgba(68, 72, 77, 0.5);
  font-size: 13px;
  padding: 0 5px;
}
#manage-fill #assets-table-container .selected-rows-options #deselect-all {
  color: rgb(141, 57, 149);
  font-size: 12px;
  padding-left: 1px;
}
#manage-fill #assets-table-container .selected-rows-options #deselect-all:hover {
  text-decoration: underline;
}
#manage-fill #assets-table-container.table-without-pagination .selected-rows-options {
  bottom: -30px;
}
#manage-fill #assets-table-container .hr-scrollable-table-arrows {
  display: none;
}
#manage-fill #assets-table-container .hr-scrollable-table-arrows .scroll-left,
#manage-fill #assets-table-container .hr-scrollable-table-arrows .scroll-right {
  background: #fff;
  border: 1px solid #dfe1e5;
  border-radius: 50%;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.04), 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  color: rgb(141, 57, 149);
  cursor: pointer;
  font-size: 28px;
  opacity: 0.7;
  height: 40px;
  width: 40px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
#manage-fill #assets-table-container .hr-scrollable-table-arrows .scroll-left > span,
#manage-fill #assets-table-container .hr-scrollable-table-arrows .scroll-right > span {
  position: relative;
  top: 2px;
  left: 5px;
}
#manage-fill #assets-table-container .hr-scrollable-table-arrows .scroll-left:hover,
#manage-fill #assets-table-container .hr-scrollable-table-arrows .scroll-right:hover {
  opacity: 1;
}
#manage-fill #assets-table-container .hr-scrollable-table-arrows .scroll-left {
  left: 0;
}
#manage-fill #assets-table-container .hr-scrollable-table-arrows .scroll-right {
  right: 0;
}
#manage-fill .fill-content-wrapper #filters-sidebar-container .filters-sidebar {
  transition: all 0.3s;
  background-color: rgb(239, 239, 239);
  border-right: 1px solid rgba(68, 72, 77, 0.3);
  bottom: 0;
  position: absolute;
  top: 59px;
  min-width: 200px;
  max-width: 200px;
  z-index: 10;
}
#manage-fill .fill-content-wrapper #filters-sidebar-container .filters-sidebar.closed {
  margin-left: -200px;
}
#manage-fill .fill-content-wrapper #filters-sidebar-container .filters-sidebar .sidebar-header {
  margin-bottom: 0;
  margin-top: 1px;
  padding: 10px;
}
#manage-fill .fill-content-wrapper #filters-sidebar-container .filters-sidebar .sidebar-header #close-filters-sidebar {
  float: right;
  cursor: pointer;
}
#manage-fill .fill-content-wrapper #filters-sidebar-container .filters-sidebar .accordion-navigation > a {
  transition: all 0.4s ease;
  background: rgb(239, 239, 239);
  color: #222;
  font-size: 14px;
  padding: 10px;
}
#manage-fill .fill-content-wrapper #filters-sidebar-container .filters-sidebar .accordion-navigation > a > span {
  float: right;
  font-size: 8px;
  position: relative;
  top: 7px;
}
#manage-fill .fill-content-wrapper #filters-sidebar-container .filters-sidebar .accordion-navigation > a > span.expand {
  display: inline-block;
}
#manage-fill .fill-content-wrapper #filters-sidebar-container .filters-sidebar .accordion-navigation > a > span.collapse {
  display: none;
}
#manage-fill .fill-content-wrapper #filters-sidebar-container .filters-sidebar .accordion-navigation > a > span.loading {
  display: none;
  background: url(/static/images/loading_white.gif) no-repeat;
  background-color: rgb(239, 239, 239);
  background-size: contain;
  width: 13px;
  height: 13px;
  position: relative;
  top: 4px;
  left: 10px;
}
#manage-fill .fill-content-wrapper #filters-sidebar-container .filters-sidebar .accordion-navigation > a:hover {
  background: rgb(227, 227, 227);
}
#manage-fill .fill-content-wrapper #filters-sidebar-container .filters-sidebar .accordion-navigation > a:hover > span.loading {
  background-color: rgb(227, 227, 227);
}
#manage-fill .fill-content-wrapper #filters-sidebar-container .filters-sidebar .accordion-navigation > a.loading-options > span.loading {
  display: inline-block;
}
#manage-fill .fill-content-wrapper #filters-sidebar-container .filters-sidebar .accordion-navigation > a.loading-options ~ .content.active .search-filter-options {
  display: none;
}
#manage-fill .fill-content-wrapper #filters-sidebar-container .filters-sidebar .accordion-navigation > .content {
  transition: all 0.4s ease;
  display: block;
  height: 0;
  padding: 0 10px;
  position: relative;
}
#manage-fill .fill-content-wrapper #filters-sidebar-container .filters-sidebar .accordion-navigation > .content > ul.filter-options {
  display: none;
  font-size: 12px;
  margin-left: 0;
  overflow: auto;
  max-height: 250px;
}
#manage-fill .fill-content-wrapper #filters-sidebar-container .filters-sidebar .accordion-navigation > .content > ul.filter-options:not(:empty) {
  padding: 5px 0;
}
#manage-fill .fill-content-wrapper #filters-sidebar-container .filters-sidebar .accordion-navigation > .content > ul.filter-options > li {
  cursor: pointer;
}
#manage-fill .fill-content-wrapper #filters-sidebar-container .filters-sidebar .accordion-navigation > .content > ul.filter-options > li > a {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 145px;
  display: table-cell;
  vertical-align: middle;
  line-height: 24px;
}
#manage-fill .fill-content-wrapper #filters-sidebar-container .filters-sidebar .accordion-navigation > .content > ul.filter-options > li:hover > a,
#manage-fill .fill-content-wrapper #filters-sidebar-container .filters-sidebar .accordion-navigation > .content > ul.filter-options > li:hover > a ~ .filter-count {
  color: rgb(141, 57, 149);
}
#manage-fill .fill-content-wrapper #filters-sidebar-container .filters-sidebar .accordion-navigation > .content > ul.filter-options > li .filter-count {
  display: table-cell;
  line-height: 24px;
  overflow: hidden;
}
#manage-fill .fill-content-wrapper #filters-sidebar-container .filters-sidebar .accordion-navigation > .content > ul.filter-options > li .filter-count:before {
  content: ":";
  padding-right: 3px;
}
#manage-fill .fill-content-wrapper #filters-sidebar-container .filters-sidebar .accordion-navigation > .content > ul.filter-options > li.active > a,
#manage-fill .fill-content-wrapper #filters-sidebar-container .filters-sidebar .accordion-navigation > .content > ul.filter-options > li.active > .filter-count {
  color: rgb(141, 57, 149);
}
#manage-fill .fill-content-wrapper #filters-sidebar-container .filters-sidebar .accordion-navigation > .content > .search-filter-options {
  display: none;
}
#manage-fill .fill-content-wrapper #filters-sidebar-container .filters-sidebar .accordion-navigation > .content > .search-filter-options > .select2-container {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 5px;
}
#manage-fill .fill-content-wrapper #filters-sidebar-container .filters-sidebar .accordion-navigation > .content > .search-filter-options > .select2-container .select2-choice {
  height: 30px;
}
#manage-fill .fill-content-wrapper #filters-sidebar-container .filters-sidebar .accordion-navigation > .content > .search-filter-options > .select2-container .select2-choice > .select2-chosen {
  line-height: 29px;
  font-size: 12px;
}
#manage-fill .fill-content-wrapper #filters-sidebar-container .filters-sidebar .accordion-navigation > .content > .search-filter-options > .select2-container .select2-choice > .select2-search-choice-close {
  top: 8px;
}
#manage-fill .fill-content-wrapper #filters-sidebar-container .filters-sidebar .accordion-navigation > .content > .search-filter-options > .select2-container .select2-choice .select2-arrow b {
  background-position: 0 5px;
}
#manage-fill .fill-content-wrapper #filters-sidebar-container .filters-sidebar .accordion-navigation > .content.active {
  background: #fff;
  height: auto;
  padding: 0 10px;
}
#manage-fill .fill-content-wrapper #filters-sidebar-container .filters-sidebar .accordion-navigation > .content.active > ul.filter-options,
#manage-fill .fill-content-wrapper #filters-sidebar-container .filters-sidebar .accordion-navigation > .content.active > .search-filter-options {
  display: block;
}
#manage-fill .fill-content-wrapper #filters-sidebar-container .filters-sidebar .accordion-navigation.active > a > .expand {
  display: none;
}
#manage-fill .fill-content-wrapper #filters-sidebar-container .filters-sidebar .accordion-navigation.active > a > .collapse {
  display: inline-block;
}
#manage-fill .fill-content-wrapper #fill-content-container {
  min-width: 800px;
}
#manage-fill .fill-content-wrapper #fill-content-container .fill-content > * {
  margin-left: 200px;
  margin-right: 500px;
  transition: all 0.3s;
}
#manage-fill .fill-content-wrapper #fill-content-container .fill-content.expanded-left > * {
  margin-left: 0;
}
#manage-fill .fill-content-wrapper #fill-content-container .fill-content.expanded-right > * {
  margin-right: 0;
}
#manage-fill .fill-content-wrapper #fill-content-container .fill-content .toolbar button#toggle-filters-sidebar {
  font-size: 16px;
  padding: 10px 12px;
}
#manage-fill .fill-content-wrapper #fill-content-container .fill-content .toolbar ul.filters-container > li.search-by-keyword {
  width: 320px;
}
@media (max-width: 1100px) {
  #manage-fill .fill-content-wrapper #fill-content-container .fill-content .toolbar ul.filters-container > li.search-by-keyword {
    width: 280px;
  }
}
#manage-fill .fill-content-wrapper #fill-content-container .fill-content .toolbar ul.filters-container > li.search-by-keyword > label {
  margin-right: 15px;
}
#manage-fill .fill-content-wrapper #fill-content-container .fill-content .toolbar ul.filters-container > li.search-by-keyword > ul > li > label {
  top: 5px;
  margin-right: 0;
}
#manage-fill .fill-content-wrapper #fill-content-container .fill-content .toolbar ul.filters-container label {
  top: 9px;
  margin-right: 15px;
}
#manage-fill .fill-content-wrapper #fill-content-container .fill-content .toolbar #toggle-stations-sidebar {
  float: right;
}
#manage-fill .fill-content-wrapper #fill-content-container .fill-content .toolbar #page-size .select2-container {
  width: 70px;
}
#manage-fill .fill-content-wrapper #fill-content-container .fill-content .toolbar #customize-columns-button {
  border-color: #cccccc;
  font-size: 16px;
  padding: 10px;
}
#manage-fill .fill-content-wrapper #fill-content-container .fill-content .toolbar #customize-columns-drop {
  padding: 15px;
}
#manage-fill .fill-content-wrapper #fill-content-container .fill-content .toolbar #customize-columns-drop .header {
  border-bottom: 1px solid #cccccc;
  font-size: 13px;
  margin-bottom: 10px;
  padding-bottom: 5px;
}
#manage-fill .fill-content-wrapper #fill-content-container .fill-content .toolbar #customize-columns-drop label {
  font-size: 12px;
  font-weight: normal;
  margin-bottom: 5px;
}
#manage-fill .fill-content-wrapper #fill-content-container .fill-content .toolbar #customize-columns-drop input[type=checkbox] + label span {
  height: 14px;
  width: 14px;
}
#manage-fill .fill-content-wrapper #fill-content-container .fill-content .toolbar #customize-columns-drop input[type=checkbox]:checked + label span {
  box-shadow: inset 0 0 0 3px #fff;
}
#manage-fill .fill-content-wrapper #fill-content-container .fill-content .toolbar .bulk-actions {
  padding: 2px;
  position: relative;
  top: 8px;
}
#manage-fill .fill-content-wrapper #fill-content-container .fill-content .toolbar .bulk-actions a {
  color: rgb(141, 57, 149);
  font-size: 13px;
}
#manage-fill .fill-content-wrapper #fill-content-container .fill-content .toolbar .bulk-actions a:hover {
  text-decoration: underline;
}
#manage-fill .fill-content-wrapper #stations-sidebar-container .stations-sidebar {
  transition: all 0.3s;
  background: #fff;
  border-left: 1px solid rgba(68, 72, 77, 0.3);
  bottom: 0;
  position: absolute;
  right: 0;
  top: 59px;
  width: 500px;
  max-width: 500px;
  z-index: 10;
}
#manage-fill .fill-content-wrapper #stations-sidebar-container .stations-sidebar.closed {
  margin-right: -500px;
}
#manage-fill .fill-content-wrapper #stations-sidebar-container .stations-sidebar .sidebar-header {
  background-color: rgb(246, 246, 246);
  border-bottom: 1px solid rgba(68, 72, 77, 0.3);
  padding: 10px;
  margin-top: 1px;
}
#manage-fill .fill-content-wrapper #stations-sidebar-container .stations-sidebar .sidebar-header #close-stations-sidebar {
  float: right;
  cursor: pointer;
}
#manage-fill .fill-content-wrapper #stations-sidebar-container .stations-sidebar .stations-table-wrapper .station-actions-dropdown {
  max-width: 110px;
}
#manage-fill .fill-content-wrapper #stations-sidebar-container .stations-sidebar .stations-table-wrapper .station-actions-dropdown.arrow-bottom:before {
  top: 55px;
}
#manage-fill .fill-content-wrapper #stations-sidebar-container .stations-sidebar .stations-table-wrapper .station-actions-dropdown.arrow-bottom:after {
  top: 54px;
}
#manage-fill .fill-content-wrapper #stations-sidebar-container .stations-sidebar .filters-container {
  margin-bottom: 10px;
}
#manage-fill .fill-content-wrapper #stations-sidebar-container .stations-sidebar .filters-container input,
#manage-fill .fill-content-wrapper #stations-sidebar-container .stations-sidebar .filters-container button#search-stations-button {
  width: 100%;
}
#manage-fill .fill-content-wrapper #stations-sidebar-container .stations-sidebar .filters-container input > .icon-search,
#manage-fill .fill-content-wrapper #stations-sidebar-container .stations-sidebar .filters-container button#search-stations-button > .icon-search {
  margin-right: 2px;
}
#manage-fill .fill-content-wrapper .filters-tags-container {
  height: auto;
  min-height: 40px;
  padding-top: 10px;
  background: transparent;
  z-index: 1;
}
#manage-fill .fill-content-wrapper .filters-tags-container .filters-tags-list > li {
  margin-left: 0;
  margin-right: 15px;
}
#manage-fill .fill-content-wrapper .filters-tags-container .filters-tags-list > li .label {
  border: 1px solid transparent;
  font-size: 12px;
  line-height: 15px;
  margin-bottom: 5px;
}
#manage-fill .fill-content-wrapper .filters-tags-container .filters-tags-list > li .label .remove-filter {
  cursor: pointer;
  margin-left: 2px;
  position: relative;
  top: 1px;
}
#manage-fill #music-point-library-container > * {
  min-width: 810px;
}
#manage-fill #music-point-library-container #music-point-library-header {
  height: 50px;
}
#manage-fill #music-point-library-container #music-point-library-header .title {
  line-height: 45px;
  position: fixed;
  left: 51%;
  transform: translateX(-50%);
}
#manage-fill #music-point-library-container .toolbar ul.filters-container > li {
  min-width: 200px;
}
#manage-fill #music-point-library-container .toolbar ul.filters-container > li#search-by-container {
  margin-right: 25px;
}
#manage-fill #music-point-library-container .toolbar ul.filters-container > li#search-by-container .select2-container {
  display: inline-block;
  width: 120px;
}
#manage-fill #music-point-library-container .toolbar ul.filters-container > li.search-input-container {
  margin-right: 45px;
}
#manage-fill #music-point-library-container .toolbar ul.filters-container > li#search-by-keyword-sort-options {
  width: 425px;
}
#manage-fill #music-point-library-container .toolbar ul.filters-container > li#search-by-keyword-sort-options > label {
  margin-right: 15px;
}
#manage-fill #music-point-library-container .toolbar ul.filters-container > li#search-by-keyword-sort-options > ul > li > label {
  top: 5px;
  margin-right: 0;
}
#manage-fill #music-point-library-container .toolbar ul.filters-container label {
  top: 9px;
  margin-right: 15px;
}
#manage-fill #music-point-library-container .table-wrapper .dataTables_scroll .dataTables_scrollHead table thead th:nth-child(3), #manage-fill #music-point-library-container .table-wrapper .dataTables_scroll .dataTables_scrollHead table thead th:nth-child(4) {
  padding: 10px;
}
#manage-fill #music-point-library-container .table-wrapper table td.mp-actions a {
  display: inline-block;
  height: 100%;
  position: relative;
  top: 3px;
  width: 100%;
}
#manage-fill #music-point-library-container .table-wrapper table td.mp-actions a span {
  font-size: 16px;
}
#manage-fill #music-point-library-container .table-wrapper table .preview-button {
  display: inline-block;
  width: 13px;
  height: 13px;
}
#manage-fill #music-point-library-container .table-wrapper table .preview-button.loading {
  background: url(/static/images/loading_white.gif) no-repeat;
  background-size: contain;
}
#manage-fill .fill-rules-wrapper {
  padding: 20px;
}
#manage-fill .fill-rules-wrapper table thead tr {
  background-color: rgb(245, 245, 245);
  border: 1px solid rgb(221, 221, 221);
}
#manage-fill .fill-rules-wrapper table thead tr th {
  font-size: 12px;
  padding: 10px;
}
#manage-fill .fill-rules-wrapper table#selection-order-table tbody tr td:first-child, #manage-fill .fill-rules-wrapper table#placement-order-table tbody tr td:first-child {
  width: 10%;
}
#manage-fill .fill-reports-wrapper {
  min-width: 800px;
}
#manage-fill .fill-reports-wrapper .toolbar ul.filters-container > li {
  min-width: 195px;
}
@media (max-width: 1110px) {
  #manage-fill .fill-reports-wrapper .toolbar ul.filters-container > li {
    min-width: 150px;
    margin-right: 20px;
  }
}
#manage-fill .fill-reports-wrapper .toolbar ul.filters-container > li#select-period-container {
  margin-right: 25px;
}
#manage-fill .fill-reports-wrapper .toolbar ul.filters-container > li#select-period-container .select2-container {
  display: inline-block;
  width: 140px;
}
#manage-fill .fill-reports-wrapper .toolbar ul.filters-container > li.customPeriodDate {
  display: none;
}
#manage-fill .fill-reports-wrapper .toolbar > .row:first-child ul li label {
  top: 9px;
  margin-right: 15px;
}
#manage-fill .fill-reports-wrapper .toolbar > .row:nth-child(2) ul li {
  margin-right: 25px;
}
#manage-fill .fill-reports-wrapper .toolbar > .row:nth-child(2) ul li > * {
  display: block;
}
#manage-fill .fill-reports-wrapper .toolbar > .row:nth-child(2) ul li .search-container, #manage-fill .fill-reports-wrapper .toolbar > .row:nth-child(2) ul li .datepicker-container {
  width: 100%;
}
#manage-fill .fill-reports-wrapper #empty-reports-container {
  color: rgba(68, 72, 77, 0.4);
  font-size: 18px;
  text-align: center;
  margin-top: 50px;
}
#manage-fill .fill-reports-wrapper #reports-table-container {
  position: relative;
}
#manage-fill .fill-reports-wrapper #reports-table-container .table-loader {
  min-height: 300px;
  position: absolute;
  width: 100%;
}
#manage-fill .fill-reports-wrapper #reports-table-container .dataTables_scrollBody thead tr#searchRow {
  display: none;
}
#manage-fill .fill-reports-wrapper #reports-table-container .dataTables_scrollHead thead tr#searchRow .search-container input, #manage-fill .fill-reports-wrapper #reports-table-container .dataTables_scrollHead thead tr#searchRow .datepicker-container input {
  background-size: 16px;
  background-position-x: 7px;
  color: rgb(68, 72, 77);
  font-weight: normal;
  width: 100%;
}
#manage-fill .fill-reports-wrapper #reports-table-container .dataTables_scrollHead thead tr#searchRow .search-container .button.clear-search, #manage-fill .fill-reports-wrapper #reports-table-container .dataTables_scrollHead thead tr#searchRow .datepicker-container .button.clear-search, #manage-fill .fill-reports-wrapper #reports-table-container .dataTables_scrollHead thead tr#searchRow .search-container .button.clear-datepicker, #manage-fill .fill-reports-wrapper #reports-table-container .dataTables_scrollHead thead tr#searchRow .datepicker-container .button.clear-datepicker {
  background: none;
  border: none;
  color: rgb(68, 72, 77);
  font-size: 14px;
  right: 0;
  top: 1px;
  padding-right: 8px;
}
#manage-fill .fill-reports-wrapper #reports-table-container .export-button {
  padding-top: 10px;
}
#manage-fill input[type=number]::-webkit-inner-spin-button,
#manage-fill input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
#manage-fill input[type=number] {
  -moz-appearance: textfield;
}

.fill-modal .reveal-modal-header, .fill-modal .manage-filtering-header, .fill-modal .manage-recording-header, .fill-modal #manage-episode .manage-episode-header, #manage-episode .fill-modal .manage-episode-header, .fill-modal .manage-podcast-header,
.fill-modal .manage-episode-header, .fill-modal .manage-rotation-header, .fill-modal .ui-sub-bar.large, .fill-modal .manage-station-feed-header, .fill-modal #manage-fill #music-point-library-container #music-point-library-header, #manage-fill #music-point-library-container .fill-modal #music-point-library-header {
  border-bottom: 1px solid rgba(68, 72, 77, 0.2);
}
.fill-modal .reveal-modal-title {
  border-bottom: none;
  font-size: 20px;
  line-height: 74px;
}
.fill-modal .reveal-modal-header-right-section .close-reveal-modal {
  margin-top: 18px;
}
.fill-modal .reveal-modal-body p {
  margin-bottom: 0;
}
.fill-modal textarea {
  min-height: 180px;
  overflow-x: hidden;
  resize: vertical;
}
.fill-modal #plupload-zone {
  height: 300px;
}
.fill-modal input[type=number]::-webkit-inner-spin-button,
.fill-modal input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.fill-modal input[type=number] {
  -moz-appearance: textfield;
}
.fill-modal input[readonly],
.fill-modal textarea[readonly],
.fill-modal .select2-container.select2-container-disabled > a.select2-choice,
.fill-modal .select2-container-multi.select2-container-disabled .select2-choices {
  background-color: rgba(68, 72, 77, 0.05);
  border-color: rgba(68, 72, 77, 0.1) !important;
  opacity: 1;
}
.fill-modal input[readonly]:focus,
.fill-modal textarea[readonly]:focus,
.fill-modal .select2-container.select2-container-disabled > a.select2-choice:focus,
.fill-modal .select2-container-multi.select2-container-disabled .select2-choices:focus {
  border-color: transparent !important;
}
.fill-modal .select2-container.select2-container-disabled > a.select2-choice .select2-arrow {
  display: none;
}
.fill-modal .markets-selector > .select2-choices {
  max-height: 200px;
  overflow-y: auto;
}
.fill-modal .select2-container-multi .select2-choices {
  height: 92px !important;
  overflow: auto;
  overflow-x: hidden;
}
.fill-modal .form-container .column > span.has-tip, .fill-modal .manage-filtering-footer .column > span.has-tip, .fill-modal .manage-filtering-body .column > span.has-tip, .fill-modal .manage-rotation-body .column > span.has-tip, .fill-modal .manage-station-feed-body .column > span.has-tip, .fill-modal .manage-station-feed-footer .column > span.has-tip,
.fill-modal .form-container .columns > span.has-tip,
.fill-modal .manage-filtering-footer .columns > span.has-tip,
.fill-modal .manage-filtering-body .columns > span.has-tip,
.fill-modal .manage-rotation-body .columns > span.has-tip,
.fill-modal .manage-station-feed-body .columns > span.has-tip,
.fill-modal .manage-station-feed-footer .columns > span.has-tip {
  position: absolute;
  right: -5px;
  top: 20px;
}
.fill-modal.edit-asset-form {
  max-height: 95vh;
  top: 5% !important;
  overflow: hidden;
}
.fill-modal.edit-asset-form .reveal-modal-body {
  overflow-y: auto;
}
@media screen and (max-height: 800px) {
  .fill-modal.edit-asset-form .reveal-modal-body {
    max-height: 70vh;
  }
}
@media screen and (max-height: 900px) {
  .fill-modal.edit-asset-form.upload-modal .reveal-modal-body {
    max-height: 75vh;
  }
}

@media (max-width: 1680px) {
  #manage-fill .fill-content-wrapper #fill-content-container .fill-content > * {
    margin-right: 0;
  }
}
@media (max-width: 1366px) {
  #manage-fill .fill-content-wrapper #fill-content-container .fill-content > * {
    margin-left: 0;
  }
}
.liveShows .table-wrapper {
  margin-top: 0;
}
.liveShows .table-wrapper table.dataTable thead th,
.liveShows .table-wrapper table.dataTable thead td {
  padding: 6px 10px;
}
.liveShows .table-wrapper table.dataTable tbody th,
.liveShows .table-wrapper table.dataTable tbody td {
  padding: 4px 10px;
}
.liveShows .avatar.avatar-small {
  display: inline-block;
  width: 30px;
  height: 30px;
}
.liveShows .live-show-action {
  margin-bottom: 0.5em !important;
}

.logs-container #get-logs {
  margin-top: 19px;
}
.logs-container #logs-table li {
  font-size: 13px;
  overflow: hidden;
}
.logs-container .ui-sub-bar {
  border-bottom: 1px solid rgba(68, 72, 77, 0.3);
}
.logs-container .get-logs-tip {
  background-color: transparent;
  border-bottom: 0;
  color: rgba(68, 72, 77, 0.4);
  font-size: 20px;
  font-weight: 300;
  line-height: 22px;
}

#fill-events-tab-container #fill-events-table_wrapper thead th:nth-child(3) {
  min-width: 90px !important;
}
#fill-events-tab-container #fill-events-table_wrapper #fill-events-table tbody tr {
  height: 50px;
}
#fill-events-tab-container #fill-events-table_wrapper #fill-events-table tbody tr td:nth-child(3) {
  min-width: 90px !important;
}
#fill-events-tab-container #fill-events-table_wrapper #fill-events-table tbody tr td.hour-box.no-fill {
  background-color: #ffffff;
  border-left: 1px solid #ddd;
}
#fill-events-tab-container #fill-events-table_wrapper #fill-events-table tbody tr td.hour-box:not(.no-fill) {
  border: 1px solid #ffffff;
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
}
#fill-events-tab-container #fill-events-table_wrapper #fill-events-table tbody tr td.hour-box:not(.no-fill).green {
  background-color: #09c777;
}
#fill-events-tab-container #fill-events-table_wrapper #fill-events-table tbody tr td.hour-box:not(.no-fill).red {
  background-color: #e22c3a;
}
#fill-events-tab-container #fill-events-table_wrapper #fill-events-table tbody tr td.hour-box:not(.no-fill).orange {
  background-color: #f7ce03;
}
#fill-events-tab-container #fill-events-table_wrapper #fill-events-table tbody tr td.hour-box > .hour-box-content {
  position: relative;
  height: 18px;
}
#fill-events-tab-container #fill-events-table_wrapper #fill-events-table tbody tr td.hour-box > .hour-box-content .icon {
  position: absolute;
  top: -12px;
  right: -7px;
  font-size: 12px;
}
#fill-events-tab-container #fill-events-table_wrapper #fill-events-table tbody tr.open > td.hour-box:not(.selected-hour) {
  opacity: 20%;
}
#fill-events-tab-container #fill-events-table_wrapper #fill-events-table .station-playlist-stream-fill-container hr.tabs-divider {
  position: absolute;
  width: 97%;
  top: 70px;
}
#fill-events-tab-container #fill-events-table_wrapper #fill-events-table .station-playlist-stream-fill-container table tr {
  height: 36px;
}
#fill-events-tab-container #fill-events-table_wrapper #fill-events-table .station-playlist-stream-fill-container table tr td:first-child {
  position: relative;
}
#fill-events-tab-container #fill-events-table_wrapper #fill-events-table .station-playlist-stream-fill-container table tr td:first-child > .asset-type-color {
  width: 8px;
  height: 36px;
  color: transparent;
  position: absolute;
  left: 0;
  top: 0;
}
#fill-events-tab-container #fill-events-table_wrapper #fill-events-table .station-playlist-stream-fill-container #break-fill-tab-container table td .audio-button {
  display: inline-block;
  width: 13px;
  height: 13px;
}
#fill-events-tab-container #fill-events-table_wrapper #fill-events-table .station-playlist-stream-fill-container #break-fill-tab-container table td .audio-button.loading {
  background: url(/static/images/loading_white.gif) no-repeat;
  background-size: contain;
}
#fill-events-tab-container #sort-stations-button {
  border-color: #cccccc;
  font-size: 15px;
  padding: 10px;
}
#fill-events-tab-container #sort-stations-drop li.selected {
  background: rgb(123.5461165049, 49.9441747573, 130.5558252427);
}
#fill-events-tab-container #sort-stations-drop li.selected a {
  color: #ffffff;
}

#manage-group-container:not(:empty) {
  position: relative;
  top: 15px;
  height: calc(100vh - 101px);
}
#manage-group-container:not(:empty) .tabs-content {
  margin-top: 0;
}
#manage-group-container:not(:empty) #group-stations-container.main-content:not(.expanded-right) > * {
  margin-right: 600px;
}
#manage-group-container:not(:empty) .left-sidebar {
  top: 77px;
}
#manage-group-container:not(:empty) .right-sidebar {
  top: 77px;
  width: 600px;
  max-width: 600px;
}
#manage-group-container:not(:empty) .right-sidebar.closed {
  margin-right: -600px;
}
#manage-group-container:not(:empty) .right-sidebar .filters-tags-container {
  height: auto;
  min-height: 40px;
  padding-top: 10px;
  background: transparent;
  z-index: 1;
}
#manage-group-container:not(:empty) .right-sidebar .filters-tags-container .filters-tags-list > li {
  margin-left: 0;
  margin-right: 15px;
}
#manage-group-container:not(:empty) .right-sidebar .filters-tags-container .filters-tags-list > li .label {
  border: 1px solid transparent;
  font-size: 12px;
  line-height: 15px;
  margin-bottom: 5px;
}
#manage-group-container:not(:empty) .right-sidebar .filters-tags-container .filters-tags-list > li .label .remove-filter {
  cursor: pointer;
  margin-left: 2px;
  position: relative;
  top: 1px;
}
#manage-group-container:not(:empty) .right-sidebar .table-container .dataTables_processing,
#manage-group-container:not(:empty) .right-sidebar .table-container .table-loader {
  background: rgba(255, 255, 255, 0.5);
  height: 100%;
  z-index: 9;
  top: 25px;
}
#manage-group-container:not(:empty) .right-sidebar .table-container .dataTables_processing .loader,
#manage-group-container:not(:empty) .right-sidebar .table-container .table-loader .loader {
  left: 50%;
  top: 50%;
  margin: 0;
}
#manage-group-container:not(:empty) .right-sidebar .table-container table:not(.allow-overflow) {
  overflow: hidden;
}
#manage-group-container:not(:empty) .right-sidebar .table-container .dataTables_paginate {
  padding-top: 7px;
}
#manage-group-container:not(:empty) .right-sidebar .table-container .dataTables_scroll .dataTables_scrollBody.allow-overflow {
  overflow: inherit !important;
}
#manage-group-container:not(:empty) .right-sidebar .table-container .dataTables_scroll .dataTables_scrollBody:not(.allow-overflow) {
  overflow-x: hidden !important;
}
#manage-group-container:not(:empty) .right-sidebar .table-container .station-actions-dropdown {
  max-width: 110px;
}
#manage-group-container:not(:empty) .right-sidebar .table-container .station-actions-dropdown.arrow-bottom:before {
  top: 55px;
}
#manage-group-container:not(:empty) .right-sidebar .table-container .station-actions-dropdown.arrow-bottom:after {
  top: 54px;
}
#manage-group-container:not(:empty) .right-sidebar .filters-container {
  margin-bottom: 10px;
}
#manage-group-container:not(:empty) .right-sidebar .filters-container input,
#manage-group-container:not(:empty) .right-sidebar .filters-container button#search-stations-button {
  width: 100%;
}
#manage-group-container:not(:empty) .right-sidebar .filters-container input > .icon-search,
#manage-group-container:not(:empty) .right-sidebar .filters-container button#search-stations-button > .icon-search {
  margin-right: 2px;
}
#manage-group-container:not(:empty) .bulk-actions {
  padding: 2px;
}
#manage-group-container:not(:empty) .bulk-actions a {
  color: rgb(141, 57, 149);
  font-size: 14px;
}
#manage-group-container:not(:empty) .bulk-actions a:hover {
  text-decoration: underline;
}

@media (max-width: 1366px) {
  #manage-group-container .right-sidebar {
    width: 500px;
    max-width: 500px;
  }
  #manage-group-container .right-sidebar.closed {
    margin-right: -500px;
  }
  #manage-group-container #group-stations-container.main-content:not(.expanded-right) > * {
    margin-right: 500px;
  }
}
.levels-sidebar {
  border-right: 1px solid rgba(68, 72, 77, 0.3);
  bottom: 0;
  padding-top: 20px;
  position: fixed;
  top: 60px;
  width: 250px;
  z-index: 1;
}

.levels-sidebar .search-container, .levels-sidebar .datepicker-container {
  padding-left: 10px;
  padding-right: 10px;
}

.level-content {
  position: relative;
}

.level-content-tabs-bar {
  padding-left: 270px;
  width: 100%;
}

.level-content-tabs-content {
  transition: padding 300ms ease-in-out;
  left: -420px;
  margin-left: 450px;
  padding-left: 230px;
  position: relative;
  width: 100%;
  clear: both;
}

.channels-breaks-wrapper {
  margin-top: -50px;
}

#tree-container {
  bottom: 0;
  display: block;
  margin-top: 70px;
  overflow-y: auto;
  padding-bottom: 20px;
  position: fixed;
  top: 60px;
  width: 250px;
}

#home-main-loader-div {
  margin-top: 20%;
}

#levelBlends {
  margin-right: 20px;
}

#blend-tags,
#blend-tags-div {
  margin-left: 15px;
}

#blend-tags-div .row,
#blend-tags .row {
  width: 100%;
}

.isDefault {
  font-size: 20px;
  margin-left: 3px !important;
}

.makeDefault,
.makeDefault:hover {
  color: rgb(141, 57, 149);
}

.levels-sidebar .inactive-stream::before {
  opacity: 0.5;
}

.levels-sidebar .green-stream-dot::after {
  content: "●";
  color: #00d400;
  font-size: 17px;
}

.levels-sidebar .grey-stream-dot::after {
  content: "●";
  color: slategrey;
  font-size: 17px;
}

.levels-sidebar .red-stream-dot::after {
  content: "●";
  color: red;
  font-size: 17px;
}

.leftmenu {
  background: transparent;
  padding-top: 0;
}

.leftmenu .colright {
  background: transparent;
}

.leftmenu .col1 {
  margin: 0 0 0 190px;
  overflow: hidden;
  position: relative;
}

.leftmenu .col2 {
  width: 190px;
  position: fixed;
  top: 60px;
  bottom: 0;
  border-right: 1px solid rgba(68, 72, 77, 0.3);
}

#manage_account_menu,
#manage_portal_menu,
#manage_station_menu,
#manage_show_menu {
  background-color: transparent;
  transition: width 300ms ease-in-out;
}

#manage_account_content,
#manage_portal_content,
#manage_station_content,
#manage_show_content {
  transition: margin 300ms ease-in-out;
}

#manage_station_content {
  z-index: 0;
}

.leftmenu .col2.collapsed {
  width: 50px;
}

.leftmenu .col1.collapsed {
  margin: 0 0 0 50px;
}

.leftmenu .col2.collapsed .collapsed-li {
  display: block;
}

.leftmenu .col2.collapsed .not-collapsed-li {
  display: none;
}

#clock-breadcrumb::after {
  content: "/";
  color: #AAAAAA;
  margin: 0 0.75rem;
  position: relative;
  top: 1px;
}

.monitoring {
  height: calc(100vh - 60px);
  padding: 20px 0;
}
.monitoring .card {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.13);
  border-radius: 3px;
  min-height: 75px;
  padding: 10px;
  text-align: center;
}
.monitoring .monitoring-widget {
  margin-bottom: 15px;
}
.monitoring .monitoring-widget .header {
  font-size: 12px;
  color: rgba(68, 72, 77, 0.7);
  text-transform: uppercase;
}
.monitoring .monitoring-widget .content {
  font-size: 20px;
}
@media (max-width: 1366px) {
  .monitoring .monitoring-widget .header {
    font-size: 10px;
  }
}
.monitoring .monitoring-widget #refresh-button {
  font-size: 14px;
  height: 28px;
  margin-right: 4px;
  padding: 6px 8px;
}
.monitoring .monitoring-widget table#services-status-table {
  border-collapse: separate;
  border-spacing: 0 1px;
}
.monitoring .monitoring-widget table#services-status-table thead tr th {
  padding: 5px;
  text-align: center;
}
.monitoring .monitoring-widget table#services-status-table tbody tr td {
  border-width: 1px 0;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.13);
  box-shadow: none;
}
.monitoring .monitoring-widget table#services-status-table tbody tr td:first-child {
  border-left: 4px solid transparent;
  padding-left: 15px;
}
.monitoring .monitoring-widget table#services-status-table tbody tr td:last-child {
  border-right: 1px solid rgba(0, 0, 0, 0.13);
  font-size: 13px;
  text-align: center;
}
@media (max-width: 1366px) {
  .monitoring .monitoring-widget table#services-status-table tbody tr td:last-child {
    font-size: 11px;
  }
}
.monitoring .monitoring-widget table#services-status-table tbody tr.status-success td:first-child {
  border-left-color: rgb(75, 210, 143);
}
.monitoring .monitoring-widget table#services-status-table tbody tr.status-warning td:first-child {
  border-left-color: rgb(255, 170, 0);
}
.monitoring .monitoring-widget table#services-status-table tbody tr.status-error td:first-child {
  border-left-color: rgb(255, 77, 77);
}
.monitoring .monitoring-widget .toolbar {
  margin-bottom: 13px;
}
.monitoring .monitoring-widget .toolbar label {
  float: left;
  position: relative;
  top: 9px;
}
.monitoring .monitoring-widget .toolbar label#total-disconnected-label {
  left: 4px;
  top: 7px;
}
.monitoring .monitoring-widget .toolbar ul.filters-container > li {
  min-width: 195px;
}
.monitoring .monitoring-widget .toolbar ul.filters-container > li > label {
  margin-right: 15px;
}
.monitoring .monitoring-widget .toolbar ul.filters-container > li#select-last-updated-container .select2-container {
  display: inline-block;
  width: 100px;
}
.monitoring .monitoring-widget .table-wrapper {
  margin-top: 0;
}
.monitoring .monitoring-widget .table-wrapper table.dataTable thead th,
.monitoring .monitoring-widget .table-wrapper table.dataTable thead td {
  padding: 6px 10px;
}
.monitoring .monitoring-widget .table-wrapper table.dataTable tbody th,
.monitoring .monitoring-widget .table-wrapper table.dataTable tbody td {
  padding: 4px 10px;
}
.monitoring .monitoring-widget .avatar.avatar-small {
  display: inline-block;
  width: 30px;
  height: 30px;
}
.monitoring .dataTables_scrollBody thead tr#searchRow {
  display: none;
}
.monitoring .loading {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(/static/images/loader-zettacloud.svg) no-repeat;
  background-size: contain;
}
.monitoring table tr td .loading {
  width: 18px;
  height: 18px;
}
.monitoring .gateway-status {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1);
  transform: scale(1);
}
.monitoring .gateway-status.disconnected {
  background: #bfcfdb;
}
.monitoring .gateway-status.disconnected.pulse {
  animation-name: pulse-disconnected;
}
.monitoring .gateway-status.connected {
  background: #0091fb;
}
.monitoring .gateway-status.connected.pulse {
  animation-name: pulse-connected;
}
.monitoring .gateway-status.active {
  background: #4bc234;
}
.monitoring .gateway-status.active.pulse {
  animation-name: pulse-active;
}
.monitoring .gateway-status.pulse {
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-delay: 0s;
  animation-fill-mode: none;
}
.monitoring .status-explanation {
  display: inline-block;
  margin-top: 5px;
}
.monitoring .status-explanation span {
  display: inline-block;
  font-size: 12px;
  opacity: 0.8;
}
.monitoring .status-explanation span.gateway-status {
  position: relative;
  top: 1px;
}
@keyframes pulse-disconnected {
  0% {
    box-shadow: 0 0 0 0 rgba(191, 207, 219, 0.5);
  }
  70% {
    box-shadow: 0 0 0 15px rgba(191, 207, 219, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(191, 207, 219, 0);
  }
}
@keyframes pulse-connected {
  0% {
    box-shadow: 0 0 0 0 rgba(0, 149, 255, 0.5);
  }
  70% {
    box-shadow: 0 0 0 15px rgba(75, 210, 143, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(75, 210, 143, 0);
  }
}
@keyframes pulse-active {
  0% {
    box-shadow: 0 0 0 0 rgba(75, 194, 52, 0.5);
  }
  70% {
    box-shadow: 0 0 0 15px rgba(0, 149, 255, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(0, 149, 255, 0);
  }
}

.monitoring-last-updated-selector-container .select2-results {
  max-height: 260px;
}

@media screen and (max-width: 992px) {
  .monitoring #main-block,
  .monitoring #secondary-block {
    width: 100%;
  }
}
#info-stream {
  font-size: 18px;
}

#stream-info {
  padding-top: 30px;
  padding-left: 80px;
  padding-bottom: 50px;
}
#stream-info li {
  padding-top: 10px;
  font-family: "Courier New", Courier, monospace;
  font-size: 16px;
}

.toggle-favorite .favorite {
  display: inline-block;
  cursor: pointer;
}
.toggle-favorite .icon-star,
.toggle-favorite .icon-star-outline {
  font-size: 22px;
}

.artwork-container .toggle-favorite {
  display: flex;
}
.artwork-container .toggle-favorite .primary {
  display: inline-block;
  width: 145px;
}
.artwork-container .toggle-favorite .favorite {
  padding-left: 5px;
}

#current-nav-item-info .icon-star,
#current-nav-item-info .icon-star-outline {
  font-size: 20px;
  vertical-align: text-bottom;
}

.rdj-pricing-table ul {
  margin: 0;
  padding: 0;
}

.rdj-pricing-table {
  margin-top: 50px;
}

.rdj-pricing-table .pricing-column {
  margin-top: 10px;
  padding: 10px;
  width: 24.5%;
}

.rdj-pricing-table .pricing-column ul li {
  margin-bottom: 5px;
  padding-top: 10px;
  text-align: center;
  width: 100%;
}

.rdj-pricing-table .pricing-column.recommended ul li {
  line-height: 25px;
}

.rdj-pricing-table .pricing-column.recommended {
  border-radius: 2px;
  border: 1px solid rgb(141, 57, 149);
  box-shadow: 0 6px 7px 0 rgba(65, 64, 65, 0.08);
  margin-top: 0;
  z-index: 10;
}

.plan-description ul li {
  color: #333;
  font-size: 14px;
  line-height: 18px;
  list-style-type: none;
  margin-bottom: 0;
  padding: 20px 0 0 0;
}

.plan-description .icon-ok {
  padding-right: 9px;
}

.btn-group {
  float: left;
  margin-bottom: 20px;
  width: 320px;
}

.btn-group li {
  display: inline-block;
  position: relative;
}

.btn-group.plan-selection {
  border-radius: 5px;
  border: 2px solid rgba(68, 72, 77, 0.2);
  box-shadow: none;
  cursor: pointer;
}

.btn-group.plan-selection .btn {
  color: #333 !important;
  padding: 10px 15px;
}

.btn-group.plan-selection .btn:first-child {
  border-left: 0;
}

.btn-group.plan-selection .btn input {
  float: left;
  margin-right: 10px;
}

.btn-group.plan-selection .btn.btn-selected {
  background-color: rgba(68, 72, 77, 0.1);
  box-shadow: none;
  color: #333 !important;
}

.price-container {
  float: right;
  font-size: 41px;
  line-height: 40px;
  text-align: right;
  display: inline-block;
  font-weight: 200;
  letter-spacing: -3px;
}

.price-container span {
  opacity: 0.5;
  font-size: 29px;
}

#plan-summary {
  margin-bottom: 25px;
  border-bottom: 2px solid rgba(68, 72, 77, 0.2);
  padding-bottom: 15px;
}

#plan-summary h5 {
  font-size: 30px;
  line-height: 30px;
  font-weight: 300;
}

#plan-summary .plan-pricing sup {
  font-size: 20px;
  padding: 4px;
}

#plan-summary #final-price {
  font-size: 40px;
  line-height: 48px;
}

#plan-summary #plan-period {
  font-size: 20px;
  opacity: 0.5;
}

.select-period-plan small {
  font-size: 90%;
}

.pricing-plan-feature {
  padding-top: 15px;
  font-size: 13px;
  color: #44484d;
}

.pricing-plan-feature.pricing-plan-listeners {
  font-size: 16px;
}

.pricing-plan-feature.empty {
  color: #FF5300;
  font-family: "AvenirNextLTPro-Demi", "Avenir Next", "Arial", "Verdana", sans;
}

#players-container .dropdown-streaming-settings-button {
  display: inline;
}
#players-container .dropdown-streaming-settings-button ul {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  transition: all 0.5s ease;
  display: none;
  background: #fff;
  border: 1px solid rgba(68, 72, 77, 0.34);
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.12);
  left: 235px;
  top: 0;
  outline: none;
}
#players-container .dropdown-streaming-settings-button ul li {
  width: 100%;
  padding: 10px;
  background-color: rgb(255, 255, 255);
  border: 0;
  font-size: 12px;
  line-height: 17px;
  font-weight: 700;
  display: block;
  text-align: left;
  white-space: nowrap;
}
#players-container .dropdown-streaming-settings-button ul li:hover {
  background-color: rgba(68, 72, 77, 0.1);
  color: rgb(68, 72, 77);
}
#players-container .dropdown-streaming-settings-button:active > ul, #players-container .dropdown-streaming-settings-button:hover > ul {
  visibility: visible;
  opacity: 1;
  display: block;
  z-index: 99999;
}
#players-container .toggle-password-mask {
  position: relative;
  top: 6px;
  left: -35px;
}
#players-container .conflict-warning-message {
  color: #ff4259;
}
#players-container .conflict-warning {
  color: #ff4259;
  font-size: 11px;
  padding-left: 165px;
}
#players-container .astrum-conflict {
  border-color: rgba(255, 66, 89, 0.8);
}
#players-container .astrum-conflict a {
  border-color: rgba(255, 66, 89, 0.8);
}
#players-container .icon-warning-filled {
  color: #ffcc00;
}
#players-container .edit-gpio-settings {
  font-size: 18px;
  top: 6px;
  position: relative;
  cursor: pointer;
}

#weighted-rotations-tab-container td .icon.disabled {
  pointer-events: none;
  cursor: default;
}

.manage-rotation-header .left-section {
  left: 16px;
  position: absolute;
  text-align: left;
}

.manage-rotation-header .title {
  border-bottom: 1px solid rgba(68, 72, 77, 0.2);
  color: rgb(68, 72, 77);
  font-size: 24px;
  font-weight: 300;
  line-height: 70px;
  text-align: center;
}

.manage-rotation-header .right-section {
  font-size: 12px;
  height: 70px;
  line-height: 70px;
  position: absolute;
  right: 20px;
  top: 0;
}

#podcasts-wrapper,
#episodes-wrapper {
  padding-bottom: 20px;
}

.manage-podcast-header,
.manage-episode-header {
  position: relative;
  z-index: 10;
}
.manage-podcast-header .right-section,
.manage-episode-header .right-section {
  font-size: 12px;
  height: 70px;
  line-height: 70px;
  position: absolute;
  right: 20px;
  top: 0;
}
.manage-podcast-header ul.title,
.manage-episode-header ul.title {
  background: transparent;
  border: none;
  border-bottom: 1px solid rgba(68, 72, 77, 0.2);
  color: rgb(68, 72, 77);
  font-size: 24px;
  font-weight: 300;
  height: 70px;
  line-height: 70px;
  padding-left: 22px;
  padding-top: 0;
  text-align: left;
}
.manage-podcast-header ul.title li,
.manage-episode-header ul.title li {
  font-size: 18px;
  line-height: 70px;
  text-transform: none;
}
.manage-podcast-header ul.title li a,
.manage-episode-header ul.title li a {
  color: rgb(68, 72, 77);
}

.manage-episode-header li {
  max-width: 35%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 1366px) {
  .manage-episode-header li::before {
    margin: 0 0.5rem;
  }
}

#podcast-view-tabs dd:last-child button {
  margin-right: 20px;
}
#podcast-view-tabs hr {
  margin-top: -20px;
}

#manage-podcast .form-container, #manage-podcast .manage-filtering-footer, #manage-podcast .manage-filtering-body, #manage-podcast .manage-station-feed-body, #manage-podcast .manage-station-feed-footer, #manage-podcast .manage-rotation-body {
  padding: 20px;
}

#manage-podcast > .tabs-content {
  height: calc(100vh - 60px - 70px - 70px + 15px);
  margin-top: 0;
  overflow: auto;
  transition: all 300ms ease-in-out;
  width: calc(100vw - 190px);
}

.collapsed #manage-podcast > .tabs-content {
  left: 50px;
  width: calc(100vw - 50px);
}

#manage-episode .manage-episode-form-container {
  height: calc(100vh - 60px - 70px);
  left: 190px;
  margin-top: 0;
  overflow: auto;
  position: fixed;
  transition: all 300ms ease-in-out;
  width: calc(100vw - 190px);
}

.collapsed #manage-episode .manage-episode-form-container {
  left: 50px;
  width: calc(100vw - 50px);
}

#podcast-form textarea,
#manage-episode-form textarea {
  min-height: 100px;
  overflow-x: hidden;
  resize: vertical;
}
#podcast-form input[type=checkbox] + label,
#manage-episode-form input[type=checkbox] + label {
  display: inline-block;
  opacity: 0.69;
}
#podcast-form input[type=checkbox]#same_as_desc + label,
#manage-episode-form input[type=checkbox]#same_as_desc + label {
  font-size: 12px;
  font-weight: normal;
}
#podcast-form input[type=checkbox]:not(#same_as_desc) + label > span,
#manage-episode-form input[type=checkbox]:not(#same_as_desc) + label > span {
  position: relative;
  left: -47px;
}
#podcast-form input[type=checkbox]:not(#same_as_desc) ~ span.has-tip,
#manage-episode-form input[type=checkbox]:not(#same_as_desc) ~ span.has-tip {
  position: relative;
  left: -60px;
}
#podcast-form label.validate-error,
#manage-episode-form label.validate-error {
  display: none !important;
}

#podcast-tools-container textarea {
  resize: none;
}
#podcast-tools-container .copy-to-clipboard {
  cursor: pointer;
  margin-top: 13px;
}
#podcast-tools-container input#prettyUrl {
  padding-left: 157px !important;
}

#podcast-reports-container .toolbar > .row {
  border-bottom: 1px solid rgba(68, 72, 77, 0.3);
  padding: 5px 0 15px;
}
#podcast-reports-container .toolbar ul.filters-container > li {
  margin-left: 0;
  margin-right: 20px;
  min-width: 195px;
}
#podcast-reports-container .toolbar ul.filters-container > li > * {
  display: inline-block;
}
#podcast-reports-container .toolbar ul.filters-container > li label {
  position: relative;
  top: 9px;
  margin-right: 15px;
}
@media (max-width: 1110px) {
  #podcast-reports-container .toolbar ul.filters-container > li {
    min-width: 150px;
    margin-right: 20px;
  }
}
#podcast-reports-container .toolbar ul.filters-container > li#select-period-container .select2-container {
  width: 140px;
}
#podcast-reports-container .toolbar ul.filters-container > li#select-podcast-container .select2-container {
  width: 350px;
}
#podcast-reports-container .loading {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(/static/images/loader-zettacloud.svg) no-repeat;
  background-size: contain;
}
#podcast-reports-container #empty-reports-container {
  color: rgba(68, 72, 77, 0.4);
  font-size: 18px;
  text-align: center;
  margin-top: 50px;
}
#podcast-reports-container #reports-container {
  display: none;
  position: relative;
  min-height: 300px;
}
#podcast-reports-container #reports-container .table-loader {
  background: rgba(255, 255, 255, 0.5);
  height: 100%;
  min-height: 300px;
  position: absolute;
  width: 100%;
  z-index: 9;
  top: 25px;
}
#podcast-reports-container #reports-container .table-loader .loader {
  left: 50%;
  top: 50%;
  margin: 0;
}
#podcast-reports-container #reports-container #totals {
  display: none;
}
#podcast-reports-container #reports-container .dataTables_scrollBody thead tr#searchRow {
  display: none;
}
#podcast-reports-container #reports-container .dataTables_scrollHead thead tr#searchRow .search-container > .icon, #podcast-reports-container #reports-container .dataTables_scrollHead thead tr#searchRow .datepicker-container > .icon {
  color: rgba(68, 72, 77, 0.6);
  position: absolute;
  font-size: 16px;
  left: 6px;
  top: 10px;
}
#podcast-reports-container #reports-container .dataTables_scrollHead thead tr#searchRow .search-container input, #podcast-reports-container #reports-container .dataTables_scrollHead thead tr#searchRow .datepicker-container input {
  color: rgba(68, 72, 77, 0.8);
  background: none;
  font-weight: normal;
  padding-right: 10px;
  padding-left: 24px;
  width: 100%;
}
#podcast-reports-container #reports-container .dataTables_scrollHead thead tr#searchRow .search-container .button.clear-search, #podcast-reports-container #reports-container .dataTables_scrollHead thead tr#searchRow .datepicker-container .button.clear-search, #podcast-reports-container #reports-container .dataTables_scrollHead thead tr#searchRow .search-container .button.clear-datepicker, #podcast-reports-container #reports-container .dataTables_scrollHead thead tr#searchRow .datepicker-container .button.clear-datepicker {
  background: none;
  border: none;
  color: rgb(68, 72, 77);
  font-size: 14px;
  right: 0;
  top: 1px;
  padding-right: 8px;
}
#podcast-reports-container #reports-container .export-button {
  padding-top: 10px;
}

#drop-add-podcast {
  width: 130px;
}

#importPodcastModal .reveal-modal-body {
  padding: 20px 25px;
}
#importPodcastModal .reveal-modal-body #processing-container {
  display: none;
  margin-top: 30px;
}
#importPodcastModal .reveal-modal-body #processing-container .progress {
  padding: 0;
}
#importPodcastModal .reveal-modal-body #processing-container .progress > .percentage {
  font-size: 13px;
  left: 50%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1px;
  position: absolute;
  transform: translateX(-50%);
}

#total-size-row {
  background: rgba(21, 31, 38, 0.05);
  border-bottom: 1px solid rgba(68, 72, 77, 0.3);
  height: 2.5em;
  line-height: 2.5;
}
#total-size-row label {
  font-size: 16px;
  min-width: 10%;
}

.recording-station-label, .bucket-label {
  font-weight: 700;
  color: rgba(68, 72, 77, 0.5);
  font-size: 10px;
  letter-spacing: 1px;
}

.recording-station-title, .bucket-title {
  font-weight: 300;
  color: rgb(68, 72, 77);
  font-size: 24px;
  line-height: 24px;
  margin: 0;
  padding: 0;
}

.manage-recording-header .left-section {
  left: 16px;
  position: absolute;
  text-align: left;
}

.manage-recording-header .title {
  border-bottom: 1px solid rgba(68, 72, 77, 0.2);
  color: rgb(68, 72, 77);
  font-size: 24px;
  font-weight: 300;
  line-height: 70px;
  text-align: center;
}

.manage-recording-header .right-section {
  font-size: 12px;
  height: 70px;
  line-height: 70px;
  position: absolute;
  right: 20px;
  top: 0;
}

#manage-recording-station-form > .tabs,
#manage-bucket-form > .tabs {
  margin-top: -75px;
}

.stream-status-dot {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1);
  position: relative;
  top: 1px;
  font-size: 12px;
  opacity: 0.8;
  background-color: #4bc234;
  margin-right: 10px;
}

.stream-status-message {
  display: inline-block;
  font-size: 10px;
  margin-left: 25px;
  margin-bottom: 0;
  white-space: nowrap;
}
.stream-status-message.error > .stream-status-dot {
  background-color: rgb(243, 0, 30);
}

.show-password {
  text-align: end;
  width: 65px;
}

#show-keys-form .show-password {
  text-align: center;
}

#registration #signup #signup-steps {
  padding: 20px 0 10px;
}
#registration #signup .step-content {
  padding: 30px 40px;
}
#registration #signup .step-indicator {
  position: relative;
  height: 85px;
  z-index: 999;
}
#registration #signup .step-indicator .steps {
  position: absolute;
  width: 100%;
  margin: 0;
  padding: 0;
}
#registration #signup .step-indicator ul,
#registration #signup .step-indicator li {
  list-style-type: none;
  display: inline-block;
  text-align: center;
  position: relative;
  top: -3px;
}
#registration #signup .step-indicator ul li {
  width: 24%;
}
#registration #signup .step-indicator ul li.completed {
  color: #414042;
  opacity: 1;
}
#registration #signup .step-indicator ul li.completed a {
  opacity: 1;
}
#registration #signup .step-indicator ul li.completed .dot {
  background-color: rgb(141, 57, 149);
}
#registration #signup .step-indicator ul li.current {
  position: relative;
  top: -7px;
}
#registration #signup .step-indicator ul li.current a {
  opacity: 1;
}
#registration #signup .step-indicator ul li.current > div {
  font-size: 17px;
  margin-top: 5px;
}
#registration #signup .step-indicator ul li.current .dot {
  margin: 10px auto;
  background-color: rgb(141, 57, 149);
  width: 28px;
  height: 28px;
  box-shadow: 0px 0px 0px 7px #f4f3ee;
  border-radius: 15px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#registration #signup .step-indicator ul li a {
  border: 0;
  font-size: 15px;
  font-weight: 400;
  display: inline-block;
  text-align: center;
  opacity: 0.4;
  text-shadow: 0px 1px 0px rgba(65, 64, 66, 0.1);
}
#registration #signup .step-indicator .dot {
  margin: 0 auto;
  margin: 10px auto;
  display: block;
  background-color: #d4d3d4;
  width: 18px;
  height: 18px;
  box-shadow: 0px 0px 0px 7px #f4f3ee;
  border-radius: 9px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#registration #signup .step-indicator ul.connecting-lines {
  top: 37px;
  position: absolute;
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#registration #signup .step-indicator ul.connecting-lines li {
  list-style-type: none;
  display: inline-block;
  border-top: 7px solid rgba(65, 64, 66, 0.1);
  width: 25%;
}
#registration #signup .step-indicator ul.connecting-lines li.completed {
  display: inline-block;
  border-top: 7px solid rgb(141, 57, 149);
  width: 25%;
}
#registration #signup h2 {
  font-size: 22px;
  font-weight: 400;
  opacity: 0.5;
  margin: 20px 0;
}
#registration #signup h2.form-section-title {
  color: rgb(141, 57, 149);
  font-weight: 400;
  opacity: 1;
  font-size: 30px;
  text-shadow: 0 1px 0 rgba(255, 90, 0, 0.1);
  font-size: 25px;
  margin-top: 0;
}
#registration #signup select {
  padding: 10px;
  height: 43px;
  background-image: url(/static/images/arrow_down.png);
  background-position: 98% 17px;
}
#registration #signup .button {
  font-weight: 400;
}
#registration #signup .buttoninput {
  border-radius: 3px;
}
#registration #signup .icon-asterisk {
  font-weight: bold;
  color: rgb(243, 0, 30);
}
#registration #signup #profile-image-preview {
  border: 2px solid rgba(65, 64, 66, 0.3);
  border-radius: 5px;
  display: inline-block;
}
#registration #signup #profile-image-selection {
  margin-top: 20px;
}
#registration #signup .image-specs {
  font-size: 13px;
  font-weight: 400;
  opacity: 0.5;
}
#registration #signup #profile-image-selection,
#registration #signup #station-image-selection {
  margin-top: 56px;
}
#registration #signup #profile-image-selection small,
#registration #signup #station-image-selection small {
  font-size: 12px;
  line-height: 20px;
  color: rgba(65, 64, 66, 0.8);
  font-weight: 400;
  margin-top: 10px;
  display: block;
}
#registration #signup #country-short-code {
  background-color: rgba(65, 64, 66, 0.1);
  border-radius: 3px;
  float: left;
  display: inline-block;
  font-weight: 400;
  padding: 10px 20px;
  font-size: 14px;
}
#registration #signup #buttons-content {
  margin-top: 25px;
}
#registration #signup #buttons-content .button {
  border-width: 2px;
  font-size: 16px;
  height: 42px;
  line-height: 22px;
  padding-left: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.report-short-widgets {
  border: 0 solid red;
}

.report-widget .widget-container {
  border-radius: 6px;
  border: 1px solid rgba(68, 72, 77, 0.2);
  box-shadow: 0 1px 1px 0 rgba(68, 72, 77, 0.1);
  margin: 0 0;
  padding: 15px;
  text-align: center;
}

.report-widget .label {
  font-weight: 700;
  background-color: transparent;
  border: none;
  color: rgb(68, 72, 77);
  display: block;
  font-size: 12px;
  height: 36px;
  letter-spacing: normal;
  line-height: 16px;
  opacity: 0.8;
  padding: 0;
  text-align: center;
  white-space: normal;
}

.report-widget .widget-value {
  font-weight: 300;
  color: rgb(141, 57, 149);
  font-size: 28px;
  line-height: 28px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#dailytrackTable tr td {
  font-size: 12px;
}

#dailytrackTable tr td,
#dailytrackTable tr th {
  padding-left: 7px;
}

#dailytrackTable tr th {
  margin-top: 0;
  padding-top: 0;
}

#searchRow input {
  margin: 0;
  width: 90%;
}

#searchRow input[placeholder] {
  text-overflow: ellipsis;
}

.reports-container .ui-sub-bar {
  border-bottom: 1px solid rgba(68, 72, 77, 0.3);
  height: 65px;
}
.reports-container .ui-sub-bar .ui-sub-bar-left-section #reports-timezone {
  display: none;
  margin-top: 25px;
  width: 360px;
}
.reports-container .ui-sub-bar .ui-sub-bar-left-section #reports-timezone p {
  color: rgba(68, 72, 77, 0.6);
  font-size: 14px;
  position: absolute;
}
.reports-container .ui-sub-bar .ui-sub-bar-right-section {
  max-width: 20%;
}
.reports-container .ui-sub-bar .ui-sub-bar-right-section .station-selector-container {
  position: absolute;
  text-align: left;
  top: 18px;
  right: 0;
  min-width: 250px;
}
.reports-container .content p {
  background-color: transparent;
  border-bottom: 0;
  color: rgba(68, 72, 77, 0.4);
  font-size: 20px;
  font-weight: 300;
  line-height: 22px;
}
.reports-container .search-container, .reports-container .datepicker-container,
.reports-container #getAnalytics {
  margin-top: 18px;
}

#searchTagsAnalytics.disabled {
  padding-left: 32px;
}

.world-map-btn {
  position: absolute;
  z-index: 99999;
}

#regionTrafficTable tr td {
  vertical-align: top;
}

#regionTrafficTable tr.selectedRow {
  background-color: rgba(68, 72, 77, 0.1);
}

#regionTrafficTable tr.selectedRow td.country_name {
  background: url(../../images/plus-expand-selected.svg) no-repeat center left;
}

#regionTrafficTable tr td.reportno {
  text-align: center;
}

#regionTrafficTable tr td.country_name {
  font-weight: 700;
  background: url(../../images/plus-expand.svg) no-repeat center left;
  padding-left: 20px;
}

#regionTrafficTable tr[class^=reports_summary] td {
  color: rgb(68, 72, 77);
  padding-left: 10px;
}

.tabs-button {
  float: right;
  display: none;
}

.manage-rotation-header .left-section {
  left: 16px;
  position: absolute;
  text-align: left;
}

.manage-rotation-header .title {
  border-bottom: 1px solid rgba(68, 72, 77, 0.2);
  color: rgb(68, 72, 77);
  font-size: 24px;
  font-weight: 300;
  line-height: 70px;
  text-align: center;
}

.manage-rotation-header .right-section {
  font-size: 12px;
  height: 70px;
  line-height: 70px;
  position: absolute;
  right: 20px;
  top: 0;
}

#rotationAssetTable .future-asset {
  vertical-align: middle;
  color: rgb(255, 170, 0);
  font-size: 16px;
}
#rotationAssetTable .past-asset {
  vertical-align: middle;
  color: #ff4259;
  opacity: 0.8;
  font-size: 16px;
}

.asset-player .play-button {
  border-radius: 9px;
  height: 26px;
  line-height: 10px;
  font-size: 14px;
  padding: 5px 8px 5px 10px;
}

.existing-asset {
  background-color: rgba(0, 0, 0, 0.15) !important;
  opacity: 0.85;
}

td.ipGroupNameCell {
  vertical-align: top;
}

ul.ipGroupMembersCell {
  max-height: 300px;
  overflow-y: auto;
}

ul.ipGroupMembersCell::-webkit-scrollbar {
  width: 12px;
}

ul.ipGroupMembersCell::-webkit-scrollbar-track {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.33);
}

ul.ipGroupMembersCell::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.5);
}

ul.ipGroupMembersCell:hover::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 4px rgb(141, 57, 149);
}

#providersList li > .row {
  border-bottom: 1px solid rgba(68, 72, 77, 0.3);
  padding-bottom: 15px;
}
#providersList li > .row #vastParamTabs hr {
  top: 40px;
}
#providersList li > .row #vastParamTabs .tabs {
  margin-top: -35px;
}
#providersList li > .row #vastParamTabs .tabs-content {
  margin-bottom: 0;
}

.action-label, .provider-label {
  font-weight: 700;
  color: rgba(68, 72, 77, 0.5);
  font-size: 10px;
  letter-spacing: 1px;
}

.action-title, .provider-title {
  font-weight: 300;
  color: rgb(68, 72, 77);
  font-size: 24px;
  line-height: 24px;
  margin: 0;
  padding: 0;
}

.manage-filtering-header .left-section {
  left: 16px;
  position: absolute;
  text-align: left;
}

.manage-filtering-header .title {
  border-bottom: 1px solid rgba(68, 72, 77, 0.2);
  color: rgb(68, 72, 77);
  font-size: 24px;
  font-weight: 300;
  line-height: 70px;
  text-align: center;
}

.manage-filtering-header .right-section {
  font-size: 12px;
  height: 70px;
  line-height: 70px;
  position: absolute;
  right: 20px;
  top: 0;
}

.manage-filtering-body .row {
  margin-left: 0;
}

#manage-rule-form > .tabs {
  margin-top: -75px;
}

.rule-schedule-slot {
  border-bottom: 1px solid rgba(68, 72, 77, 0.3);
  margin-bottom: 20px;
  padding-bottom: 20px;
}

#validation-modal .close-reveal-modal {
  color: rgb(255, 255, 255);
  margin-top: 0;
}

#dates-list input[type=radio].validate-error + label a span {
  border: none;
  color: #f3001e;
}

#s2id_actionSelect {
  padding: 0 !important;
}

#s2id_geoGroupCountries input {
  width: 110px !important;
}

#filterStreams {
  background-size: 5%;
  padding-left: 35px !important;
}

.stream-list-text {
  color: #44484d;
  font-size: 12px;
  padding: 7px;
  opacity: 0.8;
}

.input-streams-placeholder {
  color: #44484d;
  font-size: 12px;
  margin-bottom: 0;
  opacity: 0.8;
  padding: 7px;
  position: absolute;
  top: 0;
  width: 260px;
  word-break: break-word;
  white-space: pre-line;
}

.streamSelectionContainer {
  padding: 0 6px 9px 0;
}

.availableStreamsDiv,
.selectedStreamsDiv {
  display: inline-block;
}

.stationsAvailableStreams {
  border-radius: 3px;
  border: 1px solid rgba(68, 72, 77, 0.5);
  display: block;
  height: 160px;
  overflow: auto;
}

.inputStreams {
  border-radius: 3px;
  border: none;
  height: 120px;
}

.inputStreams .select2-choices {
  margin: 0;
  height: 100% !important;
  overflow-y: auto;
  border: 1px solid rgba(21, 31, 38, 0.5);
}

.stationsSelectedStreams {
  border-radius: 3px;
  border: 1px solid rgba(68, 72, 77, 0.5);
  display: block;
  height: 365px;
  overflow: auto;
}

.stationsAvailableStreams li,
.stationsSelectedStreams li {
  border-bottom: 1px solid rgba(68, 72, 77, 0.3);
  color: #44484d;
  font-size: 13px;
  height: 34px;
  margin: 0 2px 0 2px;
  padding: 8px;
  position: relative;
}

.already-selected .addStreamBtn {
  visibility: hidden;
}

#add-edit-stream-group .streamName {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 84%;
}

#add-edit-stream-group .addStreamBtn {
  transition: color 450ms ease;
  color: rgba(68, 72, 77, 0.5);
  cursor: pointer;
  display: inline-block;
  margin-right: 10px;
  vertical-align: super;
}

#add-edit-stream-group .addStreamBtn:hover {
  transition: color 450ms ease;
  color: #7ed321;
  cursor: pointer;
}

#add-edit-stream-group .removeStreamBtn {
  margin-right: 10px;
  vertical-align: super;
}

#add-edit-stream-group .removeStreamBtn:hover {
  color: rgb(141, 57, 149);
  cursor: pointer;
}

#rules-wrapper table.dataTable {
  table-layout: fixed;
  word-wrap: break-word;
}

ul#addedMembers > li.reorder-item {
  line-height: 22px;
  padding-left: 5px;
}

@media only screen and (max-width: 1366px) {
  #filterStreams {
    background-size: 3%;
  }
}
ul#sourcesContent .control-label, ul#sourcesContent .sourceItemContent {
  margin-bottom: 5px;
}

i.comparison {
  text-transform: lowercase;
}

#modifiers-container span {
  font-size: 13px !important;
}

#toggle-delay {
  top: -10px;
  height: 20px;
}

#remove-modifier {
  padding-top: 25px;
}

.settings-section:not(first-child) {
  margin: 40px 0 10px;
}
.settings-section > h3 {
  border-bottom: 1px solid rgba(68, 72, 77, 0.3);
  color: rgb(68, 72, 77);
  font-size: 18px;
  line-height: 23px;
  margin: 55px 0 11px 0;
  padding: 0 0 11px 0;
}
.settings-section > h3:first-child {
  margin-top: 0;
}

#edge-device-json {
  width: 100%;
  height: 72vh;
  max-height: 72vh;
}

#host-station-warning {
  opacity: 0.6;
  font-size: 20px;
  position: relative;
  top: 4px;
}

.shows-management-wrapper .label-active {
  background-color: green;
  border: 1px solid green;
  opacity: 0.7;
}
.shows-management-wrapper .label-future {
  background-color: transparent;
  color: #4A90E2;
  border: 1px solid #4A90E2;
}
.shows-management-wrapper .label-past {
  background-color: transparent;
  color: rgba(68, 72, 77, 0.8);
  border: 1px solid rgba(68, 72, 77, 0.8);
}
.shows-management-wrapper #clock-topbar {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 5px;
}
.shows-management-wrapper #clock-topbar ul, .shows-management-wrapper #clock-topbar li {
  display: inline-flex;
  align-items: center;
  font-size: 14px;
}
.shows-management-wrapper #clock-topbar label {
  font-size: 14px;
  font-weight: normal;
  margin-right: 5px;
}
.shows-management-wrapper #clock-topbar #clock-options-buttons {
  flex-grow: 1;
  text-align: right;
}
.shows-management-wrapper #create-version {
  min-width: 120px;
}
.shows-management-wrapper #go-back-container {
  align-self: stretch;
  border-right: 1px solid rgba(68, 72, 77, 0.2);
  padding-left: 4px;
  width: 30px;
}
.shows-management-wrapper .past-clock {
  background-color: rgba(0, 0, 0, 0.15) !important;
  opacity: 0.85;
}
.shows-management-wrapper #show-dashboard .dashboard-wrapper .card {
  border-color: rgba(0, 0, 0, 0.1);
  padding: 15px;
  text-align: left;
  height: auto;
}
.shows-management-wrapper #show-dashboard .dashboard-wrapper .card .card-title {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 11px;
  margin-bottom: 10px;
  padding: 0 5px 5px;
}
.shows-management-wrapper #show-dashboard .dashboard-wrapper .card .now-playing-card {
  font-size: 14px;
  font-weight: 700;
  padding: 5px 0px;
}
.shows-management-wrapper #show-dashboard .dashboard-wrapper .poi-markers-widget .card {
  border-color: transparent;
  margin: 0;
  padding: 0;
}
.shows-management-wrapper #show-dashboard .dashboard-wrapper #show-info-widget #show-info-container {
  text-align: left;
  font-size: 13px;
}
.shows-management-wrapper #show-dashboard .dashboard-wrapper #show-info-widget #show-info-container #show-logo-title-container {
  display: flex;
  align-items: flex-end;
}
.shows-management-wrapper #show-dashboard .dashboard-wrapper #show-info-widget #show-info-container #show-logo-title-container .subheader {
  flex: 1;
  font-weight: bold;
  margin: 0 0 0 10px;
}
.shows-management-wrapper #show-dashboard .dashboard-wrapper #show-info-widget #show-info-container #show-description {
  color: rgba(68, 72, 77, 0.7);
  max-height: 350px;
  overflow: hidden;
  padding-top: 20px;
}
.shows-management-wrapper #show-dashboard .dashboard-wrapper #talents-widget #talents-list {
  display: flex;
  flex-direction: column;
}
.shows-management-wrapper #show-dashboard .dashboard-wrapper #talents-widget #talents-list > .talent-item {
  display: inline-flex;
  align-items: center;
  padding: 5px 5px 5px 0;
  font-size: 12px;
}
.shows-management-wrapper #show-dashboard .dashboard-wrapper #talents-widget #talents-list > .talent-item > .avatar {
  margin-right: 15px;
}
.shows-management-wrapper #show-dashboard .dashboard-wrapper #now-playing-episode-widget {
  font-size: 13px;
}
.shows-management-wrapper #show-dashboard .dashboard-wrapper #now-playing-episode-widget #no-episode-container #next-episode-info {
  margin-top: 10px;
}
.shows-management-wrapper #show-clock .alert-box,
.shows-management-wrapper #episode-clock .alert-box,
.shows-management-wrapper #local-clock .alert-box {
  background-color: rgba(68, 72, 77, 0.1);
  border-color: rgba(68, 72, 77, 0.1);
  color: rgba(68, 72, 77, 0.8);
  margin-bottom: 1rem;
  padding: 10px 15px;
}
.shows-management-wrapper #show-clock #hours-tabs-container #hours-tabs a > span.icon,
.shows-management-wrapper #episode-clock #hours-tabs-container #hours-tabs a > span.icon,
.shows-management-wrapper #local-clock #hours-tabs-container #hours-tabs a > span.icon {
  display: inline-block;
  font-size: 14px;
}
.shows-management-wrapper #show-clock #hours-tabs-container #hours-tabs a.status-warning > span.icon,
.shows-management-wrapper #episode-clock #hours-tabs-container #hours-tabs a.status-warning > span.icon,
.shows-management-wrapper #local-clock #hours-tabs-container #hours-tabs a.status-warning > span.icon {
  color: rgb(255, 170, 0);
}
.shows-management-wrapper #show-clock #hours-tabs-container #hours-tabs a.status-success > span.icon,
.shows-management-wrapper #episode-clock #hours-tabs-container #hours-tabs a.status-success > span.icon,
.shows-management-wrapper #local-clock #hours-tabs-container #hours-tabs a.status-success > span.icon {
  color: rgb(75, 210, 143);
}
.shows-management-wrapper #show-clock #clock-container #chart-container,
.shows-management-wrapper #episode-clock #clock-container #chart-container,
.shows-management-wrapper #local-clock #clock-container #chart-container {
  height: 75vh;
}
.shows-management-wrapper #show-clock #clock-container #clock-parts-table-container .table-container #sections-container,
.shows-management-wrapper #episode-clock #clock-container #clock-parts-table-container .table-container #sections-container,
.shows-management-wrapper #local-clock #clock-container #clock-parts-table-container .table-container #sections-container {
  border-right: 1px solid rgba(68, 72, 77, 0.3);
  height: 100%;
  padding-right: 0;
  position: absolute;
  min-width: 200px;
}
.shows-management-wrapper #show-clock #clock-container #clock-parts-table-container .table-container #sections-container h6,
.shows-management-wrapper #episode-clock #clock-container #clock-parts-table-container .table-container #sections-container h6,
.shows-management-wrapper #local-clock #clock-container #clock-parts-table-container .table-container #sections-container h6 {
  font-weight: bold;
}
.shows-management-wrapper #show-clock #clock-container #clock-parts-table-container .table-container #sections-container ul#section-tags-container,
.shows-management-wrapper #episode-clock #clock-container #clock-parts-table-container .table-container #sections-container ul#section-tags-container,
.shows-management-wrapper #local-clock #clock-container #clock-parts-table-container .table-container #sections-container ul#section-tags-container {
  max-height: calc(100vh - 245px);
}
.shows-management-wrapper #show-clock #clock-container #clock-parts-table-container .table-container #sections-container ul#section-tags-container > li,
.shows-management-wrapper #episode-clock #clock-container #clock-parts-table-container .table-container #sections-container ul#section-tags-container > li,
.shows-management-wrapper #local-clock #clock-container #clock-parts-table-container .table-container #sections-container ul#section-tags-container > li {
  font-size: 15px !important;
  font-weight: 600;
}
.shows-management-wrapper #show-clock #clock-container #clock-parts-table-container .table-container #sections-container ul#section-tags-container > li > ul li,
.shows-management-wrapper #episode-clock #clock-container #clock-parts-table-container .table-container #sections-container ul#section-tags-container > li > ul li,
.shows-management-wrapper #local-clock #clock-container #clock-parts-table-container .table-container #sections-container ul#section-tags-container > li > ul li {
  font-size: 15px !important;
  font-weight: normal;
}
.shows-management-wrapper #show-clock #clock-container #clock-parts-table-container .table-container #table-container.tabular-mode-table,
.shows-management-wrapper #episode-clock #clock-container #clock-parts-table-container .table-container #table-container.tabular-mode-table,
.shows-management-wrapper #local-clock #clock-container #clock-parts-table-container .table-container #table-container.tabular-mode-table {
  max-width: calc(100vw - 400px);
}
.shows-management-wrapper #show-clock #clock-container #clock-parts-table-container .table-container #table-container table > tbody > tr.section-row > td,
.shows-management-wrapper #episode-clock #clock-container #clock-parts-table-container .table-container #table-container table > tbody > tr.section-row > td,
.shows-management-wrapper #local-clock #clock-container #clock-parts-table-container .table-container #table-container table > tbody > tr.section-row > td {
  font-size: 16px;
  font-weight: bold;
  height: 36px;
}
.shows-management-wrapper #show-clock #clock-container #clock-parts-table-container .table-container #table-container table > tbody > tr.highlighted > td,
.shows-management-wrapper #episode-clock #clock-container #clock-parts-table-container .table-container #table-container table > tbody > tr.highlighted > td,
.shows-management-wrapper #local-clock #clock-container #clock-parts-table-container .table-container #table-container table > tbody > tr.highlighted > td {
  background-color: rgba(68, 72, 77, 0.1);
  font-weight: bold;
}
.shows-management-wrapper #show-clock #clock-container #clock-parts-table-container .table-container #table-container table > tbody > tr.highlighted > td.name-col,
.shows-management-wrapper #episode-clock #clock-container #clock-parts-table-container .table-container #table-container table > tbody > tr.highlighted > td.name-col,
.shows-management-wrapper #local-clock #clock-container #clock-parts-table-container .table-container #table-container table > tbody > tr.highlighted > td.name-col {
  font-size: 16px;
}
.shows-management-wrapper #show-clock #clock-container #clock-parts-table-container .table-container #table-container .ui-sortable,
.shows-management-wrapper #episode-clock #clock-container #clock-parts-table-container .table-container #table-container .ui-sortable,
.shows-management-wrapper #local-clock #clock-container #clock-parts-table-container .table-container #table-container .ui-sortable {
  overflow: auto;
}
.shows-management-wrapper #show-clock #clock-container .pie-styling .ui-sub-bar,
.shows-management-wrapper #episode-clock #clock-container .pie-styling .ui-sub-bar,
.shows-management-wrapper #local-clock #clock-container .pie-styling .ui-sub-bar {
  display: grid;
  grid-template-rows: 1fr 1fr;
  grid-gap: 50px;
  grid-template-areas: "up" "down";
  width: 100%;
  height: 100%;
}
.shows-management-wrapper #show-clock #clock-container .pie-styling .ui-sub-bar .ui-sub-bar-left-section,
.shows-management-wrapper #episode-clock #clock-container .pie-styling .ui-sub-bar .ui-sub-bar-left-section,
.shows-management-wrapper #local-clock #clock-container .pie-styling .ui-sub-bar .ui-sub-bar-left-section {
  grid-area: up;
}
.shows-management-wrapper #show-clock #clock-container .pie-styling .ui-sub-bar .ui-sub-bar-right-section,
.shows-management-wrapper #episode-clock #clock-container .pie-styling .ui-sub-bar .ui-sub-bar-right-section,
.shows-management-wrapper #local-clock #clock-container .pie-styling .ui-sub-bar .ui-sub-bar-right-section {
  grid-area: down;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 5px;
}
.shows-management-wrapper #show-clock #clock-container .pie-styling .table-container,
.shows-management-wrapper #episode-clock #clock-container .pie-styling .table-container,
.shows-management-wrapper #local-clock #clock-container .pie-styling .table-container {
  top: 2em !important;
}
.shows-management-wrapper #show-clock #clock-container #json-view-container textarea,
.shows-management-wrapper #episode-clock #clock-container #json-view-container textarea,
.shows-management-wrapper #local-clock #clock-container #json-view-container textarea {
  width: 100%;
  height: 78vh;
  max-height: 78vh;
}
.shows-management-wrapper #show-clock .button-group,
.shows-management-wrapper #episode-clock .button-group,
.shows-management-wrapper #local-clock .button-group {
  display: inline-block;
}
.shows-management-wrapper #show-clock .button-group > button,
.shows-management-wrapper #episode-clock .button-group > button,
.shows-management-wrapper #local-clock .button-group > button {
  position: relative;
}
.shows-management-wrapper #show-clock .button-group > button:first-child,
.shows-management-wrapper #episode-clock .button-group > button:first-child,
.shows-management-wrapper #local-clock .button-group > button:first-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.shows-management-wrapper #show-clock .button-group > button:last-child,
.shows-management-wrapper #episode-clock .button-group > button:last-child,
.shows-management-wrapper #local-clock .button-group > button:last-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  left: -4px;
}
.shows-management-wrapper #episode-clock #clock-container.without-hour-tabs {
  max-height: calc(100vh - 120px);
}
.shows-management-wrapper #episode-clock #clock-container #chart-container {
  height: 70vh;
}
.shows-management-wrapper #episode-clock #clock-container #json-view-container textarea {
  height: 70vh;
  max-height: 70vh;
}
.shows-management-wrapper #clock-container.inner-tabs-container,
.shows-management-wrapper #local-clock-container.inner-tabs-container {
  top: 0;
}
.shows-management-wrapper #local-clock #clock-container #json-view-container textarea {
  height: 70vh;
  max-height: 70vh;
}
.shows-management-wrapper #show-episode-container #podcast-tab-container {
  max-height: calc(100vh - 185px);
  overflow: auto;
}
.shows-management-wrapper #poi-mapping-details-container textarea#poi-mapping-data {
  width: 100%;
  font-size: 12px;
  min-height: 200px;
}
.shows-management-wrapper #talent-profile-container {
  max-height: calc(100vh - 185px);
  overflow: auto;
}

#show-modal .reveal-modal-body {
  max-height: 75vh;
  overflow: auto;
}

.feed-audio {
  height: 40px;
  width: 86%;
}

.ignore-metadata-period {
  border-bottom: 1px solid rgba(68, 72, 77, 0.3);
  margin-bottom: 20px;
  padding-bottom: 20px;
}

#clock-part-modal .reveal-modal-body {
  max-height: 75vh;
  overflow-x: hidden;
  overflow-y: auto;
}
#clock-part-modal .reveal-modal-body #dvt-template-creation-container {
  margin-top: 20px;
}
#clock-part-modal .reveal-modal-body #dvt-template-creation-container table tbody {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 3px;
}
#clock-part-modal .reveal-modal-body #dvt-template-creation-container table tbody tr {
  display: table;
  height: 40px !important;
  width: 100% !important;
}
#clock-part-modal .reveal-modal-body #dvt-template-creation-container table tbody tr td {
  width: 85%;
}
#clock-part-modal .reveal-modal-body #dvt-template-creation-container table tbody tr td:first-child {
  width: 15%;
  text-align: center;
}
#clock-part-modal .reveal-modal-body #dvt-template-creation-container table tbody tr td:first-child .icon {
  vertical-align: middle;
}
#clock-part-modal .reveal-modal-body #dvt-template-creation-container table#selected-dvt-parts-table tbody {
  display: block;
  max-height: 250px;
  overflow: auto;
}

#auto-generate-music-show-clock-hour-modal {
  top: 60px;
}
#auto-generate-music-show-clock-hour-modal .reveal-modal-body {
  max-height: 75vh;
  overflow: auto;
}
#auto-generate-music-show-clock-hour-modal .reveal-modal-body .music-show-clock-part-option-container.active {
  background-color: rgba(68, 72, 77, 0.1);
  margin-bottom: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
#auto-generate-music-show-clock-hour-modal .reveal-modal-body .music-show-clock-part-option-container.active + .details-container {
  display: block;
}
#auto-generate-music-show-clock-hour-modal .reveal-modal-body .music-show-clock-part-option-container + .details-container {
  display: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  text-align: left;
}
#auto-generate-music-show-clock-hour-modal .reveal-modal-body .card {
  min-height: 40px;
}
#auto-generate-music-show-clock-hour-modal .reveal-modal-body #generated-clock-parts-table_wrapper .dataTables_scrollHead {
  display: none;
}
#auto-generate-music-show-clock-hour-modal .reveal-modal-body #generated-clock-parts-table_wrapper .dataTables_scrollBody {
  border-bottom: none;
}

#calendar-main-container .loader-container,
.authorization-schedule-wizard .loader-container {
  position: absolute;
  top: 35%;
  width: 100%;
}
#calendar-main-container .calendar-container.calendar-overlay,
.authorization-schedule-wizard .calendar-container.calendar-overlay {
  background-color: white;
  opacity: 0.6;
  z-index: 99;
}
#calendar-main-container .calendar-container .schedules-calendar,
.authorization-schedule-wizard .calendar-container .schedules-calendar {
  width: 100% !important;
}
#calendar-main-container .calendar-container .schedules-calendar .fc-scroller,
.authorization-schedule-wizard .calendar-container .schedules-calendar .fc-scroller {
  overflow-y: scroll !important;
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE 10+ */
}
#calendar-main-container .calendar-container .schedules-calendar .fc-scroller::-webkit-scrollbar,
.authorization-schedule-wizard .calendar-container .schedules-calendar .fc-scroller::-webkit-scrollbar { /* WebKit */
  width: 0;
  height: 0;
}
#calendar-main-container .calendar-container .schedules-calendar .fc-toolbar.fc-header-toolbar .fc-button,
.authorization-schedule-wizard .calendar-container .schedules-calendar .fc-toolbar.fc-header-toolbar .fc-button {
  background-color: transparent;
  background-image: none;
  border-radius: 100px;
  font-size: 12px;
  line-height: 14px;
  height: 36px;
  padding: 10px 15px;
  box-shadow: none;
  text-shadow: none;
}
#calendar-main-container .calendar-container .schedules-calendar .fc-toolbar.fc-header-toolbar .fc-button:focus,
.authorization-schedule-wizard .calendar-container .schedules-calendar .fc-toolbar.fc-header-toolbar .fc-button:focus {
  border-color: rgb(68, 72, 77) !important;
  color: rgb(68, 72, 77) !important;
}
#calendar-main-container .calendar-container .schedules-calendar .fc-toolbar.fc-header-toolbar .fc-button:hover, #calendar-main-container .calendar-container .schedules-calendar .fc-toolbar.fc-header-toolbar .fc-button.fc-button-active,
.authorization-schedule-wizard .calendar-container .schedules-calendar .fc-toolbar.fc-header-toolbar .fc-button:hover,
.authorization-schedule-wizard .calendar-container .schedules-calendar .fc-toolbar.fc-header-toolbar .fc-button.fc-button-active {
  background-color: rgb(68, 72, 77) !important;
  border-color: rgb(68, 72, 77) !important;
  color: rgb(255, 255, 255) !important;
}
#calendar-main-container .calendar-container .schedules-calendar .fc-toolbar.fc-header-toolbar .fc-button .fc-icon,
.authorization-schedule-wizard .calendar-container .schedules-calendar .fc-toolbar.fc-header-toolbar .fc-button .fc-icon {
  font-size: 10px;
}
#calendar-main-container .calendar-container .schedules-calendar .fc-toolbar.fc-header-toolbar .fc-button.fc-prev-button,
.authorization-schedule-wizard .calendar-container .schedules-calendar .fc-toolbar.fc-header-toolbar .fc-button.fc-prev-button {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  margin-left: 10px;
}
#calendar-main-container .calendar-container .schedules-calendar .fc-toolbar.fc-header-toolbar .fc-button.fc-next-button,
.authorization-schedule-wizard .calendar-container .schedules-calendar .fc-toolbar.fc-header-toolbar .fc-button.fc-next-button {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-left: 0;
}
#calendar-main-container .calendar-container .schedules-calendar .fc-toolbar.fc-header-toolbar .fc-toolbar-title,
.authorization-schedule-wizard .calendar-container .schedules-calendar .fc-toolbar.fc-header-toolbar .fc-toolbar-title {
  font-weight: 700;
  color: rgb(68, 72, 77);
  font-size: 20px;
  position: relative;
  top: 4px;
}
#calendar-main-container .calendar-container .schedules-calendar .fc-toolbar.fc-header-toolbar .fc-button-group > :first-child:not(.fc-today-button),
.authorization-schedule-wizard .calendar-container .schedules-calendar .fc-toolbar.fc-header-toolbar .fc-button-group > :first-child:not(.fc-today-button) {
  border-right: 0 !important;
  border-radius: 100px 0 0 100px !important;
}
#calendar-main-container .calendar-container .schedules-calendar .fc-toolbar.fc-header-toolbar .fc-button-group > :last-child:not(.fc-next-button),
.authorization-schedule-wizard .calendar-container .schedules-calendar .fc-toolbar.fc-header-toolbar .fc-button-group > :last-child:not(.fc-next-button) {
  border-radius: 0 100px 100px 0 !important;
}
#calendar-main-container .calendar-container .schedules-calendar .fc-toolbar.fc-header-toolbar .fc-button-group > button:not(:first-child):not(:last-child):not(.fc-prev-button),
.authorization-schedule-wizard .calendar-container .schedules-calendar .fc-toolbar.fc-header-toolbar .fc-button-group > button:not(:first-child):not(:last-child):not(.fc-prev-button) {
  border-radius: 0 !important;
  border-right: 0 !important;
}
#calendar-main-container .calendar-container .schedules-calendar .fc-col-header-cell .fc-scrollgrid-sync-inner.holiday,
.authorization-schedule-wizard .calendar-container .schedules-calendar .fc-col-header-cell .fc-scrollgrid-sync-inner.holiday {
  background: #ffcc00;
}
#calendar-main-container .calendar-container .schedules-calendar .fc-col-header-cell .fc-scrollgrid-sync-inner.dst-change,
.authorization-schedule-wizard .calendar-container .schedules-calendar .fc-col-header-cell .fc-scrollgrid-sync-inner.dst-change {
  align-items: center;
  display: flex;
  justify-content: center;
}
#calendar-main-container .calendar-container .schedules-calendar .fc-col-header-cell .fc-scrollgrid-sync-inner.dst-change .fc-col-header-cell-cushion,
.authorization-schedule-wizard .calendar-container .schedules-calendar .fc-col-header-cell .fc-scrollgrid-sync-inner.dst-change .fc-col-header-cell-cushion {
  position: absolute;
}
#calendar-main-container .calendar-container .schedules-calendar .fc-col-header-cell .fc-scrollgrid-sync-inner.dst-change .dst-change-text,
.authorization-schedule-wizard .calendar-container .schedules-calendar .fc-col-header-cell .fc-scrollgrid-sync-inner.dst-change .dst-change-text {
  color: rgb(141, 57, 149);
  margin-left: auto;
  margin-right: 5px;
  font-weight: 400;
}
#calendar-main-container .calendar-container .schedules-calendar .fc-event,
.authorization-schedule-wizard .calendar-container .schedules-calendar .fc-event {
  background-color: rgba(141, 57, 149, 0.7);
  box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.15);
  border-color: rgba(141, 57, 149, 0.7);
  color: #fff;
  cursor: pointer;
  margin: 0 2px;
  overflow: hidden;
}
#calendar-main-container .calendar-container .schedules-calendar .fc-event .fc-event-main,
.authorization-schedule-wizard .calendar-container .schedules-calendar .fc-event .fc-event-main {
  padding: 0;
  display: flex;
  flex-flow: column nowrap;
}
#calendar-main-container .calendar-container .schedules-calendar .fc-event .fc-event-main .fc-event-time,
.authorization-schedule-wizard .calendar-container .schedules-calendar .fc-event .fc-event-main .fc-event-time {
  font-weight: 700;
  background-color: rgba(0, 0, 0, 0.05);
  font-size: 10px;
  letter-spacing: 1px;
  padding: 2px;
  text-align: center;
}
#calendar-main-container .calendar-container .schedules-calendar .fc-event .fc-event-main .fc-event-body,
.authorization-schedule-wizard .calendar-container .schedules-calendar .fc-event .fc-event-main .fc-event-body {
  text-align: center;
}
#calendar-main-container .calendar-container .schedules-calendar .fc-event .fc-event-main .fc-event-body .fc-event-title,
.authorization-schedule-wizard .calendar-container .schedules-calendar .fc-event .fc-event-main .fc-event-body .fc-event-title {
  font-size: 12px;
}
#calendar-main-container .calendar-container .schedules-calendar .fc-event .fc-event-main .fc-event-status,
.authorization-schedule-wizard .calendar-container .schedules-calendar .fc-event .fc-event-main .fc-event-status {
  margin-top: 3px;
  text-align: center;
}
#calendar-main-container .calendar-container .schedules-calendar .fc-event .fc-event-main .fc-event-status span,
.authorization-schedule-wizard .calendar-container .schedules-calendar .fc-event .fc-event-main .fc-event-status span {
  border-radius: 50%;
  display: inline-block;
  font-size: 13px;
  height: 10px;
  opacity: 0.8;
  margin-right: 5px;
  position: relative;
  top: 1px;
  width: 10px;
}
#calendar-main-container .calendar-container .schedules-calendar .fc-event .fc-event-main .fc-event-status span.text-red,
.authorization-schedule-wizard .calendar-container .schedules-calendar .fc-event .fc-event-main .fc-event-status span.text-red {
  color: red;
}
#calendar-main-container .calendar-container .schedules-calendar .fc-event .fc-event-main .fc-event-status span.text-yellow,
.authorization-schedule-wizard .calendar-container .schedules-calendar .fc-event .fc-event-main .fc-event-status span.text-yellow {
  color: yellow;
}
#calendar-main-container .calendar-container .schedules-calendar .fc-event .fc-event-main .fc-event-status > a,
.authorization-schedule-wizard .calendar-container .schedules-calendar .fc-event .fc-event-main .fc-event-status > a {
  color: var(--fc-event-text-color, #fff);
}
#calendar-main-container .calendar-container .schedules-calendar .fc-timegrid-now-indicator-container .fc-timegrid-now-indicator-arrow,
.authorization-schedule-wizard .calendar-container .schedules-calendar .fc-timegrid-now-indicator-container .fc-timegrid-now-indicator-arrow {
  border-left-color: rgb(141, 57, 149);
  border-right-color: rgb(141, 57, 149);
}
#calendar-main-container .calendar-container .schedules-calendar .fc-timegrid-now-indicator-container .fc-timegrid-now-indicator-line,
.authorization-schedule-wizard .calendar-container .schedules-calendar .fc-timegrid-now-indicator-container .fc-timegrid-now-indicator-line {
  border-top-color: rgb(141, 57, 149);
}
#calendar-main-container .calendar-container .schedules-calendar table,
.authorization-schedule-wizard .calendar-container .schedules-calendar table {
  width: 100% !important;
}
#calendar-main-container .calendar-container .schedules-calendar table .fc-col-header, #calendar-main-container .calendar-container .schedules-calendar table .fc-timegrid-body,
.authorization-schedule-wizard .calendar-container .schedules-calendar table .fc-col-header,
.authorization-schedule-wizard .calendar-container .schedules-calendar table .fc-timegrid-body {
  width: 100% !important;
}
#calendar-main-container .calendar-container .schedules-calendar table tr:hover,
.authorization-schedule-wizard .calendar-container .schedules-calendar table tr:hover {
  background-color: transparent;
}
#calendar-main-container .calendar-container .schedules-calendar table tr td.fc-timegrid-slot,
.authorization-schedule-wizard .calendar-container .schedules-calendar table tr td.fc-timegrid-slot {
  box-shadow: none;
  font-size: 12px;
  height: 30px;
}
#calendar-main-container .calendar-container .schedules-calendar table tr td.fc-timegrid-slot.fc-timegrid-slot-minor,
.authorization-schedule-wizard .calendar-container .schedules-calendar table tr td.fc-timegrid-slot.fc-timegrid-slot-minor {
  border: 0;
  vertical-align: top;
}
#calendar-main-container .calendar-container .schedules-calendar table tr td.fc-timegrid-col,
.authorization-schedule-wizard .calendar-container .schedules-calendar table tr td.fc-timegrid-col {
  border-left: none;
}
#calendar-main-container .calendar-container .schedules-calendar table tr td.fc-timegrid-col.fc-resource:not([data-resource-id="1"]),
.authorization-schedule-wizard .calendar-container .schedules-calendar table tr td.fc-timegrid-col.fc-resource:not([data-resource-id="1"]) {
  border-right: none;
  background-image: url(/static/images/calendar-border.png);
  background-position: right;
  background-size: 3px;
  background-repeat: repeat-y;
  padding: 0 1px;
}
#calendar-main-container .calendar-container .schedules-calendar .fc-time-grid .fc-slats tr td,
.authorization-schedule-wizard .calendar-container .schedules-calendar .fc-time-grid .fc-slats tr td {
  height: 12px;
  box-shadow: none;
}
#calendar-main-container .calendar-container .schedules-calendar .fc-time-grid .fc-slats tr.fc-minor td.fc-widget-content,
.authorization-schedule-wizard .calendar-container .schedules-calendar .fc-time-grid .fc-slats tr.fc-minor td.fc-widget-content {
  border: none;
}
#calendar-main-container .calendar-container .schedules-calendar .fc-head .fc-widget-header.fc-row,
.authorization-schedule-wizard .calendar-container .schedules-calendar .fc-head .fc-widget-header.fc-row {
  border: 0;
}
#calendar-main-container .calendar-container .schedules-calendar .fc-head .fc-widget-header th,
.authorization-schedule-wizard .calendar-container .schedules-calendar .fc-head .fc-widget-header th {
  border-left: 0;
  border-right: 0;
  color: rgb(68, 72, 77);
  font-size: 14px;
  font-weight: normal;
}
#calendar-main-container .calendar-container .schedules-calendar .fc-list-item .fc-event-dot,
.authorization-schedule-wizard .calendar-container .schedules-calendar .fc-list-item .fc-event-dot {
  background-color: rgb(141, 57, 149);
}
#calendar-main-container .calendar-container .schedules-calendar .fc-list-empty,
.authorization-schedule-wizard .calendar-container .schedules-calendar .fc-list-empty {
  font-size: 14px;
}
#calendar-main-container .calendar-container .schedules-calendar table.fc-list-table tr.fc-list-item td.fc-list-item-title .event-status,
.authorization-schedule-wizard .calendar-container .schedules-calendar table.fc-list-table tr.fc-list-item td.fc-list-item-title .event-status {
  font-size: 11px;
  padding-top: 2px;
  position: absolute;
  right: 14px;
}
#calendar-main-container .calendar-container .schedules-calendar .jspVerticalBar,
.authorization-schedule-wizard .calendar-container .schedules-calendar .jspVerticalBar {
  width: 5px;
}

#calendar-main-container {
  height: 100%;
}

.authorization-schedule-wizard {
  max-width: 75rem !important;
}
.authorization-schedule-wizard .reveal-modal-body {
  height: 65vh;
  padding: 0 2rem;
}
.authorization-schedule-wizard .reveal-modal-body .radio-selection-container {
  padding-left: 20px;
  margin-top: 10px;
}
.authorization-schedule-wizard .reveal-modal-body #images-grid-layout > li.selected {
  box-shadow: inset 0 0 2px 3px rgb(158.4538834951, 64.0558252427, 167.4441747573);
}
.authorization-schedule-wizard .reveal-modal-body .confirmation-step {
  align-items: baseline;
  display: flex;
  padding-top: 2em;
}
.authorization-schedule-wizard .reveal-modal-body .confirmation-step ul.flex {
  display: flex;
  align-items: baseline;
}
.authorization-schedule-wizard .reveal-modal-body .confirmation-step #selected-schedule-overrides {
  max-height: 50vh;
}
.authorization-schedule-wizard .reveal-modal-body .confirmation-step .slot-overrides-container .slot-container {
  align-items: center;
  display: flex;
  flex-flow: row wrap;
}
.authorization-schedule-wizard .reveal-modal-body .confirmation-step .slot-overrides-container .slot-container:not(:first-child) {
  margin-top: 1em;
}
.authorization-schedule-wizard .reveal-modal-body .confirmation-step .slot-overrides-container .slot-container:not(:last-child) {
  border-bottom: 1px solid rgba(68, 72, 77, 0.2);
}
.authorization-schedule-wizard .reveal-modal-body .confirmation-step .slot-overrides-container .slot-container .collapse-expand-item {
  flex-basis: 10%;
}
.authorization-schedule-wizard .reveal-modal-body .confirmation-step .slot-overrides-container .slot-container .original-slot-item {
  flex-basis: 90%;
}
.authorization-schedule-wizard .reveal-modal-body .confirmation-step .slot-overrides-container .slot-container .override-days-list {
  display: flex;
  flex-flow: column;
  padding-left: 1em;
  padding-right: 1em;
}
.authorization-schedule-wizard .reveal-modal-body .confirmation-step .slot-overrides-container .slot-container .override-days-list > li {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 10px;
}
.authorization-schedule-wizard .reveal-modal-body .confirmation-step .slot-overrides-container .slot-container .override-days-list > li .original-day-container {
  flex-basis: 20%;
}
.authorization-schedule-wizard .reveal-modal-body .confirmation-step .slot-overrides-container .slot-container .override-days-list > li .override-items-container {
  flex-basis: 80%;
}
.authorization-schedule-wizard .reveal-modal-body .confirmation-step .slot-overrides-container .slot-container .override-days-list > li .override-actions-container {
  flex-basis: 100%;
}
.authorization-schedule-wizard .reveal-modal-body .confirmation-step .slot-overrides-container .slot-container .override-days-list > li:not(:last-child) {
  border-bottom: 1px solid rgba(68, 72, 77, 0.2);
}
.authorization-schedule-wizard .reveal-modal-body .confirmation-step .slot-overrides-container .slot-container .override-days-list > li .skipped-label {
  color: rgb(243, 0, 30);
  padding-left: 5px;
}
.authorization-schedule-wizard .reveal-modal-body .confirmation-step .slot-overrides-container .slot-container .override-days-list > li .override-items > li {
  align-items: center;
  display: flex;
  flex-flow: row wrap;
  padding: 1em 0;
}
.authorization-schedule-wizard .reveal-modal-body .confirmation-step .slot-overrides-container .slot-container .override-days-list > li .override-items > li:not(:last-child) {
  border-bottom: 1px solid rgba(68, 72, 77, 0.2);
}
.authorization-schedule-wizard .reveal-modal-body .confirmation-step .slot-overrides-container .slot-container .override-days-list > li .override-items > li > .item-container {
  flex-basis: 90%;
}
.authorization-schedule-wizard .reveal-modal-body .confirmation-step .slot-overrides-container .slot-container .override-days-list > li .override-items > li > .item-container .override-slider-container {
  height: 36px;
}
.authorization-schedule-wizard .reveal-modal-body .confirmation-step .slot-overrides-container .slot-container .override-days-list > li .override-items > li > .item-container .override-slider-container .override-slider {
  position: relative;
  top: 12px;
}
.authorization-schedule-wizard .reveal-modal-body .confirmation-step .slot-overrides-container .slot-container .override-days-list > li .override-items > li > .remove-item-container {
  flex-basis: 10%;
}
.authorization-schedule-wizard #multi-series-warning {
  bottom: 0px;
  right: 0px;
  position: absolute;
}
.authorization-schedule-wizard .multi-series {
  font-size: 13px;
  color: #333;
}

#schedule-modal {
  max-height: calc(100vh - 100px);
  top: 50px;
}
#schedule-modal > .reveal-modal-body hr.tabs-divider {
  margin-bottom: 0;
  top: 26px;
}
#schedule-modal > .reveal-modal-body .tabs {
  top: -30px;
}
#schedule-modal > .reveal-modal-body .tabs-content {
  margin-top: -10px;
}
#schedule-modal > .reveal-modal-body .tabs-content input {
  width: 100%;
}
#schedule-modal > .reveal-modal-body .tabs-content a.select2-choice {
  min-width: 86px;
}
#schedule-modal > .reveal-modal-body .tabs-content a#link-to-episode {
  color: rgb(141, 57, 149);
  letter-spacing: initial;
}
#schedule-modal > .reveal-modal-body .tabs-content a#link-to-episode:hover {
  text-decoration: underline;
}
#schedule-modal > .reveal-modal-body .tabs-content ul#event-slider-list {
  display: flex;
  align-items: center;
}
#schedule-modal > .reveal-modal-body .tabs-content .schedule-slots-container {
  max-height: 310px;
}
#schedule-modal > .reveal-modal-body .tabs-content .schedule-slots-container .slot-container:only-child .remove-slot {
  display: none;
}
#schedule-modal > .reveal-modal-body .tabs-content .schedule-slots-container .slot-container:not(:last-child) {
  border-bottom: 1px solid rgba(68, 72, 77, 0.2);
  display: inline-block;
}
#schedule-modal > .reveal-modal-body .tabs-content .slot-overrides-container {
  max-height: 620px;
}
@media (max-height: 1080px) {
  #schedule-modal > .reveal-modal-body .tabs-content .slot-overrides-container {
    max-height: 400px;
  }
}
#schedule-modal > .reveal-modal-body .tabs-content .slot-overrides-container .slot-container {
  align-items: center;
  display: flex;
  flex-flow: row wrap;
}
#schedule-modal > .reveal-modal-body .tabs-content .slot-overrides-container .slot-container:not(:first-child) {
  margin-top: 1em;
}
#schedule-modal > .reveal-modal-body .tabs-content .slot-overrides-container .slot-container:not(:last-child) {
  border-bottom: 1px solid rgba(68, 72, 77, 0.2);
}
#schedule-modal > .reveal-modal-body .tabs-content .slot-overrides-container .slot-container .collapse-expand-item {
  flex-basis: 10%;
}
#schedule-modal > .reveal-modal-body .tabs-content .slot-overrides-container .slot-container .original-slot-item {
  flex-basis: 90%;
}
#schedule-modal > .reveal-modal-body .tabs-content .slot-overrides-container .slot-container .override-days-list {
  display: flex;
  flex-flow: column;
  padding-left: 1em;
  padding-right: 1em;
}
#schedule-modal > .reveal-modal-body .tabs-content .slot-overrides-container .slot-container .override-days-list > li {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 10px;
}
#schedule-modal > .reveal-modal-body .tabs-content .slot-overrides-container .slot-container .override-days-list > li .original-day-container {
  flex-basis: 20%;
}
#schedule-modal > .reveal-modal-body .tabs-content .slot-overrides-container .slot-container .override-days-list > li .override-items-container {
  flex-basis: 80%;
}
#schedule-modal > .reveal-modal-body .tabs-content .slot-overrides-container .slot-container .override-days-list > li .override-actions-container {
  flex-basis: 100%;
}
#schedule-modal > .reveal-modal-body .tabs-content .slot-overrides-container .slot-container .override-days-list > li:not(:last-child) {
  border-bottom: 1px solid rgba(68, 72, 77, 0.2);
}
#schedule-modal > .reveal-modal-body .tabs-content .slot-overrides-container .slot-container .override-days-list > li .skipped-label {
  color: rgb(243, 0, 30);
  padding-left: 5px;
}
#schedule-modal > .reveal-modal-body .tabs-content .slot-overrides-container .slot-container .override-days-list > li .override-items > li {
  align-items: center;
  display: flex;
  flex-flow: row wrap;
  padding: 1em 0;
}
#schedule-modal > .reveal-modal-body .tabs-content .slot-overrides-container .slot-container .override-days-list > li .override-items > li:not(:last-child) {
  border-bottom: 1px solid rgba(68, 72, 77, 0.2);
}
#schedule-modal > .reveal-modal-body .tabs-content .slot-overrides-container .slot-container .override-days-list > li .override-items > li > .item-container {
  flex-basis: 90%;
}
#schedule-modal > .reveal-modal-body .tabs-content .slot-overrides-container .slot-container .override-days-list > li .override-items > li > .item-container .override-slider-container {
  height: 36px;
}
#schedule-modal > .reveal-modal-body .tabs-content .slot-overrides-container .slot-container .override-days-list > li .override-items > li > .item-container .override-slider-container .override-slider {
  position: relative;
  top: 12px;
}
#schedule-modal > .reveal-modal-body .tabs-content .slot-overrides-container .slot-container .override-days-list > li .override-items > li > .remove-item-container {
  flex-basis: 10%;
}
#schedule-modal > .reveal-modal-body .tabs-content #audio .poi-markers-widget .card {
  padding: 0 20px;
}
#schedule-modal > .reveal-modal-body .tabs-content #audio audio.feed-audio {
  width: 95%;
}
#schedule-modal > .reveal-modal-body .tabs-content #audio audio.feed-audio ~ span {
  position: relative;
  top: -13px;
  left: 15px;
}
#schedule-modal > .reveal-modal-body .tabs-content #audio audio.feed-audio.error::-webkit-media-controls-panel {
  background-color: rgb(239, 154, 154);
}
#schedule-modal > .reveal-modal-body .tabs-content #playlist #table-container {
  position: absolute;
}
#schedule-modal > .reveal-modal-body .tabs-content #playlist #playlist-table_wrapper {
  min-height: 100px;
}
#schedule-modal > .reveal-modal-body .tabs-content #playlist #playlist-table_wrapper table tr td:first-child {
  box-shadow: inset 6px 0 0 var(--box-shadow-color);
}

#authorization-wizard-schedule-creation-modal {
  max-height: calc(100vh - 100px);
  top: 50px;
}
#authorization-wizard-schedule-creation-modal input {
  width: 100%;
}
#authorization-wizard-schedule-creation-modal .schedule-slots-container {
  max-height: 180px;
}
#authorization-wizard-schedule-creation-modal .schedule-slots-container .slot-container:only-child .remove-slot {
  display: none;
}
#authorization-wizard-schedule-creation-modal .schedule-slots-container .slot-container:not(:last-child) {
  border-bottom: 1px solid rgba(68, 72, 77, 0.2);
  display: inline-block;
}

#import-schedules-modal .reveal-modal-body .loader-container {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, 0);
}
#import-schedules-modal .reveal-modal-body #upload-zone {
  height: 40vh;
}
#import-schedules-modal .reveal-modal-body #upload-zone::after {
  content: "Drag and drop your file here or click to browse";
  left: 0;
  position: relative;
}
#import-schedules-modal .reveal-modal-body #uploaded-file-container {
  min-height: 40vh;
}
#import-schedules-modal .reveal-modal-body #uploaded-media-container.added-file {
  height: 100px;
  padding: 10px 30px;
  width: 100%;
}
#import-schedules-modal .reveal-modal-body #uploaded-media-container.added-file .progress {
  margin-bottom: 5px;
}
#import-schedules-modal .reveal-modal-body #uploaded-media-container.added-file #import-schedules-table {
  min-height: 35vh;
}

.tippy-box {
  background-color: #fff;
  border-radius: 10px;
  color: rgb(68, 72, 77);
}
.tippy-box .popup-container {
  display: flex;
  flex-direction: column;
  width: 250px;
}
.tippy-box .popup-container.series {
  width: 300px;
}
.tippy-box .popup-container li {
  font-size: 13px;
}
.tippy-box .popup-container .status-info {
  font-size: 12px;
  font-weight: 500;
  margin-top: 10px;
  text-align: center;
}
.tippy-box .popup-container .status-info span.text-red {
  color: red;
}
.tippy-box .popup-container .status-info span.text-yellow {
  color: yellow;
}

#authorized-stations-overrides-modal ul.station-override-slots-info-list:not(:last-child),
#authorized-stations-overrides-modal ul.station-override-slots-actions-list:not(:last-child) {
  margin-bottom: 15px;
}
#authorized-stations-overrides-modal ul.station-override-slots-info-list > li.slot-li,
#authorized-stations-overrides-modal ul.station-override-slots-actions-list > li.slot-li {
  height: 24px;
  list-style-type: circle;
}
#authorized-stations-overrides-modal ul.station-override-slots-info-list > li.slot-li:not(:last-child),
#authorized-stations-overrides-modal ul.station-override-slots-actions-list > li.slot-li:not(:last-child) {
  margin-bottom: 3px;
}
#authorized-stations-overrides-modal ul.station-override-slots-info-list > li.slot-li > .slot-container,
#authorized-stations-overrides-modal ul.station-override-slots-actions-list > li.slot-li > .slot-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 24px;
}
#authorized-stations-overrides-modal ul.station-override-slots-info-list > li.slot-li > .slot-container > .slot-start-time,
#authorized-stations-overrides-modal ul.station-override-slots-actions-list > li.slot-li > .slot-container > .slot-start-time {
  flex-grow: 1;
}
#authorized-stations-overrides-modal ul.station-override-slots-actions-list > li.slot-li {
  list-style-type: none;
}
#authorized-stations-overrides-modal ul.station-override-slots-actions-list > li.slot-li > .slot-container {
  justify-content: center;
}
#authorized-stations-overrides-modal ul.station-override-slots-actions-list > li.slot-li > .slot-container button .icon {
  margin-right: 5px;
}

#services-main-container, #roles-main-container,
#product-main-container,
#users-main-container {
  height: calc(100vh - 60px);
}
#services-main-container .tabs-divider-inner, #roles-main-container .tabs-divider-inner,
#users-main-container .tabs-divider-inner,
#product-main-container .tabs-divider-inner {
  margin: 0;
  top: 56px;
}
#services-main-container .tabs-content, #roles-main-container .tabs-content,
#users-main-container .tabs-content,
#product-main-container .tabs-content {
  margin: 0;
}
#services-main-container .tabs-content .main-container-wrapper, #roles-main-container .tabs-content .main-container-wrapper,
#users-main-container .tabs-content .main-container-wrapper,
#services-main-container .main-content .main-container-wrapper,
#roles-main-container .main-content .main-container-wrapper,
#users-main-container .main-content .main-container-wrapper,
#product-main-container .tabs-content .main-container-wrapper,
#product-main-container .main-content .main-container-wrapper {
  padding-top: 10px;
}
#services-main-container ul.breadcrumbs, #roles-main-container ul.breadcrumbs,
#users-main-container ul.breadcrumbs,
#product-main-container ul.breadcrumbs {
  padding-bottom: 0;
}
#services-main-container textarea, #roles-main-container textarea,
#users-main-container textarea,
#product-main-container textarea {
  min-height: 150px;
  overflow-y: auto;
}
#services-main-container .bulk-actions, #roles-main-container .bulk-actions,
#users-main-container .bulk-actions,
#product-main-container .bulk-actions {
  padding: 2px;
  position: relative;
  top: 8px;
}
#services-main-container .bulk-actions a, #roles-main-container .bulk-actions a,
#users-main-container .bulk-actions a,
#product-main-container .bulk-actions a {
  color: rgb(141, 57, 149);
  font-size: 13px;
}
#services-main-container .bulk-actions a:hover, #roles-main-container .bulk-actions a:hover,
#users-main-container .bulk-actions a:hover,
#product-main-container .bulk-actions a:hover {
  text-decoration: underline;
}
#services-main-container #page-size .select2-container, #roles-main-container #page-size .select2-container,
#users-main-container #page-size .select2-container,
#product-main-container #page-size .select2-container {
  text-align: center;
  width: 60px;
}
#services-main-container table.dataTable tbody td:not(.dataTables_empty), #roles-main-container table.dataTable tbody td:not(.dataTables_empty),
#users-main-container table.dataTable tbody td:not(.dataTables_empty),
#product-main-container table.dataTable tbody td:not(.dataTables_empty) {
  height: 36px;
}
#services-main-container table tbody tr td a, #roles-main-container table tbody tr td a,
#users-main-container table tbody tr td a,
#product-main-container table tbody tr td a {
  letter-spacing: initial;
}
#services-main-container table tbody tr td a:not(.button), #roles-main-container table tbody tr td a:not(.button),
#users-main-container table tbody tr td a:not(.button),
#product-main-container table tbody tr td a:not(.button) {
  color: rgb(141, 57, 149);
}
#services-main-container table tbody tr td a:not(.button):hover, #roles-main-container table tbody tr td a:not(.button):hover,
#users-main-container table tbody tr td a:not(.button):hover,
#product-main-container table tbody tr td a:not(.button):hover {
  text-decoration: underline;
}
#services-main-container table#object-services-table thead th:last-child, #roles-main-container table#object-services-table thead th:last-child,
#users-main-container table#object-services-table thead th:last-child,
#product-main-container table#object-services-table thead th:last-child {
  text-align: left !important;
  padding-left: 0;
}
#services-main-container #service-features-container #filters-sidebar, #roles-main-container #service-features-container #filters-sidebar, #roles-main-container #features-container #filters-sidebar, #roles-main-container #roles-container #filters-sidebar,
#users-main-container #service-features-container #filters-sidebar,
#users-main-container #features-container #filters-sidebar,
#users-main-container #roles-container #filters-sidebar,
#services-main-container #service-roles-container #filters-sidebar,
#roles-main-container #service-roles-container #filters-sidebar,
#users-main-container #service-roles-container #filters-sidebar,
#product-main-container #service-features-container #filters-sidebar,
#product-main-container #features-container #filters-sidebar,
#product-main-container #roles-container #filters-sidebar,
#product-main-container #service-roles-container #filters-sidebar {
  top: 127px;
}
#services-main-container #service-features-container #filters-sidebar .filter-options-container ul.filter-options > li > a, #roles-main-container #service-features-container #filters-sidebar .filter-options-container ul.filter-options > li > a, #roles-main-container #features-container #filters-sidebar .filter-options-container ul.filter-options > li > a, #roles-main-container #roles-container #filters-sidebar .filter-options-container ul.filter-options > li > a,
#users-main-container #service-features-container #filters-sidebar .filter-options-container ul.filter-options > li > a,
#users-main-container #features-container #filters-sidebar .filter-options-container ul.filter-options > li > a,
#users-main-container #roles-container #filters-sidebar .filter-options-container ul.filter-options > li > a,
#services-main-container #service-roles-container #filters-sidebar .filter-options-container ul.filter-options > li > a,
#roles-main-container #service-roles-container #filters-sidebar .filter-options-container ul.filter-options > li > a,
#users-main-container #service-roles-container #filters-sidebar .filter-options-container ul.filter-options > li > a,
#product-main-container #service-features-container #filters-sidebar .filter-options-container ul.filter-options > li > a,
#product-main-container #features-container #filters-sidebar .filter-options-container ul.filter-options > li > a,
#product-main-container #roles-container #filters-sidebar .filter-options-container ul.filter-options > li > a,
#product-main-container #service-roles-container #filters-sidebar .filter-options-container ul.filter-options > li > a {
  max-width: 180px;
}
#services-main-container #object-service-features #filters-sidebar, #roles-main-container #object-service-features #filters-sidebar,
#users-main-container #object-service-features #filters-sidebar,
#product-main-container #object-service-features #filters-sidebar {
  top: 70px;
}
#services-main-container #object-service-features #filters-sidebar .filter-options-container ul.filter-options > li > a, #roles-main-container #object-service-features #filters-sidebar .filter-options-container ul.filter-options > li > a,
#users-main-container #object-service-features #filters-sidebar .filter-options-container ul.filter-options > li > a,
#product-main-container #object-service-features #filters-sidebar .filter-options-container ul.filter-options > li > a {
  max-width: 180px;
}

.service-modal,
.role-modal,
.feature-modal {
  overflow: hidden;
}
.service-modal textarea,
.role-modal textarea,
.feature-modal textarea {
  min-height: 100px;
  overflow-y: auto;
}
.service-modal .loader,
.role-modal .loader,
.feature-modal .loader {
  position: relative;
  margin: 0 auto;
}
.service-modal #roles-list-container,
.role-modal #roles-list-container,
.feature-modal #roles-list-container {
  border-top: 1px solid rgba(68, 72, 77, 0.3);
  max-height: 50vh;
  min-height: 47px;
  overflow-x: hidden;
  overflow-y: auto;
  padding-top: 10px;
}
@media screen and (max-height: 1080px) {
  .service-modal #roles-list-container,
  .role-modal #roles-list-container,
  .feature-modal #roles-list-container {
    max-height: 40vh;
  }
}
@media screen and (max-height: 900px) {
  .service-modal #roles-list-container,
  .role-modal #roles-list-container,
  .feature-modal #roles-list-container {
    max-height: 27vh;
  }
}

#roles-main-container .user-not-found,
#product-main-container .user-not-found,
#users-main-container .user-not-found {
  background-color: rgba(255, 66, 89, 0.2);
}
#roles-main-container .accordion li.accordion-navigation.selected > a,
#product-main-container .accordion li.accordion-navigation.selected > a,
#users-main-container .accordion li.accordion-navigation.selected > a {
  color: rgb(141, 57, 149);
}
#roles-main-container .accordion li.accordion-navigation > .content > ul.filter-options > li.selected > a,
#product-main-container .accordion li.accordion-navigation > .content > ul.filter-options > li.selected > a,
#users-main-container .accordion li.accordion-navigation > .content > ul.filter-options > li.selected > a {
  color: rgb(141, 57, 149);
}
#roles-main-container .accordion li.accordion-navigation > .content > ul.filter-options > li > p.empty-text,
#product-main-container .accordion li.accordion-navigation > .content > ul.filter-options > li > p.empty-text,
#users-main-container .accordion li.accordion-navigation > .content > ul.filter-options > li > p.empty-text {
  cursor: default;
  display: table-cell;
  font-size: 12px;
  line-height: 24px;
  max-width: 145px;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
  white-space: nowrap;
}

form#import-features-form textarea {
  min-height: 30vh;
  overflow-y: auto;
}

#product-main-container {
  height: auto;
}
#product-main-container #services-list {
  height: -moz-fit-content;
  height: fit-content;
}
#product-main-container #services-list .service-name {
  display: flex;
  flex-direction: row;
  width: 100%;
  gap: 20px;
}
#product-main-container #services-list .service-name .icon {
  margin-left: auto;
}
#product-main-container #services-list li.accordion-navigation {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto auto;
}
#product-main-container #services-list .filter-options {
  overflow-y: auto;
  outline: none;
  position: relative;
}
#product-main-container .status-indicator {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1), 0 0 0 0 rgba(0, 0, 0, 0.1);
  vertical-align: middle;
  top: 4px;
}
#product-main-container .status-indicator.included {
  background: rgb(75, 210, 143);
}
#product-main-container .status-indicator.partly-included {
  background: #4A90E2 !important;
}
#product-main-container .status-indicator.excluded {
  background: rgb(175.5673469388, 54.1551020408, 38.4326530612);
}
#product-main-container #filters-sidebar {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  height: 78vh;
}
#product-main-container .select-category {
  height: 20px;
  padding: 2px 2px;
  min-width: auto;
  width: 20px;
}
#product-main-container .select-category span {
  font-size: 10px !important;
}

.brand-color {
  background-color: rgb(141, 57, 149);
}

.primary-color {
  background-color: rgb(141, 57, 149);
}

.secondary-color {
  background-color: rgb(68, 72, 77);
}

.body-color {
  background-color: rgb(255, 255, 255);
}

.text-color {
  background-color: #222;
}

.basic-color {
  background-color: #fff;
}

.style-guideline {
  overflow-y: auto;
  overflow-x: hidden;
}
.style-guideline section {
  padding-bottom: 60px;
}
.style-guideline .inner-wrap {
  min-height: 85%;
}
.style-guideline .section-title {
  color: rgb(141, 57, 149);
}
.style-guideline h2.section-title {
  margin-bottom: 50px;
}
.style-guideline h3.section-title {
  opacity: 0.3;
  color: rgb(68, 72, 77);
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 25px;
  right: 20px;
}
.style-guideline .row {
  max-width: 60rem;
}
.style-guideline section::after {
  margin-bottom: 40px;
}
.style-guideline .small-block-grid-6 {
  display: flex;
}
.style-guideline .small-block-grid-6 li {
  margin-left: 10px;
}
.style-guideline .loader {
  right: 180px;
  top: -45px;
  position: relative;
}
.style-guideline hr, .style-guideline .menu_item {
  display: none;
}
.style-guideline hr.firsthr,
.style-guideline .reveal-modal hr,
.style-guideline dialog hr,
.style-guideline .main-nav hr {
  display: block !important;
}
.style-guideline .reveal-modal .tabs-content, .style-guideline dialog .tabs-content {
  margin-top: 10px;
  margin-bottom: 50px;
}
.style-guideline .search-container > input, .style-guideline .datepicker-container > input {
  width: 100%;
}

.color-swatch {
  border-radius: 6px;
  height: 100px;
  width: 150px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  transition: transform 1s ease-in-out;
}
.color-swatch span {
  display: none;
  text-align: center;
  padding-top: 70px;
  font-size: 19px;
  color: #fff;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  transition: transform 1s ease-in-out;
}

.navigation-buttons {
  width: 150% !important;
  margin-bottom: 5%;
  display: none;
}
.navigation-buttons li {
  font-size: 20px;
  padding-left: 0px;
  padding-right: 280px;
  display: inline-block;
}

.content-items li {
  font-size: 22px;
  color: #44484d;
  width: -moz-fit-content;
  width: fit-content;
}

#contents-menu {
  width: 70%;
  height: 100%;
  margin-left: 8%;
}
#contents-menu h2 {
  margin-left: 23%;
  font-size: 30px;
}
#contents-menu li {
  margin-left: 25%;
}

#change-mode {
  margin-left: 65vw;
  position: absolute;
  top: 50px;
}
#change-mode span {
  color: #fff;
  font-size: 25px;
  padding-left: 98px;
}
#change-mode button {
  width: 150px;
  height: 45px;
}
#change-mode button div {
  white-space: nowrap;
  margin-top: -22px;
  margin-right: 30px;
  font-size: 14px;
}

#change-mode > button:hover .icon-sun {
  color: rgb(255, 255, 255) !important;
}

.invert-color {
  filter: invert(100%) !important;
}

.color-swatch:hover {
  transform: scale(1.15);
}

.color-swatch:hover > span {
  display: inline-block;
}

pre > code {
  background-color: rgba(68, 72, 77, 0.08);
  border-color: rgba(68, 72, 77, 0.35);
  color: #333;
  display: block;
  padding: 20px;
  font-size: 12px;
  margin: 0;
  white-space: pre-wrap;
  white-space: -moz-pre-wrap !important;
  white-space: pre-wrap;
  white-space: -o-pre-wrap;
}

#stream-urls p.mono {
  border-radius: 3px;
  transition: all 0.25s ease-in-out;
  background-color: rgba(68, 72, 77, 0.05);
  border: 0 solid rgba(68, 72, 77, 0.3);
  font-family: "Menlo-Regular", monospace;
  font-size: 13px;
  height: 36px;
  background-color: rgba(21, 31, 38, 0.05);
  font-family: inherit;
  height: auto;
  line-height: 16px;
  margin-bottom: 0;
  margin-right: 10px;
  padding: 10px 0 10px 10px;
  word-wrap: break-word;
}

h1.widget-header {
  font-size: 30px;
  font-weight: 300;
}

h3.widget-header {
  font-weight: 700;
  color: rgb(68, 72, 77);
  font-size: 16px;
  line-height: 28px;
  margin-top: 0px;
}

ol.toc {
  margin: 0;
  padding: 0;
}

ol.toc li {
  padding: 5px 0;
}

ol.toc li a {
  transition: all 450ms ease;
  border-bottom: none;
  color: rgb(141, 57, 149);
  text-decoration: none;
}

ol.toc li a:hover {
  transition: all 450ms ease;
  border-bottom: none;
  color: rgb(106.0922330097, 42.8883495146, 112.1116504854);
  text-decoration: none;
}

#station-playout-settings-container {
  height: calc(100vh - 92px);
  position: relative;
  top: 10px;
}
#station-playout-settings-container .tabs {
  margin: 0 1em;
  position: relative;
  z-index: 2;
}
#station-playout-settings-container .tabs #refresh-settings {
  position: absolute;
  right: 0;
}
#station-playout-settings-container .tabs-content {
  margin: 0;
}
#station-playout-settings-container .tabs-content > section.content:not(#players-tab) {
  max-height: calc(100vh - 179px);
  overflow-y: auto;
}
#station-playout-settings-container #players-container .toolbar > .row {
  border-bottom: 1px solid rgba(68, 72, 77, 0.3);
  padding: 5px 0;
}
#station-playout-settings-container #players-container .tabs-content > section.content:not(#players-tab) {
  max-height: calc(100vh - 225px);
}
#station-playout-settings-container #details-tab-container .main-container-wrapper,
#station-playout-settings-container #audio-settings-tab-container .main-container-wrapper,
#station-playout-settings-container #gselector-tab-container .main-container-wrapper {
  position: relative;
}
#station-playout-settings-container #details-tab-container .main-container-wrapper .ui-sub-bar,
#station-playout-settings-container #audio-settings-tab-container .main-container-wrapper .ui-sub-bar,
#station-playout-settings-container #gselector-tab-container .main-container-wrapper .ui-sub-bar {
  position: fixed;
  right: 15px;
  top: 125px;
  width: 170px;
}
#station-playout-settings-container #audio-settings-tab-container .main-container-wrapper .ui-sub-bar {
  right: 30px;
}

#xslt-modal textarea {
  height: 500px;
}

.drop-settings {
  max-width: 280px !important;
  width: 280px !important;
}

#cloud-playout-stations-table .avatar {
  background-image: url("/static/images/img-placeholder.png");
  display: block;
}

#override-rules-table tr {
  height: 53px;
}

#migrate-clocks-message-container p {
  width: 80%;
}

#clock-overrides-action-buttons-container {
  display: flex;
  justify-content: end;
  -moz-column-gap: 15px;
       column-gap: 15px;
}

#takeover-wizard-modal #add-stations-step #search-stations-table-wrapper {
  border-right: 1px solid rgba(68, 72, 77, 0.3);
}
#takeover-wizard-modal #add-stations-step .subheader {
  border-bottom: 1px solid rgba(68, 72, 77, 0.3);
}

body {
  background: rgb(255, 255, 255);
  font-family: "Roboto", serif !important;
  overflow: hidden;
}

.wrapper {
  display: flex;
  overflow: hidden;
  position: relative;
}

.item {
  flex: 1 200px;
  order: 2;
}

*:focus {
  outline: none;
}

.content:focus {
  outline: none !important;
}

::-moz-selection {
  background-color: rgb(141, 57, 149);
  color: rgb(255, 255, 255);
}

::selection,
::-moz-selection {
  background-color: rgb(141, 57, 149);
  color: rgb(255, 255, 255);
}

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

.margin-top-10 {
  margin-top: 10px !important;
}

.no-border {
  border: none !important;
}

.nowrap {
  white-space: nowrap;
}

fieldset {
  border: 0;
  padding: 0;
}

fieldset .row,
fieldset .row .row {
  margin-bottom: 15px !important;
}

.row.full-width {
  width: 100%;
  max-width: 100%;
}

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

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

.confirmationBox.open {
  display: block;
}

.confirmationBox {
  border-radius: 3px;
  background-color: rgb(255, 255, 255);
  border: 1px solid rgba(68, 72, 77, 0.3);
  box-shadow: 0 2px 40px 0 rgba(0, 0, 0, 0.4);
  display: none;
  position: absolute;
  z-index: 1;
}

.confirmationBox .confirmationBoxHeader {
  font-weight: 700;
  border-bottom: 1px solid rgba(68, 72, 77, 0.3);
  padding: 15px 25px 10px 25px;
  text-align: center;
}

.confirmationBoxBody {
  padding: 15px 25px 25px 25px;
}

.confirmationBox p {
  font-size: 13px;
}

.confirmationBox.breakSlotDeleteConfirmation,
.confirmationBox.breakAllSlotsDeleteConfirmation {
  height: 186px;
  left: 50%;
  margin-left: -205px;
  margin-top: -145px;
  top: 50%;
  width: 410px;
}

#main_container {
  bottom: 0;
  height: calc(100vh - 60px);
  overflow-x: hidden;
  position: absolute;
  top: 60px;
  width: 100%;
}

.main-content-container {
  height: calc(100vh - 60px);
}

.station_with_footer,
.station_with_footer .body-wrapper {
  height: calc(100vh - 60px - 60px) !important;
}

.body-wrapper {
  clear: both;
  height: calc(100vh - 60px);
  float: left;
  position: relative;
  width: 100%;
}

.schedule-container.empty span {
  border-radius: 3px;
  background-color: rgba(68, 72, 77, 0.1);
  color: rgb(68, 72, 77);
  font-size: 12px;
  margin-top: 5px;
  padding: 3px 5px;
}

.logo-upload-instructions {
  font-weight: 400;
  color: rgba(68, 72, 77, 0.7);
  font-size: 11px;
  margin-top: 10px;
  text-align: left;
}

.settings-logo-container img {
  width: 100%;
}

.settings-logo-image-container {
  background: rgba(0, 0, 0, 0.03) no-repeat center center;
  background-size: cover;
  border: 1px solid rgba(0, 0, 0, 0.03);
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.03);
  height: 150px;
  width: 150px;
}

.show-cover-image-container {
  background: rgba(0, 0, 0, 0.03) no-repeat center center;
  background-size: cover;
  border: 1px solid rgba(0, 0, 0, 0.03);
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.03);
  height: 150px;
  max-width: 300px;
  width: 100%;
}

.settings-logo-image-container.station_logo,
.show-cover-image-container.station_logo {
  margin-bottom: 14px;
  height: 167px;
  width: 167px;
}

.settings-logo-image-container .progress,
.show-cover-image-container .progress {
  transition: all 250ms ease;
  left: 9%;
  opacity: 0;
  position: absolute;
  top: 50%;
}

.settings-logo-image-container.loading,
.show-cover-image-container.loading {
  box-shadow: inset 0 0 20px 70px rgba(0, 0, 0, 0.5);
}

.settings-logo-image-container.loading .progress,
.show-cover-image-container.loading .progress {
  transition: all 250ms ease;
  opacity: 1;
}

#stream-config-container label.has-tip {
  border-bottom: none;
  opacity: 1;
}

.main-container-wrapper,
#main-container-wrapper,
#dashboard-wrapper,
#rules-wrapper,
#schedule-wrapper,
#podcasts-wrapper,
#episodes-wrapper {
  min-height: 300px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
}

.view-site-button {
  border-bottom-color: rgb(141, 57, 149) !important;
  margin-top: 10px;
}

.color-theme-preview {
  display: inline-block;
  height: 14px;
  margin-left: 5px;
  margin-right: 5px;
  width: 14px;
}

.columns.collapse {
  padding: 0;
}

#overviewTableHeader {
  padding: 20px 0 15px 0;
}

.persist-header.floatingHeader {
  display: none;
}

.indented-row {
  text-indent: 20px;
}

.inherited-row {
  padding-left: 30px;
}

.failover-item td {
  padding-right: 20px;
}

.dataTables_wrapper table.dataTable {
  width: 100% !important;
}
.dataTables_wrapper:not(#assets-table_wrapper) .dataTables_scrollHeadInner {
  width: 100% !important;
}

.character-counter-wrapper {
  color: rgb(68, 72, 77);
  float: right;
  font-size: 12px;
  opacity: 0.6;
  text-align: right;
}

.alert-box.alert {
  background-color: rgba(255, 66, 89, 0.05);
  border-color: rgba(255, 21.06, 49.5288888889, 0.05);
  color: #FFFFFF;
  color: #ff4259;
}

.alert-box.warning {
  background-color: rgba(255, 170, 0, 0.1);
  border-color: rgba(219.3, 146.2, 0, 0.1);
  color: #FFFFFF;
  color: rgb(255, 170, 0);
}

.cell-button-icon {
  cursor: pointer;
  font-size: 16px;
  opacity: 0.5;
}

.cell-button-icon:hover {
  opacity: 1;
}

.cursor-default {
  cursor: default;
}

.relative {
  position: relative;
}

.info {
  color: rgb(141, 57, 149);
}

.plupload-message {
  position: absolute;
  color: #b0b0b0;
  z-index: -1;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.track-to-be-uploaded {
  background-color: #fff !important;
  border-bottom: 1px solid #ddd !important;
}

.track-title {
  color: #222 !important;
}

.counter {
  opacity: 0.5;
}

.underline {
  text-decoration: underline;
}

.wrap-content-text {
  word-break: break-word;
}

#director-version {
  border-top: 1px solid rgba(68, 72, 77, 0.1);
  padding: 7px 5px 0;
  text-align: center;
}
#director-version:hover {
  background: transparent;
  cursor: default;
}
#director-version p {
  text-overflow: ellipsis;
  overflow: hidden;
}

audio.error::-webkit-media-controls-panel {
  background-color: rgb(239, 154, 154);
}

.capitalize {
  text-transform: capitalize;
}

#home {
  background-color: rgb(18, 18, 18);
}
#home #main_container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#home #main_container .logo {
  background-image: url(/static/images/zettacloud_logo.svg);
  background-size: contain;
  position: absolute;
  top: 4rem;
  left: 4rem;
  height: 40px;
  width: 185px;
}
#home #main_container .error-container {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  top: 10%;
  width: 450px;
}
#home #main_container .error-container .error {
  color: rgb(243, 0, 30);
  font-size: 24px;
}
#home #main_container .error-container .message {
  color: rgb(243, 0, 30);
}
#home #main_container .form-container, #home #main_container .manage-station-feed-body, #home #main_container .manage-station-feed-footer, #home #main_container .manage-rotation-body, #home #main_container .manage-filtering-body, #home #main_container .manage-filtering-footer {
  width: 20rem;
  display: flex;
  flex-direction: column;
}
#home #main_container .form-container .welcome-header, #home #main_container .manage-station-feed-body .welcome-header, #home #main_container .manage-station-feed-footer .welcome-header, #home #main_container .manage-rotation-body .welcome-header, #home #main_container .manage-filtering-body .welcome-header, #home #main_container .manage-filtering-footer .welcome-header {
  margin-bottom: 3rem;
}
#home #main_container .form-container .welcome-header h1, #home #main_container .manage-station-feed-body .welcome-header h1, #home #main_container .manage-station-feed-footer .welcome-header h1, #home #main_container .manage-rotation-body .welcome-header h1, #home #main_container .manage-filtering-body .welcome-header h1, #home #main_container .manage-filtering-footer .welcome-header h1 {
  color: #fff;
  margin: 0 0 0.5rem;
  font-size: 34px;
  font-weight: 400;
}
#home #main_container .form-container .welcome-header p, #home #main_container .manage-station-feed-body .welcome-header p, #home #main_container .manage-station-feed-footer .welcome-header p, #home #main_container .manage-rotation-body .welcome-header p, #home #main_container .manage-filtering-body .welcome-header p, #home #main_container .manage-filtering-footer .welcome-header p {
  margin: 0;
  color: #a1a1aa;
}
#home #main_container .form-container form, #home #main_container .manage-station-feed-body form, #home #main_container .manage-station-feed-footer form, #home #main_container .manage-rotation-body form, #home #main_container .manage-filtering-body form, #home #main_container .manage-filtering-footer form {
  height: 8.75rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#home #main_container .form-container form input, #home #main_container .manage-station-feed-body form input, #home #main_container .manage-station-feed-footer form input, #home #main_container .manage-rotation-body form input, #home #main_container .manage-filtering-body form input, #home #main_container .manage-filtering-footer form input {
  background: rgb(50, 50, 50);
  border-color: rgb(87, 88, 97);
  border-radius: 16px;
  color: #fff;
  font-size: 14px;
  height: 48px;
}
#home #main_container .form-container form input:focus, #home #main_container .manage-station-feed-body form input:focus, #home #main_container .manage-station-feed-footer form input:focus, #home #main_container .manage-rotation-body form input:focus, #home #main_container .manage-filtering-body form input:focus, #home #main_container .manage-filtering-footer form input:focus {
  border-color: rgb(141, 57, 149);
}
#home #main_container .form-container form #login-button, #home #main_container .manage-station-feed-body form #login-button, #home #main_container .manage-station-feed-footer form #login-button, #home #main_container .manage-rotation-body form #login-button, #home #main_container .manage-filtering-body form #login-button, #home #main_container .manage-filtering-footer form #login-button {
  align-self: flex-start;
  font-size: 14px;
  font-weight: 500;
  height: 48px;
  letter-spacing: 0.5px;
  padding: 15px 24px;
}
/*# sourceMappingURL=application.css.map */
