﻿/*#region new clt prtl */

#divCntDwn {
	display: inline-block;
}

.cpy-to-clpbrd {
	font-size: 16px;
	cursor: pointer;
	filter: saturate(0%);
}

#btnClr, #btnSbmt {
	height: 60px;
}

#divMnu {
	width: 100%;
	align-self: start;
	display: flex;
	flex-direction: column;
	border: var(--components-border-dark);
	border-radius: 2px;
	background-color: #f9f9f9;
}

	#divMnu > * {
		font-size: 15px;
		padding: 7px 10px;
	}

.mnu-hdr {
	position: relative;
	font-family: HelveticaNeueMedium;
	text-transform: uppercase;
	padding-top: 18px !important;
	padding-bottom: 5px !important;
}

	.mnu-hdr:not(:first-child) {
		border-top: var(--components-border-dark);
	}

.mnu-slctd-ttle {
	position: absolute;
	right: 9px;
	top: 18px;
}

.mnu-itm {
	width: 100%;
	min-height: 25px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	cursor: pointer;
}

	.mnu-itm:not(.crrnt):hover {
		background-color: #e8e8e8;
	}

	.mnu-itm.crrnt {
		color: white;
		background-color: #1d252c;
		pointer-events: none;
		cursor: default;
	}

	.mnu-itm > div:last-child {
		width: 35px;
		text-align: right;
	}

#divTmbs {
	margin-right: 25px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 25px;
}

.tmb-crd {
	position: relative;
	display: flex;
	flex-direction: column;
	gap: 7px;
}

	.tmb-crd > img {
		width: 300px;
		height: 200px;
		cursor: pointer;
		border-radius: 2px;
	}

	.tmb-crd > div:first-child {
		height: 13px;
		font-size: 13px;
		font-weight: bold;
		text-transform: uppercase;
	}

	.tmb-crd > :last-child {
		display: grid;
		grid-template-columns: auto 1fr;
	}

		.tmb-crd > :last-child > :last-child {
			padding-top: 1px;
			text-align: right;
		}

.expnd-callout {
	position: absolute;
	display: block;
	left: 274px;
	top: 1px;
	font-weight: bold;
	font-size: 21px;
	color: #ffffff;
	filter: drop-shadow(1px 1px 0 rgba(0, 0, 0, 0.2)) drop-shadow(-1px -1px 0 rgba(0, 0, 0, 0.2)) drop-shadow(1px -1px 0 rgba(0, 0, 0, 0.2)) drop-shadow(-1px 1px 0 rgba(0, 0, 0, 0.2));
	pointer-events: none;
}

	.expnd-callout.vrtcl {
		left: 64px;
	}

.cp-rcmmnds {
	line-height: 25px;
	position: absolute;
	left: 7px;
	top: 4px;
	font-weight: bold;
	font-size: 25px;
	color: var(--highlight-color);
	filter: drop-shadow(1px 1px 0 rgba(0, 0, 0, 0.15)) drop-shadow(-1px -1px 0 rgba(0, 0, 0, 0.15)) drop-shadow(1px -1px 0 rgba(0, 0, 0, 0.15)) drop-shadow(-1px 1px 0 rgba(0, 0, 0, 0.15));
}

.tmb-crd.crt > :last-child > :first-child {
	margin-right: 10px;
}

.tmb-crd.sel > :nth-child(3) {
	width: 300px;
	text-align: right;
	text-overflow: ellipsis;
	direction: rtl;
	white-space: nowrap;
	overflow: hidden;
}

.tmb-crd.crt > :nth-child(3) {
	display: flex;
	flex-direction: row;
}

	.tmb-crd.crt > :nth-child(3) > :first-child {
		margin-right: 10px;
	}

.tmb-crd.crt > :nth-child(4) {
	width: 300px;
	text-align: right;
	text-overflow: ellipsis;
	direction: rtl;
	white-space: nowrap;
	overflow: hidden;
}

.tmb-crd.vrtcl {
	background-color: #f3f3f3;
}

	.tmb-crd.vrtcl > img {
		margin: 0 auto;
		height: 200px;
		width: min-content;
	}

	.tmb-crd.vrtcl > .expnd-callout {
		left: auto;
		right: 90px;
	}

	.tmb-crd.vrtcl > .cp-rcmmnds {
		left: 89px;
	}

.lrg-img-crd {
	display: grid;
	grid-template-columns: 30px minmax(auto, 799px) 30px;
	align-items: center;
}

	.lrg-img-crd > :not(:nth-child(2)) {
		cursor: pointer;
	}

	.lrg-img-crd > img {
		justify-self: center;
	}

.img-vwr .ui-dialog-title {
	width: 859px;
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 25px;
	justify-content: space-between;
	padding: 0 30px;
}

.img-vwr .dialog-close-button {
	display: none;
}

.img-vwr .ui-dialog-buttonset {
	padding-right: 15px;
}

.img-vwr #divPopinAsstNme {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	direction: rtl;
}

.ui-dialog {
	padding: 20px 15px 3px 15px;
}

div[role=dialog] label.checkbox {
	position: absolute;
	left: 30px;
	bottom: -45px;
}

	div[role=dialog] label.checkbox > span {
		top: 0;
	}

	div[role=dialog] label.checkbox > label {
		width: 20px !important;
		height: 19px !important;
	}

		div[role=dialog] label.checkbox > label:after {
			width: 13px;
			height: 7.5px;
			left: calc(50% + 2px);
		}

div[role=dialog] label.radio[for=radApprPopin] {
	position: absolute;
	left: 30px;
	bottom: -30px;
}

div[role=dialog] label.radio[for=radRevPopin] {
	position: absolute;
	left: 30px;
	bottom: -60px;
}

div[role=dialog] div.sel textarea {
	position: absolute;
	width: 580px;
	height: 61px;
	left: 154px;
	bottom: -63px;
	border: none;
}

div[role=dialog] div.crt textarea {
	position: absolute;
	width: 580px;
	height: 61px;
	left: 154px;
	bottom: -63px;
	border: none;
}

.prv-img {
	position: relative;
	left: 5px;
	width: 20px;
	height: 20px;
	border-top: 3px solid #ffffff;
	border-left: 3px solid #ffffff;
	transform: rotate(-45deg);
}

.nxt-img {
	position: relative;
	left: 5px;
	width: 20px;
	height: 20px;
	border-top: 3px solid #ffffff;
	border-right: 3px solid #ffffff;
	transform: rotate(45deg);
}

/*#endregion*/

/*#region css rst */

/* The new CSS Reset - version 1.2.0 (last updated 23.7.2021) */

/* remove all except display from user-agent-stylesheet. */

*:where(:not(iframe, canvas, img, svg, video):not(svg *)) {
	all: unset;
	display: revert;
}

/* set box-sizing to border-box - easier to calculate widths. */
*,
*::before,
*::after {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

/* remove list bullets and numbers. */

ol, ul {
	list-style: none;
}

li {
}

/* prevent images from exceeding natural dimensions. */

img {
	max-width: 100%;
}

/* remove white-space style for textarea elements on safari. */

textarea {
	white-space: revert;
}

/*#endregion*/

/*#region vars */

:root {
	--blur: blur(1.65px);
	--components-border: solid 1px #d0d0d0;
	--components-border-color: #d0d0d0;
	--components-border-light: solid 1px #dbdbdb;
	--components-border-color-light: #dbdbdb;
	--components-border-lighter: solid 1px #e8e8e8;
	--components-border-color-lighter: #e8e8e8;
	--components-border-dark: solid 1px #d0d0d0;
	--components-border-color-dark: #d0d0d0;
	--components-border-darker: solid 1px #aaaaaa;
	--components-border-color-darker: #aaaaaa;
	--components-bg-image: linear-gradient(#ffffff, #f0f0f0);
	--components-bg-color: #f8f8f8;
	--components-box-shadow: 1px 1px 15px rgb(0, 0, 0, 0.07);
	--components-box-shadow-hover: 1px 1px 15px rgba(0, 0, 0, 0.09);
	--components-box-shadow-hover-dark: 1px 1px 15px rgba(0, 0, 0, 0.15);
	--content-width-min: 810px;
	--error-color: #cf0000;
	--highlight-color: #e2bc47;
	--highlight-color-hover: #bf9e3b;
	--highlight-color-dark: #cf9f0d;
	--highlight-bg-image: linear-gradient(#e3bf52, #cf9f0d);
	--highlight-bg-image-hover: linear-gradient(#cf9f0d, #a77e00);
	--linear-gradient-gray: linear-gradient(#b3b5ba, #7e8085);
	--linear-gradient-gray-hover: linear-gradient(#939599, #444444);
	--margin-standard: 15px;
	--mark-bg-color: #cff1ff;
	--mark-bg-color-light: #dfeff7;
	--padding-standard: 15px;
	--row-even-bg-color: #f5f5f5;
	--row-even-bg-color-hover: #e8e8e8;
	--row-odd-bg-color: #ffffff;
	--row-odd-bg-color-hover: #e8e8e8;
	--selected-color: #000000;
	--selected-bg-color: rgba(147, 216, 240, 0.5);
	--title-bar-bg-color: #a8a8a8;
	--title-bar-bg-color-low: #888888;
	--title-bar-bg-color-high: #b8b8b8;
	--title-bar-linear-gradient: linear-gradient(var(--title-bar-bg-color-low), var(--title-bar-bg-color-high));
	--footer-bg-color: #e8e8e8;
	--footer-bg-color-low: #e0e0e0;
	--footer-bg-color-high: #f0f0f0;
	--footer-linear-gradient: linear-gradient(var(--footer-bg-color-low), var(--footer-bg-color-high));
}

/*#endregion*/

/*#region brwsr adjs */

/* chrme */

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus,
textarea:-webkit-autofill, textarea:-webkit-autofill:hover, textarea:-webkit-autofill:focus,
select:-webkit-autofill, select:-webkit-autofill:hover, select:-webkit-autofill:focus {
	border: 1px solid #cccccc;
	border-radius: 2px;
	-webkit-text-fill-color: rgba(13, 17, 20, 0.7);
	-webkit-box-shadow: 0 0 0px 1000px #ffffff inset !important;
	transition: background-color 5000s ease-in-out 0s;
	-webkit-transition-delay: 99999s;
	outline: none;
}

/*#endregion*/

/*#region fnts */

@font-face {
	font-family: HelveticaNeueUltraThin;
	src: url(/fnts/HelveticaNeueUltraThin.otf);
}

@font-face {
	font-family: HelveticaNeueThin;
	src: url(/fnts/HelveticaNeueThin.otf);
}

@font-face {
	font-family: HelveticaNeueLight;
	src: url(/fnts/HelveticaNeueLight.otf);
}

@font-face {
	font-family: HelveticaNeueMedium;
	src: url(/fnts/HelveticaNeueMedium.otf);
}

@font-face {
	font-family: HelveticaNeueBold;
	src: url(/fnts/HelveticaNeueBold.otf);
}

/*#endregion*/

/*#region html elmnts */

html {
	height: 100%;
	scroll-behavior: smooth;
}

body {
	height: 100%;
	font-family: HelveticaNeueLight;
	-webkit-font-smoothing: antialiased;
	font-size: 14px;
	color: #0d1114;
	cursor: default;
	overflow-y: auto;
}

main {
	display: inline-grid;
	grid-template-columns: 340px auto;
	gap: 25px;
	margin: 25px;
}

	main > * {
		width: auto !important;
	}

	main > :not(input,button,a,#divBodyTitle) {
		width: 100%;
	}

	main > :last-child {
		margin-bottom: 0;
	}

td {
	padding: 3px;
}

[data-placeholder]:empty::before {
	display: inline-block;
	padding: 7px 9px;
	content: attr(data-placeholder);
	font-style: italic;
	font-size: 12px;
	color: #aaaaaa;
	pointer-events: none;
}

p {
	margin-top: 0;
	margin-bottom: var(--margin-standard);
}

	p:last-child {
		margin-bottom: 0;
	}

a:link, a:visited {
	text-decoration: none;
	color: var(--highlight-color);
	border-bottom: solid 1px transparent;
}

a:hover {
	cursor: pointer;
	text-decoration: none;
	color: #1d252c;
	border-bottom: solid 1px #1d252c;
}

.ui-dialog-content a:hover {
	color: #666666;
}

.ui-dialog-content:has(.padding-buttonpane) + .ui-dialog-buttonpane {
	padding: 15px 15px 15px 0 !important;
}

a.button {
	display: block;
	width: 19px;
	height: 18px;
	line-height: 7px;
	font-family: HelveticaNeueMedium, sans-serif;
	font-size: 11px;
	letter-spacing: 0.05em;
	color: #ffffff;
	padding: 2px 0 0 4px;
	background-image: var(--linear-gradient-gray);
	border: none;
	cursor: pointer;
}

	a.button:hover {
		text-decoration: none;
		background-image: var(--linear-gradient-gray-hover);
	}

select {
	overflow: auto;
	background-image: var(--components-bg-image);
	border: var(--components-border);
	box-shadow: var(--component-box-shadow);
}

	select:disabled {
		background-color: #bbbbbb;
		pointer-events: none;
	}

	select option {
		padding: 2px 5px;
	}

		select option:hover,
		select option:focus,
		select option:active {
			background: linear-gradient(#ddf1f9, #ddf1f9);
			color: #0d1114 !important;
			-webkit-text-fill-color: var(--selected-color);
			-webkit-transition-delay: 99999s;
		}

		select option:checked {
			background: linear-gradient(#cdebf7, #cdebf7);
			color: var(--selected-color) !important;
			-webkit-text-fill-color: var(--selected-color);
			-webkit-transition-delay: 99999s;
		}

optgroup {
	background-color: #bbbbbb;
}

textarea {
	width: 100%;
	height: 62px;
	padding: 5px 7px;
	background-color: #ffffff;
	border: solid 2px #888888;
	box-shadow: var(--component-box-shadow);
	border-radius: 2px;
	cursor: text;
}

	textarea:disabled {
		color: #f0f0f0;
		background-color: #f0f0f0;
		border-color: var(--components-border-color);
		pointer-events: none;
		user-select: none;
	}

	textarea:hover, textarea:focus {
		border: solid 2px #000000;
		box-shadow: var(--components-box-shadow-hover);
	}

input {
	height: 28px;
	padding: 0 10px;
	background-color: #ffffff;
	border: solid 1px #c8c8c8;
	box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.07);
	border-radius: 2px;
}

	input:hover, input:focus {
		border: solid 1px #b0b0b0;
		box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.15);
		color: var(--selected-color);
	}

	input[type=file] {
		display: none;
	}

	input[type=submit], input[type=button], button, .raw-manifest a, .raw-manifest label {
		height: 28px;
		font-family: HelveticaNeueMedium, sans-serif;
		letter-spacing: 0.05em;
		text-transform: uppercase;
		color: #ffffff;
		text-align: center;
		vertical-align: top;
		padding: 2px 20px 0 20px;
		background-color: var(--highlight-color);
		border: none;
		box-shadow: var(--component-box-shadow);
		border-radius: 2px;
	}

		input[type=submit].secondary, input[type=button].secondary, button.secondary {
			background-color: #888888;
		}

		input[type=submit]:hover, input[type=submit]:focus, input[type=button]:hover, input[type=button]:focus, button:hover, button:focus,
		.ui-dialog .ui-dialog-buttonpane button:hover, .ui-dialog .ui-dialog-buttonpane button:focus,
		.raw-manifest a:hover, .raw-manifest label:hover {
			cursor: pointer;
			background-color: #1d252c;
			box-shadow: var(--components-box-shadow-hover);
		}

		.disabled input, input.disabled, input:disabled, .disabled button, button.disabled, button:disabled,
		.ui-dialog .ui-dialog-buttonpane button.disabled, .ui-dialog .ui-dialog-buttonpane button:disabled {
			border: var(--components-border-dark);
			background-image: none;
			background-color: #e8e8e8;
			color: #999999;
			box-shadow: none;
			pointer-events: none;
		}

.sgnin button:hover {
	background-color: var(--highlight-color-dark);
}

div.disabled, .disabled div {
	pointer-events: none;
	opacity: 0.85;
}

button.add::before {
	content: '';
	display: inline-block;
	width: 16px;
	height: 16px;
	background: url(/imgs/add.png) no-repeat;
	background-size: 16px;
}

button.edit::before {
	content: '';
	display: inline-block;
	width: 16px;
	height: 16px;
	background: url(/imgs/edit.png) no-repeat;
	background-size: 16px;
}

button.save::before {
	content: '';
	display: inline-block;
	width: 16px;
	height: 16px;
	background: url(/imgs/save.png) no-repeat;
	background-size: 16px;
}

button.cancel::before {
	content: '×' !important;
	display: inline-block;
	width: 17px;
	height: 13px;
	line-height: 13px;
	font-family: HelveticaNeueLight;
	font-size: 24px;
	vertical-align: top;
	margin-left: -2px;
}

button > * {
	vertical-align: top;
}

.ui-dialog .ui-dialog-buttonpane button {
	height: 25px;
	text-transform: none;
	background: none;
	display: inline-block;
	font-size: 16px;
	color: #ffffff;
	letter-spacing: 0.02em;
	padding: 0;
	border: none;
	border-bottom: solid 1px #ffffff;
}

	.ui-dialog .ui-dialog-buttonpane button:hover {
		color: var(--highlight-color);
		background: none;
		border-bottom-color: var(--highlight-color);
	}

	.ui-dialog .ui-dialog-buttonpane button:first-child {
		display: inline-block;
		font-family: HelveticaNeueLight, sans-serif;
		letter-spacing: 0.025em;
		text-transform: uppercase;
		height: 38px;
		padding: 6px;
		margin: 0;
		background-color: var(--highlight-color);
		background-image: none;
		border: none;
	}

		.ui-dialog .ui-dialog-buttonpane button:first-child:hover {
			background-color: var(--highlight-color-dark);
			color: #ffffff;
		}

input[type=text] {
	cursor: text;
}

#btnAdd, #btnDelete, #btnUpdate, #btnCancel, #btnClear {
	display: inline-block;
	margin-left: 5px;
}

#btnApproveAll {
	display: none;
}

::placeholder {
	opacity: 0.5;
}

*:focus {
	outline: none;
}

.pge-crt main > :first-child > :not(:first-child), .page-dl main > :first-child > :not(:first-child) {
	margin-top: 20px;
}

.embedded .divider {
	display: none;
}

.sub-title {
	font-size: 15px;
	font-weight: normal;
}

.ttle {
	font-family: HelveticaNeueMedium;
	text-transform: uppercase;
}

/*#endregion*/

/*#region algnmnt */

.align-top {
	vertical-align: top !important;
}

.align-right {
	text-align: right !important;
}

.align-middle {
	vertical-align: middle !important;
}

.align-bottom {
	vertical-align: bottom !important;
}

.align-left {
	text-align: left !important;
}

.align-center {
	text-align: center !important;
}

.align-baseline {
	vertical-align: baseline !important;
}

.flex {
	display: flex !important;
}

	.flex.align-center {
		justify-content: center !important;
	}

	.flex.space-between {
		justify-content: space-between !important;
	}

	.flex.space-around {
		justify-content: space-around !important;
	}

	.flex.start {
		justify-content: start !important;
	}

	.flex.end {
		justify-content: end !important;
	}

	.flex.row {
		flex-direction: row !important;
	}

	.flex.row-rev {
		flex-direction: row-reverse !important;
	}

	.flex.col {
		flex-direction: column !important;
	}

	.flex.col-rev {
		flex-direction: column-reverse !important;
	}

.gap-large {
	gap: var(--margin-standard) !important;
}

.gap {
	gap: 10px !important;
}

.gap-small {
	gap: 5px !important;
}

.grid {
	display: grid !important;
}

	.grid.with-title-bar > * > :first-child {
		height: 26px;
		font-family: HelveticaNeueMedium, sans-serif;
		text-transform: uppercase;
		letter-spacing: 0.05em;
		word-spacing: 0.05em;
		white-space: nowrap;
		color: #ffffff;
		padding: 5px var(--padding-standard) 0 var(--padding-standard) !important;
		background-image: var(--title-bar-linear-gradient);
		border-right: var(--components-border-light);
		cursor: pointer;
		user-select: none;
	}

	.grid.with-title-bar > :only-child > :first-child {
		border-right: none;
	}

	.grid.with-title-bar > * > :first-child::after {
		content: '';
		position: relative;
		display: inline-block;
		width: 8px;
		height: 8px;
		top: -2px;
		margin-left: 10px;
		border-right: solid 2px #ffffff;
		border-bottom: solid 2px #ffffff;
		transform: rotate(45deg);
	}

	.grid.with-title-bar > * > :first-child.collapsed::after {
		top: -0.5px;
		transform: rotate(-45deg);
	}

	.grid.with-title-bar > :first-child > :last-child {
		padding: var(--padding-standard);
		border-left: var(--components-border);
		border-bottom: var(--components-border);
		border-right: var(--components-border-light);
	}

	.grid.with-title-bar > * > :last-child {
		background-image: var(--components-bg-image);
	}

.cols-11 {
	grid-template-columns: 1fr 1fr !important;
}

.cols-1a1 {
	grid-template-columns: 1fr auto 1fr !important;
}

.cols-a1 {
	grid-template-columns: auto 1fr !important;
}

.cols-aa {
	grid-template-columns: auto auto !important;
}

.cols-aaa {
	grid-template-columns: repeat(3, auto) !important;
}

.self-center {
	align-self: center;
}

.grid-gap.standard {
	gap: 3px 10px;
}

.grid-col-span-2 {
	grid-column: span 2;
}

.grid-col-span-3 {
	grid-column: span 3;
}

.grid-row-span-2 {
	grid-row: span 2;
}


/*#endregion*/

/*#region brdrs */

.border-top, .border-top > td {
	border-top: var(--components-border) !important;
}

	.border-top.light, .border-top.light > td {
		border-top: var(--components-border-light) !important;
	}

	.border-top.lighter, .border-top.lighter > td {
		border-top: var(--components-border-lighter) !important;
	}

	.border-top.dark, .border-top.dark > td {
		border-top: var(--components-border-dark) !important;
	}

	.border-top.dashed, .border-top.dashed > td {
		border-top-style: dashed !important;
	}

.border-top-none, .border-top-none > td {
	border-top: none !important;
}

.border-right, .border-right > td {
	border-right: var(--components-border) !important;
}

	.border-right.light, .border-right.light > td {
		border-right: var(--components-border-light) !important;
	}

	.border-right.lighter, .border-right.lighter > td {
		border-right: var(--components-border-lighter) !important;
	}

	.border-right.dark, .border-right.dark > td {
		border-right: var(--components-border-dark) !important;
	}

	.border-right.dashed, .border-right.dashed > td {
		border-right-style: dashed !important;
	}

.border-right-none, .border-right-none > td {
	border-right: none !important;
}

.border-bottom, .border-bottom > td {
	border-bottom: var(--components-border) !important;
}

	.border-bottom.light, .border-bottom.light > td {
		border-bottom: var(--components-border-light) !important;
	}

	.border-bottom.lighter, .border-bottom.lighter > td {
		border-bottom: var(--components-border-lighter) !important;
	}

	.border-bottom.dark, .border-bottom.dark > td {
		border-bottom: var(--components-border-dark) !important;
	}

	.border-bottom.dashed, .border-bottom.dashed > td {
		border-bottom-style: dashed !important;
	}

.border-bottom-none, .border-bottom-none > td {
	border-bottom: none !important;
}

.border-left, .border-left > td {
	border-left: var(--components-border) !important;
}

	.border-left.light, .border-left.light > td {
		border-left: var(--components-border-light) !important;
	}

	.border-left.lighter, .border-left.lighter > td {
		border-left: var(--components-border-lighter) !important;
	}

	.border-left.dark, .border-left.dark > td {
		border-left: var(--components-border-dark) !important;
	}

	.border-left.dashed, .border-left.dashed > td {
		border-left-style: dashed !important;
	}

.border-left-none, .border-left-none > td {
	border-left: none !important;
}

.border-box {
	vertical-align: top;
	color: #0d1114;
	background-image: var(--components-bg-image);
	border: var(--components-border);
}

.border-none {
	border: none !important;
}

table.border-box-no-top-border {
	vertical-align: top;
	background-image: var(--components-bg-image);
}

	table.border-box-no-top-border > tbody > tr > td:first-child {
		border-left: var(--components-border);
	}

	table.border-box-no-top-border > tbody > tr > td:last-child {
		border-right: var(--components-border);
	}

	table.border-box-no-top-border > tbody > tr:last-child > td {
		border-bottom: var(--components-border);
	}

/*#endregion*/

/*#region fnt styl */

.font-size-xxl {
	font-size: 1.6em;
}

.font-size-xl {
	font-size: 1.4em;
}

.font-size-l {
	font-size: 1.2em;
}

.font-size-s {
	font-size: 0.8rem;
}

.font-size-xs {
	font-size: 0.6rem;
}

.font-size-xxs {
	font-size: 0.4rem;
}

.font-size-12 {
	font-size: 12px;
}

.bold {
	font-weight: bold;
}

.strong {
	font-weight: bold;
}

.emphasized {
	font-style: italic;
}

.larger-font {
	font-size: larger;
}

.semi-bold {
	font-weight: bold;
}


/*#endregion*/

/*#region frmt gnrl */

.box-shadow-none {
	box-shadow: none !important;
}

.box-shadow {
	box-shadow: var(--components-box-shadow);
}

::selection {
	color: var(--selected-color);
	background-color: var(--selected-bg-color);
}

.position-relative {
	position: relative;
}

.position-fixed {
	position: fixed;
}

.hidden {
	display: none !important;
}

.inline-block {
	display: inline-block;
}

.cid {
	display: inline-block;
	position: relative;
	cursor: default;
}

[id$=divContentStatus] {
	display: inline-block;
	margin-left: 5px;
}

.content-metadata-container .cid > label {
	position: absolute;
	right: 0;
	top: 0;
}

.spacer-cell {
	width: var(--padding-standard);
}

.no-pointer-events {
	pointer-events: none;
}

.val-msgs {
	color: var(--error-color);
	margin-top: var(--padding-standard);
	box-shadow: none;
}

	.val-msgs:empty {
		display: none;
	}

#divSvrMsg {
	font-family: HelveticaNeueMedium, sans-serif;
	font-size: 13px;
	text-align: center;
	margin-top: 50px;
	box-shadow: none !important;
}

.error {
	font-weight: normal;
	color: var(--error-color);
}

.valid {
	color: #00cc00;
}

.no-wrap {
	white-space: nowrap !important;
}

.wrap {
	white-space: normal !important;
}

.alert {
	background: url(/imgs/bell.jpg) top left no-repeat;
	font-size: 12px;
	font-style: italic;
	color: #cc0000;
}

.pge-crt .cid, .page-dl .cid {
	font-size: 13px;
}

/*#endregion*/

/*#region mrgn */

.margin-large {
	margin: 25px !important;
}

.margin {
	margin: var(--margin-standard) !important;
}

.margin-none {
	margin: 0 !important;
}

.margin-top-large {
	margin-top: 25px !important;
}

.margin-10 {
	margin: 10px !important;
}

.margin-top {
	margin-top: var(--margin-standard) !important;
}

.margin-top-small {
	margin-top: 5px !important;
}

.margin-top-none {
	margin-top: 0 !important;
}

.margin-right-large {
	margin-right: 25px !important;
}

.margin-top-10 {
	margin-top: 10px !important;
}

.margin-right {
	margin-right: var(--margin-standard) !important;
}

.margin-right-small {
	margin-right: 5px !important;
}

.margin-right-none {
	margin-right: 0 !important;
}

.margin-right-large {
	margin-bottom: 25px !important;
}

.margin-right-10 {
	margin-right: 10px !important;
}

.margin-bottom {
	margin-bottom: var(--margin-standard) !important;
}

.margin-bottom-small {
	margin-bottom: 5px !important;
}

.margin-bottom-none {
	margin-bottom: 0 !important;
}

.margin-bottom-large {
	margin-left: 25px !important;
}

.margin-bottom-10 {
	margin-bottom: 10px !important;
}

.margin-left {
	margin-left: var(--margin-standard) !important;
}

.margin-left-small {
	margin-left: 5px !important;
}

.margin-left-none {
	margin-left: 0 !important;
}

.margin-left-large {
	margin-left: 25px !important;
}

.margin-left-10 {
	margin-left: 10px !important;
}


/*#endregion*/

/*#region pddng */

.padding-large {
	padding: 25px !important;
}

.padding {
	padding: var(--padding-standard) !important;
}

.padding-small {
	padding: 5px !important;
}

.padding-none {
	padding: 0 !important;
}

.padding-top-large {
	padding-top: 25px !important;
}

.padding-top {
	padding-top: var(--padding-standard) !important;
}

.padding-top-small {
	padding-top: 5px !important;
}

.padding-top-none {
	padding-top: 0 !important;
}

tr.padding-top-none > td {
	padding-top: 0 !important;
}

.padding-right-large {
	padding-right: 25px !important;
}

.padding-right {
	padding-right: var(--padding-standard) !important;
}

.padding-right-small {
	padding-right: 5px !important;
}

.padding-right-none {
	padding-right: 0 !important;
}

.padding-bottom-large {
	padding-bottom: 25px !important;
}

.padding-bottom {
	padding-bottom: var(--padding-standard) !important;
}

.padding-bottom-small {
	padding-bottom: 5px !important;
}

.padding-bottom-none {
	padding-bottom: 0 !important;
}

tr.padding-bottom-none > td {
	padding-bottom: 0 !important;
}

.padding-left-large {
	padding-left: 25px !important;
}

.padding-left {
	padding-left: var(--padding-standard) !important;
}

.padding-left-small {
	padding-left: 5px !important;
}

.padding-left-none {
	padding-left: 0 !important;
}

/*#endregion*/

/*#region frmt sze */

.width {
	width: var(--content-width-min);
}

.min-width {
	min-width: var(--content-width-min) !important;
}

.max-width {
	max-width: var(--content-width-min) !important;
}

.width-100-pct {
	width: 100%;
}

.width-50-pct {
	width: 50%;
}

.width-auto {
	width: auto !important;
}


/*#endregion*/

/*#region bnnr */

.banner {
	padding-left: 390px;
	padding-top: 10px;
	padding-bottom: 15px;
	color: #ffffff;
	background-color: #1d252c;
}

.banner:has(:first-child > :only-child) {
	min-height: 37px;
}

		.banner > :first-child > :last-child {
			line-height: 18px;
			font-size: 18px;
			letter-spacing: 0.02em;
			color: #b9b9b9;
			text-transform: uppercase;
		}

		.banner > :first-child > :first-child, .banner > :first-child > :only-child {
			line-height: 37px;
			font-family: HelveticaNeueMedium, sans-serif;
			font-size: 26px;
			text-transform: uppercase;
			letter-spacing: 0.01em;
			text-align: left;
		}

/*#endregion*/

/*#region cntnt pnl */

/* should have exactly 2 children: title bar and content */

.content-panel > :first-child {
	height: 33px;
	font-family: HelveticaNeueBold, sans-serif;
	font-size: 20px;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	word-spacing: 0.05em;
	color: #ffffff;
	padding: 5px var(--padding-standard) 0 var(--padding-standard);
	background-color: #1d252d;
	cursor: pointer;
	user-select: none;
}

.content-panel.no-collapse > :first-child {
	cursor: default;
}

.content-panel:not(.no-collapse) > :first-child::after {
	content: '';
	position: relative;
	display: inline-block;
	width: 10px;
	height: 10px;
	top: -4px;
	margin-left: 10px;
	border-right: solid 3px #ffffff;
	border-bottom: solid 3px #ffffff;
	transform: rotate(45deg);
}

.content-panel > :first-child.collapsed::after {
	top: -0.5px !important;
	transform: rotate(-45deg);
}

.content-panel > :last-child {
	padding: var(--padding-standard);
	border: solid 1px #e4e4e4;
	border-top: none;
}

.content-panel .select2-container {
	vertical-align: top;
}

	.content-panel .select2-container .select2-selection--single .select2-selection__rendered {
		height: 25px;
	}

.content-panel .select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 26px;
}

.max-width > .content-panel {
	min-width: unset;
}

.two-cols > :first-child .content-panel {
	min-width: unset;
	width: 100%;
}

.content-panel:not(.no-collapse) > :first-child::after {
	width: 10px;
	height: 10px;
	top: -4px;
	border-right-width: 3px;
	border-bottom-width: 3px;
}


/*#endregion*/

/*#region frm */


.flex-row-form {
	display: flex;
	flex-direction: row;
	justify-content: start;
	gap: 10px;
}

	.flex-row-form > div:nth-child(odd):not(:last-child) {
		font-family: HelveticaNeueMedium, sans-serif;
		position: relative;
		top: 3px;
	}

	.flex-row-form #btnFind {
		margin: 0;
	}

.field-label {
	font-family: HelveticaNeueMedium, sans-serif;
	font-size: 12px;
	white-space: nowrap;
	padding-right: var(--padding-standard);
	padding-top: 8px;
	padding-left: var(--padding-standard);
	vertical-align: top;
}

.required::after {
	content: '*';
	display: inline-block;
	margin-left: 5px;
}

.field-label.disabled {
	color: #d0d0d0;
	pointer-events: none;
}

.field-label.radio-buttons, .field-label.checkboxes, .field-label.dropdown {
	padding-top: 10px;
}

.field-label.for-text-only {
	padding-top: 0px;
	padding-bottom: 5px;
}

.field-label.for-textarea {
	padding-top: 17px;
}

.field-cell {
	font-size: 12px;
	padding: 4px 0;
	vertical-align: top;
}

	.field-cell.for-text-only {
		padding-top: 0px;
		padding-bottom: 5px;
	}

	.field-cell.text-with-button {
		padding-top: 4px;
	}

	.field-cell textarea {
		margin-top: 2px;
	}

	.field-cell.dropdown {
		padding-top: 8px;
	}

.field-cell-left-padding {
	font-size: 12px;
	padding-left: var(--padding-standard);
}

.field-cell-stacked {
	padding: 3px var(--padding-standard) 0 var(--padding-standard);
}

	.field-cell-stacked input[type=text], .field-cell-stacked input[type=password] {
		width: 100%;
	}

.content-panel .field-label {
	padding-left: 0;
}


/*#endregion*/

/*#region hdr, lgo, usr mnu */

/* hdr */

header {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 50px;
	margin: 15px auto 10px 390px;
}

	header > a {
		border-bottom: none;
		cursor: pointer;
	}

		header > a:first-child {
			cursor: pointer;
		}

			header > a:first-child:hover {
				border-bottom: solid 1px transparent;
			}

		header > a:first-child {
			display: inline-block;
			width: 230px;
			cursor: pointer;
		}

	/* lgo */

	header .logo {
		width: 250px;
	}

.embedded .logo {
	display: none;
}

/* usr mnu */

#divUserMenu {
	position: absolute;
	display: none;
	width: calc(100% + 2px);
	left: -1px;
	top: 28px;
	white-space: nowrap;
	color: #0d1114;
	border: var(--components-border);
	background-color: rgba(255, 255, 255, 0.9);
	border-top: none;
	box-shadow: var(--components-box-shadow);
	z-index: 1;
}

	#divUserMenu > * {
		padding: 5px var(--padding-standard);
		cursor: pointer;
	}

		#divUserMenu > *:hover {
			color: var(--highlight-color);
		}

/*#endregion*/

/*#region ldng, unldng */

#divLdng {
	display: flex;
	flex-direction: row;
	gap: 10px;
	font-size: 18px;
}

.load-unload-indicator-outer {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: rgba(0, 0, 0, 0.35);
	backdrop-filter: var(--blur);
	z-index: 20000;
}

.load-unload-indicator {
	display: flex;
	flex-direction: row;
	gap: 10px;
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	font-size: 15px;
	font-weight: bold;
	letter-spacing: 0.02em;
	text-align: center;
	white-space: nowrap;
	padding: 30px 60px;
	background-color: rgba(255, 255, 255, 0.75);
	box-shadow: 0px 0px 100px 0 rgba(0, 0, 0, 0.5);
}

.pulse-bubble-container {
	display: inline-flex;
	flex-direction: row;
	gap: 5px;
	align-items: center;
	margin-top: 2px;
}

	.pulse-bubble-container > * {
		border-radius: 50%;
		width: 11px;
		height: 11px;
		background-color: #e3bf52;
	}

	.pulse-bubble-container > :first-child {
		animation: pulse .4s ease 0s infinite alternate;
	}

	.pulse-bubble-container > :nth-child(2) {
		animation: pulse .4s ease .2s infinite alternate;
	}

	.pulse-bubble-container > :last-child {
		animation: pulse .4s ease .4s infinite alternate;
	}

@keyframes pulse {
	from {
		opacity: 1;
		transform: scale(1);
	}

	to {
		opacity: .25;
		transform: scale(.75);
	}
}

.loading-bar {
	display: none;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 5px;
	overflow: hidden;
}

	.loading-bar::before {
		display: block;
		position: absolute;
		width: 100px;
		height: 2.5px;
		left: -100px;
		bottom: 0;
		content: '';
		background-color: var(--highlight-color);
		animation: loading 1s linear infinite;
	}

.page-content-qc3 .loading-bar {
	width: calc(100% - 2px);
}

@keyframes loading {
	from {
		left: -100px;
		width: 30%;
	}

	50% {
		width: 30%;
	}

	70% {
		width: 70%;
	}

	80% {
		left: 50%;
	}

	95% {
		left: 120%;
	}

	to {
		left: 100%;
	}
}


/*#endregion*/

/*#region prmry mnu */

.primary-menu {
	position: relative;
	top: -2px;
	display: flex;
	gap: 25px;
	text-transform: uppercase;
}

	.primary-menu > a {
		text-decoration: none;
		text-transform: uppercase;
		white-space: nowrap;
		color: #0d1114;
		border-bottom: none;
		cursor: pointer;
	}

		.primary-menu > a:hover {
			color: var(--highlight-color);
			border-bottom: none;
		}

	.primary-menu > :last-child > span {
		text-transform: none;
	}

/*#endregion*/

/*#region mdl dlgs */

.dialog {
	display: none;
}

.dialog-basic-text {
	padding: var(--padding-standard) 0 0 0;
}

.ui-dialog-content {
	display: inline-block;
}

.ui-dialog {
	padding: 15px;
	background-color: #0d1114;
	z-index: 1000 !important;
}

	.ui-dialog .ui-dialog-content {
		position: relative;
		overflow: visible;
		color: #ffffff;
		vertical-align: top;
		font-size: 18px;
	}

	.ui-dialog.no-buttons .ui-dialog-content {
		border-bottom: solid 1px #bbbbbb;
	}

.dialog.ui-dialog-content, #dlgYesNo.ui-dialog-content, #dlgNotifyOK.ui-dialog-content, #dlgNotifyCancel.ui-dialog-content, #dlgNotifyClose.ui-dialog-content {
	border-bottom: none;
}

.ui-dialog-content .field-label {
	padding-left: var(--padding-standard);
}

.ui-dialog-content .field-cell {
	padding-right: var(--padding-standard);
}

.ui-dialog-titlebar .ui-button.ui-state-default {
	position: relative;
	line-height: 20px;
	top: 2px;
	float: right;
	font-size: 30px;
	text-transform: uppercase;
	color: #0d1114;
	padding: 0;
	background-color: transparent;
	border: none;
	border-bottom: solid 1px transparent;
	transition: all 0.1s linear;
}

.ui-dialog-buttonpane {
	color: #0d1114;
	vertical-align: top;
	padding: 5px var(--padding-standard) var(--padding-standard) var(--padding-standard) !important;
}

	.ui-dialog-buttonpane .ui-dialog-buttonset {
		float: none !important;
	}

.ui-dialog-buttonset .ui-button.ui-widget.ui-state-default {
	text-transform: uppercase;
	color: #0d1114;
	padding: 0;
	margin: 0 10px;
	background-color: transparent;
	border: none;
	border-bottom: solid 1px transparent;
	transition: all 0.1s linear;
}

.ui-button {
	font-family: HelveticaNeueLight, sans-serif;
	font-size: 12px;
	color: #0d1114;
	background-image: var(--components-bg-image);
	border: var(--components-border);
	box-shadow: var(--component-box-shadow);
	cursor: default;
}

	.ui-button:hover, .ui-button:focus {
		font-family: HelveticaNeueLight, sans-serif;
		font-size: 12px;
		color: #0d1114;
		background-image: var(--components-bg-image);
		border: var(--components-border);
		box-shadow: var(--components-box-shadow-hover);
	}

.ui-dialog-buttonset .ui-button.ui-widget.ui-state-disabled {
	color: #888888;
	pointer-events: none;
}

.ui-menu .ui-menu-item {
	cursor: default;
}

.ui-menu .ui-menu-item-wrapper.ui-state-active {
	background-color: rgba(147, 216, 240, 0.2);
}

.ui-widget-content {
	font-size: 16px;
	color: #0d1114;
}

	.ui-widget-content .ui-state-active {
		color: var(--selected-color);
		background-image: none;
		border-color: transparent;
	}

	.ui-widget-content ul {
		margin: 18px 0 0 18px;
		list-style: disc;
	}

		.ui-widget-content ul > li {
			margin: 0;
		}

.ui-button.ui-widget.ui-state-hover, .ui-dialog-buttonset .ui-button.ui-widget.ui-state-hover {
	color: var(--highlight-color);
	border-bottom: solid 1px var(--highlight-color);
}

.ui-widget-overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: #888888;
	backdrop-filter: var(--blur);
	cursor: pointer;
	opacity: 0.75;
}

.ui-widget input, .ui-widget select, .ui-widget textarea {
	font-size: 16px;
	font-style: normal;
	color: #0d1114;
}

.ui-widget button {
	font-family: HelveticaNeueLight, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #ffffff;
}

.ui-dialog-titlebar-close, .ui-dialog-titlebar-close {
	display: none;
}

.dialog-title-icon {
	display: inline-block;
	position: relative;
	width: 19px;
	height: 19px;
	line-height: 24px;
	top: -1px;
	font-family: HelveticaNeueMedium, sans-serif;
	font-size: 16px;
	font-style: normal;
	color: #ffffff;
	text-align: center;
	vertical-align: middle;
	margin-right: 5px;
}

	.dialog-title-icon .check {
		position: absolute;
		width: 12px;
		height: 5.5px;
		left: 50%;
		top: 50%;
		border: 2px solid #ffffff;
		border-top: none;
		border-right: none;
		transform: rotate(-53deg) translate(-5%, -135%);
	}

	.dialog-title-icon .exclamation {
		background-image: url(/imgs/exclamation.png);
	}

	.dialog-title-icon img {
		max-width: 13px;
		max-height: 13px;
	}

.dialog-close-button {
	position: absolute;
	right: 5px;
	top: -9px;
	font-size: 31px;
	font-weight: normal;
	font-style: normal;
	color: #ffffff;
}

	.dialog-close-button:hover {
		background-color: rgba(0, 0, 0, 0.35);
	}

#dlgNotifyClose .dialog-close-button {
	right: -1px;
	top: -28px;
}

.embedded .dialog-close-button {
	display: none;
}

.embedded .ui-dialog-titlebar button {
	display: none;
}


/*#endregion*/

/*#region rdios */

input[type=radio] {
	appearance: none;
	display: none;
}

label.radio {
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 5px;
	align-items: center;
	white-space: nowrap;
	cursor: pointer;
}

	label.radio > span {
		text-transform: uppercase;
		user-select: none;
	}

	label.radio.disabled {
		pointer-events: none;
	}

		label.radio.disabled > span {
			color: #cccccc !important;
		}

	label.radio > input[type=radio] + label {
		position: relative;
		width: 17px;
		height: 17px;
		border: solid 1.5px #000000;
		box-shadow: var(--components-box-shadow);
		cursor: pointer;
		background-color: #ffffff;
		border-radius: 50%;
	}

	label.radio:has(input[type=radio]:disabled) {
		pointer-events: none;
	}

	label.radio:hover > input[type=radio] + label {
		border: solid 2px #000000;
		box-shadow: var(--components-box-shadow-hover-dark);
	}

	label.radio > input[type=radio]:disabled + label {
		background-color: #e8e8e8;
		border: solid 2px var(--components-border-color-darker);
		border-color: #cccccc;
		box-shadow: none;
		opacity: 0.5;
	}

	label.radio:hover > input[type=radio]:disabled + label {
		border: solid 2px var(--components-border-color);
	}

	label.radio > input[type=radio]:disabled + label + span {
		color: var(--components-border-color-darker);
		opacity: 0.5;
		pointer-events: none;
	}

	label.radio > input[type=radio]:disabled + label::after {
		border-color: #aaaaaa;
	}

	label.radio > label::after {
		content: '';
		position: absolute;
		width: 9px;
		height: 9px;
		background-color: transparent;
		left: calc(50% - 4.5px);
		top: calc(50% - 4.5px);
		border-radius: 50%;
	}

	label.radio > input[type=radio]:checked + label::after {
		background-color: #0d1114;
	}

	label.radio > input[type=radio]:disabled + label::after {
		background-color: transparent;
		cursor: default;
	}

	label.radio > input[type=radio]:checked:disabled + label::after {
		background-color: var(--components-border-color-darker);
		cursor: default;
	}

label.for-dropdown-list > label {
	margin-top: 5px !important;
}

label.for-dropdown-list > span.select2-container {
	margin-top: 3px;
}

/*#endregion*/

/*#region chks */

input[type=checkbox] {
	appearance: none;
	display: none;
}

label.checkbox {
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 5px;
	align-items: center;
	white-space: nowrap;
	cursor: pointer;
}

	label.checkbox > span {
		text-transform: uppercase;
		user-select: none;
	}

	label.checkbox.disabled {
		pointer-events: none;
	}

		label.checkbox.disabled > span {
			color: #cccccc !important;
		}


	label.checkbox > input[type=checkbox] + label {
		position: relative;
		width: 18px;
		height: 17px;
		border: solid 2px #888888;
		box-shadow: var(--components-box-shadow);
		cursor: pointer;
		background-color: #ffffff;
		border-radius: 2px;
	}

	label.checkbox:has(input[type=checkbox]:disabled) {
		pointer-events: none;
	}

	label.checkbox:hover > input[type=checkbox] + label {
		border: solid 2px #1d252c;
		box-shadow: var(--components-box-shadow-hover-dark);
	}

	label.checkbox > input[type=checkbox]:disabled + label {
		background-color: #e8e8e8;
		border: solid 2px var(--components-border-color-darker);
		box-shadow: none;
		opacity: 0.5;
	}

	label.checkbox:hover > input[type=checkbox]:disabled + label {
		border: solid 2px var(--components-border-color);
	}

	label.checkbox > input[type=checkbox]:disabled + label + span {
		color: var(--components-border-color-darker);
		opacity: 0.5;
		pointer-events: none;
	}

	label.checkbox > input[type=checkbox]:disabled + label::after {
		border-color: #aaaaaa;
	}

	label.checkbox > label::after {
		content: '';
		position: absolute;
		width: 12px;
		height: 5.5px;
		left: 50%;
		top: 50%;
		border: 2px solid transparent;
		border-top: none;
		border-right: none;
		transform: rotate(-53deg) translate(-5%, -135%);
	}

	label.checkbox > input[type=checkbox]:checked + label::after {
		border-color: #0d1114;
	}

	label.checkbox > input[type=checkbox]:disabled + label::after {
		border-color: transparent;
		cursor: default;
	}

	label.checkbox > input[type=checkbox]:checked:disabled + label::after {
		border-color: var(--components-border-color-darker);
		cursor: default;
	}

/*#endregion*/

/*#region tbls, rows, cols */

.title-bar {
	height: 35px;
	font-family: HelveticaNeueMedium, sans-serif;
	font-size: 17px;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	word-spacing: 0.05em;
	color: #ffffff;
	padding: 5px var(--padding-standard) 0 var(--padding-standard);
	background-color: #1d252d;
	cursor: pointer;
	user-select: none;
}

div.title-bar {
	padding-top: 5px !important;
}

.with-full-height-icon-button {
	padding-top: 1px !important;
}

.title-bar .item-count, .content-panel > :first-child > .item-count {
	margin-left: 10px;
}

.title-bar::after {
	content: '';
	position: relative;
	display: inline-block;
	width: 10px;
	height: 10px;
	top: -4px;
	margin-left: 10px;
	border-right: solid 3px #ffffff;
	border-bottom: solid 3px #ffffff;
	transform: rotate(45deg);
}

.title-bar.collapsed::after {
	top: 0px !important;
	transform: rotate(-45deg) !important;
}

.title-bar.with-full-height-icon-button::after {
	top: 0;
}

.title-bar.with-full-height-icon-button.collapsed::after {
	top: 2px;
}

tr.footer > td {
	height: 26px;
	font-family: HelveticaNeueMedium, sans-serif;
	font-size: 1.2em;
	text-transform: uppercase;
	word-spacing: 0.05em;
	vertical-align: middle;
	padding: 0px;
	background-image: linear-gradient(var(--components-bg-color), #e0e0e0);
	border-top: var(--components-border-light);
	border-bottom: var(--components-border);
}

	tr.footer > td:first-child {
		font-size: 12px;
		padding: 2px 0 0 10px;
		border-left: var(--components-border);
	}

	tr.footer > td:last-child {
		padding-right: 7px;
		border-right: var(--components-border);
	}

.pid-col {
	width: 60px;
	min-width: 60px;
	text-align: left;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.sid-col {
	width: 80px;
	min-width: 80px;
	max-width: 80px;
	text-align: left;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.cid-col {
	width: 85px;
	min-width: 85px;
	max-width: 85px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.raw-filename-col {
	white-space: nowrap;
	text-align: left;
}

	.raw-filename-col.fixed {
		width: 200px;
		min-width: 200px;
		max-width: 200px;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}

.property-col {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	text-align: left;
	padding-right: 8px !important;
}

	.property-col.fixed {
		width: 380px;
		min-width: 380px;
		max-width: 380px;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}

.queue-rotated-col {
	vertical-align: top !important;
}

#tblCurrentShoots .property-col, #tblFutureShoots .property-col {
	width: 350px;
	min-width: 350px;
	max-width: 350px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.hotel-id-col {
	text-align: left;
}

	.hotel-id-col.fixed {
		width: 85px;
		min-width: 85px;
		max-width: 85px;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}

.alias-col {
	text-align: left;
}

	.alias-col.fixed {
		width: 80px;
		min-width: 80px;
		max-width: 80px;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}

.alias-type-col.fixed {
	width: 120px;
	min-width: 120px;
	max-width: 120px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.username-col {
	text-align: left;
}

	.username-col.fixed {
		width: 130px;
		min-width: 130px;
		max-width: 130px;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}

.usernames-col {
	text-align: left;
	cursor: default;
}

	.usernames-col.fixed {
		width: 130px;
		min-width: 130px;
		max-width: 130px;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}

.city-col {
	white-space: nowrap;
	text-align: left;
}

	.city-col.fixed {
		width: 120px;
		min-width: 120px;
		max-width: 120px;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}

.scene-col {
	text-align: left;
}

	.scene-col.fixed {
		width: 200px;
		min-width: 200px;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}

.date-col {
	white-space: nowrap;
	text-align: center;
}

	.date-col:last-child {
		padding-right: var(--padding-standard) !important;
	}

	.date-col.fixed {
		width: 120px;
		max-width: 120px;
		min-width: 120px;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}

.date-time-col {
	width: 145px;
	min-width: 135px;
	max-width: 135px;
	text-align: center;
}

.status-col {
	text-align: left;
}

	.status-col.fixed {
		width: 140px;
		min-width: 140px;
		max-width: 140px;
		overflow: hidden;
		text-overflow: ellipsis;
	}

#tblCurrentShoots, #tblFutureShoots {
	width: 100%;
}

	#tblCurrentShoots .status-col, #tblFutureShoots .status-col {
		width: 225px;
		min-width: 225px;
		max-width: 225px;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}

.upload-status-col {
	width: 160px;
	min-width: 160px;
	max-width: 160px;
	text-align: left;
	padding-right: var(--padding-standard) !important;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.age-col {
	width: 65px;
	min-width: 65px;
	max-width: 65px;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.queue-col {
	width: 170px;
	min-width: 170px;
	max-width: 170px;
	text-align: left;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.corrections-col {
	text-align: center;
	white-space: nowrap;
	vertical-align: bottom;
}

.comment-col {
	max-width: 200px;
	text-align: left;
}

.col-with-total {
	width: 124px;
}

	.col-with-total > * {
		display: inline-block;
	}

	.col-with-total > :first-child, .col-with-total > :nth-child(3), .col-with-total > :last-child {
		width: 36px;
		text-align: center;
	}

	.col-with-total > :first-child {
		width: 15px;
	}

	.col-with-total > :last-child {
		padding-right: 0;
	}

.items-col {
	text-align: center;
	white-space: nowrap;
}

	.items-col.fixed {
		width: 95px;
		min-width: 95px;
		max-width: 95px;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	.items-col .button {
		width: 30px;
		line-height: unset;
		padding: 1px 4px 0 4px;
		margin: 0 auto;
	}

	.items-col .assigned-plus {
		position: absolute;
		left: 37px;
		top: 3px;
	}

	.items-col .unassigned-equals {
		position: absolute;
		left: 39px;
		top: 3px;
	}

	.items-col.uat :not(:first-child) {
		display: inline-block;
		width: 21px;
	}

#tblPropertiesInProgress .items-col {
	width: 40px;
	min-width: 40px;
	max-width: 40px;
	padding-left: 3px;
	border-left: none;
}

.postal-code-col {
	width: 140px;
	min-width: 140px;
	max-width: 140px;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.action-col {
	width: 70px;
	white-space: nowrap;
}

.actions-col {
	white-space: nowrap;
}

.actions-col > * {
	margin-right: 15px;
}

.actions-col:last-child > :last-child {
	margin-right: 0;
}

.column.with-icon-button {
	position: relative;
	display: inline-block;
	top: 4px;
}

.title-bar-no-border-radius {
	font-size: 13px;
	word-spacing: 0.05em;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #ffffff;
	padding: 5px var(--padding-standard);
	background-image: var(--title-bar-linear-gradient);
}

/* TABLE WITH ALTERNATING ROWS OR CONTENT ROWS */

table.alternating-rows, table.content-rows {
	position: relative;
	min-width: var(--content-width-min);
}

	table.alternating-rows tbody > tr > td:first-child {
		padding-left: var(--padding-standard);
	}

	table.alternating-rows tbody > tr > td:last-child {
		padding-right: var(--padding-standard);
	}

.pge-crt table.content-rows, .page-dl table.content-rows {
	width: 1235px !important;
}

/* Header Row */

thead > tr.header > th, td.header {
	padding-left: 3px;
	background-color: #e4e4e4;
	position: relative;
	height: 29px;
	white-space: nowrap;
}

	thead > tr.header > th.row-1-of-2 {
		background-image: linear-gradient(var(--components-bg-color), #ececec);
	}

	thead > tr.header > th.row-2-of-2 {
		background-image: linear-gradient(#ececec, #e0e0e0);
	}

td.header {
	font-family: HelveticaNeueMedium, sans-serif;
	text-transform: uppercase;
	border-bottom: var(--components-border-light) !important;
}

thead > tr.header > th:not(.sorter-false) {
	cursor: pointer;
}

	thead > tr.header > th:not(.sorter-false):hover {
		background-color: #f5f5f5;
	}

thead > tr.header > th:hover {
	background-color: #f2f2f2;
}

	thead > tr.header > th:hover::after {
		opacity: 0.75;
	}

thead > tr.header > th::after {
	position: relative;
	content: url(data:image/gif;base64,R0lGODlhFQAJAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAkAAAIXjI+AywnaYnhUMoqt3gZXPmVg94yJVQAAOw==);
	opacity: 0.325;
}

thead > tr.header > th.up, thead > tr.header > th.down {
}

	thead > tr.header > th.up::after {
		top: -2px;
		content: url(data:image/gif;base64,R0lGODlhFQAEAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAQAAAINjI8Bya2wnINUMopZAQA7);
		opacity: 0.75;
	}

	thead > tr.header > th.down::after {
		top: -2px;
		content: url(data:image/gif;base64,R0lGODlhFQAEAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAQAAAINjB+gC+jP2ptn0WskLQA7);
		opacity: 0.75;
	}

thead > tr.header > th.sorter-false:hover {
	background-color: #e8e8e8;
}

thead > tr.header > th.sorter-false::after {
	display: none;
}

table.alternating-rows > thead > tr, table.alternating-rows th, tbody.header > tr:last-child {
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	color: #0d1114;
}

table.alternating-rows thead > tr > td, table.alternating-rows th {
	padding-top: 3px;
	vertical-align: middle;
}

	table.alternating-rows thead > tr > td:first-child, table.alternating-rows th:first-child {
		padding-left: var(--padding-standard);
	}

	table.alternating-rows thead > tr > td:last-child, table.alternating-rows th:last-child {
		padding-right: var(--padding-standard);
	}

.tablesorter-header-inner {
	display: inline-block;
}

/* Content Rows */

table.content-rows > tbody > tr > td:first-child {
	border-left: var(--components-border);
}

table.content-rows > tbody > tr > td:last-child {
	border-right: var(--components-border);
}

table.content-rows > tbody > tr:last-child > td {
	border-bottom: var(--components-border);
}

/* Odd Rows */

table.alternating-rows > tbody > tr:nth-child(odd) {
	background-color: var(--row-odd-bg-color);
}

	table.alternating-rows > tbody > tr:nth-child(odd).with-click-event {
		cursor: pointer;
	}

		table.alternating-rows > tbody > tr:nth-child(odd).with-click-event:hover {
			background-color: rgba(147, 216, 240, 0.2);
		}

	table.alternating-rows > tbody > tr:nth-child(odd) > td {
		height: 30px;
		padding: 3px;
		vertical-align: middle;
		white-space: nowrap;
	}

		table.alternating-rows > tbody > tr:nth-child(odd) > td:first-child {
			font-weight: bold;
			padding-left: var(--padding-standard);
			white-space: nowrap;
		}

table.alternating-rows > tbody.header > tr:first-child > td:first-child {
	font-weight: normal;
}

table.alternating-rows > tbody > tr:nth-child(odd) > td:last-child {
	padding-right: var(--padding-standard);
}

tbody.header > tr:first-child > td {
	border-top: none !important;
}

thead > tr > th:first-child, tbody.header > tr > td:first-child, tbody.rows > tr > td:first-child {
	border-left: var(--components-border);
}

thead > tr > th:last-child, tbody.header > tr > td:last-child, tbody.rows > tr > td:last-child {
	border-right: var(--components-border);
}

tbody.rows > tr:last-child > td {
	border-bottom: var(--components-border);
}

tr.row-divider:not(:first-of-type) > td {
	border-top: var(--components-border);
}

/* Even Rows */

table.alternating-rows > tbody > tr:nth-child(even) {
	padding-left: 5px;
	padding-right: 5px;
	margin-bottom: 2px;
	margin-top: 2px;
	background-color: var(--row-even-bg-color);
}

table.alternating-rows tbody > tr:nth-child(even).with-click-event {
	cursor: pointer;
}

	table.alternating-rows tbody > tr:nth-child(even).with-click-event:hover {
		background-color: rgba(147, 216, 240, 0.2);
	}

table.alternating-rows tbody > tr:nth-child(even) > td {
	height: 30px;
	padding: 3px;
	vertical-align: middle;
}

	table.alternating-rows tbody > tr:nth-child(even) > td:first-child {
		font-weight: bold;
		padding-left: var(--padding-standard);
	}

	table.alternating-rows tbody > tr:nth-child(even) > td:last-child {
		padding-right: var(--padding-standard);
	}

/* Last Row */

table.alternating-rows tbody:not(.header) > tr:last-child > td {
	border-bottom: var(--components-border);
}

table.alternating-rows tbody.with-footer > tr:last-child > td {
	border-bottom: none !important;
}

/* Misc Row Styles */

table.alternating-rows > tbody > tr.no-padding > td {
	padding: 0 !important;
}

.row-subheader > td {
	font-family: HelveticaNeueMedium, sans-serif;
	text-transform: uppercase;
	background-color: #e0e0e0;
}

#tblUpcomingSFShoots .row-subheader > td {
	padding-left: 63px !important;
}

tr.no-rows > td {
	font-family: HelveticaNeueLight, sans-serif !important;
	padding: var(--padding-standard) !important;
	background-color: var(--components-bg-color);
}

.pge-cs .title-bar, .pge-crt .content-panel > :first-child, .page-dl .content-panel > :first-child {
	padding: 4px 10px 0 17px !important;
}

.pge-cs .title-bar, .pge-hme .title-bar {
	pointer-events: none;
}

	.pge-cs .title-bar::after, .pge-hme .title-bar::after {
		display: none !important;
	}

/*#endregion*/

/*#region sgn-in */

.sgnin {
	display: flex;
	flex-direction: column;
	height: 100%;
}

	.sgnin > :first-child {
		flex-grow: 1;
		display: flex;
		flex-direction: row;
		align-items: center;
	}

	.sgnin img:first-child {
		min-width: 1200px;
		max-width: 1200px;
		max-height: 100vh;
	}

	.sgnin main {
		margin: 0 auto;
	}

		.sgnin main > :first-child {
			width: 300px !important;
			display: flex;
			flex-direction: column;
			gap: 10px;
			margin: 0 auto;
		}

	.sgnin .hdr {
		letter-spacing: 0.05em;
		height: 52px;
		font-family: HelveticaNeueLight, sans-serif;
		text-transform: uppercase;
		font-size: 25px;
		color: #ffffff;
		margin-bottom: 5px;
		border-bottom: none;
	}

		.sgnin .hdr > :last-child {
			font-size: 20px;
			color: #aaaaaa;
		}

/*#endregion*/

/*#region std img edtng gdlns */

.popup-page .banner {
	text-align: left;
	padding: 15px 30px 9px 30px;
}

	.popup-page .banner > .title {
		padding-bottom: 0;
		margin-bottom: 0;
		border-bottom: none;
	}

.popup-page .sub-title {
	padding: 15px 30px;
	background-color: #f0f0f0;
}

	.popup-page .sub-title > .title {
		display: inline-block;
		font-size: 16px;
		text-transform: uppercase;
		vertical-align: top;
		margin: 3px 10px 0 5px;
	}

.popup-page ul {
	list-style: disc;
	margin: 25px 45px 20px 45px;
}

.popup-page li {
	list-style-type: disc;
}

.popup-page ul.inner-list > li {
	list-style-type: circle;
}

.popup-page .fa-check {
	font-size: 15px;
	color: #70aa00;
	padding: 3px;
	border: 3px solid #70aa00;
}

.popup-page .fa-xmark-large {
	font-size: 11px;
	color: #c01616;
	padding: 5px;
	border: 3px solid #c01616;
}

/*#endregion*/

