.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;
}

.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;
  }
}

.pagination-root .MuiTablePagination-spacer {
        display: none;
    }
    .pagination-root .MuiToolbar-gutters {
        padding-left: 0;
    }

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

/* ------------ 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;
}

.page-header {
  padding: 0 0 8px 0;
}

@media (max-width: 599px) {
  .inner-page-header-wrapper {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

/* ------------ headers end ------------ */

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

/* 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 {
  display: block ;
  text-decoration: underline;
  font-size: 12px;
  margin-top: 4px;
}

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

#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;
  width: 100%;
}

.pagination-preloader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.table-block-without-border {
  padding: 4px 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.actions-icon-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.actions-text-buttons {
  text-align: right;
}
@media (max-width: 1279px) {
  .actions-icon-buttons {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .actions-text-buttons {
    text-align: left;
  }
}

.output-clients {
  white-space: nowrap;
}

.active-menu-item {
  padding: 1px 4px 0 4px;
  background: #fde8ef;
  border-radius: 5px;
}
.active-menu-item:hover {
  text-decoration: none !important;
  cursor: default;
}

.upload-button-input {
  display: none;
}
.upload-button-label {
  margin: 0;
}

.panel-summary.Mui-focusVisible {
  background-color: #fff;
}

.auth-backends-list-item {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.auth-backends-list-item-edit {
  height: 34px;
}

.cluster-indicator {
  width: 13px;
  height: 13px;
  border-radius: 50%;
  display: block;
}
.cluster-indicator.indicator-green {
  background: #4caf50;
}
.cluster-indicator.indicator-gray {
  background: #616161;
}

.dvr-title-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@font-face {
  font-family: 'icomoon';
  src: url(/flu/admin3/246936413e054c334edf57d45f995410.woff2) format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-arrow_02:before {
  content: "\E900";
}
.icon-arrow_03:before {
  content: "\E901";
}
.icon-arrow:before {
  content: "\E902";
}
.icon-avatar:before {
  content: "\E903";
}
.icon-chassis:before {
  content: "\E904";
}
.icon-check:before {
  content: "\E905";
}
.icon-close:before {
  content: "\E906";
}
.icon-cloud:before {
  content: "\E907";
}
.icon-cluster:before {
  content: "\E908";
}
.icon-config:before {
  content: "\E909";
}
.icon-copy:before {
  content: "\E90A";
}
.icon-filter:before {
  content: "\E90B";
}
.icon-forum:before {
  content: "\E90C";
}
.icon-info:before {
  content: "\E90D";
}
.icon-ip-cameras:before {
  content: "\E90E";
}
.icon-iptv:before {
  content: "\E90F";
}
.icon-license-keys:before {
  content: "\E910";
}
.icon-logout:before {
  content: "\E911";
}
.icon-media:before {
  content: "\E912";
}
.icon-menu:before {
  content: "\E913";
}
.icon-payments:before {
  content: "\E914";
}
.icon-play:before {
  content: "\E915";
}
.icon-plus:before {
  content: "\E916";
}
.icon-pulse:before {
  content: "\E917";
}
.icon-purchase-new-license:before {
  content: "\E918";
}
.icon-restart:before {
  content: "\E919";
}
.icon-retroview:before {
  content: "\E91A";
}
.icon-search:before {
  content: "\E91B";
}
.icon-success:before {
  content: "\E91C";
}
.icon-support:before {
  content: "\E91D";
}
.icon-tickets:before {
  content: "\E91E";
}
.icon-trash:before {
  content: "\E91F";
}
.icon-upgrade:before {
  content: "\E920";
}

