.card-container {
  position: relative;
  min-height: 95vh; }

.card-container__content {
  height: 100%;
  width: 100%;
  position: absolute;
  background-color: #f2f2f2;
  display: inline-block; }
  .card-container__content .card-container__container--page_content {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    overflow: auto;
    transition: opacity 0.5s ease; }
    .card-container__content .card-container__container--page_content.no-opacity {
      opacity: 0.2;
      pointer-events: none; }

.close-card {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 15%;
  z-index: 1000;
  display: none;
  background: transparent; }
  .close-card.z-depth-1 {
    box-shadow: none; }
  .close-card > .back-button {
    opacity: 0;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: opacity 0.5s ease; }
  .close-card > .back-button > i {
    font-size: 5rem;
    cursor: default; }
  .close-card:hover > .back-button {
    opacity: 0.5; }

@media only screen and (max-width: 1400px) {
  .close-card {
    display: none !important;
    position: absolute;
    left: 0;
    top: 0;
    height: 0;
    width: 0; } }

.div-selector {
  color: blue;
  text-decoration: none;
  cursor: auto; }

.page_content--container {
  flex: 1;
  overflow-y: scroll;
  padding: 1rem; }
  .page_content--container.with-title {
    padding: 0; }
    .page_content--container.with-title .page_content--title-container {
      height: 450px;
      width: 100%;
      position: relative; }
      .page_content--container.with-title .page_content--title-container .page_content--title {
        z-index: -1;
        height: 100%;
        background-color: #525252;
        padding: 2rem; }
        .page_content--container.with-title .page_content--title-container .page_content--title > p {
          color: #fff;
          font-size: 3rem;
          margin: 0; }
          @media only screen and (max-width: 1200px) {
            .page_content--container.with-title .page_content--title-container .page_content--title > p {
              font-size: 2rem; } }
    .page_content--container.with-title > .material-container {
      margin-top: -340px;
      z-index: 1;
      position: relative; }
      .page_content--container.with-title > .material-container .search-field-wrapper input {
        box-shadow: none !important;
        border: none !important; }

.no-search-field-border input {
  box-shadow: none !important;
  border: none !important; }

.content__card {
  width: 85%;
  height: 100%;
  background-color: #f2f2f2;
  transform: translateX(150%);
  position: absolute;
  will-change: transform, opacity;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  transition: box-shadow .2s ease; }
  .content__card.content__card--animate {
    will-change: transform;
    -webkit-animation-name: slideIn;
    -moz-animation-name: slideIn;
    -o-animation-name: slideIn;
    animation-name: slideIn;
    -webkit-animation-timing-function: ease-out;
    -moz-animation-timing-function: ease-out;
    -o-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-animation-duration: 0.3s;
    -moz-animation-duration: 0.3s;
    -o-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards; }
  .content__card.content__card--animate-close {
    will-change: transform;
    -webkit-animation-name: slideOut;
    -moz-animation-name: slideOut;
    -o-animation-name: slideOut;
    animation-name: slideOut;
    -webkit-animation-timing-function: ease-out;
    -moz-animation-timing-function: ease-out;
    -o-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-animation-duration: 0.3s;
    -moz-animation-duration: 0.3s;
    -o-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards; }
  .content__card.animate-1-left {
    -webkit-animation-name: firstMoveLeft;
    -moz-animation-name: firstMoveLeft;
    -o-animation-name: firstMoveLeft;
    animation-name: firstMoveLeft;
    -webkit-animation-timing-function: ease-out;
    -moz-animation-timing-function: ease-out;
    -o-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-animation-duration: 0.3s;
    -moz-animation-duration: 0.3s;
    -o-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards; }
  .content__card.animate-1-right {
    -webkit-animation-name: firstMoveRight;
    -moz-animation-name: firstMoveRight;
    -o-animation-name: firstMoveRight;
    animation-name: firstMoveRight;
    -webkit-animation-timing-function: ease-out;
    -moz-animation-timing-function: ease-out;
    -o-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-animation-duration: 0.3s;
    -moz-animation-duration: 0.3s;
    -o-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards; }
  .content__card.animate-2-left {
    -webkit-animation-name: secondMoveLeft;
    -moz-animation-name: secondMoveLeft;
    -o-animation-name: secondMoveLeft;
    animation-name: secondMoveLeft;
    -webkit-animation-timing-function: ease-out;
    -moz-animation-timing-function: ease-out;
    -o-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-animation-duration: 0.3s;
    -moz-animation-duration: 0.3s;
    -o-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards; }
  .content__card.animate-2-right {
    -webkit-animation-name: secondMoveRight;
    -moz-animation-name: secondMoveRight;
    -o-animation-name: secondMoveRight;
    animation-name: secondMoveRight;
    -webkit-animation-timing-function: ease-out;
    -moz-animation-timing-function: ease-out;
    -o-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-animation-duration: 0.3s;
    -moz-animation-duration: 0.3s;
    -o-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards; }
  .content__card.animate-3-left {
    -webkit-animation-name: thirdMoveLeft;
    -moz-animation-name: thirdMoveLeft;
    -o-animation-name: thirdMoveLeft;
    animation-name: thirdMoveLeft;
    -webkit-animation-timing-function: ease-out;
    -moz-animation-timing-function: ease-out;
    -o-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-animation-duration: 0.3s;
    -moz-animation-duration: 0.3s;
    -o-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards; }
  .content__card.animate-3-right {
    -webkit-animation-name: thirdMoveRight;
    -moz-animation-name: thirdMoveRight;
    -o-animation-name: thirdMoveRight;
    animation-name: thirdMoveRight;
    -webkit-animation-timing-function: ease-out;
    -moz-animation-timing-function: ease-out;
    -o-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-animation-duration: 0.3s;
    -moz-animation-duration: 0.3s;
    -o-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards; }
  .content__card.animate-4-left {
    -webkit-animation-name: fourthMoveLeft;
    -moz-animation-name: fourthMoveLeft;
    -o-animation-name: fourthMoveLeft;
    animation-name: fourthMoveLeft;
    -webkit-animation-timing-function: ease-out;
    -moz-animation-timing-function: ease-out;
    -o-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-animation-duration: 0.3s;
    -moz-animation-duration: 0.3s;
    -o-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards; }
  .content__card.animate-4-right {
    -webkit-animation-name: fourthMoveRight;
    -moz-animation-name: fourthMoveRight;
    -o-animation-name: fourthMoveRight;
    animation-name: fourthMoveRight;
    -webkit-animation-timing-function: ease-out;
    -moz-animation-timing-function: ease-out;
    -o-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-animation-duration: 0.3s;
    -moz-animation-duration: 0.3s;
    -o-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards; }
  .content__card .content__card--container {
    flex: 1;
    overflow-y: scroll;
    overflow-x: hidden; }
    .content__card .content__card--container.no-scroll {
      overflow-y: hidden; }
    .content__card .content__card--container.animate-1-left {
      -webkit-animation-name: firstMoveLeftOpacity;
      -moz-animation-name: firstMoveLeftOpacity;
      -o-animation-name: firstMoveLeftOpacity;
      animation-name: firstMoveLeftOpacity;
      -webkit-animation-timing-function: ease-out;
      -moz-animation-timing-function: ease-out;
      -o-animation-timing-function: ease-out;
      animation-timing-function: ease-out;
      -webkit-animation-duration: 0.3s;
      -moz-animation-duration: 0.3s;
      -o-animation-duration: 0.3s;
      animation-duration: 0.3s;
      -webkit-animation-fill-mode: forwards;
      -moz-animation-fill-mode: forwards;
      -o-animation-fill-mode: forwards;
      animation-fill-mode: forwards; }
    .content__card .content__card--container.animate-1-right {
      -webkit-animation-name: firstMoveRightOpacity;
      -moz-animation-name: firstMoveRightOpacity;
      -o-animation-name: firstMoveRightOpacity;
      animation-name: firstMoveRightOpacity;
      -webkit-animation-timing-function: ease-out;
      -moz-animation-timing-function: ease-out;
      -o-animation-timing-function: ease-out;
      animation-timing-function: ease-out;
      -webkit-animation-duration: 0.3s;
      -moz-animation-duration: 0.3s;
      -o-animation-duration: 0.3s;
      animation-duration: 0.3s;
      -webkit-animation-fill-mode: forwards;
      -moz-animation-fill-mode: forwards;
      -o-animation-fill-mode: forwards;
      animation-fill-mode: forwards; }
    .content__card .content__card--container.animate-2-left {
      -webkit-animation-name: secondMoveLeftOpacity;
      -moz-animation-name: secondMoveLeftOpacity;
      -o-animation-name: secondMoveLeftOpacity;
      animation-name: secondMoveLeftOpacity;
      -webkit-animation-timing-function: ease-out;
      -moz-animation-timing-function: ease-out;
      -o-animation-timing-function: ease-out;
      animation-timing-function: ease-out;
      -webkit-animation-duration: 0.3s;
      -moz-animation-duration: 0.3s;
      -o-animation-duration: 0.3s;
      animation-duration: 0.3s;
      -webkit-animation-fill-mode: forwards;
      -moz-animation-fill-mode: forwards;
      -o-animation-fill-mode: forwards;
      animation-fill-mode: forwards; }
    .content__card .content__card--container.animate-2-right {
      -webkit-animation-name: secondMoveRightOpacity;
      -moz-animation-name: secondMoveRightOpacity;
      -o-animation-name: secondMoveRightOpacity;
      animation-name: secondMoveRightOpacity;
      -webkit-animation-timing-function: ease-out;
      -moz-animation-timing-function: ease-out;
      -o-animation-timing-function: ease-out;
      animation-timing-function: ease-out;
      -webkit-animation-duration: 0.3s;
      -moz-animation-duration: 0.3s;
      -o-animation-duration: 0.3s;
      animation-duration: 0.3s;
      -webkit-animation-fill-mode: forwards;
      -moz-animation-fill-mode: forwards;
      -o-animation-fill-mode: forwards;
      animation-fill-mode: forwards; }
    .content__card .content__card--container.animate-3-left {
      -webkit-animation-name: thirdMoveLeftOpacity;
      -moz-animation-name: thirdMoveLeftOpacity;
      -o-animation-name: thirdMoveLeftOpacity;
      animation-name: thirdMoveLeftOpacity;
      -webkit-animation-timing-function: ease-out;
      -moz-animation-timing-function: ease-out;
      -o-animation-timing-function: ease-out;
      animation-timing-function: ease-out;
      -webkit-animation-duration: 0.3s;
      -moz-animation-duration: 0.3s;
      -o-animation-duration: 0.3s;
      animation-duration: 0.3s;
      -webkit-animation-fill-mode: forwards;
      -moz-animation-fill-mode: forwards;
      -o-animation-fill-mode: forwards;
      animation-fill-mode: forwards; }
    .content__card .content__card--container.animate-3-right {
      -webkit-animation-name: thirdMoveRightOpacity;
      -moz-animation-name: thirdMoveRightOpacity;
      -o-animation-name: thirdMoveRightOpacity;
      animation-name: thirdMoveRightOpacity;
      -webkit-animation-timing-function: ease-out;
      -moz-animation-timing-function: ease-out;
      -o-animation-timing-function: ease-out;
      animation-timing-function: ease-out;
      -webkit-animation-duration: 0.3s;
      -moz-animation-duration: 0.3s;
      -o-animation-duration: 0.3s;
      animation-duration: 0.3s;
      -webkit-animation-fill-mode: forwards;
      -moz-animation-fill-mode: forwards;
      -o-animation-fill-mode: forwards;
      animation-fill-mode: forwards; }
    .content__card .content__card--container.animate-4-left {
      -webkit-animation-name: fourthMoveLeftOpacity;
      -moz-animation-name: fourthMoveLeftOpacity;
      -o-animation-name: fourthMoveLeftOpacity;
      animation-name: fourthMoveLeftOpacity;
      -webkit-animation-timing-function: ease-out;
      -moz-animation-timing-function: ease-out;
      -o-animation-timing-function: ease-out;
      animation-timing-function: ease-out;
      -webkit-animation-duration: 0.3s;
      -moz-animation-duration: 0.3s;
      -o-animation-duration: 0.3s;
      animation-duration: 0.3s;
      -webkit-animation-fill-mode: forwards;
      -moz-animation-fill-mode: forwards;
      -o-animation-fill-mode: forwards;
      animation-fill-mode: forwards; }
    .content__card .content__card--container.animate-4-right {
      -webkit-animation-name: fourthMoveRightOpacity;
      -moz-animation-name: fourthMoveRightOpacity;
      -o-animation-name: fourthMoveRightOpacity;
      animation-name: fourthMoveRightOpacity;
      -webkit-animation-timing-function: ease-out;
      -moz-animation-timing-function: ease-out;
      -o-animation-timing-function: ease-out;
      animation-timing-function: ease-out;
      -webkit-animation-duration: 0.3s;
      -moz-animation-duration: 0.3s;
      -o-animation-duration: 0.3s;
      animation-duration: 0.3s;
      -webkit-animation-fill-mode: forwards;
      -moz-animation-fill-mode: forwards;
      -o-animation-fill-mode: forwards;
      animation-fill-mode: forwards; }
    .content__card .content__card--container .content__card--content {
      padding: 1rem 2rem;
      position: relative; }

@media only screen and (max-width: 1400px) {
  .content__card {
    width: 100%; }
    .content__card.content__card--animate {
      will-change: transform;
      -webkit-animation-name: slideInFull;
      -moz-animation-name: slideInFull;
      -o-animation-name: slideInFull;
      animation-name: slideInFull;
      -webkit-animation-timing-function: ease-out;
      -moz-animation-timing-function: ease-out;
      -o-animation-timing-function: ease-out;
      animation-timing-function: ease-out;
      -webkit-animation-duration: 0.3s;
      -moz-animation-duration: 0.3s;
      -o-animation-duration: 0.3s;
      animation-duration: 0.3s;
      -webkit-animation-fill-mode: forwards;
      -moz-animation-fill-mode: forwards;
      -o-animation-fill-mode: forwards;
      animation-fill-mode: forwards; }
    .content__card.content__card--animate-close {
      will-change: transform;
      -webkit-animation-name: slideOutFull;
      -moz-animation-name: slideOutFull;
      -o-animation-name: slideOutFull;
      animation-name: slideOutFull;
      -webkit-animation-timing-function: ease-out;
      -moz-animation-timing-function: ease-out;
      -o-animation-timing-function: ease-out;
      animation-timing-function: ease-out;
      -webkit-animation-duration: 0.3s;
      -moz-animation-duration: 0.3s;
      -o-animation-duration: 0.3s;
      animation-duration: 0.3s;
      -webkit-animation-fill-mode: forwards;
      -moz-animation-fill-mode: forwards;
      -o-animation-fill-mode: forwards;
      animation-fill-mode: forwards; }
    .content__card.animate-1-left {
      -webkit-animation-name: doNothing;
      -moz-animation-name: doNothing;
      -o-animation-name: doNothing;
      animation-name: doNothing;
      -webkit-animation-timing-function: ease-out;
      -moz-animation-timing-function: ease-out;
      -o-animation-timing-function: ease-out;
      animation-timing-function: ease-out;
      -webkit-animation-duration: 0.3s;
      -moz-animation-duration: 0.3s;
      -o-animation-duration: 0.3s;
      animation-duration: 0.3s;
      -webkit-animation-fill-mode: forwards;
      -moz-animation-fill-mode: forwards;
      -o-animation-fill-mode: forwards;
      animation-fill-mode: forwards; }
    .content__card.animate-1-right {
      -webkit-animation-name: doNothing;
      -moz-animation-name: doNothing;
      -o-animation-name: doNothing;
      animation-name: doNothing;
      -webkit-animation-timing-function: ease-out;
      -moz-animation-timing-function: ease-out;
      -o-animation-timing-function: ease-out;
      animation-timing-function: ease-out;
      -webkit-animation-duration: 0.3s;
      -moz-animation-duration: 0.3s;
      -o-animation-duration: 0.3s;
      animation-duration: 0.3s;
      -webkit-animation-fill-mode: forwards;
      -moz-animation-fill-mode: forwards;
      -o-animation-fill-mode: forwards;
      animation-fill-mode: forwards; }
    .content__card.animate-2-left {
      -webkit-animation-name: doNothing;
      -moz-animation-name: doNothing;
      -o-animation-name: doNothing;
      animation-name: doNothing;
      -webkit-animation-timing-function: ease-out;
      -moz-animation-timing-function: ease-out;
      -o-animation-timing-function: ease-out;
      animation-timing-function: ease-out;
      -webkit-animation-duration: 0.3s;
      -moz-animation-duration: 0.3s;
      -o-animation-duration: 0.3s;
      animation-duration: 0.3s;
      -webkit-animation-fill-mode: forwards;
      -moz-animation-fill-mode: forwards;
      -o-animation-fill-mode: forwards;
      animation-fill-mode: forwards; }
    .content__card.animate-2-right {
      -webkit-animation-name: doNothing;
      -moz-animation-name: doNothing;
      -o-animation-name: doNothing;
      animation-name: doNothing;
      -webkit-animation-timing-function: ease-out;
      -moz-animation-timing-function: ease-out;
      -o-animation-timing-function: ease-out;
      animation-timing-function: ease-out;
      -webkit-animation-duration: 0.3s;
      -moz-animation-duration: 0.3s;
      -o-animation-duration: 0.3s;
      animation-duration: 0.3s;
      -webkit-animation-fill-mode: forwards;
      -moz-animation-fill-mode: forwards;
      -o-animation-fill-mode: forwards;
      animation-fill-mode: forwards; }
    .content__card.animate-3-left {
      -webkit-animation-name: doNothing;
      -moz-animation-name: doNothing;
      -o-animation-name: doNothing;
      animation-name: doNothing;
      -webkit-animation-timing-function: ease-out;
      -moz-animation-timing-function: ease-out;
      -o-animation-timing-function: ease-out;
      animation-timing-function: ease-out;
      -webkit-animation-duration: 0.3s;
      -moz-animation-duration: 0.3s;
      -o-animation-duration: 0.3s;
      animation-duration: 0.3s;
      -webkit-animation-fill-mode: forwards;
      -moz-animation-fill-mode: forwards;
      -o-animation-fill-mode: forwards;
      animation-fill-mode: forwards; }
    .content__card.animate-3-right {
      -webkit-animation-name: doNothing;
      -moz-animation-name: doNothing;
      -o-animation-name: doNothing;
      animation-name: doNothing;
      -webkit-animation-timing-function: ease-out;
      -moz-animation-timing-function: ease-out;
      -o-animation-timing-function: ease-out;
      animation-timing-function: ease-out;
      -webkit-animation-duration: 0.3s;
      -moz-animation-duration: 0.3s;
      -o-animation-duration: 0.3s;
      animation-duration: 0.3s;
      -webkit-animation-fill-mode: forwards;
      -moz-animation-fill-mode: forwards;
      -o-animation-fill-mode: forwards;
      animation-fill-mode: forwards; }
    .content__card.animate-4-left {
      -webkit-animation-name: doNothing;
      -moz-animation-name: doNothing;
      -o-animation-name: doNothing;
      animation-name: doNothing;
      -webkit-animation-timing-function: ease-out;
      -moz-animation-timing-function: ease-out;
      -o-animation-timing-function: ease-out;
      animation-timing-function: ease-out;
      -webkit-animation-duration: 0.3s;
      -moz-animation-duration: 0.3s;
      -o-animation-duration: 0.3s;
      animation-duration: 0.3s;
      -webkit-animation-fill-mode: forwards;
      -moz-animation-fill-mode: forwards;
      -o-animation-fill-mode: forwards;
      animation-fill-mode: forwards; }
    .content__card.animate-4-right {
      -webkit-animation-name: doNothing;
      -moz-animation-name: doNothing;
      -o-animation-name: doNothing;
      animation-name: doNothing;
      -webkit-animation-timing-function: ease-out;
      -moz-animation-timing-function: ease-out;
      -o-animation-timing-function: ease-out;
      animation-timing-function: ease-out;
      -webkit-animation-duration: 0.3s;
      -moz-animation-duration: 0.3s;
      -o-animation-duration: 0.3s;
      animation-duration: 0.3s;
      -webkit-animation-fill-mode: forwards;
      -moz-animation-fill-mode: forwards;
      -o-animation-fill-mode: forwards;
      animation-fill-mode: forwards; } }

.content__card--wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  transition: opacity 0.5s ease; }
  .content__card--wrapper.no-opacity {
    opacity: 0.2; }

@keyframes doNothing {
  100% {
    transform: translateX(0); } }

@keyframes slideIn {
  0% {
    transform: translateX(150%); }
  100% {
    transform: translateX(17.6%); } }

@keyframes slideInFull {
  0% {
    transform: translateX(150%); }
  100% {
    transform: translateX(0); } }

@keyframes slideOut {
  0% {
    transform: translateX(17.6%); }
  100% {
    transform: translateX(150%); } }

@keyframes slideOutFull {
  0% {
    transform: translateX(0); }
  100% {
    transform: translateX(150%); } }

@keyframes firstMoveLeft {
  0% {
    transform: translateX(17.6%); }
  100% {
    transform: translateX(5%); } }

@keyframes firstMoveRight {
  0% {
    transform: translateX(5%); }
  100% {
    transform: translateX(17.6%); } }

@keyframes firstMoveLeftOpacity {
  0% {
    opacity: 1; }
  100% {
    opacity: 0.3; } }

@keyframes firstMoveRightOpacity {
  0% {
    opacity: 0.3; }
  100% {
    opacity: 1; } }

@keyframes secondMoveLeft {
  0% {
    transform: translateX(17.6%); }
  100% {
    transform: translateX(10%); } }

@keyframes secondMoveRight {
  0% {
    transform: translateX(10%); }
  100% {
    transform: translateX(17.6%); } }

@keyframes secondMoveLeftOpacity {
  0% {
    opacity: 1; }
  100% {
    opacity: 0.4; } }

@keyframes secondMoveRightOpacity {
  0% {
    opacity: 0.4; }
  100% {
    opacity: 1; } }

@keyframes thirdMoveLeft {
  0% {
    transform: translateX(17.6%); }
  100% {
    transform: translateX(15%); } }

@keyframes thirdMoveRight {
  0% {
    transform: translateX(15%); }
  100% {
    transform: translateX(17.6%); } }

@keyframes thirdMoveLeftOpacity {
  0% {
    opacity: 1; }
  100% {
    opacity: 0.5; } }

@keyframes thirdMoveRightOpacity {
  0% {
    opacity: 0.5; }
  100% {
    opacity: 1; } }

@keyframes fourthMoveLeft {
  0% {
    transform: translateX(17.6%); }
  100% {
    transform: translateX(20%); } }

@keyframes fourthMoveRight {
  0% {
    transform: translateX(20%); }
  100% {
    transform: translateX(17.6%); } }

@keyframes fourthMoveLeftOpacity {
  0% {
    opacity: 1; }
  100% {
    opacity: 0.6; } }

@keyframes fourthMoveRightOpacity {
  0% {
    opacity: 0.5; }
  100% {
    opacity: 1; } }

.card__top-nav {
  width: 100%;
  background-color: #fafafa;
  display: block;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08); }
  .card__top-nav.dark {
    background-color: #525252;
    color: #eee; }
  .card__top-nav .card__top-title .card--title {
    padding-left: 2rem;
    font-size: 24px;
    font-weight: 500;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 60px;
    margin: 0; }
  .card__top-nav > .nav-wrapper {
    height: 60px; }
  .card__top-nav > .row {
    display: flex;
    align-items: center; }
  .card__top-nav .card__top-info-text {
    font-size: 12px;
    font-weight: initial;
    color: #9e9e9e;
    position: absolute;
    height: 60px;
    line-height: 46px; }

.card__top-nav-container {
  z-index: 1500;
  padding: 0;
  width: 100%;
  top: 0; }
  .card__top-nav-container .progress {
    display: none; }
    .card__top-nav-container .progress.no-margin {
      margin: 0; }

.card__top-nav-menu {
  width: 100%;
  height: 65px;
  line-height: 65px;
  background-color: #fafafa;
  display: inline-block; }

.epg-channel-image {
  background-color: #e6e6e6;
  margin: 5px 10px 5px 0; }

.nav-wrapper {
  flex-wrap: wrap; }

.nav-tabs > .col.s12 {
  padding: 0; }

.tabs.tabs-transparent {
  background-color: transparent; }

.tab > a {
  transition: color, background-color 0.28s ease !important; }

.tab > a.active {
  background-color: #ececec; }

.button-container {
  display: inline-block;
  margin-left: auto;
  float: right; }

.login-button-container {
  width: 100%;
  padding-top: 20px !important;
  padding-bottom: 20px !important; }
  .login-button-container button {
    width: 100%; }

/* MODAL CHANGES STYLING */
.modal {
  top: 25% !important;
  height: initial;
  max-width: 500px;
  border-radius: 8px !important; }
  .modal > .modal-content {
    padding: 16px !important;
    position: relative; }
  .modal > .modal-footer {
    padding: 0 16px !important;
    border-top: none;
    position: relative; }
  .modal.large-modal {
    max-width: 800px; }
  .modal.transparent-modal {
    background: transparent;
    box-shadow: none;
    height: 100%;
    top: 0 !important;
    max-height: 100%;
    pointer-events: none; }

.duplicated-videos-container {
  max-height: 300px;
  overflow-y: auto;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  margin-bottom: 10px; }

.lean-overlay {
  opacity: 0.1 !important; }

.overlay-hidden {
  width: 100%;
  height: 100%;
  background-color: blue;
  position: absolute;
  opacity: 0.1; }

.hidden {
  display: none; }

.collapsible-header i {
  width: inherit !important;
  display: inline-block !important;
  line-height: 37px !important;
  margin-right: 0 !important; }

.tab.active {
  background-color: #46799b;
  color: white; }

.list-image-wrapper {
  min-width: 5rem; }

.list_image {
  vertical-align: middle;
  width: 4.5rem;
  height: 4.5rem;
  border: 5px solid #ffffff;
  background-color: #ddd;
  transition: all 0.3s ease;
  display: block; }

.collection-item > .header-hoverable:hover .list_image {
  border: 5px solid #f1f1f1; }

.add-bottom-margin {
  margin-bottom: 20px !important; }

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

.smaller-bottom-margin {
  margin-bottom: 10px !important; }

.smaller-bottom-margin {
  margin-bottom: 10px !important; }

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

.add-top-margin {
  margin-top: 20px !important; }

.add-padding-very-small {
  padding: 1px; }

.add-top-margin-small {
  margin-top: 10px !important; }

.btn.small {
  padding: 0 10px; }

.small-caps {
  font-variant: small-caps; }

.vert-align-mid {
  vertical-align: middle; }

.badge.input-badge {
  position: relative;
  cursor: pointer;
  right: initial !important;
  line-height: 15px;
  height: 15px;
  min-width: 2rem;
  margin-bottom: 5px; }

.badge.input-badge-more {
  display: none;
  position: relative;
  line-height: 19px;
  height: 0;
  min-width: 1.5rem;
  top: -45px;
  cursor: pointer; }

.preloader-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%; }
  .preloader-container.absolute {
    position: absolute; }
  .preloader-container.margin-top {
    margin-top: 5rem; }
  .preloader-container.big {
    height: 36vh; }
  .preloader-container.small {
    height: inherit; }
  .preloader-container.tiny {
    height: 24px;
    width: 24px; }
  .preloader-container .preloader-wrapper.tiny {
    height: 24px;
    width: 24px; }
  .preloader-container .white-spinner {
    border-color: #ffffff; }
  .preloader-container.full-height {
    height: 100%; }

.card-item {
  position: relative;
  padding: 0.5rem;
  background-color: #fafafa;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  border-radius: 8px; }
  .card-item.z-depth-3 {
    box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.3); }
  .card-item.with-title {
    padding: 0;
    display: flex;
    flex-direction: column; }
    .card-item.with-title .card-item-title {
      width: 100%;
      padding: 0.5rem 1rem;
      margin-bottom: 0;
      background-color: #fafafa;
      border-bottom: 1px solid rgba(0, 0, 0, 0.1);
      min-height: 64px; }
      .card-item.with-title .card-item-title span.card-item-title-span {
        font-size: 1.3rem;
        text-transform: uppercase; }
      .card-item.with-title .card-item-title > .row {
        height: calc(64px - 1rem);
        display: flex;
        justify-content: center;
        align-items: center; }
      .card-item.with-title .card-item-title .input-field {
        margin: 0; }
        .card-item.with-title .card-item-title .input-field input {
          margin-bottom: 0; }
    .card-item.with-title .card-item-content {
      width: 100%;
      overflow-y: scroll;
      padding: 1rem 0;
      margin-bottom: 0;
      flex: 1;
      transform: translateZ(0);
      -webkit-transform: translateZ(0); }
      .card-item.with-title .card-item-content.hide-overflow {
        overflow: hidden; }

.input-field .suffix {
  position: absolute;
  width: 3rem;
  font-size: 2rem;
  right: 0;
  margin-top: 8px; }

.input-field .suffix.active {
  color: #26a69a; }

.material-container .input-field .prefix ~ input, .input-field .prefix ~ textarea, .input-field .prefix ~ label, .input-field .prefix ~ .validate ~ label {
  margin-left: 3rem !important;
  width: 92%;
  width: calc(100% - 6rem) !important;
  margin-right: 3rem !important; }

.input-field .prefix ~ input, .input-field .prefix ~ textarea, .input-field .prefix ~ label, .input-field .prefix ~ .validate ~ label {
  margin-left: 3rem !important;
  width: 92%;
  width: calc(100% - 3rem) !important; }

.dropdown-button.disabled {
  pointer-events: none;
  color: gray; }

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

.italic {
  font-style: italic; }

.collapsible.flat {
  box-shadow: none !important; }

/* custom input -> label always active */
.select-wrapper + label {
  top: 0 !important;
  transform: translateY(-14px) scale(1) !important; }

.input-field > label {
  transform: translateY(-14px) scale(0.8);
  transform-origin: 0 0; }

.slide-up {
  -webkit-animation-name: slideUp;
  -moz-animation-name: slideUp;
  -o-animation-name: slideUp;
  animation-name: slideUp;
  -webkit-animation-timing-function: ease-out;
  -moz-animation-timing-function: ease-out;
  -o-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-duration: 0.3s;
  -moz-animation-duration: 0.3s;
  -o-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  animation-fill-mode: forwards; }

.animate-opacity {
  -webkit-animation-name: show;
  -moz-animation-name: show;
  -o-animation-name: show;
  animation-name: show;
  -webkit-animation-timing-function: ease-out;
  -moz-animation-timing-function: ease-out;
  -o-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-duration: 0.5s;
  -moz-animation-duration: 0.5s;
  -o-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  animation-fill-mode: forwards; }

.grey-bottom-border {
  border-bottom: 1px solid #e0e0e0; }

.no-box-shadow {
  box-shadow: none; }

.select-with-search .dropdown-content {
  position: absolute;
  left: 0;
  right: 0; }
  .select-with-search .dropdown-content.active {
    display: block;
    opacity: 1; }

.conflict-comment {
  padding: 12px;
  border-bottom: 1px solid #eee; }

.custom-conflict-modal {
  max-height: initial;
  max-width: 100%;
  height: 80%;
  width: 50% !important;
  top: 10% !important; }
  .custom-conflict-modal .modal-content {
    height: calc(100% - 56px); }
  .custom-conflict-modal .custom-conflict-modal-container {
    height: 86%;
    margin-top: 1%; }

.modal-is-saving {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  background-color: rgba(255, 255, 255, 0.7); }

.bottom-popup-overlay {
  position: absolute !important;
  width: 100% !important;
  height: 320px;
  z-index: 1010;
  bottom: 0;
  text-align: center;
  box-shadow: 0px 0px 4px -1px rgba(0, 0, 0, 0.75);
  background-color: #fafafa;
  transition: transform .4s;
  -webkit-transition: transform .4s;
  -moz-transition: transform .4s; }
  .bottom-popup-overlay.hide-popup {
    display: none; }

.remove-popup {
  display: none; }

.suggestion-results-wrapper {
  height: 240px;
  overflow-y: scroll; }

.suggestion-result-item {
  text-align: left;
  padding-bottom: 0 !important;
  min-height: 60px !important; }

.context-menu-image {
  padding: 3px; }

.container {
  flex: 1 1 100%;
  margin: auto;
  padding: 24px;
  width: 100%; }

@media only screen and (min-width: 960px) {
  .container {
    max-width: 900px; } }

@media only screen and (min-width: 1264px) {
  .container {
    max-width: 1185px; } }

@media only screen and (min-width: 1904px) {
  .container {
    max-width: 1785px; } }

@media only screen and (max-width: 959px) {
  .container {
    padding: 16px; } }

.container.fluid {
  max-width: 100%; }

.container.fill-height {
  align-items: center;
  display: flex; }

.container.fill-height > .layout {
  height: 100%;
  flex: 1 1 auto; }

.container.grid-list-xs .layout .flex {
  padding: 1px; }

.container.grid-list-xs .layout:only-child {
  margin: -1px; }

.container.grid-list-xs .layout:not(:only-child) {
  margin: auto -1px; }

.container.grid-list-xs *:not(:only-child) .layout:first-child {
  margin-top: -1px; }

.container.grid-list-xs *:not(:only-child) .layout:last-child {
  margin-bottom: -1px; }

.container.grid-list-sm .layout .flex {
  padding: 2px; }

.container.grid-list-sm .layout:only-child {
  margin: -2px; }

.container.grid-list-sm .layout:not(:only-child) {
  margin: auto -2px; }

.container.grid-list-sm *:not(:only-child) .layout:first-child {
  margin-top: -2px; }

.container.grid-list-sm *:not(:only-child) .layout:last-child {
  margin-bottom: -2px; }

.container.grid-list-md .layout .flex {
  padding: 4px; }

.container.grid-list-md .layout:only-child {
  margin: -4px; }

.container.grid-list-md .layout:not(:only-child) {
  margin: auto -4px; }

.container.grid-list-md *:not(:only-child) .layout:first-child {
  margin-top: -4px; }

.container.grid-list-md *:not(:only-child) .layout:last-child {
  margin-bottom: -4px; }

.container.grid-list-lg .layout .flex {
  padding: 8px; }

.container.grid-list-lg .layout:only-child {
  margin: -8px; }

.container.grid-list-lg .layout:not(:only-child) {
  margin: auto -8px; }

.container.grid-list-lg *:not(:only-child) .layout:first-child {
  margin-top: -8px; }

.container.grid-list-lg *:not(:only-child) .layout:last-child {
  margin-bottom: -8px; }

.container.grid-list-xl .layout .flex {
  padding: 12px; }

.container.grid-list-xl .layout:only-child {
  margin: -12px; }

.container.grid-list-xl .layout:not(:only-child) {
  margin: auto -12px; }

.container.grid-list-xl *:not(:only-child) .layout:first-child {
  margin-top: -12px; }

.container.grid-list-xl *:not(:only-child) .layout:last-child {
  margin-bottom: -12px; }

.layout {
  display: flex;
  flex: 1 1 auto;
  flex-wrap: nowrap;
  min-width: 0; }

.layout.row {
  flex-direction: row; }

.layout.row.reverse {
  flex-direction: row-reverse; }

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

.layout.column.reverse {
  flex-direction: column-reverse; }

.layout.column > .flex {
  max-width: 100%; }

.layout.wrap {
  flex-wrap: wrap; }

@media all and (min-width: 0) {
  .flex.xs1 {
    flex-basis: 8.333333333333332%;
    flex-grow: 0;
    max-width: 8.333333333333332%; }
  .flex.order-xs1 {
    order: 1; }
  .flex.xs2 {
    flex-basis: 16.666666666666664%;
    flex-grow: 0;
    max-width: 16.666666666666664%; }
  .flex.order-xs2 {
    order: 2; }
  .flex.xs3 {
    flex-basis: 25%;
    flex-grow: 0;
    max-width: 25%; }
  .flex.order-xs3 {
    order: 3; }
  .flex.xs4 {
    flex-basis: 33.33333333333333%;
    flex-grow: 0;
    max-width: 33.33333333333333%; }
  .flex.order-xs4 {
    order: 4; }
  .flex.xs5 {
    flex-basis: 41.66666666666667%;
    flex-grow: 0;
    max-width: 41.66666666666667%; }
  .flex.order-xs5 {
    order: 5; }
  .flex.xs6 {
    flex-basis: 50%;
    flex-grow: 0;
    max-width: 50%; }
  .flex.order-xs6 {
    order: 6; }
  .flex.xs7 {
    flex-basis: 58.333333333333336%;
    flex-grow: 0;
    max-width: 58.333333333333336%; }
  .flex.order-xs7 {
    order: 7; }
  .flex.xs8 {
    flex-basis: 66.66666666666666%;
    flex-grow: 0;
    max-width: 66.66666666666666%; }
  .flex.order-xs8 {
    order: 8; }
  .flex.xs9 {
    flex-basis: 75%;
    flex-grow: 0;
    max-width: 75%; }
  .flex.order-xs9 {
    order: 9; }
  .flex.xs10 {
    flex-basis: 83.33333333333334%;
    flex-grow: 0;
    max-width: 83.33333333333334%; }
  .flex.order-xs10 {
    order: 10; }
  .flex.xs11 {
    flex-basis: 91.66666666666666%;
    flex-grow: 0;
    max-width: 91.66666666666666%; }
  .flex.order-xs11 {
    order: 11; }
  .flex.xs12 {
    flex-basis: 100%;
    flex-grow: 0;
    max-width: 100%; }
  .flex.order-xs12 {
    order: 12; }
  .flex.offset-xs0 {
    margin-left: 0%; }
  .flex.offset-xs1 {
    margin-left: 8.333333333333332%; }
  .flex.offset-xs2 {
    margin-left: 16.666666666666664%; }
  .flex.offset-xs3 {
    margin-left: 25%; }
  .flex.offset-xs4 {
    margin-left: 33.33333333333333%; }
  .flex.offset-xs5 {
    margin-left: 41.66666666666667%; }
  .flex.offset-xs6 {
    margin-left: 50%; }
  .flex.offset-xs7 {
    margin-left: 58.333333333333336%; }
  .flex.offset-xs8 {
    margin-left: 66.66666666666666%; }
  .flex.offset-xs9 {
    margin-left: 75%; }
  .flex.offset-xs10 {
    margin-left: 83.33333333333334%; }
  .flex.offset-xs11 {
    margin-left: 91.66666666666666%; }
  .flex.offset-xs12 {
    margin-left: 100%; } }

@media all and (min-width: 600px) {
  .flex.sm1 {
    flex-basis: 8.333333333333332%;
    flex-grow: 0;
    max-width: 8.333333333333332%; }
  .flex.order-sm1 {
    order: 1; }
  .flex.sm2 {
    flex-basis: 16.666666666666664%;
    flex-grow: 0;
    max-width: 16.666666666666664%; }
  .flex.order-sm2 {
    order: 2; }
  .flex.sm3 {
    flex-basis: 25%;
    flex-grow: 0;
    max-width: 25%; }
  .flex.order-sm3 {
    order: 3; }
  .flex.sm4 {
    flex-basis: 33.33333333333333%;
    flex-grow: 0;
    max-width: 33.33333333333333%; }
  .flex.order-sm4 {
    order: 4; }
  .flex.sm5 {
    flex-basis: 41.66666666666667%;
    flex-grow: 0;
    max-width: 41.66666666666667%; }
  .flex.order-sm5 {
    order: 5; }
  .flex.sm6 {
    flex-basis: 50%;
    flex-grow: 0;
    max-width: 50%; }
  .flex.order-sm6 {
    order: 6; }
  .flex.sm7 {
    flex-basis: 58.333333333333336%;
    flex-grow: 0;
    max-width: 58.333333333333336%; }
  .flex.order-sm7 {
    order: 7; }
  .flex.sm8 {
    flex-basis: 66.66666666666666%;
    flex-grow: 0;
    max-width: 66.66666666666666%; }
  .flex.order-sm8 {
    order: 8; }
  .flex.sm9 {
    flex-basis: 75%;
    flex-grow: 0;
    max-width: 75%; }
  .flex.order-sm9 {
    order: 9; }
  .flex.sm10 {
    flex-basis: 83.33333333333334%;
    flex-grow: 0;
    max-width: 83.33333333333334%; }
  .flex.order-sm10 {
    order: 10; }
  .flex.sm11 {
    flex-basis: 91.66666666666666%;
    flex-grow: 0;
    max-width: 91.66666666666666%; }
  .flex.order-sm11 {
    order: 11; }
  .flex.sm12 {
    flex-basis: 100%;
    flex-grow: 0;
    max-width: 100%; }
  .flex.order-sm12 {
    order: 12; }
  .flex.offset-sm0 {
    margin-left: 0%; }
  .flex.offset-sm1 {
    margin-left: 8.333333333333332%; }
  .flex.offset-sm2 {
    margin-left: 16.666666666666664%; }
  .flex.offset-sm3 {
    margin-left: 25%; }
  .flex.offset-sm4 {
    margin-left: 33.33333333333333%; }
  .flex.offset-sm5 {
    margin-left: 41.66666666666667%; }
  .flex.offset-sm6 {
    margin-left: 50%; }
  .flex.offset-sm7 {
    margin-left: 58.333333333333336%; }
  .flex.offset-sm8 {
    margin-left: 66.66666666666666%; }
  .flex.offset-sm9 {
    margin-left: 75%; }
  .flex.offset-sm10 {
    margin-left: 83.33333333333334%; }
  .flex.offset-sm11 {
    margin-left: 91.66666666666666%; }
  .flex.offset-sm12 {
    margin-left: 100%; } }

@media all and (min-width: 960px) {
  .flex.md1 {
    flex-basis: 8.333333333333332%;
    flex-grow: 0;
    max-width: 8.333333333333332%; }
  .flex.order-md1 {
    order: 1; }
  .flex.md2 {
    flex-basis: 16.666666666666664%;
    flex-grow: 0;
    max-width: 16.666666666666664%; }
  .flex.order-md2 {
    order: 2; }
  .flex.md3 {
    flex-basis: 25%;
    flex-grow: 0;
    max-width: 25%; }
  .flex.order-md3 {
    order: 3; }
  .flex.md4 {
    flex-basis: 33.33333333333333%;
    flex-grow: 0;
    max-width: 33.33333333333333%; }
  .flex.order-md4 {
    order: 4; }
  .flex.md5 {
    flex-basis: 41.66666666666667%;
    flex-grow: 0;
    max-width: 41.66666666666667%; }
  .flex.order-md5 {
    order: 5; }
  .flex.md6 {
    flex-basis: 50%;
    flex-grow: 0;
    max-width: 50%; }
  .flex.order-md6 {
    order: 6; }
  .flex.md7 {
    flex-basis: 58.333333333333336%;
    flex-grow: 0;
    max-width: 58.333333333333336%; }
  .flex.order-md7 {
    order: 7; }
  .flex.md8 {
    flex-basis: 66.66666666666666%;
    flex-grow: 0;
    max-width: 66.66666666666666%; }
  .flex.order-md8 {
    order: 8; }
  .flex.md9 {
    flex-basis: 75%;
    flex-grow: 0;
    max-width: 75%; }
  .flex.order-md9 {
    order: 9; }
  .flex.md10 {
    flex-basis: 83.33333333333334%;
    flex-grow: 0;
    max-width: 83.33333333333334%; }
  .flex.order-md10 {
    order: 10; }
  .flex.md11 {
    flex-basis: 91.66666666666666%;
    flex-grow: 0;
    max-width: 91.66666666666666%; }
  .flex.order-md11 {
    order: 11; }
  .flex.md12 {
    flex-basis: 100%;
    flex-grow: 0;
    max-width: 100%; }
  .flex.order-md12 {
    order: 12; }
  .flex.offset-md0 {
    margin-left: 0%; }
  .flex.offset-md1 {
    margin-left: 8.333333333333332%; }
  .flex.offset-md2 {
    margin-left: 16.666666666666664%; }
  .flex.offset-md3 {
    margin-left: 25%; }
  .flex.offset-md4 {
    margin-left: 33.33333333333333%; }
  .flex.offset-md5 {
    margin-left: 41.66666666666667%; }
  .flex.offset-md6 {
    margin-left: 50%; }
  .flex.offset-md7 {
    margin-left: 58.333333333333336%; }
  .flex.offset-md8 {
    margin-left: 66.66666666666666%; }
  .flex.offset-md9 {
    margin-left: 75%; }
  .flex.offset-md10 {
    margin-left: 83.33333333333334%; }
  .flex.offset-md11 {
    margin-left: 91.66666666666666%; }
  .flex.offset-md12 {
    margin-left: 100%; } }

@media all and (min-width: 1264px) {
  .flex.lg1 {
    flex-basis: 8.333333333333332%;
    flex-grow: 0;
    max-width: 8.333333333333332%; }
  .flex.order-lg1 {
    order: 1; }
  .flex.lg2 {
    flex-basis: 16.666666666666664%;
    flex-grow: 0;
    max-width: 16.666666666666664%; }
  .flex.order-lg2 {
    order: 2; }
  .flex.lg3 {
    flex-basis: 25%;
    flex-grow: 0;
    max-width: 25%; }
  .flex.order-lg3 {
    order: 3; }
  .flex.lg4 {
    flex-basis: 33.33333333333333%;
    flex-grow: 0;
    max-width: 33.33333333333333%; }
  .flex.order-lg4 {
    order: 4; }
  .flex.lg5 {
    flex-basis: 41.66666666666667%;
    flex-grow: 0;
    max-width: 41.66666666666667%; }
  .flex.order-lg5 {
    order: 5; }
  .flex.lg6 {
    flex-basis: 50%;
    flex-grow: 0;
    max-width: 50%; }
  .flex.order-lg6 {
    order: 6; }
  .flex.lg7 {
    flex-basis: 58.333333333333336%;
    flex-grow: 0;
    max-width: 58.333333333333336%; }
  .flex.order-lg7 {
    order: 7; }
  .flex.lg8 {
    flex-basis: 66.66666666666666%;
    flex-grow: 0;
    max-width: 66.66666666666666%; }
  .flex.order-lg8 {
    order: 8; }
  .flex.lg9 {
    flex-basis: 75%;
    flex-grow: 0;
    max-width: 75%; }
  .flex.order-lg9 {
    order: 9; }
  .flex.lg10 {
    flex-basis: 83.33333333333334%;
    flex-grow: 0;
    max-width: 83.33333333333334%; }
  .flex.order-lg10 {
    order: 10; }
  .flex.lg11 {
    flex-basis: 91.66666666666666%;
    flex-grow: 0;
    max-width: 91.66666666666666%; }
  .flex.order-lg11 {
    order: 11; }
  .flex.lg12 {
    flex-basis: 100%;
    flex-grow: 0;
    max-width: 100%; }
  .flex.order-lg12 {
    order: 12; }
  .flex.offset-lg0 {
    margin-left: 0%; }
  .flex.offset-lg1 {
    margin-left: 8.333333333333332%; }
  .flex.offset-lg2 {
    margin-left: 16.666666666666664%; }
  .flex.offset-lg3 {
    margin-left: 25%; }
  .flex.offset-lg4 {
    margin-left: 33.33333333333333%; }
  .flex.offset-lg5 {
    margin-left: 41.66666666666667%; }
  .flex.offset-lg6 {
    margin-left: 50%; }
  .flex.offset-lg7 {
    margin-left: 58.333333333333336%; }
  .flex.offset-lg8 {
    margin-left: 66.66666666666666%; }
  .flex.offset-lg9 {
    margin-left: 75%; }
  .flex.offset-lg10 {
    margin-left: 83.33333333333334%; }
  .flex.offset-lg11 {
    margin-left: 91.66666666666666%; }
  .flex.offset-lg12 {
    margin-left: 100%; } }

@media all and (min-width: 1904px) {
  .flex.xl1 {
    flex-basis: 8.333333333333332%;
    flex-grow: 0;
    max-width: 8.333333333333332%; }
  .flex.order-xl1 {
    order: 1; }
  .flex.xl2 {
    flex-basis: 16.666666666666664%;
    flex-grow: 0;
    max-width: 16.666666666666664%; }
  .flex.order-xl2 {
    order: 2; }
  .flex.xl3 {
    flex-basis: 25%;
    flex-grow: 0;
    max-width: 25%; }
  .flex.order-xl3 {
    order: 3; }
  .flex.xl4 {
    flex-basis: 33.33333333333333%;
    flex-grow: 0;
    max-width: 33.33333333333333%; }
  .flex.order-xl4 {
    order: 4; }
  .flex.xl5 {
    flex-basis: 41.66666666666667%;
    flex-grow: 0;
    max-width: 41.66666666666667%; }
  .flex.order-xl5 {
    order: 5; }
  .flex.xl6 {
    flex-basis: 50%;
    flex-grow: 0;
    max-width: 50%; }
  .flex.order-xl6 {
    order: 6; }
  .flex.xl7 {
    flex-basis: 58.333333333333336%;
    flex-grow: 0;
    max-width: 58.333333333333336%; }
  .flex.order-xl7 {
    order: 7; }
  .flex.xl8 {
    flex-basis: 66.66666666666666%;
    flex-grow: 0;
    max-width: 66.66666666666666%; }
  .flex.order-xl8 {
    order: 8; }
  .flex.xl9 {
    flex-basis: 75%;
    flex-grow: 0;
    max-width: 75%; }
  .flex.order-xl9 {
    order: 9; }
  .flex.xl10 {
    flex-basis: 83.33333333333334%;
    flex-grow: 0;
    max-width: 83.33333333333334%; }
  .flex.order-xl10 {
    order: 10; }
  .flex.xl11 {
    flex-basis: 91.66666666666666%;
    flex-grow: 0;
    max-width: 91.66666666666666%; }
  .flex.order-xl11 {
    order: 11; }
  .flex.xl12 {
    flex-basis: 100%;
    flex-grow: 0;
    max-width: 100%; }
  .flex.order-xl12 {
    order: 12; }
  .flex.offset-xl0 {
    margin-left: 0%; }
  .flex.offset-xl1 {
    margin-left: 8.333333333333332%; }
  .flex.offset-xl2 {
    margin-left: 16.666666666666664%; }
  .flex.offset-xl3 {
    margin-left: 25%; }
  .flex.offset-xl4 {
    margin-left: 33.33333333333333%; }
  .flex.offset-xl5 {
    margin-left: 41.66666666666667%; }
  .flex.offset-xl6 {
    margin-left: 50%; }
  .flex.offset-xl7 {
    margin-left: 58.333333333333336%; }
  .flex.offset-xl8 {
    margin-left: 66.66666666666666%; }
  .flex.offset-xl9 {
    margin-left: 75%; }
  .flex.offset-xl10 {
    margin-left: 83.33333333333334%; }
  .flex.offset-xl11 {
    margin-left: 91.66666666666666%; }
  .flex.offset-xl12 {
    margin-left: 100%; } }

.flex,
.child-flex > * {
  flex: 1 1 auto;
  max-width: 100%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.justify-self-start {
  justify-self: flex-start; }

.justify-self-end {
  justify-self: flex-end; }

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

.justify-self-baseline {
  justify-self: baseline; }

.spacer {
  flex-grow: 1 !important; }

.grow {
  flex-grow: 1 !important;
  flex-shrink: 0 !important; }

.shrink {
  flex-grow: 0 !important;
  flex-shrink: 1 !important; }

.scroll-y {
  overflow-y: auto; }

.fill-height {
  height: 100%; }

.hide-overflow {
  overflow: hidden !important; }

.show-overflow {
  overflow: visible !important; }

.no-wrap {
  white-space: nowrap; }

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

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

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

.d-flex > *,
.d-inline-flex > * {
  flex: 1 1 auto !important; }

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

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

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

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

/*# sourceMappingURL=node_modules/vuetify/src/stylus/components/_grid.css.map */
.ma-auto {
  margin-top: auto !important;
  margin-right: auto !important;
  margin-bottom: auto !important;
  margin-left: auto !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ma-1 {
  margin: 4px 4px !important; }

.my-1 {
  margin-top: 4px !important;
  margin-bottom: 4px !important; }

.mx-1 {
  margin-left: 4px !important;
  margin-right: 4px !important; }

.mt-1 {
  margin-top: 4px !important; }

.mr-1 {
  margin-right: 4px !important; }

.mb-1 {
  margin-bottom: 4px !important; }

.ml-1 {
  margin-left: 4px !important; }

.pa-1 {
  padding: 4px 4px !important; }

.py-1 {
  padding-top: 4px !important;
  padding-bottom: 4px !important; }

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

.pt-1 {
  padding-top: 4px !important; }

.pr-1 {
  padding-right: 4px !important; }

.pb-1 {
  padding-bottom: 4px !important; }

.pl-1 {
  padding-left: 4px !important; }

.ma-2 {
  margin: 8px 8px !important; }

.my-2 {
  margin-top: 8px !important;
  margin-bottom: 8px !important; }

.mx-2 {
  margin-left: 8px !important;
  margin-right: 8px !important; }

.mt-2 {
  margin-top: 8px !important; }

.mr-2 {
  margin-right: 8px !important; }

.mb-2 {
  margin-bottom: 8px !important; }

.ml-2 {
  margin-left: 8px !important; }

.pa-2 {
  padding: 8px 8px !important; }

.py-2 {
  padding-top: 8px !important;
  padding-bottom: 8px !important; }

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

.pt-2 {
  padding-top: 8px !important; }

.pr-2 {
  padding-right: 8px !important; }

.pb-2 {
  padding-bottom: 8px !important; }

.pl-2 {
  padding-left: 8px !important; }

.ma-3 {
  margin: 16px 16px !important; }

.my-3 {
  margin-top: 16px !important;
  margin-bottom: 16px !important; }

.mx-3 {
  margin-left: 16px !important;
  margin-right: 16px !important; }

.mt-3 {
  margin-top: 16px !important; }

.mr-3 {
  margin-right: 16px !important; }

.mb-3 {
  margin-bottom: 16px !important; }

.ml-3 {
  margin-left: 16px !important; }

.pa-3 {
  padding: 16px 16px !important; }

.py-3 {
  padding-top: 16px !important;
  padding-bottom: 16px !important; }

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

.pt-3 {
  padding-top: 16px !important; }

.pr-3 {
  padding-right: 16px !important; }

.pb-3 {
  padding-bottom: 16px !important; }

.pl-3 {
  padding-left: 16px !important; }

.ma-4 {
  margin: 24px 24px !important; }

.my-4 {
  margin-top: 24px !important;
  margin-bottom: 24px !important; }

.mx-4 {
  margin-left: 24px !important;
  margin-right: 24px !important; }

.mt-4 {
  margin-top: 24px !important; }

.mr-4 {
  margin-right: 24px !important; }

.mb-4 {
  margin-bottom: 24px !important; }

.ml-4 {
  margin-left: 24px !important; }

.pa-4 {
  padding: 24px 24px !important; }

.py-4 {
  padding-top: 24px !important;
  padding-bottom: 24px !important; }

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

.pt-4 {
  padding-top: 24px !important; }

.pr-4 {
  padding-right: 24px !important; }

.pb-4 {
  padding-bottom: 24px !important; }

.pl-4 {
  padding-left: 24px !important; }

.ma-5 {
  margin: 48px 48px !important; }

.my-5 {
  margin-top: 48px !important;
  margin-bottom: 48px !important; }

.mx-5 {
  margin-left: 48px !important;
  margin-right: 48px !important; }

.mt-5 {
  margin-top: 48px !important; }

.mr-5 {
  margin-right: 48px !important; }

.mb-5 {
  margin-bottom: 48px !important; }

.ml-5 {
  margin-left: 48px !important; }

.pa-5 {
  padding: 48px 48px !important; }

.py-5 {
  padding-top: 48px !important;
  padding-bottom: 48px !important; }

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

.pt-5 {
  padding-top: 48px !important; }

.pr-5 {
  padding-right: 48px !important; }

.pb-5 {
  padding-bottom: 48px !important; }

.pl-5 {
  padding-left: 48px !important; }

nav {
  z-index: 10;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.33);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.33); }
  nav i, nav [class^="mdi-"], nav [class*="mdi-"], nav i.material-icons {
    display: inline-block !important; }
  nav .breadcrumb-container {
    white-space: nowrap;
    padding-left: 1rem;
    height: 100%;
    position: absolute;
    display: inline-block; }
    nav .breadcrumb-container .breadcrumb {
      font-size: inherit; }
    nav .breadcrumb-container .breadcrumb:before {
      margin: 0 2px 0 0; }
  nav .title-container {
    display: inline-block; }
  nav .menu-icons {
    height: 100%;
    padding-left: 1rem;
    display: inline-block; }
    nav .menu-icons .mdi:hover {
      color: #e0e0e0;
      cursor: pointer; }
    nav .menu-icons .menu-backspace {
      transform: translateX(-34px);
      opacity: 1;
      transition: visibility 0.1s,opacity 0.1s ease-out; }
      nav .menu-icons .menu-backspace.closed {
        opacity: 0;
        visibility: hidden; }
  nav .page-title {
    font-size: 30px;
    padding-left: 1rem; }
  nav .button-container {
    display: inline-block;
    float: right; }
  nav .nav-button {
    padding: 0 1rem;
    display: inline-flex;
    background-color: #212121;
    transition: background-color 0.5s ease; }
    nav .nav-button:hover {
      background-color: #343434; }
  nav .top-nav__logged-in {
    height: 100%;
    display: inline-flex; }
    nav .top-nav__logged-in > i {
      font-size: 1.2rem; }
    nav .top-nav__logged-in .avatar-container > img {
      height: 2rem;
      position: absolute; }
    nav .top-nav__logged-in .avatar-container > i {
      font-size: 1.5rem; }
    nav .top-nav__logged-in .profile-name {
      line-height: 16px;
      padding: 16px; }
    nav .top-nav__logged-in .logout-title {
      padding: 0 1.5rem; }
    nav .top-nav__logged-in .mdi-logout {
      font-size: 24px; }
    nav .top-nav__logged-in .logout {
      cursor: pointer;
      padding-right: 0.5rem; }
      nav .top-nav__logged-in .logout:hover {
        color: #e0e0e0; }
  nav .navbar-search-wrapper {
    position: absolute;
    width: 100%;
    z-index: 1;
    background-color: #fff; }
    nav .navbar-search-wrapper .navbar-search-wrapper__search-input {
      background-color: #fff;
      color: #000; }
    nav .navbar-search-wrapper .material-icons {
      color: #000 !important; }
    nav .navbar-search-wrapper .search-icon {
      left: 16px;
      right: initial !important; }

.dropdown-content > li {
  min-height: initial; }
  .dropdown-content > li .dropdown-item {
    color: black; }

.notifications-badge {
  position: absolute;
  font-weight: 300;
  font-size: 0.7rem;
  color: #fff;
  background-color: #26a69a;
  border-radius: 5px;
  margin: 0;
  right: 8px;
  top: 14px;
  height: 16px;
  min-width: 16px;
  line-height: 16px;
  text-align: center; }

.hide-on-custom {
  display: none !important; }

@media only screen and (max-width: 1580px) {
  .hide-on-custom {
    display: inline-block !important; } }

.side-menu {
  display: flex;
  flex-direction: column;
  width: 256px;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
  margin-left: 0;
  opacity: 1;
  visibility: visible;
  z-index: 8;
  transition: visibility 0.1s, opacity 0.1s ease-out; }
  .side-menu .side-menu__footer {
    width: 256px;
    border-top: 1px solid #ccc;
    background-color: #fff;
    z-index: 1; }
    .side-menu .side-menu__footer p {
      text-align: center;
      color: #757575; }
  .side-menu .side-menu__container-scrollable {
    height: 100%;
    overflow: auto; }
    .side-menu .side-menu__container-scrollable .title-image {
      padding: 2rem 0;
      border-bottom: 1px solid #ccc;
      height: 64px;
      display: flex;
      align-items: center;
      overflow: hidden; }
    .side-menu .side-menu__container-scrollable .side-menu__accordion-menu input[type=checkbox] + label:before, .side-menu .side-menu__container-scrollable .side-menu__accordion-menu input[type=checkbox]:not(.filled-in) + label::after {
      content: normal; }
    .side-menu .side-menu__container-scrollable .side-menu__accordion-menu label {
      position: relative;
      display: block;
      background: #ffffff;
      color: #757575;
      font-size: 14px;
      font-weight: 300;
      height: 45px;
      line-height: 45px; }
    .side-menu .side-menu__container-scrollable .side-menu__accordion-menu i {
      float: right;
      vertical-align: middle; }
    .side-menu .side-menu__container-scrollable .side-menu__accordion-menu a {
      position: relative;
      display: block;
      color: #757575; }
    .side-menu .side-menu__container-scrollable .side-menu__accordion-menu ul.side-menu__sub-menu {
      height: 0;
      overflow: hidden;
      background: rgba(33, 33, 33, 0.05); }
      .side-menu .side-menu__container-scrollable .side-menu__accordion-menu ul.side-menu__sub-menu.open {
        height: auto; }
      .side-menu .side-menu__container-scrollable .side-menu__accordion-menu ul.side-menu__sub-menu a {
        padding: 10px 35px; }
      .side-menu .side-menu__container-scrollable .side-menu__accordion-menu ul.side-menu__sub-menu li:last-child {
        border-bottom: 0; }
      .side-menu .side-menu__container-scrollable .side-menu__accordion-menu ul.side-menu__sub-menu .side-menu__accordion-menu__item {
        border-top: none;
        border-bottom: none; }
        .side-menu .side-menu__container-scrollable .side-menu__accordion-menu ul.side-menu__sub-menu .side-menu__accordion-menu__item.active a:hover {
          background-color: rgba(0, 0, 0, 0.1); }
    .side-menu .side-menu__container-scrollable .side-menu__accordion-menu .side-menu__accordion-menu__item {
      border-top: solid 1px transparent;
      border-bottom: solid 1px transparent; }
      .side-menu .side-menu__container-scrollable .side-menu__accordion-menu .side-menu__accordion-menu__item a {
        font-weight: 500;
        padding: 10px 30px;
        color: #000; }
      .side-menu .side-menu__container-scrollable .side-menu__accordion-menu .side-menu__accordion-menu__item a:hover {
        background-color: rgba(117, 117, 117, 0.1); }
      .side-menu .side-menu__container-scrollable .side-menu__accordion-menu .side-menu__accordion-menu__item.active > a {
        color: #9c0000; }
      .side-menu .side-menu__container-scrollable .side-menu__accordion-menu .side-menu__accordion-menu__item .item-arrow {
        font-size: 1rem;
        line-height: 24px;
        transform: rotate(0deg);
        transition: transform 0.2s ease-out; }
        .side-menu .side-menu__container-scrollable .side-menu__accordion-menu .side-menu__accordion-menu__item .item-arrow.active {
          transform: rotate(90deg); }
    .side-menu .side-menu__container-scrollable .side-menu__accordion-menu.logout-wrapper {
      padding: 1em 0;
      border-top: 1px solid #ccc; }
  .side-menu .close-overlay {
    display: none; }
  .side-menu .delete-favourite-button {
    margin-right: -15px;
    color: #ccc;
    font-size: 1.3rem;
    line-height: 21px; }
    .side-menu .delete-favourite-button:hover {
      color: #f44336; }

@media only screen and (max-width: 1580px) {
  .side-menu {
    position: fixed;
    height: 100%;
    width: calc(100% + 256px);
    box-shadow: 5px 0 4px rgba(0, 0, 0, 0.08);
    z-index: 1002;
    background-color: rgba(0, 0, 0, 0.5); }
    .side-menu.close {
      opacity: 0;
      visibility: hidden;
      margin-left: 0; }
      .side-menu.close .close-overlay {
        display: none; }
    .side-menu.animated {
      transition: visibility 0.1s, opacity 0.1s ease-out, transform 0.2s, margin-left 0.2s; }
      .side-menu.animated.close {
        transform: translateX(-256px);
        margin-left: 0; }
    .side-menu .side-menu__container-scrollable {
      background-color: #ffffff;
      -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
      box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
      width: 256px;
      height: 100%;
      overflow: auto; }
    .side-menu .close-overlay {
      display: block;
      position: fixed;
      width: 100%;
      height: 100%;
      left: 256px; } }

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

.slide-up {
  -webkit-animation-name: slideUp;
  -moz-animation-name: slideUp;
  -o-animation-name: slideUp;
  animation-name: slideUp;
  -webkit-animation-timing-function: ease-out;
  -moz-animation-timing-function: ease-out;
  -o-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-duration: 0.3s;
  -moz-animation-duration: 0.3s;
  -o-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  animation-fill-mode: forwards; }

.fade-in {
  -webkit-animation-name: show;
  -moz-animation-name: show;
  -o-animation-name: show;
  animation-name: show;
  -webkit-animation-timing-function: ease-out;
  -moz-animation-timing-function: ease-out;
  -o-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-duration: 0.5s;
  -moz-animation-duration: 0.5s;
  -o-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  animation-fill-mode: forwards; }

.fade-in-0-5 {
  -webkit-animation-name: showHalfOpacity;
  -moz-animation-name: showHalfOpacity;
  -o-animation-name: showHalfOpacity;
  animation-name: showHalfOpacity;
  -webkit-animation-timing-function: ease-out;
  -moz-animation-timing-function: ease-out;
  -o-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-duration: 0.5s;
  -moz-animation-duration: 0.5s;
  -o-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  animation-fill-mode: forwards; }

.fade-out-0-5 {
  -webkit-animation-name: hideHalfOpacity;
  -moz-animation-name: hideHalfOpacity;
  -o-animation-name: hideHalfOpacity;
  animation-name: hideHalfOpacity;
  -webkit-animation-timing-function: ease-out;
  -moz-animation-timing-function: ease-out;
  -o-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-duration: 0.5s;
  -moz-animation-duration: 0.5s;
  -o-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  animation-fill-mode: forwards; }

.fade-in-dropdown {
  transform-origin: top;
  -webkit-animation-name: fadeInDropdown;
  -moz-animation-name: fadeInDropdown;
  -o-animation-name: fadeInDropdown;
  animation-name: fadeInDropdown;
  -webkit-animation-timing-function: ease-out;
  -moz-animation-timing-function: ease-out;
  -o-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-duration: 0.25s;
  -moz-animation-duration: 0.25s;
  -o-animation-duration: 0.25s;
  animation-duration: 0.25s;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  animation-fill-mode: forwards; }

.fade-out-dropdown {
  transform-origin: top;
  -webkit-animation-name: hide;
  -moz-animation-name: hide;
  -o-animation-name: hide;
  animation-name: hide;
  -webkit-animation-timing-function: ease-out;
  -moz-animation-timing-function: ease-out;
  -o-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-duration: 0.25s;
  -moz-animation-duration: 0.25s;
  -o-animation-duration: 0.25s;
  animation-duration: 0.25s;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  animation-fill-mode: forwards; }

.animate-height {
  transform-origin: top;
  -webkit-animation-name: heightFrom0;
  -moz-animation-name: heightFrom0;
  -o-animation-name: heightFrom0;
  animation-name: heightFrom0;
  -webkit-animation-timing-function: ease-out;
  -moz-animation-timing-function: ease-out;
  -o-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-duration: 0.25s;
  -moz-animation-duration: 0.25s;
  -o-animation-duration: 0.25s;
  animation-duration: 0.25s;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  animation-fill-mode: forwards; }

.show-animation {
  transform-origin: top;
  -webkit-animation-name: show;
  -moz-animation-name: show;
  -o-animation-name: show;
  animation-name: show;
  -webkit-animation-timing-function: ease-out;
  -moz-animation-timing-function: ease-out;
  -o-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-duration: 0.25s;
  -moz-animation-duration: 0.25s;
  -o-animation-duration: 0.25s;
  animation-duration: 0.25s;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  animation-fill-mode: forwards; }

.hide-animation {
  transform-origin: top;
  -webkit-animation-name: hide;
  -moz-animation-name: hide;
  -o-animation-name: hide;
  animation-name: hide;
  -webkit-animation-timing-function: ease-out;
  -moz-animation-timing-function: ease-out;
  -o-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-duration: 0.25s;
  -moz-animation-duration: 0.25s;
  -o-animation-duration: 0.25s;
  animation-duration: 0.25s;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  animation-fill-mode: forwards; }

@keyframes slideUp {
  0% {
    opacity: 0;
    transform: translateY(4vh); }
  30% {
    transform: translateY(1vh); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

@keyframes slideRight {
  0% {
    opacity: 1;
    transform: translateX(0); }
  100% {
    opacity: 0;
    transform: translateX(100%); } }

@keyframes show {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes hide {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes showHalfOpacity {
  0% {
    opacity: 0; }
  100% {
    opacity: 0.5; } }

@keyframes hideHalfOpacity {
  0% {
    opacity: 0.5; }
  100% {
    opacity: 0; } }

@keyframes fadeInDropdown {
  0% {
    opacity: 0;
    transform: scaleY(0.9); }
  100% {
    opacity: 1;
    transform: scaleY(1); } }

@keyframes fadeOutDropdown {
  0% {
    opacity: 1;
    transform: scaleY(1); }
  100% {
    opacity: 0;
    transform: scaleY(0.9); } }

@keyframes heightFrom0 {
  0% {
    max-height: 0; }
  100% {
    max-height: 100px; } }

.row.info-text {
  padding: 1rem;
  background-color: #f2f2f2;
  color: #9e9e9e;
  border-radius: 8px; }

.add-data-wrapper {
  display: flex; }
  .add-data-wrapper.column {
    flex-direction: column; }
  .add-data-wrapper > .card-holder {
    flex: 1; }
  .add-data-wrapper .row .col.add-data-container {
    padding: 1rem; }
  .add-data-wrapper .add-data-container {
    background: #f2f2f2;
    position: relative;
    height: 100%;
    z-index: 10;
    display: flex; }
    .add-data-wrapper .add-data-container > .btn-floating {
      position: absolute;
      bottom: 0;
      right: 0;
      margin: 1rem; }
  .add-data-wrapper .add-data-hide {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0.25rem; }
    .add-data-wrapper .add-data-hide:hover {
      background-color: #e6e6e6; }
  .add-data-wrapper .show-field-button-wrapper {
    width: 40px;
    height: 40px;
    margin: 0 1rem; }

.chips-input-wrapper {
  border-bottom: 1px solid #9e9e9e; }
  .chips-input-wrapper input {
    border-bottom: none !important; }

.card__settings-tabs {
  background-color: #fff !important;
  border-radius: 16px 16px 0 0; }

.card__settings-collection_container--with-tabs {
  border-radius: 0 0 16px 16px; }

.card__settings-collection_container {
  background-color: #fff !important; }
  .card__settings-collection_container .edit-user-btn, .card__settings-collection_container .delete-user-btn {
    z-index: 0 !important; }
  .card__settings-collection_container .collection-item.avatar {
    display: flex;
    align-items: center; }
    .card__settings-collection_container .collection-item.avatar .fab-button-container {
      position: absolute;
      right: 16px; }
  .card__settings-collection_container .user-information span {
    display: block; }
    .card__settings-collection_container .user-information span.title {
      font-weight: 500; }
    .card__settings-collection_container .user-information span.badge-user__type {
      display: inline-block;
      position: relative;
      right: 0;
      float: none;
      margin-left: 0; }

#system-user-focus {
  height: 100%; }

.card-body-content {
  padding: 1rem; }

.buttons-container {
  position: sticky;
  right: 0;
  background-color: #fff;
  z-index: 1; }

.roles-table-container {
  padding-top: 1rem;
  padding-bottom: 1rem;
  margin-right: 1rem;
  margin-left: 1rem;
  background-color: #fff;
  border-radius: 2px;
  overflow: auto; }
  .roles-table-container [type="checkbox"] + label {
    padding-left: 20px;
    vertical-align: middle; }
  .roles-table-container p {
    margin: 0; }

.switch-title {
  padding-left: 0.5rem;
  float: left;
  display: inline-block; }

.input-field.inline_padding_nofloat {
  float: none !important;
  display: inline-block !important; }

.row.with-padding {
  padding: 1rem; }

.padding-top {
  padding-top: 1rem; }

.user-roles-buttons {
  min-width: 130px;
  border-left: 1px solid #e8e4e4; }

.table-container {
  padding: 1rem;
  background-color: #fff;
  border-radius: 2px;
  overflow: auto; }
  .table-container [type="checkbox"] + label {
    padding-left: 20px;
    vertical-align: middle; }
  .table-container p {
    margin: 0; }

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

.input-field.inline_padding_nofloat {
  float: none !important;
  display: inline-block !important; }

.no-bottom-border {
  border-bottom: none !important; }

.row.with-padding {
  padding: 1rem; }

.padding-top {
  padding-top: 1rem; }

.no-padding label {
  left: 0 !important; }

.channel-grey-thumbnail {
  background-color: #e6e6e6; }

.js-export_to_pipeline-submit.disabled > a {
  pointer-events: none !important;
  cursor: default !important;
  background-color: rgba(38, 166, 154, 0.53) !important; }

.js-export_to_pipeline-submit.disabled > a:hover {
  pointer-events: none !important;
  cursor: default !important;
  background-color: rgba(38, 166, 154, 0.53) !important; }

.marginTop {
  margin-top: 18px; }

.card__cast-collection_container .edit-cast-btn, .card__cast-collection_container .delete-cast-btn {
  z-index: 0 !important; }

.custom-list-header {
  line-height: 1.5rem !important; }

.button-vertical-center {
  height: 4.5rem;
  text-align: right; }
  .button-vertical-center > a {
    padding: 0 1rem; }
    .button-vertical-center > a > i {
      font-size: 2rem; }

.collapsible-header.active i.edit-icon {
  -ms-transform: rotate(180deg);
  /* IE 9 */
  -webkit-transform: rotate(180deg);
  /* Chrome, Safari, Opera */
  transform: rotate(180deg); }

.input-field > .fake_label {
  margin-bottom: 12px;
  transform: translateY(-100%); }

.fake_label {
  font-size: 0.8rem;
  pointer-events: none;
  color: rgba(0, 0, 0, 0.42);
  margin-bottom: 10px;
  padding-bottom: 0; }

.items_container {
  padding: 0 1.6rem !important; }

.collapsible-body p {
  padding: 0px; }

.ultra-small {
  font-size: 0.8rem;
  margin: 0;
  padding: 0; }

.small {
  font-size: 0.95rem;
  margin: 0;
  padding: 0; }

.table-flex thead {
  width: 100%; }
  .table-flex thead.absolute {
    position: absolute;
    background-color: #fff;
    top: 0;
    z-index: 1000; }
  .table-flex thead > tr {
    width: 100%;
    display: flex; }
    .table-flex thead > tr > th {
      flex: 1; }

.table-flex tbody > tr {
  display: flex; }
  .table-flex tbody > tr > td {
    flex: 1; }

.table-wrapper {
  /*
  	z-index: 0		normal cells
	z-index: 5		fixed cells
	z-index: 6		cells in fixed table with dropdown content
	z-index: 7		normal thead cells
	z-index: 8		thead cells
	z-index: 9		cells in fixed table with datetime picker
 */
  position: relative;
  overflow: hidden; }
  .table-wrapper .fixed-table-wrapper td,
  .table-wrapper .fixed-table-wrapper th,
  .table-wrapper .scrolled-table-wrapper td,
  .table-wrapper .scrolled-table-wrapper th {
    min-width: 250px;
    max-width: 300px; }
  .table-wrapper .fixed-table-wrapper th,
  .table-wrapper .scrolled-table-wrapper th {
    background-color: white;
    z-index: 1; }
  .table-wrapper .fixed-table-wrapper {
    position: absolute;
    left: 0;
    right: 0; }
    .table-wrapper .fixed-table-wrapper thead th.fixed {
      z-index: 2; }
    .table-wrapper .fixed-table-wrapper .fixed {
      position: relative;
      z-index: 1; }
    .table-wrapper .fixed-table-wrapper tr:nth-child(even) td {
      background-color: #fafafa; }
    .table-wrapper .fixed-table-wrapper tr:nth-child(odd) td {
      background-color: #f2f2f2; }
    .table-wrapper .fixed-table-wrapper .cell-with-dropdown {
      z-index: 6; }
    .table-wrapper .fixed-table-wrapper .cell-with-trailer .video-play-wrapper, .table-wrapper .fixed-table-wrapper .content-card-item {
      z-index: 0; }
    .table-wrapper .fixed-table-wrapper .cell-with-datepicker {
      z-index: 9; }
  .table-wrapper .scrolled-table-wrapper {
    overflow-x: hidden; }
    .table-wrapper .scrolled-table-wrapper td, .table-wrapper .scrolled-table-wrapper th {
      position: relative; }
  .table-wrapper .box-shadow-animation {
    animation-name: boxShadowAnimation;
    animation-duration: 1.0s;
    animation-fill-mode: forwards;
    animation-timing-function: linear; }

@keyframes boxShadowAnimation {
  from {
    box-shadow: none; }
  to {
    box-shadow: 6px 0 6px -4px rgba(0, 0, 0, 0.04); } }
  .table-wrapper .info-wrapper .bottom {
    z-index: 1; }

#tabular_content {
  padding-top: 0; }

.horizontalScrollbar {
  display: none;
  padding: 1rem 0 0 0;
  background-color: #f2f2f2;
  position: relative;
  z-index: 1; }
  .horizontalScrollbar .scrollbarArea {
    position: relative;
    width: 100%;
    height: 10px;
    background-color: #eaeaea; }
    .horizontalScrollbar .scrollbarArea .scrollbar {
      margin: 0 30px;
      height: 10px;
      background-color: #dfdfdf; }
      .horizontalScrollbar .scrollbarArea .scrollbar:hover, .horizontalScrollbar .scrollbarArea .scrollbar:active {
        background-color: #ccc; }
    .horizontalScrollbar .scrollbarArea .left-btn,
    .horizontalScrollbar .scrollbarArea .right-btn {
      position: absolute;
      bottom: 4.5px;
      color: #888;
      font-size: 7px;
      line-height: 0; }
    .horizontalScrollbar .scrollbarArea .left-btn {
      left: 10px; }
    .horizontalScrollbar .scrollbarArea .right-btn {
      right: 10px; }

.epg-card-item {
  background: #e6e6e6; }
  .epg-card-item.disabled {
    opacity: 0.6; }

.epg-card-item.channel_disabled {
  opacity: 0.6; }

.search-filters {
  width: auto;
  min-width: 200px;
  max-width: 100%;
  padding: 10px; }

.epg-text {
  color: #000 !important;
  text-shadow: #fff 0 0 5px; }

.fc-day-grid-even .fc-event {
  background-color: transparent !important;
  border: none !important;
  color: black !important; }

.fc-button:focus {
  background-color: transparent; }

.fc-day-number, .fc-day-header {
  font-weight: bolder;
  font-size: 1.5em;
  text-transform: uppercase; }

.month-event-title {
  font-weight: 400;
  font-size: 1.1em;
  margin: 0; }

.chip-small {
  font-size: 12px;
  padding: 0 8px;
  line-height: 20px;
  height: 20px; }

.agendaDay-title {
  margin: 10px 0 5px;
  font-size: 1.8em; }

.fc-time span {
  font-size: 1.4em; }

.fc-event .fc-bg {
  opacity: 1;
  background: none; }

.fc-event {
  border: 0;
  border-radius: 0;
  cursor: pointer; }

.btn-small {
  height: 28px;
  width: 28px;
  line-height: 28px; }

.btn-small i {
  font-size: 1.2rem;
  line-height: 28px;
  height: 28px;
  width: 28px; }

.fc-ltr .fc-basic-view .fc-day-number {
  background: #ebebeb; }

.fc-toolbar {
  margin-bottom: 0; }

.fc-toolbar .fc-left {
  margin-left: 0; }

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

.fc-toolbar .fc-center {
  margin: 0 auto; }

.fc-day-grid-event .fc-content {
  padding: 0.5rem; }

.fc-basic-view .fc-body .fc-row {
  min-height: 7rem; }

.fc-toolbar .fc-center > h4 {
  text-transform: uppercase;
  font-variant: all-petite-caps; }

.epgDelete {
  height: 100%;
  position: absolute;
  right: 20px;
  display: flex;
  align-items: center;
  z-index: 9999; }

.fc-time-grid-event.fc-event {
  display: flex; }

.fc-time-grid-event .fc-content {
  display: flex;
  height: 100%;
  padding: 10px;
  margin-right: 40px;
  flex-direction: column; }

.fc-time-grid-event .fc-content-short {
  padding: 0 10px;
  align-items: center;
  flex-direction: row; }
  .fc-time-grid-event .fc-content-short .agendaDay-title {
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .fc-time-grid-event .fc-content-short .fc-time {
    margin-right: 5px; }
    .fc-time-grid-event .fc-content-short .fc-time span {
      margin-right: 5px;
      display: inline-block !important;
      font-size: 1.3em; }
    .fc-time-grid-event .fc-content-short .fc-time .utc-time {
      display: inline; }

.fc-time-grid-event.fc-short .fc-content {
  display: flex;
  align-items: center; }

.fc-time-grid-event.fc-short .fc-time::before {
  content: ""; }

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

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

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

.fc-time-grid-event .fc-time {
  padding: 0; }

.fc-time-grid .fc-slats td {
  height: 40px; }

.not-connected {
  border: 2px solid #e53935;
  border-radius: 8px; }

.not-connected-icon {
  float: right;
  margin: 10px 15px 0 0;
  color: #e53935; }

.fake-epg-text {
  margin: 15px 15px 0 0;
  font-size: 11px;
  color: #e53935;
  text-align: right; }

/* hover for table */
td.fc-event-container {
  transition: background 0.25s ease; }
  td.fc-event-container:hover {
    background: #e6e6e6; }

.fc-slats tr[data-time] > td:nth-child(2) {
  transition: background 0.25s ease; }
  .fc-slats tr[data-time] > td:nth-child(2):hover {
    background: #e6e6e6; }

.fc-ltr .fc-basic-view .fc-day-number {
  text-align: center; }

.utc-time {
  opacity: 0.7; }

.epg-thumb {
  height: auto;
  padding: 10px; }

.epg-synopsis {
  margin-top: 0;
  opacity: 0.7;
  font-weight: 300;
  line-height: 1.5; }

.epg-badge {
  float: left !important;
  margin-left: 0 !important;
  margin-right: 5px; }

.epg-toast-container {
  top: auto !important;
  bottom: 30px; }

.relative-position {
  position: relative; }

.hide {
  display: none !important; }

.list-item-height {
  line-height: 4.5rem; }

.card__languages-collection_container .edit-btn {
  z-index: 0 !important; }

.card__languages-collection_container .collection-item.avatar {
  align-items: center; }

.transparent-background-important {
  background-color: rgba(0, 0, 0, 0) !important; }

.not-allowed-cursor {
  cursor: not-allowed; }

.list-item-height {
  line-height: 4.5rem; }

.card__genres-collection_container .edit-btn {
  z-index: 0 !important; }

.card__genres-collection_container .collection-item.avatar {
  align-items: center; }

.list-item-height {
  line-height: 4.5rem; }

.card__countries-collection_container .edit-btn {
  z-index: 0 !important; }

.card__countries-collection_container .collection-item.avatar {
  align-items: center; }

.list-item-height {
  line-height: 4.5rem; }

.card__categories-collection_container .edit-btn {
  z-index: 0 !important; }

.card__categories-collection_container .collection-item.avatar {
  align-items: center; }

.conflict-basic_info-wrapper {
  background-color: #fafafa;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  min-height: 80px; }
  .conflict-basic_info-wrapper .input-field {
    margin-top: 20px; }

.rule-checkbox-wrapper {
  margin-bottom: 35px !important; }

.customTags-overview-offers-wrapper .table-spacing, .customTags-overview-offers-wrapper td {
  padding: 8px 0; }

.customTags-overview-offers-wrapper .price-table {
  width: 110px; }

.customTags-overview-offers-wrapper .date-table {
  width: 170px; }

.customTags-overview-offers-wrapper .input-field {
  margin-top: 0; }
  .customTags-overview-offers-wrapper .input-field > input {
    margin-bottom: 5px; }

.customTags-overview-offers-wrapper [type="checkbox"]:not(:checked), .customTags-overview-offers-wrapper [type="checkbox"]:checked {
  position: absolute;
  left: initial;
  opacity: 0;
  width: 30px;
  height: 30px;
  z-index: 100;
  cursor: pointer; }

.customTags-overview-offers-wrapper .table-offer-checkbox + label::before, .customTags-overview-offers-wrapper .table-offer-checkbox + label::after {
  top: 4px;
  left: 6px; }

.customTags-overview-offers-wrapper .table-offer-checkbox:checked + label::before, .customTags-overview-offers-wrapper .table-offer-checkbox:checked + label::after {
  top: 0;
  left: 0; }

.customTags-overview-offers-wrapper .table-offer-checkbox:checked + label::before {
  border-right: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff; }

.customTags-overview-offers-wrapper .table-offer-checkbox.filled-in + label::before, .customTags-overview-offers-wrapper .table-offer-checkbox.filled-in + label::after {
  top: 4px;
  left: 6px; }

.customTags-overview-offers-wrapper .table-offer-checkboxfilled-in:checked + label::before, .customTags-overview-offers-wrapper .table-offer-checkboxfilled-in:checked + label::after {
  top: 0;
  left: 0; }

.customTags-overview-offers-wrapper .table-offer-checkboxfilled-in:checked + label::before {
  border-right: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff; }

.customTags-overview-offers-wrapper .js-catalogueOverviewTab-selectSorting.ascending > i {
  transform: rotateX(180deg); }

.customTags-overview-offers-wrapper .btn-flat {
  padding: 0 1rem; }
  .customTags-overview-offers-wrapper .btn-flat > i {
    font-size: 1.5rem;
    line-height: 37px; }

.customTags-overview-offers-wrapper tr.overview-offer-wrapper.focusable:hover {
  background-color: #efefef !important; }

.customTags-overview-offers-wrapper tr.overview-offer-wrapper.selected .btn-flat {
  color: #fff; }

.custom-tag-type {
  opacity: 0.6; }

.card__series-collection_container .collection-item.avatar .fab-button-container {
  position: absolute;
  right: 16px; }

.card__series-collection_container .user-information {
  display: flex;
  flex-direction: column;
  justify-content: center; }
  .card__series-collection_container .user-information span {
    line-height: initial; }
    .card__series-collection_container .user-information span.title {
      font-weight: 500; }
    .card__series-collection_container .user-information span.badge-user__type {
      display: inline-block;
      position: relative;
      right: 0; }

.card__series-collection_container .list-item-height {
  height: 4.5rem; }

.card__content-collection_container .edit-user-btn, .card__content-collection_container .delete-user-btn {
  z-index: 0 !important; }

.card__content-collection_container .collection-item.avatar .fab-button-container {
  position: absolute;
  right: 16px; }

.card__content-collection_container .user-information {
  display: flex;
  flex-direction: column;
  justify-content: center; }
  .card__content-collection_container .user-information span {
    line-height: initial; }
    .card__content-collection_container .user-information span.title {
      font-weight: 500; }
    .card__content-collection_container .user-information span.badge-user__type {
      display: inline-block;
      position: relative;
      right: 0; }

.card__content-collection_container .list-item-height {
  height: 4.5rem; }

.search-filters {
  width: auto;
  min-width: 200px;
  max-width: 100%;
  padding: 10px; }

.row.no-row-margin {
  margin-right: 0;
  margin-left: 0; }

.row.margin-top {
  margin-top: 2rem; }

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

h5 .no-margin {
  margin: 1rem 0 0.5rem 0 !important; }

.input-field_no-margin {
  margin-top: 0 !important; }

.sub-section {
  overflow: auto;
  padding-left: 1rem;
  padding-bottom: 1rem; }

.margin-left {
  margin-left: 2rem; }

.loader-container {
  margin: auto; }
  .loader-container.margin-top {
    margin-top: 5rem; }

.section-title {
  font-size: 1.3rem;
  margin-left: 1rem !important;
  margin-right: 1rem !important;
  margin-top: 0.656rem; }

.sub-title {
  font-size: 1.2rem;
  padding: 1rem; }

.paragraph {
  font-size: 16px; }

.custom_label {
  padding-left: 0.8rem; }

.custom__collection--delete-btn {
  position: absolute;
  top: 36%;
  right: 10px; }

.inline-list {
  display: inline; }

.error-message {
  display: inline-block;
  padding-left: 1rem;
  color: #f44336; }
  .error-message.invisible {
    visibility: hidden; }

.autocomplete-wrapper {
  width: 104%;
  position: relative; }
  .autocomplete-wrapper .autocomplete-content {
    margin-top: -14px !important;
    margin-right: -11px !important;
    display: block !important;
    opacity: 1 !important;
    position: absolute !important;
    max-height: 250px !important;
    width: 95% !important; }
  .autocomplete-wrapper ul li {
    cursor: auto; }
    .autocomplete-wrapper ul li.no-results {
      cursor: default; }
      .autocomplete-wrapper ul li.no-results:hover {
        background-color: inherit; }
      .autocomplete-wrapper ul li.no-results p {
        height: 40px;
        margin: 0;
        line-height: 60px; }
  .autocomplete-wrapper ul a.add-relation {
    float: right;
    width: 24px !important;
    height: 24px !important;
    line-height: 24px !important; }
  .autocomplete-wrapper ul i.material-icons {
    line-height: 24px !important; }

.row .image-container {
  flex: 1;
  background-color: #ffffff;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
  border-radius: 2px; }
  .row .image-container img {
    max-width: 100%;
    max-height: 100%; }
  .row .image-container.col {
    padding: 0; }
  .row .image-container.not-editable {
    padding: 10px; }

.row .image-container--buttons {
  padding: 1rem 0.5rem 1rem 1rem;
  float: right; }
  .row .image-container--buttons a {
    width: 30px !important;
    height: 30px !important;
    line-height: 30px !important; }
    .row .image-container--buttons a.card--edit_image {
      margin-right: 0.5rem; }
    .row .image-container--buttons a.card--add_image {
      margin-right: 0.5rem; }
    .row .image-container--buttons a i.material-icons {
      font-size: 18px !important;
      line-height: 30px !important; }

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

.flex-height > .flex-1 {
  flex: 1; }

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

.btn__margin-top {
  margin-top: 15px; }

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

.content-view-container .card-view {
  padding: 5px;
  display: inline-block; }

.content-view-container .title {
  color: #9e9e9e;
  font-size: 0.8rem; }

.content-view-container .value {
  padding-top: 5px;
  font-size: 15px; }

.content-view-container p {
  word-wrap: break-word; }

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

.rating-card {
  margin-top: 10px;
  overflow: hidden;
  background-color: #ffffff; }
  .rating-card .rating-title {
    text-align: center;
    text-transform: uppercase;
    font-size: 1.1rem;
    word-wrap: break-word;
    font-weight: 500;
    color: #616161;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin: 0;
    padding: 8px 0 0; }
  .rating-card .audience-rating {
    margin-bottom: 0; }
    .rating-card .audience-rating .audience-rating-icon {
      height: 57px;
      display: flex;
      align-items: center; }
  .rating-card span {
    color: #757575;
    font-size: 1.2rem; }
    .rating-card span.audience-rating {
      display: block;
      padding-top: 8px; }
  .rating-card .rating-value {
    display: inline-block;
    text-align: center;
    height: 24px; }
  .rating-card .rating-card__content {
    padding: 8px 0;
    text-align: center; }
  .rating-card .mdi {
    font-size: 1.8rem;
    float: left;
    padding-left: 2rem;
    color: #6d4c41; }
    .rating-card .mdi.mdi-star {
      color: #f9a825; }

.rating-card-small {
  margin-top: 10px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
  border-radius: 2px;
  overflow: hidden;
  background-color: #ffffff;
  width: min-content;
  min-width: 180px;
  display: table; }
  .rating-card-small .rating-title {
    text-align: center;
    text-transform: uppercase;
    word-wrap: break-word;
    font-weight: 500;
    color: #616161;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden; }
  .rating-card-small span {
    color: #757575; }
    .rating-card-small span.audience-rating {
      display: block;
      padding-top: 2px; }
  .rating-card-small .rating-value {
    display: inline-block;
    text-align: center; }
  .rating-card-small .rating-card__content {
    padding: 4px;
    text-align: center; }

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

span.badge {
  margin-top: 0 !important;
  position: relative;
  right: 0;
  border-radius: 22px !important; }

.series-wrapper {
  display: flex;
  align-items: center;
  overflow-x: auto;
  overflow-y: hidden; }

p.episode-number {
  font-size: 4rem; }

.tabular_table td {
  vertical-align: top; }

.reset_selected {
  cursor: pointer;
  color: blue; }

.tabular-icon {
  cursor: pointer;
  margin-left: 0.2rem;
  pointer-events: all; }

.number-of-offers {
  margin-left: 10px;
  margin-bottom: 5px;
  border-radius: 50%;
  width: 22px;
  height: 22px;
  border: 1px solid #26a69a;
  color: #26a69a;
  text-align: center;
  font-weight: 300;
  font-size: 0.8rem; }

.offer-filters {
  background-color: #f2f2f2;
  padding-bottom: 0.5rem; }

.button-with-label {
  min-width: 300px !important; }

.btn.split-button-caret {
  margin-left: -5px;
  padding: 0 5px;
  border-left: 1px solid #ddd; }

#saveDropdown.dropdown-content li > a {
  padding: 15px 10px;
  font-size: 15px; }
  #saveDropdown.dropdown-content li > a i {
    margin-right: 3px;
    font-size: 20px; }

.cast-chips-container {
  max-height: 220px !important;
  overflow-y: auto; }

#add_custom_tag {
  overflow-y: visible;
  max-width: 55%; }

#add_to_hub {
  overflow-y: visible;
  max-width: 65%;
  width: 65%; }

.icon-wrapper {
  flex: 0 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  margin: 0; }

.history-icon {
  font-size: 20px;
  line-height: 1;
  margin: 0; }

.title-wrapper {
  flex: 1;
  margin-left: 8px;
  margin-right: 10px;
  overflow: hidden;
  margin-top: 5px; }

.title-wrapper:hover .title {
  overflow: visible;
  white-space: normal;
  word-break: break-word;
  overflow-wrap: break-word; }

.title {
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0; }

.title.missing {
  color: gray; }

.timestamp-wrapper {
  margin: 0 10px;
  font-size: 12px;
  color: gray;
  white-space: nowrap;
  text-align: right; }

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

.overview-wrapper .title {
  font-size: 2rem; }

.overview-wrapper .avatar {
  background-color: #ddd; }

.overview-wrapper .collapsible-body {
  background-color: #fafafa;
  border: none; }

.overview-card {
  padding: 0 1rem;
  border: 1px solid #ececec;
  transition: box-shadow .25s, transform .25s ease; }
  .overview-card .title {
    font-size: 2rem; }

.overview-card > .preloader-container {
  height: 100%;
  width: 100%;
  left: 0; }

.overview-card.unselected {
  transform: scale(1.02); }

.overview-card-title-wrapper {
  padding: 2rem 0; }

.overview-card > .card-action {
  padding: 1rem 0; }

.overview_card_link {
  color: gray;
  display: block;
  border-radius: 8px; }
  .overview_card_link.hoverable {
    color: black;
    transition: box-shadow .25s, transform .25s ease; }
    .overview_card_link.hoverable:hover {
      transform: scale(1.02);
      box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3); }

.graph-container {
  height: 300px;
  position: relative; }

.conflict-overview-card {
  padding: 8px; }
  .conflict-overview-card > h5 {
    font-size: 1.25rem; }

.notifications-list {
  padding: 0 16px !important; }

.channels-list {
  display: flex;
  flex-wrap: wrap; }
  .channels-list > li {
    padding: 8px; }

.notifications-list-item-content-wrapper {
  padding-left: 16px !important; }

.overview-epg-notifications__title {
  font-size: 1.1rem; }

.conflict_show_value {
  position: relative; }
  .conflict_show_value .conflict_show_tag {
    position: absolute;
    top: 2px;
    right: 0;
    pointer-events: none; }
  .conflict_show_value p {
    margin-top: 0; }

.conflict-collection-item .show-on-active {
  display: none; }

.conflict-collection-item.active .show-on-active {
  display: inline-block; }

.conflict-collection-item.active .hide-on-active {
  display: none; }

.conflict-row-with-button {
  display: flex;
  justify-content: space-around; }
  .conflict-row-with-button > .conflict-row-with-button__value {
    flex: 1;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center; }
    .conflict-row-with-button > .conflict-row-with-button__value > .conflict-row-with-button__value__tag > .badge {
      margin: 0 16px; }
  .conflict-row-with-button .conflict-edit-button {
    flex: 0.5; }

.hover-show-scrollspy:hover + .scrollspy-container.xs-padding {
  display: inline !important; }

.hover-show-scrollspy:hover + .scrollspy-container.xs-padding > .table-of-contents {
  opacity: 1 !important; }

.scrollspy-container.xs-padding {
  display: none;
  position: fixed; }

.scrollspy-container.xs-padding:hover {
  display: inline !important; }

.scrollspy-container.xs-padding:hover > .table-of-contents {
  opacity: 1 !important; }

.hide {
  animation-name: hide;
  animation-fill-mode: forwards;
  animation-duration: 0.25s; }

.show-animation {
  animation-name: show;
  animation-duration: 0.5s; }

.hover-show-scrollspy {
  position: fixed;
  bottom: 17px;
  right: 34px; }

@keyframes show {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes hide {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    display: none; } }

.square {
  border-radius: 0; }

.small-button {
  line-height: 24px !important;
  height: 24px !important;
  width: 24px !important;
  font-size: 1em !important; }

.small-button > i {
  line-height: 24px !important;
  font-size: 1em; }

.small-padding {
  padding: 10px; }

.xs-padding {
  padding: 5px; }

.position-relative-important {
  position: relative !important; }

.fixed-bottom-right {
  position: fixed;
  bottom: 0;
  right: 0; }

.table-of-contents > li > a {
  width: 100%; }

form#edit_catalogue {
  min-height: 100%; }

.catalogue-overview-offers {
  overflow-x: auto; }

.catalogue-overview-offers-wrapper .table-spacing, .catalogue-overview-offers-wrapper td {
  padding: 0 5px; }

.catalogue-overview-offers-wrapper .price-table {
  width: 110px; }

.catalogue-overview-offers-wrapper .date-table {
  width: 170px; }

.catalogue-overview-offers-wrapper .input-field {
  margin-top: 0;
  margin-bottom: 0; }
  .catalogue-overview-offers-wrapper .input-field > input {
    margin-bottom: 5px; }

.catalogue-overview-offers-wrapper [type="checkbox"]:not(:checked), .catalogue-overview-offers-wrapper [type="checkbox"]:checked {
  position: absolute;
  left: initial;
  opacity: 0;
  width: 30px;
  height: 30px;
  z-index: 100;
  cursor: pointer; }

.catalogue-overview-offers-wrapper .table-offer-checkbox + label::before, .catalogue-overview-offers-wrapper .table-offer-checkbox + label::after {
  top: 4px;
  left: 6px; }

.catalogue-overview-offers-wrapper .table-offer-checkbox:checked + label::before, .catalogue-overview-offers-wrapper .table-offer-checkbox:checked + label::after {
  top: 0;
  left: 0; }

.catalogue-overview-offers-wrapper .table-offer-checkbox:checked + label::before {
  border-right: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff; }

.catalogue-overview-offers-wrapper .table-offer-checkbox.filled-in + label::before, .catalogue-overview-offers-wrapper .table-offer-checkbox.filled-in + label::after {
  top: 4px;
  left: 6px; }

.catalogue-overview-offers-wrapper .table-offer-checkboxfilled-in:checked + label::before, .catalogue-overview-offers-wrapper .table-offer-checkboxfilled-in:checked + label::after {
  top: 0;
  left: 0; }

.catalogue-overview-offers-wrapper .table-offer-checkboxfilled-in:checked + label::before {
  border-right: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff; }

.catalogue-overview-offers-wrapper .js-catalogueOverviewTab-selectSorting.ascending > i {
  transform: rotateX(180deg); }

.catalogue-overview-offers-wrapper .btn-flat {
  padding: 0 1rem; }
  .catalogue-overview-offers-wrapper .btn-flat > i {
    font-size: 1.5rem;
    line-height: 37px; }

.catalogue-overview-offers-wrapper tr.overview-offer-wrapper.focusable:hover {
  background-color: #efefef !important; }

.catalogue-overview-offers-wrapper tr.overview-offer-wrapper.selected .btn-flat {
  color: #fff; }

.overview-offer-wrapper__missing-video-asset {
  padding: 0 5px;
  cursor: default;
  display: block;
  text-align: center; }

span.badge.number-of-offers-badge {
  color: #fff;
  min-width: initial;
  margin: 0;
  position: absolute;
  font-size: 0.8rem;
  right: 0.5rem;
  bottom: 0.5rem; }

.no-wrap {
  white-space: nowrap; }

.small-circle-image {
  width: 25px;
  height: 25px;
  vertical-align: middle;
  display: block;
  background-color: #fff;
  margin-right: 1rem; }

.custom-catalogue-overview-button {
  margin-bottom: 122px;
  right: 33px; }

span.loading-offers {
  margin-left: 4px;
  font-size: 75%; }

.flex {
  display: flex; }

.flex-end {
  display: flex;
  justify-content: flex-end; }

.flex-start {
  display: flex;
  justify-content: flex-start; }

div .no-margin {
  margin: 0; }

.no-margin-left {
  margin-left: 0; }

.no-margin-right {
  margin-right: 0; }

.flex-grow-normal {
  flex-grow: 1; }

.at-form-background {
  position: absolute;
  width: 100%;
  height: 50vh;
  background: #525252; }

.atForm_container {
  padding: 0 !important;
  margin: 0 auto !important;
  max-width: 600px;
  box-shadow: 0 1px 11px rgba(0, 0, 0, 0.27) !important; }
  .atForm_container .atForm_container--login-tabs {
    border-bottom: 1px solid #ccc; }
  .atForm_container .at-title, .atForm_container .atPwdFormBtn_container {
    text-align: center; }
  .atForm_container .at-error {
    text-align: center;
    color: #f44336; }
  .atForm_container .error-message_container {
    color: #f44336;
    text-align: center;
    display: none; }
  .atForm_container input.invalid ~ div.invalid {
    margin-left: 3rem;
    left: 0; }

.login-error {
  text-align: center;
  background: #ff7a7a;
  padding: 1rem;
  color: #ffffff;
  position: absolute;
  width: 100%;
  bottom: -5rem;
  left: 0;
  border-radius: 8px; }

#global-search-overlay {
  background: #f2f2f2;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1000; }

.overview-table-sorting.ascending > i {
  transform: rotateX(180deg); }

.version-wrapper {
  display: inline-block;
  padding: 8px 0; }
  .version-wrapper .version-button {
    padding: 0 4px;
    visibility: hidden; }
  .version-wrapper:hover .version-button {
    visibility: visible; }

.mappings-buttons-container {
  position: sticky;
  right: 0;
  background-color: #fafafa;
  z-index: 1; }

.mappings-buttons-container__buttons {
  border-left: 1px solid #e8e4e4; }

.mappings-table-container {
  background-color: #fafafa;
  overflow: auto; }
  .mappings-table-container [type="checkbox"] + label {
    padding-left: 20px;
    vertical-align: middle; }
  .mappings-table-container p {
    margin: 0; }
  .mappings-table-container th {
    min-width: 100px; }
  .mappings-table-container td {
    min-width: 100px; }

.mappings-buttons-container {
  position: sticky;
  right: 0;
  background-color: #fafafa;
  z-index: 1; }

.mappings-buttons-container__buttons {
  border-left: 1px solid #e8e4e4; }

.mappings-table-container {
  background-color: #fafafa;
  overflow: auto; }
  .mappings-table-container [type="checkbox"] + label {
    padding-left: 20px;
    vertical-align: middle; }
  .mappings-table-container p {
    margin: 0; }
  .mappings-table-container th {
    min-width: 100px; }
  .mappings-table-container td {
    min-width: 100px; }

:root {
  --wrapper-scroll-height: 100vh; }

.timeline-wrapper {
  background-color: white;
  max-height: 550px !important;
  overflow-y: scroll;
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px; }
  .timeline-wrapper:before {
    background: rgba(0, 0, 0, 0.12);
    content: '';
    left: 50%;
    height: var(--wrapper-scroll-height);
    position: absolute;
    width: 2px;
    text-decoration: inherit;
    vertical-align: inherit;
    box-sizing: inherit; }

.add-btn-container {
  text-align: center; }

.timeline-item {
  background-color: #fafafa;
  padding: 0 10px !important;
  margin: 0 !important; }

.item-left {
  border-left: 5px solid teal; }

.item-right {
  border-right: 5px solid teal; }

html {
  color: #191919;
  font-size: 14px !important;
  text-rendering: optimizeLegibility; }

body {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  overflow: hidden; }

.main-wrapper {
  display: flex;
  height: 100vh; }

main {
  background-color: #f2f2f2;
  flex: 1;
  min-height: 100vh;
  position: relative;
  display: flex !important;
  flex-direction: column;
  flex-wrap: nowrap; }
  main .main-content {
    flex: 1;
    position: relative;
    overflow-y: hidden;
    overflow-x: hidden; }

/* fix for webKit yellow autofill background */
@-webkit-keyframes autofill {
  to {
    background: transparent; } }

*:focus {
  outline: none !important; }

input:-webkit-autofill {
  -webkit-animation-name: autofill;
  -webkit-animation-fill-mode: both; }

h1 {
  text-align: center; }

.container-main {
  min-height: 90vh; }
  .container-main .content {
    height: 100%;
    width: 100%;
    padding: 2rem; }
  .container-main .test-btn {
    margin-top: 10px; }
  .container-main .overlay {
    height: 100%;
    width: 95%;
    position: absolute;
    background-color: rebeccapurple;
    transform: translateX(150%);
    display: inline-block;
    transition: transform 0.5s linear; }
    .container-main .overlay.trigger-blue {
      animation-name: slideInBlue;
      animation-iteration-count: 1;
      animation-timing-function: ease-out;
      animation-duration: 0.3s;
      -webkit-animation-fill-mode: forwards;
      -moz-animation-fill-mode: forwards;
      -o-animation-fill-mode: forwards;
      animation-fill-mode: forwards; }
    .container-main .overlay.overlay-transform-active.trigger-purple {
      width: 90%;
      transform: translateX(11%); }
    .container-main .overlay.overlay-transform-active.trigger-teal {
      width: 86%;
      transform: translateX(16%); }
    .container-main .overlay.overlay-transform-active.trigger-red {
      width: 83%;
      transform: translateX(21%); }
    .container-main .overlay.overlay-transform-close {
      animation-name: slideOutBlue;
      animation-iteration-count: 1;
      animation-timing-function: ease-out;
      animation-duration: 0.3s;
      -webkit-animation-fill-mode: forwards;
      -moz-animation-fill-mode: forwards;
      -o-animation-fill-mode: forwards;
      animation-fill-mode: forwards; }
  .container-main .transform-center {
    transform: translateY(100%); }
  .container-main .fixed-height {
    height: 80vh; }
  .container-main .row--no-padding {
    padding: 0; }

/* buttons by default have z-index=1 so they would be visible above all cards */
.reset_zindex {
  z-index: auto; }

.content_wrapper {
  display: flex;
  position: absolute;
  height: 100%;
  width: 100%; }

.collapsible-body {
  padding: 1rem 3rem;
  background-color: #eee; }

.collapsible-card-body {
  background-color: #fff; }

.secondary-content {
  color: #FF0000; }

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

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

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

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

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

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

.small-top-padding {
  padding-top: 10px !important; }

.add-bottom-margin {
  margin-bottom: 20px !important; }
  .add-bottom-margin-large {
    margin-bottom: 40px !important; }

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

.flex-align-center-vertically {
  display: flex !important;
  justify-content: center;
  flex-direction: column; }

.flex-align-center-horizontally {
  display: flex !important;
  justify-content: center; }

/**
 * LOADER
 */
#init-loader-container {
  z-index: 100000000000000;
  background-color: #f2f2f2;
  transition: opacity 0.5s ease; }
  #init-loader-container.finished-loading {
    opacity: 0; }

#loader-wrapper .loader-section {
  position: fixed;
  top: 0;
  width: 51%;
  height: 100%;
  background: #fafafa;
  z-index: 1000; }

#loader-wrapper .loader-section.section-left {
  left: 0; }

#loader-wrapper .loader-section.section-right {
  right: 0; }

/* Loaded */
.loaded #loader-wrapper .loader-section.section-left {
  -webkit-transform: translateX(-100%);
  /* Chrome, Opera 15+, Safari 3.1+ */
  -ms-transform: translateX(-100%);
  /* IE 9 */
  transform: translateX(-100%);
  /* Firefox 16+, IE 10+, Opera */ }

.loaded #loader-wrapper .loader-section.section-right {
  -webkit-transform: translateX(100%);
  /* Chrome, Opera 15+, Safari 3.1+ */
  -ms-transform: translateX(100%);
  /* IE 9 */
  transform: translateX(100%);
  /* Firefox 16+, IE 10+, Opera */ }

#init_logo {
  position: fixed;
  width: 100%;
  max-width: 700px;
  top: 50%;
  left: 50%;
  /* bring your own prefixes */
  transform: translate(-50%, -50%);
  z-index: 1001; }

.datepicker:disabled {
  cursor: default; }

label.disabled {
  color: rgba(0, 0, 0, 0.26) !important; }

/* Tags editor */
.materialize-tags input[type="text"] {
  border: none;
  box-shadow: none;
  outline: none;
  background-color: transparent;
  padding: 0;
  margin: 0;
  width: auto !important;
  max-width: inherit; }

.chip {
  margin: 5px 0;
  text-shadow: none !important; }

/*
 * jquery validation errors
 */
.input-field div.invalid {
  position: absolute;
  top: 49px;
  left: 1rem;
  font-size: 0.8rem;
  color: #FF0000;
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  transform: translateY(0%); }

i.prefix ~ div.invalid {
  left: 3rem; }

select.invalid ~ .select-dropdown {
  border-bottom: 1px solid #F44336; }

/* Card holder */
ul.card-holder {
  position: relative;
  margin: 0 auto;
  padding-left: 0;
  font-size: 0;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: space-around; }

ul.card-holder > h5 {
  width: 100%; }

ul.card-holder > li {
  display: inline-block;
  font-size: 15px;
  list-style-type: none;
  box-sizing: border-box;
  text-align: start;
  margin: 0 0.5rem;
  width: 220px; }
  ul.card-holder > li .content-card-item {
    margin: 0 0 20px 0;
    width: 220px; }
  ul.card-holder > li.phantom-item {
    visibility: hidden;
    height: 0; }

ul.video-card-holder > li {
  display: inline-block;
  font-size: 15px;
  list-style-type: none;
  box-sizing: border-box;
  text-align: start; }
  ul.video-card-holder > li .content-card-item {
    margin: 20px 0 0 0; }
  ul.video-card-holder > li.phantom-item {
    visibility: hidden;
    height: 0; }

ul.card-holder > li.add-relations-button-container {
  display: flex !important;
  align-items: center;
  margin: 0 0.5rem;
  max-height: 220px; }

.padding2rem {
  padding: 2rem !important; }

.no-offers-text {
  margin-left: 20px;
  color: #9e9e9e; }

/* card content item */
.content-card-item {
  margin: 0.5rem 0.5rem 1rem 0.5rem;
  width: 220px;
  text-align: left; }
  .content-card-item .tile-image.with-shadow:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    pointer-events: none; }
  .content-card-item .title {
    font-size: 1.2rem;
    margin-bottom: 5px;
    font-weight: 300;
    color: #fff; }
  .content-card-item .tile-image {
    height: 210px;
    display: flex;
    overflow: hidden;
    position: relative;
    z-index: 1; }
  .content-card-item .tile-image.hoverable-image-tile {
    cursor: pointer;
    height: 170px; }
    .content-card-item .tile-image.hoverable-image-tile > img {
      z-index: 1;
      transition: transform .25s; }
    .content-card-item .tile-image.hoverable-image-tile:hover > img {
      transform: scale(1.1); }
  .content-card-item .tile-image > img {
    max-width: 100%;
    max-height: 100%;
    width: auto !important;
    height: auto !important;
    margin: auto;
    position: initial; }

.center-align-content-card > .content-card-item {
  margin: 0.5rem auto; }

.image-card .card-image {
  height: 170px;
  display: flex;
  border-radius: 8px;
  overflow: hidden; }

.image-card .card-image > img {
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
  height: auto !important;
  margin: auto;
  position: initial; }

.card-content.border-top {
  border-top: 1px solid rgba(160, 160, 160, 0.2); }

.hoverable-image-card {
  cursor: zoom-in; }

.hoverable-image-card > img {
  z-index: 1;
  transition: transform .25s; }

.hoverable-image-card:hover > img {
  transform: scale(1.1); }

.content-card-item .card-image {
  height: 170px;
  border-radius: 8px; }

.content-card-item .card-image.with-shadow:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  pointer-events: none; }

.content-card-item-small .card-image.with-shadow:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  pointer-events: none; }

.card-content-no-padding {
  padding: 0 !important; }
  .card-content-no-padding .row {
    padding: 6px 0 0; }

.card-content-small-padding {
  padding: 5px !important; }
  .card-content-small-padding .row {
    padding: 6px 0 0; }

.video-asset-card .card-image {
  background-color: black;
  border-radius: 8px; }

.video-asset-card .disabled-video {
  background-color: white;
  align-items: center;
  display: flex;
  justify-content: center; }

.player-thumbnail {
  z-index: 0; }

.absolute-card-btn {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 0;
  display: flex;
  align-items: center;
  align-content: center;
  opacity: .7;
  background-color: black !important; }
  .absolute-card-btn:hover {
    opacity: 1; }

.video-play-wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 2;
  top: 0;
  left: 0; }
  .video-play-wrapper:hover > .absolute-card-btn {
    opacity: 1; }

.video-card-image {
  cursor: pointer; }

.btn-icon {
  margin: auto;
  color: white;
  font-size: 2.5rem !important; }

/* not found */
.not-found {
  margin: 0;
  padding: 2rem;
  font-size: 1.5rem;
  color: #fff; }

/* loader wrapper when loading or saving content */
.card--loader-wrapper {
  display: flex;
  position: fixed;
  z-index: 1000;
  width: 100%;
  height: 100%;
  background: rgba(236, 236, 236, 0.72);
  align-items: center; }

/* Table body with border */
tr.bordered-top {
  border-top: 1px solid #d0d0d0; }

/* Table body with border */
tr.bordered-bottom {
  border-bottom: 1px solid #d0d0d0; }

.table-spacing, td {
  padding: 5px 5px; }

.table-spacing,
th {
  padding: 5px 5px; }

/* Implement xl screen size */
@media only screen and (min-width: 1366px) {
  .row .col.xl1 {
    width: 12.33333%;
    margin-left: 0; }
  .row .col.xl2 {
    width: 16.66667%;
    margin-left: 0; }
  .row .col.xl3 {
    width: 25%;
    margin-left: 0; }
  .row .col.xl4 {
    width: 33.33333%;
    margin-left: 0; }
  .row .col.xl5 {
    width: 41.66667%;
    margin-left: 0; }
  .row .col.xl6 {
    width: 50%;
    margin-left: 0; }
  .row .col.xl7 {
    width: 58.33333%;
    margin-left: 0; }
  .row .col.xl8 {
    width: 66.66667%;
    margin-left: 0; }
  .row .col.xl9 {
    width: 75%;
    margin-left: 0; }
  .row .col.xl10 {
    width: 83.33333%;
    margin-left: 0; }
  .row .col.xl11 {
    width: 91.66667%;
    margin-left: 0; }
  .row .col.xl12 {
    width: 100%;
    margin-left: 0; }
  .row .col.offset-xl1 {
    margin-left: 8.33333%; }
  .row .col.offset-xl2 {
    margin-left: 16.66667%; }
  .row .col.offset-xl3 {
    margin-left: 25%; }
  .row .col.offset-xl4 {
    margin-left: 33.33333%; }
  .row .col.offset-xl5 {
    margin-left: 41.66667%; }
  .row .col.offset-xl6 {
    margin-left: 50%; }
  .row .col.offset-xl7 {
    margin-left: 58.33333%; }
  .row .col.offset-xl8 {
    margin-left: 66.66667%; }
  .row .col.offset-xl9 {
    margin-left: 75%; }
  .row .col.offset-xl10 {
    margin-left: 83.33333%; }
  .row .col.offset-xl11 {
    margin-left: 91.66667%; }
  .row .col.offset-xl12 {
    margin-left: 100%; } }

/* tabs styles */
.tabs {
  background-color: transparent !important; }

/* custom text-area */
textarea.materialize-textarea.expandable {
  min-height: 5rem;
  overflow-y: auto;
  padding: 0;
  resize: none;
  margin: 1rem 0;
  box-sizing: border-box; }
  textarea.materialize-textarea.expandable.expanded {
    overflow-y: hidden; }

.overflow-control {
  position: absolute;
  top: 2rem;
  right: 0.5rem;
  cursor: pointer;
  transform: translateY(-140%); }
  .overflow-control i {
    transition: all 0.5s; }
  .overflow-control.expanded {
    max-height: 1000px; }
    .overflow-control.expanded i {
      transform: rotate(180deg); }

/* label on top */
.input-field label.on-top {
  font-size: 0.8rem;
  -webkit-transform: translateY(-140%);
  transform: translateY(-140%); }

/* Highlight languages that have errors */
.language-with-error {
  background-color: red;
  color: white; }

/* Show more results */
#showMoreResults,
#showMoreAddedContent {
  padding: 0 0 1rem;
  width: 100%;
  overflow: hidden; }

.row .col.add-data-wrapper {
  background: #f2f2f2;
  position: relative;
  padding: 10px 0.75rem 0 0.75rem;
  border-radius: 8px; }
  .row .col.add-data-wrapper > .btn-floating {
    position: absolute;
    bottom: 0;
    right: 0;
    margin: 1rem; }

.uppercase {
  text-transform: uppercase; }

.material-container {
  max-width: 1600px;
  margin: auto;
  padding: 0 70px;
  width: 100%; }
  .material-container .collapsible {
    border: none;
    border-radius: 8px;
    overflow: hidden; }

@media only screen and (max-width: 1200px) {
  .material-container {
    padding: 1rem; } }

@media only screen and (min-width: 1200px) {
  .modal {
    width: 650px; } }

.collection-item > .header-hoverable {
  transition: all 0.3s ease; }

.collection-item > .header-hoverable:hover {
  background-color: #f1f1f1; }

.collapsible {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075); }

.collapsible.collapsible_card {
  border: none;
  box-shadow: none; }

select.validate {
  visibility: hidden;
  display: block;
  position: absolute;
  left: 0;
  height: 0; }

.table-of-contents {
  opacity: 0.3; }
  .table-of-contents:hover {
    opacity: 1 !important; }

.table-of-contents a.active {
  font-weight: 300;
  color: black; }

.absolute-fill-container {
  position: absolute;
  width: 100%;
  height: 100%;
  margin: 0;
  top: 0;
  left: 0; }

.flex-center-row {
  display: flex;
  align-items: center; }

.flex-center-column {
  display: flex;
  justify-content: center; }

.flex-justify-end {
  display: flex;
  justify-content: flex-end; }

.flex-wrap {
  display: flex;
  flex-wrap: wrap; }

.collapsible-header {
  color: #000;
  line-height: 1.5rem;
  padding: 0.2rem 0 0.2rem 1rem !important; }
  .collapsible-header.dropdown-active {
    background-color: #b2dfdb !important; }
  .collapsible-header i {
    width: inherit !important;
    display: inline-block !important;
    line-height: 37px !important;
    margin-right: 0 !important; }
  .collapsible-header p {
    margin-bottom: 0;
    width: 100%; }
  .collapsible-header .title {
    font-size: 1.3rem; }
  .collapsible-header .btn-flat {
    height: 100%; }
    .collapsible-header .btn-flat > i {
      line-height: 63px !important; }
  .collapsible-header .additional-icon {
    padding: 0 8px;
    transform: none !important; }

.title-gray {
  color: rgba(0, 0, 0, 0.26);
  left: 0.75rem;
  font-size: 0.8rem !important; }

.btn-flat:focus, .btn-flat:hover {
  background-color: rgba(0, 0, 0, 0.1); }

.not-clickable {
  cursor: default !important; }

.collapsible-header p {
  margin-bottom: 5px; }

.collapsible-header .title {
  font-size: 1.3rem;
  margin-top: 10px; }

.collapsible-card-header i {
  line-height: 40px !important; }

/* custom chip style */
.chips > .input-field {
  margin-bottom: 5px; }

.chip > a {
  color: rgba(0, 0, 0, 0.6); }

/* large input */
input.large {
  font-size: 2em; }

.tabs .indicator {
  background-color: #212121 !important; }

.chips {
  border-bottom: none; }

.pointer {
  cursor: pointer; }

.invisible {
  visibility: hidden;
  opacity: 0; }

.card .card-action a:not(.btn):not(.btn-large):not(.btn-large):not(.btn-floating) {
  margin-right: 0; }

h1.page-not-found {
  font-size: 8rem; }

.btn, .btn-floating, .btn-large, .btn-flat {
  font-size: 0.9rem; }

.btn {
  padding: 0 1rem; }

.picker__holder {
  display: flex;
  display: grid;
  align-items: center; }
  .picker__holder > .picker__frame {
    margin: auto;
    position: relative; }

/* input on hover */
.input-field.hover-display::after {
  transition: 0s height, 0s opacity;
  content: '';
  height: 0;
  opacity: 0; }

.input-field.hover-display:hover::after {
  z-index: 100000;
  content: attr(data-content);
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: white;
  opacity: 1;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
  transition-delay: 1.5s; }

/* hide thumb on range sliders */
.hide-thumb > .thumb {
  display: none; }

.reversed-direction {
  direction: rtl; }

.fixed-action-btn {
  position: absolute;
  right: 32px; }
  .fixed-action-btn.fixed {
    position: fixed; }

.fixed-action-btn.horizontal {
  position: relative; }
  .fixed-action-btn.horizontal > ul {
    text-align: left;
    top: 50%;
    transform: translateY(-50%);
    height: 100%;
    width: 500px;
    left: 64px;
    padding-left: 2rem; }

/* collapsible cards */
.collapsible-header.collapsible-card-header {
  background-color: inherit;
  border-bottom: none;
  min-height: 0;
  border-bottom: none;
  padding: 0.2rem 0 0.2rem 1rem; }

.collapsible-card-header.active i {
  -ms-transform: rotate(180deg);
  /* IE 9 */
  -webkit-transform: rotate(180deg);
  /* Chrome, Safari, Opera */
  transform: rotate(180deg); }

.section > .collapsible-card-body {
  background-color: inherit;
  padding: 1rem;
  border-bottom: none; }

.collapsible-card-header .section-title {
  width: 100%;
  margin-left: 2.3rem; }
  .collapsible-card-header .section-title.uncollapsible {
    margin-left: 0.5rem; }

.collapsible-card-header .title-tag {
  position: absolute;
  text-transform: none;
  margin-top: 4px !important; }

.collapsible-card-header .sub-title {
  margin: 1rem 0 1rem !important; }

.sub-title > .title-tag {
  float: initial !important; }

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

.tabular_table > tbody > tr > td {
  padding-right: 7px !important;
  padding-left: 7px !important; }

.fixed-action-btn.above {
  margin-bottom: 71px; }

.fixed-action-btn.left {
  right: 100px; }

.input-field.search-field-with-filters > input {
  width: calc(100% - 9rem) !important;
  padding-right: 3rem; }

.input-field.search-field-with-filters > i.delete-text {
  right: 3.4rem; }

.search-filters input[type="radio"] + label {
  margin-right: 35px;
  pointer-events: all; }

.search-filters {
  overflow-x: visible;
  overflow-y: auto; }

.dropdown-content {
  border-radius: 8px !important;
  max-height: 320px; }

.synced-language-search input {
  box-sizing: border-box !important;
  padding: 16px !important;
  margin-bottom: 0 !important; }

.synced-language-search:hover {
  background-color: inherit !important; }

.full-width {
  width: 100%; }

.card.sticky-action .card-reveal {
  padding-bottom: 0;
  margin-bottom: 53px;
  height: calc(100% - 53px);
  top: calc(100% - 53px); }

.card .card-reveal {
  padding: 10px;
  font-size: 1rem; }
  .card .card-reveal > .card-reveal-content {
    height: 90%;
    position: relative; }
  .card .card-reveal > .card-title {
    font-size: 1rem; }
    .card .card-reveal > .card-title > i {
      font-size: 16px;
      line-height: 22px; }

.conflict-card-buttons {
  margin-top: 15px; }

.full-height {
  height: 100%; }

.full-viewport-height {
  height: 100vh; }

.margin-auto {
  margin: auto; }

.xxs-padding-sides {
  padding: 0 0.15em !important; }

.card .card-action {
  padding: 8px !important;
  background-color: #fff;
  border-top: none !important;
  border-radius: 8px !important; }
  .card .card-action > .col {
    padding: 0; }
  .card .card-action a.btn-flat {
    padding: 0;
    width: 100%; }

.overview-card.card .card-action {
  background-color: transparent; }

i.page-not-found {
  font-size: 10rem; }

.conflict-choose-side {
  padding: 1rem 2rem 0;
  border-bottom: 1px solid #d0d0d0; }

.row.search {
  width: 100%;
  z-index: 1000; }
  @supports (position: sticky) {
    .row.search {
      position: sticky;
      top: 0; } }
  .row.search > .col.card-item {
    margin-top: 10px;
    z-index: 100; }

#load_more_content {
  color: #373737;
  transition: color .25s, background-color .25s; }
  #load_more_content:hover {
    color: #fff; }

.load-more-button {
  color: #373737;
  transition: color .25s, background-color .25s; }
  .load-more-button:hover {
    color: #fff; }

.phantom-row {
  height: 50px; }
  .phantom-row.slim {
    height: 25px; }

/* SNACKBAR */
.snackbar {
  padding: 0 1rem;
  background-color: #2b2b2b;
  color: white;
  height: 0;
  transition: height 0.25s; }
  .snackbar.active {
    height: 52px; }
    @media only screen and (max-width: 600px) {
      .snackbar.active {
        height: 42px; } }

.card-title {
  font-size: calc(0.7vw);
  padding: 0; }

.tabular_show_value {
  min-height: 55px; }

.btn-add-tabular {
  padding: 0 !important;
  vertical-align: sub;
  pointer-events: all; }

.btn-save-value {
  padding: 0 !important;
  vertical-align: sub;
  pointer-events: all; }

.btn-reset-tabular {
  vertical-align: sub; }

.hide-indicator > li.indicator {
  display: none; }

.js-synced-cast-tabs {
  overflow-x: hidden; }

.tab i {
  line-height: 48px; }

.tab-height {
  height: 48px;
  line-height: 48px; }

body .tabs .tab a {
  color: #737373;
  position: relative; }
  body .tabs .tab a > span {
    display: block; }
  body .tabs .tab a > i {
    position: absolute;
    top: 0;
    right: 0; }

.navbar-tabs .tab a > i {
  font-size: 16px; }

.tabs .tab.disabled {
  color: #9b9b9b; }

.tabs .tab a:hover, .tabs .tab a.active {
  color: #2b2b2b !important;
  position: relative; }

.tabs .tab a:focus, .tabs .tab a:focus.active {
  background-color: rgba(0, 0, 0, 0.2);
  outline: none; }

.js-synced-cast-tab + i:hover {
  color: red; }

.dropdown-button > span {
  transition: color .2s;
  margin: 0 1rem; }

.material-tooltip {
  max-width: 75% !important; }

@media only screen and (max-width: 600px) {
  body {
    font-size: 12px; }
  .row {
    margin-bottom: 5px; }
  .input-field {
    margin-top: 5px; }
  .search .input-field {
    margin-top: 0; }
  input:not([type]), input[type="text"]:not(.browser-default), input[type="password"]:not(.browser-default), input[type="email"]:not(.browser-default), input[type="url"]:not(.browser-default), input[type="time"]:not(.browser-default), input[type="date"]:not(.browser-default), input[type="datetime"]:not(.browser-default), input[type="datetime-local"]:not(.browser-default), input[type="tel"]:not(.browser-default), input[type="number"]:not(.browser-default), input[type="search"]:not(.browser-default), textarea.materialize-textarea {
    margin-bottom: 10px; }
  .section > .collapsible-card-body {
    padding: 5px; }
  .card-item {
    padding: 5px; }
  .materialize-tags {
    margin: 0 !important; }
  .n-tag {
    margin-bottom: 0 !important; }
  .switch {
    margin-bottom: 20px; }
  .btn, .btn-large, .btn-flat {
    padding: 0 1rem; }
  .btn-floating {
    padding: 0; }
  .fixed-action-btn {
    right: 15px;
    bottom: 15px; }
  .modal {
    width: 90%; }
  .modal .modal-content {
    padding: 1rem; } }

/* add data animations */
.show-field-button-wrapper {
  width: 40px;
  height: 40px;
  margin: 0 0.5rem; }

.add-data-wrapper {
  height: 100%; }

.add-data-hide {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0.25rem; }
  .add-data-hide:hover {
    background-color: #e6e6e6; }
  .add-data-hide > i {
    color: black; }

.content-card-item-small {
  max-width: 165px; }

@media only screen and (min-width: 601px) {
  .picker__frame {
    width: 95%; } }

.row.help-text {
  padding: 1rem;
  background-color: #f2f2f2;
  color: #9e9e9e; }

.card .card-content {
  padding: 0.5rem; }

.reset_selected.right {
  padding-left: 3px; }

.n-tag {
  border: none !important; }

.material-icons-smaller {
  font-size: 21px !important;
  line-height: 1.7 !important;
  padding-left: 0.75rem; }

.suppress-input-margin > input {
  margin: 0 !important; }

.btn.small {
  padding: 0 10px; }

.search-field-wrapper {
  padding: 0.5rem; }
  .search-field-wrapper > .search-field-wrapper__filter-divider {
    margin-top: 5px;
    margin-bottom: 10px; }

#toast-container {
  top: 64px;
  width: 100%;
  max-width: 100%;
  right: 0;
  display: flex;
  flex-direction: column;
  pointer-events: none; }
  #toast-container > .toast {
    min-height: 42px;
    font-size: 1rem;
    width: fit-content;
    margin: 10px auto 0;
    pointer-events: all;
    border-radius: 8px !important; }
    #toast-container > .toast .toast-action {
      color: #eeff41;
      font-weight: 500;
      margin-right: -25px;
      margin-left: 0; }

.btn-floating {
  padding: 0 !important;
  width: 37px;
  height: 37px; }
  .btn-floating.btn-small {
    height: 28px;
    width: 28px;
    line-height: 28px; }
    .btn-floating.btn-small > i {
      line-height: 28px; }
  .btn-floating > i {
    line-height: 37px; }

.checkbox-field {
  margin-top: -20px;
  margin-bottom: 20px; }
  .checkbox-field.wrap {
    padding: 14px 12px 0;
    display: flex;
    flex-wrap: wrap; }
  .checkbox-field > p {
    margin: 0 1rem 1rem 0; }
  .checkbox-field ~ .invalid {
    top: initial !important; }
  .checkbox-field label {
    pointer-events: all; }

input.datepicker:not(.no-picker), input.timepicker:not(.no-picker) {
  padding-right: 2.5rem !important;
  width: calc(100% - 2.5rem) !important; }

.datetime-trigger-wrapper {
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
  height: 20px; }
  .datetime-trigger-wrapper > i {
    position: absolute;
    right: 15px;
    top: 12px; }
  .datetime-trigger-wrapper input.datepicker-trigger, .datetime-trigger-wrapper input.timepicker-trigger {
    border: none !important;
    box-shadow: none !important;
    position: absolute;
    right: 18px;
    top: 14px;
    width: 20px !important;
    background: transparent;
    height: 20px;
    color: transparent;
    cursor: pointer; }

.breadcrumb:before {
  font-size: 15px; }

.quick-search-autocomplete-wrapper {
  background-color: #f2f2f2;
  border-radius: 8px; }

.clear-multiple-select {
  width: 2rem;
  position: absolute;
  top: 25%;
  right: 0;
  font-size: 1rem !important;
  cursor: pointer; }

.scrollable-multiple-hits {
  max-height: 500px;
  overflow-y: auto; }

.gold-text {
  color: #fbc02d !important; }

.break-word {
  word-break: break-all; }

.show {
  display: block !important; }

.text-shadow {
  text-shadow: 1px 1px black; }

a {
  color: inherit; }

.dropdown-item input[type="checkbox"] + label {
  line-height: 22px;
  font-weight: normal; }

.card.sticky-action .card-action {
  z-index: 101; }

.menu-wrapper {
  padding: 5px 15px;
  margin: 0 13px;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 1000; }
  .menu-wrapper .table-of-contents {
    opacity: 1;
    max-width: 5px;
    overflow: hidden;
    padding: 10px 0;
    background: rgba(2, 2, 2, 0.06);
    transition: padding 0.3s ease, max-width 0.3s ease; }
    .menu-wrapper .table-of-contents:hover {
      opacity: 1 !important; }
  .menu-wrapper .table-of-contents a {
    white-space: nowrap; }
    .menu-wrapper .table-of-contents a.active {
      font-weight: 300;
      color: black;
      border-left: 5px solid #ee6e73; }
  .menu-wrapper:hover > .table-of-contents {
    max-width: 1000px;
    padding: 10px;
    border-radius: 8px; }
    .menu-wrapper:hover > .table-of-contents a.active {
      border-left: 2px solid #ee6e73; }

input:not([type]):disabled, input:not([type])[readonly="readonly"], input[type=text]:not(.browser-default):disabled,
input[type=text]:not(.browser-default)[readonly="readonly"], input[type=password]:not(.browser-default):disabled,
input[type=password]:not(.browser-default)[readonly="readonly"], input[type=email]:not(.browser-default):disabled,
input[type=email]:not(.browser-default)[readonly="readonly"], input[type=url]:not(.browser-default):disabled,
input[type=url]:not(.browser-default)[readonly="readonly"], input[type=time]:not(.browser-default):disabled,
input[type=time]:not(.browser-default)[readonly="readonly"], input[type=date]:not(.browser-default):disabled,
input[type=date]:not(.browser-default)[readonly="readonly"], input[type=datetime]:not(.browser-default):disabled,
input[type=datetime]:not(.browser-default)[readonly="readonly"], input[type=datetime-local]:not(.browser-default):disabled,
input[type=datetime-local]:not(.browser-default)[readonly="readonly"], input[type=tel]:not(.browser-default):disabled,
input[type=tel]:not(.browser-default)[readonly="readonly"], input[type=number]:not(.browser-default):disabled,
input[type=number]:not(.browser-default)[readonly="readonly"], input[type=search]:not(.browser-default):disabled,
input[type=search]:not(.browser-default)[readonly="readonly"], textarea.materialize-textarea:disabled,
textarea.materialize-textarea[readonly="readonly"] {
  color: inherit; }

.duration-input-field > .duration-input-field-container {
  width: 100%;
  margin-bottom: 0 !important;
  position: relative; }
  .duration-input-field > .duration-input-field-container input {
    text-align: right; }
  .duration-input-field > .duration-input-field-container.show-divider::after {
    content: ':';
    position: absolute;
    top: 15%;
    right: 0; }

.duration-input-field > .duration-input-field-container:not(:first-child) {
  width: 50px !important; }

.transparent-text {
  color: transparent; }

.collapsible span.badge {
  margin-left: 16px; }

.collapsible span.badge.text-badge {
  padding: 0;
  min-width: unset;
  width: 22px !important;
  position: absolute;
  top: -10px;
  right: -7px; }

.collapsible-header > .row {
  width: 100%; }

.edit-card-nav-wrapper {
  z-index: 1500; }

.switch > label {
  pointer-events: all; }

.input-field.col .dropdown-content [type="checkbox"] + label {
  top: -11px; }

[type="checkbox"] + label {
  pointer-events: all; }

label .badge {
  transform: translateY(1px) scale(1.1); }

.disable-pointer-events {
  pointer-events: none; }

.absolute {
  position: absolute; }

.relative {
  position: relative; }

.search-field-wrapper__filter-container {
  max-height: 50vh;
  overflow-y: auto; }

.upload-form {
  border: 1px dashed; }
  .upload-form .file-input-wrapper {
    padding: 64px; }

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

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

.light-description-text {
  font-size: 0.8rem;
  color: rgba(0, 0, 0, 0.42); }

.checkbox-container {
  height: 30px; }

.checkbox-container input[type="checkbox"]:not(.filled-in) + label:before, .checkbox-container input[type="checkbox"]:not(.filled-in) + label:after {
  top: 2px;
  left: 0; }

.checkbox-container input[type="checkbox"]:not(.filled-in):checked + label:before, .checkbox-container input[type="checkbox"]:not(.filled-in):checked + label:after {
  top: -2px;
  left: 0; }

.checkbox-container input.filled-in + label:before, .checkbox-container input.filled-in + label:after {
  top: 4px !important;
  left: 6px !important; }

.content-card-item--inactive {
  opacity: 0.5; }

.card {
  border-radius: 8px; }

.chips {
  border-bottom: none !important; }

a.btn, a.btn-large, a.btn-small, a.btn-flat, button.btn, button.btn-large, button.btn-small, button.btn-flat {
  border-radius: 8px;
  box-shadow: none;
  text-transform: none; }

.btn-floating {
  box-shadow: none;
  border-radius: 50% !important; }

.sortableList {
  border-radius: 8px;
  overflow: hidden; }

.overflow-hidden {
  overflow: hidden; }

.custom-conflict-modal__related-content .card-item-content {
  height: 100%; }

.pagination li.active {
  background-color: #009688 !important; }

select.browser-default {
  background: transparent;
  border: none;
  border-bottom: 1px solid #9e9e9e;
  border-radius: 0;
  outline: none;
  height: calc(3rem + 1px);
  font-size: 16px; }
  select.browser-default:focus {
    border-bottom: 1px solid #4CAF50;
    -webkit-box-shadow: 0 1px 0 0 #4CAF50;
    box-shadow: 0 1px 0 0 #4CAF50; }

.text-secondary {
  color: #9e9e9e; }
