.ttc-unselectable {
  -webkit-touch-callout: none;
  user-select: none; }

.tag-icon {
  color: #000;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  font-weight: bold;
  display: inline-block; }

mark,
.style-marking {
  background-color: #007d61; }

.react-contextmenu {
  padding: 0;
  margin: 2px 0 0;
  font-size: 12px;
  color: #ffffff;
  text-align: left;
  background-color: rgba(40, 40, 40, 0.98);
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.4), 0 0 0 1px #222;
  background-clip: padding-box;
  outline: none;
  opacity: 0;
  pointer-events: none;
  transition: opacity 250ms ease !important;
  z-index: 10000; }

.react-contextmenu.react-contextmenu--visible {
  opacity: 1;
  pointer-events: auto; }

.react-contextmenu-item {
  padding: 3px 10px;
  font-weight: 400;
  line-height: 1.5;
  color: #fff;
  text-align: inherit;
  white-space: nowrap;
  background: 0 0;
  border: 0;
  cursor: pointer; }

.react-contextmenu-item.react-contextmenu-item--active,
.react-contextmenu-item.react-contextmenu-item--selected {
  color: #fff;
  background: linear-gradient(to bottom, #5c5c5c 0, #3f3f3f 100%) !important;
  text-decoration: none; }

.react-contextmenu-item.react-contextmenu-item--disabled,
.react-contextmenu-item.react-contextmenu-item--disabled:hover {
  cursor: default;
  opacity: 0.5;
  background-color: transparent; }

.react-contextmenu-item--divider {
  margin-bottom: 0;
  padding: 1px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
  cursor: inherit; }

table.table-popup-default {
  font-size: 12px;
  width: 100%;
  table-layout: auto; }

table.table-popup-default th {
  padding: 12px 20px 10px 20px;
  border-top: 1px solid #fafafa;
  border-bottom: 1px solid #e0e0e0;
  background: #3F4248;
  color: #a5a6a6; }

table.table-popup-default th:first-child {
  text-align: left;
  padding-left: 20px; }

table.table-popup-default tr:first-child th:first-child {
  -moz-border-radius-topleft: 3px;
  -webkit-border-top-left-radius: 3px;
  border-top-left-radius: 3px; }

table.table-popup-default tr:first-child th:last-child {
  -moz-border-radius-topright: 3px;
  -webkit-border-top-right-radius: 3px;
  border-top-right-radius: 3px; }

table.table-popup-default tr {
  text-align: center;
  padding-left: 20px; }

table.table-popup-default td:first-child {
  text-align: left;
  border-left: 0; }

table.table-popup-default td {
  padding: 10px;
  background: #fafafa;
  background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#fafafa));
  background: -moz-linear-gradient(top, #fbfbfb, #fafafa); }

table.table-popup-default tr:last-child td {
  border-bottom: 0; }

table.table-popup-default tr:last-child td:first-child {
  -moz-border-radius-bottomleft: 3px;
  -webkit-border-bottom-left-radius: 3px;
  border-bottom-left-radius: 3px; }

table.table-popup-default tr:last-child td:last-child {
  -moz-border-radius-bottomright: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-bottom-right-radius: 3px; }

table.table-popup-default tr:nth-child(2n) td {
  background: #7793a9;
  color: #000; }

table.table-popup-default tr:nth-child(2n + 1) td {
  background: #8ab2c6;
  color: #000; }

table.table-popup-default td {
  border: 1px solid #000;
  border-top: 0;
  border-bottom: 0; }

table.table-popup-default th {
  border: 1px solid #88898a;
  border-top: 0;
  border-bottom: 0; }

table.table-popup-default, table.table-popup-default td:first-child, table.table-popup-default th:first-child {
  border-left: 0; }

table.table-popup-default, table.table-popup-default td:last-child, table.table-popup-default th:last-child {
  border-right: 0; }

.icon[data-disabled='true'] {
  cursor: not-allowed; }

.lds-dual-ring {
  background: none; }

.arrow-buttons {
  float: right;
  width: 10px;
  height: 20px;
  position: relative; }

.arrow-buttons-hidden {
  width: 20px;
  display: inline-block; }

.arrow-buttons .blue-button {
  cursor: pointer;
  position: absolute;
  background: transparent;
  border: none;
  margin: 0;
  padding: 0 !important;
  width: 10px;
  height: 10px; }

.arrow-buttons .blue-button:hover {
  background: transparent !important; }

.arrow-buttons .blue-button:first-child {
  top: -7px;
  right: 5px; }

.arrow-buttons .blue-button:last-child {
  bottom: 0;
  right: 5px; }

.arrow-buttons .blue-button:first-child > svg {
  vertical-align: bottom !important; }

.arrow-buttons .blue-button:last-child > svg {
  vertical-align: top !important; }

.blue-button {
  background: #204b7d;
  color: #fff;
  padding: 5px 7px;
  border: 1px solid #597084;
  border-radius: 4px;
  margin-right: 8px;
  cursor: pointer;
  white-space: nowrap; }

.blue-button.left {
  left: 20px;
  position: absolute; }

.blue-button.right {
  right: 20px;
  position: absolute; }

.blue-button[disabled=disabled], .blue-button:disabled {
  background: #3F5569;
  pointer-events: none; }

.blue-button.has-icon {
  padding: 3px; }

.tag-button.blue-button.has-icon {
  float: left;
  width: 20px;
  text-align: center; }

.tag-button.blue-button.has-icon.icon-comp {
  padding-top: 6px;
  padding-bottom: 0.5px; }

.blue-button.small.has-icon {
  height: 20px;
  padding: 1px 4px; }

.ttc-alignment-button.isAction:hover,
.blue-button:not(.disabled):hover {
  background: #1f6193; }

.ttc-alignment-button.disabled {
  cursor: initial; }

.blue-button.disabled {
  cursor: not-allowed; }

.blue-button.has-icon-tag {
  position: relative;
  padding-left: 30px;
  padding-right: 15px;
  text-align: left; }

.blue-button.glow {
  box-shadow: inset 0 0 30px yellow; }

.blue-button.has-icon-tag .tag-icon {
  position: absolute;
  left: 0;
  top: 0; }

input.blue-input,
select.blue-input {
  background: #323C47;
  border: 1px solid #597084;
  color: #c2cccc;
  padding: 3px;
  border-radius: 3px; }

/** Firefox styling for select optgroup @JSWA-1212 */
@-moz-document url-prefix() {
  .complex-select select.blue-input {
    color: #fff;
    background: none; } }

.blue-input--small {
  width: 65px;
  margin-right: 10px;
  height: 27px;
  background: #204b7d; }

input.blue-input:disabled,
select.blue-input:disabled {
  opacity: 0.5; }

input.light-blue-input {
  background: #204b7d; }

.dropdown.relative {
  position: relative; }

.dropdown-content {
  color: #ffffff;
  position: absolute;
  margin-top: 0;
  padding: 5px;
  z-index: 11;
  margin-left: -100px;
  border-radius: 2px;
  background-color: rgba(44, 50, 59, 0.9);
  border: 1px solid #1F1F1F;
  font-size: 12px;
  z-index: 1000;
  animation: showDropdownAnimation 0s 0.01s forwards;
  visibility: hidden; }

@keyframes showDropdownAnimation {
  to {
    visibility: visible; } }

.dropdown.relative .dropdown-content {
  right: 0; }

.dropdown.relative .dropdown-content {
  display: none; }

.dropdown.relative .dropdown-content.open {
  display: block; }

.dropdown > div > * {
  /*pointer-events: none;*/ }

.dropdown svg {
  pointer-events: none; }

.dropdown-content.audio-subtitles-dropdown .dropdown-content-wrapper,
.dropdown-content.general-settings-dropdown .dropdown-content-wrapper,
.dropdown-content.speed-rate-dropdown .dropdown-content-wrapper {
  padding-bottom: 0 !important; }

.dropdown-content.audio-subtitles-dropdown .dropdown-content-container + svg,
.dropdown-content.general-settings-dropdown .dropdown-content-container + svg {
  bottom: -31px !important; }

.dropdown-content.speed-rate-dropdown .dropdown-content-container + svg {
  bottom: -28px !important; }

.ttc-text-event-script {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9; }

.ttc-text-event-script[data-visible-text-track='true'] {
  z-index: 10; }

.text-justify {
  display: inline-block;
  width: 100%; }

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

.ttc-text-event-script .ttc-text-event-script-text {
  position: absolute;
  bottom: 0;
  text-align: center;
  font-size: 30px;
  font-family: Arial, serif;
  justify-content: center;
  color: white;
  text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
  align-items: center;
  width: 100%;
  cursor: default; }

.ttc-text-event-script .ttc-text-event-script-text font[background='#007864'] {
  background: #007864; }

.ttc-text-event-script .ttc-text-event-script-text font[linethrough='true'] {
  text-decoration: line-through; }

.ttc-text-event-script-text.text-top {
  top: 10%;
  bottom: auto; }

.ttc-text-event-script-text.text-center {
  top: 42%;
  bottom: auto; }

.ttc-text-event-script-text.text-bottom {
  bottom: 10%; }

.ttc-text-event-script-text.text-left,
.text-justify-left {
  text-align: left; }

.ttc-text-event-script-text.text-hcenter,
.text-justify-hcenter {
  text-align: center;
  width: 100%; }

.ttc-text-event-script-text.text-right,
.text-justify-right {
  text-align: right; }

.ttc-text-event-script .active-letters {
  color: #fff; }

.ttc-text-event-script .inactive-letters {
  color: #ece572; }

.ttc-text-event-script-bezel {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.ttc-text-event-script-size {
  position: absolute;
  top: 10px;
  right: 10px;
  color: red; }

.ttc-text-event-script .first-line-text {
  white-space: nowrap; }

.ttc-text-event-script .second-line-text {
  display: block;
  margin-top: -15px; }

.flex-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: calc(100% - 1px);
  width: 99.9%;
  resize: vertical; }

.table-third-indicator {
  width: 100%;
  height: 100%;
  border-collapse: collapse;
  position: absolute;
  top: 0; }

.table-cell-third-indicator {
  border: 1px solid #7f887f; }

.notification-container {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 999999;
  width: 320px;
  padding: 0 15px;
  max-height: calc(100% - 30px);
  overflow-x: hidden;
  overflow-y: auto; }

.notification, .notification-container {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.notification {
  padding: 15px 15px 15px 58px;
  border-radius: 2px;
  color: #ffffff;
  background-color: #cccccc;
  -webkit-box-shadow: 0 0 12px #999999;
  box-shadow: 0 0 12px #999999;
  cursor: pointer;
  font-size: 1em;
  line-height: 1.2em;
  position: relative;
  opacity: .9;
  margin-top: 15px; }

.notification .title {
  font-size: 1em;
  line-height: 1.2em;
  font-weight: 700;
  margin: 0 0 5px; }

.notification:focus, .notification:hover {
  opacity: 1; }

.notification-enter {
  visibility: hidden;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0); }

.notification-enter.notification-enter-active {
  -webkit-transition: all .4s;
  transition: all .4s; }

.notification-enter.notification-enter-active, .notification-leave {
  visibility: visible;
  -webkit-transform: translateZ(0);
  transform: translateZ(0); }

.notification-leave.notification-leave-active {
  visibility: hidden;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  -webkit-transition: all .4s;
  transition: all .4s; }

.notification-info {
  background-color: #2f96b4; }

.notification-success {
  background-color: #51a351; }

.notification-warning {
  background-color: #f89406; }

.notification-error {
  background-color: #bd362f; }

.excess-decorator,
.excess-decorator span[style] {
  color: red !important; }

.ttc-qc_error_mark {
  background-image: linear-gradient(45deg, transparent 65%, yellow 80%, transparent 90%), linear-gradient(135deg, transparent 5%, yellow 15%, transparent 25%), linear-gradient(135deg, transparent 45%, yellow 55%, transparent 65%), linear-gradient(45deg, transparent 25%, yellow 35%, transparent 50%);
  background-repeat: repeat-x;
  background-size: 8px 2px;
  background-position: 0 100%; }

.ttc-qc_empty-line {
  width: 100px;
  background-image: linear-gradient(45deg, transparent 65%, yellow 80%, transparent 90%), linear-gradient(135deg, transparent 5%, yellow 15%, transparent 25%), linear-gradient(135deg, transparent 45%, yellow 55%, transparent 65%), linear-gradient(45deg, transparent 25%, yellow 35%, transparent 50%);
  background-repeat: repeat-x;
  background-size: 8px 2px;
  background-position: 0 100%; }

.ttc-spell_check_error_mark {
  background-image: linear-gradient(45deg, transparent 65%, orange 80%, transparent 90%), linear-gradient(135deg, transparent 5%, orange 15%, transparent 25%), linear-gradient(135deg, transparent 45%, orange 55%, transparent 65%), linear-gradient(45deg, transparent 25%, orange 35%, transparent 50%);
  background-repeat: repeat-x;
  background-size: 8px 2px;
  background-position: 0 100%; }

.name-popup-dropdown {
  position: absolute;
  padding: 3px;
  min-width: 100px;
  border: 1px solid #597084;
  background-color: #204b7d;
  z-index: 10000; }

.name-popup-dropdown ul {
  padding: 0;
  margin: 0; }

.name-popup-dropdown li {
  display: block;
  padding: 3px 5px;
  color: #fff; }

.name-popup-dropdown li:hover,
.name-popup-dropdown li.current {
  color: white;
  background-color: #1f6193;
  cursor: pointer; }

.knp-highlight {
  background-color: blue; }

.ttc-image-event-script {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  z-index: 9; }

.ttc-image-event-script[data-visible-text-track='true'] {
  z-index: 10; }

.ttc-image-event-script img {
  max-width: 100%;
  max-height: 100%; }

.ttc-image-event-script-bezel {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.video-subtitle-grid {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9; }

.video-subtitle-grid[data-visible-text-track='true'] {
  z-index: 10; }

.video-subtitle-grid td:hover {
  background: rgba(255, 255, 255, 0.5); }

.video-subtitle-grid table {
  border: 1px solid rgba(135, 135, 135, 0.3);
  margin: 0;
  padding: 0;
  table-layout: fixed; }

.video-subtitle-grid table thead > tr > th,
.video-subtitle-grid table tbody > tr > th,
.video-subtitle-grid table tfoot > tr > th,
.video-subtitle-grid table thead > tr > td,
.video-subtitle-grid table tbody > tr > td,
.video-subtitle-grid table tfoot > tr > td {
  color: #fff;
  border: 1px solid rgba(135, 135, 135, 0.3);
  padding: 0;
  width: calc(100% / 32);
  text-align: center;
  vertical-align: middle;
  line-height: 0; }

.video-subtitle-grid table.hidden-borders,
.video-subtitle-grid table.hidden-borders thead > tr > th,
.video-subtitle-grid table.hidden-borders tbody > tr > th,
.video-subtitle-grid table.hidden-borders tfoot > tr > th,
.video-subtitle-grid table.hidden-borders thead > tr > td,
.video-subtitle-grid table.hidden-borders tbody > tr > td,
.video-subtitle-grid table.hidden-borders tfoot > tr > td {
  border-color: transparent; }

.video-subtitle-grid .letter-rotate_90_1_1 {
  display: inline-block;
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg); }

.video-subtitle-grid .letter-rotate_90_-1_1 {
  display: inline-block;
  -moz-transform: scale(-1, 1) rotate(90deg);
  -ms-transform: scale(-1, 1) rotate(90deg);
  -webkit-transform: scale(-1, 1) rotate(90deg);
  -o-transform: scale(-1, 1) rotate(90deg);
  transform: scale(-1, 1) rotate(90deg); }

.video-subtitle-grid .letter-rotate_90_1_-1 {
  display: inline-block;
  -moz-transform: scale(1, -1) rotate(90deg);
  -ms-transform: scale(1, -1) rotate(90deg);
  -webkit-transform: scale(1, -1) rotate(90deg);
  -o-transform: scale(1, -1) rotate(90deg);
  transform: scale(1, -1) rotate(90deg); }

.video-grid-bar ul {
  list-style: none;
  padding: 3px 0 0 0;
  margin: 0 0 15px 0; }

.video-grid-bar ul li {
  display: inline-block; }

.player-overlay {
  position: absolute;
  top: 100px;
  right: 0;
  bottom: 0;
  left: 0;
  font-size: 14px;
  text-align: center;
  opacity: 0.7; }

/* buffering indicator */
.player-overlay h2 {
  color: #f2f3f4;
  background-color: #1f1f1f; }

.zoomed-subtitle-header {
  font-size: 13px;
  background: #353a44;
  color: #fff;
  height: 30px;
  line-height: 30px;
  padding: 0 8px;
  border-bottom: 1px solid #3f444b;
  user-select: none; }

.zoomed-subtitle-button-close {
  float: right;
  border: none;
  background: none;
  line-height: 38px;
  padding: 0; }

.zoomed-subtitle-button-close:hover {
  cursor: pointer; }

.zoomed-subtitle-button-close::before {
  content: '';
  width: 1px;
  background: #22262e;
  display: inline-block;
  height: 22px;
  position: absolute;
  top: 5px;
  right: 28px; }

.zoomed-subtitle-body {
  padding-top: 5px;
  background: black;
  height: 109px;
  width: 100%;
  overflow: scroll;
  scrollbar-width: none; }

.zoomed-subtitle-body textarea {
  background: #323c47;
  border: 1px solid #597084;
  color: #c2cccc;
  padding: 3px;
  border-radius: 3px; }

.zoomed-subtitle-body::-webkit-scrollbar {
  display: none; }

.zoomed-subtitle-body .zoomed-subtitle-body-text {
  position: relative;
  padding: 15px;
  text-align: center;
  font-size: 25px;
  font-family: Arial, serif;
  justify-content: center;
  color: white;
  text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
  align-items: center;
  width: 100%;
  cursor: default; }

.zoomed-subtitle-body .zoomed-subtitle-body-text font[background='#007864'] {
  background: #007864; }

.zoomed-subtitle-body .zoomed-subtitle-body-text font[linethrough='true'] {
  text-decoration: line-through; }

.zoomed-subtitle-body-text.text-left,
.text-justify-left {
  text-align: left; }

.zoomed-subtitle-body-text.text-hcenter,
.text-justify-hcenter {
  text-align: center;
  width: 100%; }

.zoomed-subtitle-body-text.text-right,
.text-justify-right {
  text-align: right; }

.zoomed-subtitle-body .first-line-text {
  white-space: nowrap; }

.zoomed-subtitle-body .second-line-text {
  display: block;
  margin-top: -15px;
  line-height: 27px;
  width: 99%; }

.tt-player-caption-container {
  display: flex;
  flex-direction: column;
  height: 100%; }

.tt-player-caption-row-wrapper {
  position: relative;
  flex: 1; }

.tt-player-caption-row-wrapper:not(:first-child) {
  border-top: 1px solid #fff; }

.tt-player-caption-row-wrapper:hover {
  background: rgba(0, 0, 0, 0.2); }

.tt-player-caption-row {
  display: flex;
  flex-direction: row;
  color: #fff;
  cursor: pointer;
  position: relative;
  vertical-align: center;
  align-items: center;
  align-content: center;
  font-size: 1em;
  flex: 1;
  height: 100%;
  pointer-events: none;
  font-family: Courier New, Courier, Lucida Sans Typewriter, Lucida Typewriter, monospace;
  white-space: nowrap; }

.tt-player-caption-row svg {
  width: 100%;
  height: 100%;
  font-weight: bold; }

.tt-player-caption-row.text-left svg {
  text-align: left; }

.tt-player-caption-row.text-center svg {
  text-align: center; }

.tt-player-caption-row.text-right svg {
  text-align: right; }

.text-position-area {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex; }

.text-position-area .left,
.text-position-area .right {
  width: 25%; }

.text-position-area .center {
  flex: 1; }

.tt-player-caption-row .public-DraftEditor-content {
  white-space: unset !important;
  overflow-wrap: unset !important; }

.tt-player-caption-row svg span[data-offset-key] {
  background-color: #000; }

/* css hack for preventing 1px line between spans in block. */
.tt-player-caption-row .public-DraftStyleDefault-block > span {
  margin-left: -1px; }

.tt-player-caption-row .public-DraftStyleDefault-block > span:first-child {
  padding-left: 3px; }

.tt-player-caption-row .public-DraftStyleDefault-block > span:last-child:not(:first-child) {
  padding-right: 3px; }

.tt-player-caption-safe-area {
  position: absolute;
  z-index: 9;
  border: 1px solid green;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow: hidden; }

.tt-player-caption-measure {
  width: 100%;
  height: 100%; }

.ttc-slide-bar {
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  height: 14px;
  border: none;
  padding: 1px 2px;
  margin: 12px 5px;
  border-radius: 5px;
  background: #232528;
  box-shadow: inset 0 1px 0 0 #0d0e0f, inset 0 -1px 0 0 #3a3d42;
  outline: none;
  /* no focus outline */
  box-sizing: border-box;
  user-select: none; }

.ttc-slide-bar::-moz-focus-outer {
  border: 0; }

.ttc-slide-bar::-moz-range-track {
  border: inherit;
  background: transparent; }

.ttc-slide-bar::-ms-track {
  border: inherit;
  color: transparent;
  /* don't drawn vertical reference line */
  background: transparent; }

.ttc-slide-bar::-ms-fill-lower,
.ttc-slide-bar::-ms-fill-upper {
  background: transparent; }

.ttc-slide-bar::-ms-tooltip {
  display: none; }

/* thumb */
.ttc-slide-bar::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 5px;
  height: 8px;
  border: none;
  border-radius: 2px;
  background-color: #0096d7;
  cursor: hand;
  cursor: pointer; }

.ttc-slide-bar::-moz-range-thumb {
  width: 5px;
  height: 8px;
  border: none;
  border-radius: 2px;
  background-color: #0096d7;
  cursor: hand;
  cursor: pointer; }

.ttc-slide-bar::-ms-thumb {
  width: 5px;
  height: 8px;
  border: none;
  border-radius: 2px;
  background-color: #0096d7;
  cursor: hand;
  cursor: pointer; }

.ttc-slide-bar.vertical {
  transform: rotate(-90deg);
  box-shadow: inset 0 -1px 0 0 #0d0e0f, inset 0 -1px 0 0 #3a3d42; }

.ttc-slide-bar-proceed-area {
  background: #336795;
  height: 100%;
  position: absolute;
  pointer-events: none; }

.ttc-slide-bar-thumb {
  position: absolute;
  width: 5px;
  height: 100%;
  border: none;
  border-radius: 2px;
  background-color: #0096d7;
  cursor: pointer;
  pointer-events: none; }

.time-picker {
  min-width: 95px; }

.time-picker.with-milliseconds {
  min-width: 100px; }

.time-picker-duration {
  min-width: 75px; }

.time-picker-duration .input-number {
  width: 17px; }

.time-picker.time-picker-overlapped .input-number {
  color: red !important; }

.time-picker-container {
  box-shadow: 0 0 0 1px orange inset; }

.time-picker {
  margin-right: 5px; }

.time-picker .input-number {
  font-size: 13px;
  box-shadow: none;
  color: #f2f3f4;
  background-color: transparent;
  border: medium none;
  width: 17px;
  height: 20px;
  padding: 0; }

.time-picker.with-milliseconds .input-number.milliseconds {
  width: 26px; }

.time-picker .input-number.blue-input {
  background: #323c47;
  border: 1px solid #597084;
  color: #c2cccc;
  padding: 1px 1px 1px 8px;
  border-radius: 3px;
  width: auto; }

.time-picker .input-number:disabled {
  opacity: 0.3; }

.time-picker .input-number:focus {
  outline: 0; }

.tt-actions {
  position: absolute;
  right: 0;
  text-align: right; }

.tt-actions.tt-actions--omitted {
  opacity: 0.4; }

.tt-actions .blue-button {
  vertical-align: top;
  margin-right: 0;
  margin-left: 0;
  border-radius: 0;
  cursor: pointer; }

.tt-actions > div {
  vertical-align: bottom;
  display: inline-block;
  background-color: #415163; }

.tt-action-statistic {
  display: inline-block;
  border: 1px solid #597084;
  background-color: #415163;
  margin-right: 1px;
  color: #fff;
  width: 27px;
  text-align: center;
  line-height: 18px; }

.tt-action-statistic.exceeding {
  background: #ff4a5f; }

.tt-actions input[type='number'] {
  width: 50px; }

.tt-action.omitted {
  background: #336795; }

.acceptance.blue-button,
.acceptance.blue-button:hover {
  background-color: #713399; }

.acceptance.blue-button.disabled {
  background-color: #58417d;
  color: #a79bba; }

.acceptance.blue-button > svg {
  top: 2px;
  position: relative; }

.error-button.red {
  background-color: #e60000;
  border-color: #e60000;
  color: #fff; }

.error-button.red:hover {
  background-color: #e72000;
  border-color: #e72000; }

.error-button.red.disabled {
  background-color: #3f5569;
  border-color: #597084; }

.ttc-poppable-content {
  color: #ffffff;
  position: absolute;
  margin-top: 0px;
  padding: 5px;
  z-index: 12;
  border-radius: 2px;
  background-color: rgba(44, 50, 59, 0.9);
  border: 1px solid #1F1F1F;
  font-size: 12px; }

.ttc-poppable > .blue-button.small.has-icon > svg {
  position: absolute; }

.revise-tooltip {
  position: relative;
  display: inline-block;
  /*border-bottom: 1px dotted black;*/ }

.revise-tooltip .revise-tooltip-text {
  visibility: hidden;
  width: 205px;
  background-color: rgba(44, 50, 59, 0.9);
  color: #fff;
  text-align: center;
  padding: 5px 0;
  /* Position the tooltip */
  position: absolute;
  z-index: 1;
  top: 0px;
  right: 115%; }

.revise-tooltip:hover .revise-tooltip-text {
  visibility: visible; }

.revise-tooltip .revise-tooltip-text::after {
  content: " ";
  position: absolute;
  top: 10px;
  left: 100%;
  /* To the right of the tooltip */
  margin-top: -10px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent transparent rgba(44, 50, 59, 0.9); }

.revise-tooltip .revise-tooltip-text .manual-value {
  color: red;
  font-weight: bold; }

.subtitle-header .error-label {
  font-size: 14px;
  color: #fff; }

:focus {
  outline: none; }

::-moz-focus-inner {
  border: 0; }

.subtitle-box {
  height: 100%;
  background-color: #2d353c;
  border-left: 2px solid #1f1f1f;
  /* user-select: none; JSWA-1725/SHS-403 should be selectable */ }

.subtitle-box.align-by-timecode-padding {
  padding-top: 5px; }

.subtitle-position-label {
  position: absolute;
  background: #336795;
  right: 30px;
  top: 18px;
  color: #fff;
  padding: 3px; }

.subtitle-box.stub {
  min-width: 325px;
  pointer-events: none !important; }

.subtitle-box.active:before {
  display: block;
  background: #ffffff;
  height: 75px;
  width: 1px;
  content: '';
  margin-top: 1px;
  position: absolute; }

.subtitle-box.selected .widget-textarea,
.subtitle-box .widget-textarea:focus {
  box-shadow: 0 0 0 2px #0488ec inset; }

.subtitle-box.orange .widget-textarea {
  box-shadow: 0 0 0 2px orange inset; }

.subtitle-box.green .widget-textarea {
  box-shadow: 0 0 0 2px green inset; }

.subtitle-box.blue .widget-textarea {
  box-shadow: 0 0 0 2px blue inset; }

.subtitle-box.darkblue .widget-textarea {
  box-shadow: 0 0 0 2px darkblue inset; }

.subtitle-box.midnightblue .widget-textarea {
  box-shadow: 0 0 0 2px midnightblue inset; }

.subtitle-header {
  display: flex;
  height: 20px;
  background-color: #415163;
  user-select: none;
  position: absolute;
  right: 0;
  left: 0;
  overflow: hidden; }

.subtitle-header .subtitle-number {
  background-color: #336795;
  color: #9fa8b2;
  font-size: 14px;
  margin-right: 10px;
  width: 70px;
  border: 0;
  cursor: pointer;
  position: relative; }

.subtitle-header .subtitle-number .subtitle-number-uuid-helper {
  position: absolute;
  right: 0;
  top: 0;
  width: 5px;
  height: 5px;
  background: none; }

.subtitle-header span {
  white-space: nowrap; }

.widget-textarea {
  color: #ffffff;
  padding: 0 2px;
  overflow-y: auto;
  height: 100%; }

.select.color-scheme-selector {
  margin-right: 10px; }

/* @see https://forum.choiceofgames.com/t/preferred-reading-background-color/22557/16 */
.color-scheme-selector option[value='1'],
.widget-textarea.fontColorScheme-1 {
  background-color: #ffffff;
  color: #333333; }

.color-scheme-selector option[value='2'],
.widget-textarea.fontColorScheme-2 {
  background-color: #eeeeee;
  color: #222222; }

.color-scheme-selector option[value='3'],
.widget-textarea.fontColorScheme-3 {
  background-color: #dddddd;
  color: #111111; }

.color-scheme-selector option[value='4'],
.widget-textarea.fontColorScheme-4 {
  background-color: #cccccc;
  color: #000000; }

.color-scheme-selector option[value='5'],
.widget-textarea.fontColorScheme-5 {
  background-color: #bbbbbb;
  color: #000000; }

.color-scheme-selector option[value='6'],
.widget-textarea.fontColorScheme-6 {
  background-color: #aaaaaa;
  color: #000000; }

.color-scheme-selector option[value='7'],
.widget-textarea.fontColorScheme-7 {
  background-color: #555555;
  color: #ffffff; }

.color-scheme-selector option[value='8'],
.widget-textarea.fontColorScheme-8 {
  background-color: #444444;
  color: #ffffff; }

.color-scheme-selector option[value='9'],
.widget-textarea.fontColorScheme-9 {
  background-color: #333333;
  color: #ffffff; }

.color-scheme-selector option[value='10'],
.widget-textarea.fontColorScheme-10 {
  background-color: #222222;
  color: #ffffff; }

.color-scheme-selector option[value='11'],
.widget-textarea.fontColorScheme-11 {
  background-color: #111111;
  color: #ffffff; }

.color-scheme-selector option[value='12'],
.widget-textarea.fontColorScheme-12 {
  background-color: #000000;
  color: #ffffff; }

.widget-textarea.no-wrap .public-DraftStyleDefault-block {
  white-space: pre;
  overflow-wrap: normal;
  overflow-x: hidden; }

.subtitle-box.omitted .input-group,
.subtitle-box.omitted .widget-textarea,
.widget-textarea.omitted {
  opacity: 0.3;
  cursor: pointer;
  user-select: text; }

.subtitle-box.locked .input-group {
  opacity: 0.3;
  cursor: pointer; }

.subtitle-box .subtitle-wrapper .react-contextmenu-wrapper {
  height: 100%; }

.subtitle-info {
  position: relative;
  font-size: 10px;
  background: #3c464f;
  padding: 2px 0 2px 4px;
  height: 19px;
  line-height: 16px; }

.subtitle-note {
  position: absolute;
  font-weight: bold;
  cursor: default; }

.subtitle-annotation {
  position: absolute;
  color: #fbff00;
  text-transform: uppercase;
  height: 24px;
  line-height: 19px;
  cursor: default; }

.subtitle-annotation.red-annotation {
  color: #ffa500; }

.subtitle-annotation-input {
  width: 100%;
  background: transparent;
  color: #fff; }

.subtitle-wrapper {
  height: calc(100% - 69px);
  padding-top: 20px; }

.subtitle-wrapper.add-padding {
  padding-right: 28px; }

.subtitle-wrapper.align-by-timecode-padding {
  height: calc(100% - 74px); }

.subtitle-wrapper-notes-hidden {
  height: calc(100% - 23px); }

.subtitle-content {
  position: absolute;
  display: inline-block;
  width: calc(100% - 70px);
  height: 22px;
  color: #fff;
  overflow-y: hidden;
  overflow-x: hidden;
  left: 77px;
  cursor: pointer; }

.subtitle-content .DraftEditor-root {
  height: 22px; }

.subtitle-content[contenteditable='false'] {
  opacity: 0.3; }

.subtitle-content.annotation:focus,
.subtitle-content.note:focus,
.subtitle-content.annotation.is-focused,
.subtitle-content.note.is-focused {
  position: absolute;
  top: -1px;
  z-index: 999;
  height: auto;
  min-height: 48px;
  max-height: 160px;
  border: 1px solid black;
  background: #3c464f;
  overflow: auto;
  width: auto;
  right: 0;
  cursor: text; }

.subtitle-context-block {
  position: relative; }

.subtitle-tags-icons {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 12px; }

.autosize-input {
  position: absolute;
  left: 80px;
  z-index: 8;
  background-color: #336795;
  margin-right: 10px; }

.autosize-input--left_margin {
  margin-left: 12px; }

.autosize-input--fake {
  position: absolute;
  left: -1000%; }

.revision-number {
  display: inline-block;
  background-color: #336795;
  color: #ffc800;
  font-size: 14px;
  padding: 0 5px;
  border: 0;
  cursor: pointer;
  line-height: 20px;
  text-align: center; }

.revision-number--duplicate {
  background-color: #f47d79; }

.revision-number--empty {
  background-color: red; }

.revision-changed {
  font-size: 12px;
  color: #ffc800;
  margin-right: 10px;
  line-height: 20px;
  margin-left: 80px; }

.revision-changes-only {
  font-size: 12px;
  color: red;
  line-height: 20px;
  margin-right: 10px; }

.revision-update {
  cursor: pointer;
  margin-left: -8px; }

.fontSize-7 {
  font-size: 7px; }

.fontSize-9 {
  font-size: 9px; }

.fontSize-11 {
  font-size: 11px; }

.fontSize-13 {
  font-size: 13px; }

.fontSize-15 {
  font-size: 15px; }

.fontSize-17 {
  font-size: 17px; }

.fontSize-19 {
  font-size: 19px; }

.fontSize-21 {
  font-size: 21px; }

.fontSize-23 {
  font-size: 23px; }

.fontSize-25 {
  font-size: 25px; }

.widget-textarea font[background='#007864'] {
  background: #007864; }

.subtitle-wrapper .widget-textarea font[linethrough='true'] {
  text-decoration: line-through; }

.rtl-text {
  direction: rtl; }

.emt-button {
  background-color: #e60000;
  color: #fff;
  font-size: 14px;
  margin-right: 10px;
  border: 0;
  cursor: pointer; }

.tt-note-wrapper {
  position: relative;
  height: 22px; }

.tt-note-wrapper[data-readonly='true'] {
  opacity: 0.7; }

.tt-note-wrapper:last-child {
  border-top: 1px solid #1f1f1f; }

.tt-note-wrapper .annotation {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%; }

.subtitle-action {
  font-size: 11px;
  font-weight: bold;
  cursor: pointer;
  margin-left: 75px;
  color: #ffc46f; }

.subtitle-action:hover {
  color: #7788ff; }

.tt-color-picker-wrapper {
  position: relative; }

.tt-color-picker-box {
  display: inline-block;
  width: 20px;
  height: 20px;
  cursor: pointer; }

.tt-color-picker-box.TEXT_GREEN {
  background-color: #00ff00; }

.tt-color-picker-box.TEXT_BLUE {
  background-color: #00ffff; }

.tt-color-picker-box.TEXT_YELLOW {
  background-color: #ffff00; }

.tt-color-picker-box.TEXT_WHITE {
  background-color: #fff; }

.WaveformMosaic {
  pointer-events: none;
  z-index: 10; }

.waveform-toolbar {
  background: #656a6d;
  padding-left: 119px;
  top: 22px; }

.waveform-toolbar[data-minimized='true'] {
  top: 0; }

.waveform-renderer-button .blue-button,
.waveform-renderer-button .blue-button:hover,
.waveform-toolbar-button {
  position: relative;
  width: 30px;
  height: 19px;
  border: 0;
  outline: none;
  margin-right: 1px;
  cursor: pointer;
  background-image: linear-gradient(0deg, #404040 0%, #262626 50.5%, #404040 50.7%, #595959 100%);
  color: #ffffff;
  border-radius: 3px; }

.waveform-renderer-button .blue-button:hover,
.waveform-toolbar-button:hover {
  box-shadow: 0 0 2px 0 rgba(240, 240, 240, 0.5); }

.waveform-toolbar-button.pushed,
.waveform-toolbar-button:active {
  color: #ff7b0d;
  background-image: linear-gradient(0deg, #404040 0%, #262626 40.5%, #404040 40.7%, #595959 100%); }

.waveform-renderer-button .dropdown {
  display: inline-block; }

.waveform-renderer-dropdown {
  padding: 5px;
  display: flex;
  justify-content: left;
  flex-direction: column;
  align-items: start; }

.waveform-toolbar-button .waveform-toolbar-label {
  width: 15px;
  height: 15px;
  display: inline-block;
  overflow: hidden;
  color: #fff; }

.waveform-toolbar-button.disabled .waveform-toolbar-label {
  color: #8e9ea4; }

.waveform-toolbar-button.active .waveform-toolbar-label,
.waveform-toolbar-button.pushed .waveform-toolbar-label {
  color: #ff7b0d; }

.ttc-scenes {
  height: 140px;
  z-index: 10;
  width: 100%; }

.scene-canvas-wrapper {
  position: relative;
  width: 100%;
  height: 100%; }

.SceneChanges {
  width: 100%;
  height: 70px;
  overflow: hidden; }

.ttc-clip-grab {
  cursor: grab; }

.ttc-clip-select {
  cursor: text; }

.ttc-clip-dragging {
  cursor: move; }

.ttc-clip-fade-left {
  cursor: se-resize; }

.ttc-clip-fade-right {
  cursor: sw-resize; }

.ttc-clip-dra-area {
  cursor: pointer; }

.ttc-clip-fade {
  position: relative;
  z-index: 3; }

.ttc-clip-root {
  position: relative;
  user-select: none;
  overflow: hidden;
  height: 100%; }

.ttc-clip-root canvas {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1; }

.ttc-clip {
  position: absolute;
  box-sizing: border-box;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.5);
  height: 100%; }

.ttc-clip-bezel {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  pointer-events: none; }

.ttc-l-resizing .ttc-clip-bezel {
  border: 2px solid darkorange;
  border-right-width: 0; }

.ttc-r-resizing .ttc-clip-bezel {
  border: 2px solid darkorange;
  border-left-width: 0; }

.ttc-clip-r-handle, .ttc-clip-l-handle {
  position: absolute;
  top: 0;
  height: 100%;
  z-index: 2; }

.ttc-clip-l-handle {
  left: 0;
  cursor: e-resize; }

.ttc-clip-r-handle {
  right: 0;
  cursor: w-resize; }

.clip-loading {
  position: absolute;
  top: 2px;
  right: 2px;
  z-index: 3; }

.clip-failed {
  position: absolute;
  top: 2px;
  right: 3px;
  display: inline-block;
  padding: 1px;
  border-radius: 10px;
  z-index: 3; }

.clip-failed svg {
  margin-top: -5px; }

.blinking-cursor {
  font-weight: 100;
  font-size: 30px;
  z-index: 2;
  pointer-events: none;
  position: absolute;
  width: 1pt;
  height: 100%;
  color: #2E3D48;
  -webkit-animation: 1s blink step-end infinite;
  -moz-animation: 1s blink step-end infinite;
  -ms-animation: 1s blink step-end infinite;
  -o-animation: 1s blink step-end infinite;
  animation: 1s blink step-end infinite; }

@keyframes blink {
  from, to {
    color: transparent; }
  50% {
    color: black; } }

@-moz-keyframes blink {
  from, to {
    color: transparent; }
  50% {
    color: black; } }

@-webkit-keyframes blink {
  from, to {
    color: transparent; }
  50% {
    color: black; } }

@-ms-keyframes blink {
  from, to {
    color: transparent; }
  50% {
    color: black; } }

@-o-keyframes blink {
  from, to {
    color: transparent; }
  50% {
    color: black; } }

.ttc-selection {
  position: absolute;
  top: 0;
  left: 3px;
  right: 3px;
  bottom: 0;
  background: white;
  opacity: .5;
  border: none;
  pointer-events: none;
  z-index: 2; }

.context-audio-track-root {
  position: relative;
  cursor: text;
  height: 100%; }

.ttc-cue-box {
  height: 100%;
  position: absolute;
  overflow: hidden;
  color: white;
  font-size: 10px;
  box-sizing: border-box;
  background: rgba(51, 153, 0, 0.5);
  padding: 15px 2px 15px 2px;
  cursor: pointer; }

.ttc-cue-l-handle {
  width: 2px;
  top: 0;
  bottom: 0;
  position: absolute;
  cursor: w-resize;
  left: 0; }

.ttc-cue-r-handle {
  width: 2px;
  top: 0;
  bottom: 0;
  position: absolute;
  cursor: e-resize;
  right: 0; }

.ttc-cue-box--overlapped {
  height: 50%;
  background: rgba(128, 76, 0, 0.498039) !important; }

.ttc-cue-box--bottom {
  bottom: 0; }

.ttc-cue-box.omitted {
  cursor: unset;
  opacity: 0.3; }

.ttc-cue-box--is-out-of-work-zone {
  opacity: 0.3; }

.ttc-cue-box.omitted .ttc-cue-l-handle, .ttc-cue-box.omitted .ttc-cue-r-handle {
  cursor: unset; }

.ttc-cue-box-index,
.ttc-cue-box-scripting-number {
  color: white;
  position: absolute;
  top: 3px;
  right: 3px;
  font-size: 10px;
  letter-spacing: 1.5px;
  text-shadow: 1px 1px 2px #546e7a; }

.ttc-cue-box-scripting-number {
  left: 3px;
  color: #ffeb3b; }

.ttc-cue-box-editable {
  z-index: 1; }

.ttc-cue-box-editable font,
.ttc-cue-box-editable span {
  color: white !important; }

.ttc-cue-box-editor-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; }

.ttc-cue-box-position-tag {
  position: absolute;
  right: -8px;
  bottom: 0;
  background: #204b7d;
  color: #fff;
  padding: 1px 2px;
  border: 1px solid #597084;
  border-radius: 4px;
  margin-right: 8px;
  cursor: pointer; }

.ttc-cue-box-editable font[linethrough='true'] {
  text-decoration: line-through; }

.track-break-box {
  height: 100%;
  position: absolute;
  overflow: hidden;
  box-sizing: border-box;
  /* 1px on each side so that it can still be visible when both before- and after-frames is zero */
  padding: 15px 1px 15px 1px;
  cursor: pointer; }

.text-track-canvas-wrapper {
  position: relative;
  overflow: hidden;
  height: 100%; }

.text-track-canvas-wrapper canvas {
  cursor: pointer; }

.move-range-track-wrapper {
  position: absolute;
  height: 100%;
  overflow: hidden;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  z-index: 1000;
  top: 0;
  left: 0;
  right: 0; }

.move-range-track-draggable {
  height: 100%; }

.move-range-track-tracks {
  height: 100%;
  margin-top: 0; }

.text-tracks {
  display: flex;
  flex-direction: column;
  height: 100%; }

.text-track-item {
  position: relative;
  flex: 1;
  display: flex; }

.text-track-item > div {
  width: 100%; }

.text-track-item .react-contextmenu-wrapper {
  height: 100%; }

.react-select__control {
  background: #323C47 !important;
  border: 1px solid #597084  !important;
  padding: 0 !important;
  border-radius: 3px  !important;
  height: 23px !important;
  min-height: 23px !important;
  width: 187px  !important;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif  !important; }

.multi-select .react-select__control {
  width: 355px  !important; }

.react-select__value-container {
  padding: 0 !important;
  margin: 0 !important; }

.react-select__placeholder {
  top: 0 !important;
  transform: none !important; }

.react-select__input > input {
  max-width: 156px !important; }

.react-select__option--is-focused {
  background-color: #597084 !important; }

.react-select__indicator-separator {
  display: none; }

.react-select__dropdown-indicator {
  padding: 2px !important; }

.ttc-tt-grid-wrapper {
  width: 100% !important;
  height: calc(100% - 38px) !important;
  overflow: hidden !important; }

.ttc-tt-grid {
  position: relative;
  overflow-y: hidden;
  overflow-x: hidden;
  height: 100%; }

/* Title row */
.title-columns {
  background-color: #373a3f;
  border: 1px solid #1d1d1d;
  border-right: 0;
  display: flex;
  flex-direction: row; }

.title-column-label-wrapper {
  background-color: #373a3f; }

.title-column-label {
  font-size: 12px;
  line-height: 12px;
  padding: 3px 5px; }

.title-column-label-wrapper:first-child:not(:last-child) {
  border-right: 1px solid rgba(0, 0, 0, 0.4); }

.title-column-label-wrapper:last-child:not(:first-child) {
  border-left: 1px solid rgba(0, 0, 0, 0.4); }

.title-column-label-wrapper:not(:first-child):not(:last-child) {
  border-left: 1px solid rgba(0, 0, 0, 0.4);
  border-right: 1px solid rgba(0, 0, 0, 0.4); }

/* fix Grammarly styles */
div[style*='visibility: hidden; top: -9999px'],
.gr-top-z-index.gr-top-zero {
  display: none; }

grammarly-ghost > div {
  margin-top: 22px !important; }

.ttc-tt-grid0 {
  float: left; }

.column-sizer {
  position: absolute;
  background: #1f1f1f;
  width: 2px;
  height: 100%;
  cursor: col-resize;
  transform: translate(0px, 0px) !important;
  z-index: 105; }

.title-column-label {
  display: flex;
  justify-content: space-between;
  color: #a2a2a2;
  height: 24px;
  line-height: 30px; }

.title-column-label[data-editable='true'] {
  color: #51b500; }

.title-tt-selector {
  position: absolute;
  top: 2px;
  right: 5px; }

.title-tt-selector[data-has-admin-buttons='true'] {
  top: 26px; }

.allowed-translate-percentage {
  color: green; }

.allowed-translate-percentage[data-limit-exceeded='true'] {
  color: red; }

.supplementary-buttons {
  float: right; }

.supplementary-buttons > button {
  padding: 4px 7px; }

.supplementary-buttons > button:last-child {
  margin-right: 0; }

.ttc-tt-grid-controls {
  position: relative;
  padding: 0 0 10px;
  min-width: 896px; }

.ttc-tt-grid-controls > div {
  display: inline-block;
  vertical-align: middle; }

.ttc-tt-grid-controls > div > div {
  display: inline-block;
  padding: 0 5px; }

.ttc-tt-grid-controls input[type='text'],
.ttc-tt-grid-controls input[type='number'] {
  width: 40px;
  background: #204b7d;
  height: 19px; }

.ttc-revision-container {
  position: relative;
  vertical-align: middle; }

.ttc-tt-grid-controls .blue-button.has-icon {
  padding-bottom: 0px; }

.ttc-revision-container > .blue-button {
  margin-right: 3px; }

.ttc-alignment-wrapper {
  position: relative;
  min-width: 270px;
  overflow: hidden;
  vertical-align: middle; }

.ttc-alignment-container {
  display: inline-block;
  position: relative;
  margin: 0 3px; }

button.ttc-alignment-button {
  margin-left: 1px;
  margin-right: 1px;
  padding: 3px 2px 2px; }

button.ttc-alignment-button.disabled {
  filter: grayscale(65%) brightness(65%);
  cursor: initial; }

button.ttc-alignment-button > div {
  padding: 10px 10px; }

.tt-actions button.ttc-alignment-button {
  padding: 0 1px; }

.tt-actions button.ttc-alignment-button > div {
  padding: 9px 10px; }

.blue-input.font-size-select {
  font-size: 12px;
  width: 67px; }

.ttc-tt-grid-controls-count {
  font-size: 20px;
  padding: 0 5px; }

.PTop {
  background-image: url("data:image/png;charset=utf-8;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAABmJLR0QA/wD/AP+gvaeTAAAAB3RJTUUH4QkPBgY1QNsPtwAAAilJREFUOMu1lDuLFEEUhb9bVTPT4/pcAwdUVBSNBcFIEFEjwdwfYCYGJiKCCKKBkWwg+ApEBNHEZEMTEQQRjARBxJ1BFhUcZxa3px9V16Cr12F2NRorqe57uu49dc6hYcpLloZDgCOqehkY+hBuFEXRtdYm3vu02WjsNsacB1pB9f4oy940nJsJIeTW2o3O2gtAR0TuAvMuG40AdmLMSaAEThljgqpijKH03uB9EgmcdtaWqioiQghB8hAc0CCE18C8G1UNv4nIOxEZWOeuuWZzIXifWGvTIs/3lmV5CUiMMXOtdvuVL8v1xpjce7+5yPMrqO5Q1e605as0HPT7AGKbTTHGkC4vo6orHxhjaCUJAmRZhi9LEKkOi5AklRplUSgi6nrdLoCODdFVU0F0AquHGpFV2HSvPBwMAI4B14EBcBZYACzggX3AbWAdcBF4CbiYiE3AA2AXcBN4UrvcAQ7HBjO1fPF9A3A81ratqFBduYnIUWA2NqXO4WfgObAkFUsUQtSvr/AYaAvU0QhxzxSeAdsF3v8fDb8uLkYi2FjzE479CyPqWbMOTHtJzJOJk5TKvUmGLu7lGiwa45iLf5sTwC3gJ3AG+MSfaOwHHlHF5hzwYgzbAjwF9gBXgYcuTVOArcCBqFEyxozY6FB8np3AHHAw1jsALs8ygA/APeAX8GNMZIDvwBzQAj5OYClwhyqfb6duCIB86fVqU2w042+xqYVfKzYSz4Xf68fd4T5pCL4AAAAldEVYdGRhdGU6Y3JlYXRlADIwMTctMDktMTVUMDY6MDY6NTMtMDQ6MDCx1CUuAAAAJXRFWHRkYXRlOm1vZGlmeQAyMDE3LTA5LTE1VDA2OjA2OjUzLTA0OjAwwImdkgAAAABJRU5ErkJggg== "); }

.PCenter {
  background-image: url("data:image/png;charset=utf-8;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAABmJLR0QA/wD/AP+gvaeTAAAAB3RJTUUH4QkPBgYwMLH7OAAAAkZJREFUOMu1lLtrFFEUxn/fvbPuxiVEE0IeokQLbRUCVjaC/g9a+Q+IoI2FIjY+QBDRSrQRG9HGJqWFoCAqWAmCiHGVGBMku3nsY2busZi72XWxXC8Md+Z835x7zvnOPTDkpfVGA+AYcAloAOeBGuCBHNgHXAVGgFvAuz5sFLgOzAAPgYWk3WoB7AVORtKVeJiz4nsCOBNtz6JDF7kV4BQwDrwBFpJW4fAX8AGoA1vx5xD3DeAlsBNYiTaLewq8AuZiVsNfqq+tASg+vcjMtklWpNiNzOgjD2JJbXERgQXnMGB6aso557adhRD4ubxsWZYxOzOjUqnkzIrTzIyV1VXL0hTXK8OQU27U6wDHDW5i1shDuJ3n+XdJFTNree/nvHPnkMohhAdZlr2VVAU6ksYS7y8g7RHcAJ4krWYTYFrOzSNlko5KygFJshCCz/O8SmE4LCntltDM1EnTMlCyEOYAkna7DfBV0nNJ6877ayPV6re006nsKJdbWxsbB0KeXwQqku7tmpx8vdlojHrvO2mnM5al6WUzmwU+/p8aLi8txWzkkZBzQVKhmISFIAvBRVKQ97bdUmaEEDyAhRDoXYYhRhhbygEJRS9l/N1TipgiNhhFqR9L4rQ5AdwB1oDTwJfoJAMOAo8p7vJZ4EUftht4CuynmEiPkmbRNhPAIXoTpBsZ0dF8fB8fwBLgSLRPAySdom0+AQ+ATeB3JHdTWwHuAmXg8wDWBO4DU8D7oQsCoB+1WlcUH8XI/yGK7yv84BDoCpYD4Q91x/AMgW6bJgAAACV0RVh0ZGF0ZTpjcmVhdGUAMjAxNy0wOS0xNVQwNjowNjo0OC0wNDowMH95cUoAAAAldEVYdGRhdGU6bW9kaWZ5ADIwMTctMDktMTVUMDY6MDY6NDgtMDQ6MDAOJMn2AAAAAElFTkSuQmCC "); }

.PBottom {
  background-image: url("data:image/png;charset=utf-8;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAABmJLR0QA/wD/AP+gvaeTAAAAB3RJTUUH4QkPBgYuyr7GWwAAAkJJREFUOMu1lLFrFEEUxn9vZnNJ7kiCSSAJwUTQ/8FKEFH/BzsrK0HQJogoNloYO0UEFbEQBBub/AGKhRDESrAzHkdQA2Yvp7nb3ZlnsW9zZwypkoFldt978+b75vt24ICHbLXbAKeAG0AbuAo0AQ8EYAG4DYwCy8DqQG4MuAvMAU+BlaTX7QIcBc5b0S3bzGn5PQVctNhra+isdgS4AEwCH4CVpFs2/AF8AlLgjy2ONneAt0Ad+GkxtTkH3gPHjNXBD0k3NwHEnj4y1Z0iLSlWyJSB4t25pLm2Nkhh71377Xfq1CJO5L/cwVJupynAGeAOpSiXgDX61jgBPKIUZQl4ByRAAUwAz4BF4B7wqlJ5FjhpDRq2WWWNMeCsxWZ2TqEkWkPkNKVtFgEqH34F3gBbUqJETRyBXwovgVGBb/8IBz0tvTkv8PlwzvD7+roBwVss7FJsvxx2nhXqKAAbGxuDBX7XAh2g6OhbsBqhepmenkbMT84a6T4IxZTdC6HYupjYbXNOVR8CaQjhQVBtCYyoatd7v+CduwwMxxifFyGsikgDyEVkLPH+CjAvIjeBF8n29jbAlDh3XKAQ5+5L+dM7EYkxxqFQFEcAROS6iHSNkaqqy7JsXGFIY5wTIMl6PYAvIvIE6IjI8u92uzU+OVnrpGk22mgsqOo1yqvqcZHnH0fq9drM7Gy23mpNxBiXgBlVXT0c27SaTYyeB9QnSRiq1Qgh4L0nzzJCUXgA51wcrte1yHOcc4SioMhzD4iqBiD+Bbm98QqxRDE/AAAAJXRFWHRkYXRlOmNyZWF0ZQAyMDE3LTA5LTE1VDA2OjA2OjQ2LTA0OjAwL0YKFwAAACV0RVh0ZGF0ZTptb2RpZnkAMjAxNy0wOS0xNVQwNjowNjo0Ni0wNDowMF4bsqsAAAAASUVORK5CYII= "); }

.ALeft {
  background-image: url("data:image/png;charset=utf-8;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAABmJLR0QA/wD/AP+gvaeTAAAAB3RJTUUH4QkPBgYy3r+aFAAAAj1JREFUOMu1lL9rFFEQxz/zdnO5O3JIYjCeEk9BsBGCYKcBi/wTdv4Dgp1WASsL7SwEQQsRQbROkULBH4WgraCIYC56aI4ce79yuey+sdj3cnvLoRB0mn0782bevO98ePCPTTrtNsCyqq4CkYhcAzaBAEiAE8BNoATcAd5nYhXgFlAFHgBr4WAwAFg0xqyoaqLWrgKIiNE06TBwxTXw3BU0rmARuAzMAe+AtXCn3wf4USyXE7W23mu3IzGGqULBuiJd4BVQBracT913D3gLnATqANJsNn37b1zwOhDOz8/HB9EwzGvqF1Grte/U9Iq+M81uzMdCREA1k5tafWMje4rfMdroPEZkLBZmio3Z2aWl7O/kTRNi0u10AJZ3h8OXIvKtXCxeVNXGXhx7bU8D99xQbgCvnVQxcAh4CNSA28DTsN/rASxKEASo1qIomgUaYoxHowKsuAYW9lVIb1ZA5BIpNjUAj83n0sxMX639Gm1v/zJBwHSpZJ1+LYUnQEnAC+uR2tWUzeMCH+G/YCPixyaMEOBno5EZMoFbJxMG5NGzgA1zyPirsFCtZv1/6nYsFiZJAkAQBAIYz5eODhLXhbhkmys4lY3512ZlL47XBTanC4ULqlpPrPVonAEeO2yuAi8y2MwCz4BTpC/SI4/NETFGgGPDwaCCCIgXlzJw3q3nMl17/c45/1GAcDgcAnwifc+6wHYOjS3gLjANfMnFdoD7pHx+OAgVfzX5Xq9DikvgJppHw2PjhZ+Ejbg8+xvujOU5I8rKhAAAACV0RVh0ZGF0ZTpjcmVhdGUAMjAxNy0wOS0xNVQwNjowNjo1MC0wNDowMIA8P7MAAAAldEVYdGRhdGU6bW9kaWZ5ADIwMTctMDktMTVUMDY6MDY6NTAtMDQ6MDDxYYcPAAAAAElFTkSuQmCC "); }

.ACenter {
  background-image: url("data:image/png;charset=utf-8;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAABmJLR0QA/wD/AP+gvaeTAAAAB3RJTUUH4QkPBgY22dJeDQAAAlRJREFUOMu11M1rnFUUBvDffefNqJSxxEyZhNhW3YhLV64EFap/g4Jb/wDXggiiiCt1J+rCXakbN90LFhQquBL8QAxRgjG2mZTJzDuT9x4Xc9/ExuCqvat7z8dzznnOw+Uen3Tn4ACexRs4wOvYRg9t4lKOeBsPpZTew83OhwHexQY+xfW6mc3gIl4sQW+WYlVEtFhLVfWqlETbXsVNKVUl9kG8jEfwLa7XsyXgLr7HGIcFMC/mcxFx69xg8HtKaTg9PNxJqHq9KDEL3MBjZSrp//jY29urcYQP8RSudOMOh8Mzc+rx/n4H3IFnEGHRtnfx3V2qlIxv316GURVzIOrtra3u8Z+zvrl5ZhezpvH37m4HHnECeO9HTgfjMbyAd8pSXsMWenVdt4lL06b5WsSFB/r954Nvcs5dofP4DJfxPq52W17HM0UK545lk3OLtaquL8JkMnl02UZKloP2pfRckc1l6HT4G77EnbTsUpDns5mc887Dq6s/paoaHU4mP0O9spILYBN8gc3ED/dHNn/u7HTAvWJrz9h6ciIPuW2VPKg7M3I92tjoVn50RofdNXT6RNXrGY5G3fOuvCoiREQVEf2IWImIVGxyzmLJVYUq56xtW4PBQBdTcvoF41g2L+ED7OMV/Iq6V1VHeGK+WNwI1vp1fSX4KiI6bldxDY/jLXxeT6dTWMOTTn6QJW/L7s5LaR0WTXPhWDYn/D1dZLMO9bxp4Ed8gglu/Ytk+AsflUK/nPJN8TFG+M79OOmP7e2O9F7Z5mnZdJJKhbfTkqqLr0X+BwKiHWQs57ufAAAAJXRFWHRkYXRlOmNyZWF0ZQAyMDE3LTA5LTE1VDA2OjA2OjU0LTA0OjAwdHMboAAAACV0RVh0ZGF0ZTptb2RpZnkAMjAxNy0wOS0xNVQwNjowNjo1NC0wNDowMAUuoxwAAAAASUVORK5CYII= "); }

.ARight {
  background-image: url("data:image/png;charset=utf-8;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAABmJLR0QA/wD/AP+gvaeTAAAAB3RJTUUH4QkPBgY1QNsPtwAAAlZJREFUOMu11L+LXFUYxvHPO/dOdjdhCzeQH8a1kIE0wjZiKgsl6F8ggiBYaWUjCBaC2AiCjVgoYhlSpbFJqWAsFQxWggTXRYI60Z3J/Ljjztxjcc+dHTfsFkFPc88573mf8973+3D4j0fcHw7hGbyDId7EHgos8DjewwY+xLcoImKBzbquP8BjEfEpbpazqoJtPJ8F3s2XdVKzPotX896NLNhR1wusR1G8JGIr1fU3uFlWjeDv+B4DTHJynb8jfI3T+CPvpcloZHFwMHnk3Lk7RVFsVdPpLsTD9qrf75eY43W8hR6iHOzvt8KteFNZSsvkROdwKsF8sVhyaHMTyr3d3XZ+PLlD+eW5C5curR5JEaEToXxyZ2elkGPHA7F+v/+vWEpJSkkMBwN4Du9nKK9h16FtevgkQ3kbt1BurK3Ni6I4PRiNvqrr+ulT3e6LuNFSvoArWeBMvrmT15u4mvfOt12YjsdSSmeKbrcXEaaTyRPQ+vBnfIH70VQpZTjBX4nr2Ah+acHt37tnOh4Pt3u920VRPFtV1Q8R8T/Y5re7d1v0RT67OALhpFjbmogIEaE8f/FiS2p+AuEHYiuU6wZyQ7lMjcM6KFeSj1ZY5u88CywFI6JAVFVlNpstbfMCPsI+XsadLDLHZVzLtnkDX6I8VZbzTqezOa6qW3Vd73TL8hVcK6fTKc2Lcjn3aH2lMlnoqTzfWtqm+bN1EdswPzh4FMq/ZzP4EZ9jjD9XekPzwnyMNfx0JDbFZxoff/ewjjlxxK97ey2UIsM4zjYtlKO2aYEtUP8D3930B/NtG04AAAAldEVYdGRhdGU6Y3JlYXRlADIwMTctMDktMTVUMDY6MDY6NTMtMDQ6MDCx1CUuAAAAJXRFWHRkYXRlOm1vZGlmeQAyMDE3LTA5LTE1VDA2OjA2OjUzLTA0OjAwwImdkgAAAABJRU5ErkJggg== "); }

.PTopALeft {
  background-image: url("data:image/png;charset=utf-8;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAABmJLR0QA/wD/AP+gvaeTAAAAB3RJTUUH4QkPBgYy3r+aFAAAApxJREFUOMu1lM+LFEcUxz/vVc1M92TXuMuiboyoGMhFWALeouBhbx7yL+QfCDnkkJCDIZdccvQgKHoQEUTPe8ghOehCQHIVFBF2XTP5MWyY3XV6prurXg7Tvc4Mg8Ki71Kv61W9evXtTz14xya7OzsAF8zsMtALMf5UFMWmcy4JIWTNRuOUqn4NtKLZjcFw+Kjh/Qcxxtw5d8g79w1wTESuA2t+OBgAnEB1FSiBS6oazQxVpQxBCSGpCvjCO1eamYgIMUbJY/RAgxh/B9Z81u9j8GfSbgcz24ohfNlKkk4IoeWcy4o8P1OW5fdAoqpXWmm6HspyTlXzEMLhIs9/wOxjM9sEkG6364AAPATWgW8Bv7S0VB5EQz+taTVqt9tVAFWllSQIMBwOCWUJMlomIiTJSI2yKAwR84iAWZ2wduJfL1/GsVPEJuNYtUdFJmJ+LNmEnV1ZGf+cvWhGTPZ2dwEuDPP8NxHZaCfJeTPrFGVZa/sJcBVoA98BDyqpSuBD4CZwEvgZuOv7r14BnBDnHGYne73eAtARVa0SzgOrVQFH91UY3ayJyEVgsUqKz/p9gKfp3FzfYnze297+R52jlaax0u8/gztAKrBZa1yNQ4P7wHGBx+8JmwoBzATQOvB3pzOOkqv8MOMH1ehFIPopZPZRObq8PD7/pmonYj6EAIBzTgCt+bLXB0lVhVSb41TCxnis7jareVH8IiJbSbP5ucGLEEKNxqfA7Qqbr4Bfx7BZAO4Bp4EfgVs1NkfUe8Hso50sm0cEUa2fYRs4V/mLY1XX+n1WzR8DqNvXk1aa3owx7g2ybFtEcN7XV/sXuAK0gGdT2GTANUZ8/nEQKt5qsrWxASDNNPUWow36/SAi5vx+I6qxqYWfhY0wQir+DzUgKJNScPT/AAAAJXRFWHRkYXRlOmNyZWF0ZQAyMDE3LTA5LTE1VDA2OjA2OjUwLTA0OjAwgDw/swAAACV0RVh0ZGF0ZTptb2RpZnkAMjAxNy0wOS0xNVQwNjowNjo1MC0wNDowMPFhhw8AAAAASUVORK5CYII= "); }

.PTopACenter {
  background-image: url("data:image/png;charset=utf-8;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAABmJLR0QA/wD/AP+gvaeTAAAAB3RJTUUH4QkPBgYvvbn2zQAAApJJREFUOMu1lD2LVVcUhp+19zrHK5dRx5nhzjBOPmyCpZVVIAqjjfkDlhbWQtpACISkSJWk0xAwnWhj4Q8QEhIQIVXAD0SdyOB4HZyR+3E+9lop7jk312FIpbs6Z63zvnuddz9seMdL3uzuAnzq7l8Cu8nsu6qqnsUYOymlUZ5lH4UQLgMdc786Loq7mWrXzMoY4yGN8QtgBbgK3NbxeAywJiJnEamB8yEEc3dCCNQpBVLqNAN8rjHW7i4igplJaaZABvwB3NZiYrglIn+JyE5U/Ubz/Kml1Imq42I4XAuq10TkaF1VFw92u3frquqGEMqU0pGqLL8CjuG+gQjyf3n0+30FauBH4ASwDkQgLS4u7qvR19vbABJVJWYZo+EQd2/7YTbvmZr3+31EhAOdDiKCm7mIuP6zsQHgM8Lp8/Lqqu0zhJVlaa+2tibuIuIzunf+y7K7swNwBvgW2AEuAU+BqKpJ4INRUfyG+9KBPD/t8KdNTrYGDgO/AB8C3wPXW2yWgVNAArptVm6WgIWgugYwGAyOTcYQYZJzjshnwNHGlBabJ8At4I1MpsTByvEYM9s8ND//QELoDQeDhwCaZdYYFg43gVWBv99Lhvpic7M1jk0t7Tn1tj9FyFKi0QFoWwZMeysr7ZHX+0w4i9IUoRAji71e+/qWLrg77h7cPXf3zN2lqWFmLeQBCGZGSom5uTnabxpN3nhMsTkH/AC8Bi4AjwGNIdTA8bKqfndYyFXXHe64e5vtPHAD+Bj4GvhVR6MRwALwSZNfe7O0aBxGZBmgKoqlKTb/5XeywWYZQMuiALgP/AwMgO2ZkAFeAj81Gz3a0xsBV4AecI/3seT55HIIDTa+DzYtUtLkthcpbXoJsH8BmIBHtM+KlKoAAAAldEVYdGRhdGU6Y3JlYXRlADIwMTctMDktMTVUMDY6MDY6NDctMDQ6MDCJMQGjAAAAJXRFWHRkYXRlOm1vZGlmeQAyMDE3LTA5LTE1VDA2OjA2OjQ3LTA0OjAw+Gy5HwAAAABJRU5ErkJggg== "); }

.PTopARight {
  background-image: url("data:image/png;charset=utf-8;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAABmJLR0QA/wD/AP+gvaeTAAAAB3RJTUUH4QkPBgY0N9w/IQAAAoRJREFUOMu1lD1oFEEYhp9vZvbukhgLLfJHQDRgIwRBtLJQRBvBykaw1UpsFEQsRWtJIYp2wcrGIq0WIZUIipUgkh8lqJeYu+Syu3ez81ncbDhPTCE6zf58+73z7fs+DPzjJZvNJsBJVb0DNIsQ7nc6nWVrba0oirSSJAeMMdeBalB9muX568S5oRBC21q711l7AxgHHgFzLssygEkROYuIB84bY4KqYozBF4WhKGpxgAvOWq+qIiKEEKQdggMSYAGYc3lX8JuIvBWRhnXurqtUlkJR1Ky1aafdPuS9vw3UjDEz1YGBhcL7PcaYTqfdHhSRJ8bao3mWLQogf+tVvV53gAeuAjeBKUDcxvo6gFjnxCYJ6fY2qrrTaIyhWqshQJ7nFN6DCIApcwBEVUEV93llBUB7Ntf+aQRE+2qjExOht8cYg4jgjkxP/1Fot03q9fovNVVFVZFmowFwGrgHNIArwBJggSJ68xAYBG4B84AbqFa9tXawsbX1KoRwvJIkF4HnJTajwIkoMFTaF5+HgTPx3UjpQtpqoapDNkmmRIR0e/sgQInNIvAC2JTulCiE6N8PhWfAgMByFAwba2ukrVZzcmrqnbX2VJZl70XkP2DzdXW1jN7Gb4u+EHarldaIiHRTHhkbK5PyuyT8W60n5dANuZuyixAbwPU090/o4tVHgR1BEbGAZFlGnuc72JwDHgAbwCXgUxTxwGFgNmJzDXgJuIpz3hgz3Mqy+RDCdOLcZWDWpWkKsD82FkCtZzKi0LF4v28Hm+6f1RCZBPCdzjiAa+c5wAfgCdAC1nu8AfgOzABV4GNfLQUe0+X4zd8Ss+uSL93DwUQ0lD9jU4bSj00ZWAGEnxqtHqLri5uuAAAAJXRFWHRkYXRlOmNyZWF0ZQAyMDE3LTA5LTE1VDA2OjA2OjUyLTA0OjAwF6MumgAAACV0RVh0ZGF0ZTptb2RpZnkAMjAxNy0wOS0xNVQwNjowNjo1Mi0wNDowMGb+liYAAAAASUVORK5CYII= "); }

.PCenterALeft {
  background-image: url("data:image/png;charset=utf-8;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAABmJLR0QA/wD/AP+gvaeTAAAAB3RJTUUH4QkPBgYxR7bLrgAAAphJREFUOMu1lL+LHVUUxz/fufe9eS/JGpOdqLsxsqaxVUghSLr01nb+A6JgoY0BKy3stBK1EBvRtCksUogGgtoKighhFzHuYNi3u/NeZuaeYzEzuy+PBSHoae7le+459/z4ngP/sWh/NgO4ivt1YA/pDWAHCEACngHeBabAB8CPS7o14D1gA/gUuBkfLBYAl5Cu4Z4crgMIMu+M1oFX+wC+7h1mvcMJ8ApwHrgD3IxVVQH8MZlOk7tvV/v7e5KI47H1Tg6Ab4FTwG6PeX82wPfAFrANoLIsh/C/65VvAbEoivZRahhXazpc9u7fPwK9S3GIzJcfruoiErgv2QIQmpQMwMz48949b9uWzY0NjUajzL0zcHd2y9LbpiHrbeOSs2VJRVHYCfiJjx9KeZLnCbj6oK5flHQxk241bftXWZa5uy9CCFshy15Hys3sk7Ztf5B0GqglnY0hvIl0UfA+8GWsDg8BLmUhBJeeNrghKQGS5GYWUkqn6YDnJTVDCd1dddPkwMjNtgDivKPNr9MzZyo3+72ez19+bH19t14sxuM8X1QHB5ctpbeBiaSPHr9w4fbhbLYWQqibuj7bNs077r4J/Pw/0ea4y+KYAirLUki4mdws61M2heBHjXTHzAKAmxlgcYUyQ2e9KAo/AT9JHsokppQ64oUgIOsphh9/JLoBUG+86ny0rBu2zbW6ab6RtDMZj19y2E4pxf7Rc8AXdLP8GnCr/6AFzgFfAc/SbaTPB9o8kcUo3Ddn8/kaEsqyYbpOAVf6+/mlqOkdv9DjTwEM6+uXfDr9zMwOFvP535IIMQ6p7QIfAjnwW48NujnwMfAk8NOjsOJfRTt37wJoPJ1GN/NFVSVJHuLRIhLdhh4KvzrPQ8MSYP8AQS0z8ba05EsAAAAldEVYdGRhdGU6Y3JlYXRlADIwMTctMDktMTVUMDY6MDY6NDktMDQ6MDDZDnr+AAAAJXRFWHRkYXRlOm1vZGlmeQAyMDE3LTA5LTE1VDA2OjA2OjQ5LTA0OjAwqFPCQgAAAABJRU5ErkJggg== "); }

.PCenterACenter {
  background-image: url("data:image/png;charset=utf-8;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAABmJLR0QA/wD/AP+gvaeTAAAAB3RJTUUH4QkPBgYuyr7GWwAAAqlJREFUOMu1lLGLXUUUxn9nZnb3rY/HYnbjvpegRBsRhBAQrNIEYhr/AQV7a20TRBA1lWgaCdrYBatASJ8ihRBDqkBAJHEji+Ym2feS7Nt35858FnduvAkxlZlmhpnvfHPO+b4Z+J+HPZjNAI4CJ4EZ8AmwBXggGbyWpS+AVTM7DVzpzoAR8BUwAX4ELobF3h7Aq8B7BfRZucxJSsC6OfcRZiilc8AVzFzBDoAPgH3AL8DFsNcS/g1cA6bAbiHMsa6RdG84Gt02s4357u62Ac57FUwELgOHSlXY8/pRVVUAGuA74C3geFfuxsbGM2PCdGenI+7IMwASMaUn+t0tnBnT+/dbGLiyLUBh69YtDJSdQ8B4c9M512HwJcOW0QxJPkvKKSGJO1WlJkZcS0h4+/Bhejf0Z6qq6qcoSRQx8n+VbLPpFOCY4DTSLOX8TUrptpkNJC2WQphk6aykfd77j+sYrzmzl4DazNaC959idtDga+Bc2JvPAcbm3DuYNWb2rpmltkJTk5IHhgBN03zvzGLXT0lWx7gCLCnnQwBhsVgA3DSz82b2wHn/5epw+Ees68HK6upievfuZGUwuIDZK/V8/v76eHz14Ww29N7Xsa7XmhhPSToAXH8xtvlre7sIaB4zzLlsZp0w1ptdb21VVYFEztkDKOcM5LA5mXTKNs/IsK987vutl+ETcU4SkpykZUlLkqzskXOmWMUBLudMSonRaESHKTHLheOxbU4A3wI7wIfA70DwzjXAG3WMlwXryyEcF1yS1PX2ZeBn4HXgc+CnMG9tsw68yb8/SNurNrs1zMYAcbHY//jJFA2AI7S/zRgg1K1tbgA/AI+AewXc9ewOcKZc9NtTZ3PgLLAJ/MqLGPbn1lbXdF8UTPTec7GJL3Pz1FlXtpW4/A9lVlbHmPCEowAAACV0RVh0ZGF0ZTpjcmVhdGUAMjAxNy0wOS0xNVQwNjowNjo0Ni0wNDowMC9GChcAAAAldEVYdGRhdGU6bW9kaWZ5ADIwMTctMDktMTVUMDY6MDY6NDYtMDQ6MDBeG7KrAAAAAElFTkSuQmCC "); }

.PCenterARight {
  background-image: url("data:image/png;charset=utf-8;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAABmJLR0QA/wD/AP+gvaeTAAAAB3RJTUUH4QkPBgY0N9w/IQAAAqdJREFUOMu1lLGLXUUUxn/fzLx9b10WdEOyu8FIiAEbYS0CqQKSIv4FQRAEu1QiCIKFIGkCAUEkFiIp04g2NiktoqRRIaQTJLhZJa4+ZN/L27337btzToo7d/MMS4qgp5m559zzzTnn+2bgPzY9HI8BzgEfAWPgfWALiEAGXgIuA4vAJ8BPQJSUgWUzuwq8KOkL4Gaa1jXACeBCAfi4HBa8/T4CvFN83xTAgFkGBorxTaQVN/sBuJnqFvAv4A4wAvZKspV1AtwCngP+Lj7fm0zIs9neC8eO3YsxrtRVtQmgZ53VcDhMQANcAj4ATgNKo52dDrgDbytzP0h2CI+3OECT8wEPXa4DaWtzE4FbCDiwtroaQggHYGbGn9vb3jQNx9fX1ev1grs7jw8BcEkEifTqxsZcIf9aD7OD2HA4tHmfu+PupPFoBHDe4Sru42z2ac75d0kDd69jjCdjCO8h9c3setM0P0pacvdZinHR4ZK7v7zQ6110969TXVUAawrhDFIj6WzRmCS5mcWc8xKt4zVJsxIjmwno405VVacA0nQ6BfhN0reSHoYYrywuLd2f7e8PFvr9em8yOWU5fwgMJH3+/NGjt3fH4+XU680mo1F/od//KsT4+rSq7iL9D7LZfvCgdKOIhEIwSe3wJdxMbhbKT6YYvUiqKyZ0I0Aira6vd0w1T2HWDqmwY9xakh3cSa2kCECaA56XjkpMJWYFsDShCKiua6bTKSqyeQP4DNgB3gLuFZAGeAW4QXuX3wW+A9JCSk0IYXm3rr83s41eSm8DN1LVyuZISczAYK4yCtCZsl/pYlXb2QDpBEAzmx0HSPutbH4BrgO7wD9zs4H2hbkG9IFfn4hVwJfAGvDzsyrmqaY/trY6UmIhIx9CSpwj5cm73hGWAXsEe7Atv0ze/yoAAAAldEVYdGRhdGU6Y3JlYXRlADIwMTctMDktMTVUMDY6MDY6NTItMDQ6MDAXoy6aAAAAJXRFWHRkYXRlOm1vZGlmeQAyMDE3LTA5LTE1VDA2OjA2OjUyLTA0OjAwZv6WJgAAAABJRU5ErkJggg== "); }

.PBottomALeft {
  background-image: url("data:image/png;charset=utf-8;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAABmJLR0QA/wD/AP+gvaeTAAAAB3RJTUUH4QkPBgYwMLH7OAAAApxJREFUOMu1lLFvFUcQxn+zu37v3RkHQU62IwebIiUSLUWQKPxPpMsfEAkkChCFJaooShoqRAFKGiSk1LRIJBSRrBQpIoUCydjmCfDDHM88nu92dyhuzxyWK0Sm2b2Z2dlvvvlu4TObjN+8ATiP6hpQInIJ2AIsEIBl4DqQAb8A653YHPAj8BVwG7jv9qdTgFOIrKIaFNYABIw2h74Evk8Afk8FTSo4AL4DTgJ/AffdZDIBeDbIsqCqm5PxuBQRXK8XU5E94CGQAy+TT9NaA4+A08AmgOzs7LTw/0zBK4ArisJ/CofuMKftptzdPXBq02KLTLuJh2MOEVDtnG1s8+nT7i1txofE5DEiH8Vcp9hHdubs2e7n0UlHxGRvPAY4v19VD0RkIx8MvlXVYe19y+03wM00lKvAH4kqDxwH7gArwM/APTd5+xbglFhrUV0py/IEMBRjWmnMAasJwMIBC01nPUQu0MhmBcC9a2TzODt2bKIxPilfvXphrKWfZTHxt6twF8gEWmJbSe1ro80lgX/hf5GNSDs24YMEeD4cdoaMTftwxIBa6UUgukOSaVuxdmZGO/4Wrelemuygk6IocCGEVMEKYJK+QlEUoYPQpdV3Lu0iFCCoanR5lgVgtarrcyJyWuAfH8KL0WjUV9WptXbZGvMD0I8x/upDWBeRWaAWkTln7UXga0TWUP2tlc28cc4A8wI3RKQGjIjEGONM8P4EgIhcE5FpaltV1VRV9QUwo6qLAO3z9V8vy+6guldNpz+9Ho2ezS8t9fbKsspmZ5dV9TLNU3XL1/XfgzzvLSwuVsPt7eMxxqvAAqrrBwP+nCZbGxsA0ssyh6oG70M/zwneY62lripC8xtijIn9PFdf1xhjCN7j69q2QwHiewrEKzaoKDKKAAAAJXRFWHRkYXRlOmNyZWF0ZQAyMDE3LTA5LTE1VDA2OjA2OjQ4LTA0OjAwf3lxSgAAACV0RVh0ZGF0ZTptb2RpZnkAMjAxNy0wOS0xNVQwNjowNjo0OC0wNDowMA4kyfYAAAAASUVORK5CYII= "); }

.PBottomACenter {
  background-image: url("data:image/png;charset=utf-8;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAABmJLR0QA/wD/AP+gvaeTAAAAB3RJTUUH4QkPBgYuyr7GWwAAAqpJREFUOMu1lEGLVEcQx3/V3TOzzrIju47sLKurh1zyCXISVIj5DDnkmqsgOeQg5hISQ/QiQi5JwKOQixc/gYLCgvEimFyyrMOQ5SU6ozM7897rKg+vWzdk8RBMnfpVV/2r/lX/1/CeTV5OJgBngMvABLgE7AIeiAJbavY1cEREvgO28x2wAnwLbAA/AXfDYj4HOAlcSEFfpWLOzCJwTJz7DBEsxtvANiIuxS4BnwJrwEPgbpg3gHvAr8AYmCVArcoSM/t7eWXlmYj092ezkQDOe0sxFXAfOJ1YIe+aR1EUAaiBG8CHwMeZbr/fPzQnjF+8yMAZXAEwo4rxH/POByfC+PnzJgxcchtgYXdnJ3/8ywabm4d2MV8s+GtvL4ObvQV8/5RlMh4DnAe+SUv5HNgBfAghCmztLxb3MDveabfPGTxQ1VzoKPAzcAr4HridtzwAPkpSWH4jG9UIHHMhnASYTqcnmjZEaIi2ETmbZHMKIOvwD+AO8FKaLjHQcj5HVUe91dXfxLn12XT6O0BotTQBLgx+ATYFnvw/svlzNMrAPvniIVsX3soDjZGUBxCyG9CwvrFBURSWOuEAcD7XqYBmAOc9+DdhOY9+v0+wZhYuJdvBDouikLQDBzhVBah7vV7sdDoHOxQgmplm2XxiZjeBSVS9GVWHAktmNg/ebxpcxawnzl2u6/qxiHSBSkRWgvcXgROIXMHsVtifzaB5UT4QkVqcuy7NT+9ERKNqy1RXAUT1iojMEyMzM1eWZQ9omdkAIJRlCfBURH4EXonItelkMuytrbVfjcflkeXlLTP7guap+qGuqkdL3W57fTAoR8PhUVX9EljHbBt5p2j+m8lwd5dEzwPmQ4itdpsYI957qrIk1rUHcM5pp9u1uqpwzhHrmrqqfF4KoK8BYgE/ENawTW4AAAAldEVYdGRhdGU6Y3JlYXRlADIwMTctMDktMTVUMDY6MDY6NDYtMDQ6MDAvRgoXAAAAJXRFWHRkYXRlOm1vZGlmeQAyMDE3LTA5LTE1VDA2OjA2OjQ2LTA0OjAwXhuyqwAAAABJRU5ErkJggg== "); }

.PBottomARight {
  background-image: url("data:image/png;charset=utf-8;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAABmJLR0QA/wD/AP+gvaeTAAAAB3RJTUUH4QkPBgYzqbiqggAAAqFJREFUOMu1kr9rU1EUxz/n3pe0TVBpCm380Q6awUHoppODIvoXiJs46eKkCEUEEUQQ6qao4CAITi4uroI6FlGcXMRaQlGf2MQk7yXv3Xsccl8blXYQPcu99/z4nnPP9wv/2ORHuw1wGLgCtIELwApgAQfMAdeACWARWAKsiDhgm/f+JrBHRO4Bz6J+mgLMAscDwNXQzOjwPQWcCb4nAdDgvQPGxdpTiNTU+1fAsygdAn4B3gAtoBeKfTg7wAugAnwNPu11Orgs601OT3+w1tbSJFkGkL/dVRzHEZAD54BLQAOQqLW2VgAX4MPJVNeLFczGFQXInVvnoahVIFpZXi7umzO3Ab+eV9+9ezRFRQQjQnRgfn5kkE3tj1gcx7/EVBVVRdqtFsBR4EYg5SywzIZsGsDdQMoC8BKIJsbGcmttpdXpPPfeHyyXSieBJwXLdeBQAKiGzia8twHHgm+m2ELS7aKqVVsqNUSEpNfbC1Do8CPwFPghwynRQI7Ad4XHwITAp4K4tW/fSLrd9myj8dZaeyRN03ci8h9k83l1taDehlz3GwlbxYrViIggIkQzO3cSx7GGbowUj7KYjxSbkbyc4Wq0YDnSocJMSNBNJozCWQAQx7EwHM0C0u/3GQwG67I5oap3gJZz7rZTbQqMq2pqrZ2zxpwHxrz3D3PnlkSkCmTGmIrAda+6vxRFp4FHUZIkAFNizD6BXIy5JZABRkS8977k8nwyTHNZRNLwI/XeG/V+O0CSZbsEiAb9PsB7EXkAdERksdtuN7fXauVOqzWYqFbnVPUiMA7cz7Ps9XilUp6p1werzeYO7/0CUFfVpb9VzJYmzZUVwvcsoDaKXKlcxjmHtZZsMMDluQUwxvixSkXzLMMYg8tz8iyzgKiqA/xPYvw52JHIgtIAAAAldEVYdGRhdGU6Y3JlYXRlADIwMTctMDktMTVUMDY6MDY6NTEtMDQ6MDAmSzQHAAAAJXRFWHRkYXRlOm1vZGlmeQAyMDE3LTA5LTE1VDA2OjA2OjUxLTA0OjAwVxaMuwAAAABJRU5ErkJggg== "); }

.blue-input.light-blue-input {
  margin-right: 15px; }

.tt-cc-positioning-wrapper {
  position: absolute;
  margin-left: 100px;
  min-width: 200px; }

.tt-cc-positioning-wrapper .blue-input {
  margin-left: 5px; }

.ttc-control-bar {
  position: relative;
  min-width: 480px;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #8e9ea4;
  height: 45px;
  background: black;
  display: flex; }

.ttc-control-bar svg {
  top: 4px;
  position: relative; }

.ttc-control-bar-disabled {
  color: #5b6b71; }

.ttc-control-bar:before {
  content: ' ';
  display: table; }

.ttc-control-bar:after {
  display: table;
  clear: both;
  content: ' '; }

.ttc-control-bar-seek-range {
  position: absolute;
  width: 100%;
  padding: 0;
  margin: 0; }

.ttc-control-bar-time {
  float: left;
  padding-left: 0;
  list-style: none;
  margin: 17px 10px 0 10px;
  line-height: 13px;
  font-weight: normal;
  font-size: 13px;
  width: 80px;
  overflow: hidden; }

.ttc-control-bar-button-bar {
  /* width: 100%; */
  flex: 1;
  margin-top: 20px;
  text-align: center;
  height: 25px; }

.ttc-control-bar-button-bar div,
.ttc-control-bar-volume div {
  cursor: pointer;
  display: inline-block;
  padding: 0 8px; }

.ttc-control-bar-volume div.dropdown-area {
  padding: 0; }

.ttc-control-bar-volume div.input-range {
  height: 0.3rem; }

.ttc-control-bar-disabled .ttc-control-bar-button-bar div,
.ttc-control-bar-disabled .ttc-control-bar-volume div {
  cursor: not-allowed; }

.ttc-control-bar-button-bar div i,
.ttc-control-bar-volume div i {
  position: relative;
  top: 1px;
  display: inline-block;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

.ttc-control-bar-button-bar .player-playback-rate .dropdown div {
  font-size: 12px;
  padding: 0; }

.ttc-control-bar-volume {
  margin-top: 20px;
  min-width: 160px;
  overflow: hidden;
  text-align: right;
  padding-right: 3px; }

.ttc-control-bar-volume > div {
  padding: 0 3px; }

.ttc-control-bar-volume-range {
  width: 45px;
  height: 5px;
  vertical-align: middle;
  margin: 4px 7px 3px 0; }

.ttc-control-bar-dropdown.dropdown-content {
  padding: 0;
  margin-left: -25px; }

.ttc-control-bar-dropdown.dropdown-content ul {
  list-style-type: none;
  padding: 0;
  margin: 0; }

.ttc-control-bar-dropdown.dropdown-content li {
  padding: 2px 15px;
  cursor: pointer; }

.ttc-control-bar-dropdown .menu-item-unselected,
.ttc-control-bar-dropdown .menu-item-selected {
  font-weight: normal;
  font-size: 0.9em;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: white; }

.ttc-control-bar-dropdown .menu-item-selected,
.ttc-control-bar-dropdown .menu-item-unselected:hover {
  background-color: white;
  color: black; }

.ttc-control-bar-dropdown .menu-item-unselected:hover {
  opacity: 0.7; }

.ttc-control-bar-background-popover {
  position: absolute;
  z-index: 200;
  right: -100px;
  top: 30px; }

.ttc-control-bar-background-cover {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.player-ttc-alignment-container {
  display: inline-block;
  width: 100%;
  max-width: 90px;
  text-align: center;
  padding-top: 17px;
  vertical-align: middle; }

.first-frame-play-icon {
  transform: rotate(180deg); }

.toggle-grid-control.ccgrid-toggle-button {
  display: none; }

.toggle-grid-control.ccgrid-toggle-button[data-allowed='true'] {
  display: inline-block; }

.ttc-nav {
  position: relative;
  /*overflow: hidden;*/
  height: 22px; }

.ttc-nav-bezel {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  border-color: #2f4861;
  border-style: solid;
  border-width: 1px 0; }

.ttc-nav-thumb {
  position: absolute;
  box-sizing: border-box;
  background: transparent;
  height: 100%;
  cursor: move; }

.ttc-nav-l-handle {
  left: 0; }

.ttc-nav-r-handle {
  right: 0; }

.ttc-nav-l-handle, .ttc-nav-r-handle {
  height: 100%;
  background: white;
  opacity: .9;
  width: 3px;
  top: 0;
  bottom: 0;
  position: absolute;
  cursor: ew-resize; }

.ttc-nav .ttc-nav-l-handle {
  background-color: #ffffff;
  left: 0;
  border-radius: 3px 0 0 3px;
  cursor: ew-resize; }

.ttc-nav .ttc-nav-r-handle {
  background-color: #ffffff;
  right: 0;
  border-radius: 0 3px 3px 0;
  cursor: ew-resize; }

.ttc-nav-thumb-body {
  position: absolute;
  top: 0;
  left: 3px;
  right: 3px;
  bottom: 0;
  background: white;
  opacity: .5;
  border: none; }

.ttc-nav-thumb-body:hover {
  opacity: 0.6; }

.ttc-nav-thumb-body.ttc-nav-active {
  opacity: 0.6; }

.ttc-nav-time {
  position: absolute;
  bottom: -15px;
  width: 100%;
  text-align: center;
  white-space: nowrap;
  opacity: 0;
  transition: opacity .3s;
  z-index: 1000;
  pointer-events: none; }

.ttc-nav-time.visible {
  opacity: 1;
  transition: opacity .3s; }

.ttc-nav-time span {
  font-size: 10px;
  background: #656a6d;
  padding: 0 2px;
  color: white; }

.ttc-nav-selection {
  position: absolute;
  box-sizing: border-box;
  background: transparent;
  height: 100%;
  background: white;
  opacity: .5;
  border: none; }

.timeline-wrapper {
  height: 20px; }

.timeline-wrapper canvas {
  width: 100%;
  height: 100%; }

.playhead {
  position: absolute;
  pointer-events: none;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  height: 100%; }

.playhead__canvas {
  width: 100%;
  height: 100%; }

.event-script-map-root {
  height: 100%; }

.event-script-map-root canvas {
  width: 100%;
  height: 100%; }

.AudioRecorder .text-block {
  display: inline-block;
  width: 26px; }

.AudioRecorder .debug {
  display: inline-block;
  color: #fff;
  font-size: 10px;
  line-height: 100%;
  margin-left: 20px; }

.sr-warning, .sr-warning * {
  box-sizing: border-box; }

.sr-warning {
  display: block;
  width: 32px;
  height: 32px;
  position: relative;
  color: #ff7b0d;
  padding: 5px;
  float: left;
  text-align: center;
  cursor: pointer; }

.sr-warning .sr-warning-message {
  display: none;
  position: absolute;
  left: 0;
  top: 32px;
  background: #ff7b0d;
  color: #fff;
  z-index: 99;
  padding: 10px;
  text-align: left;
  font-size: 12px; }

.sr-warning.open {
  background: #ff7b0d;
  color: #fff; }

.sr-warning.open .sr-warning-message {
  display: inline-block; }

.sr-warning .sr-warning-icon, .sr-warning-refresh {
  position: relative;
  top: 1px;
  display: inline-block;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px; }

.sr-warning-refresh {
  background: transparent;
  margin-top: -1px; }

@charset "UTF-8";
.rc-menu {
  outline: none;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  z-index: 99999;
  border: 1px solid #d9d9d9;
  box-shadow: 0 0 4px #d9d9d9;
  border-radius: 3px;
  color: #666; }

.rc-menu-hidden {
  display: none; }

.rc-menu-collapse {
  overflow: hidden; }

.rc-menu-collapse-active {
  transition: height 0.3s ease-out; }

.rc-menu-item-group-list {
  margin: 0;
  padding: 0; }

.rc-menu-item-group-title {
  color: #999;
  line-height: 1.5;
  padding: 8px 10px;
  border-bottom: 1px solid #dedede; }

.rc-menu-item-active,
.rc-menu-submenu-active > .rc-menu-submenu-title {
  background-color: #2f4c69; }

.rc-menu-item-selected {
  background-color: transparent;
  transform: translateZ(0); }

.rc-menu-submenu-selected {
  background-color: transparent; }

.rc-menu > li.rc-menu-submenu {
  padding: 0; }

.rc-menu-horizontal.rc-menu-sub,
.rc-menu-vertical.rc-menu-sub,
.rc-menu-vertical-left.rc-menu-sub,
.rc-menu-vertical-right.rc-menu-sub {
  min-width: 160px !important;
  margin-top: 0; }

.rc-menu-item,
.rc-menu-submenu-title {
  margin: 0;
  position: relative;
  display: block;
  padding: 7px 7px 7px 16px;
  white-space: nowrap;
  cursor: pointer; }

.rc-menu-item[disabled] {
  cursor: default; }

.rc-menu-item.rc-menu-item-disabled,
.rc-menu-submenu-title.rc-menu-item-disabled,
.rc-menu-item.rc-menu-submenu-disabled,
.rc-menu-submenu-title.rc-menu-submenu-disabled {
  color: #777 !important; }

.rc-menu > .rc-menu-item-divider {
  height: 1px;
  margin: 1px 0;
  overflow: hidden;
  padding: 0;
  line-height: 0;
  background-color: #e5e5e5; }

.rc-menu-submenu-popup {
  position: absolute;
  z-index: 10002; }

.rc-menu-submenu > .rc-menu {
  color: #fff;
  background-color: rgba(17, 17, 17, 0.92);
  border-radius: 2px;
  padding-bottom: 10px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  border: none; }

.rc-menu .rc-menu-submenu-title .anticon,
.rc-menu .rc-menu-item .anticon {
  width: 14px;
  height: 14px;
  margin-right: 8px;
  top: -1px; }

.rc-menu-horizontal {
  width: 50%;
  list-style-type: none;
  margin: auto;
  white-space: nowrap;
  background-color: #242a30;
  border: none;
  box-shadow: none;
  display: inline-block;
  font-size: 12px;
  line-height: 25px;
  color: #fff; }

.rc-menu-horizontal > .rc-menu-item,
.rc-menu-horizontal > .rc-menu-submenu > .rc-menu-submenu-title {
  padding: 0 15px; }

.rc-menu-horizontal > .rc-menu-submenu,
.rc-menu-horizontal > .rc-menu-item {
  float: left;
  border-bottom: 2px solid transparent; }

.rc-menu-horizontal > .rc-menu-submenu-active,
.rc-menu-horizontal > .rc-menu-item-active {
  border-bottom: 2px solid #89989e;
  background-color: #2f4c69;
  color: #89989e; }

.rc-menu-horizontal:after {
  content: '\20';
  display: block;
  height: 0;
  clear: both; }

.rc-menu-vertical,
.rc-menu-vertical-left,
.rc-menu-vertical-right,
.rc-menu-inline {
  padding: 12px 0; }

.rc-menu-vertical > .rc-menu-item,
.rc-menu-vertical-left > .rc-menu-item,
.rc-menu-vertical-right > .rc-menu-item,
.rc-menu-inline > .rc-menu-item,
.rc-menu-vertical > .rc-menu-submenu > .rc-menu-submenu-title,
.rc-menu-vertical-left > .rc-menu-submenu > .rc-menu-submenu-title,
.rc-menu-vertical-right > .rc-menu-submenu > .rc-menu-submenu-title,
.rc-menu-inline > .rc-menu-submenu > .rc-menu-submenu-title {
  padding: 5px 10px; }

.rc-menu-vertical .rc-menu-submenu-arrow,
.rc-menu-vertical-left .rc-menu-submenu-arrow,
.rc-menu-vertical-right .rc-menu-submenu-arrow,
.rc-menu-inline .rc-menu-submenu-arrow {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  vertical-align: baseline;
  text-align: center;
  text-transform: none;
  text-rendering: auto;
  position: absolute;
  right: 16px;
  line-height: 1.5em; }

.rc-menu-vertical .rc-menu-submenu-arrow:before,
.rc-menu-vertical-left .rc-menu-submenu-arrow:before,
.rc-menu-vertical-right .rc-menu-submenu-arrow:before,
.rc-menu-inline .rc-menu-submenu-arrow:before {
  content: '➙'; }

.rc-menu-inline .rc-menu-submenu-arrow {
  transform: rotate(90deg);
  transition: transform 0.3s; }

.rc-menu-inline .rc-menu-submenu-open > .rc-menu-submenu-title .rc-menu-submenu-arrow {
  transform: rotate(-90deg); }

.rc-menu-vertical.rc-menu-sub,
.rc-menu-vertical-left.rc-menu-sub,
.rc-menu-vertical-right.rc-menu-sub {
  padding: 0; }

.rc-menu-sub.rc-menu-inline {
  padding: 0;
  border: none;
  border-radius: 0;
  box-shadow: none; }

.rc-menu-sub.rc-menu-inline > .rc-menu-item,
.rc-menu-sub.rc-menu-inline > .rc-menu-submenu > .rc-menu-submenu-title {
  padding-top: 8px;
  padding-bottom: 8px;
  padding-right: 0; }

.rc-menu-open-slide-up-enter,
.rc-menu-open-slide-up-appear {
  animation-duration: 0.3s;
  animation-fill-mode: both;
  transform-origin: 0 0;
  opacity: 0;
  animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
  animation-play-state: paused; }

.rc-menu-open-slide-up-leave {
  animation-duration: 0.3s;
  animation-fill-mode: both;
  transform-origin: 0 0;
  opacity: 1;
  animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
  animation-play-state: paused; }

.rc-menu-open-slide-up-enter.rc-menu-open-slide-up-enter-active,
.rc-menu-open-slide-up-appear.rc-menu-open-slide-up-appear-active {
  animation-name: rcMenuOpenSlideUpIn;
  animation-play-state: running; }

.rc-menu-open-slide-up-leave.rc-menu-open-slide-up-leave-active {
  animation-name: rcMenuOpenSlideUpOut;
  animation-play-state: running; }

@keyframes rcMenuOpenSlideUpIn {
  0% {
    opacity: 0;
    transform-origin: 0% 0%;
    transform: scaleY(0); }
  100% {
    opacity: 1;
    transform-origin: 0% 0%;
    transform: scaleY(1); } }

@keyframes rcMenuOpenSlideUpOut {
  0% {
    opacity: 1;
    transform-origin: 0% 0%;
    transform: scaleY(1); }
  100% {
    opacity: 0;
    transform-origin: 0% 0%;
    transform: scaleY(0); } }

.rc-menu-open-zoom-enter,
.rc-menu-open-zoom-appear {
  opacity: 0;
  animation-duration: 0.3s;
  animation-fill-mode: both;
  transform-origin: 0 0;
  animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
  animation-play-state: paused; }

.rc-menu-open-zoom-leave {
  animation-duration: 0.3s;
  animation-fill-mode: both;
  transform-origin: 0 0;
  animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
  animation-play-state: paused; }

.rc-menu-open-zoom-enter.rc-menu-open-zoom-enter-active,
.rc-menu-open-zoom-appear.rc-menu-open-zoom-appear-active {
  animation-name: rcMenuOpenZoomIn;
  animation-play-state: running; }

.rc-menu-open-zoom-leave.rc-menu-open-zoom-leave-active {
  animation-name: rcMenuOpenZoomOut;
  animation-play-state: running; }

.rc-menu > .rc-menu-submenu.rc-menu-submenu-horizontal {
  position: relative; }

.rc-menu > .rc-menu-submenu.rc-menu-submenu-horizontal:before {
  content: '↴';
  position: absolute;
  right: 1px;
  top: 1px;
  font-size: 13px;
  font-family: 'Arial Unicode MS', serif;
  z-index: 1; }

@keyframes rcMenuOpenZoomIn {
  0% {
    opacity: 0;
    transform: scale(0, 0); }
  100% {
    opacity: 1;
    transform: scale(1, 1); } }

@keyframes rcMenuOpenZoomOut {
  0% {
    transform: scale(1, 1); }
  100% {
    opacity: 0;
    transform: scale(0, 0); } }

.rc-checkbox-icon {
  position: relative;
  top: 2px;
  padding-right: 3px; }

.modal-content > div > h1 {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 15px;
  margin: 0 0 15px;
  border-bottom: 1px solid #e5e5e5; }

.modal h1 {
  color: #000;
  letter-spacing: 0;
  font-size: 18px; }

.modal-backdrop {
  background-color: #000;
  opacity: .5; }

.modal-content {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px; }

.modal .exit {
  color: #000;
  width: 100%;
  border-top: 1px solid #e5e5e5;
  padding: 12px 0;
  margin-top: 20px;
  cursor: pointer; }

.modal .exit:hover {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 0 0 6px 6px; }

.import-text-track-dialog .modal-dialog {
  width: 755px; }

.import-text-track-text span {
  padding-right: 15px; }

#import-text-track {
  display: none; }

.overlay-wrapper {
  -webkit-box-shadow: rgba(0, 0, 0, 0.75) 0 0 10px 2px;
  -moz-box-shadow: rgba(0, 0, 0, 0.75) 0 0 10px 2px;
  box-shadow: rgba(0, 0, 0, 0.75) 0 0 10px 2px;
  font-size: 13px;
  -webkit-transition: width 0.3s ease;
  -moz-transition: width 0.3s ease;
  -ms-transition: width 0.3s ease;
  -o-transition: width 0.3s ease;
  transition: width 0.3s ease;
  overflow: hidden;
  flex-direction: column; }

.overlay-wrapper .time-picker {
  float: right; }

.overlay-header {
  background: #353a44;
  color: #fff;
  height: 30px;
  line-height: 30px;
  padding: 0 8px;
  border-bottom: 1px solid #3f444b;
  user-select: none; }

.overlay-button-close {
  float: right;
  border: none;
  background: none;
  line-height: 38px;
  padding: 0; }

.overlay-button-close:hover {
  cursor: pointer; }

.overlay-button-close::before {
  content: '';
  width: 1px;
  background: #22262e;
  display: inline-block;
  height: 22px;
  position: absolute;
  top: 5px;
  right: 28px; }

.overlay-body {
  padding: 0 12px;
  padding-top: 5px;
  background: #292f37;
  overflow: auto;
  height: calc(100% - 30px); }

.overlay-body textarea {
  background: #323c47;
  border: 1px solid #597084;
  color: #c2cccc;
  padding: 3px;
  border-radius: 3px; }

.overlay-body input[type='number'] {
  width: 50px; }

.overlay-body button:disabled {
  opacity: 0.3;
  cursor: default; }

.overlay-body select {
  height: 25px;
  width: 100px; }

.overlay-body .overlay-buttons {
  padding-top: 10px;
  margin: 10px;
  text-align: center; }

.overlay-body .overlay-combo {
  margin: 12px 0;
  clear: both; }

.overlay-body .overlay-combo label {
  line-height: 20px; }

.overlay-body .overlay-combo.nested-right > div {
  float: right; }

.overlay-body .overlay-combo select,
.overlay-body .overlay-combo > input,
.overlay-body .overlay-combo > .rc-input-number {
  float: right;
  width: 170px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.overlay-body table {
  border-collapse: collapse; }

.overlay-body table th {
  background: #3f4248;
  color: #a5a6a6; }

.overlay-body table > thead > tr > th,
.overlay-body .table > tbody > tr > th,
.overlay-body table > tfoot > tr > th,
.overlay-body .table > thead > tr > td,
.overlay-body .table > tbody > tr > td,
.overlay-body .table > tfoot > tr > td {
  line-height: normal;
  padding: 5px; }

.options-layout-body,
.options-layout-buttons {
  margin: 15px; }

.options-layout-input {
  width: 30px;
  margin-right: 15px;
  margin-left: 5px; }

.options-overlay .modal-dialog,
.options-overlay .modal-content,
.options-layout-title {
  box-sizing: border-box;
  width: 300px;
  background: #292f37 !important;
  color: white !important; }

.options-overlay--wide .modal-dialog,
.options-overlay--wide .modal-content,
.options-overlay--wide .options-layout-title {
  width: 400px; }

.options-layout-title {
  border: none; }

.options-layout-action {
  margin-right: 10px; }

.options-layout-form {
  margin: 15px 0; }

.overlay-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  background-color: #000;
  opacity: 0.5; }

.overlay-tag-range {
  top: 0;
  bottom: 50px;
  left: 0; }

.overlay-tag-range .overlay-body .overlay-combo {
  margin: 4px 0;
  font-size: 12px; }

.overlay-warning {
  font-size: 12px;
  color: #ffc800; }

#annotationsPopup,
#internalNotesPopup {
  border: 1px solid #ddd;
  width: 100%;
  border-spacing: 0;
  background-color: #3f4248; }

#annotationsPopup > thead,
#internalNotesPopup > thead {
  display: table;
  width: 100%;
  table-layout: fixed; }

#annotationsPopup > tbody tr,
#internalNotesPopup > tbody tr {
  display: table;
  width: 100%;
  table-layout: fixed; }

#annotationsPopup > thead tr,
#internalNotesPopup > thead tr {
  padding-left: 0 !important;
  width: 97%;
  width: -webkit-calc(100% - 16px);
  width: -moz-calc(100% - 16px);
  width: calc(100% - 16px); }

#annotationsPopup > tr:after,
#internalNotesPopup > tr:after {
  content: ' ';
  display: block;
  visibility: hidden;
  clear: both; }

#annotationsPopup > thead tr th,
#internalNotesPopup > thead tr th {
  padding-left: 0 !important; }

#annotationsPopup > tbody,
#internalNotesPopup > tbody {
  overflow-y: auto;
  overflow-x: hidden;
  display: block;
  height: 255px; }

#annotationsPopup > thead th p,
#internalNotesPopup > thead th p {
  margin: 5px 0;
  text-align: center; }

#annotationsPopup > tbody tr td p,
#internalNotesPopup > tbody tr td p {
  margin: 0;
  line-height: 17px;
  text-align: center; }

#annotationsPopup > tbody tr td,
#internalNotesPopup > tbody tr td {
  padding: 10px 5px !important;
  overflow: hidden !important; }

#annotationsPopup > tbody .column,
#internalNotesPopup > tbody .column {
  width: 60px;
  float: left; }

#annotationsPopup > thead .column,
#internalNotesPopup > thead .column {
  width: 65px;
  float: left; }

#annotationsPopup > tbody .box-number,
#internalNotesPopup > tbody .box-number {
  width: 40px;
  float: left; }

#annotationsPopup > thead .box-number,
#internalNotesPopup > thead .box-number {
  width: 45px;
  float: left; }

#annotationsPopup > tbody .time,
#internalNotesPopup > tbody .time {
  width: 100px;
  float: left; }

#annotationsPopup > thead .time,
#internalNotesPopup > thead .time {
  width: 105px;
  float: left; }

#annotationsPopup > tbody .note,
#internalNotesPopup > tbody .note {
  width: 185px;
  float: left; }

#annotationsPopup > thead .note,
#internalNotesPopup > thead .note {
  width: 190px;
  float: left; }

#annotationsPopup > tbody tr td p,
#internalNotesPopup > tbody tr td p {
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100%;
  overflow: hidden; }

.messageOverlayPopup {
  max-height: 600px;
  overflow-y: auto; }

#referencePopup .reference-search-body {
  width: 100%;
  margin: 10px auto; }

#referencePopup .reference-search-tools {
  width: 360px;
  margin: 5px auto; }

#referencePopup .reference-search-blue-button {
  padding: 2px 5px;
  margin-right: 0;
  margin-left: 8px; }

#referencePopup .search-result-container {
  width: 100%; }

#referencePopup .search-result-container .page-count-container {
  margin: 10px 10px 10px 0;
  float: right;
  height: 25px; }

#referencePopup .search-result {
  height: 135px;
  color: white;
  border: 1px solid #597084;
  overflow: auto;
  text-align: left;
  background: #000;
  margin-top: 5px; }

#referencePopup .reference-result-container {
  width: 360px;
  margin: 0 auto; }

#referencePopup .reference-result {
  height: 200px;
  width: 360px;
  margin: 0 auto;
  color: white;
  border: 1px solid #597084;
  overflow: auto;
  text-align: left;
  background: #323c47; }

#referencePopup .reference-result p {
  margin: 0.5px 10px 0 2px;
  font-size: 12px;
  color: #b8c7cc; }

#referencePopup .current-search-result .search-link a {
  color: #5c82e1 !important;
  font-size: 12px; }

#referencePopup .current-search-result .search-link span {
  color: #fff;
  font-size: 10px; }

#referencePopup .current-search-result .search-html-snippet span {
  color: #fff;
  font-size: 10.5px; }

#referencePopup .search-result .search-result-body .current-search-result div {
  color: #fff;
  font-size: 12px;
  padding: 7px 7px 0 7px;
  white-space: nowrap; }

.overlay-check-row {
  margin: 5px 0; }

.overlay-check-row:hover {
  cursor: pointer;
  opacity: 0.7; }

/* always on the top */
.overlay-wrapper.in-activity-popup {
  z-index: 10000 !important; }

/* .ttc-disable-drag {
  position: absolute;
  bottom: 0;
  right: 0;
  border-left: 10px solid transparent;
  border-bottom: 10px solid #353a44;
  cursor: se-resize;
} */

.modal-title {
  text-align: center; }

.notification-message-title {
  font-weight: bold; }

.notification__wrapper {
  height: 400px;
  max-height: 400px;
  overflow-x: hidden;
  overflow-y: auto;
  margin-bottom: 20px;
  padding-right: 10px; }

.reset-grammar-overlay-title {
  padding-bottom: 15px; }

.overlay-buttons .yes-button {
  margin-bottom: 10px; }

.confirm-message,
.alert-message {
  margin: 15px 0; }

.confirm-options-wrapper,
.alert-options-wrapper {
  text-align: center;
  margin: 15px; }

.overlay-body .rc-input-number {
  width: 50px; }

.blue-input.rc-input-number input {
  background: #323C47;
  color: #c2cccc;
  padding: 4px 2px;
  border-radius: 3px; }

.blue-numeric-input {
  width: 200px !important; }

.rc-input-number {
  margin: 0;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #597084;
  border-radius: 3px; }

.rc-input-number-handler {
  text-align: center;
  line-height: 10px;
  height: 10px;
  overflow: hidden;
  display: block;
  touch-action: none;
  background-color: #204b7d;
  cursor: pointer; }

.rc-input-number-handler:hover {
  background-color: #1f6193; }

.rc-input-number-handler-active {
  background: #ddd; }

.rc-input-number-handler-up-inner,
.rc-input-number-handler-down-inner {
  color: #ffffff;
  user-select: none;
  -webkit-user-select: none;
  font-size: 10px; }

.rc-input-number-input-wrap {
  overflow: hidden; }

.rc-input-number-input {
  width: 100%;
  text-align: left;
  outline: 0;
  -moz-appearance: textfield;
  border: 0;
  border-radius: 5px;
  padding: 0; }

.rc-input-number-handler-wrap {
  float: right;
  width: 20px;
  border-left: 1px solid rgba(255, 255, 255, 0.5); }

.rc-input-number-handler-up {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  padding-top: 1px;
  border-radius: 0 3px 0 0; }

.rc-input-number-handler-down {
  border-radius: 0 0 3px 0; }

.rc-input-number-handler-up > svg {
  margin-top: -5px; }

.rc-input-number-handler-down > svg {
  margin-top: -5px; }

.rc-input-number-handler-down-disabled,
.rc-input-number-handler-up-disabled,
.rc-input-number-handler-down-disabled:hover,
.rc-input-number-handler-up-disabled:hover {
  opacity: 0.70;
  background-color: #999; }

.rc-input-number-disabled .rc-input-number-input {
  opacity: 0.72;
  cursor: not-allowed;
  background-color: #f3f3f3; }

.rc-input-number-disabled .rc-input-number-handler {
  opacity: 0.72; }

.tag-range-label {
  margin-left: 5px; }

.tag-range-label.from {
  margin-right: 10px; }

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

.spellcheck-inactive-error {
  color: blue;
  cursor: pointer; }

.spellcheck-active-error {
  color: red; }

.spellcheck-active-suggestion {
  background: red; }

.spellcheck-inactive-suggestion {
  cursor: pointer; }

.spellcheck-inactive-suggestion:hover {
  background: grey;
  opacity: 0.7; }

.add-suggestion {
  cursor: pointer; }

.spellcheck-editableSuggestion > .add-suggestion-button {
  float: right;
  margin-right: 8px;
  padding: 2px 7px 0 7px; }

.spellcheck-editableSuggestion > .add-suggestion-input {
  float: left;
  display: inline;
  width: calc(100% - 55px); }

.spellcheck-stub {
  text-align: center;
  margin: 15px; }

.final-qc-deliver-table-row {
  border: 1px solid; }

.error-row-message {
  padding: 3px;
  justify-content: flex-end; }

.delivery-comments-dialog .comment-area {
  height: 50px;
  background-color: #323c47;
  color: #c2cccc;
  overflow: auto;
  text-align: left;
  padding: 3px;
  resize: none;
  font-size: 12px; }

.delivery-comments-dialog tr th {
  background: #3f4248; }

.delivery-comments-dialog tr td {
  background: #333333;
  text-align: center; }

.delivery-comments-dialog select.blue-input {
  max-width: 100px; }

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

.io-import-overlay {
  margin: 10px; }

.ttc_import-overlay-type {
  margin: 10px 0; }

.ttc_import-overlay-type label {
  display: inline-block;
  margin-right: 10px; }

.ttc_import-overlay-checks {
  margin: 10px 0;
  padding: 10px 0;
  border-bottom: 1px solid black;
  border-top: 1px solid black; }

.ttc_import-overlay-checks > div {
  margin: 5px 0; }

.ttc_import-overlay-checks .ttc-import-overlay-auto-detect-framerate {
  margin-left: 10px; }

.ttc_import-overlay-combo {
  margin: 15px 0;
  clear: both;
  display: flex;
  justify-content: space-between;
  align-items: center; }

.ttc_import-overlay-combo.nested-right > div {
  float: right; }

.ttc_import-overlay-combo select,
.ttc_import-overlay-combo > input {
  float: right;
  width: 187px; }

.ttc-import-overlay-buttons {
  margin: 10px 0; }

.ttc-import-overlay-buttons input,
.ttc-import-overlay-buttons button {
  margin: 5px; }

.ttc_import-overlay-from {
  margin: 10px 0; }

.ttc_import-overlay-from label {
  display: inline-block;
  margin-right: 10px; }

.ttc_import-overlay-file input[type=text] {
  width: calc(100% - 100px);
  height: 20px; }

.ttc_import-overlay-file button {
  float: right;
  margin: 0;
  width: 80px; }

.options-layout-form .label-hour {
  margin-right: 20px;
  margin-left: 35px; }

.options-layout-form .label-minute {
  margin-right: 12px; }

.options-layout-form .label-seconds {
  margin-right: 10px; }

.mass-conform-admin-delivery-box .job-box {
  border-bottom: 2px solid #fff;
  padding-bottom: 10px; }

.mass-conform-admin-delivery-box .job-box * {
  box-sizing: border-box; }

.mass-conform-admin-delivery-box .job-box .list {
  height: 130px;
  overflow: auto;
  margin-top: 5px; }

.mass-conform-admin-delivery-box .job-box .list .warning-triangle {
  font-size: 20px;
  color: #ffff00;
  margin-left: 15px; }

.mass-conform-admin-delivery-box .job-box .list .check-mark {
  font-size: 20px;
  color: #00ff00;
  margin-left: 15px; }

.mass-conform-admin-delivery-box .job-box .title,
.mass-conform-admin-delivery-box .job-box .list .row {
  display: flex; }

.mass-conform-admin-delivery-box .job-box .list .row select {
  -moz-appearance: none;
  -webkit-appearance: none;
  width: 176px;
  height: 30px; }

.mass-conform-admin-delivery-box .job-box .list .row select option {
  background-color: #282e37;
  color: #979798; }

.mass-conform-admin-delivery-box .job-box .title > div {
  background-color: #3f4248; }

.mass-conform-admin-delivery-box .job-box .title > div,
.mass-conform-admin-delivery-box .job-box .list .row > div {
  text-align: left;
  padding: 5px;
  color: #979798; }

.mass-conform-admin-delivery-box .job-box .list .row button {
  width: 100px;
  text-align: center;
  height: 30px; }

.mass-conform-admin-delivery-box .job-box .title > div:nth-child(1),
.mass-conform-admin-delivery-box .job-box .list .row > div:nth-child(1) {
  width: 50%; }

.mass-conform-admin-delivery-box .job-box .title > div:nth-child(2),
.mass-conform-admin-delivery-box .job-box .list .row > div:nth-child(2) {
  width: 30%;
  border-left: 1px solid #111;
  border-right: 1px solid #111; }

.mass-conform-admin-delivery-box .job-box .title > div:nth-child(3),
.mass-conform-admin-delivery-box .job-box .list .row > div:nth-child(3) {
  width: 20%; }

.mass-conform-admin-delivery-box .navigation-box {
  margin: 15px 0 10px; }

.mass-conform-admin-delivery-box .navigation-box .apply-to-all-box,
.mass-conform-admin-delivery-box .navigation-box .finish-box {
  display: flex; }

.mass-conform-admin-delivery-box .navigation-box .apply-to-all-box select {
  width: 170px;
  margin-right: 15px;
  background-color: #323c47;
  border: 1px solid #1a487d;
  color: #fff; }

.mass-conform-admin-delivery-box .navigation-box .finish-box {
  justify-content: flex-end; }

.mass-conform-admin-delivery-box .apply-confirm-popup-box-wrapper,
.mass-conform-admin-delivery-box .finish-loading-popup-box-wrapper,
.mass-conform-admin-delivery-box .ready-to-finish-box-wrapper {
  width: 100%;
  height: 288px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.75); }

.mass-conform-admin-delivery-box .apply-confirm-popup-box,
.mass-conform-admin-delivery-box .finish-loading-popup-box,
.mass-conform-admin-delivery-box .ready-to-finish-box {
  width: 350px;
  height: 120px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #292f37;
  z-index: 10000; }

.mass-conform-admin-delivery-box .ready-to-finish-box {
  padding-bottom: 10px; }

.mass-conform-admin-delivery-box .apply-confirm-popup-box .title,
.mass-conform-admin-delivery-box .finish-loading-popup-box .title,
.mass-conform-admin-delivery-box .ready-to-finish-box .title {
  color: #fff;
  background-color: #40454d;
  margin: 0;
  padding: 7px 10px;
  font-size: 14px; }

.mass-conform-admin-delivery-box .apply-confirm-popup-box .buttons-wrapper,
.mass-conform-admin-delivery-box .apply-confirm-popup-box p,
.mass-conform-admin-delivery-box .finish-loading-popup-box p,
.mass-conform-admin-delivery-box .ready-to-finish-box p {
  padding: 0 20px; }

.mass-conform-admin-delivery-box .apply-confirm-popup-box .buttons-wrapper,
.mass-conform-admin-delivery-box .ready-to-finish-box .buttons-wrapper {
  margin-top: 20px;
  display: flex;
  justify-content: center; }

.mass-conform-admin-delivery-box .apply-confirm-popup-box .buttons-wrapper button,
.mass-conform-admin-delivery-box .ready-to-finish-box .buttons-wrapper button {
  width: 80px; }

.messageOverlayPopup-message {
  margin: 15px 0; }

.prompt-message-overlay-title {
  margin: 15px 0; }

.tt-settings-wrapper {
  margin: 15px 0; }

.tt-settings-wrapper input.light-blue-input {
  margin-right: 10px; }

.ReactVirtualized__Table {
  font-size: 12px;
  width: 100%;
  table-layout: auto; }

.ReactVirtualized__Table__headerColumn {
  padding: 3px 7px 1px 7px;
  border: 1px solid #ddd;
  border-bottom-width: 2px;
  background: #3F4248;
  color: #a5a6a6;
  position: relative;
  height: 16px; }

.ReactVirtualized__Table__headerColumn div span:first-child {
  white-space: nowrap;
  cursor: pointer; }

.ReactVirtualized__Table__headerColumn:first-of-type {
  border-left: 0; }

.ReactVirtualized__Table__headerColumn:last-of-type {
  border-right: 0; }

.ttc-table-c-handle {
  position: absolute;
  right: 0px;
  top: 2px;
  display: block;
  width: 4px;
  height: calc(100% - 4px);
  cursor: col-resize; }

.ttc-table-c-handle:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  border-left: 2px solid #ddd;
  transform: translate(-50%); }

.ttc-table-c-handle:hover .ttc-table-c-handle:after,
.ttc-table-c-handle--active .ttc-table-c-handle:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translate(-50%);
  border-left: 2px solid rgba(0, 150, 215, 0.5); }

.ReactVirtualized__Table__row {
  text-align: center; }

.ReactVirtualized__Table__row > div:first-child {
  text-align: left;
  border-left: 0; }

.ReactVirtualized__Table__row > div:last-child {
  border-right: 0; }

.ReactVirtualized__Table__row > div {
  padding: 4px 7px 4px 7px;
  border: 1px solid rgba(221, 221, 221, 0.5);
  min-height: 16px;
  background: #fafafa;
  background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#fafafa));
  background: -moz-linear-gradient(top, #fbfbfb, #fafafa); }

.ReactVirtualized__Table__row:last-child > div {
  border-bottom: 0; }

.ReactVirtualized__Table__row:last-child > div:first-child {
  border-bottom-left-radius: 3px; }

.ReactVirtualized__Table__row:last-child > div:last-child {
  border-bottom-right-radius: 3px; }

.ReactVirtualized__Table__row:nth-child(2n) div {
  background: #7793a9;
  color: #000; }

.ReactVirtualized__Table__row:nth-child(2n + 1) div {
  background: #8ab2c6;
  color: #000; }

table.table-popup-default,
table.table-popup-default td:first-child,
table.table-popup-default th:first-child {
  border-left: 0; }

table.table-popup-default,
table.table-popup-default td:last-child,
table.table-popup-default th:last-child {
  border-right: 0; }

.ReactVirtualized__Table__headerRow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 0 !important; }

.ReactVirtualized__Table__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.ReactVirtualized__Table__headerTruncatedText {
  display: inline-block;
  max-width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden; }

.ReactVirtualized__Table__headerColumn,
.ReactVirtualized__Table__rowColumn {
  margin-right: 0;
  min-width: 0;
  height: 100%;
  align-items: center;
  display: inline-flex;
  word-break: break-all; }

.ReactVirtualized__Table__rowColumn {
  text-overflow: ellipsis; }

.ReactVirtualized__Table__sortableHeaderColumn {
  cursor: pointer; }

.ReactVirtualized__Table__sortableHeaderIconContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.ReactVirtualized__Table__sortableHeaderIcon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 24px;
  flex: 0 0 24px;
  height: 1em;
  width: 1em;
  fill: currentColor; }

.import-file-overlay-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center; }

.import-file-overlay-wrapper .load-backup-overlay-button {
  padding: 5px 29px; }

.load-backup-overlay-wrapper {
  padding-bottom: 5px; }

.notes-text-track-dialog #notes-text-track-popup {
  max-height: 450px;
  overflow-y: scroll; }

.notes-text-track-dialog .add-note-field {
  height: 55px;
  width: 565px;
  float: left;
  margin: 5px 5px 5px 0;
  overflow: auto; }

.notes-text-track-dialog .blue-button,
.notes-text-track-dialog .select-category {
  margin-top: 5px;
  margin-bottom: 5px;
  width: 119px;
  margin-right: 0; }

.notes-text-track-dialog .textArea:not([disabled]) {
  font-size: 12px;
  background-color: #323c47;
  border: 1px solid #ddd;
  color: #c2cccc;
  padding: 3px;
  border-radius: 3px; }

.note-select {
  max-width: 100px; }

.notes-content-editable-wrapper {
  margin: 10px 0;
  overflow: hidden; }

.notes-group {
  color: #ffc800; }

.internal-error-stack {
  background-color: #323C47;
  border: 1px solid #597084;
  overflow: auto;
  max-height: 170px;
  height: 0;
  opacity: 0;
  transition: opacity 0.5s linear; }

.internal-error-stack.internal-error-stack-visible {
  opacity: 1;
  height: 170px; }

.tag-statistics-overlay-options {
  text-align: center; }

.info-stack {
  background-color: #323C47;
  border: 1px solid #597084;
  overflow: auto;
  max-height: 170px;
  height: 0;
  opacity: 0;
  transition: opacity 0.5s linear; }

.info-stack.info-stack-visible {
  opacity: 1;
  height: 170px; }

.failed-merge-table {
  width: 100%; }

.failed-merge-table tr {
  color: #b4bbc3;
  border-bottom: 1px solid #f9ffff; }

.failed-merge-table tr:last-child {
  border-bottom: none; }

.failed-merge-table tr:hover {
  color: #fff;
  cursor: pointer; }

.failed-merge-table td {
  width: 33%;
  padding: 10px 0; }

.failed-merge-table td:last-child {
  text-align: right; }

.time-code-span {
  color: #dfec20; }

.subtitle-highlight-found {
  background-color: yellow; }

.final-content-wrapper {
  color: #00b4e2; }

.ttc-isp-highlighted {
  background-color: yellow; }

.ttc-isp-highlighted--current {
  background-color: orange; }

/* isp - Interactive Script Parser */
.ttc-isp {
  position: relative;
  width: 100%;
  height: 550px; }

.ttc-isp-find-and-replace {
  padding: 2px 2px 6px 2px;
  display: flex; }

.ttc-isp-find-and-replace button {
  padding: 3px 7px; }

.ttc-isp-find {
  display: flex;
  width: 37%;
  justify-content: space-between;
  align-items: center;
  padding-right: 20px; }

.ttc-isp-highlighted {
  color: #000; }

.ttc-isp-replace {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 53%;
  padding-left: 20px;
  border-left: 1px solid white; }

.ttc-isp-editor {
  height: 435px;
  overflow: auto; }

.ttc-isp button {
  margin-top: 0;
  margin-right: 0; }

.ttc-isp-import {
  margin-top: 10px !important; }

.ttc-isp-flex-wrapper {
  display: flex;
  justify-content: space-between;
  height: 505px; }

.ttc-isp-left {
  width: 900px;
  height: 500px; }

.ttc-isp-right {
  width: 265px; }

.ttc-isp-text-title {
  height: 23px;
  padding-top: 8px;
  padding-left: 10px;
  border: 1px solid #63666a;
  font-weight: bold;
  background-color: #4b4f54;
  margin-bottom: 1px;
  color: #09b4ff; }

.ttc-isp-selectors {
  border: 1px solid #4b4f54;
  height: 200px;
  margin-bottom: 10px;
  overflow: auto; }

.ttc-isp-settings-title {
  font-weight: bold;
  padding-top: 8px;
  padding-left: 10px;
  height: 23px;
  background-color: #4b4f54; }

.ttc-isp-timed-text-settings {
  border: 1px solid #4b4f54;
  margin-bottom: 10px; }

.ttc-isp-selectors .ttc-isp-settings-content {
  height: 150px; }

.ttc-isp-settings-content {
  padding: 5px;
  height: 245px;
  overflow: auto; }

.ttc-isp-settings-option {
  margin-bottom: 5px; }

.ttc-isp-settings-option-content {
  margin-top: 3px; }

.ttc-isp-settings-option-content--flex {
  display: flex; }

.timecode-section,
.timecode-delimiter {
  color: #09b4ff; }

.timecode-section:hover,
.timecode-delimiter:hover {
  cursor: pointer; }

.timecode-section .dropdown-content {
  padding: 0;
  margin: 0;
  left: inherit !important;
  top: inherit !important; }

.timecode-section button,
.timecode-delimiter button {
  padding: 5px;
  border: none;
  background-color: transparent;
  color: #09b4ff; }

.timecode-delimiter {
  padding: 0 7px; }

.ttc-isp-settings-option-clickable-highlight {
  color: #09b4ff; }

.ttc-isp-settings-option-clickable-highlight:hover {
  cursor: pointer; }

.ttc-isp-settings-option-clickable-highlight .dropdown,
.ttc-isp-settings-option-clickable-highlight .dropdown-area {
  display: inline; }

.ttc-isp-settings-option-clickable-highlight button {
  background: transparent;
  border: none;
  color: #09b4ff; }

.ttc-isp-dropdown {
  list-style-type: none;
  padding: 0;
  margin: 0; }

.ttc-isp-dropdown li {
  min-width: 40px;
  padding: 3px;
  display: block;
  text-align: center; }

.timecode-section-dropdown {
  margin: 0;
  z-index: 10000; }

.ttc-isp-dropdown li:hover {
  cursor: pointer;
  background-color: #09b4ff;
  color: #fff; }

button.find-timecodes-button,
button.find-subitiles-button {
  margin: 8px; }

.ttc-generate-timed-text {
  position: relative;
  width: 100%;
  height: 550px; }

.ttc-generate-timed-text textarea {
  height: 90%;
  width: 100%; }

.ttc-generate-timed-text button {
  margin-top: 15px; }

.import-text-track-dialog .overlay-body {
  overflow: hidden; }

.export-text-track-popup > label {
  margin-top: 10px;
  display: block; }

.export-text-track-popup > label::after {
  content: '';
  display: table;
  clear: both; }

.export-text-track-popup > label > input {
  margin-left: 129px;
  width: 177px; }

.export-text-track-popup > label > input {
  margin-left: 129px;
  width: 177px; }

.export-text-track-popup > label > .react-select {
  float: right;
  margin-right: 2px; }

.export-text-track-popup > label > .react-select .Select-control {
  width: 185px; }

.export-text-track-check-boxes > div {
  width: 50%;
  margin-top: 10px; }

.export-text-track-check-boxes .complex-select select {
  height: 130px;
  width: 165px; }

.export-text-track-check-boxes .complex-select label {
  display: inline-block; }

.export-text-track-check-boxes .complex-select label:nth-child(2) {
  margin-left: 195px;
  margin-top: -130px;
  top: -16px;
  position: relative; }

.export-text-track-custom-option {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  margin-top: 10px;
  min-height: 55px; }

.export-text-track-custom-option > label:not([hidden]) {
  margin-top: 10px;
  display: block;
  margin-bottom: 5px;
  height: 25px; }

.export-text-track-custom-option > .textarea-label {
  height: auto !important;
  display: inline-block !important;
  width: 100%; }

.export-text-track-custom-option > label > select,
.export-text-track-custom-option > label > input,
.export-text-track-custom-option > label > textarea {
  float: right;
  width: 188px; }

.export-text-track-custom-option > label > input {
  width: 180px; }

.export-text-track-custom-option > label > textarea {
  resize: none;
  width: 180px; }

.ttc-load-file .ReactVirtualized__Table__row div {
  background: unset;
  color: #a2a2a2;
  cursor: pointer; }

.ttc-load-file .ReactVirtualized__Table__row:hover {
  background: #555;
  color: black;
  cursor: pointer; }

.ttc-load-file .ReactVirtualized__Table__row .ReactVirtualized__Table__rowColumn:first-child {
  color: unset; }

.ttc-load-file .ReactVirtualized__Table__row > div {
  border: 0; }

.ttc-load-file .ReactVirtualized__Table__headerColumn {
  border: 0;
  color: white;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.5px; }

.table-file-label-column {
  color: #51b500; }

.table-file-label-column[data-readonly='true'] {
  color: #a2a2a2; }

.editor-flags-dialog .blue-button,
.editor-flags-dialog .select-category {
  margin-top: 5px;
  margin-bottom: 5px;
  width: 200px;
  margin-right: 0; }

.editor-flags-dialog .select-category {
  width: 48.5%;
  margin-right: 8px; }

.editor-flags-dialog .textArea {
  height: 50px;
  margin: 5px 10px 5px 0;
  overflow: auto;
  width: 47%;
  display: inline-block; }

.editor-flags-dialog .textArea:not([disabled]) {
  font-size: 12px;
  background-color: #323c47;
  border: 1px solid #ddd;
  color: #c2cccc;
  padding: 3px;
  border-radius: 3px; }

.editor-flags-dialog label {
  width: 50%;
  display: inline-block; }

.editor-flags-dialog .blue-button.small.has-icon {
  width: 22px;
  height: 22px;
  padding: 0;
  margin: 0; }

.editor-flags-dialog .blue-button.small.has-icon:last-of-type {
  background-color: #a40000; }

.editor-flags-dialog-scroll {
  max-height: 250px;
  overflow-y: auto; }

.editor-flags-dialog .row_color_INVALID td {
  color: #4f606f !important; }

.editor-flags-suggestion-wrapper {
  margin: 10px 0;
  overflow: hidden; }

.tech-check-flags-dialog .blue-button,
.tech-check-flags-dialog .select-category {
  margin-top: 5px;
  margin-bottom: 7px;
  width: 200px; }

.tech-check-flags-dialog .select-category {
  width: 48.5%;
  margin-right: 8px; }

.tech-check-flags-dialog table {
  margin-bottom: 0; }

.tech-check-flags-dialog .textArea {
  height: 50px;
  overflow: auto;
  width: 668px;
  display: inline-block;
  margin-top: 10px;
  text-align: left; }

.tech-check-flags-dialog .textArea:not([disabled]) {
  font-size: 12px;
  background-color: #323c47;
  border: 1px solid #ddd;
  color: #c2cccc;
  padding: 3px;
  border-radius: 3px; }

.tech-check-flags-dialog label {
  width: 50%;
  display: inline-block; }

.tech-check-flags-dialog .blue-button.small.has-icon {
  width: 22px;
  height: 22px;
  padding: 0;
  margin: 0; }

.tech-check-flags-dialog .blue-button.small.has-icon:last-of-type {
  background-color: #a40000; }

.tech-check-flags-dialog-scroll {
  max-height: 160px;
  overflow-y: auto; }

.tech-check-flags-dialog .row_color_INVALID td {
  color: #4f606f !important; }

.tech-check-flags-dialog .text-center {
  text-align: center; }

.tech-check-flags-dialog .blue-button.small.tech-check-flags-actions.resolved {
  background-color: #51b500; }

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

.error-tags-dialog {
  text-align: center; }

.error-tags-dialog .blue-button,
.error-tags-dialog .select-category {
  margin-top: 5px;
  margin-bottom: 5px;
  margin-right: 5px; }

.error-tags-dialog .blue-button.delete-button {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-right: 0px; }

.error-tags-dialog .select-category {
  width: 48.5%;
  margin-right: 8px; }

.error-tags-dialog label {
  width: 50%;
  display: inline-block; }

.error-tags-dialog .blue-button.small.has-icon {
  width: 22px;
  height: 22px;
  padding: 0;
  margin: 0; }

.error-tags-dialog .blue-button.small.has-icon:last-of-type {
  background-color: #a40000; }

.error-tags-dialog-scroll {
  max-height: 250px;
  overflow-y: auto; }

.error-tags-dialog .row_color_INVALID td {
  color: #4f606f !important; }

select.error-type-select {
  width: 100%; }

.input-left-separator {
  margin-left: 5px; }

.input-middle-separator {
  margin-right: 10px;
  margin-left: 5px; }

.tcc-tech-check-delivery table {
  display: table;
  width: 100%;
  height: 300; }

.tcc-tech-check-delivery table .blue-button {
  padding: 3px 5px;
  margin: 0; }

.tcc-tech-check-delivery table thead,
.tcc-tech-check-delivery table tbody {
  float: left;
  width: 100%; }

.tcc-tech-check-delivery table tr {
  height: 30px;
  width: 100%;
  display: table;
  text-align: left; }

.tcc-tech-check-delivery table tbody {
  overflow: auto; }

.tcc-tech-check-delivery table th,
.tcc-tech-check-delivery table td {
  text-align: left;
  padding: 10px 5px 0 5px;
  color: #8e9ea4;
  font-size: 11px; }

.tcc-tech-check-delivery table td:last-child {
  text-align: center; }

.tcc-tech-check-delivery table select {
  width: 100%; }

.tcc-tech-check-loading {
  margin: 10px;
  color: #8e9ea4; }

.tcc-tech-check-green {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: green;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px; }

.tcc-tech-check-red {
  display: inline-block;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-bottom-color: red;
  position: relative;
  top: -10px;
  background: unset; }

.tcc-tech-check-red:after {
  content: '';
  position: absolute;
  left: -10px;
  top: 10px;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-top-color: red; }

.warn,
.warn::before,
.warn::after {
  position: relative;
  padding: 0;
  margin: 0; }

.warn {
  font-size: 36px;
  color: transparent; }

.warn.warning {
  display: inline-block;
  top: 0;
  width: 40px;
  height: 23px;
  overflow: hidden;
  border: none;
  background-color: transparent; }

.warn.warning::before {
  content: '';
  display: block;
  position: absolute;
  border: transparent 23px solid;
  border-bottom-color: #fd3;
  border-bottom-width: 40px;
  border-top-width: 0;
  box-shadow: #999 0 1px 1px; }

.warn.warning::after {
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  padding: 0 3px;
  text-align: center;
  content: '!';
  font-size: 22px;
  font-weight: bold;
  color: #333; }

.label-hour {
  margin-right: 20px;
  margin-left: 20px; }

.label-minute {
  margin-right: 12px; }

.label-seconds {
  margin-right: 10px; }

.td {
  height: 10px;
  color: #fff;
  margin: 0; }

.note-text {
  color: #000; }

.options-layout-button {
  width: 100%;
  margin: 0 0 10px; }

.options-layout .options-layout-button {
  width: 100%;
  margin: 0 0 10px; }

.td {
  height: 10px;
  color: white;
  margin: 0; }

.note-text {
  color: #000; }

.options-layout.container {
  max-height: 300px;
  padding: 0 5px; }

.ttc-import-overlay-file-or-project {
  margin-bottom: 15px; }

.ttc-import-overlay-file-or-project .blue-input {
  margin-left: 25px;
  width: 255px; }

.apply-edl-wrapper {
  padding-bottom: 5px; }

.ttc-import-overlay-file-or-project input.blue-input {
  width: calc(100% - 220px); }

.ttc-import-overlay-file-or-project input.blue-input-file {
  display: none; }

#adjustGapsBetweenBoxes {
  height: 110px; }

#adjustGapsBetweenBoxes .from-to-container {
  text-align: center;
  margin-top: 10px; }

#adjustGapsBetweenBoxes .frame-container .frame-input {
  margin-left: 5px; }

#adjustGapsBetweenBoxes .from-to-container .from-input, #adjustGapsBetweenBoxes .from-to-container .to-input {
  margin-left: 10px; }

#adjustGapsBetweenBoxes .from-container, #adjustGapsBetweenBoxes .to-container {
  display: inline; }

#adjustGapsBetweenBoxes .to-container {
  margin-left: 10px; }

#adjustGapsBetweenBoxes .buttons-container {
  text-align: center;
  margin-top: 15px; }

#adjustGapsBetweenBoxes .buttons-container .apply-button {
  margin-right: 7px; }

#adjustGapsBetweenBoxes .buttons-container .close-button {
  margin-left: 7px;
  margin-right: 0; }

.ttc-guidelines {
  padding: 10px; }

.ttc-guidelines .ttc-search-row {
  height: 30px; }

.ttc-guidelines .ttc-search-row .blue-input {
  width: 75%;
  float: right; }

.ttc-guidelines .ttc-guidelines-list {
  width: inherit;
  height: 180px;
  border: 1px solid #597084;
  padding: 5px;
  overflow-y: auto; }

.ttc-guidelines .ttc-guidelines-list a {
  display: block;
  margin-top: 10px; }

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

.wave-pane-select-buttons-container {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 0; }

.wave-pane-select-tt-select {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center; }

.subtitle-box {
  position: relative; }

.track-breaks-overlay .tools-label {
  font-weight: bold;
  margin-bottom: 5px; }

.track-breaks-overlay .input-row {
  margin: 5px auto 0 auto; }

.track-breaks-overlay .input-row {
  height: 30px;
  width: 160px; }

.track-breaks-overlay .selector-block {
  font-weight: bold;
  height: 30px;
  margin-top: 15px;
  padding-right: 4px; }

.track-breaks-overlay .selector-block label {
  vertical-align: sub; }

.track-breaks-overlay .input-row label,
.track-breaks-overlay .add-track-break-row .time-picker {
  float: left;
  margin-top: 5px; }

.track-breaks-overlay .track-break-total {
  padding: 5px 0; }

.track-breaks-overlay .input-row .frames-input,
.track-breaks-overlay .add-track-break-row .add-button,
.track-breaks-overlay .add-track-break-row .autofix-button {
  float: right;
  margin-right: 0; }

.track-breaks-overlay .add-track-break-row .autofix-button {
  margin-left: 10px; }

.track-breaks-overlay .track-breaks-list {
  width: 270px;
  height: 230px;
  background-color: #323c47;
  border: 1px solid #597084;
  margin-top: 10px;
  overflow-y: auto; }

.track-breaks-overlay .add-track-break-row {
  width: 270px;
  height: 30px;
  padding: 5px 0;
  border-bottom: 1px solid #ffffff; }

.track-breaks-overlay .tools-row {
  text-align: center; }

.track-breaks-overlay .tools-row .autofix-revert {
  margin-top: 10px;
  width: 82%; }

.track-breaks-overlay .actions-row {
  margin-top: 5px;
  width: 270px;
  text-align: center; }

.track-breaks-overlay .actions-row button {
  width: 69px; }

.track-breaks-overlay .actions-row .close-button {
  margin-right: 0; }

.track-breaks-overlay .track-breaks-list .single-track-break {
  padding: 5px;
  height: 20px; }

.track-breaks-overlay .track-breaks-list .single-track-break .time-picker {
  float: left; }

.track-breaks-overlay .track-breaks-list .single-track-break button {
  float: right;
  margin-top: 1px;
  margin-right: 0; }

.track-breaks-autofix-overlay .red {
  color: #ff0000; }

.track-breaks-autofix-overlay .green {
  color: #00ff00; }

.track-breaks-autofix-overlay .actions-row {
  margin: 10px;
  width: 100%;
  text-align: center; }

.sound-cue-overlay > .overlay-header {
  margin-bottom: 40px; }

.sound-cue-overlay > .overlay-body {
  margin-bottom: 10px; }

.search-container {
  display: flex;
  position: absolute;
  top: 39px; }

.sound-cue-container {
  max-height: 250px; }

.sound-cue-search-input {
  margin-right: 5px;
  float: right;
  width: calc(100% - 120px); }

.sound-cue-list {
  list-style: none;
  background: #56585a;
  cursor: pointer;
  padding: 0; }

.sound-cue-list-item {
  color: #000000;
  padding: 4px; }

.sound-cue-list-item:hover {
  background: #b0b2b4; }

.sound-cue-search-label {
  padding-right: 5px;
  line-height: 25px; }

.ttc-load-revisions .ReactVirtualized__Table__row div {
  background: unset;
  color: unset;
  cursor: pointer; }

.ttc-load-backup.ttc-load-revisions.ttc-disable-drag {
  padding-bottom: 5px; }

.load-revision-file-wrapper {
  text-align: center;
  margin: 15px 0; }

.load-revision-file-wrapper button {
  padding: 5px 29px; }

.load-revision-table-wrapper {
  padding-bottom: 5px; }

.emt-table,
.emt-report-table {
  width: 100%;
  color: black; }

.emt-table tr,
.emt-report-table tr {
  border: 1px solid black; }

.emt-table tbody tr {
  height: 60px; }

.emt-table td {
  border-right: 1px solid black; }

.emt-report-table td {
  border-right: 1px solid black;
  padding: 0 10px; }

.emt-table > tbody {
  background-color: #7793a9; }

.emt-table > tbody:nth-child(2n) {
  background-color: #8aabc6; }

.emt-table .note-index {
  color: yellow; }

.emt-table .category {
  color: white; }

.emt-suggestions {
  display: flex;
  justify-content: space-between;
  margin-top: 16px; }

.emt-actions {
  display: flex;
  width: 100%;
  justify-content: space-around; }

.emt-loading-overlay {
  position: absolute;
  /* Sit on top of the page content */
  width: 100%;
  /* Full width (cover the whole page) */
  height: 100%;
  /* Full height (cover the whole page) */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  /* Black background with opacity */
  z-index: 2;
  /* Specify a stack order in case you're using a different order for other elements */
  cursor: pointer;
  /* Add a pointer on hover */ }

.emt-loading-overlay-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%); }

.emt-table-container {
  height: 300px;
  overflow: auto; }

.emt-report-actions {
  display: flex;
  justify-content: space-between;
  margin-top: 16px;
  align-items: center;
  width: 350px; }

.emt-report-table tr {
  background-color: #8aabc6; }

.emt-report-table tr:nth-child(2n) {
  background-color: #7793a9; }

.emt-report-table-oc {
  width: 100px; }

.emt-suggestions select.blue-input {
  width: 140px; }

.emt-table-container {
  height: 500px; }

.emt-report-actions select.blue-input {
  width: 140px; }

.messageOverlayPopup-header {
  margin: 15px 0; }

.ztp-overlay-options {
  text-align: center;
  height: 95%; }

.ztp-overlay-body {
  text-align: left;
  min-height: 90%;
  margin-bottom: 7px;
  font-size: 13px;
  border: 1px solid gray;
  padding: 3px; }

.overlay-body {
  padding-bottom: 10px; }

.jump-to-supplementary .options-layout {
  padding: 10px 0; }

.jump-to-supplementary .options-layout select {
  margin-left: 10px;
  background-color: #204b7d; }

.jump-to-supplementary .buttons-wrapper {
  padding-top: 10px; }

.jump-to-supplementary .buttons-wrapper button {
  min-width: 60px; }

.jump-to-supplementary .close-btn-wrapper {
  display: flex;
  justify-content: flex-end; }

.io-import-overlay {
  margin: 10px; }

.ttc_import-overlay-type {
  margin: 10px 0; }

.ttc_import-overlay-type label {
  display: inline-block;
  margin-right: 10px; }

.ttc_import-overlay-checks {
  margin: 10px 0;
  padding: 10px 0;
  border-bottom: 1px solid black;
  border-top: 1px solid black; }

.ttc_import-overlay-checks > div {
  margin: 5px 0; }

.ttc_import-overlay-checks .ttc-import-overlay-auto-detect-framerate {
  margin-left: 10px; }

.ttc_import-overlay-combo {
  margin: 15px 0;
  clear: both;
  display: flex;
  justify-content: space-between;
  align-items: center; }

.ttc_import-overlay-combo.nested-right > div {
  float: right; }

.ttc_import-overlay-combo select,
.ttc_import-overlay-combo > input {
  float: right;
  width: 187px; }

.ttc-import-overlay-buttons {
  margin: 10px 0; }

.ttc-import-overlay-buttons input,
.ttc-import-overlay-buttons button {
  margin: 5px; }

.ttc_import-overlay-from {
  margin: 10px 0; }

.ttc_import-overlay-from label {
  display: inline-block;
  margin-right: 10px; }

.ttc_import-overlay-file input[type='text'] {
  width: calc(100% - 100px);
  height: 20px; }

.ttc_import-overlay-file button {
  float: right;
  margin: 0;
  width: 80px; }

.ttc-sqc-real-time-list {
  overflow: auto;
  max-height: 400px; }

.ttc-sqc-real-time-qctype-checks {
  margin-left: 10px; }

.ttc-sqc {
  color: #8e9ea4; }

.ttc-sqc-columns {
  height: 400px; }

.ttc-sqc-columns::after {
  content: '';
  display: block;
  clear: both; }

.ttc-sqc-tt-col {
  width: calc(50% - 7px);
  height: 100%;
  float: left;
  background: #323c47;
  margin: 5px 0px; }

.ttc-sqc-errors-col {
  width: calc(50% - 7px);
  height: 100%;
  float: right;
  background: #323c47;
  margin: 5px 0px;
  overflow: auto; }

.ttc-sqc-tt {
  flex: 1;
  height: 100%;
  color: white;
  padding-left: 5px; }

.ttc-sqc-tt-active {
  background: #ab5d3c; }

.ttc-sqc-tt-top {
  margin: 10px 5px 5px 5px;
  font-weight: bold; }

.ttc-sqc-tt-top span {
  float: right;
  margin-right: 80px;
  color: red; }

.ttc-sqc-tt-active .ttc-sqc-tt-top span {
  color: white; }

.ttc-sqc-tt-block {
  display: -webkit-flex;
  display: flex;
  align-items: center; }

.ttc-sqc-tt-text {
  background: #303134;
  border: solid 1px #2f4861;
  padding: 5px;
  height: 75px;
  overflow: auto;
  flex-basis: 80%;
  margin-right: 2px;
  width: 340px; }

.ttc-sqc-tt-buttons {
  flex-basis: 15%;
  margin-right: 5px; }

.ttc-sqc-tt-buttons button {
  display: block;
  width: 100%;
  margin: 0 0 5px 0;
  font-size: 11px;
  padding: 3px 5px; }

.ttc-sqc-tt-buttons .dropdown {
  margin-bottom: 5px; }

.ttc-sqc-fix-dropdown {
  padding: 0; }

.ttc-sqc-fix-dropdown {
  padding: 0;
  list-style: none;
  margin: 0; }

.ttc-sqc-fix-dropdown li {
  padding: 5px 8px;
  cursor: pointer; }

.ttc-sqc-fix-dropdown li:hover {
  background: #323c47; }

.ttc-will-be-removed-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0.5;
  background: black; }

.ttc-sqc-will-be-removed {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 90px 0 0 5px;
  z-index: 1; }

.ttc-sqc-will-be-removed strong {
  cursor: pointer;
  text-decoration: underline; }

.ttc-sqc-tt-buttons button:last-child {
  margin-bottom: 0; }

.ttc-sqc-error-groups {
  list-style-type: none;
  margin: 10px;
  padding: 0; }

.ttc-sqc-error-groups > li > span {
  color: red;
  font-weight: bold; }

.ttc-sqc-error {
  list-style-type: none;
  margin: 2px 0;
  padding: 5px 15px 15px; }

.ttc-sqc-error li {
  margin: 0 0 3px 0; }

.ttc-sqc-error mark {
  color: white;
  background: unset; }

.ttc-sqc-error a {
  color: white;
  cursor: pointer; }

.ttc-sqc-error a:hover {
  color: gray; }

.ttc-sqc-no-errors {
  display: block;
  color: green;
  font-weight: bold;
  margin: 10px; }

.tt-row-root {
  overflow: visible; }

.select-source-container {
  display: flex;
  align-items: center;
  justify-content: center; }

.selections-container {
  min-height: 100px;
  min-width: 350px; }

.admin-final-qc-select {
  width: 360px !important;
  margin-left: 32px; }

.selections-container {
  margin-top: 32px;
  border: 1px solid #597084; }

.final-qc-table-language-column {
  width: 75px; }

.final-qc-tr {
  color: black; }

.final-qc-tr:nth-of-type(odd) > td {
  background-color: #90aac4; }

.final-qc-tr:nth-of-type(even) > td {
  background-color: #7793a9; }

.final-qc-td {
  padding-bottom: 12px; }

.final-qc-buttons-container {
  display: 'flex';
  align-items: 'center';
  justify-content: 'center';
  padding: 12px 0; }

.final-qc-td.result-count {
  border-left: 1px solid black;
  padding-left: 16px;
  color: inherit; }

.final-qc-td.result-count[data-count='true'] {
  color: red; }

.shortcuts {
  display: flex;
  flex-wrap: wrap;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 300;
  border: 1px solid #4a4d55;
  background-color: #000000;
  padding: 30px 0;
  position: absolute;
  z-index: 100;
  width: 100%;
  top: 0; }
  .shortcuts .shortcut-column {
    margin-right: 120px; }
  .shortcuts .shortcut-column:nth-of-type(1) {
    margin-left: 50px; }
  .shortcuts .shortcut-column:nth-of-type(3) {
    margin-right: 0; }
  .shortcuts .shortcut-type-name {
    font-size: 16px;
    color: #ffb209; }
  .shortcuts .shortcut-buttons-group {
    display: flex;
    flex-direction: row; }
  .shortcuts .shortcut-item {
    margin-top: 15px; }
    .shortcuts .shortcut-item label {
      font-family: Helvetica, Arial, sans-serif;
      font-size: 11px;
      color: #a1aab7; }
    .shortcuts .shortcut-item .column-header {
      margin: 0 5px;
      font-size: 14px; }
  .shortcuts .shortcut-buttons {
    display: flex;
    flex-direction: row;
    margin-top: 5px; }
  .shortcuts .shortcut-button {
    height: 42px;
    width: 42px;
    padding: 2px;
    margin: 5px;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: 300;
    color: #fff;
    font-size: 11px;
    display: flex;
    border: 2px solid white;
    border-radius: 6px;
    outline: none;
    cursor: pointer;
    font-style: normal;
    align-items: center;
    justify-content: center; }
  .shortcuts .short-text label {
    font-weight: 600;
    font-size: 24px; }
  .shortcuts .long-text label {
    font-size: 14px; }

.close-icon {
  height: 22px;
  width: 22px;
  position: absolute;
  right: 10px; }

.drop-down-placeholder {
  color: white !important;
  line-height: 20px;
  opacity: 0.5; }

.text-ellipsis, .dropdown-ui-container_dropdown_content, .dropdown-ui-container_dropdown_content_list_item, .dropdown-ui-container_dropdown_content_search-field_wrapper input, .dropdown-ui-container_dropdown_content_search-field_wrapper input::placeholder, .dropdown-ui-container_dropdown_button_content, .dropdown-ui-container_dropdown_button_content_text, .dropdown-ui-container_dropdown_search-field, .collapse-config-container_header_label, .event-row_typeCategoryNotesCell_notes-text-field, .timeline-instance-container_header_title_text {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap; }

.custom-scrollbar::-webkit-scrollbar, .op_modules-wrapper_small-player-layout .op_modules-wrapper_right-part_tabs-column .tabs-container.main-tabs-container::-webkit-scrollbar, .op_modules-wrapper_big-player-layout .op_modules-wrapper_right-part .tabs-container.main-tabs-container::-webkit-scrollbar, .audio-assets-container::-webkit-scrollbar, .subs-assets-container::-webkit-scrollbar, .dropdown-ui-container_dropdown_content_list.scroll::-webkit-scrollbar, .events-table-container_content::-webkit-scrollbar {
  width: 6px;
  height: 6px; }

.custom-scrollbar::-webkit-scrollbar-button, .op_modules-wrapper_small-player-layout .op_modules-wrapper_right-part_tabs-column .tabs-container.main-tabs-container::-webkit-scrollbar-button, .op_modules-wrapper_big-player-layout .op_modules-wrapper_right-part .tabs-container.main-tabs-container::-webkit-scrollbar-button, .audio-assets-container::-webkit-scrollbar-button, .subs-assets-container::-webkit-scrollbar-button, .dropdown-ui-container_dropdown_content_list.scroll::-webkit-scrollbar-button, .events-table-container_content::-webkit-scrollbar-button {
  display: none; }

.custom-scrollbar::-webkit-scrollbar-thumb, .op_modules-wrapper_small-player-layout .op_modules-wrapper_right-part_tabs-column .tabs-container.main-tabs-container::-webkit-scrollbar-thumb, .op_modules-wrapper_big-player-layout .op_modules-wrapper_right-part .tabs-container.main-tabs-container::-webkit-scrollbar-thumb, .audio-assets-container::-webkit-scrollbar-thumb, .subs-assets-container::-webkit-scrollbar-thumb, .dropdown-ui-container_dropdown_content_list.scroll::-webkit-scrollbar-thumb, .events-table-container_content::-webkit-scrollbar-thumb {
  border-radius: 3px;
  border-width: 0;
  border-style: none;
  background-color: rgba(141, 145, 154, 0.4); }

.custom-scrollbar::-webkit-scrollbar-track, .op_modules-wrapper_small-player-layout .op_modules-wrapper_right-part_tabs-column .tabs-container.main-tabs-container::-webkit-scrollbar-track, .op_modules-wrapper_big-player-layout .op_modules-wrapper_right-part .tabs-container.main-tabs-container::-webkit-scrollbar-track, .audio-assets-container::-webkit-scrollbar-track, .subs-assets-container::-webkit-scrollbar-track, .dropdown-ui-container_dropdown_content_list.scroll::-webkit-scrollbar-track, .events-table-container_content::-webkit-scrollbar-track {
  background-color: transparent; }

.custom-scrollbar::-webkit-scrollbar-corner, .op_modules-wrapper_small-player-layout .op_modules-wrapper_right-part_tabs-column .tabs-container.main-tabs-container::-webkit-scrollbar-corner, .op_modules-wrapper_big-player-layout .op_modules-wrapper_right-part .tabs-container.main-tabs-container::-webkit-scrollbar-corner, .audio-assets-container::-webkit-scrollbar-corner, .subs-assets-container::-webkit-scrollbar-corner, .dropdown-ui-container_dropdown_content_list.scroll::-webkit-scrollbar-corner, .events-table-container_content::-webkit-scrollbar-corner {
  height: 6px; }

.disabled, .player-time-picker-container_fields > input:disabled {
  opacity: 0.5;
  cursor: not-allowed !important;
  pointer-events: none; }

.unregistered-style, .configuration-radio-container .radio-container_radio.not-registered .radio-container_radio_title, .configuration-radio-container_audio-channels .checkbox-container_checkbox.not-registered .radio-container_radio_title, .asset-select-container_picker.unregistered .dropdown-ui-container_dropdown_button_content, .timeline-instance-container_header_title_text.unregistered {
  color: #F57617 !important; }

.markups-error-msg, .dropdown-ui-container_dropdown_content_list_item.error-msg, .tabs-component_tabs_tab-content.error-msg, .tabs-component_tabs_grid_tab-content.error-msg {
  color: rgba(255, 178, 9, 0.7) !important; }

.error-row, .dropdown-ui-container_error-message, .event-row_error_cell_content, .references-container_error {
  width: 100%;
  display: flex;
  height: 30px;
  box-sizing: border-box;
  align-items: center;
  justify-content: flex-start;
  color: rgba(255, 178, 9, 0.7); }

.text-container, .image-details-container_empty, .nonmedia-details-container_empty, .metadata-audio-container_configurations_data-tables_empty, .metadata-audio-container_configurations_data-tables_empty-configuration, .metadata-subtitles-container_empty, .video-details-container_empty {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  height: 100px; }

@font-face {
  font-family: "Circular Std Black";
  font-style: normal;
  font-weight: 400;
  src: url("fonts/Circular/CircularStd-Black.otf") format("opentype"), url("https://one-ui.dmlib.de/static/client/static/fonts/CircularStd-Black.woff") format("woff"), url("https://one-ui.dmlib.in/static/client/static/fonts/CircularStd-Black.woff") format("woff"), url("https://one.bydeluxe.com/static/client/static/fonts/CircularStd-Black.woff") format("woff"); }

@font-face {
  font-family: "Circular Std Bold";
  font-style: normal;
  font-weight: 800;
  src: url("fonts/Circular/CircularStd-Bold.otf") format("opentype"), url("https://one-ui.dmlib.de/static/client/static/fonts/CircularStd-Bold.woff") format("woff"), url("https://one-ui.dmlib.in/static/client/static/fonts/CircularStd-Bold.woff") format("woff"), url("https://one.bydeluxe.com/static/client/static/fonts/CircularStd-Bold.woff") format("woff"); }

@font-face {
  font-family: "Circular Std Book";
  font-style: normal;
  font-weight: 400;
  src: url("fonts/Circular/CircularStd-Book.otf") format("opentype"), url("https://one-ui.dmlib.de/static/client/static/fonts/CircularStd-Book.woff") format("woff"), url("https://one-ui.dmlib.in/static/client/static/fonts/CircularStd-Book.woff") format("woff"), url("https://one.bydeluxe.com/static/client/static/fonts/CircularStd-Book.woff") format("woff"); }

@font-face {
  font-family: "Circular Std Medium";
  font-style: normal;
  font-weight: 600;
  src: url("fonts/Circular/CircularStd-Medium.otf") format("opentype"), url("https://one-ui.dmlib.de/static/client/static/fonts/CircularStd-Medium.woff") format("woff"), url("https://one-ui.dmlib.in/static/client/static/fonts/CircularStd-Medium.woff") format("woff"), url("https://one.bydeluxe.com/static/client/static/fonts/CircularStd-Medium.woff") format("woff"); }

.typoT1, .op_watermark-label {
  font-family: 'Circular Std Book';
  font-size: 30px !important;
  line-height: 1.2; }

.typoT2a {
  font-family: 'Circular Std Bold';
  font-size: 24px !important;
  letter-spacing: 2.25px; }

.typoT2b {
  font-family: 'Circular Std Book';
  font-size: 24px !important; }

.typoT3, .conformance-overlay-container .overlay-header {
  font-family: 'Circular Std Bold';
  font-size: 20px !important; }

.typo1, .op_player .op_player_wrapper_bitmovin-container_subtitles, .op_player .op_player_wrapper_bitmovin-container_subtitles_full-screen, .playback-setup-overlay_main-title, .loader-overlay .loader-text,
.video-not-found-overlay .video-not-found-text, .tmp-container, .tabs-component_tabs_tab-content, .tabs-component_content .ReactVirtualized__Table .ReactVirtualized__Table__headerRow .ReactVirtualized__Table__headerColumn, .tabs-component_content .ReactVirtualized__Table .ReactVirtualized__Table__rowColumn, .tabs-component_actions_count {
  font-family: 'Circular Std Book';
  font-size: 16px !important;
  line-height: 1.45; }

.typo2a, .media-display-popup-container_clock-dropdown_content .radio-container_radio, .audio-assets-container .assets-list_title, .audio-assets-container .assets-list_content_title, .subs-assets-container .assets-list_title, .subs-assets-container .assets-list_content_title, .details-container_error {
  font-family: 'Circular Std Bold';
  font-size: 14px !important; }

.typo2b, .media-display-popup-container_button-component, .playback-setup-overlay_description, .dropdown-ui-container_dropdown_content, .dropdown-ui-container_dropdown_content_list_item, .dropdown-ui-container_dropdown_content_search-field_wrapper input, .dropdown-ui-container_dropdown_content_search-field_wrapper input::placeholder, .dropdown-ui-container_dropdown_button_content, .dropdown-ui-container_dropdown_search-field, .input-container, .text-field-container_content_input, .collapse-config-container_header_label, .collapsible-container_content, .event-row_typeCategoryNotesCell_default-type {
  font-family: 'Circular Std Book';
  font-size: 14px !important;
  line-height: 1.5; }

.typo3, .player-time-picker-container_fields > input, .player-time-picker-container_fields_delimiter, .loop-control-bar-dropdown .op-loop-control-bar .time-picker,
.go-to-location-dropdown .op-control-bar-goTo .time-picker, .loop-control-bar-dropdown .op-loop-control-bar .time-picker input,
.go-to-location-dropdown .op-control-bar-goTo .time-picker input {
  font-family: 'Circular Std Book';
  font-size: 13px !important;
  letter-spacing: 2.5px; }

.typo4a, .dropdown-ui-container_label-container_label, .floating-warning-container_content, .audiolayer-label-container .assets-list_content_checkboxes .configuration-radio-container .radio-container_radio_title, .audiolayer-label-container .assets-list_content_checkboxes .configuration-radio-container_audio-channels > .checkbox-container_checkbox .radio-container_radio_title {
  font-family: 'Circular Std Bold';
  font-size: 11px !important;
  line-height: 1.67; }

.typo4b, .error-row, .dropdown-ui-container_error-message, .event-row_error_cell_content, .references-container_error, .subtitle-radio .radio-container_radio_title, .configuration-radio-container .radio-container_radio_title, .configuration-radio-container_audio-channels .checkbox-container_checkbox .radio-container_radio_title, .audio-assets-container .assets-list_content_checkboxes.empty > span, .subs-assets-container .assets-list_content_checkboxes.empty > span, .conformance-overlay-container .overlay-body, .timeline-container, .timeline-settings-container_popup, .timeline-settings-container_popup_content_settings .checkbox-container_checkbox .radio-container_radio_title {
  font-family: 'Circular Std Book';
  font-size: 11px !important; }

.typo5, .timelinerow-container_label {
  font-family: 'Circular Std Book';
  font-size: 9px !important;
  letter-spacing: 2px; }

.typo6 {
  font-family: 'Circular Std Book';
  font-size: 8px !important; }

.op_modules-wrapper_big-player-layout,
.op_modules-wrapper_small-player-layout {
  border: 1px solid #4a4d55; }
  .op_modules-wrapper_big-player-layout .tabs-container.main-tabs-container,
  .op_modules-wrapper_small-player-layout .tabs-container.main-tabs-container {
    margin-top: 20px; }

.op_modules-wrapper_small-player-layout {
  display: flex;
  flex-direction: row; }
  .op_modules-wrapper_small-player-layout .op_modules-wrapper_left-part {
    width: calc( 100% - 744px);
    min-width: 621px;
    overflow: hidden;
    border-right: 1px solid #4a4d55; }
  .op_modules-wrapper_small-player-layout .op_modules-wrapper_right-part {
    width: 742px;
    max-width: calc( 100% - 622px);
    margin-left: 0px;
    margin-right: 0px; }
    .op_modules-wrapper_small-player-layout .op_modules-wrapper_right-part_tabs-column {
      width: 100%; }
      .op_modules-wrapper_small-player-layout .op_modules-wrapper_right-part_tabs-column .tabs-container.main-tabs-container {
        overflow-x: auto; }

.op_modules-wrapper_big-player-layout {
  display: flex;
  flex-direction: column; }
  .op_modules-wrapper_big-player-layout .op_modules-wrapper_left-part {
    width: 100%; }
  .op_modules-wrapper_big-player-layout .op_modules-wrapper_right-part {
    width: 100%; }
    .op_modules-wrapper_big-player-layout .op_modules-wrapper_right-part .op_modules-wrapper_timeline-wrapper {
      width: calc(100% - 742px);
      overflow: hidden;
      border-right: 1px solid #4a4d55; }
    .op_modules-wrapper_big-player-layout .op_modules-wrapper_right-part .tabs-container.main-tabs-container {
      max-width: 742px;
      overflow-x: auto;
      margin-left: 0px;
      margin-right: 0px; }
    .op_modules-wrapper_big-player-layout .op_modules-wrapper_right-part .full_screen-timeline {
      width: 100% !important; }

.op_modules-wrapper_left-part {
  display: flex;
  flex-direction: column;
  position: relative; }
  .op_modules-wrapper_left-part .op_player_wrapper {
    max-width: 926px !important; }

.op_modules-wrapper_right-part {
  display: flex;
  flex-direction: row; }
  .op_modules-wrapper_right-part_tabs-column {
    display: flex;
    flex-direction: column; }
    .op_modules-wrapper_right-part_tabs-column .tabs-container.main-tabs-container {
      flex: 1; }
      .op_modules-wrapper_right-part_tabs-column .tabs-container.main-tabs-container > .tabs-component {
        padding-right: 20px;
        padding-left: 20px; }

.op_player {
  background-color: #000000;
  min-width: 630px !important; }
  .op_player *,
  .op_player *:before,
  .op_player *:after {
    box-sizing: unset;
    /* we need this to fix bugs with integration with One UI*/ }
  .op_player.with-control-bar-hidden {
    cursor: none; }
  .op_player.full-screen .op_player_wrapper {
    max-width: 100% !important; }
    .op_player.full-screen .op_player_wrapper video {
      max-width: 100% !important; }
  .op_player.with-tabs:-webkit-full-screen {
    max-width: 100% !important; }
  .op_player .op_player_wrapper {
    margin: 0 auto; }
    .op_player .op_player_wrapper > .player-overlay {
      top: 0 !important;
      right: unset;
      bottom: unset;
      width: 100%;
      height: 100%; }
    .op_player .op_player_wrapper_bitmovin-container > video {
      position: unset; }
    .op_player .op_player_wrapper_bitmovin-container_subtitles {
      color: #fff; }
      .op_player .op_player_wrapper_bitmovin-container_subtitles_full-screen {
        color: #fff;
        font-size: 19.5px !important; }

.deluxe-player-container {
  overflow: visible !important; }

.deluxe-player-container .op_player {
  max-width: unset !important; }

.op_watermark-label {
  position: absolute;
  width: 100%;
  color: rgba(255, 255, 255, 0.8); }

.op_watermark-label.top {
  top: 10px; }

.op_watermark-label.bottom {
  bottom: 80px; }

.op_watermark-label.middle {
  top: calc(50% - 50px);
  transform: translateY(-50%); }

.op_watermark-label.diagonal {
  top: calc(50% - 50px);
  -ms-transform: translateY(-50%) rotate(-28deg);
  /* IE 9 */
  -webkit-transform: translateY(-50%) rotate(-28deg);
  /* Safari */
  transform: translateY(-50%) rotate(-28deg); }

.layout-and-shortcuts-tooltip-controls {
  display: flex;
  margin-bottom: 20px; }
  .layout-and-shortcuts-tooltip-controls_left {
    display: flex;
    flex: 1; }
  .layout-and-shortcuts-tooltip-controls_right {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end; }
    .layout-and-shortcuts-tooltip-controls_right_shortcut-icon {
      display: flex;
      align-items: center; }
      .layout-and-shortcuts-tooltip-controls_right_shortcut-icon svg {
        position: relative;
        top: -1px;
        float: right;
        cursor: pointer; }
    .layout-and-shortcuts-tooltip-controls_right_delimiter {
      margin: 0 30px 0 34px;
      width: 1px;
      background-color: #8194b5; }

@media only screen and (max-width: 1440px) {
  .op_modules-wrapper_big-player-layout .op_modules-wrapper_right-part .op_modules-wrapper_timeline-wrapper {
    width: 50%;
    overflow: hidden; }
  .op_modules-wrapper_big-player-layout .op_modules-wrapper_right-part_tabs-column {
    width: 50%; }
    .op_modules-wrapper_big-player-layout .op_modules-wrapper_right-part_tabs-column .tabs-container.main-tabs-container {
      overflow-x: auto; } }

@media only screen and (min-width: 1550px) and (max-width: 1919px) {
  .op_modules-wrapper_small-player-layout .op_modules-wrapper_left-part {
    width: 50%;
    min-width: 622px;
    overflow: hidden; }
  .op_modules-wrapper_small-player-layout .op_modules-wrapper_right-part {
    width: calc(50% - 2px); }
    .op_modules-wrapper_small-player-layout .op_modules-wrapper_right-part_tabs-column {
      width: 100%; }
      .op_modules-wrapper_small-player-layout .op_modules-wrapper_right-part_tabs-column .tabs-container.main-tabs-container {
        overflow-x: auto; } }

@media only screen and (min-width: 1920px) {
  .op_modules-wrapper_small-player-layout .op_modules-wrapper_left-part {
    width: calc( 100% - 744px); }
  .op_modules-wrapper_small-player-layout .op_modules-wrapper_right-part {
    width: 742px; }
    .op_modules-wrapper_small-player-layout .op_modules-wrapper_right-part_tabs-column {
      width: 100%; }
      .op_modules-wrapper_small-player-layout .op_modules-wrapper_right-part_tabs-column .tabs-container.main-tabs-container {
        overflow-x: auto; }
  .op_modules-wrapper_big-player-layout {
    display: flex;
    flex-direction: column; }
    .op_modules-wrapper_big-player-layout .op_modules-wrapper_left-part {
      width: 100%; }
    .op_modules-wrapper_big-player-layout .op_modules-wrapper_right-part {
      width: 100%; }
      .op_modules-wrapper_big-player-layout .op_modules-wrapper_right-part .op_modules-wrapper_timeline-wrapper {
        width: calc( 100% - 744px);
        overflow: hidden; }
      .op_modules-wrapper_big-player-layout .op_modules-wrapper_right-part .tabs-container.main-tabs-container {
        max-width: 742px;
        overflow-x: auto; }
  .op_modules-wrapper_left-part .op_player_wrapper {
    max-width: 1097px !important; } }

.button-ui-container {
  box-shadow: none;
  border-width: 0px;
  border-style: solid;
  border-color: transparent;
  background-color: transparent;
  border-radius: 3px;
  padding: 11px 19px 11px 20px;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  height: 40px; }
  .button-ui-container.small {
    padding: 5px 11px 5px 12px;
    height: 28px; }
  .button-ui-container:disabled {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.3; }
  .button-ui-container.primary {
    background-color: #1F72F2; }
  .button-ui-container.primary:hover:not(:disabled) {
    background-color: #0F68C0; }
  .button-ui-container.primary.pressed {
    background-color: #0E5092 !important; }
  .button-ui-container.secondary {
    border-width: 1px;
    border-color: #1F72F2;
    color: #1F72F2; }
  .button-ui-container.secondary:hover:not(:disabled) {
    background-color: #253349; }
  .button-ui-container.secondary.pressed {
    background-color: #25426F; }
  .button-ui-container.secondary.negative {
    color: #E31F2E;
    border-color: #E31F2E; }
  .button-ui-container.secondary.negative:hover:not(:disabled) {
    background-color: #370105; }
  .button-ui-container.secondary.negative.pressed {
    background-color: #4B0308; }

.fab-button-container {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 56px;
  width: 56px;
  background-color: #E31F2E;
  border: none !important;
  border-radius: 50%;
  box-sizing: border-box;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.12), 0 6px 6px 0 rgba(0, 0, 0, 0.24), 0 0 12px 0 rgba(0, 0, 0, 0.12), 0 12px 12px 0 rgba(0, 0, 0, 0.24);
  cursor: pointer; }
  .fab-button-container:hover:not(:disabled) {
    opacity: 0.8; }
  .fab-button-container:disabled {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.3; }

.options-grid-container {
  display: flex;
  min-height: 40px;
  align-items: center; }
  .options-grid-container_divider {
    width: 1px;
    height: 100%;
    box-sizing: border-box;
    opacity: 0.4;
    background-color: #8194B5;
    margin: 0 25px; }

.custom-button {
  min-width: 40px;
  padding: 2px 12px;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 300;
  color: #fff;
  font-size: 11px;
  display: flex;
  border-radius: 11px;
  outline: none;
  cursor: pointer;
  font-style: normal;
  align-items: center;
  justify-content: center; }

.blueButton {
  background: #1f72f2;
  border: 1px solid #1f72f2; }

.blueButton:hover:not(:disabled),
.blueButton:hover:not(.not-hover) {
  background: #2c60ae;
  border: 1px solid #2c60ae; }

.greenButton {
  background: #0ab3a0;
  border: 1px solid #0ab3a0; }

.greenButton:hover {
  background: #2a9c8f;
  border: 1px solid #2a9c8f; }

.custom-button_label {
  flex: 1; }

.custom-button_icon {
  align-items: center;
  display: flex; }

.custom-button_icon.left-margin {
  margin-left: 5px; }

.custom-button.disabled, .player-time-picker-container_fields > input.custom-button:disabled {
  opacity: 0.7;
  cursor: not-allowed; }

.checkbox-container_checkbox {
  display: flex;
  flex-direction: row;
  width: 100%;
  height: 25px;
  align-items: center;
  justify-content: flex-start;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 300;
  color: #e7e7e7;
  font-size: 13px;
  cursor: pointer; }

.checkbox-container_checkbox > input[type='checkbox'] + .checkbox-container_checkbox_custom {
  width: 10px;
  height: 10px;
  border: 1px solid #1f72f2;
  background: transparent;
  margin-right: 5px;
  display: flex;
  justify-content: center;
  align-items: center; }

.checkbox-container_checkbox > input[type='checkbox']:checked + .checkbox-container_checkbox_custom {
  border: 1px solid #1f72f2; }

.checkbox-container_checkbox > input[type='checkbox'] + .checkbox-container_checkbox_custom .checkbox-container_checkbox_custom_check_mark {
  color: #1f72f2;
  display: flex;
  width: 6px;
  height: 6px;
  top: -8px;
  position: relative;
  font-weight: bold;
  font-size: 13px;
  left: -2px; }

.checkbox-container.disabled, .player-time-picker-container_fields > input.checkbox-container:disabled {
  opacity: 0.3; }

.radio-container_radio {
  display: flex;
  flex-direction: row;
  width: 100%;
  height: 25px;
  align-items: center;
  justify-content: flex-start;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 300;
  color: #e7e7e7;
  font-size: 13px;
  cursor: pointer; }

.radio-container_radio.disabled, .player-time-picker-container_fields > input.radio-container_radio:disabled {
  cursor: not-allowed;
  opacity: 0.3; }

.radio-container_radio.reverse {
  flex-direction: row-reverse; }

.radio-container_radio.reverse > input[type='checkbox'] + .radio-container_radio_custom {
  margin-right: 0px;
  margin-left: 5px; }

.radio-container_radio > input[type='checkbox'] + .radio-container_radio_custom {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 1px solid #4a4d55;
  background-color: #1f2229;
  margin-right: 5px;
  display: flex;
  justify-content: center;
  align-items: center; }

.radio-container_radio > input[type='checkbox']:checked + .radio-container_radio_custom {
  border: 1px solid #1f72f2; }

.radio-container_radio > input[type='checkbox'] + .radio-container_radio_custom .radio-container_radio_custom_inner_circle {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #1f72f2;
  display: flex; }

.custom-select-dropdown-container {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 170px; }

.custom-select-dropdown-container_content {
  position: absolute;
  top: 38px;
  width: 100%;
  z-index: 10;
  border: 1.5px solid #1f72f2;
  border-radius: 2px;
  background: #1f2229;
  right: 0px;
  max-height: 220px;
  overflow-y: scroll;
  overflow-x: hidden; }

.custom-select-dropdown-container_content_item {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13px;
  color: #FFF;
  text-indent: 5px;
  padding: 4px 0;
  cursor: pointer;
  width: 100%;
  overflow-x: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.custom-select-dropdown-container_content_item.active {
  background: #1f72f2; }

.button-component-container {
  display: flex;
  min-width: 135px;
  height: 32px;
  flex-direction: row;
  align-items: center;
  border: 1.5px solid #1f72f2;
  border-radius: 2px;
  cursor: pointer; }

.button-component-container_label {
  height: 100%;
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 14px;
  font-family: Helvetica, Arial, sans-serif;
  flex: 1;
  padding-left: 5px;
  width: calc(100% - 20px); }

.button-component-container_icon {
  display: flex;
  height: 100%;
  width: 20px;
  align-items: center;
  justify-content: center; }

.button-component-container_label_span {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.dropdown-content-container {
  background: #1f2229;
  border-radius: 2px;
  border: 1px solid #828282;
  display: flex;
  flex-direction: column;
  padding: 5px;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 300;
  color: #e7e7e7;
  font-size: 13px; }

.player-notifications-container .notification-container .notification .notification-message {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13px; }

.player-notifications-container .notification-container .notification {
  padding: 15px !important; }

.player-notifications-container .notification-container .notification .notification-message .title,
.player-notifications-container .notification-container .notification .notification-message .message {
  text-align: left; }

.subtitle-radio .radio-container_radio_title {
  font-size: 12px !important; }

.subtitle-radio.not-available > input[type='checkbox'] + .radio-container_radio_custom,
.subtitle-radio.not-available > input[type='checkbox']:checked + .radio-container_radio_custom {
  border: 1px solid red !important; }

.subtitle-radio.not-available > input[type='checkbox']:checked + .radio-container_radio_custom .radio-container_radio_custom_inner_circle {
  background: red !important; }

.subtitle-radio.not-transformed > input[type='checkbox'] + .radio-container_radio_custom,
.subtitle-radio.not-transformed > input[type='checkbox']:checked + .radio-container_radio_custom {
  border: 1px solid orange !important; }

.subtitle-radio.not-transformed > input[type='checkbox']:checked + .radio-container_radio_custom .radio-container_radio_custom_inner_circle {
  background: orange !important; }

.configuration-radio-container {
  position: relative; }
  .configuration-radio-container_arrow {
    position: absolute;
    right: 0px;
    top: 6px;
    width: 15px;
    height: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer; }
    .configuration-radio-container_arrow .fa-chevron-down {
      position: absolute;
      right: -18px;
      top: 8px;
      font-size: 10px; }
  .configuration-radio-container .radio-container_radio {
    position: unset !important; }
    .configuration-radio-container .radio-container_radio.not-staged > input[type='checkbox'] + .radio-container_radio_custom,
    .configuration-radio-container .radio-container_radio.not-staged > input[type='checkbox']:checked + .radio-container_radio_custom {
      border: 1px solid red !important; }
    .configuration-radio-container .radio-container_radio.not-staged > input[type='checkbox'] + .radio-container_radio_custom .radio-container_radio_custom_inner_circle {
      background: red !important; }
    .configuration-radio-container .radio-container_radio_title {
      font-size: 12px !important; }
    .configuration-radio-container .radio-container_radio_title {
      font-size: 12px;
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden;
      width: calc(100% - 25px); }
  .configuration-radio-container_audio-channels {
    padding-left: 18px;
    display: flex;
    flex-direction: column;
    width: 100%; }
    .configuration-radio-container_audio-channels .checkbox-container {
      width: 155px;
      margin-bottom: 5px; }
      .configuration-radio-container_audio-channels .checkbox-container_checkbox.not-staged > input[type='checkbox'] + .checkbox-container_checkbox_custom,
      .configuration-radio-container_audio-channels .checkbox-container_checkbox.not-staged > input[type='checkbox']:checked + .checkbox-container_checkbox_custom {
        border: 1px solid red !important; }
      .configuration-radio-container_audio-channels .checkbox-container_checkbox.not-staged > input[type='checkbox'] + .checkbox-container_checkbox_custom .checkbox-container_checkbox_custom_check_mark {
        color: red !important; }
      .configuration-radio-container_audio-channels .checkbox-container_checkbox .radio-container_radio_title {
        font-size: 12px !important; }

.player-time-picker-container {
  display: flex;
  flex-direction: row; }
  .player-time-picker-container_fields {
    display: flex;
    justify-content: center;
    align-items: center; }
    .player-time-picker-container_fields > input {
      width: 25px;
      text-align: center;
      border: none;
      background: transparent;
      padding: 1px 0 !important;
      margin: 0 !important;
      color: #f2f3f4; }
      .player-time-picker-container_fields > input.milliseconds-input {
        width: 35px !important; }
    .player-time-picker-container_fields_delimiter {
      padding: 0 2.5px;
      margin-bottom: 0 !important; }
  .player-time-picker-container_arrows {
    width: 15px;
    display: flex;
    align-items: center;
    justify-content: center; }
    .player-time-picker-container_arrows > .arrow-buttons {
      left: 5px; }

.op-control-bar {
  position: absolute;
  bottom: 0px;
  width: 100%;
  min-width: 480px;
  font-size: 14px;
  color: #8e9ea4;
  height: 84px;
  display: flex;
  flex-direction: column;
  transition: opacity 0.5s; }

.op-control-bar.op_controls-bar_hidden {
  opacity: 0; }

.ttc-control-bar-dropdown {
  transition: opacity 0.5s; }

.ttc-control-bar-dropdown.op_controls-bar_hidden {
  opacity: 1; }

.op-control-bar .op_control-bar_bg {
  position: absolute;
  z-index: 0;
  top: -134px;
  bottom: 0;
  width: 100%;
  background-image: linear-gradient(to bottom, rgba(31, 34, 41, 0), #1f2229); }

.op-control-bar-left-time {
  position: relative;
  bottom: 10px;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 300;
  padding-left: 0;
  list-style: none;
  line-height: 14px;
  font-size: 14px;
  margin: 0px 25px;
  width: 100px;
  height: 40px;
  overflow: hidden;
  z-index: 15; }

.op-control-bar-button-bar *,
.op-control-bar-button-bar *:before,
.op-control-bar-button-bar *:after {
  box-sizing: unset;
  /* we need this to fix bugs with integration with One UI*/ }

.op-control-bar-button-bar {
  position: relative;
  z-index: 1;
  text-align: center;
  height: 30px;
  padding: 17px 15px 18px 15px;
  display: flex;
  justify-content: space-between; }

.op-control-bar-button-bar div {
  cursor: pointer;
  display: flex;
  align-items: center; }

.op-control-bar-button-bar .op-control-bar-left-button-bar svg,
.op-control-bar-button-bar .op-control-bar-right-button-bar svg {
  padding: 0 12px;
  width: 18px; }

input[type='number']::-webkit-outer-spin-button,
input[type='number']::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }

input[type='number'] {
  -moz-appearance: textfield; }

.op-speed-rate-dropdown ul {
  list-style: none;
  padding: 3px 15px;
  margin: 0px; }

.op-control-bar-volume-range {
  display: flex; }

.op_player.op_player_full-screen .dropdown-content.op-control-bar-volumeDropdown {
  -ms-transform: translate(-5px, 7px);
  -webkit-transform: translate(-5px, 7px);
  transform: translate(-5px, 7px); }

.op-control-bar-volumeDropdown .dropdown-content-wrapper {
  display: flex;
  flex-direction: row-reverse;
  width: 95px;
  transform: rotate(-90deg);
  position: relative;
  top: 80px;
  left: -28px; }

.op_player.op_player_full-screen .dropdown-content.op-control-bar-volumeDropdown .dropdown-content-wrapper {
  left: -26px; }

.op-control-bar-volumeDropdown .dropdown-content-container {
  border: 0;
  padding: 13px 8px;
  width: 100%; }

.op-control-bar-volumeDropdown .dropdown-content-container + svg {
  -ms-transform: rotate(90deg) translate(10px, -1px);
  /* IE 9 */
  -webkit-transform: rotate(90deg) translate(10px, -1px);
  /* Safari */
  transform: rotate(90deg) translate(10px, -1px);
  width: 11px; }

.op-control-bar-volumeDropdown .ttc-slide-bar.op-control-bar-volume-range {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
  background-color: #434c5c; }

.op-control-bar-volumeDropdown .ttc-slide-bar.op-control-bar-volume-range .ttc-slide-bar-thumb {
  display: none; }

.op-control-bar-volumeDropdown .ttc-slide-bar.op-control-bar-volume-range::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: none;
  height: 0;
  width: 0; }

.op-control-bar-volumeDropdown .ttc-slide-bar.op-control-bar-volume-range::-moz-range-thumb,
.op-control-bar-volumeDropdown .ttc-slide-bar.op-control-bar-volume-range.ttc-slide-bar::-ms-thumb {
  border: none;
  height: 0;
  width: 0; }

.op-control-bar-volumeDropdown input {
  border-radius: 0;
  box-shadow: none; }

.op-control-bar-volumeDropdown input[type='range'].ttc-slide-bar::-moz-range-thumb {
  /* Remove thumb from the range element in Mozilla FF */
  width: 0px !important; }

.op-control-bar-volumeDropdown-button {
  width: 40px;
  display: flex;
  justify-content: center;
  align-items: center; }

.op_seek-bar {
  position: relative;
  z-index: 2;
  padding: 0 25px;
  box-sizing: border-box; }

.op_seek-bar.disabled, .player-time-picker-container_fields > input.op_seek-bar:disabled {
  pointer-events: none; }

.op_seek-bar div.ttc-slide-bar.ttc-control-bar-seek-range {
  width: calc(100% - 50px);
  background-color: rgba(255, 255, 255, 0.3); }

.op_seek-bar .ttc-slide-bar.ttc-control-bar-seek-range {
  height: 4px;
  box-shadow: none;
  background: none;
  border-radius: 0;
  cursor: pointer; }

.op_seek-bar input[type='range'].ttc-slide-bar {
  padding: 8px 0;
  top: -6px;
  border: 0; }

.op_seek-bar input[type='range'].ttc-slide-bar::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: none;
  height: 0;
  width: 0; }

.op_seek-bar input[type='range'].ttc-slide-bar::-moz-range-thumb,
.op_seek-bar input[type='range'].ttc-slide-bar::-ms-thumb {
  border: none;
  height: 0;
  width: 0; }

.op_seek-bar .ttc-slide-bar.ttc-control-bar-seek-range .ttc-slide-bar-thumb {
  width: 12px;
  height: 12px;
  top: -4px;
  border-radius: 50%;
  -ms-transform: translateX(-6px);
  /* IE 9 */
  -webkit-transform: translateX(-6px);
  /* Safari */
  transform: translateX(-6px); }

.dropdown-content.go-to-location-dropdown .dropdown-content-wrapper {
  position: relative; }

.dropdown-content.go-to-location-dropdown .dropdown-content-container {
  border: none;
  padding: 12px 21px 12px 21px; }

.dropdown-content.go-to-location-dropdown .dropdown-content-container + svg {
  position: absolute;
  bottom: -26px;
  left: 50%;
  width: 38px;
  height: 32px;
  -ms-transform: translateX(-50%);
  /* IE 9 */
  -webkit-transform: translateX(-50%);
  /* Safari */
  transform: translateX(-50%); }

.go-to-location-dropdown .op-control-bar-goTo {
  display: flex;
  flex-direction: column;
  border-radius: 2px;
  align-items: center;
  padding: 0;
  justify-content: center; }

.go-to-location-dropdown .op-control-bar-goTo span {
  font-size: 16px;
  margin-bottom: 10px;
  color: #fff; }

.go-to-location-dropdown .op-control-bar-goTo-input {
  text-align: center;
  background-color: transparent;
  color: white;
  height: 18px;
  width: 43px;
  border: 1px solid grey;
  border-radius: 2px; }

.go-to-location-dropdown .op-control-bar-goTo .time-picker .input-number {
  margin: 0; }

.go-to-location-dropdown .op-control-bar-goTo .time-picker .arrow-buttons {
  top: 1px;
  left: 10px; }

.dropdown-content.loop-control-bar-dropdown .dropdown-content-wrapper {
  position: relative; }

.dropdown-content.loop-control-bar-dropdown .dropdown-content-container + svg {
  position: absolute;
  bottom: -27px;
  left: 50%;
  width: 38px;
  height: 32px;
  -ms-transform: translateX(-50%);
  /* IE 9 */
  -webkit-transform: translateX(-50%);
  /* Safari */
  transform: translateX(-50%); }

.dropdown-content.loop-control-bar-dropdown .dropdown-content-container {
  border: none;
  padding: 10px 18px 18px 18px; }

.loop-control-bar-dropdown.ttc-control-bar-dropdown li {
  padding: 0; }

.loop-control-bar-dropdown .op-loop-control-bar .time-picker,
.go-to-location-dropdown .op-control-bar-goTo .time-picker {
  letter-spacing: unset !important; }
  .loop-control-bar-dropdown .op-loop-control-bar .time-picker input,
  .go-to-location-dropdown .op-control-bar-goTo .time-picker input {
    width: 25px !important;
    height: auto !important;
    text-align: center !important;
    letter-spacing: unset !important; }
  .loop-control-bar-dropdown .op-loop-control-bar .time-picker .arrow-buttons,
  .go-to-location-dropdown .op-control-bar-goTo .time-picker .arrow-buttons {
    top: -2px; }
  .loop-control-bar-dropdown .op-loop-control-bar .time-picker.time-picker-container,
  .go-to-location-dropdown .op-control-bar-goTo .time-picker.time-picker-container {
    box-shadow: none !important; }

.loop-control-bar-dropdown .op-loop-control-bar .title {
  font-size: 16px;
  padding-bottom: 5px; }

.loop-control-bar-dropdown .op-loop-control-bar .time-picker_title {
  padding: 4px 0; }

.dropdown-content.speed-rate-dropdown .dropdown-content-wrapper {
  padding-bottom: 30px;
  position: relative; }

.dropdown-content.speed-rate-dropdown .dropdown-content-container {
  border: none;
  padding: 10px 21px 14px 21px; }

.dropdown-content.speed-rate-dropdown .dropdown-content-container + svg {
  position: absolute;
  bottom: 3px;
  left: 50%;
  width: 38px;
  height: 32px;
  -ms-transform: translateX(-50%);
  /* IE 9 */
  -webkit-transform: translateX(-50%);
  /* Safari */
  transform: translateX(-50%); }

.dropdown-content.speed-rate-dropdown .op-speed-rate-dropdown .op_speed-rate-dropdown_title {
  font-size: 16px;
  padding-bottom: 5px; }

.dropdown-content.speed-rate-dropdown .op-speed-rate-dropdown .op_speed-rate-dropdown_speed-rate-options {
  display: flex;
  flex-direction: row; }

.dropdown-content.speed-rate-dropdown .radio-container_radio_title {
  color: #999fa9; }

.dropdown-content.speed-rate-dropdown .op-speed-rate-dropdown .op_speed-rate-dropdown_speed-rate-options li {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13px;
  padding: 2px 2px; }

.dropdown-content.speed-rate-dropdown .speed-rate-dropdown_delimiter {
  background-color: #a1aab7;
  width: 1px;
  margin: 3px 18px; }

.dropdown-content.speed-rate-dropdown .op_speed-rate-dropdown_speed-rate-options_column {
  padding-top: 3px; }

.dropdown-content.speed-rate-dropdown .op_speed-rate-dropdown_speed-rate-options_column-title {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: 300;
  color: #999fa9;
  padding-bottom: 5px; }

.op-control-bar .subtitles-icon {
  position: relative;
  top: 2px; }

@media only screen and (max-width: 1720px) {
  .op-control-bar-button-bar .op-control-bar-left-button-bar svg,
  .op-control-bar-button-bar .op-control-bar-right-button-bar svg {
    padding: 0 10px;
    width: 14px; } }

.media-display-popup-container {
  cursor: pointer; }
  .media-display-popup-container_clock-dropdown {
    transform: translate(0, -15px); }
    .media-display-popup-container_clock-dropdown .dropdown-content-wrapper .dropdown-content-container {
      border: none;
      padding: 5px 10px !important; }
  .media-display-popup-container_button-component {
    color: #fff; }

.dropdown-content.audio-subtitles-dropdown .dropdown-content-wrapper {
  padding-bottom: 39px;
  position: relative; }

.dropdown-content.audio-subtitles-dropdown .dropdown-content-container {
  border: none;
  padding: 14px 21px; }

.dropdown-content.audio-subtitles-dropdown .dropdown-content-container + svg {
  position: absolute;
  bottom: 8px;
  right: 13px;
  width: 52px;
  height: 32px; }

.dropdown-content.audio-subtitles-dropdown .audio-subtitles-dropdown_content {
  display: flex;
  flex-direction: row;
  max-height: 410px; }

.dropdown-content.audio-subtitles-dropdown .audio-subtitles-dropdown_delimiter {
  background-color: #a1aab7;
  width: 1px;
  margin: 3px 20px 3px 2px; }

.assets-list {
  width: 240px; }

.audio-subtitles-icon {
  width: 40px;
  display: flex;
  justify-content: center;
  align-items: center; }

.audio-assets-container {
  overflow-y: scroll;
  overflow-x: hidden; }
  .audio-assets-container .assets-list_title {
    color: #e7e7e7; }
  .audio-assets-container .assets-list_content {
    padding-top: 10px; }
    .audio-assets-container .assets-list_content_checkboxes {
      padding-top: 5px;
      min-height: 80px; }
      .audio-assets-container .assets-list_content_checkboxes.empty {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        padding-left: 0px; }
    .audio-assets-container .assets-list_content_title {
      color: #a1aab7; }

.subs-assets-container {
  overflow-y: scroll;
  overflow-x: hidden; }
  .subs-assets-container .assets-list_title {
    color: #e7e7e7; }
  .subs-assets-container .assets-list_content {
    padding-top: 10px; }
  .subs-assets-container .assets-list_content_title {
    color: #a1aab7; }
  .subs-assets-container .assets-list_content_checkboxes {
    padding-top: 5px;
    min-height: 80px; }
    .subs-assets-container .assets-list_content_checkboxes.empty {
      display: flex;
      justify-content: flex-start;
      align-items: center;
      padding-left: 0px; }

.dropdown-content.general-settings-dropdown .dropdown-content-wrapper {
  padding-bottom: 39px;
  position: relative; }

.dropdown-content.general-settings-dropdown .dropdown-content-container {
  border: none;
  padding: 21px 21px 20px 25px; }

.dropdown-content.general-settings-dropdown .dropdown-content-container + svg {
  position: absolute;
  bottom: 8px;
  right: 13px;
  width: 52px;
  height: 32px; }

.dropdown-content.general-settings-dropdown .op_general-settings-content {
  display: flex;
  flex-direction: row; }

.dropdown-content.general-settings-dropdown .op_watermark-settings-container {
  width: 105px;
  padding-left: 7px; }

.dropdown-content.general-settings-dropdown .op_timeline-and-media-time-format-settings-container {
  width: 180px;
  padding-left: 7px; }

.general-settings-dropdown_delimiter {
  background-color: #a1aab7;
  width: 1px;
  margin: 3px 17px; }

.dropdown-content.general-settings-dropdown .radio-container_radio_title {
  color: #999fa9; }

.general-settings-dropdown-icon {
  width: 40px;
  display: flex;
  justify-content: center;
  align-items: center; }

.op_control-bar-shortcuts {
  font-family: Helvetica, Arial, sans-serif;
  padding-left: 3px; }

.op_control-bar-shortcuts_title {
  font-size: 16px;
  font-weight: 300;
  text-align: left !important;
  margin: 0 !important;
  padding-bottom: 7px; }

.op_control-bar-shortcuts ul li button {
  border: 0.5px solid white;
  border-radius: 4px;
  margin-right: 5px;
  padding: 0px 6px;
  text-transform: lowercase; }

.customize-btn {
  border: 0.5px solid blue !important; }

.selected-customize-btn {
  border: 0.5px solid red !important; }

.op_control-bar-shortcuts ul > li > span {
  margin-left: 10px;
  white-space: nowrap; }

.op_control-bar-shortcuts .op_control-bar-shortcuts_content {
  display: flex;
  flex-direction: row; }

.op_control-bar-shortcuts .op_control-bar-shortcuts_content .keyboard-shortcuts-column:first-child {
  width: 200px;
  padding-right: 5px; }

.op_control-bar-shortcuts .op_control-bar-shortcuts_content .keyboard-shortcuts-column:nth-child(2) {
  width: 240px; }

.op_control-bar-shortcuts .op_control-bar-shortcuts_content li.keyboard-shortcuts-buttons-and-description {
  display: flex;
  flex-direction: row;
  padding: 6px 0;
  cursor: default; }

.op_control-bar-shortcuts li.keyboard-shortcuts-buttons-and-description .keyboard-shortcuts-buttons {
  width: 106px;
  min-width: 106px;
  text-align: right; }

.op_control-bar-shortcuts li.keyboard-shortcuts-buttons-and-description .keyboard-shortcuts-description {
  text-align: left; }

.op_control-bar-shortcuts .keyboard-shortcuts-column .change-keyboard-shortcut-options {
  margin-top: 10px; }

.op_control-bar-shortcuts .keyboard-shortcuts-column .change-keyboard-shortcut-options > .radio-container {
  padding-left: 30px; }

.op_control-bar-shortcuts .keyboard-shortcuts-column .change-keyboard-shortcut-options .change-keyboard-shortcut-options_customize {
  cursor: pointer;
  display: flex;
  margin-top: 5px;
  text-align: left;
  font-size: 13px;
  padding-left: 30px;
  color: #1f72f2;
  position: relative; }

.op_control-bar-shortcuts .keyboard-shortcuts-column .change-keyboard-shortcut-options .change-keyboard-shortcut-options_customize:hover {
  text-decoration: underline; }

.shortcut-info {
  background-color: #1b1e24;
  border: 1px solid #ffb209;
  border-radius: 4px;
  bottom: 0;
  color: #ffffff;
  min-height: 34px;
  left: 125px;
  padding: 8px;
  position: absolute;
  width: 310px; }

.info-btn {
  padding: 0 10px; }

.op_media-time-format-settings {
  font-family: Helvetica, Arial, sans-serif; }

.op_media-time-format-settings_title {
  font-size: 16px;
  font-weight: 300;
  text-align: left !important;
  padding-bottom: 7px; }

.op_media-time-format-settings .radio-container_radio {
  align-items: flex-start;
  height: auto;
  padding: 4px 0; }

.op_media-time-format-settings .radio-container_radio .radio-container_radio_custom {
  position: relative;
  top: 2px; }

.op_media-time-format-settings .radio-container_radio .radio-container_radio_title {
  line-height: 17px;
  padding-left: 5px; }

.op_timeline-settings {
  font-family: Helvetica, Arial, sans-serif;
  padding-bottom: 25px; }

.op_timeline-settings_title {
  font-size: 16px;
  font-weight: 300;
  text-align: left !important;
  padding-bottom: 7px; }

.op_timeline-settings .checkbox-container_checkbox {
  align-items: flex-start;
  height: auto;
  padding: 4px 0; }

.op_timeline-settings .checkbox-container_checkbox .checkbox-container_checkbox_custom {
  position: relative;
  top: 2px; }

.op_timeline-settings .checkbox-container_checkbox .radio-container_radio_title {
  line-height: 17px;
  padding-left: 5px; }

.op_watermark-settings {
  font-family: Helvetica, Arial, sans-serif;
  padding-bottom: 40px; }

.op_watermark-settings_title {
  font-size: 16px;
  font-weight: 300;
  text-align: left !important;
  padding-bottom: 7px; }

.diagnostic-box-container {
  display: flex;
  position: absolute;
  top: 10px;
  left: 10px;
  min-width: 150px;
  min-height: 130px;
  border-radius: 12px;
  background: rgba(57, 59, 63, 0.9);
  flex-direction: column;
  padding: 0 6px; }

.diagnostic-box-container > .diagnostic-box-container_header {
  display: flex;
  flex-direction: row;
  height: 20px;
  align-items: center;
  color: #8e8f8f;
  width: 100%; }

.diagnostic-box-container > .diagnostic-box-container_header > .diagnostic-box-container_header_title {
  display: flex;
  font-size: 14px;
  font-family: Helvetica, Arial, sans-serif;
  flex: 1;
  font-weight: 300;
  padding-left: 5px; }

.diagnostic-box-container > .diagnostic-box-container_header > .diagnostic-box-container_header_icon {
  display: flex;
  align-items: center;
  cursor: pointer; }

.diagnostic-box-container > .diagnostic-box-container_content {
  padding: 10px 11px 5px;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 300; }

.diagnostic-box-container > .diagnostic-box-container_content > .diagnostic-box-container_content_record {
  color: #8e8f8f;
  font-size: 11px;
  display: flex;
  width: 100%;
  padding-bottom: 7px; }

.force-staging-overlay_buttons {
  display: flex;
  justify-content: center;
  align-items: center; }

.force-staging-overlay_buttons {
  padding-top: 12px; }

.force-staging-overlay_buttons > .custom-button:first-of-type {
  margin-right: 10px; }

.force-staging-overlay_buttons > .custom-button {
  border-radius: 2px !important;
  font-size: 14px !important;
  padding: 6px 23px !important; }

.force-staging-overlay_buttons_cancel,
.force-staging-overlay_buttons_cancel:hover {
  background: transparent !important;
  color: #2c60ae; }

.force-staging-overlay .playback-setup-overlay_description {
  z-index: 5; }

.restoring-overlay_description {
  display: flex;
  width: 100%;
  flex-direction: column;
  z-index: 5; }
  .restoring-overlay_description_text:not(:first-of-type) {
    margin-bottom: 10px; }
  .restoring-overlay_description_buttons-container {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center; }
    .restoring-overlay_description_buttons-container .button-ui-container {
      box-sizing: border-box !important; }
      .restoring-overlay_description_buttons-container .button-ui-container:not(:first-of-type) {
        margin-left: 10px; }

.playback-setup-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  background: black; }

.playback-setup-overlay_main-title {
  font-size: 18px;
  top: -3px;
  position: relative;
  padding-bottom: 20px;
  color: #fff; }

.playback-setup-overlay_description {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff; }

.conformance-overlay-container {
  background-color: #222A36 !important;
  padding: 30px 50px 40px;
  top: 70px; }
  .conformance-overlay-container .overlay-header {
    background: transparent !important;
    height: 35px !important;
    border-bottom: 2px solid #434C5C !important;
    padding: 0 !important; }
    .conformance-overlay-container .overlay-header .overlay-button-close > svg {
      width: 20px !important;
      height: 20px !important; }
  .conformance-overlay-container .overlay-body {
    background: transparent !important;
    padding: 30px 0 0 !important;
    display: flex;
    flex-direction: column; }
    .conformance-overlay-container .overlay-body .dropdown-ui-container_label {
      padding-bottom: 2px !important;
      color: #8D919A; }
    .conformance-overlay-container .overlay-body .bottom-padding {
      padding-bottom: 20px !important; }
    .conformance-overlay-container .overlay-body_type-dropdown {
      width: 100%;
      display: flex; }
    .conformance-overlay-container .overlay-body_actions {
      width: 100%;
      display: flex;
      justify-content: flex-end; }
      .conformance-overlay-container .overlay-body_actions > .button-ui-container:not(:first-of-type) {
        margin-left: 10px; }

.feature-search-container {
  display: flex;
  width: 100%;
  flex-direction: column; }

.series-search-container {
  width: 100%;
  display: flex;
  flex-direction: column; }

.video-not-found-overlay,
.loader-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column; }

.loader-overlay .loader-text,
.video-not-found-overlay .video-not-found-text {
  color: #fff; }

.loader-overlay .loader {
  width: 102px;
  height: 102px; }

.loader-overlay .loader div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 90px;
  height: 90px;
  margin: 6px;
  border: 9px solid;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite; }

.loader-overlay .loader div:nth-child(1) {
  animation-delay: -0.45s; }

.loader-overlay .loader div:nth-child(2) {
  animation-delay: -0.3s; }

.loader-overlay .loader div:nth-child(3) {
  animation-delay: -0.15s; }

@keyframes lds-ring {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

@-webkit-keyframes load4 {
  0%,
  100% {
    box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0; }
  12.5% {
    box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em; }
  25% {
    box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em; }
  37.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em; }
  50% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em; }
  62.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em; }
  75% {
    box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0; }
  87.5% {
    box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em; } }

@keyframes load4 {
  0%,
  100% {
    box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0; }
  12.5% {
    box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em; }
  25% {
    box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em; }
  37.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em; }
  50% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em; }
  62.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em; }
  75% {
    box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0; }
  87.5% {
    box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em; } }

.scroll-control {
  position: absolute;
  height: 100%;
  width: 35px;
  z-index: 10;
  opacity: 0.5;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center; }

.scroll-control.left {
  background-image: -webkit-linear-gradient(to left, rgba(255, 255, 255, 0), #1f72f2 97%);
  background-image: linear-gradient(to left, rgba(255, 255, 255, 0), #1f72f2 97%);
  left: 0px; }

.scroll-control.right {
  background-image: -webkit-linear-gradient(to right, rgba(255, 255, 255, 0), #1f72f2 97%);
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), #1f72f2 97%);
  right: 0px; }

.scroll-control:hover {
  opacity: 0.85;
  width: 50px; }

.thumbnail-tooltip {
  display: flex;
  position: absolute;
  width: 100%;
  bottom: 50px;
  flex-direction: column;
  transition: opacity 0.5s;
  z-index: 1; }

.thumbnail-tooltip.op_thumbnail-tooltip_hidden {
  opacity: 0; }

.thumbnail-tooltip_tail {
  position: relative;
  border-color: rgba(255, 255, 255, 0.67) transparent;
  border-style: solid;
  width: 0;
  display: block; }

.thumbnail-tooltip-container {
  position: relative;
  display: flex; }

.thumbnail-tooltip-container_wrapper {
  display: flex;
  flex-direction: column;
  background: rgba(255, 255, 255, 0.67);
  position: relative;
  border-radius: 3px;
  box-sizing: border-box; }

.thumbnail-tooltip-container_wrapper_image {
  flex: 1;
  padding: 3px;
  display: flex;
  justify-content: center;
  align-items: center; }

.thumbnail-tooltip-container_wrapper_image--empty {
  padding: 0; }

.thumbnail-tooltip-container_wrapper_image_thumbnail {
  display: flex;
  align-items: center;
  justify-content: center; }

.thumbnail-tooltip-container_wrapper_time {
  text-align: center;
  font-size: 13px;
  font-family: Arial, Helvetica, sans-serif;
  color: #4b4b45;
  padding: 4px 0; }

.buttons-group-container {
  display: flex; }
  .buttons-group-container_option {
    box-sizing: border-box;
    min-width: 50px;
    height: 40px;
    background-color: transparent;
    border-width: 1px;
    border-top-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-color: #8D919A;
    padding: 10px 15px;
    cursor: pointer; }
    .buttons-group-container_option.selected {
      border-color: #1F72F2;
      background-color: #0E1115; }
      .buttons-group-container_option.selected + div {
        border-left-color: #1F72F2 !important; }
      .buttons-group-container_option.selected.error {
        border-color: rgba(255, 178, 9, 0.7);
        background-color: #0E1115; }
        .buttons-group-container_option.selected.error + div {
          border-left-color: rgba(255, 178, 9, 0.7) !important; }
    .buttons-group-container_option:first-of-type {
      border-top-left-radius: 3px;
      border-bottom-left-radius: 3px;
      border-left-style: solid; }
    .buttons-group-container_option:last-of-type {
      border-top-right-radius: 3px;
      border-bottom-right-radius: 3px;
      border-right-style: solid; }

.dropdown-ui-container {
  display: flex;
  flex-direction: column;
  width: 100%; }
  .dropdown-ui-container_label-container {
    display: flex;
    height: 30px; }
    .dropdown-ui-container_label-container_label {
      color: #fff;
      flex: 1;
      display: flex;
      align-items: center;
      height: 100%;
      box-sizing: border-box; }
    .dropdown-ui-container_label-container_error-log {
      display: flex;
      align-items: center;
      justify-content: flex-end;
      height: 100%;
      box-sizing: border-box; }
  .dropdown-ui-container_dropdown {
    display: flex;
    position: relative;
    box-sizing: border-box;
    height: 40px;
    border-radius: 3px;
    border-color: rgba(129, 148, 181, 0.4);
    border-style: solid;
    cursor: pointer; }
    .dropdown-ui-container_dropdown > .dropdown {
      display: flex;
      align-items: center;
      width: 100%; }
      .dropdown-ui-container_dropdown > .dropdown > .dropdown-area {
        width: 100%;
        height: 100%; }
    .dropdown-ui-container_dropdown.disable-match-width > .dropdown {
      flex: unset; }
      .dropdown-ui-container_dropdown.disable-match-width > .dropdown > .dropdown-area {
        width: unset; }
    .dropdown-ui-container_dropdown.borderless {
      border-color: transparent !important; }
    .dropdown-ui-container_dropdown.fixed-button-width > .dropdown {
      flex: unset; }
    .dropdown-ui-container_dropdown_content {
      border-width: 1px;
      border-style: solid;
      border-color: #1F72F2;
      border-radius: 3px;
      min-height: 40px;
      background-color: #1B1E24;
      color: #fff; }
      .dropdown-ui-container_dropdown_content_list_item {
        padding: 9px 15px 10px 15px;
        box-sizing: border-box;
        height: 40px;
        cursor: pointer;
        color: #fff; }
        .dropdown-ui-container_dropdown_content_list_item.selected {
          background-color: #434C5C; }
        .dropdown-ui-container_dropdown_content_list_item:hover:not(.selected) {
          background-color: rgba(67, 76, 92, 0.3); }
      .dropdown-ui-container_dropdown_content_list.scroll {
        overflow-y: scroll;
        overflow-x: hidden; }
      .dropdown-ui-container_dropdown_content_list.empty {
        display: flex;
        justify-content: center;
        align-items: center; }
      .dropdown-ui-container_dropdown_content_search-field {
        width: 100%;
        padding: 5px;
        box-sizing: border-box; }
        .dropdown-ui-container_dropdown_content_search-field_wrapper {
          position: relative;
          height: 40px;
          width: 100%;
          border-width: 1px;
          border-style: solid;
          border-color: #434C5C;
          border-radius: 4px;
          box-sizing: border-box;
          padding: 9px 10px 10px 42px; }
          .dropdown-ui-container_dropdown_content_search-field_wrapper input {
            width: 100%;
            border: none !important;
            margin: 0 !important;
            background-color: transparent;
            padding: 0;
            color: #fff; }
            .dropdown-ui-container_dropdown_content_search-field_wrapper input::placeholder {
              color: #fff;
              color: #8194B5 !important; }
          .dropdown-ui-container_dropdown_content_search-field_wrapper > svg {
            position: absolute;
            top: 11px;
            left: 13px; }
    .dropdown-ui-container_dropdown_button {
      width: 100%;
      position: relative;
      box-sizing: border-box;
      height: 100%;
      display: flex;
      align-items: center; }
      .dropdown-ui-container_dropdown_button_content {
        color: #fff;
        width: 100%;
        z-index: 5;
        height: 100%;
        display: flex;
        align-items: center; }
        .dropdown-ui-container_dropdown_button_content_text {
          width: 100%;
          height: 100%;
          box-sizing: border-box;
          padding-top: 8.5px; }
        .dropdown-ui-container_dropdown_button_content.disable-match-width {
          padding-right: 30px; }
      .dropdown-ui-container_dropdown_button_icon {
        display: flex;
        height: 100%;
        align-items: center;
        justify-content: center;
        width: 30px;
        right: 0px;
        position: absolute; }
        .dropdown-ui-container_dropdown_button_icon svg {
          transform: rotate(90deg); }
    .dropdown-ui-container_dropdown_remove {
      position: absolute;
      top: 12px;
      right: 16px;
      display: flex; }
    .dropdown-ui-container_dropdown_search-field {
      color: #fff;
      width: 100%;
      background-color: transparent;
      border: none !important; }

.dropdown-error {
  border-color: rgba(255, 178, 9, 0.7); }

.input-container {
  width: 100%;
  display: flex;
  box-sizing: border-box;
  height: 40px;
  border-radius: 3px;
  border-color: rgba(129, 148, 181, 0.4);
  border-style: solid;
  border-width: 1px;
  padding: 9px 15px 10px 15px;
  background-color: transparent;
  box-shadow: none;
  color: #fff; }
  .input-container:focus {
    border-color: #1F72F2; }

.text-field-container {
  display: flex;
  width: 100%;
  flex-direction: column; }
  .text-field-container_label {
    color: #8D919A;
    height: 30px;
    display: flex;
    align-items: center; }
  .text-field-container_content {
    height: 40px;
    box-sizing: border-box;
    padding-top: 9px;
    padding-bottom: 10px; }
    .text-field-container_content.edit {
      padding-top: 0px;
      padding-bottom: 0px; }
    .text-field-container_content_text, .text-field-container_content_input {
      width: 100%;
      height: 100%;
      color: #fff; }
    .text-field-container_content_input {
      border-radius: 3px;
      border-color: rgba(129, 148, 181, 0.4);
      border-style: solid;
      border-width: 1px;
      padding: 9px 15px 10px 15px;
      background-color: transparent;
      box-shadow: none;
      box-sizing: border-box;
      margin-top: 0 !important; }
      .text-field-container_content_input:focus {
        border-color: #1F72F2; }

.toggle-ui-container {
  display: flex;
  flex-direction: column; }
  .toggle-ui-container_label {
    color: #fff;
    height: 30px;
    display: flex;
    align-items: center; }
  .toggle-ui-container_content {
    display: flex;
    align-items: center; }
    .toggle-ui-container_content_slider {
      position: relative;
      display: flex;
      height: 40px;
      box-sizing: border-box;
      width: 50px;
      cursor: pointer;
      align-items: center; }
      .toggle-ui-container_content_slider_circle {
        width: 25px;
        height: 25px;
        border-radius: 50%;
        box-sizing: border-box;
        border-width: 1px;
        border-style: solid;
        border-color: #8D919A;
        background-color: #222934;
        z-index: 10;
        transition: all 450ms;
        transform-origin: -12.5px 0;
        transform: translateX(0); }
        .toggle-ui-container_content_slider_circle.checked {
          transform-origin: 12.5px 0;
          transform: translateX(25px);
          border-color: #1F72F2; }
      .toggle-ui-container_content_slider_bar {
        position: absolute;
        width: 100%;
        left: 0px;
        border-radius: 3px;
        border-style: solid;
        border-color: transparent;
        height: 4px;
        box-sizing: border-box;
        top: 18px;
        background-color: #8D919A; }
        .toggle-ui-container_content_slider_bar.checked {
          background-color: #1F72F2; }
    .toggle-ui-container_content_text {
      color: #fff;
      padding: 0 10px; }

.title-header-container {
  display: flex;
  flex-direction: column;
  flex: 1; }
  .title-header-container_episode {
    color: #A1AAB7;
    margin-bottom: 10px; }
  .title-header-container_title {
    color: #fff;
    margin-bottom: 15px; }
  .title-header-container_version {
    color: #8D919A; }

.asset-select-container {
  display: flex;
  width: 100%;
  height: 62px;
  box-sizing: border-box;
  justify-content: flex-start;
  align-items: center;
  background-color: rgba(67, 76, 92, 0.3); }
  .asset-select-container_picker {
    display: flex;
    flex-direction: column;
    height: 100%;
    position: relative;
    justify-content: center;
    padding: 0 10px;
    max-width: 450px;
    box-sizing: border-box; }
    .asset-select-container_picker .dropdown-ui-container .dropdown-area {
      width: 100% !important; }
    .asset-select-container_picker .dropdown-ui-container_label {
      color: #8D919A;
      padding-bottom: 0px; }
    .asset-select-container_picker_arrow {
      border-bottom: 13px solid #1B1E24;
      border-top: 0px solid transparent;
      border-left: 20px solid transparent;
      border-right: 20px solid transparent;
      position: absolute;
      bottom: 0px;
      left: 55px; }

.floating-warning-container {
  cursor: pointer; }
  .floating-warning-container_content {
    width: 100%;
    height: 100%;
    padding: 5px;
    background-color: rgba(0, 0, 0, 0.4);
    color: #fff;
    padding: 10px;
    text-align: center; }
    .floating-warning-container_content > p {
      margin: 0 2px !important; }

.collapse-config-container {
  width: 100%;
  display: flex;
  margin-bottom: 2px;
  flex-direction: column; }
  .collapse-config-container_header {
    cursor: pointer;
    color: #8D919A;
    width: 100%;
    display: flex; }
    .collapse-config-container_header.opened {
      padding-bottom: 2px; }
    .collapse-config-container_header_label {
      width: calc(100% - 20px);
      vertical-align: middle;
      text-indent: 5px; }
    .collapse-config-container_header_icon {
      width: 20px;
      display: flex;
      justify-content: center;
      align-items: center; }
  .collapse-config-container_body {
    display: flex;
    width: 100%;
    flex-direction: column;
    padding-left: 10px;
    box-sizing: border-box; }
    .collapse-config-container_body .configuration-radio-container,
    .collapse-config-container_body .radio-container {
      width: calc(100% - 10px); }

.tmp-container {
  width: 100%;
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: center; }

.metadata-audio-container {
  display: flex;
  width: 100%; }

.actions-container {
  position: relative;
  box-sizing: border-box;
  border-bottom-style: solid;
  border-bottom-width: 2px;
  border-bottom-color: #434C5C;
  padding-bottom: 20px;
  display: flex;
  margin-bottom: 50px;
  height: 65px; }
  .actions-container_edit-btn {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 30px;
    bottom: -34px;
    height: 56px;
    width: 56px;
    border-radius: 50%;
    background-color: #e31f2e;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.12), 0 6px 6px 0 rgba(0, 0, 0, 0.24), 0 0 12px 0 rgba(0, 0, 0, 0.12), 0 12px 12px 0 rgba(0, 0, 0, 0.24);
    cursor: pointer; }
    .actions-container_edit-btn:hover {
      background-color: #b00f1c; }
  .actions-container_buttons-container {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: flex-end; }
    .actions-container_buttons-container .button-ui-container:not(:first-of-type) {
      margin-left: 10px; }

.image-record-container_row_column .dropdown-ui-container {
  width: 100%; }
  .image-record-container_row_column .dropdown-ui-container_label-container_label {
    color: #8D919A; }

.image-record-container_row_column .toggle-ui-container_label {
  color: #8D919A; }

.image-record-container_row_label {
  color: #8194B5;
  margin-top: 5px; }

.nonmedia-record-container_row_column .dropdown-ui-container {
  width: 100%; }
  .nonmedia-record-container_row_column .dropdown-ui-container_label-container_label {
    color: #8D919A; }

.nonmedia-record-container_row_column .toggle-ui-container_label {
  color: #8D919A; }

.nonmedia-record-container_row_label {
  color: #8194B5;
  margin-top: 5px; }

.metadata-audio-container_configurations {
  display: flex;
  flex-direction: column;
  width: 100%; }
  .metadata-audio-container_configurations_data-tables > .collapsible-container {
    margin-bottom: 20px; }

.audio-config-container_row {
  margin-bottom: 0 !important; }
  .audio-config-container_row_title {
    color: #8194B5;
    justify-content: flex-end; }
    .audio-config-container_row_title .audio-detail-row_label {
      font-size: 14px; }
  .audio-config-container_row_value {
    color: #FFFFFF;
    text-align: left;
    flex-grow: 2 !important; }
    .audio-config-container_row_value .audio-detail-row_label {
      font-size: 14px; }

.audio-config-container .audio-section-header {
  border-top: 1px solid #1e2026;
  border-bottom: 1px solid #1e2026;
  margin: 20px  0 !important;
  padding: 9px 0; }
  .audio-config-container .audio-section-header .audio-detail-row_label {
    font-size: 16px !important;
    color: #FFFFFF !important; }

.audio-config-container .audio-section-divider {
  border-bottom: 1px solid #1e2026;
  margin: 10px 0 !important; }

.audio-config-container .audio-detail-row {
  display: flex;
  flex-direction: row;
  flex-flow: row wrap; }
  .audio-config-container .audio-detail-row div {
    padding-left: 10px;
    flex: 1 auto; }
  .audio-config-container .audio-detail-row div:nth-of-type(1) {
    order: 1;
    float: right; }
  .audio-config-container .audio-detail-row div:nth-of-type(2) {
    order: 2;
    float: left; }

.audio-details-container_row_column .dropdown-ui-container {
  width: 100%; }
  .audio-details-container_row_column .dropdown-ui-container_label-container_label {
    color: #8D919A; }

.audio-details-container_row_column .toggle-ui-container_label {
  color: #8D919A; }

.audio-details-container_row_label {
  color: #8194B5;
  margin-top: 5px; }

.metadata-audio-container_mapping {
  display: flex;
  width: 100%;
  flex-direction: column;
  position: relative; }

.metadata-audio-container_mapping_title {
  border-bottom: 1px solid #434C5C;
  display: flex;
  height: 35px;
  align-items: center;
  width: 100%; }

.metadata-audio-container_mapping_title_text {
  font-size: 16px;
  font-family: Helvetica, Arial, sans-serif;
  color: #fff;
  flex: 2; }

.metadata-audio-container_mapping_title_icon_close {
  color: #fff;
  font-size: 38px;
  cursor: pointer; }

.metadata-audio-container_mapping_channel-configs {
  display: flex;
  align-items: center;
  height: 40px;
  width: 100%;
  margin-top: 15px; }

.metadata-audio-container_mapping_channel-configs .config-button-container {
  margin-right: 10px; }

.metadata-audio-container_mapping_channel-configs_empty {
  width: 100;
  font-style: italic;
  font-size: 14px;
  font-family: Helvetica, Arial, sans-serif;
  color: #fff; }

.metadata-audio-container_mapping_channels {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-top: 10px; }

.metadata-audio-container_mapping_channels_title-cell {
  color: #7a7d87;
  font-size: 13px;
  font-family: Helvetica, Arial, sans-serif; }

.metadata-audio-container_mapping_channels_list {
  display: flex;
  flex-direction: column;
  width: 100%; }

.metadata-audio-container_mapping_channels_wrapper {
  /* Remove comment on 'height' rule if scroll content is required */
  /* height: 320px; */
  overflow-y: scroll;
  overflow-x: hidden;
  padding-right: 9px; }

.metadata-audio-container_mapping_channels_wrapper::-webkit-scrollbar {
  width: 12px; }

.metadata-audio-container_mapping_channels_wrapper::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px; }

.metadata-audio-container_mapping_channels_wrapper::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: inset 0 0 6px rgba(0, 0, 0, 0.5); }

.metadata-audio-container_mapping_channels_list_empty {
  width: 100%;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 13px;
  font-family: Helvetica, Arial, sans-serif; }

.metadata-audio-container_mapping_channels_actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-top: 15px; }

.metadata-audio-container_mapping_channels_actions .cancel-button,
.metadata-audio-container_mapping_channels_actions .save-button {
  border-radius: 3px;
  font-size: 14px;
  padding: 6px 19px; }

.metadata-audio-container_mapping_channels_actions .cancel-button {
  background: transparent;
  color: #1f72f2; }

.metadata-audio-container_mapping_channels_actions .custom-button:not(:last-of-type) {
  margin-right: 10px; }

.metadata-audio-container_mapping_channels_actions .custom-button.cancel-button:hover {
  background: transparent !important;
  color: #2c60ae; }

.metadata-audio-container_mapping_processing-mask {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: transparent;
  color: #fff;
  font-size: 16px;
  font-family: Helvetica, Arial, sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10; }

.channel-row-container {
  font-size: 13px;
  font-family: Helvetica, Arial, sans-serif;
  border: 1.5px solid transparent;
  border-bottom: 1px solid #434C5C; }

.channel-row-container.auto-height {
  height: auto !important; }

.channel-row-container:not(:last-of-type) {
  margin-bottom: 6px; }

.channel-row-container .channel-row-container_channel {
  color: #fff; }

.channel-row-container .channel-row-container_assignment,
.channel-row-container .channel-row-container_stream-in-file {
  color: #014fc6;
  font-weight: bold; }

.channel-row-container .channel-row-container_assignment.editable {
  cursor: pointer; }

.channel-row-container_assignment_multiple-channels {
  display: flex;
  flex-direction: column; }

.channel-row-container_assignment_multiple-channels .custom-select-dropdown-container:not(:last-of-type) {
  padding-bottom: 5px; }

.config-button-container {
  width: 50px;
  height: 24px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  border: 1px solid #1f72f2;
  background: #1f72f2;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  font-family: Helvetica, Arial, sans-serif; }

.config-button-container:hover {
  background: #014fc6;
  border: 1px solid #014fc6; }

.config-button-container .config-button-container_text,
.config-button-container .config-button-container_plus {
  height: 100%;
  display: flex;
  align-items: center; }

.config-button-container .config-button-container_text {
  font-size: 13px;
  justify-content: flex-start;
  flex: 2; }

.config-button-container .config-button-container_plus {
  font-size: 16px;
  justify-content: flex-end;
  color: #cecbcb; }

.config-group-container {
  border-width: 1.5px;
  border-style: solid;
  border-color: #014fc6;
  box-sizing: border-box;
  margin-bottom: 6px;
  border-radius: 5px;
  position: relative; }

.incomplete {
  border-color: red !important; }

.config-group-container,
.config-group-container_channels {
  width: 100%;
  display: flex;
  flex-direction: column; }

.config-group-container_channel-configs {
  width: 100%;
  margin-top: -5px; }

.config-group-container_channel-configs_row {
  height: 40px; }

.config-group-container_channel-configs_row .config-row-container_x3,
.config-group-container_channel-configs_row .config-row-container_x5 {
  justify-content: flex-end; }

.config-group-container_channel-configs_row .channel-conf,
.config-group-container_channel-configs_row .control-label,
.config-group-container_channel-configs_row .channel-type,
.config-group-container_channel-configs_row .channel-language {
  font-size: 15px;
  font-family: Helvetica, Arial, sans-serif; }

.config-group-container_channel-configs_row .control-label {
  padding-right: 7px;
  color: #8194b5; }

.config-group-container_channel-configs_row .channel-conf {
  color: #fff; }

.config-group-container_channel-configs_row .channel-type,
.config-group-container_channel-configs_row .channel-language {
  color: #014fc6;
  cursor: pointer; }

.config-group-container_channels .config-row-container {
  background: transparent;
  border: none; }

.config-group-container_close-icon {
  position: absolute;
  top: 3px;
  right: 90px;
  color: #8194b5;
  font-size: 30px;
  cursor: pointer; }

.grouped-item {
  margin-top: 20px; }

.config-row-container {
  display: flex;
  width: 100%;
  height: 30px;
  align-items: center; }

.config-row-container .cell {
  height: 100%;
  flex: 1;
  align-items: center;
  display: flex; }

.config-row-container_x1 {
  width: 50px;
  /* background: red; */
  flex: unset !important; }

.config-row-container_x2 {
  width: 60px;
  /* background: green; */
  flex: unset !important; }

/* .config-row-container_x3 {
  background: orange;

} */
/* .config-row-container_x4 {
  background: teal;
} */
/* .config-row-container_x5 {
  background: skyblue;
} */
/* .config-row-container_x6 {
  background: salmon;
} */
.collapsible-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  background-color: transparent;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.5s linear;
  position: absolute; }
  .collapsible-container.visible {
    visibility: visible;
    opacity: 1;
    position: relative; }
  .collapsible-container_header {
    display: flex;
    background-color: #0E1115;
    height: 50px;
    box-sizing: border-box;
    border-top-left-radius: 35px;
    border-top-right-radius: 35px;
    border-bottom-left-radius: 35px;
    border-bottom-right-radius: 35px;
    padding: 16px 30px 13px 30px;
    cursor: pointer; }
    .collapsible-container_header.open {
      border-bottom-left-radius: 0;
      border-bottom-right-radius: 0; }
    .collapsible-container_header_text {
      color: #fff;
      flex: 1; }
    .collapsible-container_header_icon {
      display: flex;
      height: 100%;
      align-items: center; }
  .collapsible-container_content {
    background-color: rgba(14, 17, 21, 0.5);
    box-sizing: border-box;
    padding: 15px 30px;
    width: 100%;
    display: flex;
    flex-direction: column;
    color: #fff;
    border-bottom-left-radius: 35px;
    border-bottom-right-radius: 35px; }
    .collapsible-container_content.hidden {
      display: none; }

.op_comments-container {
  position: relative;
  display: flex;
  box-sizing: border-box;
  line-height: normal;
  width: 100%;
  height: calc(100% - 115px);
  max-height: 205px;
  flex-direction: column;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13px; }

.op_comments-container * {
  box-sizing: border-box; }

.op_comments-container .comments-container_top-gradient-bar {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: 10px;
  background: linear-gradient(to bottom, #3a404a, rgba(58, 64, 74, 0));
  z-index: 2; }

.op_comments-container .comments-container_bottom-gradient-bar {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  height: 10px;
  background: linear-gradient(to top, #3a404a, rgba(58, 64, 74, 0));
  z-index: 2; }

.op_comments-container .op_comments-container_comments-wrapper {
  height: 100%;
  padding: 5px 18px;
  overflow-y: scroll; }

.op_comments-container .op_comments-container_comment {
  position: relative;
  margin-bottom: 5px;
  min-width: 550px; }

.op_comments-container .op_comments-container_comment:last-child {
  margin-bottom: 0; }

.op_comments-container .op_comments-container_comment .comments-container_comment_header {
  display: flex;
  justify-content: space-between;
  border-radius: 10px 10px 0 0;
  background-color: #959595;
  font-family: Helvetica, Arial, sans-serif;
  color: #ffffff;
  padding: 5px 10px 5px 10px; }

.op_comments-container .op_comments-container_comment .comments-container_comment_header_info-container {
  display: flex;
  flex-direction: row; }

.op_comments-container .op_comments-container_comment .comments-container_comment_header_action-icons {
  display: flex;
  flex-direction: row; }

.op_comments-container .op_comments-container_comment .comments-container_comment_header_name-and-post-time {
  display: flex;
  flex-direction: column;
  margin-right: 23px; }

.op_comments-container .op_comments-container_comment .comments-container_comment_header_author {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 300;
  margin-bottom: 4px;
  margin-top: 2px;
  font-size: 14px;
  width: 187px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.op_comments-container .op_comments-container_comment .comments-container_comment_header_post-time {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 8px; }

.op_comments-container .op_comments-container_comment .comments-container_comment_header_avatar {
  border-radius: 50%;
  width: 33px;
  height: 33px;
  background: 100%/100%;
  margin-right: 10px; }

.op_comments-container .op_comments-container_comment .comments-container_comment_header_in-time-and-out-time {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center; }

.op_comments-container .comments-container_comment_header_in-time,
.op_comments-container .comments-container_comment_header_out-time {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 14px; }

.op_comments-container .comments-container_comment_header_time-delimiter {
  padding: 0 15px;
  font-size: 14px; }

.op_comments-container .op_comments-container_comment .comments-container_comment_header_in-time-and-out-time .comments-container_comment_header_play-btn {
  margin-left: 8px;
  cursor: pointer; }

.op_comments-container .op_comments-container_comment .comments-container_comment_header_in-time-and-out-time .comments-container_comment_header_play-btn svg {
  padding: 7px;
  overflow: visible;
  box-sizing: initial;
  display: block; }

.op_comments-container .op_comments-container_comment .comments-container_comment_current-user-comment-tail {
  position: absolute;
  top: 0;
  left: -16px;
  height: 0;
  width: 0;
  border-width: 13px 0px 0px 16px;
  border-color: #e7e6e6 transparent;
  border-style: solid; }

.op_comments-container .op_comments-container_comment .comments-container_comment_another-user-comment-tail {
  position: absolute;
  bottom: 17px;
  right: -13px;
  height: 0;
  width: 0;
  border-width: 0 13px 16px 0;
  border-color: #e7e6e6 transparent;
  border-style: solid; }

.op_comments-container .comments-container_comment_header_edit-icon {
  position: relative;
  top: -2px;
  height: 17px;
  padding: 5px;
  cursor: pointer; }

.op_comments-container .comments-container_comment_header_delete-icon {
  height: 16px;
  padding: 5px;
  cursor: pointer; }

.op_comments-container .op_comments-container_comment .comments-container_comment_body {
  position: relative;
  border-radius: 0 0 10px 10px;
  background-color: #e7e6e6;
  padding: 7px 12px;
  white-space: pre-wrap;
  word-wrap: break-word; }

.op_comments-container .op_comments-container_comment .comments-container_comment_body .comments-container_comment_text {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 400;
  color: #534c4c;
  white-space: pre-wrap;
  word-wrap: break-word;
  margin: 0; }

.op_comments-container .op_comments-container_comment .replies-container_reply .replies-container_reply-regular {
  position: relative;
  border-radius: 10px;
  background-color: #d8d8d8;
  margin-bottom: 5px;
  padding: 5px 10px 10px 10px; }

.op_comments-container .op_comments-container_comment .replies-container_reply .replies-container_reply-regular:first-child {
  margin-top: 5px; }

.op_comments-container .op_comments-container_comment .replies-container_reply .replies-container_reply-regular .replies-container_reply_header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  font-family: Helvetica, Arial, sans-serif;
  min-height: 18px; }

.op_comments-container .op_comments-container_comment .replies-container_reply .replies-container_reply-regular .replies-container_reply_header_action-icons {
  position: relative;
  top: 0;
  right: 0;
  display: flex;
  flex-direction: row; }

.op_comments-container .op_comments-container_comment .replies-container_reply .replies-container_reply-regular .replies-container_reply_header_edit-icon {
  height: 14px;
  padding: 2px;
  margin-right: 2px;
  cursor: pointer; }

.op_comments-container .op_comments-container_comment .replies-container_reply .replies-container_reply-regular .replies-container_reply_header_delete-icon {
  position: relative;
  top: 2px;
  height: 14px;
  padding: 2px;
  margin-right: 3px;
  cursor: pointer; }

.op_comments-container .op_comments-container_comment .replies-container_reply .replies-container_reply-regular .replies-container_reply_header_post-time {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 8px;
  color: #6e6d6d; }

.op_comments-container .op_comments-container_comment .replies-container_reply .replies-container_reply-regular .replies-container_reply_body {
  font-family: Helvetica, Arial, sans-serif;
  color: #534c4c;
  padding: 2px 0 5px 0;
  margin: 0;
  font-weight: 400; }

.op_comments-container .op_comments-container_comment .replies-container_reply .replies-container_reply_editing {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  font-family: Helvetica, Arial, sans-serif;
  margin-bottom: 5px; }

.op_comments-container .op_comments-container_comment .replies-container_reply .replies-container_reply_editing .replies-container_reply_body_action-icons {
  position: relative;
  display: flex;
  flex-direction: row;
  padding-left: 6px;
  padding-right: 3px; }

.op_comments-container .op_comments-container_comment .replies-container_reply .replies-container_reply_editing .replies-container_reply_body_action-icons .replies-container_reply_body_edit-icon {
  height: 24px;
  padding: 2px 4px 4px 4px;
  cursor: pointer; }

.op_comments-container .op_comments-container_comment .replies-container_reply .replies-container_reply_editing .replies-container_reply_body_action-icons .replies-container_reply_body_delete-icon {
  position: relative;
  top: 2px;
  height: 22px;
  padding: 2px 4px 4px 4px;
  cursor: pointer; }

.op_comments-container .op_comments-container_comment .comments-container_comment_footer {
  display: flex;
  justify-content: flex-end; }

.op_comments-container .op_comments-container_comment .comments-container_comment_footer_add-reply-btn,
.op_comments-container .op_comments-container_comment .comments-container_comment_footer_cancel-reply-btn,
.op_comments-container .op_comments-container_comment .comments-container_comment_footer_save-reply-btn {
  outline: none;
  background-color: transparent;
  border: none;
  padding: 2px 7px;
  color: #1f72f2;
  cursor: pointer;
  font-weight: 600;
  font-size: 12px; }

.op_comments-container textarea.comments-container_comment_text_editing,
.op_comments-container textarea.replies-container_reply_body_editing,
.op_comments-container textarea.replies-container_comment_add-reply {
  width: 100%;
  resize: none;
  min-height: 63px;
  background-color: #d8d8d8;
  border: 1px solid #979797;
  border-radius: 2px;
  -webkit-box-shadow: inset 0px 0px 5px -1px #000000;
  -moz-box-shadow: inset 0px 0px 5px -1px #000000;
  box-shadow: inset 0px 0px 5px -1px #000000;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13px;
  color: #534c4c;
  margin: 0;
  padding: 4px 4px; }

.op_comments-container textarea.comments-container_comment_text_editing,
.op_comments-container textarea.replies-container_reply_body_editing {
  margin-left: 6px; }

.op_comments-container textarea.comments-container_comment_text_editing:focus,
.op_comments-container textarea.replies-container_reply_body_editing:focus,
.op_comments-container textarea.replies-container_comment_add-reply:focus {
  border: 1px solid #438cff; }

.op_add-comment-container {
  font-family: Helvetica, Arial, sans-serif;
  box-sizing: border-box;
  background-color: #1b1e24;
  position: relative;
  z-index: 2; }

.op_add-comment-container * {
  box-sizing: border-box; }

.op_add-comment-container .add-comment-container_action-btn-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 9px 0; }

.op_add-comment-container .add-comment-container_action-btn-wrapper .add-comment-container_action-btn {
  display: flex;
  flex-direction: row;
  color: #ffffff;
  font-size: 11px;
  font-weight: 300; }

.op_add-comment-container .add-comment-container_action-btn-wrapper .add-comment-container_action-btn.time-in-btn,
.op_add-comment-container .add-comment-container_action-btn-wrapper .add-comment-container_action-btn.time-out-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 136px;
  border-radius: 10px;
  background-color: #0ab3a0;
  min-height: 22px;
  margin-right: 7px;
  cursor: pointer;
  font-size: 12px; }

.op_add-comment-container .add-comment-container_action-btn-wrapper .add-comment-container_action-btn.time-out-btn {
  margin-left: 20px; }

.op_add-comment-container .add-comment-container_action-btn-wrapper .add-comment-container_action-btn.time-out-btn[disabled] {
  background-color: #77c3bb;
  cursor: default; }

.op_add-comment-container .add-comment-container_action-btn-wrapper .time-picker > div:last-child:not(.arrow-buttons) {
  display: none !important; }

.op_add-comment-container .add-comment-container_action-btn-wrapper .add-comment-container_action-btn.add-comment-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  width: 136px;
  border-radius: 10px;
  background-color: #1f72f2;
  min-height: 22px;
  cursor: pointer;
  font-size: 12px; }

.op_add-comment-container .add-comment-container_action-btn-wrapper .add-comment-container_action-btn.add-comment-btn[disabled] {
  background-color: #5f97ef;
  cursor: default; }

.op_add-comment-container .add-comment-container_action-btn-wrapper .add-comment-container_action-btn_text {
  margin-right: 10px; }

.op_add-comment-container .add-comment-container_action-btn-wrapper .time-picker {
  box-sizing: border-box;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13px;
  padding: 6px 7px 6px 9px;
  background-color: #24262c;
  border: 1px solid #4a4d55;
  border-radius: 2px;
  width: 114px;
  color: #ffffff; }

.op_add-comment-container .add-comment-container_action-btn-wrapper .time-picker.time-picker-container {
  border-color: transparent; }

.op_add-comment-container .add-comment-container_action-btn-wrapper .time-picker input.input-number {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13px;
  margin: 0; }

.op_add-comment-container .add-comment-container_action-btn-wrapper .time-picker .arrow-buttons .blue-button:first-child {
  top: -3px;
  right: -1px; }

.op_add-comment-container .add-comment-container_action-btn-wrapper .time-picker .arrow-buttons .blue-button:last-child {
  bottom: 1px;
  right: -1px; }

.op_add-comment-container textarea.add-comment-container_comment-text {
  display: block;
  width: 100%;
  color: #ffffff;
  border: 1px solid #4a4d55;
  border-radius: 2px;
  background-color: #24262c;
  resize: none;
  min-height: 63px;
  margin: 0;
  padding: 4px 4px; }

.op_add-comment-container textarea.add-comment-container_comment-text:focus {
  border: 1px solid #438cff; }

.comments-container_comment_header_thumbnail-main-container {
  transform: translate(135px, 43px);
  padding: 0; }

.comments-container_comment_header_thumbnail-main-container .comments-container_comment_header_thumbnail-sub-container {
  border-radius: 2px;
  border: 1px solid #959595;
  background-color: #ffffff; }

.comments-container_comment_header_thumbnail-main-container .comments-container_comment_header_thumbnail-tail-top {
  position: absolute;
  left: -18px;
  top: 41px;
  border-width: 0px 15px 11px 15px;
  border-style: solid;
  border-color: white transparent;
  width: 0;
  transform: rotate(-90deg);
  z-index: 3; }

.comments-container_comment_header_thumbnail-main-container .comments-container_comment_header_thumbnail-tail-bottom {
  position: absolute;
  left: -19px;
  top: 41px;
  border-width: 0px 15px 11px 15px;
  border-style: solid;
  border-color: #959595 transparent;
  width: 0;
  transform: rotate(-90deg);
  z-index: 2; }

.comments-container_comment_header_thumbnail-main-container .thumbnail-tooltip-container_wrapper_image {
  padding: 2px; }

.guidelines-container {
  display: flex;
  width: 100%; }

.metadata-history-container {
  width: 100%;
  display: flex;
  flex-direction: column; }

.metadata-history-container_version {
  width: 100%;
  display: flex;
  padding: 8px 5px; }

.markups-container {
  box-sizing: border-box;
  width: 100%;
  padding: 15px 0;
  display: flex;
  flex-direction: column;
  min-height: 350px; }
  .markups-container_actions-row {
    display: flex;
    margin-top: 15px; }
    .markups-container_actions-row_markups-group {
      width: 200px; }
    .markups-container_actions-row_options {
      display: flex;
      justify-content: flex-end;
      box-sizing: border-box;
      padding-left: 10px;
      flex: 1; }
      .markups-container_actions-row_options_option {
        max-width: 120px; }
        .markups-container_actions-row_options_option .dropdown-ui-container {
          width: auto;
          height: 40px;
          box-sizing: border-box; }
          .markups-container_actions-row_options_option .dropdown-ui-container_dropdown.disable-match-width .dropdown-area {
            width: 100% !important; }
          .markups-container_actions-row_options_option .dropdown-ui-container_label-container_label {
            padding-bottom: 0 !important;
            height: 17.6px !important;
            color: #8D919A; }
          .markups-container_actions-row_options_option .dropdown-ui-container_dropdown {
            height: 22.4px !important; }
            .markups-container_actions-row_options_option .dropdown-ui-container_dropdown_button_content_text {
              padding-top: 2px !important; }
      .markups-container_actions-row_options_filters {
        display: flex; }
        .markups-container_actions-row_options_filters > div:first-child {
          margin-right: 25px; }
  .markups-container_timecode-row {
    display: flex;
    padding: 15px 0;
    justify-content: space-between; }
    .markups-container_timecode-row_time-controls {
      display: flex;
      align-items: center; }
    .markups-container_timecode-row .button-ui-container:not(:first-of-type) {
      margin-left: 10px; }

.markup-container_download-edl-dropdown {
  transform: translate(-28px, 180px);
  padding-top: 20px !important; }

.markup-container_download-edl-dropdown .markup-container_download-edl-dropdown_option-items-wrapper {
  background-color: #1b1e24;
  border: 2px solid #1f72f2;
  border-radius: 5px;
  padding: 10px 0;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 300;
  width: 141px; }

.markup-container_download-edl-dropdown .markup-container_download-edl-dropdown_option-items-wrapper .markup-container_download-edl-dropdown_header {
  font-size: 15px;
  padding: 2px 10px 10px 10px; }

.markup-container_download-edl-dropdown .markup-container_download-edl-dropdown_option-items-wrapper .markup-container_download-edl-dropdown_option-item {
  display: flex;
  align-items: center;
  font-size: 13px;
  color: #1f72f2;
  padding: 0 21px;
  height: 33px;
  cursor: pointer; }

.markup-container_download-edl-dropdown .markup-container_download-edl-dropdown_option-items-wrapper .markup-container_download-edl-dropdown_option-item svg {
  margin-right: 21px; }

.markup-container_download-edl-dropdown .markup-container_download-edl-dropdown_option-items-wrapper .markup-container_download-edl-dropdown_option-item:hover {
  background-color: #2e3540; }

.markup-container_download-edl-dropdown .markup-container_download-edl-dropdown_tail-top {
  position: absolute;
  right: 11px;
  top: 11px;
  border-width: 0px 9px 13px 9px;
  border-style: solid;
  border-color: #1b1e24 transparent;
  width: 0;
  z-index: 3; }

.markup-container_download-edl-dropdown .markup-container_download-edl-dropdown_tail-bottom {
  position: absolute;
  right: 9px;
  top: 8px;
  border-width: 0px 11px 14px 11px;
  border-style: solid;
  border-color: #1f72f2 transparent;
  width: 0;
  z-index: 2; }

.events-table-container {
  display: flex;
  width: 100%;
  flex-direction: column; }
  .events-table-container.remote-content .event-row_actions {
    max-width: 55px; }
  .events-table-container.remote-content .header-row_action-cell {
    max-width: 55px; }
  .events-table-container_content {
    min-height: 235px;
    height: 100%; }
    .events-table-container_content.empty {
      display: flex;
      justify-content: center;
      align-items: center; }

.table-row-container {
  display: flex;
  width: 100%; }
  .table-row-container_cell {
    flex: 1;
    padding: 10px 0;
    display: flex;
    align-items: center; }

.header-row {
  box-sizing: border-box;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #434C5C; }
  .header-row .table-row-container_cell {
    padding: 0 0 10px 0; }

.event-row {
  box-sizing: border-box;
  border-bottom: 1px solid rgba(67, 76, 92, 0.3); }
  .event-row.error {
    border-bottom-color: rgba(255, 178, 9, 0.7); }
  .event-row .min-width-cell {
    min-width: 0; }
  .event-row_typeCategoryNotesCell {
    overflow: hidden; }
    .event-row_typeCategoryNotesCell.not-edit .dropdown-ui-container.disabled, .event-row_typeCategoryNotesCell.not-edit .player-time-picker-container_fields > input.dropdown-ui-container:disabled {
      opacity: 1 !important;
      pointer-events: all;
      cursor: pointer !important; }
    .event-row_typeCategoryNotesCell.not-edit .event-row_typeCategoryNotesCell_default-type {
      opacity: 1 !important;
      pointer-events: all;
      cursor: pointer !important; }
    .event-row_typeCategoryNotesCell_notes-text-field {
      cursor: pointer;
      height: 40px;
      box-sizing: border-box;
      padding-top: 12px; }
    .event-row_typeCategoryNotesCell_default-type {
      color: #fff; }
      .event-row_typeCategoryNotesCell_default-type.new-default {
        color: #1F72F2; }
      .event-row_typeCategoryNotesCell_default-type.clickable {
        color: #0AB3A0;
        text-decoration: underline; }
  .event-row_timepicker {
    color: #fff;
    font-family: 'Circular Std Book';
    cursor: pointer;
    display: flex; }
    .event-row_timepicker.clickable {
      color: #0AB3A0; }
      .event-row_timepicker.clickable .player-time-picker-container_fields {
        border-bottom: 1px solid #0AB3A0; }
        .event-row_timepicker.clickable .player-time-picker-container_fields input {
          color: #0AB3A0;
          opacity: 1 !important;
          pointer-events: all;
          cursor: pointer !important; }
    .event-row_timepicker.placeholder {
      color: #1F72F2; }
      .event-row_timepicker.placeholder .player-time-picker-container input {
        color: #1F72F2; }
    .event-row_timepicker_add-button {
      height: 40px;
      box-sizing: border-box;
      display: flex;
      justify-content: center;
      align-items: center;
      margin-right: 5px; }
      .event-row_timepicker_add-button_text {
        color: #fff; }
    .event-row_timepicker .player-time-picker-container {
      height: 40px;
      box-sizing: border-box;
      padding-top: 9px;
      padding-right: 0;
      padding-bottom: 10px;
      padding-left: 0;
      border-width: 1px;
      border-style: solid;
      border-color: transparent;
      border-radius: 3px; }
      .event-row_timepicker .player-time-picker-container.focused {
        border-color: #1F72F2 !important;
        padding-left: 10px !important; }
  .event-row_actions {
    justify-content: flex-end; }
    .event-row_actions_icon {
      cursor: pointer; }
      .event-row_actions_icon:not(:first-of-type) {
        margin-left: 15px; }

.filter-drop-down {
  font-family: Arial, Helvetica, sans-serif;
  width: 600px;
  border: 1px solid #1f72f2;
  border-radius: 4px;
  transform: translate(-450px); }
  .filter-drop-down .time-input {
    width: 50%;
    float: left; }
    .filter-drop-down .time-input .time-picker {
      border: 1px solid #a1aab7;
      width: 70%;
      padding: 5px 10px;
      background-color: #292B30;
      margin-top: 5px; }
  .filter-drop-down p {
    font-size: 17px;
    margin: 20px 0 15px 0; }
  .filter-drop-down label, .filter-drop-down span {
    font-size: 16px; }
  .filter-drop-down span, .filter-drop-down .time-input label {
    color: #a1aab7; }
  .filter-drop-down .filter-time-pickers {
    width: 100%;
    padding: 10px 20px; }
    .filter-drop-down .filter-time-pickers .time-picker .input-number {
      margin: 0; }
  .filter-drop-down .filter-checkbox {
    width: 100%;
    padding: 10px 20px; }
    .filter-drop-down .filter-checkbox .filter-types {
      float: left;
      padding-bottom: 20px;
      width: 50%; }
      .filter-drop-down .filter-checkbox .filter-types div {
        display: flex; }
      .filter-drop-down .filter-checkbox .filter-types span {
        color: #FFFFFF;
        margin-left: 10px;
        line-height: 25px; }
  .filter-drop-down .filter-category {
    float: left;
    padding-bottom: 20px;
    width: 50%; }
    .filter-drop-down .filter-category div {
      display: flex; }
    .filter-drop-down .filter-category span {
      color: #FFFFFF;
      margin-left: 10px;
      line-height: 25px; }

.markup-timecode-player-icon {
  background-color: transparent !important;
  margin-top: 2px;
  width: 10px;
  display: flex;
  cursor: pointer;
  justify-content: center; }
  .markup-timecode-player-icon svg {
    position: relative;
    top: 7px; }

.instructions-container {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 25px; }
  .instructions-container .dropdown {
    cursor: pointer; }
  .instructions-container_payload {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%; }
    .instructions-container_payload_arrow {
      display: flex;
      width: 0px;
      border-bottom-width: 12.5px;
      border-left-width: 12.5px;
      border-right-width: 12.5px;
      border-style: solid;
      border-bottom-color: #FFB209;
      border-left-color: transparent;
      border-right-color: transparent;
      border-top: none;
      position: relative;
      left: 30px; }
      .instructions-container_payload_arrow::before {
        position: absolute;
        bottom: 0px;
        content: ' ';
        display: flex;
        width: 0px;
        border-bottom-width: 11.5px;
        border-left-width: 11.5px;
        border-right-width: 11.5px;
        border-style: solid;
        border-bottom-color: #434C5C;
        border-left-color: transparent;
        border-right-color: transparent;
        border-top: none;
        left: -11.5px;
        top: 2px; }
    .instructions-container_payload_content {
      display: flex;
      flex-direction: column;
      background-color: #434C5C;
      width: 100%;
      height: 100%;
      box-sizing: border-box;
      border: 1px solid #FFB209;
      box-shadow: 2px -2px 4px 0 rgba(0, 0, 0, 0.5);
      padding: 25px 30px 15px; }
      .instructions-container_payload_content_buttons {
        display: flex;
        padding-top: 15px; }
        .instructions-container_payload_content_buttons_time {
          width: 50%;
          display: flex;
          flex-direction: column;
          box-sizing: content-box !important; }
          .instructions-container_payload_content_buttons_time_button {
            color: white;
            width: 70px;
            padding: 5px;
            border-radius: 3px;
            border-width: 3px;
            border-color: #8D919A;
            border-style: solid;
            text-align: center;
            margin-top: 10px;
            box-sizing: border-box; }

.metadata-container {
  padding: 15px 0 10px; }
  .metadata-container .tabs-component_content {
    padding: 15px 0 10px; }

.regroup-button {
  display: flex;
  flex-direction: row;
  align-items: center;
  position: absolute;
  cursor: pointer;
  top: 50px;
  right: 10px; }
  .regroup-button p {
    color: #1F72F2;
    font-family: "Circular Std Bold";
    font-size: 14px;
    font-weight: bold;
    line-height: 18px; }

.details-container {
  display: flex;
  width: 100%;
  flex-direction: column;
  position: relative; }
  .details-container_error {
    color: red;
    margin-bottom: 15px; }
  .details-container > .collapsible-container {
    margin-bottom: 20px; }

.title-info-container_version-confromance-row_column .dropdown-ui-container {
  width: 100%; }
  .title-info-container_version-confromance-row_column .dropdown-ui-container_label-container_label {
    color: #8D919A; }

.asset-info-container .dropdown-ui-container {
  width: 100%; }
  .asset-info-container .dropdown-ui-container_label-container_label {
    color: #8D919A; }

.asset-info-container .toggle-ui-container_label {
  color: #8D919A; }

.asset-info-container_frame-rate-title {
  color: #8194B5;
  padding: 0 10px;
  box-sizing: border-box; }

.references-container {
  margin-top: 15px; }
  .references-container_header {
    box-sizing: border-box;
    padding: 0 10px; }
    .references-container_header_title {
      color: #8194B5;
      margin-top: 15px; }
  .references-container_body {
    flex-direction: column; }
    .references-container_body .toggle-ui-container {
      box-sizing: border-box;
      padding: 0 10px; }
  .references-container_footer {
    box-sizing: border-box;
    padding: 15px 0;
    border-top: 1px solid rgba(161, 170, 183, 0.5); }
    .references-container_footer_text {
      color: #1F72F2;
      cursor: pointer; }
  .references-container_error {
    border-top: 1px solid rgba(255, 178, 9, 0.7); }

.reference-divider {
  width: 100%;
  border: 0.5px solid rgba(161, 170, 183, 0.5); }

.distributors-container {
  margin-top: 15px; }
  .distributors-container_header {
    box-sizing: border-box;
    padding: 0 10px; }
    .distributors-container_header_title {
      color: #8194B5; }
  .distributors-container_body {
    flex-direction: column; }
    .distributors-container_body .toggle-ui-container {
      box-sizing: border-box;
      padding: 0 10px; }
    .distributors-container_body_reference_distributor {
      flex: 2 !important; }
  .distributors-container_footer {
    box-sizing: border-box;
    padding: 15px 0;
    border-top: 1px solid rgba(161, 170, 183, 0.5); }
    .distributors-container_footer_text {
      color: #1F72F2;
      cursor: pointer; }

.distributor-divider {
  width: 100%;
  border-top: 1px solid rgba(161, 170, 183, 0.5); }

.grid-container {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column; }
  .grid-container_row {
    width: 100%;
    display: flex;
    margin-bottom: 15px; }
    .grid-container_row_column {
      display: flex;
      flex: 1;
      padding: 0 10px; }

.metadata-program-timings-container {
  display: flex;
  flex-direction: column;
  width: 100%; }
  .metadata-program-timings-container div {
    margin-bottom: 5px; }
  .metadata-program-timings-container .metadata-program-timings-container-header {
    display: flex;
    flex-flow: row wrap;
    color: #8D919A;
    font-size: 11px;
    font-weight: 300; }
    .metadata-program-timings-container .metadata-program-timings-container-header div {
      padding-left: 30px;
      flex: 1 auto; }
    .metadata-program-timings-container .metadata-program-timings-container-header div:nth-of-type(1) {
      order: 1; }
    .metadata-program-timings-container .metadata-program-timings-container-header div:nth-of-type(2) {
      order: 2; }
    .metadata-program-timings-container .metadata-program-timings-container-header div:nth-of-type(3) {
      order: 3; }

.program-timing-play {
  background: transparent !important;
  color: #ffffff !important;
  display: flex;
  font-size: 14px;
  font-weight: 300; }
  .program-timing-play div {
    background: transparent !important;
    margin-left: 5px !important; }
  .program-timing-play svg {
    margin-top: 7px; }
  .program-timing-play .markup-timecode_timecode {
    line-height: 30px; }

.program-timing-thumbnail {
  transform: translate(120px, 45px); }

.row-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  background-color: transparent;
  margin-bottom: 5px; }
  .row-container .row-container-header {
    display: flex;
    background-color: #0E1115;
    height: 50px;
    box-sizing: border-box;
    border-top-left-radius: 35px;
    border-top-right-radius: 35px;
    border-bottom-left-radius: 35px;
    border-bottom-right-radius: 35px;
    padding: 16px 30px 13px 30px;
    cursor: pointer;
    flex-flow: row wrap; }
    .row-container .row-container-header div {
      padding-left: 10px;
      flex: 1 auto; }
    .row-container .row-container-header div:nth-of-type(1) {
      order: 1;
      flex-grow: 2;
      max-width: 40%; }
    .row-container .row-container-header div:nth-of-type(2) {
      order: 2; }
    .row-container .row-container-header div:nth-of-type(3) {
      order: 3; }
    .row-container .row-container-header_text {
      color: #fff;
      flex: 1; }

.metadata-subtitles-container {
  display: flex;
  flex-direction: column;
  width: 100%; }

.main-tabs-container {
  display: flex;
  flex-direction: column;
  position: relative; }

.tabs-component {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-width: 736px;
  padding-bottom: 20px; }
  .tabs-component_tabs {
    display: flex;
    flex-direction: row; }
    .tabs-component_tabs_tab-content {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      height: 33px;
      box-sizing: border-box;
      border-bottom-width: 2px;
      border-bottom-style: solid;
      border-bottom-color: #434C5C;
      color: #8194B5;
      padding: 10px 8px;
      min-width: 110px;
      cursor: pointer; }
      .tabs-component_tabs_tab-content.active {
        color: #1F72F2;
        border-bottom-color: #1F72F2; }
      .tabs-component_tabs_tab-content.disabled, .player-time-picker-container_fields > input.tabs-component_tabs_tab-content:disabled {
        pointer-events: none;
        color: rgba(129, 148, 181, 0.3); }
      .tabs-component_tabs_tab-content.empty {
        flex: 2; }
        .tabs-component_tabs_tab-content.empty:hover {
          cursor: default;
          border-bottom-color: #434C5C; }
    .tabs-component_tabs_grid .buttons-group-container_option.selected {
      background: transparent !important; }
    .tabs-component_tabs_grid_tab-content {
      color: #8194B5; }
      .tabs-component_tabs_grid_tab-content.active {
        color: #1F72F2;
        border-bottom-color: #1F72F2; }
  .tabs-component_content {
    min-height: 200px;
    height: 100%; }
    .tabs-component_content .ReactVirtualized__Table .ReactVirtualized__Table__headerRow {
      background: #2e3541; }
    .tabs-component_content .ReactVirtualized__Table .ReactVirtualized__Table__headerRow .ReactVirtualized__Table__headerColumn {
      color: #a1aab7;
      border: none;
      background: transparent; }
    .tabs-component_content .hide-last-header .ReactVirtualized__Table .ReactVirtualized__Table__headerRow .ReactVirtualized__Table__headerColumn:last-of-type {
      color: transparent;
      text-align: center !important; }
    .tabs-component_content .ReactVirtualized__Table .ReactVirtualized__Table__rowColumn {
      border: none !important;
      background: transparent !important;
      text-align: left !important;
      color: #fff; }
    .tabs-component_content .ReactVirtualized__Table .ReactVirtualized__Table__row {
      border-bottom: 1px solid #979797;
      background-color: #0e1115; }
    .tabs-component_content .column-options {
      display: flex;
      flex-direction: row;
      justify-content: flex-end;
      background: transparent !important; }
    .tabs-component_content .column-options_icon {
      background: transparent !important;
      padding: 0 8px;
      cursor: pointer; }
    .tabs-component_content div.ReactVirtualized__Table__headerColumn {
      height: fit-content; }
    .tabs-component_content .time-picker .input-number {
      margin: 0;
      box-sizing: unset; }
    .tabs-component_content .scroll-control.right,
    .tabs-component_content .scroll-control.left {
      display: none; }
  .tabs-component_actions {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 7px 0; }
    .tabs-component_actions_count {
      color: #fff;
      min-width: 180px;
      text-align: center; }
    .tabs-component_actions_icons {
      display: flex;
      flex-direction: row;
      min-width: 60px;
      justify-content: space-around;
      align-items: center; }
      .tabs-component_actions_icons_icon {
        cursor: pointer; }

.thumbnail-tooltip-container {
  position: relative;
  display: flex; }

.thumbnail-tooltip-container_wrapper {
  display: flex;
  flex-direction: column;
  background: rgba(255, 255, 255, 0.67);
  position: relative;
  border-radius: 3px;
  box-sizing: border-box; }

.thumbnail-tooltip-container_wrapper_image {
  flex: 1;
  padding: 3px;
  display: flex;
  justify-content: center;
  align-items: center; }

.thumbnail-tooltip-container_wrapper_image--empty {
  padding: 0; }

.thumbnail-tooltip-container_wrapper_image_thumbnail {
  display: flex;
  align-items: center;
  justify-content: center; }

.versions-container {
  width: 100%;
  display: flex;
  flex-direction: column; }

.versions-container_actions {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 7px 4px; }

.versions-container_actions_icon {
  cursor: pointer; }

.versions-container_table .radio-container div:not(.radio-container_radio_custom_inner_circle),
.versions-container_table .radio-container {
  background: transparent !important;
  color: #fff; }

.versions-container_table .radio-container .radio-container_radio_custom {
  margin-right: 15px !important; }

.video-details-container_row_column.two-columns {
  flex: 2 !important; }

.video-details-container_row_column .dropdown-ui-container {
  width: 100%; }
  .video-details-container_row_column .dropdown-ui-container_label-container_label {
    color: #8D919A; }

.video-details-container_row_column .toggle-ui-container_label {
  color: #8D919A; }

.commentslayer-content-container {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  position: relative;
  cursor: pointer;
  align-items: center; }

.commentslayer-content-container_segment {
  position: absolute;
  background: #bd10e0;
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center; }

.markupslayer-content-container {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  position: relative;
  cursor: pointer;
  align-items: center; }

.markupslayer-content-container_segment {
  position: absolute;
  background: #1F72F2;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center; }

.playhead-container {
  position: absolute;
  /* Height and top calculated based on container paddings */
  /* and scale layer height values */
  height: calc(100% - 55px);
  top: 45px;
  z-index: 5;
  cursor: pointer; }

.playhead-container_marker {
  width: 1.5px;
  background-color: red;
  height: 100%; }

.playhead-container_icon {
  position: absolute;
  left: -2px;
  top: -9px; }

.programtimingslayer-content-container {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  position: relative;
  cursor: pointer;
  align-items: center; }

.programtimingslayer-content-container_segment {
  position: absolute;
  background: #B8E986;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center; }

.scroll-container {
  overflow: hidden; }

.subtitleslayer-container {
  position: relative; }
  .subtitleslayer-container_label {
    color: #8194B5;
    height: 25px !important; }
  .subtitleslayer-container .timelinerow-container:not(:last-child) {
    border-bottom: none; }
  .subtitleslayer-container .timelinerow-container_label {
    padding-top: 0px; }

.subtitleslayer-content-container_content {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  position: relative;
  cursor: pointer;
  align-items: center; }

.subtitleslayer-content-container_content.loading {
  height: 25px;
  display: flex;
  justify-content: center;
  font-size: 12px;
  cursor: default;
  align-items: center; }

.subtitleslayer-content-container_content_item {
  position: absolute;
  background: #0AB3A0;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center; }

.subtitleslayer-content-container_content_item_text {
  color: #fff;
  font-family: Helvetica, Arial, sans-serif; }

.subtitleslayer-content-container_content_item_text.hidden {
  display: none; }

.subtitleslayer-label {
  display: flex;
  align-items: center;
  justify-content: flex-end; }
  .subtitleslayer-label_radio .radio-container_radio_title {
    letter-spacing: 0 !important; }

.audiolayer-container {
  width: 100%;
  display: flex;
  flex-direction: column; }
  .audiolayer-container_label {
    color: #8194B5;
    height: 25px !important; }

.audiolayer-content-container {
  margin-top: 25px; }

.audiolayer-label-container .assets-list {
  overflow-x: hidden;
  overflow-y: hidden;
  width: 100%;
  display: flex;
  justify-content: flex-end; }
  .audiolayer-label-container .assets-list_content {
    padding-top: 0px; }
    .audiolayer-label-container .assets-list_content_checkboxes {
      padding-top: 0px;
      min-height: unset !important;
      display: flex; }
      .audiolayer-label-container .assets-list_content_checkboxes .configuration-radio-container .radio-container_radio {
        width: 140px; }
        .audiolayer-label-container .assets-list_content_checkboxes .configuration-radio-container .radio-container_radio_title {
          letter-spacing: 0; }
      .audiolayer-label-container .assets-list_content_checkboxes .configuration-radio-container_audio-channels {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        padding-left: 0px; }
        .audiolayer-label-container .assets-list_content_checkboxes .configuration-radio-container_audio-channels > .checkbox-container {
          width: 125px; }
          .audiolayer-label-container .assets-list_content_checkboxes .configuration-radio-container_audio-channels > .checkbox-container_checkbox .radio-container_radio_title {
            letter-spacing: 0; }
          .audiolayer-label-container .assets-list_content_checkboxes .configuration-radio-container_audio-channels > .checkbox-container svg {
            margin-right: 0.5em; }

.audiolayer-content-container_content {
  display: flex;
  flex-direction: row;
  justify-content: center;
  position: relative;
  cursor: pointer;
  align-items: center;
  flex: 1;
  z-index: -10;
  margin-bottom: 5px; }

.audiolayer-content-container_content.loading {
  display: flex;
  justify-content: center;
  font-size: 12px;
  cursor: default;
  align-items: center;
  width: 100%;
  height: 100%;
  display: 'flex';
  text-align: center;
  height: 25px;
  margin-bottom: 5px; }

.audiolayer-content-container_content_item {
  position: absolute;
  background: #0AB3A0;
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center; }

.audiolayer-content-container_content_item_text {
  color: #fff;
  font-family: Helvetica, Arial, sans-serif; }

.audiolayer-content-container_content_item_text.hidden {
  display: none; }

.thumbnailslayer-content-container {
  overflow: hidden; }

.thumbnailslayer-content-container_scroll-area {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  position: relative;
  cursor: pointer; }

.thumbnailslayer-content-container_scroll-area.loading {
  height: 30px;
  display: flex;
  justify-content: center;
  font-size: 12px;
  cursor: default;
  align-items: center;
  border-left: 1px solid rgba(255, 255, 255, 0.07); }

.thumbnailslayer-content-container .thumbnail-container.scale {
  position: absolute;
  top: 0px; }

.thumbnailslayer-label-container {
  width: 100%; }

.timeline-timecode-container {
  display: flex;
  width: 100%;
  flex-direction: row; }

.timeline-timecode-container_timecode {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center; }

.timeline-timecode-container_timecode:not(:first-of-type) {
  margin-left: 25px; }

.timeline-timecode-container_timecode_input {
  margin-left: 5px;
  padding: 4px;
  border: 1px solid #4a4d55;
  outline: none;
  background: #24262c;
  border-radius: 2px; }

.timeline-timecode-container_timecode_input .time-picker {
  margin-right: -12px; }

.timeline-timecode-container_timecode_input .time-picker > input {
  font-size: 14px; }

.timeline-timecode-container_timecode_input .time-picker > .arrow-buttons {
  margin-left: 8px; }

.timeline-timecode-container_timecode.duration {
  margin-left: 15px; }

.timeline-timecode-container_timecode.duration .timeline-timecode-container_timecode_button {
  font-size: 13px; }

.timeline-timecode-container_timecode.duration .timeline-timecode-container_timecode_input {
  font-size: 13px;
  border: none;
  background: transparent;
  border-radius: 0;
  padding: 0;
  margin-left: 8px; }

.timeline-container {
  display: flex;
  width: 100%;
  flex-direction: column;
  background: transparent;
  color: #fff;
  position: relative; }
  .timeline-container.modal-button {
    padding-bottom: 68px !important; }
  .timeline-container_layer {
    min-height: 40px;
    display: flex;
    width: 100% !important;
    align-items: center;
    justify-content: center;
    /* Remove this border rule once the components will be used */
    border: 1px solid rgba(255, 255, 255, 0.07); }
  .timeline-container_conformance-button {
    width: 100%;
    height: 68px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 0px; }
    .timeline-container_conformance-button_button {
      width: auto; }

.timeline-instance-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  cursor: pointer; }
  .timeline-instance-container_header {
    box-sizing: border-box;
    height: 37px;
    background-color: #0E1115;
    display: flex;
    align-items: center;
    padding: 0 14.5px 0 10px;
    border-bottom: 1px solid rgba(129, 148, 181, 0.3); }
    .timeline-instance-container_header_title {
      display: flex;
      height: 100%;
      align-items: center;
      justify-content: flex-start;
      flex: 1; }
      .timeline-instance-container_header_title_text {
        margin-left: 10px;
        color: #ffffff;
        max-width: 570px; }
    .timeline-instance-container_header_actions {
      display: flex;
      align-items: center;
      justify-content: flex-end;
      height: 100%; }
      .timeline-instance-container_header_actions_icon:not(:first-of-type) {
        margin-left: 20px; }
      .timeline-instance-container_header_actions_icon.rotate > svg {
        transform: rotate(90deg); }
  .timeline-instance-container_content {
    display: none;
    width: 100%;
    flex-direction: column;
    opacity: 0.3;
    transition: opacity 0.5s linear; }
    .timeline-instance-container_content.visible {
      display: flex;
      opacity: 1; }
    .timeline-instance-container_content.empty {
      align-items: center;
      justify-content: center;
      min-height: 100px; }

.timelinerow-container {
  display: flex;
  width: 100%;
  height: 100%;
  flex-direction: row;
  border-bottom: 1px solid rgba(129, 148, 181, 0.3); }

.timelinerow-container_label {
  width: 160px;
  box-sizing: border-box;
  color: #8194B5; }
  .timelinerow-container_label > .aligned {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: flex-start;
    padding-left: 5px;
    box-sizing: border-box; }

.timelinerow-container_content {
  flex: 1;
  overflow: hidden; }

.timelinescale-container .timelinerow-container_label {
  padding: 0 1em 0 1em; }

.timescale-content_container,
.timescale-content_content {
  height: 100%; }

.timescale-content_content {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: flex-start; }

.timescale-content_content_second {
  border-left: 1px solid #fff;
  box-sizing: border-box;
  position: relative; }

.timescale-content_content_second_time {
  font-size: 12px;
  position: absolute;
  left: -33px; }

.timescale-label-container {
  display: flex;
  width: 100%;
  flex-direction: row;
  height: 35px;
  align-items: center;
  position: relative; }

.timescale-label-container_right {
  flex: 1;
  display: flex;
  height: 100%;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center; }

.timescale-label-container_right > .custom-button:not(:last-child) {
  margin-right: 5px; }

.timescale-label-container_left {
  display: flex;
  height: 100%;
  align-items: center; }

.timescale-label-container_left > svg {
  cursor: pointer; }

.timescale-label-container_right button:disabled {
  opacity: 0.5;
  cursor: not-allowed; }

.timescale-label-container_scale {
  flex: 1;
  display: flex;
  justify-content: flex-end; }

.timeline-settings-container_popup {
  background: #1b1e24;
  padding: 10px 0;
  display: flex;
  justify-content: center;
  width: 160px;
  border: 1.5px solid #1f6fe9;
  color: #fff;
  z-index: 5;
  position: absolute;
  left: 46px;
  top: -13px; }
  .timeline-settings-container_popup_content {
    display: flex;
    flex-direction: column; }
    .timeline-settings-container_popup_content_settings {
      display: flex;
      flex-direction: column;
      padding-top: 10px; }
      .timeline-settings-container_popup_content_settings .checkbox-container_checkbox > input[type='checkbox'] + .checkbox-container_checkbox_custom {
        width: 12px;
        height: 12px;
        box-sizing: border-box; }

.timeline-settings-container_arrow {
  border-right: 16px solid transparent;
  border-top: 12px solid transparent;
  position: relative;
  z-index: 6;
  border-bottom: 12px solid transparent;
  position: absolute;
  left: 30px; }
  .timeline-settings-container_arrow::before {
    border-right: 15px solid #1f6fe9;
    border-top: 12px solid transparent;
    bottom: -10px;
    content: "";
    position: absolute;
    right: -16px;
    border-bottom: 12px solid transparent; }
  .timeline-settings-container_arrow::after {
    border-right: 14px solid #1b1e24;
    border-top: 11px solid transparent;
    bottom: -9.5px;
    content: "";
    position: absolute;
    right: -18px;
    border-bottom: 11px solid transparent; }

.timeline-tooltip-container_content {
  position: absolute;
  z-index: 7;
  min-width: 150px;
  background: rgba(255, 255, 255, 0.75);
  border-radius: 2px;
  font-family: Helvetica, Arial, sans-serif;
  color: #000;
  padding: 8px;
  font-size: 12px;
  max-width: 300px;
  min-width: 191px; }

.timeline-tooltip-container_content_loop {
  position: absolute;
  top: 5px;
  right: 10px;
  width: 12px;
  height: 12px;
  cursor: pointer; }

.timeline-tooltip-container_content_info-panel_title {
  font-weight: bold;
  width: 128px;
  overflow: hidden;
  text-overflow: ellipsis; }

.timeline-tooltip-container_content_info-panel_interval {
  display: flex;
  flex-direction: row;
  font-weight: bold; }

.timeline-tooltip-container_content_content {
  padding-top: 10px; }

.timeline-tooltip-container_arrow {
  position: absolute;
  z-index: 7;
  border-top: 15px solid rgba(255, 255, 255, 0.75);
  border-left: 16px solid transparent;
  border-right: 16px solid transparent; }

.timeline-tooltip-container_content_info-panel {
  display: flex;
  flex-direction: column; }

.timeline-tooltip-container_content_avatar {
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-right: 3px; }

.timeline-tooltip-container_content_avatar > img {
  width: 100%; }

.timeline-tooltip-container_content_comment-date,
.timeline-tooltip-container_content_duration {
  padding-top: 5px;
  font-size: 11px; }


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