@charset "UTF-8";
/* CSS Document */

/* define standard CSS defaults for T&C */

html, body, div, span, h1, h2, h3, h4, h5, h6, hr, p, a img, font, img, dd, dl, dt, li, ol, ul, blockquote, fieldset, form, label, legend, table, caption, tr, th, td, video {
	margin: 0;
	border: 0;
	line-height: inherit;
	font-family: inherit;
	font-size: 100%;
}


html, body {
	height: 100%;
	width: 100%;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-touch-callout: none;
	background: transparent;
}

body {
	min-height: 100%;
}

input {
	webkit-appearance: none !important;
	appearance: none !important;
	outline: none !important;
	box-shadow: none !important;
}

input:focus {
	outline: none !important;
	box-shadow: none !important;
}

select:focus {
	outline: none !important;
	box-shadow: none !important;
}




/* clearFix for legacy buggy rendering */

.clearFix {
	clear: both;
}

.hidden {
	display: none !important;
}



/* T&C Font Definitions */


.nudgeWink {
	font-family: "p22-nudgewink-pro", sans-serif;
	font-weight: 500;
	font-style: normal;
}


.franklinBook {
	font-family: "franklin-gothic-urw", sans-serif;
	font-weight: 400;
	font-style: normal;
}


.franklinMed {
	font-family: "franklin-gothic-urw", sans-serif;
	font-weight: 500;
	font-style: normal;
}


.franklinCond {
	font-family: "franklin-gothic-urw-comp", sans-serif;
	font-weight: 400;
	font-style: normal;
}


.franklinCondDemi {
	font-family: "franklin-gothic-urw-comp", sans-serif;
	font-weight: 700;
	font-style: normal;
}

/* T&C Font Sizing */


.font12 {
	font-size: 12px;
	line-height: 16px;
}

.font12NoLine {
	font-size: 12px;
	line-height: 12px;
}


.font13 {
	font-size: 13px;
	line-height: 17px;
}

.font13NoLine {
	font-size: 13px;
	line-height: 13px;
}

.font13Tix {
	font-size: 13px;
	line-height: 15px;
}




.font14 {
	font-size: 14px;
	line-height: 18px;
}

.font14NoLine {
	font-size: 14px;
	line-height: 14px;
}

.font15SomeLine {
	font-size: 15px;
	line-height: 18px;
}

.font15NoLine {
	font-size: 15px;
	line-height: 15px;
}

.font16 {
	font-size: 16px;
	line-height: 20px;
}

.font16NoLine {
	font-size: 16px;
	line-height: 16px;
}

.font18 {
	font-size: 18px;
	line-height: 22px;
}

.font24 {
	font-size: 24px;
	line-height: 28px;
}

.font24NoLine {
	font-size: 24px;
	line-height: 24px;
}



/* T&C Colourways */

.black {
	color: rgba(0,0,0,1.0);
}

.white {
	color: rgba(255,255,255,1.00);
}

.off-white {
	color: rgba(255,255,255,0.75);
}

.green {
	color: rgba(0, 255, 25, 1);
}

.purple {
	color: rgba(188, 0, 255, 1);
}

.red {
	color: rgba(255,0,0,1.00);
}

.invoiceBlue {
	color: rgba(35, 110, 141, 1);
}


/* T&C Spacers */

.vSpace1 {
	display: block;
	width: 100%;
	height: 1px;
}

.vSpace4 {
	display: block;
	width: 100%;
	height: 4px;
}

.vSpace5 {
	display: block;
	width: 100%;
	height: 5px;
}

.vSpace8 {
	display: block;
	width: 100%;
	height: 8px;
}

.vSpace10 {
	display: block;
	width: 100%;
	height: 10px;
}

.vSpace15 {
	display: block;
	width: 100%;
	height: 15px;
}

.vSpace20 {
	display: block;
	width: 100%;
	height: 20px;
}

.vRule10 {
	display: block;
	width: 100%;
	height: 1px;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: rgba(128, 128, 128, 1);
}

.vRule5 {
	display: block;
	width: 100%;
	height: 1px;
	margin-top: 5px;
	margin-bottom: 5px;
	background-color: rgba(0, 0, 0, 0.195);
}

.vRule20 {
	display: block;
	width: 100%;
	height: 1px;
	margin-top: 20px;
	margin-bottom: 20px;
	background-color: rgba(128, 128, 128, 1);
}

.vRuleGentle {
	display: block;
	height: 1px;
	margin-top: 20px;
	margin-bottom: 15px;
	background-color: rgba(0, 0, 0, 0.10);
}


.vRuleGentleInvoice {
	display: block;
	height: 1px;
	margin-top: 10px;
	margin-bottom: 7px;
	background-color: rgba(35, 110, 141, 0.25);
}




/* T&C Page Master Styles */

.pageBkgnd {
	background-image: url(../z_media/bkgnds/001.jpg);
	background-size: cover;
	background-position: center center;
}



.itemCenter {
	text-align: center;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

 



@media only screen and (min-width: 600px) {
	.tc_header {
		display: block;
		aspect-ratio: 1000 / 117;
		width: 50%;
		background-image: url(../z_media/logos/tc_header_v2.png);
		background-size: cover;
		margin-top: 20px;
	}
}

@media only screen and (max-width: 599px) {
	.tc_header {
		display: block;
		aspect-ratio: 817 / 255;
		width: 60%;
		background-image: url(../z_media/logos/tc_header_mob.png);
		background-size: cover;
		margin-top: 20px;
	}
}

.tc_footer {
	display: block;
	width: 100%;
	position: absolute;
	bottom: 20px;
}

.tc_footer_content {
	display: block;
	text-align: center;
}

.tc_footer_link {
	text-decoration: none;
}



/* login elements */

.loginPanel {
	padding: 20px;
	border-radius: 20px;
	background-color: rgba(255,255,255,1.00);
	width: max-content;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	/*filter: drop-shadow(0px 0px 10px #000000);*/
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
}

.tc_field {
	padding: 8px 12px;
	background-color: rgba(0,0,0,0.10);
	border-radius: 8px;
	outline: none;
	border: none;
	box-shadow: none;
	text-align: center;
	width: 300px;
}

.tc_sign_btn {
	display: flex;
	align-items: center;
	height: 40px;
	width: max-content;
	padding: 0px 10px;
	border-radius: 8px;
	background-color: rgba(255, 92, 0, 1);
	color: rgba(255,255,255,1.00);
	opacity: 1.00;
	transition: opacity 0.25s;
}

.tc_sign_btn:hover {
	opacity: 0.66;
}

.tc_sign_btn:active {
	opacity: 1.00;
}


.tc_sign_btn_p {
	display: flex;
	align-items: center;
	height: 40px;
	width: max-content;
	padding: 0px 10px;
	border-radius: 8px;
	background-color: rgba(41,0,144, 1);
	color: rgba(255,255,255,1.00);
	opacity: 1.00;
	transition: opacity 0.25s;
}

.tc_sign_btn_p:hover {
	opacity: 0.66;
}

.tc_sign_btn_p:active {
	opacity: 1.00;
}


.login_popup {
	-webkit-appearance: none;
	appearance: none;
	width: 296px;
	padding: 8px 8px;
	border-radius: 4px;
	background-color: rgba(0,0,0,0.10);
	color: rgba(0, 0, 0, 1);
	outline: none;
	border: none;
	box-shadow: none;
	box-sizing: border-box;
	background-image: url("../z_media/btns/popup.svg");
	background-repeat: no-repeat;
	background-position: right center; 
	background-size: 20px 14px;
}



/* Generic Page Styles */

.pageBkgndWash {
	background-color: rgba(200, 200, 200, 1);
}

.pageBkgndWashUser {
	background-color: rgba(50, 50, 50, 1);
}

.pageBkgndWashAdmin {
	background-color: rgba(45, 58, 65, 1);
}

.pageArea {
	position: relative;
	padding: 20px;
}

.pageBkgndStrip {
	width: 100%;
	min-width: 1160px;
	height: 110px;
	background-image: url(../z_media/bkgnds/001_strip_v3.jpg);
	background-size: cover;
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
	padding: 0px 20px;
	box-sizing: border-box;
}

.pageBkgndStripLow {
	width: 100%;
	min-width: 1160px;
	height: 70px;
	background-image: url(../z_media/bkgnds/001_strip_v3.jpg);
	background-size: cover;
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
	padding: 0px 20px;
	box-sizing: border-box;
}

.footerShadow {
	filter: drop-shadow(0px 0px 4px #000000);
}

.tc_header_strip {
	display: block;
	aspect-ratio: 1000 / 117;
	height: 70px;
	background-image: url(../z_media/logos/tc_header_v2.png);
	background-size: cover;
}

.tc_menu_strip {
	display: flex;
	height: 70px;
	padding: 0px 15px;
	border-radius: 8px;
	background: linear-gradient(0deg, rgba(50, 50, 50, 1) 0%, rgba(65, 65, 65, 1) 100%);
	align-items: center;
}

.tc_menu_strip_items {
	display: flex;
	flex-direction: column;
	align-items: end;
}




/* make screen min-width with scrolling A BIT wider for Admin than for Users */

.pageBkgndStrip_admin {
	width: 100%;
	min-width: 1294px;
	height: 110px;
	background-image: url(../z_media/bkgnds/001_strip_v3.jpg);
	background-size: cover;
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
	padding: 0px 20px;
	box-sizing: border-box;
}

.pageBkgndStripLow_admin {
	width: 100%;
	min-width: 1294px;
	height: 70px;
	background-image: url(../z_media/bkgnds/001_strip_v3.jpg);
	background-size: cover;
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
	padding: 0px 20px;
	box-sizing: border-box;
}



.tc_task_bar_admin {
	/*background: linear-gradient(0deg, rgba(28,31,100,1) 0%, rgba(77,33,83,1) 100%);*/
	background: linear-gradient(0deg, rgba(50, 50, 50, 1) 0%, rgba(65, 65, 65, 1) 100%);
	width: 100%;
	min-width: 1294px;
	padding: 10px 20px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: left;
	gap: 6px;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: rgba(255,255,255,0.10); 
}

.tc_task_bar_low_admin {
	/*background: linear-gradient(0deg, rgba(28,31,100,1) 0%, rgba(77,33,83,1) 100%);*/
	background: linear-gradient(0deg, rgba(50, 50, 50, 1) 0%, rgba(65, 65, 65, 1) 100%);
	width: 100%;
	min-width: 1294px;
	padding: 20px 20px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: left;
	gap: 6px;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: rgba(255,255,255,1.00); 
}


/* generic buttons */


.tc_btn_yellow {
	display: flex;
	align-items: center;
	height: 21px;
	width: max-content;
	padding: 2px 8px;
	border-radius: 4px;
	background: linear-gradient(0deg, rgba(255, 189, 0, 1) 0%, rgba(255, 239, 0, 1) 100%);
	color: rgba(0, 0, 0, 1);
	cursor: pointer;
	gap: 6px;
}

.tc_btn_yellow_large {
	display: flex;
	align-items: center;
	height: 31px;
	width: max-content;
	padding: 0px 10px;
	border-radius: 4px;
	background: linear-gradient(0deg, rgba(255, 189, 0, 1) 0%, rgba(255, 239, 0, 1) 100%);
	color: rgba(0, 0, 0, 1);
	cursor: pointer;
	gap: 6px;
}

.tc_btn_yellow:hover {
	background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(40, 40, 40, 1) 100%);
	color: rgba(130, 204, 242, 1);
}

.tc_btn_yellow:active {
	opacity: 0.50;
}

.tc_btn_yellow_large:hover {
	background: linear-gradient(0deg, rgba(121, 0, 0, 1) 0%, rgba(255, 0, 0, 1) 100%);
	color: rgba(255, 255, 255, 1);
}

.tc_btn_yellow_large:active {
	opacity: 0.50;
}










.tc_btn_blue {
	display: flex;
	align-items: center;
	height: 21px;
	width: max-content;
	padding: 2px 8px;
	border-radius: 4px;
	background: linear-gradient(0deg, rgba(0, 61, 143, 1) 0%, rgba(83, 113, 153, 1) 100%);
	color: rgba(255, 255, 255, 1);
	cursor: pointer;
	gap: 6px
}

.tc_btn_blue:hover {
	background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(66, 66, 66, 1) 100%);
	color: rgba(255, 255, 255, 1);
}

.tc_btn_blue:active {
	opacity: 0.50;
}







.tc_task_bar {
	/*background: linear-gradient(0deg, rgba(28,31,100,1) 0%, rgba(77,33,83,1) 100%);*/
	background: linear-gradient(0deg, rgba(50, 50, 50, 1) 0%, rgba(65, 65, 65, 1) 100%);
	width: 100%;
	min-width: 1160px;
	padding: 10px 20px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 6px;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: rgba(255,255,255,0.10); 
}

.tc_task_bar_low {
	/*background: linear-gradient(0deg, rgba(28,31,100,1) 0%, rgba(77,33,83,1) 100%);*/
	background: linear-gradient(0deg, rgba(50, 50, 50, 1) 0%, rgba(65, 65, 65, 1) 100%);
	width: 100%;
	min-width: 1160px;
	padding: 20px 20px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: left;
	gap: 6px;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: rgba(255,255,255,1.00); 
}


.tc_task_field {
	padding: 0px 6px;
	background-color: rgba(255,255,255,0.85);
	border-radius: 4px;
	outline: none;
	border: none;
	box-shadow: none;
	height: 25px;
}


.tc_task_bar_title {
	background: linear-gradient(0deg, rgba(255, 189, 0, 1) 0%, rgba(255, 239, 0, 1) 100%);
	background-clip: text;
	-webkit-text-fill-color: transparent;
}


.tc_label {
	width: 140px;
	text-align: right;
	display: inline-block;
	margin-right: 4px;
}

.tc_label_area {
	width: 140px;
	text-align: right;
	display: inline-block;
	margin-right: 4px;
	margin-top: 6px;
}

.tc_form_field {
	width: 200px;
	padding: 4px 6px;
	border-radius: 4px;
	background: linear-gradient(0deg, rgba(183, 255, 222, 1) 0%, rgba(255, 255, 255, 1) 100%);
	color: rgba(0, 0, 0, 1);
	outline: none;
	border: none;
	box-shadow: none;
	box-sizing: border-box;
}

.tc_form_field_show {
	width: 200px;
	height: 100px;
	padding: 4px 6px;
	border-radius: 4px;
	background: linear-gradient(0deg, rgba(183, 255, 222, 1) 0%, rgba(255, 255, 255, 1) 100%);
	color: rgba(0, 0, 0, 1);
	outline: none;
	border: none;
	box-shadow: none;
	box-sizing: border-box;
}

.tc_popup {
	-webkit-appearance: none;
	appearance: none;
	width: 200px;
	padding: 6px 6px;
	border-radius: 4px;
	background-color: rgba(227, 255, 243, 1);
	color: rgba(0, 0, 0, 1);
	outline: none;
	border: none;
	box-shadow: none;
	box-sizing: border-box;
	background-image: url("../z_media/btns/popup.svg");
	background-repeat: no-repeat;
	background-position: right center; 
	background-size: 20px 14px;
}

.tc_text_area {
	width: 200px;
	height: 100px;
	padding: 4px 6px;
	border-radius: 4px;
	background: linear-gradient(0deg, rgba(183, 255, 222, 1) 0%, rgba(255, 255, 255, 1) 100%);
	color: rgba(0, 0, 0, 1);
	outline: none;
	border: none;
	box-shadow: none;
	box-sizing: border-box;
}

.tc_field_align {
  display: flex;
  align-items: top;
  gap: 4px;
}



/* custom checkbox */


.tc_label_check {
	width: 140px;
	text-align: right;
	display: inline-block;
	margin-right: 4px;
	padding-top: 6px;
}


.container {
  display: block;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  height: 28px;
}

/* Hide the browser's default checkbox */
.container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 148px;
  height: 28px;
  width: 28px;
  background-color: rgba(227, 255, 243, 1);
  border-radius: 4px;
}



/* When the checkbox is checked, add a darker background */
.container input:checked ~ .checkmark {
  /*background-color: rgba(183, 255, 222, 1);*/
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.container .checkmark:after {
  left: 10px;
  top: 6px;
  width: 5px;
  height: 10px;
  border: solid rgb(0, 0, 0);
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}


.tc_form_column {
	width: 366px;
	display: inline-block;
	vertical-align: top;
}

.tc_form_column_wide {
	width: 500px;
	display: inline-block;
	vertical-align: top;
}




/* main PERFORMER styles */

.pageAreaUser {
	/*background: linear-gradient(0deg, rgba(28,31,100,1) 0%, rgba(77,33,83,1) 100%);*/
	background: linear-gradient(0deg, rgba(48, 48, 48, 1) 0%, rgba(58, 58, 58, 1) 100%);
	width: 100%;
	min-width: 1160px;
	padding: 20px;
	box-sizing: border-box;
	display: flex;
	gap: 30px;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: rgba(255,255,255,0.10); 
}


.perf_left {
	display: inline-block;
	vertical-align: top;
	width: 25%;
	min-width: 300px;
	box-sizing: border-box;
	float: left;
	align-self: start;
}

.perf_left_panel {
	display: block;
	width: 100%;
	box-sizing: border-box;
}

.perf_left_content {
	background-color: rgba(200, 200, 200, 1);
	padding: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-top-right-radius: 10px;
}


.perf_right {
	display: inline-block;
	vertical-align: top;
	width: 75%;
	min-width: 600px;
	box-sizing: border-box;
	align-self: start;
}


.perf_tabs_container {
	display: flex;
	gap: 10px;
}

.perf_right_content {
	background-color: rgba(200, 200, 200, 1);
	padding: 15px 15px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-top-right-radius: 10px;
}



.perf_tab {
	display: flex;
	align-items: center;
	height: 30px;
	padding: 0px 10px;
	width: max-content;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	background: linear-gradient(0deg, rgba(70, 70, 70, 1) 0%, rgba(90, 90, 90, 1) 100%);
	color: rgba(170, 170, 170, 1);
	text-align: center;
}

.perf_tab:hover {
	background: linear-gradient(0deg, rgba(90, 90, 90, 1) 0%, rgba(110, 110, 110, 1) 100%);
	color: rgba(255, 255, 255, 1);
}

.perf_tab:active {
	opacity: 0.50;
}

.perf_tab_selected {
	display: flex;
	align-items: center;
	width: max-content;
	height: 30px;
	padding: 0px 10px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	background: linear-gradient(0deg, rgba(200, 200, 200, 1) 0%, rgba(230, 230, 230, 1) 100%);
	color: rgba(0,0,0,1.00);
}


.perf_tab_left {
	display: flex;
	align-items: center;
	width: max-content;
	height: 30px;
	padding: 0px 10px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	background: linear-gradient(0deg, rgba(200, 200, 200, 1) 0%, rgba(230, 230, 230, 1) 100%);
	color: rgba(0,0,0,1.00);
}


.perf_tab_left_admin {
	display: flex;
	align-items: center;
	width: max-content;
	height: 30px;
	padding: 0px 10px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	background: linear-gradient(0deg, rgba(177, 146, 253, 1) 0%, rgba(210, 191, 255, 1) 100%);
	color: rgba(0,0,0,1.00);
}

.perf_left_content_admin {
	background-color: rgba(177, 146, 253, 1);
	padding: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-top-right-radius: 10px;
}

.infoWidth {
	display: inline-block;
	width: 80px;
}

.panel_expand_bar {
	width: 100%;
	display: flex;
	align-items: center;
	gap: 6px;
	cursor: pointer;
}

.panel_expand_arrow {
	width: 14px;
	height: 14px;
	display: block;
	background-image: url(../z_media/btns/panel_expand_arrow.svg);
	background-size: cover;
	flex-shrink: 0;
}

.panel_expand_arrow:hover {
	opacity: 0.50;
}

.panel_expand_close {
	width: 14px;
	height: 14px;
	display: block;
	background-image: url(../z_media/btns/panel_expand_close.svg);
	background-size: cover;
}

.panel_expand_close:hover {
	opacity: 0.50;
}

.panel_expand_container {
	display: block;
	max-height: 0px;
	overflow: hidden;
	transition: max-height 0.5s;
}

.perf_msg_list_item {
	width: 100%;
	padding: 10px;
	box-sizing: border-box;
	background-color: rgba(255,255,255,0.50);
	border-radius: 4px;
}

.perf_msg_list_item_unread {
	width: 100%;
	padding: 10px;
	box-sizing: border-box;
	background-color: rgba(255, 188, 188, 1);
	border-radius: 4px;
}


.composer_subject {
	width: 100%;
	box-sizing: border-box;
	outline: none;
	border: none;
	box-shadow: none;
	border-radius: 4px;
	padding: 5px 10px;
	background-color: rgba(255,255,255,1.00);
	color: rgba(0,0,0,1.00);
}

.composer_body {
	width: 100%;
	height: 100px;
	box-sizing: border-box;
	outline: none;
	border: none;
	box-shadow: none;
	border-radius: 4px;
	padding: 5px 10px;
	background-color: rgba(255,255,255,1.00);
	color: rgba(0,0,0,1.00);
}

.external_link {
	width: 12px;
	height: 12px;
	display: block;
	background-image: url(../z_media/btns/external_link.svg);
	background-size: cover;
}


.external_notes {
	width: 12px;
	height: 12px;
	display: block;
	background-image: url(../z_media/btns/external_notes.svg);
	background-size: cover;
}


.creditPhotoContainer {
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: space-around;
}

.creditPhotoBlock {
	display: block;
	width: 100px;
	text-align: center;
	opacity: 1.00;
	transition: opacity 0.25s;
}

.creditPhotoFrame {
	display: block;
	width: 72px;
	height: 72px;
	border-radius: 36px;
	background-size: cover;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 4px;
}

.creditPhotoBlock:hover {
	opacity: 0.50;
}

.creditPhotoBlock:active {
	opacity: 0.75;
}

.photoAlasdair {
	background-image: url(../z_media/images/alasdair.jpg);
}

.photoCharlie {
	background-image: url(../z_media/images/charlie.jpg);
}


/* main styles for performer tab content */


.perf_block_header {
	padding: 15px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	background-color: rgba(0, 0, 0, 0.10);
	box-sizing: border-box;
	width: 550px;
}

.perf_block {
	padding: 15px;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	background-color: rgba(255, 255, 255, 0.25);
	width: max-content;
}

.perf_notes {
	display: flex;
	box-sizing: border-box;
	padding: 15px;
	background-color: rgba(143, 255, 252, 1);
	border-radius: 8px;
	align-items: center;
	gap: 12px;
}

.perf_warning {
	display: block;
	background-image: url(../z_media/btns/warning.svg);
	background-size: cover;
}

.perf_field {
	display: block;
	box-sizing: border-box;
	outline: none;
	border: none;
	box-shadow: none;
	border-radius: 4px;
	padding: 5px 10px;
	background-color: rgba(255,255,255,1.00);
	color: rgba(0,0,0,1.00);
}

.perf_field_disabled {
	display: block;
	box-sizing: border-box;
	border-style: solid;
	border-width: 1px;
	border-color: rgba(0, 0, 0, 0.25);
	border-radius: 4px;
	padding: 5px 10px;
	background-color: rgba(205, 205, 205, 1);
	color: rgba(0,0,0,1.00);
}

.perf_label {
	display: block;
	margin-bottom: 4px;
	margin-left: 8px;
}

.perf_field_expo {
	display: block;
	margin-top: 4px;
	margin-left: 8px;
	width: 510px;
	
}

.perf_input_container {
	display: flex;
	justify-content: left;
	gap: 20px;
}


.perf_textarea {
	display: block;
	box-sizing: border-box;
	outline: none;
	border: none;
	box-shadow: none;
	border-radius: 4px;
	padding: 5px 10px;
	background-color: rgba(255,255,255,1.00);
	color: rgba(0,0,0,1.00);
}

.perf_pop {
	-webkit-appearance: none;
	appearance: none;
	padding: 5px 10px;
	border-radius: 4px;
	color: rgba(0, 0, 0, 1);
	outline: none;
	border: none;
	box-shadow: none;
	box-sizing: border-box;
	background-image: url("../z_media/btns/popup.svg");
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 20px 14px;
	background-color: rgba(187, 252, 202, 1);
}

.offsite_info_point {
	width: 520px;
	height: 417px;
	background-image: url(../z_media/images/OffsiteInfoPoint.jpg);
	background-size: cover;
}


/* custom perf checkbox */


.perf_label_check {
	display: inline-block;
	margin-left: 40px;
}


.perf_container {
  display: flex;
  align-items: center;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /*height: 28px;*/
  cursor: pointer;
}

/* Hide the browser's default checkbox */
.perf_container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.perf_checkmark {
  position: absolute;
  top: 0;
  left: 0px;
  height: 28px;
  width: 28px;
  background-color: rgba(255, 255, 255, 1);
  border-radius: 4px;
}



/* When the checkbox is checked, add a darker background */
.perf_container input:checked ~ .perf_checkmark {
  /*background-color: rgba(183, 255, 222, 1);*/
}

/* Create the checkmark/indicator (hidden when not checked) */
.perf_checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.perf_container input:checked ~ .perf_checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.perf_container .perf_checkmark:after {
  left: 10px;
  top: 6px;
  width: 5px;
  height: 10px;
  border: solid rgb(0, 0, 0);
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}


.perf_field_horiz {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: left;
	gap: 6px;
}



.upload_file {
	width: 12px;
	height: 12px;
	display: block;
	background-image: url(../z_media/btns/upload.svg);
	background-size: cover;
}

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

.invoice_demo {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 470px;
	padding: 15px;
	box-sizing: border-box;
	border-radius: 8px;
	background-color: rgba(255,255,255,1.00);
}



/* ticket page styles */

.tx_ticket_bkgnd {
	display: block;
	position: relative;
	width: 300px;
	height: 172px;
	background-image: url(../z_media/images/ticket.jpg);
	background-size: cover;
}

.tx_early_bkgnd {
	display: block;
	position: relative;
	width: 300px;
	height: 172px;
	background-image: url(../z_media/images/earlybg.jpg);
	background-size: cover;
}

.tx_onsite_bkgnd {
	display: block;
	position: relative;
	width: 300px;
	height: 172px;
	background-image: url(../z_media/images/onsitebg.jpg);
	background-size: cover;
}

.tx_offsite_bkgnd {
	display: block;
	position: relative;
	width: 300px;
	height: 172px;
	background-image: url(../z_media/images/offsitebg.jpg);
	background-size: cover;
}

.tx_shortstay_bkgnd {
	display: block;
	position: relative;
	width: 300px;
	height: 172px;
	background-image: url(../z_media/images/shortstaybg.jpg);
	background-size: cover;
}

.tx_lam_bkgnd {
	display: block;
	position: relative;
	width: 122px;
	height: 172px;
	background-image: url(../z_media/images/laminate.jpg);
	background-size: cover;
}

.tx_lam_title {
	width: 112px;
	height: 40px;
	text-align: center;
	position: absolute;
	top: 8px;
	left: 5px;
	color: black;
	outline: none;
	border: none;
	box-shadow: none;
}

.tx_lam_fname {
	width: 112px;
	height: 17px;
	text-align: center;
	position: absolute;
	top: 128px;
	left: 5px;
	background-color: rgb(255, 255, 255);
	color: black;
	outline: none;
	border: none;
	box-shadow: none;
}

.tx_lam_sname {
	width: 112px;
	height: 17px;
	text-align: center;
	position: absolute;
	top: 150px;
	left: 5px;
	background-color: rgb(255, 255, 255);
	color: black;
	outline: none;
	border: none;
	box-shadow: none;
}


.tx_tix_title {
	width: 300px;
	height: 40px;
	text-align: center;
	position: absolute;
	top: 10px;
	color: black;
	outline: none;
	border: none;
	box-shadow: none;
}

.tx_tix_fname {
	width: 120px;
	height: 20px;
	text-align: center;
	position: absolute;
	top: 58px;
	left: 90px;
	background-color: rgb(255, 255, 255);
	color: black;
	outline: none;
	border: none;
	box-shadow: none;
	border-radius: 2px;
}

.tx_tix_sname {
	width: 120px;
	height: 20px;
	text-align: center;
	position: absolute;
	top: 80px;
	left: 90px;
	background-color: rgb(255, 255, 255);
	color: black;
	outline: none;
	border: none;
	box-shadow: none;
	border-radius: 2px;
}

.tx_park_title {
	width: 300px;
	height: 40px;
	position: absolute;
	top: 10px;
	left: 10px;
	color: black;
}

.tx_park_name {
	width: 120px;
	height: 20px;
	position: absolute;
	top: 30px;
	left: 10px;
	color: black;
}




/* admin page styles */

.artist_list_area {
	min-width: 980px;
}



.ad_art_list_summary {
	width: 100%;
	min-width: 1294px;
	box-sizing: border-box;
	height: 32px;
	display: flex;
	align-items: center;
	justify-content: left;
	padding: 0px 20px;
	gap: 10px;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: rgba(255,255,255,0.10); 
	background-color: rgba(45, 58, 65, 1);
}

.ad_art_list_header {
	width: 100%;
	min-width: 1294px;
	box-sizing: border-box;
	height: 32px;
	display: flex;
	align-items: center;
	justify-content: left;
	padding: 0px 20px;
	gap: 10px;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: rgba(255,255,255,0.40); 
	background-color: rgba(126, 157, 173, 1);
}

.ad_art_list_contain {
	min-width: 1294px;
	display: block;
	max-height: 32px;
	overflow: hidden;
	transition: max-height 0.5s;
}

.ad_art_list_row {
	min-width: 1294px;
	box-sizing: border-box;
	height: 32px;
	display: flex;
	align-items: center;
	justify-content: left;
	padding: 0px 20px;
	gap: 10px;
}

.ad_art_list_even {
	background-color: rgba(255, 255, 255, 1);
}

.ad_art_list_odd {
	/*background-color: rgba(225, 225, 225, 1);*/
	background-color: rgba(235, 246, 255, 1);
}

.ad_ref_loz {
	display: flex;
	width: 56px;
	height: 20px;
	align-items: center;
	justify-content: center;
	border-radius: 4px;
	background: linear-gradient(0deg, rgba(255, 189, 0, 1) 0%, rgba(255, 239, 0, 1) 100%);
	color: black;
	flex-shrink: 0;
}

.ad_ref_loz:hover {
	background: linear-gradient(0deg, rgba(50, 50, 50, 1) 0%, rgba(65, 65, 65, 1) 100%);
	color: rgba(130, 204, 242, 1);
}

.ad_icon_garden {
	display: flex;
	align-items: center;
	justify-content: left;
	gap: 5px;
}

.demoicon {
	width: 35px;
	height: 18px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: rgba(171, 244, 255, 1);
	border-radius: 4px;
}





.mailno {
	width: 18px;
	height: 14px;
	display: block;
	background-image: url(../z_media/icons/mail_no.svg);
	background-size: cover;

}

.mailc4 {
	margin-left: 13px;
	margin-right: 13px;
	flex-shrink: 0;
}

.mailc5 {
	margin-left: 21px;
	margin-right: 21px;
	flex-shrink: 0;
}

.mailyes {
	width: 18px;
	height: 14px;
	display: block;
	background-image: url(../z_media/icons/mail_yes.svg);
	background-size: cover;
}


/* column widths */

.c0 {
	margin-left: 24px;
	width: 56px;
	flex-shrink: 0;
}

.c1 { 
	display: block;
	width: 12%;
	min-width: 100px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.c2 { 
	display: block;
	width: 16%;
	min-width: 150px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.c3 { 
	width: 16%;
	flex-shrink: 0;
	display: flex;
	gap: 6px;
	align-items: center;
}

.c4 {
	width: 44px;
	text-align: center;
	display: block;
	flex-shrink: 0;
}

.c5 {
	width: 60px;
	text-align: center;
	display: block;
	flex-shrink: 0;
}

.c6 { 
	display: block;
	width: 12%;
	min-width: 100px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.c7 { 
	display: block;
	width: 20%;
	min-width: 150px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.c8 { 
	display: block;
	width: 72px;
	text-align: center;
	flex-shrink: 0;
}



/* artist list detail styles */

.artistlistdetail {
	width: 100%;
	min-width: 1294px;
	display: flex;
	justify-content: left;
	align-items: start;
	gap: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.adc1 {
	width: 140px;
	display: block;
	margin-left: 110px;
	flex-shrink: 0;
}

.adc2 {
	width: 240px;
	display: block;
	flex-shrink: 0;
}

.adc3 {
	width: 840px;
	display: block;
	flex-shrink: 0;
}


.ad_btn_yel1 {
	display: flex;
	box-sizing: border-box;
	align-items: center;
	justify-content: center;
	height: 21px;
	width: 140px;
	padding: 2px 8px;
	border-radius: 4px;
	background: linear-gradient(0deg, rgba(255, 189, 0, 1) 0%, rgba(255, 239, 0, 1) 100%);
	color: rgba(0, 0, 0, 1);
	cursor: pointer;
	gap: 6px;
}

.ad_btn_yel1:hover {
	background: linear-gradient(0deg, rgba(50, 50, 50, 1) 0%, rgba(65, 65, 65, 1) 100%);
	color: rgba(130, 204, 242, 1);
}

.adc2infobar {
	width: 240px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
}

.adc2lab {
	width: 160px;
	box-sizing: border-box;
	padding: 4px 0px 4px 5px;
	background-color: rgba(0,0,0,.1);
}

.adc2con {
	width: 80px;
	box-sizing: border-box;
	padding: 4px 5px 4px 5px;
	background-color: rgba(0,0,0,.05);
	text-align: right;
}


.adc2labw {
	width: 240px;
	box-sizing: border-box;
	padding: 5px 0px 5px 5px;
	background-color: rgba(0,0,0,.1);
}

.adc2conw {
	width: 240px;
	box-sizing: border-box;
	padding: 5px 5px 5px 5px;
	background-color: rgba(0,0,0,.05);
}




.adc2showcontact {
	display: flex;
	box-sizing: border-box;
	align-items: center;
	justify-content: left;
	height: 21px;
	width: 240px;
	padding: 2px 8px;
	border-radius: 4px;
	background: linear-gradient(0deg, rgba(255, 189, 0, 1) 0%, rgba(255, 239, 0, 1) 100%);
	color: rgba(0, 0, 0, 1);
	cursor: pointer;
	gap: 6px;
}

.adc2showcontact:hover {
	background: linear-gradient(0deg, rgba(50, 50, 50, 1) 0%, rgba(65, 65, 65, 1) 100%);
	color: rgba(130, 204, 242, 1);
}

.adc2showcontactdetails {
	width: 240px;
	max-height: 0px;
	overflow: hidden;
	transition: max-height 0.5s;
}

.adc3showtixdetails {
	width: 840px;
	max-height: 1000px;
	overflow: hidden;
	transition: max-height 0.5s;
}

.adc3showtixdetailsframe {
	width: 840px;
	box-sizing: border-box;
	border-style: solid;
	border-width: 1px;
	border-color: rgba(126, 157, 173, 1.00);
	background-color: white;
}


.adc3btn {
	display: flex;
	box-sizing: border-box;
	align-items: center;
	justify-content: left;
	height: 21px;
	width: max-content;
	padding: 2px 8px;
	border-radius: 4px;
	background: linear-gradient(0deg, rgba(255, 189, 0, 1) 0%, rgba(255, 239, 0, 1) 100%);
	color: rgba(0, 0, 0, 1);
	cursor: pointer;
	gap: 6px;
}

.adc3btn:hover {
	background: linear-gradient(0deg, rgba(50, 50, 50, 1) 0%, rgba(65, 65, 65, 1) 100%);
	color: rgba(130, 204, 242, 1);
}


.adc3tixbar {
	width: 838px;
	display: flex;
	align-items: center;
	padding: 3px 4px;
	box-sizing: border-box;
	gap: 10px;
}

.adc3tixbarlegend {
	width: 838px;
	display: flex;
	align-items: center;
	padding: 7px 5px 6px 5px;
	box-sizing: border-box;
	background-color: rgba(155, 191, 209, 1);
	gap: 10px;
}

.adc3tixeven {
	background-color: rgba(255, 255, 255, 1);
}

.adc3tixodd {
	background-color: rgba(225, 225, 225, 1);
}

.adc3tixevenPA {
	background-color: rgba(255, 186, 252, 1);
}

.adc3tixoddPA {
	background-color: rgba(214, 160, 212, 1);
}

.c3t1 { width: 75px; }
.c3t2 { width: 125px; }
.c3t3 { width: 125px; }

.c3t4 { width: 60px; text-align: center; }
.c3t5 { width: 100px; }
.c3t6 { width: 95px; }
.c3t7 { width: 40px; text-align: center; }
.c3t6b { width: 100px; }




.adc3namefield {
	padding: 3px 4px;
	background-color: rgba(255, 255, 255, 0.85);
	border-radius: 4px;
	outline: none;
	border-style: solid;
	border-width: 1px;
	border-color: rgba(180, 180, 180, 1);
	box-shadow: none;
	width: 125px;
}

input[type="text"].adc3namefield::-webkit-input-placeholder {
  color: rgb(255, 0, 0);
}

.adc3_tix_buttonbar {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: left;
	gap: 10px;
}

.adc3_perf_field {
	display: block;
	box-sizing: border-box;
	outline: none;
	border-style: solid;
	border-width: 1px;
	border-color: rgba(180, 180, 180, 1);
	box-shadow: none;
	border-radius: 4px;
	padding: 5px 10px;
	background-color: rgba(255,255,255,1.00);
	color: rgba(0,0,0,1.00);
}

.adc3_perf_label {
	display: block;
	margin-bottom: 4px;
	margin-left: 8px;
}


.adc3_perf_pop {
	-webkit-appearance: none;
	appearance: none;
	padding: 5px 10px;
	border-radius: 4px;
	background-color: rgba(255, 255, 255, 1);
	color: rgba(0, 0, 0, 1);
	outline: none;
	border-style: solid;
	border-width: 1px;
	border-color: rgba(180, 180, 180, 1);
	box-shadow: none;
	box-sizing: border-box;
	background-image: url("../z_media/btns/popup.svg");
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 20px 14px;
}





.ad_prev {
	width: 14px;
	height: 14px;
	display: block;
	background-image: url(../z_media/btns/left.svg);
	background-size: cover;
	flex-shrink: 0;
}

.ad_next {
	width: 14px;
	height: 14px;
	display: block;
	background-image: url(../z_media/btns/right.svg);
	background-size: cover;
	flex-shrink: 0;
	margin-right: 20px;
}

.ad_prev_off {
	width: 14px;
	height: 14px;
	display: block;
	background-image: url(../z_media/btns/left.svg);
	background-size: cover;
	flex-shrink: 0;
	opacity: 0.25
}

.ad_next_off {
	width: 14px;
	height: 14px;
	display: block;
	background-image: url(../z_media/btns/right.svg);
	background-size: cover;
	flex-shrink: 0;
	margin-right: 20px;
	opacity: 0.25;
}


.ad_email_linker {
	color: rgba(70, 70, 70, 1);
}

.ad_email_linker:hover {
	color: rgba(255, 91, 0, 1);
}




/* ticket status colors */

.ad_status_confirmed {
	color: rgba(255, 0, 0, 1);
}

.ad_status_provisional {
	color: rgba(120, 120, 120, 1);
}

.ad_status_new {
	color: rgba(0, 0, 0, 1);
}


.ad_status_processing {
	color: rgba(0, 94, 255, 1);
}

.ad_status_sent {
	color: rgba(168, 0, 255, 1);
}




/* styles for contractDetail page */

.pageAreaDetail {
	width: 100%;
	min-width: 1294px;
	position: relative;
	padding: 20px;
	box-sizing: border-box;
}

.tcd_form_column {
	width: 308px;
	display: inline-block;
	vertical-align: top;
}

.tcd_form_column_wide {
	width: 500px;
	display: inline-block;
	vertical-align: top;
	margin-left: 20px;
	margin-right: 20px;
}


.tcd_label {
	width: 108px;
	text-align: right;
	display: inline-block;
	margin-right: 8px;
}

.tcd_label_area {
	width: 108px;
	text-align: right;
	display: inline-block;
	margin-right: 4px;
	margin-top: 6px;
}



.tcd_form_field {
	width: 190px;
	padding: 4px 6px;
	border-radius: 4px;
	background: linear-gradient(0deg, rgba(183, 255, 222, 1) 0%, rgba(255, 255, 255, 1) 100%);
	color: rgba(0, 0, 0, 1);
	outline: none;
	border: none;
	box-shadow: none;
	box-sizing: border-box;
}

.tcd_form_field_dis {
	width: 190px;
	padding: 4px 6px;
	border-radius: 4px;
	background: linear-gradient(0deg, rgba(255, 233, 183, 1) 0%, rgba(255, 255, 255, 1) 100%);
	color: rgba(0, 0, 0, 1);
	outline: none;
	border: none;
	box-shadow: none;
	box-sizing: border-box;
}

.tcd_form_field_show {
	width: 190px;
	height: 100px;
	padding: 4px 6px;
	border-radius: 4px;
	background: linear-gradient(0deg, rgba(183, 255, 222, 1) 0%, rgba(255, 255, 255, 1) 100%);
	color: rgba(0, 0, 0, 1);
	outline: none;
	border: none;
	box-shadow: none;
	box-sizing: border-box;
}

.tcd_popup {
	-webkit-appearance: none;
	appearance: none;
	width: 190px;
	padding: 6px 6px;
	border-radius: 4px;
	background-color: rgba(227, 255, 243, 1);
	color: rgba(0, 0, 0, 1);
	outline: none;
	border: none;
	box-shadow: none;
	box-sizing: border-box;
	background-image: url("../z_media/btns/popup.svg");
	background-repeat: no-repeat;
	background-position: right center; 
	background-size: 20px 14px;
}

.tcd_text_area {
	width: 190px;
	height: 100px;
	padding: 4px 6px;
	border-radius: 4px;
	background: linear-gradient(0deg, rgba(183, 255, 222, 1) 0%, rgba(255, 255, 255, 1) 100%);
	color: rgba(0, 0, 0, 1);
	outline: none;
	border: none;
	box-shadow: none;
	box-sizing: border-box;
}


.tcd_label_check {
	width: 108px;
	height: 22px;
	text-align: right;
	justify-content: right;
	display: flex;
	align-items: center;
	margin-right: 4px;
}

.tcd_label_check_nolabel {
	width: 22px;
	height: 22px;
	text-align: right;
	justify-content: center;
	display: flex;
	align-items: center;
	margin-right: 4px;
}





.checkmark_tcd {
  position: absolute;
  top: 0;
  left: 116px;
  height: 22px;
  width: 22px;
  background-color: rgba(227, 255, 243, 1);
  border-radius: 4px;
}

.checkmark_tcd_nolabel {
  position: absolute;
  top: 0;
  left: 0px;
  height: 18px;
  width: 18px;
  background-color: rgba(255, 255, 255, 1);
  border-radius: 4px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0,0,0,.66);
}



/* When the checkbox is checked, add a darker background */
.container input:checked ~ .checkmark_tcd {
  /*background-color: rgba(183, 255, 222, 1);*/
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark_tcd:after {
  content: "";
  position: absolute;
  display: none;
}

.checkmark_tcd_nolabel:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container_tcd input:checked ~ .checkmark_tcd:after {
  display: block;
}

.container_tcd_nolabel input:checked ~ .checkmark_tcd_nolabel:after {
  display: block;
}

/* Style the checkmark/indicator */
.container_tcd .checkmark_tcd:after {
  left: 7px;
  top: 3px;
  width: 5px;
  height: 10px;
  border: solid rgb(0, 0, 0);
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}


.container_tcd_nolabel .checkmark_tcd_nolabel:after {
  left: 6px;
  top: 2px;
  width: 3px;
  height: 9px;
  border: solid rgb(0, 0, 0);
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.container_tcd {
  display: block;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  height: 22px;
  width: 140px;
}


.container_tcd_nolabel {
	display: block;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  height: 18px;
  width: 18px;

}



.tixArea {
	display: flex;
	width: 922px;
}

.tixc1 {
	width: 300px;
	vertical-align: top;
}

.tixc2 {
	width: 122px;
	vertical-align: top;
}

.tixc3 {
	width: 300px;
	vertical-align: top;
}

.tixc4 {
	width: 140px;
	vertical-align: top;
}

.tixSpacer {
	display: block;
	width: 20px;
	height: 20px;
}

.tix_delete_btn_container {
	width: 40px;
	display: flex;
	justify-content: center;
}

.Cabaret { background-color: #fba9b8; }
.CircusBigTop { background-color: #f0b5ca; }
.OutsideCircus { background-color: #e3b9da; }
.Astrolabe { background-color: #d7b7e9; }
.BlazingSaddles { background-color: #ceaff6; }
.SensationSeekers { background-color: #fc7a8ff; }
.LetItB { background-color: #c3bdff; }
.SunnysBar { background-color: #c3bdff; }
.Walkabout { background-color: #b9deff; }
.Mavericks { background-color: #b3ecff; }
.PoetryWords { background-color: #aef8fd; }
.CircusField { background-color: #a8fff7; }
.Glebeland { background-color: #a8ffed; }
.BellasField { background-color: #b8ffd6; }
.PavementRiser { background-color: #c4ffca; }
.ALittleMoreSensationRiser { background-color: #caffbd; }
.GatewayRiser { background-color: #ddf6a8; }
.RimskisYard { background-color: #e8eca8; }
.TorView { background-color: #f2e0a8; }
.CroonersCorner { background-color: #fba9b8; }
.GACFunding { background-color: #f9d0a8; }
.cabaret { background-color: #febaa9; }
.TheGlebe { background-color: #bfcdff; }
.Dreamweaver { background-color: #67ff74; }

.venuebox {
	display: inline-block;
	padding: 4px;
	color: black;
	border-radius: 2px;
	margin-right: 6px;
	margin-bottom: 6px;
}



/* message pop-up styles */

.msg_pop_contain {
	width: 100%;
	height: auto;
	padding: 20px;
	box-sizing: border-box;
	background-color: rgb(200, 200, 200);
	position: relative;
}

.msg_in {
	display: flex;
	align-items: center;
	gap: 4px;
	width: max-content;
	font-size: 13px;
	line-height: 13px;
	font-family: "franklin-gothic-urw", sans-serif;
	font-weight: 500;
	font-style: normal;
	padding: 4px 8px;
	border-radius: 4px;
	color: white;
	margin-bottom: 4px;
}

.msg_unread {
	background-color: rgba(255, 0, 0, 1);
}

.msg_read {
	background-color: rgba(70, 70, 70, 1);
}

.msg_in_icon {
	display: block;
	width: 16px;
	height: 16px;
	background-image: url(../z_media/icons/mail_in.svg);
	background-size: contain;
}

.msg_sent_icon {
	display: block;
	width: 16px;
	height: 16px;
	background-image: url(../z_media/icons/mail_sent.svg);
	background-size: contain;
}

.hsblockcontain {
	display: flex;
	gap: 4px;
	width: max-content;
	padding: 4px 6px;
	border-radius: 4px;
	align-items: center;
	font-family: "franklin-gothic-urw-comp", sans-serif;
	font-weight: 700;
	font-style: normal;
	color: white;
	font-size: 14px;
	line-height: 14px;
}

.hsblockwarn {
	background-color: rgb(255, 0, 0);
}

.hsblockok {
	background-color: rgb(0, 147, 36);
}

.hsblockcheck {
	background-color: rgb(100, 100, 100);
}

.hsblockblobyes {
	display: block;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	border-style: solid;
	border-width: 1px;
	border-color: white;
	background-color: white;
}

.hsblockblobno {
	display: block;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	border-style: solid;
	border-width: 1px;
	border-color: white;
}


.task-divider {
	width: 22px;
	height: 25px;
	display: block;
	background-image: url(../z_media/bkgnds/task-divider.svg);
	background-size: contain;
}

.task-divider-plain {
	width: 1px;
	height: 25px;
	display: block;
	background-color: white;
	margin: 0px 10px;
}

.relbox {
	position: relative;
}

.icon_close {
	width: 15px;
	height: 15px;
	display: block;
	background-image: url(../z_media/icons/close.svg);
	background-size: contain;
	position: absolute;
	right: 5px;
	top: 5px;
}

.icon_close:hover {
	opacity: 0.33;
}

.icon_close:active {
	opacity: 1.00;
}

.icon_close_ss_contain {
	background-color: rgba(227, 255, 243, 1);
	border-radius: 4px;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 25px;
	width: 25px;
}

.icon_close_ss {
	width: 15px;
	height: 15px;
	display: block;
	background-image: url(../z_media/icons/close.svg);
	background-size: contain;
}

.icon_close_ss:hover {
	opacity: 0.33;
}

.icon_close_ss:active {
	opacity: 1.00;
}

.task_popup {
-webkit-appearance: none;
appearance: none;
width: 200px;
padding: 6px 6px;
border-radius: 4px;
background-color: rgba(227, 255, 243, 1);
color: rgba(0, 0, 0, 1);
outline: none;
border: none;
box-shadow: none;
box-sizing: border-box;
background-image: url("../z_media/btns/popup.svg");
background-repeat: no-repeat;
background-position: right center; 
background-size: 20px 14px;
}

.sorter_popup {
-webkit-appearance: none;
appearance: none;
width: 140px;
padding: 6px 6px;
border-radius: 4px;
background-color: rgba(255, 248, 227, 1);
color: rgba(0, 0, 0, 1);
outline: none;
border: none;
box-shadow: none;
box-sizing: border-box;
background-image: url("../z_media/btns/popup.svg");
background-repeat: no-repeat;
background-position: right center; 
background-size: 20px 14px;
}

.howmany_popup {
-webkit-appearance: none;
appearance: none;
width: 100px;
padding: 6px 6px;
border-radius: 4px;
background-color: rgba(255, 248, 227, 1);
color: rgba(0, 0, 0, 1);
outline: none;
border: none;
box-shadow: none;
box-sizing: border-box;
background-image: url("../z_media/btns/popup.svg");
background-repeat: no-repeat;
background-position: right center; 
background-size: 20px 14px;
}

.agent_pop {
	-webkit-appearance: none;
	appearance: none;
	padding: 5px 30px 5px 10px;
	border-radius: 4px;
	background-color: rgba(255, 251, 168, 1);
	color: rgba(0, 0, 0, 1);
	outline: none;
	border: none;
	box-shadow: none;
	box-sizing: border-box;
	background-image: url("../z_media/btns/popup.svg");
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 20px 14px;
}

.agentpopArea {
	display: flex;
	gap: 6px;
	align-items: center;
}



/* files pop-up styles */

.filesRule {
	width: 100%;
	height: 1px;
	background-color: rgba(0,0,0,0.33);
	margin: 10px 0px;
}

.filesRuleLight {
	width: 100%;
	height: 1px;
	background-color: rgba(0,0,0,0.15);
	margin: 10px 0px;
}

.filesContainer {
	width: 100%;
	padding: 10px 10px;
	box-sizing: border-box;
	background-color: rgba(240, 240, 240, 1);
	border-radius: 4px;
}

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

.fileDownload {
	width: 16px;
	height: 16px;
	display: block;
	background-image: url(../z_media/icons/download.svg);
	background-size: contain;
}

.fileDownload:hover {
	opacity: 0.50;
}


/* more Heads-Up status blocks */

.warning_block {
	display: flex;
	width: max-content;
	height: 22px;
	padding: 0px 6px;
	border-radius: 4px;
	align-items: center;
	background-color: rgba(255, 219, 0, 1);
}


.warn_early_vehicle {
	width: 12px;
	height: 12px;
	display: block;
	background-image: url(../z_media/icons/early_vehicle.svg);
	background-size: cover;
}

.warn_early_arrival {
	width: 12px;
	height: 12px;
	display: block;
	background-image: url(../z_media/icons/arrive_early.svg);
	background-size: cover;
}

.warn_early_arrival_ok {
	width: 12px;
	height: 12px;
	display: block;
	background-image: url(../z_media/icons/arrive_early-ok.svg);
	background-size: cover;
}



.warn_upload {
	width: 12px;
	height: 12px;
	display: block;
	background-image: url(../z_media/icons/upload-notset.svg);
	background-size: cover;
}

.warn_upload_ok {
	width: 12px;
	height: 12px;
	display: block;
	background-image: url(../z_media/icons/upload-approved.svg);
	background-size: cover;
}





.alert_authority {
	width: 12px;
	height: 12px;
	display: block;
	background-image: url(../z_media/icons/authority.svg);
	background-size: cover;
}

.warn_name_change {
	width: 12px;
	height: 12px;
	display: block;
	background-image: url(../z_media/icons/name_change.svg);
	background-size: cover;
}

.alert_block {
	display: flex;
	width: max-content;
	height: 22px;
	padding: 0px 6px;
	border-radius: 4px;
	align-items: center;
	background-color: rgba(255, 0, 0, 1);
}


.ok_block {
	display: flex;
	width: max-content;
	height: 22px;
	padding: 0px 6px;
	border-radius: 4px;
	align-items: center;
	background-color: rgba(0, 147, 36, 1);
}

.alert_ticket_name {
	width: 12px;
	height: 12px;
	display: block;
	background-image: url(../z_media/icons/ticket_name.svg);
	background-size: cover;
}

.alert_invoice {
	width: 12px;
	height: 12px;
	display: block;
	background-image: url(../z_media/icons/invoice.svg);
	background-size: cover;
}


/* special searches */

.ss_things_container {
	display: flex;
	align-items: center;
	gap: 6px;
	padding: 0px 6px;
	background-color: rgba(227, 255, 243, 1);
	border-radius: 4px;
	height: 25px;
	width: 256px;
}

.ss_thing_block {
	display: flex;
	align-items: center;
	gap: 4px;
	justify-content: space-between;
	height: 21px;
	padding: 0px 4px;
	border-radius: 4px;
}

.ss_venue {
	background-color: rgba(119, 255, 197, 1);
}

.ss_status {
	background-color: rgba(132, 237, 255, 1);
}

.ss_admin {
	background-color: rgba(255, 232, 132, 1);
}


















/* CREW PORTAL */


.pageBkgndWashCrew {
	background-color: rgba(209, 237, 216, 1);
}

.cp_content_area {
	padding: 20px;
}

.pageBkgndStrip_cp {
	width: 100%;
	min-width: 1294px;
	height: 110px;
	background-image: url(../z_media/bkgnds/001_strip_v2_cp.jpg);
	background-size: cover;
	display: flex;
	align-items: center;
	justify-content: left;
	position: relative;
	padding: 0px 20px;
	box-sizing: border-box;
}

.tc_menu_strip_cp {
	display: flex;
	height: 70px;
	padding: 0px 15px;
	border-radius: 8px;
	background: linear-gradient(0deg, rgba(50, 50, 50, 1) 0%, rgba(65, 65, 65, 1) 100%);
	align-items: center;
	margin-left: 500px;
}


.cp_report_icon {
	width: 12px;
	height: 12px;
	display: block;
	background-image: url(../z_media/btns/report.svg);
	background-size: cover;
}


.cp_person_icon {
	width: 12px;
	height: 12px;
	display: block;
	background-image: url(../z_media/btns/user.svg);
	background-size: cover;
}

.cp_print_icon {
	width: 12px;
	height: 12px;
	display: block;
	background-image: url(../z_media/btns/print.svg);
	background-size: cover;
}

.cp_sign_icon {
	width: 16px;
	height: 12px;
	display: block;
	background-image: url(../z_media/btns/signature.svg);
	background-size: cover;
}


.cp_btn_grey {
	display: flex;
	align-items: center;
	height: 25px;
	width: max-content;
	padding: 0px 8px;
	border-radius: 4px;
	background: linear-gradient(0deg, rgba(140, 140, 140, 1) 0%, rgba(190, 190, 190, 1) 100%);
	color: rgba(0, 0, 0, 1);
	gap: 6px;
}

.cp_btn_yellow {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 25px;
	width: max-content;
	padding: 0px 8px;
	border-radius: 4px;
	background: linear-gradient(0deg, rgba(255, 189, 0, 1) 0%, rgba(255, 239, 0, 1) 100%);
	color: rgba(0, 0, 0, 1);
	cursor: pointer;
	gap: 6px;
}

.cp_btn_red {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 25px;
	width: max-content;
	padding: 0px 8px;
	border-radius: 4px;
	background: linear-gradient(0deg, rgba(173, 0, 0, 1) 0%, rgba(255, 54, 54, 1) 100%);
	color: rgba(238, 238, 238, 1);
	cursor: pointer;
	gap: 6px;
}

.cp_btn_blue {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 25px;
	width: max-content;
	padding: 0px 8px;
	border-radius: 4px;
	background: linear-gradient(0deg, rgba(144, 200, 250, 1) 0%, rgba(207, 232, 254, 1) 100%);
	color: rgba(0, 0, 0, 1);
	cursor: pointer;
	gap: 6px;
}

.cp_btn_print {
	display: flex;
	flex-shrink: 0;
	align-items: center;
	justify-content: center;
	height: 25px;
	width: 32px;
	padding: 0px 8px;
	border-radius: 4px;
	background-color: rgba(34, 120, 54, .2);
	background-image: url(../z_media/btns/print.svg);
	background-size: 12px 12px;
	background-position: center center;
	background-repeat: no-repeat;
	color: rgba(0, 0, 0, 1);
	cursor: pointer;
	gap: 6px;
}

.cp_btn_print:hover {
	background-color: rgba(40, 40, 40, 1);
	background-image: url(../z_media/btns/print-w.svg);
}

.cp_btn_yellow:hover {
	background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(40, 40, 40, 1) 100%);
	color: rgba(130, 204, 242, 1);
}

.cp_btn_red:hover {
	background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(40, 40, 40, 1) 100%);
	color: rgba(130, 204, 242, 1);
}

.cp_summary {
	border-radius: 8px;
	padding: 20px;
	box-sizing: border-box;
	width: fit-content;
	display: block;
	margin-right: 20px;
	opacity: 0;
	transition: opacity 0.75s;
}

.cp_font_36 {
	font-size: 36px;
	line-height: 36px;
}

.cp_font_24 {
	font-size: 24px;
	line-height: 24px;
}

.cp_rule_strong {
	width: 100%;
	height: 1px;
	margin: 10px 0px;
	background-color: rgba(0, 0, 0, 0.15);
}

.cp_rule {
	width: 100%;
	height: 1px;
	margin: 10px 0px;
	background-color: rgba(0, 0, 0, 0.05);
}




.parking_rule_strong {
	width: 100%;
	height: 1px;
	margin: 6px 0px;
	background-color: rgba(0, 120, 255, 0.20);
}

.parking_rule {
	width: 100%;
	height: 1px;
	margin: 6px 0px;
	background-color: rgba(0, 120, 255, 0.10);
}






.cp_rule_thin {
	width: 100%;
	height: 1px;
	margin: 6px 0px;
	background-color: rgba(0, 0, 0, 0.10);
}


.cp_flexrow {
	display: flex;
	align-items: center;
	gap: 6px;
}

.cp_summary_label {
	width: 100px;
	display: block;
	text-align: right;
	color: rgba(34, 120, 54, 1);
}

.cp_parking_label {
	width: 110px;
	display: block;
	text-align: right;
	color: rgba(0, 120, 255, 1);
}


.cp_file_icon {
	width: 12px;
	height: 12px;
	display: block;
	background-image: url(../z_media/btns/filebox.svg);
	background-size: cover;
}

.cp_list_icon {
	width: 12px;
	height: 12px;
	display: block;
	background-image: url(../z_media/btns/list.svg);
	background-size: cover;
}

.cp_btn_font {
	font-size: 14px;
	display: block;
	padding-top: 1px;
}

.cp_field_dim {
	height: 25px;
	padding: 0px 6px;
	border-radius: 4px;
	background: linear-gradient(0deg, rgba(210, 210, 210, 1) 0%, rgba(240, 240, 240, 1) 100%);
	color: rgba(0, 0, 0, 1);
	outline: none;
	border: none;
	box-shadow: none;
	box-sizing: border-box;
}

.cp_field {
	padding: 4px 6px;
	border-radius: 4px;
	background: linear-gradient(0deg, rgba(255, 238, 183, 1) 0%, rgba(255, 245, 221, 1) 100%);
	color: rgba(0, 0, 0, 1);
	outline: none;
	border: none;
	box-shadow: none;
	box-sizing: border-box;
}

.cpGreen {
	color: rgba(34, 120, 54, 1);
}
.cp_callout {
	padding: 3px 5px;
	border-radius: 4px;
	background-color: rgba(255, 255, 255, 1);
	border-style: solid;
	border-width: 1px;
	border-color: rgba(34, 120, 54, 0.15);
}

.cp_popup {
	-webkit-appearance: none;
	appearance: none;
	padding: 5px 10px;
	border-radius: 4px;
	background-color: rgba(255, 255, 255, 1);
	color: rgba(0, 0, 0, 1);
	outline: none;
	border-style: solid;
	border-width: 1px;
	border-color: rgba(180, 180, 180, 1);
	box-shadow: none;
	box-sizing: border-box;
	background-image: url("../z_media/btns/popup.svg");
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 20px 14px;
	background-color: rgba(255, 238, 183, 1);
}



.cp_btn_mail {
	display: flex;
	flex-shrink: 0;
	align-items: center;
	justify-content: center;
	height: 25px;
	width: 32px;
	padding: 0px 8px;
	border-radius: 4px;
	background-color: rgba(225, 0, 0, 1);
	background-image: url(../z_media/btns/mail.svg);
	background-size: 16px 16px;
	background-position: center center;
	background-repeat: no-repeat;
	cursor: pointer;
	gap: 6px;
}

.cp_btn_prompt:hover {
	background-color: rgba(40, 40, 40, 1);
}

.cp_btn_mail_ok {
	display: flex;
	flex-shrink: 0;
	align-items: center;
	justify-content: center;
	height: 25px;
	width: 32px;
	padding: 0px 8px;
	border-radius: 4px;
	background-color: rgba(34, 120, 54, 1);
	background-image: url(../z_media/btns/mail.svg);
	background-size: 16px 16px;
	background-position: center center;
	background-repeat: no-repeat;
	cursor: pointer;
	gap: 6px;
}

.cp_btn_mail:hover {
	background-color: rgba(40, 40, 40, 1);
}

.cp_changed {
	border-style: solid;
	border-width: 1px;
	border-color: rgba(255, 0, 0, 1);
}







.cp_btn_clear {
	display: flex;
	flex-shrink: 0;
	align-items: center;
	justify-content: center;
	height: 25px;
	width: 32px;
	padding: 0px 8px;
	border-radius: 4px;
	background-color: rgba(255, 0, 0, 1);
	background-image: url(../z_media/btns/clear.svg);
	background-size: 16px 16px;
	background-position: center center;
	background-repeat: no-repeat;
	cursor: pointer;
	gap: 6px;
}

.cp_btn_clear:hover {
	background-color: rgba(40, 40, 40, 1);
}







/* crew form */

.cf_field_title {
	display: block;
	margin-left: 216px;
}

.cf_field_title_sign {
	display: block;
	margin-left: 206px;
}

.cp_form_label {
	width: 200px;
	display: block;
	text-align: right;
	color: rgba(34, 120, 54, 1);
	margin-right: 10px;
}

.cp_form_label_area {
	width: 200px;
	height: 100px;
	text-align: right;
	display: inline-block;
	margin-right: 10px;
	margin-top: 15px;
	color: rgba(34, 120, 54, 1);
}

.cp_form_label_sign {
	width: 190px;
	display: block;
	text-align: right;
	color: rgba(34, 120, 54, 1);
	margin-right: 10px;
}

.cf_rule_strong {
	width: 100%;
	height: 1px;
	margin: 16px 0px;
	background-color: rgba(0, 0, 0, 0.15);
}

.cf_rule_strong_550 {
	width: 550px;
	height: 1px;
	margin: 16px 0px;
	background-color: rgba(0, 0, 0, 0.15);
}

.cf_rule {
	width: 100%;
	height: 1px;
	margin: 16px 0px;
	background-color: rgba(0, 0, 0, 0.05);
}

.cf_field {
	padding: 6px 6px;
	border-radius: 4px;
	background: linear-gradient(0deg, rgba(255, 238, 183, 1) 0%, rgba(255, 245, 221, 1) 100%);
	color: rgba(0, 0, 0, 1);
	border-style: solid;
	border-width: 1px;
	border-color: rgba(182, 182, 182, 1);
}

.cf_check {
	background-color: rgba(255, 238, 183, 1);
	border-style: solid;
	border-width: 1px;
	border-color: rgba(182, 182, 182, 1);
}

.cf_text_area {
	width: 200px;
	height: 100px;
	padding: 4px 6px;
	border-radius: 4px;
	background: linear-gradient(0deg, rgba(183, 255, 222, 1) 0%, rgba(255, 255, 255, 1) 100%);
	color: rgba(0, 0, 0, 1);
	outline: none;
	border: none;
	box-shadow: none;
	box-sizing: border-box;
}

.crew_warn {
	display: block;
	width: 28px;
	height: 28px;
	background-image: url(../z_media/crew/crew_warn.svg);
	margin-left: 6px;
}

.crew_ok {
	display: block;
	width: 28px;
	height: 28px;
	background-image: url(../z_media/crew/crew_ok.svg);
	margin-left: 6px;
}


/* ILLAMINATI STYLES */

.lam_header {
		display: block;
		width: 578px;
		height: 102px;
		background-image: url(../z_media/logos/lam_header.png);
		background-size: contain;
		margin: 0px auto;
}

.pageBkgndLams {
	background-image: url(../z_media/bkgnds/lams.jpg);
	background-size: cover;
	background-position: center center;
}

.pageBkgndLams2 {
	background-image: url(../z_media/bkgnds/lams2.jpg);
	background-size: cover;
	background-position: center center;
}

.pageAreaLams {
	position: relative;
	padding: 20px;
	display: flex;
	justify-content: center;
}

.pageAreaLamsReq {
	position: relative;
	padding: 20px;
	display: block;
	display: block;
}

.lamBox {
	width: 500px;
	max-height: 500px;
	position: absolute;
	transition: max-height 0.5s;
	border-radius: 8px;
	background-color: rgba(255, 255, 255, 1);
	overflow-y: scroll;
	z-index: 100;
	display: none;
}

.lamAdmin {
	opacity: 0;
	transition: opacity 0.5s;
	top: 121px;
	left: 20px;
}

.lamBkgnd {
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	z-index: 99;
	background-color: rgba(0, 0, 0, 0.5);
	opacity: 0;
	transition: opacity 0.25s;
	display: none;
}

.lamBoxStatus {
	width: 468px;
	margin: 0px auto;
	transition: max-height 0.5s;
	border-radius: 8px;
	padding: 16px;
	background-color: rgba(41, 0, 144, 1);
}

.lamBoxStatusApp {
	width: 468px;
	margin: 0px auto;
	transition: max-height 0.5s;
	border-radius: 8px;
	padding: 16px;
	background-color: rgba(41, 0, 144, 1);
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.lamSearchArea {
	padding: 16px;
	position: relative;
	display: flex;
	align-items: center;
	gap: 6px;
	width: 100%
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	z-index: 100;
	background-color: rgba(255,255,255,1);
}

.lamSearchField {
	display: block;
	box-sizing: border-box;
	outline: none;
	box-shadow: none;
	border-radius: 4px;
	background-color: rgba(255,255,255,1.00);
	color: rgba(0,0,0,1.00);
	border-style: solid;
	border-width: 1px;
	border-color: rgb(128, 128, 128);
	width: 250px;
	height: 32px;
	padding: 0px 10px;
}

.lamResultCount {
	display: flex;
	box-sizing: border-box;
	outline: none;
	box-shadow: none;
	border-radius: 4px;
	background-color: rgba(216, 216, 216, 1);
	color: rgba(0,0,0,1.00);
	border-style: solid;
	border-width: 1px;
	border-color: rgb(128, 128, 128);
	position: absolute;
	right: 16px;
	width: max-content;
	height: 32px;
	justify-content: center;
	align-items: center;
	padding: 0px 10px;
}


.icon_close_lam_contain {
	background-color: rgba(255, 255, 255, 1);
	display: flex;
	align-items: center;
	justify-content: center;
	height: 25px;
	width: 25px;
	position: absolute;
	right: 180px;
}

.icon_close_lam {
	width: 15px;
	height: 15px;
	display: block;
	background-image: url(../z_media/icons/close.svg);
	background-size: contain;
}

.icon_close_lam_contain:hover {
	opacity: 0.33;
}

.icon_close_lam_contain:active {
	opacity: 1.00;
}

.lamBlockArtist {
	width: 100%;
	padding: 8px;
	box-sizing: border-box;
	border-radius: 8px;
	background-color: rgba(124, 0, 68, 0.10);
}

.lamBlockCrew {
	width: 100%;
	padding: 8px;
	box-sizing: border-box;
	border-radius: 8px;
	background-color: rgba(0, 100, 63, 0.10);
}

.lamBlockStew {
	width: 100%;
	padding: 8px;
	box-sizing: border-box;
	border-radius: 8px;
	background-color: rgba(219, 0, 221, 0.10);
}


.lamStatusRule {
	width: 400px;
	margin: 10px auto;
	display: block;
	height: 1px;
	background-color: rgba(255,255,255,0.25);
}


.lamBtn {
	display: flex;
	width: max-content;
	padding: 0px 6px;
	height: 21px;
	border-radius: 4px;
	align-items: center;
}

.lamLine {
	display: flex;
	width: 100%;
	align-items: center;
	gap: 8px;
	position: relative;
}



.lam_field_crew {
	width: 70px;
	height: 30px;
	text-align: center;
	border-radius: 4px;
	border-style: solid;
	border-width: 1px;
	border-color: rgba(0, 100, 63, 1);
	outline: none;
	box-shadow: none;
	box-sizing: border-box;
}

.lam_field_crew_dim {
	width: 70px;
	height: 30px;
	text-align: center;
	border-radius: 4px;
	border-style: solid;
	border-width: 1px;
	border-color: rgba(0, 100, 63, 1);
	background-color: rgba(0, 100, 63, 1);
	outline: none;
	box-shadow: none;
	box-sizing: border-box;
}

.lam_tick_crew{
	width: 16px;
	height: 16px;
	background-image: url(../z_media/btns/lam_tick.svg);
	background-size: contain;
}

.lam_tick_crew:active {
	opacity: 0.5;
}


.lam_reissue {
	width: 16px;
	height: 16px;
	background-image: url(../z_media/btns/lam_reissue.svg);
	background-size: contain;
}

.lam_trash {
	width: 16px;
	height: 16px;
	background-image: url(../z_media/btns/lam_trash.svg);
	background-size: contain;
}



.lam_field_artist {
	width: 70px;
	height: 30px;
	text-align: center;
	border-radius: 4px;
	border-style: solid;
	border-width: 1px;
	border-color: rgb(124, 0, 68);
	outline: none;
	box-shadow: none;
	box-sizing: border-box;
}

.lam_field_artist_dim {
	width: 70px;
	height: 30px;
	text-align: center;
	border-radius: 4px;
	border-style: solid;
	border-width: 1px;
	border-color: rgb(124, 0, 68);
	background-color: rgb(124, 0, 68);
	outline: none;
	box-shadow: none;
	box-sizing: border-box;
}

.lam_tick_artist {
	width: 16px;
	height: 16px;
	background-image: url(../z_media/btns/lam_tick.svg);
	background-size: contain;
}

.lam_tick_artist:active {
	opacity: 0.5;
}

.lam_cancel {
	width: 24px;
	height: 30px;
	background-image: url(../z_media/btns/lam_cancel.svg);
	background-size: 24px 24px;
	background-position: center center;
	background-repeat: no-repeat;
	opacity: 1.00;
	transition: opacity 0.25s;
}

.lam_cancel:active {
	opacity: .5;
}

.lam_divider {
	width: 8px;
	height: 100%;
	display: block;
}


.lamInfo {
	display: flex;
	width: max-content;
	padding: 0px 6px;
	height: 21px;
	border-radius: 4px;
	align-items: center;
	position: absolute;
	right: 0px;
}


.bwhite {
	background-color: rgba(255, 255, 255,1);
}

.artDark {
	background-color: rgba(124, 0, 68, 1);
}

.reissue {
	background-color: rgba(187, 0, 0, 1);
	width: 27px !important;
	justify-content: center;
}

.trash {
	background-color: rgba(255, 200, 0, 1);
	width: 27px !important;
	justify-content: center;
}

.lamDark {
	background-color: rgba(40,0,144,1);
}

.artLight {
	background-color: rgba(255, 183, 222, 1); 
}

.artText {
	color: rgba(124, 0, 68, 1);
}

.crewDark {
	background-color: rgba(0,100,63, 1);
}

.crewLight {
	background-color: rgba(141, 241, 204, 1);
}


.crewText {
	color: rgba(0,100,63, 1);
}


.stewDark {
	background-color: rgba(219, 0, 221, 1);
}

.stewLight {
	background-color: rgba(255, 183, 254, 1); 
}

.stewText {
	color: rgba(219, 0, 221, 1);
}

.lamGenBtn {
	display: flex;
	gap: 6px;
	height: 30px;
	width: max-content;
	padding: 0px 8px;
	border-radius: 4px;
	align-items: center;
	opacity: 1.00;
	transition: opacity 0.25s;
}

.lamGenBtn:active {
	opacity: 0.5;
}



.excelBtn {
	width: 24px;
	height: 24px;
	display: inline-block;
	margin-left: 6px;
	background-image: url(../z_media/btns/excel.svg);
	background-size: contain;
	opacity: 1.00;
	transition: opacity 0.25s;
}

.excelBtn:active {
	opacity: 0.50;
}



.lamBoxFunctions {
	width: 468px;
	margin: 0px auto;
	border-radius: 8px;
	padding: 16px;
	background-color: rgba(187,186,60, 1);
	display: flex;
	justify-content: space-between;
}

.lamBoxFunctionsMaster {
	width: max-content;
	margin: 0px auto;
	border-radius: 8px;
	padding: 16px;
	background-color: rgba(187,186,60, 1);
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 10px;
}

.lamBoxFunctionsBulk {
	width: 800px;
	margin: 0px auto;
	border-radius: 8px;
	padding: 16px;
	background-color: rgba(41, 0, 144, 1);
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 10px;
}


.lamBoxFunctionBtn {
	display: flex;
	align-items: center;
	height: 32px;
	width: max-content;
	padding: 0px 10px;
	border-style: solid;
	border-width: 1px;
	border-color: black;
	border-radius: 4px;
	color: black;
	opacity: 1.00;
	background-color: rgba(255, 255, 255, 0.4);
	transition: opacity 0.25s;
}



.lamBoxFunctionBtnDark {
	display: flex;
	align-items: center;
	height: 32px;
	width: max-content;
	padding: 0px 10px;
	border-style: solid;
	border-width: 1px;
	border-color: white;
	border-radius: 4px;
	color: white;
	opacity: 0.9;
	transition: opacity 0.25s;
}

.lamBoxFunctionBtn:active {
	opacity: 0.50;
}

.lamBoxFunctionBtnDark:active {
	opacity: 0.40;
}

.lamReqBox {
	width: 500px;
	position: relative;
	border-radius: 8px;
	background-color: rgba(255, 255, 255, 1);
	margin: 0px auto;
	margin-bottom: 20px;
}


.lamReqArea {
	padding: 16px;
	position: relative;
}

.lamReqCont {
	width: 468px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.lamReqRule {
	width: 468px;
	margin: 10px auto;
	display: block;
	height: 1px;
	background-color: rgba(0, 0, 0, 0.25);
}

.lamReqLabel {
	display: block;
	width: 150px;
	text-align: right;
}

.lamReqField {
	padding: 6px 8px;
	border-radius: 4px;
	background-color: rgba(41, 0, 144, 0.1);
	color: rgba(0, 0, 0, 1);
	outline: none;
	border: none;
	box-shadow: none;
	box-sizing: border-box;
}

.groupFind {
	display: none;
	position: absolute;
	top: 150px;
	left: 136px;
	padding: 8px;
	width: 332px;
	background-color: rgba(255, 255, 255, 1);
	box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.75);
	border-radius: 8px;
}

.groupName {
	padding: 8px 5px;
	margin: 5px 0px;
	background-color: rgba(0, 0, 0, 0.05);
	border-radius: 4px;
}

.lamReqBtnsBar {
	width: 100%;
	display: flex;
	justify-content: space-between;
}


.bulk-lams-list {
	width: 800px;
	background-color: white;
	padding: 16px;
	border-radius: 8px;
	margin: 0px auto;
}

.bulk-lams-rule {
	width: 100%;
	height: 1px;
	background-color: rgba(40,0,144,1);
}

.bulk-lam-cont {
	display: flex;
	align-items: center;
	padding: 6px 0px;
	width: 100%;
	box-sizing: border-box;
	justify-content: space-between;
}


.lam_btn_print {
	display: flex;
	flex-shrink: 0;
	align-items: center;
	justify-content: center;
	height: 25px;
	width: 32px;
	padding: 0px 8px;
	border-radius: 4px;
	background-color: rgba(255, 0, 0, 1);
	background-image: url(../z_media/btns/print-w.svg);
	background-size: 12px 12px;
	background-position: center center;
	background-repeat: no-repeat;
	color: rgba(0, 0, 0, 1);
	cursor: pointer;
	gap: 6px;
}

.lam_btn_print:hover {
	background-color: rgba(40, 40, 40, 1);
	background-image: url(../z_media/btns/print-w.svg);
}

.lam_btn_print_again {
	display: flex;
	flex-shrink: 0;
	align-items: center;
	justify-content: center;
	height: 25px;
	width: 32px;
	padding: 0px 8px;
	border-radius: 4px;
	background-color: rgba(0, 144, 33, 1);
	background-image: url(../z_media/btns/print-w.svg);
	background-size: 12px 12px;
	background-position: center center;
	background-repeat: no-repeat;
	color: rgba(0, 0, 0, 1);
	cursor: pointer;
	gap: 6px;
}

.lam_btn_print_again:hover {
	background-color: rgba(40, 40, 40, 1);
	background-image: url(../z_media/btns/print-w.svg);
}

.lam_thename {
	width: 230px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}



.lam_btn_env {
	display: flex;
	flex-shrink: 0;
	align-items: center;
	justify-content: center;
	height: 25px;
	width: 32px;
	padding: 0px 8px;
	border-radius: 4px;
	background-color: rgba(102, 102, 102, 1);
	background-image: url(../z_media/btns/mail.svg);
	background-size: 12px 12px;
	background-position: center center;
	background-repeat: no-repeat;
	color: rgba(0, 0, 0, 1);
	cursor: pointer;
	gap: 6px;
}

.lam_btn_env:hover {
	background-color: rgba(40, 40, 40, 1);
	background-image: url(../z_media/btns/mail.svg);
}


.lam_btn_lams25 {
	display: flex;
	flex-shrink: 0;
	align-items: center;
	justify-content: center;
	height: 25px;
	width: 32px;
	padding: 0px 8px;
	border-radius: 4px;
	background-color: rgba(255, 199, 2, 1);
	background-image: url(../z_media/btns/print.svg);
	background-size: 12px 12px;
	background-position: center center;
	background-repeat: no-repeat;
	color: rgba(0, 0, 0, 1);
	cursor: pointer;
	gap: 6px;
}

.lam_btn_lams25:hover {
	background-color: rgba(40, 40, 40, 1);
	background-image: url(../z_media/btns/print-w.svg);
}

.lamFuncDiv {
	display: block;
	height: 32px;
	width: 1px;
	background-color: rgba(0,0,0,0.33);
	margin: 0px 6px;
}

.bulkTitle {
	display: block;
	height: 32px;
	width: 250px;
	background-position: left center;
	background-size: contain;
	background-repeat: no-repeat;
}




.cp_btn_u18_active {
	display: flex;
	flex-shrink: 0;
	align-items: center;
	justify-content: center;
	height: 25px;
	width: 80px;
	padding: 0px 8px;
	border-radius: 4px;
	box-sizing: border-box;
	background-color: rgba(34, 120, 54, 1);
	color: rgba(255, 255, 255, 1);
	cursor: pointer;
}

.cp_btn_u18_active:hover {
	background-color: rgba(34, 120, 54, 0.50);
}



.cp_btn_u18_unset{
	display: flex;
	flex-shrink: 0;
	align-items: center;
	justify-content: center;
	height: 25px;
	width: 80px;
	padding: 0px 8px;
	border-radius: 4px;
	box-sizing: border-box;
	background-color: rgba(120, 120, 120, 1);
	color: rgba(255, 255, 255, 1);
	cursor: pointer;
}

.cp_btn_u18_unset:hover {
	background-color: rgba(120, 120, 120, 0.5);
}





.art_btn_u18_active {
	display: flex;
	flex-shrink: 0;
	align-items: center;
	justify-content: center;
	text-align: center;
	height: 48px;
	width: 140px;
	padding: 0px 8px;
	border-radius: 4px;
	box-sizing: border-box;
	background-color: rgba(34, 120, 54, 1);
	color: rgba(255, 255, 255, 1);
	cursor: pointer;
}

.art_btn_u18_active:hover {
	background-color: rgba(34, 120, 54, 0.50);
}



.art_btn_u18_unset{
	display: flex;
	flex-shrink: 0;
	align-items: center;
	justify-content: center;
	text-align: center;
	height: 48px;
	width: 140px;
	padding: 0px 8px;
	border-radius: 4px;
	box-sizing: border-box;
	background-color: rgba(120, 120, 120, 1);
	color: rgba(255, 255, 255, 1);
	cursor: pointer;
}

.art_btn_u18_unset:hover {
	background-color: rgba(120, 120, 120, 0.5);
}



