.uik-text-field-label {
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  width: 100%;
}

.MenuLinesList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    min-height: 30px;
  }
  /* TODO set with dp after transcoder UI merging */
  .MenuLinesItem:not(:first-of-type) {
      margin-left: 8px;
    }

.source-title-wrapper {
  position: relative;
  top: 15px;
  left: 14px;
}

.mediaOverviewPlayerContent {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
  .mediaOverviewPlayerContentBlank{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    cursor: pointer;
    z-index: 1100;
    background-color: #000;
  }

.mediaOverviewPlayerContentTriangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 62px 0 62px 106px;
  border-color: transparent transparent transparent #fff;
  opacity: 0.7;
}

.mediaOverviewPlayerContentTriangle:hover {
    opacity: 1;
  }

.mediaOverviewPlayerContentTriangle:active {
    opacity: 0.85;
  }

.uik-table-cell {
  padding: 0 5px;
  word-break: break-word;
}

.uik-table-block {
  border-bottom: 1px solid rgba(224, 224, 224, 1);
  padding: 4px 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.uik-header-block {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.uik-table-header-cell {
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  width: 100%;
}

.uik-table-header-cell span {
    font-weight: 300;
  }

@media (max-width: 1279px) {
    .uik-table-header-cell span {
      font-size: 14px;
    }

  .uik-table-block {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .uik-header-block {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.uik-sortable-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

:root {
  --dp: 4px;

  --colorBg: #fff;
  --colorGrayDark: #393939;
  --colorGray: #797979;
  --colorGrayLight: #b9b9b9;
  --colorGrayBorder: #ced4da;
  --colorGrayUltralight: #efefef;
  --colorRed: #fb1f70;

  --inputWidthXS: calc(var(--dp) * 24);
  --inputWidthS: calc(var(--dp) * 36);
  --inputWidthM: calc(var(--dp) * 48);
  --inputWidthL: calc(var(--dp) * 72);
  --inputWidthXL: calc(var(--dp) * 96);
  --inputHeight: calc(var(--dp) * 8);
  --inputColorBg: var(--colorBg);
  --inputColorLabel: var(--colorGray);

  --fontSizeHeaderXS: calc(var(--dp) * 2);
  --fontSizeHeaderS: calc(var(--dp) * 3);

  --fontWeightSemibold: 500;
}

@custom-media --xl-viewport (max-width: 1920px);

.MediaAuthDRMContainer {}

.MediaAuthDRMHeader {
      margin: 0;
      font-size: var(--fontSizeHeaderS);
      font-weight: var(--fontWeightSemibold);
      color: var(--colorGray);
    }

.MediaAuthDRMInput {
      margin-bottom: calc(var(--dp) * 8);
      margin-right: calc(var(--dp) * 8);
    }

.MediaAuthDRMInputMultipleContainer {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        height: calc(var(--dp) * 70);
      }

.dvr-toggle-wrapper {
  position: relative;
  top: 7px;
  margin-left: 8px;
}

.clients-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

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

.video-resolution {
  padding: 0 1px;
  border: 1px solid #333333;
  border-radius: 2px;
  height: 20px;
}

.switch {
  position: relative;
  height: 26px;
  width: 135px;
  background-color: rgba(0, 0, 0, 0.12);
  border-radius: 4px;
}

  .switch.disabled {
    opacity: 0.5;
  }

.switchSelection {
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 45px;
  height: 26px;
  border-radius: 4px;
  -webkit-transition: left 0.25s ease-out;
  -o-transition: left 0.25s ease-out;
  transition: left 0.25s ease-out;
}

.switchLabel {
  position: relative;
  z-index: 2;
  float: left;
  width: 45px;
  height: 26px;
  line-height: 26px;
  font-size: 11px;
  color: rgba(0, 0, 0, 0.6);
  text-align: center;
  cursor: pointer;
  margin: 0;
}

.switchLabelChecked {
  -webkit-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
  color: #fff;
}

.switchRadio {
  display: none;
}

.transcoderSettingsMainFormGroup {
  z-index: 2;
  width: 70%;
}

.header-stream-page__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header-stream-page__container {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

@media (max-width: 959px) {

.header-stream-page__container {
    margin-left: 0 !important;
    padding-left: 0 !important
}
  }

.page-nav-back-button-wrapper {
  position: relative;
}

.page-nav-back-button-wrapper .back-button {
  position: absolute;
  top: 19px;
  left: 20px;
}

.page-nav-back-button-wrapper .page-nav {
  margin-left: 130px;
}

.sourceByDefaultsWrapper {
  margin-left: 16px;
}

.source-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

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

@media (max-width: 599px) {
  .sourceByDefaultsWrapper {
    margin-left: 0;
  }
}

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

      margin-bottom: calc(var(--dp) * 8);
    }

.GlobalConfigActionsContainer > *:nth-child(2) {
        margin-left: calc(var(--dp) * 4);
        margin-right: calc(var(--dp) * 4);
      }

/* TODO Fix conflict between mui and bootstrap */

.GlobalConfigActionsContainer > label {
        margin: 0!important;
      }

.global-config-tabs {
  position: fixed;
  width: 100%;
  background: #ffffff;
  z-index: 2;
  padding-bottom: 10px;
}

.dvb-programs-add-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}

@media (max-width: 1279px) {
    .dvb-programs-add-wrapper {
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
    }
}
@media (max-width: 1279px) {
    .iptv-table-row {
        border-bottom: 1px solid rgba(224, 224, 224, 1);
        padding: 4px 0;
    }
}

.ClusterPageContainerMenuRow {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      height: calc(var(--dp) * 10);
      margin-bottom: calc(var(--dp) * 8);
    }

.ClusterPageContainerMenuButtons {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
    }

.ClusterPeerNameContainer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }

.ClusterPeerNameInput {

  }

.ClusterPeerNameButtonsRemove {

    }

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

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

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

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

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

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

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

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

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

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

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

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

/**
 * Remove inner padding and border in Firefox 4+.
 */

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

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

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

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

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

td,
th {
  padding: 0;
}

/* ------------ common begin ------------ */
code {
  font-family: 'Fira Mono', Monaco, 'Ubuntu Mono', Consolas, 'Courier New', monospace;
  background-color: transparent;
  color: #333;
}

svg:not(:root) {
  vertical-align: middle;
}

.ng-react-dvr {
  height: 600px;
  overflow: auto;
  resize: both;
}

.row-height {
  height: 40px;
}

.draggable-item .row-height {
  margin-bottom: 6px;
  height: 34px;
}

#media-content .row-height,
#global-config .row-height,
#pulseboard .row-height {
  margin-bottom: 10px; /* additional margin for form inputs */
}

#pulseboard .row-height {
  margin-bottom: 24px;
}

/* do not apply margin for nested rows */
.row-height .row-height {
  margin-bottom: 0 !important;
}

.auto-height {
  height: auto;
}

.monospaced {
  font-family: 'Fira Mono', Monaco, 'Ubuntu Mono', Consolas, 'Courier New', monospace;
}

.margin-left-10 {
  margin-left: 10px;
}
.margin-right-10 {
  margin-right: 10px;
}
.padding-left-10 {
  padding-left: 10px;
}
.padding-right-10 {
  padding-right: 10px;
}

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

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

.warning-border {
  border-bottom: 1px solid #aa8800;
}
.warning-text {
  color: #aa8800;
}

.error-border {
  border-bottom: 1px solid #a02c2c;
}
.error-text {
  color: #a02c2c;
}

.success-border {
  border-bottom: 1px solid #338000;
}
.success-text {
  color: #338000;
}

.notice-text {
  color: #787878;
  /*font-weight: 300;*/
}

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

.flex-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
/* ------------ common end ------------ */

/* ------------ action-button begin ------------ */
.action-button {
  font-size: 14px; /* about 10pt */
  font-weight: normal;
  color: #003cff;
  background-color: transparent;
  padding: 0 !important;
  margin: 0;
  border: none;
  border-bottom: 1px dotted #333;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.action-button.rect {
  border: 1px dotted #003cff;
  padding: 0 5px !important;
  border-radius: 3px;
}

.action-button.rect.filled {
  border-color: transparent;
  color: white;
  background-color: #003cff;
}

.action-button.rect.filled:hover {
  background-color: #f00;
}

.action-button.rect.filled[disabled] {
  color: #333;
  background-color: transparent;
  border: 1px dotted #333;
}

.action-button.danger {
  color: #f00;
}

.action-button.rect.danger {
  border-color: #f00;
}

.action-button.rect.active {
  border: 1px solid #333;
}

.action-button:hover {
  color: #f00;
}

.action-button:focus {
  outline: 0;
}

a.action-button {
  display: inline-block;
  text-decoration: none;
}

a.action-button:focus,
a.action-button:hover {
  text-decoration: none;
}

.action-button.active {
  color: #333;
  font-weight: 500;
}

.action-button[disabled] {
  color: #787878;
  font-weight: normal;
  border-color: #333;
}

#media-list .list-underline .action-button {
  margin-bottom: -1px; /* overlap border of list-underline */
}

.online-play-button .action-button {
  display: none;
  width: 90px;
  text-align: left;
}

#media-list .media-item .online-play-button .action-button {
  display: none;
  white-space: nowrap;
  margin-bottom: -1px;
}

#media-list .media-item .online-play-button:hover .action-button {
  display: block;
}

#media-page .logline .action-button {
  margin-bottom: -1px;
}
/* ------------ action-button end ------------ */

/* ------------ numeric-unit-input begin ------------ */
.numeric-unit-input .cycled-select {
  display: inline-block;
  cursor: pointer;
  white-space: nowrap;
}

.numeric-unit-input .MuiInputLabel-root {
  white-space: nowrap;
  overflow: hidden;
  max-width: 100%;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}
/* ------------ numeric-unit-input end ------------ */

/* ------------ labeled begin ------------ */
.labeled {
  width: 100%;
  position: relative;
}

.labeled .text-label {
  cursor: text;
  position: relative;
  bottom: -20px;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
  -webkit-transition-timing-function: ease-out;
       -o-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  font-weight: normal;
  color: #787878;
  font-size: 14px;
  height: 20px;
  overflow: hidden;
  line-height: 1.3;
}

.labeled.expanded .text-label {
  cursor: default; /* overwrite cursor: text */
  padding-top: 4px;
  bottom: -2px;
  font-size: 12px;
}

.labeled.expanded .text-label > .main {
  font-weight: 500;
  margin-right: 10px;
}

.labeled.error input {
  border-bottom: 1px solid #f00;
}

.labeled.error.expanded .text-label {
  color: #f00;
}

.labeled.error.expanded .text-label > .main {
  color: #787878;
}

.labeled.warning .form-input input {
  border-bottom: 1px solid #aa8800;
}

.labeled.warning.expanded .text-label {
  color: #aa8800;
}

.labeled.warning.expanded .text-label > .main {
  color: #787878;
}

.disable-select {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* ------------ labeled end ------------ */

/* ------------ tokenline begin ------------ */
.tokenline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.tokenline input {
  height: 20px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.tokenline input,
.tokenline .tokens,
.tokenline .tokens > div {
  margin: 0;
  padding: 0;
  border: none;
  border-bottom: 1px solid #d9d9d9;
}

.tokenline > .tokens > div {
  height: 20px;
  display: inline-block;
  margin-right: 5px;
  padding: 0;
  padding-left: 2px;
  /*background-color: #E6E6E6;*/
  border: 1px solid #e6e6e6;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.tokenline > .tokens > div > .remove {
  padding: 0 3px;
  color: #003cff;
  font-weight: 500;
  border-radius: 3px;
  margin-left: 5px;
  cursor: pointer;
  cursor: hand;
}

.tokenline.disabled input:disabled,
.tokenline.disabled .tokens,
.tokenline.disabled .tokens > div {
  background-color: transparent;
  color: #787878;
}

.tokenline.changed input,
.tokenline.changed .tokens,
.tokenline.changed .tokens > div {
  border-bottom: 1px solid #809eff;
}

.tokenline.changed.focus input:focus,
.tokenline.changed.focus .tokens,
.tokenline.changed.focus .tokens > div {
  border-bottom: 1px solid #003cff;
}

.tokenline.focus input:focus,
.tokenline.focus .tokens > div,
.tokenline.focus .tokens {
  outline: 0;
  border-bottom: 1px solid #333;
}
/* ------------ tokenline end ------------ */

/* ------------ progressbar begin ------------ */
.progressbar {
  width: 100%;
  height: 20px;
  border-bottom: 1px solid #d9d9d9;
}

.progressbar .pline {
  position: relative;
  top: 2px;
  height: 1px;
  background-color: #003cff;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
/* ------------ progressbar end ------------ */

/* ------------ modal begin ------------ */
#modal-overlay {
  visibility: visible;
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.4);
}

#modal-overlay > #modal-content {
  position: relative;
  width: 960px;
  margin: 120px auto;
  background-color: #fff;
  border: 1px solid #555;
  padding: 20px;
}
@media (max-width: 959px) {
  #modal-overlay > #modal-content {
    width: 100%;
  }
}

#modal-content .close {
  cursor: pointer;
  cursor: hand;
  width: 30px;
  height: 30px;
  position: absolute;
  text-align: center;
  top: 7px;
  right: 7px;
  font-size: 24px;
}
/* ------------ modal end ------------ */

/* ------------ headers begin ------------ */
#header-top-nav,
#header-additional-nav {
  font-size: 14px; /* about 10pt */
}

#header-top-nav {
  width: 100%;
  height: 60px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: none;
  border-bottom: 1px dashed #d9d9d9;
}

#header-top-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#header-top-nav li {
  /*padding-top: 15px;*/
  display: inline-block;
  margin-right: 10px;
}

#header-top-logout {
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#header-info-line {
  color: #787878;
  font-weight: 300;
}

#header-top-nav #header-info-line li {
  margin-right: 0;
  margin-left: 10px;
}

#header-info-line .header-info-line-connected {
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  text-align: right;
}
@media (max-width: 959px) {
  #header-info-line .header-info-line-connected {
    overflow: visible;
  }
}

#header-page-nav {
  /* same for #media-page */
  border: none;
}
@media (max-width: 959px) {
  #header-page-nav {
    border: none;
  }
}
/* ------------ headers end ------------ */

/* ------------ media list begin ------------ */
.transcoder-icon {
  display: inline-block;
  //margin-bottom: -3px;
  width: 16px;
  height: 16px;
  background: url(/flu/admin3/f554e27e270c9762923df9beb950d15d.png) -16px -16px;
}

/* two columns above merged into one */
.kbps-runtime-column {
  -webkit-box-flex: 2;
      -ms-flex: 2 1 165px;
          flex: 2 1 165px;
  overflow: hidden;
  white-space: nowrap;
}

.column-caption {
  font-family: 'CustomFont', sans-serif;
  color: #787878;
  font-size: 19px; /* about 14pt; */
  font-weight: 300;
  margin: 0;
  display: inline-block;
  white-space: nowrap;
}

@media (max-width: 599px) {
  .column-caption {
    font-size: 14px;
  }
}

th.column-caption {
  display: table-cell;
}

.column-caption .sort-icon {
  display: inline-block;
  width: 8px;
  height: 12px;
  background-repeat: no-repeat;
}

.column-caption.caption-sortable-none,
.column-caption.caption-sortable-down,
.column-caption.caption-sortable-up {
  cursor: pointer;
  -webkit-user-select: none; /* Chrome all / Safari all */
  -moz-user-select: none; /* Firefox all */
  -ms-user-select: none; /* IE 10+ */
  user-select: none; /* Likely future */
}

.column-caption.caption-sortable-down,
.column-caption.caption-sortable-up {
  color: #003cff;
}

.column-caption.caption-sortable-none .sort-icon {
  background: url(/flu/admin3/f554e27e270c9762923df9beb950d15d.png) -16px -2px;
}

.column-caption.caption-sortable-down .sort-icon {
  background: url(/flu/admin3/f554e27e270c9762923df9beb950d15d.png) -30px -2px;
}

.column-caption.caption-sortable-up .sort-icon {
  background: url(/flu/admin3/f554e27e270c9762923df9beb950d15d.png) -23px -2px;
}

.head-text {
  font-family: 'CustomFont', sans-serif;
  color: #333;
  font-weight: 300;
  font-size: 22px;
  margin: 0;
  height: 30px;
}

#media-list .list-underline {
  width: 100%;
  border-bottom: 1px solid #d9d9d9;
  padding-right: 10px;
}

#media-list .list-underline .warning-border {
  margin-bottom: -1px; /* overlap border of list-underline */
}

#media-list .list-underline .error-border {
  margin-bottom: -1px; /* overlap border of list-underline */
}

#media-list .list-underline .success-border {
  margin-bottom: -1px; /* overlap border of list-underline */
}

#media-list .dvr-recorded-line {
  height: 3px;
  width: 100%;
  position: relative;
  overflow: hidden;
}

#media-list .dvr-recorded-line svg {
  position: absolute;
  right: 0;
}

#media-list .source-urls-switcher {
  height: 12px;
  width: 200px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

#media-list .source-urls-switcher svg.urls {
  position: absolute;
  left: 0;
  bottom: 0;
  overflow: visible;
}

#media-list .source-urls-switcher svg.urls circle.switchable {
  cursor: pointer;
  cursor: hand;
}

#media-list .source-urls-switcher svg.urls circle.switchable:hover {
  fill: #003cff !important;
}

#media-list .source-urls-switcher svg.pushes {
  position: absolute;
  left: 0;
}
#media-list .source-urls-switcher .fade-block {
  width: 15px;
  height: 30px;
  position: absolute;
  left: 93px;
  top: -15px;
  z-index: 1;
  -webkit-box-shadow: inset -7px 0 10px 0 rgba(255,255,255,1);
          box-shadow: inset -7px 0 10px 0 rgba(255,255,255,1);
  display: none;
}

.overview-page-media-stats .MuiTableCell-root {
  padding-top: 0;
  padding-right: 0;
  border-bottom: 0;
}
/* ------------ media list end ------------ */

/* media page */

#media-page .track {
  height: 20px;
  color: #333;
  border-bottom: 1px solid #333;
}

#media-page .track-video {
  color: #285e8e;
  border-color: #285e8e;
}

#media-page .track-audio {
  color: #a02c2c;
  border-color: #a02c2c;
}

#media-page .stream-input-url {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#media-page .stream-input-url > .switch-block {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 55px;
          flex: 0 0 55px;
  min-width: 64px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#media-page .stream-input-url .underline {
  border-bottom: 1px solid #d9d9d9;
}

#media-page .source-input-url {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#media-page .vod-input-path {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#media-page .vod-input-path .browse-block {
  width: 60px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60px;
          flex: 0 0 60px;
}

#media-page .vod-input-path .underline {
  border-bottom: 1px solid #d9d9d9;
}

#media-page .logline {
  border-bottom: 1px solid #d9d9d9;
}

#media-page .file-list-item {
  height: 27px;
  padding: 0;
  padding-top: 8px;
  margin-bottom: 4px;

  padding-left: 5px;

  border-bottom: 1px solid transparent;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;
}

#media-page .file-list-item:hover {
  border-bottom: 1px solid #d9d9d9;
}

#media-page .file-list-item .icon {
  width: 16px;
  height: 16px;
  margin-right: 10px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16px;
          flex: 0 0 16px;
  text-align: center;
}

#media-page .file-list-item.directory .icon {
  background: url(/flu/admin3/f554e27e270c9762923df9beb950d15d.png) 0 0;
}

#media-page .file-list-item.file .icon {
  background: url(/flu/admin3/f554e27e270c9762923df9beb950d15d.png) 0 -32px;
}

#media-page .file-list-item.video .icon {
  background: url(/flu/admin3/f554e27e270c9762923df9beb950d15d.png) 0 -16px;
}

#media-page .file-list-item .name {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.save-button {
  position: fixed;
  z-index: 100;
  width: 100%;
  height: 60px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* pulseboard */

#pulseboard #pulse-desc code {
  /*display: block;*/
  padding: 0;
  padding-right: 0.5em;
}

.pulse-flow.loading {
  border: 1px solid #eee;
  font-size: 48px;
  color: #787878;
  text-align: center;
}

.uplot {
  border: 1px solid #9e9e9e;
  padding: 5px;
}

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

.custom-button {
  text-transform: uppercase;
  background: transparent;
  border: none;
  font-weight: 500;
  font-size: 12px;
}

.custom-icon-button {
  background: transparent;
  border: none;
  padding: 4px;
  border-radius: 50%;
}

.drag-handle {
  cursor: -webkit-grab;
  cursor: grab;
}

.stream-page-header {
  background: #fff;
  position: fixed;
  z-index: 1000;
  left: 0;
  width: 100%;
}

