@charset "UTF-8";
/* CSS Document */
/*************************************************
//////////////////////////////////////// CONTENTS MAIN
**************************************************/
.add-scroll-y {
  overflow-y: auto;
  padding-right: 5px;
}

.add-scroll-y.maxHeight500 {
  height: fit-content;
  max-height: 500px;
}

*::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

*::-webkit-scrollbar-thumb {
  background-color: #c1c1c1;
  background-clip: content-box;
}

*::-webkit-scrollbar-thumb:horizontal {
  border-left: unset;
}

*::-webkit-scrollbar-corner {
  background-color: transparent;
}

.flex-break {
  flex-basis: 100%;
  height: 0;
}

.contents {
  /*grid-area: main;*/
  padding: 5px 5px 0 5px;
  overflow: hidden;
  flex: 1 1 auto;
  display: unset !important;
}

.contents .section {
  display: flex;
  height: 100% !important;
}

.contents .section.notloaded {
  display: none;
}

.contents .section.sec_profile {
  margin-bottom: 100px;
}

.contents .section.loading {
  background: #FAFAFA url("../imgs/loading.gif") center 33px no-repeat;
  border: 1px solid #DADADA;
  padding: 15px 0 25px;
  cursor: default;
  text-align: center;
  color: #999;
  font-size: 16px;
  display: block;
}

.contents.searching {
  /*filter:alpha(opacity=40);-moz-opacity:.40;opacity:.40;*/
}

/*************
*** SECTIONCONTENTS
*************/
.sectioncontents,
.sectionpanels,
.maincontents {
  width: 100%;
  height: inherit;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.maincontents .sectioncontents {
  margin-left: 0;
}

.sectioncontents.rr,
.sectionpanels.rr {
  margin-right: 256px;
}

.sectioncontents.wide,
.sectionpanels.wide {
  margin: 0;
}

.section_tools {
  display: none !important;
}

/*************
*** BIG PANELS TABS
*************/
.sectiontabs {
  margin-bottom: 2px;
  display: flex;
  justify-content: flex-start;
  width: 100%;
  flex-wrap: wrap;
  height: auto;
  flex-shrink: 0;
}

.maincontents .sectiontabs,
.sectiontabs.wide {
  margin-left: 0;
}

.sectiontabs .stab {
  background: #FAFAFA;
  border: 1px solid #E5E5E5;
  height: 33px;
  cursor: pointer;
  max-width: 230px;
  box-sizing: border-box;
  display: flex;
  width: 75px;
  flex-grow: 1;
  margin: 0 2px 2px 0;
  position: relative;
  align-items: center;
}

.sectiontabs .stab.searchresultstab,
.sectiontabs .stab.add {
  width: auto;
  display: flex;
  color: #666;
  font-size: 12px;
  font-weight: bold;
  height: 33px;
  align-items: center;
  text-align: center;
  box-sizing: border-box;
  flex-grow: 0;
  flex-shrink: 0;
}

.sectiontabs .stab.searchresultstab .search-label {
  margin: 0 6px;
}

.sectiontabs .stab.searchresultstab .ctm {
  padding: 8px 7px 7px 8px;
  margin-left: auto;
  height: 100%;
  display: flex;
  box-sizing: border-box;
}

.sectiontabs .stab.searchresultstab .ctm:hover {
  background: rgba(255, 255, 255, 0.25);
}

.sectiontabs .stab.searchresultstab .ctm.ctmon {
  background: #FFF;
}

.sectiontabs .stab.searchresultstab .ctm.ctmon:after {
  content: "";
  background: #FFF;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -1px;
  z-index: 50001;
  /*width: 2px;*/
}

.sectiontabs .stab.searchresultstab .ctm .cic {
  background: url("../imgs/icons.png") 0 -96px;
  width: 16px;
  height: 16px;
  align-self: center;
}

.sectiontabs .stab.searchresultstab .assets-views.ctm .cic {
  background: url("../imgs/icons.png") -80px -64px;
}

.sectiontabs .stab.searchresultstab .ctm.ctm--fa {
  padding: 0;
  justify-content: center;
  align-items: center;
  width: 2rem;
  margin-left: unset;
}

.sectiontabs .stab:last-child {
  margin-right: 0;
}

.sectiontabs .stab.add {
  width: auto !important;
  float: right;
  padding: 8px 14px 10px;
  margin-right: 0;
}

.sectiontabs .stab > .icon {
  border: 1px solid #E5E5E5;
  background: #FFFFFF no-repeat center center;
  background-size: cover;
  flex-shrink: 0;
  width: 31px;
  height: 100%;
  margin-left: -1px;
}

.sectiontabs .stab .icon.hidden {
  display: none;
}

.sec_assets .sectiontabs .stab > .icon,
.sec_requests .sectiontabs .stab > .icon {
  width: 48px;
}

.sectiontabs .stab.active {
  background-color: #FEDC89;
  border: 1px solid #FDB913;
  color: #333;
}

.sectiontabs .stab.active > .icon {
  border: 1px solid #C5AB6F;
}

.sectiontabs .stab:hover {
  border-color: #FDB913;
}

.sectiontabs .stab:hover .icon {
  border-color: #DADADA;
}

.sectiontabs .stab.active:hover {
  border-color: #FDB913;
}

.sectiontabs .stab.active:hover .icon {
  border-color: #C5AB6F;
}

.sectiontabs .stab .label {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 12px;
  font-weight: bold;
  color: #666;
  padding-left: 5px;
  flex-grow: 1;
  margin-top: -1px;
}

.sectiontabs .stab.active .label {
  color: #000;
}

.sectiontabs .stab .close {
  display: none;
  /*margin: -2px 4px 0 4px;*/
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  /*background: url(../imgs/remove.png) top left repeat-x;*/
  color: #999999;
  font-family: "Font Awesome 6 Free", serif;
  font-weight: 900;
  align-items: center;
  justify-content: center;
}

.sectiontabs .stab .close::before {
  content: "\f057";
}

.sectiontabs .stab:hover .close,
.sectiontabs .stab.active .close {
  display: flex;
}

.sectiontabs .stab .close:hover {
  color: #333333;
}

.sectiontabs .stab .progs {
  margin-left: 51px;
  display: flex;
  flex-direction: row;
  position: absolute;
  left: -2px;
  right: -1px;
  bottom: -1px;
}

.sectiontabs .stab .progs .upprog,
.sectiontabs .stab .progs .encprog {
  background-color: #FFF;
  border: 1px solid #ECECEC;
  border-left: 0 none;
  height: 5px;
  display: none;
  width: 100%;
  box-sizing: border-box;
}

.sectiontabs .stab .upprog.uploading,
.sectiontabs .stab .encprog.encoding {
  display: block;
}

.sectiontabs .stab .upprog .upprogbar,
.sectiontabs .stab .encprog .encprogbar {
  height: 100%;
  width: 0;
  border-right: 1px solid #FDB913;
  background: url("../imgs/uploading.gif") #FEDC89;
}

.sectiontabs .stab.active .upprog,
.sectiontabs .stab.active .encprog {
  border-color: #FDB913;
}

/*************
*** CONTENT PANEL
*************/
.contentpanel,
.subcontentpanel,
.advsearch {
  display: flex;
  flex-direction: column;
  cursor: default;
  /*float: right;*/
  width: 100%;
  height: inherit;
  overflow: hidden;
}

/*.contentpanel {*/
/*grid-area: contentpanel;*/
/*z-index: 0;*/
/*visibility: hidden;*/
/*}*/
.subcontentpanel .subcont {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.contentpanel.loading,
.subcontentpanel .subcont.loading {
  background: #FAFAFA url("../imgs/loading.gif") center 33px no-repeat;
  border: 1px solid #DADADA;
  padding: 15px 0 25px;
  cursor: default;
  text-align: center;
  color: #999;
  font-size: 16px;
  float: none;
  height: fit-content;
}

.contentpanel .loaderror,
.subcontentpanel .loaderror {
  background: #FCC;
  border: 1px solid #C99;
  padding: 15px 0;
  cursor: default;
  text-align: center;
  color: #666;
  font-size: 16px;
  width: auto;
  float: none;
}

.contentpanel .notfound {
  clear: left;
  background-color: #ECECEC;
  padding: 30px;
  margin-bottom: 4px;
  cursor: default;
  text-align: center;
  color: #999;
  font-size: 16px;
}

.contentpanel .tabs .tabpanel .notfound {
  background: #FCC;
  border: 1px solid #C99;
  color: #666;
  min-height: 0;
}

.contentpanel .noresults {
  clear: left;
  background-color: #FAFAFA;
  padding: 10px;
  margin-bottom: 4px;
  cursor: default;
  text-align: center;
  color: #999;
  font-style: italic;
  font-size: 16px;
}

/*************
*** CONTENT LIST
*************/
.listheader-flex {
  display: flex;
  background-color: #ECECEC;
  border-bottom: 1px solid #C0C0C0;
  margin-bottom: 4px;
  padding: 3px;
}

.advsearch .bg,
.listheader,
.listfooter {
  margin-bottom: 4px;
  background-color: #ECECEC;
  border-bottom: 1px solid #C0C0C0;
  padding: 3px;
  line-height: 14px;
  font-size: 11px;
}

.listheader {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  gap: 3px 0;
}

/* ====== Grid común (header + filas) ====== */
.listheader--grid,
.listitem--grid {
  display: grid !important;
  grid-template-columns: minmax(200px, 4fr) repeat(4, minmax(90px, 1fr));
  align-items: center;
  column-gap: 12px;
}

/* Header de columnas */
.listheader--grid {
  position: sticky;
  top: 0;
  z-index: 2;
  background: #f7f7f7;
  border-bottom: 1px solid #ddd;
  padding: 0.5rem;
  font-weight: 600;
  color: #444;
}

/* Filas */
.listitem--grid {
  padding: 4px 8px !important;
  border-bottom: 1px solid #eee;
  background: #fff;
}

#mainlist_qc_templates_search .listitem--grid:hover {
  background: #f0f6ff;
}

/* Columna icono */
.listitem--grid .icon,
.listheader--grid .col-icon {
  width: 32px;
  height: 24px;
  border-radius: 4px;
  background: #e9e9e9;
}

/* Alineación de contenido */
.listitem--grid .idata {
  font-size: 1rem;
}

.listitem--grid .idata,
.listheader--grid .idata {
  display: flex;
  align-items: center;
}

.listitem--grid .s5 {
  font-weight: 500;
  color: #222;
}

.listitem--grid .s2,
.listheader--grid .s2 {
  justify-content: center;
}

.listitem__item-id {
  font-size: 0.9rem;
  font-style: italic;
  font-weight: normal;
  margin-left: 0.2rem;
  color: #666666;
}

/* Iconos de checks (pueden ser emojis, svg, fontawesome) */
.qc-icon {
  font-size: 1.5rem;
  line-height: 1;
  display: inline-block;
  color: #666666;
}

/* Contenedor con scroll vertical ya existente */
.add-scroll-y {
  overflow-y: auto;
}

.listheader--flex {
  justify-content: space-between;
  flex-wrap: nowrap;
}

.advsearch .bg {
  height: auto;
}

.advsearch {
  height: auto;
  display: none;
}

.advsearch.opened {
  display: block;
}

.advsearch form {
  padding: 2px;
  background: #FAFAFA;
}

.advsearch .searchoptions .fblock {
  margin: 0 18px 0 0;
}

.advsearch .datepicker {
  width: 75px;
  text-align: center;
}

.contentpanel .advsearchbut {
  padding: 2px 6px;
  background: #FAFAFA;
  float: left;
}

/*** LIST HEADER ***/
.listheader .breadcrumbs {
  clear: none;
  float: left;
  font-size: 11px;
  background: #FAFAFA;
  padding: 1px;
  line-height: 16px;
  overflow: hidden;
  max-width: 100%;
}

.listheader .breadcrumbs .bcitem {
  float: left;
  height: 16px;
  margin-right: 7px;
  cursor: pointer;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 170px;
}

.listheader .breadcrumbs .bcitem:last-child {
  margin-right: 3px;
}

.listheader .breadcrumbs .bcitem .icon {
  height: 16px;
  width: 16px;
  float: left;
  background: #F00;
  margin-right: 4px;
  background: url(../imgs/icons.png) no-repeat -224px 0;
}

.listheader .breadcrumbs .bcitem.folder .icon {
  background-position: -192px -48px;
}

.listheader .breadcrumbs .bcitem.root .icon {
  background-position: -192px -32px;
}

.listheader .breadcrumbs .bcitem:hover {
  color: #DF9B00;
}

.listheader .cat,
.listfooter .cat {
  clear: none;
  float: left;
  font-size: 11px;
  background: #FAFAFA;
  height: 17px;
  padding: 1px 4px 0;
}

.listheader .cat .c,
.listfooter .cat .c {
  padding-top: 1px;
}

.listheader .cat .s,
.listfooter .cat .s {
  margin-top: 4px;
}

.listheader .tag,
.listfooter .tag {
  float: left;
  height: 14px;
  padding: 0 0 2px 3px;
  margin-left: 12px;
}

.listheader .remover,
.listfooter .remover {
  display: inline-block;
  height: 16px;
  width: 16px;
  background: url("../imgs/remove.new.png") 0 0 no-repeat;
  cursor: pointer;
  margin: 1px -3px -6px 0;
}

.listheader .tag .remover,
.listfooter .tag .remover {
  margin: 0 0 -4px -2px;
}

.listheader .remover:hover,
.listfooter .remover:hover {
  background-position: -16px 0;
}

.listfooter {
  margin-bottom: 4px;
}

/*** MAIN LIST ***/
.mainlist {
  /*margin-bottom: 5px;*/
  /*min-height: 150px;*/
  /*overflow: auto;*/
  /*overflow-x: hidden;*/
  /*width: 100% !important;*/
  width: auto !important;
  height: 100%;
  /*position: relative;*/
  display: flex;
  flex-direction: column;
}

.mainlist .listitem .sifterstatus {
  color: #FFF;
  padding: 0;
  width: 100px;
  overflow: hidden;
  height: 42px;
  text-align: center;
  float: right;
  font-weight: bold;
  text-shadow: 0 0 2px #333;
  display: table;
  border: 1px solid rgba(0, 0, 0, 0.15);
  /*background: url('../imgs/bgglass.png') repeat-x center center;*/
}

.mainlist .listitem .sifterstatus .siftertext {
  display: table-cell;
  vertical-align: middle;
}

.main-list-footer {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.main-list-footer__button {
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  border: 1px solid #333333;
  color: #333333;
  background-color: #ececec;
  padding: 4px 8px;
  cursor: pointer;
}

.main-list-footer__button--add {
  background-color: #E14836;
  border-color: #E14836;
  color: white;
}

.main-list-footer__button-label {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  font-size: 15px;
}

/*** LIST FIELDS ***/
.listitem .idata-flex {
  font-weight: bold;
}

.idata-flex {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  align-self: center;
}

.idata-flex.first {
  margin-left: 20px;
  width: 200px;
}

.remote-encoder__data-title {
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 4px;
}

.remote-encoder__data {
  display: flex;
  align-items: center;
}

.remote-encoder__data > span {
  margin-right: 4px;
}

.remote-encoder__data .status-flex,
.cmenu .cmitem .status-flex,
.idata-flex.status-flex {
  border: 1px solid white;
  font-weight: unset;
  border-radius: 3px;
  padding: 5px;
  display: flex;
  justify-content: center;
  width: 130px;
}

.cmenu .cmitem .status-flex {
  margin: -5px -12px 0 -26px;
  font-size: 11px;
  height: 14px;
}

.idata {
  float: none;
  margin-left: 2px;
  margin-right: 70%;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 11px;
  min-height: 14px;
  flex-shrink: 0;
}

.idata.lefter {
  margin: 0 5px 0 0;
  float: left;
}

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

.idata.tall {
  height: auto;
}

.idata.righter {
  margin: 0 0 0 5px;
  float: right;
}

.idata.text {
  overflow: auto;
  text-overflow: unset;
  white-space: normal;
  width: auto;
  float: none;
}

.idata.toper {
  margin: 0 0 5px;
  color: #777;
}

.idata.large {
  width: 360px;
}

.idata.medium {
  width: 280px;
}

.idata.small {
  width: 200px;
}

.idata.tiny {
  width: 170px;
}

.idata.iflex {
  flex-direction: row;
  display: flex;
  flex-grow: 1;
  flex-shrink: 0;
  gap: 5px;
}

.idata.sicon {
  width: 32px;
  height: 32px;
  margin: 0 6px 0 0;
}

.idata.s1 {
  width: 60px;
}

.idata.s2 {
  width: 120px;
}

.idata.s3 {
  width: 180px;
}

.idata.s4 {
  width: 240px;
}

.idata.s5 {
  width: 300px;
}

.idata.s6 {
  width: 360px;
}

.idata.s7 {
  width: 420px;
}

.idata.s8 {
  width: 480px;
}

.idata.s8 {
  width: 540px;
}

.idata.s9 {
  width: 600px;
}

.idata.sauto {
  width: auto;
}

.idata.s1h {
  width: 90px;
}

.idata.s2h {
  width: 150px;
}

.idata.s3h {
  width: 210px;
}

.idata.s4h {
  width: 270px;
}

.idata.s5h {
  width: 330px;
}

.idata.s6h {
  width: 390px;
}

.idata.s7h {
  width: 450px;
}

.idata.s8h {
  width: 510px;
}

.idata.s8h {
  width: 570px;
}

.idata.s9h {
  width: 630px;
}

.idata.status_waiting {
  color: #4b4a4c;
}

.idata.status_received {
  color: #d49136;
}

.idata.status_matched {
  color: #66cc66;
}

.idata.status_processed {
  color: #6c9cc1;
}

.idata.status_expired {
  color: #c13331;
}

.listheader .idata.sicon {
  height: 14px;
}

.idata.sauto {
  width: auto;
  float: none;
}

.idata .dleft,
.idata .dright {
  width: 50%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.idata .dleft {
  float: left;
}

.idata .dright {
  float: right;
  width: 50%;
}

.idata .dleft.wide {
  width: auto;
}

.idata.no {
  color: #900;
  font-weight: bold;
}

.idata.yes {
  color: #090;
  font-weight: bold;
}

.idata.type.superadmin {
  color: #600;
}

.idata.type.groupadmin {
  color: #060;
}

.idata.type.user {
  color: #369;
}

.idata.type.viewer {
  color: #666;
}

.utype.superadmin {
  color: #600;
}

.utype.groupadmin {
  color: #060;
}

.utype.user {
  color: #369;
}

.utype.viewer {
  color: #666;
}

.idata .ugdata,
.idata .destdesc {
  background: transparent;
  padding: 0;
  border: 0;
  width: 100%;
  float: left;
  margin: 0;
  font-weight: normal;
  font-size: 11px;
}

.idata .destdesc img {
  border: 0;
}

.idata .destdesc .desttit {
  font-weight: normal;
  margin: 2px 7px 0 0;
  color: #666;
}

.idata .fixobj {
  height: 45px;
}

.idata .assdesc {
  margin-bottom: -3px;
  border: 0;
  background: transparent;
  font-weight: normal;
  font-size: 11px;
  padding: 0;
  min-height: 47px;
}

.idata .assdesc:hover {
  border: 0;
}

.idata .ugdata .name {
  color: #666;
  font-weight: normal;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.idata .ugdata img {
  border: 0;
}

.idata .count {
  width: 25px;
  border-radius: 5px;
  text-shadow: 0 0 2px #333;
  color: #FFF;
  font-family: "Arial", Gadget, sans-serif;
  font-weight: bold;
  padding: 5px;
  margin: 0 0 0 10px;
  border: 1px solid #363636;
  display: flex;
  align-items: center;
  justify-content: center;
}

.idata .count.unsuccessful,
.idata .count.files {
  background-color: transparent;
  border-color: #333;
  color: #000;
  text-shadow: none;
}

.idata.money {
  display: flex;
  align-items: center;
  justify-content: center;
}

.idata .count.unsuccessful {
  font-weight: normal;
}

.idata .count.approved {
  background-color: #6C9CC1;
  border-color: #369;
}

.idata .count.success,
.idata .count.done {
  background-color: #6C6;
  border-color: #080;
}

.idata .count.canceled {
  background-color: #C1C1C1;
  border-color: #999;
}

.idata .count.error,
.idata .count.error_reported {
  background-color: #C66;
  border-color: #900;
}

.idata .count.progress {
  border-color: #CDA601;
  background: url(../imgs/uploading.gif) #FDB913;
}

.idata .count.queued {
  background-color: #FDB913;
  border-color: #CDA601;
}

.sec_log .idata .assdesc .asst {
  padding: 0;
}

.sec_log .idata .assdesc .inndata .file > .filefile,
.sec_log .idata .assdesc .inndata .version > .versionversion {
  margin-left: 0;
}

.section.sec_wizard {
  z-index: 10;
}

/*** LIST ITEMS ***/
.listitem {
  background-color: #ECECEC;
  border-bottom: 1px solid #C0C0C0;
  color: #333;
  padding: 3px;
  margin-bottom: 4px;
  cursor: default;
  display: flex;
  user-select: none;
  box-sizing: border-box;
}

.listitem.deliveries,
.listitem.recipients {
  display: flex;
  flex-direction: column;
}
.listitem.deliveries .name > a,
.listitem.recipients .name > a {
  display: block;
  cursor: pointer;
  color: #333;
}
.listitem.deliveries .name .important-fields,
.listitem.recipients .name .important-fields {
  display: block;
  cursor: pointer;
  color: #333;
  font-weight: normal;
}
.listitem.deliveries .idata .status,
.listitem.recipients .idata .status {
  text-align: center;
  color: #FFF;
  font-weight: bold;
  text-shadow: 0 0 2px #333;
  font-family: "Arial Black", Gadget, sans-serif;
  padding: 5px;
  border: 1px solid #363636;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 20px;
}
.listitem.deliveries .idata .status.ready,
.listitem.deliveries .idata .status.queued,
.listitem.deliveries .idata .status.waiting,
.listitem.recipients .idata .status.ready,
.listitem.recipients .idata .status.queued,
.listitem.recipients .idata .status.waiting {
  background-color: #FDD641 !important;
  color: #FFF !important;
  border: 1px solid #CDA601 !important;
}
.listitem.deliveries .idata .status.ready,
.listitem.recipients .idata .status.ready {
  color: #FFF !important;
  text-shadow: 0 0 2px #333 !important;
}
.listitem.deliveries .idata .status.waiting_download,
.listitem.recipients .idata .status.waiting_download {
  background-color: #FDD641 !important;
  border: 1px solid #CDA601 !important;
}
.listitem.deliveries .idata .status.sending,
.listitem.recipients .idata .status.sending {
  background: url("../imgs/uploading.gif") #FDB913 !important;
  border: 1px solid #CDA601 !important;
}
.listitem.deliveries .idata .status.sent,
.listitem.deliveries .idata .status.accepted,
.listitem.deliveries .idata .status.downloaded,
.listitem.recipients .idata .status.sent,
.listitem.recipients .idata .status.accepted,
.listitem.recipients .idata .status.downloaded {
  background-color: #6C6 !important;
  border: 1px solid #080 !important;
  color: #FFF !important;
}
.listitem.deliveries .idata .status.cancel,
.listitem.deliveries .idata .status.canceled,
.listitem.deliveries .idata .status.skipped,
.listitem.deliveries .idata .status.expired,
.listitem.recipients .idata .status.cancel,
.listitem.recipients .idata .status.canceled,
.listitem.recipients .idata .status.skipped,
.listitem.recipients .idata .status.expired {
  background-color: #C1C1C1 !important;
  border: 1px solid #999 !important;
}
.listitem.deliveries .idata .status.rejected,
.listitem.deliveries .idata .status.warning,
.listitem.deliveries .idata .status.error_reported,
.listitem.deliveries .idata .status.declined,
.listitem.recipients .idata .status.rejected,
.listitem.recipients .idata .status.warning,
.listitem.recipients .idata .status.error_reported,
.listitem.recipients .idata .status.declined {
  background-color: #C66 !important;
  color: #FFF !important;
  text-shadow: 0 0 2px #000 !important;
  border: 1px solid red !important;
}
.listitem.deliveries .idata .status.approved,
.listitem.deliveries .idata .status.done,
.listitem.recipients .idata .status.approved,
.listitem.recipients .idata .status.done {
  background-color: #6C9CC1 !important;
  border: 1px solid #369 !important;
  color: #FFF;
  text-shadow: 0 0 2px #000;
}
.listitem.deliveries .idata .status.finalized,
.listitem.recipients .idata .status.finalized {
  background-color: #6C9CC1 !important;
  border: 1px solid #369 !important;
}
.listitem.deliveries .idata .status.error,
.listitem.recipients .idata .status.error {
  background-color: #C66 !important;
  border: 1px solid red !important;
}
.listitem.deliveries .destiniesList,
.listitem.recipients .destiniesList {
  display: flex;
}
.listitem.deliveries .idata.name,
.listitem.recipients .idata.name {
  align-self: flex-start;
  padding-top: 2px;
  font-weight: bold;
}

.listitem .listitem__row {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}

.listitem.grid-view {
  display: grid;
  grid-template-columns: 170px repeat(13, 1fr);
  grid-template-rows: minmax(100px, auto) auto;
  grid-template-areas: "th ad ad ad ad ad ad ad ad ad ad to to to" "md md md md md md md md md md md md md md";
  font-size: 11px;
  line-height: 14px;
}

.listitem.grid-view .mdv .value {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.listitem.grid-view .style-line {
  grid-area: hr;
  color: white;
  height: 1px;
  background: black;
  background: -webkit-gradient(linear, 0 0, 100% 0, from(#ECECEC), to(#ECECEC), color-stop(50%, #D09302));
  align-self: center;
}

.listitem:hover {
  border-color: #FDB913;
}

.listitem.inactive {
  background-color: rgba(255, 0, 0, 0.1);
}

.listitem.inactive .name {
  color: #900;
}

.listitem.selected {
  background-color: #FEDC89;
  border-color: #FDB913;
}

.listitem.ctmon {
  background-color: #FEEAB8;
  border-color: #FDB913;
}

.listitem.updating {
  filter: alpha(opacity=40);
  -moz-opacity: 0.4;
  opacity: 0.4;
}

.listitem.active {
  border-color: #FDB913;
}

.listitem.empty {
  cursor: default;
  color: #999;
  text-align: center;
  font-size: 14px;
  padding: 10px;
  border: 0;
  background: none;
  margin: 0;
}

.listitem.empty:hover {
  border: 0;
  background: none;
}

.listitem > .name {
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.listitem .remote_code {
  display: block;
  margin: 2px 0;
  z-index: 1000;
  font-style: italic;
  user-select: all;
}

.listitem a.name {
  display: block;
  cursor: pointer;
  color: #333;
}

.sec_assets .listitem .name {
  margin-right: auto;
}

.listitem .icon.formats {
  background: url("../imgs/icons.formats.png") center no-repeat #FFF;
}

.listitem .icon.formats.video {
  background-position: 0 0;
}

.listitem .icon.formats.audio {
  background-position: -32px 0;
}

.listitem .icon.formats.image {
  background-position: -64px 0;
}

.listitem .icon.formats.document {
  background-position: -98px 0;
}

.icon.small.formats {
  width: 16px;
  height: 16px;
  margin-right: 3px;
  float: left;
  background: url("../imgs/icons.png") no-repeat;
}

.icon.small.formats.video {
  background-position: 0 0;
}

.icon.small.formats.audio {
  background-position: -16px 0;
}

.icon.small.formats.image {
  background-position: -32px 0;
}

.icon.small.formats.document {
  background-position: -48px 0;
}

.listitem .icon {
  height: 32px;
  width: 32px;
  float: left;
  background: url("../imgs/icons.medium.png") center no-repeat #FFF;
  margin-right: 6px;
  flex-shrink: 0;
}

.listitem .icon.formats {
  background: url("../imgs/icons.formats.png") center no-repeat #FFF;
}

.listitem .icon.formats.video {
  background-position: 0 0;
}

.listitem .icon.formats.audio {
  background-position: -32px 0;
}

.listitem .icon.formats.image {
  background-position: -64px 0;
}

.listitem .icon.formats.document {
  background-position: -96px 0;
}

.listitem .icon.formats.subtitle {
  background-position: -128px 0;
}

.listitem .name .newrequest {
  font-weight: bold;
  background: #C00;
  color: white;
  padding: 2px 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  display: inline-block;
}

.assetpreview .cont .title .type {
  width: 16px;
  height: 16px;
  margin-right: 3px;
  float: left;
  background: url("../imgs/icons.png") no-repeat;
}

.assetpreview .cont .title .type.video {
  background-position: 0 0;
}

.assetpreview .cont .title .type.audio {
  background-position: -16px 0;
}

.assetpreview .cont .title .type.image {
  background-position: -32px 0;
}

.assetpreview .cont .title .type.document {
  background-position: -48px 0;
}

.listitem .childs {
  display: none;
  /*margin: 5px 3px 2px 51px;*/
  clear: both;
  position: relative;
  margin-top: 4px;
}

.listitem.selected .childs {
  /*	display: block;*/
}

.listitem .childs .child {
  padding: 2px;
  background: #FAFAFA;
  margin-top: 3px;
}

.listitem .childs .destdesc {
  margin: 0 5px 0 0;
  padding: 0;
  box-sizing: border-box;
  border: 0;
}

.listitem .childs .child.selected {
  background-color: #FEEAB8;
  padding: 1px;
  border: 1px solid #FFF;
}

.listitem .childs .child .icon {
  height: 48px;
  width: 48px;
  float: left;
  margin-right: 6px;
  background: center no-repeat #FFF;
  border: 1px solid #E5E5E5;
}

.listitem .childs .child .name {
  margin-left: 2px;
  font-weight: bold;
}

/* Deliveries */
.listitem .childs .childData {
  display: block;
  width: auto;
  height: 72px;
  padding: 3px;
  box-sizing: border-box;
  float: left;
  margin-left: 10px;
}

.listitem .childs .childData.sender .ugdata {
  background-color: transparent;
  padding: 3px 0;
  border: 0;
  width: 165px;
}

.listitem .childs .childData.destinies .transfer {
  position: relative;
}

.listitem .childs .childData.destinies .transfer .statusDot {
  position: absolute;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  pointer-events: none;
  bottom: -4px;
  right: 1px;
  z-index: 2;
}

.listitem .childs .childData.destinies .transfer.canceled .destdesc > .imgfix,
.listitem .childs .childData.destinies .transfer.canceled .destdesc > img {
  border: 1px solid #C0C0C0;
}

.listitem .childs .childData.destinies .transfer.canceled .statusDot {
  background-color: #ECECEC;
}

.listitem .childs .childData.destinies .transfer.error .destdesc > .imgfix,
.listitem .childs .childData.destinies .transfer.error .destdesc > img,
.listitem .childs .childData.destinies .transfer.error_reported .destdesc > .imgfix,
.listitem .childs .childData.destinies .transfer.error_reported .destdesc > img {
  border: 1px solid #900;
}

.listitem .childs .childData.destinies .transfer.error .statusDot,
.listitem .childs .childData.destinies .transfer.error_reported .statusDot {
  background-color: #900;
}

.listitem .childs .childData.destinies .transfer.approved .destdesc > .imgfix,
.listitem .childs .childData.destinies .transfer.approved .destdesc > img {
  border: 1px solid #369;
}

.listitem .childs .childData.destinies .transfer.approved .statusDot {
  background-color: #369;
}

.listitem .childs .childData.destinies .transfer.queued .destdesc > .imgfix,
.listitem .childs .childData.destinies .transfer.queued .destdesc > img,
.listitem .childs .childData.destinies .transfer.sending .destdesc > .imgfix,
.listitem .childs .childData.destinies .transfer.sending .destdesc > img,
.listitem .childs .childData.destinies .transfer.ready .destdesc > .imgfix,
.listitem .childs .childData.destinies .transfer.ready .destdesc > img {
  border: 1px solid #CDA601;
}

.listitem .childs .childData.destinies .transfer.queued .statusDot,
.listitem .childs .childData.destinies .transfer.sending .statusDot,
.listitem .childs .childData.destinies .transfer.ready .statusDot {
  background-color: #CDA601;
}

.listitem .childs .childData.destinies .transfer.sent .destdesc > .imgfix,
.listitem .childs .childData.destinies .transfer.sent .destdesc > img,
.listitem .childs .childData.destinies .transfer.notified .destdesc > .imgfix,
.listitem .childs .childData.destinies .transfer.notified .destdesc > img,
.listitem .childs .childData.destinies .transfer.downloaded .destdesc > .imgfix,
.listitem .childs .childData.destinies .transfer.downloaded .destdesc > img {
  border: 1px solid #080;
}

.listitem .childs .childData.destinies .transfer.sent .statusDot,
.listitem .childs .childData.destinies .transfer.notified .statusDot,
.listitem .childs .childData.destinies .transfer.downloaded .statusDot {
  background-color: #080;
}

.listitem .childs .childData .label {
  display: inline-block;
  font-weight: bold;
  font-size: 11px;
  line-height: 14px;
  margin-bottom: 2px;
}

/*** LIST STATUS ***/
.listitem > .status {
  font-size: 11px;
}

.listitem > .status .fbarph {
  background-color: #FFF;
  height: 12px;
  margin: 1px;
  position: relative;
  display: none;
  padding: 1px;
  border: 1px solid #FDB913;
  clear: both;
}

.listitem > .status.sending .fbarph {
  display: block;
}

.listitem > .status .fbarph .bar {
  background: url("../imgs/uploading.gif") repeat scroll center center #ECECEC;
  height: 12px;
  margin: 0;
  max-width: 100%;
}

.listitem > .status .fbarph .per {
  font-size: 11px;
  text-align: right;
  position: absolute;
  right: 3px;
  top: -1px;
  font-weight: bold;
  color: #333;
}

.listitem > .status .status {
  background: transparent !important;
  border: 0 !important;
}

.listitem > .status .stext {
  text-shadow: 0 0 !important;
  text-align: right !important;
  float: left;
  margin-right: 6px;
}

.listitem > .status.sent .stext,
.listitem > .status.approved .stext,
.listitem > .status.error_reported .stext {
  text-align: center;
}

.listitem > .status.sending .stext {
  display: none;
}

.listitem > .status .stext .errdesc {
  float: left;
  width: 16px;
  height: 16px;
  margin: 1px 0 -1px -2px;
  background: url("../imgs/icons.png") no-repeat 0 -32px;
}

.listitem > .status.queued,
.listitem > .status.ready {
  color: #DF9B00;
}

.listitem > .status .fsize {
  float: right;
}

/*.listitem > .status.sending{
	background-color: #FFF !important;
	border: 1px solid #FDB913 !important;
	padding: 0;
}*/
.listitem > .status.sent,
.listitem > .status.downloaded {
  color: #090;
}

.listitem > .status.waiting_file {
  color: #C17D00;
}

.listitem > .status.error {
  color: #C17D00;
}

.listitem > .status.error_reported {
  color: #900;
}

.listitem > .status.warning {
  color: #C17D00;
}

.listitem > .status.canceled {
  color: #C1C1C1;
}

.listitem > .status.skipped {
  color: #FFF;
}

.listitem > .status.approved {
  color: #369;
}

.listitem > .status.finalized {
  color: #369;
}

.listitem > .status.download {
  background-color: transparent;
  border: 0 none;
  padding: 3px 6px;
}

/*** LIST TOOLS ***/
.listitem .tools {
  font-size: 11px;
  display: flex;
  flex-direction: row;
  margin: 4px 0 0 4px;
}

.listitem .block {
  display: flex;
  align-items: center;
}

.listitem.grid-view .block.status-md-filter {
  /*grid-area: st;*/
  /*width: 100%;*/
  padding: 6px;
  box-sizing: border-box;
}

.listitem .block.status-md-filter {
  flex-direction: column;
  align-items: center;
  /*margin-left: auto;*/
}

.listitem.grid-view .block.adat {
  grid-area: to;
  justify-self: end;
  flex-direction: column;
  align-items: flex-end;
  margin-right: 4px;
}

.listitem .assetprops .block.adat {
  margin-bottom: 2px;
  margin-left: auto;
}

.listitem .block.adat > .adat-text {
  display: flex;
  flex-direction: column;
}

.listitem .block.adat > .adat-line {
  display: flex;
  flex-direction: row;
  margin-bottom: 2px;
}

.listitem .opt {
  float: right;
  width: 36px;
  height: 36px;
  padding: 3px;
  margin: 0 0 0 3px;
  background-color: #FFF;
  border: 1px solid rgba(0, 0, 0, 0.15);
  cursor: pointer;
}

.listitem .opt .icon {
  background: url("../imgs/icons.medium.png") center center no-repeat;
  width: 36px;
  height: 36px;
}

.listitem .opt.url {
  border: 1px solid #CCC;
}

.listitem .opt.url:hover {
  border: 1px solid #FDB913;
}

.listitem .opt.code .icon {
  background-position: -36px -72px;
}

.listitem .opt.code.disabled .icon {
  background-position: -36px -36px;
}

.listitem .opt.url .icon {
  background-position: 0 -72px;
}

.listitem .opt.url.public .icon {
  background-position: 0 -72px;
}

.listitem .opt.url.unlisted .icon {
  background-position: 0 -108px;
}

.listitem .opt.url.groupprivate .icon {
  background-position: 0 -180px;
}

.listitem .opt.url.private .icon,
.listitem .opt.url.notallowed .icon {
  background-position: 0 -36px;
}

.listitem .opt.block .icon {
  background-position: -216px 0;
}

.listitem .opt.unblock .icon {
  background-position: -216px -36px;
}

.listitem .opt.delete .icon {
  background-position: -72px 0;
}

.listitem .opt.viralize .icon {
  background-position: -108px 0;
}

.listitem .opt.email .icon {
  background-position: -144px 0;
}

.listitem .opt.clipboard .icon {
  background-position: -180px 0;
}

.listitem .opt.delivery .icon {
  background-position: -252px 0;
}

.listitem .opt.share .icon {
  background-position: -288px 0;
}

.listitem .opt.share.disabled .icon {
  background-position: -288px -36px;
}

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

.listitem.assetdelivery .assetdelivery__data-row {
  font-size: 11px;
  display: flex;
  flex-direction: row;
}

.listitem.assetdelivery .assetdelivery__data-row .data {
  display: inline-flex;
}

.listitem.assetdelivery .data.status {
  text-align: center;
  color: #FFF;
  font-weight: bold;
  text-shadow: 0 0 2px #333;
  padding: 1px 10px;
  border: 1px solid #363636;
  display: flex;
  align-items: center;
  justify-content: center;
}

.listitem.assetdelivery .data.status.ready,
.listitem.assetdelivery .data.status.queued,
.listitem.assetdelivery .data.status.waiting {
  background-color: #FDD641;
  color: #FFF;
  border: 1px solid #CDA601;
}

.listitem.assetdelivery .data.status.ready {
  color: #FFF;
  text-shadow: 0 0 2px #333;
}

.listitem.assetdelivery .data.status.waiting_download {
  background-color: #FDD641;
  border: 1px solid #CDA601;
}

.listitem.assetdelivery .data.status.sending {
  background: url("../imgs/uploading.gif") #FDB913;
  border: 1px solid #CDA601;
}

.listitem.assetdelivery .data.status.sent,
.listitem.assetdelivery .data.status.accepted,
.listitem.assetdelivery .data.status.downloaded {
  background-color: #6C6;
  border: 1px solid #080;
  color: #FFF;
}

.listitem.assetdelivery .data.status.cancel,
.listitem.assetdelivery .data.status.canceled,
.listitem.assetdelivery .data.status.skipped,
.listitem.assetdelivery .data.status.expired {
  background-color: #C1C1C1;
  border: 1px solid #999;
}

.listitem.assetdelivery .data.status.rejected,
.listitem.assetdelivery .data.status.warning,
.listitem.assetdelivery .data.status.error_reported,
.listitem.assetdelivery .data.status.declined {
  background-color: #C66;
  color: #FFF;
  text-shadow: 0 0 2px #000;
  border: 1px solid red;
}

.listitem.assetdelivery .data.status.approved,
.listitem.assetdelivery .data.status.done {
  background-color: #6C9CC1;
  border: 1px solid #369;
  color: #FFF;
  text-shadow: 0 0 2px #000;
}

.listitem.assetdelivery .data.status.finalized {
  background-color: #6C9CC1;
  border: 1px solid #369;
}

.listitem.assetdelivery .data.status.error {
  background-color: #C66;
  border: 1px solid red;
}

.listitem.assetdelivery .childs {
  display: block !important;
  height: auto !important;
  margin-top: 4px !important;
}

.listitem.assetdelivery .data {
  margin-right: 5px;
}

.listitem.assetdelivery .data.name {
  font-weight: bold;
  max-width: 400px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.listitem.assetdelivery .data.date {
  margin-left: auto;
}

.listitem.assetdelivery .data.count {
  display: inline-flex;
  /*margin-left: auto;*/
}

.listitem.assetdelivery .data.count .number {
  margin-right: 4px;
}

.listitem.assetdelivery .data.count.approved {
  color: #369;
}

.listitem.assetdelivery .data.count.error_reported {
  color: #900;
}

.listitem.assetdelivery .data.count.sent {
  color: #090;
}

.listitem.assetdelivery .data.count.error {
  color: #C17D00;
}

.listitem.assetdelivery .data.count.price {
  color: #369;
}

.idata .expiresoon {
  color: #C00;
}

.idata.status {
  text-align: center;
  color: #FFF;
  font-weight: bold;
  text-shadow: 0 0 2px #333;
  padding: 1px 0;
  height: fit-content;
  /*border:1px solid #FFF;*/
  /*color: #FFF;
  text-shadow: 0 0 2px #333;
  border: 0 none !important;*/
}

.idata.status.ready,
.idata.status.queued,
.idata.status.waiting {
  background-color: #FDD641;
  color: #FFF;
  /*border: 1px solid #CDA601;*/
}

.idata.status.ready {
  color: #FFF;
  text-shadow: 0 0 2px #333;
}

.idata.status.waiting_download {
  background-color: #FDD641;
  /*border: 1px solid #CDA601;*/
}

.idata.status.sending,
.idata.status.preprocessing,
.idata.status.processing {
  background: url("../imgs/uploading.gif") #FDB913;
  /*border: 1px solid #CDA601;*/
}

.idata.status.sent,
.idata.status.accepted,
.idata.status.preprocessing_complete,
.idata.status.downloaded {
  background-color: #6C6;
  /*border: 1px solid #080;*/
  color: #FFF;
}

.idata.status.cancel,
.idata.status.canceled,
.idata.status.skipped,
.idata.status.expired {
  background-color: #C1C1C1;
  /*border: 1px solid #999;*/
}

.idata.status.rejected,
.idata.status.warning,
.idata.status.error_reported,
.idata.status.declined {
  background-color: #C66;
  color: #FFF;
  text-shadow: 0 0 2px #000;
}

.idata.status.approved,
.idata.status.complete,
.idata.status.done {
  /*background-color: #6C6;
  border: 1px solid #080;*/
  background-color: #6C9CC1;
  /*border: 1px solid #369;*/
  color: #FFF;
  text-shadow: 0 0 2px #000;
}

.idata.status.finalized {
  background-color: #6C9CC1;
  /*border: 1px solid #369;*/
}

.idata.status.error {
  background-color: #C66;
  color: #FFF;
}

/*
#sifterfilter .opt.approved{
	background-color:#6C9CC1;
	border-color: #369;
}
#sifterfilter .opt.finalized{
	background-color:#6C6;
	border-color: #080;
}
#sifterfilter .opt.complete{
	background-color:#FDD641;
	border-color: #CDA601;
}
#sifterfilter .opt.incomplete{
	background-color:#C1C1C1;
	border-color: #999;
}
#sifterfilter .opt.rejected{
	background-color:#C66;
	border-color: #900;
}
*/
.idata.count {
  text-align: left;
  white-space: nowrap;
  width: auto;
  /*text-shadow:0 0 2px #333;*/
}

.idata.count .c {
  display: block;
  float: left;
  margin-right: 5px;
  width: 100px;
  padding: 0 4px 0 0;
  border-right: 1px solid #E5E5E5;
}

.idata.count .c:last-child {
  border-right: 0;
  padding-right: 0;
  margin-right: 0;
}

.idata.count .c .n {
  float: right;
}

.idata.count .c.approved {
  color: #369;
}

.idata.count .c.error_reported {
  color: #900;
}

.idata.count .c.sent {
  color: #090;
}

.idata.count .c.error {
  color: #C17D00;
}

.idata.count .c.price {
  /*color: #369;*/
}

/*********
***	EDITOR
*********/
.editpanel {
  background-color: #ECECEC;
}

.section .editpanel {
  display: flex;
  flex-direction: column;
  padding: 5px;
  box-sizing: border-box;
  overflow: hidden;
  flex: 1;
}

.section .editpanel.wide {
  width: 100%;
}

.editpanel .title {
  font-size: 22px;
  margin-bottom: 5px;
  color: #333;
  display: flex;
  align-items: center;
  justify-items: stretch;
}

.editpanel.asseteditor .title {
  align-items: flex-start;
}

.editpanel .title > a {
  margin-left: 5px;
}

.editpanel .title .sdata {
  float: right;
  font-size: 12px;
  white-space: nowrap;
  font-weight: normal;
  position: absolute;
  right: 0;
  top: 0;
  color: #666;
}

.editpanel .title .sdata .sd {
  float: right;
}

.editpanel.delivery-edit .title .sdata {
  display: flex;
  white-space: nowrap;
  font-weight: normal;
  color: #666;
  position: unset;
  margin-left: auto;
}

.editpanel.delivery-edit .title .sdata .sd {
  float: unset;
}

.editpanel .title .sdata .ugdata {
  padding: 0 24px 0 0;
  background: transparent;
  border: 0 none;
}

.editpanel .title .sdata .ugdata.large {
  padding: 0 42px 0 0;
}

.editpanel .fsep {
  margin: 10px 0;
}

.editpanel .fsep.small {
  margin: 3px 0;
}

.editpanel .fsep.big {
  margin: 30px 0;
}

.editpanel .eicon {
  height: 32px;
  width: 32px;
  float: left;
  margin: 0 4px 0 0;
  border: 1px solid #C1C1C1;
  background: no-repeat center center;
}

.sec_requests .editpanel .eicon {
  width: 41px;
}

.editpanel input[type=text].errhilite {
  border-color: #900;
  background-color: #E3CCCC;
}

.editpanel .expandable .expander {
  background: url("../imgs/collapsable.png") bottom left;
  cursor: pointer;
  float: right;
  height: 12px;
  width: 12px;
  position: relative;
  z-index: 6;
  top: -24px;
  right: 6px;
}

.editpanel .expandable .expander.expanded {
  background-position: top left;
}

.editpanel .expandable > .expandable {
  display: none;
}

.edit__trim-in,
.edit__trim-out {
  display: inline-block;
  height: 12px;
  width: 12px;
  background: no-repeat 0 0 url(../imgs/edit_icons.png);
}

.edit__trim-in {
  background-position: 0 -12px;
  margin-right: -1px;
}

.edit__trim-out {
  background-position: 0 0;
}

/********
***	SIFTERING
***********/
#sifterfilter {
  /*float:left;
  margin-left:100px;*/
  padding: 0;
  display: block;
  /*margin-bottom: 8px;*/
}

#sifterfilter .sifteropts {
  margin-top: 3px;
}

.sifteropts.deliveryFiles .opt .count,
.sifteropts.fileVersionStatus .opt .count {
  display: none;
}

.sifteropts .opt {
  text-align: left;
  color: #FFF;
  text-decoration: none;
  margin: -1px 0 3px;
  padding: 4px 8px;
  cursor: pointer;
  /*background: url('../imgs/bgglass.png') repeat-x center center;*/
  font-weight: bold;
  text-shadow: 0 0 2px #333;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.sifteropts .opt .bg,
.sifteropts .opt .border {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
}

.sifteropts .opt .border {
  border: 1px solid #fdd641;
  box-sizing: border-box;
}

.sifteropts .opt.off {
  text-shadow: 0 0;
  border: none;
  /*filter:alpha(opacity=20);-moz-opacity:.20;opacity:.20;*/
}

.sifteropts .opt.off .bg {
  filter: alpha(opacity=22);
  -moz-opacity: 0.22;
  opacity: 0.22;
}

.sifteropts .opt.off .border {
  filter: alpha(opacity=66);
  -moz-opacity: 0.66;
  opacity: 0.66;
}

.sifteropts .opt:not(.off) {
  color: #FFF !important;
}

.sifteropts .opt.off.approved,
.sifteropts .opt.off.finalized,
.sifteropts .opt.off.complete,
.sifteropts .opt.off.incomplete,
.sifteropts .opt.off.expired,
.sifteropts .opt.off.rejected,
.sifteropts .opt.off.declined,
.sifteropts .opt.off.waiting,
.sifteropts .opt.off.sending,
.sifteropts .opt.off.sent,
.sifteropts .opt.off.cancel,
.sifteropts .opt.off.error,
.sifteropts .opt.off.billed,
.sifteropts .opt.off.charged {
  text-shadow: initial;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
}

.sifteropts .opt.approved,
.sifteropts .opt.finalized,
.sifteropts .opt.complete,
.sifteropts .opt.incomplete,
.sifteropts .opt.expired,
.sifteropts .opt.rejected,
.sifteropts .opt.declined,
.sifteropts .opt.waiting,
.sifteropts .opt.sending,
.sifteropts .opt.sent,
.sifteropts .opt.preprocessing,
.sifteropts .opt.preprocessing_complete,
.sifteropts .opt.downloaded,
.sifteropts .opt.cancel,
.sifteropts .opt.error,
.sifteropts .opt.billed,
.sifteropts .opt.charged {
  border: 1px solid rgba(0, 0, 0, 0.15);
}

.sifteropts .opt:hover {
  /*border:1px solid #FFF;*/
}

.sifteropts .opt .counts {
  float: right;
  display: flex;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: space-between;
  justify-content: space-between;
  margin: -2px -5px -2px 5px;
  border-radius: 5px;
  padding: 0 5px;
  color: #FFF;
  font-family: "Arial Black", Gadget, sans-serif;
  text-shadow: 0 0 2px #333;
}

.sifteropts .opt .subcount {
  margin-left: 5px;
  display: none;
}

.sifteropts .opt .subcount.on {
  display: flex;
}

.sifteropts.loading-stats .opt .counts:before {
  content: "-";
  width: 13px;
  height: 13px;
  display: flex;
  background: rgba(0, 0, 0, 0.1215686275);
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  margin-right: 5px;
  animation-name: sifteroptsspin;
  animation-duration: 2000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@keyframes sifteroptsspin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-360deg);
  }
}
.sifteropts .opt .badge {
  border-radius: 5px;
  text-shadow: 0 0 2px #333;
  margin: -2px 2px;
}

.sifteropts .opt .badge.off {
  border: 1px solid rgba(0, 0, 0, 0.15);
}

.sifteropts .opt.off .count {
  border-radius: 5px;
  text-shadow: 0 0 2px #333;
}

.sifteropts .opt.charged,
.sifteropts .opt.charged .badge,
.sifteropts .opt.approved,
.sifteropts .opt.approved .counts,
.sifteropts .opt.complete-blue,
.sifteropts .opt.complete-blue .counts,
.sifteropts .opt.available,
.sifteropts .opt.available .counts {
  background-color: #6C9CC1;
  border-color: #369;
}

.sifteropts .opt.charged .badge.off {
  background-color: #e1ebf3;
  border-color: rgba(51, 102, 153, 0.22);
}

.sifteropts .opt.charged.off,
.sifteropts .opt.available.off,
.sifteropts .opt.approved.off {
  background-color: #e1ebf3;
  color: #81b0e0;
  border-color: rgba(51, 102, 153, 0.22);
}

.sifteropts .opt.billed,
.sifteropts .opt.billed .badge,
.sifteropts .opt.sent,
.sifteropts .opt.sent .counts,
.sifteropts .opt.preprocessing,
.sifteropts .opt.preprocessing .counts,
.sifteropts .opt.preprocessing_complete,
.sifteropts .opt.preprocessing_complete .counts,
.sifteropts .opt.downloaded,
.sifteropts .opt.downloaded .counts,
.sifteropts .opt.finalized,
.sifteropts .opt.finalized .counts {
  background-color: #6C6;
  border-color: #080;
}

.sifteropts .opt.billed .badge.off {
  background-color: #e0f5e0;
  border-color: rgba(0, 136, 0, 0.22);
}

.sifteropts .opt.billed.off,
.sifteropts .opt.sent.off,
.sifteropts .opt.preprocessing.off,
.sifteropts .opt.preprocessing_complete.off,
.sifteropts .opt.downloaded.off,
.sifteropts .opt.finalized.off {
  background-color: #e0f5e0;
  color: #080;
  border-color: rgba(0, 136, 0, 0.22);
}

.sifteropts .opt.sending,
.sifteropts .opt.preprocessing,
.sifteropts .opt.processing,
.sifteropts .opt.waiting,
.sifteropts .opt.waiting .counts,
.sifteropts .opt.queued,
.sifteropts .opt.queued .counts,
.sifteropts .opt.waiting_approval,
.sifteropts .opt.waiting_approval .counts,
.sifteropts .opt.complete,
.sifteropts .opt.complete .counts {
  background-color: #FDD641;
  border-color: #CDA601;
  /*color:#6A4C01;*/
}

.sifteropts .opt.sending .counts,
.sifteropts .opt.preprocessing .counts,
.sifteropts .opt.processing .counts {
  background-color: #fdb241;
  border-color: #CDA601;
  /*color:#6A4C01;*/
}

.sifteropts .opt.sending.off,
.sifteropts .opt.preprocessing.off,
.sifteropts .opt.processing.off,
.sifteropts .opt.waiting.off,
.sifteropts .opt.queued.off,
.sifteropts .opt.waiting_approval.off,
.sifteropts .opt.complete.off {
  background-color: #fff7d9;
  color: #ab6e0d;
  border-color: rgba(205, 166, 1, 0.22);
}

.sifteropts .opt.uploading.off {
  opacity: 0.45;
  background: url(../imgs/uploading_status.png) #fdd951;
  color: #945b00;
}

.sifteropts .opt.uploading {
  background: url("../imgs/uploading_status.png") #FDD641;
}

.sifteropts .opt.encoding.off {
  opacity: 0.45;
  background: #6C6;
  color: #015200;
}

.sifteropts .opt.encoding {
  background: #6C6;
}

.sifteropts .opt.sending.off,
.sifteropts .opt.preprocessing.off,
.sifteropts .opt.processing.off {
  opacity: 0.75;
  background: url("../imgs/uploading_status.png") #fff7d9;
}

.sifteropts .opt.sending,
.sifteropts .opt.preprocessing,
.sifteropts .opt.processing {
  background: url("../imgs/uploading_status.png") #FDD641;
}

.sifteropts .opt.cancel,
.sifteropts .opt.cancel .counts,
.sifteropts .opt.none,
.sifteropts .opt.none .counts,
.sifteropts .opt.incomplete,
.sifteropts .opt.incomplete .counts,
.sifteropts .opt.expired,
.sifteropts .opt.expired .counts,
.sifteropts .opt.idle,
.sifteropts .opt.idle .counts,
.sifteropts .opt.canceled,
.sifteropts .opt.canceled .counts,
.sifteropts .opt.deleted,
.sifteropts .opt.deleted .counts {
  background-color: #C1C1C1;
  border-color: #999;
  /*color: #333;*/
}

.sifteropts .opt.cancel.off,
.sifteropts .opt.canceled.off,
.sifteropts .opt.idle.off,
.sifteropts .opt.deleted.off,
.sifteropts .opt.none.off,
.sifteropts .opt.incomplete.off,
.sifteropts .opt.expired.off {
  background-color: #e1ebf3;
  color: #636363;
  border-color: rgba(99, 99, 99, 0.22);
}

.sifteropts .opt.error,
.sifteropts .opt.error .counts,
.sifteropts .opt.warning,
.sifteropts .opt.warning .counts,
.sifteropts .opt.error_reported,
.sifteropts .opt.error_reported .counts,
.sifteropts .opt.rejected,
.sifteropts .opt.rejected .counts,
.sifteropts .opt.declined,
.sifteropts .opt.declined .counts,
.sifteropts .opt.upload_interrupted,
.sifteropts .opt.upload_interrupted .counts {
  background-color: #C66;
  border-color: #900;
}

.sifteropts .opt.error.off,
.sifteropts .opt.warning.off,
.sifteropts .opt.error_reported.off,
.sifteropts .opt.rejected.off,
.sifteropts .opt.declined.off,
.sifteropts .opt.upload_interrupted.off {
  background-color: #f5e0e0;
  color: #900;
  border-color: rgba(153, 0, 0, 0.14);
}

.sifteropts .opt.accepted {
  background-color: #6C6;
  border: 1px solid #080;
}

.sifteropts .opt.done {
  /*background-color: #6C6;
  border: 1px solid #080;*/
  background-color: #6C9CC1;
  border: 1px solid #369;
  color: #FFF;
  text-shadow: 0 0 2px #000;
}

.sifteropts.del .opt.finalized {
  background-color: #6C9CC1;
  border: 1px solid #369;
}

.sifteropts .opt.general {
  background-color: #ededed;
  color: #000 !important;
  border-color: rgba(99, 99, 99, 0.22);
  text-shadow: none;
}

.sifteropts .toggle-values-list {
  display: inline-block;
  height: 12px;
  width: 12px;
  margin-right: 5px;
  background: url(../imgs/collapsable.png) left -12px;
  margin-bottom: -2px;
}

.sifteropts .toggle-values-list.open {
  background: url(../imgs/collapsable.png) top left;
}

.sifteropts .incomplete-reasons {
  margin-top: 8px;
  clear: both;
  display: none;
  flex-direction: column;
  gap: 5px 0;
  padding: 0 9px;
  margin-bottom: 8px;
}

.sifteropts .incomplete-reasons.open {
  display: flex;
}

.sifteropts .incomplete-reasons:empty {
  display: none;
}

.sifteropts .incomplete-reasons > .values-filter > input {
  width: 100%;
  box-sizing: border-box;
}

.sifteropts .incomplete-reasons > .values-list > .value-option {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  clear: both;
  gap: 3px;
}

.sifteropts .incomplete-reasons > .values-list > .value-option.optsel .value-label,
.sifteropts .incomplete-reasons > .values-list > .value-option.optsel .value-count,
.sifteropts .incomplete-reasons > .values-list > .value-option:hover .value-label,
.sifteropts .incomplete-reasons > .values-list > .value-option:hover .value-count {
  text-decoration: underline;
  color: #FDB913;
}

.sifteropts .incomplete-reasons > .values-list > .value-option .value-label {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.sifteropts .incomplete-reasons > .values-list > .value-option .value-count {
  float: right;
  max-width: 20%;
  color: #777;
  font-style: italic;
}

/************
** FLOW PAGER
************/
.pager-flow {
  display: flex;
  flex-direction: row;
  align-items: center;
  float: left;
  padding: 2px;
  background-color: #FAFAFA;
  margin-right: 4px;
  font-size: 11px;
  height: 14px;
  flex-shrink: 0;
}

.pager-flow:empty {
  display: none;
}

.pager-flow .pagenum {
  font-weight: bold;
  color: #666;
  padding: 0 4px 0;
  cursor: pointer;
  /*height: 14px;*/
}

.pager-flow .month,
.pager-flow .year {
  font-weight: bold;
  color: #000;
}

.pager-flow .pagenum:hover {
  color: #FDB913;
}

.pager-flow .pagenum.off {
  filter: alpha(opacity=40);
  -moz-opacity: 0.4;
  opacity: 0.4;
  cursor: default;
  color: #666;
}

.pager-flow .pagenum.selected {
  color: #000;
  text-decoration: underline;
}

.pager-flow .pagenum.points {
  color: #999;
}

.pager-flow .pagenum.points .go-to-page {
  width: 45px;
  font-size: 11px;
  text-align: right;
}

.pager-flow .pagenum.arrow {
  color: #999;
}

.pager-flow .pagecount {
  margin: 0 0 0 4px;
  font-size: 11px;
  color: #999;
}

.pager-flow .pagecount select {
  margin: -1px 4px -1px 0;
  font-size: 10px;
}

.pager-flow .totals {
  margin: 1px 4px 0 10px;
  font-size: 11px;
  color: #999;
}

/*********
***	LIST OPTIONS
*********/
.listheader .option-select {
  display: flex;
  flex-direction: row;
  margin-left: auto;
  align-items: center;
}

.listheader .option {
  padding: 2px;
  height: 14px;
  width: 1.5rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #666;
}

.listheader .option:hover {
  background: #FAFAFA;
}

.listheader .option.selected {
  background: #FFF;
}

.listheader .listoptions-flex--right .option:hover {
  color: #D90;
}

.listheader .listoptions-flex--right .option.selected {
  background: #FEDC89;
}

.listheader .option .icon {
  height: 16px;
  width: 16px;
  margin-top: -1px;
  display: inline-block;
  background: url("../imgs/listview.png") no-repeat center;
}

.listheader .option.changeMD .icon {
  position: absolute;
  left: 5px;
  width: 15px;
  height: 15px;
  background: url(../imgs/context.icons.png) -150px 0 no-repeat transparent;
}

.listheader .option.v1 .icon {
  background-position: 0 0;
}

.listheader .option.v2 .icon {
  background-position: -16px 0;
}

.listheader .option.v3 .icon {
  background-position: -32px 0;
}

.listheader .option.v4 .icon {
  background-position: -32px 0;
}

.listoptions {
  float: right;
  position: relative;
  margin-right: 5px;
}

.listoptions-flex--right {
  display: flex;
  flex-direction: column;
  margin-left: auto;
  align-items: flex-end;
  box-sizing: border-box;
  position: relative;
}

.listoptions-flex--right .tit {
  font-weight: bold;
  border-bottom: 1px solid #CCC;
}

.listoptions-flex--right .sorter {
  display: flex;
  padding: 4px 0 0 0;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  gap: 6px;
}

.listoptions-flex--right .sorter .option {
  padding: 0;
  gap: 4px;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  width: 100%;
}

.listoptions .icon {
  border: 0 solid #C0C0C0;
  padding: 2px;
  height: 14px;
  width: 26px;
  cursor: pointer;
  font-family: "Font Awesome 6 Free", serif;
  font-weight: 900;
  display: flex;
  align-self: center;
  justify-content: center;
  color: #666;
}

.listoptions.listoptions-flex--right .icon {
  align-self: unset;
}

.listoptions.listoptions-flex--right .icon::before {
  content: "\f0dc";
}

.listoptions .icon::before {
  content: "\f06e";
}

.listoptions.sort .icon {
  background: url("../imgs/icon.sort.png") center center no-repeat transparent;
}

.listoptions .icon:hover {
  /*border: 1px solid #FDB913;*/
  /*background-color: #FEDC89;*/
}

.listoptions .label {
  border: 0 solid #C0C0C0;
  padding: 2px 10px;
  height: 14px;
  cursor: pointer;
  position: relative;
  background: #FFF;
  margin-left: 5px;
  color: #666;
  font-size: 11px;
}

.listoptions .label:hover {
  border: 0 solid #FDB913;
  color: #FDB913;
}

.listoptions .label .count_selector {
  margin: 0 2px 0 5px;
  color: #FDB913;
}

.listoptions .label .count_selector:empty {
  margin: 0;
}

.listoptions.active .icon,
.listoptions.active .label {
  border: 1px solid #DADADA;
  border-bottom: 1px solid #FFF;
  background-color: #FFF;
  z-index: 200;
}

.listoptions.active .label {
  padding: 1px 9px 1px;
}

.listoptions.active .icon {
  padding: 1px 1px 1px;
}

.listoptions .list .option {
  margin: 1px 0 0;
  padding: 6px 10px;
  cursor: pointer;
  height: 16px;
}

.listoptions .list .option:hover {
  background: url("../imgs/bgglass.png") repeat-x scroll 50% 50% #FAFAFA;
  padding: 5px 9px;
  border: 1px solid #C0C0C0;
  color: #000;
}

.listoptions .list .option.selected {
  border: 1px solid #FDB913;
  padding: 5px 9px;
}

.listoptions .list .option .vth {
  height: 16px;
  width: 16px;
  float: left;
  margin-right: 3px;
  background: url("../imgs/listview.png") no-repeat center;
}

.listoptions .list .option.v1 .vth {
  background-position: 0 0;
}

.listoptions .list .option.v2 .vth {
  background-position: -16px 0;
}

.listoptions .list .option.v3 .vth {
  background-position: -32px 0;
}

.listoptions .list {
  background-color: #FFF;
  position: absolute;
  z-index: 190;
  right: 0;
  top: 16px;
  white-space: nowrap;
  min-width: 100%;
  display: none;
  padding: 0 5px;
  border: 1px solid #DADADA;
  -webkit-box-shadow: 0 3px 3px -2px #666666;
  -moz-box-shadow: 0 3px 3px -2px #666666;
  box-shadow: 0 3px 3px -2px #666666;
}

.listoptions-flex--right .list-right {
  background-color: #FFF;
  z-index: 190;
  top: 16px;
  white-space: nowrap;
  min-width: 100%;
  display: none;
  padding: 2px 2px;
  border: 1px solid #DADADA;
  -webkit-box-shadow: 0 3px 3px -2px #666666;
  -moz-box-shadow: 0 3px 3px -2px #666666;
  box-shadow: 0 3px 3px -2px #666666;
}

.listoptions:hover .list {
  /*display: block;*/
}

.listoptions .list .opsb {
  margin: 5px 0;
}

.listoptions .list.wide {
  width: 400px;
}

.listoptions .list.wide .opsb {
  float: right;
  width: 49%;
  margin-right: 1%;
}

.listoptions .list.wide .opsb:first-child {
  margin-right: 0;
  margin-left: 1%;
}

.listoptions .list .tit {
  font-weight: bold;
  margin-bottom: 8px;
  color: #000;
  padding: 4px 4px 0;
  font-size: 12px;
}

.listoptions .list .blab {
  margin: 0 0 3px;
  color: #666;
  padding-bottom: 2px;
  border-bottom: 1px solid #DADADA;
}

.listheader .listmode {
  float: left;
  padding: 2px;
  background-color: #FAFAFA;
  border: 0 solid #C0C0C0;
  margin-right: 4px;
  font-size: 11px;
  height: 14px;
}

.listheader .listmode a.active {
  color: #FDB913;
}

.listheader .hamburger-container {
  display: flex;
  align-items: center;
  cursor: pointer;
  height: 15px;
  float: right;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease-in-out;
}

.listheader .hamburger-container.show {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.2s ease-in-out;
}

.listheader .hamburger {
  margin-left: auto;
  flex: 0 0 auto;
}

.listheader .hamburger,
.listheader .hamburger::before,
.listheader .hamburger::after {
  display: block;
  background-color: #666666;
  position: relative;
  height: 3px;
  width: 20px;
  border-radius: 2px;
}

.listheader .hamburger::before {
  content: "";
  position: absolute;
  margin-top: -6px;
}

.listheader .hamburger::after {
  content: "";
  position: absolute;
  margin-top: 6px;
}

/*********
***	SORTER
*********/
.listoptions .list .sorter .option {
  padding-right: 27px;
}

.listoptions .list .sorter .option:hover {
  padding-right: 26px;
}

.listoptions .list .sorter .option.selected {
  border: 1px solid #FDB913;
  padding: 5px 26px 5px 9px;
}

.listoptions .list .option .dir {
  float: right;
  width: 12px;
  height: 12px;
  margin: 1px -18px -4px 4px;
  background: url(../imgs/ascdesc.png) 0 0 no-repeat transparent;
}

.listoptions .list .option.asc .dir {
  background-position: 0 0;
}

.listoptions .list .option.desc .dir {
  background-position: 0 -24px;
}

.listoptions .list .option.asc:hover .dir,
.listoptions .list .option.selected.desc:hover .dir {
  background-position: 0 -12px;
}

.listoptions .list .option.desc:hover .dir,
.listoptions .list .option.selected.asc:hover .dir {
  background-position: 0 -36px;
}

/*********
***	CONTENTS TABS
*********/
.tabs {
  display: flex;
  flex: 1;
  overflow: hidden;
}

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

.tabs .tab {
  padding: 4px 4px 4px 6px;
  margin-bottom: 2px;
  background-color: #FAFAFA;
  color: #777;
  border-bottom: 1px solid #C0C0C0;
  border-top: 0 none;
  cursor: pointer;
  width: 251px;
  font-size: 11px;
}

.tabs .tab.tab--hide {
  display: none;
}

.tabs .tab:hover {
  background-color: #FFF;
  border-bottom: 1px solid #FDB913;
}

.tab--flex {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.tabs .tab.on {
  background-color: #FFF;
  padding-right: 5px;
  margin-right: -1px;
  color: #000;
  cursor: default;
  margin-top: -2px;
  border-top: 2px solid #ECECEC;
}

.tabs .tab:first-child {
  margin-top: 0;
  border-top: 1px solid #C0C0C0;
}

.tabs .tab .c {
  display: inline;
  float: right;
  margin: 0 5px;
  color: #999;
}

.tabs .tab .c.active {
  color: white;
  font-weight: bold;
  background-color: #900;
  margin: 0;
  padding: 0 5px;
  border-radius: 5px;
}

.tabs.lefttabs .tabsmenu {
  display: flex;
  z-index: 5;
}

.tabs.lefttabs .tabsmenu .tabsc {
  margin-bottom: 3px;
}

.tabs.toptabs {
  flex-direction: column;
}

.tabs.toptabs .tabsmenu {
  display: block;
  z-index: 0;
}

.tabs.toptabs .tabsmenu .tab {
  float: left;
  margin: 0 3px 0 0;
  border: 1px solid #C0C0C0;
  border-bottom: 0 none;
  padding: 8px;
  background-color: #FAFAFA;
  width: 154px;
}

.tabs.toptabs .tabsmenu .tab:hover {
  background-color: #FFF;
  border-top: 1px solid #FDB913;
}

.tabs.toptabs .tabsmenu .tab.on {
  padding-bottom: 9px;
  margin-bottom: -1px;
  background: #FFF;
}

.tabs.toptabs .tabscontents {
  clear: left;
}

.tabs .tabscontents {
  /*padding:8px;*/
  background-color: #FFF;
  border: 1px solid #C0C0C0;
  overflow: auto;
  min-height: 150px;
  width: 100%;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}

.tabscontents--flex {
  height: unset !important;
}

.tabscontents--no-scroll {
  overflow: unset;
}

.tabs.lefttabs .tabscontents {
  z-index: 1;
  width: 100%;
}

.tabs .tabpanel {
  display: none;
  box-sizing: border-box;
  width: 100%;
  padding: 8px 8px 50px;
}

.tabs .tabpanel.on {
  /*display:block;*/
  display: flex;
  flex-direction: column;
}

.tabscontents--flex .tabpanel.on {
  padding: 8px;
  overflow: auto;
}

.tabs .tabpanel.loading {
  background: url("../imgs/loading.gif") center 40px no-repeat;
  padding: 15px 0 25px;
  cursor: default;
  text-align: center;
  color: #999;
  font-size: 16px;
}

.tabs .tabpanel .title {
  font-size: 14px;
  background: none;
  border: 0 none;
  border-bottom: 1px solid #FDB913;
  margin: 0 0 5px;
  padding: 0 7px 3px;
}

.tabs .tabpanel .note {
  font-size: 9px;
  color: #666;
  margin-top: 5px;
}

.tabs .tabpanel .sep {
  height: 10px;
  clear: both;
}

/*.tabs .tabpanel .separator{
    border-bottom: 1px solid #C0C0C0;
    color: #333;
    font-weight: bold;
    margin: 16px 0 6px;
    padding: 3px;
}
.tabs .tabpanel .separator:first-child{
	margin-top: 0;
}
.tabs .tabpanel .separator .icon{
	height:16px;
	width:16px;
	float:left;
	margin:-1px 6px 0 0;
	background:no-repeat center center;
	cursor:default;
	background:url(../imgs/icons.png) no-repeat;
}
.tabs .tabpanel .separator .icon.rr{
	float:right;
	margin:0;
	width:21px;
}
.tabs .tabpanel .separator .icon.video{		background-position: 0 0;	}
.tabs .tabpanel .separator .icon.audio{		background-position: -16px 0;	}
.tabs .tabpanel .separator .icon.image{		background-position: -32px 0;	}
.tabs .tabpanel .separator .icon.document{	background-position: -48px 0;	}
.tabs .tabpanel .separator .icon.source{	background-position: -112px 0;}
.tabs .tabpanel .separator .icon.default{	background-position: -128px 0;}
.tabs .tabpanel .separator .icon.download{	background-position: -144px 0;}
.tabs .tabpanel .separator .icon.encode{	background-position: -160px 0;}
.tabs .tabpanel .separator .icon.playable{	background-position: -208px 0;}
.tabs .tabpanel .separator .icon.keep{		background-position: -224px 0;}

.tabs .tabpanel .separator.small{
	border-bottom:0 none;
	margin:6px 0;
}*/
.tabs .tabpanel .hide {
  display: none;
}

.tabs .tabpanel .childlist {
  margin-bottom: 4px;
  clear: both;
}

.tabs .tabpanel .childlist .child {
  background-color: #ECECEC;
  border-bottom: 1px solid #C0C0C0;
  padding: 4px;
  margin-bottom: 4px;
  cursor: pointer;
  font-size: 11px;
  color: #333;
}

.tabs .tabpanel .childlist .child:hover {
  border-bottom: 1px solid #FDB913;
}

.tabs .tabpanel .childlist .child .icon {
  height: 36px;
  width: 36px;
  float: left;
  margin: 0 5px 0 0;
  background-color: #E5E5E5;
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
  border: 1px solid #C0C0C0;
}

.tabs .tabpanel .utags {
  display: flex;
  flex-direction: row;
  gap: 10px;
  justify-content: space-between;
}

.tabs .tabpanel .utags .utag {
  display: flex;
  flex-direction: row;
}

.tabs .tabpanel .childlist .child.utags .icon {
  float: none;
}

.tabs .tabpanel .childlist .child.danger {
  border-bottom: 1px solid #d96767;
  background-color: #fdcece;
}

.tabs .tabpanel .childlist .child.selected {
  border-bottom: 1px solid #FDB913;
  background-color: #FEDC89;
}

.tabs .tabpanel .childlist .child .type {
  color: #888;
}

.tabs .tabpanel .childlist .child.superadmin .type {
  color: #600;
}

.tabs .tabpanel .childlist .child.groupadmin .type {
  color: #060;
}

.tabs .tabpanel .childlist .child.user .type {
  color: #369;
}

.tabs .tabpanel .childlist .child.viewer .type {
  color: #666;
}

.tabs .tabpanel .listbut {
  margin: 0;
}

.tabs .tabpanel .block .field > .status {
  padding: 10px 0;
  margin: 0;
  /*height: 16px;*/
  font-weight: bold;
  text-shadow: 0 0 2px #333;
  color: #FFF;
  font-size: 11px;
  text-align: center;
}

.tabs .tabpanel .block .field > .status.waiting {
  background-color: #FDD641;
  border: 1px solid #CDA601;
}

.tabs .tabpanel .block .field > .status.sending,
.tabs .tabpanel .block .field > .status.waiting_download {
  background: url("../imgs/uploading.gif");
  border: 1px solid #CDA601;
}

.tabs .tabpanel .block .field > .status.waiting_download {
  background: url("../imgs/uploading.png");
}

.tabs .tabpanel .block .field > .status.sent,
.tabs .tabpanel .block .field > .status.accepted {
  background-color: #6C6;
  border: 1px solid #080;
}

.tabs .tabpanel .block .field > .status.cancel,
.tabs .tabpanel .block .field > .status.expired {
  background-color: #C1C1C1;
  border: 1px solid #999;
}

.tabs .tabpanel .block .field > .status.approved,
.tabs .tabpanel .block .field > .status.done {
  background-color: #6C9CC1;
  border: 1px solid #369;
}

.tabs .tabpanel .block .field > .status.finalized {
  background-color: #6C9CC1;
  border: 1px solid #369;
}

.tabs .tabpanel .block .field > .status.rejected,
.tabs .tabpanel .block .field > .status.declined {
  background-color: #C66;
  border: 1px solid #900;
}

/*************
*** CONTENTS FORMS
*************/
.form-flex-column {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
}

.form.flex {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
}

.form.flex--gap {
  gap: 1rem;
}

.form .putitle {
  display: block;
  font-size: 14px;
  border-bottom: 1px solid #B5B5B5;
  padding-bottom: 5px;
  margin-bottom: 10px;
  font-weight: bold;
}

.form.grid-oxo-form {
  display: grid;
  box-sizing: border-box;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: auto auto auto auto auto auto;
  grid-auto-flow: dense;
}

.form .block {
  background-color: #FFF;
  /*border: 1px solid #C0C0C0;*/
  margin: 0 6px 5px 0;
  padding: 0;
  width: 760px;
}

.form .block.block--flex {
  display: flex;
  width: auto;
}

.popupdiag .form .block {
  border: 0;
  /*padding: 0;*/
  margin: 0;
}

.form .block.free {
  width: auto;
}

.form .block.small {
  width: 325px;
}

.form .block.medium {
  width: 608px;
}

.form .block.large {
  width: 748px;
}

.form .block.big {
  width: auto;
  float: none;
  margin-right: 0;
}

.form .block.scalable {
  min-width: 748px;
  width: auto;
}

.form .block:last-child {
  margin-right: 0;
}

.form .block .blockh {
  border-bottom: 1px solid #AAAAAA;
  margin-bottom: 4px;
}

.form .block .blockh > div {
  padding: 3px 1px 0;
  margin-right: 3px;
}

.form .block .stit {
  color: #666;
  font-size: 11px;
  font-weight: bold;
  padding: 10px 4px;
  background: #FAFAFA;
  border-bottom: 1px solid #DADADA;
  margin-bottom: 4px;
  margin-top: 10px;
}

.form .block .stit.filter {
  display: flex;
  align-items: center;
  justify-content: space-between;
  float: none;
  margin: 0;
  padding: 5px;
}

.form .block .stit.filter.white-bg {
  font-size: 12px;
  background-color: white;
  margin-top: 5px;
  padding-left: 10px;
}

.form .block .stit:first-child {
  margin-top: 0;
}

.form .block .sep {
  height: 5px;
  clear: both;
}

.form .block .lsep {
  margin: 5px 0;
  border-bottom: 1px solid #CCC;
}

.form .block .mdsfields {
  width: 100%;
}

.form .block .hideprivate {
  /*margin-top: 2px;*/
}

.form .block .field {
  background-color: #FFF;
  border-bottom: 1px solid rgba(221, 221, 221, 0.4392156863);
  padding: 10px 10px 9px;
  position: relative;
}

.form.flex .block .field {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
}

.form.flex .block .field > span {
  margin-right: auto;
}

.form .block .field.indent-1 {
  margin-left: 22px;
}

.form .block .field.field-grid {
  display: grid;
  grid-template-columns: 10fr 1fr 1fr;
  grid-column-gap: 1em;
}

.form .block .field .field-centered {
  text-align: center;
}

.form .block.metadatalist .field {
  padding: 2px 3px;
}

.form .block.metadatalist .field.field-type-field_group {
  margin-top: 5px;
}

.form .block .field-block-group .field.filesform {
  flex-direction: column;
}

.form .block .field-block-group .field.filesform .valueopts {
  position: absolute;
  right: 3px;
  top: 6px;
}

.form .block .field-block-group .field.filesform .labelfield,
.form .block .field-block-group .field.filesform .valuefield {
  width: 100%;
}

.form .block .field-block-group .field.filesform .valuefield {
  flex-direction: column;
  align-items: stretch;
}

.form .block .field-block-group .field.filesform .valuefield .valueinput {
  width: 100%;
}

.form .block .field-block-group .field.filesform .valuefield .file .header .file-data {
  display: flex;
  flex-direction: column;
}

.form .block .field-block-group .field.filesform .valuefield .file .header .file-data .file-thumb {
  width: 100%;
  height: 200px;
}

.form .block .field-block-group .field.filesform .valuefield .file .header .file-data .file-thumb .thumbsel {
  width: 100%;
  height: 200px;
}

.form .block .field-block-group .field.filesform .valuefield .file .header .file-data .file-extradata {
  flex-direction: column;
}

.form .block .field-block-group .field.filesform .valuefield .file .header .file-data .file-extradata .extra-data__version-data-2 {
  flex-shrink: 0;
  flex-direction: row;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.form .block .field-block-group .field.filesform .valuefield .file .header .file-data .file-thumb .thumbsel > img:not(.large-thumb) {
  display: none;
}

.form .block .field-block-group .field.filesform .valuefield .file .header .file-data .file-thumb .thumbsel > img.large-thumb {
  display: initial;
}

.form .block .field-block-group .field.filesform .valuefield .file .sdata.fileversion.labels {
  display: none !important;
}

.form .block .field-block-group .field.filesform .valuefield .file .sdata.fileversion .version-data {
  display: grid;
  grid-template-columns: 0.2fr 1.8fr 1.2fr 1.1fr 1.1fr 2fr;
  grid-template-areas: "tracks name dimensions filesize duration icons" "status status status status status status";
}

.form .block .fields-flex {
  display: flex;
  flex-direction: row;
}

.form .block .fields-flex .field {
  flex: 1;
  padding: 0 5px !important;
}

.form .col2, .form .col3, .form .col4 {
  float: left;
  box-sizing: border-box;
}

.form .col2 {
  width: 50%;
}

.form .col3 {
  width: 33.33%;
}

.form .col4 {
  width: 25%;
}

.form .col2:not(:first-child),
.form .col3:not(:first-child),
.form .col4:not(:first-child) {
  padding-left: 5px;
}

.form .block .field-input {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.form .block .field.compressed {
  border-bottom: 0;
}

.form .block .field.f7 {
  height: 249px;
}

.form .block .field.f2 {
  height: 36px;
}

.form .block .field.small {
  padding: 3px 0;
}

.form .block .field:first-child:not(.mdtitle) {
  margin-top: 0;
}

.form .block .field .rr {
  float: right;
  width: auto;
}

.form .block .field .rr.inbox-tag {
  display: flex;
  align-items: center;
  box-sizing: border-box;
}

.form .block .field .rr.inbox-tag .inbox-tag__color-picker {
  display: flex;
  margin-right: 5px;
}

.form .block .field .rr.inbox-tag .inbox-tag__color-picker > input {
  padding: 0;
  border: 0;
  background: 0;
  margin: 0;
  display: flex;
  width: 20px;
  cursor: pointer;
}

.form .block .field .rr.metadata-field-type-multiple {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.form .block .field .rr input,
.form .block .field .rr select,
.form .block .field .rr textarea {
  /*margin: -2px;*/
}

.form .block .field .assdesc:last-child {
  margin-bottom: 0;
}

.form .block .field .type.superadmin {
  color: #600;
}

.form .block .field .type.groupadmin {
  color: #060;
}

.form .block .field .type.user {
  color: #369;
}

.form .block .field .type.viewer {
  color: #666;
}

.form .block .field.wline {
  border-bottom: 1px solid #efefef !important;
  padding-bottom: 9px;
}

.form .block .field:hover:not(.mdtitle) {
  border-bottom: 1px solid rgba(253, 185, 19, 0.34) !important;
}

.form .block .field.compressed:hover {
  border-bottom: 0 !important;
}

.form .block .field.small:hover {
  padding-bottom: 3px;
}

.form .block .field.note {
  padding: 4px 10px;
  font-size: 11px;
  border-bottom: 1px solid #E5E5E5 !important;
}

.form .block .field.scrollable {
  max-height: 295px;
  overflow: auto;
}

.form .block .field input[type=checkbox] {
  margin: 0;
}

.form .block .field input[type=checkbox].diff {
  -webkit-box-shadow: -1px 0 2px 1px rgb(238, 195, 105);
  -moz-box-shadow: -1px 0 2px 1px rgb(238, 195, 105);
  box-shadow: -1px 0 2px 1px rgb(238, 195, 105);
  background: rgb(238, 195, 105);
}

.form .block .field > label {
  display: inline-block;
  cursor: pointer;
  padding: 4px;
  height: 15px;
  float: left;
  clear: left;
}

.form .block .field.field--flex {
  display: inline-flex;
  flex-direction: column;
  flex-grow: 1;
  font-size: 1rem;
  padding: 1rem;
}

.form .block .field.field--flex > label {
  display: inline-flex;
  flex-direction: row;
  flex-grow: 1;
  justify-content: space-between;
  padding: 4px 0 4px 4px;
}

.form .block .field > label:hover {
  background-color: #FEF2D4;
}

.form .block .field label input[type=checkbox] {
  margin: 1px 10px 1px 1px;
  float: left;
  display: block;
}

.form .block .field label.wide {
  width: 100%;
}

.form .block .field label > a {
  display: inline-block;
}

.form .block .field label.diff {
  font-style: italic;
  color: #c99827;
}

.form .block .field .rr label {
  display: inline-block;
  margin: -2px 5px;
}

.form .block .field .rr label input[type=checkbox] {
  margin: 1px 5px 1px 1px;
  display: inline-block;
}

.form .block .field .ui-buttonset {
  float: right;
  margin-top: 0;
}

.form .block .field.field--flex input.rr,
.form .block .field.field--flex select.rr,
.form .block .field.field--flex textarea.rr {
  font-size: 1rem;
}

.form .block .field input.rr,
.form .block .field select.rr,
.form .block .field textarea.rr {
  margin-top: -2px;
  width: 200px;
}

.form .block .field input[type=number].rr {
  width: 40px;
  text-align: right;
}

.form .block .field .inboxes-shareds {
  margin-left: 30px;
}

.form .block .field .wetxurls input.rr {
  margin-top: 0;
  margin-bottom: 2px;
  width: 394px;
}

.form .block .field .wetxurls .wetxstatus {
  width: 20px;
  height: 20px;
  float: right;
  margin-left: 1px;
  margin-right: 1px;
  background: no-repeat 0 0 url("../imgs/wetxurl.png");
}

.form .block .field .wetxurls .wetxremove {
  float: right;
  cursor: pointer;
  background: url("../imgs/wetxurl.png") no-repeat 0 -60px;
  width: 20px;
  height: 20px;
  margin-right: 2px;
}

.form .block .field .wetxurls .wetxremove.hide {
  display: none;
}

.form .block .field .wetxurls .wetxstatus.ok {
  background-position: 0 -20px;
}

.form .block .field .wetxurls .wetxstatus.error {
  background-position: 0 -40px;
}

.form .block .field .wetxurls .wetxstatus.waiting {
  background: no-repeat 0 0 url("../imgs/spinner-20px.gif");
}

.form .block .field .wetxurls .wetxdata {
  position: relative;
  left: 24px;
  margin-bottom: 5px;
}

.form .block .field .wetxurls .wetxdata .filenamelabel,
.form .block .field .wetxurls .wetxdata .filename {
  float: left;
}

.form .block .field .wetxurls .wetxdata .filenamelabel {
  color: grey;
}

.form .block .field .wetxurls .wetxdata .filename {
  font-weight: bold;
  margin-left: 8px;
}

.form .block .field .wetxadd {
  float: right;
  margin-right: 22px;
}

.form .block .wetx_multiple_action {
  float: left;
  display: none;
}

.form .block .field input.rr[type=checkbox] {
  margin: 0 3px 0 0;
  width: auto;
}

.form .block .field input.rr.small,
.form .block .field .rr input.small {
  width: 70px;
}

.form .block .field .overline {
  text-decoration: line-through;
}

.form .block .field button.action {
  background-color: #FFF;
  border-color: #C1C1C1;
  color: #333;
  font-size: 11px;
  font-weight: bold;
  height: auto;
  padding: 5px 0;
  text-align: left;
  width: 100%;
  float: none;
  margin: 3px 0 0;
}

.form .block .field button.action.small {
  width: 20%;
  float: right;
  margin: 0 0 0 1%;
}

.form .block .field button.action.half:first-child {
  margin-left: 0;
  margin-right: 1%;
}

.form .block .field button.action .ic {
  background: #F00;
  width: 16px;
  height: 16px;
  float: left;
  margin: -1px 5px -1px 2px;
  background: url("../imgs/icons.png") no-repeat;
}

.form .block .field button.action.accept .ic {
  background-position: -64px -16px;
}

.form .block .field button.action.decline .ic {
  background-position: -64px -32px;
}

.form .block .field button.action.download .ic {
  background-position: -128px -32px;
}

.form .block .field button.action:hover {
  border: 1px solid #FDB913;
}

.form .block .field .shared-editable {
  margin-left: 20px;
}

.form .block .field .set-remote-code-md {
  float: right;
  margin-top: 4px;
}

.form .block .md-field:hover {
  background: #f7f7f7;
}

.form .block .field.dragged,
.form .block .md-field.dragged {
  background-color: #FDB913;
}

.form .block .md-field .dragHandle,
.form .block .md-field .select-dragHandle,
.form .block .md-field .status-dragHandle {
  height: 23px;
  width: 16px;
  min-width: 16px;
  background: no-repeat 7px 8px url("../imgs/drag-handle.png");
  cursor: ns-resize;
  padding-right: 7px;
  margin-left: 0;
}

.form .block .md-field td {
  border-bottom: 1px solid rgba(155, 155, 155, 0.2);
}

.form .block .md-field td.fields {
  display: flex;
  flex-direction: column;
}

.form .block .md-field td.fields .field {
  display: flex;
  flex-direction: row;
}

.form .block .mdssubfields .md-field:first-child td {
  border-top: 1px solid rgba(155, 155, 155, 0.2);
}

.form .block .md-field .fields > div {
  padding: 3px 1px 0;
  margin-right: 3px;
}

.form .block .md-field .field-setup {
  margin-top: 4px;
}

.form .block .md-field .field-setup textarea {
  width: 95%;
}

.form .block .md-field .field-setup .list-values {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.form .block .md-field .add-field-value {
  float: left;
  cursor: pointer;
  height: 20px;
  width: 26px;
  margin-bottom: 2px;
  margin-top: 5px;
}

.form .block .md-field .add-field-value {
  background: url("../imgs/add.png") no-repeat left top;
}

.form .block .select-values .field-values,
.form .block .status-values .field-values {
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

.form .block .select-values .field-values {
  gap: 2px 0;
}

.form .block .select-values .field-value,
.form .block .status-values .field-value {
  display: flex;
  flex: 1;
  justify-content: space-between;
  align-items: stretch;
  gap: 4px;
  flex-wrap: wrap;
}

.form .block .select-values .field-value {
  gap: 0;
}

.form .block .select-values .field-value :last-child {
  margin-left: auto;
}

.form .block .select-values .field-value .status-value-text,
.form .block .status-values .field-value .status-value-text {
  flex: 1;
}

.form .block .status-values .field-value input[type=checkbox] {
  align-self: center;
}

.form .block .select-values .field-value .status-value-remove,
.form .block .status-values .field-value .status-value-remove {
  display: flex;
  align-items: center;
}

.form .block .status-values .field-value .status-value-setup {
  margin-left: 28px;
  margin-bottom: 7px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.form .block .status-values .field-value .status-value-setup .status-value-comment-options {
  display: flex;
  flex-direction: column;
  margin-left: 24px;
}

.form .block .select-values .field-value.ui-sortable-placeholder,
.form .block .status-values .field-value.ui-sortable-placeholder {
  /*height: 27px !important;*/
  min-height: 27px;
  box-sizing: border-box;
  border: 1px dashed #FDB913;
  visibility: visible !important;
}

.form .block .select-values .field-value.ui-sortable-placeholder {
  min-height: 58px;
}

.form .block .md-field .add-field-value:hover {
  background: url("../imgs/add.png") no-repeat right top;
}

.form .block .md-field .fields > div.subfields {
  padding: 3px;
  border: 1px solid #bdbdbd;
  margin-top: 4px;
  margin-left: 6px;
}

.form .block .field.shareds-list .partially-shared .shareall {
  float: left;
  cursor: pointer;
  height: 18px;
  width: 18px;
  /*display: none;*/
  margin: 2px 2px 0 1px;
  background: url("../imgs/share-up.png") no-repeat left top;
}

.form .block .field.shareds-list .partially-shared .shareall:hover {
  background-position: right top;
}

.form .block #shared-to-all.field.shareds-list .partially-shared .shareall {
  background-image: url("../imgs/undo-remove.png") !important;
}

.form .block .field .remove_value,
.form .block .field .remove {
  float: right;
  cursor: pointer;
  height: 18px;
  width: 18px;
  /*display: none;*/
  /*margin: 2px 2px 0 6px;*/
}

.form .block .field .remove.inline {
  display: inline;
  position: relative;
  top: -2px;
  right: 0;
  margin-left: 0;
}

.form .block .field.mditem .remove {
  margin: 5px 0 0 0;
}

.form .block .md-field .remove_value,
.form .block .md-field .remove {
  margin-top: 0;
}

.form .block .field:hover .remove,
.form .block .md-field .remove_value,
.form .block .md-field .remove {
  background: url("../imgs/remove.png") no-repeat left top;
}

.form .block .field .remove:hover {
  background: url("../imgs/remove.png") no-repeat right top;
}

.form .block .field .cat {
  height: 19px;
  background: #F2F2F2;
  padding: 1px 3px;
  margin: 2px 0 0;
}

.form .block .field .cat.collection {
  background-color: rgba(0, 200, 0, 0.2);
}

.form .block .field .cat .c {
  padding: 1px 2px;
}

.form .block .field .vote {
  float: right;
  margin: 2px 1px;
  height: 14px;
  width: 75px;
  background: url("/imgs/5stars.png") repeat-x 0 -14px;
}

.form .block .field .vote .val {
  float: left;
  height: 14px;
  background: url("/imgs/5stars.png") repeat-x 0 0;
  cursor: pointer;
}

.form .block .field .cat .vtext {
  float: right;
  height: 14px;
  font-size: 11px;
  margin: 2px 5px 0 0;
  color: #666;
}

.form .block .field .edittable td {
  display: block;
  height: 18px;
  padding: 3px;
  border-bottom: 1px dotted #E5E5E5;
}

.form .block .field .edittable td.h {
  background: #F2F2F2;
}

.form .block .field .edittable .tdsmall,
.form .block .field .edittable .tdlarge,
.form .block .field .edittable .tdcb,
.form .block .field .edittable .tdfix {
  float: left;
  width: 200px;
  margin-right: 3px;
  display: block;
  height: 14px;
}

.form .block .field .edittable .tdlarge {
  width: 350px;
}

.form .block .field .edittable .tdcb,
.form .block .field .edittable .tdfix {
  width: 18px;
  text-align: center;
}

.form .block .field .edittable .editer {
  float: left;
  margin-right: 3px;
  height: 18px;
  width: 18px;
  background: no-repeat center center url(../imgs/editround.bw.png);
  cursor: pointer;
}

.form .block .field .edittable .remover {
  float: left;
  margin-right: 3px;
  height: 18px;
  width: 18px;
  background: url(../imgs/remove.png) no-repeat top left;
  cursor: pointer;
}

.form .block .field .note {
  font-size: 12px;
  color: #666;
}

.form .block .field.inbox-field-edit {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 4px;
}

.form .block .field.inbox-field-edit .field-label {
  flex: 1;
}

.form .block .field.inbox-field-edit .field-type {
  font-size: 10px;
  color: #999;
}

.field-children {
  display: flex;
  flex-direction: row;
  width: 100%;
  margin-left: 20px;
  border-left: 1px solid rgba(221, 221, 221, 0.4392156863);
  border-top: 1px solid rgba(221, 221, 221, 0.4392156863);
}

.form .block .field-children .field.inbox-field-edit {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  border-right: 1px solid rgba(221, 221, 221, 0.4392156863);
}

.form .block .field.inbox-field-edit .field-values {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.form .block .field.inbox-field-edit .field-label {
  flex: 1;
}

.form .block .field-children .field.inbox-field-edit .field-label {
  white-space: nowrap;
}

.form .block .field-children .field.inbox-field-edit .field-values .mds_longtext {
  height: 12px;
}

.form .note.diff {
  font-style: italic;
  font-size: 12px;
  color: #c99827 !important;
}

.form .note.diff.full-width {
  grid-column: 1/-1;
}

.form .block .adder {
  align-self: flex-start;
}

.form .searching,
.form .synching {
  margin-top: 10px;
  text-align: center;
}

.form .searching .icon,
.form .synching .icon {
  width: 20px;
  height: 20px;
  background: url(../imgs/spinner-20px.gif) no-repeat;
  display: inline-block;
  margin-bottom: -5px;
  margin-right: 5px;
}

.form .searchresults .results-count {
  font-weight: bold;
  padding: 5px 0;
}

#wizform.form {
  height: 100% !important;
  width: 100%;
}

#wizform.form .tab {
  height: calc(100% - 40px);
}

#wizform.form .tab .tab-content {
  height: 100%;
}

#wizform.form .scrollable {
  margin-bottom: 5px;
  min-height: 150px;
  overflow: auto;
  width: 100% !important;
}

.form .block.rr {
  float: right;
}

.form .block.double {
  width: 67%;
  margin-left: 1%;
}

.form .block.twocol {
  width: 49%;
  float: right;
  padding: 0;
  border: 0;
  background: transparent;
}

.form .block.twocol > .field {
  border-bottom: 0 none !important;
  padding: 0;
}

.form .block.twocol .field .field {
  padding: 10px 0;
  margin: 0;
}

.form .block:first-child {
  margin-left: 0;
}

.form .block.twocol:first-child {
  margin-right: 1%;
  float: left;
}

.form .block.wide {
  margin: 0 0 5px;
  width: auto;
  float: none;
}

.form .sep {
  height: 10px;
  clear: both;
}

.form .title {
  background: #F2F2F2;
  border: 1px solid #C0C0C0;
  font-size: 12px;
  font-weight: bold;
  padding: 6px;
  margin-bottom: 4px;
}

.form .title.small {
  padding: 4px 8px;
  border: 1px solid #DADADA;
  background-color: #F6F6F6;
  color: #555;
}

.form .col {
  width: 49%;
  margin: 0 0 0 0;
}

.form .col.c3 {
  width: 33%;
}

.form .col.cleft,
.form .col.ccenter {
  float: left;
}

.form .col.ccenter {
  width: 32%;
  margin: 0 1%;
}

.form .col.cright {
  float: right;
}

.form .col.cright2 {
  float: right;
  width: 66%;
}

.form .col.cright .file,
.form .col.cright .file input[type=checkbox] {
  cursor: pointer;
}

.form .col.fw {
  width: 400px;
}

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

.form .cols .col {
  flex: 1;
  padding: 0 3px;
}

.form .force-sync,
.form .force-sync input[type=checkbox] {
  cursor: pointer;
}

.form .field {
  /*margin: 0 0 3px 0;*/
  margin: 0;
  padding: 3px 0;
  color: #333;
  clear: both;
  line-height: 18px;
}

.form .field.field-label {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
}

.form .field > span.label {
  margin-right: 5px;
}

.form .field li.field-group-child {
  margin-left: 15px;
}

.form.file__source-edit .field {
  display: flex;
  margin-top: 12px;
  padding: 0;
  line-height: unset;
  color: #606060;
  margin-bottom: 4px;
}

.form.file__source-edit .field.right {
  justify-content: flex-end;
}

.form.file__source-edit .field .timecode-input {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 2px;
}

.form.file__source-edit .field .timecode-input > input {
  text-align: center;
  width: 90px;
  border: 1px solid black;
}

.form.file__source-edit .field .timecode-input.error > input {
  border-color: red;
}

.form.file__source-edit .field .timecode-input.error > label {
  color: red;
}

.form.file__source-edit .filed__error-message {
  display: none;
  color: red;
}

.form.file__source-edit .field .framerate {
  padding: 1px;
  flex: 1;
}

.form.file__source-edit .field .framerate > span {
  font-weight: bold;
  color: black;
}

.form .field.compressed {
  margin: 0;
}

.form .field:last-child {
  margin-bottom: 0;
}

.form .field > label {
  cursor: pointer;
  display: block;
  height: 15px;
  padding: 4px;
}

.form .field span > a {
  display: inline-block;
}

.form .field label input[type=checkbox] {
  margin: 1px 10px 1px 1px;
  float: left;
  display: block;
}

.form .field .desc {
  color: #af7b03;
}

.form .field .valuefield .desc {
  text-align: right;
}

.form .field .valueinput label input[type=checkbox] {
  float: right;
  margin-right: 0;
}

.form .field .rr {
  float: right;
  width: 168px;
  text-align: right;
}

.form .field input.rr,
.form .field select.rr,
.form .field textarea.rr {
  /*margin-top: -3px;*/
  text-align: left;
  height: 18px;
  padding: 0 2px;
}

.form .field select.rr {
  padding: 0;
  width: 174px;
}

.form .field input.wide,
.form .field select.wide,
.form .field textarea.wide {
  width: 100%;
}

.form .field input.error,
.form .field select.error,
.form .field textarea.error {
  border: 1px solid #900;
}

.form .field textarea.rr {
  height: 85px;
  margin-bottom: 3px;
  padding: 0 2px;
  width: 168px;
}

.form .field .rr .expiresoon {
  color: #F00;
}

.form .field .rr .ugdata {
  text-align: left;
  width: 168px;
  background: #F2F2F2;
  border: 0;
  padding: 2px;
}

.form .field .togglepass {
  float: left;
  width: 16px;
  height: 16px;
  background: url("../imgs/icons.png") no-repeat -160px -32px transparent;
  margin: -2px 5px 0 0;
  cursor: pointer;
}

.form .field .togglepass.show {
  background-position: -144px -32px;
}

.form .note {
  font-size: 12px;
  color: #333;
  margin-bottom: 6px;
}

.form.flex .note {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.form .info {
  text-overflow: ellipsis;
  /*white-space: nowrap;*/
  overflow: hidden;
  font-size: 12px;
  padding: 3px 0;
  font-weight: bold;
}

.form .warn {
  font-size: 12px;
  margin: 8px 0;
  padding: 15px;
  border: 1px solid #FDB913;
  background-color: #FEDC89;
  text-align: center;
}

.form .warn a {
  color: #0e4de2;
}

.form .warn.small {
  padding: 5px;
  text-align: left;
}

.form .info {
  font-size: 12px;
  margin: 8px 0;
  padding: 5px;
  border: 1px solid #bcf6fd;
  background-color: #86e5fe;
  text-align: left;
}

.form .info.small {
  padding: 5px;
  text-align: left;
}

.form .compressing,
.form .compressing-done,
.form .exporting,
.form .exporting-done {
  text-align: center;
  border: 1px solid #FDB913;
  background: rgb(255, 233, 147);
  padding: 20px;
}

.form .compressing-done,
.form .exporting-done {
  border: 0 none;
  background: transparent;
  font-size: 18px;
  color: #08ba08;
}

.form .zip-download {
  background: url("../imgs/bgglass.png") repeat-x scroll 50% 50% #F2F2F2;
  border: 1px solid #DADADA;
  color: #333;
  cursor: pointer;
  font: 18px arial, sans-serif;
  margin: 20px 1px 1px;
  outline: medium none;
  padding: 15px 32px;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  position: relative;
  display: inline-block;
}

.form .zip-download:hover {
  border: 1px solid #FDB913;
  color: #212121;
}

.form .bill {
  /*	border: 5px solid #FEDC89;
  background: #FFF;
  padding: 5px;*/
}

.form .bill .bt {
  float: left;
}

.form .bill .price {
  float: right;
}

.form .stit {
  font-size: 11px;
  color: #333;
  margin-bottom: 1px;
  padding-bottom: 1px;
  border-bottom: 1px solid #AAA;
}

.form .conf {
  color: #333;
  margin-bottom: 4px;
  padding: 5px 1px;
  border-bottom: 1px solid #E5E5E5;
}

.form .expl {
  color: #333;
  margin-bottom: 4px;
  padding: 5px 1px;
  border-bottom: 1px solid #E5E5E5;
}

.form .gtit {
  font-size: 12px;
  font-weight: bold;
  padding: 4px 6px;
  margin-bottom: 4px;
  background: #F2F2F2;
  border: 1px solid #CCC;
}

.form .gtit.rr,
.form .gtit .rr,
.form .stit.rr,
.form .stit .rr,
.form .ttit.rr,
.form .ttit .rr {
  float: right;
  /*width: 100px;*/
  margin-left: 12px;
  text-align: center;
}

.form .select-asset-tool .select-asset {
  width: 100%;
  margin-top: 3px;
}

.form .select-asset-tool .select-asset-new {
  width: 100%;
  margin-top: 3px;
}

.form .select-asset-tool .assets-results > .ui-autocomplete {
  position: static;
  border: 0 none;
  padding: 5px 0 10px;
}

.form .select-asset-tool .assets-results > .ui-autocomplete .ui-menu-item a > .assdesc {
  cursor: pointer;
}

.form .stit select.rr {
  text-align: left;
  width: auto;
}

.form .gtit .icon.rr,
.form .stit .icon.rr,
.form .ttit .icon.rr {
  float: right;
  width: 16px;
  margin-left: 3px;
}

.form .stit {
  font-size: 12px;
  font-weight: bold;
  padding: 4px 0;
  margin-bottom: 4px;
  border-bottom: 1px solid #CCC;
}

.form .stit .icon {
  height: 16px;
  width: 16px;
  background: url("../imgs/icons.png") 0 0 no-repeat;
  float: left;
  margin-right: 3px;
  margin-left: 3px;
}

.form .stit .icon.video {
  background-position: 0 0;
}

.form .stit .icon.audio {
  background-position: -16px 0;
}

.form .stit .icon.image {
  background-position: -32px 0;
}

.form .stit .icon.document {
  background-position: -48px 0;
}

.form .stit .icon.compressed {
  background-position: -208px -48px;
}

.form .stit .icon.subtitle {
  background-position: -240px -48px;
}

.form .stit .icon.unknown {
  background-position: -80px 0;
}

.form .stit .icon.default {
  background-position: -128px 0;
}

.form .stit .icon.download {
  background-position: -144px 0;
}

.form .stit .icon.wait {
  background-position: -224px -48px;
}

.form .stit .icon.encode {
  background-position: -160px 0;
}

.form .stit .icon.playable {
  background-position: -208px 0;
}

.form .stit .icon.source {
  background-position: -112px 0;
}

.form .stit .icon.blackdetect {
  background-position: 0 -64px;
}

.form .stit .icon.silence {
  background-position: -16px -64px;
}

.form .stit .icon.telecine {
  background-position: -32px -64px;
}

.form .stit .icon.qcvolume {
  background-position: -16px 0;
}

.form .stit .icon.priority {
  /*margin: -2px 4px 0 4px;*/
  display: flex;
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  background: unset;
  color: #999999;
  font-family: "Font Awesome 6 Free", serif;
  font-weight: 900;
  align-items: center;
  justify-content: center;
  margin-right: 6px;
  margin-left: 6px;
}

.inboxformats .formitem .number-input > input {
  display: flex;
  max-width: 1.5rem;
  float: left;
}

.inboxformats .formitem .number-input > input:disabled {
  color: lightslategray;
}

.inboxformats .formitem .number-input > input[type=number] {
  -moz-appearance: textfield;
  text-align: center;
}

.inboxformats .formitem .number-input > input::-webkit-outer-spin-button,
.inboxformats .formitem .number-input > input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.form .stit .icon.priority::before {
  content: "\f885";
  /*content: "\f515";*/
}

.encoding-priority {
  display: flex;
  align-items: center;
}

.inboxformats .formitem .number-input {
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 1.5rem;
  min-height: 14px;
}

.encoding-priority--disabled {
  color: lightslategray;
}

.oxoFilter,
.form .filter {
  float: right;
  margin: 5px 16px 5px 5px;
  font-size: 12px;
  color: #666;
}

.oxoFilter.little,
.form .filter.cloud {
  margin: 0;
  cursor: default;
  font-size: 11px;
}

.collapsable .oxoFilter {
  margin: -2px 0;
}

.form .label .filter {
  margin: -2px 5px 0 0;
  font-weight: normal;
}

.form .scroller-header .filter {
  margin: 5px 0 5px 5px;
}

.form .ttit {
  font-size: 12px;
  font-weight: bold;
  padding: 4px 6px;
  margin-bottom: 4px;
  border-bottom: 1px solid #CCC;
}

.form .exp {
  background: #FEF2D4;
  border: 1px solid #FDB913;
  color: #333;
  margin: 15px 0;
  padding: 10px;
}

.form .t {
  color: #666;
  margin-bottom: 8px;
}

.form .desc {
  color: #666;
  padding: 5px 0;
}

.form .datablock {
  margin-bottom: 5px;
}

.form .datablock.wsep {
  margin-right: 1%;
  margin-top: 1px;
  padding: 1%;
  width: 30%;
  float: left;
}

.form .datablock.fsep {
  margin-top: 1px;
  padding: 5px;
}

.form .datablock.wide {
  width: auto;
  float: none;
}

.form .datablock .datafield {
  border-bottom: 1px dotted #E5E5E5;
  padding: 5px 5px 13px;
  margin-top: 7px;
}

.form .datablock .datafield .password {
  width: 134px;
}

.form .datablock .datafield select,
.form .datablock .datafield input {
  position: relative;
  float: right;
}

.form .datablock .datafield textarea {
  width: 100%;
}

.form .datablock select.wide,
.form .datablock input.wide {
  width: 100%;
  margin: -1px;
}

.form .datablock .text {
  padding: 0 0 4px;
  clear: both;
}

.form .datablock .text:last-child {
  padding-bottom: 0;
}

.form .datablock .text input,
.form .datablock .text textarea {
  margin: 2px 0;
  width: 100%;
}

.form .datablock .status {
  text-align: center;
  padding: 4px;
  border: 1px solid;
  margin: 7px 0 15px;
  color: #FFF;
  text-shadow: 0 0 2px #333;
  font-weight: bold;
  font-size: 11px;
}

.form .datablock .status.approved {
  background-color: #6C9CC1;
  border-color: #369;
}

.form .datablock .status.finalized {
  background-color: #6C6;
  border-color: #080;
}

.form .datablock .status.complete {
  background-color: #FDD641;
  border-color: #CDA601;
}

.form .datablock .status.incomplete {
  background-color: #C1C1C1;
  border-color: #999;
}

.form .datablock .status.rejected {
  background-color: #C66;
  border-color: #900;
}

.form.sending input,
.form.sending select,
.form.sending textarea {
  filter: alpha(opacity=40);
  -moz-opacity: 0.4;
  opacity: 0.4;
}

.form .submiter {
  clear: both;
  margin-top: 7px;
  padding-top: 7px;
  border-top: 1px solid #CCC;
}

.tabscontents .submiter {
  clear: both;
  margin-top: 7px;
  padding: 7px;
  border-top: 1px solid #CCC;
  position: sticky;
  left: 0;
  bottom: 0;
  right: 0;
  background: #FFF;
  z-index: 2;
}

.submiter--flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: sticky;
  bottom: 0;
  left: 0;
  right: 0;
  background: #FFF;
  padding: 7px;
  border-top: 1px solid #CCC;
  z-index: 2;
}

.tabscontents .sticky-form {
  padding: 8px;
  position: sticky;
  left: 0;
}

.tabscontents .sticky-header {
  clear: both;
  padding: 9px 8px 8px;
  border-bottom: 1px solid #CCC;
  position: sticky;
  top: 0;
  background: #FFF;
  z-index: 10;
  display: flex;
  width: fit-content;
}

.tabscontents .sticky-header > div {
  padding: 3px 1px 0;
  word-break: break-all;
  flex-shrink: 0;
  box-sizing: border-box;
}

.form .block .md-field .fields > div.bright,
.tabscontents .sticky-header > div.bright {
  border-right: 1px solid #CCC;
  margin-right: 5px;
}

.tabscontents .sticky-column,
.form .block .md-field .fields > div.sticky-column,
.tabscontents .sticky-header > div.sticky-column {
  border-right: 1px solid #CCC;
  position: sticky;
  left: 0;
  background: #FFF;
  padding: 3px 10px 0 5px;
  z-index: 2;
}

.form .block .md-field:hover .fields > div.sticky-column {
  background: #F7F7F7;
}

.form .submiter .save {
  margin-left: 0;
}

.form .buts {
  /*margin: 5px 0;*/
  padding: 5px;
  /*border-top: 1px solid #E5E5E5;
  border-bottom: 1px solid #E5E5E5;*/
  background: #FAFAFA;
  display: flex;
  justify-content: flex-end;
}

#popupform.form-flex-column .buts {
  margin-top: auto;
}

#popupform.form .buts {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  box-sizing: border-box;
  align-items: center;
}

#popupform.form .buts.vertical {
  flex-direction: column;
}

#assets-urls {
  padding: 10px;
}

#assets-urls .assets-url {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  margin-bottom: 6px;
}

#assets-urls .assets-url .asset,
#assets-urls .assets-url .file {
  margin-bottom: 2px;
}

#assets-urls .assets-url .asset a {
  color: black;
  font-weight: bold;
}

#assets-urls .assets-url .file a {
  margin-left: 20px;
  color: blue;
  font-weight: normal;
}

#upload-flow-drop.buts,
#inboxList.buts {
  flex-direction: column;
}

#upload-flow-drop.buts input {
  margin-left: 0;
}

.form .buts input {
  margin-left: 10px;
}

.form .buts input.l {
  margin-left: 0;
  margin-right: auto;
}

.form .buts.vertical input {
  margin-left: 0;
}

.form .buts .saveopt {
  float: right;
  margin-top: 2px;
  color: #666;
  font-size: 11px;
}

.form .buts .saveopt input {
  margin: 2px 1px 0 5px;
}

.form .buts .big {
  color: #666;
  font-size: 14px;
  font-weight: bold;
  padding: 5px 10px;
  border-color: #AAA;
}

.form .buts .but-sep {
  height: 30px;
  float: right;
  width: 20px;
}

#wizform.form .buts .big {
  float: right;
  width: auto;
}

.form .buts .big.method {
  color: #666;
  font-size: 14px;
  font-weight: bold;
  padding: 12px;
  border-color: #AAA;
  width: 100%;
  box-sizing: border-box;
}

.form .buts label.big.method {
  border: 1px solid #FFFFFF;
}

.form .buts .big.method:hover,
.form .buts input:hover {
  border: 1px solid #FDB913;
}

.form .buts .big.back {
  float: left;
  width: 19%;
}

.form .buts .big.save {
  float: left;
  width: 80%;
}

.form .buts .big-group {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  width: 100%;
}

.form .buts .big-group .big.ctm {
  width: 10%;
}

.form .buts .msg {
  margin-right: auto !important;
}

.form .final {
  float: right;
  margin: 3px;
}

fieldset {
  border: 1px solid #c5c5c5;
}

fieldset legend {
  color: #5f5b5b;
  margin: 0 0;
  padding: 0 9px;
  font-style: italic;
}

fieldset .rr {
  float: right;
}

.labels-cols {
  display: flex;
  flex-direction: row;
  align-content: space-between;
  justify-content: space-between;
}

.labels-cols .labels-col {
  margin: 0 15px 0 0;
}

.labels-cols .labels-col .child-checkboxes {
  margin-left: 15px;
  display: block;
  margin-bottom: 10px;
}

span.savebut {
  border: 1px solid #DADADA;
  color: #333;
  cursor: pointer;
  font: 12px arial, sans-serif;
  margin: 1px;
  outline: medium none;
  padding: 5px 12px;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  position: relative;
}

input.savebut, button.savebut, span.savebut {
  background: #E14836;
  color: #FFF;
  border-bottom: 1px solid #E14836;
  border-right: 1px solid #E14836;
  border-top: 1px solid #E14836;
  border-left: 1px solid #E14836;
}

input.savebut:hover, button.savebut:hover {
  background: #F10000;
  color: #FFF;
  border-bottom: 1px solid #E14836;
  border-right: 1px solid #E14836;
  border-top: 1px solid #E14836;
  border-left: 1px solid #E14836;
}

.savebut.saving {
  cursor: default;
  background: #fc9c1c;
  color: #FFF;
  border-bottom: 1px solid #ffad40;
  border-right: 1px solid #ffad40;
  border-top: 1px solid #ffad40;
  border-left: 1px solid #ffad40;
}

.form .userslist .uitem {
  padding: 2px 0 2px 2px;
  margin-bottom: 2px;
  width: 400px;
}

.form .userslist .superadmin {
  background-color: #600;
}

.form .userslist .groupadmin {
  background-color: #060;
}

.form .userslist .user {
  background-color: #369;
}

.form .userslist .viewer {
  background-color: #666;
}

.form .userslist .hlab {
  width: 100px;
  float: left;
  text-indent: 2px;
}

.form .userslist input {
  width: 98px;
  margin-right: 2px;
  float: left;
  border: 0 none;
}

.form .tab.loading {
  background: #FAFAFA;
  border: 1px solid #E5E5E5;
  padding: 10px;
  text-align: center;
  color: #666;
  font-size: 14px;
}

.msg {
  padding: 0 !important;
  display: none;
  clear: both;
  margin: 0 1px 4px !important;
  text-align: left !important;
  text-shadow: 0 0 0 !important;
  border: 0 none !important;
  border-bottom: 0 none !important;
  background: transparent !important;
}

.msg--error {
  margin: 0;
  padding: 10px;
  border-radius: 4px;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex !important;
  background: #fdd;
  border: 1px solid #964040;
  color: #964040;
}

.msg--warning {
  margin: 0;
  padding: 10px;
  border-radius: 4px;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex !important;
  background: #fffae6;
  border: 1px solid #b3a125;
  color: #6e6415;
}

.msg.error {
  /*background-color:#FCC;
  border: 1px solid #900;*/
  color: #900;
}

.msg.success {
  /*background-color:#CFC;
  border: 1px solid #090;*/
  color: #090;
}

.msg ul {
  margin: 4px 4px 4px 14px;
  padding: 0;
}

.msg li {
  margin: 0;
  padding: 0;
}

.msg.show {
  display: block;
}

.scroller {
  max-height: 340px;
  overflow: auto;
}

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

.scroller.scroll-vertical {
  overflow-x: hidden;
  overflow-y: auto;
}

.scroller.fixed {
  height: 340px;
}

.scroller.jspScrollable {
  height: 1px;
  min-height: 200px;
}

.scroller:empty {
  display: none;
}

.scroller.small {
  max-height: 200px;
}

.scroller.medium {
  max-height: 440px;
}

.scroller.large {
  max-height: 520px;
}

.scroller.verylarge {
  max-height: 760px;
}

.scroller.padder {
  padding: 3px;
}

.scroller label {
  margin: 0;
  padding: 2px;
  display: block;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
}

.scroller.simple label {
  margin: 1px 0 -20px;
}

.scroller label .lcount {
  float: right;
}

.scroller label.error {
  color: #900;
}

.scroller .item {
  margin: 0;
  display: block;
  cursor: default;
}

.scroller.groupformats {
  float: left;
  width: 100%;
}

.scroller-header {
  float: left;
  width: 100%;
}

#newplitems.scroller .item,
#assetsitems.scroller .item {
  cursor: ns-resize;
}

#newplitems.scroller .item.ui-sortable-helper,
#assetsitems.scroller .item.ui-sortable-helper {
  background-color: #FFF;
  border: 1px solid #FDB913;
  margin: 0 -1px;
}

/*.scroller label:last-child,
.scroller .item:last-child{
	border-bottom:0 none;
}*/
.scroller label:hover {
  background-color: #EAEAEA;
}

.scroller .iteml {
  border-bottom: 1px solid #EAEAEA;
}

.scroller .iteml:hover {
  background-color: #EAEAEA;
}

.scroller .iteml .rr {
  float: right;
  width: 100px;
  margin: 0 6px;
  position: relative;
  text-align: center;
}

.scroller .iteml label {
  float: left;
  width: auto;
}

.scroller .subtitle {
  background-color: #EDEDED;
  border-top: 1px solid #CCCCCC;
  font-weight: bold;
  margin-bottom: -5px;
  margin-top: 17px;
  padding: 3px 7px;
}

.scroller .subtitle:first-child {
  margin-top: 0;
  border-top: 0 none;
}

.hev {
  font-weight: bold;
}

/* CSS Document */
/*************************
***	COLLAPSABLE PANELS
*************************/
.collapsable {
  clear: left;
  margin-bottom: 4px;
  width: 760px;
}

.collapsable.flexible {
  width: auto;
  height: fit-content;
}

.collapsable.flexible .label .icon {
  float: right;
}

.collapsable.full-width {
  grid-column: 1/-1;
}

.collapsable.grid-oxo-all-rows {
  grid-row: 1/-1;
}

.collapsable.grid-oxo-row {
  grid-row: span 1;
}

.collapsable.flexible .block {
  width: inherit;
}

.collapsable.lefter {
  float: left;
  clear: none;
  margin-right: 10px;
}

.collapsable.tiny {
  width: 230px;
}

.collapsable.small {
  width: 337px;
}

.collapsable.medium {
  width: 620px;
}

.collapsable.large {
  width: 760px;
}

.collapsable.wide {
  min-width: 1100px;
  width: auto;
}

.collapsable .label {
  padding: 5px;
  cursor: default;
  background: #ECECEC;
  border-bottom: 1px solid #C0C0C0;
  height: 14px;
}

.leftpanel .collapsable .label {
  height: unset;
}

.collapsable .lcontents {
  color: #333;
  margin: 0;
  padding: 0;
  display: none;
}

.collapsable .lcontents .sf {
  height: 4px;
  clear: both;
}

.collapsable .lcontents .sep {
  border-bottom: 1px solid #E4E4E4;
  margin: 5px 3px;
}

.collapsable .lcontents .sep.inv {
  border-bottom: 0 none;
}

.collapsable .lcontents .alert {
  background: #ffe8b0;
  color: #c36e00;
  border-bottom: 1px solid #e4b646;
  padding: 5px;
  margin-bottom: 5px;
}

.collapsable.opened {
  /*margin-bottom: 5px;*/
}

.collapsable .label {
  color: #444;
  cursor: pointer;
  font-weight: bold;
}

.leftpanel .collapsable .label {
  display: flex;
  height: unset;
}

.collapsable.substatus-collapsable {
  margin: 5px 10px;
}

.collapsable.substatus-collapsable .label {
  background-color: #dcdcdc;
}

.form .collapsable.opened .label,
.tabs .collapsable.opened .label {
  margin-bottom: 0;
}

.collapsable .label .icon {
  border: 0;
  display: inline-block;
  height: 12px;
  width: 12px;
  margin-right: 5px;
  background: url("../imgs/collapsable.png") left -12px;
  margin-bottom: -2px;
  float: left;
}

.collapsable.opened .label .icon {
  background: url("../imgs/collapsable.png") top left;
}

.collapsable.startopened .lcontents,
.collapsable.fixed .lcontents {
  display: block;
}

.collapsable.fixed .label {
  cursor: default;
}

.collapsable.fixed .label .icon {
  display: none;
}

.tabs .collapsable,
.form .collapsable,
.filesform .collapsable {
  margin-bottom: 1px;
  padding-bottom: 1px;
  margin-top: 2px;
}

.collapsable .label .note {
  color: #999;
}

.collapsable .label .rr {
  float: right;
  height: 12px;
  margin-top: 2px;
}

.tabs .collapsable .label,
.form .collapsable .label,
.filesform .collapsable .label {
  background-color: #e7e7e7;
  border-bottom-color: #E5E5E5;
  color: #333;
  padding: 12px 5px 16px;
  font-size: 15px;
}

.form .collapsable .label,
.filesform .collapsable .label {
  border-bottom: 0 none;
  border-top: 1px solid #E5E5E5;
}

.collapsable .label:hover {
  border-bottom: 1px solid #FDB913;
  background-color: #FEEAB8;
}

.form .collapsable .label:hover,
.filesform .collapsable .label:hover {
  padding-bottom: 15px;
}

.subgroup-fields {
  margin-bottom: 3px;
}

/*************************
***	ASSETS SECTION LEFT PANEL
*************************/
.leftpanelmask {
  display: flex;
  flex-direction: column;
  width: 250px;
  height: inherit;
  margin-right: 4px;
}

.middlepanelmask {
  display: flex;
  flex-direction: column;
  width: calc(100% - 250px);
  height: 100%;
  padding-bottom: 5px;
  box-sizing: border-box;
}

.rightpanelmask {
  display: flex;
  flex-direction: column;
  width: 250px;
  height: inherit;
}

.widepanelmask {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding-bottom: 5px;
  box-sizing: border-box;
}

.rightpanelmask.hidden {
  display: none;
}

.sidepanel {
  width: inherit;
  font-size: 12px;
  cursor: default;
  height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.sidepanel .collapsable {
  width: auto;
}

.sidepanel .minscroll {
  /*min-height: 188px;*/
  flex: 1;
  overflow-y: auto;
  display: flex;
  align-items: stretch;
  flex-direction: column;
}

.sidepanel.rightpanel {
  float: right;
}

.sidepanel input[type=button] {
  margin: 0;
}

.sidepanel input.but {
  width: 179px;
  white-space: normal;
}

.sidepanel .jspPane {
  padding: 0 0 50px !important;
}

.sidepanel .separator {
  border-bottom: 1px solid #CCC;
  margin: 5px 0;
  font-weight: bold;
}

.sidepanel .final-sep {
  height: 40px;
}

.sidepanel .collapsable .lcontents label {
  display: block;
}

.sidepanel .collapsable .lcontents label .count {
  float: right;
  color: #777;
}

.sidepanel .collapsable .lcontents .selectall {
  margin-top: 5px;
  color: #999;
}

.minsep {
  height: 7px;
}

.sidepanel .lcontents .ltool {
  padding: 3px;
  margin-bottom: 4px;
  cursor: pointer;
}

.sidepanel .lcontents .ltool:hover {
  background: #F2F2F2;
  color: #C17D00;
}

.sidepanel .lcontents .ltool .icon {
  float: left;
  width: 16px;
  height: 16px;
  margin: 0 4px 0 0;
  background: url(../imgs/icons.png) no-repeat;
}

.sidepanel .lcontents .ltool.new .icon {
  background-position: -32px -16px;
}

.sidepanel .lcontents .ltool.updated .icon {
  background-position: -48px -16px;
}

.sidepanel .lcontents .ltool.popular .icon {
  background-position: -16px -16px;
}

.sidepanel .lcontents .ltool.ranked .icon {
  background-position: 0 -16px;
}

.sidepanel .lcontents .ltool.new .icon {
  background-position: -160px -48px;
}

.sidepanel .lcontents .ltool.importmult .icon {
  background-position: -272px 0;
}

.sidepanel .lcontents .ltool.fetchyoutube .icon {
  background-position: -288px 0;
}

.sidepanel .lcontents .ltool.encodequeue .icon {
  background-position: -160px 0;
}

.sidepanel .lcontents .ltool.srpdf .icon {
  background-position: -144px -48px;
}

.sidepanel .lcontents .ltool.cloudupload .icon {
  background-position: -176px -48px;
}

.sidepanel .lcontents .filter {
  display: block;
  margin: 5px 0;
  padding: 3px;
  width: 96%;
}

.sidepanel .lcontents.loading {
  height: 28px;
  margin-bottom: -5px;
  background: url(../imgs/loading.gif) no-repeat center;
}

.sidepanel .lcontents .tagcloud {
  text-align: center;
  overflow: hidden;
}

.tagcloud .tag.dropactive {
  background: url("../imgs/diagonals.white.png") #C17D00;
}

.tagcloud .tag.drophover {
  background: url("../imgs/diagonals.png") transparent;
}

.sidepanel .lcontents .tagcloud.dropactive .tag {
  background: url("../imgs/diagonals.white.png") #C17D00;
}

.sidepanel .lcontents .tagcloud.drophover .tag:hover {
  background: url("../imgs/diagonals.png") transparent;
}

.tagcloud .tag {
  white-space: nowrap;
  float: left;
  margin: 0 2px 3px 8px;
  padding: 0 2px 1px;
  cursor: pointer;
  color: #333;
  background-color: #FEF2D4;
  /*border:1px solid #D9D2BF;*/
  border: 1px solid #FDB913;
  border-left: 0 none;
  font-size: 11px;
  position: relative;
  height: 13px;
}

.tagcloud .tag .tail {
  width: 7px;
  height: 16px;
  background: url("../imgs/asset.tagtail.png") top left no-repeat;
  position: absolute;
  left: -7px;
  top: -1px;
}

.tagcloud .tag.selected {
  background-color: #FEDC89;
  border: 1px solid #BE8601;
  border-left: 0 none;
  padding: 0 2px;
}

.tagcloud .tag:hover {
  background-color: #FEF2D4;
  border: 1px solid #BE8601;
  border-left: 0 none;
}

.tagcloud .tag {
  font-size: 11px;
  height: 13px;
  margin-left: 8px;
  line-height: 15px;
}

.tagcloud .tag.s1 {
  font-size: 11px;
  height: 13px;
  margin-left: 8px;
  line-height: 15px;
}

.tagcloud .tag.s2 {
  font-size: 12px;
  height: 15px;
  margin-left: 9px;
  line-height: 15px;
}

.tagcloud .tag.s3 {
  font-size: 14px;
  height: 17px;
  margin-left: 10px;
  line-height: 18px;
}

.tagcloud .tag.s4 {
  font-size: 16px;
  height: 19px;
  margin-left: 11px;
  line-height: 18px;
}

.tagcloud .tag.s5 {
  font-size: 18px;
  height: 21px;
  margin-left: 12px;
  line-height: 22px;
}

.tagcloud .tag .tail {
  width: 7px;
  left: -7px;
  height: 16px;
  background-position: 0 0;
}

.tagcloud .tag.s1 .tail {
  width: 7px;
  left: -7px;
  height: 16px;
  background-position: 0 0;
}

.tagcloud .tag.s2 .tail {
  width: 8px;
  left: -8px;
  height: 18px;
  background-position: -7px 0;
}

.tagcloud .tag.s3 .tail {
  width: 9px;
  left: -9px;
  height: 20px;
  background-position: -15px 0;
}

.tagcloud .tag.s4 .tail {
  width: 10px;
  left: -10px;
  height: 22px;
  background-position: -24px 0;
}

.tagcloud .tag.s5 .tail {
  width: 11px;
  left: -11px;
  height: 24px;
  background-position: -34px 0;
}

.tagcloud .tag.selected .tail {
  width: 7px;
  left: -7px;
  height: 16px;
  background-position: 0 -48px;
}

.tagcloud .tag.s1.selected .tail {
  width: 7px;
  left: -7px;
  height: 16px;
  background-position: 0 -48px;
}

.tagcloud .tag.s2.selected .tail {
  width: 8px;
  left: -8px;
  height: 18px;
  background-position: -7px -48px;
}

.tagcloud .tag.s3.selected .tail {
  width: 9px;
  left: -9px;
  height: 20px;
  background-position: -15px -48px;
}

.tagcloud .tag.s4.selected .tail {
  width: 10px;
  left: -10px;
  height: 22px;
  background-position: -24px -48px;
}

.tagcloud .tag.s5.selected .tail {
  width: 11px;
  left: -11px;
  height: 24px;
  background-position: -34px -48px;
}

.tagcloud .tag.s1.dropactive .tail,
.sidepanel .lcontents .tagcloud.dropactive .tag.s1 .tail {
  width: 7px;
  left: -7px;
  height: 16px;
  background-position: 0 -96px;
}

.tagcloud .tag.s2.dropactive .tail,
.sidepanel .lcontents .tagcloud.dropactive .tag.s2 .tail {
  width: 8px;
  left: -8px;
  height: 18px;
  background-position: -7px -96px;
}

.tagcloud .tag.s3.dropactive .tail,
.sidepanel .lcontents .tagcloud.dropactive .tag.s3 .tail {
  width: 9px;
  left: -9px;
  height: 20px;
  background-position: -15px -96px;
}

.tagcloud .tag.s4.dropactive .tail,
.sidepanel .lcontents .tagcloud.dropactive .tag.s4 .tail {
  width: 10px;
  left: -10px;
  height: 22px;
  background-position: -24px -96px;
}

.tagcloud .tag.s5.dropactive .tail,
.sidepanel .lcontents .tagcloud.dropactive .tag.s5 .tail {
  width: 11px;
  left: -11px;
  height: 24px;
  background-position: -34px -96px;
}

.tagcloud .tag.s1.drophover .tail,
.sidepanel .lcontents .tagcloud.drophover .tag.s1:hover .tail {
  width: 7px;
  left: -7px;
  height: 16px;
  background-position: 0 -120px;
}

.tagcloud .tag.s2.drophover .tail,
.sidepanel .lcontents .tagcloud.drophover .tag.s2:hover .tail {
  width: 8px;
  left: -8px;
  height: 18px;
  background-position: -7px -120px;
}

.tagcloud .tag.s3.drophover .tail,
.sidepanel .lcontents .tagcloud.drophover .tag.s3:hover .tail {
  width: 9px;
  left: -9px;
  height: 20px;
  background-position: -15px -120px;
}

.tagcloud .tag.s4.drophover .tail,
.sidepanel .lcontents .tagcloud.drophover .tag.s4:hover .tail {
  width: 10px;
  left: -10px;
  height: 22px;
  background-position: -24px -120px;
}

.tagcloud .tag.s5.drophover .tail,
.sidepanel .lcontents .tagcloud.drophover .tag.s5:hover .tail {
  width: 11px;
  left: -11px;
  height: 24px;
  background-position: -34px -120px;
}

.tagcloud .tag:hover .tail {
  background-position: 0 -24px;
}

.tagcloud .tag.s1:hover .tail {
  background-position: 0 -24px;
}

.tagcloud .tag.s2:hover .tail {
  background-position: -7px -24px;
}

.tagcloud .tag.s3:hover .tail {
  background-position: -15px -24px;
}

.tagcloud .tag.s4:hover .tail {
  background-position: -24px -24px;
}

.tagcloud .tag.s5:hover .tail {
  background-position: -34px -24px;
}

.sidepanel .lcontents .userselector {
  width: 181px !important;
}

.sidepanel .download-app-ad,
.sidepanel .ftp-howto {
  background: #FAFAFA;
  border: 1px solid #E5E5E5;
  padding: 8px 20px 10px 20px;
  margin-bottom: 4px;
  cursor: pointer;
  position: relative;
  margin-right: 0;
  font-size: 11px;
  text-align: center;
  font-weight: bold;
  color: #666;
}

.sidepanel .download-app-ad .icon,
.sidepanel .ftp-howto .icon {
  height: 16px;
  width: 16px;
  margin: -1px 0 -4px -5px;
  display: inline-block;
  background: url(../imgs/icons.png) no-repeat -145px 0;
}

.sidepanel .ftp-howto .icon {
  background: url(../imgs/icons.png) no-repeat -80px 0;
}

.download-app-banner {
  margin-bottom: 20px;
}

.download-app-banner .btn {
  background: #FAFAFA;
  border: 1px solid #E5E5E5;
  padding: 20px 55px 20px 55px;
  margin-bottom: 4px;
  cursor: pointer;
  position: relative;
  margin-right: 30px;
  font-size: 14px;
  text-align: center;
  font-weight: bold;
  color: #666;
  display: block;
  margin-left: 40px;
}

.download-app-banner .btn:hover {
  border-color: #FDB913;
  text-decoration: none;
}

.download-app-banner .btn img {
  float: left;
}

.download-app-banner .btn.osx img {
  margin-top: -8px;
}

.download-app-banner .btn.win img {
  margin-top: 5px;
}

.sidepanel .sectit,
.sidepanel .secsubtit {
  background: #e6e6e6;
  padding: 8px 5px 10px 7px;
  margin-bottom: 4px;
  height: 13px;
  font-size: 12px;
  font-weight: bold;
  color: #666;
}

.sidepanel .secsubtit {
  background: #f4f4f4;
}

.sidepanel .newb,
.sidepanel .lcontents .newb,
.sidepanel .secb {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  background: #FAFAFA;
  border: 1px solid #E5E5E5;
  padding: 8px 5px 10px 7px;
  margin-bottom: 4px;
  height: 13px;
  cursor: pointer;
  /*position:relative;*/
  /*margin-right: 0;*/
  font-size: 12px;
  text-align: center;
  font-weight: bold;
  color: #666;
}

.sidepanel .newb,
.sidepanel .lcontents .newb {
  background: #E14836;
  color: #FFF;
  border-bottom: 1px solid #E14836;
  border-right: 1px solid #E14836;
  border-top: 1px solid #E14836;
  border-left: 1px solid #E14836;
}

.sidepanel .secb {
  background: transparent;
  border: 0;
  padding: 6px;
  /*text-align: left;*/
  height: 14px;
  font-weight: normal;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 5px;
}

.sidepanel .secb:hover {
  color: #D90;
}

.sidepanel .secb.on {
  border: 1px solid #FDB913;
  background: #FEDC89;
  padding: 5px;
  color: #666;
}

.sidepanel .secb.sep {
  cursor: default;
  padding: 0;
  background: #E5E5E5;
  height: 1px;
  margin: 5px 0;
}

.sidepanel .newb .icon,
.sidepanel .lcontents .newb .icon,
.sidepanel .secb .icon {
  height: 16px;
  width: 16px;
  font-family: "Font Awesome 6 Free", serif;
  font-weight: 900;
  align-items: center;
  justify-content: center;
  display: flex;
  color: #666;
  /*filter:alpha(opacity=80);-moz-opacity:.8;opacity:.8;*/
}

.sidepanel .secb i {
  font-size: 1.4em;
}

.sidepanel .secb.groups .icon::before,
.sidepanel .secb.group .icon::before {
  content: "\e533";
}

.sidepanel .secb.users .icon::before {
  content: "\f007";
}

.sidepanel .secb.roles .icon::before {
  content: "\f500";
}

.sidepanel .secb.inboxes .icon::before {
  content: "\f01c";
}

.sidepanel .secb.packagetemplates .icon::before {
  content: "\f468";
}

.sidepanel .secb.formats .icon::before {
  content: "\f87c";
}

.sidepanel .secb.metadata .icon::before {
  content: "\f570";
}

.sidepanel .secb.destinies .icon::before {
  content: "\e585";
}

.sidepanel .secb.lang .icon {
  background-position: -80px -48px;
}

.sidepanel .secb.log .icon::before {
  content: "\f477";
}

.sidepanel .secb.settings .icon::before {
  content: "\f1de";
}

.sidepanel .secb.stats .icon::before {
  content: "\f201";
}

.sidepanel .secb.transfers .icon::before {
  content: "\f7c0";
}

.sidepanel .secb.remote-encoders .icon::before,
.sidepanel .secb.encoders .icon::before {
  content: "\f013";
}

.sidepanel .secb.qcengine .icon::before {
  content: "\f46c";
}

.sidepanel .secb.ttoengine .icon::before {
  content: "\f20a";
}

.sidepanel .secb .add {
  height: 16px;
  width: 16px;
  font-family: "Font Awesome 6 Free", serif;
  font-weight: 900;
  align-self: center;
  justify-content: center;
  color: #666;
  display: none;
  margin-left: auto;
}

.sidepanel .secb .add::before {
  content: "\f055";
}

.sidepanel .secb .add:hover::before {
  content: "\f058";
}

.sidepanel .secb:hover .add,
.sidepanel .secb.on .add {
  display: block;
}

.sidepanel .newb:hover .icon,
.sidepanel .lcontents .newb:hover .icon {
  /*filter:alpha(opacity=100);-moz-opacity:1;opacity:1;*/
}

.sidepanel .secb:hover {
  border-color: #FDB913;
}

.sidepanel .newb:hover,
.sidepanel .lcontents .newb:hover {
  background: #F00;
}

.sidepanel .search {
  margin: 0 0 5px;
}

.sidepanel .search .searchbox {
  width: 142px;
}

#flow-uploads-list {
  margin-top: 7px;
}

#flow-uploads-list .file {
  padding-bottom: 3px;
  border-bottom: 1px solid #DADADA;
  margin-bottom: 3px;
}

#flow-uploads-list .file .name {
  word-break: break-all;
  margin-bottom: 7px;
}

#flow-uploads-list .file .size {
  float: right;
}

#flow-uploads-list .file .progress {
  float: left;
}

.netflix-diff {
  background: #ffffff;
  margin-top: 3px;
  table-layout: fixed;
}

.netflix-diff.hidden {
  display: none;
}

.netflix-diff tr:nth-child(odd) td {
  background: #FAFAFA;
}

.netflix-sharedsource {
  padding: 5px;
  color: #FFF;
  margin-bottom: 5px;
}

.netflix-sharedsource.matched {
  background: #08ca0c;
  border-left: 3px solid #acf7ae;
}

.netflix-sharedsource.matched a {
  color: #FFF;
}

.netflix-sharedsource.waiting {
  background: #FDB913;
  border-left: 3px solid #fde672;
}

.netflix-sharedsource.expired {
  background: #cb0b1c;
  border-left: 3px solid #cb7476;
}

.netflix-shared-source-desc {
  padding: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #adadad;
}

.package-assets-list {
  padding: 5px 0;
  border-bottom: 1px solid #CACACA;
}

.package-assets-list:last-child {
  margin-bottom: 0;
}

.package-assets-list > strong {
  padding-bottom: 5px;
  display: block;
}

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

.importantMDFieldList .importanMDFieldList__element {
  display: flex;
  align-items: center;
}

.file-simple {
  display: flex;
  padding: 2px;
  margin: 0;
  align-items: center;
  gap: 2px;
  position: relative;
}

.file-simple * {
  box-sizing: border-box;
}

.file-simple .filename {
  min-height: 16px;
  display: flex;
  align-items: center;
  gap: 2px;
}

.file-simple .filename__string {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  flex-grow: 0;
  flex-shrink: 1;
}

.file-simple .o-icon {
  margin: 0;
}

.file-simple .o-icon.subtitle {
  min-width: 16px;
}

.file-simple.ctm:hover {
  background-color: rgba(255, 255, 255, 0.5);
}

.file-simple.ctmon {
  background-color: #FFF;
  /*border-color: #FDB913;*/
}

.file-simple .info-icon {
  cursor: pointer;
  margin-left: auto;
  border: 1px solid #999999;
  background-color: #C1C1C1;
  border-radius: 50%;
  color: white;
  height: 15px;
  min-width: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 9px;
}

.file-simple__metadata,
.file-simple__metadata * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.file-simple__metadata {
  display: none;
  position: absolute;
  border: 1px solid #ccc;
  background-color: #f9f9f9;
  padding: 4px;
  z-index: 1000;
  box-shadow: 10px 10px 20px 0 rgba(0, 0, 0, 0.4);
  border-radius: 2px;
}

.file-simple__metadata-loader {
  border: 5px solid #f3f3f3;
  border-top: 5px solid #3498db;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  animation: spin 2s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.file-simple__metadata-content {
  display: flex;
  flex-direction: column;
  gap: 2px;
  /*max-width: 650px;*/
  /*max-height: 650px;*/
  /*width: 100%;*/
}

.file-simple__metadata-header {
  display: flex;
  flex-direction: row;
  gap: 2px;
  border-bottom: 1px solid #CCCCCC;
  padding: 2px 2px 4px 2px;
  margin-bottom: 2px;
}

.file-simple__metadata-version {
  display: flex;
  flex-direction: column;
  gap: 5px;
  align-items: flex-start;
}

.file-simple__metadata-close {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #999999;
  margin-left: auto;
  width: 20px;
  height: 20px;
  font-size: 15px;
}

.file-simple__metadata-close:hover {
  color: #2F2F2F;
  border-radius: 50%;
  border: 1px solid #2F2F2F;
}

.file-simple__metadata-file-name {
  font-size: 15px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  flex-grow: 0;
  flex-shrink: 0;
}

.file-simple__metadata-version-label {
  font-weight: bold;
}

.file-simple__metadata-version-tracks {
  overflow: auto;
  max-width: 650px;
  max-height: 600px;
  padding: 0 0 0 5px;
  display: flex;
  flex-direction: column;
}

.file-simple__metadata-track-type {
  font-weight: bold;
  padding: 6px 0 2px 0;
}

.file-simple__metadata-grid {
  display: grid;
  grid-template-columns: 50px repeat(9, minmax(110px, 1fr));
  gap: 10px;
  border-bottom: 1px solid #ccc;
  padding: 5px;
  width: fit-content;
}

.file-simple__metadata-grid:last-child {
  border-bottom: 0;
}

.file-simple__metadata-grid--labels {
  background: rgba(0, 0, 0, 0.0588235294);
  border-radius: 0 0 5px 5px;
  border-top: 1px solid #FDB913;
}

.file-simple__metadata-grid-value {
  padding: 5px;
}

.file-simple__metadata-grid-value--label {
  font-weight: bold;
}

.assets-selected-count {
  padding: 5px 0 9px;
  color: #a97800;
}

.assets-selected-count .skipped-warn {
  margin-left: 5px;
  color: #999;
  font-style: italic;
}

.field-flex * {
  box-sizing: border-box;
}

.field-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
  background-color: white;
  border-bottom: 1px solid rgba(221, 221, 221, 0.4392156863);
}

.field-flex--left-align {
  justify-content: flex-start;
  gap: 2px;
}

.field-flex label {
  width: 200px;
}

.field-flex select,
.field-flex textarea,
.field-flex input {
  width: 100%;
  margin: 0;
}

.field-flex .ugdata {
  width: 168px;
  background-color: #F2F2F2;
}

.field-flex .ugdata.small {
  margin: 0;
  background-color: white;
}

.field-flex__label-cb {
  display: inline-flex;
  width: auto !important;
  align-items: center;
  gap: 5px;
}

.field-flex__label-cb > input {
  width: auto;
}

.select__config * {
  box-sizing: border-box;
}

.select__config {
  display: flex;
  align-items: center;
  cursor: pointer;
  gap: 0 2px;
}

.config__color {
  display: flex;
  align-items: center;
  cursor: pointer;
  margin: 0;
  padding: 0;
}

.config__color > input {
  margin: 0;
  padding: 0;
  background: white;
  border: 0;
  width: 28px;
  height: 28px;
  outline: none;
}

.config__text {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 20px;
  width: 22px;
  height: 22px;
}

.config__text--italic {
  background-image: url("../imgs/format_italic_black_20dp.png");
}

.config__text--bold {
  background-image: url("../imgs/format_bold_black_20dp.png");
}

.config__text--selected {
  border-radius: 4px;
  background-color: rgba(32, 33, 36, 0.122);
}

/* File selector by format */
.file-format-selector {
  display: flex;
  flex-direction: column;
  font-size: 10px;
  box-sizing: border-box;
  margin: 0 0 8px 0;
  padding: 0;
}

.file-format-selector * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.file-format-selector__filters {
  display: flex;
  align-items: center;
  align-self: flex-end;
  margin-right: 10px;
  font-size: 10px;
  gap: 2px;
  margin-bottom: 4px;
  flex-direction: column;
}

.file-format-selector__filter {
  display: flex;
  align-items: center;
  align-self: flex-end;
  gap: 2px;
}

.file-format-selector__filter-label {
  font-weight: bold;
  font-size: 10px;
  font-style: italic;
  padding: 0;
  margin-right: 4px;
}

a.file-format-selector__select,
a.file-format-selector__clear,
.file-format-selector__select-all,
.file-format-selector__clear-all {
  color: #D09302 !important;
  cursor: pointer;
}

.file-format-selector__type-label {
  display: flex;
  align-items: center;
  font-weight: bold;
  color: #222222;
  margin-bottom: 4px;
  cursor: pointer;
}

.file-format-selector__format-list {
  font-size: 12px;
  display: flex;
  flex-direction: column;
  margin-left: 12px;
  gap: 4px;
}

label.file-format-selector__format-data {
  display: flex;
  flex-direction: row;
  gap: 4px;
  align-items: center;
  justify-content: flex-start;
  margin: 0;
  padding: 0;
}

label.file-format-selector__format-data.disabled {
  opacity: 0.5;
}

.file-format-selector__format-cb {
  margin-bottom: 1px;
}

.file-format-selector__format-count {
  font-weight: bold;
  font-style: italic;
}

.file-format-selector__format-download {
  margin-left: auto;
  font-size: 10px;
}

.file-format-selector__format-label {
  color: #D09302;
}

label.file-format-selector__download {
  display: flex;
  margin-left: auto;
  padding: 0;
}

label.file-format-selector__download--hide {
  display: none;
}

.file-format-selector__format-size {
  font-size: 10px;
  font-style: italic;
}

.file-format-selector__format-extension {
  font-size: 10px;
  color: #D09302;
  font-style: italic;
}

.block-flex {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.block-flex__columns {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  width: 100%;
  gap: 2px;
}

.block-flex__columns .scroller {
  width: 100%;
}

.block-flex .buts {
  align-self: flex-end;
  width: 100%;
}

.qc-status .qc-progress {
  display: none;
}

.qc-status.inprogress .qc-progress {
  display: initial;
}

.qc-status.inprogress,
.qc-status.processing {
  color: var(--color-info-500);
}

.qc-status.error {
  color: var(--color-danger-500);
}

.qc-status.queued {
  color: var(--color-warning-700);
}

.qc-status.warning {
  color: var(--color-warning-100);
}

.qc-status.success {
  color: var(--color-success-300);
}

.qc-columns {
  width: calc(100% - 345px);
}

.qc-columns .qc-column {
  width: 25%;
}

.qc-columns .qc-column .qc-status {
  display: inline-block;
}

.qc-columns .qc-column .qc-results {
  margin-left: 0;
}

select.select-full-w {
  width: 100%;
}

/* === Global field error message with transition === */
.field-error-msg {
  color: #900;
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transform: translateY(-4px);
  visibility: hidden;
  transition: opacity 180ms ease, max-height 180ms ease, transform 180ms ease, visibility 0s linear 180ms;
  font-size: 12px;
  line-height: 1.3;
  margin-top: 0;
}

.field-error-msg--active {
  opacity: 1;
  max-height: 200px;
  transform: translateY(0);
  visibility: visible;
  transition: opacity 180ms ease, max-height 180ms ease, transform 180ms ease, visibility 0s;
  margin-top: 4px;
  display: block;
}

.lcontents-header {
  display: flex;
  flex-direction: row;
  background-color: #ececec;
  border-radius: 4px 4px 0 0;
  padding: 0.5rem 1rem;
  align-items: center;
  margin-bottom: 4px;
  color: #666666;
  border-bottom: 1px solid #666666;
  gap: 1rem;
}

.lcontents-header__label {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.4rem;
  font-size: 1rem;
  font-weight: bold;
}

.lcontents-header__label--right {
  margin-left: auto;
}

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

.qc-template {
  display: flex;
  gap: 12px;
  flex-direction: column;
  align-items: stretch;
  overflow: visible; /* allow tooltips to extend outside container */
  min-width: 740px;
}

.qc-template * {
  margin: 0;
  box-sizing: border-box;
  padding: 0;
}

.qc-card {
  display: flex;
  flex-direction: row;
  /*background: #0b1b2b0d;*/
  background: #fdfdfd;
  border: 1px solid rgba(11, 27, 43, 0.1490196078);
  border-radius: 4px;
  padding: 14px;
  align-items: center;
  gap: 1rem;
  overflow: visible; /* prevent tooltip clipping */
  position: relative; /* ensure higher stacking context for children */
}

.qc-card--selected {
  background-color: #fef2d4;
}

.qc-card--error-highlight {
  border-color: #d32f2f;
  box-shadow: 0 0 8px 0 rgba(211, 47, 47, 0.4);
}

.qc-card .title {
  color: #0b1b2b;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 0 10px 4px 0 !important;
  margin: 0 !important;
}

/* Help icon next to titles */
.qc-help-icon {
  color: #607d8b;
  font-weight: normal;
  cursor: help;
  position: relative;
}

.qc-help-icon > i {
  font-size: 1.6rem !important;
}

.qc-card__row {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  margin: 6px 0;
  align-items: center;
}

.qc-card__row--small-gap {
  gap: 0.4rem;
}

.qc-card__column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 0.4rem;
}

.qc-card__labels-group {
  display: flex;
  flex-direction: row;
  gap: 0.2rem;
  align-items: center;
}

.qc-card__label {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.3rem;
  font-size: 0.8rem;
}

.qc-card__label > select,
.qc-card__label > input {
  font-size: 0.9rem;
}

.qc-card__input {
  min-width: 2rem;
  padding: 1px 4px;
}

.qc-card__input--small {
  max-width: 3rem;
}

.qc-card__input--xsmall {
  max-width: 1.5rem;
  text-align: center;
}

.qc-chip {
  background: rgba(0, 176, 255, 0.1019607843);
  border: 1px solid rgba(0, 176, 255, 0.2);
  color: #0077b6;
  border-radius: 4px;
  padding: 4px 10px;
  cursor: pointer;
  font-weight: bold;
}

.qc-card--selected .qc-chip {
  font-weight: bold;
}

.qc-chip input {
  margin-right: 6px;
  cursor: pointer;
}

.qc-inline > * {
  margin-right: 8px;
}

.qc-help {
  color: #607d8b;
  font-size: 12px;
}

.qc-card__on-detection,
.qc-card__checkbox {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  min-width: 4rem;
  font-size: 1.6rem !important;
}

.qc-card__on-detection {
  color: #fdb913;
}

.qc-card__on-detection-error {
  color: #d32f2f;
}

.qc-card__checkbox-label {
  display: flex;
  align-items: center;
}

.qc-card__checkbox-icon {
  font-size: 1.6rem !important;
}

.qc-card__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.9rem;
}

.qc-toggle {
  display: flex;
  align-items: center;
  gap: 10px;
}

.qc-reject-on-error {
  border-radius: 3px;
  padding: 4px 8px;
  border: 1px solid rgba(11, 27, 43, 0.1490196078);
  background: #fff;
}

input, select {
  border-radius: 4px;
  border: 1px solid rgba(11, 27, 43, 0.2);
  /*padding: 6px 8px*/
}

/* Visually indicate disabled sections */
.qc-disabled {
  opacity: 0.6;
}

.qc-card__data.qc-disabled .qc-card__header .title .qc-tooltip {
  opacity: 1 !important;
}

.qc-card__data--row {
  display: flex;
  flex-direction: row;
  flex-grow: 1;
}

.qc-card__data--row .qc-card__header {
  margin: 0;
}

.qc-card__data--row .qc-card__row {
  margin-left: auto;
}

.qc-card__start-timecode-data {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
}

.qc-card__pull-right {
  margin-left: auto;
}

.qc-template-header {
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 1rem;
  padding: 0.5rem 1.4rem 0.5rem 1rem;
}

.qc-template-header__label--right {
  margin-left: auto;
}

.qc-template-groups {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 1rem;
  border: 1px solid #CCCCCC;
  border-radius: 5px;
}

.qc-template-group {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  border: 1px solid #CCCCCC;
  padding: 1rem;
  background-color: #FAFAFA;
  border-radius: 5px;
  transition: opacity 0.5s ease, transform 0.5s ease, height 0.5s ease, margin 0.5s ease, padding 0.5s ease, border-color 0.5s ease, background-color 0.5s ease;
}

.qc-template-group--removing {
  opacity: 0;
  transform: scale(0.98);
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border-color: rgb(255, 0, 0) !important;
  background-color: rgba(255, 0, 0, 0.12);
  overflow: hidden;
}

.qc-template-group-separator {
  border-top: 8px solid #CCCCCC;
  border-radius: 5px;
  transition: opacity 0.5s ease, border-top-width 0.5s ease, margin 0.5s ease;
}

.qc-template-group-separator--removing {
  opacity: 0;
  border-top-width: 0;
  margin: 0;
  overflow: hidden;
}

.qc-template-track-selection {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  /*gap: 1rem;*/
  padding: 8px 14px;
  border: 1px solid #CCCCCC;
  background-color: white;
  border-radius: 5px;
}

.qc-help-icon {
  margin-left: auto;
}

.qc-card__labels-group--full-width {
  width: 100%;
}

.qc-card__label--margin-left {
  margin-left: 1rem;
}

.qc-template-audio-channel-selectors {
  display: flex;
  flex-direction: row;
  gap: 0.6rem;
}

.qc-template-audio-channel-selector {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.2rem;
}

.qc-template-audio-channel-selector__number {
  font-size: 0.6rem;
  color: #888;
}

.qc-card__channel-selection {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.6rem;
  padding: 8px 14px;
  flex-wrap: wrap;
  flex-shrink: 0;
}

.qc-template-group-buttons {
  display: flex;
  flex-direction: row;
  gap: 0.4rem;
  justify-content: flex-start;
}

.qc-template-group-buttons__btn {
  padding: 0.6rem;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* Scoped styles for QC Template matrix within admin inbox edit */
.qc-template-matrix {
  overflow: auto;
  max-height: 65vh;
  border: 1px solid #ddd;
  border-radius: 4px;
  background: #fff;
}

.qc-template-matrix > * {
  margin: 0;
  box-sizing: border-box;
  padding: 0;
}

.qc-template-matrix-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}

.qc-template-matrix-table th, .qc-template-matrix-table td {
  padding: 8px 10px;
  border-bottom: 1px solid #eee;
  border-right: 1px solid #eee;
  white-space: nowrap;
  background: #fff;
}

.qc-template-matrix-table thead th {
  position: sticky;
  top: 0;
  z-index: 3;
  background: #f7f7f7; /* match page header tone */
}

.qc-template-matrix-table th.template-header, .qc-template-matrix-table td.template-name {
  position: sticky;
  left: 0;
  z-index: 2;
  background: #fff;
  /* Use table-cell layout to align perfectly with other columns */
  display: table-cell;
  vertical-align: middle;
  min-height: 33px;
}

/* Cap first column width and ellipsis for long names */
.qc-template-matrix-table th.template-header {
  width: 300px;
  max-width: 300px;
}

.qc-template-matrix-table td.template-name {
  width: 300px;
  max-width: 300px;
  min-width: 0; /* allow content to shrink for ellipsis */
  overflow: hidden;
}

.qc-template-matrix-table td.template-name .template-title {
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: calc(100% - 48px);
}

/* Corner cell should be above other sticky elements */
.qc-template-matrix-table thead th.template-header {
  z-index: 4;
}

/* Make checkboxes centered in their cells */
.qc-template-matrix-table td.format-checkbox {
  text-align: center;
}

/* Ensure the container participates in sticky calcs */
.format-groups__list {
  overflow: visible;
}

.fas.fa-trash-alt,
.fa-trash-alt {
  cursor: pointer;
}

/* Align trash icon with label and link inside the first column of QC template matrix */
.qc-template-matrix-table td.template-name i.fas,
.qc-template-matrix-table td.template-name i.fa,
.qc-template-matrix-table td.template-name .format-groups__link,
.qc-template-matrix-table td.template-name .template-title,
.qc-template-matrix-table td.template-name .template-link-icon {
  display: inline-block;
  vertical-align: middle;
  line-height: 1; /* avoid extra top/bottom space from font-awesome */
}

.qc-template-matrix-table td.template-name i.fa-trash-alt {
  margin-right: 6px;
}

.qc-template-matrix-table td.template-name .format-groups__link,
.qc-template-matrix-table td.template-name .template-link-icon {
  margin: 0 6px 0 0;
}

/* Show link icon only on hover over the first column */
.qc-template-matrix-table td.template-name .template-link-icon {
  opacity: 0;
  cursor: pointer;
  transition: opacity 120ms ease-in-out;
  margin-left: 6px;
}

.qc-template-matrix-table td.template-name:hover .template-link-icon {
  opacity: 1;
}

/* Error message with smooth show/hide transition */
.field-error-msg {
  color: #900;
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transform: translateY(-4px);
  visibility: hidden;
  transition: opacity 180ms ease, max-height 180ms ease, transform 180ms ease, visibility 0s linear 180ms;
  font-size: 12px;
  line-height: 1.3;
  margin-top: 0;
  align-self: flex-end;
}

.field-error-msg--active {
  opacity: 1;
  max-height: fit-content;
  transform: translateY(0);
  visibility: visible;
  transition: opacity 180ms ease, max-height 180ms ease, transform 180ms ease, visibility 0s;
  margin-top: 4px;
  display: flex;
  width: 100%;
}

.pagination {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: Arial, sans-serif;
  box-sizing: border-box;
  gap: 0.7rem;
  background-color: #FAFAFA;
  padding: 0.2rem 0.35rem 0.2rem 0.6rem;
  flex-shrink: 0;
  border-radius: 7px;
}

.pagination__summary {
  display: flex;
  flex-direction: column;
  font-size: 0.7rem;
}

.pagination__controls {
  display: flex;
  align-items: center;
  gap: 0.3rem;
}

.pagination__controls-select {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: #F2F2F2;
  border: 1px solid #CCCCCC;
  border-radius: 3px;
  padding: 0.1rem 0.2rem;
  margin-right: 0.4rem;
}

.pagination__controls-select select {
  padding: 0.1rem 0.2rem;
  font-size: 0.8rem;
  background: #FAFAFA;
  border-radius: 2px;
  border: 1px solid #CCCCCC;
  color: #666;
  outline: none;
  font-weight: bold;
  cursor: pointer;
  margin-left: 0.2rem;
}

.pagination__controls-select label {
  font-size: 0.7rem;
  display: inline-flex;
  align-items: center;
}

.pagination__controls-page-number {
  font-size: 0.8rem;
  background: #FFFFFF;
  border: 1px solid #DADADA;
  cursor: pointer;
  text-align: center;
  vertical-align: middle;
  color: #666;
  font-weight: bold;
  padding: 0.2rem 0.5rem;
  border-radius: 3px;
}

.pagination__controls-page-number--selected {
  background-color: #fedc89;
}

.pagination__controls-page-number--disabled {
  opacity: 0.4;
  cursor: default;
}

.pagination__controls-page-number--disabled:hover {
  border-color: #DADADA;
}

.pagination__control-jump {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  background: #F2F2F2;
  border: 1px solid #CCCCCC;
  border-radius: 3px;
  padding: 0.1rem 0.2rem;
  margin-left: 0.4rem;
}

.pagination__control-jump label {
  font-size: 0.7rem;
  display: inline-flex;
  align-items: center;
  gap: 0.2rem;
}

.pagination__control-jump label input {
  border-radius: 2px;
  -moz-appearance: textfield;
  width: auto;
  min-width: 2ch; /* mínimo espacio para 2 dígitos */
  max-width: 6ch; /* opcional: limitar a 6 caracteres */
  text-align: center;
  padding: 0.1rem 0.2rem;
  box-sizing: content-box;
  font-size: 0.8rem;
}

.pagination__control-jump label input::placeholder {
  color: #CCCCCC;
}

.pagination__control-jump label input::-webkit-inner-spin-button,
.pagination__control-jump label input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.pagination__control-jump-btn {
  padding: 0.1rem 0.4rem;
  border-radius: 3px;
  border: 1px solid #FDB913;
  background: #FEDC89;
  color: #666;
  font-weight: bold;
}

.pagination__control-jump-btn:hover {
  border: 1px solid #FDB913;
  background: #FDB913;
  color: white;
  font-weight: bold;
}

.qc-status {
  display: inline-flex;
  align-items: center;
}
.qc-status .qc-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 22px;
  height: 18px;
  padding: 0 6px;
  border-radius: 999px;
  font-size: 12px;
  line-height: 1;
  background: #e5e7eb;
  color: #111827;
  border: 1px solid rgba(0, 0, 0, 0.06);
}
.qc-status .qc-pill i {
  font-size: 12px;
}
.qc-status.success .qc-pill {
  background: #16a34a;
  border-color: #15803d;
  color: #ffffff;
}
.qc-status.inprogress .qc-pill {
  background: #2563eb;
  border-color: #1d4ed8;
  color: #ffffff;
}
.qc-status.error .qc-pill {
  background: #dc2626;
  border-color: #b91c1c;
  color: #ffffff;
}
.qc-status.warning .qc-pill {
  background: var(--color-warning-100);
  border-color: var(--color-warning-700);
  color: #111827;
}
.qc-status.queued .qc-pill {
  background: #9ca3af;
  border-color: #6b7280;
  color: #111827;
}
.qc-status.none .qc-pill {
  background: #e5e7eb;
  border-color: #d1d5db;
  color: #111827;
}

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

.qc-modal,
.qc-modal > form{
  width: 100%;
}
.qc-modal iframe{
  width: 100%;
  min-height: 760px;
}