.rbc-addons-dnd .rbc-addons-dnd-row-body {
  position: relative;
}
.rbc-addons-dnd .rbc-addons-dnd-drag-row {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.rbc-addons-dnd .rbc-addons-dnd-over {
  background-color: rgba(0, 0, 0, 0.3);
}
.rbc-addons-dnd .rbc-event {
  transition: opacity 150ms;
}
.rbc-addons-dnd .rbc-event:hover .rbc-addons-dnd-resize-ns-icon, .rbc-addons-dnd .rbc-event:hover .rbc-addons-dnd-resize-ew-icon {
  display: block;
}
.rbc-addons-dnd .rbc-addons-dnd-dragged-event {
  opacity: 0;
}
.rbc-addons-dnd.rbc-addons-dnd-is-dragging .rbc-event:not(.rbc-addons-dnd-dragged-event):not(.rbc-addons-dnd-drag-preview) {
  opacity: 0.5;
}
.rbc-addons-dnd .rbc-addons-dnd-resizable {
  position: relative;
  width: 100%;
  height: 100%;
}
.rbc-addons-dnd .rbc-addons-dnd-resize-ns-anchor {
  width: 100%;
  text-align: center;
  position: absolute;
}
.rbc-addons-dnd .rbc-addons-dnd-resize-ns-anchor:first-child {
  top: 0;
}
.rbc-addons-dnd .rbc-addons-dnd-resize-ns-anchor:last-child {
  bottom: 0;
}
.rbc-addons-dnd .rbc-addons-dnd-resize-ns-anchor .rbc-addons-dnd-resize-ns-icon {
  display: none;
  border-top: 3px double;
  margin: 0 auto;
  width: 10px;
  cursor: ns-resize;
}
.rbc-addons-dnd .rbc-addons-dnd-resize-ew-anchor {
  position: absolute;
  top: 4px;
  bottom: 0;
}
.rbc-addons-dnd .rbc-addons-dnd-resize-ew-anchor:first-child {
  left: 0;
}
.rbc-addons-dnd .rbc-addons-dnd-resize-ew-anchor:last-child {
  right: 0;
}
.rbc-addons-dnd .rbc-addons-dnd-resize-ew-anchor .rbc-addons-dnd-resize-ew-icon {
  display: none;
  border-left: 3px double;
  margin-top: auto;
  margin-bottom: auto;
  height: 10px;
  cursor: ew-resize;
}

.rbc-time-view-resources .rbc-day-bg,
.rbc-time-view-resources .rbc-header {
  width: 90px;
}

.rbc-time-view-resources .rbc-day-slot {
  min-width: 90px;
}

.rbc-day-slot .rbc-events-container {
  margin-right: 0px;
}

.rbc-event {
  padding: 0;
  background-color: transparent;
}

.rbc-day-slot .rbc-event {
  border: none;
}

.rbc-event-label {
  display: none;
}

.rbc-time-header-content {
  z-index: 0;
}

.prependButtonIconWorkaround i.material-icons {
  vertical-align: top;
}

.card-image {
  height: 9rem;
}

.card-image,
.image-centered {
  width: auto;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.triax-header {
  border-bottom: 3px solid #db0812;
  background-color: white;
}

.triax-header .navbar-brand > img {
  width: auto;
  height: 2rem;
}

.trx-footer > div {
  background-color: white;
}

.trx-footer img {
  height: 1.5rem;
}

.trx-footer td {
  padding: 0 0.5rem;
  font-size: 0.75rem;
}

.below-navbar {
  margin-top: 110px;
  margin-bottom: 0;
}

.navbar {
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.14);
}

.shadow,
.btn-primary,
.card {
  box-shadow: 0 2px 2px 0 #43515c, 0 3px 1px -2px #43515c, 0 1px 5px 0 #43515c;
}

.playlist-item .card,
.item {
  width: 16rem;
}

.cursor-pointer {
  cursor: pointer;
}

.card.item {
  cursor: pointer;
}

.thumbnail {
  width: 8rem;
}

span > i.material-icons,
p > i.material-icons {
  padding-right: 0.3rem;
}

.image {
  width: auto;
  margin-left: auto;
  margin-right: auto;
  min-width: 10rem;
  max-width: 16rem;
  height: 10rem;
}

.icon {
  width: auto;
  margin-left: auto;
  margin-right: auto;
  min-width: 5rem;
  max-width: 10rem;
  height: 5rem;
}

.no-shadow,
.playlist-item .card,
.btn-link,
.tile,
.box {
  box-shadow: none;
}

.card .tile {
  box-shadow: none;
  border-radius: none;
}

.btn-link,
.btn-link:hover {
  color: #12646e;
}

.btn-floating {
  box-shadow: 0 6px 6px 0 #c1d1d6, 0 1px 12px 0 #c1d1d6, 0 3px 6px -1px #c1d1d6;
}

.opacity {
  opacity: 0.75;
}

.cut {
  opacity: 0.5 !important;
}

@keyframes paste-animation {
  0% {
    opacity: 0.1;
  }
  100% {
    opacity: 1;
  }
}
.paste-animation-start {
  animation: paste-animation 0.3s linear 0s 1 normal;
}

.animated-item-view {
  animation: paste-animation 0.3s linear 0s 1 normal;
}

.card-img-overlay-shrinked {
  position: absolute;
  top: 0;
  right: 0;
}

.card-img-top-wrapper {
  max-height: 140px;
  overflow: hidden;
}

.collection-playlist {
  overflow-x: auto;
}

.material-icons {
  vertical-align: middle;
}

a:hover {
  text-decoration: none;
}

.close {
  text-shadow: none;
}

.drag-handle {
  text-shadow: none;
  border: 0;
  padding: 0;
  cursor: pointer;
}

.navbar-brand > img {
  width: auto;
  height: 1.5rem;
}

/* drag & drop */
.collection-playlist {
  list-style: none;
  padding: 0;
}

.dropzone {
  border: dashed 5px #c1d1d6;
}

.dropzone-playlist {
  height: 304px;
}

/* primary */
a {
  color: #12646e;
}

a:hover {
  color: #50828d;
}

.badge-primary,
.bg-primary {
  background-color: #12646e !important;
}

.text-primary {
  color: #12646e !important;
}

.btn-outline-primary {
  border-color: #12646e;
  color: #12646e;
}

.btn-outline-primary:hover {
  border-color: #12646e;
  background-color: #12646e;
}

.btn-primary {
  background-color: #12646e;
  border-color: #12646e;
}

.btn-primary:hover {
  background-color: #50828d;
  border-color: #50828d;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  background-color: #12646e;
}

a.nav-link {
  color: #12646e;
}

.border-primary {
  border-color: #50828d !important;
}

/* danger*/
.btn-danger {
  background-color: #db0812;
  border-color: #db0812;
}

.text-danger {
  color: #db0812;
}

/* secondary */
.bg-secondary {
  background-color: #c1d1d6 !important;
}

.btn-secondary {
  background-color: #43515c;
  border-color: #43515c;
}

.text-secondary {
  color: #43515c !important;
}

.border-secondary {
  border-color: #43515c !important;
}

.alert-secondary {
  color: #4d4f5c !important;
  background-color: #f5f6fa !important;
  border-color: #00000029 !important;
}

.badge-secondary {
  color: black;
  background-color: #d9d9d9;
}

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

.help {
  cursor: help;
  color: #6c757d;
}

/* Popups for Titles */
[data-title] {
  cursor: pointer;
}

[data-title]:hover::before {
  content: attr(data-title);
  z-index: 9999;
  position: absolute;
  bottom: -10px;
  display: inline-block;
  padding: 3px 6px;
  border-radius: 2px;
  background: #12646e;
  color: #fff;
  font-size: 12px;
  font-family: sans-serif;
  white-space: nowrap;
}

[data-title]:hover::after {
  content: "";
  position: absolute;
  bottom: 7px;
  left: 25px;
  display: inline-block;
  color: #fff;
  border: 8px solid transparent;
  border-bottom: 8px solid #12646e;
}

.--no-content {
  background-color: var(--warning) 20;
  border: 1px solid var(--warning);
}

.--invalid-content {
  background-color: #db0812 20;
  border: 1px solid #db0812;
}

.split-screen__modal {
  align-items: center;
  backdrop-filter: blur(5px);
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  display: flex;
  flex-direction: column;
  height: calc(100vh - 2rem);
  left: 0;
  padding-top: 10vh;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 999999;
}

.split-screen__modal-content {
  background-color: white;
  width: 80vw;
  height: 80vh;
}

.split-screen__iframe {
  height: 100%;
  width: 100%;
}

.split-screen__modal-actions {
  width: 80vw;
}

.tile__headline {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.5rem;
}

.dropdown__toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

.dropdown-menu {
  width: 100%;
}

.dropdown-item {
  cursor: pointer;
  user-select: none;
}

.card-body--active {
  border-left: 10px solid #12646e;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  padding-left: 10px;
}

.card--disabled {
  opacity: 0.5;
}

.--truncate {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  max-width: 100%;
  flex: 1 0 100%;
  line-height: 1.2em;
}

.show-on-hover {
  display: none;
}

.hover-parent:hover .show-on-hover {
  display: block;
}

/*# sourceMappingURL=app.css.map*/