@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article, aside, details, figcaption, figure,
footer, header, main, menu, nav, section {
  display: block;
}

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden], template {
  display: none;
}

a {
  background-color: transparent;
}

img {
  border: 0;
  vertical-align: middle;
}

svg:not(:root) {
  overflow: hidden;
}

hr {
  box-sizing: content-box;
  height: 0;
}

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td, th {
  padding: 0;
}

html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a {
  color: inherit;
  text-decoration: none;
}
a:hover, a:focus {
  color: inherit;
  text-decoration: underline;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}

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

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container-fluid::after {
  content: "";
  display: table;
  clear: both;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}
.row::after {
  content: "";
  display: table;
  clear: both;
}

[class*=col-] {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs-4 {
  float: left;
  width: 33.33333333%;
}

@media (min-width: 768px) {
  .col-sm-3 {
    float: left;
    width: 25%;
  }
  .col-sm-9 {
    float: left;
    width: 75%;
  }
}
@media (min-width: 1451px) {
  .col-lg-2 {
    float: left;
    width: 16.66666667%;
  }
  .col-lg-10 {
    float: left;
    width: 83.33333333%;
  }
}
@media (min-width: 1600px) {
  .col-xl-2 {
    float: left;
    width: 16.66666667%;
  }
}
.dropdown-menu {
  display: none;
}

.open > .dropdown-menu {
  display: block;
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
.ember-modal-dialog {
  z-index: 51;
  position: fixed;
}

.ember-modal-dialog.emd-in-place {
  position: static;
}

.ember-modal-wrapper.emd-static.emd-wrapper-target-attachment-center .ember-modal-dialog {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.ember-modal-wrapper.emd-animatable.emd-wrapper-target-attachment-center {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ember-modal-wrapper.emd-animatable.emd-wrapper-target-attachment-center .ember-modal-overlay {
  display: flex;
  align-items: center;
  justify-content: center;
}

.ember-modal-wrapper.emd-animatable .ember-modal-dialog {
  position: relative;
}

.ember-modal-overlay {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50;
}

.ember-modal-dialog {
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 0 10px #222;
  padding: 10px;
}

.ember-modal-overlay.translucent {
  background-color: rgba(128, 128, 128, 0.77);
}

.ember-basic-dropdown {
  position: relative;
}

.ember-basic-dropdown,
.ember-basic-dropdown-content,
.ember-basic-dropdown-content * {
  box-sizing: border-box;
}

.ember-basic-dropdown-content {
  position: absolute;
  width: auto;
  z-index: 1000;
  background-color: #f6f6f6;
}

.ember-basic-dropdown-content--left {
  left: 0;
}

.ember-basic-dropdown-content--right {
  right: 0;
}

.ember-basic-dropdown-overlay {
  position: fixed;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  z-index: 10;
  top: 0;
  left: 0;
  pointer-events: none;
}

.ember-basic-dropdown-content-wormhole-origin {
  display: inline;
}

.ember-power-select-dropdown * {
  box-sizing: border-box;
}

.ember-power-select-trigger {
  position: relative;
  border-top: 1px solid rgba(155, 155, 155, 0.3);
  border-bottom: 1px solid rgba(155, 155, 155, 0.3);
  border-right: 1px solid rgba(155, 155, 155, 0.3);
  border-left: 1px solid rgba(155, 155, 155, 0.3);
  border-radius: 0;
  background-color: #f6f6f6;
  line-height: 1.75;
  overflow-x: hidden;
  text-overflow: ellipsis;
  min-height: 1.75em;
  user-select: none;
  -webkit-user-select: none;
  color: #545c6e;
  /* Minimum clearfix for modern browsers */
}
.ember-power-select-trigger:after {
  content: "";
  display: table;
  clear: both;
}
.ember-power-select-trigger:not(.ember-power-select-multiple-trigger) .ember-power-select-input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.ember-power-select-trigger:focus,
.ember-power-select-trigger--active {
  border-top: 1px solid #6E7591;
  border-bottom: 1px solid #6E7591;
  border-right: 1px solid #6E7591;
  border-left: 1px solid #6E7591;
  box-shadow: none;
}

.ember-basic-dropdown-trigger--below.ember-power-select-trigger[aria-expanded=true],
.ember-basic-dropdown-trigger--in-place.ember-power-select-trigger[aria-expanded=true] {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.ember-basic-dropdown-trigger--above.ember-power-select-trigger[aria-expanded=true] {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.ember-power-select-placeholder {
  color: #999999;
  display: block;
  overflow-x: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.ember-power-select-status-icon {
  position: absolute;
  display: inline-block;
  width: 0;
  height: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border-style: solid;
  border-width: 7px 4px 0 4px;
  border-color: #aaaaaa transparent transparent transparent;
}
.ember-basic-dropdown-trigger[aria-expanded=true] .ember-power-select-status-icon {
  transform: rotate(180deg);
}

.ember-power-select-clear-btn {
  position: absolute;
  cursor: pointer;
}

.ember-power-select-multiple-options {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  list-style: none;
}
.ember-power-select-multiple-options li.ember-power-select-trigger-multiple-input-container {
  flex-grow: 1;
  display: flex;
}
.ember-power-select-multiple-options li.ember-power-select-trigger-multiple-input-container input {
  flex-grow: 1;
}

.ember-power-select-trigger-multiple-input {
  font-family: inherit;
  font-size: inherit;
  border: none;
  line-height: inherit;
  -webkit-appearance: none;
  outline: none;
  padding: 0;
  background-color: transparent;
  text-indent: 2px;
}
.ember-power-select-trigger-multiple-input:disabled {
  background-color: #eeeeee;
}
.ember-power-select-trigger-multiple-input {
  /* There's a browser bug where this selectos cannot be chained with commas */
}
.ember-power-select-trigger-multiple-input::placeholder {
  opacity: 1;
  color: #999999;
}
.ember-power-select-trigger-multiple-input::-webkit-input-placeholder {
  opacity: 1;
  color: #999999;
}
.ember-power-select-trigger-multiple-input::-moz-placeholder {
  opacity: 1;
  color: #999999;
}
.ember-power-select-trigger-multiple-input::-ms-input-placeholder {
  opacity: 1;
  color: #999999;
}

.ember-power-select-multiple-option {
  border: 1none;
  border-radius: 2px;
  color: white;
  background-color: #DA3910;
  padding: 2px 4px;
  line-height: 1.45;
  margin: 2px 0 2px 3px;
}

.ember-power-select-multiple-remove-btn {
  cursor: pointer;
}
.ember-power-select-multiple-remove-btn:not(:hover) {
  opacity: 0.5;
}

.ember-power-select-search {
  padding: 4px;
}

.ember-power-select-search-input {
  border: 1px solid rgba(155, 155, 155, 0.3);
  border-radius: 0;
  width: 100%;
  font-size: inherit;
  line-height: inherit;
  padding: 0 5px;
}
.ember-power-select-search-input:focus {
  border: 1px solid #6E7591;
  box-shadow: none;
}

.ember-power-select-search-input-field {
  width: 100%;
  height: 100%;
  padding: 0 8px;
  font-family: inherit;
  font-size: inherit;
  border: none;
  display: block;
  line-height: inherit;
  -webkit-appearance: none;
  outline: none;
  background-color: transparent;
}

.ember-power-select-dropdown {
  border-left: 1px solid #6E7591;
  border-right: 1px solid #6E7591;
  line-height: 1.75;
  border-radius: 0;
  box-shadow: none;
  overflow: hidden;
  color: #545c6e;
}

.ember-power-select-dropdown.ember-basic-dropdown-content--above {
  border-top: 1px solid #6E7591;
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.ember-power-select-dropdown.ember-basic-dropdown-content--below,
.ember-power-select-dropdown.ember-basic-dropdown-content--in-place {
  border-top: none;
  border-bottom: 1px solid #6E7591;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.ember-power-select-dropdown.ember-basic-dropdown-content--in-place {
  width: 100%;
}

.ember-power-select-options {
  list-style: none;
  margin: 0;
  padding: 0;
  user-select: none;
  -webkit-user-select: none;
}
.ember-power-select-options[role=listbox] {
  overflow-y: auto; /* in firefox in windows this can cause a word-break issue. Try `overflow-y: scroll` if that happens */
  -webkit-overflow-scrolling: touch;
  max-height: 12.25em;
}

.ember-power-select-option {
  cursor: pointer;
  padding: 0 8px;
}

.ember-power-select-group[aria-disabled=true] {
  color: #999999;
  cursor: not-allowed;
}

.ember-power-select-group[aria-disabled=true] .ember-power-select-option,
.ember-power-select-option[aria-disabled=true] {
  color: #999999;
  pointer-events: none;
  cursor: not-allowed;
}

.ember-power-select-option[aria-selected=true] {
  background-color: #fcebe8;
}

.ember-power-select-option[aria-current=true] {
  background-color: #DA3910;
  color: #ffffff;
}

.ember-power-select-group-name {
  cursor: default;
  font-weight: bold;
}

.ember-power-select-trigger[aria-disabled=true] {
  background-color: #eeeeee;
}

.ember-power-select-trigger {
  padding: 0 16px 0 8px;
}

.ember-power-select-selected-item,
.ember-power-select-placeholder {
  margin-left: 8px;
}

.ember-power-select-status-icon {
  right: 5px;
}

.ember-power-select-clear-btn {
  right: 25px;
}

.ember-power-select-group .ember-power-select-group .ember-power-select-group-name {
  padding-left: 24px;
}
.ember-power-select-group .ember-power-select-group .ember-power-select-option {
  padding-left: 40px;
}
.ember-power-select-group .ember-power-select-option {
  padding-left: 24px;
}
.ember-power-select-group .ember-power-select-group-name {
  padding-left: 8px;
}

.ember-power-select-trigger[dir=rtl] {
  padding: 0 8px 0 16px;
}
.ember-power-select-trigger[dir=rtl] .ember-power-select-selected-item,
.ember-power-select-trigger[dir=rtl] .ember-power-select-placeholder {
  margin-right: 8px;
}
.ember-power-select-trigger[dir=rtl] .ember-power-select-multiple-option {
  float: right;
}
.ember-power-select-trigger[dir=rtl] .ember-power-select-trigger-multiple-input {
  float: right;
}
.ember-power-select-trigger[dir=rtl] .ember-power-select-status-icon {
  left: 5px;
  right: initial;
}
.ember-power-select-trigger[dir=rtl] .ember-power-select-clear-btn {
  left: 25px;
  right: initial;
}

.ember-power-select-visually-hidden {
  height: 1px;
  left: -9999px;
  overflow: hidden;
  position: absolute;
  width: 1px;
}

.ember-power-select-dropdown[dir=rtl] .ember-power-select-group .ember-power-select-group .ember-power-select-group-name {
  padding-right: 24px;
}
.ember-power-select-dropdown[dir=rtl] .ember-power-select-group .ember-power-select-group .ember-power-select-option {
  padding-right: 40px;
}
.ember-power-select-dropdown[dir=rtl] .ember-power-select-group .ember-power-select-option {
  padding-right: 24px;
}
.ember-power-select-dropdown[dir=rtl] .ember-power-select-group .ember-power-select-group-name {
  padding-right: 8px;
}

* {
  box-sizing: border-box;
}

body {
  font-family: Nunito_Sans, Arial, Helvetica, sans-serif;
  font-size: 16px;
  background-color: #EAECEE;
}
body.is-dragging {
  touch-action: pinch-zoom;
}
@media screen and (max-width: 1200px) {
  body {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
  }
}
body ul li {
  list-style: none;
}
body a:hover {
  text-decoration: none;
}

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

.crawler-only {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.clearfix {
  display: block;
}
.clearfix:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  visibility: hidden;
}

.exclamation {
  color: #DA3910;
}

.external-link {
  color: #DA3910;
  cursor: pointer;
}

.aqua-link {
  color: #008094;
  cursor: pointer;
}

.pointer-cursor {
  cursor: pointer;
}

.help-cursor {
  cursor: help;
}

.modal-open {
  overflow-y: hidden;
}
@media only screen and (max-device-width: 767px) {
  .modal-open {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow-scrolling: touch;
    -webkit-overflow-scrolling: touch;
  }
}

.position-absolute {
  position: absolute;
}

.position-relative {
  position: relative;
}

.pad-horizontal-1em {
  padding-left: 1em;
  padding-right: 1em;
}

.orange-text {
  color: #DA3910;
}

.purple-text {
  color: purple;
}

.grey-text {
  color: #6E7591;
}

.green-text {
  color: #01b9aa;
}

.aqua-text {
  color: #008094;
}

.red-text {
  color: #a00606;
}

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

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

.underline-text {
  text-decoration: underline !important;
}

.inline-block {
  display: inline-block;
}

.js-drag-active {
  user-select: none;
}

.hidden {
  display: none;
}

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

.__carousel-ui__pods__components__as-calendar__timetable .row::after {
  content: "";
  display: table;
  clear: both;
}
.__carousel-ui__pods__components__as-calendar__timetable .row {
  display: block;
  margin: 0;
  position: relative;
  width: 100%;
}

.__carousel-ui__pods__components__as-calendar__timetable .first-column {
  float: left;
  width: 10%;
}

.__carousel-ui__pods__components__as-calendar__timetable .columns {
  float: left;
  width: 90%;
}

@font-face {
  font-family: Nunito_Sans;
  font-weight: 200;
  src: url("fonts/Nunito_Sans/NunitoSans-200.ttf") format("truetype");
}
@font-face {
  font-family: Nunito_Sans;
  font-weight: 200;
  font-style: italic;
  src: url("fonts/Nunito_Sans/NunitoSans-200-italic.ttf") format("truetype");
}
@font-face {
  font-family: Nunito_Sans;
  font-weight: 300;
  src: url("fonts/Nunito_Sans/NunitoSans-300.ttf") format("truetype");
}
@font-face {
  font-family: Nunito_Sans;
  font-weight: 300;
  font-style: italic;
  src: url("fonts/Nunito_Sans/NunitoSans-300-italic.ttf") format("truetype");
}
@font-face {
  font-family: Nunito_Sans;
  font-weight: 400;
  src: url("fonts/Nunito_Sans/NunitoSans-400.ttf") format("truetype");
}
@font-face {
  font-family: Nunito_Sans;
  font-weight: 400;
  font-style: italic;
  src: url("fonts/Nunito_Sans/NunitoSans-400-italic.ttf") format("truetype");
}
@font-face {
  font-family: Nunito_Sans;
  font-weight: 600;
  src: url("fonts/Nunito_Sans/NunitoSans-600.ttf") format("truetype");
}
@font-face {
  font-family: Nunito_Sans;
  font-weight: 600;
  font-style: italic;
  src: url("fonts/Nunito_Sans/NunitoSans-600-italic.ttf") format("truetype");
}
@font-face {
  font-family: Nunito_Sans;
  font-weight: 700;
  src: url("fonts/Nunito_Sans/NunitoSans-700.ttf") format("truetype");
}
@font-face {
  font-family: Nunito_Sans;
  font-weight: 700;
  font-style: italic;
  src: url("fonts/Nunito_Sans/NunitoSans-700-italic.ttf") format("truetype");
}
@font-face {
  font-family: Nunito_Sans;
  font-weight: 800;
  src: url("fonts/Nunito_Sans/NunitoSans-800.ttf") format("truetype");
}
@font-face {
  font-family: Nunito_Sans;
  font-weight: 800;
  font-style: italic;
  src: url("fonts/Nunito_Sans/NunitoSans-800-italic.ttf") format("truetype");
}
@font-face {
  font-family: Nunito_Sans;
  font-weight: 900;
  src: url("fonts/Nunito_Sans/NunitoSans-900.ttf") format("truetype");
}
@font-face {
  font-family: Nunito_Sans;
  font-weight: 900;
  font-style: italic;
  src: url("fonts/Nunito_Sans/NunitoSans-900-italic.ttf") format("truetype");
}
@font-face {
  font-family: Tighty;
  font-weight: normal;
  src: url("fonts/tighty.ttf") format("truetype");
}
.title-bar {
  background-color: #545c6e;
  display: flex;
  position: relative;
  z-index: 11;
  padding: 0 2em 0 3em;
}
@media screen and (max-width: 767px) {
  .title-bar {
    padding: 0 1em 0 15px;
  }
}
.title-bar .logo {
  height: 3em;
  padding-top: 0.5em;
}
.title-bar .logo-icon {
  height: 4em;
  padding: 7px;
}
.title-bar .site-name {
  color: white;
  flex: 1 1 60%;
  font-size: 1.3em;
  font-weight: lighter;
  padding: 15px 0 0 1em;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  vertical-align: bottom;
}
@media screen and (max-width: 767px) {
  .title-bar .site-name {
    padding-top: 1.25em;
    flex-basis: 50%;
  }
}
@media screen and (max-width: 767px) {
  .title-bar .site-name {
    font-size: 1.2em;
    padding-top: 1em;
    padding-left: 0.5em;
    flex-basis: 50%;
  }
}
.title-bar .settings-container {
  flex: 1 1 50%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  color: white;
  white-space: nowrap;
  max-width: 70%;
}
@media screen and (max-width: 767px) {
  .title-bar .settings-container {
    padding-top: 5px;
    max-width: 100%;
  }
}
.title-bar .buttons {
  display: flex;
  align-items: center;
  margin-left: 1em;
}
.title-bar .buttons > * {
  margin: 0 3px;
}
.title-bar .pql-training {
  background-color: #008094;
  border: 1px solid white;
  padding: 3px;
  border-radius: 50%;
  width: 2.25em;
  height: 2.25em;
  box-shadow: none;
  position: relative;
}

.version-display {
  top: 0px;
  left: 0px;
  background-color: #545c6e;
  color: white;
  position: fixed;
}

.zone-menu {
  background-color: #DA3910;
  color: white;
  position: relative;
  padding: 0 1em;
  z-index: 10;
}
.zone-menu *:focus {
  text-decoration: none !important;
}
.zone-menu .current-zone {
  width: 67%;
  font-weight: bold;
  text-align: right;
  font-size: 1.3em;
  margin: 0.5em 0;
  z-index: 10;
  position: relative;
  display: inline-block;
}
.zone-menu .current-zone.full-width {
  width: 100%;
  text-align: center;
}
.zone-menu .current-zone.full-width .current-zone-name {
  padding: 0;
}
.zone-menu .current-zone .current-zone-name {
  text-decoration: none;
  color: white;
}
.zone-menu .current-zone .current-zone-name.main-menu:hover {
  cursor: pointer;
  text-decoration: underline !important;
}
@media screen and (max-width: 500px) {
  .zone-menu .current-zone {
    width: 75%;
  }
}
.zone-menu .current-zone p {
  display: inline;
}
@media screen and (max-width: 767px) {
  .zone-menu .current-zone p {
    display: block;
    margin: 0;
  }
}
.zone-menu .current-zone .current-zone-name {
  padding-right: 1em;
  padding-left: 1em;
}
.zone-menu .config-collapse {
  display: inline-block;
  top: 6px;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .zone-menu .config-collapse {
    top: 5px;
  }
}
.zone-menu .large-caret {
  pointer-events: none;
  position: absolute;
  width: calc(100% - 30px);
  height: 2em;
  bottom: -2em;
}
@media screen and (max-width: 1450px) {
  .zone-menu .large-caret {
    height: 1.5em;
    bottom: -1.5em;
  }
}
@media screen and (max-width: 1200px) {
  .zone-menu .large-caret {
    height: 1em;
    bottom: -1em;
  }
}
.zone-menu .large-caret .triangle {
  width: 100%;
  height: 100%;
  display: block;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .zone-menu .large-caret .triangle {
    /* IE10+ CSS styles go here */
    display: none;
  }
}
@supports (-ms-ime-align: auto) {
  .zone-menu .large-caret .triangle {
    display: none;
  }
}
.zone-menu #zone-change {
  overflow: hidden;
  max-height: 300px;
  transition: max-height 500ms, margin-bottom 500ms;
  padding-bottom: 1em;
}
.zone-menu #zone-change.collapsed {
  max-height: 0px;
  padding-bottom: 0em;
}
@media screen and (max-width: 500px) {
  .zone-menu #zone-change {
    max-height: 100vh;
  }
}

.content {
  min-height: 100%;
  padding: 0 2%;
}
.content .page-content {
  background-color: white;
  padding: 1em;
  margin-left: 0;
  margin-right: 0;
  min-height: 300px;
}

.container {
  min-height: 100vh;
}

.config-dropdown {
  color: white;
  background-color: transparent;
  border: none;
  display: block;
  padding: 15px 0 10px 0;
  position: relative;
  text-align: center;
  font-weight: lighter;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .config-dropdown {
    padding: 10px 0;
    vertical-align: sub;
  }
}
@media screen and (max-width: 500px) {
  .config-dropdown {
    position: static;
  }
}
.config-dropdown a, .config-dropdown a:hover, .config-dropdown a:focus {
  text-decoration: none;
}
.config-dropdown .fa-external-link {
  color: white;
}
.config-dropdown .badge {
  position: absolute;
  top: -0.25em;
  right: -1em;
  background-color: #DA3910;
  color: white;
  border-radius: 40%;
  font-size: 0.6em;
  padding: 0 0.5em;
}
.config-dropdown .dropdown-trigger {
  background-color: transparent;
  border: none;
  text-align: right;
  font-size: 1.3em;
  position: relative;
}
.config-dropdown .dropdown-trigger .dropdown-title {
  display: inline-block;
  max-width: 20em;
  vertical-align: bottom;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media screen and (max-width: 500px) {
  .config-dropdown .dropdown-trigger .dropdown-title {
    max-width: 10em;
  }
}
.config-dropdown .dropdown {
  position: absolute;
  top: 100%;
  right: -1em;
}
@media screen and (max-width: 500px) {
  .config-dropdown .dropdown {
    right: 0;
    width: 75%;
  }
}
.config-dropdown .dropdown {
  width: 13em;
  max-height: 20em;
}
.config-dropdown .dropdown.notifications {
  width: max-content;
  max-width: 45vw;
  max-height: none;
}
@media screen and (max-width: 767px) {
  .config-dropdown .dropdown.notifications {
    max-width: 90vw;
    right: -7em;
  }
}
@media screen and (max-width: 500px) {
  .config-dropdown .dropdown.notifications {
    max-width: 100vw;
    right: 0;
  }
}
@-moz-document url-prefix() {
  .config-dropdown .dropdown.notifications {
    width: 45vw;
  }
  @media screen and (max-width: 767px) {
    .config-dropdown .dropdown.notifications {
      width: 90vw;
    }
  }
  @media screen and (max-width: 500px) {
    .config-dropdown .dropdown.notifications {
      width: 100vw;
    }
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .config-dropdown .dropdown.notifications {
    /* IE10+ CSS styles go here */
    width: 45vw;
  }
}
@media screen and (-ms-high-contrast: none) and (max-width: 767px), screen and (-ms-high-contrast: active) and (max-width: 767px) {
  .config-dropdown .dropdown.notifications {
    width: 90vw;
  }
}
@media screen and (-ms-high-contrast: none) and (max-width: 500px), screen and (-ms-high-contrast: active) and (max-width: 500px) {
  .config-dropdown .dropdown.notifications {
    width: 100vw;
  }
}
@supports (-ms-ime-align: auto) {
  .config-dropdown .dropdown.notifications {
    width: 45vw;
  }
  @media screen and (max-width: 767px) {
    .config-dropdown .dropdown.notifications {
      width: 90vw;
    }
  }
  @media screen and (max-width: 500px) {
    .config-dropdown .dropdown.notifications {
      width: 100vw;
    }
  }
}
.config-dropdown .dropdown {
  z-index: 1000;
  list-style: none;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
  background-color: #545c6e;
  border: none;
  margin: 0;
  text-align: left;
  overflow: hidden;
  display: block;
  padding: 0;
  animation: dropdown-animation 400ms;
}
@media screen and (max-width: 767px) {
  .config-dropdown .dropdown {
    min-width: 160px;
  }
}
.config-dropdown .dropdown li {
  padding: 0;
  margin: 0 5px;
  cursor: pointer;
}
.config-dropdown .dropdown li:not(:first-child) {
  border-top: 1px solid white;
}
.config-dropdown .dropdown button {
  text-align: left;
  color: inherit;
  width: 100%;
  padding: 8px 0;
  cursor: pointer;
  transition: padding 0.3s ease;
}
.config-dropdown .dropdown button:hover {
  color: #fcebe8;
  padding-left: 10px;
}
.config-dropdown .dropdown button:hover > * {
  color: #fcebe8;
}
.config-dropdown .dropdown a {
  display: inline-block;
  width: 100%;
  padding: 8px 0;
  cursor: pointer;
}
.config-dropdown .dropdown a:visited {
  color: white;
}
.config-dropdown .dropdown a {
  transition: padding 0.3s ease;
}
.config-dropdown .dropdown a:hover {
  color: #fcebe8;
  padding-left: 10px;
}
.config-dropdown .dropdown a:hover > * {
  color: #fcebe8;
}

.config-collapse {
  color: white;
  display: inline-block;
  text-align: center;
  font-weight: lighter;
}
.config-collapse .caret {
  transition: transform 500ms;
}
.config-collapse.collapsed .caret {
  transform: rotate(180deg);
}
.config-collapse a:hover, .config-collapse a:focus {
  text-decoration: none;
}

.config + .config {
  margin-left: 15px;
}

#zone-change {
  display: flex;
  justify-content: space-around;
}
@media screen and (max-width: 500px) {
  #zone-change {
    flex-wrap: wrap;
  }
}

.zone-change-box-container {
  flex-basis: 30%;
}
@media screen and (max-width: 500px) {
  .zone-change-box-container {
    flex-basis: 85%;
  }
}
.zone-change-box-container .zone-change-box-title {
  overflow: hidden;
  display: flex;
  align-items: center;
  font-weight: bold;
}
.zone-change-box-container .zone-change-box-title p {
  margin-right: 2em;
}
@media screen and (max-width: 767px) {
  .zone-change-box-container .zone-change-box-title {
    margin-bottom: 0.2em;
    margin-top: 0.5em;
  }
}
.zone-change-box-container .pin {
  border: none;
  background-color: transparent;
  padding: 0 0.1em;
}
.zone-change-box-container .pin:hover {
  color: inherit;
}

.zone-select .pin, .tag-select .pin {
  padding: 0 0.1em;
}
.zone-select .pin.hide, .tag-select .pin.hide {
  opacity: 0;
}
.zone-select .pin.hide:hover, .tag-select .pin.hide:hover {
  opacity: 1 !important;
}
.zone-select .pin:hover, .tag-select .pin:hover {
  color: #6E7591;
}

.zone-change-box {
  font-weight: lighter;
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 173px;
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.zone-change-box.zone-type-box {
  max-height: none;
}
.zone-change-box.zone-type-box .caret-icon {
  margin-top: 4%;
}
@media screen and (max-width: 767px) {
  .zone-change-box {
    margin-bottom: 2em;
  }
}
@media screen and (max-width: 500px) {
  .zone-change-box .filter-type-icon {
    display: none;
  }
}
.zone-change-box .group {
  padding: 0;
  margin: 0;
}
.zone-change-box .group .btn {
  width: 100%;
  text-align: left;
  border: none;
  background-color: transparent;
  user-select: none;
  list-style-type: none;
  cursor: pointer;
  padding: 0.2em 0.5em;
  position: relative;
}
.zone-change-box .group .btn > img {
  width: 15%;
  margin: 0.5em 0.1em 0.5em 0.5em;
}
@media screen and (max-width: 767px) {
  .zone-change-box .group .btn > img {
    width: 25%;
  }
}
@media screen and (max-width: 500px) {
  .zone-change-box .group .btn > img {
    width: 15%;
  }
}
.zone-change-box .group .btn:hover {
  background-color: rgba(255, 255, 255, 0.3);
}
.zone-change-box .group .btn.selected {
  background-color: rgba(255, 255, 255, 0.4);
}
.zone-change-box .group .btn .caret-icon {
  float: right;
  font-size: 1.5em;
}
@media screen and (max-width: 500px) {
  .zone-change-box .group .btn .caret-icon {
    display: none;
  }
}
.zone-change-box .group .btn .badge {
  background-color: #545c6e;
  padding: 0.1em 0.5em;
  font-size: 0.7em;
  border-radius: 50%;
  color: white;
  float: right;
  margin-right: 0.25em;
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0.5em;
}
.zone-change-box .group .btn + .btn {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
.zone-change-box .group .empty-message {
  text-align: center;
  padding: 1em 0.5em;
  font-weight: bold;
}
.zone-change-box::-webkit-scrollbar {
  width: 8px;
}
.zone-change-box::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #DA3910;
  height: 20px;
}
.zone-change-box::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: white;
}

.main {
  text-align: center;
}

.active-alerts-banner {
  text-align: center;
  color: white;
  background-color: #3978a2;
  padding: 0.5em 1em;
}
.active-alerts-banner a {
  font-size: 1.5em;
  padding: 0 0.5em;
  vertical-align: middle;
}
.active-alerts-banner .button {
  vertical-align: middle;
}

.main-menu-buttons {
  margin-top: 2em;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 1200px) {
  .main-menu-buttons {
    margin-top: 0em;
  }
}
@media screen and (max-width: 767px) {
  .main-menu-buttons {
    flex-wrap: wrap;
  }
}

.main-button {
  flex: 0 1 20%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  background-color: white;
  margin: 1em 30px;
  border: 1px solid #d3d3d3;
  position: relative;
}
@media screen and (max-width: 1450px) {
  .main-button.configure-button {
    line-height: 1.2em;
    margin: 1em 5px;
  }
}
@media screen and (max-width: 1450px) {
  .main-button {
    flex: 0 1 25%;
  }
}
@media screen and (max-width: 1200px) {
  .main-button {
    flex: 0 1 calc(33% - 30px);
    margin: 1em 15px;
  }
}
@media screen and (max-width: 767px) {
  .main-button {
    font-size: 2em;
    flex: 1 1 100%;
  }
}
.main-button .main-button-title {
  flex: 0 0 3em;
  min-height: 3em;
  padding: 1em 0;
  margin: 0;
  color: #DA3910;
  font-family: Nunito_Sans, Arial, Helvetica, sans-serif;
  font-size: 1.6em;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .main-button .main-button-title {
    padding: 0;
    padding-top: 0.75em;
  }
}
.main-button .main-button-description {
  flex: 0 0 6em;
  padding: 1em;
  height: 3em;
  font-size: 1.1em;
  color: #545c6e;
  font-weight: lighter;
}
@media screen and (max-width: 1200px) {
  .main-button .main-button-description {
    height: 4em;
    flex: 0 0 8em;
  }
}
.main-button:hover {
  background-color: #d1d6e0;
}
.main-button .main-button-icon {
  flex: 0 0 5em;
  min-height: 100px;
  background-color: #6E7591;
  background-size: auto 80%;
  background-repeat: no-repeat;
  background-position: center center;
}
@media screen and (max-width: 1200px) {
  .main-button .main-button-icon {
    height: 100px;
  }
}
.main-button .main-button-new-bulletin-icon {
  background-image: url(img/icons/Icon_New_Bulletin-331c76befe9d9c723ccc1f1063e32f02.png);
}
.main-button:hover .main-button-new-bulletin-icon {
  background-image: url(img/icons/Icon_New_Bulletin_Highlight-fd3588d6e39bc211805e9dc589bc47e3.png);
}
.main-button .main-button-manage-bulletins-icon {
  background-image: url(img/icons/Icon_Manage_Bulletins-815dd4ff466b89a48d9715eb336b76aa.png);
}
.main-button:hover .main-button-manage-bulletins-icon {
  background-image: url(img/icons/Icon_Manage_Bulletins_Highlight-9ba3caaa61d72f2dc227934b213501e6.png);
}
.main-button .main-button-manage-templates-icon {
  background-image: url(img/icons/Icon_Manage_Templates-19ce2fb1c607586f9396cc9d16e2ee9c.png);
}
.main-button:hover .main-button-manage-templates-icon {
  background-image: url(img/icons/Icon_Manage_Templates_Highlight-6ca481b510a266dbb734cf82005ad01f.png);
}
.main-button .main-button-new-event-icon {
  background-image: url(img/icons/Icon_New_Event-11e0b536fbbb1e2209dc61b2d9a3584a.png);
}
.main-button:hover .main-button-new-event-icon {
  background-image: url(img/icons/Icon_New_Event_Highlight-3f34a7c6a1374f860546ac0fca513e4a.png);
}
.main-button .main-button-manage-media-icon {
  background-image: url(img/icons/Icon_Manage_Media-b7907ba9e76aa688b6e76834c7945c9d.png);
}
.main-button:hover .main-button-manage-media-icon {
  background-image: url(img/icons/Icon_Manage_Media_Highlight-7903bfe2d34cee0f7674dff89a771980.png);
}
.main-button .main-button-settings-players-icon {
  background-image: url(img/icons/Icon_Settings_Players.svg);
}
.main-button .main-button-settings-channels-icon {
  background-image: url(img/icons/Icon_Settings_Channels.svg);
}
.main-button .main-button-settings-zones-icon {
  background-image: url(img/icons/Icon_Settings_Zones.svg);
}
.main-button .main-button-settings-access-icon {
  background-size: auto 70%;
  background-image: url(img/icons/Icon_Access.svg);
}
.main-button .main-button-settings-system-icon {
  background-image: url(img/icons/Icon_Settings_System.svg);
}

.bread-crumb {
  margin: 1em 0;
  font-size: 1.1em;
  padding-left: 0.4em;
  z-index: 2;
  position: relative;
  font-weight: bold;
}
@media screen and (max-width: 500px) {
  .bread-crumb {
    font-size: 0.9em;
  }
}
.bread-crumb > li {
  display: inline;
  color: #545c6e;
}
.bread-crumb > li a {
  color: #A62C0E;
  padding: 0.5em 0;
}
.bread-crumb > li:last-of-type a {
  color: #545c6e;
}
.bread-crumb > li:not(:first-child):before {
  content: "|";
}

.media-uploader {
  flex: 0 0 calc(100% - 30px);
  width: calc(100% - 30px);
  margin: 1.5em 15px 0.5em 15px;
}
.media-uploader .media-upload-wrapper {
  padding: 1em;
}
.media-uploader .media-uploader-header.invalid {
  color: #A62C0E;
}
.media-uploader .media-uploader-prompt {
  font-size: 1.6em;
}
.media-uploader .media-uploader-details {
  font-size: 1em;
}
.media-uploader .media-uploader-drop-feedback {
  position: absolute;
  border: 2px solid #DA3910;
  background-color: #EAECEE;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.media-uploader .media-uploader-drop-feedback.invalid {
  border: 2px solid #A62C0E;
}
.media-uploader .media-uploader-drop-feedback.uploading {
  border: 2px solid #DA3910;
}

.hidden-uploader {
  display: none !important;
}

.content-aside-buttons {
  font-size: 1.3em;
  margin: 1em -15px;
}
@media screen and (max-width: 767px) {
  .content-aside-buttons {
    margin: 1em -15px;
  }
}
.content-aside-buttons .aside-button {
  background-color: rgba(234, 236, 238, 0.6);
  color: #545c6e;
  font-weight: bold;
  display: block;
  text-align: left;
  cursor: pointer;
  width: 100%;
  padding: 0.5em 0 0.5em 0.5em;
  margin: 2px 0;
  text-decoration: none;
}
.content-aside-buttons .aside-button.inset {
  padding-left: 2em;
  position: relative;
}
.content-aside-buttons .aside-button .help-button {
  display: none;
}
.content-aside-buttons .aside-button:hover {
  color: #6E7591;
}
.content-aside-buttons .aside-button.active .help-button {
  display: inherit;
}
.content-aside-buttons .aside-button.active {
  background-color: #DA3910;
  color: white;
}
.content-aside-buttons .aside-button.active:hover {
  background-color: #A62C0E;
}

.aside-toggle-button-container {
  text-align: right;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 500px) {
  .aside-toggle-button-container {
    margin: -1em 0;
  }
}
.aside-toggle-button-container .aside-toggle-button {
  font-size: 1.25em;
  color: #DA3910;
  background-color: transparent;
  border: none;
}

.composer-steps {
  font-size: 1.5rem;
  width: 100%;
  color: #545c6e;
  padding: 0;
  height: 3.5rem;
  display: flex;
  list-style: none;
}
@media screen and (max-width: 500px) {
  .composer-steps {
    padding-left: 5px;
  }
}
.composer-steps .step {
  animation-name: composer-steps;
  animation-duration: 0.4s;
  display: block;
  border: none;
  position: relative;
  flex: 1;
  background-color: #EAECEE;
  text-align: right;
  padding: 0 0.75em 0 0;
  margin: 0 2px 0 0;
  transition: background-color 0.4s, color 0.4s;
}
.composer-steps .step:last-child {
  padding-right: 1.5rem;
  margin: 0;
}
.composer-steps .step:hover {
  background-color: #8F8F99;
  color: white;
}
.composer-steps .step:hover:after {
  border-left-color: #8F8F99;
}
.composer-steps .step.active {
  background-color: #DA3910;
  color: white;
}
.composer-steps .step.active:after {
  border-left-color: #DA3910;
}
.composer-steps .step:before {
  content: " ";
  border-top: 1.75rem solid transparent;
  border-left: 0.75rem solid white;
  border-bottom: 1.75rem solid transparent;
  position: absolute;
  left: 0;
  top: 0;
}
.composer-steps .step:after {
  content: "";
  border-top: 1.75rem solid transparent;
  border-left: 0.75rem solid #EAECEE;
  border-bottom: 1.75rem solid transparent;
  position: absolute;
  right: -0.72rem;
  top: 0;
  z-index: 1;
  -webkit-transition: border-color 0.4s;
  -o-transition: border-color 0.4s;
  transition: border-color 0.4s;
}
.composer-steps .step:first-child:before {
  border: none;
}
.composer-steps .step:last-child:after {
  border: none;
}

@keyframes composer-steps {
  0% {
    flex: 0;
  }
  100% {
    flex: 1;
  }
}
.tabbed-composer {
  display: flex;
  flex-wrap: wrap;
}
.tabbed-composer > * {
  flex: 0 0 100%;
}
.tabbed-composer .title {
  font-weight: 900;
  font-size: 1.4em;
  margin-bottom: 0.5em;
  border-bottom: 2px solid rgba(155, 155, 155, 0.7);
  margin-top: 2em;
}
.tabbed-composer .bulletin-description {
  text-align: left;
}
.tabbed-composer .bulletin-description .label {
  width: 20%;
  margin-right: 2%;
}
@media screen and (max-width: 767px) {
  .tabbed-composer .bulletin-description .label {
    width: 30%;
  }
}
.tabbed-composer .bulletin-description .input {
  width: 100%;
  margin-right: 1em;
}
.tabbed-composer .action-buttons {
  margin: 0 0 1em 0;
  text-align: right;
}
@media screen and (max-width: 500px) {
  .tabbed-composer .action-buttons .button {
    min-width: auto;
  }
}

.bulletin-editor-components-container {
  flex: 0 0 50%;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 0 0 0;
  padding-left: 1em;
  height: 60vh; /* Example max height */
  overflow-y: auto;
}
@media screen and (max-width: 1450px) {
  .bulletin-editor-components-container {
    flex: 0 0 60%;
  }
}
@media screen and (max-width: 1200px) {
  .bulletin-editor-components-container {
    flex: 0 0 70%;
  }
}
@media screen and (max-width: 767px) {
  .bulletin-editor-components-container {
    flex: 0 0 100%;
    padding: 0;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .bulletin-editor-components-container {
    /* IE10+ CSS styles go here */
    padding: 0;
  }
}
@supports (-ms-ime-align: auto) {
  .bulletin-editor-components-container {
    padding: 0;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .bulletin-editor-components-container > div {
    /* IE10+ CSS styles go here */
    padding-left: 1em;
  }
}
@supports (-ms-ime-align: auto) {
  .bulletin-editor-components-container > div {
    padding-left: 1em;
  }
}
.bulletin-editor-components-container.full-width {
  flex: 0 0 100%;
}
.bulletin-editor-components-container .media-select-group-buttons .button:not(:last-of-type) {
  margin-right: 0;
}

.bulletin-editor-preview {
  flex: 0 0 50%;
  margin: 2em 0 0 0;
  vertical-align: top;
  text-align: center;
  border: 1px solid #6E7591;
  overflow: hidden;
}
.bulletin-editor-preview.no-border {
  padding: 0;
  border: none;
}
@media screen and (max-width: 1450px) {
  .bulletin-editor-preview {
    flex: 0 0 40%;
  }
}
@media screen and (max-width: 1200px) {
  .bulletin-editor-preview {
    flex: 0 0 30%;
  }
}
@media screen and (max-width: 767px) {
  .bulletin-editor-preview {
    flex: 0 0 70%;
    margin: auto;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .bulletin-editor-preview {
    /* IE10+ CSS styles go here */
    padding: 0;
    border: none;
  }
}
@supports (-ms-ime-align: auto) {
  .bulletin-editor-preview {
    padding: 0;
    border: none;
  }
}
.bulletin-editor-preview .bulletin-preview-iframe {
  transform-origin: 0 0;
}
.bulletin-editor-preview .bulletin-preview-iframe.no-interaction {
  pointer-events: none;
}
.bulletin-editor-preview .bulletin-editor-preview-images {
  position: relative;
  height: 100%;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .bulletin-editor-preview .bulletin-editor-preview-images {
    /* IE10+ CSS styles go here */
    border: 1px solid #6E7591;
  }
}
@supports (-ms-ime-align: auto) {
  .bulletin-editor-preview .bulletin-editor-preview-images {
    border: 1px solid #6E7591;
  }
}
.bulletin-editor-preview .bulletin-editor-preview-images .spinner {
  font-size: 3em;
  margin-top: 20%;
}
.bulletin-editor-preview .bulletin-editor-preview-images .overlay {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}
.bulletin-editor-preview .bulletin-editor-preview-images .preview-image {
  width: 100%;
  height: 100%;
}
.bulletin-editor-preview .bulletin-editor-preview-images .clock {
  position: relative;
  top: 0;
  left: 0;
  height: 117.08px;
}

.media-select-button {
  display: inline-block;
  vertical-align: bottom;
}

.button {
  border-radius: 5px;
  background-color: white;
  border: 1px solid rgba(155, 155, 155, 0.5);
  cursor: pointer;
  color: #545c6e;
  padding: 0.25em 0.5em;
  white-space: nowrap;
  display: inline-block;
  vertical-align: bottom;
}
.button.large {
  font-size: 1.3em;
}
.button:focus {
  text-decoration: none;
}
.button:hover {
  background-color: #EAECEE;
  color: #DA3910;
  box-shadow: inset 0 0 0.3em rgba(0, 0, 0, 0.1);
  text-decoration: none;
}
.button.minimal {
  border: none;
  background-color: transparent;
}
.button.inline-external-link {
  border: none;
  background-color: transparent;
  padding: 0;
  vertical-align: text-bottom;
}
.button.primary-action-button {
  background-color: #DA3910;
  color: white;
  border-color: #DA3910;
}
.button.primary-action-button:hover {
  background-color: #A62C0E;
  border-color: #A62C0E;
  color: white;
}
.button.primary-action-button:disabled {
  background-color: #EAECEE;
  color: #8F8F99;
  border-color: rgba(155, 155, 155, 0.5);
}
.button.primary-action-button:disabled:hover {
  background-color: #EAECEE;
  color: #8F8F99;
  border-color: rgba(155, 155, 155, 0.5);
}
.button.secondary-action-button {
  background-color: #008094;
  color: white;
  border-color: #008094;
}
.button.secondary-action-button:hover {
  background-color: #00606f;
  border-color: #00606f;
  color: white;
}
.button.secondary-action-button:disabled {
  cursor: not-allowed;
  color: #8F8F99;
  background-color: #EAECEE;
  border-color: rgba(155, 155, 155, 0.5);
}
.button.secondary-action-button:disabled:hover {
  color: #8F8F99;
  border-color: rgba(155, 155, 155, 0.5);
}
.button.disabled, .button:disabled {
  background-color: #EAECEE;
  cursor: not-allowed;
  color: #8F8F99;
}
.button.disabled:hover, .button:disabled:hover {
  background-color: #EAECEE;
  color: #8F8F99;
  box-shadow: none;
}

.button-group {
  margin-right: 0.5em;
  display: inline-flex;
  vertical-align: bottom;
  position: relative;
}
@media screen and (max-width: 500px) {
  .button-group {
    flex-wrap: wrap;
  }
}
.button-group .selected {
  background-color: #DA3910;
  color: white;
}
.button-group .button {
  border-radius: 0;
  border-left-width: 0;
  margin: 0;
}
.button-group .button:first-child {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-left-width: 1px;
}
.button-group .button:last-child {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.button-group .button.dropdown-toggle {
  border-radius: 5px;
}
.button-group .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  float: left;
  min-width: auto;
  padding: 0 0;
  margin: 2px 0 0;
  list-style: none;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-shadow: none;
  background-clip: padding-box;
}
.button-group .dropdown-menu .button {
  border: none;
  box-shadow: none;
  width: 100%;
  border-radius: 0;
  display: block;
  text-align: left;
}

.dangling-chad-buttons {
  text-align: right;
  padding: 1em;
}

.content-editor {
  margin-top: 1em;
}

.crawl-text-preview {
  vertical-align: middle;
  margin: 0;
}

.input {
  border-radius: 0;
  color: #545c6e;
  border: 1px solid rgba(155, 155, 155, 0.3);
  background-color: #f6f6f6;
  padding: 0.25em 0.5em;
}
.input:focus {
  border-color: #6E7591;
}
.input:disabled {
  background-color: #EAECEE;
  color: rgba(155, 155, 155, 0.5);
  border: 1px solid #EAECEE;
  cursor: not-allowed;
}

.input-block.inset {
  padding-left: 6.5em;
  margin-bottom: 0.25em;
}

input[type=radio] {
  margin: 0.1em;
}

.input-validation-warning {
  display: inline-block;
  margin-top: 0.2em;
}

.textarea {
  resize: vertical;
  min-height: 8em;
}

.textarea:read-only {
  background-color: #F6F7F8;
}

.form-section {
  border-bottom: 1px solid #EAECEE;
  margin-bottom: 1em;
  padding-bottom: 0.5em;
}
.form-section.striped:nth-child(even) {
  background-color: #F6F7F8;
}

.form-section-title {
  font-weight: 700;
  font-size: 1.4em;
  margin-bottom: 0.5em;
  border-bottom: 2px solid rgba(155, 155, 155, 0.7);
  margin-top: 2em;
}

.form-group {
  margin-bottom: 0.5em;
  padding: 0.5em 0;
  vertical-align: top;
}
.form-group.inset {
  padding-left: 6.5em;
  margin-bottom: 0;
  padding-top: 0;
}
.form-group.inline {
  display: flex;
  align-items: baseline;
}
.form-group.inline .label {
  flex-shrink: 0;
}
.form-group .label {
  margin-top: 0.25em;
  display: block;
  font-size: 1.1em;
  margin-bottom: 0.2em;
  font-weight: bold;
}
.form-group .label.inline {
  display: inline;
  padding-left: 0.5em;
  padding-right: 0.5em;
  margin: 0;
}
.form-group > .label {
  margin-top: 0;
}
.form-group .ember-power-select-trigger {
  display: block;
  width: 66%;
}
.form-group .ember-power-select-trigger.Small {
  width: 33%;
}
.form-group .ember-power-select-trigger.Large {
  width: 100%;
}
@media screen and (max-width: 500px) {
  .form-group .ember-power-select-trigger {
    width: 100%;
  }
}
.form-group .input, .form-group .input-sized-block {
  display: block;
  width: 66%;
}
.form-group .input[type=number], .form-group .input-sized-block[type=number] {
  width: 6em;
}
.form-group .input.Small, .form-group .input-sized-block.Small {
  width: 33%;
}
.form-group .input.Large, .form-group .input-sized-block.Large {
  width: 100%;
}
@media screen and (max-width: 500px) {
  .form-group .input, .form-group .input-sized-block {
    width: 100%;
  }
}
.form-group .input.inline, .form-group .input-sized-block.inline {
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.5em;
}
.form-group .textarea {
  width: 100%;
}
.form-group .textarea.Small {
  min-height: 4em;
  width: 100%;
}
.form-group .textarea.Large {
  min-height: 12em;
}
.form-group .button {
  margin-right: 1em;
}
.form-group .button-group .button {
  margin: 0;
}
.form-group .inline-help {
  color: #6E7591;
}
.form-group.floating-button {
  position: relative;
}
.form-group.floating-button input {
  margin-top: 6px;
}
.form-group.floating-button input {
  padding-right: 2.5em;
}
.form-group.floating-button button {
  margin-top: 4px;
  position: absolute;
  right: -0.75em;
}
.form-group .upload-preview {
  max-width: 30%;
}

.split-form {
  display: flex;
}
.split-form .split-form-section {
  flex: 0 0 50%;
  padding: 0 1em;
  padding-bottom: 1em;
}
.split-form .split-form-section:first-child {
  border-right: 1px solid #EAECEE;
  padding-left: 0em;
}

.schedule-editor {
  padding-right: 1em;
}
.schedule-editor .row {
  margin: 0;
}
.schedule-editor .button.today {
  display: block;
  margin: 0 auto 0.5em auto;
}
.schedule-editor .start-date {
  padding-bottom: 1em;
  border-bottom: 1px solid #EAECEE;
}
@media screen and (max-width: 1200px) {
  .schedule-editor .start-date {
    padding-left: 5px;
    padding-right: 5px;
  }
}
.schedule-editor .end-date {
  padding-bottom: 1em;
  border-bottom: 1px solid #EAECEE;
}
@media screen and (max-width: 1200px) {
  .schedule-editor .end-date {
    padding-left: 5px;
    padding-right: 5px;
  }
}

.checkbox {
  display: inline-block;
  max-width: 1em;
  max-height: 1em;
  min-height: 1em;
  min-width: 1em;
  background-color: transparent;
  border: 1px solid #ddd;
  position: relative;
  padding-left: 0;
  left: 0px;
}
.checkbox.disabled {
  cursor: not-allowed;
}
.checkbox.disabled .label {
  cursor: not-allowed;
}
.checkbox.disabled .label:after {
  border-color: #EAECEE;
}
.checkbox.disabled input {
  cursor: not-allowed;
}
.checkbox.indeterminate .label:after {
  transform: rotate(270deg);
  border-bottom: none;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  border-color: #A62C0E;
  top: -0.45em;
  left: -0.16em;
}
.checkbox .label {
  cursor: pointer;
  max-width: 1em;
  max-height: 1em;
  min-height: 1em;
  min-width: 1em;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
}
.checkbox .label:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  content: "";
  position: absolute;
  width: 1.3em;
  height: 0.6em;
  background: transparent;
  bottom: 0.6em;
  left: 0px;
  border: 0.2em solid #333;
  border-top: none;
  border-right: none;
  transform: rotate(-45deg);
}
.checkbox input {
  opacity: 0;
  cursor: pointer;
  position: absolute;
  width: 1em;
  height: 1em;
  left: 0;
  z-index: 50;
}
.checkbox input:checked + label:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  border-top: none;
  border-right: none;
  border-color: #A62C0E;
}

.settings-editor .media-name {
  color: #A62C0E;
}

.checkbox-toggle {
  font-size: 1.5em;
  display: inline-block;
  width: 3.8em;
  height: 1.5em;
  background: #EAECEE;
  margin: 0 auto;
  position: relative;
  border: 1px solid #f3f4f6;
  border-radius: 5px;
  overflow: hidden;
  vertical-align: middle;
}
.checkbox-toggle .toggle-label {
  font-size: 0.7em;
  position: absolute;
  top: 0.35em;
  font-weight: 900;
  width: 2.8em;
  text-align: center;
  white-space: nowrap;
}
.checkbox-toggle .toggle-label.checked-text {
  transition: left 0.4s;
  color: #A62C0E;
  left: -2.9em;
}
.checkbox-toggle .toggle-label.unchecked-text {
  transition: right 0.4s;
  right: 0.2em;
}
.checkbox-toggle.checked .checked-text {
  left: 0.2em;
}
.checkbox-toggle.checked .unchecked-text {
  right: -2.9em;
}
.checkbox-toggle.disabled {
  background: white;
  cursor: not-allowed;
}
.checkbox-toggle.disabled input {
  cursor: not-allowed;
}
.checkbox-toggle.disabled .toggle-button {
  background-color: #EAECEE;
  cursor: not-allowed;
}
.checkbox-toggle.disabled .checked-text, .checkbox-toggle.disabled .unchecked-text {
  color: rgba(155, 155, 155, 0.5);
}
.checkbox-toggle.indeterminate .unchecked-text {
  right: -1.45em;
  color: #6E7591;
}
.checkbox-toggle.indeterminate .checked-text {
  left: -1.45em;
  color: #6E7591;
}
.checkbox-toggle .toggle-button {
  display: block;
  width: 1.6em;
  height: 1.41em;
  border-radius: 5px;
  border: 1px solid #EAECEE;
  cursor: pointer;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
  background: white;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.checkbox-toggle input {
  z-index: 3;
  position: relative;
  width: 3.5em;
  height: 1em;
  cursor: pointer;
  opacity: 0;
}
.checkbox-toggle input:checked + label {
  left: 2.1em;
}
.checkbox-toggle input[type=checkbox]:indeterminate + label {
  left: 1em;
}

.modal-title {
  font-weight: 700;
}

.media-modal .label {
  font-weight: bold;
  font-size: 1.2em;
}
.media-modal input {
  width: 100%;
}
.media-modal .split-content {
  display: flex;
}
.media-modal .split-content * > div {
  flex: 1 1 50%;
}
.media-modal .split-content .preview {
  align-items: center;
  flex: 1 1 50%;
  height: inherit;
  max-height: 50vh;
  overflow: auto;
  margin-right: 1em;
}
@media screen and (max-width: 767px) {
  .media-modal .split-content .preview {
    max-height: 80vh;
  }
}
@media screen and (max-width: 500px) {
  .media-modal .split-content .preview {
    display: none;
  }
}
.media-modal .split-content .preview .bulletin-grid-item {
  margin: 1em 5px;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .media-modal .split-content .preview .bulletin-grid-item {
    /* IE10+ CSS styles go here */
  }
  .media-modal .split-content .preview .bulletin-grid-item > * {
    margin-bottom: 1em;
  }
}
@supports (-ms-ime-align: auto) {
  .media-modal .split-content .preview .bulletin-grid-item > * {
    margin-bottom: 1em;
  }
}
.media-modal .split-content .preview .grid-item {
  flex-basis: calc(50% - 30px) !important;
}
@media screen and (max-width: 500px) {
  .media-modal .split-content .preview .grid-item {
    flex-basis: calc(100% - 15px) !important;
  }
}
.media-modal .split-content .preview .grid-item .item-info {
  flex-basis: 2em;
}
.media-modal .split-content .settings {
  flex: 1 1 50%;
}
.media-modal .grid-item-list {
  max-height: 70vh;
}
@media screen and (max-width: 767px) {
  .media-modal .grid-item-list {
    max-height: calc(100% - 5em);
  }
}
.media-modal .grid-item-list {
  overflow: auto;
}
.media-modal .edit {
  min-height: 25em;
}
.media-modal .delete {
  text-align: center;
}
.media-modal .delete .media-count {
  text-decoration: underline;
  margin: 0;
}

.copy-modal .split-content {
  min-height: 27em;
}
.copy-modal .modal-dialog-description {
  min-height: 3em;
}

.ember-modal-overlay {
  background-color: rgba(0, 0, 0, 0.5);
}

.ember-modal-dialog {
  position: fixed !important;
  width: 60%;
  max-height: 90vh;
  padding: 1em 1em 1em 1em;
  border-radius: 0;
  border: 10px solid rgba(255, 255, 255, 0.3);
  background-clip: padding-box;
  color: #545c6e;
  overflow-y: hidden;
  z-index: 999;
}
.ember-modal-dialog.portrait-channel {
  width: 20%;
  max-height: none;
  font-size: 0.8em;
}
@media screen and (max-width: 1450px) {
  .ember-modal-dialog.portrait-channel {
    width: 20%;
  }
}
@media screen and (max-width: 1200px) {
  .ember-modal-dialog.portrait-channel {
    width: 33%;
  }
}
@media screen and (max-width: 767px) {
  .ember-modal-dialog.portrait-channel {
    width: 66%;
    height: auto;
    max-height: none;
    border: 0px;
    background-clip: padding-box;
    margin: auto;
  }
}
@media screen and (max-width: 1200px) {
  .ember-modal-dialog {
    width: 90%;
  }
}
@media screen and (max-width: 767px) {
  .ember-modal-dialog {
    width: 100vw;
    height: 100%;
    top: 0 !important;
    left: 0 !important;
    transform: none !important;
    max-height: none;
    border: 0px;
    background-clip: padding-box;
  }
}
.ember-modal-dialog .grid-item {
  width: 200px;
  flex: 0 0 200px;
  margin: 0.5em;
}
@media screen and (max-width: 500px) {
  .ember-modal-dialog .grid-item {
    flex: 0 0 calc(50% - 1em);
  }
}
.ember-modal-dialog .grid-item:not(.disabled):hover {
  cursor: default;
  background-color: #EAECEE;
}

.modal-header {
  font-weight: 900;
  border-bottom: 1px solid #EAECEE;
  padding-right: 2em;
}
.modal-header .modal-title {
  margin: 0;
  font-size: 1.8em;
}
.modal-header .search-box {
  width: 50%;
  margin-bottom: 0.5em;
}

.modal-content {
  max-height: 82vh;
  padding: 1em 0 0 0;
  min-height: 15em;
  overflow: auto;
}
.modal-content:after {
  content: "";
  height: 5em;
  display: block;
}
.modal-content p {
  font-size: 1.2em;
}
@media screen and (max-width: 767px) {
  .modal-content {
    max-height: 90vh;
    padding-bottom: 12em;
  }
}
.modal-content.extra-padding:after {
  content: "";
  height: 10em;
  display: block;
}
.modal-content .bold {
  color: #545c6e;
}

.modal-footer {
  border-top: 2px solid #DA3910;
  background-color: #EAECEE;
  padding-top: 1.25em;
  margin: 0 -1em -1em -1em;
  text-align: center;
  height: 5em;
  width: 100%;
  position: absolute;
  bottom: 1em;
  z-index: 10;
}
.modal-footer .button {
  font-size: 1.2em;
  margin: 0 2%;
  min-width: 15%;
}

.modal-dialog-description {
  font-size: 1.2em;
  text-align: left;
}

.thumbnail img {
  pointer-events: none;
}
.thumbnail {
  margin: 10px 0;
  cursor: pointer;
  display: block;
  position: relative;
  width: 100%;
  height: 0;
  padding: 60% 0 0 0;
  overflow: hidden;
}
.thumbnail.dynamic-thumbnail {
  border: 1px solid #6E7591;
  padding: 0.2em;
  overflow: visible;
}
.thumbnail .thumbnail-image {
  position: absolute;
  display: block;
  max-width: 100%;
  max-height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.upload-dropzone {
  text-align: center;
  font-size: 1.5em;
}
.upload-dropzone a {
  cursor: pointer;
}

.media-upload-dropzone {
  text-align: center;
  font-size: 0.8em;
  background-color: #EAECEE;
}
.media-upload-dropzone .pl-uploader {
  overflow: hidden;
}
.media-upload-dropzone a {
  cursor: pointer;
}
.media-upload-dropzone .dropzone {
  position: relative;
  padding: 0;
  border-radius: 0;
  border: 0;
}
.media-upload-dropzone .dropzone p {
  margin: 0;
}
.media-upload-dropzone .dropzone > * {
  pointer-events: none;
}
.media-upload-dropzone .dropzone .file-upload {
  border: none;
  background: none;
  pointer-events: auto;
  cursor: pointer;
  color: #A62C0E;
  font-weight: bold;
}
.media-upload-dropzone .dropzone .file-upload:hover {
  text-decoration: underline;
}
.media-upload-dropzone .progress-bar-container {
  height: 30px;
  margin-bottom: 1em;
}
.media-upload-dropzone .progress-bar-container .progress-bar {
  border-radius: 5px;
  height: 1em;
}
.media-upload-dropzone .progress-bar-container .progress-bar .progress {
  height: 1em;
  transition: width 400ms linear;
}
@media screen and (max-width: 500px) {
  .media-upload-dropzone .progress-bar-container {
    height: 25px;
  }
}

@keyframes barberpole {
  100% {
    background-position: 100% 100%;
  }
}
.progress-bar {
  width: 80%;
  margin: auto;
  height: 2em;
  background-color: rgba(155, 155, 155, 0.7);
  background-image: none;
  border-radius: 10px;
  padding: 0;
  overflow: hidden;
}
.progress-bar .progress {
  width: 0;
  background-color: #A62C0E;
  background-image: none;
  height: 2em;
  margin: 0;
  padding: 0;
}

.multi-action-bar {
  z-index: 10;
  position: relative;
  padding: 0 0 1em 0;
  border-bottom: 1px solid #EAECEE;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 1200px) {
  .multi-action-bar {
    font-size: 0.9em;
  }
}
@media screen and (max-width: 767px) {
  .multi-action-bar {
    font-size: 1em;
  }
}
.multi-action-bar .multi-action-buttons {
  white-space: nowrap;
  flex: 1 1 20%;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .multi-action-bar .multi-action-buttons {
    /* IE10+ CSS styles go here */
    white-space: normal;
  }
}
@supports (-ms-ime-align: auto) {
  .multi-action-bar .multi-action-buttons {
    white-space: normal;
  }
}
@media screen and (max-width: 1200px) {
  .multi-action-bar .multi-action-buttons {
    margin-bottom: 0.5em;
  }
}
@media screen and (max-width: 500px) {
  .multi-action-bar .multi-action-buttons {
    flex: 0 0 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .multi-action-bar .multi-action-buttons > * {
    margin-top: 0.5em;
  }
}
@media screen and (max-width: 767px) {
  .multi-action-bar .multi-action-buttons .button-group.inline {
    width: 90%;
    margin: 0;
  }
}
.multi-action-bar .filter-buttons {
  flex: 1 1 30%;
  text-align: right;
}
@media screen and (max-width: 1200px) {
  .multi-action-bar .filter-buttons {
    flex: 1 1 40%;
    margin-bottom: 0.5em;
  }
}
@media screen and (max-width: 767px) {
  .multi-action-bar .filter-buttons {
    text-align: center;
    flex: 1 1 40%;
    margin-bottom: 0.5em;
  }
}
@media screen and (max-width: 500px) {
  .multi-action-bar .filter-buttons {
    flex: 1 1 100%;
  }
}
.multi-action-bar .active-filters-prompt {
  position: absolute;
  z-index: 10;
  height: 2.5em;
  bottom: calc(100% + 1em);
  right: -1em;
  background-color: #A62C0E;
  color: white;
  padding: 0.5em 1em;
  animation: filter-prompt 400ms;
}
@media screen and (max-width: 767px) {
  .multi-action-bar .active-filters-prompt {
    bottom: calc(100% + 1.2em);
    right: -1.2em;
  }
}
.multi-action-bar .active-filters-prompt .reset-filters-button {
  background-color: transparent;
  border: none;
  vertical-align: top;
  font-size: 1em;
  padding: 0 0 0 0.5em;
}
.multi-action-bar .search-box-container {
  flex: 0 1 25%;
  text-align: right;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .multi-action-bar .search-box-container {
    flex-grow: 1;
    text-align: center;
    margin-bottom: 0.5em;
  }
}
@media screen and (max-width: 767px) {
  .multi-action-bar .search-box-container {
    flex: 1 1 50%;
  }
}
.multi-action-bar .search-box-container .search-box {
  position: relative;
  display: inline-block;
  width: 100%;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .multi-action-bar .search-box-container .search-box.has-text .input {
    /* IE10+ CSS styles go here */
    padding-right: 0;
  }
}
@supports (-ms-ime-align: auto) {
  .multi-action-bar .search-box-container .search-box.has-text .input {
    padding-right: 0;
  }
}
@supports (-ms-accelerator: true) {
  .multi-action-bar .search-box-container .search-box.has-text .input {
    padding-right: 0;
  }
}
.multi-action-bar .search-box-container .search-box .input {
  width: 100%;
  padding-right: 1.5em;
}
.multi-action-bar .search-box-container .search-box .fa-search {
  position: absolute;
  right: 0.5em;
  top: 0.5em;
}
.multi-action-bar .search-box-container .search-box .clear-search {
  cursor: pointer;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .multi-action-bar .search-box-container .search-box .clear-search {
    /* IE10+ CSS styles go here */
    display: none;
  }
}
@supports (-ms-ime-align: auto) {
  .multi-action-bar .search-box-container .search-box .clear-search {
    display: none;
  }
}
@supports (-ms-accelerator: true) {
  .multi-action-bar .search-box-container .search-box .clear-search {
    display: none;
  }
}

@keyframes filter-prompt {
  from {
    height: 0em;
    padding: 0 1em;
  }
}
.search-box {
  position: relative;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .search-box.has-text .input {
    /* IE10+ CSS styles go here */
    padding-right: 0;
  }
}
@supports (-ms-ime-align: auto) {
  .search-box.has-text .input {
    padding-right: 0;
  }
}
@supports (-ms-accelerator: true) {
  .search-box.has-text .input {
    padding-right: 0;
  }
}
.search-box .input {
  width: 100%;
  padding-right: 1.5em;
}
.search-box .search-icon {
  position: absolute;
  right: 5px;
  top: 7px;
}
.search-box .clear-search-button {
  border: none;
  background: transparent;
  position: absolute;
  right: 0px;
  top: 5px;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .search-box .clear-search {
    /* IE10+ CSS styles go here */
    display: none;
  }
}
@supports (-ms-ime-align: auto) {
  .search-box .clear-search {
    display: none;
  }
}
@supports (-ms-accelerator: true) {
  .search-box .clear-search {
    display: none;
  }
}

.help-button-container {
  display: inline-block;
  text-align: center;
  color: white;
  margin: auto;
  font-weight: normal;
  user-select: none;
  font-family: Nunito_Sans, Arial, Helvetica, sans-serif;
  vertical-align: text-bottom;
}
.help-button-container .help-button {
  display: inline-block;
  border-radius: 50%;
  border: 1px solid white;
  width: 1.35em;
  height: 1.35em;
  background: transparent;
  text-decoration: none;
  line-height: 1em;
}
.help-button-container .help-button:hover {
  background-color: white;
  color: #DA3910;
  border-color: #DA3910;
}
.help-button-container .help-button.inverse {
  color: rgba(155, 155, 155, 0.5);
  border-color: rgba(155, 155, 155, 0.5);
}
.help-button-container .help-button.inverse:hover {
  background-color: #DA3910;
  color: white;
  border-color: #DA3910;
}
.help-button-container .help-button.solid {
  background-color: #DA3910;
  border-color: #DA3910;
}
.help-button-container .help-button.solid:hover {
  background-color: #A62C0E;
  color: white;
}
.help-button-container .help-button .question-mark {
  font-size: 0.9em;
}

.title-bar .help-button-container {
  vertical-align: inherit;
}
.title-bar .help-button-container .help-button {
  width: 2.25em;
  height: 2.25em;
  border: 1px solid white;
  background-color: #DA3910;
  padding-top: 4px;
}
.title-bar .help-button-container .help-button:hover {
  background-color: white;
  color: #DA3910;
  border-color: transparent;
}
.title-bar .help-button-container .question-mark {
  font-size: 1.25em;
  font-weight: 700;
}

.bulletin-editor-steps .help-button-container {
  position: absolute;
  z-index: 10;
  bottom: 0.25em;
  left: 1.5em;
}
.bulletin-editor-steps .step:first-child .help-button-container {
  left: 0.5em;
}

#initial-animation {
  height: 100vh;
  margin-top: 25%;
}

.spinner {
  margin: 100px auto 0;
  width: 100%;
  text-align: center;
}

.spinner > div {
  width: 2em;
  height: 2em;
  background-color: #A62C0E;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.not-found {
  text-align: center;
  background-image: url("img/404_Bottom-faae43b6d5ffa9139f8c2c7c05d09f42.png");
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #545c6e;
}
.not-found img {
  width: 100%;
}

.item-summary {
  display: grid;
  grid-template-columns: 20% 1fr;
  gap: 0;
}
.item-summary dt, .item-summary dd {
  padding: 3px;
  padding-left: 5px;
  margin: 0;
  margin-bottom: 2px;
  font-weight: normal;
  border-bottom: 1px solid #6E7591;
}
.item-summary dt {
  text-align: right;
  font-weight: 700;
}
.item-summary dd {
  text-align: left;
}
.item-summary dd.active-text::first-line {
  line-height: 14px;
}
.item-summary dd.active-text .weekdays-and-time {
  font-size: 0.8em;
}
.item-summary dd.error {
  color: #a00606;
  user-select: text;
}

.grid-item-row {
  display: flex;
  margin: 1em 0;
  justify-content: center;
}

.grid-item-row:not(:first-of-type) {
  margin-top: 3em;
}

.grid-item-list {
  max-height: 80vh;
  overflow-y: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.grid-item-list.justify-items {
  justify-content: center;
}
.grid-item-list.media {
  max-height: calc(100dvh - 425px);
}
.grid-item-list.templates {
  max-height: calc(100dvh - 250px);
}
.grid-item-list.new-bulletins {
  max-height: calc(100dvh - 175px);
}
@media screen and (max-width: 767px) {
  .grid-item-list.new-bulletins {
    max-height: calc(100dvh - 300px);
  }
}

.overflow-list {
  overflow-y: auto;
  max-height: calc(100dvh - 250px);
}

.grid-item {
  position: relative;
  overflow: hidden;
  width: 200px;
  flex: 0 0 calc(16.66% - 10px);
  background-color: #EAECEE;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 10px;
  margin: 1.5em 5px 0.5em 5px;
  min-height: 250px;
  cursor: pointer;
  border: 2px transparent solid;
}
.grid-item.isCorrupt > * {
  color: white !important;
}
.grid-item.isCorrupt .item-title {
  color: white;
}
.grid-item.isCorrupt .group-title {
  color: white;
}
.grid-item.isCorrupt .item-count-icon {
  color: white;
}
.grid-item.isCorrupt {
  background-color: #a00606 !important;
}
.grid-item.selected {
  border: 2px #DA3910 solid;
}
.grid-item.spacer {
  visibility: hidden;
}
.grid-item:not(.disabled):hover {
  cursor: pointer;
  background-color: #d1d6e0;
}
.grid-item > * {
  flex: 1 1 25%;
}
@media screen and (max-width: 1450px) {
  .grid-item {
    flex-basis: calc(20% - 10px);
  }
}
@media screen and (max-width: 1200px) {
  .grid-item {
    flex-basis: calc(33% - 10px);
  }
}
@media screen and (max-width: 767px) {
  .grid-item {
    flex-basis: calc(50% - 10px);
    padding: 10px 5px;
  }
}
.grid-item .item-info {
  flex: 0 0 2em;
  display: flex;
  text-align: left;
}
.grid-item .item-title {
  flex: 1 1 80%;
  margin: 0;
  color: #A62C0E;
  font-weight: 700;
  padding: 0;
  line-height: 1em;
  overflow: hidden;
  line-clamp: 2;
  text-overflow: ellipsis;
}
.grid-item .thumbnail {
  flex: 20 1 50%;
}
.grid-item .linked-bulletins-icon {
  position: absolute;
  z-index: 10;
  font-size: 1.5em;
  bottom: 2px;
  right: 2px;
  color: #6E7591;
}

.ember-modal-dialog.preview-browser {
  padding: 1em 1em 0 1em;
}
.ember-modal-dialog.preview-browser * {
  user-select: none;
}
.ember-modal-dialog.preview-browser .title-text {
  text-overflow: ellipsis;
  width: 100%;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  padding-bottom: 0.2em;
}
.ember-modal-dialog.preview-browser .bulletin-type {
  margin: 0.25em 0;
  font-weight: 700;
  font-size: 1em;
}
.ember-modal-dialog.preview-browser .bulletin-type a {
  text-decoration: underline;
  color: #DA3910;
}
.ember-modal-dialog.preview-browser .page-controls {
  margin: 0.5em 0;
}
.ember-modal-dialog.preview-browser .page-controls .page-control-button {
  border-radius: 5px;
  border-radius: 5px;
  width: 2em;
  height: 2em;
  text-align: center;
  padding: 0;
  background-color: white;
  border: 1px solid #EAECEE;
}
.ember-modal-dialog.preview-browser .page-controls .page-control-button:hover {
  background-color: #EAECEE;
}
.ember-modal-dialog.preview-browser .page-controls .page-control-button:disabled {
  background-color: #EAECEE;
  color: rgba(155, 155, 155, 0.5);
}
.ember-modal-dialog.preview-browser .preview-content {
  display: flex;
  justify-content: space-between;
  padding: 1em 0;
}
.ember-modal-dialog.preview-browser .preview-content .nav-chevron {
  flex: 1 1 10%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 7em;
  color: #DA3910;
}
.ember-modal-dialog.preview-browser .preview-content .nav-chevron.next {
  text-align: right;
}
.ember-modal-dialog.preview-browser .preview-content .nav-chevron.previous {
  text-align: left;
}
@media screen and (max-width: 1200px) {
  .ember-modal-dialog.preview-browser .preview-content .nav-chevron {
    font-size: 4em;
  }
}
.ember-modal-dialog.preview-browser .preview-content .nav-chevron .nav-chevron-button {
  flex: 0 0 1.3em;
  border: none;
  background: transparent;
  cursor: pointer;
}
.ember-modal-dialog.preview-browser .preview-content .interactive-preview {
  width: 100%;
  height: 100%;
}
.ember-modal-dialog.preview-browser .preview-content .preview-image {
  flex: 4 4 60%;
  margin: auto;
}
.ember-modal-dialog.preview-browser .preview-content .preview-image .video-container {
  margin: auto;
}
.ember-modal-dialog.preview-browser .preview-content .preview-image .video-container video {
  width: 100%;
  height: auto;
}
.ember-modal-dialog.preview-browser .preview-content .preview-image .media-container {
  display: block;
  position: relative;
  width: 100%;
  height: 0;
  padding: 65% 0 0 0;
  overflow: hidden;
}
.ember-modal-dialog.preview-browser .preview-content .preview-image .media-image {
  position: absolute;
  display: block;
  max-width: 100%;
  max-height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border: 1px solid #EAECEE;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAJUlEQVQYV2P8/OXbfwY0wMvDxYguxjgUFKI7GsTH5m4M3w1ChQD/MCdXzpnYtQAAAABJRU5ErkJggg==);
}
.ember-modal-dialog.preview-browser .preview-content .preview-image .spinner {
  position: absolute;
  display: block;
  max-width: 100%;
  max-height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 10%;
}
.ember-modal-dialog.preview-browser .preview-content .crawl-preview-text {
  user-select: text;
  padding-bottom: 2em;
}
.ember-modal-dialog.preview-browser .download-prompt {
  text-align: center;
}
.ember-modal-dialog.preview-browser .preview-modal-footer {
  height: auto;
  min-height: 5em;
}
.ember-modal-dialog.preview-browser .preview-modal-footer .button-container {
  width: 12em;
  margin: auto;
  margin-top: -0.5em;
}
@media screen and (max-width: 500px) {
  .ember-modal-dialog.preview-browser .preview-modal-footer .button-container {
    width: 12em;
  }
}
.ember-modal-dialog.preview-browser .preview-modal-footer .button-container .action-button-container {
  background-color: transparent;
}
.ember-modal-dialog.preview-browser .preview-modal-footer .button-container .bulletin-approve-button {
  width: 100%;
  background-color: white;
  margin-top: 0.5em;
  margin-bottom: 1em;
}
.ember-modal-dialog.preview-browser .preview-modal-footer .button-container .bulletin-approve-button:hover {
  background-color: #EAECEE;
}

.multi-zone-change {
  display: flex;
  justify-content: space-around;
  background-color: white;
  margin-bottom: 5px;
}
.multi-zone-change .zone-change-box {
  max-height: 50vh;
}
.multi-zone-change .zone-menu {
  color: #545c6e;
  background-color: white;
  border: 1px solid rgba(155, 155, 155, 0.5);
}
.multi-zone-change .zone-menu::-webkit-scrollbar-thumb {
  background-color: #6E7591;
}
.multi-zone-change .zone-menu .tag-select, .multi-zone-change .zone-menu .zone-select {
  background-color: #EAECEE;
  border-color: rgba(155, 155, 155, 0.5) !important;
}
.multi-zone-change .zone-menu .btn.tag-select:hover,
.multi-zone-change .zone-menu .btn.zone-select:hover {
  background-color: rgba(155, 155, 155, 0.5) !important;
}
.multi-zone-change .zone-menu .btn.tag-select.selected,
.multi-zone-change .zone-menu .btn.zone-select.selected {
  color: #DA3910;
  font-weight: 700;
  background-color: white;
}
.multi-zone-change .pin {
  padding: 0 0.1em;
}
.multi-zone-change .pin:hover {
  color: inherit;
}

.round-corners {
  border-radius: 5px;
}

.split-content.no-overflow {
  overflow: hidden;
}

.media-modal.no-overflow {
  overflow: hidden;
}

.multi-zone-change-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0.5em 0 1em 0;
}
.multi-zone-change-title p {
  padding-right: 1em;
  flex: 1;
}

.multi-zone-change-box-container {
  flex: 1 1 50%;
  padding: 5px;
  height: inherit;
}
.multi-zone-change-box-container p {
  margin: 0;
}
.multi-zone-change-box-container.no-height-limit .zone-change-box {
  max-height: none;
}

.ember-modal-dialog.about-modal {
  width: 400px;
  border: none;
  padding: 0;
  max-height: none;
}
.ember-modal-dialog.about-modal h2, .ember-modal-dialog.about-modal p {
  margin: 0.5em 0;
}
.ember-modal-dialog.about-modal .modal-header {
  padding: 0;
}
@media screen and (max-width: 1200px) {
  .ember-modal-dialog.about-modal {
    width: 300px;
    font-size: 0.9em;
  }
}
@media screen and (max-width: 767px) {
  .ember-modal-dialog.about-modal {
    width: 300px;
    height: auto;
    border: 0px;
    background-clip: padding-box;
  }
}
@media screen and (max-width: 500px) {
  .ember-modal-dialog.about-modal {
    width: 80%;
    font-size: 0.8em;
  }
}
.ember-modal-dialog.about-modal .logo-container {
  display: block;
  position: relative;
  width: 100%;
  height: 0;
  padding: 100% 0 0 0;
  overflow: hidden;
}
.ember-modal-dialog.about-modal .logo-container .carousel-logo-large {
  position: absolute;
  display: block;
  max-width: 100%;
  max-height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (max-height: 825px) and (min-width: 1024px) {
  .ember-modal-dialog.about-modal {
    width: 75%;
    display: flex;
  }
  .ember-modal-dialog.about-modal .modal-header {
    border: none;
    flex: 1;
  }
  .ember-modal-dialog.about-modal .modal-content {
    flex: 2;
  }
}
@media only screen and (max-device-width: 1024px) and (orientation: landscape) {
  .ember-modal-dialog.about-modal {
    width: 75%;
    display: flex;
  }
  .ember-modal-dialog.about-modal .modal-header {
    border: none;
    flex: 1;
  }
  .ember-modal-dialog.about-modal .modal-content {
    flex: 2;
  }
}
.ember-modal-dialog.about-modal .modal-content {
  padding: 0 2em 1em 2em;
  text-align: center;
}
.ember-modal-dialog.about-modal .modal-content .version {
  font-weight: 700;
  font-size: 2em;
  margin-bottom: 0;
}
.ember-modal-dialog.about-modal .modal-content .about {
  padding: 0 2em;
}
@media screen and (max-width: 767px) {
  .ember-modal-dialog.about-modal .modal-content .about {
    padding: 0;
  }
}
.ember-modal-dialog.about-modal .modal-content .copyright {
  font-size: 0.8em;
  font-weight: 200;
}

.tag-selector .indeterminate-tag-text {
  font-size: 0.9em;
  margin-bottom: 0.5em;
}

.action-button-container {
  flex: 0 0 2em;
  text-align: center;
  position: relative;
  transition: flex-basis 500ms;
  overflow: hidden;
  font-size: 15px;
  margin-top: 5px;
}
@media screen and (max-width: 1450px) {
  .action-button-container {
    font-size: 15px;
  }
}
@media screen and (max-width: 1200px) {
  .action-button-container {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .action-button-container {
    font-size: 1.1em;
  }
}
@media screen and (max-width: 500px) {
  .action-button-container {
    flex: 0 0 2.5em;
  }
}
.action-button-container.collapsed {
  flex-basis: 0;
}

.action-button {
  padding: 4px 4px;
  line-height: 1em;
  margin: 0;
  display: inline-block;
  text-align: center;
  margin: 1px;
}

.ember-modal-dialog.error-message {
  padding: 2em 1em;
  border: none;
  z-index: 10000;
}
.ember-modal-dialog.error-message .fa-triangle-exclamation {
  color: #A62C0E;
}
.ember-modal-dialog.error-message .error-details {
  padding: 2em 1em;
  border: 1px solid #6E7591;
  background-color: #EAECEE;
}
.ember-modal-dialog.error-message .error-details .message {
  margin: 0.5em 0;
}
.ember-modal-dialog.error-message .error-details li {
  list-style-type: disc;
}
.ember-modal-dialog.error-message .error-details .exception-message {
  margin: 0;
}
.ember-modal-dialog.error-message .error-details .exception-type {
  margin: 0;
}
.ember-modal-dialog.error-message .error-details .stack-trace {
  white-space: pre-wrap;
  overflow-y: auto;
  padding: 2em 1em;
  border: 1px solid #6E7591;
  background-color: #EAECEE;
}

.setup-prompt {
  margin: 2em auto;
  width: 50%;
  text-align: center;
  color: #545c6e;
}
@media screen and (max-width: 1450px) {
  .setup-prompt {
    width: 80%;
  }
}
@media screen and (max-width: 767px) {
  .setup-prompt {
    width: 100%;
  }
}

.setup-title {
  margin: 0;
  line-height: 1em;
  font-size: 3em;
}
@media screen and (max-width: 500px) {
  .setup-title {
    font-size: 1.7em;
  }
}

.unlicensed-title {
  margin: 0;
  line-height: 1.15em;
  font-size: 2em;
}
@media screen and (max-width: 500px) {
  .unlicensed-title {
    font-size: 1.7em;
  }
}

.unlicensed-description {
  white-space: nowrap;
  margin-top: 2em;
}

.setup-image {
  width: 100%;
  padding: 2em 0 0 2em;
}

.unlicensed-image {
  width: 50%;
}
@media screen and (max-width: 500px) {
  .unlicensed-image {
    width: 90%;
  }
}

.setup-description {
  white-space: nowrap;
  margin: 0;
}

.ember-modal-dialog.confirm-prompt {
  width: auto;
}
.ember-modal-dialog.confirm-prompt .modal-content {
  padding: 5em 2em;
}

.ember-modal-dialog.delete-modal {
  width: auto;
  height: auto;
  min-height: auto;
  max-width: 60%;
}
@media screen and (max-width: 1200px) {
  .ember-modal-dialog.delete-modal {
    max-width: 90%;
    width: auto;
  }
}
@media screen and (max-width: 767px) {
  .ember-modal-dialog.delete-modal {
    max-width: none;
    width: 100vw;
    height: 100%;
  }
}
.ember-modal-dialog.delete-modal .modal-content.delete {
  min-height: auto;
}
.ember-modal-dialog.delete-modal .item-title {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ember-modal-dialog.delete-modal .delete-modal-warning {
  text-align: center;
}
.ember-modal-dialog.delete-modal .split-list {
  display: inline-block;
  text-align: left;
  vertical-align: top;
}
.ember-modal-dialog.delete-modal .split-list:first-child {
  margin-right: 1em;
}
.ember-modal-dialog.delete-modal .split-list .list-title {
  color: #545c6e;
  font-weight: 700;
}
.ember-modal-dialog.delete-modal .split-list ul, .ember-modal-dialog.delete-modal .split-list ol {
  padding: 0 0 0 1em;
  margin: 0.5em 0 0 0;
}
.ember-modal-dialog.delete-modal .split-list ul li, .ember-modal-dialog.delete-modal .split-list ol li {
  list-style-type: disc;
  text-transform: capitalize;
}

.editor-iframe {
  border: none;
  width: 100%;
  height: 100vh;
  margin-top: 1em;
}

.auth-option-image {
  width: 1.3em;
  position: relative;
  top: -0.1em;
  display: inline-block;
}
.auth-option-image img {
  width: 100%;
}
.auth-option-image .fa {
  vertical-align: middle;
}

.auth-option-setup-link {
  color: #DA3910;
  text-align: center;
  display: block;
}

.push-notification-option-image {
  width: 1.3em;
  position: relative;
  top: -0.1em;
  display: inline-block;
}
.push-notification-option-image img {
  width: 100%;
}
.push-notification-option-image .fa {
  vertical-align: middle;
}

.push-notification-option-setup-link {
  color: #DA3910;
  text-align: center;
  display: block;
}

.color-picker {
  display: inline-block;
  vertical-align: middle;
  background-color: #EAECEE;
  border: 1px solid #6E7591;
  padding: 5px 2.5em 5px 5px;
  position: relative;
  cursor: pointer;
}
.color-picker:after {
  content: "▼";
  position: absolute;
  top: 0.5em;
  right: 5px;
}
.color-picker .pickr .pcr-button {
  display: inline-block;
  width: 4em;
  height: 1.5em;
  border: 1px solid #6E7591;
  cursor: pointer;
}

.table {
  width: 100%;
  margin: 0;
  text-align: center;
}
.table thead {
  border-bottom: 2px solid #6E7591;
}
.table th {
  font-weight: bold;
  text-align: center;
}
.table th.padded {
  padding: 1em 0 0 0;
}
.table td {
  padding: 0.3em;
  padding-top: 0.6em;
  border-bottom: 1px solid #6E7591;
  vertical-align: top;
}
.table .table-cell-centered {
  text-align: center;
}
.table .left-justify {
  text-align: left;
}
.table .right-justify {
  text-align: right;
}
.table.table-striped tbody tr:nth-child(odd) {
  background-color: #EAECEE;
}
.table .table-word-break {
  word-break: break-word;
}

frontdoor-changepassword > table > td {
  border-bottom: none;
}

.clock-format-legend {
  margin-bottom: 0.5em;
}
.clock-format-legend .legend-description {
  font-size: 0.8em;
}
.clock-format-legend tr {
  cursor: pointer;
}

.ember-power-select-selected-item {
  white-space: normal;
}

.ember-power-select-search-input {
  width: 96%;
}

.ember-power-select-trigger .tiny {
  width: 4em;
}

.modal-open .ember-basic-dropdown-content {
  position: fixed;
}

.ember-power-select-trigger {
  padding: 2px 16px 2px 2px;
}

.ember-power-select-multiple-option.indeterminate {
  background-color: #545c6e;
}
.ember-power-select-multiple-option.indeterminate button {
  border: none;
  background: none;
  padding: 0;
}

.ember-power-select-option[aria-current=true] .fa-triangle-exclamation {
  color: white;
}

.ember-power-select-options[role=listbox] {
  max-height: 14.25em;
}

.block-editor .background-name, .block-editor .media-name {
  vertical-align: middle;
}

.flash-message-container {
  position: absolute;
  top: 100%;
  right: 0;
  height: 3em;
  padding-top: 0.5em;
  text-align: right;
  overflow: hidden;
}

.flash-message {
  border: 2px solid #DA3910;
  background-color: white;
  display: inline-block;
  color: #DA3910;
  position: relative;
  top: 0%;
  right: 0%;
  padding: 0.4em 2em 0.4em 1em;
  margin-right: -0.6em;
  margin-bottom: 0.5em;
  transform-origin: top;
  animation: slide-from-right 800ms;
  z-index: 2;
  cursor: pointer;
}
.flash-message.exiting {
  animation: slide-to-right 400ms;
}
.flash-message:after {
  content: "";
}

@keyframes slide-from-right {
  0% {
    right: -100%;
  }
  40% {
    right: 0%;
  }
  50% {
    top: 0;
  }
}
@keyframes slide-to-right {
  to {
    right: -100%;
  }
}
.save-button {
  background-color: #DA3910;
  border-color: #DA3910;
  color: white;
  min-width: 6em;
}
.save-button:disabled {
  color: #8F8F99;
  background-color: #EAECEE;
  border-color: rgba(155, 155, 155, 0.5);
  cursor: not-allowed;
}
.save-button:disabled:hover {
  background-color: #EAECEE;
  border-color: rgba(155, 155, 155, 0.5);
  color: #8F8F99;
}
.save-button:hover {
  background-color: #A62C0E;
  border-color: #A62C0E;
  color: white;
}
.save-button.inverse {
  background-color: #545c6e;
  border-color: #545c6e;
}
.save-button.inverse:hover {
  background-color: #EAECEE;
  border-color: rgba(155, 155, 155, 0.5);
  color: #DA3910;
}

.cancel-button {
  min-width: 6em;
}

.search-box {
  position: relative;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .search-box.has-text .input {
    /* IE10+ CSS styles go here */
    padding-right: 0;
  }
}
@supports (-ms-ime-align: auto) {
  .search-box.has-text .input {
    padding-right: 0;
  }
}
@supports (-ms-accelerator: true) {
  .search-box.has-text .input {
    padding-right: 0;
  }
}
.search-box .input {
  width: 100%;
  padding-right: 1.5em;
}
.search-box .search-icon {
  position: absolute;
  right: 5px;
  top: 7px;
}
.search-box .clear-search-button {
  border: none;
  background: transparent;
  position: absolute;
  right: 0px;
  top: 5px;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .search-box .clear-search {
    /* IE10+ CSS styles go here */
    display: none;
  }
}
@supports (-ms-ime-align: auto) {
  .search-box .clear-search {
    display: none;
  }
}
@supports (-ms-accelerator: true) {
  .search-box .clear-search {
    display: none;
  }
}

.dynamic-weather-settings .custom-icon-name-container {
  white-space: nowrap;
}
.dynamic-weather-settings .custom-icon-name-container .button:not(:last-of-type) {
  margin-right: 0;
}
.dynamic-weather-settings .custom-icon-name-container .icon-name {
  vertical-align: middle;
  display: inline-block;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 54%;
}
@media screen and (max-width: 1450px) {
  .dynamic-weather-settings .custom-icon-name-container .icon-name {
    max-width: 50%;
  }
}
@media screen and (max-width: 1200px) {
  .dynamic-weather-settings .custom-icon-name-container .icon-name {
    max-width: 45%;
  }
}
@media screen and (max-width: 420px) {
  .dynamic-weather-settings .custom-icon-name-container .icon-name {
    max-width: 40%;
  }
}
@media screen and (max-width: 350px) {
  .dynamic-weather-settings .custom-icon-name-container .icon-name {
    max-width: 35%;
  }
}

.channel-composer {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.channel-composer .channel-description {
  text-align: left;
  flex: 0 0 100%;
}
.channel-composer .channel-resolution {
  flex: 0 0 100%;
}
.channel-composer .composer-buttonbar {
  text-align: right;
  flex: 0 0 100%;
  margin-bottom: 1em;
}
.channel-composer .channel-composer-page {
  flex: 0 0 100%;
}

.form-group .custom-resolution-field, .custom-resolution-field {
  margin-left: 5px;
  width: 5em;
}

.channel-layout-preview {
  position: relative;
  margin-top: 2em;
  width: 100%;
  vertical-align: top;
  border: 1px solid #EAECEE;
  overflow: visible;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" fill="#AAA"><rect x="50" width="50" height="50" /><rect y="50" width="50" height="50" /></svg>');
  background-size: 20px 20px;
  background-repeat: repeat;
  background-clip: content-box;
  margin-bottom: 10px;
}
@media screen and (max-width: 500px) {
  .channel-layout-preview {
    width: 100%;
  }
}

.channel-layout-zone-list {
  font-style: normal;
  display: inline-block;
  vertical-align: top;
  width: 45%;
}
@media screen and (max-width: 500px) {
  .channel-layout-zone-list {
    width: 100%;
  }
}

.sortable-block ul {
  padding-left: 0px;
}
.sortable-block ul.not-sortable .sortable-item {
  cursor: not-allowed;
}
.sortable-block li {
  width: 66%;
  margin-bottom: 5px;
  padding: 4px;
  border: 1px solid #8F8F99;
  border-radius: 4px;
  background-color: #f6f6f6;
}
.sortable-block .sortable-item {
  transition: all 0.125s;
}
.sortable-block .sortable-item.is-dragging {
  transition-duration: 0s;
  background: #DA3910;
  z-index: 10;
}
.sortable-block .sortable-item.is-dropping {
  background: #fcebe8;
  z-index: 10;
}
.sortable-block .sortable-item-container {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.sortable-block .sortable-item-container > div {
  cursor: pointer;
  display: inline-block;
  padding-top: 3px;
  flex-grow: 1;
}
@media screen and (max-width: 500px) {
  .sortable-block .sortable-item-container > div {
    width: 80%;
  }
}
.sortable-block .remove-button {
  flex: none;
  margin-right: 2px;
}

.bulletin-grid-item {
  margin: 0;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 12.66%;
}
.bulletin-grid-item > * {
  z-index: 2;
}
.bulletin-grid-item.isAlert {
  background-image: url(img/alert_stripe-842fa5ef22753242c955d38103fbfd53.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
@media screen and (max-width: 1450px) {
  .bulletin-grid-item {
    flex-basis: 16%;
  }
}
@media screen and (max-width: 1200px) {
  .bulletin-grid-item {
    flex-basis: 25.33%;
  }
}
@media screen and (max-width: 767px) {
  .bulletin-grid-item {
    flex-basis: 38%;
  }
}
@media screen and (max-width: 500px) {
  .bulletin-grid-item {
    flex-basis: 45%;
  }
}
.bulletin-grid-item .item-count-icon {
  font-size: 0.7em;
  color: #545c6e;
  font-weight: 700;
}
.bulletin-grid-item.over {
  background-color: #fcebe8;
}
.bulletin-grid-item .bulletin-approve-button {
  margin-top: 0.5em;
}
.bulletin-grid-item.ghosted {
  opacity: 0.5;
  background-color: white;
  border: 1px solid #6E7591;
}
.bulletin-grid-item.ghosted:hover {
  opacity: 1;
  background-color: #EAECEE;
  border: none;
}

.grid-gutter {
  color: #545c6e;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: flex-basis 500ms;
  transition-delay: 150ms;
  border: 3px dashed transparent;
  opacity: 0;
  flex-basis: 2%;
}
.grid-gutter:not(.disabled) {
  cursor: pointer;
}
.grid-gutter:not(.recently-dropped):not(.disabled):hover {
  transition: flex-basis 500ms ease 150ms, opacity 500ms ease 150ms;
  opacity: 1;
  border-color: #EAECEE;
  cursor: pointer;
  flex-basis: 25%;
}
.grid-gutter.over {
  transition: flex-basis 500ms ease 150ms, opacity 500ms ease 150ms;
  opacity: 1;
  flex-basis: 25%;
  border-color: #DA3910;
  background-color: #fcebe8;
  color: white;
  font-size: 4em;
}
.grid-gutter.currently-dragging {
  transition: flex-basis 500ms ease 150ms, opacity 500ms ease 150ms;
  opacity: 0.5;
}
.grid-gutter.spacer {
  visibility: hidden;
}

.grid-gutter-icon-wrapper {
  transition: font 300ms ease;
  display: inline-block;
  width: 100%;
  text-align: center;
}
.grid-gutter-icon-wrapper img {
  width: 100%;
}

.bulletin-group-button-container {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px;
  text-align: center;
  z-index: 2;
}
.bulletin-group-button-container .button {
  width: 100%;
}

.bulletin-group.selected {
  border: 2px solid #DA3910;
}
.bulletin-group.open {
  overflow: visible;
}
.bulletin-group.open:hover {
  background-color: #EAECEE;
}
.bulletin-group.open:before {
  content: "";
  position: absolute;
  bottom: -1.5em;
  left: calc(50% - 1.5em);
  width: 0;
  height: 0;
  border-left: 1.5em solid transparent;
  border-right: 1.5em solid transparent;
  border-bottom: 1.5em solid #DA3910;
}
.bulletin-group.open .open-group-hint {
  font-size: 10em;
  color: rgba(155, 155, 155, 0.7);
  text-align: center;
  opacity: 0.1;
  filter: blur(1px);
  position: relative;
  left: -0.1em;
}
.bulletin-group .thumbnail {
  position: absolute;
  top: 2em;
  left: 0;
  transform: scale(0.8);
}
.bulletin-group .thumbnail img {
  border: 1px #545c6e solid;
  background-color: #EAECEE;
}
.bulletin-group .thumbnail .ghost {
  border: 1px solid #545c6e;
  background-color: #EAECEE;
}
.bulletin-group .bulletin-thumbnails .thumbnail:nth-child(1) {
  transform: scale(0.8) translate(1px, 1px);
  z-index: 10;
}
.bulletin-group .bulletin-thumbnails .thumbnail:nth-child(2) {
  transform: translate(3px, 3px);
  z-index: 9;
}
.bulletin-group .bulletin-thumbnails .thumbnail:nth-child(3) {
  transform: translate(6px, 6px);
  z-index: 8;
}
.bulletin-group .bulletin-thumbnails .thumbnail:nth-child(4) {
  transform: translate(9px, 9px);
  z-index: 7;
}
.bulletin-group .bulletin-thumbnails .thumbnail:nth-child(5) {
  transform: translate(12px, 12px);
  z-index: 6;
}
.bulletin-group .bulletin-thumbnails .thumbnail:nth-child(6) {
  transform: translate(15px, 15px);
  z-index: 5;
}

.expanded-group {
  margin-bottom: 10px;
  border: 1px solid #DA3910;
}
.expanded-group .grid-item-row {
  padding: 0 1em;
}
@media screen and (max-width: 500px) {
  .expanded-group .grid-item-row {
    padding: 0;
  }
}
.expanded-group .close-button {
  top: 0;
  right: 0;
  color: white;
}
.expanded-group .close-button:hover {
  color: #EAECEE;
}
.expanded-group .expanded-group-header {
  color: white;
  position: relative;
  background-color: #DA3910;
  padding: 5px 2em 5px 10px;
  margin-bottom: 10px;
}
.expanded-group .expanded-group-header .modal-close-button {
  font-size: 1.5em;
  top: 0.2em;
}
.expanded-group .expanded-group-header .modal-close-button:hover {
  color: white;
}
.expanded-group .expanded-group-filter-info {
  position: relative;
  margin-bottom: -2em;
  text-align: center;
}
.expanded-group .expanded-group-filter-info > * {
  vertical-align: middle;
}
.expanded-group .expanded-group-filter-info .fa {
  vertical-align: initial;
}

.zone-edit-form .action-buttons {
  text-align: right;
}
.zone-edit-form .standby-preview {
  width: 244px;
  height: 137.25px;
  border: 1px solid black;
  position: relative;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" fill="#AAA"><rect x="50" width="50" height="50" /><rect y="50" width="50" height="50" /></svg>');
  background-size: 20px 20px;
  background-repeat: repeat;
  background-clip: content-box;
}
.zone-edit-form .standby-preview img {
  height: 100%;
  width: 100%;
}
.zone-edit-form .standby-upload-button {
  margin-bottom: 1em;
}
.zone-edit-form .upload-standby-modal .modal-footer {
  position: relative;
  width: auto;
  bottom: auto;
}

.editable-group-description {
  width: 40%;
}
@media screen and (max-width: 1450px) {
  .editable-group-description {
    width: 50%;
  }
}
@media screen and (max-width: 1200px) {
  .editable-group-description {
    width: 70%;
  }
}
@media screen and (max-width: 767px) {
  .editable-group-description {
    width: 90%;
  }
}
.editable-group-description .group-description {
  display: inline-block;
  vertical-align: baseline;
  max-width: 90%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-right: 1em;
}
.editable-group-description .input {
  width: calc(100% - 5em);
}

.media-item-dynamic {
  min-height: 150px;
}
@media screen and (max-width: 767px) {
  .media-item-dynamic {
    flex-basis: calc(33% - 10px);
    padding: 10px 5px;
  }
}
@media screen and (max-width: 500px) {
  .media-item-dynamic {
    flex-basis: calc(50% - 10px);
    padding: 10px 5px;
  }
}
.media-item-dynamic .dynamic-item-title {
  flex: 1 1 80%;
  margin: 0;
  color: #A62C0E;
  font-weight: bold;
  padding: 0;
  line-height: 1em;
  text-align: center;
}

.dashboard-table {
  width: 100%;
  margin-bottom: 1em;
  text-align: left;
}
.dashboard-table .table-container {
  height: calc(100dvh - 335px);
  overflow: auto;
}
.dashboard-table thead {
  z-index: 2;
  background: white;
  position: sticky;
  top: 0;
  box-shadow: 0 2px 2px -1px rgba(155, 155, 155, 0.7);
}
.dashboard-table .table-controls {
  display: flex;
  justify-content: space-between;
  padding: 1em 0;
  align-items: flex-end;
}
.dashboard-table .table-controls .pagination-controls {
  text-align: center;
}
.dashboard-table .table-controls .page-size {
  width: 6em;
}
.dashboard-table thead, .dashboard-table .table-header {
  font-weight: bold;
  font-size: 1.2em;
  vertical-align: bottom;
  white-space: nowrap;
  padding: 0 5px;
}
.dashboard-table th, .dashboard-table td {
  text-align: left;
}
.dashboard-table th.truncated, .dashboard-table td.truncated {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dashboard-table th ul, .dashboard-table td ul {
  padding-inline-start: 0%;
  margin: 0;
}
.dashboard-table th ul li, .dashboard-table td ul li {
  white-space: nowrap;
}
.dashboard-table tr.selected-row {
  background-color: #545c6e;
  color: white;
}
.dashboard-table tr.selected-row .checkbox .label {
  background-color: white;
}
.dashboard-table tr {
  margin-top: 10px;
  height: 44px;
  border-bottom: 2px solid #EAECEE;
}
.dashboard-table tr.warning-row {
  height: auto;
}
@media screen and (max-width: 767px) {
  .dashboard-table .overflowable {
    max-width: 180px;
  }
}
.dashboard-table .overflowable {
  max-width: fit-content;
  white-space: nowrap;
}
.dashboard-table .email-item-cell {
  text-align: left;
}
@media screen and (max-width: 1200px) {
  .dashboard-table .collapsable.small {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .dashboard-table .collapsable.xs {
    display: none;
  }
}
@media screen and (max-width: 500px) {
  .dashboard-table .collapsable.phone {
    display: none;
  }
}
.dashboard-table.zone-tags, .dashboard-table.player-tags {
  table-layout: fixed;
}
.dashboard-table.zone-tags th .name, .dashboard-table.player-tags th .name {
  width: 80%;
}
@media screen and (max-width: 1450px) {
  .dashboard-table.players {
    table-layout: fixed;
  }
}
.dashboard-table.players th {
  padding-top: 0px;
}
.dashboard-table.players th.lastCheckinUTC, .dashboard-table.players th.type {
  width: 4em;
}
.dashboard-table.external-auth {
  table-layout: fixed;
}
.dashboard-table.external-auth .type {
  width: 3em;
}
@media screen and (max-width: 1450px) {
  .dashboard-table.external-auth .name {
    width: 50%;
  }
  .dashboard-table.external-auth .domain {
    width: 50%;
  }
}
.dashboard-table.external-auth .name {
  width: 40%;
}
.dashboard-table.external-auth .domain {
  width: 30%;
}
.dashboard-table.external-auth .user {
  width: 30%;
}
@media screen and (max-width: 1200px) {
  .dashboard-table.external-auth .extra-infos-med {
    display: none;
  }
}
@media screen and (max-width: 1450px) {
  .dashboard-table.external-auth .extra-infos-lg {
    display: none;
  }
}
.dashboard-table .buttons {
  text-align: right;
  width: 5em;
}

.days-of-week-selector {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  width: 100%;
}
.days-of-week-selector .day-option {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 3px;
}
.days-of-week-selector .day-label {
  text-align: center;
}

.dashboard-panel {
  flex-grow: 1;
  flex-basis: 100%;
  margin: 10px 0;
  background-color: white;
  border: 1px solid #EAECEE;
}
.dashboard-panel .panel-heading {
  padding: 0.5em;
  border-bottom: 1px solid transparent;
  background-color: #EAECEE;
  display: flex;
  align-items: center;
}
.dashboard-panel .panel-heading > div {
  flex: 1 1;
}
.dashboard-panel .panel-heading .panel-heading-title {
  font-size: 1.2em;
}
.dashboard-panel .panel-heading .panel-heading-players {
  font-size: 0.9em;
}
.dashboard-panel .panel-heading .panel-heading-buttons {
  text-align: right;
}
.dashboard-panel .panel-body {
  display: flex;
  flex-direction: row;
  justify-content: flext-start;
  align-items: stretch;
  align-content: stretch;
  font-size: 1.1em;
  padding: 1.1em;
  height: 100%;
}
.dashboard-panel .schedule-panel-button-bar {
  position: relative;
  bottom: 0px;
}

.top-banner-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}

.top-banner.idle-banner {
  background-color: #00606f;
}
.top-banner {
  background-color: #a00606;
  color: white;
  text-align: center;
  padding: 0.5em 2em;
}
.top-banner .refresh {
  position: absolute;
  top: 5px;
  right: 5px;
  font-size: 2em;
}
.top-banner .health-check-message {
  font-size: 1.5em;
  padding: 0 0.5em;
  display: inline-block;
}
.top-banner * {
  vertical-align: middle;
}

.health-check-item {
  margin: 0.5em 0;
  border-bottom: 1px solid #EAECEE;
  display: flex;
  align-items: flex-start;
}
.health-check-item .health-icon {
  flex: 1;
  font-size: 1.6em;
  display: inline-block;
  vertical-align: top;
}
.health-check-item .health-icon .Success {
  color: #01b9aa;
}
.health-check-item .health-icon .Warning {
  color: #DA3910;
}
.health-check-item .health-icon .Error {
  color: #a00606;
}
.health-check-item .health-detail {
  flex: 20;
}
.health-check-item .health-detail .item-name {
  font-size: 1.1em;
  font-weight: 700;
}
.health-check-item .health-detail .item-message {
  padding-left: 1em;
}
.health-check-item .health-detail .zone-detail {
  padding-left: 1em;
}
.health-check-item .health-detail ul {
  margin: 0;
}
.health-check-item .health-detail li {
  list-style-type: disc;
}
.health-check-item .health-detail li.log {
  padding-left: 3em;
  padding-bottom: 1em;
  list-style: none;
  text-indent: -1em;
}
.health-check-item .health-detail li.log .health-icon {
  font-size: 1em;
}
.health-check-item .health-detail dt {
  display: inline-block;
  font-weight: 700;
}
.health-check-item .health-detail .item-logs {
  padding-left: 1em;
}

.ember-modal-dialog.snapshot-modal {
  width: 90%;
}
@media screen and (max-width: 767px) {
  .ember-modal-dialog.snapshot-modal {
    width: 100%;
  }
}

.crop-editor .cropper-snapshot {
  display: block;
  max-width: 100%;
}

.seamless-upload-modal {
  padding-bottom: 4em;
}
.seamless-upload-modal .form-inputs {
  padding: 2em 2.5em 0 2.5em;
}
.seamless-upload-modal .media-uploader {
  padding-bottom: 2em;
}

.player-type-icon img {
  font-size: 1.5em;
  display: inline-block;
  width: 1.25em;
  vertical-align: text-bottom;
}
.player-type-icon .tizen {
  width: 1.4em;
}
.player-type-icon .solstice {
  width: 1.5em;
}
.player-type-icon .screenbeam {
  width: 1.5em;
}
.player-type-icon .brightsign {
  width: 0.75em;
}
.player-type-icon .pwa {
  width: 1.5em;
}

.pql-container {
  text-align: center;
  padding: 2em;
}
.pql-container .form-group {
  margin-top: 1em;
}
.pql-container .form-group .input {
  margin: auto;
}

.pql-image {
  width: 40%;
  margin: auto;
  margin-bottom: 1em;
}

.pql-header {
  font-size: 2em;
  margin: 0em;
}

.pql-text {
  font-size: 1.2em;
  margin: 0em;
}

.pql-buttons {
  margin-top: 2em;
}
.pql-buttons > .button {
  font-size: 1.1em;
  padding: 0.9em;
  width: 45%;
  margin: 0 1%;
}
.pql-buttons > .button.thirds {
  width: 30%;
}
@media screen and (max-width: 767px) {
  .pql-buttons > .button {
    width: 80%;
    margin-top: 1em;
  }
  .pql-buttons > .button.thirds {
    width: 80%;
  }
}

.drag-helper {
  position: fixed;
  overflow: hidden;
  overflow: hidden;
  border: 2px dashed #DA3910;
  z-index: 2000;
  cursor: grabbing;
}
.drag-helper.active {
  transform: rotate(5deg);
  transition: transform 250ms;
}

.alert-toggle-button {
  width: 50%;
  margin: 10px auto 30px;
  display: block;
}

.drag-container.dragging * {
  user-select: none;
}

.content-alert-banner {
  margin-bottom: 0.25em;
}
.content-alert-banner.alert-bulletins-alert {
  background: #3978a2;
}
.content-alert-banner.corrupt-bulletins-alert {
  background: #a00606;
}
.content-alert-banner {
  text-align: center;
}
.content-alert-banner .alert-prompt {
  color: white;
  padding: 0.5em 1em;
  display: inline-block;
  margin: auto;
  animation: alert-bulletins-alert 400ms;
}
.content-alert-banner .alert-prompt span {
  font-size: 1.5em;
  padding: 0 0.5em;
}
.content-alert-banner .alert-prompt > * {
  vertical-align: middle;
}

@keyframes alert-bulletins-alert {
  from {
    height: 0;
    padding: 0 1em;
    margin-bottom: 0;
  }
}
.alert-groups {
  padding: 0.5em 0;
}

.no-content-warning {
  color: #545c6e;
  padding: 20px;
  text-align: center;
  font-size: 1.5em;
  margin: auto;
}

/*
  Settings/dashboard
 */
.dashboard-flex {
  display: flex;
  flex-flow: row wrap;
}

.status-icon {
  margin-top: 3px;
}

.icon-good {
  color: #10a54a;
}

.icon-non-judgemental {
  color: #6E7591;
}

.icon-warning {
  color: #c5862b;
}

.icon-bad {
  color: #a41e22;
}

.dashboard-cell-centered {
  text-align: center;
}

.textarea-options > * {
  display: block;
}

.textarea-options .checkbox {
  margin-left: 5px;
}

.action-checkbox-cell {
  padding: 5px;
}

.time-input {
  width: 100px;
}

.full-column-cell {
  text-align: center;
}

.table-accent {
  border: 1px solid #6E7591;
  border-radius: 5px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  padding: 10px;
  margin-bottom: 10px;
}
.table-accent p {
  margin: 0px;
}

.dashboard-action-row {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  vertical-align: middle;
  justify-content: space-between;
  align-content: center;
  padding-top: 1em;
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
  border-bottom: 2px solid #EAECEE;
}
@media screen and (max-width: 767px) {
  .dashboard-action-row {
    padding-bottom: 0.25em;
  }
}
.dashboard-action-row > * {
  margin: 0 0.25em;
  vertical-align: middle;
}
.dashboard-action-row .pagination-centered {
  margin-top: 0px;
  margin-bottom: 0px;
}
.dashboard-action-row .pagination-centered ul, .dashboard-action-row .pagination-centered li {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 0px;
}
.dashboard-action-row .pagination-centered ul > *, .dashboard-action-row .pagination-centered li > * {
  vertical-align: middle;
}

.selected-items-prompt {
  font-size: 1.2em;
  text-align: center;
}

.table-header {
  cursor: pointer;
}

.inline-info {
  float: right;
  display: inline-block;
  width: 65%;
  vertical-align: top;
}

.fixed-form {
  position: fixed;
  top: 0px;
  z-index: 998;
  background-color: white;
}

.button-link {
  display: inline;
}

.hovering .fa-square {
  color: white;
}

.selected > .fa-sqaure {
  color: #DA3910;
}

.control-accent {
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
}
.control-accent.lefty {
  padding-left: 5px;
  border-left: 2px solid #8F8F99;
}
.control-accent.righty {
  padding-right: 5px;
  border-right: 2px solid #8F8F99;
}

.selected-block-select {
  width: 80%;
  display: inline-block;
  vertical-align: middle;
}

.form-row {
  margin-bottom: 10px;
}

.pagination-centered {
  margin: 0px;
  padding: 0px;
}
.pagination-centered .pagination li {
  display: inline-block;
}

.dashboard-action-button-bar {
  margin-left: 0.25em;
}

.input.font-size {
  min-width: 20px;
  width: 5%;
  vertical-align: middle;
}

.block-label {
  display: block;
}

.range-step-slider {
  display: flex;
  justify-content: space-between;
  width: 120%;
  margin-left: -10%;
}

.range-step-item {
  flex: 1 1 25%;
  text-align: center;
  font-size: 0.8em;
}

.form-group .initial-channel-label {
  width: 8em;
  text-align: left;
}

.initial-channel-hint {
  font-style: italic;
  font-size: 0.8em;
  text-indent: 0.5em;
  line-height: 0.8em;
}

.player-licenses {
  font-size: 1.3em;
}

@media screen and (max-width: 1200px) {
  .dashboard-info {
    margin-bottom: 10px;
    text-align: center;
  }
}

.dashboard-warning {
  color: #333333;
  padding-top: 1em;
}

.twitter-not-auth {
  color: #a00606;
}

.twitter-auth-button {
  font-size: 2em;
  display: inline-block;
  margin-bottom: 0.2em;
}

.dashboard .title {
  font-weight: 900;
  font-size: 1.4em;
  margin-bottom: 0.5em;
  border-bottom: 2px solid rgba(155, 155, 155, 0.7);
  margin-top: 2em;
}

/******
  END: Settings/players/dashboard
******/
.player-download-table-link {
  text-align: right;
}

.player-download-table-name {
  text-align: left;
}

.schedule-name input {
  width: 100%;
}

.drag-helper {
  position: fixed;
  overflow: hidden;
  overflow: hidden;
  border: 2px dashed #DA3910;
  z-index: 2000;
  cursor: grabbing;
}
.drag-helper.active {
  transform: rotate(5deg);
  transition: transform 250ms;
}

.alert-toggle-button {
  width: 50%;
  margin: 10px auto 30px;
  display: block;
}

.drag-container.dragging * {
  user-select: none;
}

.content-alert-banner {
  margin-bottom: 0.25em;
}
.content-alert-banner.alert-bulletins-alert {
  background: #3978a2;
}
.content-alert-banner.corrupt-bulletins-alert {
  background: #a00606;
}
.content-alert-banner {
  text-align: center;
}
.content-alert-banner .alert-prompt {
  color: white;
  padding: 0.5em 1em;
  display: inline-block;
  margin: auto;
  animation: alert-bulletins-alert 400ms;
}
.content-alert-banner .alert-prompt span {
  font-size: 1.5em;
  padding: 0 0.5em;
}
.content-alert-banner .alert-prompt > * {
  vertical-align: middle;
}

@keyframes alert-bulletins-alert {
  from {
    height: 0;
    padding: 0 1em;
    margin-bottom: 0;
  }
}
.alert-groups {
  padding: 0.5em 0;
}

.no-content-warning {
  color: #545c6e;
  padding: 20px;
  text-align: center;
  font-size: 1.5em;
  margin: auto;
}

.__carousel-ui__pods__components__api-key-form .full-access-warning {
  background-color: #fcebe8;
  border: 1px solid #A62C0E;
  color: #A62C0E;
  padding: 10px;
  border-radius: 5px;
  margin-top: 1rem;
}

.__carousel-ui__pods__components__api-key-list .list {
  margin-top: 20px;
  padding: 0;
}

.__carousel-ui__pods__components__as-calendar {
  background: white;
  border: 1px solid #EAECEE;
}
.__carousel-ui__pods__components__as-calendar ul, .__carousel-ui__pods__components__as-calendar li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.__carousel-ui__pods__components__as-calendar ul {
  line-height: 1.5;
}

.__carousel-ui__pods__components__async-task {
  border: 1px solid #EAECEE;
  color: #545c6e;
  padding: 0.5em;
  position: relative;
  margin-bottom: 1em;
  white-space: normal;
  text-align: left;
}

.__carousel-ui__pods__components__async-task .description {
  text-align: center;
  font-size: 1.2em;
}

.__carousel-ui__pods__components__async-task .progress {
  margin: 1em auto;
  padding: 0 2em;
}

.__carousel-ui__pods__components__async-task .buttons {
  text-align: center;
  margin: 0.5em 0;
}

.__carousel-ui__pods__components__async-task .complete-check {
  position: absolute;
  top: 1.25em;
  right: 1.25em;
}

.__carousel-ui__pods__components__async-tasks-tray .task-container {
  z-index: 2;
  display: inline-block;
  position: fixed;
  right: 0;
  top: 5em;
  margin: 0 2.5%;
  max-width: 90%;
  padding: 2em;
  background-color: #F6F7F8;
  border: 1px solid #EAECEE;
  text-align: center;
  box-shadow: 3px 2px 5px rgba(0, 0, 0, 0.4);
}
.__carousel-ui__pods__components__async-tasks-tray .task-container:before {
  position: absolute;
  top: -1em;
  right: 1.5em;
  content: "";
  width: 0;
  height: 0;
  border-left: 1em solid transparent;
  border-right: 1em solid transparent;
  border-bottom: 1em solid white;
}

.__carousel-ui__pods__components__async-tasks-tray .tasks {
  margin-bottom: 1em;
  display: flex;
  flex-wrap: wrap;
}
.__carousel-ui__pods__components__async-tasks-tray .tasks > div {
  width: 13vw;
}
@media screen and (max-width: 1450px) {
  .__carousel-ui__pods__components__async-tasks-tray .tasks > div {
    width: 17vw;
  }
}
@media screen and (max-width: 1200px) {
  .__carousel-ui__pods__components__async-tasks-tray .tasks > div {
    width: 20vw;
  }
}
@media screen and (max-width: 767px) {
  .__carousel-ui__pods__components__async-tasks-tray .tasks > div {
    width: 28vw;
  }
}
@media screen and (max-width: 500px) {
  .__carousel-ui__pods__components__async-tasks-tray .tasks > div {
    width: 45vw;
  }
}

.__carousel-ui__pods__components__async-tasks-tray .minimized-container {
  border: none;
  padding: 0;
  background: none;
  width: 2.25em;
  position: relative;
  vertical-align: text-bottom;
}

.__carousel-ui__pods__components__async-tasks-tray .minimize-button {
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 1.5em;
}

.__carousel-ui__pods__components__channel-duplication-wizard .tabset {
  border-bottom: 1px solid #8F8F99;
  margin-bottom: 2em;
}

.__carousel-ui__pods__components__channel-duplication-wizard .tab {
  border: none;
  border-bottom: 1px solid #8F8F99;
  background: #F6F7F8;
  padding: 0.5em 1em;
  height: 6em;
  min-width: 10em;
  margin-bottom: -1px;
  margin-left: -0.15em;
  display: inline-block;
}
.__carousel-ui__pods__components__channel-duplication-wizard .tab.active {
  background: transparent;
  border: 1px solid #8F8F99;
  border-bottom: 1px solid white;
}

.__carousel-ui__pods__components__channel-duplication-wizard .do-it-again {
  font-size: 1.3em;
}

.__carousel-ui__pods__components__channel-preview {
  position: relative;
}

.__carousel-ui__pods__components__channel-preview iframe {
  border: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.__carousel-ui__pods__components__chart-bar {
  position: relative;
  width: 100%;
  margin: auto;
}

.__carousel-ui__pods__components__chart-pie {
  position: relative;
  width: 75%;
  margin: auto;
}

.__carousel-ui__pods__components__clock-bulletin {
  overflow: hidden;
}

.__carousel-ui__pods__components__daily-feed-form .preview {
  margin: auto;
  width: 70%;
}
@media screen and (max-width: 1450px) {
  .__carousel-ui__pods__components__daily-feed-form .preview {
    width: 80%;
  }
}
@media screen and (max-width: 1200px) {
  .__carousel-ui__pods__components__daily-feed-form .preview {
    width: 100%;
  }
}

.__carousel-ui__pods__components__daily-feed-metrics h1 {
  border-bottom: 2px solid #6E7591;
  font-size: 1.4em;
}

.__carousel-ui__pods__components__daily-feed-metrics h2 {
  margin-top: 2.5em;
  margin-bottom: 0;
  font-weight: 300;
  text-align: center;
  line-height: 2em;
  font-size: 1.2em;
}

.__carousel-ui__pods__components__daily-feed-metrics h3 .sub-datum {
  line-height: 1.25em;
}
.__carousel-ui__pods__components__daily-feed-metrics h3 {
  margin-top: 1em;
  margin-bottom: 0;
  font-weight: 300;
  text-align: center;
  line-height: 1em;
  font-size: 1em;
}

.__carousel-ui__pods__components__daily-feed-metrics .sub-title {
  font-size: 1.4em;
  margin-top: 1.5em;
  margin-bottom: -1em;
  font-weight: 700;
  line-height: 1em;
  border-bottom: 2px solid #6E7591;
}

.__carousel-ui__pods__components__daily-feed-metrics .main-datum {
  font-size: 2.5em;
  display: block;
}

.__carousel-ui__pods__components__daily-feed-metrics .sub-datum {
  font-size: 1.5em;
  display: block;
  text-align: center;
}

.__carousel-ui__pods__components__daily-feed-metrics .primary-graph {
  width: 90%;
  margin: auto;
}

.__carousel-ui__pods__components__daily-feed-metrics .secondary-graph {
  width: 95%;
  margin: auto;
}

.__carousel-ui__pods__components__daily-feed-metrics .bulletin-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 10px;
  margin-top: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1450px) {
  .__carousel-ui__pods__components__daily-feed-metrics .bulletin-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 500px) {
  .__carousel-ui__pods__components__daily-feed-metrics .bulletin-grid {
    grid-template-columns: 1fr;
  }
}

.__carousel-ui__pods__components__daily-feed-preview {
  display: flex;
  justify-content: space-around;
  padding: 1em 0;
}
.__carousel-ui__pods__components__daily-feed-preview* {
  user-select: none;
}

.__carousel-ui__pods__components__daily-feed-preview .page-controls {
  margin: 0.5em 0;
}
.__carousel-ui__pods__components__daily-feed-preview .page-controls .page-control-button {
  border-radius: 5px;
  border-radius: 5px;
  width: 2em;
  height: 2em;
  text-align: center;
  padding: 0;
  background-color: white;
  border: 1px solid #EAECEE;
}
.__carousel-ui__pods__components__daily-feed-preview .page-controls .page-control-button:hover {
  background-color: #EAECEE;
}
.__carousel-ui__pods__components__daily-feed-preview .page-controls .page-control-button:disabled {
  background-color: #EAECEE;
  color: rgba(155, 155, 155, 0.5);
}

.__carousel-ui__pods__components__daily-feed-preview .preview-content {
  display: flex;
  justify-content: space-between;
  padding: 1em 0;
}

.__carousel-ui__pods__components__daily-feed-preview .nav-chevron {
  flex: 1 1 10%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 7em;
  color: #DA3910;
}
.__carousel-ui__pods__components__daily-feed-preview .nav-chevron.next {
  text-align: right;
}
.__carousel-ui__pods__components__daily-feed-preview .nav-chevron.previous {
  text-align: left;
}
@media screen and (max-width: 1200px) {
  .__carousel-ui__pods__components__daily-feed-preview .nav-chevron {
    font-size: 4em;
  }
}
.__carousel-ui__pods__components__daily-feed-preview .nav-chevron .nav-chevron-button {
  border: none;
  background: transparent;
  padding: 0;
  flex: 0 0 1.3em;
  cursor: pointer;
}

.__carousel-ui__pods__components__daily-feed-preview .preview-image {
  flex: 4 4 60%;
  position: relative;
}
.__carousel-ui__pods__components__daily-feed-preview .preview-image .loader {
  position: absolute;
  z-index: 1;
}
.__carousel-ui__pods__components__daily-feed-preview .preview-image .image-container {
  display: block;
  position: relative;
  width: 100%;
  height: 0;
  padding: 65% 0 0 0;
  overflow: hidden;
}
.__carousel-ui__pods__components__daily-feed-preview .preview-image .image {
  position: absolute;
  display: block;
  max-width: 100%;
  max-height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border: 1px solid #EAECEE;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAJUlEQVQYV2P8/OXbfwY0wMvDxYguxjgUFKI7GsTH5m4M3w1ChQD/MCdXzpnYtQAAAABJRU5ErkJggg==);
}

.__carousel-ui__pods__components__daily-feed-share-modal .title {
  font-weight: bold;
}

.__carousel-ui__pods__components__daily-feed-share-modal .modal-content:after {
  height: 1em;
}

.__carousel-ui__pods__components__daily-feed-share-modal .help {
  margin-top: 2em;
}

.__carousel-ui__pods__components__daily-feed-share-modal .label.inline {
  padding: 0;
}

.__carousel-ui__pods__components__daily-feed-share-modal .app-store-link {
  max-height: 50px;
  display: inline-block;
  overflow: hidden;
  width: 150px;
  margin: 1em 1em 1em 0;
}
.__carousel-ui__pods__components__daily-feed-share-modal .app-store-link.google-play {
  width: 169px;
}
.__carousel-ui__pods__components__daily-feed-share-modal .app-store-link img {
  width: 100%;
}
.__carousel-ui__pods__components__daily-feed-share-modal .app-store-link.microsoft {
  width: 190px;
}

.__carousel-ui__pods__components__dashboard-data-grid {
  color: #545c6e;
  margin-bottom: 3em;
}

.__carousel-ui__pods__components__dashboard-data-grid .data-title {
  font-weight: bold;
}

.__carousel-ui__pods__components__dashboard-data-grid .data-grid {
  display: grid;
  column-gap: 2%;
  row-gap: 5em;
  grid-template-columns: repeat(5, 18%);
}
@media screen and (max-width: 1450px) {
  .__carousel-ui__pods__components__dashboard-data-grid .data-grid {
    grid-template-columns: repeat(4, 22%);
    column-gap: 4%;
    row-gap: 3em;
  }
}
@media screen and (max-width: 1200px) {
  .__carousel-ui__pods__components__dashboard-data-grid .data-grid {
    grid-template-columns: repeat(3, 32%);
    column-gap: 3%;
    row-gap: 2em;
  }
}
@media screen and (max-width: 767px) {
  .__carousel-ui__pods__components__dashboard-data-grid .data-grid {
    grid-template-columns: repeat(3, 32%);
    column-gap: 3%;
    row-gap: 3em;
  }
}
@media screen and (max-width: 500px) {
  .__carousel-ui__pods__components__dashboard-data-grid .data-grid {
    grid-template-columns: repeat(2, 48%);
    column-gap: 4%;
    row-gap: 3em;
  }
}

.__carousel-ui__pods__components__express-player-share-modal .modal-content > div {
  margin-bottom: 1em;
}
.__carousel-ui__pods__components__express-player-share-modal .modal-content > div:not(:last-child) {
  border-bottom: 1px solid #EAECEE;
}

.__carousel-ui__pods__components__input-inline {
  display: grid;
  grid-template-columns: 1fr 7fr;
  gap: 1em;
  grid-row-gap: 0;
}

.__carousel-ui__pods__components__loading-grid-item {
  height: 200px;
}

.__carousel-ui__pods__components__login-form-button {
  font-size: 2em;
  display: block;
  margin: 0.5em auto 0.5em auto;
  width: 250px;
  height: 60px;
  color: white;
  background-color: #DA3910;
  border: none;
  border-radius: 0;
  text-transform: uppercase;
}
.__carousel-ui__pods__components__login-form-button:hover:not(:disabled) {
  background-color: #545c6e;
}

.__carousel-ui__pods__components__login-form-container {
  height: 100vh;
  padding: 2em 0;
  background-color: #DA3910;
  color: #545c6e;
  text-transform: uppercase;
  font-weight: normal;
}

.__carousel-ui__pods__components__login-form-container .login-container {
  background-color: white;
  padding: 2em;
}

.__carousel-ui__pods__components__login-form-container .title-text {
  text-align: center;
  margin-top: 1em;
  margin-bottom: 4em;
  line-height: 4em;
}
.__carousel-ui__pods__components__login-form-container .title-text .header {
  margin: 0;
  font-size: 4em;
}
.__carousel-ui__pods__components__login-form-container .title-text .sub-header {
  margin-top: 0;
  font-size: 1.2em;
  line-height: 1.2em;
}

.__carousel-ui__pods__components__login-form-container .login-form {
  width: 40%;
  margin: auto;
}
@media screen and (max-width: 1200px) {
  .__carousel-ui__pods__components__login-form-container .login-form {
    width: 60%;
  }
}
@media screen and (max-width: 767px) {
  .__carousel-ui__pods__components__login-form-container .login-form {
    width: 85%;
  }
}
@media screen and (max-width: 500px) {
  .__carousel-ui__pods__components__login-form-container .login-form {
    width: 100%;
  }
}

.__carousel-ui__pods__components__login-form-container .top-logo {
  width: 150px;
  margin: auto;
}

.__carousel-ui__pods__components__login-form-container .bottom-logo {
  width: 150px;
  margin: auto;
  margin-top: 50px;
}

.__carousel-ui__pods__components__login-form-container .success-image {
  width: 300px;
  margin: auto;
  display: block;
  margin-top: 2em;
}

.__carousel-ui__pods__components__login-form-container .legal-links {
  text-align: center;
  color: #DA3910;
  margin-top: 1em;
}

.__carousel-ui__pods__components__login-form-input .input {
  font-size: 2em;
  border: none;
  width: 100%;
  min-height: 60px;
  padding: 0 20px;
  background-color: rgba(84, 91, 109, 0.1);
  margin-bottom: 0.5em;
}
.__carousel-ui__pods__components__login-form-input .input:disabled {
  background-color: #EAECEE;
}

.__carousel-ui__pods__components__login-form .saml-button {
  display: block;
  text-align: center;
  width: 100%;
  padding: 0.25em;
  background-color: rgba(84, 91, 109, 0.1);
  margin-bottom: 0.5em;
  min-height: 60px;
  font-size: 2em;
  text-transform: initial;
  transition: box-shadow 200ms ease-out;
}
.__carousel-ui__pods__components__login-form .saml-button .saml-logo {
  height: 1em;
  vertical-align: text-top;
  position: relative;
  top: 3px;
}

.__carousel-ui__pods__components__login-form .toggle-container {
  text-align: center;
  font-size: 1.5em;
  margin-bottom: 0.5em;
}
.__carousel-ui__pods__components__login-form .toggle-container button {
  border: none;
  background: white;
  color: #DA3910;
}
.__carousel-ui__pods__components__login-form .toggle-container button:hover {
  text-decoration: underline;
}

.__carousel-ui__pods__components__login-form .response {
  min-height: 1em;
  text-align: center;
  padding-bottom: 1em;
}

.__carousel-ui__pods__components__login-form .forgot-password {
  color: #DA3910;
  text-align: center;
  margin-bottom: 2em;
}

.__carousel-ui__pods__components__no-content-warning {
  text-align: center;
  font-size: 2em;
  width: 100%;
}
.__carousel-ui__pods__components__no-content-warning > * {
  margin-bottom: 0;
}

.__carousel-ui__pods__components__no-content-warning .left-aligned {
  text-align: left;
}

.__carousel-ui__pods__components__no-content-warning .button {
  font-size: 0.6em;
}

.__carousel-ui__pods__components__password-reset-form .forgot-password {
  color: #DA3910;
  text-align: center;
  margin-bottom: 2em;
  text-decoration: underline;
}

.__carousel-ui__pods__components__password-reset-form .password-meter {
  position: relative;
  top: -1em;
  text-transform: none;
}

.__carousel-ui__pods__components__password-reset-form .requirements-container {
  display: grid;
  grid-template-columns: repeat(3);
}

.__carousel-ui__pods__components__password-reset-form .password-requirements {
  grid-column: 2/span 1;
  text-transform: none;
}

.__carousel-ui__pods__components__player-activation {
  margin-bottom: 2em;
}

.__carousel-ui__pods__components__player-activation .add-a-player {
  min-height: 13em;
  margin-bottom: 2em;
}

.__carousel-ui__pods__components__player-activation .which-prompt {
  display: inline-block;
  cursor: pointer;
  margin: 1em auto 1em auto;
  text-align: center;
  font-size: 1.5em;
  text-decoration: underline;
  color: #DA3910;
}
.__carousel-ui__pods__components__player-activation .which-prompt:hover {
  color: #A62C0E;
  text-decoration: none;
}

.__carousel-ui__pods__components__player-activation .popover {
  text-align: left;
  padding: 1em;
}
.__carousel-ui__pods__components__player-activation .popover .popover-title {
  text-align: center;
  font-size: 1.5em;
  font-weight: bold;
  margin-bottom: 0.5em;
}
.__carousel-ui__pods__components__player-activation .popover p {
  margin-bottom: 1em;
  font-size: 1em;
}
.__carousel-ui__pods__components__player-activation .popover a {
  text-decoration: underline;
}
.__carousel-ui__pods__components__player-activation .popover a:hover {
  text-decoration: none;
}

.__carousel-ui__pods__components__player-activation .player-type-selection {
  text-align: center;
}
.__carousel-ui__pods__components__player-activation .player-type-selection .button-container {
  display: grid;
  grid-template-columns: 50% 50%;
  border-top: 1px solid #8F8F99;
  border-left: 1px solid #8F8F99;
  border-right: 1px solid #8F8F99;
  background-color: #EAECEE;
  padding: 2em 0 1em 0;
}
.__carousel-ui__pods__components__player-activation .player-type-selection .button {
  display: block;
  margin: 0 auto;
  padding-top: 70px;
  width: 125px;
  height: 100px;
  font-size: 1.25em;
  font-weight: bold;
  color: white;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 60%;
}
.__carousel-ui__pods__components__player-activation .player-type-selection .button .icon {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0.2;
}
.__carousel-ui__pods__components__player-activation .player-type-selection .button.media {
  background-image: url("img/icons/Icon_Player_Media.svg");
  background-color: #DA3910;
}
.__carousel-ui__pods__components__player-activation .player-type-selection .button.media:hover {
  background-color: #A62C0E;
}
.__carousel-ui__pods__components__player-activation .player-type-selection .button.express {
  background-position: center 40%;
  background-image: url("img/icons/Icon_Player_Express.svg");
  background-color: #008094;
}
.__carousel-ui__pods__components__player-activation .player-type-selection .button.express:hover {
  background-color: #00606f;
}
.__carousel-ui__pods__components__player-activation .player-type-selection .type-details {
  font-size: 1.1em;
  border-collapse: collapse;
  display: grid;
  grid-template-columns: 50% 50%;
  border-left: 1px solid #8F8F99;
}
.__carousel-ui__pods__components__player-activation .player-type-selection .type-details .details-toggle {
  font-size: 1.2em;
  grid-column: span 2;
  border-bottom: 1px solid #8F8F99;
  border-right: 1px solid #8F8F99;
  background: #EAECEE;
  padding-bottom: 0.5em;
}
.__carousel-ui__pods__components__player-activation .player-type-selection .type-details .details-toggle button {
  background: none;
  border: none;
  color: #A62C0E;
}
.__carousel-ui__pods__components__player-activation .player-type-selection .type-details .details-toggle button:hover {
  color: #545c6e;
}
.__carousel-ui__pods__components__player-activation .player-type-selection .type-details .details {
  text-align: left;
  padding: 0.5em 1em;
  grid-column: span 1;
  border-right: 1px solid #8F8F99;
  border-bottom: 1px solid #8F8F99;
}
.__carousel-ui__pods__components__player-activation .player-type-selection .type-details .kb-link {
  text-align: center;
  grid-column: span 2;
  padding: 1em;
  border-right: 1px solid #8F8F99;
  border-bottom: 1px solid #8F8F99;
  color: #333333;
}
.__carousel-ui__pods__components__player-activation .player-type-selection .type-details .kb-link a {
  color: #DA3910;
  text-decoration: underline;
  cursor: pointer;
}
.__carousel-ui__pods__components__player-activation .player-type-selection .type-details .kb-link a:hover {
  text-decoration: none;
}

.__carousel-ui__pods__components__player-activation .pending-players {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 500px) {
  .__carousel-ui__pods__components__player-activation .pending-players {
    grid-template-columns: repeat(2, 1fr);
  }
}
.__carousel-ui__pods__components__player-activation .pending-players {
  grid-gap: 2em;
  margin-bottom: 2em;
}

.__carousel-ui__pods__components__player-activation .player-activation-form {
  margin: 2em auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 1em;
}
.__carousel-ui__pods__components__player-activation .player-activation-form .label {
  text-align: center;
  font-size: 1.4em;
}
@media screen and (max-width: 767px) {
  .__carousel-ui__pods__components__player-activation .player-activation-form .label {
    font-size: 1.2em;
  }
}
@media screen and (max-width: 500px) {
  .__carousel-ui__pods__components__player-activation .player-activation-form .label {
    font-size: 1.1em;
  }
}
.__carousel-ui__pods__components__player-activation .player-activation-form .input {
  width: 8em;
  font-size: 1.5em;
  margin: auto;
  margin-top: 0.25em;
  color: #DA3910;
  text-align: center;
}
@media screen and (max-width: 500px) {
  .__carousel-ui__pods__components__player-activation .player-activation-form .input {
    font-size: 2em;
  }
}

.__carousel-ui__pods__components__player-activation .activation-button {
  font-size: 1.5em;
}

.__carousel-ui__pods__components__player-setup-button {
  padding-bottom: 3px;
  margin-left: -2em;
  border-bottom: 1px solid #545c6e;
}
.__carousel-ui__pods__components__player-setup-button li {
  list-style: decimal;
}

.__carousel-ui__pods__components__player-setup-button .setup-button {
  width: 100%;
  background-color: white;
  border: none;
  transition: background-color 200ms;
  transition: color 200ms;
}
.__carousel-ui__pods__components__player-setup-button .setup-button.open {
  background-color: #545c6e;
  color: white;
}
.__carousel-ui__pods__components__player-setup-button .setup-button:hover {
  background-color: #545c6e;
  color: white;
}

.__carousel-ui__pods__components__player-setup-button .item-title {
  text-align: left;
  font-size: 1.2em;
  font-weight: 700;
  margin: 10px 0;
}

.__carousel-ui__pods__components__player-setup-button .setup-instructions {
  padding: 2em;
  color: #545c6e;
  background-color: #F6F7F8;
}

.__carousel-ui__pods__components__progress-ring {
  display: flex;
  align-items: center;
  position: relative;
  justify-content: center;
}

.__carousel-ui__pods__components__progress-ring .progress-ring {
  width: 100%;
}

.__carousel-ui__pods__components__progress-ring .progress-ring-circle {
  transition: stroke-dashoffset 0.35s;
  transform: rotate(-90deg);
  transform-origin: 50% 50%;
}

.__carousel-ui__pods__components__progress-ring .label {
  font-weight: 700;
  position: relative;
  top: -5%;
}

.__carousel-ui__pods__components__progress-ring .error-icon {
  font-size: 0.8em;
  position: absolute;
  padding: 0 4px 3px 4px;
  background-color: #DA3910;
  border-radius: 50%;
  right: -0.5em;
  top: -0.5em;
}

.__carousel-ui__pods__components__register-form .expired-link {
  color: #DA3910;
  text-align: center;
  margin-bottom: 2em;
}

.__carousel-ui__pods__components__register-form .password-meter {
  position: relative;
  top: -1em;
  text-transform: none;
}

.__carousel-ui__pods__components__register-form .requirements-container {
  display: grid;
  grid-template-columns: repeat(3);
}

.__carousel-ui__pods__components__register-form .password-requirements {
  grid-column: 2/span 1;
  text-transform: none;
}

.__carousel-ui__pods__components__schedule-item {
  flex-grow: 1;
  flex-basis: 100%;
  margin: 10px 0;
  background-color: white;
  border-bottom: 1px solid #EAECEE;
}

.__carousel-ui__pods__components__schedule-item .schedule-heading {
  padding: 0.5em;
  display: flex;
  align-items: center;
  align-items: flex-start;
}

.__carousel-ui__pods__components__schedule-item .schedule-title {
  font-size: 1.2em;
}

.__carousel-ui__pods__components__schedule-item .schedule-players {
  font-size: 0.9em;
  border: none;
  background-color: transparent;
  text-decoration: underline;
}

.__carousel-ui__pods__components__schedule-item .player-names {
  margin-top: 1em;
  padding-left: 1em;
  font-size: 0.8em;
}

.__carousel-ui__pods__components__schedule-item .schedule-buttons {
  flex: 1;
  text-align: right;
  position: relative;
  bottom: 0px;
}

.__carousel-ui__pods__components__sync-group-wizard {
  margin-bottom: 1em;
}

.__carousel-ui__pods__components__sync-group-wizard .player-form {
  display: grid;
  grid-template-columns: [player] 40% [channel] 40% [buttons] 1fr;
  margin: 1em 2em;
  border-bottom: 1px solid #EAECEE;
}

.__carousel-ui__pods__components__sync-group-wizard .buttons {
  text-align: right;
  padding-top: 2em;
}

.__carousel-ui__pods__components__sync-groups {
  margin-top: 1em;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 1450px) {
  .__carousel-ui__pods__components__sync-groups {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 1200px) {
  .__carousel-ui__pods__components__sync-groups {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .__carousel-ui__pods__components__sync-groups {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 500px) {
  .__carousel-ui__pods__components__sync-groups {
    grid-template-columns: repeat(1, 1fr);
  }
}

.__carousel-ui__pods__components__you-tube-preview {
  height: 100%;
}

.__carousel-ui__pods__components__api-key-list__api-key {
  margin: 1rem 0;
  border-radius: 20px;
  border: 1px solid #EAECEE;
  background-color: #F6F7F8;
  padding: 10px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.__carousel-ui__pods__components__api-key-list__api-key .buttons {
  padding-right: 10px;
}

.__carousel-ui__pods__components__api-key-list__api-key .name {
  font-weight: bold;
  font-size: 16px;
  margin: 1rem 0;
}

.__carousel-ui__pods__components__api-key-list__api-key .details {
  padding-left: 10px;
}
.__carousel-ui__pods__components__api-key-list__api-key .details dl {
  padding-left: 10px;
}
.__carousel-ui__pods__components__api-key-list__api-key .details dl dt {
  display: inline;
  color: #545c6e;
  font-weight: 700;
  margin-right: 5px;
}
.__carousel-ui__pods__components__api-key-list__api-key .details dl dt.full-access {
  font-weight: 700;
  color: #A62C0E;
  margin: 1rem 0;
}
.__carousel-ui__pods__components__api-key-list__api-key .details dl dd {
  display: inline;
  margin: 0;
  color: #545c6e;
  font-weight: 300;
}
.__carousel-ui__pods__components__api-key-list__api-key .details dl dd::after {
  content: "";
  display: block;
  margin-bottom: 5px;
}
.__carousel-ui__pods__components__api-key-list__api-key .details dl dd ul {
  padding-left: 10px;
}

.__carousel-ui__pods__components__as-calendar__header {
  padding: 2em 1em 1em 1em;
  background-color: #EAECEE;
}

.__carousel-ui__pods__components__as-calendar__header .calendar-title {
  margin: 0;
  font-weight: 400;
  font-size: 2em;
}

.__carousel-ui__pods__components__as-calendar__occurrence {
  background-color: rgba(239, 76, 35, 0.12);
  border-left: 2px solid #DA3910;
  color: #545c6e;
  left: 0;
  right: 0;
  position: absolute;
  padding: 0;
  overflow: hidden;
}
.__carousel-ui__pods__components__as-calendar__occurrence:hover {
  opacity: 0.65;
}
.__carousel-ui__pods__components__as-calendar__occurrence.preview {
  opacity: 0.7;
}

.__carousel-ui__pods__components__as-calendar__occurrence .occurrence-container {
  height: 100%;
  position: relative;
  font-size: 0.9em;
  padding: 1.5em 3px;
}

.__carousel-ui__pods__components__as-calendar__occurrence .occurrence-title {
  color: #545c6e;
  font-weight: 700;
  margin: 0;
  text-align: center;
}

.__carousel-ui__pods__components__as-calendar__timetable .row {
  background-color: white;
}
.__carousel-ui__pods__components__as-calendar__timetable .row.highlighted {
  background-color: white;
  border-bottom: 1px solid #EAECEE;
  color: #545c6e;
  font-weight: 700;
  padding: 0.5rem 0;
  text-align: center;
  z-index: 1;
}

.__carousel-ui__pods__components__as-calendar__timetable .columns {
  position: relative;
}

.__carousel-ui__pods__components__as-calendar__timetable .column-item {
  float: left;
  height: 100%;
  position: relative;
  width: 14.2857142857%;
}
.__carousel-ui__pods__components__as-calendar__timetable .column-item.highlighted {
  color: #DA3910;
}
.__carousel-ui__pods__components__as-calendar__timetable .column-item:not(:last-child) {
  border-right: 1px solid #EAECEE;
}

.__carousel-ui__pods__components__as-calendar__timetable .expansion-button {
  position: absolute;
  border: none;
  color: #DA3910;
}
.__carousel-ui__pods__components__as-calendar__timetable .expansion-button.top {
  top: 0px;
}
.__carousel-ui__pods__components__as-calendar__timetable .expansion-button.bottom {
  bottom: 0px;
}

.__carousel-ui__pods__components__as-calendar__timetable .slot-label {
  color: #6E7591;
  font-weight: 700;
  text-align: center;
}
.__carousel-ui__pods__components__as-calendar__timetable .slot-label:first-child {
  color: transparent;
}

.__carousel-ui__pods__components__as-calendar__timetable .slot {
  border: 1px solid #EAECEE;
  border-bottom: 0;
  border-right: 0;
}
.__carousel-ui__pods__components__as-calendar__timetable .slot:first-child {
  border-top: 0;
  visibility: hidden;
}

.__carousel-ui__pods__components__as-calendar__timetable .slot-item {
  border: 1px solid #8F8F99;
  border-top: 0;
  border-right: 1;
}
.__carousel-ui__pods__components__as-calendar__timetable .slot-item.half-hour {
  border-bottom-color: #EAECEE;
}
.__carousel-ui__pods__components__as-calendar__timetable .slot-item.quarter-hour {
  border-bottom-color: #F6F7F8;
}

.__carousel-ui__pods__components__as-calendar__timetable .days {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.__carousel-ui__pods__components__as-calendar__timetable .column-item, .__carousel-ui__pods__components__as-calendar__timetable .day {
  border-right: 1px solid #8F8F99;
  height: 100%;
  position: relative;
}
.__carousel-ui__pods__components__as-calendar__timetable .column-item .today, .__carousel-ui__pods__components__as-calendar__timetable .day .today {
  background-color: rgba(242, 248, 254, 0.4);
}
.__carousel-ui__pods__components__as-calendar__timetable .column-item:last-child, .__carousel-ui__pods__components__as-calendar__timetable .day:last-child {
  border-right: 0;
}

.__carousel-ui__pods__components__as-calendar__timetable .day {
  float: left;
  height: 100%;
  position: relative;
  width: 14.2857142857%;
}
.__carousel-ui__pods__components__as-calendar__timetable .day .highlighted {
  color: #DA3910;
}
.__carousel-ui__pods__components__as-calendar__timetable .day:not(:last-child) {
  border-right: 1px solid #8F8F99;
}

.__carousel-ui__pods__components__as-calendar__timetable .select-day {
  border: none;
  background: none;
  color: #DA3910;
}

.__carousel-ui__pods__components__async-task__results ul > li {
  list-style-type: disc;
}

.__carousel-ui__pods__components__async-task__results .bold {
  font-weight: bold;
}

.__carousel-ui__pods__components__async-task__results .button {
  margin: 1em 0;
}

.__carousel-ui__pods__components__carousel-modal__close-button {
  position: absolute;
  top: 0em;
  right: 0em;
  font-size: 2em;
  z-index: 10;
  cursor: pointer;
  color: #6E7591;
}
.__carousel-ui__pods__components__carousel-modal__close-button:hover {
  color: #8F8F99;
}
.__carousel-ui__pods__components__carousel-modal__close-button {
  background: transparent;
  border: none;
}

.__carousel-ui__pods__components__channel-duplication-wizard__section-toggle {
  background-color: transparent;
  border: none;
  color: #DA3910;
  font-size: 0.8em;
}

.__carousel-ui__pods__components__channel-duplication-wizard__zone-tab {
  font-size: 0.8em;
  position: relative;
}

.__carousel-ui__pods__components__channel-duplication-wizard__zone-tab .zone-name {
  font-size: 1.2em;
}
.__carousel-ui__pods__components__channel-duplication-wizard__zone-tab .zone-name.original {
  font-weight: 700;
}
.__carousel-ui__pods__components__channel-duplication-wizard__zone-tab .zone-name.renamed {
  font-size: 1em;
  line-height: 1em;
  margin-bottom: 0.5em;
}

.__carousel-ui__pods__components__channel-duplication-wizard__zone-tab .invalid-icon {
  color: #DA3910;
  position: absolute;
  top: 0;
  left: 0;
}

.__carousel-ui__pods__components__channel-duplication-wizard__zone-tab .marker {
  width: 2.5em;
  margin: auto;
  height: 5px;
  border-radius: 5px;
  background-color: #008094;
}
.__carousel-ui__pods__components__channel-duplication-wizard__zone-tab .marker.active {
  background-color: #DA3910;
}
.__carousel-ui__pods__components__channel-duplication-wizard__zone-tab .marker.disabled {
  background-color: #6E7591;
}

.__carousel-ui__pods__components__daily-feed-share-modal__qr-code {
  display: inline-block;
}

.__carousel-ui__pods__components__daily-feed-share-modal__qr-code .qr-code {
  width: 175px;
}

.__carousel-ui__pods__components__daily-feed-share-modal__qr-code .qr-code-name {
  text-align: center;
  font-size: 1.2em;
  font-weight: bold;
}

.__carousel-ui__pods__components__dashboard-data-grid__grid-item {
  position: relative;
  background-color: #EAECEE;
  padding: 1em;
  text-align: center;
}

.__carousel-ui__pods__components__dashboard-data-grid__grid-item .item-title {
  font-weight: bold;
  font-size: 1.2em;
}

.__carousel-ui__pods__components__dashboard-data-grid__grid-item .item-datum {
  font-weight: bold;
  font-size: 4rem;
}
.__carousel-ui__pods__components__dashboard-data-grid__grid-item .item-datum.warning {
  color: #a00606;
}
.__carousel-ui__pods__components__dashboard-data-grid__grid-item .item-datum.smaller {
  font-size: 3.5rem;
  margin: 0.4em 0;
}
.__carousel-ui__pods__components__dashboard-data-grid__grid-item .item-datum.smallest {
  font-size: 2.8rem;
  margin: 0.6em 0;
}

.__carousel-ui__pods__components__dashboard-data-grid__grid-item .sub-datum {
  font-size: 1.75rem;
  margin-top: -1rem;
}
.__carousel-ui__pods__components__dashboard-data-grid__grid-item .sub-datum.warning {
  color: #a00606;
}

.__carousel-ui__pods__components__dashboard-data-grid__grid-item .item-description {
  margin: 1em 0;
  line-height: 1.1em;
}

.__carousel-ui__pods__components__dashboard-data-grid__grid-item .warning-icon {
  width: 1.75em;
  height: 1.75em;
  position: absolute;
  top: -0.5em;
  right: -0.5em;
  padding-top: 0.1em;
  font-size: 1.75em;
  text-align: center;
  background-color: #a00606;
  color: white;
  border-radius: 50%;
}

.__carousel-ui__pods__components__dashboard-table__column-filters {
  display: inline-block;
  font-weight: lighter;
  position: relative;
  overflow: visible;
}

.__carousel-ui__pods__components__dashboard-table__column-filters .dropdown {
  color: #545c6e;
  position: absolute;
  width: 100%;
  left: 0;
  padding: 1em;
  margin-top: 0.5em;
  background-color: #F6F7F8;
  text-align: left;
  z-index: 1;
}
.__carousel-ui__pods__components__dashboard-table__column-filters .dropdown .filter-checkbox {
  margin-top: 0.5em;
}
.__carousel-ui__pods__components__dashboard-table__column-filters .dropdown .checkbox {
  border-color: #6E7591;
}

.__carousel-ui__pods__components__dashboard-table__sortable-header {
  border: none;
  background-color: transparent;
}
.__carousel-ui__pods__components__dashboard-table__sortable-header:hover {
  color: #DA3910;
}

.__carousel-ui__pods__components__dashboard-table__sortable-header .sort-icon {
  display: inline-block;
  margin-left: -0.5rem;
  position: relative;
  top: 0.1rem;
}

.__carousel-ui__pods__components__dashboard-table__zone-tag-name .zone-tag-name {
  font-size: 1.1em;
  margin-bottom: 0.5em;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.__carousel-ui__pods__components__dashboard-table__zone-tag-name .zone-tag-zones {
  font-size: 0.8em;
  color: #008094;
  white-space: normal;
}

.__carousel-ui__pods__components__express-player-share-modal__amazon {
  padding: 1em;
  position: relative;
}

.__carousel-ui__pods__components__express-player-share-modal__amazon .instructions p {
  margin-bottom: 1em;
}
.__carousel-ui__pods__components__express-player-share-modal__amazon .instructions .title {
  font-size: 1.5em;
  font-weight: bold;
  margin-bottom: 0;
}
.__carousel-ui__pods__components__express-player-share-modal__amazon .instructions {
  margin-bottom: 1em;
}

.__carousel-ui__pods__components__express-player-share-modal__amazon p {
  margin: 0;
}

.__carousel-ui__pods__components__express-player-share-modal__android {
  padding: 1em;
  position: relative;
}

.__carousel-ui__pods__components__express-player-share-modal__android .instructions p {
  margin-bottom: 1em;
}
.__carousel-ui__pods__components__express-player-share-modal__android .instructions .title {
  font-size: 1.5em;
  font-weight: bold;
  margin-bottom: 0;
}
.__carousel-ui__pods__components__express-player-share-modal__android .instructions {
  margin-bottom: 1em;
}

.__carousel-ui__pods__components__express-player-share-modal__android p {
  margin: 0;
}

.__carousel-ui__pods__components__express-player-share-modal__apple {
  padding: 1em;
  position: relative;
}

.__carousel-ui__pods__components__express-player-share-modal__apple .instructions p {
  margin-bottom: 1em;
}
.__carousel-ui__pods__components__express-player-share-modal__apple .instructions .title {
  font-size: 1.5em;
  font-weight: bold;
  margin-bottom: 0;
}
.__carousel-ui__pods__components__express-player-share-modal__apple .instructions {
  margin-bottom: 1em;
}

.__carousel-ui__pods__components__express-player-share-modal__apple p {
  margin: 0;
}

.__carousel-ui__pods__components__express-player-share-modal__brightsign {
  padding: 1em;
  position: relative;
}

.__carousel-ui__pods__components__express-player-share-modal__brightsign .instructions .title {
  font-size: 1.5em;
  font-weight: bold;
}
.__carousel-ui__pods__components__express-player-share-modal__brightsign .instructions .subtitle {
  font-size: 1.5em;
  margin-bottom: -0.5em;
  margin-left: 0.5em;
}
.__carousel-ui__pods__components__express-player-share-modal__brightsign .instructions {
  margin-bottom: 1em;
}

.__carousel-ui__pods__components__express-player-share-modal__brightsign p {
  margin: 0;
}

.__carousel-ui__pods__components__express-player-share-modal__browser {
  padding: 1em;
  position: relative;
}

.__carousel-ui__pods__components__express-player-share-modal__browser .instructions p {
  margin-bottom: 1em;
}
.__carousel-ui__pods__components__express-player-share-modal__browser .instructions .title {
  font-size: 1.5em;
  font-weight: bold;
  margin-bottom: 0;
}
.__carousel-ui__pods__components__express-player-share-modal__browser .instructions {
  margin-bottom: 1em;
}

.__carousel-ui__pods__components__express-player-share-modal__browser p {
  margin: 0;
}

.__carousel-ui__pods__components__express-player-share-modal__philips {
  padding: 1em;
  position: relative;
}

.__carousel-ui__pods__components__express-player-share-modal__philips .instructions p {
  margin-bottom: 1em;
}
.__carousel-ui__pods__components__express-player-share-modal__philips .instructions .title {
  font-size: 1.5em;
  font-weight: bold;
  margin-bottom: 0;
}
.__carousel-ui__pods__components__express-player-share-modal__philips .instructions {
  margin-bottom: 1em;
}

.__carousel-ui__pods__components__express-player-share-modal__philips p {
  margin: 0;
}

.__carousel-ui__pods__components__express-player-share-modal__pwa {
  padding: 1em;
  position: relative;
}

.__carousel-ui__pods__components__express-player-share-modal__pwa .instructions {
  margin-bottom: 1em;
}

.__carousel-ui__pods__components__express-player-share-modal__pwa .title {
  font-size: 1.5em;
  font-weight: bold;
}

.__carousel-ui__pods__components__express-player-share-modal__pwa p {
  margin: 0;
}

.__carousel-ui__pods__components__express-player-share-modal__tizen {
  padding: 1em;
  position: relative;
}

.__carousel-ui__pods__components__express-player-share-modal__tizen .instructions p {
  margin-bottom: 1em;
}
.__carousel-ui__pods__components__express-player-share-modal__tizen .instructions .title {
  font-size: 1.5em;
  font-weight: bold;
  margin-bottom: 0;
}
.__carousel-ui__pods__components__express-player-share-modal__tizen .instructions {
  margin-bottom: 1em;
}

.__carousel-ui__pods__components__express-player-share-modal__tizen p {
  margin: 0;
}

.__carousel-ui__pods__components__express-player-share-modal__web-os {
  padding: 1em;
  position: relative;
}

.__carousel-ui__pods__components__express-player-share-modal__web-os .instructions p {
  margin-bottom: 1em;
}
.__carousel-ui__pods__components__express-player-share-modal__web-os .instructions .title {
  font-size: 1.5em;
  font-weight: bold;
  margin-bottom: 0;
}
.__carousel-ui__pods__components__express-player-share-modal__web-os .instructions {
  margin-bottom: 1em;
}

.__carousel-ui__pods__components__express-player-share-modal__web-os p {
  margin: 0;
}

.__carousel-ui__pods__components__express-player-share-modal__website {
  padding: 1em;
  position: relative;
}

.__carousel-ui__pods__components__express-player-share-modal__website .instructions {
  margin-bottom: 1em;
}

.__carousel-ui__pods__components__express-player-share-modal__website .title {
  font-size: 1.5em;
  font-weight: bold;
}

.__carousel-ui__pods__components__express-player-share-modal__website p {
  margin: 0;
}

.__carousel-ui__pods__components__express-player-share-modal__windows {
  padding: 1em;
  position: relative;
}

.__carousel-ui__pods__components__express-player-share-modal__windows .instructions p {
  margin-bottom: 1em;
}
.__carousel-ui__pods__components__express-player-share-modal__windows .instructions .title {
  font-size: 1.5em;
  font-weight: bold;
  margin-bottom: 0;
}
.__carousel-ui__pods__components__express-player-share-modal__windows .instructions {
  margin-bottom: 1em;
}

.__carousel-ui__pods__components__express-player-share-modal__windows p {
  margin: 0;
}

.__carousel-ui__pods__components__express-player-share-modal__winscreensaver {
  padding: 1em;
  position: relative;
}

.__carousel-ui__pods__components__express-player-share-modal__winscreensaver .instructions {
  margin-bottom: 1em;
}

.__carousel-ui__pods__components__express-player-share-modal__winscreensaver .title {
  font-size: 1.5em;
  font-weight: bold;
}

.__carousel-ui__pods__components__express-player-share-modal__winscreensaver p {
  margin: 0;
}

.__carousel-ui__pods__components__player-activation__pending-player {
  font-size: 0.8em;
  background-color: rgba(246, 246, 246, 0.431372549);
  padding: 1em 1em 2em 1em;
  border-radius: 0.5em;
  border: 1px solid #EAECEE;
  position: relative;
}

.__carousel-ui__pods__components__player-activation__pending-player .remove-button {
  position: absolute;
  font-size: 1.5em;
  top: 2px;
  right: 2px;
  color: #8F8F99;
  background: transparent;
  border: none;
  cursor: pointer;
}
.__carousel-ui__pods__components__player-activation__pending-player .remove-button:hover {
  color: #6E7591;
}

.__carousel-ui__pods__components__player-activation__pending-player .form-group {
  padding: 0;
}

.__carousel-ui__pods__components__player-activation__pending-player .info {
  font-size: 0.9em;
  color: #6E7591;
}
.__carousel-ui__pods__components__player-activation__pending-player .info dl {
  display: grid;
  grid-gap: 2px 16px;
  grid-template-columns: max-content;
}
.__carousel-ui__pods__components__player-activation__pending-player .info dt {
  font-weight: bold;
}
.__carousel-ui__pods__components__player-activation__pending-player .info dd {
  margin: 0;
  grid-column-start: 2;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.__carousel-ui__pods__components__player-activation__pending-player .info dd.media {
  color: #A62C0E;
}
.__carousel-ui__pods__components__player-activation__pending-player .info dd.express {
  color: #00606f;
}

.__carousel-ui__pods__components__player-edit-form__multi-output-arrangement .layout-options {
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.__carousel-ui__pods__components__player-edit-form__multi-output-arrangement .layout-option {
  display: flex;
  align-items: center;
  cursor: pointer;
  padding: 10px;
}

.__carousel-ui__pods__components__register-form__password-strength .color-indicators {
  height: 5px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 0.2rem;
}
.__carousel-ui__pods__components__register-form__password-strength .color-indicators span {
  transition: background-color 0.3s ease;
  transition: opacity 0.3s ease;
  height: 5px;
}
.__carousel-ui__pods__components__register-form__password-strength .color-indicators span.valid:nth-child(1) {
  background-color: #a00606;
}
.__carousel-ui__pods__components__register-form__password-strength .color-indicators span.valid:nth-child(2) {
  background-color: #DA3910;
}
.__carousel-ui__pods__components__register-form__password-strength .color-indicators span.valid:nth-child(3) {
  background-color: #ffb50f;
}
.__carousel-ui__pods__components__register-form__password-strength .color-indicators span.valid:nth-child(4) {
  background-color: green;
}
.__carousel-ui__pods__components__register-form__password-strength .color-indicators span:nth-child(5) {
  grid-column: 1/span 4;
  height: 20px;
  color: white;
  background-color: green;
  text-align: center;
  opacity: 0;
  text-transform: none;
  position: relative;
  top: -5px;
}
.__carousel-ui__pods__components__register-form__password-strength .color-indicators span.valid:nth-child(5) {
  opacity: 1;
}

.__carousel-ui__pods__components__register-form__password-strength .requirements {
  padding-left: 0;
}
.__carousel-ui__pods__components__register-form__password-strength .requirements .check {
  transition: opacity 0.3s ease;
}
.__carousel-ui__pods__components__register-form__password-strength .requirements span {
  transition: color 0.3s ease;
}

.__carousel-ui__pods__components__register-form__password-strength .requirements .valid .check {
  opacity: 1;
  color: green;
}
.__carousel-ui__pods__components__register-form__password-strength .requirements .valid span {
  color: green;
}

.__carousel-ui__pods__components__sync-groups__group {
  margin: 0.5em;
  padding: 1em;
  border: 1px solid #8F8F99;
}

.__carousel-ui__pods__components__sync-groups__group .header {
  padding-bottom: 0.25em;
  border-bottom: 1px solid #6E7591;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.__carousel-ui__pods__components__sync-groups__group .buttons {
  min-width: 4.5em;
}

.__carousel-ui__pods__components__sync-groups__group .name {
  font-size: 1.2em;
  font-weight: 700;
}

.__carousel-ui__pods__components__sync-groups__group .player-list {
  margin: 1em 0;
  padding: 0;
}

.__carousel-ui__pods__components__zone-selector__search {
  justify-content: flex-end;
  display: flex;
  flex: 2;
}

.__carousel-ui__pods__components__zone-selector__search button {
  border: none;
  background: none;
}

.__carousel-ui__pods__components__zone-selector__search input {
  width: 100%;
  position: relative;
  border: none;
  background: none;
  animation: animation 200ms linear both;
}
.__carousel-ui__pods__components__zone-selector__search input.open {
  border-bottom: 1px solid;
}

@keyframes animation {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(0);
  }
}
.__carousel-ui__pods__components__as-calendar__timetable__occurrence {
  background-color: rgba(239, 76, 35, 0.12);
  border-left: 2px solid #DA3910;
  color: #545c6e;
  left: 0;
  right: 0;
  position: absolute;
  padding: 0;
  overflow: hidden;
  touch-action: none;
}
.__carousel-ui__pods__components__as-calendar__timetable__occurrence:hover {
  opacity: 0.65;
}
.__carousel-ui__pods__components__as-calendar__timetable__occurrence.preview {
  opacity: 0.7;
}

.__carousel-ui__pods__components__as-calendar__timetable__occurrence .occurrence-container {
  height: 100%;
  padding: 1.5em 3px;
  position: relative;
  font-size: 0.9em;
}

.__carousel-ui__pods__components__as-calendar__timetable__occurrence .occurrence-title {
  color: #545c6e;
  font-weight: 700;
  margin: 0;
  text-align: center;
}

.__carousel-ui__pods__components__as-calendar__timetable__occurrence .resize-handle {
  background-color: rgba(239, 76, 35, 0.12);
  bottom: 0;
  cursor: ns-resize;
  height: 3em;
  max-height: 50%;
  left: 0;
  position: absolute;
  width: 100%;
}

.__carousel-ui__pods__components__as-calendar__timetable__occurrence .remove {
  color: #545c6e;
  border: none;
  background-color: transparent;
  cursor: pointer;
  opacity: 1;
  position: absolute;
  right: -7px;
  top: -3px;
  transition: color 300ms linear, opacity 600ms linear;
}
.__carousel-ui__pods__components__as-calendar__timetable__occurrence .remove:hover {
  opacity: 0.5;
}

.__carousel-ui__pods__components__bulletin-grid-item__dog-ear__icon {
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 30px;
  color: white;
}

.__carousel-ui__pods__components__bulletin-grid-item__dog-ear__icon .dog-ear-icon {
  z-index: 2;
  position: absolute;
  right: 3px;
  top: 3px;
  pointer-events: none;
}
.__carousel-ui__pods__components__bulletin-grid-item__dog-ear__icon .dog-ear-icon.private {
  color: #a00606;
}

.__carousel-ui__pods__components__bulletin-grid-item__dog-ear__icon .dog-ear {
  position: absolute;
  background-color: transparent;
  transition: background-color 400ms linear;
  transition: color 400ms linear;
  width: 60px;
  height: 60px;
  top: -30px;
  right: -30px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 1;
}
.__carousel-ui__pods__components__bulletin-grid-item__dog-ear__icon .dog-ear.private {
  transition: background-color 400ms linear;
  background-color: rgba(155, 155, 155, 0.5);
  border: 1px solid #a00606;
}
.__carousel-ui__pods__components__bulletin-grid-item__dog-ear__icon .dog-ear.repeating {
  transition: background-color 400ms linear;
  background-color: rebeccapurple;
}
.__carousel-ui__pods__components__bulletin-grid-item__dog-ear__icon .dog-ear.unsnapshottable {
  transition: background-color 400ms linear;
  background-color: #DA3910;
}
.__carousel-ui__pods__components__bulletin-grid-item__dog-ear__icon .dog-ear.transcoding {
  transition: background-color 400ms linear;
  background-color: #008094;
}
.__carousel-ui__pods__components__bulletin-grid-item__dog-ear__icon .dog-ear.Current {
  transition: background-color 400ms linear;
  background-color: rgb(15, 192, 1);
}
.__carousel-ui__pods__components__bulletin-grid-item__dog-ear__icon .dog-ear.Queued {
  transition: background-color 400ms linear;
  background-color: #ffb50f;
}
.__carousel-ui__pods__components__bulletin-grid-item__dog-ear__icon .dog-ear.Uploaded {
  transition: background-color 400ms linear;
  background-color: #ffb50f;
}
.__carousel-ui__pods__components__bulletin-grid-item__dog-ear__icon .dog-ear.Hold {
  transition: background-color 400ms linear;
  background-color: #545c6e;
}
.__carousel-ui__pods__components__bulletin-grid-item__dog-ear__icon .dog-ear.Current_Error {
  transition: background-color 400ms linear;
  background-color: #a00606;
}
.__carousel-ui__pods__components__bulletin-grid-item__dog-ear__icon .dog-ear.Current_Null {
  transition: background-color 400ms linear;
  background-color: #545c6e;
}
.__carousel-ui__pods__components__bulletin-grid-item__dog-ear__icon .dog-ear.Saved {
  transition: background-color 400ms linear;
  background-color: #6E7591;
}
.__carousel-ui__pods__components__bulletin-grid-item__dog-ear__icon .dog-ear.Old {
  transition: background-color 400ms linear;
  background-color: #6E7591;
}
.__carousel-ui__pods__components__bulletin-grid-item__dog-ear__icon .dog-ear.Disabled {
  transition: background-color 400ms linear;
  background-color: #6E7591;
}
.__carousel-ui__pods__components__bulletin-grid-item__dog-ear__icon .dog-ear.Corrupt {
  transition: background-color 400ms linear;
  background-color: black;
}

.__carousel-ui__pods__components__channel-duplication-wizard__channel__zone {
  border-bottom: 1px solid #EAECEE;
  margin-bottom: 1em;
  padding-bottom: 0.5em;
}

.__carousel-ui__pods__components__channel-duplication-wizard__channel__zone .zone-section-title {
  font-size: 1.2em;
  font-weight: 700;
}

.__carousel-ui__pods__components__channel-duplication-wizard__channel__zone .new-name {
  font-weight: normal;
  font-size: 0.9em;
}

.__carousel-ui__pods__components__player-edit-form__multi-output-arrangement__layout-option button {
  border: none;
  background-color: transparent;
}

.__carousel-ui__pods__components__player-edit-form__multi-output-arrangement__layout-option [layout="1x1"] {
  width: 43px;
}

.__carousel-ui__pods__components__player-edit-form__multi-output-arrangement__layout-option [layout="1x2"] {
  width: 100px;
}
.__carousel-ui__pods__components__player-edit-form__multi-output-arrangement__layout-option [layout="1x2"][rotation="90"] {
  width: 65px;
}
.__carousel-ui__pods__components__player-edit-form__multi-output-arrangement__layout-option [layout="1x2"][rotation="270"] {
  width: 65px;
}

.__carousel-ui__pods__components__player-edit-form__multi-output-arrangement__layout-option [layout="2x1"] {
  width: 50px;
}
.__carousel-ui__pods__components__player-edit-form__multi-output-arrangement__layout-option [layout="2x1"][rotation="90"] {
  width: 35px;
}
.__carousel-ui__pods__components__player-edit-form__multi-output-arrangement__layout-option [layout="2x1"][rotation="270"] {
  width: 35px;
}

.__carousel-ui__pods__components__player-edit-form__multi-output-arrangement__layout-option [layout="1x3"] {
  width: 140px;
}
.__carousel-ui__pods__components__player-edit-form__multi-output-arrangement__layout-option [layout="1x3"][rotation="90"] {
  width: 95px;
}
.__carousel-ui__pods__components__player-edit-form__multi-output-arrangement__layout-option [layout="1x3"][rotation="270"] {
  width: 95px;
}

.__carousel-ui__pods__components__player-edit-form__multi-output-arrangement__layout-option [layout="3x1"] {
  width: 50px;
}
.__carousel-ui__pods__components__player-edit-form__multi-output-arrangement__layout-option [layout="3x1"][rotation="90"] {
  width: 35px;
}
.__carousel-ui__pods__components__player-edit-form__multi-output-arrangement__layout-option [layout="3x1"][rotation="270"] {
  width: 35px;
}

.__carousel-ui__pods__components__player-edit-form__multi-output-arrangement__layout-option [layout="2x2"] {
  width: 80px;
}
.__carousel-ui__pods__components__player-edit-form__multi-output-arrangement__layout-option [layout="2x2"][rotation="90"] {
  width: 65px;
}
.__carousel-ui__pods__components__player-edit-form__multi-output-arrangement__layout-option [layout="2x2"][rotation="270"] {
  width: 65px;
}

.__carousel-ui__pods__components__player-edit-form__multi-output-arrangement__layout-option [layout="1x4"] {
  width: 150px;
}
.__carousel-ui__pods__components__player-edit-form__multi-output-arrangement__layout-option [layout="1x4"][rotation="90"] {
  width: 115px;
}
.__carousel-ui__pods__components__player-edit-form__multi-output-arrangement__layout-option [layout="1x4"][rotation="270"] {
  width: 115px;
}

.__carousel-ui__pods__components__player-edit-form__multi-output-arrangement__layout-option [layout="4x1"] {
  width: 45px;
}
.__carousel-ui__pods__components__player-edit-form__multi-output-arrangement__layout-option [layout="4x1"][rotation="90"] {
  width: 35px;
}
.__carousel-ui__pods__components__player-edit-form__multi-output-arrangement__layout-option [layout="4x1"][rotation="270"] {
  width: 35px;
}

.__carousel-ui__pods__components__sync-groups__group__player {
  display: grid;
  grid-template-columns: [status] 10% [name] 1fr [buttons] 25%;
  margin: 0.5em 0;
  padding: 0.5em 1em;
}
.__carousel-ui__pods__components__sync-groups__group__player:not(:last-of-type) {
  border-bottom: 1px solid #EAECEE;
}

.__carousel-ui__pods__components__sync-groups__group__player .status {
  text-align: right;
  margin-right: 0.5em;
}

.__carousel-ui__pods__components__sync-groups__group__player .buttons {
  text-align: right;
}