@charset "utf-8";
:root {
	--headerdark: #1684c9;
	--headerdarkrgb: #1684c9;
	--headerhovercol: #eeeeee;
	
	--deffontcol: #637179;
	--lightborder: #d8dcde;
	
	--topheader: linear-gradient(90deg,rgba(22, 132, 201, 1) 0%, rgba(139, 194, 228, 1) 25%, rgba(197, 225, 242) 50%, rgba(139, 194, 228, 1) 75%, rgba(22, 132, 201, 1) 100%);
	--topheader-pride: linear-gradient(90deg,rgba(228, 3, 3, 1) 0%, rgba(255, 140, 0, 1) 20%, rgba(255, 237, 0, 1) 40%, rgba(0, 128, 38, 1) 60%, rgba(0, 76, 255, 1) 80%, rgba(115, 41, 130, 1) 100%);
}
/* CSS Document */
/* 
	*** BLUE STUFF ***
	Beyond blue: rgb(22, 132, 201) - #1684c9 
	Skyfall: rgb(139, 194, 228) - #8bc2e4
	Salty ice: rgb(197, 225, 242) - #c5e1f2
	Batman: rgb(99, 113, 121) - #637179
	Silver mistral: rgb(177, 184, 188) - #b1b8bc
	Grain of salt: rgb(216, 220, 222) - #d8dcde

	body-background 	(blur/soft)
	background: linear-gradient(90deg,rgba(22, 132, 201, 0.1) 0%, rgba(139, 194, 228, 0.1) 20%, rgba(197, 225, 242, 0.1) 40%, rgba(99, 113, 121, 0.1) 60%, rgba(177, 184, 188, 0.1) 80%, rgba(216, 220, 222, 0.1) 100%);
	background: linear-gradient(90deg,rgba(22, 132, 201, 0.2) 0%, rgba(139, 194, 228, 0.2) 25%, rgba(197, 225, 242, 0.2) 45%, rgba(197, 225, 242, 0.2) 55%, rgba(139, 194, 228, 0.2) 75%, rgba(22, 132, 201, 0.2) 100%);
	
	header-background 	(solid)
	background: linear-gradient(90deg,rgba(22, 132, 201, 1) 0%, rgba(139, 194, 228, 1) 25%, rgba(197, 225, 242, 1) 45%, rgba(197, 225, 242, 1) 55%, rgba(139, 194, 228, 1) 75%, rgba(22, 132, 201, 1) 100%);

	
 	*** Pride-colors *** 
	body-background  	(blur/soft)
	background: linear-gradient(90deg,rgba(228, 3, 3, 0.1) 0%, rgba(255, 140, 0, 0.1) 20%, rgba(255, 237, 0, 0.1) 40%, rgba(0, 128, 38, 0.1) 60%, rgba(0, 76, 255, 0.1) 80%, rgba(115, 41, 130, 0.1) 100%);
	
	header-background 	(solid)
	background: linear-gradient(90deg,rgba(228, 3, 3, 1) 0%, rgba(255, 140, 0, 1) 20%, rgba(255, 237, 0, 1) 40%, rgba(0, 128, 38, 1) 60%, rgba(0, 76, 255, 1) 80%, rgba(115, 41, 130, 1) 100%);

*/
* {
	padding: 0;
	margin: 0;
}
html, body {
	/* 2025.06.05 - But why? I don't remember... */
	/* height:100%; */
}
body {
	font-family: "Segoe UI", Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: var(--deffontcol);
	background: linear-gradient(90deg,rgba(22, 132, 201, 0.2) 0%, rgba(139, 194, 228, 0.2) 20%, rgba(197, 225, 242, 0.2) 40%, rgba(197, 225, 242, 0.2) 60%, rgba(139, 194, 228, 0.2) 80%, rgba(22, 132, 201, 0.2) 100%);
}

a {
	text-decoration:none;
}
a:link, a:visited {
	color:#1684c9;
}
a:hover {
	text-decoration:underline;
}
a:active {
	text-decoration:none;
}
input, select, option, textarea {
	font-family: "Segoe UI", Verdana, Arial, Helvetica, sans-serif;
	font-size: inherit;
}
/* Hide HTML5 Up and Down arrows. */
input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type="number"] {
    -moz-appearance: textfield;
}
img {
	border:none;
}
table {
	border-spacing:0;
}
table td {
	padding-left: 0.25em;
	padding-right: 0.25em;
}
form {
	display:inline;	
}
#header {
	background: var(--headerdark);
	background: var(--topheader);
	height: 1.8em;
	color: var(--headerhovercol);
	font-size:1.6em;
	line-height:1.8em;
	overflow:hidden;
	border-radius: 10px;
	margin: 0.5em 0.5em 0.5em 0.5em;
}
#header #toplogo_div {
	float: left;
	margin-right: 0.25em;
	width: 2.5em;
	text-align: center;
	padding-top: 0.2em;
}
#header #title {
	float:left;
	text-transform:uppercase;
}
#header #user_bar {
	padding-right: 1em;
	float:right;
	width:12em;
	text-align:right;
}
#header #user_bar a {
	color:inherit;
}
#leftwrap {
	float:left;
	width: 15%;
	overflow:hidden;
}
#leftwrapcontent{
	line-height: 2em;
	margin-right: 0.5em;
}
#leftwrapcontent .menuitem {
	padding-left: 1em;
	background: rgba(255, 255, 255, 0.6); /* glass-white-effect */
	border-radius: 10px;
	backdrop-filter: blur(10px);
	margin-left: 1em;
	margin-bottom: 0.5em;
}
#leftwrapcontent .menuitem:hover, .menuitem:hover a {
	color: var(--headerhovercol);
	background-color: var(--headerdark);
}
#leftwrapcontent .menuheader {
	padding-left:1em;
	padding-right:1em;
	padding-top:1em;
	font-weight:bold;
}
#rightwrap {
	float:left;
	width:85%;
}
#rightwrapcontent {
	padding-left: 0.5em;
	padding-right: 1em;
	padding-bottom: 1em;
}
#about_div {
	visibility:hidden;
	display:none;
	width:27em;
	position: fixed;
	top:4.5em;
	right:1em;
	background: rgba(255, 255, 255, 0.4);
	border-radius: 10px;
	backdrop-filter: blur(10px);
}
#debug_log {
	visibility:hidden;
	display:none;
	font-family:"Lucida Console", Monaco, monospace;
	font-size:75%;
	position:absolute;
	margin-left: auto;
	margin-right:auto;
	bottom:3em;
	width: 70%;
	min-width: 58em;
	max-height:50%;
	overflow:auto;
	background: rgba(255, 255, 255, 0.4);
	border-radius: 10px;
	backdrop-filter: blur(10px);
}
#debugcontent {
	padding: 1.25em;
}

/*************************
 * STANDARD CLASSES      *
 *************************/
.border_standard {
	background: rgba(255, 255, 255, 0.4);
	border-radius: 10px;
	box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
	backdrop-filter: blur(10px);
	padding:0.5em;
	/* border: 1px solid rgba(255, 255, 255, 0.5); */
}
.border_standard:hover {
	border-color: #7eaaf9;
}
.header {
	height:2em;
	padding-left:0.25em;
	padding-right:0.25em;
	margin-top:0.1em;
	margin-bottom: 0.1em;
	text-transform: uppercase;
	white-space:nowrap;
}
.header a {
	background: rgba(139, 194, 228, 0.4);
	border-radius: 10px;
	padding: 0.2em 0.7em;
}
.header a:hover {
	color: var(--headerhovercol);
	background-color:var(--headerdark);
}
.header .rightdiv {
	float:right;
	width:20%;
	text-align:right;
}
.content {
	padding:0.25em;
}
.td_header {
	border-top: solid 1px #d8dcde;
	border-right: solid 1px #d8dcde;
	color: var(--headerdark);
	padding-top:0.25em;
	padding-bottom:0.25em;
}
.td_header_last {
	border-top: solid 1px #d8dcde;
	color: var(--headerdark);
	padding-top:0.25em;
	padding-bottom:0.25em;
}
.td_header:hover, .td_header_last:hover {
	background-color:#d8dcde;
}

.td_nowrap {
	white-space: nowrap;
}

.tr_rows:hover, .tr_rows:hover a {
	color: var(--headerhovercol);
	background-color:#8bc2e4;
}
.tr_rows td {
	padding: 0.3em;
}
.table_no {
	width:1.5em;
}
.input_zip {
	width:2.5em;
}
.input_quantity {
	width:1.75em;
	text-align: right;
	padding-right:0.25em;
}
.input_price {
	width: 3.2em;
	text-align: right;
}
.seats_td {
	width:3.75em;
	text-align:right;
	white-space:nowrap;
}
.price_td {
	width:2.5em;	
	text-align:right;
	white-space:nowrap;
}
.paid_td {
	width:2.5em;
}
.quantity_td {
	width:2.5em;
}
.redbold {
	font-weight: bold;
	color: #CC0000;
}

.greenbold {
	font-weight: bold;
	color: #00CC00;
}
.bold {
	font-weight: bold;	
}
.strikethrough {
	text-decoration: line-through;
}
.clearboth {
	clear: both;		
}
.center {
	text-align:center;	
}
.alignright {
	text-align:right;	
}
.valigntop {
	vertical-align:top;
}
.square_warning {
	font-size: 3em;
	width:1em;
	height:1em;
	line-height:0.9em;
	text-align:center;
	float:left;
	background-color:#FFFF00;
	margin-right:0.1em;
	font-weight:bold;
}
.square_error {
	font-size: 3em;
	width:1em;
	height:1em;
	line-height:0.9em;
	text-align:center;
	float:left;
	background-color:#DA0C16;
	margin-right:0.1em;
	border:thin #069 dotted;
}
.square_alliswell {
	font-size: 3em;
	width:1em;
	height:1em;
	line-height:0.9em;
	text-align:center;
	float:left;
	background-color:#00FF00;
	background-color:#4AE88C;
	margin-right:0.1em;
}
.hidden {
	display:none;
	visibility:hidden;
}


/**************
 * Slider-CSS *
 **************/
.switcher {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 17px;
}

.switcher input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .2s;
  transition: .2s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 13px;
  width: 13px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: .2s;
  transition: .2s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 0.5px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(13px);
  -ms-transform: translateX(13px);
  transform: translateX(13px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 17px;
}

.slider.round:before {
  border-radius: 50%;
}


/********************
 * SEATS-GRAPHICS   *
 ********************/
.seats_div {
	border: solid 1px var(--lightborder);
	text-align:center;
	font-size:0.9em;
}
.seats_div_big {
	border: solid 1px var(--lightborder);
	width: 150px;
	height: 16px;
	text-align:center;	
}
.green {
	background-color:#0F0;
	color: var(--headerdark);
	height: 100%;
}
.yellow {
	background-color:#FF0;
	color: var(--headerdark);
	height: 100%;
}
.red {
	background-color:#DA0C16;
	color: var(--headerhovercol);
	height: 100%;
}
.red a{
	color: var(--lightborder);
}


/***********************
 * Diverse DIV-ting    *
 ***********************/

/***********************
 * INFOBOX-stuff     *
 ***********************/
#infobox_div {
	float:left;
	width: 25em;
	margin-right:1em;
	margin-bottom:1em;
}
.infobox_content {
	padding: 0.25em;
}


/***********************
 * DASHBOARD-stuff     *
 ***********************/
#dashboard_upcomingevent_div {
	float:left;
	margin-right:1em;
	margin-bottom:1em;
}

#dashboard_overdue_div {
	float:left;
	margin-right:1em;
	margin-bottom:1em;
}
#dashboard_newest_orders_div {
	float:left;
	margin-right:1em;
	margin-bottom:1em;
}

#dashboard_bankinfo_div {
	float:left;
	margin-right:1em;
	margin-bottom:1em;
}

/***********************
 * EVENT-VIEW          *
 ***********************/
event_old_div {
	min-width:65%;
	float:left;
	margin-right:1em;
}
#event_view_div {
	float:left;
	margin-right: 1em;
}
#event_view_extras_div {
	float:left;
	margin-top:1em;
	margin-right:1em;
}
#event_view_tickettypes_div {
	width:20em;
	float:left;
	margin-right: 1em;
}
#event_view_orders_div {
	float:left;
	margin-top:1em;
	margin-right:1em;
}
#event_ticktype_add_new_div {
	float:left;
	margin-right:1em;
	visibility:hidden;
	display:none;	
}
#event_edit_div {
	margin-bottom:1em;
}

#event_types_div {
	float:left;
	margin-right:1em;
	margin-bottom:1em;
}

/***********************
 * EVENT-TYPES-EDIT    *
 ***********************/
#event_type_edit_div {
	float:left;
	margin-right:1em;
	margin-bottom:1em;
	display: none;
	visibility: hidden;
}

/***********************
 * ORDER-VIEW          *
 ***********************/
#order_view_items_div {
	float:left;
	margin-top:1em;
	margin-right: 1em;
}

#order_comments_div {
	margin-top:1em;
	width:30em;
}
#order_view_insert_comment_div {
	width:20em;	
}

.comment_textarea {
	width:99%;
	overflow:auto;
}
#order_add_extras_div {
	width:30%;
	float:left;
	margin-right:1em;
	margin-top:1em;
	visibility:hidden;
	display:none;
}
#order_add_extras_pay_div {
	width: 15em;
	float:left;
	margin-right:1em;
	margin-top:1em;
	visibility:hidden;
	display:none;
}
#order_view_pay_div {
	width: 15em;
	float:left;
	margin-right:1em;
	margin-top:1em;
	visibility:hidden;
	display:none;
}
#order_mailreceipt_div {
	display:inline;
}

#order_giftcard_use_div {
	width: 15em;
	float:left;
	margin-right:1em;
	margin-top:1em;
	visibility:hidden;
	display:none;
}

/***********************
 * ORDER-NEW DIVS	   *
 ***********************/
#order_new_div {
	width:20em;
	float:left;
	margin-right:1em;
}
#order_new_cust_div {
	width:20em;
	float:left;
}
#order_new_cust_div table {
	width: 6.25em;
	margin-right:auto;
	margin-left: auto;
	margin-top:0.5em;
	margin-bottom:0.5em;
}
#cust_search_results {
	/* width:100%; */
	float:left;
	clear:both;
	margin-top:1em;
	visibility:hidden;
	display:none;
}
#order_new_chosencust_div {
	width:20em;
	float:left;
	margin-right:1em;
	margin-top:1em;
}
#order_new_chosencust_extras_div {
	width:30em;
	float:left;
	margin-top:1em;
	margin-right:1em;
}
#order_new_pay_div {
	width: 15em;
	float:left;
	margin-top:1em;
}


/***********************
 * ORDER-SEARCH		   *
 ***********************/
#order_search_div {
	width:20em;
}
#order_search_div table {
	width: 6.25em;
	margin-right:auto;
	margin-left: auto;
	margin-top:0.5em;
	margin-bottom:0.5em;
}

#order_search_results {
	/* width:100%; */
	float:left;
	clear:both;
	margin-top:1em;
	visibility:hidden;
	display:none;
}

/***********************
 * CALLBACKLOG-SEARCH  *
 ***********************/
#callbacklog_search_div {
	float:left;
	margin-right: 1em;
	margin-bottom: 1em;
}
#callbacklog_search_div table {
	width: 6.25em;
	margin-right:auto;
	margin-left: auto;
	margin-top:0.5em;
	margin-bottom:0.5em;
}

#callback_search_results {
	/* width:100%; */
	float:left;
	clear:both;
	margin-top:1em;
	visibility:hidden;
	display:none;
}


/***********************
 * GIFTCARD-SEARCH     *
 ***********************/
#giftcard_search_div, #gcorder_search_div {
	width:20em;
}
#giftcard_search_div table, #gcorder_search_div table {
	width: 6.25em;
	margin-right:auto;
	margin-left: auto;
	margin-top:0.5em;
	margin-bottom:0.5em;
}

#giftcard_search_results, #gcorder_search_results {
	width:100%;
	float:left;
	clear:both;
	margin-top:1em;
	visibility:hidden;
	display:none;
}

/***********************
 * GIFTCARD-VIEW       *
 ***********************/
#giftcard_div{
	float:left;
	width:20em;
	margin-right: 1em;
	margin-bottom: 1em;
}
#giftcard_orderinfo_div{
	float:left;
	margin-right: 1em;
	width:20em;
	margin-bottom: 1em;
}
#giftcard_use_div{
	
	float:left;
	width:30em;
	margin-right: 1em;
	margin-bottom: 1em;
	clear: both;
}
#giftcard_log_div{
	float:left;
	width:30em;
	margin-right: 1em;
	margin-bottom: 1em;
	clear:both;
}

#extendgiftcard_form {
	visibility:hidden;
	display:none;
}

/***********************
 * CUSTOMER-STUFF	   *
 ***********************/
#customer_div {
	width:20em;
}

#customer_div table {
	width: 6.25em;
	margin-right:auto;
	margin-left: auto;
	margin-top:0.5em;
	margin-bottom:0.5em;
}

#customer_view_div {
	float:left;
	margin-right:1em;
}

#customer_view_orders_div {
	float:left;
	margin-right:1em;
}

#customer_edit_div {
	visibility:hidden;
	display:none;
}

/***********************
 * EVENT-CREATE		   *
 ***********************/
#event_new_warning_div {
	width:30em;
	float:left;
	margin-top:1em;
}

/***********************
 * EXTRAS-STUFF		   *
 ***********************/
#extras_div {
	float:left;
	margin-right:1em;
	margin-bottom:1em;
}

/***********************
 * TICKETTYPES-STUFF   *
 ***********************/
#tickettypes_div {
	float:left;
	margin-right: 1em;
	margin-bottom: 1em;
}

/***********************
 * SYSTEMSETTINGS	   *
 ***********************/
#systemsettings_div {
	float:left;
	margin-right:1em;
}

#useradmin_div {
	float:left;
	margin-right:1em;
}
#usercreate_div {
	float:left;
	margin-right:1em;
	visibility:hidden;
	display:none;
}
.settings_div {
	float:left;
	margin-right:1em;
	margin-bottom:1em;
}


/*******************
 * USERSETTINGS	   *
 *******************/
#currentuser_info_div {
	float:left;
	margin-right:1em;
}
#currentuser_settings_div {
	float:left;
	margin-right:1em;
	margin-top:1em;
	clear:both;
}
#currentuser_chgpwd_div {
	float:left;
	margin-right:1em;
}


/***********************
 * LOGIN-BOX		   *
 ***********************/
#loginbox {
	width: 18.75em;
	margin-left:30%;
	margin-right:70%;
	margin-top:10%;
	margin-bottom:90%;
}
#loginbox table {
	font-size: 125%;
	width: 6.25em;
	margin-right: auto;
	margin-left: auto;
	margin-top:0.5em;
	margin-bottom:0.5em;
}
#loginbox input{
	font-size:inherit;	
}
#loginerror {
	text-align:center;
	height:1.5em;
	vertical-align:middle;
	line-height: 1.5em;
}
