/*********
*** USERS SELECTOR
*********/
.sel{
	position: relative;
	z-index: 1;
}
.usel{
}
.gsel{
}
.sel.opened{
	z-index: 105;
}

/*.gsel.seltool.sel.opened {*/
/*	z-index: 1000;*/
/*	position: relative;*/
/*	overflow: visible;*/
/*}*/

.sel .sadder{
	clear: both;
	float: right;
	padding: 4px 15px;
	z-index: 100;
	margin-top: 2px;
}
.sel.gsel .sadder{
	margin: 2px 1px 1px !important;
}
.sel.left .sadder{
	float: left;
}
.sel.small .sadder{
	padding: 2px;
	font-size: 11px;
	margin-bottom: 1px;
}
.sel.opened .sadder{
	background: #FAFAFA;
	border: 1px solid #C0C0C0;
	border-bottom: 0 none;
	padding-bottom: 5px;
    border-radius: 4px 4px 0 0;
}
.sel .nlist{
	min-width: 300px;
	border: 1px solid #C0C0C0;
	background: #FAFAFA;
	padding: 5px;
	display: none;
	position: absolute;
	right: 0;
	margin: -1px 0 0 0;
	z-index: 1;
	-webkit-box-shadow:0 3px 3px -2px #666666; -moz-box-shadow:0 3px 3px -2px #666666; box-shadow:0 3px 3px -2px #666666;
}
.sel.small .nlist{
}
.sel.gsel .nlist{
	padding: 3px;
	position: absolute;
	top: 100%;
	right: 0;
	z-index: 1001;
	background: #1e1e1e;
	border: 1px solid #444;
	box-shadow: 0 4px 12px rgba(0,0,0,0.4);
	max-height: 300px;
	overflow-y: auto;
	width: 100%;
}
.sel.gsel .nlist .scroller{
	max-height: 138px;
}
.sel.left .nlist{
	left: 0;
	right: auto;
}
.sel.opened .nlist{
	display: block;
}
.sel.notfloat .nlist{
	position: relative;
	background: transparent;
	border: 0;
	-webkit-box-shadow:0 0; -moz-box-shadow:0 0; box-shadow:0 0;
}
.sel.opened.notfloat .sadder{
	background: transparent;
	border: 0 none;
	padding: 3px;
	display: none;
}
.sel .nlist .selsearch{
	font-size: 14px;
	min-width: 200px;
	width: 100%;
	display: block;
	box-sizing: border-box;
    padding: .2rem;
}
.sel.notfloat .nlist .selsearch{
	margin: 4px 0;
	width: 98%;
	padding: 3px 1%;
	font-size: 13px;
}
.sel .nlist .list{
	margin-top: 2px;
}
.sel.smallslide .nlist .list{
	max-height: 140px;
}
.sel .nlist .list .ugdata{
	white-space: nowrap;
	cursor: pointer;
	border-bottom: 0 none;
	margin-bottom: 0;
	width: auto;
}
.sel .nlist .list .ugdata.role.norole{
	cursor: default;
}

.select-inbox__list {
    display: flex;
    flex-direction: column;
    gap: .5rem;
    align-items: flex-start;
    padding: .3rem;
    background: #fdfdfd;
    border: 1px solid #CCCCCC;
    border-radius: 5px;
}


.select-inbox__list-item {
    display: flex;
    font-weight: bold;
    cursor: pointer;
    align-items: center;
    width: 100%;
    background-color: #fafafa;
    padding: .3rem;
    border-bottom: 1px solid #CCCCCC;
}

.select-inbox__list-item:last-child {
    border-bottom: none;
}

.selected-inbox-list {
    display: flex;
    flex-direction: column;
    gap: .5rem;
    align-items: flex-start;
    padding: .3rem;
}

.selected-inbox-container {
    border: 1px solid #CCCCCC;
    border-radius: 5px;
    padding: .3rem;
}

.selected-inbox {
    display: flex;
    align-items: center;
    font-weight: bold;
    background-color: #fafafa;
    padding: .3rem;
    border-bottom: 1px solid #CCCCCC;
    width: 100% !important;
    justify-content: flex-start;
    border-radius: 5px;
}

.selected-inbox .group-name {
    font-weight: normal;
    font-style: italic;
}

.selected-inbox:last-child {
    border-bottom: none;
}

.selected-inbox .name {
    margin: 0 !important;
    display: flex;
    flex-flow: row;
    align-items: center;
    justify-content: flex-start;
    gap: .3rem;
}

.ugdata .online-status {
	background: #FFF;
	border-radius: 50px;
	width: 6px;
	height: 6px;
	position: absolute;
	top: -1px;
	left: 16px;
}

.ugdata.large .online-status {
	top: 2px;
	left: 38px
}

.adat-text .ugdata .online-status {
	margin: 0 0 0 2px;
}

.ugdata .online-status.online {
	background: #090;
}

.ugdata .online-status.away {
	background: #f7a628;
}

.ugdata .online-status.busy {
	background: #C00;
}

.ugdata .online-status.offline {
	background: #666;
}

.sel .nlist .list .ugdata:hover .name {
	/*color: #000;*/
}
.sel .nlist .list .ugdata.user:hover img,
.sel .nlist .list .ugdata.user:hover .imgfix,
.sel.selgroups .nlist .list .ugdata.group:hover img,
.sel.selgroups .nlist .list .ugdata.group:hover .imgfix,
.sel.selroles .nlist .list .ugdata.role:hover img,
.sel.selroles .nlist .list .ugdata.role:hover .imgfix{
	border-color: #FDB913;
}
.sel .nlist .list .ugdata.small{
	width: auto;
	float: none;
	padding: 0 2px;
}
.sel .nlist .list .ugdata.user:hover,
.sel.selgroups .nlist .list .ugdata.group:hover,
.sel.selroles .nlist .list .ugdata.role:hover{
	border: 0 none;
	background: #FEF2D4;
}
.sel .nlist .list .ugdata.role.norole:hover{
	background: #f0f0f0;
}
.sel .nlist .list .ugdata.role.norole:hover img,
.sel .nlist .list .ugdata.role.norole:hover .imgfix{
	border-color:#AAA;
}
.sel .nlist .list .ugdata.group{
	background: #E5E5E5;
	padding: 2px;
	margin: 2px 0;
	cursor: default;
}
.sel .nlist .list .ugdata.role{
	background: #f0f0f0;
	padding: 2px;
	margin: 2px 0;
	cursor: default;
}
.sel .nlist .list .ugdata.group .group-desc{
	color: #666;
	font-style: italic;
	margin-top: 2px;
}
.sel.gsel .nlist .list .ugdata.group{
	cursor: pointer;
	width: auto;
}
.sel.smallslide .nlist .list .ugdata.group{
	padding: 2px;
}
.sel.selgroups .nlist .list .ugdata.group{
	cursor: pointer;
}
.sel.selroles .nlist .list .ugdata.role{
	cursor: pointer;
}
.sel.selroles .nlist .list .ugdata.role.norole{
	cursor: default;
}
.sel .nlist .list .ugdata .scb{
	display: none;
}
.sel .nlist .list .ugdata.group:hover{
}
.sel.selgroups .nlist .list .ugdata.group:hover{
}
.sel.selgroups .nlist .list .ugdata.group:hover .name{
	color: #000;
}
.sel.smallusers .nlist .list .ugdata.group:hover{
	padding: 2px;
}

.sel .nlist .list .ugdata .remove{
	display: none !important;
}
.sel .nlist .list .ugdata .group-desc{
	margin: 3px 7px 0 0;
	float: right;
}
.sel .nlist .list .hl{
	background-color: #DADADA;
	height: 1px;
	margin: 2px 0;
	clear: both;
}
.sel .nlist .list > .hl:last-child,
.sel .nlist .list .rolesub:last-child .hl:last-child{
	display: none;
}
.sel .nlist .list .nousers{
	color:#CCC;
	text-align: center;
	padding: 5px;
}
.sel .nlist .list .rolesub{
	padding-left: 16px;
}
.searchfilters .sel .scroller{
}

.sel .sellist .ugdata .scb{
	display: block;
	float: right;
	cursor: pointer;
	margin-right: 22px !important;
	margin-top: 3px !important;
}

.sel .sellist .ugdata:hover{
	background: #FEF2D4;
}

.assetsselector{
}
.assetsselector .assitem{
	margin-bottom: 3px;
}

.assitem--opacity {
	opacity: 0.6;
}

/*********
*** PRINT
*********/
.print{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
}
.print.overflow {
	overflow: scroll;
}
.print input{
	display:none;
}
.onlyprint{
	display: none;
}
.print .onlyprint{
	display: block;
}
.print .stit ,
.onlyprint .stit{
	font-size: 12px;
	font-weight: bold;
	padding: 4px 6px;
	margin-bottom: 4px;
	border-bottom: 1px solid #CCC;
}
.print .block ,
.onlyprint .block {
	background-color: #ECECEC;
	border: 1px solid #C0C0C0;
	margin: 0 0 15px 0;
	padding: 5px;
	float: none;
	width: auto;
}
.print .block .field,
.onlyprint .block .field{
	background-color: #FFF;
	border-bottom: 1px solid #DADADA;
	margin: 2px 0 0;
	padding: 10px;
	position: relative;
}
.print .block .field .rr,
.onlyprint .block .field .rr{
	float: right;
	width: auto;
}
.print .block .field .rr input,
.print .block .field .rr select,
.print .block .field .rr textarea,
.onlyprint .block .field .rr input,
.onlyprint .block .field .rr select,
.onlyprint .block .field .rr textarea{
	margin: -2px;
}
/*********
*** CAPTCHA
*********/
.captcha {
	text-align: center;
	font-size: 14px;
	color: #666;
	min-width: 400px;
	margin: 10px auto;
	padding: 3px;
	background: #E5E5E5;
	border: 1px solid #C0C0C0;
	display: flex;
	flex-direction: row;
	box-sizing: border-box;
	align-items: center;
	gap: 5px;
	justify-content: center;
	border-radius: 3px;
}

.captcha__form {
	margin: 0 0 5px 0;
	justify-content: flex-start;
}

.captcha__input-label {
	display: flex;
	flex-direction: column;
	flex: 1 1 auto;
	min-width: 0;
}

.captcha img {
	border: 1px solid #C0C0C0;
	margin: 0 5px 0 0;
	display: block;
	width: 150px;
	height: 90px;
}

.captcha__image{
	margin: 0 !important;
}

.captcha__form {
	margin: 0;
}

.captcha .input-form{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	min-width: 0;
}
.captcha input{
	text-transform:uppercase;
	text-align:center;
	padding: 7px;
	font-size: 24px !important;
	max-width: 100%;
	box-sizing: border-box;
}

.captcha__input-label input {
	width: 100%;
}

/*********
*** THUMBS
*********/

#thumbsph{
	position:absolute;
	z-index: 30000;
	/*border: 1px solid #111;*/
	color:#DDD;
	padding: 3px 4px;
	-webkit-box-shadow:0 3px 3px -2px #666666; -moz-box-shadow:0 3px 3px -2px #666666; box-shadow:0 3px 3px -2px #666666;
	display:none;
	/*background-image:url(../imgs/diagonals.grey.png);*/
	background: #FFF;
	border: 1px solid #C0C0C0;
}
#thumbsph .th{
	float:left;
	margin:1px;
	padding:2px;
	text-align:center;
}
#thumbsph .assettit{
	border-bottom: 1px dotted #DADADA;
	color:#333;
	margin:1px 3px 0;
	padding:2px;
}

/*********
*** CONTEXT MENU
*********/
.cmenu,
.cmenu .cmitem > .subs{
	margin:0;
	padding:0;
	background-color:#FFF;
	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;
	z-index:50002;
	position:fixed;
	display: flex;
	flex-direction: column;
}
.cmlist {
	max-height: 90vh;
	overflow-x: hidden;
	overflow-y: auto;
}
.cmlist::-webkit-scrollbar {
	width: 8px;
}
.cmlist::-webkit-scrollbar-thumb {
	background-color: #e0e0e0;
	border-left: 2px solid transparent;
	border-right: 2px solid transparent;
	background-clip: content-box;
}
.cmlist::-webkit-scrollbar-corner {
	background-color: #c1c1c1;
}
.cmenu .cmitem > .subs{
}
.cmenu.drop{
}

.cmenu .cmitem {
	margin:1px;
	padding:8px 12px 8px 26px;
	cursor:pointer;
	position:relative;
	white-space:nowrap;
	color:#333;
	height: 14px;
	text-align: left;
	font-weight: normal;
	font-style: normal;
}
.cmenu .cmitem.filter{
	padding: 4px;
	height: 26px;
	box-sizing: border-box;
}
.cmenu .cmitem.not-interactable {
	color: #919191;
	background: #F0F0F0;
	padding: 6px 12px 6px 26px;
	font-style: italic;
	cursor: default;
}
.cmenu .cmitem.not-interactable:hover {
	color: #919191;
	background: #F0F0F0;
}
.cmenu .cmitem.filter > input{
	width: 100%;
	box-sizing: border-box;
}
.cmenu .cmitem > .subs{
	display:none;
	margin:0 0 0 -3px;
	left:100%;
	top:0;
	z-index:1020;
}
.cmenu .cmitem:hover > .subs,
.cmenu .cmitem.hover > .subs{
	display:block;
	overflow-x: hidden;
	overflow-y: auto;
	max-height: 90vh;
}
.cmenu .cmitem .c{
	font-size:10px;
	color:#666;
	position:relative;
	bottom:1px;
}
.cmenu .cmitem.wsubs{
	padding-right: 26px;
}
.cmenu .cmitem .hassubs{
	position: absolute;
	right: 3px;
	top: 7px;
	margin-top: 0;
	height:12px;
	width:12px;
	background:url(../imgs/collapsable.png) -12px -12px no-repeat;
	z-index:4;
}
.cmenu .cmitem.hover,
.cmenu .cmitem:hover{
	background: #F2F2F2;
	color: #D90;
}
.cmenu .cmitem.hover > .hassubs,
.cmenu .cmitem:hover > .hassubs{
	background:url(../imgs/collapsable.png) -48px -12px no-repeat;
}
.cmenu .cmitem.wsubs.hover{
}
.cmenu .cmitem.hover > div{
	color:#333;
}

.cmenu .sep {
	margin:2px 1px -3px;
	padding:0;
	height:1px !important;
	background-color:#DADADA;
	cursor:default;
}
.cmenu .sep + .cmenu .cmitem {
	margin-top: 6px;
}
.cmenu .loading {
	cursor:wait;
	color:#666;
	margin:1px;
	padding:3px;
}
.cmenu .error {
	background-color:#FDD;
	border: 0 solid #900;
	color:#000;
	padding: 4px;
}

.cmenu .cmitem .sifteropt{
	color:#FFF;
	display:block;
	margin: -5px -12px 0 -26px;
	padding: 4px 20px 4px 4px;
	border: 1px solid;
	font-size: 11px;
	text-shadow: 0 0 2px #333;
	font-weight: bold;
	height: 14px;
}
.cmenu .cmitem .sifteropt > .t{	display:block; width: 80px; float: left; }
.cmenu .cmitem .sifteropt > .c{	display:block; width: 20px; float:right; color:#FFF; text-align: right; }
.cmenu .cmitem .sifteropt.complete > .c{ }
.cmenu .cmitem .sifteropt.approved{
	background: #6C9CC1;
	border-color: #369;
}
.cmenu .cmitem .sifteropt.finalized{
	background: #6C6;
	border-color: #080;
}
.cmenu .cmitem .sifteropt.complete{
	background: #FDD641;
	border-color: #CDA601;
}
.cmenu .cmitem .sifteropt.incomplete{
	background-color:#C1C1C1;
	border-color: #999;
}
.cmenu .cmitem .sifteropt.rejected{
	background-color:#C66;
	border-color: #900;
}
.cmenu .cmitem.wsubs > .sifteropt{
	margin: -5px -26px 0;
	width: 110px;
}
.cmenu .cmitem .sifteropt.all{
	background: #999;
	border-color: #555;
}

.cmenu .cmitem .icon {
	position: absolute;
	left: 5px;
	width: 15px;
	height: 15px;
	color: #666666;
	font-family: "Font Awesome 6 Free", serif;
	font-weight: 900;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 15px;
}

.cmenu .cmitem .icon.open::before {
	content: "\f49e";
}

.cmenu .cmitem .icon.tags::before {
	content: "\f02c";
}

.cmenu .cmitem .icon.block::before {
	content: "\f05e";
}

.cmenu .cmitem .icon.share::before {
	content: "\f0c1";
}

.cmenu .cmitem .icon.copy::before {
	content: "\f0c5";
}

/*.cmenu .cmitem .icon.delete{	 	background-position: -75px 0;	}*/
.cmenu .cmitem .icon.link::before {
	content: "\f0c1";
}

.cmenu .cmitem .icon.cdn::before {
	content: "\f0c2";
}

.cmenu .cmitem .icon.cdnup::before {
	content: "\f0ee";
}

.cmenu .cmitem .icon.cdndown::before {
	content: "\f0ed";
}

.cmenu .cmitem .icon.encode::before {
	content: "\f013";
}

.cmenu .cmitem .icon.video::before {
	content: "\f008";
}

.cmenu .cmitem .icon.audio::before {
	content: "\f1c7";
}

.cmenu .cmitem .icon.image::before {
	content: "\f03e";
}

.cmenu .cmitem .icon.document::before {
	content: "\f1c1";
}

.cmenu .cmitem .icon.remtag::before {
	content: "\f146";
}

.cmenu .cmitem .icon.tag::before {
	content: "\f02b";
}

.cmenu .cmitem .icon.clipboard::before {
	content: "\f552";
}

.cmenu .cmitem .icon.edit::before {
	content: "\f303";
}

.cmenu .cmitem .icon.close::before {
	content: "\f057";
}

.cmenu .cmitem .icon.rename::before {
	content: "\f246";
}

.cmenu .cmitem .icon.uncateg::before {
	content: "\f65d";
}

.cmenu .cmitem .icon.sifter::before {
	content: "\f00c";
}

.cmenu .cmitem .icon.disable::before {
	content: "\f057";
}

.cmenu .cmitem .icon.enable::before {
	content: "\f058";
}

.cmenu .cmitem .icon.group::before {
	content: "\e533";
}

.cmenu .cmitem .icon.user::before {
	content: "\f007";
}

.cmenu .cmitem .icon.mail::before {
	content: "\f0e0";
}

.cmenu .cmitem .icon.delivery::before {
	content: "\e585";
}

.cmenu .cmitem .icon.download::before {
	content: "\f358";
}

.cmenu .cmitem .icon.subtitle::before {
	content: "\e494";
}

.cmenu .cmitem .icon.playlist::before {
	content: "\f03a";
}

.cmenu .cmitem .icon.upload::before {
	content: "\f093";
}

.icon.metadata,
.cmenu .cmitem .icon.metadata::before {
	content: "\f15c";
}

.cmenu .cmitem .icon.preview::before {
	content: "\f002";
}

.cmenu .cmitem .icon.properties::before {
	content: "\f05a";
}

.cmenu .cmitem .icon.delete::before {
	content: "\f2ed";
}

.cmenu .cmitem .icon.cancel::before {
	content: "\f28d";
}
.cmenu .cmitem .icon.resume::before {
	content: "\f144";
}

.cmenu .cmitem .icon.categorize::before {
	content: "\f65e";
}

.cmenu .cmitem .icon.new::before {
	content: "\2b";
}

.cmenu .cmitem .icon.no_options::before {
	content: "\f056";
}

.cmenu .cmitem .icon.newfolder::before {
	content: "\f65e";
}

.cmenu .cmitem .icon.move::before {
	content: "\f047";
}

.cmenu .cmitem .icon.bill::before {
	content: "\f571";
}

.cmenu .cmitem .icon.charge::before {
	content: "\24";
}

.cmenu .cmitem .icon.print::before {
	content: "\f56e";
}

.cmenu .cmitem .icon.recover::before {
	content: "\f1b8";
}

.cmenu .cmitem .icon.merge::before {
	content: "\f387";
}

.cmenu .cmitem .icon.developer::before {
	content: "\f120";
}

.cmenu .cmitem .icon.empty::before {
	content: "\f12d";
}

.cmenu .cmitem .icon.hide::before {
	content: "\f070";
}

.cmenu .cmitem .icon.unhide::before {
	content: "\f06e";
}

.cmenu .cmitem .icon.netflixsync {
	position: absolute;
	left: 5px;
	width: 15px;
	height: 15px;
	background: transparent url("../imgs/context.icons.png") no-repeat -195px -15px;
}

.cmenu .cmitem .icon.netflix {
	position: absolute;
	left: 5px;
	width: 15px;
	height: 15px;
	background: transparent url("../imgs/context.icons.png") no-repeat -210px -15px;
}

.cmenu .cmitem .icon.player::before {
	color: #F00;
	content: "\f04b";
}

.cmenu .cmitem .icon.multi-player::before {
	color: #F00;
	content: "\f04b";
}

.cmenu .cmitem .icon.sync::before {
	content: "\f021";
}

.cmenu .cmitem .icon.material::before {
	content: "\f044";
}

.cmenu .cmitem .icon.edd::before {
	content: "\f073";
}

.cmenu .cmitem .icon.zip-it::before {
	content: "\f1c6";
}

.cmenu .cmitem .icon.newrole {
	position: absolute;
	left: 5px;
	width: 15px;
	height: 15px;
	background: transparent url("../imgs/context.icons.png") no-repeat -330px -15px;
}

.cmenu .cmitem .icon.role {
	position: absolute;
	left: 5px;
	width: 15px;
	height: 15px;
	background: transparent url("../imgs/context.icons.png") no-repeat -315px -15px;
}

.cmenu .cmitem .icon.robot::before {
	content: "\f544";
}

.cmenu .cmitem .icon.movielabs {
	position: absolute;
	left: 5px;
	width: 15px;
	height: 15px;
	background: transparent url("../imgs/context.icons.png") no-repeat -360px -15px;
}

.cmenu .cmitem .icon.update-description::before {
	content: "\f31c";
}

.cmenu .cmitem .icon.add-from-cloud::before {
	content: "\e494";
}

.cmenu .cmitem .icon.quality::before {
	content: "\f46c";
}

.cmenu .cmitem .icon.timedtext::before {
	content: "\f20a";
}
.cmenu .cmitem .icon.timedtextwhisper::before {
	content: "\f2a2";
}
.cmenu .cmitem .icon.timedtextgptranslate::before {
	content: "\f1ab";
}
.cmenu .cmitem .icon.timedtextreport::before {
	content: "\f1c2";
}

.cmenu .cmitem .icon.code::before {
	content: "\f121";
}

/*********
*** DRAGGIN'
*********/

.draggedph{
	position:fixed;
	z-index: 30000;
	color:#666;
	padding: 3px 4px;
	-webkit-box-shadow:0 3px 3px -2px #666666; -moz-box-shadow:0 3px 3px -2px #666666; box-shadow:0 3px 3px -2px #666666;
	background: #FFF;
	border: 1px solid #C0C0C0;
	cursor:default;
}
.draggedph .dragged{
	margin-bottom: 2px;
}
.draggedph .dragged.more{
	font-weight: bold;
}
.draggedph .dragged:last-child{
	margin-bottom: 0;
}
.draggedph .dragged .img{
	border: 1px solid #DADADA;
	height: 27px;
	width: 48px;
	float: left;
	margin-right: 3px;
}
.draggedph .dragged .name{
	font-weight: bold;
	text-overflow:ellipsis;
	max-width: 300px;
	min-width: 100px;
	margin-left: 55px;
	overflow: hidden;
	white-space: nowrap;
}

/************
*** TOOLTIP
************/
#tooltip {
	position: fixed;
	z-index: 30000;
	top: 0;
	width: 100%;
}
#tooltip .cont{
	margin: auto;
	width: 50%;
	border: 1px solid #111;
	background: rgba(0, 0, 0, 0.7);
	color:#FFF;
	text-align: center;
	padding: 1px 4px 3px;
	box-shadow:0 0 4px 2px #666;
	-webkit-box-shadow: 0 0 4px 2px #666;
	-moz-box-shadow: 0 0 4px 2px #666;
	opacity: 0.85;
	font-size:10px;
}
#tooltip h3, #tooltip div {
	margin: 0;
}
#tooltip h3{
	color:#FFF;
	font-size:11px;
}

/*********
*** AUTOCOMPLETE
***********/
.ui-autocomplete{
	z-index:15000 !important;
	border:1px solid #CCCCCC;
	margin-top:-1px;
	font-size:10px;
	max-height: 277px;
	overflow-y: auto;
	/* prevent horizontal scrollbar */
	overflow-x: hidden;
	/* add padding to account for vertical scrollbar */
}
.homec .ui-autocomplete{
	max-height: 600px;
	font-size:14px;
}
* html .ui-autocomplete {
	height: 100px;
}

.ui-autocomplete-category {
	font-weight: bold;
	padding:4px;
	background-color:#E0E0E0;
}
.ui-menu .ui-menu-item a{
	height: auto;
	padding: 0 !important;
	margin: 0 0 2px !important;
	border:0;
}
.ui-menu .ui-menu-item a .assdesc{
}
.ui-menu .ui-menu-item a .assdesc .remove{
	display:none;
}
.ui-menu .ui-menu-item a:last-child .assdesc{
	margin-bottom: 0;
}
.ui-menu-item .ui-corner-all{
	padding:4px !important;
	background-color:#FAFAFA;
	height:22px;
	white-space:nowrap;
	margin:1px !important;
	overflow:hidden;
}
.ui-menu-item .ui-corner-all.homec{
	height:92px;
}
.ui-menu-item .ui-corner-all.ui-state-hover{
	/*padding:3px !important;*/
}
.ui-menu-item:nth-child(odd) .ui-corner-all{
	/*background-color:#F0F0F0;*/
}
.ui-dialog.ui-corner-all{
	border-radius: calc(4px + 0.2em);
}
.ui-menu-item .ui-state-hover{
	padding: 0 !important;
	border: 0 none !important;
}
.ui-menu-item .th{
	background-color:#DADADA;
	border:1px solid #CCC;
	float:left;
	margin-right:3px;
	margin-top:-1px;
	height:22px;
	width:40px;
	text-align:center;
}
.ui-menu-item .homec .th{
	height:90px;
	width:160px;
}
.ui-menu-item .ui-corner-all .label{
	line-height: 13px;
	margin-left: 40px;
	margin-top: -3px;
	white-space: nowrap;
}
.ui-menu-item .ui-corner-all.homec .label{
	margin-left:160px;
}
.ui-menu-item .ui-corner-all .label .type{
	color:#999999;
}





/*************************
***	TOP NOTIFICATIONS
*************************/
#topnote{
	position:fixed;
	text-align:center;
	font-weight: bold;
	width:100%;
	height:0;
	display:none;
	top:2px;
	z-index:65000;
}
#topnote .text{
	display:inline-block;
	background-color:#FEDC89;
	border:1px solid #FEEAB8;
	color: #6A4C01;
	padding:4px 20px;
	white-space:nowrap;
	font-size: 12px;
	box-shadow:0 2px 3px -2px #666;
	-webkit-box-shadow:0 2px 3px -2px #666;
	-moz-box-shadow:0 2px 3px -2px #666;
}
#topnote .text:empty{
	display:none;
}
#topnote.success .text{
	background-color: #0A0;
	color:#FFF;
	border-color: #090;
}
#topnote.error .text{
	background-color: #C00;
	color:#FFF;
	border-color: #900;
}
#topnote.busy .text{
	background-color: #FEDC89;
	color:#666;
}



/*************************
***	CLIPBOARD
*************************/
#clipboard{
	max-height: 34px;
	/*grid-area: clipboard;*/
	z-index: 10;
	background-color: #F2F2F2;
	border-top: 1px solid #C0C0C0;
	-webkit-box-shadow: 0 1px 2px #666;
	-moz-box-shadow: 0 1px 2px #666;
	box-shadow: 0 1px 2px #666;
	display: flex;
}

#clipboard .body{
	height: 0;
	overflow: hidden;
	/*box-shadow:0px 0px 3px 1px #FDB913;
	-webkit-box-shadow:0px 0px 3px 1px #FDB913;
	-moz-box-shadow:0px 0px 3px 1px #FDB913;*/
}

#clipboard.opened {
	height: 34px;
}

#clipboard.opened .body{
	height:inherit;
	width: auto;
	flex: 1;
}
#clipboard .body .clipcont{
	display:none;
}
#clipboard.opened .body .clipcont{
	height:31px;
	padding:1px;
	display:block;
}
#clipboard.window .body{
	box-shadow:0 0 30px -10px #666666;
	-webkit-box-shadow: 0 0 30px -10px #666666;
	-moz-box-shadow: 0 0 30px -10px #666666;
}
#clipboard.window .body .clipcont{
	height:100%;
	overflow:auto;
	padding:1px;
	display:block;
}
#clipboard .ct{
	color: #666666;
	float: left;
	font-size: 10px;
	padding: 0 2px;
}
#clipboard .ct .handle{
	white-space:nowrap;
	float: left;
	margin-top: 1px;
	margin-right: 2px;
}
#clipboard .ct .handle .count{
	margin-left:6px;
	color:#DF9B00;
}
#clipboard .ct .tic{
	height:12px;
	width:12px;
	margin:0 1px 0 0;
	border:1px solid #CCC;
	cursor:pointer;
	background:url(../imgs/clipboard.png) no-repeat 0 0 #FFF;
}

#clipboard .ct .tic:hover {
	border: 1px solid #FDB913;
}

#clipboard .ct .tic.toggler {
	background-position: 0 0;
}

#clipboard.opened .ct .tic.toggler {
	background-position: -12px 0;
}

#clipboard.dropactive{
	border-color: #FDB913;
	background:url("../imgs/diagonals.white.png") #FDB913;
}
#clipboard.dropactive .ct{
	color: #000;
}
#clipboard.dropactive .ct .handle .count{
	color: #333;
}
#clipboard.drophover{
	border-color:#CA940F;
	background:url("../imgs/diagonals.png") #FFF;
}
#clipboard.drophover .ct{
}
#clipboard .clipcont .item{
	/*margin:1px 2px 1px 1px;*/
	margin:1px;
	border:1px solid #AAA;
	float:left;
	height:27px;
	width:48px;
	background-repeat:no-repeat;
	background-position:center center;
	background-color:#FFF;
}
#clipboard .clipcont .item.selected{
	/*margin:0px 1px 0px 0px;*/
	border:1px solid #FDB913;
}
#clipboard .clipcont .item.dragged{
	border:3px solid #FDB913;
}
#clipboard .clipcont .item .remover{
	float:right;
	height:16px;
	width:16px;
	margin: -1px;
	background:url(../imgs/remove.png) no-repeat top right;
	cursor:pointer;
	display: none;
}
#clipboard .clipcont .item:hover .remover{
	display:block;
}
#clipboard .clipcont .item.dragged .remover{
	display:none;
}
#clipboard .tools{
	float:right;
	height: 29px;
	padding: 1px;
	display:none;
}
#clipboard.opened .tools{
	display:block;
}
#clipboard  .but{
	margin:1px;
	border:1px solid #AAA;
	background: #FFF;
	float:left;
	height:27px;
	width:28px;
	cursor: pointer;
	position: relative;
}
#clipboard  .butdd{
	float:left;
	position: relative;
}
#clipboard  .butdd .but.active{
	border-color: #FDB913;
	border-top: 1px solid #FFF;
	background-color: #FFF;
	z-index: 1000;
}
#clipboard  .butdd .butfix{
	position: absolute;
	right: 0;
	bottom: -2px;
	height: 2px;
	width: 28px;
	background: #FFF;
}
#clipboard  .butdd .list{
	background: #FFF;
	display: none;
	border: 1px solid #C0C0C0;
	padding: 2px;
	position: absolute;
	right: 1px;
	bottom: 29px;
	z-index: 1000;
	-webkit-box-shadow:0 0 3px -2px #666666; -moz-box-shadow:0 0 3px -2px #666666; box-shadow:0 0 3px -2px #666666;
}
#clipboard  .butdd.active .list{
}
#clipboard  .but:hover{
	border-color: #FDB913;
}

#clipboard .but .ic {
	width: 16px;
	height: 16px;
	margin: 5px 6px;
	background: url("../imgs/icons.png") no-repeat;
	position: relative;
	pointer-events: none;
	font-family: "Font Awesome 6 Free", serif;
	background: unset;
	font-weight: 900;
	align-items: center;
	justify-content: center;
	display: flex;
	font-size: 16px;
	color: #666666;
}

#clipboard .but.delete .ic::before {
	font-size: 20px;
	content: "\f00d";
}

#clipboard .but.ops .ic::before {
	content: "\f013";
}

#clipboard .but.delivery .ic::before {
	content: "\e585";
}

#clipboard .but.playlist .ic::before {
	content: "\f03a";
}

#clipboard .but.mail .ic {
	background-position: -256px -16px;
}

#clipboard .but.toggler {
	width: 16px;
	height: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
}

#clipboard .but.toggler .ic {
	font-size: 15px;
}

#clipboard .but.toggler .ic::before {
	content: "\f102";
}

#clipboard.opened .but.toggler {
	height: 27px;
}

#clipboard.opened .but.toggler .ic::before {
	content: "\f103";
}
/*#clipboard .tools input[type="button"]{
	float:left;
	margin:0px 1px 1px 0px;
	font-size:11px;
	padding:1px;
}
#clipboard .tools input[type="button"]:last-child{
	margin-right:0px;
}*/

.clipdrag{
	padding:1px;
	border:3px solid #FDB913;
	background-color:#FFF;
	width:auto !important;
	height:auto !important;
}
.clipdrag .item{
	float:none;
}
.clipdrag .item .remover{
	display:none;
}

.assetsselector{
}
.assetsselector .addlist{
}
.assetsselector .agroup{
	margin: 0 0 20px 0;
	/*padding: 3px;
	border: 1px solid #C0C0C0;
	background: #FAFAFA;*/
}
.assetsselector .agroup .gtit{
	/*background: #F2F2F2;
	border: 1px solid #CCC;
	font-size: 12px;
	font-weight: bold;
	padding: 4px 6px;
	margin-bottom: 4px;*/
}
.assetsselector .gcont{
}
.assetsselector .gcont.leftside{
	float: left;
	width: 33%;
	margin: 0 3px;
}
.assetsselector .gcont.rightside{
	float: right;
	width: 66%;
	margin-right: 3px;
}
.assetsselector .agroup .assitem:last-child .assdesc{
	margin-bottom: 0;
}
.assetsselector .addlist .assitem{
	position: relative;
}
.assetsselector .addlist .assitem .remove{
	width: 18px;
	height: 18px;
	background: url('../imgs/remove.png') 0 0;
	cursor: pointer;
	position: absolute;
	top: 2px;
	right: 2px;
	display: none;
}
.assetsselector .addlist .assitem:hover .remove{
	background-position: -18px 0;
	display: block;
}
.assetsselector .addlist .assitem .remove:hover{
	background-position: -54px 0;
}
.assetsselector .adder{
	text-align: right;
	font-size: 10px;
	margin-top: -3px;
	padding: 2px 0 1px;
	border-top: 1px solid #E5E5E5;
}

.assdesc {
	margin-bottom: 4px;
	display: flex;
	flex-direction: column;
	padding: 2px;
	overflow: hidden;
	cursor: default;
	background: #ECECEC;
	border-bottom: 1px solid #C0C0C0;
	max-width: 100%;
	position: relative;
}

.assdesc > * {
	box-sizing: border-box;
}

.assdesc:hover {
	border-bottom: 1px solid #FDB913;
}

.assdesc .metadata-icon {
	display: flex;
	width: 15px;
	height: 15px;
	background: transparent url(../imgs/context.icons.png) no-repeat -510px 0;
	margin-left: 2px;
	cursor: pointer;
}

.assdesc img,
.assdesc .imgfix,
.assdesc .imglink {
	width: 32px;
	height: 18px;
	/*border: 1px solid #E5E5E5;*/
	display: block;
}

.assdesc .imgfix,
.assdesc .imglink {
	background-color: #FAFAFA;
	border: 4px solid #FFF;
	cursor: pointer;
}

.assdesc.large img,
.assdesc.large .imgfix,
.assdesc.large .imglink {
	width: 64px;
	height: 36px;
}

.assdesc .imgfix {
	background: url('../imgs/diagonals.light.png') #FFF;
}

.assdesc .asset-data {
	display: flex;
	flex-direction: row;
	min-width: 0;
	max-width: 100%;
	margin-bottom: 2px;
}

.assdesc .asst {
	display: flex;
	flex-direction: column;
	min-width: 0;
	justify-content: space-around;
}

.assdesc .asst .asset-name {
	display: flex;
	flex-direction: row;
	font-weight: bold;
	align-items: center;
}

.assdesc .asst .extra {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.assdesc .asst .proxylabel {
	width: fit-content;
	display: inline-block;
	color: #FFF;
	background-color: #00AA00;
	padding: 2px 5px;
	margin-left: 1px;
	font-size:12px;
}

.assdesc .asst .asset-name .type {
	width: 16px;
	height: 16px;
	font-size: 16px;
	margin-right: 3px;
	color: #333;
	font-family: "Font Awesome 6 Free", serif;
	font-weight: 900;
	display: flex;
	align-items: center;
	justify-content: center;
}

.assdesc .asst .asset-name .atit {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	margin-right: 18px;
	/*height: 16px;*/
}

.assdesc .asst .asset-name .atit.openable:hover {
	text-decoration: underline;
	cursor: pointer;
}

.assdesc .cb {
	float: left;
}

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

.assdesc .asst .asset-name .type.video::before {
	content: "\f008";
}

.assdesc .asst .asset-name .type.audio::before {
	content: "\f028";
}

.assdesc .asst .asset-name .type.image::before {
	content: "\f03e";
}

.assdesc .asst .asset-name .asset-name .type.document::before {
	content: "\f56c";
}

.assdesc .asst .asset-name .type.compressed::before {
	content: "\f1c6";
}

.assdesc .asst .asset-name .type.subtitle::before {
	content: "\f15c";
}

.assdesc .asst .asset-name .type.playlist::before {
	content: "\f0cb";
}

.assdesc .asst .asset-name .type.unknown::before {
	content: "\f059";
}

.assdesc .asst .asset-name .type.none {
	background: url(../imgs/icons.png) no-repeat -96px 0;
}

.assdesc .inndata {
	/*grid-area: innerData;*/
	min-height: 1px;
}

.assdesc .expdata {
	display: none;
}

.assdesc .inndata .pill {
	font-size: 12px;
	border-radius: 5px;
}

.assdesc .inndata .file,
.assdesc .inndata .version {
	display: flex;
	margin-bottom: 2px;
	align-items: center;
	justify-content: flex-start;
}

.assdesc .inndata .version {
	margin-left: 18px;
}

.assdesc .inndata .file > .filefile,
.assdesc .inndata .version > .versionversion {
	margin-right: 6px;
}

/*.assdesc .inndata .version > .versionversion {*/
/*	margin-left: 3px;*/
/*}*/

.assdesc .inndata .file > .ftit,
.assdesc .inndata .version > .vtit {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.assdesc .inndata .file .file-icon {
	background: transparent url(../imgs/icons.png) no-repeat scroll -176px -16px;
	margin-right: 2px;
	width: 16px;
	height: 16px;
}

.assdesc .inndata .ugdata {
	background: transparent;
	float: none;
	width: auto;
}

.assdesc .inndata .remove {
	width: 18px;
	height: 18px;
	background: url('../imgs/remove.png') 0 0 no-repeat;
	position: absolute;
	right: 0;
	top: 2px;
	cursor: pointer;
	display: none;
}

.assdesc:hover .inndata .remove {
	display: block;
}

.assdesc .inndata .remove:hover {
	background-position: -36px 0;
}

.assdesc .file-selector {
	float: left;
	margin-top: 10px;
	width: 100%;
	/*background-color: #ffffff;*/
}

.assdesc .file-selector .file {
	cursor: pointer;
	background-color: #ffffff;
	margin: 5px;
	padding: 4px;
}

.assdesc .file-selector .file label,
.assdesc .file-selector .dfiledata label {
	cursor: pointer;
}

.assdesc .file-selector .selected {
	background-color: #FEDC89 !important;
	border: 1px solid #FDB913;
	padding: 3px !important;
}

.assdesc .file-selector .file-cb {
	float: left;
	position: relative;
	top: 3px;
	margin-right: 5px;
}

.assdesc .file-selector .file .ftit {
	font-weight: bold;
	padding: 1px;
}

.assdesc .file-selector .file .ftit .type {
	float: left;
	width: 16px;
	height: 16px;
	margin-right: 3px;
	margin-bottom: 0;
	padding: 0;
	background: url(../imgs/icons.png) no-repeat;
}

.assdesc .file-selector .file .ftit .type.video {
	background-position: 0 0;
}

.assdesc .file-selector .file .ftit .type.audio {
	background-position: -16px 0;
}

.assdesc .file-selector .file .ftit .type.image {
	background-position: -32px 0;
}

.assdesc .file-selector .file .ftit .type.document {
	background-position: -48px 0;
}

.assdesc .file-selector .file .ftit .type.compressed {
	background-position: -208px -48px;
}

.assdesc .file-selector .file .ftit .type.subtitle {
	background-position: -240px -48px;
}

.assdesc .file-selector .file .ftit .type.playlist {
	background-position: -64px 0;
}

.assdesc .file-selector .file .ftit .type.unknown {
	background-position: -80px 0;
}

.assdesc .file-selector .file .ftit .type.none {
	background-position: -96px 0;
}

.assdesc .file-selector .file-group {
	background: #f9f9f9;
	margin: 3px;
	padding: 3px;
	border: 1px solid #cacaca;
}

.assdesc .file-selector .file-group .file-group-label {

}

.assdesc .file-selector .file-group .file-group-label label input[type=checkbox] {
	margin-right: 5px;

}

.asseteditor .assdesc {
	margin: 0 0 5px;
	padding: 0;
	border-bottom: 0;
	font-size: 12px;
}

.asseteditor .assdesc:last-child {
	/*margin-bottom: 2px;*/
}

.asseteditor .assdesc .imglink,
.asseteditor .assdesc .imgfix {
	border: 0 none;
}

.asseteditor .assdesc .mdv {
	display: flex;
	font-size: 11px;
	/*margin-left: 67px;*/
	/*margin-top: 3px;*/
	/*margin-bottom: 3px;*/
}

.asseteditor .assdesc .mdv .value {
	min-width: 0;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.asseteditor .assdesc:hover,
.asseteditor .assdesc.ctmon {
	background: #FFF;
	padding: 2px;
	margin: -2px -2px 0;
}

.asseteditor .assdesc .asst .asset-name .atit {
	margin-right: 0;
	/*height: 16px;*/
}

.destdesc{
	margin-bottom:4px;
	display:block;
	padding: 2px;
	overflow: hidden;
	position: relative;
	/*	background-color: #ECECEC;*/
	border-bottom: 1px solid #C0C0C0;
}
.destdesc:hover{
	/*background-color: #FFF;*/
	border-bottom: 1px solid #FDB913;
}
.destdesc img{
	float: left;
	border: 4px solid #FFF;
	margin-right: 3px;
}
.destdesc.large > img,
.destdesc.large > .imgfix{
	height: 36px;
	width: 36px;
	border: 1px solid #AAA;
}
.destdesc.large > .imgfix{
	background: url("../imgs/none_destiny.png") -324px 0 #DDD;
}

.destdesc .inndata{
	width: 100%;
}
.destdesc .inndata .remove{
	width: 18px;
	height: 18px;
	background: url('../imgs/remove.png') 0 0 no-repeat;
	position: absolute;
	right: 0;
	top: 2px;
	cursor: pointer;
	display: none;
}
.destdesc .inndata .remove:hover{
	background-position: -36px 0;
}
.destdesc:hover .inndata .remove{
	display: block;
}
.sel .nlist .list .destdesc{
	cursor: pointer;
}
.sel .nlist .list .destdesc:hover img,
.sel .nlist .list .destdesc:hover .imgfix{
	border-color: #FDB913;
}
.sel .nlist .list .destdesc .remove{
	display: none !important;
}
.destdesc .counter{
	float: right;
	font-weight: bold;
	font-style: italic;
	margin-right: 5px;
	color: #999;
}
.destdesc .desttit{
	float: left;
	font-weight: bold;
}
.destdesc .dtit{
	margin-right:18px;
	font-weight: bold;
	overflow: hidden;
}
.destdesc.oi{
	float: left;
	margin-right: 2px;
}
.destdesc.oi  > img,
.destdesc.oi > .imgfix{
	margin-right: 0;
}


.destlist .destdesc{
	display: inline;
	background: transparent;
	border-bottom: 0;
}
.destlist .destdesc img{
	margin: 0 3px 0 0;
	padding: 0;
	border: 1px solid #AAA;
}
.inboxformats .ugdata{
	background: transparent;
	padding: 0;
}


/* TipTip CSS - Version 1.2 */

#tiptip_holder {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99999;
}

#tiptip_holder.tip_top {
	padding-bottom: 5px;
}

#tiptip_holder.tip_bottom {
	padding-top: 5px;
}

#tiptip_holder.tip_right {
	padding-left: 5px;
}

#tiptip_holder.tip_left {
	padding-right: 5px;
}

#tiptip_content {
	font-size: 11px;
	color: #FFF;
	text-shadow: 0 0 2px #000;
	padding: 4px 8px;
	border: 1px solid rgba(255,255,255,0.25);
	background-color: rgb(25,25,25);
	background-color: rgba(25,25,25,0.92);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(transparent), to(#000));
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	box-shadow: 0 0 5px -1px #666;
	-webkit-box-shadow: 0 0 5px -1px #666;
	-moz-box-shadow: 0 0 5px -1px #666;
}
#tiptip_content .userimg{
	display: inline-block;
	width: 16px;
	height: 16px;
	margin-right: 3px;
	margin-bottom: -4px;
}
#tiptip_content .sourcetag{
	display: inline-block;
	padding: 1px 3px;
	margin: -1px 3px 0 0;
	background: #e21221;
	color: #FFF;
	border-radius: 3px;
}

#tiptip_arrow, #tiptip_arrow_inner {
	position: absolute;
	border-color: transparent;
	border-style: solid;
	border-width: 6px;
	height: 0;
	width: 0;
}

#tiptip_holder.tip_top #tiptip_arrow {
	border-top-color: #fff;
	border-top-color: rgba(255,255,255,0.35);
}

#tiptip_holder.tip_bottom #tiptip_arrow {
	border-bottom-color: #fff;
	border-bottom-color: rgba(255,255,255,0.35);
}

#tiptip_holder.tip_right #tiptip_arrow {
	border-right-color: #fff;
	border-right-color: rgba(255,255,255,0.35);
}

#tiptip_holder.tip_left #tiptip_arrow {
	border-left-color: #fff;
	border-left-color: rgba(255,255,255,0.35);
}

#tiptip_holder.tip_top #tiptip_arrow_inner {
	margin-top: -7px;
	margin-left: -6px;
	border-top-color: rgb(25,25,25);
	border-top-color: rgba(25,25,25,0.92);
}

#tiptip_holder.tip_bottom #tiptip_arrow_inner {
	margin-top: -5px;
	margin-left: -6px;
	border-bottom-color: rgb(25,25,25);
	border-bottom-color: rgba(25,25,25,0.92);
}

#tiptip_holder.tip_right #tiptip_arrow_inner {
	margin-top: -6px;
	margin-left: -5px;
	border-right-color: rgb(25,25,25);
	border-right-color: rgba(25,25,25,0.92);
}

#tiptip_holder.tip_left #tiptip_arrow_inner {
	margin-top: -6px;
	margin-left: -7px;
	border-left-color: rgb(25,25,25);
	border-left-color: rgba(25,25,25,0.92);
}

/* Webkit Hacks  */
@media screen and (-webkit-min-device-pixel-ratio:0) {
	#tiptip_content {
		padding: 4px 8px 5px 8px;
		background-color: rgba(45,45,45,0.88);
	}
	#tiptip_holder.tip_bottom #tiptip_arrow_inner {
		border-bottom-color: rgba(45,45,45,0.88);
	}
	#tiptip_holder.tip_top #tiptip_arrow_inner {
		border-top-color: rgba(20,20,20,0.92);
	}
}

/* Print Tools CSS */
.print .collapsable{
	margin-bottom: 5px;
}
.print .collapsable .label{
	border-bottom: 1px solid #E5E5E5;
	margin-bottom: 4px;
	padding: 7px;
}
.print .collapsable .lcontents{
}

.print .block{
	background: #ECECEC;
	border: 1px solid #C0C0C0;
	padding: 5px;
	margin: 0 0 5px;
}
.print .block .field{
	background: #FFF;
	border-bottom: 1px solid #DADADA;
	padding: 10px;
	position: relative;
}
.print .block.total{
	margin-top: 60px;
}

.inl{
	display:inline-block;
}
.inl .destdesc{
	margin: 3px 0 -3px !important;
}



.csel{

}
.csel .filter{
	color: #333;
	margin: 0 0 5px;
	padding: 5px;
	border-bottom: 1px solid #E5E5E5;
	width: 264px;
	float: none;
}
.csel .ugdata.group{
	background: #E5E5E5;
}
.csel .ugdata.user{
	cursor: pointer;
}
.csel .ugdata.user:hover{
	border-color:#FDB913;
}
.pdf-cb {
	display: block;
	margin-top: 4px;
}
.pdf-cb input {
	width: 13px;
	height: 13px;
	padding: 0;
	margin:0;
	vertical-align: bottom;
	position: relative;
	top: -1px;
	*overflow: hidden;
}
.select-print-type {
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
}
.select-print-type .file-type {
	font-size: 10px;
	font-weight: bold;
	color: #666;
	margin-bottom: 4px;
}
.select-print-type .pdf-cb{
	float: left;
	margin: 0 30px 0 10px;
}
.select-print-type .pdf-cb .cb-right{
	float: left;
	margin: 0;
}
.export-users {
	margin-top: 30px;
}
.export-users input{
	width: 100%;
}


.ziptree{
}
.ziptree ul{
	margin-top: 0;
	margin-bottom: 0;
	padding-left: 0;
}
.ziptree ul ul{
	border-left: 1px solid #CCC;
	margin-left: 8px;
	padding-left: 5px;
}
.ziptree ul > li{
	list-style: none;
	position: relative;
	white-space: nowrap;
}
.ziptree .line {
	height: 0;
	border-bottom: 1px solid #CCC;
	width: 4px;
	position: absolute;
	left: -5px;
	top: 8px;
}
.ziptree > ul > li > .line{
	display: none;
}
.ziptree .icon{
	display: inline-block;
	height:16px;
	width:16px;
	float:left;
	background:url("../imgs/icons.fs.sm.png") left top no-repeat transparent;
	margin: 0 5px 0 0;
}
.ziptree li.folder > .toggler{
	cursor: pointer;
}
.ziptree li.folder > .toggler:hover{
	color:#D09302;
}
.ziptree li.folder > ul{
	display: none;
}
.ziptree li.folder.opened > ul{
	display: block;
}
.ziptree li.file > a{
	color: #000;
}
.ziptree li.file > a:hover{
	color:#D09302;
}
.ziptree .file > .icon{		background-position: -16px 0;	}
.ziptree .folder > .icon{		background-position: 0 0;		}

.ziptree .file.t_video .icon{	background-position: -16px -16px;	}
.ziptree .file.t_image .icon{	background-position: -32px -16px;	}
.ziptree .file.t_audio .icon{	background-position: -48px -16px;	}
.ziptree .file.t_document .icon{	background-position: -64px -16px;	}
.ziptree .file.t_compressed .icon{		background-position: -64px 0;	}
.ziptree .file.t_subtitle .icon{		background-position: -80px -16px;	}

.ziptree .file.e_doc .icon{		background-position: -32px 0;	}
.ziptree .file.e_docx .icon{	background-position: -32px 0;	}
.ziptree .file.e_xls .icon{		background-position: -48px 0;	}
.ziptree .file.e_xlsx .icon{	background-position: -48px 0;	}
.ziptree .file.e_ppt .icon{		background-position: -80px 0;	}
.ziptree .file.e_pptx .icon{	background-position: -80px 0;	}
.ziptree .file.e_ppt .icon{		background-position: -80px 0;	}
.ziptree .file.e_pdf .icon{		background-position: -128px 0;	}

.ziptree .file.e_xls .icon{		background-position: -48px 0;	}



.o-icon{
	display: inline-block;
	width:16px;
	height:16px;
	margin-right:2px;
	margin-left: 1px;
	margin-bottom: -5px;
	padding: 0;
	background:url(../imgs/icons.png) no-repeat;
}
label .o-icon{
	margin-bottom: -3px;
}
.qc-status .o-icon{
	margin-bottom: -3px;
	margin-top: -2px;
}
.o-icon.video{		background-position: 0 0;	}
.o-icon.audio{		background-position: -16px 0;	}
.o-icon.image{		background-position: -32px 0;	}
.o-icon.document{	background-position: -48px 0;	}
.o-icon.compressed{	background-position: -208px -48px;	}
.o-icon.subtitle{	background-position: -240px -48px;	}
.o-icon.qcsubtitle{	background-position: -240px -48px;	}
.o-icon.playlist{	background-position: -64px 0;	}
.o-icon.unknown{	background-position: -80px 0;	}
.o-icon.none{		background-position: -96px 0;	}
.o-icon.blackdetect{		background-position: 0 -64px;	}
.o-icon.silence{		background-position: -16px -64px;	}
.o-icon.telecine{		background-position: -32px -64px;	}
.o-icon.qcvolume{		background-position: -16px 0;	}
.o-icon.check{		background-position: -96px -16px;	}
.o-icon.check-white{		background-position: -96px -32px;	}
.o-icon.check-success{		background-position: -64px -16px;	}
.o-icon.check-approved{		background-position: -96px -16px;	}
.o-icon.error{		background-position: -64px -32px;	}
.o-icon.error-gray{		background-position: -80px -32px;	}
.o-icon.qcreport{		background-position: -48px -96px;	}
.fv-deliveries .o-icon{		background-position: -272px -16px ;
	margin-bottom: -3px;	}

/*.oxotip {*/
/*	z-index: 10;*/
/*}*/

.oxotip .tiptext {
	background-color: #FEFEFE;
	color: #333333;
	text-align: left;
	border: 1px solid #333333;
	padding: 6px;
	position: absolute;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	white-space: nowrap;
	display: flex;
	flex-direction: column;
	align-items: stretch;
	text-shadow: 0 0 black;
	font-weight: normal;
	gap: 3px 0;
	visibility: hidden;
	max-width: 800px;
	max-height: 500px;
	overflow-y: hidden;
	overflow-x: hidden;
}

.oxotip .tiptext.tiptext--help {
    font-size: .8rem;
}

.oxotip .tiptext:before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: linear-gradient(transparent 450px, white);
}

#oxobox-tooltip-body .tiptext {
	z-index: 100000;
}

.oxotip .tiptext--visible {
	visibility: visible;
}

/*.oxotip .tiptext:empty {*/
/*	display: none;*/
/*}*/

/*.oxotip .tiptext::after {*/
/*	content: "";*/
/*	position: absolute;*/
/*	border-width: 5px;*/
/*	border-style: solid;*/
/*}*/

.oxotip .tiptext ul{
	text-align: left;
	padding-left: 20px;
}
.oxotip .tiptext ul.spaced{
	margin: 5px 0;
}
.oxotip .tiptext ul.spaced li:not(:last-child){
	margin-bottom: 5px;
}

.oxotip .tiptext ul li {
	white-space: normal;
	float: left;
	width: 100%;
	height: auto;
	word-wrap: break-word;
}

.oxotip .tiptext .tip-title{
	font-weight: bold;
	margin-bottom: 5px;
}
.oxotip .tiptext .tip-flex{
	flex: 1;
	display: flex;
	align-content: space-between;
	align-items: flex-start;
	justify-content: space-between;
	gap: 0 8px;
}
.oxotip .tiptext .tip-flex .tip-title{
	flex: 1;
}
.oxotip .tiptext .tip-flex .tip-comment{
	padding-top: 2px;
}
.oxotip .tiptext .tip-table tr td{
	vertical-align: top;
}

.oxotip.audio .tiptext {
	left: 110%;
}

.oxotip.status .tiptext {
	left: 103%;
}

.oxotip.audio .tiptext::after {
	top: 2px;
}

.oxotip .tiptext > .small-text {
	font-size: 10px;
}

.oxotip .tiptext .timecode{
	font-weight: bold;
	margin-left: auto;
}

.oxotip .tiptext > .important {
	margin: 6px 0 0 0;
	font-size: 11px;
	font-weight: bold
}

.oxotip .tiptext > .data__with-timecode,
.oxotip .tiptext > .data {
	margin: 0 0 0 10px;
	font-size: 10px;
}

.oxotip .tiptext > .data__with-timecode {
	align-items: center;
	display: flex;
	width: 110px;
}

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

.pills > .pill {
	margin-right: 5px;
	background-color: #656565;
	color: white;
	font-weight: bold;
	padding: 2px 6px;
	border-radius: 50px;
	font-size: 10px;
	box-sizing: border-box;
}

.pills > .pill.process-encoding,
.pills > .pill.encoding {
	background-color: #FFB74D;
}

.oxotip.right .tiptext > .user-and-image {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.oxotip.right .tiptext > .user-and-image > .user-image {
	background-size: cover;
	border: 1px solid #333333;
	width: 16px;
	height: 16px;
}

.oxotip.right .tiptext > .user-and-image > .source-tag {
	margin-left: 2px;
	font-style: italic;
	font-size: 10px;
}

.oxotip.right .tiptext > .user-and-image > .name-tag {
	margin-left: 2px;
	font-weight: bold;
	font-size: 10px;
}

.oxotip.right .tiptext > .comment {
	margin-top: 2px;
	text-align: start;
}

.edit-resume {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 4px;
}

.edit-resume .original-duration {
	margin-bottom: 4px;
}

.edit-resume .timecode {
	font-weight: bold;
}

.edit-resume .fps {
	font-weight: bold;
}

.edit-resume .data__source-edit {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}

.edit-resume .data__source-edit .timecode {
	margin-left: 2px;
}

.edit-resume .data__with-timecode {
	align-items: center;
	display: none;
	margin-bottom: 2px;
}

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

.ffmpeg-info {
	white-space: pre-wrap;       /* css-3 */
	white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
	word-wrap: break-word;
}

.flex-table {
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 4px;
	width: 100%;
}

.flex-table__item {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	width: 100%;
	border-bottom: 1px dashed lightgray;
}

.flex-table__header {
	font-size: 1.2em;
	margin-right: 2em;
	min-width: 12em;
}

.flex-table__value {
	font-weight: bold;
	font-size: 1.2em;
}

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

.qc-block {
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	max-height: 500px;
	position: relative;
	padding-bottom: 1em;
	border-bottom: 1px solid #f5f5f5;
}

.qc-block__label {
	gap: 1em;
	display: flex;
	align-items: center;
	position: sticky;
	top: 0;
	background-color: white;
}

.qc-block__input {
	display: flex;
	align-items: center;
	gap: 0 3px;
}

.sift-md-status__asset-list{
	max-height: 300px;
}

.sift-md-status__explanation {
	display: flex;
	flex-direction: column;
	width: 100%;
	align-items: center;
}

.sift-md-status__text {
	width: 100%;
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: .5rem;
}

.sift-md-status__md {
	color: white;
	font-weight: bold;
	display: flex;
	justify-content: center;
	padding: .5rem 1.5rem;
}

/* --- Dropdown Fix --- */

.group-select-wrapper {
	position: relative;
	overflow: visible;
}

.group-dropdown {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 9999;
	background-color: #1e1e1e;
	box-shadow: 0 2px 8px rgba(0,0,0,0.3);
	max-height: 300px;
	overflow-y: auto;
}
