/*!
 * FullCalendar v3.9.0
 * Docs & License: https://fullcalendar.io/
 * (c) 2018 Adam Shaw
 */

.fc button,
.fc table,
body .fc {
  font-size: 1em;
}

.fc-bg,
.fc-row .fc-bgevent-skeleton,
.fc-row .fc-highlight-skeleton {
  bottom: 0;
}

.fc-icon,
.fc-unselectable {
  -webkit-touch-callout: none;
  -khtml-user-select: none;
}

.fc {
  direction: ltr;
  text-align: left;
}

.fc-rtl {
  text-align: right;
}

.fc th,
.fc-basic-view td.fc-week-number,
.fc-icon,
.fc-toolbar {
  text-align: center;
}

.fc-highlight {
  background: #bce8f1;
  opacity: .3;
}

.fc-bgevent {
  background: #8fdf82;
  opacity: .3;
}

.fc-nonbusiness {
  background: #d7d7d7;
}

.fc button {
  box-sizing: border-box;
  margin: 0;
  height: 2.1em;
  padding: 0 .6em;
  white-space: nowrap;
  cursor: pointer;
}

.fc button::-moz-focus-inner {
  margin: 0;
  padding: 0;
}

.fc-state-default {
  border: 1px solid;
  background-color: #f5f5f5;
  background-image: linear-gradient(to bottom, #fff, #e6e6e6);
  background-repeat: repeat-x;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  color: #333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.fc-state-default.fc-corner-left {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.fc-state-default.fc-corner-right {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.fc button .fc-icon {
  position: relative;
  top: -.05em;
  margin: 0 .2em;
  vertical-align: middle;
}

.fc-state-active,
.fc-state-disabled,
.fc-state-down,
.fc-state-hover {
  color: #333;
  background-color: #e6e6e6;
}

.fc-state-hover {
  color: #333;
  text-decoration: none;
  background-position: 0 -15px;
  transition: background-position .1s linear;
}

.fc-state-active,
.fc-state-down {
  background-color: #ccc;
  background-image: none;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.fc-state-disabled {
  cursor: default;
  background-image: none;
  opacity: .65;
  box-shadow: none;
}

.fc-event.fc-draggable,
.fc-event[href],
.fc-popover .fc-header .fc-close,
a[data-goto] {
  cursor: pointer;
}

.fc-button-group {
  display: inline-block;
}

.fc .fc-button-group > * {
  float: left;
  margin: 0 0 0 -1px;
}

.fc .fc-button-group > :first-child {
  margin-left: 0;
}

.fc-popover {
  position: absolute;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

.fc-popover .fc-header {
  padding: 2px 4px;
}

.fc-popover .fc-header .fc-title {
  margin: 0 2px;
}

.fc-ltr .fc-popover .fc-header .fc-title,
.fc-rtl .fc-popover .fc-header .fc-close {
  float: left;
}

.fc-ltr .fc-popover .fc-header .fc-close,
.fc-rtl .fc-popover .fc-header .fc-title {
  float: right;
}

.fc-divider {
  border-style: solid;
  border-width: 1px;
}

hr.fc-divider {
  height: 0;
  margin: 0;
  padding: 0 0 2px;
  border-width: 1px 0;
}

.fc-bg table,
.fc-row .fc-bgevent-skeleton table,
.fc-row .fc-highlight-skeleton table {
  height: 100%;
}

.fc-clear {
  clear: both;
}

.fc-bg,
.fc-bgevent-skeleton,
.fc-helper-skeleton,
.fc-highlight-skeleton {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.fc table {
  width: 100%;
  box-sizing: border-box;
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
}

.fc td,
.fc th {
  border-style: solid;
  border-width: 1px;
  padding: 0;
  vertical-align: top;
}

.fc td.fc-today {
  border-style: double;
}

a[data-goto]:hover {
  text-decoration: underline;
}

.fc .fc-row {
  border-style: solid;
  border-width: 0;
}

.fc-row table {
  border-left: 0 hidden transparent;
  border-right: 0 hidden transparent;
  border-bottom: 0 hidden transparent;
}

.fc-row:first-child table {
  border-top: 0 hidden transparent;
}

.fc-row {
  position: relative;
}

.fc-row .fc-bg {
  z-index: 1;
}

.fc-row .fc-bgevent-skeleton td,
.fc-row .fc-highlight-skeleton td {
  border-color: transparent;
}

.fc-row .fc-bgevent-skeleton {
  z-index: 2;
}

.fc-row .fc-highlight-skeleton {
  z-index: 3;
}

.fc-row .fc-content-skeleton {
  position: relative;
  z-index: 4;
  padding-bottom: 2px;
}

.fc-row .fc-helper-skeleton {
  z-index: 5;
}

.fc .fc-row .fc-content-skeleton table,
.fc .fc-row .fc-content-skeleton td,
.fc .fc-row .fc-helper-skeleton td {
  background: 0 0;
  border-color: transparent;
}

.fc-row .fc-content-skeleton td,
.fc-row .fc-helper-skeleton td {
  border-bottom: 0;
}

.fc-row .fc-content-skeleton tbody td,
.fc-row .fc-helper-skeleton tbody td {
  border-top: 0;
}

.fc-scroller {
  -webkit-overflow-scrolling: touch;
}

.fc-icon,
.fc-row.fc-rigid,
.fc-time-grid-event {
  overflow: hidden;
}

.fc-scroller > .fc-day-grid,
.fc-scroller > .fc-time-grid {
  position: relative;
  width: 100%;
}

.fc-event {
  position: relative;
  display: block;
  font-size: .85em;
  line-height: 1.3;
  border-radius: 3px;
  border: 1px solid #3a87ad;
}

.fc-event,
.fc-event-dot {
  background-color: #3a87ad;
}

.fc-event,
.fc-event:hover {
  color: #fff;
  text-decoration: none;
}

.fc-not-allowed,
.fc-not-allowed .fc-event {
  cursor: not-allowed;
}

.fc-event .fc-bg {
  z-index: 1;
  background: #fff;
  opacity: .25;
}

.fc-event .fc-content {
  position: relative;
  z-index: 2;
}

.fc-event .fc-resizer {
  position: absolute;
  z-index: 4;
  display: none;
}

.fc-event.fc-allow-mouse-resize .fc-resizer,
.fc-event.fc-selected .fc-resizer {
  display: block;
}

.fc-event.fc-selected .fc-resizer:before {
  content: "";
  position: absolute;
  z-index: 9999;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  margin-left: -20px;
  margin-top: -20px;
}

.fc-event.fc-selected {
  z-index: 9999 !important;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.fc-event.fc-selected.fc-dragging {
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
}

.fc-h-event.fc-selected:before {
  content: "";
  position: absolute;
  z-index: 3;
  top: -10px;
  bottom: -10px;
  left: 0;
  right: 0;
}

.fc-ltr .fc-h-event.fc-not-start,
.fc-rtl .fc-h-event.fc-not-end {
  margin-left: 0;
  border-left-width: 0;
  padding-left: 1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.fc-ltr .fc-h-event.fc-not-end,
.fc-rtl .fc-h-event.fc-not-start {
  margin-right: 0;
  border-right-width: 0;
  padding-right: 1px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.fc-ltr .fc-h-event .fc-start-resizer,
.fc-rtl .fc-h-event .fc-end-resizer {
  cursor: w-resize;
  left: -1px;
}

.fc-ltr .fc-h-event .fc-end-resizer,
.fc-rtl .fc-h-event .fc-start-resizer {
  cursor: e-resize;
  right: -1px;
}

.fc-h-event.fc-allow-mouse-resize .fc-resizer {
  width: 7px;
  top: -1px;
  bottom: -1px;
}

.fc-h-event.fc-selected .fc-resizer {
  border-radius: 4px;
  border-width: 1px;
  width: 6px;
  height: 6px;
  border-style: solid;
  border-color: inherit;
  background: #fff;
  top: 50%;
  margin-top: -4px;
}

.fc-ltr .fc-h-event.fc-selected .fc-start-resizer,
.fc-rtl .fc-h-event.fc-selected .fc-end-resizer {
  margin-left: -4px;
}

.fc-ltr .fc-h-event.fc-selected .fc-end-resizer,
.fc-rtl .fc-h-event.fc-selected .fc-start-resizer {
  margin-right: -4px;
}

.fc-day-grid-event {
  margin: 1px 2px 0;
  padding: 0 1px;
}

tr:first-child > td > .fc-day-grid-event {
  margin-top: 2px;
}

.fc-day-grid-event.fc-selected:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  background: #000;
  opacity: .25;
}

.fc-day-grid-event .fc-content {
  white-space: nowrap;
  overflow: hidden;
}

.fc-day-grid-event .fc-time {
  font-weight: 700;
}

.fc-ltr .fc-day-grid-event.fc-allow-mouse-resize .fc-start-resizer,
.fc-rtl .fc-day-grid-event.fc-allow-mouse-resize .fc-end-resizer {
  margin-left: -2px;
}

.fc-ltr .fc-day-grid-event.fc-allow-mouse-resize .fc-end-resizer,
.fc-rtl .fc-day-grid-event.fc-allow-mouse-resize .fc-start-resizer {
  margin-right: -2px;
}

a.fc-more {
  margin: 1px 3px;
  font-size: .85em;
  cursor: pointer;
  text-decoration: none;
}

a.fc-more:hover {
  text-decoration: underline;
}

.fc.fc-bootstrap3 a,
.ui-widget .fc-event {
  text-decoration: none;
}

.fc-limited {
  display: none;
}

.fc-icon,
.fc-toolbar .fc-center {
  display: inline-block;
}

.fc-day-grid .fc-row {
  z-index: 1;
}

.fc-more-popover {
  z-index: 2;
  width: 220px;
}

.fc-more-popover .fc-event-container {
  padding: 10px;
}

.fc-bootstrap3 .fc-popover .panel-body,
.fc-bootstrap4 .fc-popover .card-body {
  padding: 0;
}

.fc-now-indicator {
  position: absolute;
  border: 0 solid red;
}

.fc-bootstrap3 .fc-today.alert,
.fc-bootstrap4 .fc-today.alert {
  border-radius: 0;
}

.fc-unselectable {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}

.fc-unthemed .fc-content,
.fc-unthemed .fc-divider,
.fc-unthemed .fc-list-heading td,
.fc-unthemed .fc-list-view,
.fc-unthemed .fc-popover,
.fc-unthemed .fc-row,
.fc-unthemed tbody,
.fc-unthemed td,
.fc-unthemed th,
.fc-unthemed thead {
  border-color: #ddd;
}

.fc-unthemed .fc-popover {
  background-color: #fff;
  border-width: 1px;
  border-style: solid;
}

.fc-unthemed .fc-divider,
.fc-unthemed .fc-list-heading td,
.fc-unthemed .fc-popover .fc-header {
  background: #eee;
}

.fc-unthemed td.fc-today {
  background: #fcf8e3;
}

.fc-unthemed .fc-disabled-day {
  background: #d7d7d7;
  opacity: .3;
}

.fc-icon {
  height: 1em;
  line-height: 1em;
  font-size: 1em;
  font-family: "Courier New",Courier,monospace;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fc-icon:after {
  position: relative;
}

.fc-icon-left-single-arrow:after {
  content: "\2039";
  font-weight: 700;
  font-size: 200%;
  top: -7%;
}

.fc-icon-right-single-arrow:after {
  content: "\203A";
  font-weight: 700;
  font-size: 200%;
  top: -7%;
}

.fc-icon-left-double-arrow:after {
  content: "\AB";
  font-size: 160%;
  top: -7%;
}

.fc-icon-right-double-arrow:after {
  content: "\BB";
  font-size: 160%;
  top: -7%;
}

.fc-icon-left-triangle:after {
  content: "\25C4";
  font-size: 125%;
  top: 3%;
}

.fc-icon-right-triangle:after {
  content: "\25BA";
  font-size: 125%;
  top: 3%;
}

.fc-icon-down-triangle:after {
  content: "\25BC";
  font-size: 125%;
  top: 2%;
}

.fc-icon-x:after {
  content: "\D7";
  font-size: 200%;
  top: 6%;
}

.fc-unthemed .fc-popover .fc-header .fc-close {
  color: #666;
  font-size: .9em;
  margin-top: 2px;
}

.fc-unthemed .fc-list-item:hover td {
  background-color: #f5f5f5;
}

.ui-widget .fc-disabled-day {
  background-image: none;
}

.fc-bootstrap3 .fc-time-grid .fc-slats table,
.fc-bootstrap4 .fc-time-grid .fc-slats table,
.fc-time-grid .fc-slats .ui-widget-content {
  background: 0 0;
}

.fc-popover > .ui-widget-header + .ui-widget-content {
  border-top: 0;
}

.fc-bootstrap3 hr.fc-divider,
.fc-bootstrap4 hr.fc-divider {
  border-color: inherit;
}

.ui-widget .fc-event {
  color: #fff;
  font-weight: 400;
}

.ui-widget td.fc-axis {
  font-weight: 400;
}

.fc.fc-bootstrap3 a[data-goto]:hover {
  text-decoration: underline;
}

.fc.fc-bootstrap4 a {
  text-decoration: none;
}

.fc.fc-bootstrap4 a[data-goto]:hover {
  text-decoration: underline;
}

.fc-bootstrap4 a.fc-event:not([href]):not([tabindex]) {
  color: #fff;
}

.fc-bootstrap4 .fc-popover.card {
  position: absolute;
}

.fc-toolbar.fc-header-toolbar {
  margin-bottom: 1em;
}

.fc-toolbar.fc-footer-toolbar {
  margin-top: 1em;
}

.fc-toolbar .fc-left {
  float: left;
}

.fc-toolbar .fc-right {
  float: right;
}

.fc .fc-toolbar > * > * {
  float: left;
  margin-left: .75em;
}

.fc .fc-toolbar > * > :first-child {
  margin-left: 0;
}

.fc-toolbar h2 {
  margin: 0;
}

.fc-toolbar button {
  position: relative;
}

.fc-toolbar .fc-state-hover,
.fc-toolbar .ui-state-hover {
  z-index: 2;
}

.fc-toolbar .fc-state-down {
  z-index: 3;
}

.fc-toolbar .fc-state-active,
.fc-toolbar .ui-state-active {
  z-index: 4;
}

.fc-toolbar button:focus {
  z-index: 5;
}

.fc-view-container *,
.fc-view-container :after,
.fc-view-container :before {
  box-sizing: content-box;
}

.fc-view,
.fc-view > table {
  position: relative;
  z-index: 1;
}

.fc-basicDay-view .fc-content-skeleton,
.fc-basicWeek-view .fc-content-skeleton {
  padding-bottom: 1em;
}

.fc-basic-view .fc-body .fc-row {
  min-height: 4em;
}

.fc-row.fc-rigid .fc-content-skeleton {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.fc-day-top.fc-other-month {
  opacity: .3;
}

.fc-basic-view .fc-day-number,
.fc-basic-view .fc-week-number {
  padding: 2px;
}

.fc-basic-view th.fc-day-number,
.fc-basic-view th.fc-week-number {
  padding: 0 2px;
}

.fc-ltr .fc-basic-view .fc-day-top .fc-day-number {
  float: right;
}

.fc-rtl .fc-basic-view .fc-day-top .fc-day-number {
  float: left;
}

.fc-ltr .fc-basic-view .fc-day-top .fc-week-number {
  float: left;
  border-radius: 0 0 3px;
}

.fc-rtl .fc-basic-view .fc-day-top .fc-week-number {
  float: right;
  border-radius: 0 0 0 3px;
}

.fc-basic-view .fc-day-top .fc-week-number {
  min-width: 1.5em;
  text-align: center;
  background-color: #f2f2f2;
  color: grey;
}

.fc-basic-view td.fc-week-number > * {
  display: inline-block;
  min-width: 1.25em;
}

.fc-agenda-view .fc-day-grid {
  position: relative;
  z-index: 2;
}

.fc-agenda-view .fc-day-grid .fc-row {
  min-height: 3em;
}

.fc-agenda-view .fc-day-grid .fc-row .fc-content-skeleton {
  padding-bottom: 1em;
}

.fc .fc-axis {
  vertical-align: middle;
  padding: 0 4px;
  white-space: nowrap;
}

.fc-ltr .fc-axis {
  text-align: right;
}

.fc-rtl .fc-axis {
  text-align: left;
}

.fc-time-grid,
.fc-time-grid-container {
  position: relative;
  z-index: 1;
}

.fc-time-grid {
  min-height: 100%;
}

.fc-time-grid table {
  border: 0 hidden transparent;
}

.fc-time-grid > .fc-bg {
  z-index: 1;
}

.fc-time-grid .fc-slats,
.fc-time-grid > hr {
  position: relative;
  z-index: 2;
}

.fc-time-grid .fc-content-col {
  position: relative;
}

.fc-time-grid .fc-content-skeleton {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  right: 0;
}

.fc-time-grid .fc-business-container {
  position: relative;
  z-index: 1;
}

.fc-time-grid .fc-bgevent-container {
  position: relative;
  z-index: 2;
}

.fc-time-grid .fc-highlight-container {
  z-index: 3;
  position: relative;
}

.fc-time-grid .fc-event-container {
  position: relative;
  z-index: 4;
}

.fc-time-grid .fc-now-indicator-line {
  z-index: 5;
}

.fc-time-grid .fc-helper-container {
  position: relative;
  z-index: 6;
}

.fc-time-grid .fc-slats td {
  height: 1.5em;
  border-bottom: 0;
}

.fc-time-grid .fc-slats .fc-minor td {
  border-top-style: dotted;
}

.fc-time-grid .fc-highlight {
  position: absolute;
  left: 0;
  right: 0;
}

.fc-ltr .fc-time-grid .fc-event-container {
  margin: 0 2.5% 0 2px;
}

.fc-rtl .fc-time-grid .fc-event-container {
  margin: 0 2px 0 2.5%;
}

.fc-time-grid .fc-bgevent,
.fc-time-grid .fc-event {
  position: absolute;
  z-index: 1;
}

.fc-time-grid .fc-bgevent {
  left: 0;
  right: 0;
}

.fc-v-event.fc-not-start {
  border-top-width: 0;
  padding-top: 1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.fc-v-event.fc-not-end {
  border-bottom-width: 0;
  padding-bottom: 1px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.fc-time-grid-event.fc-selected {
  overflow: visible;
}

.fc-time-grid-event.fc-selected .fc-bg {
  display: none;
}

.fc-time-grid-event .fc-content {
  overflow: hidden;
}

.fc-time-grid-event .fc-time,
.fc-time-grid-event .fc-title {
  padding: 0 1px;
}

.fc-time-grid-event .fc-time {
  font-size: .85em;
  white-space: nowrap;
}

.fc-time-grid-event.fc-short .fc-content {
  white-space: nowrap;
}

.fc-time-grid-event.fc-short .fc-time,
.fc-time-grid-event.fc-short .fc-title {
  display: inline-block;
  vertical-align: top;
}

.fc-time-grid-event.fc-short .fc-time span {
  display: none;
}

.fc-time-grid-event.fc-short .fc-time:before {
  content: attr(data-start);
}

.fc-time-grid-event.fc-short .fc-time:after {
  content: "\A0-\A0";
}

.fc-time-grid-event.fc-short .fc-title {
  font-size: .85em;
  padding: 0;
}

.fc-time-grid-event.fc-allow-mouse-resize .fc-resizer {
  left: 0;
  right: 0;
  bottom: 0;
  height: 8px;
  overflow: hidden;
  line-height: 8px;
  font-size: 11px;
  font-family: monospace;
  text-align: center;
  cursor: s-resize;
}

.fc-time-grid-event.fc-allow-mouse-resize .fc-resizer:after {
  content: "=";
}

.fc-time-grid-event.fc-selected .fc-resizer {
  border-radius: 5px;
  border-width: 1px;
  width: 8px;
  height: 8px;
  border-style: solid;
  border-color: inherit;
  background: #fff;
  left: 50%;
  margin-left: -5px;
  bottom: -5px;
}

.fc-time-grid .fc-now-indicator-line {
  border-top-width: 1px;
  left: 0;
  right: 0;
}

.fc-time-grid .fc-now-indicator-arrow {
  margin-top: -5px;
}

.fc-ltr .fc-time-grid .fc-now-indicator-arrow {
  left: 0;
  border-width: 5px 0 5px 6px;
  border-top-color: transparent;
  border-bottom-color: transparent;
}

.fc-rtl .fc-time-grid .fc-now-indicator-arrow {
  right: 0;
  border-width: 5px 6px 5px 0;
  border-top-color: transparent;
  border-bottom-color: transparent;
}

.fc-event-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 5px;
}

.fc-rtl .fc-list-view {
  direction: rtl;
}

.fc-list-view {
  border-width: 1px;
  border-style: solid;
}

.fc .fc-list-table {
  table-layout: auto;
}

.fc-list-table td {
  border-width: 1px 0 0;
  padding: 8px 14px;
}

.fc-list-table tr:first-child td {
  border-top-width: 0;
}

.fc-list-heading {
  border-bottom-width: 1px;
}

.fc-list-heading td {
  font-weight: 700;
}

.fc-ltr .fc-list-heading-main {
  float: left;
}

.fc-ltr .fc-list-heading-alt,
.fc-rtl .fc-list-heading-main {
  float: right;
}

.fc-rtl .fc-list-heading-alt {
  float: left;
}

.fc-list-item.fc-has-url {
  cursor: pointer;
}

.fc-list-item-marker,
.fc-list-item-time {
  white-space: nowrap;
  width: 1px;
}

.fc-ltr .fc-list-item-marker {
  padding-right: 0;
}

.fc-rtl .fc-list-item-marker {
  padding-left: 0;
}

.fc-list-item-title a {
  text-decoration: none;
  color: inherit;
}

.fc-list-item-title a[href]:hover {
  text-decoration: underline;
}

.fc-list-empty-wrap2 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.fc-list-empty-wrap1 {
  width: 100%;
  height: 100%;
  display: table;
}

.fc-list-empty {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.fc-unthemed .fc-list-empty {
  background-color: #eee;
}

/*!
 * Datetimepicker for Bootstrap 3
 * version : 4.17.47
 * https://github.com/Eonasdan/bootstrap-datetimepicker/
 */

.bootstrap-datetimepicker-widget {
  list-style: none;
}

.bootstrap-datetimepicker-widget.dropdown-menu {
  display: block;
  margin: 2px 0;
  padding: 4px;
  width: 19em;
}

@media (min-width: 768px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}

@media (min-width: 992px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}

@media (min-width: 1200px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}

.bootstrap-datetimepicker-widget.dropdown-menu:before,
.bootstrap-datetimepicker-widget.dropdown-menu:after {
  content: '';
  display: inline-block;
  position: absolute;
}

.bootstrap-datetimepicker-widget.dropdown-menu.bottom:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  top: -7px;
  left: 7px;
}

.bootstrap-datetimepicker-widget.dropdown-menu.bottom:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  top: -6px;
  left: 8px;
}

.bootstrap-datetimepicker-widget.dropdown-menu.top:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #ccc;
  border-top-color: rgba(0, 0, 0, 0.2);
  bottom: -7px;
  left: 6px;
}

.bootstrap-datetimepicker-widget.dropdown-menu.top:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid white;
  bottom: -6px;
  left: 7px;
}

.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:before {
  left: auto;
  right: 6px;
}

.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:after {
  left: auto;
  right: 7px;
}

.bootstrap-datetimepicker-widget .list-unstyled {
  margin: 0;
}

.bootstrap-datetimepicker-widget a[data-action] {
  padding: 6px 0;
}

.bootstrap-datetimepicker-widget a[data-action]:active {
  box-shadow: none;
}

.bootstrap-datetimepicker-widget .timepicker-hour,
.bootstrap-datetimepicker-widget .timepicker-minute,
.bootstrap-datetimepicker-widget .timepicker-second {
  width: 54px;
  font-weight: bold;
  font-size: 1.2em;
  margin: 0;
}

.bootstrap-datetimepicker-widget button[data-action] {
  padding: 6px;
}

.bootstrap-datetimepicker-widget .btn[data-action="incrementHours"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Increment Hours";
}

.bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Increment Minutes";
}

.bootstrap-datetimepicker-widget .btn[data-action="decrementHours"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Decrement Hours";
}

.bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Decrement Minutes";
}

.bootstrap-datetimepicker-widget .btn[data-action="showHours"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Show Hours";
}

.bootstrap-datetimepicker-widget .btn[data-action="showMinutes"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Show Minutes";
}

.bootstrap-datetimepicker-widget .btn[data-action="togglePeriod"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Toggle AM/PM";
}

.bootstrap-datetimepicker-widget .btn[data-action="clear"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Clear the picker";
}

.bootstrap-datetimepicker-widget .btn[data-action="today"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Set the date to today";
}

.bootstrap-datetimepicker-widget .picker-switch {
  text-align: center;
}

.bootstrap-datetimepicker-widget .picker-switch::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Toggle Date and Time Screens";
}

.bootstrap-datetimepicker-widget .picker-switch td {
  padding: 0;
  margin: 0;
  height: auto;
  width: auto;
  line-height: inherit;
}

.bootstrap-datetimepicker-widget .picker-switch td span {
  line-height: 2.5;
  height: 2.5em;
  width: 100%;
}

.bootstrap-datetimepicker-widget table {
  width: 100%;
  margin: 0;
}

.bootstrap-datetimepicker-widget table td,
.bootstrap-datetimepicker-widget table th {
  text-align: center;
  border-radius: 4px;
}

.bootstrap-datetimepicker-widget table th {
  height: 20px;
  line-height: 20px;
  width: 20px;
}

.bootstrap-datetimepicker-widget table th.picker-switch {
  width: 145px;
}

.bootstrap-datetimepicker-widget table th.disabled,
.bootstrap-datetimepicker-widget table th.disabled:hover {
  background: none;
  color: #777;
  cursor: not-allowed;
}

.bootstrap-datetimepicker-widget table th.prev::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Previous Month";
}

.bootstrap-datetimepicker-widget table th.next::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Next Month";
}

.bootstrap-datetimepicker-widget table thead tr:first-child th {
  cursor: pointer;
}

.bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
  background: #eee;
}

.bootstrap-datetimepicker-widget table td {
  height: 54px;
  line-height: 54px;
  width: 54px;
}

.bootstrap-datetimepicker-widget table td.cw {
  font-size: .8em;
  height: 20px;
  line-height: 20px;
  color: #777;
}

.bootstrap-datetimepicker-widget table td.day {
  height: 20px;
  line-height: 20px;
  width: 20px;
}

.bootstrap-datetimepicker-widget table td.day:hover,
.bootstrap-datetimepicker-widget table td.hour:hover,
.bootstrap-datetimepicker-widget table td.minute:hover,
.bootstrap-datetimepicker-widget table td.second:hover {
  background: #eee;
  cursor: pointer;
}

.bootstrap-datetimepicker-widget table td.old,
.bootstrap-datetimepicker-widget table td.new {
  color: #777;
}

.bootstrap-datetimepicker-widget table td.today {
  position: relative;
}

.bootstrap-datetimepicker-widget table td.today:before {
  content: '';
  display: inline-block;
  border: solid transparent;
  border-width: 0 0 7px 7px;
  border-bottom-color: #337ab7;
  border-top-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: 4px;
  right: 4px;
}

.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
  background-color: #337ab7;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.bootstrap-datetimepicker-widget table td.active.today:before {
  border-bottom-color: #fff;
}

.bootstrap-datetimepicker-widget table td.disabled,
.bootstrap-datetimepicker-widget table td.disabled:hover {
  background: none;
  color: #777;
  cursor: not-allowed;
}

.bootstrap-datetimepicker-widget table td span {
  display: inline-block;
  width: 54px;
  height: 54px;
  line-height: 54px;
  margin: 2px 1.5px;
  cursor: pointer;
  border-radius: 4px;
}

.bootstrap-datetimepicker-widget table td span:hover {
  background: #eee;
}

.bootstrap-datetimepicker-widget table td span.active {
  background-color: #337ab7;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.bootstrap-datetimepicker-widget table td span.old {
  color: #777;
}

.bootstrap-datetimepicker-widget table td span.disabled,
.bootstrap-datetimepicker-widget table td span.disabled:hover {
  background: none;
  color: #777;
  cursor: not-allowed;
}

.bootstrap-datetimepicker-widget.usetwentyfour td.hour {
  height: 27px;
  line-height: 27px;
}

.bootstrap-datetimepicker-widget.wider {
  width: 21em;
}

.bootstrap-datetimepicker-widget .datepicker-decades .decade {
  line-height: 1.8em !important;
}

.input-group.date .input-group-addon {
  cursor: pointer;
}

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

/*!
 * FullCalendar v3.9.0
 * Docs & License: https://fullcalendar.io/
 * (c) 2018 Adam Shaw
 */

.fc button,
.fc table,
body .fc {
  font-size: 1em;
}

.fc-bg,
.fc-row .fc-bgevent-skeleton,
.fc-row .fc-highlight-skeleton {
  bottom: 0;
}

.fc-icon,
.fc-unselectable {
  -webkit-touch-callout: none;
  -khtml-user-select: none;
}

.fc {
  direction: ltr;
  text-align: left;
}

.fc-rtl {
  text-align: right;
}

.fc th,
.fc-basic-view td.fc-week-number,
.fc-icon,
.fc-toolbar {
  text-align: center;
}

.fc-highlight {
  background: #bce8f1;
  opacity: .3;
}

.fc-bgevent {
  background: #8fdf82;
  opacity: .3;
}

.fc-nonbusiness {
  background: #d7d7d7;
}

.fc button {
  box-sizing: border-box;
  margin: 0;
  height: 2.1em;
  padding: 0 .6em;
  white-space: nowrap;
  cursor: pointer;
}

.fc button::-moz-focus-inner {
  margin: 0;
  padding: 0;
}

.fc-state-default {
  border: 1px solid;
  background-color: #f5f5f5;
  background-image: linear-gradient(to bottom, #fff, #e6e6e6);
  background-repeat: repeat-x;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  color: #333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.fc-state-default.fc-corner-left {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.fc-state-default.fc-corner-right {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.fc button .fc-icon {
  position: relative;
  top: -.05em;
  margin: 0 .2em;
  vertical-align: middle;
}

.fc-state-active,
.fc-state-disabled,
.fc-state-down,
.fc-state-hover {
  color: #333;
  background-color: #e6e6e6;
}

.fc-state-hover {
  color: #333;
  text-decoration: none;
  background-position: 0 -15px;
  transition: background-position .1s linear;
}

.fc-state-active,
.fc-state-down {
  background-color: #ccc;
  background-image: none;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.fc-state-disabled {
  cursor: default;
  background-image: none;
  opacity: .65;
  box-shadow: none;
}

.fc-event.fc-draggable,
.fc-event[href],
.fc-popover .fc-header .fc-close,
a[data-goto] {
  cursor: pointer;
}

.fc-button-group {
  display: inline-block;
}

.fc .fc-button-group > * {
  float: left;
  margin: 0 0 0 -1px;
}

.fc .fc-button-group > :first-child {
  margin-left: 0;
}

.fc-popover {
  position: absolute;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

.fc-popover .fc-header {
  padding: 2px 4px;
}

.fc-popover .fc-header .fc-title {
  margin: 0 2px;
}

.fc-ltr .fc-popover .fc-header .fc-title,
.fc-rtl .fc-popover .fc-header .fc-close {
  float: left;
}

.fc-ltr .fc-popover .fc-header .fc-close,
.fc-rtl .fc-popover .fc-header .fc-title {
  float: right;
}

.fc-divider {
  border-style: solid;
  border-width: 1px;
}

hr.fc-divider {
  height: 0;
  margin: 0;
  padding: 0 0 2px;
  border-width: 1px 0;
}

.fc-bg table,
.fc-row .fc-bgevent-skeleton table,
.fc-row .fc-highlight-skeleton table {
  height: 100%;
}

.fc-clear {
  clear: both;
}

.fc-bg,
.fc-bgevent-skeleton,
.fc-helper-skeleton,
.fc-highlight-skeleton {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.fc table {
  width: 100%;
  box-sizing: border-box;
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
}

.fc td,
.fc th {
  border-style: solid;
  border-width: 1px;
  padding: 0;
  vertical-align: top;
}

.fc td.fc-today {
  border-style: double;
}

a[data-goto]:hover {
  text-decoration: underline;
}

.fc .fc-row {
  border-style: solid;
  border-width: 0;
}

.fc-row table {
  border-left: 0 hidden transparent;
  border-right: 0 hidden transparent;
  border-bottom: 0 hidden transparent;
}

.fc-row:first-child table {
  border-top: 0 hidden transparent;
}

.fc-row {
  position: relative;
}

.fc-row .fc-bg {
  z-index: 1;
}

.fc-row .fc-bgevent-skeleton td,
.fc-row .fc-highlight-skeleton td {
  border-color: transparent;
}

.fc-row .fc-bgevent-skeleton {
  z-index: 2;
}

.fc-row .fc-highlight-skeleton {
  z-index: 3;
}

.fc-row .fc-content-skeleton {
  position: relative;
  z-index: 4;
  padding-bottom: 2px;
}

.fc-row .fc-helper-skeleton {
  z-index: 5;
}

.fc .fc-row .fc-content-skeleton table,
.fc .fc-row .fc-content-skeleton td,
.fc .fc-row .fc-helper-skeleton td {
  background: 0 0;
  border-color: transparent;
}

.fc-row .fc-content-skeleton td,
.fc-row .fc-helper-skeleton td {
  border-bottom: 0;
}

.fc-row .fc-content-skeleton tbody td,
.fc-row .fc-helper-skeleton tbody td {
  border-top: 0;
}

.fc-scroller {
  -webkit-overflow-scrolling: touch;
}

.fc-icon,
.fc-row.fc-rigid,
.fc-time-grid-event {
  overflow: hidden;
}

.fc-scroller > .fc-day-grid,
.fc-scroller > .fc-time-grid {
  position: relative;
  width: 100%;
}

.fc-event {
  position: relative;
  display: block;
  font-size: .85em;
  line-height: 1.3;
  border-radius: 3px;
  border: 1px solid #3a87ad;
}

.fc-event,
.fc-event-dot {
  background-color: #3a87ad;
}

.fc-event,
.fc-event:hover {
  color: #fff;
  text-decoration: none;
}

.fc-not-allowed,
.fc-not-allowed .fc-event {
  cursor: not-allowed;
}

.fc-event .fc-bg {
  z-index: 1;
  background: #fff;
  opacity: .25;
}

.fc-event .fc-content {
  position: relative;
  z-index: 2;
}

.fc-event .fc-resizer {
  position: absolute;
  z-index: 4;
  display: none;
}

.fc-event.fc-allow-mouse-resize .fc-resizer,
.fc-event.fc-selected .fc-resizer {
  display: block;
}

.fc-event.fc-selected .fc-resizer:before {
  content: "";
  position: absolute;
  z-index: 9999;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  margin-left: -20px;
  margin-top: -20px;
}

.fc-event.fc-selected {
  z-index: 9999 !important;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.fc-event.fc-selected.fc-dragging {
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
}

.fc-h-event.fc-selected:before {
  content: "";
  position: absolute;
  z-index: 3;
  top: -10px;
  bottom: -10px;
  left: 0;
  right: 0;
}

.fc-ltr .fc-h-event.fc-not-start,
.fc-rtl .fc-h-event.fc-not-end {
  margin-left: 0;
  border-left-width: 0;
  padding-left: 1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.fc-ltr .fc-h-event.fc-not-end,
.fc-rtl .fc-h-event.fc-not-start {
  margin-right: 0;
  border-right-width: 0;
  padding-right: 1px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.fc-ltr .fc-h-event .fc-start-resizer,
.fc-rtl .fc-h-event .fc-end-resizer {
  cursor: w-resize;
  left: -1px;
}

.fc-ltr .fc-h-event .fc-end-resizer,
.fc-rtl .fc-h-event .fc-start-resizer {
  cursor: e-resize;
  right: -1px;
}

.fc-h-event.fc-allow-mouse-resize .fc-resizer {
  width: 7px;
  top: -1px;
  bottom: -1px;
}

.fc-h-event.fc-selected .fc-resizer {
  border-radius: 4px;
  border-width: 1px;
  width: 6px;
  height: 6px;
  border-style: solid;
  border-color: inherit;
  background: #fff;
  top: 50%;
  margin-top: -4px;
}

.fc-ltr .fc-h-event.fc-selected .fc-start-resizer,
.fc-rtl .fc-h-event.fc-selected .fc-end-resizer {
  margin-left: -4px;
}

.fc-ltr .fc-h-event.fc-selected .fc-end-resizer,
.fc-rtl .fc-h-event.fc-selected .fc-start-resizer {
  margin-right: -4px;
}

.fc-day-grid-event {
  margin: 1px 2px 0;
  padding: 0 1px;
}

tr:first-child > td > .fc-day-grid-event {
  margin-top: 2px;
}

.fc-day-grid-event.fc-selected:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  background: #000;
  opacity: .25;
}

.fc-day-grid-event .fc-content {
  white-space: nowrap;
  overflow: hidden;
}

.fc-day-grid-event .fc-time {
  font-weight: 700;
}

.fc-ltr .fc-day-grid-event.fc-allow-mouse-resize .fc-start-resizer,
.fc-rtl .fc-day-grid-event.fc-allow-mouse-resize .fc-end-resizer {
  margin-left: -2px;
}

.fc-ltr .fc-day-grid-event.fc-allow-mouse-resize .fc-end-resizer,
.fc-rtl .fc-day-grid-event.fc-allow-mouse-resize .fc-start-resizer {
  margin-right: -2px;
}

a.fc-more {
  margin: 1px 3px;
  font-size: .85em;
  cursor: pointer;
  text-decoration: none;
}

a.fc-more:hover {
  text-decoration: underline;
}

.fc.fc-bootstrap3 a,
.ui-widget .fc-event {
  text-decoration: none;
}

.fc-limited {
  display: none;
}

.fc-icon,
.fc-toolbar .fc-center {
  display: inline-block;
}

.fc-day-grid .fc-row {
  z-index: 1;
}

.fc-more-popover {
  z-index: 2;
  width: 220px;
}

.fc-more-popover .fc-event-container {
  padding: 10px;
}

.fc-bootstrap3 .fc-popover .panel-body,
.fc-bootstrap4 .fc-popover .card-body {
  padding: 0;
}

.fc-now-indicator {
  position: absolute;
  border: 0 solid red;
}

.fc-bootstrap3 .fc-today.alert,
.fc-bootstrap4 .fc-today.alert {
  border-radius: 0;
}

.fc-unselectable {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}

.fc-unthemed .fc-content,
.fc-unthemed .fc-divider,
.fc-unthemed .fc-list-heading td,
.fc-unthemed .fc-list-view,
.fc-unthemed .fc-popover,
.fc-unthemed .fc-row,
.fc-unthemed tbody,
.fc-unthemed td,
.fc-unthemed th,
.fc-unthemed thead {
  border-color: #ddd;
}

.fc-unthemed .fc-popover {
  background-color: #fff;
  border-width: 1px;
  border-style: solid;
}

.fc-unthemed .fc-divider,
.fc-unthemed .fc-list-heading td,
.fc-unthemed .fc-popover .fc-header {
  background: #eee;
}

.fc-unthemed td.fc-today {
  background: #fcf8e3;
}

.fc-unthemed .fc-disabled-day {
  background: #d7d7d7;
  opacity: .3;
}

.fc-icon {
  height: 1em;
  line-height: 1em;
  font-size: 1em;
  font-family: "Courier New",Courier,monospace;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fc-icon:after {
  position: relative;
}

.fc-icon-left-single-arrow:after {
  content: "\2039";
  font-weight: 700;
  font-size: 200%;
  top: -7%;
}

.fc-icon-right-single-arrow:after {
  content: "\203A";
  font-weight: 700;
  font-size: 200%;
  top: -7%;
}

.fc-icon-left-double-arrow:after {
  content: "\AB";
  font-size: 160%;
  top: -7%;
}

.fc-icon-right-double-arrow:after {
  content: "\BB";
  font-size: 160%;
  top: -7%;
}

.fc-icon-left-triangle:after {
  content: "\25C4";
  font-size: 125%;
  top: 3%;
}

.fc-icon-right-triangle:after {
  content: "\25BA";
  font-size: 125%;
  top: 3%;
}

.fc-icon-down-triangle:after {
  content: "\25BC";
  font-size: 125%;
  top: 2%;
}

.fc-icon-x:after {
  content: "\D7";
  font-size: 200%;
  top: 6%;
}

.fc-unthemed .fc-popover .fc-header .fc-close {
  color: #666;
  font-size: .9em;
  margin-top: 2px;
}

.fc-unthemed .fc-list-item:hover td {
  background-color: #f5f5f5;
}

.ui-widget .fc-disabled-day {
  background-image: none;
}

.fc-bootstrap3 .fc-time-grid .fc-slats table,
.fc-bootstrap4 .fc-time-grid .fc-slats table,
.fc-time-grid .fc-slats .ui-widget-content {
  background: 0 0;
}

.fc-popover > .ui-widget-header + .ui-widget-content {
  border-top: 0;
}

.fc-bootstrap3 hr.fc-divider,
.fc-bootstrap4 hr.fc-divider {
  border-color: inherit;
}

.ui-widget .fc-event {
  color: #fff;
  font-weight: 400;
}

.ui-widget td.fc-axis {
  font-weight: 400;
}

.fc.fc-bootstrap3 a[data-goto]:hover {
  text-decoration: underline;
}

.fc.fc-bootstrap4 a {
  text-decoration: none;
}

.fc.fc-bootstrap4 a[data-goto]:hover {
  text-decoration: underline;
}

.fc-bootstrap4 a.fc-event:not([href]):not([tabindex]) {
  color: #fff;
}

.fc-bootstrap4 .fc-popover.card {
  position: absolute;
}

.fc-toolbar.fc-header-toolbar {
  margin-bottom: 1em;
}

.fc-toolbar.fc-footer-toolbar {
  margin-top: 1em;
}

.fc-toolbar .fc-left {
  float: left;
}

.fc-toolbar .fc-right {
  float: right;
}

.fc .fc-toolbar > * > * {
  float: left;
  margin-left: .75em;
}

.fc .fc-toolbar > * > :first-child {
  margin-left: 0;
}

.fc-toolbar h2 {
  margin: 0;
}

.fc-toolbar button {
  position: relative;
}

.fc-toolbar .fc-state-hover,
.fc-toolbar .ui-state-hover {
  z-index: 2;
}

.fc-toolbar .fc-state-down {
  z-index: 3;
}

.fc-toolbar .fc-state-active,
.fc-toolbar .ui-state-active {
  z-index: 4;
}

.fc-toolbar button:focus {
  z-index: 5;
}

.fc-view-container *,
.fc-view-container :after,
.fc-view-container :before {
  box-sizing: content-box;
}

.fc-view,
.fc-view > table {
  position: relative;
  z-index: 1;
}

.fc-basicDay-view .fc-content-skeleton,
.fc-basicWeek-view .fc-content-skeleton {
  padding-bottom: 1em;
}

.fc-basic-view .fc-body .fc-row {
  min-height: 4em;
}

.fc-row.fc-rigid .fc-content-skeleton {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.fc-day-top.fc-other-month {
  opacity: .3;
}

.fc-basic-view .fc-day-number,
.fc-basic-view .fc-week-number {
  padding: 2px;
}

.fc-basic-view th.fc-day-number,
.fc-basic-view th.fc-week-number {
  padding: 0 2px;
}

.fc-ltr .fc-basic-view .fc-day-top .fc-day-number {
  float: right;
}

.fc-rtl .fc-basic-view .fc-day-top .fc-day-number {
  float: left;
}

.fc-ltr .fc-basic-view .fc-day-top .fc-week-number {
  float: left;
  border-radius: 0 0 3px;
}

.fc-rtl .fc-basic-view .fc-day-top .fc-week-number {
  float: right;
  border-radius: 0 0 0 3px;
}

.fc-basic-view .fc-day-top .fc-week-number {
  min-width: 1.5em;
  text-align: center;
  background-color: #f2f2f2;
  color: grey;
}

.fc-basic-view td.fc-week-number > * {
  display: inline-block;
  min-width: 1.25em;
}

.fc-agenda-view .fc-day-grid {
  position: relative;
  z-index: 2;
}

.fc-agenda-view .fc-day-grid .fc-row {
  min-height: 3em;
}

.fc-agenda-view .fc-day-grid .fc-row .fc-content-skeleton {
  padding-bottom: 1em;
}

.fc .fc-axis {
  vertical-align: middle;
  padding: 0 4px;
  white-space: nowrap;
}

.fc-ltr .fc-axis {
  text-align: right;
}

.fc-rtl .fc-axis {
  text-align: left;
}

.fc-time-grid,
.fc-time-grid-container {
  position: relative;
  z-index: 1;
}

.fc-time-grid {
  min-height: 100%;
}

.fc-time-grid table {
  border: 0 hidden transparent;
}

.fc-time-grid > .fc-bg {
  z-index: 1;
}

.fc-time-grid .fc-slats,
.fc-time-grid > hr {
  position: relative;
  z-index: 2;
}

.fc-time-grid .fc-content-col {
  position: relative;
}

.fc-time-grid .fc-content-skeleton {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  right: 0;
}

.fc-time-grid .fc-business-container {
  position: relative;
  z-index: 1;
}

.fc-time-grid .fc-bgevent-container {
  position: relative;
  z-index: 2;
}

.fc-time-grid .fc-highlight-container {
  z-index: 3;
  position: relative;
}

.fc-time-grid .fc-event-container {
  position: relative;
  z-index: 4;
}

.fc-time-grid .fc-now-indicator-line {
  z-index: 5;
}

.fc-time-grid .fc-helper-container {
  position: relative;
  z-index: 6;
}

.fc-time-grid .fc-slats td {
  height: 1.5em;
  border-bottom: 0;
}

.fc-time-grid .fc-slats .fc-minor td {
  border-top-style: dotted;
}

.fc-time-grid .fc-highlight {
  position: absolute;
  left: 0;
  right: 0;
}

.fc-ltr .fc-time-grid .fc-event-container {
  margin: 0 2.5% 0 2px;
}

.fc-rtl .fc-time-grid .fc-event-container {
  margin: 0 2px 0 2.5%;
}

.fc-time-grid .fc-bgevent,
.fc-time-grid .fc-event {
  position: absolute;
  z-index: 1;
}

.fc-time-grid .fc-bgevent {
  left: 0;
  right: 0;
}

.fc-v-event.fc-not-start {
  border-top-width: 0;
  padding-top: 1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.fc-v-event.fc-not-end {
  border-bottom-width: 0;
  padding-bottom: 1px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.fc-time-grid-event.fc-selected {
  overflow: visible;
}

.fc-time-grid-event.fc-selected .fc-bg {
  display: none;
}

.fc-time-grid-event .fc-content {
  overflow: hidden;
}

.fc-time-grid-event .fc-time,
.fc-time-grid-event .fc-title {
  padding: 0 1px;
}

.fc-time-grid-event .fc-time {
  font-size: .85em;
  white-space: nowrap;
}

.fc-time-grid-event.fc-short .fc-content {
  white-space: nowrap;
}

.fc-time-grid-event.fc-short .fc-time,
.fc-time-grid-event.fc-short .fc-title {
  display: inline-block;
  vertical-align: top;
}

.fc-time-grid-event.fc-short .fc-time span {
  display: none;
}

.fc-time-grid-event.fc-short .fc-time:before {
  content: attr(data-start);
}

.fc-time-grid-event.fc-short .fc-time:after {
  content: "\A0-\A0";
}

.fc-time-grid-event.fc-short .fc-title {
  font-size: .85em;
  padding: 0;
}

.fc-time-grid-event.fc-allow-mouse-resize .fc-resizer {
  left: 0;
  right: 0;
  bottom: 0;
  height: 8px;
  overflow: hidden;
  line-height: 8px;
  font-size: 11px;
  font-family: monospace;
  text-align: center;
  cursor: s-resize;
}

.fc-time-grid-event.fc-allow-mouse-resize .fc-resizer:after {
  content: "=";
}

.fc-time-grid-event.fc-selected .fc-resizer {
  border-radius: 5px;
  border-width: 1px;
  width: 8px;
  height: 8px;
  border-style: solid;
  border-color: inherit;
  background: #fff;
  left: 50%;
  margin-left: -5px;
  bottom: -5px;
}

.fc-time-grid .fc-now-indicator-line {
  border-top-width: 1px;
  left: 0;
  right: 0;
}

.fc-time-grid .fc-now-indicator-arrow {
  margin-top: -5px;
}

.fc-ltr .fc-time-grid .fc-now-indicator-arrow {
  left: 0;
  border-width: 5px 0 5px 6px;
  border-top-color: transparent;
  border-bottom-color: transparent;
}

.fc-rtl .fc-time-grid .fc-now-indicator-arrow {
  right: 0;
  border-width: 5px 6px 5px 0;
  border-top-color: transparent;
  border-bottom-color: transparent;
}

.fc-event-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 5px;
}

.fc-rtl .fc-list-view {
  direction: rtl;
}

.fc-list-view {
  border-width: 1px;
  border-style: solid;
}

.fc .fc-list-table {
  table-layout: auto;
}

.fc-list-table td {
  border-width: 1px 0 0;
  padding: 8px 14px;
}

.fc-list-table tr:first-child td {
  border-top-width: 0;
}

.fc-list-heading {
  border-bottom-width: 1px;
}

.fc-list-heading td {
  font-weight: 700;
}

.fc-ltr .fc-list-heading-main {
  float: left;
}

.fc-ltr .fc-list-heading-alt,
.fc-rtl .fc-list-heading-main {
  float: right;
}

.fc-rtl .fc-list-heading-alt {
  float: left;
}

.fc-list-item.fc-has-url {
  cursor: pointer;
}

.fc-list-item-marker,
.fc-list-item-time {
  white-space: nowrap;
  width: 1px;
}

.fc-ltr .fc-list-item-marker {
  padding-right: 0;
}

.fc-rtl .fc-list-item-marker {
  padding-left: 0;
}

.fc-list-item-title a {
  text-decoration: none;
  color: inherit;
}

.fc-list-item-title a[href]:hover {
  text-decoration: underline;
}

.fc-list-empty-wrap2 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.fc-list-empty-wrap1 {
  width: 100%;
  height: 100%;
  display: table;
}

.fc-list-empty {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.fc-unthemed .fc-list-empty {
  background-color: #eee;
}

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-search--inline {
  float: left;
}

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

.select2-results {
  display: block;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

.select2-results__option {
  padding: 6px;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
}

.select2-results__option[aria-selected] {
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-search--dropdown {
  display: block;
  padding: 4px;
}

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white;
}

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgb(255, 255, 255)', endColorstr='rgba(255, 238, 238, 0.93333)', GradientType=0);
}

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(255, 238, 238, 0.93333)', endColorstr='rgba(255, 204, 204, 0.8)', GradientType=0);
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgb(255, 255, 255)', endColorstr='rgba(255, 238, 238, 0.93333)', GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(255, 238, 238, 0.93333)', endColorstr='rgb(255, 255, 255)', GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
}

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}

.select2-container--classic .select2-dropdown {
  background-color: #fff;
  border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
  border-top: none;
}

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: #fff;
}

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

.Select {
  position: relative;
}

.Select input::-webkit-contacts-auto-fill-button,
.Select input::-webkit-credentials-auto-fill-button {
  display: none !important;
}

.Select input::-ms-clear,
.Select input::-ms-reveal {
  display: none !important;
}

.Select,
.Select div,
.Select input,
.Select span {
  box-sizing: border-box;
}

.Select.is-disabled .Select-arrow-zone {
  cursor: default;
  pointer-events: none;
  opacity: .35;
}

.Select.is-disabled > .Select-control {
  background-color: #f9f9f9;
}

.Select.is-disabled > .Select-control:hover {
  box-shadow: none;
}

.Select.is-open > .Select-control {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background: #fff;
  border-color: #b3b3b3 #ccc #d9d9d9;
}

.Select.is-open > .Select-control .Select-arrow {
  top: -2px;
  border-color: transparent transparent #999;
  border-width: 0 5px 5px;
}

.Select.is-searchable.is-focused:not(.is-open) > .Select-control,
.Select.is-searchable.is-open > .Select-control {
  cursor: text;
}

.Select.is-focused > .Select-control {
  background: #fff;
}

.Select.is-focused:not(.is-open) > .Select-control {
  border-color: #007eff;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 3px rgba(0, 126, 255, 0.1);
  background: #fff;
}

.Select.has-value.is-clearable.Select--single > .Select-control .Select-value {
  padding-right: 42px;
}

.Select.has-value.is-pseudo-focused.Select--single > .Select-control .Select-value .Select-value-label,
.Select.has-value.Select--single > .Select-control .Select-value .Select-value-label {
  color: #333;
}

.Select.has-value.is-pseudo-focused.Select--single > .Select-control .Select-value a.Select-value-label,
.Select.has-value.Select--single > .Select-control .Select-value a.Select-value-label {
  cursor: pointer;
  text-decoration: none;
}

.Select.has-value.is-pseudo-focused.Select--single > .Select-control .Select-value a.Select-value-label:focus,
.Select.has-value.is-pseudo-focused.Select--single > .Select-control .Select-value a.Select-value-label:hover,
.Select.has-value.Select--single > .Select-control .Select-value a.Select-value-label:focus,
.Select.has-value.Select--single > .Select-control .Select-value a.Select-value-label:hover {
  color: #007eff;
  outline: none;
  text-decoration: underline;
}

.Select.has-value.is-pseudo-focused.Select--single > .Select-control .Select-value a.Select-value-label:focus,
.Select.has-value.Select--single > .Select-control .Select-value a.Select-value-label:focus {
  background: #fff;
}

.Select.has-value.is-pseudo-focused .Select-input {
  opacity: 0;
}

.Select.is-open .Select-arrow,
.Select .Select-arrow-zone:hover > .Select-arrow {
  border-top-color: #666;
}

.Select.Select--rtl {
  direction: rtl;
  text-align: right;
}

.Select-control {
  background-color: #fff;
  border-color: #d9d9d9 #ccc #b3b3b3;
  border-radius: 4px;
  border: 1px solid #ccc;
  color: #333;
  cursor: default;
  display: table;
  border-spacing: 0;
  border-collapse: separate;
  height: 36px;
  outline: none;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.Select-control:hover {
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
}

.Select-control .Select-input:focus {
  outline: none;
  background: #fff;
}

.Select--single > .Select-control .Select-value,
.Select-placeholder {
  bottom: 0;
  color: #aaa;
  left: 0;
  line-height: 34px;
  padding-left: 10px;
  padding-right: 10px;
  position: absolute;
  right: 0;
  top: 0;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.Select-input {
  height: 34px;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: middle;
}

.Select-input > input {
  width: 100%;
  background: none transparent;
  border: 0 none;
  box-shadow: none;
  cursor: default;
  display: inline-block;
  font-family: inherit;
  font-size: inherit;
  margin: 0;
  outline: none;
  line-height: 17px;
  padding: 8px 0 12px;
  -webkit-appearance: none;
}

.is-focused .Select-input > input {
  cursor: text;
}

.has-value.is-pseudo-focused .Select-input {
  opacity: 0;
}

.Select-control:not(.is-searchable) > .Select-input {
  outline: none;
}

.Select-loading-zone {
  cursor: pointer;
  display: table-cell;
  text-align: center;
}

.Select-loading,
.Select-loading-zone {
  position: relative;
  vertical-align: middle;
  width: 16px;
}

.Select-loading {
  -webkit-animation: Select-animation-spin .4s infinite linear;
  animation: Select-animation-spin .4s infinite linear;
  height: 16px;
  box-sizing: border-box;
  border-radius: 50%;
  border: 2px solid #ccc;
  border-right-color: #333;
  display: inline-block;
}

.Select-clear-zone {
  -webkit-animation: Select-animation-fadeIn .2s;
  animation: Select-animation-fadeIn .2s;
  color: #999;
  cursor: pointer;
  display: table-cell;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 17px;
}

.Select-clear-zone:hover {
  color: #d0021b;
}

.Select-clear {
  display: inline-block;
  font-size: 18px;
  line-height: 1;
}

.Select--multi .Select-clear-zone {
  width: 17px;
}

.Select-arrow-zone {
  cursor: pointer;
  display: table-cell;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 25px;
  padding-right: 5px;
}

.Select--rtl .Select-arrow-zone {
  padding-right: 0;
  padding-left: 5px;
}

.Select-arrow {
  border-color: #999 transparent transparent;
  border-style: solid;
  border-width: 5px 5px 2.5px;
  display: inline-block;
  height: 0;
  width: 0;
  position: relative;
}

.Select-control > :last-child {
  padding-right: 5px;
}

.Select--multi .Select-multi-value-wrapper {
  display: inline-block;
}

.Select .Select-aria-only {
  position: absolute;
  display: inline-block;
  height: 1px;
  width: 1px;
  margin: -1px;
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
  float: left;
}

@-webkit-keyframes Select-animation-fadeIn {
  0% {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes Select-animation-fadeIn {
  0% {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.Select-menu-outer {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-top-color: #e6e6e6;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
  margin-top: -1px;
  max-height: 200px;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  z-index: 1;
  -webkit-overflow-scrolling: touch;
}

.Select-menu {
  max-height: 198px;
  overflow-y: auto;
}

.Select-option {
  box-sizing: border-box;
  background-color: #fff;
  color: #666;
  cursor: pointer;
  display: block;
  padding: 8px 10px;
}

.Select-option:last-child {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.Select-option.is-selected {
  background-color: #f5faff;
  background-color: rgba(0, 126, 255, 0.04);
  color: #333;
}

.Select-option.is-focused {
  background-color: #ebf5ff;
  background-color: rgba(0, 126, 255, 0.08);
  color: #333;
}

.Select-option.is-disabled {
  color: #ccc;
  cursor: default;
}

.Select-noresults {
  box-sizing: border-box;
  color: #999;
  cursor: default;
  display: block;
  padding: 8px 10px;
}

.Select--multi .Select-input {
  vertical-align: middle;
  margin-left: 10px;
  padding: 0;
}

.Select--multi.Select--rtl .Select-input {
  margin-left: 0;
  margin-right: 10px;
}

.Select--multi.has-value .Select-input {
  margin-left: 5px;
}

.Select--multi .Select-value {
  background-color: #ebf5ff;
  background-color: rgba(0, 126, 255, 0.08);
  border-radius: 2px;
  border: 1px solid #c2e0ff;
  border: 1px solid rgba(0, 126, 255, 0.24);
  color: #007eff;
  display: inline-block;
  font-size: .9em;
  line-height: 1.4;
  margin-left: 5px;
  margin-top: 5px;
  vertical-align: top;
}

.Select--multi .Select-value-icon,
.Select--multi .Select-value-label {
  display: inline-block;
  vertical-align: middle;
}

.Select--multi .Select-value-label {
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
  cursor: default;
  padding: 2px 5px;
}

.Select--multi a.Select-value-label {
  color: #007eff;
  cursor: pointer;
  text-decoration: none;
}

.Select--multi a.Select-value-label:hover {
  text-decoration: underline;
}

.Select--multi .Select-value-icon {
  cursor: pointer;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  border-right: 1px solid #c2e0ff;
  border-right: 1px solid rgba(0, 126, 255, 0.24);
  padding: 1px 5px 3px;
}

.Select--multi .Select-value-icon:focus,
.Select--multi .Select-value-icon:hover {
  background-color: #d8eafd;
  background-color: rgba(0, 113, 230, 0.08);
  color: #0071e6;
}

.Select--multi .Select-value-icon:active {
  background-color: #c2e0ff;
  background-color: rgba(0, 126, 255, 0.24);
}

.Select--multi.Select--rtl .Select-value {
  margin-left: 0;
  margin-right: 5px;
}

.Select--multi.Select--rtl .Select-value-icon {
  border-right: none;
  border-left: 1px solid #c2e0ff;
  border-left: 1px solid rgba(0, 126, 255, 0.24);
}

.Select--multi.is-disabled .Select-value {
  background-color: #fcfcfc;
  border: 1px solid #e3e3e3;
  color: #333;
}

.Select--multi.is-disabled .Select-value-icon {
  cursor: not-allowed;
  border-right: 1px solid #e3e3e3;
}

.Select--multi.is-disabled .Select-value-icon:active,
.Select--multi.is-disabled .Select-value-icon:focus,
.Select--multi.is-disabled .Select-value-icon:hover {
  background-color: #fcfcfc;
}

@-webkit-keyframes Select-animation-spin {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}

@keyframes Select-animation-spin {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}

.cron-builder {
  display: inline-block;
  min-height: 200px;
  background-color: #3caed6;
  padding: 15px;
  color: #818181;
  font-size: 14px;
}

.cron-builder__fieldset {
  border-color: #289cc7;
  border-style: solid;
}

.cron-builder__legend {
  padding: 0 5px;
}

.cron-builder__tab {
  height: 36px;
  font-weight: 700;
  color: inherit;
  border: none;
  margin: .5px;
  background-image: linear-gradient(180deg, #fff, #e6e6e6);
  cursor: pointer;
  padding: 5px 7px;
}

.cron-builder__tab:hover:not(.cron-builder__tab--active) {
  background-image: linear-gradient(180deg, #fff, #d3d3d3);
}

.cron-builder__tab--active {
  background-color: #cecece;
  background-image: none;
  cursor: default;
}

.cron-builder__preset {
  min-height: 100px;
  display: flex;
  align-items: flex-end;
  margin-bottom: 40px;
  margin-top: 20px;
}

.cron-builder__input {
  margin-right: 5px;
  max-width: 400px;
}

.cron-builder__row {
  display: flex;
}

.cron-builder__row--main {
  margin-top: 5px;
}

.cron-builder__row--hours-range {
  width: 300px;
  justify-content: center;
}

.cron-builder__row--inline {
  display: inline-flex;
}

.cron-builder__row--items-end {
  align-items: flex-end;
}

.cron-builder__label {
  color: #fff;
  margin-bottom: 3px;
  display: block;
}

.cron-builder__link {
  color: #fff;
  cursor: pointer;
  right: 0;
  margin-top: 3px;
  margin-right: 5px;
}

.cron-builder__link:hover {
  text-decoration: underline;
}

.cron-builder__action {
  margin: 15px auto;
  height: 40px;
  background-image: linear-gradient(180deg, #fff, #e6e6e6);
  border: none;
}

.cron-builder__result {
  background-color: #303741;
  color: #fff;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
}

.cron-builder__hr {
  border: none;
  border-top: 1px dashed #fff;
}

.cron-builder__pretty-expression {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 5px;
  font-weight: 700;
  font-size: 14px;
  max-width: 550px;
}

.Select {
  position: relative;
}

.Select input::-webkit-contacts-auto-fill-button,
.Select input::-webkit-credentials-auto-fill-button {
  display: none !important;
}

.Select input::-ms-clear,
.Select input::-ms-reveal {
  display: none !important;
}

.Select,
.Select div,
.Select input,
.Select span {
  box-sizing: border-box;
}

.Select.is-disabled .Select-arrow-zone {
  cursor: default;
  pointer-events: none;
  opacity: .35;
}

.Select.is-disabled > .Select-control {
  background-color: #f9f9f9;
}

.Select.is-disabled > .Select-control:hover {
  box-shadow: none;
}

.Select.is-open > .Select-control {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background: #fff;
  border-color: #b3b3b3 #ccc #d9d9d9;
}

.Select.is-open > .Select-control .Select-arrow {
  top: -2px;
  border-color: transparent transparent #999;
  border-width: 0 5px 5px;
}

.Select.is-searchable.is-focused:not(.is-open) > .Select-control,
.Select.is-searchable.is-open > .Select-control {
  cursor: text;
}

.Select.is-focused > .Select-control {
  background: #fff;
}

.Select.is-focused:not(.is-open) > .Select-control {
  border-color: #007eff;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 3px rgba(0, 126, 255, 0.1);
  background: #fff;
}

.Select.has-value.is-clearable.Select--single > .Select-control .Select-value {
  padding-right: 42px;
}

.Select.has-value.is-pseudo-focused.Select--single > .Select-control .Select-value .Select-value-label,
.Select.has-value.Select--single > .Select-control .Select-value .Select-value-label {
  color: #333;
}

.Select.has-value.is-pseudo-focused.Select--single > .Select-control .Select-value a.Select-value-label,
.Select.has-value.Select--single > .Select-control .Select-value a.Select-value-label {
  cursor: pointer;
  text-decoration: none;
}

.Select.has-value.is-pseudo-focused.Select--single > .Select-control .Select-value a.Select-value-label:focus,
.Select.has-value.is-pseudo-focused.Select--single > .Select-control .Select-value a.Select-value-label:hover,
.Select.has-value.Select--single > .Select-control .Select-value a.Select-value-label:focus,
.Select.has-value.Select--single > .Select-control .Select-value a.Select-value-label:hover {
  color: #007eff;
  outline: none;
  text-decoration: underline;
}

.Select.has-value.is-pseudo-focused.Select--single > .Select-control .Select-value a.Select-value-label:focus,
.Select.has-value.Select--single > .Select-control .Select-value a.Select-value-label:focus {
  background: #fff;
}

.Select.has-value.is-pseudo-focused .Select-input {
  opacity: 0;
}

.Select.is-open .Select-arrow,
.Select .Select-arrow-zone:hover > .Select-arrow {
  border-top-color: #666;
}

.Select.Select--rtl {
  direction: rtl;
  text-align: right;
}

.Select-control {
  background-color: #fff;
  border-color: #d9d9d9 #ccc #b3b3b3;
  border-radius: 4px;
  border: 1px solid #ccc;
  color: #333;
  cursor: default;
  display: table;
  border-spacing: 0;
  border-collapse: separate;
  height: 36px;
  outline: none;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.Select-control:hover {
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
}

.Select-control .Select-input:focus {
  outline: none;
  background: #fff;
}

.Select--single > .Select-control .Select-value,
.Select-placeholder {
  bottom: 0;
  color: #aaa;
  left: 0;
  line-height: 34px;
  padding-left: 10px;
  padding-right: 10px;
  position: absolute;
  right: 0;
  top: 0;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.Select-input {
  height: 34px;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: middle;
}

.Select-input > input {
  width: 100%;
  background: none transparent;
  border: 0 none;
  box-shadow: none;
  cursor: default;
  display: inline-block;
  font-family: inherit;
  font-size: inherit;
  margin: 0;
  outline: none;
  line-height: 17px;
  padding: 8px 0 12px;
  -webkit-appearance: none;
}

.is-focused .Select-input > input {
  cursor: text;
}

.has-value.is-pseudo-focused .Select-input {
  opacity: 0;
}

.Select-control:not(.is-searchable) > .Select-input {
  outline: none;
}

.Select-loading-zone {
  cursor: pointer;
  display: table-cell;
  text-align: center;
}

.Select-loading,
.Select-loading-zone {
  position: relative;
  vertical-align: middle;
  width: 16px;
}

.Select-loading {
  -webkit-animation: Select-animation-spin .4s infinite linear;
  animation: Select-animation-spin .4s infinite linear;
  height: 16px;
  box-sizing: border-box;
  border-radius: 50%;
  border: 2px solid #ccc;
  border-right-color: #333;
  display: inline-block;
}

.Select-clear-zone {
  -webkit-animation: Select-animation-fadeIn .2s;
  animation: Select-animation-fadeIn .2s;
  color: #999;
  cursor: pointer;
  display: table-cell;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 17px;
}

.Select-clear-zone:hover {
  color: #d0021b;
}

.Select-clear {
  display: inline-block;
  font-size: 18px;
  line-height: 1;
}

.Select--multi .Select-clear-zone {
  width: 17px;
}

.Select-arrow-zone {
  cursor: pointer;
  display: table-cell;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 25px;
  padding-right: 5px;
}

.Select--rtl .Select-arrow-zone {
  padding-right: 0;
  padding-left: 5px;
}

.Select-arrow {
  border-color: #999 transparent transparent;
  border-style: solid;
  border-width: 5px 5px 2.5px;
  display: inline-block;
  height: 0;
  width: 0;
  position: relative;
}

.Select-control > :last-child {
  padding-right: 5px;
}

.Select--multi .Select-multi-value-wrapper {
  display: inline-block;
}

.Select .Select-aria-only {
  position: absolute;
  display: inline-block;
  height: 1px;
  width: 1px;
  margin: -1px;
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
  float: left;
}

@-webkit-keyframes Select-animation-fadeIn {
  0% {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes Select-animation-fadeIn {
  0% {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.Select-menu-outer {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-top-color: #e6e6e6;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
  margin-top: -1px;
  max-height: 200px;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  z-index: 1;
  -webkit-overflow-scrolling: touch;
}

.Select-menu {
  max-height: 198px;
  overflow-y: auto;
}

.Select-option {
  box-sizing: border-box;
  background-color: #fff;
  color: #666;
  cursor: pointer;
  display: block;
  padding: 8px 10px;
}

.Select-option:last-child {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.Select-option.is-selected {
  background-color: #f5faff;
  background-color: rgba(0, 126, 255, 0.04);
  color: #333;
}

.Select-option.is-focused {
  background-color: #ebf5ff;
  background-color: rgba(0, 126, 255, 0.08);
  color: #333;
}

.Select-option.is-disabled {
  color: #ccc;
  cursor: default;
}

.Select-noresults {
  box-sizing: border-box;
  color: #999;
  cursor: default;
  display: block;
  padding: 8px 10px;
}

.Select--multi .Select-input {
  vertical-align: middle;
  margin-left: 10px;
  padding: 0;
}

.Select--multi.Select--rtl .Select-input {
  margin-left: 0;
  margin-right: 10px;
}

.Select--multi.has-value .Select-input {
  margin-left: 5px;
}

.Select--multi .Select-value {
  background-color: #ebf5ff;
  background-color: rgba(0, 126, 255, 0.08);
  border-radius: 2px;
  border: 1px solid #c2e0ff;
  border: 1px solid rgba(0, 126, 255, 0.24);
  color: #007eff;
  display: inline-block;
  font-size: .9em;
  line-height: 1.4;
  margin-left: 5px;
  margin-top: 5px;
  vertical-align: top;
}

.Select--multi .Select-value-icon,
.Select--multi .Select-value-label {
  display: inline-block;
  vertical-align: middle;
}

.Select--multi .Select-value-label {
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
  cursor: default;
  padding: 2px 5px;
}

.Select--multi a.Select-value-label {
  color: #007eff;
  cursor: pointer;
  text-decoration: none;
}

.Select--multi a.Select-value-label:hover {
  text-decoration: underline;
}

.Select--multi .Select-value-icon {
  cursor: pointer;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  border-right: 1px solid #c2e0ff;
  border-right: 1px solid rgba(0, 126, 255, 0.24);
  padding: 1px 5px 3px;
}

.Select--multi .Select-value-icon:focus,
.Select--multi .Select-value-icon:hover {
  background-color: #d8eafd;
  background-color: rgba(0, 113, 230, 0.08);
  color: #0071e6;
}

.Select--multi .Select-value-icon:active {
  background-color: #c2e0ff;
  background-color: rgba(0, 126, 255, 0.24);
}

.Select--multi.Select--rtl .Select-value {
  margin-left: 0;
  margin-right: 5px;
}

.Select--multi.Select--rtl .Select-value-icon {
  border-right: none;
  border-left: 1px solid #c2e0ff;
  border-left: 1px solid rgba(0, 126, 255, 0.24);
}

.Select--multi.is-disabled .Select-value {
  background-color: #fcfcfc;
  border: 1px solid #e3e3e3;
  color: #333;
}

.Select--multi.is-disabled .Select-value-icon {
  cursor: not-allowed;
  border-right: 1px solid #e3e3e3;
}

.Select--multi.is-disabled .Select-value-icon:active,
.Select--multi.is-disabled .Select-value-icon:focus,
.Select--multi.is-disabled .Select-value-icon:hover {
  background-color: #fcfcfc;
}

@keyframes Select-animation-spin {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}

@-webkit-keyframes Select-animation-spin {
  to {
    -webkit-transform: rotate(1turn);
  }
}

.impressManageCron {
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 16px;
}

.impressManageCron .preset {
  display: flex;
  margin-bottom: 20px;
  margin-top: 20px;
}

.impressManageCron .input {
  max-width: 400px;
}

.impressManageCron .row {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}

.impressManageCron .row.main {
  margin-top: 5px;
}

.impressManageCron .row.hours-range {
  justify-content: center;
  width: 300px;
}

.impressManageCron .row.inline {
  display: inline-flex;
}

.impressManageCron .day-of {
  margin-top: 6px;
}

.impressManageCron .input-label {
  display: block;
  flex-shrink: 0;
  margin-bottom: 3px;
  width: 100%;
}

.impressManageCron .link {
  cursor: pointer;
  margin-right: 5px;
  margin-top: 3px;
  right: 0;
}

.impressManageCron .link:hover {
  text-decoration: underline;
}

.impressManageCron .action {
  border: none;
  height: 40px;
  margin: 15px auto;
}

.impressManageCron .result {
  align-items: center;
  background-color: #333;
  color: #fff;
  display: flex;
  font-weight: 700;
  height: 40px;
  justify-content: center;
}

.impressManageCron .hr {
  border: none;
}

.impressManageCron .pretty-expression {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 5px;
  margin-top: 20px;
}

@font-face {
  font-family: 'open_sans';
  src: url("a5df65be5b537058a9169e4379e8eff2.a5df65be5b53.woff2") format("woff2"), url("855e84d70eed8a3ae60cf9953e5d8f10.855e84d70eed.woff") format("woff"), url("908028d3e24c4da00e617cc79af910c2.908028d3e24c.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'open_sans';
  src: url("41a74236e52fbaafb1df8f7ce045cfaa.41a74236e52f.woff2") format("woff2"), url("2b6945c57a793f7207231b2853904005.2b6945c57a79.woff") format("woff"), url("0364a4e16b16b2e5caa87bd35a443833.0364a4e16b16.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
}

@font-face {
  font-family: 'open_sans';
  src: url("9236297e1ae03813478a6e7148096758.9236297e1ae0.woff2") format("woff2"), url("333cd0f36c989ce0fc2097c6f30518f4.333cd0f36c98.woff") format("woff"), url("bd2797679eeba03de22d3f6b309e5835.bd2797679eeb.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: 'open_sans';
  src: url("a3201fda0558e5dd9b04cb9a81d3e9d0.a3201fda0558.woff2") format("woff2"), url("12d46b0ba4eef5fd591d2c949684de77.12d46b0ba4ee.woff") format("woff"), url("bb786f4f406b088ec54d05e2c6f6cd15.bb786f4f406b.ttf") format("truetype");
  font-weight: 800;
  font-style: italic;
}

@font-face {
  font-family: 'open_sans';
  src: url("33634fd4642c73ab8b1c0615d24717da.33634fd4642c.woff2") format("woff2"), url("734a026c1b96994fea43a1c6089a44bd.734a026c1b96.woff") format("woff"), url("511987649a5cb54ede413bb7fc140200.511987649a5c.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: 'open_sans';
  src: url("1995d1b7accd14a34d621bb6a962ea46.1995d1b7accd.woff2") format("woff2"), url("48cbbe2b1d70ca14539087962ad9eec4.48cbbe2b1d70.woff") format("woff"), url("56dc02e2d3d2caf0a59bc5e39b9d05dc.56dc02e2d3d2.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'open_sans';
  src: url("89e4c894531e584d16f2b500989bfb92.89e4c894531e.woff2") format("woff2"), url("32b55b3ad88141395fd8c951290c4b05.32b55b3ad881.woff") format("woff"), url("722705c6c4c6d14291da6ae6323bfb08.722705c6c4c6.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: 'open_sans';
  src: url("174f3556613c5f62b77fbf487ca737eb.174f3556613c.woff2") format("woff2"), url("c603c6ecb0ac058623ec474b81e2d5ad.c603c6ecb0ac.woff") format("woff"), url("8dfe4fc9f647777e46f1f85ba20eb69f.8dfe4fc9f647.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'open_sans';
  src: url("1030b3bba692e8e6d56cb597e2127a57.1030b3bba692.woff2") format("woff2"), url("5353ea424db26718b0f93124ef01cb69.5353ea424db2.woff") format("woff"), url("f2c47b1bdae372db4ef300c02dad1e1e.f2c47b1bdae3.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'open_sans';
  src: url("d6f3b3028cbbb8e88b8e5829f74a585f.d6f3b3028cbb.woff2") format("woff2"), url("1bd6fb517f24fa35be8d9c5bfb3788da.1bd6fb517f24.woff") format("woff"), url("9696c8186c5f5b98fe69cfce40350965.9696c8186c5f.ttf") format("truetype");
  font-weight: 600;
  font-style: italic;
}

@font-face {
  font-family: 'roboto_slab';
  src: url("2c536526dc869644e68f5afc7562108c.2c536526dc86.woff2") format("woff2"), url("233a261c7fd12e5c15a7f41a6bf51e88.233a261c7fd1.woff") format("woff"), url("ef34f32da3863fc3b74df7ae45b76cea.ef34f32da386.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'roboto_slab';
  src: url("fe22633466b06eda052eb0b126f39ebf.fe22633466b0.woff2") format("woff2"), url("918eaec69c41ef7ce40fe183003a1b9d.918eaec69c41.woff") format("woff"), url("f179c364a8262abfb9561ba6d9d30433.f179c364a826.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'roboto_slab';
  src: url("1dbbc9c29aef8339ad5cb48f6edac799.1dbbc9c29aef.woff2") format("woff2"), url("844a58e9161d993b5213ddac24c6cf34.844a58e9161d.woff") format("woff"), url("325fa2ca34c3552275158f75e5f3cb3d.325fa2ca34c3.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'roboto_slab';
  src: url("df5ca8b7b09c7630ddcd88ffb926ca98.df5ca8b7b09c.woff2") format("woff2"), url("a8395b0d6afa64b6c7a781db7c297dc7.a8395b0d6afa.woff") format("woff"), url("d05ca77e371e66d9b83fc07cd55035ed.d05ca77e371e.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
}

:root {
  --main: #702b5f;
}

.playlist {
  height: 82.1vh;
  min-height: 580px;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.playlist .playerWrapper {
  will-change: transform;
  margin-left: 0px;
  display: flex;
  height: 100%;
  overflow: hidden;
  position: relative;
  width: 200%;
  max-width: 200%;
}

@media (min-width: 2000px) {
  .playlist .playerWrapper {
    width: 180%;
    max-width: 180%;
  }
}

.playlist.limited .categories,
.playlist.limited .tracksContainer,
.playlist.limited .clipboard,
.playlist.limited .playlistCreateBox {
  display: none;
}

.playlist.limited .playlistsList {
  height: 100%;
}

.playlist.limited .playlistContainer {
  width: calc(100% - 44px);
}

.playlist.limited .playlistContainer > * {
  margin-left: auto;
  transition: width .5s linear;
  width: 100%;
}

.playlist.limited.open-devices .playlistContainer {
  justify-content: flex-end;
}

.playlist.limited.open-devices .playlistContainer > * {
  width: calc(54.4%);
}

.categories,
.tracksContainer,
.playlistContainer,
.deviceListVsPlaylistManagement,
.deviceList {
  display: flex;
  flex-direction: column;
  height: 100%;
  margin: 0;
  width: 12.5%;
}

body > .select2-container {
  font-size: 12px;
  z-index: 99999999;
}

.select {
  min-width: 80px;
}

@media (min-width: 2000px) {
  .tracksContainer {
    width: 12.7%;
  }
}

@media only screen and (max-width: 768px) and (orientation: portrait) {
  .content {
    padding: 0 !important;
    padding-top: 15px !important;
  }

  .column ul {
    padding-left: 20px;
  }

  .loginButtons,
  .dropdown-toggleBtn {
    font-size: 14px !important;
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .topLine .language {
    border-right: 0px solid #fff;
    margin-right: 0px;
  }

  .playlists_button {
    display: none;
  }

  .bottomLineContainer {
    display: none;
  }

  .playlist {
    min-height: 80dvh !important;
    height: 89dvh !important;
  }

  .topLine .titleLogo {
    margin-top: 10px;
  }

  #legacyToggleSpan {
    display: none;
  }

  .topLine .topLink i {
    font-size: 22px;
    margin: 0 4px 0 6px;
  }

  .impressbox,
  body,
  #modal-root {
    max-width: 100vw !important;
    min-width: 0 !important;
    bottom: 0;
    max-height: 100dvh;
  }

  h1 {
    margin-top: 0px;
    font-size: 2.0em;
  }

  .column {
    width: 100% !important;
  }
}

.categories {
  background-color: #101010;
  font-weight: 300;
  position: relative;
  width: 12.5%;
}

.categories .categoriesScrollWrapper {
  display: flex;
  flex-direction: column;
  height: calc(100% - 100px);
  overflow-y: auto;
}

.categories .categoriesScrollWrapper.no-edit {
  height: calc(100% - 50px);
}

.categories .category {
  align-items: center;
  color: #fff;
  cursor: pointer;
  display: flex;
  flex-shrink: 0;
  flex-wrap: nowrap;
  font-size: 22px;
  padding: 6px 20px;
  text-decoration: none;
  text-transform: none;
  transition: background 200ms ease-in;
  width: 100%;
}

.categories .category[data-virtual='true'] {
  order: 1;
}

.categories .category[data-shared='true'] {
  border-left: 3px solid #1570a6;
}

.categories .category[data-shared='true'] .title {
  max-width: calc(100% - 100px);
}

.categories .category .shared-indicator {
  color: #1570a6;
  flex-shrink: 0;
  font-size: 12px;
  opacity: 0.85;
  padding-left: 6px;
}

.categories .category .title {
  max-width: calc(100% - 80px);
}

.categories .category:hover {
  background: rgba(255, 255, 255, 0.06);
}

.categories .category.active {
  background: rgba(255, 255, 255, 0.1);
}

.categories .category .admin {
  margin-left: auto;
}

.categories .category .admin,
.categories .category .share,
.categories .category .delete {
  color: #fff;
  font-size: 14px;
  padding-left: 10px;
}

@media (min-width: 2000px) {
  .categories {
    width: 11%;
  }
}

.tracksContainer {
  align-items: flex-start;
  background-color: #333;
  display: flex;
  flex-direction: column;
  position: relative;
}

.tracksContainer.gcloud-drop-area {
  transition: box-shadow 150ms ease-in-out;
}

.tracksContainer.gcloud-drop-active {
  box-shadow: inset 0 0 0 3px rgba(33, 109, 162, 0.6);
}

.tracksContainer .uploadFormContainer {
  background: #333;
  cursor: pointer;
  display: none;
  position: relative;
  width: 100%;
  z-index: 51;
}

.tracksContainer .categoryTracksWrapper {
  background: none;
  margin-left: 0;
  overflow-y: auto;
  width: 100%;
}

.tracksContainer .categoryTracksWrapper .track {
  flex-wrap: nowrap;
  padding: 5px 0 5px 10px;
}

.tracksContainer .categoryTracksWrapper .track .track-title {
  max-width: calc(100% - 157px);
}

.tracksContainer .categoryTracksWrapper .track > .fa-clipboard {
  margin-left: auto;
}

.tracksContainer .categoryTracksWrapper .track .remove {
  padding-right: 0;
}

.tracksContainer .categoryTracksWrapper .searchResults {
  display: none;
  flex-direction: column;
  padding-bottom: 18px;
}

.tracksContainer .categoryTracksWrapper .searchResults.active {
  display: flex;
}

.tracksContainer .categoryTracksWrapper .searchResults .no-results {
  color: #fff;
  margin-top: 1rem;
  order: 2;
  padding: 0 10px;
  text-align: center;
}

.tracksContainer .categoryTracksWrapper .searchResults p {
  color: #fff;
  font-size: 17px;
  margin: 0;
  order: 1;
  padding: 10px 10px 0;
  text-align: center;
}

.tracksContainer .categoryTracksWrapper .searchResults .select-actions {
  order: 2;
}

.tracksContainer .categoryTracksWrapper .searchResults .track-holder {
  order: 3;
}

.tracksContainer .categoryTracks {
  display: none;
  flex-direction: column;
  padding-bottom: 18px;
  position: relative;
}

.tracksContainer .categoryTracks.active {
  display: flex;
}

.tracksContainer .categoryTracks.no-edit .reload-button span {
  border: 0;
}

.tracksContainer .categoryTracks .track-holder {
  order: 4;
  transition: background 400ms ease-in;
}

.tracksContainer .categoryTracks .track-holder:hover {
  background: rgba(255, 255, 255, 0.06);
}

.tracksContainer .categoryTracks .upload-button {
  color: #a5a5a5;
  cursor: pointer;
  font-size: 15px;
  font-weight: bold;
  margin-top: 8px;
  order: 1;
  padding: 0;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}

.tracksContainer .categoryTracks .upload-button::after {
  content: "\F093";
  font-family: FontAwesome;
  padding-left: 8px;
}

.tracksContainer .categoryTracks .reload-button {
  color: #a5a5a5;
  cursor: pointer;
  font-size: 13px;
  margin-top: 12px;
  order: 2;
  padding: 0;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}

.tracksContainer .categoryTracks .reload-button span {
  border-top: 1px solid #a5a5a5;
  padding: 6px 14px 0;
}

.tracksContainer .categoryTracks .reload-button span::after {
  content: "\F021";
  font-family: FontAwesome;
  padding-left: 8px;
}

.tracksContainer #drop {
  -o-border-image: none;
  border-image: none;
  padding: 0;
}

.tracksContainer .upload-options {
  color: #7f858a;
  text-align: center;
  align-items: center;
  /* Switch container */
  /* Hide default checkbox */
  /* Slider background */
  /* Toggle circle */
  /* Checked state */
  /* Rounded slider */
  /* Label text */
}

.tracksContainer .upload-options .switch {
  position: relative;
  display: inline-block;
  width: 35px;
  height: 18px;
  margin-right: 10px;
}

.tracksContainer .upload-options .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.tracksContainer .upload-options .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: 0.4s;
  border-radius: 18px;
}

.tracksContainer .upload-options .slider:before {
  position: absolute;
  content: "";
  height: 12px;
  width: 12px;
  left: 3px;
  bottom: 3px;
  background-color: white;
  transition: 0.4s;
  border-radius: 50%;
}

.tracksContainer .upload-options input:checked + .slider {
  background-color: #793568;
  /* green when active */
}

.tracksContainer .upload-options input:checked + .slider:before {
  -webkit-transform: translateX(16px);
  transform: translateX(16px);
}

.tracksContainer .upload-options .slider.round {
  border-radius: 18px;
}

.tracksContainer .upload-options .slider.round:before {
  border-radius: 50%;
}

.tracksContainer .upload-options .switch-label {
  vertical-align: middle;
  font-size: 14px;
}

.playlistContainer {
  background-color: #2f2f2f;
  overflow: hidden;
  position: relative;
  width: calc(25% - 44px);
  max-width: calc(25% - 44px);
}

.playlistContainer .controls {
  height: 86px;
}

.playlistContainer .controls .playlistTitle {
  color: #fff;
  float: left;
  font-size: 17px;
  height: 62px;
  margin: 0;
  max-width: 70%;
  overflow: hidden;
  padding: 16px 20px;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: auto;
}

.playlistContainer .controls .playlistTitle.active {
  cursor: pointer;
}

.playlistContainer .controls .playlistTitle.active::after {
  cursor: pointer;
  opacity: 1;
}

.playlistContainer .controls .playlistTitle::after {
  color: #fff;
  content: '\F06E';
  display: inline-block;
  font-family: FontAwesome;
  margin-left: 10px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 400ms ease-in;
}

.playlistContainer .controls .timeHolder {
  color: #fff;
  float: right;
  font-size: 17px;
  height: 46px;
  margin: 0 16px;
  overflow: hidden;
  white-space: nowrap;
  width: auto;
  right: 25px;
  margin-top: 12px;
  position: absolute;
}

.playlistContainer .controls .button {
  color: #fff;
  float: right;
  margin: 0;
  overflow: hidden;
  right: 16px;
  position: absolute;
  top: 7px;
}

.playlistContainer .controls .button i {
  color: #fff;
  cursor: pointer;
  text-decoration: none;
}

.playlistContainer .controls .currentTrack {
  color: #fff;
  font-size: 12px;
  height: 17px;
  margin: 0;
  width: 100%;
  top: 45px;
  left: 32px;
  position: absolute;
}

.playlistContainer .controls .currentTrack #duration {
  padding-left: 10px;
}

.playlistContainer .controls .progress {
  background-color: #35192f;
  display: block;
  height: 3px;
  margin: 4px 20px;
  visibility: hidden;
  width: calc(100% - 40px);
}

.playlistContainer .controls .progress div {
  background-color: #702b5f;
  height: 3px;
  width: 0;
}

.playlistHolder {
  background: none;
  height: auto;
  max-height: 44px;
  overflow: hidden;
  position: relative;
  transition: background 400ms ease-in, height 400ms ease-in, max-height 400ms ease-in, opacity 800ms ease-in;
  width: 100%;
  z-index: 25;
}

.playlistHolder::after {
  background: rgba(0, 0, 0, 0.3);
  content: '';
  display: block;
  height: 100%;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  transition: opacity 300ms;
  width: 100%;
  z-index: 400;
}

.playlistHolder .tracksList {
  opacity: 0;
  overflow: hidden;
}

.playlistHolder.loading a.title::after {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
  content: '\F110';
  display: inline-block;
  font-family: FontAwesome;
  margin-left: 10px;
}

.playlistHolder.loading::after {
  opacity: 1;
  pointer-events: all;
}

.playlistHolder:not(.activePlaylist) .header:hover {
  background: rgba(255, 255, 255, 0.06);
}

.playlistHolder.highlight,
.playlistHolder.copy-playlist-highlight,
.playlistHolder.new-playlist-highlight,
.playlistHolder.change-position-highlight,
.playlistHolder.remove-track-highlight {
  background-color: #a5a5a5;
}

.playlistHolder a.title {
  align-items: center;
  color: #fff;
  display: flex;
  font-size: 17px;
  height: 42px;
  justify-content: flex-start;
  outline-width: 0;
  overflow: hidden;
  padding: 0 16px;
  text-decoration: none;
  width: auto;
}

.playlistHolder a.title span {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.playlistHolder a.title .fa-lock {
  display: none;
  margin: 3px 0 0 8px;
}

.playlistHolder a.button {
  color: #fff;
  display: block;
  float: right;
  font-size: 12px;
  height: 24px;
  line-height: 22px;
  margin: 9px 0 0;
  text-align: center;
  text-decoration: none;
  width: 24px;
}

.playlistHolder a.button.play {
  margin-right: 13px;
}

.playlistHolder a.button.pause {
  display: none;
  margin-right: 13px;
}

.playlistHolder a.button img {
  color: transparent;
  overflow: hidden;
}

.playlistHolder.read-only a.title .fa-lock,
.playlistHolder.read-only-temp a.title .fa-lock {
  display: inline;
}

.playlistHolder.read-only a.button.delete-playlist,
.playlistHolder.read-only a.button.multi-import,
.playlistHolder.read-only-temp a.button.delete-playlist,
.playlistHolder.read-only-temp a.button.multi-import {
  display: none;
}

.playlistHolder.read-only a.button.copy-playlist,
.playlistHolder.read-only-temp a.button.copy-playlist {
  display: block;
}

.playlistHolder.read-only .track .track-buttons .fa-level-up,
.playlistHolder.read-only .track .track-buttons .fa-level-down,
.playlistHolder.read-only .track .track-buttons .fa-trash-o,
.playlistHolder.read-only-temp .track .track-buttons .fa-level-up,
.playlistHolder.read-only-temp .track .track-buttons .fa-level-down,
.playlistHolder.read-only-temp .track .track-buttons .fa-trash-o {
  pointer-events: none;
  visibility: hidden;
}

.playlistHolder.staff a.button.copy-playlist {
  display: block;
}

.playlistHolder .header {
  background-color: inherit;
  background-image: none !important;
  height: 44px;
  opacity: 1;
  overflow: hidden;
  position: relative;
  transition: background 400ms ease-in, opacity .5s linear, height .5s linear;
  width: 100%;
  z-index: 300;
}

.playlistHolder .header a.admin {
  color: #fff;
  font-size: 14px;
  padding-left: 10px;
}

.playlistHolder .header.ui-draggable-dragging .playlist-filters {
  display: none;
}

.playlistHolder .header.ui-draggable-dragging a {
  color: #fff;
  font-weight: 200;
  line-height: 44px;
  text-decoration: none;
}

.playlistHolder .header.ui-draggable-dragging a.button {
  display: none;
}

.playlistHolder .header.ui-draggable-dragging a.title img {
  display: none;
}

.playlistHolder .dragArea {
  display: none;
  height: 136px;
  position: absolute;
  width: 100%;
  z-index: -99999;
}

.playlistHolder .select-actions {
  display: none;
}

.playlistHolder.activePlaylist {
  background-color: #552449 !important;
  max-height: 9999999999999px;
  overflow: visible;
  z-index: 50;
}

.playlistHolder.activePlaylist .tracksList {
  opacity: 1;
}

.playlistHolder.activePlaylist .select-actions {
  display: block;
}

.playlistHolder.activePlaylist .header {
  background: #481f3f;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  overflow: visible;
}

.playlistHolder.activePlaylist.ui-state-active .header {
  opacity: .1;
  z-index: 3;
}

.playlistHolder.activePlaylist.ui-state-active .dragArea {
  display: block;
  z-index: 300;
}

.playlistHolder.activePlaylist .playlist-filters {
  opacity: 1;
  z-index: 1000;
}

.track-reconvert {
  padding-right: 10px;
}

.playlistsList {
  background-color: #3a3a3a;
  height: calc(100% - 148px);
  margin-top: 12px;
  overflow-y: auto;
  width: 100%;
}

.playlistsList .innerContainer {
  background-color: inherit;
  width: 100%;
}

.playlist-filters {
  align-items: center;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  clear: both;
  display: flex;
  float: left;
  margin: 0 12px 0 16px;
  opacity: 0;
  padding: 10px 0;
  position: relative;
  transition: opacity 400ms ease-in;
  width: calc(100% - 28px);
  z-index: -1;
}

.playlist-filters > p {
  color: #fff;
  float: left;
  font-size: 13px;
  font-weight: 600;
  line-height: 23px;
  margin: 0;
  padding-right: 10px;
}

.playlist-filters > p i {
  padding-left: 4px;
}

.playlist-filters > div {
  float: left;
}

.playlist-filters > div > input,
.playlist-filters > div > span {
  background: none;
  color: #ccc;
  font-size: 12px;
  height: 23px;
}

.playlist-filters > div > input:focus {
  border-color: #999;
  box-shadow: none;
}

.playlist-filters > div > span {
  padding: 2px 6px;
}

.playlist-filters .device-view {
  margin-right: 8px;
  width: 140px;
}

.playlist-filters .datetimepicker {
  background: none;
  font-size: 12px;
  height: 23px;
  margin: 0 10px 0 0;
  width: 150px;
}

.playlist-filters .json-table {
  color: #fff;
  cursor: pointer;
  display: none;
  margin-right: 8px;
}

.dropdown button {
  background: none;
  color: #ccc;
  font-size: 12px;
  height: 23px;
  margin: 0 10px 0 0;
  padding: 2px 8px;
}

.dropdown ul {
  margin: 2px 0 0;
}

.dropdown ul li {
  color: #000;
  cursor: pointer;
  font-size: 12px;
  line-height: 1em;
  padding: 6px 7px;
  transition: background 100ms linear;
}

.dropdown ul li:hover {
  background: #eee;
}

.playlist-download-dropdown {
  height: 0;
  position: absolute;
  -webkit-transform: translate(-136px, 24px);
  transform: translate(-136px, 24px);
  z-index: 9999999;
}

.cms-toolbar-expanded .playlist-download-dropdown {
  -webkit-transform: translate(-136px, -22px);
  transform: translate(-136px, -22px);
}

.playlist > .ui-draggable {
  color: #fff;
  max-width: 360px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  z-index: 5000 !important;
}

.playlist > .ui-draggable a {
  color: #fff;
  text-decoration: none;
}

.playlist > .ui-draggable a:hover {
  text-decoration: none;
}

.playlist > .ui-draggable .fa-lock,
.playlist > .ui-draggable .button {
  display: none;
}

@media (min-width: 3400px) {
  .playlistContainer {
    width: 15.4%;
    margin-left: 0;
    margin-right: 0;
  }
}

@media (min-width: 2000px) and (max-width: 3399px) {
  .playlistContainer {
    width: 15.3%;
    margin-left: 0;
    margin-right: 0;
  }
}

.no-playlists-message {
  padding: 20px;
  text-align: center;
  color: #666;
  font-style: italic;
}

.deviceListVsPlaylistManagement {
  flex-shrink: 0;
  position: relative;
  width: 44px;
}

.deviceListVsPlaylistManagement .deviceListLink,
.deviceListVsPlaylistManagement .playlistManagementLink {
  background: linear-gradient(to right, #35192f 0%, #492440 50%, #492440 100%);
  height: 100%;
  position: absolute;
  width: 100%;
}

.deviceListVsPlaylistManagement .deviceListLink a,
.deviceListVsPlaylistManagement .playlistManagementLink a {
  color: #fff;
  display: block;
  font-size: 15px;
  font-weight: 600;
  height: 100%;
  position: relative;
  text-decoration: none;
  width: 39px;
}

.deviceListVsPlaylistManagement .deviceListLink a span,
.deviceListVsPlaylistManagement .playlistManagementLink a span {
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-90deg);
  transform: translate(-50%, -50%) rotate(-90deg);
  white-space: nowrap;
}

.deviceListVsPlaylistManagement .deviceListLink a span::before,
.deviceListVsPlaylistManagement .deviceListLink a span::after,
.deviceListVsPlaylistManagement .playlistManagementLink a span::before,
.deviceListVsPlaylistManagement .playlistManagementLink a span::after {
  content: '\F062';
  font-family: FontAwesome;
  font-size: 13px;
  font-weight: 200;
  padding: 0 24px;
}

.deviceListVsPlaylistManagement .deviceListLink a span img,
.deviceListVsPlaylistManagement .playlistManagementLink a span img {
  height: 19px;
  padding-right: 6px;
}

.deviceListVsPlaylistManagement .playlistManagementLink {
  display: none;
}

.deviceListVsPlaylistManagement .deviceListLink a span::before,
.deviceListVsPlaylistManagement .deviceListLink a span::after {
  content: '\F063';
}

@media (min-width: 2000px) {
  .deviceListVsPlaylistManagement {
    display: none;
  }
}

.track .track-title,
.track-holder .track-title {
  display: inline-block;
  position: relative;
  word-wrap: break-word;
}

.track .track-title .metadata-tooltip,
.track-holder .track-title .metadata-tooltip {
  background: rgba(0, 0, 0, 0.8);
  border-radius: 4px;
  left: 0;
  opacity: 0;
  padding: 5px;
  pointer-events: none;
  position: absolute;
  top: 0;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  transition: opacity 200ms;
  z-index: 1000;
}

.track .track-title .metadata-tooltip ul,
.track-holder .track-title .metadata-tooltip ul {
  margin: 0;
  padding: 0 0 0 12px;
}

.track .track-title .metadata-tooltip ul li,
.track-holder .track-title .metadata-tooltip ul li {
  white-space: nowrap;
}

.track .track-title:hover .metadata-tooltip,
.track-holder .track-title:hover .metadata-tooltip {
  opacity: 1;
  transition: opacity 200ms 300ms;
}

.track .track-thumbnail,
.track-holder .track-thumbnail {
  margin-right: 6px;
  max-height: 60px;
  max-width: 60px;
}

.track .select-box,
.track-holder .select-box {
  display: inline-block;
}

.track .select-track,
.track .unselect-track,
.track .multi-select-track,
.track-holder .select-track,
.track-holder .unselect-track,
.track-holder .multi-select-track {
  padding-right: 8px;
  position: relative;
  top: 1px;
}

.track .multi-select-track,
.track-holder .multi-select-track {
  display: none;
}

.track .unselect-track,
.track-holder .unselect-track {
  display: none;
  padding-right: 6px;
}

.track .position,
.track-holder .position {
  padding-right: 6px;
}

.track.selected .select-track,
.track-holder.selected .select-track {
  display: none;
}

.track.selected .unselect-track,
.track-holder.selected .unselect-track {
  display: inline-block;
}

.track.multi-select .select-track,
.track.multi-select .unselect-track,
.track-holder.multi-select .select-track,
.track-holder.multi-select .unselect-track {
  display: none;
}

.track.multi-select .multi-select-track,
.track-holder.multi-select .multi-select-track {
  display: inline-block;
}

.track .ai_studies_accordion,
.track-holder .ai_studies_accordion {
  color: #a5a5a5;
  margin: 5px 10px 5px 10px;
  text-align: center;
}

.track .ai_studies_accordion .heatmap,
.track-holder .ai_studies_accordion .heatmap {
  position: absolute;
  opacity: 0.7;
  z-index: 99999;
  left: 50%;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
}

.track .ai_studies_accordion .ai_modal,
.track-holder .ai_studies_accordion .ai_modal {
  background-color: black;
  position: fixed !important;
  z-index: 99999999999 !important;
  top: 0;
}

.track .ai_studies_accordion .ai_modal .close-button,
.track-holder .ai_studies_accordion .ai_modal .close-button {
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 10px;
}

.track .ai_studies_accordion .ai_modal img,
.track-holder .ai_studies_accordion .ai_modal img {
  max-width: unset !important;
  left: 0 !important;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
}

.track .ai_studies_accordion .ai_modal img:nth-of-type(1),
.track-holder .ai_studies_accordion .ai_modal img:nth-of-type(1) {
  position: relative;
}

.track .ai_studies_accordion .ai_modal i,
.track-holder .ai_studies_accordion .ai_modal i {
  z-index: 999999999999999999;
}

.track .ai_studies_accordion h3,
.track-holder .ai_studies_accordion h3 {
  background-color: rgba(120, 60, 96, 0.6);
  cursor: pointer;
  font-size: 12px;
  padding: 4px;
  margin-top: 5px;
  text-align: left;
}

.track .ai_studies_accordion h3 i,
.track-holder .ai_studies_accordion h3 i {
  float: right;
}

.track .ai_studies_accordion img,
.track-holder .ai_studies_accordion img {
  cursor: pointer;
  max-width: 460px;
  width: 100%;
}

.track iframe,
.track-holder iframe {
  -webkit-transform: scale(0.21);
  transform: scale(0.21);
  -webkit-transform-origin: top left;
  transform-origin: top left;
  width: 1920px;
  height: 1080px;
}

.track .wrap,
.track-holder .wrap {
  aspect-ratio: 16 / 9;
  overflow: hidden;
  cursor: pointer;
  position: relative;
}

.track .wrap .fullscreen-preview-open,
.track-holder .wrap .fullscreen-preview-open {
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  padding: 1rem;
  opacity: 0;
  transition: all 0.1s linear 0s;
  font-weight: 700;
  color: #ccc;
}

.track .wrap .fullscreen-preview-open:hover,
.track-holder .wrap .fullscreen-preview-open:hover {
  opacity: 1;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(255, 255, 255, 0) 40%);
}

.track-holder.highlighted {
  background: rgba(255, 0, 0, 0.1);
}

.track-holder:hover .track .fa-clone,
.track-holder:hover .track .fa-plus-circle,
.track-holder:hover .track .fa-clipboard,
.track-holder:hover .track .fa-clone,
.track-holder:hover .track .fa-eye,
.track-holder:hover .track .fa-trash-o,
.track-holder:hover .track .fa-refresh,
.track-holder:hover .track .fa-repeat,
.track-holder:hover .track .fa-star-o {
  display: inline-block;
}

.track-holder:hover.active .track .fa-eye {
  display: none;
}

.track-holder:hover.active .track .fa-eye-slash {
  display: inline-block;
}

.track-holder.track-duplicate i {
  display: none;
}

.track {
  align-items: center;
  color: #ddd;
  cursor: pointer;
  display: flex;
  flex-wrap: wrap;
  font-family: "open_sans";
  font-size: 12px;
  font-weight: normal;
  padding: 5px 10px;
}

.track .admin,
.track .remove {
  color: #fff;
  font-size: 12px;
  padding-right: 10px;
}

.track span {
  color: #a5a5a5;
}

.track span.duration {
  padding: 0 10px 0 6px;
}

.track .state {
  padding-right: 6px;
}

.track .state.hidden,
.track .state.undefined {
  padding-right: 0;
}

.track .fa-clipboard,
.track .fa-plus-circle,
.track .fa-clone,
.track .fa-eye,
.track .fa-eye-slash,
.track .fa-trash-o,
.track .fa-star,
.track .fa-refresh,
.track .fa-repeat,
.track .fa-star-o {
  display: none;
  padding-right: 10px;
}

.track .fa-star,
.track .fa-star-o {
  display: none !important;
}

.track .fa-circle-o {
  display: inline-block;
  font-size: 8px;
  padding-right: 6px;
}

.track .track-buttons {
  display: none;
  margin-left: auto;
}

.track .track-buttons i {
  padding: 0 6px;
}

.track:hover .track-buttons {
  display: flex;
}

.track:hover .track-buttons > i {
  display: inline-block;
  order: 2;
}

.track:hover .track-buttons > .fa-trash-o {
  order: 1;
}

.track:hover .track-buttons > .fa-pause,
.track:hover .track-buttons > .fa-eye-slash {
  display: none;
}

.track:hover.active .track-buttons > .fa-eye-slash {
  display: inline-block;
}

.track:hover.active .track-buttons > .fa-eye {
  display: none;
}

.track.playing .track-buttons > .fa-trash-o,
.track.playing .track-buttons > .fa-play {
  display: none;
}

.track.playing .track-buttons > .fa-pause {
  display: inline-block;
}

.track.playing.paused .track-buttons > .fa-play {
  display: inline-block;
}

.track.playing.paused .track-buttons > .fa-pause {
  display: none;
}

.playlist > .track-holder {
  pointer-events: none;
  z-index: 50 !important;
}

.playlist > .track-holder i {
  display: none;
}

.tracksList {
  display: block;
  opacity: 0;
  padding-bottom: 8px;
  position: relative;
  transition: background 400ms ease-in, height 400ms ease-in, max-height 400ms ease-in, opacity 800ms ease-in;
  width: 100%;
}

.tracksList .track {
  border-bottom: 2px solid rgba(255, 255, 255, 0);
  position: relative;
  transition: border-color 0.5s linear, background 0.5s linear;
  z-index: 250;
}

.tracksList .track.marked {
  background: rgba(120, 60, 96, 0.6);
}

.tracksList .track.marked:hover {
  background: rgba(120, 60, 96, 0.8);
}

.tracksList .track:hover {
  background: rgba(255, 255, 255, 0.06);
}

.tracksList .track:first-child {
  border-top: 2px solid rgba(255, 255, 255, 0);
}

.tracksList .track.with-top-border {
  border-top-color: rgba(255, 255, 255, 0.4);
}

.tracksList .track.with-bottom-border {
  border-bottom-color: rgba(255, 255, 255, 0.4);
}

.tracksList .track.playing {
  background-color: #80326c;
}

.tracksList .track .normal {
  color: #a5a5a5;
}

.tracksList .track.not-on-device {
  background: rgba(255, 255, 255, 0.1);
}

.tracksList .track .presumable-datetime::before {
  content: "| ";
}

.tracksList .track .duration {
  padding-right: 0;
}

.tracksList .track .html-player {
  padding: 10px 10px 10px 0;
}

.html-player {
  display: none;
  height: auto;
  overflow: visible;
  padding: 10px;
  width: 100%;
}

.html-player audio,
.html-player video,
.html-player img {
  display: block;
  margin: auto;
  max-height: 260px;
  max-width: 100%;
}

.reactDeviceList {
  width: calc(50% - 44px);
}

.narrow-scrollbar::-webkit-scrollbar {
  width: 5px;
}

.deviceList {
  background-color: #552449;
  position: relative;
  width: calc(50% - 44px);
}

.deviceList .no-devices {
  color: #fff;
}

.deviceList .no-devices.bold {
  font-size: 18px;
  font-weight: 600;
}

.deviceList .innerContainer {
  flex: 1 1 auto;
  height: auto;
  min-height: 0;
  overflow-y: auto;
}

.deviceList .innerContainer .checkbox {
  background-color: #fff;
  float: left;
  height: 16px;
  margin-left: 14px;
  margin-right: 7px;
  width: 16px;
}

.deviceList .device {
  background: rgba(255, 255, 255, 0.85);
  border-radius: 4px;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
  color: #5d3553;
  margin-bottom: 16px;
  padding: 10px 0;
  transition: background 600ms ease-out;
}

.deviceList .device a {
  color: #5d3553;
}

.deviceList .device.animationg {
  background: #997c92;
}

.deviceList .device.online {
  background: rgba(120, 60, 96, 0.4);
  color: #fff;
}

.deviceList .device.online.animating {
  background: #997c92;
}

.deviceList .device.online a {
  color: #fff;
}

.deviceList .device.online .deviceContent h4::before {
  content: '\F05D';
}

.deviceList .device.online .deviceContent .fullPlaylistBar {
  background-color: rgba(255, 255, 255, 0.4);
}

.deviceList .device.online .deviceContent .deviceControls a:hover {
  color: #ccc;
}

.deviceListGrid {
  display: grid;
  grid-template-columns: 1fr 44px 1fr;
  grid-template-rows: -webkit-max-content 1fr -webkit-max-content;
  grid-template-rows: max-content 1fr max-content;
  grid-template-areas: "device-list-header separator-header device-info-header" "device-list device-list device-list" "device-list-footer separator-footer device-info-footer";
}

.device-filter {
  color: #fff;
  font-size: 13px;
  min-height: 98px;
  padding: 16px 20px;
  width: 100%;
}

.device-filter .list-type {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  padding-bottom: 10px;
}

.device-filter .list-type label {
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 3px;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
  display: inline-block;
  left: 0;
  margin-bottom: 6px;
  margin-right: 12px;
  margin-top: 0;
  padding: 3px 8px;
  position: relative;
  top: 0;
}

.device-filter .list-type label:active {
  left: 1px;
  top: 1px;
}

.device-filter .list-type label.active {
  background: rgba(255, 255, 255, 0.85);
  color: #5d3553;
  cursor: default;
}

.device-filter .list-type label.active:active {
  left: 0;
  top: 0;
}

.device-filter .list-type p {
  display: inline-block;
  float: right;
  font-weight: 700;
  margin: 4px 0 0;
}

.device-filter .list-type p.device-count {
  display: none;
  line-height: 28px;
  margin-top: 0;
}

.device-filter .list-type p.device-count span {
  padding-right: 6px;
}

.device-filter .list-type i {
  cursor: pointer;
  font-size: 15px;
  margin-left: 4px;
}

.device-filter .list-type i.fa-info-circle {
  cursor: auto;
  margin-right: 0;
}

.device-filter label {
  cursor: pointer;
  margin-top: 14px;
}

.device-filter label .fa-square-o {
  padding-right: 2px;
}

.device-filter form {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  padding-bottom: 14px;
}

.device-filter form input {
  border: 0;
  margin-top: 14px;
}

.device-filter form input[type='text'] {
  background: none;
  border: 1px solid #ccc;
  border-radius: 3px;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
  color: #ccc;
  display: inline-block;
  font-size: 12px;
  font-weight: 400;
  margin-right: 17px;
  padding: 2px 6px;
  position: relative;
  top: 1px;
  width: 140px;
}

.device-filter form input[type='checkbox'] {
  display: none;
}

.device-filter form .select2-field {
  display: inline-block;
  margin: 14px 17px 0 0;
  width: calc(100% - 310px);
}

.device-filter form label {
  display: inline-block;
  margin-right: 16px;
  margin-top: 14px;
  position: relative;
  white-space: nowrap;
}

.device-filter form label:last-child {
  margin-right: 0;
}

.device-filter form label i {
  margin-left: 4px;
}

.devicesContainer {
  padding: 0 20px 16px;
}

.deviceContent {
  padding: 0 16px;
  position: relative;
  width: 100%;
}

.deviceContent h4 {
  font-family: 'open_sans', sans-serif;
  font-size: 17px;
  margin: 0;
}

.deviceContent h4 small {
  color: inherit;
  font-size: 11px;
}

.deviceContent h4::before {
  content: '\F05E';
  display: inline-block;
  font-family: FontAwesome;
  font-weight: normal;
  padding-right: 6px;
}

.deviceContent h4 .device-state {
  padding-left: 8px;
}

.deviceContent .playlistTitle {
  font-family: 'open_sans', sans-serif;
  font-size: 11px;
  font-weight: 600;
  margin: 0;
}

.deviceContent .device-top-left {
  display: inline-block;
  height: 36px;
  margin-right: 8px;
  position: relative;
  width: 40px;
}

.deviceContent .device-top-left .tv-status {
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.deviceContent .device-top-left .tv-status::after {
  font-weight: 700;
}

.deviceContent .device-top-left .unknown::after {
  content: '?';
}

.deviceContent .device-top-left .on::after {
  content: 'ON';
}

.deviceContent .device-top-left .standby::after {
  content: 'OFF';
}

.deviceContent .device-top-left .disconnected::after {
  content: '\F1E6';
  font-family: FontAwesome;
  font-size: 11px;
  position: relative;
  top: -2px;
}

.deviceContent .device-top-left i {
  font-size: 36px;
  position: absolute;
  top: 2px;
}

.deviceContent .device-top-right {
  display: inline-block;
  max-width: calc(100% - 48px);
}

.deviceContent .pendingMessages {
  background: #f00;
  border-radius: 100%;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
  color: #fff;
  font-size: 11px;
  font-weight: bold;
  height: 20px;
  padding-top: 2px;
  position: absolute;
  right: 16px;
  text-align: center;
  top: 0;
  width: 20px;
}

.deviceContent .playlistDescription {
  font-family: 'open_sans', sans-serif;
  font-size: 11px;
  margin: 0;
}

.deviceContent .fullPlaylistBar {
  background-color: #5d3553;
  height: 3px;
  margin-bottom: 10px;
  margin-top: 10px;
  width: 100%;
}

.deviceContent .fullPlaylistBar .downloadedBar {
  background-color: #793568;
  height: 3px;
  width: 57%;
}

.deviceContent .fullPlaylistBar .downloadedBar .playBar {
  background-color: #fff;
  height: 3px;
  width: 80%;
}

.deviceContent .deviceControls {
  cursor: pointer;
}

.deviceContent .deviceControls .offlineLabel {
  display: none;
  font-size: 10px;
  line-height: normal;
  padding-left: 14px;
}

.deviceContent .deviceControls a {
  display: inline-block;
  font-size: 14px;
  padding: 2px 5px;
  width: 25px;
}

.deviceContent .deviceControls a:hover {
  color: #35192f;
}

.deviceContent .deviceControls.offline {
  cursor: default;
}

.deviceContent .deviceControls.offline a {
  color: #997c92;
  cursor: default;
}

.deviceContent .deviceControls.offline a:hover {
  color: #997c92;
}

.deviceContent .deviceControls.offline .offlineLabel {
  display: inline;
}

.globalCommands {
  display: none;
}

.sync {
  display: block;
  text-align: right;
  margin-right: 20px;
  font-size: 14px;
  color: #eee;
  border-radius: 20px;
  top: 40px;
  border: none;
  background-color: rgba(255, 255, 255, 0.1);
  transition: color 0.3s ease, font-size 0.3s ease;
  right: 10px;
  z-index: 2;
  position: absolute;
}

.sync:hover {
  font-size: 15px;
  color: #fff;
  text-decoration: none;
}

.category-container {
  border-left: 1px solid rgba(255, 255, 255, 0.4);
  color: #fff;
  display: none;
  margin-bottom: 16px;
  padding-bottom: 1px;
  padding-left: 16px;
}

.category-container.visible {
  display: block;
}

.category-container.inactive {
  display: none;
}

.category-container .category-header {
  cursor: pointer;
  padding-left: 16px;
  width: 100%;
}

.category-container .category-header p::before {
  content: '\F0DA';
  display: inline-block;
  font-family: FontAwesome;
  padding-right: 9px;
}

.category-container.active .category-header p::before {
  content: '\F0D7';
  padding-right: 6px;
}

@media (min-width: 2000px) {
  .deviceList {
    width: 40%;
  }

  .playlist:not(.open-devices) .category-container .category-header {
    cursor: default;
  }
}

.device-map-button {
  cursor: pointer;
  display: inline-block;
  margin-left: 16px;
  padding: 4px 10px 3px;
}

.device-map-button i {
  padding-right: 8px;
}

.device-map {
  height: 100%;
}

.device-map .marker-info {
  list-style: none;
  margin: 0;
  padding: 0;
}

#upload {
  background: linear-gradient(to top, #373a3d, #313437);
  border-radius: 3px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  font-family: "open_sans", sans-serif;
  padding: 4px;
  width: auto;
}

#drop {
  background-color: #2e3134;
  padding: 3px 4px;
  border: 12px solid rgba(0, 0, 0, 0);
  border-radius: 3px;
  text-align: center;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
  color: #7f858a;
  transition: background-color 150ms ease-in-out, color 150ms ease-in-out, border-color 150ms ease-in-out;
}

#drop.gcloud-drop-active {
  background-color: rgba(33, 109, 162, 0.12);
  border-color: rgba(33, 109, 162, 0.6);
  color: #d8e5ef;
}

#drop a {
  background-color: #007a96;
  padding: 12px 26px;
  color: #fff;
  font-size: 14px;
  border-radius: 2px;
  cursor: pointer;
  display: inline-block;
  margin-top: 12px;
  line-height: 1;
}

#drop a:hover {
  background-color: #0986a3;
}

#drop input {
  display: none;
}

#upload ul {
  list-style: none;
  margin: 0 -30px;
  border-top: 1px solid #2b2e31;
  border-bottom: 1px solid #3d4043;
}

#upload ul li {
  background: linear-gradient(to top, #333639, #303335);
  border-top: 1px solid #3d4043;
  border-bottom: 1px solid #2b2e31;
  padding: 15px;
  height: 52px;
  position: relative;
}

#upload ul li input {
  display: none;
}

#upload ul li p {
  width: 144px;
  overflow: hidden;
  white-space: nowrap;
  color: #eee;
  font-size: 16px;
  font-weight: bold;
  position: absolute;
  top: 20px;
  left: 100px;
}

#upload ul li i {
  font-weight: normal;
  font-style: normal;
  color: #7f7f7f;
  display: block;
}

#upload ul li canvas {
  top: 15px;
  left: 32px;
  position: absolute;
}

#upload ul li span {
  width: 15px;
  height: 12px;
  position: absolute;
  top: 34px;
  right: 33px;
  cursor: pointer;
}

#upload ul li.working span {
  height: 16px;
  background-position: 0 -12px;
}

#upload ul li.error p {
  color: red;
}

#tzine-download {
  opacity: 0.9;
  background-color: #257691;
  font-size: 11px;
  text-align: center;
  text-transform: uppercase;
  width: 150px;
  height: 28px;
  line-height: 28px;
  text-decoration: none !important;
  display: inline-block;
  border-radius: 2px;
  color: #fff !important;
  font-weight: bold;
  box-shadow: 0 -1px 2px #1e5e74 inset;
  border-top: 1px solid #26849c;
  text-shadow: 1px 1px 1px #1e6176;
  margin-top: 6px;
}

#tzine-download:hover {
  opacity: 1;
}

#tzine-actions {
  position: absolute;
  top: 0;
  width: 500px;
  right: 50%;
  margin-right: -420px;
  text-align: right;
}

#tzine-actions iframe {
  display: inline-block;
  height: 21px;
  width: 95px;
  position: relative;
  float: left;
  margin-top: 11px;
}

#uploadsContainer {
  background-color: rgba(0, 0, 0, 0.8);
  height: 100%;
  padding: 7px;
  position: absolute;
  width: 100%;
  z-index: 52;
}

.uploading-track {
  background-color: #3a3a3a;
  color: #fff;
  margin-bottom: 1px;
  padding: 1%;
  position: relative;
  text-align: center;
  word-wrap: break-word;
}

.uploading-track .upload-progress {
  background: rgba(21, 112, 166, 0.56078);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 0;
}

.upload-dates-container {
  display: flex;
  gap: 10px;
  padding: 0 10px;
  padding-bottom: 1.5rem;
  background-color: #2e3134;
}

.upload-dates-container .input-group {
  flex: 1;
}

.upload-dates-container .input-group > input,
.upload-dates-container .input-group > span {
  color: #bdbdbd;
  background: none;
  box-shadow: none;
}

.upload-dates-container .input-group input:focus {
  border: 1px solid #9d9d9d;
}

.clipboard {
  background: #000;
  color: #fff;
  height: 100%;
  left: 0;
  min-width: 216px;
  position: absolute;
  top: 0;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  transition: -webkit-transform 300ms;
  transition: transform 300ms;
  transition: transform 300ms, -webkit-transform 300ms;
  width: 18vw;
}

.clipboard.active {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.clipboard.active .clipboard-button {
  opacity: 1;
}

.clipboard .clipboard-button {
  background: url("4428b32ba2689536ddc9ba0f48711444.4428b32ba268.svg");
  border: 0;
  height: 128px;
  opacity: .6;
  overflow: hidden;
  position: absolute;
  right: -30px;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(0);
  transform: translateY(-50%) translateX(0);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  transition: opacity 300ms;
  width: 30px;
}

.clipboard .clipboard-button:hover {
  opacity: 1;
}

.clipboard h2 {
  font-size: 22px;
  text-align: center;
  text-transform: uppercase;
}

.clipboard .clipboard-content {
  font-size: 13px;
  font-weight: 200;
  margin-top: 14px;
  max-height: calc(100% - 117px);
  overflow-y: auto;
}

.clipboard .clipboard-content .clipboard-track {
  cursor: pointer;
}

.clipboard .clipboard-content .clipboard-track .track {
  flex-wrap: nowrap;
}

.clipboard .clipboard-content .clipboard-track .track .track-title {
  max-width: calc(100% - 70px);
}

.clipboard .clipboard-content .clipboard-track .track .fa-eye,
.clipboard .clipboard-content .clipboard-track .track .fa-eye-slash {
  margin-left: auto;
}

.clipboard .clipboard-content .clipboard-track .track .remove {
  padding-right: 0;
}

.clipboard .clipboard-content .duration,
.clipboard .clipboard-content .title {
  color: #bbb;
}

.clipboard .clipboard-content .duration {
  padding-left: 8px;
}

.playlistHolder.ui-state-active .select-actions {
  opacity: .1;
  z-index: 1;
}

.playlistHolder.read-only .select-actions .remove-selection,
.playlistHolder.read-only .select-actions .paste-all {
  display: none;
}

.categoryTracks.no-edit .select-actions .remove-selection {
  display: none;
}

.select-actions {
  display: flex;
  order: 3;
  padding: 10px;
  transition: opacity 500ms ease-in;
  width: 100%;
}

.select-actions .btn-primary {
  align-items: center;
  border: 0;
  display: flex;
  max-width: 30px;
  overflow: hidden;
}

.select-actions .btn-primary i {
  padding-right: 14px;
}

.genresTracks .select-actions,
.searchResults .select-actions {
  text-align: center;
}

.global-message {
  background: rgba(0, 0, 0, 0.9);
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  height: 30px;
  left: 50%;
  opacity: 0;
  padding: .4rem 0;
  position: fixed;
  top: 0;
  -webkit-transform: translateX(-50%) translateY(-100%);
  transform: translateX(-50%) translateY(-100%);
  transition: opacity 300ms, -webkit-transform 300ms;
  transition: opacity 300ms, transform 300ms;
  transition: opacity 300ms, transform 300ms, -webkit-transform 300ms;
}

.global-message.active {
  opacity: 1;
  -webkit-transform: translateX(-50%) translateY(0);
  transform: translateX(-50%) translateY(0);
}

.global-message::before,
.global-message::after {
  background: url("4428b32ba2689536ddc9ba0f48711444.4428b32ba268.svg");
  content: '';
  display: block;
  height: 58px;
  position: absolute;
  right: -88px;
  top: 0;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transform-origin: top left;
  transform-origin: top left;
  width: 30px;
}

.global-message::after {
  left: -58px;
  right: auto;
  -webkit-transform: rotate(-90deg) scaleX(-1);
  transform: rotate(-90deg) scaleX(-1);
}

.global-message p {
  margin: 0;
}

.global-message p span {
  font-weight: 700;
}

.cms-toolbar-expanded .global-message {
  top: 46px;
}

.overlay {
  background-color: #000;
  height: 100%;
  opacity: 0.9;
  position: absolute;
  width: 100%;
  z-index: 99999999;
}

.submit-line {
  align-items: center;
  background: #fff;
  border-top: 1px solid #ddd;
  bottom: 0;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  display: flex;
  height: 66px;
  left: 0;
  margin: 0;
  overflow: hidden;
  padding: 16px;
  position: absolute;
  width: 100%;
}

.submit-line .btn-group {
  margin: 0;
}

.submit-line .btn-default {
  background: #eee;
  color: #000;
}

.submit-line .fa-spinner-main {
  display: inline-block;
  font-size: 1.3em;
  margin-left: 10px;
  opacity: 0;
  transition: opacity 400ms ease-in;
}

.submit-line .fa-spinner-main.active {
  opacity: 1;
}

.submit-line .success {
  display: none;
  font-weight: bold;
  margin-left: 10px;
}

.submit-line .success.active {
  display: inline-block;
}

.overlay-container {
  background: rgba(0, 0, 0, 0.8);
  height: 100%;
  left: 0;
  opacity: 0;
  padding: 10vh 7vw;
  position: fixed;
  top: 0;
  transition: opacity 400ms ease-in;
  width: 100%;
  z-index: -99999;
}

.overlay-container.active {
  opacity: 1;
  z-index: 9999999;
}

.overlay-container .select2-container {
  font-size: 14px;
}

.overlay-container .select2-field {
  margin: 16px 0;
}

.overlay-container .overlay-content {
  background: #fff;
  border-radius: 8px;
  height: 100%;
  overflow: hidden;
  position: relative;
  width: 100%;
  z-index: 9999999;
}

.overlay-container .overlay-content .screenshot {
  width: 100%;
}

.overlay-container .overlay-content .nav-tabs {
  background: #ccc;
  border: 0;
  box-shadow: 0 -8px 8px -8px inset rgba(0, 0, 0, 0.2);
  overflow: hidden;
}

.overlay-container .overlay-content .nav-tabs > li {
  margin-bottom: 0;
}

.overlay-container .overlay-content .nav-tabs > li > a {
  border: 0;
  border-radius: 0;
  box-shadow: 0 -8px 8px -8px inset rgba(0, 0, 0, 0.2);
  transition: background 300ms, box-shadow 300ms;
}

.overlay-container .overlay-content .nav-tabs > li > a:hover {
  background: #ddd;
  border: 0;
  box-shadow: 0 -4px 2px -2px inset transparent;
}

.overlay-container .overlay-content .nav-tabs > li.active > a {
  box-shadow: none;
}

.overlay-container .overlay-content .device-list,
.overlay-container .overlay-content [data-schemaid="all_settings"],
.overlay-container .overlay-content .share-category {
  background: #fff;
  color: #000;
  height: calc(100% - 66px);
  overflow-y: scroll;
  padding: 16px;
  width: 100%;
}

.overlay-container .overlay-content .settings-diff {
  height: calc(100% - 108px);
}

.overlay-container .overlay-content .share-category {
  height: 100%;
}

.overlay-container .overlay-content [data-schemaid="all_settings"] {
  height: calc(100% - 107px);
}

.overlay-container .overlay-content .nav-tabs li a {
  background: #ccc;
  color: #333;
}

.overlay-container .overlay-content .nav-tabs li.active a {
  background: #fff;
  color: #000;
}

.overlay-container .overlay-content .device-list form {
  padding-bottom: 20px;
}

.overlay-container .overlay-content .device-list form .select-devices {
  margin-top: 16px;
}

.overlay-container .overlay-content .device-list h3 {
  font-weight: 700;
  margin-bottom: 20px;
  margin-top: 50px;
  text-transform: uppercase;
}

.overlay-container .overlay-content .device-list h3:first-child {
  margin-top: 0;
}

.overlay-container .overlay-content .device-list .nav {
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
}

.overlay-container .overlay-content .device-list .nav a,
.overlay-container .overlay-content .device-list .nav a:hover {
  color: #000;
  font-weight: 700;
}

.overlay-container .overlay-content .device-list .form-group label {
  font-weight: normal;
  padding-left: 6px;
}

.overlay-container .overlay-content .device-list .form-group input[type="checkbox"] {
  position: relative;
  top: 2px;
}

.overlay-container .overlay-content .device-list .tab-pane {
  border: 1px solid #ccc;
  border-top: 0;
  padding: 2rem;
}

.overlay-container .overlay-content .device-list li .fa-spinner {
  font-size: 1em;
}

.overlay-container .overlay-content .device-list li.sending .fa-spinner {
  opacity: 1;
}

.overlay-container .overlay-content .device-list .fa-spinner {
  font-size: 1.3em;
  margin-left: 10px;
  opacity: 0;
  transition: opacity 400ms ease-in;
}

.overlay-container .overlay-content .device-list .fa-spinner.active {
  opacity: 1;
}

.overlay-container .overlay-content .device-list .cron-field {
  margin-bottom: 0.6rem;
}

.overlay-container .overlay-content .device-list .devices {
  -webkit-column-count: 3;
  column-count: 3;
  -webkit-column-gap: 6rem;
  column-gap: 6rem;
  -webkit-column-rule-color: #000;
  column-rule-color: #000;
  -webkit-column-rule-style: solid;
  column-rule-style: solid;
  -webkit-column-rule-width: 1px;
  column-rule-width: 1px;
  -webkit-column-width: 33%;
  column-width: 33%;
  list-style: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
}

.overlay-container .overlay-content .device-list .devices .device {
  position: relative;
  width: 100%;
}

.overlay-container .overlay-content .device-list .devices .device label {
  display: inline-block;
  font-weight: normal;
  padding-left: 20px;
}

.overlay-container .overlay-content .device-list .devices .device label span {
  font-size: 0.8em;
  font-style: italic;
  padding-left: 8px;
}

.overlay-container .overlay-content .device-list .devices .device label p {
  margin: 0;
}

.overlay-container .overlay-content .device-list .devices .device input {
  display: block;
  left: 0;
  position: absolute;
  top: 0;
}

.overlay-container .overlay-content .device-list [type="submit"].disabled {
  background: #333;
}

.overlay-container .overlay-content .device-list .btn-default {
  background: #eee;
  color: #000;
}

.overlay-container .overlay-content .admin-iframe {
  -webkit-overflow-scrolling: touch;
  font-size: 0;
  height: calc(100% - 66px);
  line-height: 0;
  overflow: auto;
  width: 100%;
}

.overlay-container .overlay-content .admin-iframe iframe {
  height: calc(100% - 108px);
  width: 100%;
}

.overlay-container .overlay-content .admin-iframe.with-menu {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  height: calc(100% - 108px);
}

.overlay-container .overlay-content .schedule-content {
  background: #fff;
  color: #000;
  height: 100%;
  overflow-y: scroll;
  padding: 2rem;
}

.overlay-container .player-container {
  background: #000;
  display: none;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 999999999;
}

.overlay-container .player-container.active {
  display: block;
}

.overlay-container .player-container audio {
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 80%;
}

.overlay-container .player-container video,
.overlay-container .player-container .player-image {
  background: #000;
  display: block;
  height: 100%;
  position: absolute;
  width: 100%;
}

.overlay-container .player-container .player-image {
  background-color: #000;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.overlay-container .player-container .picture-preview {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 100%;
  width: 100%;
}

.overlay-container .player-container .html-preview {
  height: 100vh;
  width: 100vw;
}

.overlay-container .player-container .html-preview .html-preview-iframe {
  width: 1920px;
  height: 1080px;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  pointer-events: none;
}

.overlay-container .player-container .delete-event {
  cursor: pointer;
  display: inline-block;
  font-size: 15px;
  padding-left: 6px;
}

.overlay-container .fa-times-circle {
  color: #fff;
  cursor: pointer;
  font-size: 30px;
  position: absolute;
  right: 50px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
  top: 30px;
  z-index: 99999999999;
}

.overlay-container .fa-times-circle:active {
  right: 49px;
  top: 31px;
}

.overlay-container .fa-chevron-left,
.overlay-container .fa-chevron-right {
  background: #fff;
  color: #000;
  cursor: pointer;
  display: none;
  font-size: 30px;
  left: 0;
  padding: 8px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 99999999999;
}

.overlay-container .fa-chevron-right {
  left: auto;
  right: 0;
}

.scale-iframe {
  height: 1080px;
  width: 1920px;
  -webkit-transform-origin: top left;
  transform-origin: top left;
}

.overlay-container > .overlay-loading {
  background: rgba(255, 255, 255, 0.85);
  border-radius: 8px;
  color: #fff;
  font-size: 40px;
  height: calc(100% - 20vh);
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: calc(100% - 14vw);
  z-index: 9999999;
}

.overlay-container > .overlay-loading .fa-spinner,
.overlay .fa-spinner {
  color: #fff;
  font-size: 40px;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 9999999;
}

.overlay-container > .overlay-loading .fa-spinner {
  color: #000;
}

.fc-event {
  border: 0;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
}

.fc-event .delete-event {
  cursor: pointer;
}

.playlistCreateBox,
.categoryCreateBox,
.categoriesSearch,
.playlistsSearch,
.categoriesListSearch,
.addDevice {
  align-self: flex-end;
  background-color: #292929;
  display: flex;
  flex-shrink: 0;
  height: 50px;
  margin-top: auto;
  width: 100%;
}

.playlistCreateBox.create-new-failed,
.categoryCreateBox.create-new-failed,
.categoriesSearch.create-new-failed,
.playlistsSearch.create-new-failed,
.categoriesListSearch.create-new-failed,
.addDevice.create-new-failed {
  background-color: #d55;
}

.playlistCreateBox.create-new-success,
.categoryCreateBox.create-new-success,
.categoriesSearch.create-new-success,
.playlistsSearch.create-new-success,
.categoriesListSearch.create-new-success,
.addDevice.create-new-success {
  background-color: #a5a5a5;
}

.playlistCreateBox input,
.categoryCreateBox input,
.categoriesSearch input,
.playlistsSearch input,
.categoriesListSearch input,
.addDevice input {
  background: none;
  border: 0;
  color: #fff;
  font-family: 'open_sans';
  font-size: 17px;
  font-weight: 300;
  height: 50px;
  padding: 0 0 0 20px;
  width: calc(100% - 50px);
}

.playlistCreateBox a,
.categoryCreateBox a,
.categoriesSearch a,
.playlistsSearch a,
.categoriesListSearch a,
.addDevice a {
  align-items: center;
  color: #fff;
  display: flex;
  height: 50px;
  justify-content: center;
  padding: 0;
  text-decoration: none;
  width: 50px;
}

.playlistCreateBox a:focus,
.playlistCreateBox a:active,
.categoryCreateBox a:focus,
.categoryCreateBox a:active,
.categoriesSearch a:focus,
.categoriesSearch a:active,
.playlistsSearch a:focus,
.playlistsSearch a:active,
.categoriesListSearch a:focus,
.categoriesListSearch a:active,
.addDevice a:focus,
.addDevice a:active {
  text-decoration: none;
}

.playlistCreateBox a:hover,
.categoryCreateBox a:hover,
.categoriesSearch a:hover,
.playlistsSearch a:hover,
.categoriesListSearch a:hover,
.addDevice a:hover {
  text-decoration: none;
}

.playlistCreateBox a::after,
.categoryCreateBox a::after,
.categoriesSearch a::after,
.playlistsSearch a::after,
.categoriesListSearch a::after,
.addDevice a::after {
  content: '\F067';
  display: block;
  font-family: FontAwesome;
}

.playlistCreateBox a.active::after,
.categoryCreateBox a.active::after,
.categoriesSearch a.active::after,
.playlistsSearch a.active::after,
.categoriesListSearch a.active::after,
.addDevice a.active::after {
  content: '\F061';
}

.playlistCreateBox a.working::after,
.playlistCreateBox a.searching::after,
.categoryCreateBox a.working::after,
.categoryCreateBox a.searching::after,
.categoriesSearch a.working::after,
.categoriesSearch a.searching::after,
.playlistsSearch a.working::after,
.playlistsSearch a.searching::after,
.categoriesListSearch a.working::after,
.categoriesListSearch a.searching::after,
.addDevice a.working::after,
.addDevice a.searching::after {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
  content: '\F110';
  font-size: 1.6em;
}

.categoryCreateBox,
.categoriesListSearch {
  background-color: #1b1b1b;
}

.categoriesListSearch a::after {
  content: '\F002';
}

.categoriesListSearch input::-webkit-input-placeholder {
  color: #fff !important;
  opacity: 1 !important;
}

.categoriesListSearch input:-ms-input-placeholder {
  color: #fff !important;
  opacity: 1 !important;
}

.categoriesListSearch input::-ms-input-placeholder {
  color: #fff !important;
  opacity: 1 !important;
}

.categoriesListSearch input::placeholder {
  color: #fff !important;
  opacity: 1 !important;
}

.playlistCreateBox {
  background-color: #2f2f2f;
}

.categoriesSearch a::after {
  content: '\F002';
}

.playlistsSearch {
  position: relative;
  top: 11px;
}

.playlistsSearch a::after {
  content: '\F002';
}

.playlistsSearch input::-webkit-input-placeholder {
  color: #fff !important;
  opacity: 1 !important;
}

.playlistsSearch input:-ms-input-placeholder {
  color: #fff !important;
  opacity: 1 !important;
}

.playlistsSearch input::-ms-input-placeholder {
  color: #fff !important;
  opacity: 1 !important;
}

.playlistsSearch input::placeholder {
  color: #fff !important;
  opacity: 1 !important;
}

.playlistsSearch input {
  color: #fff !important;
  opacity: 1 !important;
}

.addDevice {
  background: #43213b;
}

.select2-container--default .select2-selection--multiple {
  border: 1px solid #ccc;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  color: #555555;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  padding: 0 12px;
}

.playerWrapper .select2.select2-container {
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.1);
  font-size: 12px;
  font-weight: 400;
}

.playerWrapper .select2.select2-container .select2-selection--multiple .select2-selection__choice {
  background: none;
  font-size: 11px;
  line-height: normal;
  margin-top: 1px;
}

.playerWrapper .select2.select2-container .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove:hover {
  color: #fff;
}

.playerWrapper .select2.select2-container .select2-selection--multiple .select2-selection__choice span {
  line-height: normal;
}

.playerWrapper .select2.select2-container .select2-search--inline .select2-search__field {
  margin-top: 2px;
}

.playerWrapper .select2.select2-container .select2-selection.select2-selection--single,
.playerWrapper .select2.select2-container .select2-selection--multiple {
  background: none;
  border: 1px solid #ccc;
  border-radius: 3px;
  height: 23px;
  min-height: auto;
}

.playerWrapper .select2.select2-container .select2-selection.select2-selection--single span,
.playerWrapper .select2.select2-container .select2-selection--multiple span {
  color: #ccc;
  line-height: 21px;
}

.playerWrapper .select2.select2-container .select2-selection.select2-selection--single .select2-selection__arrow,
.playerWrapper .select2.select2-container .select2-selection--multiple .select2-selection__arrow {
  height: 21px;
}

.playerWrapper .select2.select2-container .select2-selection.select2-selection--single .select2-selection__arrow b,
.playerWrapper .select2.select2-container .select2-selection--multiple .select2-selection__arrow b {
  border-color: #ccc transparent transparent;
}

.playerWrapper .select2.select2-container.select2-container--open .select2-selection .select2-selection__arrow b {
  border-color: transparent transparent #ccc;
}

.playerWrapper .select2.select2-container.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: 1px solid #ccc;
}

.bootstrap-datetimepicker-widget {
  font-size: 12px;
  z-index: 2000;
}

.bootstrap-datetimepicker-widget a:hover,
.bootstrap-datetimepicker-widget a:visited,
.bootstrap-datetimepicker-widget a:focus {
  color: #481f3f;
}

.bootstrap-datetimepicker-widget.top {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  height: auto;
}

.bootstrap-datetimepicker-widget .glyphicon {
  color: #552449;
}

.bootstrap-datetimepicker-widget table td.active {
  background: #552449;
}

.bootstrap-datetimepicker-widget table td.active:hover {
  background: #793568;
}

.bootstrap-datetimepicker-widget table td.active::before {
  border-color: rgba(0, 0, 0, 0.2) transparent #fff;
}

.bootstrap-datetimepicker-widget table td.day {
  color: #333;
  height: 16px;
  line-height: 16px;
  width: 16px;
}

.bootstrap-datetimepicker-widget table td.day.active {
  color: #fff;
}

.bootstrap-datetimepicker-widget table td.today::before {
  border-color: rgba(0, 0, 0, 0.2) transparent #552449;
}

.bootstrap-datetimepicker-widget table td span {
  height: 40px;
  line-height: 40px;
  width: 40px;
}

.bootstrap-datetimepicker-widget table td span.active {
  background: #552449;
}

@media print {
  .topLine,
  .playlist,
  .global-message,
  .bottomLineContainer,
  .userMenuContainer {
    display: none;
  }

  .overlay-container {
    padding: 0;
  }

  .overlay-container .fa-times-circle {
    display: none;
  }

  .overlay-container .overlay-content {
    border-radius: 0;
  }

  .overlay-container .overlay-content .submit-line {
    display: none;
  }

  .overlay-container .overlay-content .admin-iframe {
    height: 100%;
  }
}

.playlist-json {
  font-size: 1.2rem;
  max-height: 100%;
  max-width: 100%;
  overflow: auto;
  padding: 1rem;
}

.playlist-json .track-item {
  background: #eee;
  font-size: 12px;
  padding: 6px;
}

.playlist-json .track-item span {
  padding-right: 12px;
}

.playlist-json .track-item:nth-child(odd) {
  background: #ddd;
}

.playlist-json .full-json {
  margin-top: 4rem;
}

.playlist-json .btn-group {
  margin: 2rem 0;
}

.settings-diff pre {
  background: none;
  border: 0;
  border-radius: 0;
}

.settings-diff .title {
  margin-left: 12px;
}

.settings-diff .json-diff {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.settings-diff .json-diff .json-diff-container {
  border-right: 1px solid #000;
  margin-bottom: 3rem;
  overflow-x: scroll;
  position: relative;
  width: 33.33%;
}

.settings-diff .json-diff .json-diff-container:nth-child(3n),
.settings-diff .json-diff .json-diff-container:last-child {
  border-right: 0;
}

.settings-diff .json-diff li[data-key] {
  position: relative;
}

.settings-diff .json-diff li[data-key] .select-key {
  cursor: pointer;
  font-family: FontAwesome;
  left: -14px;
  position: absolute;
  top: 0;
}

.settings-diff .json-diff li[data-key] .select-key .fa-check-square-o {
  display: none;
}

.settings-diff .json-diff li[data-key].selected .select-key .fa-square-o {
  display: none;
}

.settings-diff .json-diff li[data-key].selected .select-key .fa-check-square-o {
  display: inline-block;
}

.settings-diff .jsondiffpatch-delta {
  display: inline-block;
  font-family: 'Bitstream Vera Sans Mono', 'DejaVu Sans Mono', Monaco, Courier, monospace;
  font-size: 12px;
  margin: 0;
  padding: 0 0 0 12px;
}

.settings-diff .jsondiffpatch-delta ul {
  list-style-type: none;
  margin: 0;
  padding: 0 0 0 20px;
}

.settings-diff .jsondiffpatch-delta pre {
  display: inline-block;
  font-family: 'Bitstream Vera Sans Mono', 'DejaVu Sans Mono', Monaco, Courier, monospace;
  font-size: 12px;
  margin: 0;
  padding: 0;
}

.settings-diff ul.jsondiffpatch-delta {
  list-style-type: none;
  margin: 0;
  padding: 0 0 0 20px;
}

.settings-diff .jsondiffpatch-added .jsondiffpatch-property-name,
.settings-diff .jsondiffpatch-added .jsondiffpatch-value pre,
.settings-diff .jsondiffpatch-modified .jsondiffpatch-right-value pre,
.settings-diff .jsondiffpatch-textdiff-added {
  background: #bbffbb;
}

.settings-diff .jsondiffpatch-deleted .jsondiffpatch-property-name,
.settings-diff .jsondiffpatch-deleted pre,
.settings-diff .jsondiffpatch-modified .jsondiffpatch-left-value pre,
.settings-diff .jsondiffpatch-textdiff-deleted {
  background: #ffbbbb;
  text-decoration: line-through;
}

.settings-diff .jsondiffpatch-unchanged,
.settings-diff .jsondiffpatch-movedestination {
  color: gray;
}

.settings-diff .jsondiffpatch-unchanged,
.settings-diff .jsondiffpatch-movedestination > .jsondiffpatch-value {
  overflow-y: hidden;
  transition: all .5s;
}

.settings-diff .jsondiffpatch-unchanged-showing .jsondiffpatch-unchanged,
.settings-diff .jsondiffpatch-unchanged-showing .jsondiffpatch-movedestination > .jsondiffpatch-value {
  max-height: 100px;
}

.settings-diff .jsondiffpatch-unchanged-hidden .jsondiffpatch-unchanged,
.settings-diff .jsondiffpatch-unchanged-hidden .jsondiffpatch-movedestination > .jsondiffpatch-value {
  max-height: 0;
}

.settings-diff .jsondiffpatch-unchanged-hiding .jsondiffpatch-movedestination > .jsondiffpatch-value,
.settings-diff .jsondiffpatch-unchanged-hidden .jsondiffpatch-movedestination > .jsondiffpatch-value {
  display: block;
}

.settings-diff .jsondiffpatch-unchanged-visible .jsondiffpatch-unchanged,
.settings-diff .jsondiffpatch-unchanged-visible .jsondiffpatch-movedestination > .jsondiffpatch-value {
  max-height: 100px;
}

.settings-diff .jsondiffpatch-unchanged-hiding .jsondiffpatch-unchanged,
.settings-diff .jsondiffpatch-unchanged-hiding .jsondiffpatch-movedestination > .jsondiffpatch-value {
  max-height: 0;
}

.settings-diff .jsondiffpatch-unchanged-showing .jsondiffpatch-arrow,
.settings-diff .jsondiffpatch-unchanged-hiding .jsondiffpatch-arrow {
  display: none;
}

.settings-diff .jsondiffpatch-value {
  display: inline-block;
}

.settings-diff .jsondiffpatch-property-name {
  display: inline-block;
  padding-right: 5px;
  vertical-align: top;
}

.settings-diff .jsondiffpatch-property-name:after {
  content: ': ';
}

.settings-diff .jsondiffpatch-child-node-type-array > .jsondiffpatch-property-name:after {
  content: ': [';
}

.settings-diff .jsondiffpatch-child-node-type-array:after {
  content: '],';
}

.settings-diff div.jsondiffpatch-child-node-type-array:before {
  content: '[';
}

.settings-diff div.jsondiffpatch-child-node-type-array:after {
  content: ']';
}

.settings-diff .jsondiffpatch-child-node-type-object > .jsondiffpatch-property-name:after {
  content: ': {';
}

.settings-diff .jsondiffpatch-child-node-type-object:after {
  content: '},';
}

.settings-diff div.jsondiffpatch-child-node-type-object:before {
  content: '{';
}

.settings-diff div.jsondiffpatch-child-node-type-object:after {
  content: '}';
}

.settings-diff .jsondiffpatch-value pre:after {
  content: ',';
}

.settings-diff li:last-child > .jsondiffpatch-value pre:after,
.settings-diff .jsondiffpatch-modified > .jsondiffpatch-left-value pre:after {
  content: '';
}

.settings-diff .jsondiffpatch-modified .jsondiffpatch-value {
  display: inline-block;
}

.settings-diff .jsondiffpatch-modified .jsondiffpatch-right-value {
  margin-left: 5px;
}

.settings-diff .jsondiffpatch-moved .jsondiffpatch-value {
  display: none;
}

.settings-diff .jsondiffpatch-moved .jsondiffpatch-moved-destination {
  display: inline-block;
  background: #ffffbb;
  color: #888;
}

.settings-diff .jsondiffpatch-moved .jsondiffpatch-moved-destination:before {
  content: ' => ';
}

.settings-diff ul.jsondiffpatch-textdiff {
  padding: 0;
}

.settings-diff .jsondiffpatch-textdiff-location {
  color: #bbb;
  display: inline-block;
  min-width: 60px;
}

.settings-diff .jsondiffpatch-textdiff-line {
  display: inline-block;
}

.settings-diff .jsondiffpatch-textdiff-line-number:after {
  content: ',';
}

.settings-diff .jsondiffpatch-error {
  background: red;
  color: white;
  font-weight: bold;
}

.mobile-bottom-nav {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  height: 60px;
  background: #fff;
  border-top: 1px solid #505050;
  z-index: 1000;
  box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.1);
}

@media only screen and (max-width: 768px) {
  .mobile-bottom-nav {
    display: flex;
  }
}

.mobile-bottom-nav .mobile-nav-item {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 4px 0;
  background: none;
  border: none;
  color: #1b1b1b;
  font-size: 10px;
  cursor: pointer;
  transition: color 0.2s, background 0.2s;
  text-decoration: none;
  min-height: 48px;
}

.mobile-bottom-nav .mobile-nav-item:hover {
  background: rgba(0, 0, 0, 0.04);
}

.mobile-bottom-nav .mobile-nav-item:active {
  background: rgba(0, 0, 0, 0.08);
}

.mobile-bottom-nav .mobile-nav-item.active {
  color: #481f3f;
}

.mobile-bottom-nav .mobile-nav-item.active .mobile-nav-icon {
  color: #481f3f;
}

.mobile-bottom-nav .mobile-nav-item .mobile-nav-icon {
  font-size: 22px;
  margin-bottom: 2px;
  color: inherit;
}

.mobile-bottom-nav .mobile-nav-item .mobile-nav-label {
  font-weight: 500;
  letter-spacing: 0.02em;
}

@media only screen and (max-width: 768px) {
  .playlist {
    padding-bottom: 60px;
    height: auto;
    min-height: calc(100vh - 60px);
    overflow-x: hidden;
  }
}

@media only screen and (max-width: 768px) {
  .playlist .playerWrapper {
    width: 100% !important;
    max-width: 100% !important;
    flex-direction: column;
    margin-left: 0 !important;
    -webkit-transform: none !important;
    transform: none !important;
  }
}

@media only screen and (max-width: 768px) {
  .categories,
  .tracksContainer,
  .playlistContainer,
  .reactDeviceList {
    display: none !important;
    width: 100% !important;
    max-width: 100% !important;
    height: calc(100vh - 120px) !important;
    min-height: calc(100vh - 120px) !important;
    height: calc(100dvh - 120px) !important;
    min-height: calc(100dvh - 120px) !important;
  }

  .categories.mobile-active,
  .tracksContainer.mobile-active,
  .playlistContainer.mobile-active,
  .reactDeviceList.mobile-active {
    display: flex !important;
  }
}

@media only screen and (max-width: 768px) {
  .deviceList {
    display: none !important;
    width: 100% !important;
    max-width: 100% !important;
    height: calc(100vh - 120px) !important;
    min-height: calc(100vh - 120px) !important;
    height: calc(100dvh - 120px) !important;
    min-height: calc(100dvh - 120px) !important;
  }

  .deviceList.mobile-active {
    display: grid !important;
  }
}

@media only screen and (max-width: 768px) {
  .deviceListVsPlaylistManagement {
    display: none !important;
  }
}

@media only screen and (max-width: 768px) {
  .categories.mobile-active {
    flex-direction: column;
  }

  .categories .categoriesScrollWrapper {
    height: calc(100% - 50px);
    flex: 1;
  }

  .categories .categoryCreateBox {
    flex-shrink: 0;
  }
}

.tracksContainer .mobile-category-bar {
  display: none;
}

@media only screen and (max-width: 768px) {
  .tracksContainer {
    padding-bottom: 60px;
    box-sizing: border-box;
  }

  .tracksContainer.mobile-active {
    flex-direction: column;
  }

  .tracksContainer .mobile-category-bar {
    display: flex;
    align-items: center;
    gap: 8px;
    width: 100vw;
    padding: 10px;
    background: #292929;
    border-bottom: 1px solid #505050;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 5;
  }

  .tracksContainer .mobile-category-select {
    position: relative;
    flex: 1;
  }

  .tracksContainer .mobile-category-select select {
    width: 100%;
    padding: 8px 32px 8px 12px;
    border-radius: 6px;
    border: 1px solid #101010;
    background: #292929;
    color: #fff;
    font-size: 14px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }

  .tracksContainer .mobile-category-select i {
    position: absolute;
    right: 12px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff;
    pointer-events: none;
  }

  .tracksContainer .mobile-category-actions {
    display: flex;
    gap: 6px;
  }

  .tracksContainer .mobile-category-action {
    height: 36px;
    width: 36px;
    border-radius: 6px;
    border: 1px solid #101010;
    background: #292929;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
  }

  .tracksContainer .mobile-category-action.is-hidden {
    display: none;
  }

  .tracksContainer .uploadFormContainer {
    display: block;
  }

  .tracksContainer .categoryTracksWrapper {
    flex: 1;
    height: auto;
  }

  .tracksContainer .categoriesSearch {
    display: flex;
    flex-shrink: 0;
    height: 80px;
  }
}

@media only screen and (max-width: 768px) {
  .playlistContainer.mobile-active {
    flex-direction: column;
  }

  .playlistContainer .controls {
    flex-shrink: 0;
  }

  .playlistContainer .playlistsSearch {
    flex-shrink: 0;
  }

  .playlistContainer .playlistsList {
    flex: 1;
    height: auto !important;
  }

  .playlistContainer .playlistCreateBox {
    flex-shrink: 0;
  }
}

@media only screen and (max-width: 768px) {
  .reactDeviceList.mobile-active {
    width: 100% !important;
    max-width: 100% !important;
  }
}

.ui-droppable {
  max-width: 100vw;
}

@media only screen and (max-width: 768px) {
  .deviceList.mobile-active {
    width: 100% !important;
    max-width: 100% !important;
    overflow-x: hidden;
  }

  .deviceList.mobile-active .innerContainer {
    height: calc(100% - 50px);
    overflow-x: hidden;
  }

  .deviceList .custom-scrollbars__content {
    grid-template-columns: 1fr !important;
    grid-column-gap: 0 !important;
  }
}

@media only screen and (max-width: 768px) {
  .deviceList {
    grid-template-columns: 1fr !important;
    grid-template-areas: "device-list-header" "device-list" "device-list-footer" "device-info-header" "device-info-footer" !important;
  }

  .deviceList > *[style*="grid-column: 2"],
  .deviceList > *[style*="grid-row: separator"] {
    display: none !important;
  }
}

@media only screen and (max-width: 768px) {
  body.mobile-devices-mode .deviceList {
    grid-template-areas: "device-list-header" "device-list" "device-list-footer" !important;
  }

  body.mobile-devices-mode .deviceList [class*="DeviceInfoHeader"],
  body.mobile-devices-mode .deviceList [class*="DeviceInfoFooter"],
  body.mobile-devices-mode .deviceList > div:nth-child(6),
  body.mobile-devices-mode .deviceList > div:nth-child(5) {
    display: none !important;
  }

  body.mobile-devices-mode .device-information-wrapper {
    display: none !important;
  }
}

@media only screen and (max-width: 768px) {
  body.mobile-schedule-mode .deviceList {
    grid-template-areas: "device-list-header" "device-info-footer" "device-list" !important;
    grid-template-rows: -webkit-max-content -webkit-max-content 1fr !important;
    grid-template-rows: max-content max-content 1fr !important;
  }

  body.mobile-schedule-mode .deviceList [class*="DeviceListFooter"],
  body.mobile-schedule-mode .deviceList > div:nth-child(3) {
    display: none !important;
  }

  body.mobile-schedule-mode .deviceList [class*="DeviceInfoFooter"],
  body.mobile-schedule-mode .deviceList > div:nth-child(5) {
    display: flex !important;
    grid-area: device-info-footer !important;
    order: -1;
  }

  body.mobile-schedule-mode .deviceList [class*="DeviceInfoHeader"],
  body.mobile-schedule-mode .deviceList > div:nth-child(6) {
    display: none !important;
  }

  body.mobile-schedule-mode .device-information-wrapper {
    display: block !important;
  }

  body.mobile-schedule-mode .device-list-device .device-top-left,
  body.mobile-schedule-mode .device-list-device .device-top-secondary,
  body.mobile-schedule-mode .device-list-device .device-playlist-bar,
  body.mobile-schedule-mode .device-list-device .device-controls,
  body.mobile-schedule-mode .device-list-device .device-extra,
  body.mobile-schedule-mode .device-list-device .device-status-icon {
    display: none !important;
  }

  body.mobile-schedule-mode .device-list-device .device-title,
  body.mobile-schedule-mode .device-list-device .device-identifier {
    display: inline-block;
    margin-right: 6px;
  }

  body.mobile-schedule-mode .device-information-wrapper .schedule-no-events {
    display: none !important;
  }
}

@media only screen and (max-width: 768px) {
  .device-list-separator {
    display: none !important;
  }
}

@media only screen and (max-width: 768px) {
  .clipboard {
    display: none;
  }
}